Annotation of parser3/ChangeLog, revision 1.171
1.171 ! moko 1: 2021-11-10 moko
! 2:
! 3: * tests/results/415.processed: more syntax errors tests added
! 4:
! 5: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
! 6: 28.p: minor syntax error tests
! 7:
! 8: * src/main/pa_exception.C: pa_strdup added for compatibility
! 9:
! 10: * src/classes/curl.C: hint to call ^curl:options[
! 11: $.library[correct.libcurl.so.name] ] added if default load fails.
! 12:
! 13: 2021-11-09 moko
! 14:
! 15: * src/main/compile.y: error message can be on stack
! 16:
! 17: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
! 18:
! 19: * src/main/pa_charset.C: memcpy is more correct and efficient in
! 20: this case then strncpy
! 21:
! 22: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
! 23: instead of strcpy where possible
! 24:
! 25: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
! 26: used to avoid MAX_STRING limit in Exception comment
! 27:
! 28: * tests/results/415.processed: compiler exceptions are no longer
! 29: limited to MAX_STRING
! 30:
! 31: * src/main/: compile.y, compile_tools.h: Parse_control uses const
! 32: char * instead of fixed buffer
! 33:
! 34: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
! 35: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
! 36: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
! 37: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
! 38: results/415.processed: tests for parser.compile exceptions added
! 39:
! 40: 2021-11-08 moko
! 41:
! 42: * src/: classes/math.C, include/pa_common.h, main/compile.y,
! 43: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
! 44: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 45: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
! 46: drawbacks
! 47:
1.170 moko 48: 2021-11-06 moko
49:
50: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
51: (implements feature #1219)
52:
53: * tests/: 414.html, results/414.processed: test for
54: ^hash.rename[from;to] added (related to feature #1144)
55:
56: 2021-11-05 moko
57:
58: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
59: (related to feature #1144)
60:
61: 2021-11-04 moko
62:
63: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
64: added (implements feature #1144)
65:
1.169 moko 66: 2021-10-19 moko
67:
68: * tests/: 413.html, results/413.processed: test for hash no longer
69: is accepted as file parameter (related to bug #1218)
70:
71: * src/: classes/curl.C, classes/file.C, classes/image.C,
72: classes/math.C, classes/xdoc.C, types/pa_value.C,
73: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
74: longer is accepted as file parameter (fixes bug #1218)
75:
1.168 moko 76: 2021-07-19 moko
77:
78: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
79: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
80:
1.167 moko 81: 2021-04-16 moko
82:
83: * src/types/pa_vmail.C: message can be null when e-mail is broken,
84: processing it leads to assertions.
85:
1.166 moko 86: 2021-03-25 moko
87:
88: * tests/: 412.html, results/412.processed: test to demonstrate bug
89: #1213
90:
1.165 moko 91: 2021-02-12 moko
92:
93: * tests/: 360.html, results/360.processed, results/363.processed:
94: parser method call in expression mode no longer differs from call
95: in string mode (related to feature #1211)
96:
97: 2021-02-11 moko
98:
99: * src/types/pa_vmail.C: mail parsing with Windows line endings
100: fixed (bug #1212)
101:
102: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
103: when called $v[^test[]] vs $v(^test[]), numbers are converted to
104: strings in both calls (implements feature #1211)
105:
1.164 moko 106: 2021-01-28 moko
107:
108: * buildall, etc/auto.p.in: to remove last patch in debian package
109:
110: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
111: 3.4.7b
112:
1.162 moko 113: 2021-01-21 moko
114:
115: * src/main/pa_http.C: no alarm() in file::load when web server mode
116: is MULTITHREADED
117:
1.157 moko 118: 2021-01-20 moko
119:
1.161 moko 120: * src/targets/apache/mod_parser3.c: it is more correct to recommend
121: 'a2enmod mpm_prefork'
122:
1.160 moko 123: * src/targets/apache/mod_parser3.c: prefork name is now
124: 'libapache2-mpm-itk'
125:
126: * src/targets/apache/mod_parser3_core.C: last regular malloc
127: removed
128:
1.159 moko 129: * src/targets/isapi/Makefile.am: -pa_threads.C
130:
1.158 moko 131: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
132: 3.4.6
133:
1.157 moko 134: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
135:
136: * etc/auto.p.in: @config[result] added to simplify $cfg change in
137: /httpd.p
138:
139: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
140: ^use[/httpd.p] + optional ^preprocess[] (related to feature
141: #1203)
142:
143: 2021-01-19 moko
144:
145: * buildall: --disable-parallel-mark added to avoid "number of
146: processors" threads creation for heap marking as it conflicts
147: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
148: limits threads)
149:
1.156 moko 150: 2021-01-16 moko
151:
152: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
153: main/pa_globals.C, main/pa_memory.C,
154: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
155: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
156: feature #1209)
157:
158: 2021-01-15 moko
159:
160: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
161: 3.4.6rc
162:
163: * src/classes/json.C: get_delim added for delimiter caching (10%
164: faster on large json)
165:
166: 2021-01-14 moko
167:
168: * operators.txt: updated with 3.4.6 changes
169:
170: * tests/results/224.processed: test result modified after
171: today(shift) implemented
172:
173: * tests/: 407.html, results/407.processed: test for ^hash.select
174: option $.default(bool) added (related to feature #1172)
175:
176: * src/classes/hash.C: ^hash.select option $.default(bool) added
177: (related to feature #1172)
178:
179: * tests/: 141.html, results/141.processed: test modified for
180: feature #1185.
181:
182: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
183: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
184: options $.lower(bool) (implements feature #1185)
185:
186: 2021-01-11 moko
187:
188: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
189: #1192)
190:
191: * tests/: 411.html, results/411.processed: test for ^date::today(N)
192: added (related to feature #1192)
193:
1.155 moko 194: 2021-01-05 moko
195:
196: * tests/: 270.html, results/270.processed: test modified to work
197: under Windows
198:
199: * tests/: 390.html, 395.html, results/395.processed: tests updated
200: 4 windows
201:
202: * tests/: 410.html, results/410.processed: test for
203: $CLASS-GETTER-PROTECTED(false) added
204:
205: 2021-01-04 moko
206:
207: * tests/: 409.html, results/409.processed, results/auto.p: test for
208: $MAIN:LOCALS(true) added
209:
1.154 moko 210: 2021-01-03 moko
211:
212: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
213: types/pa_vclass.h, types/pa_vstateless_class.C,
214: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
215: +LOCALS. $main -> $MAIN in exception texts (implements feature
216: #1207)
217:
218: 2021-01-02 moko
219:
220: * etc/auto.p.in: minor
221:
222: * src/main/pa_request.C: sending headers only after opening file to
223: allow error reporting if file was not opened (foreign group,
224: etc).
225:
226: 2020-12-31 moko
227:
228: * src/: include/pa_request.h, main/pa_request.C,
229: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
230:
231: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
232: main/pa_request.C: get_class_ref added and used
233:
234: * etc/auto.p.in: @CLASS httpd added
235:
236: * etc/auto.p.in: @auto[] is now first
237:
238: 2020-12-30 moko
239:
240: * tests/: 408.html, results/408.processed: test for bug #1166
241: (windows only) added
242:
243: * src/main/pa_common.C: create_dir_for_file should not create dir
244: for trailing / (fixes bug #1166)
245:
246: * tests/: 341.html, results/341.processed: tests for
247: ^nameless_table.hash[] added (related to feature #1138)
248:
249: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
250: (implements feature #1138), extra fields in named tables no
251: longer ignored (implements feature #1138)
252:
253: * tests/results/390.processed: updated after exception text change
254:
255: 2020-12-29 moko
256:
257: * tests/: 407.html, results/407.processed: +$._default check
258:
259: * src/classes/hash.C: keep $_default in ^hash.reverse[]
260:
261: * tests/: 407.html, results/407.processed: test for ^hash.select[]
262: and ^hash.reverse[] added (releated to feature #1172)
263:
264: * src/classes/hash.C:
265: ^hash.select[key;value](bool-condition)[options hash] +
266: ^hash.reverse[] added (implements feature #1172)
267:
268: * src/types/pa_vtable.h: warning war
269:
270: * src/include/pa_config_fixed.h: win32 fix
271:
1.153 moko 272: 2020-12-27 moko
273:
274: * tests/: 406.html, results/406.processed: test results updated
275:
276: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
277: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
278: spelling
279:
280: 2020-12-26 moko
281:
282: * tests/: 406.html, results/406.processed: tests for
283: ^table.rename[] added (related to feature #1148)
284:
285: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
286: ^table.rename[column name from;column name to], ^table.rename[
287: $.[column name from][column name to] ... ] added (implements
288: feature #1148)
289:
290: 2020-12-25 moko
291:
292: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
293: request_info now on stack to avoid yet another THREAD_LOCAL
294: memory deallocation issue (now with cookies), explained in #1203
295:
296: * src/types/pa_vcookie.C: fields should be inited
297:
298: 2020-12-24 moko
299:
300: * src/include/pa_stylesheet_connection.h: looks like
301: xsltFreeStylesheet leads to memory double-free. If so, it's for
302: sure libxml bug, but we have GC anyway, so we just remove this
303: call and see...
304:
305: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
306: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
307: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
308: abort.c:65:8 frame #3: 0x00000000004da663
309: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
310: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
311: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
312: malloc.c:617:9 frame #5: 0x0000000000577f0c
313: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
314: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
315: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
316: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
317: frame #8: 0x000000000050d35c
318: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
319: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
320: frame #10: 0x00000000004436e5
321: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
322: [inlined]
323: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
324: pa_stylesheet_connection.h:62:3
325:
326: 2020-12-23 moko
327:
328: * src/classes/image.C: ^image::measure[; $.video() ] option added
329:
330: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
331: ^image::measure[; $.video(true) ] added
332:
333: * src/main/pa_exec.C: not cleared automatically in multithreaded
334: httpd mode for unknown reasons
335:
336: 2020-12-22 moko
337:
338: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
339: error_log uri of currently processed document", but never used
340: and conflicts with how libgc stops threads on FreeBSD (#define
341: SIG_SUSPEND SIGUSR1), thus removed.
342:
343: 2020-12-21 moko
344:
345: * src/main/pa_request.C: +comment
346:
1.151 moko 347: 2020-12-20 moko
348:
1.152 moko 349: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
350: it is more safe to have versions of pa_strdup with one and two
351: arguments, as helper_length=0 not always mean that strlen()
352: should be called, but means zero.
353:
354: * src/targets/isapi/parser3isapi.C: minor
355:
356: * src/main/pa_http.C: +valid_http_method
357:
1.151 moko 358: * src/: include/pa_http.h, main/pa_http.C,
359: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
360:
361: 2020-12-17 moko
362:
363: * tests/: 405.html, results/405.processed: test for split by regex
364: added (related to feature #1160)
365:
366: * src/classes/string.C: split by regex implemented (feature #1160)
367:
368: * src/classes/string.C: minor
369:
370: * tests/: 404.html, results/404.processed: test for whitespace
371: string is now OK for table argument (related to feature #1169)
372:
373: * src/: classes/image.C, classes/string.C, classes/table.C,
374: types/pa_vmethod_frame.C: whitespace string is now OK for table
375: argument (as with hash) (implements feature #1169)
376:
377: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
378: limit for comment (fixes bug #1102)
379:
380: * src/targets/cgi/parser3.C: +HAVE_TLS check
381:
382: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
383:
384: * src/include/pa_config_includes.h: HAVE_TLS used
385:
386: * configure.ac: +TLS check
387:
388: * src/main/pa_http.C: content logging added
389:
390: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
391: clear_response_headers added
392:
393: 2020-12-16 moko
394:
395: * buildall: as we now use threads, libatomic_ops still required for
396: some OS.
397:
398: * src/main/pa_request.C: whitespace
399:
400: * src/: include/pa_request.h, main/pa_request.C:
401: Request::Exception_trace::table extracted and used
402:
403: * src/main/pa_request.C: moving output_result call outside of try
404: as network exceptions should not be handled by parser code
405:
406: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
407: logging network exchange
408:
409: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
410: via network if it was network write error.
411:
412: * src/targets/cgi/parser3.C: log -> pa_log
413:
414: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
415:
416: * src/main/pa_threads.C: getpid() if no gettid() found
417:
418: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
419: we need to ignore "void" connections from browsers (browsers open
420: connections in advance and they will be empty if user does not
421: request more pages)
422:
423: 2020-12-15 moko
424:
425: * src/targets/cgi/parser3.C: avoid previous uri in logs
426:
427: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
428: RequestController not needed in httpd mode
429:
430: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
431: classes/classes.h, classes/curl.C, classes/date.C,
432: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
433: classes/hashfile.C, classes/image.C, classes/inet.C,
434: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
435: classes/memcached.C, classes/memory.C, classes/op.C,
436: classes/reflection.C, classes/regex.C, classes/response.C,
437: classes/string.C, classes/table.C, classes/void.C,
438: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
439: include/pa_array.h, include/pa_base64.h,
440: include/pa_cache_managers.h, include/pa_charset.h,
441: include/pa_charsets.h, include/pa_common.h,
442: include/pa_config_fixed.h, include/pa_config_includes.h,
443: include/pa_dictionary.h, include/pa_dir.h,
444: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
445: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
446: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
447: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
448: include/pa_request_charsets.h, include/pa_request_info.h,
449: include/pa_sapi.h, include/pa_socks.h,
450: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
451: include/pa_stack.h, include/pa_string.h,
452: include/pa_stylesheet_connection.h,
453: include/pa_stylesheet_manager.h, include/pa_symbols.h,
454: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
455: include/pa_uue.h, include/pa_xml_exception.h,
456: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
457: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
458: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
459: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
460: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
461: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
462: main/compile.tab.C, main/compile.y, main/compile_tools.C,
463: main/compile_tools.h, main/execute.C, main/pa_base64.C,
464: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
465: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
466: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
467: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
468: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
469: main/pa_sql_driver_manager.C, main/pa_string.C,
470: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
471: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
472: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
473: main/untaint.C, sql/pa_sql_driver.h,
474: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
475: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
476: targets/isapi/parser3isapi.C, types/pa_junction.h,
477: types/pa_method.h, types/pa_property.h, types/pa_value.C,
478: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
479: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
480: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
481: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
482: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
483: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
484: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
485: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
486: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
487: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
488: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
489: types/pa_vmemory.h, types/pa_vmethod_frame.C,
490: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
491: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
492: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
493: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
494: types/pa_vstateless_object.h, types/pa_vstatus.C,
495: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
496: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
497: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
498: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
499: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
500:
501: * src/main/pa_request.C: old compilers support
502:
503: * tests/: 362.html, results/362.processed: test updated after
504: changes after upgrade to libxml2-2.9.9 were made (related to bug
505: #1108)
506:
507: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
508: removed, as xsltFreeStylesheet has side effects on original doc.
509: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
510: not updated after xdoc modification (part 3 of test 362).
511: (related to bug #1108)
512:
513: * src/targets/isapi/parser3isapi.C: +pa_strcat
514:
515: * src/: classes/memory.C, include/pa_memory.h,
516: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
517: PA_GC_GCOLLECT used
518:
519: * src/include/pa_memory.h: +PA_GC_COLLECT
520:
521: * src/targets/cgi/parser3.C: msvs support fixes
522:
523: * src/lib/gc/include/gc.h: more cleanup
524:
525: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
526:
527: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
528: targets/cgi/parser3.C: $main:HTTPD.mode implemented
529:
530: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
531:
532: * configure.ac: pthread.h added to checked headers
533:
534: * src/classes/table.C: string stream is back :)
535:
536: * src/classes/memory.C: GC_generate_random_backtrace no longer
537: exists
538:
539: * src/main/pa_globals.C: GC_dont_gc replaced
540:
541: * src/lib/gc/include/gc.h: major cleanup, only used functions are
542: left to simplify adding new functions. depricated GC_dont_gc
543: replaced with GC_disable and GC_enable calls.
544:
545: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
546: CORD_from_file* not used and thus removed
547:
548: * src/lib/gc/include/gc_allocator.h: minor cleanup
549:
550: 2020-12-14 moko
551:
552: * src/classes/: curl.C, memory.C, table.C: every TLS should be
553: referenced elsewhere, or GC will collect it.
554:
555: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
556: main/pa_xml_io.C: bugfix: TLS variables should be referenced
557: elsewhere, or GC will collect them (and we'll get GPF in
558: multithreaded enviroment). May be it can be also fixed by some
559: GC call, not sure. But this fix costs nothing (but hours of
560: debugging to find the issue :).
561:
1.150 moko 562: 2020-12-11 moko
563:
564: * configure.ac: gettid() check added
565:
566: * src/main/pa_threads.C: HAVE_GETTID used
567:
568: * src/include/pa_config_auto.h.in: +HAVE_GETTID
569:
570: * src/: include/pa_threads.h, main/pa_threads.C: now unified
571: version for isapi/cgi/apache
572:
573: * buildall: threads are now required.
574:
575: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
576: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
577: main/main.vcproj: pa_threads.C moved to main
578:
579: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
580: isapi/pa_threads.C: pa_threads.C moved to main
581:
582: * src/: main/Makefile.am, targets/cgi/Makefile.am,
583: targets/apache/Makefile.am: pa_threads.C moved to main
584:
585: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
586:
587: * src/: include/pa_stylesheet_connection.h,
588: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
589: and weird GPF in multithreaded httpd is gone
590:
591: * src/include/: pa_stylesheet_connection.h,
592: pa_sql_driver_manager.h: whitespace
593:
594: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
595:
596: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
597: main/pa_stylesheet_manager.C: whitespace, warning war
598:
599: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
600: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
601: parser_multithreaded never used
602:
603: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
604:
605: 2020-12-10 moko
606:
607: * src/: include/pa_config_includes.h, include/pa_http.h,
608: main/pa_http.C, targets/cgi/parser3.C: initial support for
609: MULTITHREADED and PARALLEL httpd server modes
610:
611: * src/main/pa_globals.C: GC_java_finalization is depricated
612:
613: 2020-12-09 moko
614:
615: * etc/auto.p.in: + @httpd-main
616:
617: * src/: include/pa_common.h, main/pa_request.C,
618: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
619: work
620:
621: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
622: slow file_read_binary no longer used, send_range added
623:
624: 2020-12-08 moko
625:
626: * src/main/pa_request.C: >4Gb support
627:
628: * src/targets/cgi/parser3.C: msvc warning war
629:
630: * src/: include/pa_config_includes.h, main/pa_http.C,
631: main/pa_request.C: msvc warnings war
632:
633: * src/classes/image.C: warning war
634:
635: * src/classes/table.C: MSVC warning war
636:
637: * src/targets/cgi/parser3.C: msvc warnings war
638:
639: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
640: added
641:
1.149 moko 642: 2020-12-07 moko
643:
1.150 moko 644: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
645: avoid logging beside system-wide auto.p
646:
647: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
648:
649: * configure, configure.ac, src/include/pa_config_auto.h.in:
650: configure options added:
651:
652: --with-system-cfg=FILE to specify system-wide auto.p
653: --with-system-log=FILE to specify system-wide parser3.log
654:
655: * Makefile.am: bin no longer exists
656:
657: * configure, configure.ac: auto.p moved to etc to simplify debian
658: package
659:
660: * buildall: auto.p and parser3.charsets moved to their default
661: location after install
662:
663: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
664:
665: * aclocal.m4, configure: automake 1.15 -> 1.16.1
666:
1.149 moko 667: * src/targets/cgi/parser3.C: locate_config call returned to
668: original place as it requires pa_thread_request() under Windows
669:
670: * src/targets/cgi/parser3.C: renaming
671:
672: 2020-12-06 moko
673:
674: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
675: check added
676:
677: 2020-12-04 moko
678:
679: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
680: main/pa_request.C: unified uint64_t lseek implemented to support
681: >4Gb files under x86, including Windows
682:
683: 2020-12-02 moko
684:
685: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
686: with max_file_size
687:
688: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
689: support for processing files sized >4Gb on 32 bit planforms
690:
691: * tests/399.html: file moved
692:
693: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
694:
695: * src/targets/cgi/pa_sapi_info.h: warning war
696:
697: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
698: warning war
699:
700: 2020-12-01 moko
701:
702: * src/classes/image.C: mp4 extended size (>4Gb) support added
703:
704: * src/classes/image.C: for "size not found" exception to be shown
705: if size not found until eof
706:
707: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
708: bit linux)
709:
710: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
711: #1188)
712:
713: 2020-11-30 moko
714:
715: * src/classes/image.C: definitions moved closer to code
716:
717: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
718: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
719: 395_dir/3_VP8X.webp, results/395.processed,
720: results/396.processed: tests for ^image::measure[] .webp support
721: added, all image files moved into one directory (related to
722: feature #1188)
723:
724: * src/classes/image.C: ^image::measure[] now supports webp (feature
725: #1188)
726:
1.148 moko 727: 2020-11-29 moko
728:
729: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
730: processing, unnessesary defines removed
731:
732: 2020-11-24 moko
733:
734: * tests/results/: 099.processed, 100.processed, 205.processed,
735: 309.processed, 310.processed: Content-Disposition: inline
736: returned
737:
738: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
739: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
740: ] added (related to bug #1204)
741:
742: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
743: ] supported to avoid Content-Disposition: inline;
744: filename="<file>.ext" but still set Content-Type for ext (related
745: to bug #1204)
746:
1.147 moko 747: 2020-11-22 moko
748:
749: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
750: types/pa_vfile.C: pa_filename added to avoid useless rsplit
751:
752: * src/main/pa_request.C: content_disposition_inline returned.
753:
754: 2020-11-17 moko
755:
756: * src/main/pa_request.C: empty main method name support
757:
758: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
759: config_handler added, stdout flush added.
760:
761: 2020-11-16 moko
762:
763: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
764:
765: * tests/results/: 099.processed, 205.processed, 237.processed,
766: 309.processed, 310.processed: Content-Disposition: inline is not
767: required and should not contain filename="<name>"
768:
769: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
770: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
771: targets/isapi/parser3isapi.C: pa_strcat implemented and used
772:
1.146 moko 773: 2020-11-14 moko
774:
775: * src/targets/cgi/parser3.C: spelling
776:
777: * src/targets/cgi/parser3.C: renaming
778:
779: * src/targets/cgi/parser3.C: args_skip removed, locate_config
780: relocated
781:
782: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
783: before request processing, which is weired
784:
785: 2020-11-13 moko
786:
787: * src/main/pa_http.C: pa_recv added with timeout support, thus read
788: copied in httpd.
789:
790: 2020-11-12 moko
791:
792: * src/main/pa_http.C: ALARM code unified to be used in httpd
793:
794: * src/: include/pa_request.h, main/pa_request.C,
795: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
796:
797: * src/main/pa_http.C: URI validation added
798:
799: * src/targets/cgi/parser3.C: filespec_to_process now variable,
800: can't be empty but can be null. httpd-main is now main method
801: name for httpd mode
802:
803: 2020-11-11 moko
804:
805: * src/main/pa_request.C: path_translated can be null in httpd mode
806:
807: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
808: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
809: classes/xdoc.C, include/pa_request.h, main/execute.C,
810: main/pa_request.C: r.absolute -> r.full_disk_path
811:
812: * src/targets/cgi/parser3.C: if filename to process is not
813: specified, auto.p should be present.
814:
1.145 moko 815: 2020-11-03 moko
816:
817: * src/: classes/op.C, include/pa_request.h: unused argument removed
818:
819: * src/main/pa_request.C: content_disposition_inline is the default,
820: not required.
821:
1.144 moko 822: 2020-10-29 moko
823:
824: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
825: ^use[file; $.main(true) ] implemented for auto.p processing and
826: path_translated changing to correct relative files path
827: calculation in httpd mode
828:
829: * src/: include/pa_request.h, main/pa_request.C:
830: fail_on_read_problem removed, as it allways true, as if should
831: be.
832:
833: * src/: include/pa_request.h, main/pa_request.C,
834: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
835: targets/isapi/parser3isapi.C: clearing config_filespec when
836: config was not found, thus flag not required and removed.
837:
838: 2020-10-28 moko
839:
840: * tests/: 402.html, results/402.processed: error reporting test
841:
842: * src/main/execute.C: better error reporting when
843: $result[^hash::create[]] in @main.
844:
845: * src/main/: execute.C, pa_request.C: frame.result() should be used
846: + minor optimization
847:
848: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
849: main/pa_xml_io.C: execute_*_method simplified and unified
850:
851: 2020-10-27 moko
852:
853: * tests/: 306.html, results/306.processed: a bit more testing. :)
854:
855: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
856: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
857: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
858: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
859: types/pa_vmethod_frame.h, types/pa_vobject.C,
860: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
861: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
862: longer used in object-prototype mode
863:
864: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
865: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
866: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
867: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
868: $form:name[value] features
869:
1.143 moko 870: 2020-10-18 moko
871:
872: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
873:
874: 2020-10-15 moko
875:
876: * src/main/pa_http.C: url no longer needed as
877: ALTER_EXCEPTION_SOURCE is used
878:
879: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
880: main/pa_http.C: check_file_size filespec is now optional
881:
882: * src/: classes/curl.C, include/pa_exception.h,
883: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
884: ALTER_EXCEPTION_COMMENT added for better error reporting
885:
886: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
887: results/346-curl.processed, results/379-curl.processed,
888: results/379.processed: test results updated as load now provides
889: better error reporting + curl responses updated
890:
891: 2020-10-14 moko
892:
893: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
894: main/pa_string.C, targets/apache/mod_parser3_core.C,
895: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
896: checked. 10 is now default base, no hex autodetect by default
897:
898: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
899: connection socket closing in destructor + accept exception
900: handling
901:
902: * src/targets/cgi/parser3.C: warning war
903:
904: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
905: main/pa_request.C, targets/apache/mod_parser3_core.C,
906: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
907: exception handling unified
908:
909: 2020-10-13 moko
910:
911: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
912: autodetection
913:
914: * src/targets/apache/mod_parser3_core.C: reverted to atoi
915:
916: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
917:
918: * src/main/pa_http.C: warning war
919:
1.142 moko 920: 2020-10-12 moko
921:
1.143 moko 922: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
923: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
924: unhandled exception code optimization
925:
926: * src/targets/cgi/parser3.C: request_info now global variable
927:
928: * src/main/pa_http.C: http_read_response moved to HTTP_response
929: class
930:
931: * src/: include/pa_http.h, main/pa_http.C,
932: targets/cgi/pa_sapi_info.h: read_post implemented
933:
1.142 moko 934: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
935: [host:]port syntax support in httpd mode
936:
937: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
938: targets/cgi/parser3.C: populate_env added
939:
940: * src/include/pa_hash.h: to make get(char *) compiling in
941: HashStringString
942:
943: 2020-10-10 moko
944:
945: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
946: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
947:
948: * src/: include/pa_http.h, include/pa_request_info.h,
949: main/pa_http.C, main/pa_string.C,
950: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
951: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
952: types/pa_vrequest.C: initial httpd mode implementation
953:
1.141 moko 954: 2020-10-04 moko
955:
956: * src/targets/cgi/parser3.C: options together
957:
958: 2020-09-30 moko
959:
960: * src/main/pa_http.C: renamed
961:
1.140 moko 962: 2020-08-14 moko
963:
964: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
965: src/targets/cgi/Makefile.am: no httpd as separate library
966:
967: 2020-08-13 moko
968:
969: * src/targets/cgi/parser3.C: SAPI::die used in exception in
970: unhandled exception handler to report 500 instead of 200 it was
971: before.
972:
973: * src/targets/apache/mod_parser3_core.C: minor cleanup
974:
975: * src/: include/pa_sapi.h, main/untaint.C,
976: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
977: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
978: thus replaced with SAPI::die and removed
979:
980: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
981: cgi/parser3.C: whitespace
982:
983: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
984:
985: 2020-08-12 moko
986:
987: * src/targets/cgi/parser3.C: duplicate info in signal logging
988: removed, whitespace was: SIGPIPE received while executing code.
989: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
990: cl=0]
991:
992: * parser3.sln: + httpd.vcproj
993:
994: 2020-08-11 moko
995:
996: * src/targets/cgi/Makefile.am: +libhttpd
997:
998: * configure.ac, src/lib/Makefile.am: +libhttpd
999:
1.139 moko 1000: 2020-07-13 moko
1001:
1002: * tests/: 401.html, results/401.processed: test for hash key does
1003: not keep language, but tainted in foreach.
1004:
1.138 moko 1005: 2020-07-01 moko
1006:
1007: * tests/: 235.html, results/235.processed: test result updated as
1008: messages before attachments implemented (feature #1176)
1009:
1.137 moko 1010: 2020-06-27 moko
1011:
1012: * tests/: 400.html, results/400.processed: test updated to check
1013: ^return{code}
1014:
1015: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1016: fixed
1017:
1018: 2020-06-26 moko
1019:
1020: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1021: added (related to https://www.parser.ru/forum/?id=85319)
1022:
1023: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1024: when $result assignment was last statement in the method
1025: (https://www.parser.ru/forum/?id=85319)
1026:
1.136 moko 1027: 2020-05-23 moko
1028:
1029: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1030: whitespace, unused level removed
1031:
1032: 2020-05-19 moko
1033:
1034: * src/types/pa_vmail.C: whitespace
1035:
1036: * src/types/pa_vmail.C: files should be processed last (related to
1037: feature #1176)
1038:
1.135 moko 1039: 2020-05-12 moko
1040:
1041: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1042: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1043:
1044: * configure.ac: FreeBSD1X.X check added to avoid
1045: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1046:
1.134 moko 1047: 2020-02-26 moko
1048:
1049: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1050: compilation issue (related to bug #1201)
1051:
1052: * src/main/pa_common.C: entry_readable -> entry_exists,
1053: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1054: -f and -d now works under Windows in UTF-8 with Russian
1055: filenames.
1056:
1057: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1058: advice (related to feature #1199)
1059:
1060: 2020-02-25 moko
1061:
1062: * buildall: --silent removed
1063:
1064: * configure.ac: gmime-3.0 support
1065:
1066: * buildall: --with-system-mailreceive option added to build with
1067: system libgmime
1068:
1069: * src/types/pa_vmail.C: avoiding
1070: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1071: to feature #1199)
1072:
1.133 moko 1073: 2020-02-18 moko
1074:
1075: * src/classes/op.C: windows x64 debug mode compile fix
1076:
1077: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1078: change (releated to feature #1200)
1079:
1080: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1081: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1082: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1083: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1084: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1085: targets/apache/ApacheModuleParser3.vcproj,
1086: targets/apache/ApacheModuleParser3Core.vcproj,
1087: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1088: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1089: dependency (related to feature #1200)
1090:
1.132 moko 1091: 2020-02-12 moko
1092:
1093: * src/types/pa_vmail.C: minimize diff
1094:
1095: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1096: #1199)
1097:
1.131 moko 1098: 2020-01-18 moko
1099:
1100: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1101:
1.130 moko 1102: 2019-12-28 moko
1103:
1104: * src/targets/cgi/parser3.C: avoid empty ?
1105:
1106: 2019-12-27 moko
1107:
1108: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1109: DOCUMENT_ROOT (related to feature #1164)
1110:
1111: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1112: fcgiwrap setup (implements feature #1164)
1113:
1114: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1115: but no issues found (related to feature #1164)
1116:
1117: * src/targets/cgi/parser3.C: actualized
1118:
1119: 2019-12-26 moko
1120:
1121: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1122: removed
1123:
1124: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1125: removed
1126:
1127: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1128: allocation errors, we don't want default gc warnings (without
1129: timestamp and URI).
1130:
1131: * src/: classes/memory.C, main/pa_globals.C,
1132: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1133: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1134: pa_globals_init
1135:
1136: * src/main/pa_globals.C: setup_hex_value() removed, static array
1137: initialization used (optimization)
1138:
1139: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1140: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1141: pa_socks_init/pa_socks_done moved inside pa_globals_init
1142: (optimization)
1143:
1.129 moko 1144: 2019-12-09 moko
1145:
1146: * src/include/pa_config_fixed.h: warning war
1147:
1.128 moko 1148: 2019-12-08 moko
1149:
1150: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1151: process grammar under Unix.
1152:
1153: 2019-12-07 moko
1154:
1155: * tests/389.html: For Windows XP. :)
1156:
1157: * tests/388-sql.html: Windows compatibility added
1158:
1159: 2019-12-06 moko
1160:
1161: * src/targets/cgi/parser3.C: warning war
1162:
1163: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1164: == sizeof(CORD)) to avoid aligning bugs in future
1165:
1166: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1167: XML_STATIC
1168:
1169: * src/include/pa_request.h: StackItem() not required
1170:
1171: * src/include/pa_stack.h: warning war
1172:
1173: * src/include/pa_config_includes.h: GCC warning silenced
1174:
1175: * src/include/pa_memory.h: warning war: the program should also
1176: define 'void operator delete [](void*, std::size_t)'
1177: [-Wsized-deallocation]
1178:
1179: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1180:
1181: * src/classes/string.C: not reqired cast removed
1182:
1183: * src/classes/string.C: not reqired cast removed
1184:
1185: 2019-12-05 moko
1186:
1187: * src/lib/sdbm/pa_file_io.C: warning war
1188:
1189: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1190: enum Language : size_t - required for VS2015+ to make
1191: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1192: without it (related to feature #1198)
1193:
1194: 2019-12-04 moko
1195:
1196: * src/main/pa_base64.C: unsigned char -> uchar
1197:
1198: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1199: as other libs
1200:
1201: * src/include/pa_version.h: +amd64
1202:
1203: 2019-12-03 moko
1204:
1205: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1206: release
1207:
1208: * src/include/pa_config_includes.h: warning war
1209:
1210: * src/classes/image.C: warning war
1211:
1212: * src/main/pa_globals.C: x64 libs support
1213:
1214: * src/include/pa_config_includes.h: warning war
1215:
1216: * src/types/pa_method.h: warning war
1217:
1.127 moko 1218: 2019-11-28 moko
1219:
1220: * src/classes/math.C: vs2003 compatibility + warning war
1221:
1222: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1223: libxml2-2.9.9 (related to feature #1136)
1224:
1225: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1226: typecast for more compatibility (related to feature #1136)
1227:
1228: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1229: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1230: feature #1136)
1231:
1232: 2019-11-26 moko
1233:
1234: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1235: removed (it was failing in $$var case), condition added
1236:
1.126 moko 1237: 2019-11-25 moko
1238:
1239: * tests/: 397.html, 399.html, results/141.processed,
1240: results/399.processed: base64 options tested
1241:
1242: * src/: classes/math.C, main/pa_http.C: base64 options used
1243:
1244: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1245: implemented (feature #986)
1246:
1247: * src/main/pa_cache_managers.C: whitespace
1248:
1249: * tests/: 397.html, 399.html, results/399.processed: tests for
1250: ^base64 encode options added (related to feature #986)
1251:
1252: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1253: pa_base64_encode(file) removed - more memory, but faster and less
1254: code (related fo feature #986)
1255:
1256: 2019-11-24 moko
1257:
1258: * tests/: 155.html, results/155.processed: limit and offset in
1259: ^table::load[] now supported, thus test added
1260:
1261: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1262: main/pa_common.C: optimization: offset and limit options parsing
1263: moved inside file_load.
1264:
1265: 2019-11-23 moko
1266:
1267: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1268: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1269: optimization: file_read replaced with simplified file_read_binary
1270:
1271: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1272: types/pa_vform.C: whitespace
1273:
1274: * src/: include/pa_common.h, main/pa_common.C: never used params
1275: removed
1276:
1277: 2019-11-21 moko
1278:
1279: * tests/: 193.html, results/193.processed, results/389.processed:
1280: test results updated as now base64 does not discard tail without
1281: padding (related to feature #986)
1282:
1283: 2019-11-20 moko
1284:
1285: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1286: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1287: pa_base64_decode (related to feature #986)
1288:
1289: * tests/398.html: tests for base64 decode added (related to feature
1290: #986)
1291:
1292: * src/main/pa_base64.C: base64_decode rewritten - padding option
1293: support, padding inside base 64 supported (related to feature
1294: #096)
1295:
1296: 2019-11-19 moko
1297:
1298: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1299: FreeBSD 12
1300:
1.125 moko 1301: 2019-11-16 moko
1302:
1303: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1304: support added, step support removed (related to #986)
1305:
1306: 2019-11-15 moko
1307:
1308: * src/classes/math.C: using log since log2 is not present on
1309: FreeBSD < 8.4 (related to feature #1177)
1310:
1311: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1312: pa_base64_size extracted and used for files as well (related to
1313: feature 986)
1314:
1315: 2019-11-14 moko
1316:
1317: * tests/: 397.html, results/397.processed: + content check
1318:
1319: * tests/: 141.html, results/141.processed: make test resuls more
1320: readable
1321:
1322: * tests/: 397.html, results/193.processed, results/397.processed:
1323: test results updated after \x00 character was disabled in
1324: math:convert string mode (related to feature #1177)
1325:
1326: * src/classes/: math.C, string.C: \\x00 character disabled while
1327: converting to string (as in base64, related to feature #1177)
1328:
1329: * src/classes/file.C: more correct arguments separation
1330:
1331: * src/: classes/file.C, classes/math.C, classes/string.C,
1332: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1333: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1334: options added, but not yet implemented (related to feature #986)
1335:
1336: * src/classes/math.C: whitespace
1337:
1338: 2019-11-13 moko
1339:
1340: * tests/: 397.html, results/397.processed: +tainting test (related
1341: to feature #1177)
1342:
1343: * src/classes/math.C: as we now produce not only digits, result
1344: should be tainted (related to feature #1177)
1345:
1346: * src/main/pa_base64.C: whitespace
1347:
1348: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1349: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1350: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1351: implementation moved from pa_common.h and pa_common.C
1352:
1353: 2019-11-12 moko
1354:
1355: * tests/: 275.html, results/275.processed: out of range test fixed,
1356: as ^math:convert now supports arbitrary precision
1357:
1358: 2019-11-11 moko
1359:
1360: * tests/results/389.processed: uctualized error message
1361:
1362: * tests/: 389.html, 397.html, results/397.processed: tests for
1363: ^math:convert added (related to feature #1177)
1364:
1365: * src/classes/math.C: ^math:convert now supports arbitrary
1366: precision, alphabet support added (implements feature #1177)
1367:
1.124 moko 1368: 2019-11-06 moko
1369:
1370: * tests/: 181.html, results/181.processed: entities usage added,
1371: more entites load tests (related to bug #842 discussion)
1372:
1373: 2019-11-05 moko
1374:
1375: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1376: call from xmlFileOpen if http://localhost/<file> was not found
1377: (related to bug #842)
1378:
1379: * src/main/pa_xml_io.C: rename
1380:
1381: * src/main/pa_xml_io.C: +MemoryStream constructor
1382:
1383: * src/main/pa_xml_io.C: whitespace
1384:
1.123 moko 1385: 2019-10-31 moko
1386:
1387: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1388: XML_PARSE_NOENT) added to fix entities load, (related to feature
1389: #1181)
1390:
1.122 moko 1391: 2019-10-25 moko
1392:
1393: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1394: queries tests
1395:
1396: 2019-10-24 moko
1397:
1398: * tests/: 388-sql.html, results/388-sql.processed: support for
1399: pgsql driver test
1400:
1401: * tests/: 388-sql.html, results/388-sql.processed:
1402: multi_statements=1 now tested, mysql test now supported
1403: (connection must be specified in [parser3] section in .my.cnf)
1404: related to issues #1195 and #1194
1405:
1.121 moko 1406: 2019-09-11 moko
1407:
1408: * src/classes/int.C: whitespace
1409:
1410: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1411: exception test
1412:
1413: * tests/results/388-sql.processed: sql queries now shown (related
1414: to feature #1196)
1415:
1416: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1417: with old parser versions.
1418:
1419: * src/: classes/file.C, classes/hash.C, classes/string.C,
1420: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1421: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1422: instead of connect string in query_event_handlers exceptions
1423: (implements feature #1196)
1424:
1.120 moko 1425: 2019-09-06 moko
1426:
1427: * tests/388-sql.html: mysql compat
1428:
1429: * src/: classes/hash.C, classes/string.C, classes/table.C,
1430: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1431: sql_ variables declaration moved to pa_common.h
1432:
1.116 moko 1433: 2019-01-15 moko
1434:
1435: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1436: logically sorted
1437:
1438: 2018-12-27 moko
1439:
1440: * src/include/pa_config_includes.h: warning war:
1441: -Wdeprecated-register added for C++ 17
1442:
1443: 2018-10-15 moko
1444:
1445: * configure.ac: FreeBSD 11.2 can be build with ./configure
1446: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1447: --with-xml=/usr/local/
1448:
1449: 2018-09-24 moko
1450:
1451: * tests/: 396.html, 396.tiff, results/396.processed: test for
1452: ^image::measure[] now supports tiff added (related to feature
1453: #1188)
1454:
1455: * src/classes/image.C: ^image::measure[] now supports tiff
1456: (implements feature #1188)
1457:
1458: 2018-09-20 moko
1459:
1460: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1461: files measure added (related to ticket #1188)
1462:
1463: * src/classes/image.C: measure of bmp files implemented (related to
1464: ticket #1188)
1465:
1466: 2018-09-18 moko
1467:
1468: * tests/: 394-curl.html, results/394-curl.processed,
1469: results/auto.p: test for bug #1187 (max_file_size check for head
1470: requests) added
1471:
1472: 2018-08-24 moko
1473:
1474: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1475: response content-length check is required (fixes bug #1187)
1476:
1477: 2018-05-11 moko
1478:
1479: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1480: $.append(bool) ] option added (related to feature #919)
1481:
1482: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1483: from misha@ patch (implements feature #919)
1484:
1485: 2018-03-22 moko
1486:
1487: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1488: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1489: with 128kb buffer. Now works at least 12 times faster. :) May be
1490: Windows-only problem.
1491:
1492: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1493: build fix)
1494:
1495: 2018-02-03 moko
1496:
1497: * src/main/execute.C: removes irrelevant lines from exception stack
1498: trace when exceptions occurs in assigment (fixes bug #1165)
1499:
1500: * tests/: 393.html, results/393.processed: test for behavour after
1501: "Property can not be created, already exists field with that
1502: name" exception removed (related to feature #1183)
1503:
1504: * src/types/pa_vclass.C: "Property can not be created, already
1505: exists field with that name" exception removed (implements
1506: feature #1183)
1507:
1508: 2018-01-19 moko
1509:
1510: * src/classes/string.C: whitespace
1511:
1512: * src/classes/string.C: whitespace
1513:
1514: * tests/: 392.html, results/392.processed: test for
1515: ^regex::create[$regex] added (related to feature #1135)
1516:
1517: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1518: ^regex::create[$regex] added (implements feature #1135)
1519:
1520: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1521: commented define added (related to feature #1157)
1522:
1523: 2018-01-17 moko
1524:
1525: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1526:
1527: 2018-01-15 moko
1528:
1529: * tests/: 390.html, results/390.processed: real path replaced by
1530: stub
1531:
1532: * tests/: 391.html, results/391.processed: test for feature #1181
1533: (XML_PARSE_HUGE exception) added
1534:
1535: 2018-01-11 moko
1536:
1537: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1538: XML_PARSE_HUGE option passed by default (implements feature
1539: #1181)
1540:
1541: * src/classes/string.C: whitespace
1542:
1543: 2017-12-10 moko
1544:
1545: * tests/: 389.html, 390.html, results/389.processed,
1546: results/390.processed: image code coverage tests added (related
1547: to feature #1125)
1548:
1549: 2017-12-08 moko
1550:
1551: * tests/: 346-curl.html, 388-sql.html, 389.html,
1552: results/346-curl.processed, results/388-sql.processed,
1553: results/389.processed: more code coverage tests
1554:
1555: * tests/: 264.html, results/264.processed: code coverage for
1556: ^file::exec[]
1557:
1558: 2017-12-07 moko
1559:
1560: * tests/: 174.html, 388-sql.html, 389.html,
1561: results/388-sql.processed, results/389.processed,
1562: results/174.processed: more coverage tests
1563:
1564: * src/classes/math.C: exception text actualized
1565:
1566: 2017-12-06 moko
1567:
1568: * tests/388-sql.html: $SQL can be here
1569:
1570: * tests/results/auto.p: $SQL not required here
1571:
1572: * tests/: 388-sql.html, 389.html, Makefile,
1573: results/388-sql.processed, results/389.processed, results/auto.p:
1574: code coverage tests for sql (using sqlite) and int/double/bool
1575: added (related to feature #1125)
1576:
1577: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1578: lib/json/json.vcproj, lib/md5/md5.vcproj,
1579: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1580: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1581: targets/apache/ApacheModuleParser3Core.vcproj,
1582: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1583: types/types.vcproj: gc\include no longer required
1584:
1585: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1586: required
1587:
1588: * src/: classes/Makefile.am, classes/table.C,
1589: include/pa_config_includes.h, include/pa_string.h,
1590: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1591: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1592: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1593: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1594: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1595: used, we now include it directly
1596:
1597: 2017-12-04 moko
1598:
1599: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1600: memcached/memcached.vcproj, punycode/punycode.vcproj,
1601: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1602: where required
1603:
1604: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1605: now can be used to trace memory allocations
1606:
1607: * src/: classes/table.C, include/pa_config_includes.h,
1608: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1609: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1610: method removes, libcord also can work without libgc
1611:
1612: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1613:
1614: 2017-11-29 moko
1615:
1616: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1617: are not present (related to feature #1173)
1618:
1619: * tests/346-curl.html: test updated to test curl content-length bug
1620: (related to feature #1173)
1621:
1622: * tests/results/346-curl.processed: more test for content-length
1623: curl bug (related to feature #1173)
1624:
1625: * tests/results/346-curl.processed: test results updated after
1626: #1173 implemented
1627:
1628: 2017-11-28 moko
1629:
1630: * src/classes/curl.C: another libcurl Content-length bug walkaround
1631: (related to feature #1173)
1632:
1633: 2017-11-27 moko
1634:
1635: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1636: $.http_version[version string] added (implements feature #1173),
1637: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1638: where $post(true) bug existed.
1639:
1640: 2017-11-18 moko
1641:
1642: * src/include/pa_memory.h: warning war (related to feature #1170)
1643:
1644: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1645: feature #1170)
1646:
1647: 2017-11-17 moko
1648:
1649: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1650: std::basic_stringstream used in ^table.csv-string[] is compatible
1651: with delete usage check only under Debian 9 (related to feature
1652: #1170)
1653:
1654: 2017-11-16 moko
1655:
1656: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1657: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1658: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1659: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1660: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1661: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1662: stubs defend from accidental use (implements feature #1170)
1663:
1664: 2017-06-24 moko
1665:
1666: * configure.ac: minor fix: thanks to alx@
1667:
1.115 moko 1668: 2017-05-29 moko
1669:
1670: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1671: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1672: added to avoid cutting of UTF-8 chars (fixed bug #123)
1673:
1674: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1675: ignored, =?UTF-8?Q?= should start in case of leading space
1676: (related to bug #123)
1677:
1678: * buildall: echo -n -> printf for OS X. :)
1679:
1680: 2017-05-25 moko
1681:
1682: * tests/: 288.html, results/288.processed: test updated afted
1683: setting $o.prop without setter exception removed (related to
1684: feature #1157)
1685:
1686: * src/types/pa_vclass.C: no more "this property has no setter
1687: method" when setting $o.prop without setter (implements feature
1688: #1157)
1689:
1690: * buildall: echo \c -> echo -n for FreeBSD
1691:
1692: * configure, configure.ac, src/include/pa_config_auto.h.in,
1693: src/types/pa_vdouble.h: isfinite now checked in configure
1694:
1695: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1696: upgraded to automake 1.15
1697:
1698: 2017-05-23 moko
1699:
1700: * src/types/pa_vdouble.h: finite returned where isfinite not
1701: defined
1702:
1703: 2017-05-22 moko
1704:
1705: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1706:
1707: * buildall: extern CFLAGS setting support
1708:
1709: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1710:
1711: * buildall: http -> https
1712:
1713: * buildall: gc-7.2f -> gc-7.6.0
1714:
1715: 2017-05-20 moko
1716:
1717: * buildall: https, pcre, xml, xslt updated to current versions
1718: (related to feature #1136)
1719:
1720: 2017-05-19 moko
1721:
1722: * tests/097.html: after parser.ru moved to https
1723:
1724: 2017-05-17 moko
1725:
1726: * tests/results/: 175.processed, 372.processed: tests resuls
1727: updated after lintian spelling typos fixed (related to bug #1156)
1728:
1729: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1730: classes/string.C, classes/table.C, main/pa_charset.C,
1731: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1732: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1733: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1734:
1735: * tests/results/096.processed: +XMP
1736:
1737: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1738: $.xmp(true) options tested (test for feature #1154)
1739:
1740: * src/classes/image.C: ^image:measure[] options $.exif(false)
1741: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1742: fetched by default! (implements feature #1154)
1743:
1744: 2017-05-16 moko
1745:
1746: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1747: allowed (related to feature #1154)
1748:
1749: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1750: initial XMP implementation - without options and transcode
1751: (related to feature #1154)
1752:
1753: 2017-05-12 moko
1754:
1755: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1756: image: exif moved to ffields, skipped in ^image.html[] where
1757: iterators now used (preparation for feature #1154)
1758:
1759: 2017-05-05 moko
1760:
1761: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1762: results/387.processed: test for circular class inheritance check
1763: added (related to bug #1150)
1764:
1765: * src/types/pa_vstateless_class.C: circular class inheritance check
1766: added (fixes endless add_derived bug #1150)
1767:
1768: 2017-05-04 moko
1769:
1770: * tests/: 386.html, results/386.processed: test for
1771: $table.value(number) added (related to feature #1152)
1772:
1773: * src/types/pa_vtable.C: table put_element: column value must be
1774: string - > column value must be string compatible to allow
1775: $t.value(1) (implements feature #1152)
1776:
1777: 2017-05-03 moko
1778:
1779: * src/main/pa_request.C: $use[$method] is not possible, reverting
1780: (related to feature #1151)
1781:
1782: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1783: not possible, removing test (related to feature #1151)
1784:
1785: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1786: get_element_method added and used to allow $use[$method] and
1787: $autouse[$method] (implements feature 1151)
1788:
1789: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1790: variable added (related to feature #1151)
1791:
1792: * tests/results/226.processed: actualized after ^try-catch used
1793:
1794: * tests/: 226.html, 385.html, results/385.processed: test for
1795: @autouse in variable added
1796:
1797: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1798:
1.114 moko 1799: 2017-02-27 moko
1800:
1801: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1802:
1.113 moko 1803: 2017-02-20 moko
1804:
1805: * operators.txt: actualization + beauty
1806:
1807: 2017-02-16 moko
1808:
1809: * tests/: 384.html, results/384.processed: test for
1810: ^reflection:mixin[; $.name[] ] option added (related to feature
1811: #1089)
1812:
1813: * tests/: 384.html, results/384.processed: test for
1814: ^reflection:mixin[] added (related to feature #1089)
1815:
1816: * src/types/pa_value.h: warning war: virtual ~Value() added
1817:
1.112 moko 1818: 2017-02-15 moko
1819:
1820: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1821: fixed
1822:
1823: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1824: test added (related to feature #1069)
1825:
1826: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1827: compilation without HASH_ORDER fixed
1828:
1829: * src/: classes/reflection.C, include/pa_hash.h:
1830: $.reverse(true/false) added to ^reflection:methods[] (related to
1831: feature #1069)
1832:
1833: 2017-02-14 moko
1834:
1835: * tests/: 152.html, results/152.processed: test for $._default hash
1836: added (related to bug #1131)
1837:
1838: * tests/: 277.html, results/277.processed: test for hash with only
1839: $._default is now defined (related to bug #1131)
1840:
1841: * src/types/pa_vhash.h: hash with only $._default is now defined
1842: (fixed bug #1131)
1843:
1844: 2017-02-13 moko
1845:
1846: * tests/cat-windows.sh: cat-windows added (cygwin required)
1847:
1848: * tests/: 171.html, 264.html, 286.html, 370.html,
1849: results/320.processed, results/375.processed, results/auto.p:
1850: cat-windows.sh support added
1851:
1852: * tests/375.html: Windows support
1853:
1854: * tests/270.html: documented
1855:
1856: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1857: (not backslashes) even under Windows (broke test 270)
1858:
1859: 2017-02-12 moko
1860:
1861: * tests/: descript.ion, todo.txt: cleanup
1862:
1863: 2017-02-09 moko
1864:
1865: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1866: run_tests.cmd: Windows compatibility
1867:
1868: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1869: incorrectly (GMT) if parser is called from cygwin
1870:
1.111 moko 1871: 2017-02-08 moko
1872:
1.112 moko 1873: * operators.txt: actualization 15% completed
1874:
1875: * operators.txt: cp1251 -> utf-8
1876:
1877: * NEWS, README: minor update
1878:
1879: * src/include/pa_config_includes.h: warning war continues
1880:
1881: * src/: include/pa_config_includes.h, include/pa_memory.h,
1882: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1883: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1884: gcc 6.x issues fixed
1885:
1.111 moko 1886: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1887: classes/classes.h, classes/curl.C, classes/date.C,
1888: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1889: classes/hashfile.C, classes/image.C, classes/inet.C,
1890: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1891: classes/memcached.C, classes/memory.C, classes/op.C,
1892: classes/reflection.C, classes/regex.C, classes/response.C,
1893: classes/string.C, classes/table.C, classes/void.C,
1894: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1895: include/pa_array.h, include/pa_cache_managers.h,
1896: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1897: include/pa_config_fixed.h, include/pa_config_includes.h,
1898: include/pa_dictionary.h, include/pa_dir.h,
1899: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1900: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1901: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1902: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1903: include/pa_request_charsets.h, include/pa_request_info.h,
1904: include/pa_sapi.h, include/pa_socks.h,
1905: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1906: include/pa_stack.h, include/pa_string.h,
1907: include/pa_stylesheet_connection.h,
1908: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1909: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1910: include/pa_uue.h, include/pa_xml_exception.h,
1911: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1912: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1913: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1914: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1915: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1916: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1917: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1918: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1919: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1920: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1921: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1922: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1923: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1924: main/pa_string.C, main/pa_stylesheet_connection.C,
1925: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1926: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1927: main/untaint.C, sql/pa_sql_driver.h,
1928: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1929: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1930: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1931: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1932: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1933: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1934: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1935: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1936: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1937: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1938: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1939: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1940: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1941: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1942: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1943: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1944: types/pa_vmemcached.h, types/pa_vmemory.h,
1945: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1946: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1947: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1948: types/pa_vresponse.C, types/pa_vresponse.h,
1949: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1950: types/pa_vstateless_object.h, types/pa_vstatus.C,
1951: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1952: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1953: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1954: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1955: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1956: 2015->2017
1957:
1.110 moko 1958: 2017-02-07 moko
1959:
1960: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1961:
1962: 2017-02-06 moko
1963:
1964: * src/main/pa_common.C: minor fixes, whitespace
1965:
1966: * src/: classes/curl.C, classes/file.C, classes/image.C,
1967: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1968: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1969: now used (implements feature #1081)
1970:
1971: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1972:
1973: 2017-02-01 moko
1974:
1975: * src/include/pa_request.h: cleanup
1976:
1977: 2017-01-30 moko
1978:
1979: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1980:
1981: 2017-01-29 moko
1982:
1983: * tests/: 383.html, results/383.processed: test for
1984: ^reflection:stack[] added (related to feature #1052)
1985:
1986: * src/classes/reflection.C: else added
1987:
1988: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1989: $.max_file_lock_wait added (implements feature #1128)
1990:
1991: 2017-01-28 moko
1992:
1993: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1994: body and other cases tests added (related to featue #1014)
1995:
1996: * src/classes/curl.C: bug if response is empty fixed (related to
1997: feature #1014)
1998:
1999: 2017-01-27 moko
2000:
2001: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2002: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2003: added (implements feature #1052)
2004:
2005: 2017-01-25 moko
2006:
2007: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2008: method test added
2009:
2010: 2017-01-23 moko
2011:
2012: * src/classes/reflection.C: optimization: options->get replaced by
2013: hash iterator
2014:
2015: * tests/: 381.html, results/381.processed: now -> fixed date
2016:
2017: * src/main/pa_request.C: warning war
2018:
2019: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2020: 5Mb (fixes bug #1058)
2021:
2022: * src/classes/curl.C: warning war
2023:
2024: * tests/: 381.html, results/381.processed: tests for ^json:string
2025: $.one-line(true) option added (related to feature #1124)
2026:
2027: * src/: classes/json.C, types/pa_value.h: $json-string
2028: $.one-line(true|false) options is now supported (implements
2029: feature #1124)
2030:
2031: * tests/: 380.html, results/380.processed: test for modified
2032: $.max_file_size added (related to bug #1014)
2033:
2034: * tests/: 379.html, results/auto.p: tests for rewritten http file
2035: load added (related to bug #1014)
2036:
2037: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2038: main/pa_common.C, main/pa_http.C: check_file_size added and used
2039: in curl / file load from disk and http, http file load rewritten
2040: (related to bug #1014)
2041:
2042: 2017-01-18 moko
2043:
2044: * tests/: 378.html, results/378.processed: tests for ^result[]
2045: added (related to feature #66)
2046:
2047: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2048: Method::CO_WITHOUT_FRAME as frame still added in expression
2049: (related to feature #66)
2050:
2051: 2017-01-17 moko
2052:
2053: * tests/: 377.html, results/377.processed: test for different
2054: combinations of breaks in body and delimiter (related to bug
2055: #1077)
2056:
2057: * tests/: 376.html, results/376.processed: many ^break[] tests
2058: added (related to bug #1077)
2059:
2060: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2061: passed to native method" exception added to avoid bugs due to
2062: WRITE_EXPR_RESULT skipped and native methods execution continues
2063: after ^break[] (related to bug #1077)
2064:
2065: 2017-01-14 moko
2066:
2067: * tests/: 330.html, results/330.processed: test results updated
2068: after ^break[] bugs where fixed (related to bug #1077)
2069:
2070: * tests/: 329.html, results/329.processed: test results updated
2071: after ^break[] bugs where fixed (related to bug #1077)
2072:
2073: * tests/results/320.processed: ^return[] added
2074:
2075: 2017-01-13 moko
2076:
2077: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2078: classes/table.C, include/pa_request.h, main/execute.C,
2079: main/pa_request.C, targets/cgi/parser3.C,
2080: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2081: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2082: checked after each possible process/execute call (fixes bug
2083: #1077)
2084:
2085: 2016-12-29 moko
2086:
2087: * src/main/pa_common.C: warning war
2088:
2089: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2090: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2091: pa_file_size_limit added, ^math:random fixed for upper limit and
2092: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2093: (related to feature #1014)
2094:
2095: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2096: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2097: (related to feature #1014)
2098:
2099: 2016-12-28 moko
2100:
2101: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2102: warning war
2103:
2104: 2016-12-26 moko
2105:
2106: * tests/: 341.html, results/341.processed: test for
2107: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2108:
2109: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2110: (related to feature #1057)
2111:
2112: * src/types/pa_vdate.C: warning war continues...
2113:
2114: * src/: classes/date.C, classes/image.C, classes/table.C,
2115: include/pa_config_includes.h, types/pa_vfile.C: warning war
2116:
2117: * src/lib/gd/gifio.C: warning war / cleanup
2118:
2119: * src/lib/json/pa_json.C: warning war
2120:
2121: * src/classes/hash.C: warning war
2122:
2123: * src/types/pa_vfile.C: warning war
2124:
2125: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2126: -Wall warning war continues
2127:
2128: * configure.ac: --with-build-warnings actualized
2129:
2130: 2016-12-25 moko
2131:
2132: * src/main/pa_exec.C: -wAll warning war
2133:
2134: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2135: -wAll warning war
2136:
2137: * src/: include/pa_common.h, include/pa_sapi.h,
2138: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2139: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2140: -wAll warning war
2141:
2142: 2016-12-23 moko
2143:
2144: * src/lib/ltdl/Makefile.am: extra dist added
2145:
2146: * tests/results/344.processed: test result updated after $file.text
2147: prefetched in ^hash::create[$file] (related to feature #1075)
2148:
2149: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2150: ^hash::create[$file] (related to feature #1075)
2151:
2152: 2016-12-22 moko
2153:
2154: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2155: main/pa_request.C, main/pa_stylesheet_connection.C,
2156: types/pa_vfile.C: file_stat now return 64-bit size (implements
2157: #1014 under 32-bit unix versions)
2158:
2159: 2016-12-21 moko
2160:
2161: * tests/: 375.html, results/375.processed: test for exec returning
2162: stated file added (related to feature #1119)
2163:
2164: * src/classes/file.C: load should not return file with null body
2165: (fixes bug #1119)
2166:
2167: 2016-12-14 moko
2168:
2169: * tests/: 374.html, results/374.processed: test for $method.name
2170: added (related to feature #1117) plus method returning junction
2171: test
2172:
2173: 2016-12-13 moko
2174:
2175: * src/: include/pa_symbols.h, main/pa_symbols.C,
2176: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2177: (implements feature #1117)
2178:
2179: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2180: HEAD and TRACE can't have body (implements feature #1116)
2181:
2182: 2016-12-09 moko
2183:
2184: * tests/: 373.html, results/373.processed: tests for
2185: ^reflection:tainting added (related to feature #1098)
2186:
2187: * src/classes/reflection.C: ^reflection:tainting arguments order
2188: change (related to feature #1098)
2189:
2190: 2016-12-06 moko
2191:
2192: * src/: classes/reflection.C, include/pa_string.h,
2193: main/pa_string.C: ^reflection:tainting[$string] added (implements
2194: feature #1098)
2195:
2196: 2016-12-05 moko
2197:
2198: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2199: (fixes bug #1114)
2200:
2201: 2016-12-04 moko
2202:
2203: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2204: check added
2205:
2206: 2016-12-03 moko
2207:
2208: * tests/: 346-curl.html, results/346-curl.processed: test modified
2209: to test value.as_hash() usage
2210:
2211: * src/classes/curl.C: value.as_hash() used for correct hash
2212: processing
2213:
2214: * src/classes/reflection.C: exceptions texts fixes
2215:
2216: 2016-12-02 moko
2217:
2218: * tests/: 372.html, results/372.processed: tests for
2219: ^reflection:create[ $.class[name] $.constructor[name]
2220: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2221: feature #1094)
2222:
2223: * src/types/pa_vmethod_frame.h: comment added: params should be
2224: declared outside of *_FRAME_ACTION as MethodParams destructor
2225: will be called in ~VNativeMethodFrame
2226:
2227: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2228: ] minor fix
2229:
2230: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2231: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2232: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2233: now supported (implements feature #1094) value::as_hash added
2234: (and should be used everywhere)
2235:
2236: * src/classes/reflection.C: cleanup
2237:
2238: 2016-12-01 moko
2239:
2240: * tests/: 356.html, results/356.processed: test for method
2241: junctions class name added to the resulting hash added (related
2242: to feature #1068)
2243:
2244: * src/classes/reflection.C: for method junctions class name added
2245: to the resulting hash (related to feature #1068)
2246:
2247: 2016-11-30 moko
2248:
2249: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2250: exception (related to bug #1113)
2251:
2252: * src/types/pa_vhashfile.C: whitespace
2253:
2254: * src/main/pa_os.C: errno now returned as it should (fixes bug
2255: #1113)
2256:
2257: * tests/results/: 175.processed, 192.processed, 224.processed,
2258: 229.processed, 239.processed, 244.processed, 246.processed,
2259: 314.processed, 352.processed: tests results updated after method
2260: call exceptions improved as method now keeps its name
2261:
2262: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2263: types/pa_vmethod_frame.h: method call exceptions improved as
2264: method now keeps its name
2265:
2266: * tests/: 224.html, 239.html, results/224.processed,
2267: results/239.processed: tests and tests results updated after
2268: Request::construct exception changed
2269:
2270: * src/: classes/reflection.C, main/execute.C: Request::construct
2271: exception optimized
2272:
2273: * tests/: 371.html, results/371.processed: test for
2274: WWrapper.get_element call in $.name.key[value] code added
2275: (related to feature #1091)
2276:
2277: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2278: in $.name.key[value] code (related to feature #1091)
2279:
2280: 2016-11-29 moko
2281:
2282: * src/classes/op.C: VS warning war
2283:
2284: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2285: C4239: nonstandard extension used : 'return' : conversion from
2286: 'Value' to 'Value &' (related to feature #1020)
2287:
2288: * src/: main/execute.C, types/pa_vmethod_frame.h,
2289: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2290: used : 'return' : conversion from 'Value' to 'Value &' (related
2291: to feature #1020)
2292:
2293: * src/main/execute.C: VS warning war
2294:
2295: * src/targets/cgi/parser3.C: VS compatibility fix
2296:
2297: * src/include/pa_request.h: VS warning war
2298:
2299: * tests/: 370.html, results/370.processed: test for ^file::exec[
2300: ... $.stdin[$binary_file] ] added (related to bug #1044)
2301:
2302: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2303: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2304: $.stdin[$binary_file] (fixes bug #1044)
2305:
2306: 2016-11-28 moko
2307:
2308: * src/main/pa_exec.C: whitespace
2309:
2310: * src/main/pa_request.C: whitespace
2311:
2312: * tests/: 369.html, results/369.processed: test for
2313: $response:status usage added (related to feature #1099)
2314:
2315: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2316: if < 100 (implements feature #1099)
2317:
2318: * src/targets/cgi/parser3.C: whitespace
2319:
2320: * src/targets/cgi/parser3.C: whitespace
2321:
2322: * tests/: 368.html, results/368.processed: test updated after
2323: ^reflection:filename[$method] added (related to feature #1053)
2324:
2325: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2326: main/compile.y, main/execute.C, main/pa_request.C,
2327: types/pa_vclass.h: filename -> filespec,
2328: ^reflection:filename[$method] added (related to feature #1053)
2329:
2330: 2016-11-27 moko
2331:
2332: * tests/: 368.html, results/368.processed: test for
2333: reflection:filename[$class or object] added (related to feature
2334: #1053)
2335:
2336: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2337: types/pa_vstateless_class.h: ^reflection:filename[$class or
2338: object] added (implements feature #1053)
2339:
2340: 2016-11-26 moko
2341:
2342: * src/: include/pa_request_info.h,
2343: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2344: remove_absolute_uri -> strip_absolute_uri
2345:
2346: 2016-11-25 moko
2347:
2348: * src/: include/pa_request_info.h,
2349: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2350: request_info.remove_absolute_uri added to remove possible
2351: http://site.name/ from $request:uri (implements feature #1112)
2352:
2353: 2016-11-24 moko
2354:
2355: * tests/: 367-curl.html, results/367-curl.processed: test for
2356: previous request headers clearing after redirect added (related
2357: to bug #1109)
2358:
2359: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2360: response headers from previous requests are now cleared, only
2361: last request headers are collected (fixes bug #1109)
2362:
2363: * tests/results/: 266.processed, 321.processed, 356.processed:
2364: tests results updated as method name now added to the resulting
2365: hash for new syntax only (Imp1 compatimility fixed, related to
2366: feature #1068)
2367:
2368: * src/classes/reflection.C: method name now added to the resulting
2369: hash for new syntax only (Imp1 compatimility fixed, related to
2370: feature #1068)
2371:
2372: * tests/results/366.processed: test for native and parser
2373: implementation of ^use[] logic (related to feature #1074)
2374:
2375: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2376: for native and parser implementation of ^use[] logic (related to
2377: feature #1074)
2378:
2379: 2016-11-23 moko
2380:
2381: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2382: main/pa_request.C: @USE file now implemented as ^use[file;
2383: $.origin[origin_file] ] (implements feature #1074)
2384:
1.109 moko 2385: 2016-11-21 moko
2386:
1.110 moko 2387: * tests/: 365.html, results/365.processed: test for $caller bugs in
2388: 3.4.4 and $caller.method now tested (related to feature #1110)
2389:
2390: * tests/: 364.html, results/364.processed: $caller usage in
2391: different contexts now tested (related to feature #1110)
2392:
2393: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2394:
2395: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2396:
1.109 moko 2397: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2398: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2399: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2400: used (implements feature #1110)
2401:
2402: 2016-11-20 moko
2403:
2404: * src/types/pa_vdouble.h: whitespace
2405:
2406: 2016-11-11 moko
2407:
2408: * tests/: 363.html, results/363.processed: more tests for feature
2409: #1091 (how parser methods work in expression context)
2410:
2411: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2412: expressions strings are now written as strings, not values by
2413: write_as_string (related to feature #1091)
2414:
2415: * src/classes/op.C: to make more correct behavour in expression
2416: context
2417:
2418: 2016-11-07 moko
2419:
2420: * tests/: 362.html, results/362.processed: test for
2421: xsltParseStylesheetDoc caching as xsl modification after it added
2422: (related to bug #1108)
2423:
2424: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2425: result now cached as xdoc is modified after it (fixes bug #1108)
2426:
2427: 2016-11-06 moko
2428:
2429: * src/types/pa_vxdoc.h: whitespace
2430:
2431: 2016-11-05 moko
2432:
2433: * src/types/pa_vmethod_frame.h: cleanup
2434:
2435: 2016-11-03 moko
2436:
2437: * tests/results/244.processed: more correct exception after method
2438: frames separation
2439:
2440: * src/types/pa_vmethod_frame.h: minor optimizaion
2441:
2442: * src/types/pa_method.h: optimization: params_count added
2443:
2444: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2445: include/pa_request.h, main/execute.C, main/pa_request.C,
2446: types/pa_value.C, types/pa_vmethod_frame.C,
2447: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2448: VMethodFrame now divided into VNativeMethodFrame,
2449: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2450: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2451: and used (related to feature #1104)
2452:
2453: 2016-11-02 moko
2454:
2455: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2456: classes/double.C, classes/file.C, classes/hash.C,
2457: classes/hashfile.C, classes/image.C, classes/inet.C,
2458: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2459: classes/memcached.C, classes/op.C, classes/reflection.C,
2460: classes/regex.C, classes/string.C, classes/table.C,
2461: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2462: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2463: r.write (implements feature #1091)
2464:
2465: * src/main/execute.C: cleanup (related to feature #1104)
2466:
2467: * src/: include/pa_request.h, main/execute.C,
2468: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2469: added, in_expression removed (implements feature #1104)
2470:
2471: 2016-10-31 moko
2472:
2473: * src/types/pa_value.C: whitespace
2474:
2475: 2016-10-28 moko
2476:
2477: * tests/results/244.processed: updated after error reporting fixed
2478: in pa_wcontext.C
2479:
2480: * src/types/pa_wcontext.C: error reporting fixed
2481:
2482: * src/types/pa_wcontext.h: whitespace
2483:
2484: * src/classes/image.C: not fully readed entries are no longer
2485: processed (fixes bug #1106)
2486:
2487: 2016-10-26 moko
2488:
2489: * src/classes/image.C: whitespace
2490:
2491: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2492: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2493: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2494: longer required (related to feature #1091)
2495:
2496: * tests/results/: 264.processed, 350.processed: test results update
2497: reverted (whitespace optimization) after write_no_lang removed :)
2498: (related to feature #1091)
2499:
2500: * src/: classes/file.C, classes/hash.C, classes/op.C,
2501: classes/string.C, classes/table.C, classes/void.C,
2502: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2503: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2504: equal write_pass_lang (related to feature #1091)
2505:
2506: * tests/results/: 264.processed, 350.processed: test results
2507: updated (whitespace optimization) after write_assign_lang removed
2508: (related to feature #1091)
2509:
2510: * tests/: 361.html, results/361.processed: test for non-string
2511: ^untaint added (related to feature #1091)
2512:
2513: * src/: classes/curl.C, classes/date.C, classes/file.C,
2514: classes/hash.C, classes/op.C, classes/string.C,
2515: include/pa_request.h, main/execute.C: optimization:
2516: write_assign_lang removed as not required (first part of feature
2517: #1091 implementation)
2518:
1.108 moko 2519: 2016-10-12 moko
2520:
2521: * tests/: 360.html, results/360.processed: more test code (related
2522: to feature #1104)
2523:
2524: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2525: include/pa_request.h, main/compile.y, main/execute.C: opcode
2526: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2527: WContext is next task (implements feature #1104)
2528:
2529: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2530: / CO_WITHOUT_WCONTEXT
2531:
2532: * tests/: 360.html, results/360.processed: test for in expression
2533: state (related to feature #1104)
2534:
2535: 2016-10-11 moko
2536:
2537: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2538:
2539: * src/classes/op.C: default value removed from initializer
2540:
2541: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2542:
2543: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2544:
2545: 2016-10-10 moko
2546:
2547: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2548: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2549: to feature #42)
2550:
2551: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2552: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2553:
2554: 2016-10-08 moko
2555:
2556: * src/classes/double.C: whitespace
2557:
2558: 2016-10-07 moko
2559:
2560: * src/types/pa_vmethod_frame.h: reorder
2561:
2562: 2016-10-06 moko
2563:
2564: * src/classes/date.C: typo
2565:
2566: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2567:
2568: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2569: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2570: types/pa_vmethod_frame.h: params.get now returns Value&, not
2571: Value*
2572:
2573: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2574:
2575: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2576: removed; first as_* code rewrite
2577:
2578: 2016-10-05 moko
2579:
2580: * src/include/pa_request.h: whitespace
2581:
2582: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2583: intercept_string added (related to feature #1097)
2584:
2585: * src/: classes/image.C, classes/op.C, classes/table.C,
2586: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2587: optimization: intercept_string removed (implements feature #1097)
2588:
2589: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2590:
2591: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2592: from VCodeFrame and WWrapper as not required
2593:
2594: 2016-10-04 moko
2595:
2596: * src/: classes/curl.C, classes/date.C, classes/double.C,
2597: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2598: classes/int.C, classes/json.C, classes/op.C,
2599: classes/reflection.C, classes/string.C, classes/table.C,
2600: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2601: proces_to_value -> process after StringOrValue removed (related
2602: to feature #1020)
2603:
2604: * src/classes/form.C: whitespace
2605:
2606: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2607:
2608: * tests/: 357.html, 358.html, results/357.processed,
2609: results/358.processed, results/auto.p: test for @conf
2610: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2611:
2612: 2016-10-03 moko
2613:
2614: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2615: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2616: supported (implements feature #42)
2617:
2618: * src/types/pa_vregex.h: no reason for VRegex to be
2619: is_evaluated_expr
2620:
2621: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2622: (implements feature #1095)
2623:
2624: 2016-10-01 moko
2625:
2626: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2627: false by default (related to feature #1089)
2628:
2629: 2016-09-30 moko
2630:
2631: * src/types/pa_wcontext.h: cleanup
2632:
2633: 2016-09-29 moko
2634:
2635: * src/main/execute.C: whitespace
2636:
2637: * src/include/pa_request.h: whitespace
2638:
2639: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2640: classes/op.C, classes/table.C, include/pa_request.h,
2641: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2642: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2643: StringOrValue removed as it just slows down and adds complexity
2644: (implements feature #1020)
2645:
2646: 2016-09-28 moko
2647:
2648: * tests/: 356.html, results/266.processed, results/321.processed,
2649: results/356.processed: tests updated after name was added to
2650: method_info hash, test for ^reflection:method_info[junction]
2651: added (related to feature #1068)
2652:
2653: * src/classes/reflection.C: ^reflection:method_info[junction] now
2654: supported, method name added to the resulting hash (implements
2655: feature #1068)
2656:
2657: * tests/: 276.html, results/276.processed: more tests for
2658: ^reflection:delete[]
2659:
2660: * src/classes/reflection.C: fixed bug then ^reflection:delete
2661: didn't work on class and could damage native objects (like file)
2662:
2663: 2016-09-26 moko
2664:
2665: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2666: results/345.processed, results/346-curl.processed,
2667: results/347-curl.processed, results/348.processed: numbers added
2668: to simplify diff analysis
2669:
2670: * tests/: 352.html, results/352.processed: test result updated as
2671: method name used
2672:
2673: * src/classes/reflection.C: method name used
2674:
2675: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2676: its name
2677:
2678: * src/types/pa_method.h: whitespace
2679:
2680: * src/classes/reflection.C: both method and field with one name can
2681: exist.
2682:
2683: * src/classes/reflection.C: ^reflection:mixin added (implements
2684: feature #1089)
2685:
2686: * tests/: 355.html, results/355.processed: property appears in
2687: derived class if added in base test added
2688:
2689: * src/types/pa_vstateless_class.h: get_method declaration +
2690: whitespace
2691:
2692: * tests/: 354.html, results/354.processed: nice test from method
2693: and property with one name in class added
2694:
2695: 2016-09-23 moko
2696:
2697: * src/classes/reflection.C: ^reflection:method usage documented
2698:
2699: 2016-09-22 moko
2700:
2701: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2702: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2703: compile warning and GPF occures on VS2003 (related to feature
2704: #1087)
2705:
2706: * tests/: 350.html, results/350.processed: test added for
2707: $.encloser[] support in ^table::create (related to feature #11)
2708:
2709: * src/classes/table.C: another minor fix (related to feature #11)
2710:
1.107 moko 2711: 2016-09-21 moko
2712:
2713: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2714:
2715: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2716: classes/json.C, classes/string.C, classes/table.C,
2717: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2718: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2719: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2720: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2721: pa_charsets, vs2015 warning war
2722:
2723: * src/classes/table.C: vs2015 warning war
2724:
2725: * src/types/pa_vdate.C: vs2015 warning war
2726:
2727: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2728:
2729: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2730: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2731:
2732: * src/main/pa_common.C: vs2015 compilation fixes
2733:
2734: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2735: vs2015 compilation fixes
2736:
2737: * src/main/pa_charset.C: vs2015 warning war
2738:
2739: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2740:
2741: * src/main/pa_charset.C: vs2015 warning war
2742:
2743: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2744:
2745: * src/types/pa_vdate.C: vs2015 compilation fix
2746:
2747: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2748:
2749: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2750: VS2015 compilation fixes
2751:
2752: * src/classes/table.C: minor fix (related to feature #11)
2753:
2754: * tests/results/282.processed: no longer skipping extra enclosers
2755: (related to feature #11)
2756:
2757: * src/classes/table.C: minor fix + no longer skipping extra
2758: enclosers (related to feature #11)
2759:
2760: * src/classes/table.C: minor optimization (related to feature #11)
2761:
2762: * src/classes/table.C: minor fix and optimization (related to
2763: feature #11)
2764:
2765: 2016-09-20 moko
2766:
2767: * tests/: 353.html, results/353.processed: test for
2768: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2769: added (related to bug #1090)
2770:
2771: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2772: one_big_piece (fixes bug #1090)
2773:
2774: * tests/: 229.html, results/229.processed: code coverage tests
2775:
2776: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2777: body) was called
2778:
2779: * src/classes/op.C: whitespace
2780:
2781: * tests/: 323.html, results/323.processed: test for code junction
2782: should not be returned by ^reflection:class, ^reflection:base
2783:
2784: * src/classes/reflection.C: bugfix: code junction should not be
2785: returned by ^reflection:class, ^reflection:base
2786:
2787: * tests/: 323.html, 352.html, results/352.processed: no more
2788: exception for ^reflection:method[class;no-such-method] (related
2789: to feature #1087)
2790:
2791: * src/classes/reflection.C:
2792: ^reflection:method[class;no-such-method] : exception -> void
2793: (related to feature #1087)
2794:
2795: * src/include/pa_request.h: request::write_value added to allow
2796: write value without convertion (related to issue #1091)
2797:
2798: 2016-09-19 moko
2799:
2800: * src/main/pa_random.C: windows build fix
2801:
2802: * src/types/pa_vhash.h: warning war
2803:
2804: 2016-09-14 moko
2805:
2806: * tests/: 352.html, 552.html, results/352.processed,
2807: results/552.processed: test for ^reflection:method[] extension
2808: added (related to feature #1087)
2809:
2810: * tests/: 552.html, results/552.processed: test for
2811: ^reflection:method[] extension added (related to feature #1087)
2812:
2813: * src/classes/reflection.C: compatibility issue fixed, VClass
2814: dynamic_cast check added (related to feature #1087)
2815:
2816: * tests/: 351.html, results/351.processed: test for @auto[]
2817: inheritance bug diring ^process[] added (related to bug #1088)
2818:
2819: * src/: classes/op.C, main/pa_request.C,
2820: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2821: disable it inheritance during ^process (fixes bug #1088)
2822:
2823: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2824: added (implements feature #1087)
2825:
2826: 2016-09-13 moko
2827:
2828: * tests/: 349.html, results/auto.p: test for objects prototyping
2829: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2830: to feature #1086)
2831:
2832: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2833: types/pa_vobject.C: objects now are not class instances, but have
2834: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2835: in @conf (implements feature #1086)
2836:
2837: 2016-09-08 moko
2838:
2839: * src/: classes/file.C, classes/mail.C, classes/string.C,
2840: classes/table.C, main/pa_http.C, main/pa_string.C,
2841: include/pa_string.h: cleanup: string::split limit argument
2842: removed as no longer required, pos_after no longer reference
2843: (related to feature #11)
2844:
2845: * src/classes/table.C, tests/results/348.processed: now exception
2846: is rised when invalid option is passed to ^table::create[]
2847:
2848: * tests/: 282.cfg, 282.html, results/282.processed: more code
2849: coverage tests
2850:
2851: * tests/: 348.html, results/348.processed: code coverage tests
2852: added
2853:
2854: * tests/: 348.html, results/348.processed: generic ^table::create[]
2855: tests
2856:
2857: * tests/: 035.html, results/035.processed, results/272.processed:
2858: tests updated after $.encloser[] support for ^table::create
2859: implementation (related to feature #11)
2860:
2861: * src/classes/table.C: $.encloser[] support for ^table::create
2862: finally added (implements feature #11)
2863:
2864: 2016-09-07 moko
2865:
2866: * src/include/pa_string.h: added StringSplitHelper as friend
2867: (related to feature #11)
2868:
2869: * src/include/pa_string.h: body and langs now protected, not
2870: private to allow inheritance (related to feature #11)
2871:
2872: * src/classes/table.C: lsplit optimized before cloning for
2873: ^table::create with $.encloser[] (related to feature #11)
2874:
2875: * src/classes/table.C: optimizaion: TableControlChars.separators
2876: added and used (related to feature #11)
2877:
2878: * src/classes/table.C: spelling:
2879:
2880: TableSeparators -> TableControlChars column -> separator
2881: separators -> control_chars
2882:
2883: 2016-09-06 moko
2884:
2885: * src/main/pa_string.C: whitespace
2886:
2887: * src/main/pa_string.C: whitespace
2888:
2889: 2016-09-01 moko
2890:
2891: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2892: results OS-independent
2893:
2894: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2895: compiler (related to feature #1042)
2896:
2897: 2016-08-15 moko
2898:
2899: * src/include/pa_string.h: whitespace
2900:
2901: * src/classes/table.C: whitespace
2902:
1.106 moko 2903: 2016-08-05 moko
2904:
2905: * tests/: 344.html, results/344.processed: test for
2906: ^hash::create[$file] added (related to feature #1075)
2907:
2908: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2909: supported (implements feature #1075)
2910:
2911: 2016-08-04 moko
2912:
2913: * tests/: 341.html, results/341.processed: more code coverage tests
2914:
2915: * tests/: 346-curl.html, results/346-curl.processed: more code
2916: coverage tests for curl
2917:
2918: * tests/: 346-curl.html, results/346-curl.processed: more code
2919: coverage tests for curl
2920:
2921: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2922: results/223.processed: code coverage tests: $.form[ $.table[] ]
2923: test added
2924:
2925: * tests/: 223-curl.html, results/223-curl.processed: more code
2926: coverage tests for curl
2927:
2928: 2016-08-03 moko
2929:
2930: * src/classes/curl.C: dlink(curl_library) now called not once, but
2931: until it will be loaded, allowing to find existing library.
2932:
2933: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2934: results/347-curl.processed: more code coverage tests for curl
2935:
2936: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2937: results/339-curl.processed, results/346-curl.processed: curl
2938: functionality tests
2939:
2940: 2016-08-02 moko
2941:
2942: * tests/: 339.html, results/339.processed: test for tables in
2943: ^file:load[] and ^curl:load[] (commented) added (related to
2944: feature #1042)
2945:
2946: * tests/: 345.html, results/345.processed: code coverage tests for
2947: file class
2948:
2949: * tests/: 344.html, results/344.processed: code coverage tests
2950:
2951: * tests/: 344.html, results/344.processed: mdate removed from
2952: output
2953:
2954: * src/classes/file.C: minor bugfix: is_text should be taked from
2955: fcontent.is_text_mode() if not set (related to feature #1061)
2956:
2957: * tests/: 344.html, results/344.processed: more tests
2958:
2959: * tests/: 343.html, 344.html, results/343.processed,
2960: results/344.processed: tests for ^file::create[ $.from-charset
2961: and $.to-charset ] (related to feature #1061)
2962:
2963: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2964: aset_text_mode argument optimized
2965:
2966: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2967: checkBOM now used in detect_binary_content (related to feature
2968: #1061)
2969:
2970: * src/main/pa_request.C: load_charset no longer required to_upper
2971:
2972: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2973: preserves original file mode (if no $.mode specified)
2974:
2975: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2976: ^file::create now supports $.from-charset[] and $.to-charset
2977: options (implements feature #1061), automatic transcode is done
2978: if text file is created from binary file and charset is detected.
2979:
2980: 2016-07-30 moko
2981:
2982: * src/classes/table.C: ^t.hash[..;] now supported (related to
2983: feature #1057)
2984:
2985: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2986: added (related to feature #1057)
2987:
2988: * tests/: 286.html, results/286.processed: code tests coverage
2989:
2990: 2016-07-29 moko
2991:
2992: * src/classes/table.C: table size should be checked inside menu and
2993: foreach (related to feature #858)
2994:
2995: * src/: classes/curl.C, classes/file.C, classes/string.C,
2996: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2997: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2998: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2999: charsets.get now does str_upper inside (related to feature #1061)
3000:
3001: * tests/: 342.html, results/342.processed: more code coverage tests
3002:
3003: * tests/: 342.html, outputs/342.processed: table menu code coverage
3004: + foreach test added (related to feature #858)
3005:
3006: * tests/: 341.html, results/341.processed: tests for
3007: ^table.hash[]{code} added + code coverage tests (related to
3008: feature #1057)
3009:
3010: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3011: value} support (implements feature #1057)
3012:
3013: * src/classes/table.C: whitespace
3014:
3015: 2016-07-28 moko
3016:
3017: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3018: from URL, if not specified query string removed from url-based
3019: filenames in ^curl:load[] and ^file::load[] (related to feature
3020: #1042)
3021:
3022: 2016-07-27 moko
3023:
3024: * tests/: 340.html, results/340.processed: test for
3025: transcode_text_result=false added (related to issue #1042)
3026:
3027: 2016-07-26 moko
3028:
3029: * src/types/pa_vfile.C: file name should not be empty (if file path
3030: is folder and ends with /) (related to feature #1042)
3031:
3032: * src/main/pa_http.C: whitespace optimizaion
3033:
3034: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3035: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3036: multiple headers, ^file::load supports headers transcoding
3037: (implements feature #1042)
3038:
3039: 2016-07-25 moko
3040:
3041: * src/include/pa_common.h: PA_DEFAULT added
3042:
3043: 2016-07-22 moko
3044:
3045: * tests/: 338.html, results/338.processed: test for
3046: $date.field(value) added (related to feature #1066)
3047:
3048: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3049: $date.field(value) now supported for y/m/d/h/m/s (implements
3050: feature #1066)
3051:
1.105 moko 3052: 2016-07-21 moko
3053:
3054: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3055: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3056: arguments removed; image.C - absolute path shown in exception
3057: (implements feature #1071)
3058:
3059: * tests/: 235.html, results/235.processed: test and test result
3060: updated after static boundary in mail and Errors-To: mail header
3061: removed (related to feature #1047)
3062:
3063: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3064: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3065: used, static boundary in mail removed, Errors-To: mail header
3066: removed (implements feature #1047)
3067:
3068: 2016-07-20 moko
3069:
3070: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3071: equest.classes(): Value -> VStateless_class, part 3 (related to
3072: issue #1051)
3073:
3074: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3075: request.classes(): Value -> VStateless_class, part 2 (related to
3076: issue #1051)
3077:
3078: * tests/results/: 224.processed, 323.processed: classes without
3079: methods should not be methoded (related to issue #1051)
3080:
3081: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3082: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3083: -> VStateless_class, part 1 (related to issue #1051)
3084:
3085: * tests/: 337.html, results/337.processed: test for
3086: ^reflection:fields_reference[] and VHashReference class added
3087: (related to feature #1072)
3088:
3089: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3090: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3091: and VHashReference added, allowing ^reflection:fields_reference[]
3092: implementation (closes feature #1072)
3093:
3094: 2016-07-19 moko
3095:
3096: * tests/: 323.html, results/323.processed: we want to see
3097: "methoded"
3098:
3099: * tests/: 336.html, results/336.processed: test for $BASE:property
3100: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3101: #1059)
3102:
3103: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3104: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3105: somebody_entered_some_class, $BASE:property works again,
3106: ^BASE:method[] bugs fixed (fixes bug #1059)
3107:
3108: 2016-07-14 moko
3109:
3110: * tests/: 335.html, results/335.processed: test for feature #1055
3111: added
3112:
3113: * src/classes/hash.C: bugfix: $._default was not copied if empty
3114: feature: ^hash.contains[_default] added (implements feature
3115: #1055)
3116:
3117: 2016-07-13 moko
3118:
3119: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3120: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3121:
3122: 2016-07-05 moko
3123:
3124: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3125: in ^hash.foreach (related to feature #1073)
3126:
3127: 2016-07-04 moko
3128:
3129: * tests/: 134.html, 281.html, results/134.processed,
3130: results/281.processed: tests updated after hash blocking removed
3131: (related to feature #1073)
3132:
3133: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3134: no longer blocks on change during foreach (implements feature
3135: #1073)
3136:
3137: 2016-06-17 moko
3138:
3139: * tests/: 330.html, results/330.processed: try exception source
3140: test added (related to bug in #1062)
3141:
3142: * tests/: 334.html, results/334.processed: Exception stack trace
3143: test added (related to bug in $1062)
3144:
3145: * src/classes/op.C: Exception trace now correctly restored and
3146: errors reported (related to bug #1062)
3147:
1.104 moko 3148: 2016-05-25 moko
3149:
3150: * src/main/compile.y: minor cleanup + beauty
3151:
3152: 2016-05-24 moko
3153:
3154: * tests/: 333.html, results/333.processed: more exceptions testing
3155:
3156: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3157: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3158: features #1056, #1026)
3159:
3160: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3161: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3162: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3163: (implements feature #1056)
3164:
3165: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3166: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3167: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3168: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3169: feature #1026)
3170:
3171: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3172: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3173: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3174: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3175: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3176: feature #1026)
3177:
3178: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3179: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3180: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3181: SYMBOLS_CACHING define implemented (related to feature #1026)
3182:
3183: * src/main/main.vcproj: + ps_symbols
3184:
3185: * src/: include/Makefile.am, include/pa_string.h,
3186: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3187: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3188: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3189: types/pa_vstateless_class.C: initial implementation for symbols
3190: cache (related to feature #1026)
3191:
3192: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3193:
3194: * src/main/pa_globals.C: minor cleanup
3195:
3196: 2016-05-19 moko
3197:
3198: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3199: (related to feature #1046)
3200:
3201: * tests/: 331.html, results/331.processed: test for
3202: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3203: (related to feature #1051)
3204:
3205: * src/main/compile.y:
3206: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3207: (implements feature #1054)
3208:
3209: 2016-05-18 moko
3210:
3211: * src/types/pa_vtable.C, tests/results/324.processed: no more
3212: "column not found" exception for ^table.no-such-method[] (related
3213: to feature #1046)
3214:
3215: * tests/: 261.html, results/261.processed: test added and updated
3216: after feature #1046 implementation
3217:
3218: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3219: types/pa_vvoid.h: $string.anything works for whitespace strings,
3220: ^string.contains added for hash compatibility, $string.method no
3221: longer returns stting method (implements feature #1046)
3222:
3223: 2016-05-12 moko
3224:
3225: * src/classes/curl.C: content-type response header no longer
3226: ignored (fixes issue #1045)
3227:
3228: * tests/: 330.html, results/330.processed: test for incomplete
3229: finally execution when break occures added (related to issue
3230: #1077)
3231:
3232: * src/classes/op.C: bugfix: Request::skip reset is called before
3233: executing catch and finally code (fixes issue #1062)
3234:
3235: 2016-05-11 moko
3236:
3237: * tests/: 329.html, results/329.processed: test for invalid
3238: ^break[] behavour added (bug #1077)
3239:
3240: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3241:
3242: 2016-04-24 moko
3243:
3244: * src/types/pa_vstateless_class.h: warning war
3245:
3246: 2016-04-17 moko
3247:
3248: * tests/: 328.html, results/328.processed: test for
3249: ^break(condition) and ^continue(condition) (related to feature
3250: #1063)
3251:
3252: * src/classes/op.C: ^break(condition) and ^continue(condition)
3253: implemented (feature #1063)
3254:
3255: 2016-04-12 moko
3256:
3257: * tests/results/280.processed: ordered hash now used for class
3258: methods and properties (test results updated for feature #1069)
3259:
3260: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3261: to xdoc.C as under FreeBSD it was inited after and inheritance
3262: failed (related to issue #1051)
3263:
3264: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3265: are printed to check inheritance (related to feature #1051)
3266:
1.103 moko 3267: 2016-04-09 moko
3268:
3269: * tests/results/320.processed: ordered hash now used for class
3270: methods and properties (test results updated for feature #1069)
3271:
3272: * src/types/pa_vstateless_class.h: ordered hash now used for class
3273: methods and properties (implements feature #1069)
3274:
3275: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3276: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3277: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3278: feature #1051)
3279:
3280: 2016-04-07 moko
3281:
3282: * src/main/execute.C: returned Value in .CLASS case for VJunction
3283: (related to feature #1051)
3284:
3285: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3286: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3287: string constants deduplication (related to feature #1051)
3288:
3289: * tests/results/224.processed: test result updated (related to
3290: feature #1051)
3291:
3292: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3293: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3294: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3295: types/pa_vstatus.h: classes hash now contains only
3296: VStateless_class derived objects, .CLASS is also allways
3297: VStateless_class derived object (related to feature #1051).
3298:
3299: 2016-04-06 moko
3300:
3301: * tests/results/323.processed: test result updated after feature
3302: #1051 implementation
3303:
3304: * src/: classes/classes.h, classes/op.C, classes/response.C,
3305: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3306: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3307: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3308: types/pa_vresponse.C, types/pa_vresponse.h,
3309: types/pa_vstateless_class.h: base -> methoded_donor for static
3310: classes, type() moved from VStateless_class to VClass and
3311: Methoded (implements feature #1051)
3312:
3313: 2016-04-04 moko
3314:
3315: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3316: beauty: put_class added (related to feature #1051)
3317:
3318: 2016-04-01 moko
3319:
3320: * tests/results/: 175.processed, 192.processed, 224.processed,
3321: 229.processed, 244.processed, 246.processed, 316.processed: test
3322: results updated as class.type() removed from error messages, only
3323: type() left (related to feature #1051)
3324:
3325: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3326: classes/op.C, classes/reflection.C, main/compile.y,
3327: main/compile_tools.h, main/execute.C, main/pa_request.C,
3328: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3329: types/pa_vmethod_frame.h, types/pa_vobject.h,
3330: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3331: from VStateless_class, type() is used instead (related to feature
3332: #1051)
3333:
3334: * src/classes/mail.C: old logic restored.
3335:
3336: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3337: classes/classes.h, classes/curl.C, classes/date.C,
3338: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3339: classes/hashfile.C, classes/image.C, classes/inet.C,
3340: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3341: classes/memcached.C, classes/memory.C, classes/reflection.C,
3342: classes/regex.C, classes/response.C, classes/string.C,
3343: classes/table.C, classes/xdoc.C, classes/xnode.C,
3344: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3345: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3346: feature #1051)
3347:
3348: 2016-03-30 moko
3349:
3350: * tests/: 327.html, results/224.processed, results/327.processed:
3351: test for TZ specification in ^date::create[], TZ is kept during
3352: ^date::create[$dt] (related to feature #1048)
3353:
3354: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3355: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3356: feature #1048)
3357:
3358: 2016-03-29 moko
3359:
3360: * tests/: 315.html, results/315.processed: test for timezone format
3361: +HHmm added (related to feature #1065)
3362:
3363: * src/classes/date.C: timezone format +HHmm now supported
3364: (implements feature #1065)
3365:
3366: 2016-03-28 moko
3367:
3368: * tests/: 202.html, results/131.processed, results/202.processed,
3369: results/224.processed, results/256.processed,
3370: results/315.processed: test results updated after %.2d now
3371: default for hours offset in iso-string (was %2d), test for
3372: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3373: added (related to feature #1065)
3374:
3375: 2016-03-27 moko
3376:
3377: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3378: feature #1065)
3379:
3380: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3381: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3382: added (implements feature #1065)
3383:
3384: 2016-03-24 moko
3385:
3386: * tests/: 202.html, results/202.processed: test $date.week added
3387: (related to bug #1067)
3388:
3389: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3390: date (fix for bug #1067)
3391:
3392: 2016-03-10 moko
3393:
3394: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3395:
1.102 moko 3396: 2015-12-07 moko
3397:
3398: * tests/: 326.html, results/326.processed: test for .CLASS &
3399: .CLASS_NAME optimization added (related to feature #844)
3400:
3401: 2015-11-17 moko
3402:
3403: * tests/: 323.html, results/323.processed: order added
3404:
3405: * tests/: 325.html, results/325.processed: double range test added
3406: (related to bug #1049)
3407:
3408: 2015-11-16 moko
3409:
3410: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3411: added to disallow NaN and Infinity (fixes bug #1049)
3412:
3413: 2015-11-11 moko
3414:
3415: * tests/324.html: parser 3.4.3 execution support added (related to
3416: feature #1017)
3417:
3418: * tests/: 324.html, results/324.processed: test for
3419: GET_ELEMENT4CALL feature added (feature #1017)
3420:
1.101 moko 3421: 2015-10-29 moko
3422:
3423: * operators.txt: updated for 3.4.4
3424:
3425: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3426:
3427: * src/main/pa_exec.C: get_exit_status implemented for Windows
3428: (related to bug #1043)
3429:
3430: 2015-10-28 moko
3431:
3432: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3433: hangup during ^file::exec (fixes bug #1043)
3434:
1.100 moko 3435: 2015-10-27 moko
3436:
3437: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3438:
1.99 moko 3439: 2015-10-26 moko
3440:
1.100 moko 3441: * tests/322.html, src/classes/reflection.C: arguments reorder
3442: (related to issue #1041)
3443:
3444: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3445: Copyright year updated
3446:
1.99 moko 3447: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3448: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3449: classes/form.C, classes/hash.C, classes/hashfile.C,
3450: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3451: classes/mail.C, classes/math.C, classes/memcached.C,
3452: classes/memory.C, classes/op.C, classes/reflection.C,
3453: classes/regex.C, classes/response.C, classes/string.C,
3454: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3455: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3456: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3457: include/pa_config_fixed.h, include/pa_config_includes.h,
3458: include/pa_dictionary.h, include/pa_dir.h,
3459: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3460: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3461: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3462: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3463: include/pa_request_charsets.h, include/pa_request_info.h,
3464: include/pa_sapi.h, include/pa_socks.h,
3465: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3466: include/pa_stack.h, include/pa_string.h,
3467: include/pa_stylesheet_connection.h,
3468: include/pa_stylesheet_manager.h, include/pa_table.h,
3469: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3470: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3471: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3472: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3473: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3474: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3475: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3476: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3477: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3478: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3479: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3480: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3481: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3482: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3483: main/pa_string.C, main/pa_stylesheet_connection.C,
3484: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3485: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3486: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3487: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3488: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3489: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3490: targets/isapi/parser3isapi.C, types/pa_junction.h,
3491: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3492: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3493: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3494: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3495: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3496: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3497: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3498: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3499: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3500: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3501: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3502: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3503: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3504: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3505: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3506: types/pa_vresponse.C, types/pa_vresponse.h,
3507: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3508: types/pa_vstateless_object.h, types/pa_vstatus.C,
3509: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3510: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3511: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3512: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3513: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3514:
3515: * src/targets/cgi/parser3.C: year updated
3516:
3517: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3518: issue #1041)
3519:
3520: * tests/: 323.html, results/323.processed: test for base classes
3521: added
3522:
3523: * tests/: 261.html, results/261.processed: updated after better
3524: error reporting done for $string.key exception
3525:
3526: * src/types/pa_vstring.h: better error report for $string.key
3527: exception
3528:
3529: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3530: copied as VObject::get_element4call to remove extra virtual call
3531:
3532: * tests/: 322.html, results/322.processed: test for
3533: ^reflection:is[] added (related to feature #1041)
3534:
3535: * src/classes/reflection.C: ^reflection:is empty value is void
3536: (related to feature #1041)
3537:
3538: * src/classes/reflection.C:
3539: ^reflection:is[class_name|code|method;[context;]element_name]
3540: added (implements feature #1041)
3541:
3542: 2015-10-24 moko
3543:
3544: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3545:
1.98 moko 3546: 2015-10-22 moko
3547:
3548: * tests/: 321.html, results/321.processed: test for
3549: ^reflection:method_info[] file detection added
3550:
3551: * tests/: 320.html, results/320.processed: test for
3552: ^reflection:class_by_name[class_name] added (related to feature
3553: #993)
3554:
3555: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3556: added (implements feature #993)
3557:
3558: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3559: (related to feature #1017)
3560:
3561: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3562: added (related to issue #1039)
3563:
3564: * src/main/pa_request.C: ^throw origin fixed (related to feature
3565: #1039)
3566:
3567: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3568: for VDate
3569:
3570: * tests/results/182.processed: updated after feature #1038
3571: implemented
3572:
3573: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3574: compile-time exception origin added (test for feature #1039)
3575:
3576: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3577: main/pa_request.C: exception unification: compile-time exceptions
3578: now have origin, @USE origins also tracked (implements feature
3579: #1039)
3580:
3581: 2015-10-20 moko
3582:
3583: * src/main/pa_request.C: cleanup
3584:
3585: 2015-10-15 moko
3586:
3587: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3588:
3589: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3590: types/pa_vtable.C: new feature: no more $table.method and
3591: $hash.method, aliases for _at, _count, _key (related to feature
3592: #1017)
3593:
1.97 moko 3594: 2015-10-14 moko
3595:
1.98 moko 3596: * tests/: 317.html, results/317.processed: test for
3597: ^string.unescape[] added (related to feature #120)
3598:
1.97 moko 3599: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3600: defined" bug (described in issue #1036)
3601:
3602: * tests/: 247.html, results/247.processed: test for checkBOM added
3603: (test for bug #1037)
3604:
3605: * src/: include/pa_charsets.h, main/pa_charsets.C,
3606: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3607: it's not enforced, skips BOM signature if it complies charset
3608: (fixes bug #1037)
3609:
3610: 2015-10-13 moko
3611:
3612: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3613: linking
3614:
3615: * src/classes/inet.C: vs2003 compilation fix
3616:
3617: * src/classes/math.C: warning war
3618:
3619: * src/lib/punycode/pa_punycode.c: warning war
3620:
3621: 2015-10-12 moko
3622:
3623: * src/lib/punycode/pa_punycode.c: warning war
3624:
3625: * parser3.sln: moved parser3 first, to make it default startup
3626: project
3627:
3628: * buildall: parser "mirror" now used for external libs sources
3629: (implements feature #1036)
3630:
3631: * buildall: most external libs are updated to their current
3632: versions (related to feature #1036)
3633:
3634: * src/classes/image.C: more tags added
3635:
3636: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3637:
3638: 2015-10-11 moko
3639:
3640: * src/classes/curl.C: minor optimization (related to feature #1035)
3641:
3642: 2015-10-09 moko
3643:
3644: * src/classes/curl.C: pa_strdup added for strings from curl
3645: (related to feature #1035)
3646:
3647: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3648: ULLONG_MAX definition
3649:
3650: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3651: (implements feature #1035)
3652:
3653: * src/main/pa_charset.C: String::Body(String::C) used
3654:
3655: * src/main/pa_charset.C: exceptions unified
3656:
3657: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3658: unified
3659:
3660: * src/: classes/file.C, classes/image.C, classes/mail.C,
3661: classes/op.C, classes/xdoc.C, classes/xnode.C,
3662: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3663: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3664: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3665: String::Body(String::C) constructor added (related to bug #957)
3666:
3667: * src/classes/file.C: minor optimization
3668:
3669: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3670: Cord(char*) autocreation (related to bug #957)
3671:
3672: * src/: classes/string.C, main/untaint.C: minor optimizations
3673:
3674: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3675: String(char*, Lang, length) removed, String(C(), Lang) used
3676: instead (related to bug #957)
3677:
3678: 2015-10-08 moko
3679:
3680: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3681: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3682: main/untaint.C: Now char * is converted to CORD only using
3683: AS_CORD() to check for empty cord bug (fixes bug #957)
3684:
3685: * src/include/pa_hash.h: fixed compilation without
3686: HASH_CODE_CACHING
3687:
3688: * src/classes/string.C:
3689: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3690: feature #120)
3691:
3692: * src/main/pa_common.C: reduce js flags checks count (related to
3693: feature #120)
3694:
1.96 moko 3695: 2015-10-07 moko
3696:
3697: * tests/: 275.html, results/275.processed: test modified after
3698: unsigned long long int support implemented (feature #1034)
3699:
3700: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3701: pa_atoul added for unsigned long long int support
3702:
3703: 2015-10-06 moko
3704:
3705: * src/types/pa_vdate.C: INT_MAX used
3706:
3707: 2015-10-03 moko
3708:
3709: * tests/: 302.html, results/302.processed: test for bug #1023
3710: (\u2028, \u2029 escaping) added
3711:
3712: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3713: json:string[] (fixes bug #1023)
3714:
3715: 2015-09-29 moko
3716:
3717: * tests/305.html: try-catch added for OS without ipv6 support
3718:
3719: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3720: compilation
3721:
3722: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3723: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3724: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3725: implemented to distinguish ^hash.method from $hash.field
3726: (implements feature #1017)
3727:
3728: * src/lib/punycode/pa_punycode.c: warning war
3729:
3730: * src/include/pa_config_includes.h: warning war
3731:
3732: * src/include/pa_config_includes.h: pragma warning actualized a bit
3733:
3734: * src/include/pa_config_includes.h: warning war
3735:
3736: * src/include/pa_hash.h: clang compilation fix
3737:
3738: 2015-09-27 moko
3739:
3740: * src/main/compile.tab.C: Bison 3 is now default
3741:
3742: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3743:
3744: 2015-09-25 moko
3745:
3746: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3747: works with undefined HASH_ORDER (related to feature #196)
3748:
3749: 2015-09-24 moko
3750:
3751: * tests/: 027.html, results/027.processed: test modified to test
3752: ^hash.sort (feature #196)
3753:
3754: * src/: classes/hash.C, include/pa_hash.h:
3755: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3756: added (implements feature #196)
3757:
3758: * tests/: 316.html, results/316.processed: Added test for bug #1025
3759: (exception handling in non-cached ^cache), plus for "it does not
3760: have logical value" and "$exception.handled value must be either
3761: boolean or string 'cache'" exceptions.
3762:
3763: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3764: code (fixes bug #1025)
3765:
1.95 moko 3766: 2015-09-23 moko
3767:
3768: * src/classes/table.C: warning war
3769:
3770: * src/: classes/math.C, types/pa_vcookie.C: warning war
3771:
3772: * src/classes/file.C: warning war
3773:
3774: * src/: include/pa_table.h, main/pa_table.C: warning war
3775:
3776: * src/: main/pa_request.C, classes/date.C: warning war
3777:
3778: * src/: types/pa_vdate.C, classes/op.C: warning war
3779:
3780: * tests/: 122.html, results/122.processed: win sync: to remove
3781: differences with OS that doesn't keep timezone change history
3782:
3783: * src/types/pa_vdate.C: tzset() should be called in Windows after
3784: TZ change (related to feature #36)
3785:
3786: * tests/: 075.html, results/075.processed: win sync: to remove
3787: differences with OS that doesn't keep timezone change history
3788:
3789: * tests/: 315.html, results/315.processed: win sync: to remove
3790: differences with OS that doesn't keep timezone change history
3791:
3792: * tests/: 256.html, results/256.processed: win sync: to remove
3793: differences with OS that doesn't keep timezone change history
3794:
3795: * tests/: 124.html, results/124.processed: win results sync: to
3796: avoid hitting time change hole.
3797:
3798: * src/types/pa_vdate.C: static returned. :)
3799:
3800: 2015-09-22 moko
3801:
3802: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3803:
3804: * tests/results/131.processed: more tests for feature #1032
3805:
3806: * src/classes/date.C: minor fix related to feature #1032
3807:
3808: * operators.txt: ISO date creation documented (related to feature
3809: #1032)
3810:
3811: * operators.txt: iso-string documented (related to feature #1032)
3812:
3813: * tests/: 315.html, results/315.processed: more tests added
3814: (related to feature #1032)
3815:
3816: * tests/: 131.html, results/131.processed: date range checks
3817: updated (related to feature #36)
3818:
3819: * tests/: 315.html, results/057.processed, results/315.processed:
3820: test added for ISO date support (related to issue #315)
3821:
3822: * src/classes/date.C: more readable exceptions in date creation
3823: (related to ticket #1032)
3824:
3825: 2015-09-18 moko
3826:
3827: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3828: added (related to issue #1032)
3829:
3830: * tests/results/256.processed, src/classes/json.C: iso-string
3831: documented (related to issue #1032)
3832:
3833: * tests/: 256.html, results/256.processed: ISO date check added
3834: (related to issue #1032)
3835:
3836: * tests/: 057.html, results/057.processed, results/224.processed:
3837: tests results updated after ISO date support implemented (related
3838: to feature #1032)
3839:
3840: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3841: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3842: ^date::create[string] constructor formalized, ^date.iso-string[]
3843: added (implements feature #1032)
3844:
3845: 2015-09-05 moko
3846:
3847: * operators.txt: actualized
3848:
3849: * operators.txt: date changes documented (related to ticket #36)
3850:
3851: 2015-09-04 moko
3852:
3853: * src/types/pa_vdate.C: warning war
3854:
3855: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3856:
3857: 2015-09-03 moko
3858:
3859: * tests/results/096.processed: test result updated for 0..9999 year
3860: date range support (related to feature #36)
3861:
3862: * tests/: 314.html, results/314.processed: test for
3863: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3864: bug #1031)
3865:
3866: * src/classes/string.C: Static calls fixed for ^string:base64[],
3867: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3868:
1.116 moko 3869: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3870: configure.in -> configure.ac
1.95 moko 3871:
1.116 moko 3872: * configure, configure.in, src/include/pa_config_auto.h.in: more
3873: correct timezone check for FreeBSD Warning war: configure.in ->
3874: configure.ac
1.95 moko 3875:
3876: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3877: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3878: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3879: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3880: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3881: src/main/Makefile.am, src/targets/apache/Makefile.am,
3882: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3883: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3884: check added
3885:
3886: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3887:
3888: * tests/results/: 124.processed, 224.processed: test resuls updated
3889: for new date implementation (related to feature #36)
3890:
3891: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3892: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3893: types/pa_vdate.h: new double date implementation with internal
3894: support for extended 0..9999 year range, default timezone support
3895: (related to feature #36)
3896:
3897: 2015-08-28 moko
3898:
3899: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3900: (fixes bug #1030)
3901:
3902: 2015-08-21 moko
3903:
3904: * src/classes/inet.C: snprintf size "bug" commented
3905:
3906: * src/main/pa_common.C: snprintf comments updated
3907:
3908: 2015-08-16 moko
3909:
3910: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3911:
3912: 2015-08-11 moko
3913:
3914: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3915: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3916: can be null (fixes bug #1029)
3917:
3918: 2015-08-06 moko
3919:
1.116 moko 3920: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3921: pa_vdate.C added
1.95 moko 3922:
3923: 2015-08-05 moko
3924:
3925: * tests/: 313.html, results/313.processed: test for
3926: ^table.count[columns] and ^table.flip[] with nameless tables
3927: (feature #1003)
3928:
3929: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3930: max_cell added, now ^table.count[columns] and ^table.flip[] works
3931: correctly for nameless tables (implements feature #1003)
3932:
3933: 2015-08-03 moko
3934:
3935: * tests/312.html: test for ^table.append[$hash] and
3936: ^table.insert[$hash] added (related to feature #1028)
3937:
3938: * src/classes/table.C: ^table.append[$hash] and
3939: ^table.insert[$hash] now supported (implements feature #1028)
3940:
3941: * tests/: 312.html, results/312.processed: test row copy in
3942: ^table.hash[; $.type[table] ] added (related to feature #1016)
3943:
3944: * src/classes/table.C: row copy now created in ^table.hash[;
3945: $.type[table] ] (related to feature #1016)
3946:
3947: 2015-07-29 moko
3948:
3949: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3950: added (related to feature #1016)
3951:
3952: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3953: ^table.delete[] added to delete current row (related to feature
3954: 1016)
3955:
3956: 2015-07-28 moko
3957:
3958: * tests/: 312.html, results/312.processed: test for
3959: $table.column[value] and ^table.insert{row} (related to feature
3960: #1016)
3961:
3962: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3963: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3964: ^table.insert{row} are now implemented (feature #1016)
3965:
3966: * src/include/pa_array.h: Optimization: bool reverse removed from
3967: append(), insert() added, memmove arguments order in remove()
3968: fixed (related to feature #1016)
3969:
3970: 2015-07-23 moko
3971:
3972: * src/classes/json.C: tainted json and empty json exception added
3973: (implements feature #1015)
3974:
3975: * tests/: 311.html, results/311.processed: empty json and tainted
3976: json exception test added (related to issue #1015)
3977:
3978: 2015-07-22 moko
3979:
3980: * tests/: 311.html, results/311.processed: test for UTF-8
3981: processing added
3982:
3983: * tests/: 311.html, results/311.processed: test for
3984: json_exception_with_source added (related to issue #394)
3985:
3986: * src/classes/json.C: json_exception_with_source added (implements
3987: feature #394)
3988:
3989: 2015-06-29 moko
3990:
3991: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3992: directories are now correctly determined if _d_type == DT_UNKNOWN
3993: (closes bug #1027)
3994:
3995: 2015-06-10 moko
3996:
3997: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3998: error if libxml has LIBXML_ICU_ENABLED.
3999:
4000: 2015-06-04 moko
4001:
4002: * tests/099.html: ups, reverting
4003:
4004: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4005: results/310.processed: tests for $response:body[ $.file[] ] and
4006: $response:last-modified added
4007:
4008: * src/main/pa_request.C: last-modified check fixed
4009:
4010: 2015-06-03 moko
4011:
4012: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4013: results/205.processed, results/293.processed: $response:headers
4014: logging added (tests for feature #1007)
4015:
4016: * src/: include/pa_common.h, include/pa_request.h,
4017: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4018: $response:headers are now in uppercase (closes feature #1007)
4019:
4020: 2015-06-02 moko
4021:
4022: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4023: build errors reverted for clang compatibility
4024:
4025: 2015-06-01 moko
4026:
4027: * src/include/pa_memory.h: -pedantic build errors fixed
4028:
4029: * src/classes/math.C: -pedantic build error fixed
4030:
4031: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4032:
4033: 2015-05-31 moko
4034:
4035: * src/classes/table.C: USE_STRINGSTREAM optimized
4036:
4037: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4038: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4039: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4040: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4041: types/pa_vxnode.h: warning war (-pedantic flag)
4042:
4043: 2015-05-28 moko
4044:
4045: * tests/: 308.html, results/308.processed: test for
4046: ^table::create[$t;], etc work added (related to bug #975)
4047:
4048: * src/classes/table.C: check_option_param removed,
4049: ^table::create[$t;], etc now works (fixes bug #975)
4050:
4051: 2015-05-27 moko
4052:
4053: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4054: (Debian jessie) fixed (closes issue #1024)
4055:
4056: * tests/Makefile: sort added as in Debian jessie list become
4057: unsorted
4058:
4059: 2015-05-18 moko
4060:
4061: * tests/: 201.html, results/201.processed: test for
4062: ^string.trim[what] feature #1022
4063:
4064: * src/classes/string.C: ^string.trim[what] now supported,
4065: implements feature #1022
4066:
4067: 2015-05-17 moko
4068:
4069: * tests/results/185.processed: test result updated as feature #1021
4070: implemented (left/right accept negative parameter)
4071:
4072: * src/classes/string.C: left/right now accept negative parameter
4073: (implements feature #1021)
4074:
4075: 2015-05-08 moko
4076:
4077: * src/classes/math.C: isalnum -> pa_isalnum
4078:
4079: * src/main/execute.C: optimization in getter-junction processing
4080: (related to issue #997)
4081:
4082: 2015-05-07 moko
4083:
4084: * tests/: 307.html, results/307.processed: test for issue #997
4085: added
4086:
4087: * src/main/execute.C: process_getter result now checked if junction
4088: returned (closes issue #997)
4089:
4090: * tests/: 305.html, results/305.processed: sort added to ignore
4091: different order
4092:
4093: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4094: assignment (closes issue #994)
4095:
4096: * tests/: 306.html, results/306.processed: test for issue #994
4097: added
4098:
4099: * tests/: 303.html, results/303.processed: two more errors tested
4100:
4101: 2015-05-06 moko
4102:
4103: * tests/: 305.html, results/305.processed: test for name2ip &
4104: ip2name added (related to feature #992)
4105:
4106: * tests/: 303.html, 304.html, results/303.processed,
4107: results/304.processed: tests for idna conversion added (related
4108: to issue #849)
4109:
4110: 2015-05-02 moko
4111:
4112: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4113: implemented
4114:
4115: 2015-04-30 moko
4116:
4117: * src/main/pa_http.C: idna_host added, related to issue #849
4118:
4119: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4120: (related to issue #849)
4121:
4122: 2015-04-24 moko
4123:
4124: * src/types/pa_vjunction.C: warning war
4125:
4126: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4127: unification
4128:
4129: * src/lib/punycode/pa_idna.c: warning war
4130:
4131: 2015-04-22 moko
4132:
4133: * src/main/main.vcproj: punycode include path added
4134:
4135: * src/lib/punycode/pa_idna.c: windows compile error fixed
4136:
4137: * src/lib/punycode/pa_idna.c: warning war
4138:
4139: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4140: project file added
4141:
4142: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4143:
4144: * src/include/pa_memory.h: warning war
4145:
4146: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4147: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4148: implemented (related to feature #849)
4149:
4150: * configure.in, src/main/Makefile.am,
4151: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4152: libpunycode added in Unix
4153:
4154: 2015-04-21 moko
4155:
4156: * configure.in: large files support
4157:
4158: 2015-04-15 moko
4159:
4160: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4161: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4162: pa_punycode.h: initial version for punycode/idna support library
4163: (ticket #849)
4164:
4165: 2015-04-08 moko
4166:
4167: * src/: classes/curl.C, classes/date.C, classes/file.C,
4168: classes/image.C, classes/mail.C, classes/reflection.C,
4169: classes/string.C, classes/xnode.C, include/pa_request.h,
4170: include/pa_string.h, include/pa_stylesheet_connection.h,
4171: main/compile.y, main/compile_tools.h, main/execute.C,
4172: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4173: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4174: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4175: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4176: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4177: clang compiler warnings (closes issue #1018)
4178:
4179: * src/include/pa_string.h: String::Body comparation operators with
4180: char * added (related to issue #958)
4181:
4182: 2015-04-07 moko
4183:
4184: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4185: pa_malloc/pa_free to remove system malloc/free usage (related to
4186: issue #1018)
4187:
4188: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4189: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4190: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4191: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4192: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4193: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4194: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4195: malloc/strdup/free replaced with pa_ version and checks for
4196: accidental use of non-pa_ version added (related to issue #1018)
4197:
4198: 2015-04-03 moko
4199:
4200: * buildall: pcre-8.33 -> pcre-8.36
4201:
4202: * src/: main/compile.y, classes/form.C, classes/mail.C,
4203: classes/op.C, classes/string.C, main/compile.tab.C,
4204: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4205: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4206: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4207: ticket #958)
4208:
4209: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4210: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4211: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4212: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4213: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4214: $request:headers, $request:method added (implements feature
4215: #1007)
4216:
4217: 2015-03-17 misha
4218:
4219: * tests/302.html: - test for
4220: ^json:string[...;$._default[method-name]]
4221:
4222: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4223: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4224: option $._default[method-name] is specified in ^json:string[], a
4225: method with specified name will be called for classes/objects
4226: serialization ( new feature: #982 )
4227:
4228: 2015-03-16 misha
4229:
4230: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4231: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4232: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4233: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4234: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4235: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4236: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4237: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4238: types/pa_vrequest.h, types/pa_vstateless_class.C,
4239: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4240: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4241: $var.CLASS_NAME now have special opcodes. This can be switched
4242: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4243: on pa_opcode.h ( new feature: #844 )
4244:
4245: 2015-03-15 misha
4246:
4247: * tests/075.html: - test for $response:header[]
4248:
4249: * src/types/pa_vresponse.C: - $response:header[] deletes header
4250: that was set earlie ( new feature: #1001 )
4251:
4252: 2015-03-12 misha
4253:
4254: * tests/246.html: - more tests for ^hash._at[]
4255:
4256: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4257: accepts second param [key|value|hash] ( new feature: #1012 )
4258:
4259: 2015-03-09 moko
4260:
4261: * src/types/pa_vmail.C: exception for everything but
4262: $mail:received, closes issue #1011
4263:
4264: 2015-02-20 moko
4265:
4266: * tests/: 275.html, results/275.processed: hex detection in
4267: pa_atoui fix test (closes issue #1010)
4268:
4269: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4270: issue #1010)
4271:
4272: 2015-02-17 moko
4273:
4274: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4275: tainted.
4276:
4277: 2015-02-03 misha
4278:
4279: * tests/301.html: - test for ^json:string($double) causes
4280: exception. bugfix: #1008
4281:
4282: * src/classes/json.C: - ^json:string($double) causes exception.
4283: bugfix: #1008
4284:
4285: * tests/014.html: - updated for work with ^hash.delete[]
4286:
4287: 2015-01-12 misha
4288:
4289: * src/: classes/form.C, include/pa_common.h,
4290: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4291: types/pa_vform.h: - supports body with PUT method as well ( new
4292: feature: #1006 )
4293:
4294: * src/classes/file.C: - warnings war
4295:
4296: 2015-01-11 misha
4297:
4298: * tests/300.html: - test for ^hash.delete[] is added
4299:
4300: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4301: feature: #989 ) - tiny optimization in intersects
4302:
4303: 2015-01-06 moko
4304:
4305: * src/types/pa_vmail.C: file names transcode added, to and cc added
4306: with transcode, attachments detection fixed
4307:
4308: * src/main/pa_request.C: filling mail received after cgi/auto.p
4309: load to allow charset switch (related to issue #996)
4310:
4311: 2014-12-31 moko
4312:
4313: * src/types/pa_vmail.C: from and subject now transcoded if not
4314: UTF-8 source charset (fixes issue 996)
4315:
4316: * src/main/pa_exception.C: fixed string from stack bug (closes
4317: issue #1000)
4318:
4319: 2014-12-11 misha
4320:
4321: * src/types/pa_vhashfile.C: - check if key is not empty before
4322: access ( bug fix: #1005 )
4323:
4324: 2014-11-13 misha
4325:
4326: * src/main/compile.y: - PC.append does not reset to false while
4327: creating a new class. bugfix: #990
4328:
4329: * tests/299.html: - test for creation class after working with
4330: partial class (create+append)
4331:
4332: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4333: #995
4334:
4335: * tests/232.html: - test for @get[def] added
4336:
4337: 2014-10-12 moko
4338:
4339: * src/lib/pcre/pcre_internal.vcproj: correct path
4340:
4341: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4342: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4343: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4344: targets/apache/ApacheModuleParser3.vcproj,
4345: targets/apache/ApacheModuleParser3Core.vcproj,
4346: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4347: types/types.vcproj: project GUID inserted in *.vcproj for correct
4348: conversion in newer VS versions
4349:
4350: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4351: pcre_internal.vcproj added
4352:
4353: 2014-08-28 moko
4354:
4355: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4356: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4357: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4358:
4359: 2014-06-30 misha
4360:
4361: * tests/298.html: - tests for ^reflection:def[class;className]
4362: added
4363:
4364: * src/classes/reflection.C: - ^reflection:def[class;className]
4365: added ( new feature: #918 )
4366:
4367: 2014-06-29 misha
4368:
4369: * src/classes/table.C: - ^table::create[unsupported data] -
4370: exception comment changed to "body must be table or code" ( bug
4371: fix: #951 )
4372:
4373: * tests/: 261.html, results/261.processed: - tests for
4374: ^json:string[...;$.void[null|string]] added
4375:
4376: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4377: option $.void[string|null] added to ^json:string[...] ( new
4378: feature: #952 )
4379:
4380: 2014-06-28 moko
4381:
4382: * src/classes/curl.C: $.charset now processed before other curl
4383: options (closes issue #980)
4384:
4385: 2014-05-23 misha
4386:
4387: * src/classes/json.C: - bug fix: #987
4388:
4389: 2014-05-04 misha
4390:
4391: * tests/: 253.html, 253_json.txt: - test for
4392: ^json:parse[$.int(false)] is added
4393:
4394: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4395: default true). The option is similar to $.double(bool) but for
4396: integers.
4397:
4398: 2014-05-01 moko
4399:
4400: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4401: #12 )
4402:
4403: 2014-04-16 moko
4404:
4405: * src/main/pa_http.C: response-charset option should finally work
4406: now (fix for issue #867)
4407:
4408: * src/main/pa_http.C: response-charset option should work now (fix
4409: for issue #867)
4410:
4411: 2014-03-07 moko
4412:
4413: * buildall: libgc moved
4414:
4415: * buildall: libgc moved
4416:
4417: 2013-12-29 moko
4418:
4419: * src/classes/string.C: ^string:js-unescape result now tainted,
4420: closes issue #966
4421:
4422: * tests/: 186.html, results/186.processed: ^string:js-unescape
4423: result now tainted, issue #966
4424:
4425: 2013-12-03 moko
4426:
4427: * src/: classes/memcached.C, types/pa_vmemcached.C,
4428: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4429: option was added for http://www.parser.ru/forum/?id=79343
4430:
4431: * src/classes/file.C: bugfix for
4432: http://www.parser.ru/forum/?id=79337
4433:
4434: 2013-11-05 moko
4435:
4436: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4437:
4438: * src/main/pa_globals.C: spelling fixed
4439:
4440: 2013-10-29 moko
4441:
4442: * src/lib/json/json.vcproj: json.c -> pa_json.C
4443:
4444: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4445: #892
4446:
4447: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4448: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4449: exceptions to be thrown thougth json library), related to issue
4450: #892
4451:
4452: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4453: related to issue #896
4454:
4455: 2013-10-24 moko
4456:
4457: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4458:
4459: 2013-10-23 moko
4460:
4461: * README: actualization
4462:
4463: 2013-10-22 moko
4464:
4465: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4466: compatibility patch from Sergey Kirpichev
4467:
4468: * tests/: 297.html, results/297.processed: non-working getter fix
4469: test for issue #948
4470:
4471: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4472: called when saving value of $match variable in ^string.match[] to
4473: increase compatibility (related to issue #948).
4474:
4475: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4476: usage optimization
4477:
4478: 2013-10-21 moko
4479:
4480: * tests/: 182.html, results/182.processed: local path removed for
4481: compatibility
4482:
4483: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4484: results/244.processed, results/253.processed,
4485: results/254.processed, results/275.processed,
4486: results/281.processed: try_catch -> try-catch
4487:
4488: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4489: results/294.processed, results/296.processed: try_catch ->
4490: try-catch
4491:
4492: 2013-10-20 moko
4493:
4494: * tests/: 296.html, results/296.processed: test for xsl exception
4495: for issue #938 added.
4496:
4497: * src/: include/pa_xml_exception.h,
4498: main/pa_stylesheet_connection.C: forgotten to be replaced
4499: XmlException is now replaced (once again closes issue #938)
4500:
4501: 2013-10-18 moko
4502:
4503: * buildall: disable clock_gettime detection to avoid librt linking
4504: (which in turn depends on libpthread), related to issue #943
4505:
4506: 2013-10-18 misha
4507:
4508: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4509: lib/smtp/smtp.vcproj, main/main.vcproj,
4510: targets/apache/ApacheModuleParser3Core.vcproj,
4511: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4512: types/types.vcproj: - new locations for libxml2 includes where
4513: added to vcproj files
4514:
4515: 2013-10-18 moko
4516:
4517: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4518: fix
4519:
4520: * tests/: 295.html, results/295.processed: test for issue #948
4521: updated
4522:
4523: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4524: :)
4525:
4526: * tests/: 295.html, results/295.processed: test for issue #948
4527: added
4528:
4529: * src/: classes/hash.C, classes/string.C, classes/table.C,
4530: include/pa_request.h, types/pa_method.h: for getters and setters
4531: to be executed request.put_element should be called, not
4532: context.put_element (fixes issue #948)
4533:
4534: 2013-10-17 moko
4535:
4536: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4537: LIBXML2_NEW_BUFFER check (closes issue #943)
4538:
4539: * buildall: libxml 2.9.1 build is broken --without-reader.
4540:
4541: 2013-10-16 moko
4542:
4543: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4544:
4545: * tests/: 294.html, results/294.processed: test for issue #938
4546:
4547: * src/: classes/xdoc.C, classes/xnode.C,
4548: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4549: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4550:
4551: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4552: libxslt-1.1.26 -> libxslt-1.1.28
4553:
4554: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4555: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4556: to '?', related to issue #938
4557:
4558: 2013-10-15 moko
4559:
4560: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4561: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4562: minor optimizations (closes issue #896)
4563:
4564: * tests/results/: 292.processed, 293.processed: results updated to
4565: comply with issue #896
4566:
4567: * tests/: 292.html, 293.html, results/292.processed,
4568: results/293.processed: tests for json escaping
4569:
4570: 2013-10-14 moko
4571:
4572: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4573: and cleanup, code moved from .h to .C, no changes in code
4574:
4575: 2013-10-12 moko
4576:
4577: * tests/results/119.processed: updated test result commited
4578:
4579: * tests/: 291.html, results/291.processed: test for issue #894
4580: added
4581:
4582: * src/types/pa_wcontext.h: base methods call support function
4583: get_somebody_entered_some_class should not be true forever, as
4584: wcontext can have many get_elements calls (fixes issue #894)
4585:
4586: 2013-10-11 moko
4587:
4588: * tests/: 290.html, results/290.processed: test for junction GPF
4589: issue #942 added
4590:
4591: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4592: to native method fixed (closes issue #942)
4593:
4594: * tests/: 158.html, results/158.processed: test for csv-string[]
4595: added
4596:
4597: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4598: feature #907)
4599:
4600: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4601: feature #907)
4602:
4603: 2013-10-09 moko
4604:
4605: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4606: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4607: types/pa_vstateless_class.C: GET_default, SET_default now works
4608: properly not only in objects, but in classes as well (closes
4609: issue #903)
4610:
4611: * tests/: 289.html, results/289.processed: GET/SET_default now
4612: works in classes, not only objects, test case added, related to
4613: issue #903
4614:
4615: * tests/: 288.html, results/288.processed: test for endless
4616: recursion bug added (related to issue #903)
4617:
4618: 2013-10-05 moko
4619:
4620: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4621: classes/table.C, main/execute.C, types/pa_method.h,
4622: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4623: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4624: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4625: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4626: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4627: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4628: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4629: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4630: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4631: optimization: put_element no longer has "bool areplace" argument,
4632: related to issue #903
4633:
4634: 2013-10-03 moko
4635:
4636: * tests/results/182.processed: result for $.replace(false) test
4637: commited
4638:
4639: * src/classes/date.C: ^date::create(number) processed correctly
4640: (fixes issue #901)
4641:
4642: * src/classes/image.C: as_no_junction removed, as param can be
4643: expression (closes issue #931)
4644:
4645: * tests/233.html: test for issue #931 added
4646:
4647: 2013-10-02 moko
4648:
4649: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4650: modified, test for $.replace(false) added
4651:
4652: * src/main/compile_tools.h: forgotten class replace returned. :)
4653:
4654: 2013-09-30 moko
4655:
4656: * tests/: 141.html, results/141.processed: md5 tainting test added
4657:
4658: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4659: main/compile_tools.h, main/pa_request.C: allow_class_replace
4660: implemented; $.replace option added to ^process and ^use
4661:
4662: 2013-08-27 moko
4663:
4664: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4665: cstr_to_string_body_untaint should be called with charsets for
4666: possible uri language and connection for possible sql language.
4667: related to issue #857
4668:
4669: * buildall: and -> or fixed
4670:
4671: 2013-08-26 moko
4672:
4673: * buildall: prepare_ functions logic changed to support
4674: gc-7.2d.tar.gz extracting to gc-7.2 directory
4675:
4676: 2013-08-23 moko
4677:
4678: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4679: statically
4680:
4681: 2013-08-22 moko
4682:
4683: * src/classes/string.C: String::Empty used (related to issue #912)
4684: append_know_length removed (related to old GPF bug)
4685:
4686: 2013-08-21 moko
4687:
4688: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4689:
4690: * src/classes/math.C: ^math:digest[...;$file] support added
4691: (related to ticket #857
4692:
4693: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4694: implemented
4695:
4696: * src/types/pa_vhashfile.h: warning war
4697:
4698: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4699: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4700: anti_endless_json_string_recoursion removed from request;
4701: json_string_recoursion added to json_options; $.indent[indent
4702: value] now supported and passed within recoursion closes feature
4703: #937
4704:
4705: * tests/: 287.html, results/287.processed: test for feature #937
4706:
4707: 2013-07-31 moko
4708:
4709: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4710: compilation having #define _S
4711:
4712: * src/main/pa_globals.C: cleanup
4713:
4714: 2013-07-30 moko
4715:
4716: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4717: main/pa_common.C: vs2003 warning war
4718:
4719: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4720:
4721: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4722:
4723: * src/lib/md5/pa_sha2.c: warning war
4724:
4725: 2013-07-29 moko
4726:
4727: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4728: patches from github
4729:
4730: * src/: classes/bool.C, classes/double.C, classes/int.C,
4731: classes/memcached.C, include/pa_config_includes.h,
4732: types/pa_vfile.C, types/pa_vfile.h: warning war
4733:
4734: * src/lib/json/json.vcproj: C++ -> C
4735:
4736: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4737:
4738: * src/lib/json/: json.c, pa_json.C: windows compatibility
4739:
4740: * src/lib/json/: json.c, pa_json.C: windows compatibility
4741:
4742: * src/lib/json/: json.c, pa_json.C: warning war
4743:
4744: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4745:
4746: * src/include/pa_config_fixed.h: uint16_t added
4747:
4748: * configure.in: uint16_t check added
4749:
4750: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4751: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4752: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4753: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4754: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4755:
4756: 2013-07-25 moko
4757:
4758: * parser3.sln: dependencies added
4759:
4760: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4761: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4762: module support
4763:
4764: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4765:
4766: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4767:
4768: 2013-07-23 moko
4769:
4770: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4771: PA_DEBUG_GC_MEMORY removed
4772:
4773: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4774: PA_DEBUG_DISABLE_GC compilation fix
4775:
4776: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4777: main/pa_request.C: outdated RESOURCES_DEBUG removed
4778:
4779: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4780: garbage cleanup
4781:
4782: * src/main/pa_common.C: warning war
4783:
4784: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4785:
4786: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4787: minor cleanup
4788:
4789: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4790: uses cygwin, not WIN32 implementation
4791:
4792: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4793: able to exec shell scripts
4794:
4795: * src/classes/math.C: ifdef WIN32 cleanup
4796:
4797: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4798:
4799: * src/classes/curl.C: LT_MODULE_EXT used
4800:
4801: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4802:
4803: 2013-07-22 moko
4804:
4805: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4806: includes fix
4807:
4808: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4809:
4810: * configure.in, src/include/pa_config_includes.h,
4811: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4812: src/main/pa_exec.C: includes cleanup
4813:
4814: * src/targets/cgi/parser3.C: 2012->2013
4815:
4816: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4817:
4818: * configure.in, src/include/pa_config_includes.h,
4819: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4820: src/main/pa_random.C, src/main/pa_socks.C,
4821: src/types/pa_vstatus.C: cygwin support cleanup
4822:
4823: * configure.in: dirent.h check added
4824:
4825: * src/: include/pa_config_includes.h, include/pa_dir.h,
4826: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4827: not copied
4828:
4829: 2013-07-21 moko
4830:
4831: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4832:
4833: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4834: parser3.vcproj: unused getopt.h / getopt.c removed
4835:
4836: * operators.txt, src/classes/file.C, tests/022.html,
4837: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4838: $.stat(true)] usage commented
4839:
4840: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4841: src/main/pa_dir.C: ^file:list[] now has dir column and when
4842: $.stat(true) it has size/*date columns modified patch from misha@
4843: that closes issue #914.
4844:
4845: * src/: include/pa_config_includes.h, main/pa_globals.C:
4846: PA_RELEASE_ASSERTS removed
4847:
4848: * src/lib/md5/pa_md5c.c: minor cleanup
4849:
4850: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4851: localeconv()->decimal_point usage remoed (related to issue #934)
4852:
4853: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4854: cordprnt.c removed
4855:
4856: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4857: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4858: pa-include/pa_strings.h: includes cleanup
4859:
4860: * src/lib/md5/pa_md5c.c: headers cleanup
4861:
4862: 2013-07-20 moko
4863:
4864: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4865: cleanup
4866:
4867: 2013-07-19 moko
4868:
4869: * src/classes/math.C: extern "C" added for crypt
4870:
4871: 2013-07-18 moko
4872:
4873: * src/classes/math.C: fix redhat7.2 build
4874:
4875: 2013-07-17 moko
4876:
4877: * configure.in, src/include/pa_config_includes.h,
4878: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4879: added for uint8/32/64_t)
4880:
4881: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4882: pa_config_includes.h used for uint32/64_t
4883:
4884: 2013-07-16 moko
4885:
4886: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4887: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4888: war
4889:
4890: * src/main/compile.tab.C: compile.y was updated
4891:
4892: * src/main/compile.y: warning war
4893:
4894: * src/: include/pa_exception.h, main/pa_exception.C,
4895: main/pa_xml_exception.C: warning war
4896:
4897: * src/: include/pa_common.h, main/pa_common.C: warning war
4898:
4899: * configure.in: beauty :)
4900:
4901: * tests/: 141.html, results/141.processed: sha256/512 added
4902:
4903: 2013-07-13 moko
4904:
4905: * src/lib/md5/md5.vcproj: sha2 added
4906:
4907: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4908: classes/math.C: sha2 support (sha256/sha512 digest)
4909:
4910: 2013-07-08 moko
4911:
4912: * src/classes/image.C: directory read or other read problem message
4913: fixed (related to issue #933)
4914:
4915: 2013-07-07 moko
4916:
4917: * AUTHORS: + misha + moko. :)
4918:
4919: 2013-07-06 moko
4920:
4921: * src/: classes/curl.C, include/pa_globals.h,
4922: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4923: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4924: for lt_dlinit to be called once and lt_dlexit called at right
4925: place (related to issue #925)
4926:
4927: 2013-07-04 moko
4928:
4929: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4930: VString::as_vfile now uses vfile.set_binary_string to avoid
4931: content-type to be set, as it brokes badly designed logic in
4932: response output. This hopefully finishes issue #928.
4933:
4934: * tests/results/: 256.processed, 286.processed: file now displayed
4935: as name, size, mode, content-type
4936:
4937: * src/main/pa_common.C: read error now reported cottectly (fixes
4938: issue #933
4939:
4940: 2013-06-28 moko
4941:
4942: * tests/: 286.html, results/286.processed: test extended
4943:
4944: * tests/: 286.html, results/286.processed: Test for issue #928
4945: added. it tests default content-type change.
4946:
4947: * src/types/pa_vfile.C: closes issue #928 - default content-type
4948: now updated
4949:
4950: 2013-06-25 moko
4951:
4952: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4953: content-type for text/binary files without name added;
4954: ^file::create[$f;...] options now works properly and $f
4955: properties are default (fixes issue #928)
4956:
4957: 2013-05-16 misha
4958:
4959: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4960: added
4961:
4962: * src/main/pa_table.C: - a tiny memory optimisation while creating
4963: table if specified limit is bigger than source rows count
4964:
4965: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4966: added ( new feature: #858 )
4967:
4968: 2013-04-29 moko
4969:
4970: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4971: $.ipresolve(0|1|2) added (closes issue #891)
4972:
4973: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4974:
4975: 2013-04-24 moko
4976:
4977: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4978: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4979: types/pa_vmemcached.h: ^memcache.release[] added, calls
4980: memcached_quit (refs #893)
4981:
4982: 2013-04-22 moko
4983:
4984: * src/: include/pa_string.h, main/pa_common.C: no more double
4985: slashes in file path (fixes bug #872)
4986:
4987: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4988: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4989: #739)
4990:
4991: * tests/results/266.processed: $.max_params added (feature #915)
4992:
4993: * src/: include/pa_common.h, main/pa_http.C: response-charset
4994: option added to file::load (closes issue #867)
4995:
4996: 2013-04-20 misha
4997:
4998: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4999: commited
5000:
5001: 2013-03-15 misha
5002:
5003: * src/classes/: hash.C, table.C: - Optimisation: do not create
5004: multiple empty strings while ::sql. uae String::Empty instead
5005:
5006: 2013-03-14 misha
5007:
5008: * src/classes/reflection.C: - for user classes
5009: ^reflection:method_info[] returns $.max_params and $.extra_param
5010: with $.call_type if they available ( new feature: #915 )
5011:
5012: * src/classes/file.C: - ^file:delete[] now supports an option
5013: $.exception(false) that suppress any exception while deleting
5014: file ( new feature: #916 )
5015:
5016: * src/classes/curl.C: - parsing cookies after curl:load now should
5017: work :)
5018:
5019: 2013-03-12 misha
5020:
5021: * src/types/pa_vfile.C: - if specified file_name is empty string
5022: set default name for the file
5023:
5024: 2013-03-11 misha
5025:
5026: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5027: also available in $f.cookies
5028:
5029: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5030: moved to a separate method
5031:
5032: 2013-03-10 moko
5033:
5034: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5035: added
5036:
5037: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5038: removed (declared by autoconf)
5039:
5040: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5041: uint32_t define
5042:
5043: 2013-03-10 misha
5044:
5045: * src/classes/file.C: ^file:delete and ^file:move now support
5046: option $.keep-empty-dirs(true) ( new feature: #884 )
5047:
5048: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5049: empty dirs is added
5050:
5051: 2013-03-10 moko
5052:
5053: * src/classes/: bool.C, double.C, int.C: default can be present,
5054: but default check removed from ^int/double/bool.int/double/bool
5055: for string.int/double/bool compatibility (related to issue #913)
5056:
5057: * src/classes/string.C: ^string.int/dobule/bool no longer
5058: internally throws exception if default is present (closes issue
5059: #913)
5060:
5061: 2013-03-09 misha
5062:
5063: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5064: optimisations ( #845 )
5065:
5066: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5067:
5068: 2013-03-08 moko
5069:
5070: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5071: creates correct table (fixes issue #910)
5072:
5073: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5074: use outside of 'connect' operator (fixes issue #911)
5075:
5076: * tests/results/: 096.processed, 122.processed: test results
5077: updated as doubles now printed with 15 significant digits, not 5
5078: (fixes issue #882)
5079:
5080: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5081: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5082:
5083: 2013-02-21 moko
5084:
5085: * src/classes/table.C: _locate_name_value does not check arguments
5086: count, so we check it in advance (fixes issue #905)
5087:
5088: 2012-10-23 moko
5089:
5090: * buildall: old shell for and echo compatibility (for six)
5091:
5092: 2012-10-19 moko
5093:
5094: * buildall: --strip added --disable-safe-mode listed in usage
5095:
5096: 2012-10-17 misha
5097:
5098: * src/classes/op.C: - apply-taint should not throw "outside
5099: connect" exception with sql lang now
5100:
5101: 2012-10-17 moko
5102:
5103: * src/main/pa_request.C: bugfix: safe mode should be inited for
5104: each request (for apache module)
5105:
5106: 2012-09-26 moko
5107:
5108: * src/doc/doxygen.cfg: png -> svg
5109:
5110: 2012-09-25 moko
5111:
5112: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5113: test added
5114:
5115: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5116: double use when key is long
5117:
5118: 2012-09-16 moko
5119:
5120: * src/classes/math.C: Format -> Method Encode -> Format
5121:
5122: * tests/: 141.html, results/141.processed: math:digest hmac test
5123: added
5124:
5125: 2012-09-14 moko
5126:
5127: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5128: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5129: implementation added
5130:
5131: 2012-09-12 moko
5132:
5133: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5134: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5135: targets.dox and string.dox slightly actualized
5136:
5137: 2012-08-31 moko
5138:
5139: * ChangeLog: now generated with patched cvs2cl.pl
5140:
5141: 2012-07-29 moko
5142:
5143: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5144: result should be pushed after VMethodFrame destructor is called,
5145: as it deletes junctions from stack params (fixes issue #868)
5146:
5147: 2012-07-23 moko
5148:
5149: * INSTALL, README: buildall script usage documented, other outdated
5150: info updated.
5151:
5152: * buildall-with-xml, buildall-without-xml: replaced by buildall
5153:
5154: 2012-07-21 moko
5155:
5156: * buildall: glib does not compile when threads are disabled...
5157:
5158: * src/types/pa_vmail.C: g_assertion fixes for empty input
5159:
5160: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5161: unref, can't unref nested objects)
5162:
5163: * src/types/pa_vmail.C: another check added
5164:
5165: 2012-07-19 moko
5166:
5167: * buildall: usage added
5168:
5169: * buildall: new buildall script that unites buildall-with-xml,
5170: buildall-without-xml, --with-apache and --with-mailreceive
5171:
5172: * configure.in: support for static gmime and dynamic glib linking.
5173: fixes for FreeBSD
5174:
5175: 2012-07-17 moko
5176:
5177: * configure.in: --with-mailreceive replaced
5178: --with-static-mailreceive and --with-shared-mailreceive pathlink
5179: removed
5180:
5181: 2012-07-16 moko
5182:
5183: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5184: capitalized, content now decoded and text content converted to
5185: $request:charset. all properties are accessed by functions, this
5186: ready for dynamic load.
5187:
5188: 2012-06-28 moko
5189:
1.116 moko 5190: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5191: 32 bit
1.95 moko 5192:
5193: 2012-06-27 moko
5194:
5195: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5196: passive ftp
5197:
5198: * src/lib/ltdl/ltdl.vcproj: release build fixed
5199:
5200: * configure.in: 3.4.2 RC -> 3.4.2
5201:
5202: 2012-06-22 moko
5203:
5204: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5205: #815)
5206:
5207: * tests/: 284.html, results/284.processed: output options test
5208: (feature #265)
5209:
5210: 2012-06-22 misha
5211:
5212: * tests/215.html: - little changes
5213:
5214: 2012-06-21 moko
5215:
5216: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5217: types/pa_vxdoc.h: output_options returned and used (bugfix for
5218: feature #265)
5219:
5220: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5221: breaks long .*, default 10M restored. (issue #216)
5222:
5223: * tests/: 283.html, results/283.processed: test for issue #815
5224: added
5225:
5226: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5227: again, cstrm not required.
5228:
5229: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5230: Win32 and broken FreeBSD (issue #45)
5231:
5232: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5233:
5234: * src/main/pa_string.C: warnings war
5235:
5236: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5237: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5238: main/pa_socks.C, targets/apache/pa_threads.C,
5239: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5240: types/pa_vstatus.C: compilation under cygwin fixed
5241:
5242: 2012-06-19 moko
5243:
5244: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5245: Windows fixed
5246:
5247: * parser3.sln: removed antique pcre_ctype
5248:
5249: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5250:
5251: * src/include/pa_config_fixed.h: undefined reference to
5252: __imp__pcre_* fix for Windows
5253:
5254: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5255: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5256: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5257: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5258: define fixed
1.95 moko 5259:
5260: 2012-06-18 moko
5261:
5262: * src/classes/memcached.C: flush -> clear
5263:
5264: * src/classes/memcached.C: memcached does not support quotes even
5265: in server name
5266:
5267: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5268: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5269: called on open to check servers existance. $.key(true) syntax
5270: now supported
5271:
5272: 2012-06-17 moko
5273:
5274: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5275: cleanup
5276:
5277: * src/classes/table.C, tests/282.cfg, tests/282.html,
5278: tests/results/282.processed: encloser at the EOF bug fixed,
5279: incorrectly enclosed data now processed more logicaly (fixes
5280: #339)
5281:
5282: 2012-06-15 moko
5283:
5284: * buildall-without-xml: sync with buildall-with-xml
5285:
5286: * buildall-with-xml: download auto-detected between fetch and curl
5287:
5288: * configure.in: --with-gc and --with-pcre now also processed
5289: correctly
5290:
1.116 moko 5291: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5292: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5293: should be run on rol1 using automake / aclocal (GNU automake)
5294: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5295:
5296: * configure.in: new PARSER_VERSION logic
5297:
5298: * src/include/pa_version.h: new pa_version.h logic
5299:
5300: * src/: classes/curl.C, classes/file.C, classes/image.C,
5301: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5302: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5303: feols_normalized -> fis_text_content set_binary added
5304:
5305: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5306:
5307: 2012-06-15 misha
5308:
5309: * src/: classes/curl.C, classes/file.C, classes/image.C,
5310: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5311: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5312: ^file::create[text;content] EOLs in content now is normalized. (
5313: new feature: #815 )
5314:
5315: 2012-06-15 moko
5316:
5317: * configure.in: --disable-version-update added to disable version
5318: update with host information (for debian package) whitespace
5319: optimized
5320:
5321: * configure.in: version changed to 3.4.2 RC no-pic added for
5322: libtool
5323:
5324: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5325: it.
5326:
5327: 2012-06-14 moko
5328:
5329: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5330: tests/results/281.processed: "hash flocked" error removed for
5331: safe operations like ^h._count[] ( new feature: #335 )
5332:
1.116 moko 5333: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5334:
5335: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5336:
5337: * configure.in: --with-static/shared xml replaced with --with-xml,
5338: xml compilation check added
5339:
5340: * configure.in: --with-static/shared-gc, --with-static-pcre are
5341: replaced with --with-gc and --with-pcre test for pcre linking
5342: added
5343:
5344: 2012-06-13 moko
5345:
5346: * configure.in: apxs2 check optimized
5347:
5348: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5349: .la, includes optimized
5350:
5351: * buildall-with-xml: --with-pic looks better for -fPIC
5352:
5353: * configure.in: switched to convenience library in static linking
5354:
5355: * src/targets/apache/Makefile.am: switched to convenience library
5356: usage to avoid libtool warnings
5357:
5358: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5359: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5360: smtp/Makefile.am: switched to convenience library usage
5361:
5362: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5363:
5364: * src/targets/apache/Makefile.am: updated for libtool usage
5365:
5366: * buildall-without-xml: --with-included-ltdl added
5367:
5368: * buildall-without-xml: sync with buildall-with-xml
5369:
5370: * buildall-with-xml: --with-included-ltdl added $cflags added for
5371: -fPIC for x64 $download added for wget success check added
5372:
5373: * buildall-without-xml: --with-dynamic-stdcpp removed
5374:
5375: * configure.in: disable-static returned
5376:
5377: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5378: LIBTOOLFLAGS
5379:
5380: 2012-06-12 moko
5381:
5382: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5383: compatible with LIBTOOLFLAGS for unknown reasons
5384:
5385: * buildall-with-xml: --with-dynamic-stdcpp removed
5386:
5387: * configure.in: static/dynamic -lstdc++ linking option removed
5388: apxs2 check added
5389:
5390: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5391: option removed
5392:
5393: 2012-06-10 moko
5394:
5395: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5396: added
5397:
5398: * src/targets/cgi/pp3.cmd: old PAF stuff
5399:
1.116 moko 5400: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5401: beauty
1.95 moko 5402:
5403: * depcomp: from libtool 2.4.2
5404:
5405: * configure.in: ltdl directory removed, it has correct Makefile.in
5406:
5407: 2012-06-09 moko
5408:
1.116 moko 5409: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5410: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5411: autogenerated files updated after libtool update
5412:
1.116 moko 5413: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5414: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5415: config_auto.h.in, config_fixed.h, configure, configure.ac,
5416: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5417: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5418: config/compile, config/config.guess, config/config.sub,
5419: config/depcomp, config/install-sh, config/ltmain.sh,
5420: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5421: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5422: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5423: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5424: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5425: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5426: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5427: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5428:
5429: * configure.in: preparation for new libtool
5430:
5431: * configure.in: Some beauty added :)
5432:
5433: * src/targets/apache/Makefile.am: := -> =
5434:
5435: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5436: again. :)
5437:
5438: * src/include/pa_config_includes.h, configure.in: limits.h added,
5439: previously was taken from pcre_internal.h. :)
5440:
5441: * src/lib/pcre/Makefile.am: config.h returned
5442:
5443: * src/lib/pcre/config.h: still need this. :)
5444:
5445: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5446:
5447: * configure.in: --with-charsets removed; --with-mysql-client & co
5448: removed
5449:
5450: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5451: now in parser tree, no need to copy
5452:
5453: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5454: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5455: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5456: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5457: extracts now used old trash removed
5458:
5459: * etc/parser3.charsets/Makefile.am: charsets now in share
5460: (debian/patches/104_automake.patch) + all charsets are copied
5461:
5462: * buildall-with-xml, buildall-without-xml: curl option removed +
5463: extra arguments now supported
5464:
5465: 2012-06-08 misha
5466:
5467: * src/classes/table.C: - one params.as_hash usage was rolled back:
5468: the 2nd option in ^table.hash[] could be hash or table so
5469: .as_hash will throw an exception when table option is specified
5470:
5471: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5472: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5473: classes/table.C, classes/void.C, classes/xdoc.C,
5474: include/pa_exception.h, types/pa_vmethod_frame.C,
5475: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5476: and improved (whitespaces are allowed as empty options) -
5477: MethodParams::as_table is added - above methods are used for
5478: parsing methods' options ( new feature: #9 )
5479:
5480: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5481: to vclass. now class fields can be accessible as a hash:
5482: $h[^hash::create[$asd:CLASS]]
5483:
5484: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5485: have get_fields method so their fields can be accessed with
5486: ^reflection:fields[...] & ^reflection:field[...]
5487:
5488: 2012-06-06 misha
5489:
5490: * tests/280.html: - tests for
5491: ^reflection:method[obj-or-class;method],
5492: ^reflection:field[obj-or-class;field] and
5493: ^reflection:fields[obj-or-class] are added
5494:
5495: 2012-06-05 misha
5496:
5497: * src/classes/reflection.C: - ^reflection:method[class or
5498: object;method name] and ^reflection:field[class or object;field
5499: name] are added
5500:
5501: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5502: is used
5503:
5504: * src/types/pa_method.h: - Method::as_vjunction method is added
5505:
5506: 2012-06-05 moko
5507:
1.116 moko 5508: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5509:
5510: * src/classes/memcached.C: flish ttl fixed
5511:
5512: 2012-06-04 moko
5513:
5514: * src/classes/json.C, src/classes/op.C, tests/279.html,
5515: tests/results/279.processed: ^json:parse[] now supports $.taint
5516: option (new feature #833)
5517:
5518: 2012-06-04 misha
5519:
5520: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5521: - search_stop method was moved from pa_vcookie.C to pa_common.C
5522:
5523: 2012-06-03 misha
5524:
5525: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5526: cookies are parced and stored into $.cookies ( new feature: #31 )
5527:
5528: 2012-05-30 misha
5529:
5530: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5531: incomplete class into a scope while @USE is found
5532:
5533: * src/main/compile.y: - add incomplete class into a scope while
5534: @USE and @CLASS instructions are found ( bugfix: #838 )
5535:
5536: 2012-05-30 moko
5537:
5538: * src/types/pa_vclass.C, tests/278.html,
5539: tests/results/278.processed: removed "property has no getter
5540: method" exception when GET_DEFAULT present (fixes #269)
5541:
5542: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5543: $._default
5544:
5545: 2012-05-29 moko
5546:
5547: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5548: uninitialized values usage (new feature: #154)
5549:
5550: 2012-05-28 moko
5551:
5552: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5553: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5554: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5555: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5556: src/types/pa_vobject.C, src/types/pa_vobject.h,
5557: src/types/pa_vstring.h, src/types/pa_vtable.C,
5558: tests/results/277.processed, src/types/pa_vtable.h,
5559: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5560: ^json:string[$o; $.default[$method]] implemented for VObject (new
5561: feature #803)
5562:
5563: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5564: tests/results/277.processed: json numbers are now treated as
5565: double ( new feature: #834 )
5566:
5567: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5568: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5569: added for out of range checks, zero division in vint/vdouble
5570: check added ( fixes #832 )
5571:
5572: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5573: ( fixes #832 )
5574:
5575: 2012-05-28 misha
5576:
5577: * buildall-with-xml: - --without-lzma option is added to libxml2
5578: configure
5579:
5580: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5581: added - tests for unsupported values for options $.file, $.table
5582: and $.date are added
5583:
5584: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5585: accepts "stat" $.file[] option's value in addition to existed
5586: "text" and "base64" ( new feature: #835 )
5587:
5588: * tests/276.html: - test for
5589: ^reflection:delete[$object-or-class;field-name]
5590:
5591: * src/classes/reflection.C: -
5592: ^reflection:delete[$object-or-class;field-name] is added ( new
5593: feature: #268 )
5594:
5595: 2012-05-27 misha
5596:
5597: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5598:
5599: 2012-05-24 misha
5600:
5601: * src/include/pa_common.h: - method lastposafter was removed
5602:
5603: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5604: lastposafter - ^file:dirname[] & Co proper handle windows file
5605: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5606: work as *nix commands
5607:
5608: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5609:
5610: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5611: rskipchars were added
5612:
5613: * tests/270.html: - more tests for ^file:find[]
5614:
5615: * tests/065.html: - more tests for ^file:dirname[] & Co
5616:
5617: * src/include/pa_version.h: - must be "win32" here. it is
5618: auto-generated on *nix
5619:
5620: 2012-05-24 moko
5621:
5622: * src/classes/math.C: ^math:convert[] now supports uint32 and
5623: throws overflow exception ( new feature: #830 )
5624:
5625: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5626: uint32 support and overflow added ( new feature: #830 )
5627:
5628: 2012-05-23 moko
5629:
5630: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5631: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5632: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5633: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5634: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5635: types/pa_vregex.h, types/pa_vstateless_class.C,
5636: types/pa_vstateless_class.h, types/pa_vstring.h,
5637: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5638: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5639: "return string as-is" removed from as_expr_result. ( new feature:
5640: #831 )
5641:
5642: * tests/results/244.processed: test changed after bug #782 fix
5643: commited
5644:
5645: * tests/results/229.processed: test results for bug #782 commited
5646:
5647: * tests/: 254.html, results/254.processed: uid now just compared,
5648: not printed. :)
5649:
5650: 2012-05-20 moko
5651:
5652: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5653: feature: #341 )
5654:
5655: * tests/: 254.html, results/254.processed: test for
5656: ^reflection:uid[] added
5657:
5658: * tests/: 254.html, results/254.processed: test for
5659: ^reflection:uid[$obj] added
5660:
5661: 2012-05-17 misha
5662:
5663: * src/main/untaint.C: - do not replace ' char by _26 while
5664: exploding filespec-tainting ( new feature: #829 )
5665:
5666: 2012-05-12 moko
5667:
5668: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5669: not.
5670:
5671: 2012-05-08 moko
5672:
5673: * src/types/pa_vmethod_frame.h: bug #782 fixed
5674:
5675: * tests/229.html: test for bug #782
5676:
5677: * tests/results/259.processed, src/main/pa_request.C,
5678: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5679: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5680: src/types/pa_vvoid.h: feature #154 - first empty param now
5681: string; defined locals are empty strings; $STRICT-VARS(true)
5682: added
5683:
5684: 2012-04-27 moko
5685:
1.116 moko 5686: * src/targets/apache/Makefile.am:
1.95 moko 5687: ../../lib/memcached/libmemcached.a added
5688:
5689: 2012-04-27 misha
5690:
5691: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5692: ( #827 )
5693:
5694: 2012-04-25 moko
5695:
5696: * src/: classes/json.C, classes/memcached.C,
5697: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5698: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5699: implemented.
5700:
5701: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5702:
5703: 2012-04-23 moko
5704:
5705: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5706: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5707: types/pa_vmemcached.h: open allows options hash for new
5708: memcached(options) function
5709:
5710: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5711: not appended
5712:
5713: 2012-04-21 moko
5714:
5715: * src/classes/curl.C: '' added. :)
5716:
5717: * src/classes/classes.vcproj: new curl.h location
5718:
5719: * src/classes/curl.C: verbose output redirection from stderr to
5720: file curl option added
5721:
5722: 2012-04-20 moko
5723:
5724: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5725: contains what we need from curl, #ifdef HAVE_CURL removed
5726:
1.116 moko 5727: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5728: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5729: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5730: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5731: configure option
5732:
5733: 2012-04-19 moko
5734:
5735: * src/: classes/double.C, classes/inet.C, classes/int.C,
5736: classes/string.C, lib/gc/include/gc_allocator.h,
5737: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5738: options from sql_result_string removed. (closes issue #468)
5739:
5740: * src/types/pa_vmemcached.C: empty string fix
5741:
5742: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5743: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5744: pa_vmemcached.C
5745:
5746: 2012-04-18 moko
5747:
5748: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5749: apache2-mpm-prefork" error displayed in threaded mpm.
5750:
5751: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5752: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5753: installed (issue #354)
5754:
5755: 2012-04-16 moko
5756:
5757: * src/types/pa_vmemcached.C: call to memcached_result_create and
5758: memcached_result_free removed
5759:
5760: 2012-04-14 moko
5761:
5762: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5763:
5764: * src/types/pa_vmemcached.C: check_key added and used
5765:
5766: 2012-04-13 moko
5767:
5768: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5769: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5770: Serialization_data now added and used, VString now serialized
5771: with languages into memcached.
5772:
5773: 2012-03-28 moko
5774:
5775: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5776: lib/memcached/pa_memcached.h: result lengths added
5777:
5778: 2012-03-27 moko
5779:
5780: * src/types/pa_vmemcached.C: strdup added
5781:
5782: 2012-03-24 moko
5783:
5784: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5785: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5786: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5787:
5788: 2012-03-20 moko
5789:
1.116 moko 5790: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5791:
5792: * src/targets/cgi/Makefile.am: cleanup
5793:
5794: * src/: types/Makefile.am, types/pa_vmemcached.C,
5795: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5796:
5797: * src/: classes/Makefile.am, classes/memcached.C,
5798: lib/memcached/Makefile.am, lib/memcached/constants.h,
5799: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5800: lib/memcached/types.h, lib/Makefile.am: memcached initial
5801:
5802: 2012-03-16 moko
5803:
5804: * src/main/execute.C: ident now works under Linux + ident displays
5805: filenames (closes issue #818)
5806:
1.116 moko 5807: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5808: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5809: pa_vmethod_frame_local.h removed
5810:
5811: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5812: classes/classes.h, classes/curl.C, classes/date.C,
5813: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5814: classes/hashfile.C, classes/image.C, classes/inet.C,
5815: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5816: classes/memory.C, classes/op.C, classes/reflection.C,
5817: classes/regex.C, classes/response.C, classes/string.C,
5818: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5819: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5820: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5821: include/pa_config_fixed.h, include/pa_config_includes.h,
5822: include/pa_dictionary.h, include/pa_dir.h,
5823: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5824: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5825: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5826: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5827: include/pa_request_charsets.h, include/pa_request_info.h,
5828: include/pa_sapi.h, include/pa_socks.h,
5829: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5830: include/pa_stack.h, include/pa_string.h,
5831: include/pa_stylesheet_connection.h,
5832: include/pa_stylesheet_manager.h, include/pa_table.h,
5833: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5834: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5835: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5836: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5837: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5838: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5839: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5840: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5841: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5842: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5843: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5844: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5845: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5846: main/pa_string.C, main/pa_stylesheet_connection.C,
5847: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5848: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5849: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5850: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5851: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5852: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5853: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5854: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5855: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5856: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5857: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5858: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5859: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5860: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5861: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5862: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5863: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5864: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5865: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5866: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5867: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5868: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5869: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5870: types/pa_vresponse.h, types/pa_vstateless_class.C,
5871: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5872: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5873: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5874: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5875: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5876: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5877: ident now works under Linux + ident displays filenames (closes
5878: issue #818) Copyright updated
5879:
5880: 2012-03-13 moko
5881:
5882: * src/main/pa_string.C: compilation fix for feature #741
5883:
5884: 2012-03-09 misha
5885:
5886: * tests/193.html: - tests for ^string:base64[encoded] are updated
5887:
5888: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5889: now detects invalid base64 chars in the middle of encoded stricg
5890: ( new feature: #55 )
5891:
5892: * src/include/pa_exception.h: - new exception type for base64
5893: decoding is added
5894:
5895: 2012-03-06 misha
5896:
5897: * tests/274.html: - tests for ^date::today[] and
5898: ^date.sql-string[datetime|date|time] are added
5899:
5900: * src/classes/date.C: - constructor ^date::today[] is added ( new
5901: feature: #811 ) - ^date.sql-string[] now can accept one param --
5902: strings "datetime", "date" or "time" - comments tidying up
5903:
5904: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5905: date and time
5906:
5907: 2012-03-03 misha
5908:
5909: * tests/193.html: - tests for
5910: ^string:base64[encoded;$.strict(true)] are added
5911:
5912: * tests/results/auto.p: - try-catch operator is added
5913:
5914: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5915: main/pa_common.C: - $.strict(true|false) option is added to
5916: base64 decode methods ( new feature: #55 )
5917:
5918: * src/main/pa_common.C: - base64 decode memory usage was decreased
5919: ( new feature: #819 )
5920:
5921: 2012-02-28 moko
5922:
5923: * src/classes/hash.C: ident test
5924:
5925: 2012-02-27 misha
5926:
5927: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5928:
5929: 2012-01-08 misha
5930:
5931: * tests/273.html: - tests for ^string.replace[from;to] are added
5932:
5933: * src/: classes/string.C, include/pa_dictionary.h,
5934: main/pa_dictionary.C, main/pa_string.C: -
5935: ^string.replace[from;to] is added ( new feature: #741 ) -
5936: ^string.replace[one subst here] is slightly optimized
5937:
5938: 2011-12-07 misha
5939:
5940: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5941: named table with one empty column ( bugfix: #63 )
5942:
5943: 2011-11-30 misha
5944:
5945: * src/classes/json.C: - it's possible to set user's method for
5946: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5947: #763 )
5948:
5949: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5950:
5951: 2011-11-23 misha
5952:
5953: * src/: classes/curl.C, classes/file.C, classes/image.C,
5954: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5955: types/pa_vfile.h, types/pa_vform.C: - constructor
5956: ^file::create[mode;filename;content[;options]] now accepts binary
5957: mode and file-content - new constructor's format:
5958: ^file::create[string-or-file-content[;$.name[filename]
5959: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5960: feature: #65 )
5961:
5962: * src/: include/pa_request.h, main/pa_request.C: - new method
5963: mime_type_of(const String*) is added
5964:
5965: * src/include/pa_exception.h: - new exception constant
5966: FILE_NAME_MUST_BE_SPECIFIED is added
5967:
5968: * src/classes/table.C: - bug with negative offset transformed into
5969: a feature. it means pointing to a row from the end of the table (
5970: new feature: #810 )
5971:
5972: 2011-11-19 misha
5973:
5974: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5975: â ìåòîäå _select ( new feature: #810 )
5976:
5977: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5978: options were specified together is simplified
5979:
5980: 2011-11-12 misha
5981:
5982: * src/main/pa_request.C: - forgotten fix for escaping filename in
5983: HTTP content-disposition header (a part of bug #361 )
5984:
5985: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5986: checks for ancestors' classes as well ( new feature: #456 )
5987:
5988: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5989: "without cycle" now have types "parser.break" and
5990: "parser.continue" instead of "parser.runtime" ( new feature: #799
5991: )
5992:
5993: 2011-11-11 misha
5994:
5995: * tests/results/: 099.processed, 100.processed, 205.processed,
5996: 237.processed: - since bug #361 was fixed the content of filename
5997: in HTTP headers is quoted
5998:
5999: * tests/results/270.processed: - result for test 270
6000:
6001: * tests/: 065.html, results/065.processed: - more tests for
6002: ^file:basename[] & Co were added
6003:
6004: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6005:
6006: * tests/270.html: - tests for ^file:find[] are added
6007:
6008: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6009: using option $.charset. option $.engoding is still supported but
6010: these options can not be specified together
6011:
6012: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6013: comparation charset name with string "UTF-8" ( bugfix: #759 )
6014:
6015: 2011-10-11 misha
6016:
6017: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6018: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6019: #622)
6020:
6021: 2011-09-30 misha
6022:
6023: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6024: exception "saving stat-ed file" ( bugfix: #395 )
6025:
6026: 2011-05-30 misha
6027:
6028: * src/classes/string.C: - fixed bug which was added with
6029: params.as_hash into string:sql
6030:
6031: 2011-05-29 misha
6032:
6033: * src/types/pa_value.C: - filename in content-disposition header
6034: must be quoted ( bugfix: #361 )
6035:
6036: 2011-05-27 misha
6037:
6038: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6039: created file
6040:
6041: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6042: usage
6043:
6044: * src/include/pa_exception.h: - one more string for exception was
6045: added
6046:
6047: 2011-05-25 misha
6048:
6049: * tests/269.html: - tests for checking input params in some dom
6050: methods
6051:
6052: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6053: was added. it isn't possible not wo create xdoc with invalid
6054: tagName. ( bugfix: #160 )
6055:
6056: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6057: string "data must be string" was mover from pa_exception.h to
6058: pa_xml_exception.h
6059:
6060: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6061: as_xmlncname, as_xmlname and as_xmlnsuri were added
6062:
6063: * src/main/pa_xml_exception.C: - XmlException accepts more options
6064:
6065: * src/include/pa_xml_exception.h: - XmlException accepts more
6066: options - XML-related exception's strings were added
6067:
6068: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6069: output_options were removed)
6070:
6071: 2011-05-19 misha
6072:
6073: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6074: params.as_hash is used more while parsing methods hash-options
6075:
6076: 2011-05-18 misha
6077:
6078: * operators.txt: - info about json-serialization of xdoc was added
6079:
6080: * tests/256.html: - tests for json-serialization xdoc were added
6081:
6082: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6083:
6084: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6085: classes/json.C, classes/xdoc.C: - now json:string can serialize
6086: xdoc-objects. options (the same as ^xdoc.string[]) could be
6087: specified in $.xdoc[] ( new feature: #265 )
6088:
6089: 2011-05-15 misha
6090:
6091: * tests/268.html: - tests for ^table.count[with options] were added
6092:
6093: * src/classes/table.C: - method ^table.count[] now can accept
6094: options ( new feature: #93 ): ^table.count[column] returns number
6095: of columns for named table; ^table.count[cells] returns number of
6096: cells in the current row; ^table.count[] & ^table.count[rows]
6097: return number of rows in a table.
6098:
6099: * tests/267.html: - test for checking switch/case in boolean mode
6100: was added
6101:
6102: * src/classes/op.C: - if switch's or case's value is bool, they are
6103: compared as bool values, not as double values: new feature: #351
6104:
6105: 2011-05-06 misha
6106:
6107: * tests/242.html: - EOL before EOF was added
6108:
6109: * tests/169.html: - tests for splitting empty string and void were
6110: added
6111:
6112: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6113: returned table with one empty cell)
6114:
6115: 2011-04-03 misha
6116:
6117: * src/include/pa_version.h, configure.in: - version in head was
6118: changed to 3.4.2b
6119:
6120: 2011-03-30 misha
6121:
6122: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6123: as well ( new feature #294 )
6124:
6125: 2011-03-29 misha
6126:
6127: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6128: limited to approx. 6 MB. previous limits were too big for real
6129: life. bugfix: #216
6130:
6131: 2011-03-04 moko
6132:
6133: * etc/parser3.charsets/cp866.cfg: Conforms to
6134: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6135:
6136: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6137: vlalek@
6138:
6139: 2011-02-22 misha
6140:
6141: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6142: be under #ifdef XML or parser can't be compiled without xml
6143: support
6144:
6145: 2011-02-21 misha
6146:
1.116 moko 6147: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6148: ApacheModuleParser3.vcproj was removed
6149:
6150: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6151: removed)
6152:
6153: 2011-02-20 misha
6154:
6155: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6156: $.overridden in ^reflection:method_info[...] were added
6157:
6158: * src/classes/reflection.C: - beautifying result of
6159: ^reflection:method_info[] ($.overridden/inherited)
6160:
6161: 2011-02-18 misha
6162:
6163: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6164: and pa_isalnum instead of isalpha and isalnum - bug with
6165: redundand quoting lowercased latin chars while building email
6166: body was fixed
6167:
6168: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6169: added (they check for latin chars only)
6170:
6171: 2011-02-16 misha
6172:
6173: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6174: string size for transcoding gave too small value (should ever
6175: look for availability char in dest charset inspite of the char
6176: size)
6177:
6178: 2011-02-04 moko
6179:
6180: * tests/223.html: header values now not url-encoded (issue #195)
6181:
6182: 2011-02-01 misha
6183:
6184: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6185:
6186: 2011-01-31 misha
6187:
6188: * src/main/pa_request.C: - throw exception if param file_name in
6189: use_file is empty
6190:
6191: 2011-01-08 moko
6192:
6193: * src/classes/curl.C: compilations errors fixed
6194:
6195: 2010-12-29 moko
6196:
6197: * tests/: 265.html, results/265.processed: test for issue #200
6198: added
6199:
6200: * src/main/pa_string.C: empty regex result check added (fixes issue
6201: #200)
6202:
6203: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6204:
6205: * tests/results/223.processed: header values now not url-encoded
6206: (issue #195)
6207:
6208: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6209: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6210: pa_http_safe_header_name added for headers names (fixes bug #195)
6211:
6212: 2010-12-18 misha
6213:
6214: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6215: => pa-include
6216:
6217: 2010-11-28 moko
6218:
6219: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6220:
6221: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6222: -> pa
6223:
6224: * configure.in: apr -> pa
6225:
6226: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6227:
6228: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6229: classes/Makefile.am, types/Makefile.am: apr -> pa
6230:
6231: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6232: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6233: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6234: pa-include/pa_apr.h, pa-include/pa_errno.h,
6235: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6236: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6237: module apr name conflict resolved)
6238:
6239: 2010-11-27 misha
6240:
6241: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6242: libbz2
6243:
6244: 2010-11-26 misha
6245:
6246: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6247: warnings removed
6248:
6249: 2010-11-25 moko
6250:
6251: * operators.txt: $.indent(true)
6252:
6253: * operators.txt: another bugfix. :)
6254:
6255: * operators.txt: bugfix. :)
6256:
6257: * buildall-with-xml: libxml2-2.7.8 + with-apache
6258:
6259: 2010-11-24 moko
6260:
1.116 moko 6261: * configure: apxs support
1.95 moko 6262:
6263: * configure.in: apxs support -Bstatic gc removed for OS X
6264:
6265: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6266:
6267: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6268: THREAD_LOCAL usage
6269:
6270: * src/: classes/curl.C, include/pa_config_includes.h,
6271: main/pa_globals.C: THREAD_LOCAL defined and used
6272:
6273: 2010-11-23 moko
6274:
6275: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6276: should be passed to pa_sleep, and only fractional part (bugfix:
6277: #188)
6278:
6279: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6280:
6281: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6282: GC_dont_gc=1, as in cgi version
6283:
6284: * src/targets/apache/mod_parser3.c: warning war
6285:
6286: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6287: pa_httpd.h: version removed, some trash removed
6288:
6289: * src/targets/apache/mod_parser3.c: version removed (we don't want
6290: to show it), warning war
6291:
6292: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6293: pa_httpd.h: parser_status_allowed removed + merge config
6294: functions removed (override is the default) + beauty
6295:
6296: * src/: include/pa_request.h, main/pa_request.C,
6297: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6298: hide $status used in apache module removed
6299:
6300: 2010-11-18 moko
6301:
6302: * operators.txt: $.table[compact] added for ^json:string[]
6303:
6304: 2010-11-16 moko
6305:
6306: * src/targets/apache/mod_parser3.c: some cleanup done
6307:
6308: * src/main/untaint.C: bugfix: first, second String::Body argument
6309: is hashcode; second, info.fragment_begin is original, not
6310: resulting length
6311:
6312: * src/classes/file.C: new feature: $.stdin now untainted
6313:
6314: * tests/results/264.processed: new feature: $.stdin[] now untainted
6315:
6316: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6317:
6318: * src/classes/op.C: ^apply-taint[] method added
6319:
6320: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6321: added; $.stdin untaint test added
6322:
6323: 2010-11-15 moko
6324:
6325: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6326: removed
6327:
6328: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6329: pa_httpd.h: 2x2 calculated under apache2. :)
6330:
6331: 2010-11-13 moko
6332:
6333: * src/targets/apache/mod_parser3.c: initial changes to build module
6334: with apache 2.x includes
6335:
6336: * src/targets/apache/: Makefile.am, mod_parser3.c,
6337: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6338: united apache 1.3 / apache 2.x DSO module
6339:
6340: 2010-11-09 moko
6341:
6342: * src/types/pa_method.h: check added to dissallow @method[name;*]
6343: syntax
6344:
6345: * tests/: 263.html, results/263.processed: test from method[*args]
6346: added
6347:
6348: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6349: number of params can now be passed to a method declared with *arg
6350:
6351: 2010-11-06 moko
6352:
6353: * src/classes/table.C: formating fixed. :)
6354:
6355: * src/classes/table.C: closes #4: ^table.select now supports
6356: $.limit(), $.offset, $.reverse() options
6357:
6358: * tests/: 262.html, results/262.processed: test for ^table:select
6359: with options added (feature #4)
6360:
6361: * src/include/pa_array.h: remove function added
6362:
6363: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6364: object in get_element/put_element, using static one.
6365:
6366: 2010-11-04 moko
6367:
6368: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6369: options is passed
6370:
6371: * tests/: 256.html, results/256.processed: $.table[compact] feature
6372: now tested; k and p in handler now tested.
6373:
6374: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6375: $.table[compact] feature added
6376:
6377: * src/classes/json.C: key is now passed to handler in
6378: value_json_string; ^json:string result now process tainting
6379: inside and returns clean string, related to issue #153
6380:
6381: * src/main/untaint.C: bugfix: charset can be null (in
6382: ^string:save[] as example), thus check is added
6383:
6384: 2010-10-31 moko
6385:
6386: * src/classes/string.C: error message changed (fixes issue #149)
6387:
6388: 2010-10-29 moko
6389:
6390: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6391: port is not default (fixes issue #155); exception on invalid port
6392: added.
6393:
6394: * src/main/untaint.C: '*' is now not urlencoded to allow header
6395: "Accept: */*" to be passed
6396:
6397: 2010-10-28 moko
6398:
6399: * src/classes/curl.C: bugfix: detect_charset() was throwing
6400: exception on unknown charset even if response_charset was
6401: specified
6402:
6403: 2010-10-27 moko
6404:
6405: * src/classes/string.C: ^string.append removed for void
6406: compatibility
6407:
6408: 2010-10-26 moko
6409:
6410: * src/classes/json.C: libjson supports array at top level, we too
6411: (GPF fixed)
6412:
6413: 2010-10-25 moko
6414:
6415: * tests/: 253.html, results/253.processed: libjson supports array
6416: at top level, parser now supports it as well.
6417:
6418: * tests/261.html, tests/results/261.processed,
6419: src/types/pa_vstring.h: empty string is now void compatible
6420: (allows $empty.key)
6421:
6422: 2010-10-22 misha
6423:
6424: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6425: while adding additional expires checkout)
6426:
6427: * tests/030.html: - test for session cookie was added
6428:
6429: 2010-10-21 moko
6430:
6431: * src/: classes/string.C, classes/void.C, main/execute.C,
6432: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6433: string (feature #111)
6434:
6435: * tests/: 261.html, results/261.processed: checks void from string
6436: inheritance (feature #111)
6437:
6438: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6439: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6440: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6441: now true by default
6442:
6443: 2010-10-17 moko
6444:
6445: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6446: upload now uses binary blocks instead of L_FILE_POST tainting.
6447: (bugfix: #128)
6448:
6449: * tests/: 223.html, results/223.processed: binary file upload test
6450: added, GPF (issue #128) also checked in this test
6451:
6452: 2010-10-13 misha
6453:
6454: * tests/260.html: - test for math:convert
6455:
6456: * src/classes/math.C: - error in math:convert was fixed
6457:
6458: * operators.txt: - info about
6459: ^math:convert[number](from-base;to-base) was added
6460:
6461: * src/classes/math.C: - method
6462: ^math:convert[number](from-base;to-base) for converting number
6463: represention from one base to another was added ( new feature:
6464: #23 )
6465:
6466: 2010-10-13 moko
6467:
6468: * src/main/compile.tab.C: [] now is empty string, not void
6469:
6470: * src/main/compile.y: [] now is empty string, not void
6471:
6472: * src/types/pa_vvoid.h: void now passed as parameter
6473:
6474: * tests/: 259.html, results/259.processed: to test difference
6475: between void and empty string (see ticket #111)
6476:
6477: * tests/results/152.processed: $sEmpty[] is now empty string, not
6478: void
6479:
6480: * tests/256.html: $s[$void] is no longer empty string
6481:
6482: * tests/254.html: empty string is no longer void
6483:
6484: 2010-10-12 misha
6485:
6486: * src/types/pa_vcookie.C: - check if $.expires value can be
6487: converted to date during cookies set up ( bugfix: #104 )
6488:
6489: * tests/041.html: - more tests for ^table.locate were added
6490:
6491: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6492: work ( bugfix: #129 ) - exception comment for incorrect options
6493: ^table.locate[field;value;options] was fixed
6494:
6495: 2010-10-10 moko
6496:
6497: * src/: classes/reflection.C, main/execute.C: constructor returning
6498: another object feature returned
6499:
6500: * tests/results/258.processed: test result updated as constructor
6501: returning another object feature returned
6502:
6503: * tests/: 258.html, results/258.processed: test for constructor
6504: returning another object
6505:
6506: 2010-10-08 misha
6507:
6508: * tests/257.html: - whitespaces after @METACOMMANDS and their
6509: options shouldn't cause exceptions any longer
6510:
6511: 2010-10-06 moko
6512:
6513: * src/classes/: hash.C, table.C: length from sql server is now
6514: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6515:
6516: 2010-10-02 misha
6517:
6518: * operators.txt: - the X mark was removed from ^cache[file]. it is
6519: usable to delete cache file.
6520:
6521: 2010-10-02 moko
6522:
6523: * tests/: 253.html, results/253.processed: hook_key added for key
6524: checking
6525:
6526: * src/classes/json.C: null key bug fixed
6527:
6528: 2010-09-29 misha
6529:
6530: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6531:
6532: 2010-09-25 moko
6533:
6534: * src/classes/json.C: small fixed
6535:
6536: * tests/results/: 253.processed, 255.processed: just updated
6537:
6538: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6539: results/255.processed: charset transcode test added for
6540: json:parse
6541:
6542: 2010-09-24 moko
6543:
6544: * src/types/pa_value.h: warning war :)
6545:
6546: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6547: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6548: ^json:string
6549:
6550: 2010-09-22 moko
6551:
6552: * src/main/pa_charset.C: parser charset tables declare only
6553: white-space before 0x20, thus adding the missing chars
6554:
6555: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6556: to http://unicode.org/Public/MAPPINGS/VENDORS/
6557:
6558: 2010-09-21 misha
6559:
6560: * src/main/compile.y: - some semicolons were added (VS2010 don't
6561: want to compile grammar if they are absent)
6562:
6563: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6564:
6565: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6566:
6567: * src/main/main.vcproj: - path to bison is changed
6568:
6569: 2010-09-21 moko
6570:
1.116 moko 6571: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6572: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6573: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6574:
6575: 2010-09-20 misha
6576:
6577: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6578:
6579: * src/classes/json.C: - add EOL while json-serializing hash
6580:
6581: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6582: compilers don't like 'ES'.
6583:
6584: 2010-09-17 misha
6585:
6586: * operators.txt: - info about json class was added
6587:
6588: * src/classes/json.C: - ^json:string[object]
6589:
6590: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6591: preventing infinite recursion while executing json:string was
6592: added
6593:
6594: * src/include/pa_string.h: - method append_quoted was added
6595:
6596: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6597: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6598: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6599: was added to Value & Co
6600:
6601: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6602: were used
6603:
6604: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6605: were added
6606:
6607: 2010-09-10 moko
6608:
6609: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6610: die_or_abort (backport from 3.4.1)
6611:
6612: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6613: die_or_abort (bugfix: #106)
6614:
6615: 2010-09-09 moko
6616:
6617: * src/classes/json.C: warning war. :)
6618:
6619: 2010-09-08 misha
6620:
6621: * src/lib/json/Makefile.am: - additional include directories were
6622: added (for pa_memory.h and gc.h)
6623:
6624: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6625: compile as C++ instead default - additional include directory was
6626: added (for gc.h)
6627:
6628: * src/types/pa_vform.C: - little code reformating
6629:
6630: * src/classes/file.C: - $.content-type option now can be specified
6631: in ^file::create ( new feature: #102 )
6632:
6633: 2010-09-08 moko
6634:
6635: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6636: pa_malloc/pa_free
6637:
6638: 2010-09-07 moko
6639:
6640: * tests/results/254.processed: VStateless_class:put_element
6641: exception was fixed
6642:
6643: * src/types/: pa_value.h, pa_vstateless_class.h: now
6644: VStateless_class:put_element barks self.type, not this.type
6645: (bugfix: #105)
6646:
6647: 2010-09-06 moko
6648:
6649: * src/classes/reflection.C: bugfix: new String() is required for
6650: exception handling
6651:
6652: * tests/: 254.html, results/254.processed: test modified
6653:
6654: 2010-09-05 moko
6655:
6656: * tests/: 254.html, results/254.processed: ^reflection:copy test
6657: added
6658:
6659: * src/: classes/reflection.C, include/pa_request.h:
6660: ^reflection:copy implemented (new feature: #100)
6661:
6662: 2010-09-03 moko
6663:
6664: * src/lib/json/JSON_parser.C: c++ compatiblity
6665:
6666: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6667: option testing added
6668:
6669: 2010-09-02 moko
6670:
6671: * src/classes/json.C: $.distinct[first|last|all] added
6672:
6673: 2010-09-01 moko
6674:
6675: * tests/results/253.processed: json test result
6676:
6677: * tests/: 253.html, 253_json.txt: json test added
6678:
6679: * src/classes/json.C: json.C update to actual version + hash key
6680: creation bugfix
6681:
6682: 2010-08-31 misha
6683:
6684: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6685: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6686: src/lib/Makefile.am, src/classes/Makefile.am,
6687: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6688: json library was added
6689:
6690: 2010-08-30 moko
6691:
6692: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6693: types/pa_vobject.C: cosmetic optimization in
6694: request:execute_method usage
6695:
6696: * src/: include/pa_charset.h, main/pa_charset.C: small
6697: optimization, just to decrease number of lines. :)
6698:
6699: 2010-08-27 misha
6700:
6701: * src/classes/op.C: - taint[json] was added
6702:
6703: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6704: were added
6705:
6706: * src/main/pa_exec.C: - warning fix was rolled back.
6707:
6708: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6709: include/pa_string.h: - taint[json] was added - escaping was
6710: slightly modified
6711:
6712: 2010-08-25 misha
6713:
6714: * src/classes/file.C: - typo in file:sql exception was fixed
6715:
6716: * src/main/pa_exec.C: - warning about declared and not used
6717: variable forced_allow was removed
6718:
6719: 2010-08-14 misha
6720:
6721: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6722: were removed
6723:
6724: 2010-08-11 moko
6725:
6726: * tests/: 249.html, results/249.processed: default setter and
6727: anti-recursive default getter test added
6728:
6729: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6730: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6731: types/pa_vobject.h, types/pa_vstateless_class.C,
6732: types/pa_vstateless_class.h: default setter support +
6733: anti-recursive default getter support ( new feature: #13 )
6734:
6735: * src/include/pa_hash.h: optimization: threshold member removed
6736: from hash, reducing sizeof(hash)
6737:
6738: 2010-08-10 misha
6739:
6740: * tests/196.html: - junction-method was added to the test
6741:
6742: * tests/248.html: - ups. typo :)
6743:
6744: * tests/248.html: - test for checking .match with 4 params
6745:
6746: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6747: 247_windows1251.txt: - test for "transcode file from utf-8 to
6748: $request:charset during loading if the BOM code is detected"
6749:
6750: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6751: $request:charset during loading if the BOM code is detected ( new
6752: feature: #98 )
6753:
6754: 2010-08-05 misha
6755:
6756: * src/classes/image.C: - ^image.replace now can accept only 2
6757: params. in this case the whole image is affected ( new feature:
6758: #95 )
6759:
6760: 2010-08-04 misha
6761:
6762: * tests/246.html: - test tor ^hash._at[] was added
6763:
6764: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6765: #53 )
6766:
6767: * src/include/pa_hash.h: - methods for accessing the first and the
6768: last values of ordered hash were added (first_value and
6769: last_value)
6770:
6771: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6772: (similar to others file's methods):
6773: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6774: #68 )
6775:
6776: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6777:
6778: 2010-08-01 moko
6779:
6780: * src/classes/op.C: to correctly process $result[] in code, called
6781: from ^process
6782:
6783: * tests/245.html: $result in ^process[] test added
6784:
6785: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6786: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6787: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6788: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6789: caller, self) op_call(VMethodFrame &frame, bool constructing)
6790: removed, construct(class,method) added
6791:
6792: * tests/results/: 192.processed, 244.processed: request::construct
6793: added
6794:
6795: * tests/: 244.html, 245.html, results/244.processed,
6796: results/245.processed: object creation exceptions and ^process
6797: tests added
6798:
6799: 2010-07-28 misha
6800:
6801: * tests/make_tests.cmd: - win32 EOLs
6802:
6803: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6804: tests on Win32 were added (The system timezone should be GMT+3)
6805:
6806: 2010-07-26 misha
6807:
6808: * tests/: 212.html, results/212.processed: - sizes were removed
6809: mecause they could be different on different OSs
6810:
6811: * tests/065.html: - make it "win32 friendly"
6812:
6813: 2010-07-25 misha
6814:
6815: * src/main/compile.y: - all EOLs between methods are removed during
6816: compilation ( new feature: #47 )
6817:
6818: * tests/results/149.processed: - prepare tests to trim trailing
6819: methods' EOLs
6820:
6821: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6822:
6823: * tests/: results/006.processed, results/014.processed, 006.html,
6824: 014.html, 022.html: - prepare tests to trim trailing methods'
6825: EOLs
6826:
6827: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6828: results/071.processed, results/022.processed: - prepare tests to
6829: trim trailing methods' EOLs
6830:
6831: * tests/: results/073.processed, results/109.processed,
6832: results/142.processed, results/144.processed,
6833: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6834: 144.html: - prepare tests to trim trailing methods' EOLs
6835:
6836: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6837: 149.html, 152.html, results/096.processed, results/107.processed,
6838: results/109.processed, results/142.processed,
6839: results/144.processed: - prepare tests to trim trailing methods'
6840: EOLs
6841:
6842: 2010-07-24 moko
6843:
6844: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6845: the hash order in this test
6846:
6847: * tests/014.html: to check hash order, hash no is longer sorted
6848: before print
6849:
6850: * src/include/pa_hash.h: hash copy constructor now keeps order
6851: (bugfix: #54)
6852:
6853: 2010-07-23 moko
6854:
6855: * tests/results/224.processed: @auto[] is no longer inherited
6856:
6857: * src/types/pa_vstateless_class.C, tests/227.html,
6858: tests/results/227.processed: @auto[] is no longer inherited
6859: (bugfix: #57)
6860:
6861: 2010-07-22 misha
6862:
6863: * src/classes/table.C: - don't skip comment lines during
6864: table::load if encloser or separator is set as '#' ( new feature:
6865: #30 )
6866:
6867: * src/targets/cgi/parser3.C: - don't run as cgi if
6868: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6869: #12 )
6870:
6871: * src/classes/file.C: - set PARSER_VARSION env before external
6872: script executing
6873:
6874: 2010-07-13 misha
6875:
6876: * tests/058.html: - test for suppressing @border was added - test
6877: for user attribute was added
6878:
6879: * tests/results/186.processed: unescaping from \uXXXX
6880:
6881: * tests/186.html: unescaping from \uXXXX
6882:
6883: * tests/: 239.html, results/239.processed: method call type
6884:
6885: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6886: $junction_method.CLASS_NAME (+CLASS)
6887:
6888: 2010-07-07 misha
6889:
6890: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6891: *nix
6892:
6893: 2010-07-05 misha
6894:
6895: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6896: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6897: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6898: comment strings "options must be hash", "options must be hash,
6899: not code" and "called with invalid option" were replaced by
6900: constatns - exception comment string "invalid option passed" was
6901: replaced by "called with invalid option" (now in different
6902: methods are the same exception comment string)
6903:
6904: * src/include/pa_exception.h: - more exception strings were defined
6905:
6906: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6907: types/pa_vstateless_class.h: - now we can define possible
6908: method's call type ( new feature: #5 ) 1.
6909: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6910: methods 2. @static:method[params] (only static keyword could be
6911: used here) -- for specified methods
6912:
6913: * src/main/pa_common.C: - junction points should not be deleted on
6914: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6915: cleanup
6916:
6917: 2010-07-03 misha
6918:
6919: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6920: results/158.processed, results/160.processed,
6921: results/161.processed, results/162.processed,
6922: results/163.processed: - prepare tests to trim trailing methods'
6923: EOLs
6924:
6925: * tests/results/169.processed: - prepare tests to trim trailing
6926: methods' EOLs
6927:
6928: * tests/results/: 168.processed, 169.processed: - prepare tests to
6929: trim trailing methods' EOLs
6930:
6931: * tests/: results/170.processed, results/167.processed,
6932: results/168.processed, results/169.processed, 167.html, 168.html,
6933: 169.html: - prepare tests to trim trailing methods' EOLs
6934:
6935: * tests/: results/170.processed, results/171.processed,
6936: results/172.processed, results/173.processed,
6937: results/174.processed, results/175.processed, 170.html, 171.html,
6938: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6939: trailing methods' EOLs
6940:
6941: * tests/: results/176.processed, results/180.processed,
6942: results/184.processed, results/185.processed,
6943: results/191.processed, results/192.processed,
6944: results/196.processed, results/197.processed,
6945: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6946: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6947: to trim trailing methods' EOLs
6948:
6949: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6950: results/199.processed, results/208.processed,
6951: results/209.processed, results/213.processed,
6952: results/214.processed: - prepare tests to trim trailing methods'
6953: EOLs
6954:
6955: 2010-06-29 misha
6956:
6957: * tests/: 220.html, 218.html, results/218.processed,
6958: results/215.processed, results/217.processed, 215.html, 217.html:
6959: - prepare tests to trim trailing methods' EOLs
6960:
6961: * tests/: results/224.processed, 224.html, 223.html,
6962: results/223.processed, results/220.processed: - prepare tests to
6963: trim trailing methods' EOLs
6964:
6965: * tests/results/: 226.processed, 230.processed: - prepare tests to
6966: trim trailing methods' EOLs
6967:
6968: * tests/: 229.html, results/229.processed: - prepare tests to trim
6969: trailing methods' EOLs
6970:
6971: * tests/: 232.html, 235.html, results/232.processed,
6972: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6973: results/226.processed, results/227.processed,
6974: results/228.processed, results/230.processed: - prepare tests to
6975: trim trailing methods' EOLs
6976:
6977: 2010-06-16 moko
6978:
6979: * tests/: 229.html, results/229.processed: elseif now supported in
6980: ^if
6981:
6982: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6983:
6984: 2010-06-03 misha
6985:
6986: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6987: instead of memcopy for overlaped regions
6988:
6989: 2010-05-25 misha
6990:
6991: * src/main/pa_common.C: - wanring about unused vars was removed
6992:
6993: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6994: get_method_filename was moved to execute.C
6995:
6996: 2010-05-23 misha
6997:
6998: * src/main/pa_request.C: - more accurate detection of method's file
6999:
7000: 2010-05-22 misha
7001:
7002: * src/classes/reflection.C: - bugfix: core during detection of
7003: .file if filespec isn't detected successfully
7004:
7005: 2010-05-20 misha
7006:
7007: * src/main/pa_request.C: - fix in get_method_filename
7008:
7009: * src/include/pa_request.h: - new feature: #24 -- searching
7010: included file in @USE/^use is changed. if its filespec doesn't
7011: start from '/' it will be searched in caller file directory
7012:
7013: * src/classes/reflection.C: - ^reflection:method_info returns file
7014: where the method is defined
7015:
7016: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7017: classes/op.C: - new feature: #24 -- searching included file in
7018: @USE/^use is changed. if its filespec doesn't start from '/' it
7019: will be searched in caller file directory
7020:
7021: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7022: is moved to pa_common.h
7023:
7024: 2010-05-18 misha
7025:
7026: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7027: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7028: cookie parser decode \uXXXX as well as %uXXXX
7029:
7030: 2010-05-17 misha
7031:
7032: * src/classes/curl.C: beauty: - unused param is removed in method
7033: _curl_version_action - some spaces were removed or replaced by
7034: tabs
7035:
7036: * src/classes/table.C: - bugfix: #72 core with empty value during
7037: ^table.hash[...;name_of_the_last_column][$.type[string]]
7038:
7039: 2010-05-16 misha
7040:
7041: * src/classes/curl.C: new: #61 more curl options were added
7042: (contributed by Sumo)
7043:
7044: 2010-04-29 pretender
7045:
7046: * src/main/pa_string.C: fixes #63 Split result from empty string
7047: now empty string.
7048:
7049: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7050: string type.
7051:
7052: 2010-04-28 pretender
7053:
7054: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7055: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7056: macrodefinition removed
7057:
7058: 2010-04-19 pretender
7059:
7060: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7061: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7062:
7063: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7064: fixes #64 Now file.missing exception generates in unsafe mode to.
7065:
7066: * src/classes/file.C: fixes #48 Now not throw "not save environment
7067: variable" exception in grpunlim version.
7068:
7069: 2010-04-05 misha
7070:
7071: * src/classes/string.C: - new feature: 4th param was added to
7072: match. if specified its value is returned in case of nothing was
7073: found
7074:
7075: 2010-04-01 misha
7076:
7077: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7078: multiple execution of /a/b/auto.p
7079:
7080: 2010-03-19 misha
7081:
7082: * src/main/execute.C: - core in $table1.$table2 was fixed
7083:
7084: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7085:
7086: 2010-01-27 misha
7087:
7088: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7089: trying to open file by path /existing-file/non-exixting-file
7090:
7091: 2010-01-26 misha
7092:
7093: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7094: was added (returns file)
7095:
7096: 2009-12-22 misha
7097:
7098: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7099: now parser doesn't have class curl if it was built without it
7100:
7101: 2009-12-15 misha
7102:
7103: * configure.in: - little cheat with curl include dir was added
7104:
7105: 2009-12-05 misha
7106:
7107: * src/classes/curl.C: - some fixes
7108:
7109: 2009-12-04 misha
7110:
7111: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7112: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7113: buildall-with-xml, buildall-without-xml, configure.in: - curl
7114: class was added
7115:
7116: * src/include/pa_hash.h: - hash-iterator was added
7117:
7118: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7119: was added to pcre
7120:
7121: 2009-11-27 misha
7122:
7123: * src/classes/image.C: - don't add @border attribute to output of
7124: ^image.html[] if it was specified by user with empty value
7125:
7126: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7127: root element and we are trying to access .documentElement
7128:
7129: 2009-11-11 misha
7130:
7131: * src/classes/table.C: - in ^table.flip[] look at number of columns
7132: instead of number of items in first row for named tables
7133:
7134: 2009-11-10 misha
7135:
7136: * operators.txt: - info about hash-options in ^file::create was
7137: added
7138:
7139: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7140: added
7141:
7142: 2009-11-09 misha
7143:
7144: * buildall-with-xml: - moving to libxml 2.7.6
7145:
7146: * tests/236.html: - tests for comparations cords with functions
7147: were added
7148:
7149: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7150: added
7151:
7152: * src/main/pa_http.C: - little optimisation
7153:
7154: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7155: GPF mallocs + stringstream (table.save)
7156:
7157: * src/classes/file.C: - file::create now accepts 4th param: options
7158: with $.charset
7159:
7160: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7161: bug in cord (comparation cords with functions was buggy)
7162:
7163: 2009-11-06 misha
7164:
7165: * src/main/pa_string.C: - bugfix: calculation string.length
7166: sometimes was buggy
7167:
7168: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7169: destroyed if exception occured during match/replace
7170:
7171: * src/: main/pa_charset.C, include/pa_charset.h: - method
7172: lengthUTF8Char was added
7173:
7174: * src/classes/op.C: - clean tainting lang was added for user's
7175: usage
7176:
7177: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7178: fixed: checkouts are required after GC_MALLOC
7179:
7180: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7181:
7182: * operators.txt: - actually, there is no ^untaint[xml] in
7183: file::create
7184:
7185: 2009-10-15 misha
7186:
7187: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7188: were added
7189:
7190: * tests/234.html: - more tests for checking ^taint[uri] escaping
7191: were added
7192:
7193: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7194: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7195: hacking: for dealing with transcoding+^taint[uri]
7196: transcode_and_untaint was replaced by untaint_and_transcode
7197:
7198: 2009-10-13 misha
7199:
7200: * tests/: 121.html, results/121.processed: - test transcoding +
7201: url-escaping now
7202:
7203: * tests/results/auto.p: - more helpers' methods were added
7204:
7205: * src/main/pa_globals.C: - die instead of abort
7206:
7207: 2009-10-06 misha
7208:
7209: * src/main/pa_common.C: - don't allocate memory during
7210: capitalization if input string is already capitalized
7211:
7212: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7213:
7214: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7215: use format function because it calls malloc
7216:
7217: * src/include/pa_common.h: - more capitalized headers were added
7218:
7219: * src/main/pa_common.C: - in safe mode clear executable bits during
7220: file writing
7221:
7222: 2009-10-05 misha
7223:
7224: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7225:
7226: 2009-10-03 misha
7227:
7228: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7229: ^img.text[] & ^img.length[] can work in utf-8 now
7230:
7231: * src/: include/pa_charset.h, main/pa_charset.C: - class
7232: UTF8_string_iterator was added
7233:
7234: * src/classes/image.C: - respect utf-8 when calculate alphabet
7235: length
7236:
7237: * src/classes/mail.C: - check from before get message.cstr
7238:
7239: 2009-10-02 misha
7240:
7241: * tests/233.html: - test for image.font, image.length, image.text
7242: with text in utf-8 were added
7243:
7244: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7245:
7246: * buildall-with-xml, buildall-without-xml: - comment about gc
7247: version for freebsd 4 was added
7248:
7249: 2009-10-01 misha
7250:
7251: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7252: terminator) - read_pipe were slightly optimized
7253:
7254: 2009-09-28 misha
7255:
7256: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7257: removed
7258:
7259: * src/types/pa_vmail.C: - forgot about space after ':'
7260:
7261: * src/types/pa_vmail.C: - escape filenames while preparing mail
7262: body - small simplifications
7263:
7264: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7265: inout params like pa_base64
7266:
7267: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7268: option $.debug-print(1) was added to mail:send - changes for
7269: using uue_encode which uses less memory
7270:
7271: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7272:
7273: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7274: memory now
7275:
7276: 2009-09-26 misha
7277:
7278: * src/types/pa_vmail.C: - default encoding now is base64
7279:
7280: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7281:
7282: 2009-09-25 misha
7283:
7284: * src/types/pa_vmail.C: - capitalization of headers was added to
7285: sending mail as well
7286:
7287: * buildall-with-xml: - catalog package was removed from libxml
7288:
7289: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7290: win32 absolute path
7291:
7292: * src/include/pa_common.h: - one more capitalized header was added
7293:
7294: 2009-09-22 misha
7295:
7296: * INSTALL: - comment about building just httpd binary while
7297: building apache module was added
7298:
7299: 2009-09-21 misha
7300:
7301: * buildall-with-xml: - moving to the latest versions of xml libs:
7302: libxml 2.7.4 and libxslt 1.1.25
7303:
7304: 2009-09-19 misha
7305:
7306: * tests/231.html: - test for encoding cookie in win-1251
7307:
7308: 2009-09-18 misha
7309:
7310: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7311: object] were added
7312:
7313: * operators.txt: - info about method ^reflection:fields[class or
7314: object] was added
7315:
7316: * src/classes/reflection.C: - method ^reflection:fields[class or
7317: object] was added
7318:
7319: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7320: methods get_fields were added
7321:
7322: * tests/232.html: - tests for @GET[name]
7323:
7324: * src/classes/table.C: - some changes in handling hash-options for
7325: creare, join and locate
7326:
7327: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7328: defined with option: the type of requested value
7329:
7330: 2009-09-17 misha
7331:
7332: * tests/212.html: - tests for .pattern and .options were added
7333:
7334: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7335: $regex.options were added
7336:
7337: 2009-09-11 misha
7338:
7339: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7340: rewrited. it checks not just one case of sending cookies during
7341: file::load[http], but also sending headers and fields (including
7342: files)
7343:
7344: 2009-09-10 misha
7345:
7346: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7347: was removed => now parser can open files with Russian 'r' in
7348: filename
7349:
7350: * src/main/untaint.C: - bugfix: client charset whould be analized
7351: while escaping cookies but now source charset
7352:
7353: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7354: ^tainted[uri] so it was possible to make request with incorrect
7355: http header
7356:
7357: * src/main/pa_http.C: - capitalization of http headers during
7358: file::load[http was slightly changes - bugfix: all headers which
7359: parser sends during file::load[http should be transcoded and only
7360: then escaped
7361:
7362: * src/main/untaint.C: - a bit more comments were added
7363:
7364: * src/classes/: file.C, string.C: - types where changes (minus 2
7365: warnings)
7366:
7367: * src/include/pa_common.h: - 2 capitalized strings for making http
7368: headers during file::load[http were added
7369:
7370: 2009-09-08 misha
7371:
7372: * operators.txt: - changes in file.save and string.save were added
7373:
7374: * tests/: 230.html, 230.txt: - tests for checking options in
7375: file.save and string.save were added
7376:
7377: * src/main/pa_request.C: - http headers names, which are passed to
7378: SAPI::add_header_attribute are lowercased now (it'll be
7379: capitalized in that method)
7380:
7381: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7382: classes/string.C: - file_write accepts Request_charsets and asked
7383: charset and cound transcode content before writing - string.save
7384: and file.save have option $.charset now
7385:
7386: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7387: classes/xdoc.C: - file_write accepts Request_charsets and asked
7388: charset and cound transcode content before writing
7389:
7390: * src/include/pa_exception.h: - new exception comment string was
7391: defined
7392:
7393: 2009-09-07 misha
7394:
7395: * src/main/compile.y: - grammar $name\ name stops now for regex
7396: sub-pattern\s
7397:
7398: 2009-09-04 misha
7399:
7400: * src/main/pa_http.C: - capitalization of http headers during
7401: file::load[http was implemented
7402:
7403: 2009-09-03 misha
7404:
7405: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7406: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7407: types/pa_vmail.C, targets/cgi/parser3.C,
7408: targets/isapi/parser3isapi.C: - back to storing response http
7409: headers in lowercase - capitalize them during output
7410:
7411: 2009-08-31 misha
7412:
7413: * src/classes/table.C: - allow call with any brackets (it could be
7414: useful in methods with explict result declaration)
7415:
7416: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7417: correctly if $request:charset==koi8-r
7418:
7419: 2009-08-30 misha
7420:
7421: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7422: changed: content-type => Content-type and so on
7423:
7424: * src/classes/file.C, src/include/pa_common.h,
7425: src/include/pa_request.h, src/main/pa_http.C,
7426: src/main/pa_request.C, src/types/pa_vcookie.C,
7427: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7428: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7429: tests/results/002.processed, tests/results/003.processed,
7430: tests/results/004.processed, tests/results/005.processed,
7431: tests/results/006.processed, tests/results/007.processed,
7432: tests/results/008.processed, tests/results/009.processed,
7433: tests/results/010.processed, tests/results/011.processed,
7434: tests/results/012.processed, tests/results/013.processed,
7435: tests/results/014.processed, tests/results/015.processed,
7436: tests/results/016.processed, tests/results/017.processed,
7437: tests/results/018.processed, tests/results/019.processed,
7438: tests/results/020.processed, tests/results/021.processed,
7439: tests/results/022.processed, tests/results/023.processed,
7440: tests/results/024.processed, tests/results/025.processed,
7441: tests/results/026.processed, tests/results/027.processed,
7442: tests/results/028.processed, tests/results/029.processed,
7443: tests/results/030.processed, tests/results/031.processed,
7444: tests/results/032.processed, tests/results/033.processed,
7445: tests/results/034.processed, tests/results/035.processed,
7446: tests/results/036.processed, tests/results/037.processed,
7447: tests/results/038.processed, tests/results/039.processed,
7448: tests/results/040.processed, tests/results/041.processed,
7449: tests/results/042.processed, tests/results/043.processed,
7450: tests/results/044.processed, tests/results/045.processed,
7451: tests/results/046.processed, tests/results/047.processed,
7452: tests/results/048.processed, tests/results/049.processed,
7453: tests/results/050.processed, tests/results/051.processed,
7454: tests/results/052.processed, tests/results/053.processed,
7455: tests/results/054.processed, tests/results/055.processed,
7456: tests/results/056.processed, tests/results/057.processed,
7457: tests/results/058.processed, tests/results/059.processed,
7458: tests/results/060.processed, tests/results/061.processed,
7459: tests/results/062.processed, tests/results/063.processed,
7460: tests/results/064.processed, tests/results/065.processed,
7461: tests/results/066.processed, tests/results/067.processed,
7462: tests/results/068.processed, tests/results/069.processed,
7463: tests/results/070.processed, tests/results/071.processed,
7464: tests/results/072.processed, tests/results/073.processed,
7465: tests/results/074.processed, tests/results/075.processed,
7466: tests/results/076.processed, tests/results/077.processed,
7467: tests/results/078.processed, tests/results/079.processed,
7468: tests/results/080.processed, tests/results/081.processed,
7469: tests/results/082.processed, tests/results/083.processed,
7470: tests/results/084.processed, tests/results/085.processed,
7471: tests/results/086.processed, tests/results/087.processed,
7472: tests/results/088.processed, tests/results/089.processed,
7473: tests/results/090.processed, tests/results/091.processed,
7474: tests/results/092.processed, tests/results/093.processed,
7475: tests/results/094.processed, tests/results/095.processed,
7476: tests/results/096.processed, tests/results/097.processed,
7477: tests/results/098.processed, tests/results/099.processed,
7478: tests/results/100.processed, tests/results/101.processed,
7479: tests/results/102.processed, tests/results/103.processed,
7480: tests/results/104.processed, tests/results/105.processed,
7481: tests/results/106.processed, tests/results/107.processed,
7482: tests/results/108.processed, tests/results/109.processed,
7483: tests/results/110.processed, tests/results/111.processed,
7484: tests/results/112.processed, tests/results/113.processed,
7485: tests/results/114.processed, tests/results/115.processed,
7486: tests/results/116.processed, tests/results/117.processed,
7487: tests/results/118.processed, tests/results/119.processed,
7488: tests/results/120.processed, tests/results/121.processed,
7489: tests/results/122.processed, tests/results/123.processed,
7490: tests/results/124.processed, tests/results/125.processed,
7491: tests/results/126.processed, tests/results/127.processed,
7492: tests/results/128.processed, tests/results/129.processed,
7493: tests/results/130.processed, tests/results/131.processed,
7494: tests/results/132.processed, tests/results/133.processed,
7495: tests/results/134.processed, tests/results/135.processed,
7496: tests/results/136.processed, tests/results/138.processed,
7497: tests/results/139.processed, tests/results/140.processed,
7498: tests/results/141.processed, tests/results/142.processed,
7499: tests/results/143.processed, tests/results/144.processed,
7500: tests/results/145.processed, tests/results/146.processed,
7501: tests/results/147.processed, tests/results/148.processed,
7502: tests/results/149.processed, tests/results/150.processed,
7503: tests/results/151.processed, tests/results/152.processed,
7504: tests/results/153.processed, tests/results/154.processed,
7505: tests/results/155.processed, tests/results/156.processed,
7506: tests/results/157.processed, tests/results/158.processed,
7507: tests/results/159.processed, tests/results/160.processed,
7508: tests/results/161.processed, tests/results/162.processed,
7509: tests/results/163.processed, tests/results/164.processed,
7510: tests/results/165.processed, tests/results/166.processed,
7511: tests/results/167.processed, tests/results/168.processed,
7512: tests/results/169.processed, tests/results/170.processed,
7513: tests/results/171.processed, tests/results/172.processed,
7514: tests/results/173.processed, tests/results/174.processed,
7515: tests/results/175.processed, tests/results/176.processed,
7516: tests/results/177.processed, tests/results/178.processed,
7517: tests/results/179.processed, tests/results/180.processed,
7518: tests/results/181.processed, tests/results/182.processed,
7519: tests/results/183.processed, tests/results/184.processed,
7520: tests/results/185.processed, tests/results/186.processed,
7521: tests/results/187.processed, tests/results/188.processed,
7522: tests/results/189.processed, tests/results/190.processed,
7523: tests/results/191.processed, tests/results/192.processed,
7524: tests/results/193.processed, tests/results/194.processed,
7525: tests/results/195.processed, tests/results/196.processed,
7526: tests/results/197.processed, tests/results/198.processed,
7527: tests/results/199.processed, tests/results/200.processed,
7528: tests/results/201.processed, tests/results/202.processed,
7529: tests/results/203.processed, tests/results/204.processed,
7530: tests/results/205.processed, tests/results/206.processed,
7531: tests/results/207.processed, tests/results/208.processed,
7532: tests/results/209.processed, tests/results/210.processed,
7533: tests/results/211.processed, tests/results/212.processed,
7534: tests/results/213.processed, tests/results/214.processed,
7535: tests/results/215.processed, tests/results/216.processed,
7536: tests/results/217.processed, tests/results/218.processed,
7537: tests/results/219.processed, tests/results/220.processed,
7538: tests/results/221.processed, tests/results/222.processed,
7539: tests/results/223.processed, tests/results/224.processed,
7540: tests/results/225.processed, tests/results/226.processed,
7541: tests/results/227.processed, tests/results/228.processed,
7542: tests/results/229.processed: - http headers were changed:
7543: content-type => Content-type and so on
7544:
7545: 2009-08-27 misha
7546:
7547: * src/: main/pa_random.C, include/pa_random.h,
7548: targets/cgi/parser3.C: - year was updated :)
7549:
7550: 2009-08-26 misha
7551:
7552: * tests/: 224.html, 224.p: - test for creating of parser object
7553: using constructor without params - little bugfix in test
7554:
7555: * src/main/compile_tools.h: - bugfix: should't call autouse while
7556: checking existed class while processing partial option
7557:
7558: * src/classes/reflection.C: - bugfix: core when creating object
7559: with reflection and constructor doesn't have params
7560:
7561: 2009-08-24 misha
7562:
7563: * tests/229.html: - tests for checking the number of parameters
7564: were added
7565:
7566: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7567: number of method's parameters wasn't checked correctly (the bug
7568: was introduced in 3.4.0)
7569:
7570: 2009-08-22 misha
7571:
7572: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7573: transcoded, but tainted pieces are escaped only when
7574: content-type==url-encoding
7575:
7576: * tests/228.html: - test for checking
7577: ^file::load[http://...;$.body[]]
7578:
7579: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7580: post charset was too early (charsets is empty at this moment)
7581:
7582: 2009-08-21 misha
7583:
7584: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7585: main/untaint.C: - some fixes with transcode+untaint
7586:
7587: 2009-08-15 misha
7588:
7589: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7590: was increaced to 100 (was 50)
7591:
7592: * tests/227.html: - test for checking overriding properties in
7593: static classes was added
7594:
7595: * tests/: 226.html, 226.p: - test for @autoload[] was added
7596:
7597: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7598: main/execute.C, main/pa_request.C, classes/reflection.C: -
7599: autouse was implemented
7600:
7601: 2009-08-14 misha
7602:
7603: * src/classes/reflection.C: - outdated checkout was removed
7604:
7605: * src/classes/reflection.C: - optimization - method ^dynamical was
7606: added.
7607:
7608: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7609: types/pa_vstateless_class.h, main/execute.C: - optimization
7610:
7611: * src/types/pa_vclass.C: - exception if base on sytem class
7612:
7613: 2009-08-12 misha
7614:
7615: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7616: pa_vstateless_class.h: - little optimisation
7617:
7618: 2009-08-11 misha
7619:
7620: * tests/224.html: - method_params => method_info - checking for
7621: $.inherited
7622:
7623: * src/classes/reflection.C, operators.txt: - method method_params
7624: was renamed to method_info and now it returns class name, if
7625: method was defined in ancestor
7626:
7627: * tests/225.html: - tests for cheching properties in hierarhical
7628: classes were added
7629:
7630: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7631: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7632: main/compile.y, main/execute.C, classes/classes.C: - problems
7633: with properties in new classes implementation were fixed
7634:
7635: 2009-08-10 misha
7636:
7637: * src/main/execute.C: - now constructor shouldn't be defined in
7638: class. it could be defined in parent.
7639:
7640: 2009-08-09 misha
7641:
7642: * src/classes/reflection.C: - ^reflection:methods doesn't return
7643: base's methods
7644:
7645: 2009-08-08 misha
7646:
7647: * src/: classes/classes.h, classes/date.C, classes/file.C,
7648: classes/form.C, classes/hash.C, classes/hashfile.C,
7649: classes/image.C, classes/mail.C, classes/op.C,
7650: classes/reflection.C, classes/regex.C, classes/string.C,
7651: classes/table.C, classes/xdoc.C, classes/xnode.C,
7652: classes/xnode.h, include/pa_hash.h, main/execute.C,
7653: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7654: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7655: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7656: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7657: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7658: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7659: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7660: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7661: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7662: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7663: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7664: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7665: types/pa_vresponse.C, types/pa_vresponse.h,
7666: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7667: types/pa_vstateless_object.h, types/pa_vstatus.C,
7668: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7669: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7670: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7671: types/pa_wwrapper.h, types/types.vcproj: - new classes
7672: implementation
7673:
7674: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7675: USE_MUNMAP is used. so it is disabled as a workaround.
7676:
7677: 2009-08-05 misha
7678:
7679: * src/: main/pa_common.C, include/pa_common.h: - not needed
7680: parameter was removed
7681:
7682: * src/main/pa_http.C: - bugfix: error was during detecting
7683: content-type of file which was loaded by http
7684:
7685: 2009-08-01 misha
7686:
7687: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7688: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7689: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7690: can't be disabled with defines any longer
7691:
7692: 2009-07-29 misha
7693:
7694: * src/classes/reflection.C, tests/results/224.processed: - for
7695: native methods with any call type now returned empty call_type
7696: value
7697:
7698: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7699: classes/table.C, include/pa_hash.h, include/pa_request.h,
7700: main/pa_request.C: - break in cycles was optimized
7701:
7702: * INSTALL: - more defines were described
7703:
7704: 2009-07-28 misha
7705:
7706: * operators.txt: - some changes in information about reflection
7707: class
7708:
7709: * tests/: 224.html, 224.p: - tests for reflection class
7710:
7711: * src/classes/reflection.C: - some bugs were fixed, method classes
7712: was added, refactoring
7713:
7714: 2009-07-26 misha
7715:
7716: * src/classes/classes.vcproj: - reflection class wass added to
7717: project
7718:
7719: * operators.txt: - information about reflection class was added
7720:
7721: * src/classes/reflection.C: - class was redesigned
7722:
7723: 2009-07-24 misha
7724:
7725: * src/classes/: Makefile.am, reflection.C: - class reflection was
7726: added
7727:
7728: * src/types/pa_vstateless_class.h: - method for reflection method's
7729: in classes was added
7730:
7731: 2009-07-22 misha
7732:
7733: * src/main/compile_tools.h: - bugfix: $object.$var was
7734: over-optimized. it failed if $object1.$object2.field
7735:
7736: 2009-07-16 misha
7737:
7738: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7739: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7740: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7741: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7742: one more arg: length of cord
7743:
7744: 2009-07-15 misha
7745:
7746: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7747: tainted in ^file::load[http://...;$.cookies[]]
7748:
7749: * src/classes/: op.C, regex.C, string.C: - new string with
7750: exception was used
7751:
7752: * src/include/pa_exception.h: - new string with exception was added
7753:
7754: * tests/223.html: - test for checking cookie-encoding during
7755: ^file::load[http was added
7756:
7757: * tests/: 221.html, 222.html: - tests for checking type of
7758: $table.fields.field were added
7759:
7760: * src/types/pa_vtable.C: - not used var decl was removed
7761:
7762: * src/include/pa_string.h: - use cached string length in Body::mid.
7763: it improves speed of match with brackets in pattern
7764:
7765: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7766: outside
7767:
7768: 2009-07-14 misha
7769:
7770: * src/types/pa_vtable.C: - $table.fields.a return string even if
7771: column is empty (sometime returned void) - $table.fields was
7772: added for nameless tables
7773:
7774: * src/targets/cgi/getopt.c: - one warning resolved
7775:
7776: * src/main/pa_string.C: - potentian bug fixed
7777:
7778: * src/classes/op.C: - small optimization in taint/untaint
7779:
7780: 2009-07-13 misha
7781:
7782: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7783: added
7784:
7785: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7786: souldn't add the attribut to output
7787:
7788: 2009-07-11 misha
7789:
7790: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7791: stack size was increaced to 2MB (default=1MB)
7792:
7793: 2009-07-08 misha
7794:
7795: * src/main/pa_string.C: - link to UTF-8 description was added
7796:
7797: * src/include/pa_hash.h: - hash keeps element's order in more
7798: places (ex: ._keys[])
7799:
7800: * tests/220.html: - test for checking order of elements in hash in
7801: foreach was added
7802:
7803: * tests/172.html: - small changes in printing hash
7804:
7805: * tests/129.html: - small changes in printing hash
7806:
7807: * src/: include/pa_common.h, include/pa_hash.h,
7808: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7809: types/pa_vmethod_frame.h: - hash now keeps order of elements
7810:
7811: * tests/014.html: - small changes in printing hash
7812:
7813: 2009-07-07 misha
7814:
7815: * src/classes/op.C: - new taint language "parser-code" was added
7816:
7817: * tests/219.html: - test for auto untaint parser code in process
7818: was added
7819:
7820: * src/classes/op.C: - tainted pieces in body of process are
7821: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7822:
7823: * src/: include/pa_string.h, main/untaint.C: - new language
7824: L_PARSER_CODE for auto-untaint in process was added
7825:
7826: * src/: classes/file.C, classes/hash.C, classes/image.C,
7827: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7828: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7829: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7830: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7831: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7832: code cleanup
7833:
7834: 2009-07-06 misha
7835:
7836: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7837: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7838: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7839:
7840: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7841: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7842: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7843: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7844: should be used
7845:
7846: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7847: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7848: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7849: untaint_cstr[m] should be used
7850:
7851: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7852: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7853:
7854: * tests/218.html: - test for checking automatic file-spec-taint was
7855: added
7856:
7857: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7858: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7859: classes/file.C, classes/hash.C, classes/image.C,
7860: classes/string.C, classes/table.C, classes/void.C,
7861: classes/xdoc.C: - optimizations and simplification of
7862: string.cstr(...)
7863:
7864: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7865: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7866: - optimizations and simplification of string.cstr(...)
7867:
7868: 2009-07-04 misha
7869:
7870: * tests/217.html: - test for recursion detection was added
7871:
7872: * src/: types/types.vcproj, main/main.vcproj,
7873: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7874: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7875: from .vcproj
7876:
7877: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7878:
7879: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7880: uploading files and case-insensitive http-method were added
7881:
7882: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7883: tainted pattern in ^file:list[] was added
7884:
7885: 2009-07-03 misha
7886:
7887: * src/: classes/classes.vcproj, main/main.vcproj,
7888: types/types.vcproj, targets/cgi/parser3.vcproj,
7889: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7890: for dynamic_cast) - little options changes
7891:
7892: * src/main/pa_http.C: - file::load[http works now with uploading
7893: files _and_ changing $.charset
7894:
7895: 2009-06-29 misha
7896:
7897: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7898: while creating pattern
7899:
7900: 2009-06-25 misha
7901:
7902: * src/classes/image.C, operators.txt: - options' names for
7903: ^image.font were changed to $.space, $.width and $spacing -
7904: default space width now == gif's width
7905:
7906: 2009-06-24 misha
7907:
7908: * tests/215.html: - tests for $file.mode were added
7909:
7910: * operators.txt: - added info about $file.mode and changes in
7911: ^image.font[
7912:
7913: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7914: param now could be omited - third param now could be hash (with
7915: all widths options: $.space-width, $.letter-width) - it's
7916: possible to specify tracking ($.letter-space)
7917:
7918: * src/classes/file.C: - file objects now could have mode field
7919: (text|binary)
7920:
7921: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7922:
7923: 2009-06-23 misha
7924:
7925: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7926: trim can work with utf-8 chars now
7927:
7928: 2009-06-20 misha
7929:
7930: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7931: was implemented
7932:
7933: * src/classes/table.C: - string length cacheing was implemented
7934:
7935: * src/include/pa_string.h: - string length cacheing was implemented
7936:
7937: 2009-06-17 misha
7938:
7939: * src/main/execute.C: - value param was removed from
7940: WContext::WContext
7941:
7942: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7943: pa_wwrapper.h: - value param was removed from WContext::WContext
7944: - field wcontext was removed from VCodeFrame (using fparent
7945: instead)
7946:
7947: * tests/214.html: - test with hash copying
7948:
7949: 2009-06-16 misha
7950:
7951: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7952: strings doesn't work in expression anymore
7953:
7954: * src/main/execute.C: - less calls for get_constructing() - little
7955: refactoring
7956:
7957: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7958: include/pa_request.h: - less calls for get_constructing()
7959:
7960: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7961: introduced with OPTIMIZE_SINGLE_STRING optimization
7962:
7963: 2009-06-14 misha
7964:
7965: * src/: classes/date.C, classes/file.C, classes/hash.C,
7966: classes/hashfile.C, classes/image.C, classes/regex.C,
7967: classes/table.C, classes/xdoc.C, classes/xnode.h,
7968: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7969: types/pa_vstateless_class.h, main/execute.C: - create object for
7970: storing object's fields only for parser objects
7971:
7972: 2009-06-13 misha
7973:
7974: * buildall-with-xml, buildall-without-xml: - new option was added
7975: for building GC (it slightly reduces memory usage)
7976:
7977: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7978: single string write
7979:
7980: * src/main/execute.C: - bytecode optimization of ^class:constructor
7981: - optimization of single string write
7982:
7983: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7984: - bytecode optimization of ^class:constructor
7985:
7986: 2009-06-09 misha
7987:
7988: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7989: main (better compatibility)
7990:
7991: 2009-06-08 misha
7992:
7993: * src/main/compile.y: - I've forgot to commit it :(
7994:
7995: 2009-06-07 misha
7996:
7997: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7998: WITH_READ and WITH_ROOT
7999:
8000: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8001: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8002: WITH_ROOT - little refactoring
8003:
8004: 2009-06-06 misha
8005:
8006: * tests/213.html: - tests for 3rd match string-param were added
8007:
8008: * src/classes/string.C: - 3rd match param could be string now
8009:
8010: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8011: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8012: GET_OBJECT_ELEMENT
8013:
8014: 2009-06-05 misha
8015:
8016: * src/main/pa_http.C: - bugfix: content-length was not calculated
8017: if $.body was specified
8018:
8019: 2009-06-04 misha
8020:
8021: * src/classes/op.C: - optimizing write_assign_lang in connect
8022:
8023: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8024:
8025: * src/main/execute.C: - little refactoring - optimizing
8026: write_assign_lang in taint/untaint
8027:
8028: * src/include/pa_opcode.h: - little refactoring
8029:
8030: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8031: main/compile_tools.h, main/execute.C: - optimizations for
8032: $self.field, ^self.method, $self.field[...] and $self.field(...)
8033: were added
8034:
8035: 2009-06-03 misha
8036:
8037: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8038:
8039: 2009-06-02 misha
8040:
8041: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8042: include/pa_opcode.h: - refactoring in last optimizations
8043: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8044: now but code is much easy and it is ready for further
8045: improvements.
8046:
8047: 2009-05-27 misha
8048:
8049: * src/: types/pa_junction.h, types/pa_vjunction.C,
8050: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8051: changed in destructing junctions
8052:
8053: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8054: String:Body
8055:
8056: 2009-05-26 misha
8057:
8058: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8059: one method detect_charset was deleted - bug was fixed in this
8060: method (error while detecting charset in content_type withot last
8061: ';')
8062:
8063: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8064: once
8065:
8066: 2009-05-25 misha
8067:
8068: * src/classes/file.C: - bugfix: file::exec didn't work after
8069: optimizing of helper_length
8070:
8071: 2009-05-24 misha
8072:
8073: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8074: were added - little refactoring
8075:
8076: * src/main/execute.C: - core while printing in debug log
8077: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8078: optimisations were added
8079:
8080: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8081: were added
8082:
8083: 2009-05-23 misha
8084:
8085: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8086: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8087: CORD_cat optimization
8088:
8089: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8090: - call constr optimisation under separate define now
8091:
8092: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8093: in $b should be string, not void
8094:
8095: * src/main/compile.y: - little fix for rem-cut optimisation
8096:
8097: * src/: include/pa_opcode.h, main/compile_tools.C,
8098: main/compile_tools.h, main/execute.C: - optimisations for
8099: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8100:
8101: * INSTALL: - description of some #defined were added
8102:
8103: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8104: before 1st access (memory usage is reduced if don't access to
8105: .text field)
8106:
8107: * src/include/pa_array.h: - array grows step now not static (it
8108: reduces numbers of reallocs)
8109:
8110: 2009-05-20 misha
8111:
8112: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8113: $.b(2), $c[d] and $.e[f] was added
8114:
8115: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8116: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8117: $.e[f] was added
8118:
8119: * src/main/execute.C: - debug printing moved in defines
8120:
8121: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8122: and little refactoring for OP_GET_OBJECT_ELEMENT +
8123: OP_GET_OBJECT_VAR_ELEMENT optimisation
8124:
8125: 2009-05-19 misha
8126:
8127: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8128: execute.C: - $a.$b & ^a.$b bytecode optimisation
8129:
8130: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8131: ^a.$b optimisation)
8132:
8133: * src/main/compile.y: - compiler now generate new opcodes:
8134: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8135: ^a.b - compiler now cut off ^rem{ with all content ; any number
8136: of params }
8137:
8138: * src/main/execute.C: - code for handle new opcodes
8139: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8140:
8141: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8142: added for LA2V and LA2S
8143:
8144: * src/include/pa_opcode.h: - new defines which can be used for
8145: disable some bytecode optimisation and new opcodes were added
8146:
8147: 2009-05-17 misha
8148:
8149: * src/lib/cord/cordxtra.c: - bugfix.
8150:
8151: * tests/212.html: - .size[] and .study_size[] were added to tests
8152:
8153: * operators.txt: - info about regex class was added
8154:
8155: * tests/212.html: - tests for regex class were added
8156:
8157: 2009-05-16 misha
8158:
8159: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8160: gc7.1
8161:
8162: * tests/022.html: - test for ^file:list[path;] (empty second param)
8163: was added
8164:
8165: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8166: param) should work
8167:
8168: 2009-05-15 misha
8169:
8170: * src/classes/table.C: - automatically disable stringstream usage
8171: on freebsd4
8172:
8173: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8174: scope
8175:
8176: * tests/211.html: - test with different types of access to hash was
8177: added
8178:
8179: * tests/210.html: - test which checks for loosing tainting in
8180: hash's keys was added
8181:
8182: * tests/208.html: - some parser work added. or stime == 0 %-)
8183:
8184: * src/lib/cord/cordbscs.c: - little hack was added to cord
8185:
8186: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8187:
8188: * src/include/pa_version.h, configure.in: - moko have made a lot of
8189: optimisations for increacing version number more dramatically :)
8190:
8191: * src/classes/date.C: - little refactoring: use constructor which
8192: accepts formated string
8193:
8194: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8195: which can print formatted string was added
8196:
8197: 2009-05-14 misha
8198:
8199: * src/include/pa_string.h: - type was fixed
8200:
8201: * src/: classes/hashfile.C, classes/op.C,
8202: include/pa_cache_managers.h, include/pa_charset.h,
8203: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8204: include/pa_request.h, include/pa_sql_driver_manager.h,
8205: include/pa_string.h, include/pa_stylesheet_manager.h,
8206: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8207: main/pa_charsets.C, main/pa_string.C,
8208: main/pa_stylesheet_connection.C, types/pa_value.h,
8209: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8210: types/pa_vobject.C, types/pa_vstateless_class.C,
8211: types/pa_vstateless_class.h: - hash_code caching was implemented
8212: (seaches should be faster now)
8213:
8214: * src/: classes/file.C, classes/hash.C, classes/image.C,
8215: classes/string.C, classes/table.C, include/pa_string.h,
8216: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8217: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8218: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8219: types/pa_vrequest.C: - String constructors don't have that stupid
8220: true/false param which means 'tainted'. they accept lang instead.
8221:
8222: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8223: with OPTIMIZE_RESULT
8224:
8225: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8226: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8227:
8228: 2009-05-13 misha
8229:
8230: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8231: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8232: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8233: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8234: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8235: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8236: include/pa_string.h, classes/date.C, classes/file.C,
8237: classes/hash.C, classes/image.C, classes/string.C,
8238: classes/table.C, classes/xdoc.C: - result optimisation -
8239: helper_length parameter removed from string constructors
8240:
8241: 2009-05-11 misha
8242:
8243: * tests/209.html: - tests for ^hash::create[hash] were added
8244:
8245: * tests/208.html: - tests for $status:rusage, $status:memory,
8246: ^memory:compact[] were added
8247:
8248: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8249: log10 were added
8250:
8251: * tests/206.html: - test for try with finally was added
8252:
8253: 2009-05-10 misha
8254:
8255: * tests/205.html: - test for ^file::create[...] was added
8256:
8257: * tests/204.html: - test for ^response:clear[] was added
8258:
8259: * tests/038.html: - tests for trigonometric functions were added
8260:
8261: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8262: added - more tests for .add, .sub, .union, .intersects and
8263: .intersections
8264:
8265: * tests/065.html: - test for ^file:dirname was added
8266:
8267: * tests/030.html: - test for $cookie:fields was added
8268:
8269: * tests/203.html: - test for ^h._keys[column name] was added
8270:
8271: * tests/201.html: - tests for .trim were added
8272:
8273: * tests/202.html: - tests for last-day,
8274: date:calendar[type](YYYY;MM;DD) were added
8275:
8276: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8277: .offset[type](N) were added
8278:
8279: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8280: and .pos[c](N) were added
8281:
8282: * tests/141.html: - test for math:sha1 was added
8283:
8284: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8285:
8286: 2009-05-09 misha
8287:
8288: * src/main/compile.y: - rollback
8289:
8290: 2009-05-05 misha
8291:
8292: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8293: replaced by is_empty()
8294:
8295: * src/: include/pa_string.h, main/pa_charset.C: - little
8296: optimisation: somewhere length() was replaced by is_empty()
8297:
8298: * src/classes/table.C: - little optimisation: somewhere length()
8299: was replaced by is_empty()
8300:
8301: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8302: classes/op.C, classes/table.C, main/pa_exception.C: - little
8303: optimisation: somewhere length() was replaced by is_empty()
8304:
8305: 2009-05-04 misha
8306:
8307: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8308: types/pa_vstateless_class.h, main/execute.C,
8309: include/pa_request.h, classes/hash.C, classes/op.C,
8310: classes/table.C: - more optimisations were added: some operators
8311: don't switch write context anylonger
8312:
8313: 2009-05-01 misha
8314:
8315: * src/main/compile.y: - slightly more opcode optimisations for
8316: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8317:
8318: * src/main/execute.C: - simplifying process for getters
8319:
8320: 2009-04-30 misha
8321:
8322: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8323:
8324: * tests/results/199.processed: - test for checking $result into
8325: ^rem was added
8326:
8327: * tests/199.html: - test for checking $result into ^rem was added
8328:
8329: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8330: some OS it returns list in different order)
8331:
8332: * src/: include/pa_array.h, include/pa_request.h,
8333: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8334: changes in stack impl - get_element() optimisation: 3rd param
8335: removed - bugfix: problems with reading empty input param -
8336: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8337:
8338: * tests/results/198.processed: - test for reading empty local var
8339: was added
8340:
8341: * tests/198.html: - test for reading empty local var was added
8342:
8343: 2009-04-29 misha
8344:
8345: * src/main/compile.y: - bugfix: couldn't compile because
8346: OP_VALUE__GET_ELEMENT should be unde #ifdef
8347:
8348: * src/: include/pa_array.h, include/pa_opcode.h,
8349: include/pa_request.h, main/compile.y, main/execute.C,
8350: main/pa_request.C, types/pa_vmethod_frame.C,
8351: types/pa_vmethod_frame.h: - we can work without opcode
8352: OP_STORE_PARAM, so it was removed
8353:
8354: 2009-04-28 misha
8355:
8356: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8357: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8358: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8359: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8360: 4.
8361: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8362:
8363: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8364:
8365: * src/: main/pa_string.C, classes/string.C: - !length() =>
8366: is_empty()
8367:
8368: 2009-04-27 misha
8369:
8370: * src/types/pa_vregex.h: - back explicit vars initialisation
8371:
8372: 2009-04-24 misha
8373:
8374: * src/classes/string.C: - ups. typo fixed
8375:
8376: * src/main/execute.C: - more replacements '*new VBool' to
8377: 'VBool::get' - checks for ^break[], ^continue[] and
8378: parser.interrupted were optimised
8379:
8380: * src/classes/string.C: - number of params.count() calls was
8381: slightly reduced
8382:
8383: 2009-04-23 misha
8384:
8385: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8386: make it x64 friendly
8387:
8388: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8389: parser is x64 friendly now
8390:
8391: 2009-04-22 misha
8392:
8393: * src/types/pa_vhashfile.C: - coder friendly exception about
8394: exceeding record size was added
8395:
8396: * src/classes/file.C: - use vregex object instead of direct calls
8397: methods from pcre lib
8398:
8399: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8400: classes/string.C: - use vregex object instead of direct calls
8401: methods from pcre lib
8402:
8403: * src/: include/pa_common.h, main/pa_common.C: - method
8404: print_pcre_exec_error_text was moved to class vregex
8405:
8406: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8407: was added
8408:
8409: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8410: - class vregex was added
8411:
8412: 2009-04-21 misha
8413:
8414: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8415:
8416: * src/: types/pa_junction.h, types/pa_value.C,
8417: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8418: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8419: junction-optimisation (destructors)
8420:
8421: * src/include/pa_array.h: - free under if now
8422:
8423: 2009-04-19 misha
8424:
8425: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8426:
8427: 2009-04-18 misha
8428:
8429: * src/include/pa_version.h:
8430: :q :
8431:
8432: CV:
8433: ----------------------------------------------------------------------
8434:
8435: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8436: refactoring
8437:
8438: * src/: include/pa_array.h, include/pa_hash.h,
8439: types/pa_vmethod_frame.h: - destructors under #ifdef now
8440:
8441: * src/include/pa_memory.h: - define for using destructors was added
8442:
8443: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8444: main/execute.C: - some junctions will be cached now
8445:
8446: * src/include/pa_hash.h: - hash destructor frees pairs now
8447:
8448: * src/include/pa_array.h: - inline was added to destructor
8449:
8450: * src/types/pa_method.h: - comment was changed
8451:
8452: 2009-04-17 misha
8453:
8454: * src/: include/pa_array.h, include/pa_hash.h,
8455: types/pa_vmethod_frame.h: - destructors were added
8456:
8457: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8458: renamed to always_use_result
8459:
8460: * src/main/: compile.y, compile_tools.h: - rollback changes in
8461: compiler: full backward compatibility is better
8462:
8463: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8464: result in var's hash
8465:
8466: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8467: optimisation in method_frame
8468:
8469: * src/include/pa_array.h: - optimisation in array (allocate
8470: elements only when needed)
8471:
8472: * src/types/pa_vresponse.C: - check for $response:headers field
8473: before looking at custom fields
8474:
8475: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8476: not needed to check existance var with name 'result' in var's
8477: hash
8478:
8479: * src/main/compile.y: - compiler was changed: now it detects
8480: writings to $result and set flag writo_to_result in method
8481:
8482: * src/classes/string.C: - little optimisation: no needed to write
8483: number with lang
8484:
8485: * src/main/pa_charset.C: - methods readChar and skipChar which is
8486: used for read utf8-strings were renamed - is_escaped was renamed
8487: to isEscaped (to the same name convention)
8488:
8489: * src/: types/pa_method.h, main/compile_tools.h: - flag
8490: write_to_result added. compiler get this info from code.
8491:
8492: 2009-04-16 misha
8493:
8494: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8495: String only before 1st write
8496:
8497: * src/include/pa_string.h: - not needed template removed
8498:
8499: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8500: types/pa_vjunction.C, types/pa_vproperty.C,
8501: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8502: main/pa_request.C, classes/bool.C, classes/double.C,
8503: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8504: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8505: bool objects)
8506:
8507: 2009-04-15 misha
8508:
8509: * src/lib/cord/cordxtra.c: - more optimisation
8510:
8511: * src/: include/pa_string.h, main/untaint.C: - String::append
8512: optimisation
8513:
8514: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8515: then get and can sometime be used)
8516:
8517: * src/main/pa_string.C: - String::length optimisation
8518:
8519: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8520: these methods read different strings
8521:
8522: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8523: fresult_initial_void removed + some optimisation - if $result
8524: defined we don't write to context anymore
8525:
8526: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8527: need just skip char)
8528:
8529: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8530: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8531: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8532:
8533: * src/types/pa_vvoid.h: - added get() method for retreave one
8534: instance
8535:
8536: 2009-04-11 misha
8537:
8538: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8539:
8540: * tests/197.html: - test for parser://test in xml was added
8541:
8542: * src/classes/string.C: - small optimisation
8543:
8544: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8545: optimisation
8546:
8547: 2009-04-10 misha
8548:
8549: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8550: to pcre-7.8
8551:
8552: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8553:
8554: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8555: added
8556:
8557: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8558: $request:CLASS_NAME were added
8559:
8560: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8561: were added
8562:
8563: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8564: $env:CLASS_NAME were added
8565:
8566: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8567: '@todo' now
8568:
8569: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8570: compirer
8571:
8572: * src/main/pa_string.C: - little code cleanup
8573:
8574: * src/main/pa_common.C: - describe one more UTF-8 related error
8575: during PCRE compile/execute
8576:
8577: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8578: normalizing todo-comments: '@todo' now
8579:
8580: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8581:
8582: * src/main/pa_charset.C: - type changed for making compiler happy
8583:
8584: 2009-03-10 misha
8585:
8586: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8587: in main()
8588:
8589: 2009-02-01 misha
8590:
8591: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8592: boundary
8593:
8594: 2009-01-25 misha
8595:
8596: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8597:
8598: * src/classes/file.C: - more changes for parsing different number
8599: of params for file::load
8600:
8601: * tests/193.html: - tests for exception while base64-decode binary
8602: to string was added
8603:
8604: * tests/192.html: - tests for file::load with different number of
8605: options
8606:
8607: * src/classes/math.C: - ups. forgot '+1'
8608:
8609: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8610: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8611: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8612: (new option $.encode[multipart-form/data] should be specified) -
8613: $.method[] option for file::load now is not case-sensitive
8614:
8615: * src/: include/pa_string.h, main/untaint.C: - for file post the
8616: new taint language L_FILE_POST was added
8617:
8618: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8619: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8620: stuff was moved to separate files
8621:
8622: 2009-01-23 misha
8623:
8624: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8625: spaces to tabs were converted
8626:
8627: 2009-01-12 misha
8628:
8629: * src/main/pa_http.C: - value of $.method[] option force uppercased
8630: now
8631:
8632: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8633: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8634: their names
8635:
8636: * src/main/pa_common.C: - changes in formating
8637:
8638: * src/: classes/file.C, main/pa_http.C: - some constants changed
8639: their names
8640:
8641: * src/include/pa_http.h: - some spaces were converted to tabs
8642:
8643: * src/include/pa_common.h: - some constants changed their names
8644:
8645: * src/classes/file.C: - fixed 4-th paramether for file::load -
8646: little code rewriting
8647:
8648: * src/types/pa_vfile.C: - little code rewriting
8649:
8650: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8651: types/pa_value.h: - some formating changes
8652:
8653: * src/include/pa_common.h: - some formating spaces transformed to
8654: tabs
8655:
8656: * src/classes/string.C: - exception while base64-decode binary to a
8657: string
8658:
8659: 2009-01-11 misha
8660:
8661: * configure.in: - version changed to 3.3.1b
8662:
8663: 2008-09-05 misha
8664:
8665: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8666: release_3_3_0 on 2008-09-05 10:59:35 +0000
8667:
8668: 2008-09-04 misha
8669:
8670: * tests/: 130.html, 131.html: - these exceptions not typeless
8671: anymore
8672:
8673: * src/classes/op.C: - exception with 'invalid taint language' not
8674: typeless anylonger
8675:
8676: * src/classes/image.C: - some exceptions while operations with
8677: image not typeless anymore
8678:
8679: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8680: main/pa_exec.C, main/pa_http.C: - some exceptions while
8681: operations with files not typeless anymore
8682:
8683: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8684: types/pa_vdate.h: - exceptions while checking date range not
8685: typeless anymore
8686:
8687: * src/include/pa_exception.h: - exception type string for invalid
8688: date range was added
8689:
8690: 2008-09-03 misha
8691:
8692: * src/: classes/file.C, main/pa_string.C: - exception while pce
8693: operations not typeless anymore
8694:
8695: * src/include/pa_exception.h: - exception type for pce operations
8696: was added
8697:
8698: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8699: and .CLASS_NAME insite classes
8700:
8701: * src/classes/table.C: - don't save table header whiile
8702: ^table.save[append;filename] if file exists
8703:
8704: 2008-09-02 misha
8705:
8706: * src/main/compile.y, src/main/compile_tools.h,
8707: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8708: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8709: renamed to partial and it login changed: we must mark class as
8710: partial for allow their modifications in future.
8711:
8712: 2008-08-29 misha
8713:
8714: * tests/results/022.processed: - testing taint[regex] in mask for
8715: file:list
8716:
8717: * tests/022.html: - testing taint[regex] in mask for file:list
8718:
8719: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8720: for file:list was added
8721:
8722: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8723: file:list
8724:
8725: 2008-08-26 misha
8726:
8727: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8728: last derived object
8729:
8730: * src/classes/image.C: - many strings "image.format" replaced by
8731: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8732: understand some more exif tags
8733:
8734: * src/include/pa_exception.h: - string "image.format" was added
8735:
8736: 2008-08-21 misha
8737:
8738: * src/: main/pa_string.C, classes/file.C: - use method for print
8739: pcre_exec text error
8740:
8741: * src/main/pa_common.C: - method for print pcre_exec text error was
8742: added
8743:
8744: * src/include/pa_common.h: - method declaration for print pcre_exec
8745: text error was added
8746:
8747: 2008-08-19 misha
8748:
8749: * src/main/execute.C: - bugfix: opcodes must be in separate
8750: namespace while debug execution as well
8751:
8752: * tests/: 015.html, results/015.processed: - test for escaping some
8753: parser chars was added
8754:
8755: 2008-08-18 misha
8756:
8757: * tests/: 190.html, 190.p, results/190.processed: - test for
8758: $caller.self.field + default getter in one class was added
8759:
8760: * tests/: 189.html, results/189.processed: - test for
8761: ^date::create[date object]
8762:
8763: * tests/: 188.html, results/188.processed: - tests for match with
8764: UTF-8 strings
8765:
8766: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8767: ^string.match[]
8768:
8769: * ChangeLog: - parser 3.3.0 beta13
8770:
8771: 2008-08-15 misha
8772:
1.116 moko 8773: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8774: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8775: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8776: dftables.c: - old PCRE files removed
1.95 moko 8777:
8778: * src/lib/pcre/config.h: - configuration for PCRE library
8779:
8780: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8781: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8782:
8783: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8784: library and set flag UTF8 if $request:charset is UTF-8
8785:
8786: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8787: include/pa_config_fixed.h: - moved to new PCRE library
8788:
8789: * src/: main/main.vcproj, types/types.vcproj,
8790: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8791: win32\pcre instead of parser3\src\lib\pcre
8792:
8793: * src/: include/pa_opcode.h, include/pa_operation.h,
8794: main/compile.C, main/compile.y, main/compile_tools.C,
8795: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8796: opcodes were moved to separate namespace
8797:
8798: 2008-08-14 misha
8799:
8800: * src/types/pa_vstateless_class.C: - newline at the end missed
8801:
8802: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8803: tainting
8804:
8805: 2008-08-11 misha
8806:
8807: * tests/: 187.html, 187.p, results/187.processed: - tests for
8808: $caller.self, $caller.self.field and $caller.self.field[value]
8809: were added
8810:
8811: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8812: runtime as well (for $caller.self)
8813:
8814: 2008-07-25 misha
8815:
8816: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8817: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8818: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8819: tests with international characters
8820:
8821: 2008-07-23 misha
8822:
8823: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8824: file::load[...;http://
8825:
8826: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8827: now everywhere in separate namespace
8828:
8829: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8830: for vars
8831:
8832: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8833: can be escaped by '^'
8834:
8835: 2008-07-22 misha
8836:
8837: * src/classes/string.C, tests/186.html: - names changes:
8838: escape=>js-escape, unescape=>js-unescape
8839:
8840: 2008-07-21 misha
8841:
8842: * tests/results/186.processed: - test for string escape/unescape
8843:
8844: * tests/186.html: - test for string escape/unescape
8845:
8846: * src/classes/string.C: - string has escape and unescape methods
8847: now
8848:
8849: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8850: added
8851:
8852: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8853: method-layers added (with different params)
8854:
8855: 2008-07-18 misha
8856:
8857: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8858: was added
8859:
8860: * tests/185.html: - test for ^str.pos[sub](offset) added
8861:
8862: * src/classes/string.C, src/classes/void.C, operators.txt: -
8863: ^string.pos[substr](offset) -- 2nd param accepted now
8864:
8865: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8866: strings
8867:
8868: 2008-07-17 misha
8869:
8870: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8871: helper length added for mid for small optimisation
8872:
8873: 2008-07-16 misha
8874:
8875: * tests/: 185.html, results/185.processed: - tests for
8876: length/left/right/mid/pos with utf-8 strings
8877:
8878: * src/classes/string.C: - left/right/mid/length/pos works fine for
8879: utf-8 strings
8880:
8881: * src/main/untaint.C: - comments removed
8882:
8883: * src/: include/pa_string.h, main/pa_string.C,
8884: include/pa_charset.h, main/pa_charset.C: - methods for working
8885: with pos/mid for strings in utf-8 were added
8886:
8887: 2008-07-15 misha
8888:
8889: * tests/: 184.html, results/184.processed: - test for case body as
8890: expression: $var(^switch(1){^case(1)(true)..})
8891:
8892: * src/classes/op.C: - case body can be expression now:
8893: $var(^switch(1){^case(1)(true)..})
8894:
8895: * tests/: results/183.processed, 183.html: - added test for testing
8896: new cookie encoding (%uXXXX)
8897:
8898: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8899: decoding for backward compatibility they decoded from %XX in
8900: request:charset too
8901:
8902: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8903: - cookie class now decode cookies before first access after last
8904: request:charset changing (as form class).
8905:
8906: * src/main/pa_charset.C: - added method escape for escaping cookies
8907: as %uXXXX - before transcode calculate required space for dest
8908: string. it reduce mem usage for transcode
8909:
8910: * src/include/pa_charset.h: - added method escape for escaping
8911: cookies as %uXXXX
8912:
8913: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8914: was added. will used for escaping cookies as %uXXXX
8915:
8916: * src/include/pa_common.h: - escape method has new option for skip
8917: converting '+' to a space char
8918:
8919: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8920: transcode - escape method has new option for skip converting '+'
8921: to a space char
8922:
8923: 2008-07-08 misha
8924:
8925: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8926: (no UE if more then 1 case matches anylonger) - optimization:
8927: doing searching.as_string() || searching.as_double() only once
8928:
8929: 2008-07-04 misha
8930:
8931: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8932: now ^date::create[date object] works
8933:
8934: * src/classes/string.C: - left and right added as aliases for start
8935: and end in ^string.trim[]
8936:
8937: 2008-07-03 misha
8938:
8939: * src/classes/file.C: - allow $.limit for file::sql as well
8940:
8941: * src/classes/file.C: - allow $.offset option for file::sql - force
8942: send limit=1 to query for use sql specifics authomatically
8943:
8944: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8945: if $.limit value if empty. autoconvert it as everywere
8946:
8947: 2008-07-02 misha
8948:
8949: * configure.in: - time to change version number to 3.3.0 %-)
8950:
8951: * src/include/pa_version.h: - time to change version number to
8952: 3.3.0 %-)
8953:
8954: 2008-06-26 misha
8955:
8956: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8957: $.limit(0) fixes
8958:
8959: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8960: - $.limit(0) fixes
8961:
8962: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8963: new API)
8964:
8965: * src/: include/pa_sql_driver_manager.h,
8966: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8967: classes/op.C: - document_root added
8968:
8969: * src/main/compile.tab.C: - error message was changed
8970:
8971: 2008-06-25 misha
8972:
8973: * src/main/compile.y: - error message was changed
8974:
8975: 2008-06-24 misha
8976:
8977: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8978:
8979: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8980: tests for @OPTIONS\nappend
8981:
8982: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8983:
8984: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8985:
8986: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8987:
8988: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8989: compile.y
8990:
8991: 2008-06-17 misha
8992:
8993: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8994: compilation: ^if(default){true. it's incorrect. must be
8995: exception}
8996:
8997: 2008-06-16 misha
8998:
8999: * tests/: 181.ent, 181.html, results/181.processed: - test for
9000: checking external reference loading with 'http://localhost'
9001: prefix while creating xdoc
9002:
9003: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9004: ^math:long2ip[] and ^math:ip2long[]
9005:
9006: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9007: added which use scalar stateless class method when user object
9008: used in scalar context - use get_scalar_value when user object
9009: requested in scalar context
9010:
9011: * src/main/pa_common.C: - size must be int but not size_t or we
9012: can't compare with 0 sprintf result
9013:
9014: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9015: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9016: with internal switch between local/global vars
9017:
9018: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9019: specified
9020:
9021: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9022: pa_vstateless_object.h: - stateless class and object now has
9023: private scalar field and getter/setter for working with it
9024:
9025: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9026: moved to inet static class
9027:
9028: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9029: class added (^inet:aton[IP], ^inet:ntoa(number))
9030:
9031: * tests/: 180.html, results/180.processed: - tests for
9032: ^math:long2ip(long) and ^math:ip2long[IP]
9033:
9034: * src/classes/math.C: - ^math:ip2long[IP] added
9035:
9036: 2008-06-11 misha
9037:
9038: * src/main/pa_xml_io.C: - use file_read_text again because of we
9039: need cut BOM code and remove DOS newline chars. but don't
9040: transcode it anyway.
9041:
9042: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9043: main/pa_http.C: - option for disable transcoding while file_read
9044: and file_read_text added
9045:
9046: 2008-06-10 misha
9047:
9048: * tests/: 179.html, 179.p, results/179.processed: - test for many
9049: classes in 1 file
9050:
9051: * src/main/: compile.C, compile_tools.h: - compile return list of
9052: classes now.
9053:
9054: * src/main/: compile.y, compile.tab.C: - compile return list of
9055: classes now. internals.
9056:
9057: * src/main/pa_request.C: - compile return list of classes now. try
9058: call @conf and @auto for each returned class
9059:
9060: * src/include/pa_request.h: - compile return list of classes now
9061:
9062: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9063: return list of classes when compile buf)
9064:
9065: 2008-06-07 misha
9066:
9067: * src/main/pa_request.C: - constructing VRequest object with 3rd
9068: param -- form
9069:
9070: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9071: 3rd param: form. needed for get post_charset
9072:
9073: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9074: added
9075:
9076: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9077: types/pa_vform.C, types/pa_vform.h: - some polish
9078:
9079: 2008-06-06 misha
9080:
9081: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9082: charset and decode chars from it but not from response:charset
9083:
9084: * src/main/pa_http.C: - detect_charset moved out of here
9085:
9086: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9087: methods moved here - unescape_chars accepn one charset now
9088:
9089: * src/main/pa_http.C: - new constants used - don't allow
9090: $.content-type in ^file::load[;http://;$.method[POST]] - add
9091: charset info while ^file::load[;http://;$.method[POST]] - option
9092: $.omit-post-charset(true) added to ^file::load[;http://] for
9093: disabling charset during post
9094:
9095: * src/types/pa_vform.C: - new constants used
9096:
9097: * src/include/pa_common.h: - some constants were added
9098:
9099: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9100: instead of StrEqNc
9101:
9102: * src/main/pa_common.C: - new method for caseless search
9103: c-substring in c-string - use isxdigit instead of is_hex_digit
9104:
9105: * src/include/pa_common.h: - new method for caseless search
9106: c-substring in c-string
9107:
9108: 2008-06-05 misha
9109:
9110: * tests/results/178.processed: - test for testing default getter
9111:
9112: * tests/178.html: - test for testing default getter
9113:
9114: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9115: for test for testing default getter
9116:
9117: * src/main/execute.C: - default getter soul
9118:
9119: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9120: requested objects' field not found
9121:
9122: * src/types/pa_vclass.C: - register default getter if defined - get
9123: default getter if requested field not found
9124:
9125: * src/types/pa_vstateless_object.h: - method get_default_getter was
9126: added
9127:
9128: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9129: pointer to default getter and methods for get/set it were added
9130:
9131: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9132: auto_name field (for default getter)
9133:
9134: 2008-06-04 misha
9135:
9136: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9137: transcoding, no cutting BOM code, no fixing line breaks) and get
9138: it to libxml "as is"
9139:
9140: 2008-06-03 misha
9141:
9142: * src/main/pa_common.C: - use store_Char instead of
9143: transcodeCharFromUTF8
9144:
9145: * src/: include/pa_charset.h, main/pa_charset.C: - method
9146: store_Char added, transcodeCharFromUTF8 -- removed
9147:
9148: 2008-06-02 misha
9149:
9150: * tests/: results/177.processed, 177.html: - test for checking
9151: .[acm]date after local ^file::load[] was added
9152:
9153: * tests/: results/176.processed, 176.html: - test for checking
9154: @OPTION\locals + @method[vars][locals] added
9155:
9156: * tests/results/auto.p: - CLASS_PATH specified for checking use
9157:
9158: 2008-05-30 misha
9159:
9160: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9161: @OPTION\nlocals + @method[vars][;locals;] were added
9162:
9163: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9164: moved to separate method op_code - switch from VMethodFrame to
9165: VMethodFrameGlobal + VMethodFrameLocal
9166:
9167: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9168: was moved to separate method op_code
9169:
9170: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9171: VMethodFrame now
9172:
9173: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9174: all_vars_local as well
9175:
9176: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9177: pa_vmethod_frame_local.h, Makefile.am: - who children for
9178: VMethodFrame were added: one (global) works as VMethodFrame
9179: before and second (local) write all vars in self vars scope
9180:
9181: * src/types/pa_method.h: - method has bool flag all_vars_local now
9182:
9183: 2008-05-29 misha
9184:
9185: * tests/: 129.html, results/129.processed: - more tests for
9186: ^table.hash[]
9187:
9188: * src/classes/hash.C: - ^hash::sql has a new option:
9189: $.type[hash|string|table] as ^table.hash[] one.
9190:
9191: * src/classes/op.C: - ^try has 3rd param now: finally code which
9192: executed anyway after try or catch section
9193:
9194: 2008-05-27 misha
9195:
9196: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9197: must not fail if $.distinct(1) wasn't specified
9198:
9199: 2008-05-26 misha
9200:
9201: * src/classes/op.C: - allow ^throw[my type]
9202:
9203: 2008-05-22 misha
9204:
9205: * configure.in, configure: - version number updated to 3.2.4b
9206:
9207: * src/classes/: op.C, string.C: - trim format string before
9208: eval/format
9209:
9210: * tests/: results/175.processed, 175.html: - more tests for
9211: different format strings in .format[]
9212:
9213: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9214: as well (not only %XX)
9215:
9216: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9217: charset specified - checks for format before print number
9218: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9219: (instead of tabs) removed
9220:
9221: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9222: charset specified
9223:
9224: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9225: char in requested charset from utf code was added
9226:
9227: 2008-05-19 misha
9228:
9229: * tests/: 174.html, results/174.processed: - test for
9230: ^hashfile.cleanup[] added
9231:
9232: * src/classes/hashfile.C: - optimization: don't create any key or
9233: value variable if it's name weren't specified
9234: (^hf.foreach[;v]{...})
9235:
9236: 2008-05-16 misha
9237:
9238: * src/classes/hash.C: - optimization: don't create any key variable
9239: if variable name wasn't specified (^h.foreach[;v]{...})
9240:
9241: 2008-05-15 misha
9242:
9243: * src/classes/op.C: - small changes
9244:
9245: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9246:
9247: * src/classes/hash.C: - calculate var_context once before foreach
9248:
9249: 2008-05-14 misha
9250:
9251: * src/classes/hashfile.C: - incorrect vars context calculation for
9252: ^hashfile.foreach[;]{} fixed
9253:
9254: * src/classes/: hash.C, table.C: - little optimisation
9255:
9256: * src/classes/file.C: - bugfix: double absolute path while loading
9257: file
9258:
9259: * tests/: 174.html, results/174.processed: - tests for hashfile
9260: were added
9261:
9262: * buildall-with-xml: - moving to libxslt 1.1.24
9263:
9264: 2008-04-30 misha
9265:
9266: * src/classes/file.C: - stat file while loading (local only) so
9267: .adate, .mdate and .cdate available without additional ::stat
9268:
9269: 2008-04-28 misha
9270:
9271: * src/classes/file.C: - $.name and $.content-type available for
9272: stated file
9273:
9274: 2008-04-14 misha
9275:
9276: * src/targets/cgi/parser3.C: - new year in copyright %-)
9277:
9278: * src/include/pa_version.h: - new version number in head
9279:
9280: 2008-04-10 misha
9281:
9282: * tests/: 080.html, results/080.processed: - cut '0' from
9283: exponential part because of on diff OS it differ (20 or 020 for
9284: ex)
9285:
9286: * tests/: 119.html, results/119.processed: - check for encoding
9287: while creating xdoc
9288:
9289: 2008-04-09 misha
9290:
9291: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9292:
9293: * src/main/pa_common.C: - comment added
9294:
9295: * src/classes/date.C: - little refactoring
9296:
9297: 2008-04-07 misha
9298:
9299: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9300: style of ^table.save[]: prepare one big string and sabe it at
9301: once. it's safe on freebsd 4.x but use much more memory.
9302:
9303: * buildall-with-xml, buildall-without-xml: - option
9304: --disable-stringstream added (under comment. use it on freebsd
9305: 4.x)
9306:
9307: 2008-02-22 misha
9308:
9309: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9310: specified together in file::load[;http] - get back transcoding
9311: $.body[] in file::load[;http]
9312:
9313: 2008-02-21 misha
9314:
9315: * src/classes/date.C: - ^date.gmt-string[] was added
9316:
9317: * src/types/pa_value.C: - method for output date in RFC 822 format
9318: moved to pa_common.h
9319:
9320: * src/include/pa_common.h: - method for output date in RFC 822
9321: format moved here from pa_value.C
9322:
9323: * src/types/pa_vmail.C: - fixed core in sending mail with
9324: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9325:
9326: 2008-02-20 misha
9327:
9328: * src/main/pa_http.C: - transcode $.headers before escaping into
9329: specified charset while ^file::load[...;http://...] (L_URI
9330: instead of L_HTTP_HEADER) - $.cookies param available in
9331: ^file::load[;http://...] now (but we don't parse set-cookies from
9332: response yet) (cookies not transcoded as common $cookies)
9333:
9334: 2008-02-19 misha
9335:
9336: * src/main/pa_request.C: - rollback: we mustn't force taint
9337: $response:field values because in this case
9338: $response:locateion[http://...] don't works.
9339:
9340: 2008-02-15 misha
9341:
9342: * src/classes/op.C: - little refactoring
9343:
9344: * src/main/pa_http.C: - taint names of $.headers for load[;http
9345:
9346: * src/main/pa_request.C: - force taint values of $response:field
9347:
9348: 2008-02-14 misha
9349:
9350: * src/main/pa_request.C: - $response:field transcoded to
9351: $response:charset before escaping now
9352:
9353: * src/main/pa_http.C: - some outdated comments removed
9354:
9355: * src/classes/date.C: - lastdat -> last-day
9356:
9357: * src/classes/date.C: - ^date:lastday(year;month) and
9358: ^date.lastday[] were added - little code refactoring - comments
9359: changes
9360:
9361: * tests/: 159.html, results/159.processed: - test for number of
9362: days in February
9363:
9364: * src/types/pa_value.C: - fixes in code formatting
9365:
9366: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9367: and comments
9368:
9369: 2008-02-13 misha
9370:
9371: * src/main/pa_common.C: - bugfix for february at leap year
9372:
9373: 2008-01-28 misha
9374:
9375: * tests/: 160.html, results/160.processed: - more test for cache
9376: added
9377:
9378: * src/classes/op.C: - bugfix: cache body executed twice if contains
9379: unhandled exception
9380:
9381: 2008-01-25 misha
9382:
9383: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9384: bug when hashfile became inavailable after memory:compact)
9385:
9386: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9387:
9388: 2008-01-22 misha
9389:
9390: * src/classes/table.C: - little refactiring and exception texts
9391: changes in method ^table.hash[]
9392:
9393: * src/types/pa_vcookie.C: - link to cookie specification changed
9394:
9395: 2008-01-21 misha
9396:
9397: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9398: file::exec/cgi
9399:
9400: * src/classes/file.C: - bugfix: core while processing headers if
9401: executed cgi script don't return content
9402:
9403: 2008-01-18 misha
9404:
9405: * buildall-with-xml: - move to libxml2 version 2.6.31
9406:
9407: * src/include/pa_version.h, configure.in: - version number updated
9408: to '3.2.3b'
9409:
9410: 2007-12-28 misha
9411:
9412: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9413: hash.contains
9414:
9415: 2007-12-27 misha
9416:
9417: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9418: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9419: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9420: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9421: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9422: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9423: src/targets/cgi/parser3.vcproj,
9424: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9425: back to VS2003 because of Apache 1.3 module can't work if it was
9426: built in VS 2005. with cgi all file so VS2003 project files can
9427: be easy converted to the new format.
9428:
9429: 2007-12-04 misha
9430:
9431: * src/types/pa_vcode_frame.h: - changes in comment
9432:
9433: 2007-11-29 misha
9434:
9435: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9436: intercept strings any longer
9437:
9438: * tests/: 173.html, results/173.processed: - tests for
9439: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9440: but not in main code frame
9441:
9442: * tests/: 172.html, results/172.processed: - more tests for pass
9443: objects from code frames
9444:
9445: 2007-11-27 misha
9446:
9447: * tests/: 152.html, results/152.processed: - tests for converting
9448: strings 'true'/'false' to bool were added
9449:
9450: * tests/152.html: - added checks for converting strings
9451: 'true'/'false' to bool
9452:
9453: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9454: not only strings with numbers but with values 'true'/'false' as
9455: well
9456:
9457: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9458: for parser3.log increased
9459:
9460: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9461:
9462: * src/include/pa_common.h: - remove_crlf return cstring size now
9463:
9464: * src/include/pa_types.h: - constant with buffer size for
9465: parser3.log added
9466:
9467: 2007-11-16 misha
9468:
9469: * tests/cat.sh: - script for tests for file::exec/cgi
9470:
9471: * tests/171.html: - tests for file::exec/cgi
9472:
9473: * tests/results/171.processed: - tests results for file::exec/cgi
9474:
9475: 2007-11-15 misha
9476:
9477: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9478:
9479: * src/classes/file.C: - .body must be set before analyzing cgi
9480: headers
9481:
9482: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9483: only if exec/cgi return anything.
9484:
9485: 2007-11-14 misha
9486:
9487: * operators.txt: - info about new text|binary option for
9488: file::exec/cgi was added
9489:
9490: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9491: ^file:exec[[text|binary];script;...]
9492:
9493: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9494: classes/string.C, classes/table.C: - more text strings moved to
9495: the one place
9496:
9497: 2007-11-09 misha
9498:
9499: * src/types/pa_vrequest.C: - $request:argv must be taint
9500:
9501: * ChangeLog: - $request:argv [patch from Sumo]
9502:
9503: * operators.txt: - $request:argv
9504:
9505: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9506: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9507:
9508: 2007-10-25 misha
9509:
9510: * buildall-with-xml, buildall-without-xml: - options preparations
9511: for ./configure rewrited
9512:
9513: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9514: error occure in unhandled_exception finally fixed
9515:
9516: 2007-10-23 misha
9517:
9518: * tests/: 170.html, results/170.processed: - test for
9519: @method[][result]
9520:
9521: * operators.txt: - added info about node.prefix and
9522: node.namespaceURI
9523:
9524: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9525:
9526: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9527: added for node and attribute
9528:
9529: 2007-10-22 misha
9530:
9531: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9532:
9533: * src/main/pa_request.C: - added const content-transfer-encoding
9534:
9535: * src/include/pa_request.h: - added const content-transfer-encoding
9536: - ups. constants must be in lowercase (for search)
9537:
9538: * src/types/pa_vmail.C: - more constants used -
9539: content-transfer-encoding: 8bit added
9540:
9541: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9542:
9543: * src/include/pa_request.h: - more constants
9544:
9545: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9546: ommit anymore if $.content-disposition was specified - little
9547: refactoring
9548:
9549: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9550:
9551: 2007-10-17 misha
9552:
9553: * operators.txt: - info about
9554: table::create[nameless]{data}[>options<] was added
9555:
9556: * src/main/: compile.tab.C, compile.y: - if error occure while
9557: compile method don't put this method in methods table anymore.
9558: in other case the parser coredumped if @unhandled_exception
9559: method can't be compiled because of parser.compile error.
9560:
9561: * src/main/execute.C: - little code reformating
9562:
9563: * src/main/pa_request.C: - little code reformating - comment
9564: changed
9565:
9566: 2007-10-16 misha
9567:
9568: * tests/: 035.html, results/035.processed: - tests
9569: table::create[]{}[options] added
9570:
9571: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9572: options (only $.seperator[] yet)
9573:
9574: 2007-10-10 misha
9575:
9576: * src/classes/table.C: - some contstants moved to pa_common.h -
9577: some code changes
9578:
9579: 2007-10-02 misha
9580:
9581: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9582: then three time as much. but base64 encoding method still use
9583: less memory anyway.
9584:
9585: 2007-09-17 misha
9586:
9587: * operators.txt: - added info about $cookie:fields
9588:
9589: * src/types/pa_vcookie.C: - $cookie:fields available now
9590:
9591: * src/classes/hash.C: - some stuff for use with .for_each moved to
9592: common
9593:
9594: * src/include/pa_common.h: - some stuff for use with .for_each
9595: moved here
9596:
9597: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9598:
9599: 2007-09-14 misha
9600:
9601: * buildall-with-xml: - new xml libs again =)
9602:
9603: 2007-08-28 misha
9604:
9605: * operators.txt: - texts about ^table.columns[[column name]] and
9606: ^string.split[...][v][column name] were added
9607:
9608: * tests/: 168.html, 169.html, results/168.processed,
9609: results/169.processed: - tests for ^table.columns[[column name]]
9610: and ^string.split[...][v][column name] were added
9611:
9612: * src/classes/table.C: - new option ^table.columns[[column name]]
9613: was added
9614:
9615: * src/classes/string.C: - new option ^string.split[...;v;[column
9616: name]]
9617:
9618: * src/include/pa_exception.h: - error text message for
9619: ^hash._keys[], ^table.columns[] and ^string.split[]
9620:
9621: 2007-08-27 misha
9622:
9623: * src/main/untaint.C: - try to fix coredump on unix if print to
9624: body ^taint[sql][something] outside of connect
9625:
9626: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9627: outside of connect
9628:
9629: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9630: added (commented by default)
9631:
9632: 2007-08-20 misha
9633:
9634: * operators.txt: - comment about new method ^node.hasAttributes[]
9635: was added
9636:
9637: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9638: duplicated exception text strings were removed
9639:
9640: * src/include/pa_exception.h: - more exception text strings moved
9641: here
9642:
9643: * src/classes/table.C: - some duplicate exceptions' text strings
9644: removed
9645:
9646: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9647: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9648: removed
9649:
9650: * src/include/pa_exception.h: - some exception text strings movet
9651: to pa_exception
9652:
9653: * tests/: 149.html, results/149.processed: - test for
9654: ^xnode.hasAttributes[] was added - some code changes
9655:
9656: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9657: added
9658:
9659: 2007-08-17 misha
9660:
9661: * tests/: results/006.processed, results/059.processed, 006.html,
9662: 059.html: - more tests for match
9663:
9664: * tests/: 129.html, results/129.processed: - tests for
9665: ^table.hash[...][$.type[string|hash|table]] added
9666:
9667: * src/targets/cgi/parser3.C: - little syntax changes
9668:
9669: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9670: syntax changes
9671:
9672: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9673: messages in parser3.log switched off by default. If someone
9674: really still need it: use $SIGPIPE(1)
9675:
9676: 2007-08-08 misha
9677:
9678: * buildall-with-xml, buildall-without-xml: - remove libs source
9679: files by default since now
9680:
9681: 2007-08-07 misha
9682:
9683: * buildall-without-xml: - some option syntax changes
9684:
9685: * buildall-with-xml: - compile libxml2 without http support - some
9686: option syntax changes
9687:
9688: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9689:
9690: 2007-08-06 misha
9691:
9692: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9693:
9694: * tests/: 160.html, results/160.processed: - cache test was
9695: rewrited
9696:
9697: 2007-07-06 misha
9698:
9699: * tests/: 153.html, results/153.processed: - added test for
9700: ^math:sha1[string]
9701:
9702: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9703: transcoded
9704:
9705: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9706: were added
9707:
9708: 2007-06-28 misha
9709:
9710: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9711: some incorrect chars
9712:
9713: 2007-06-19 misha
9714:
9715: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9716: were moved on top because of gcc 4 had a problems during
9717: building.
9718:
9719: 2007-06-18 misha
9720:
9721: * tests/results/019.processed: - new image commited
9722:
9723: 2007-06-09 misha
9724:
9725: * src/classes/: op.C, table.C: - in while and table.select method
9726: as_expression used now
9727:
9728: * src/types/pa_vmethod_frame.h: - method as_expression was added
9729:
9730: 2007-06-08 misha
9731:
9732: * tests/: 166.html, results/166.processed: - test for
9733: ^match[...][n]
9734:
9735: * tests/: 165.html, results/165.processed: - tests for loops
9736:
9737: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9738: because of no speed/memory optimisation but some proglems with
9739: long cycles occure
9740:
9741: 2007-06-06 misha
9742:
9743: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9744: ^table.select(true) and ^table.select(1) didn't works because of
9745: awaiting junction-param only. fixed.
9746:
9747: 2007-05-24 misha
9748:
9749: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9750: with 0.5 secs interval
9751:
9752: * src/classes/op.C: - cache was rewrited. I hope it works with
9753: locking system now on unix
9754:
9755: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9756: system locks which wait till other threads release it but try get
9757: lock, if fail wait 1 sec and make 10 attempts.
9758:
9759: * src/include/pa_os.h: - consts for blocking locks + some comments
9760: were added
9761:
9762: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9763: opening files
9764:
9765: * src/classes/table.C: - changes in includes. if unclude <sstream>
9766: after our classes on unix it can't be build
9767:
9768: * src/types/pa_vhashfile.C: - not needed code removed
9769:
9770: 2007-05-23 misha
9771:
9772: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9773: include/pa_common.h: - cosmetic changes
9774:
9775: 2007-05-18 misha
9776:
9777: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9778: often. it's give some speed increasing
9779:
9780: * tests/results/160.processed: - returned time corrected
9781:
9782: * tests/160.html: - time increased because on unix 1 mean nothing
9783: :(
9784:
9785: * operators.txt: - added info about ^hash.contain[key]
9786:
9787: * src/classes/hash.C: - added ^hash.contain[key]
9788:
9789: * src/include/pa_hash.h: - added method for checking key exists in
9790: hash
9791:
9792: 2007-05-07 misha
9793:
9794: * src/include/pa_string.h: - was compilation error during build on
9795: freebsd4
9796:
9797: 2007-05-03 misha
9798:
9799: * src/classes/table.C: - option $.type[hash|string|table] was added
9800: for ^table.hash[]
9801:
9802: * src/classes/file.C: - comment removed
9803:
9804: 2007-04-26 misha
9805:
9806: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9807: real files doesn't opened in place anymore
9808:
9809: 2007-04-24 misha
9810:
9811: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9812:
9813: * src/include/pa_exception.h: "static" removed
9814:
9815: 2007-04-23 misha
9816:
9817: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9818:
9819: * src/classes/math.C: added: - ^math:ln(N) (the same as
9820: ^math:log(N)) - ^math:lg(N)
9821:
9822: * tests/: 097.html, results/097.processed: - charsets converstion
9823: during ^file::load[text;http://...] added
9824:
9825: * tests/: 164.html, results/164.processed: - check for set expires
9826: as a date
9827:
9828: * tests/: 164.html, results/164.processed: - test for hashfile
9829:
9830: * src/classes/hashfile.C: - little comment changes
9831:
9832: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9833: access
9834:
9835: * src/: classes/date.C, classes/double.C, classes/file.C,
9836: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9837: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9838: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9839: classes/xnode.h, include/pa_request.h, main/execute.C,
9840: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9841: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9842: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9843: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9844: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9845: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9846: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9847: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9848: "parser.runtime" strings were removed
9849:
9850: * src/classes/hashfile.C: - with .clear[] called files_delete()
9851: now.
9852:
9853: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9854:
9855: * src/include/pa_exception.h: - string constant with
9856: "parser.runtime" text was added
9857:
9858: 2007-04-20 misha
9859:
9860: * operators.txt: - some comments changing
9861:
9862: * operators.txt: - added info about .^hashfile.release[],
9863: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9864:
9865: * configure: =cheching for unsetenv
9866:
9867: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9868: ^hashfile.release[] were added
9869:
9870: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9871: ^string.match[][] understand new option now: return number of
9872: matches but not table wit results
9873:
9874: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9875: reopen now
9876:
9877: * src/classes/op.C: - bug. must be false
9878:
9879: * configure.in: - checking for unsetenv was added
9880:
9881: * src/types/pa_vform.C: - some comments
9882:
9883: 2007-04-18 misha
9884:
9885: * buildall-with-xml: moving to libxml2-2.6.28
9886:
9887: * buildall-with-xml, buildall-without-xml: added commented lines
9888: with --disable-safe-mode option
9889:
9890: * operators.txt: - info about $form:files
9891:
9892: 2007-04-17 misha
9893:
9894: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9895: $form:files was added
9896:
9897: * tests/: 163.html, results/163.processed: removing auto format
9898:
9899: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9900:
9901: 2007-04-16 misha
9902:
9903: * tests/: 163.html, results/163.processed: - test for .int[],
9904: floor, round, ceiling and .format[]
9905:
9906: * src/classes/file.C: - little optimization for getting args in
9907: exec/cgi
9908:
9909: 2007-04-13 misha
9910:
9911: * src/classes/file.C: - arguments for file::exec/cgi can be
9912: specified now as s table with one column
9913:
9914: 2007-03-27 misha
9915:
9916: * tests/: 162.html, results/162.processed: - test for
9917: ^table.select(^condition[$t])
9918:
9919: * tests/results/auto.p: - load windows-1251 charset for some tests
9920:
9921: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9922:
9923: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9924: 161_windows1251.txt: - added test for
9925: ^file::load[text;/local/file.txt;$.charset[...]]
9926:
9927: * tests/: results/013.processed, 013.html: - added test for
9928: checking $._default value while hash modifications
9929:
9930: * tests/: 160.html, results/160.processed: - add test for
9931: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9932:
9933: 2007-03-22 misha
9934:
9935: * src/include/pa_common.h: - "charset" string defined for
9936: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9937:
9938: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9939: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9940: added - not needed transcodes were removed from
9941: ^file::load[...;http://...]
9942:
9943: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9944: added
9945:
9946: * src/classes/date.C: - date.week was fixed
9947:
9948: * operators.txt: - added info about date.weekyear
9949:
9950: * tests/: 159.html, results/159.processed: - tests for date.week
9951: and date.weekyear added
9952:
9953: 2007-03-15 misha
9954:
9955: * src/classes/table.C: - enclose column numbers for nameless tables
9956: as well
9957:
9958: 2007-03-14 misha
9959:
9960: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9961:
9962: * src/classes/table.C: - table.save optimization: now required much
9963: less memory
9964:
9965: 2007-03-13 misha
9966:
9967: * tests/results/: 158.processed, 158.processes: - tests for
9968: table.save/table.load
9969:
9970: * tests/: 158.html, results/158.processes: - tests for
9971: table.save/table.load
9972:
9973: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9974:
9975: * buildall-with-xml: - pattern needed now for building
9976:
9977: * tests/results/097.processed: - added test results for xdoc::load
9978: & xdoc::load[http://...]
9979:
9980: * tests/097.html: - added test for xdoc::load
9981:
9982: 2007-03-12 misha
9983:
9984: * tests/: 107.html, results/107.processed: - added test for xpath
9985: '//man'
9986:
9987: 2007-03-01 misha
9988:
9989: * tests/: 097.html, results/097.processed: - added test for
9990: creating xdoc from file
9991:
9992: * tests/: results/157.processed, 157.html: - added test for
9993: file:move
9994:
9995: 2007-02-28 misha
9996:
9997: * src/classes/xdoc.C: - another attempt
9998:
9999: * src/classes/xdoc.C: - roll back last changes for a while
10000:
10001: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10002:
10003: * src/classes/file.C: - under lock we create non-exist dir anyway
10004:
10005: * tests/results/099.processed: - ever send content-disposition to
10006: client with file
10007:
10008: * tests/157.html: + test for file:copy
10009:
10010: 2007-02-26 misha
10011:
10012: * src/classes/file.C: - some similar strings moved to #define
10013: instead of to be copy/pasted many times
10014:
10015: * src/types/pa_vfile.h: - class name string ("file") moved to
10016: #define
10017:
10018: 2007-02-20 misha
10019:
10020: * configure.in: - added some strings for sqlite detection
10021:
10022: 2007-02-19 misha
10023:
10024: * operators.txt: - some comments changes
10025:
10026: * buildall-with-xml, buildall-without-xml: - some modifications
10027:
10028: 2007-02-17 misha
10029:
10030: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10031:
10032: * src/main/pa_request.C: - damn, i forgot to commit it while I
10033: change console behaviour
10034:
10035: 2007-02-12 misha
10036:
10037: * src/targets/cgi/parser3.C: - don't print headers if
10038: $console:line[data] was used during cgi execution.
10039:
10040: * src/types/pa_vconsole.h: - console class have bool flag now which
10041: marked as 'true' if class was used.
10042:
10043: * tests/: 152.html, results/152.processed: - more types was added
10044: to test 152
10045:
10046: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10047: adding 'bool' (^if($image){} caused exception)
10048:
10049: 2007-02-09 misha
10050:
10051: * tests/: 152.html, results/152.processed: - test alightly updated
10052:
10053: * tests/: 152.html, results/152.processed: - test rewrited
10054:
10055: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10056: bugfix. I broke xdoc & xnode in expression
10057:
10058: 2007-02-08 misha
10059:
10060: * tests/: 152.html, results/152.processed: - add test for checking
10061: 'def' for void, string, bool, int & double
10062:
10063: 2007-02-07 misha
10064:
10065: * operators.txt: - ^file:base64[filespec] was added
10066:
10067: * tests/results/153.processed: - result test for
10068: ^file:base64[filespec] was updated
10069:
10070: * tests/153.html: - test for ^file:base64[filespec] was added
10071:
10072: * src/types/pa_vconsole.h: - little optimization
10073:
10074: * src/classes/file.C: - ^file:base64[filespec]
10075:
10076: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10077:
10078: * src/include/pa_common.h: - declarations for
10079: ^file:base64[filespec]
10080:
10081: * src/types/pa_vcookie.C: - little optimization
10082:
10083: 2007-02-06 misha
10084:
10085: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10086: were temporary commented
10087:
10088: * src/types/pa_vbool.h: - bugfix
10089:
10090: * tests/156.html: - added test for bool cookie
10091:
10092: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10093:
10094: * tests/: 155.html, results/155.processed: - added test for check
10095: $.encloser[] option for table save/load
10096:
10097: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10098:
10099: 2007-02-05 misha
10100:
10101: * tests/results/152.processed: - newline at the end was missed
10102:
10103: * tests/results/141.processed: - math:md5 must be lowercased
10104:
10105: * src/targets/cgi/parser3.C: - 2007 in help ;)
10106:
10107: 2007-02-03 misha
10108:
10109: * tests/results/: 150.processed, 151.processed, 152.processed: -
10110: test for bool added and some content length fixes
10111:
10112: * tests/152.html: - test for bool added
10113:
10114: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10115:
10116: * operators.txt: - info bool class was added
10117:
1.116 moko 10118: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10119: classes/classes.vcproj, classes/double.C, classes/int.C,
10120: classes/string.C, classes/void.C, classes/xnode.C,
10121: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10122: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10123: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10124: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10125: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10126: types/types.vcproj: - bool class was added
10127:
10128: * src/main/pa_request.C: - fix
10129:
10130: 2007-01-18 misha
10131:
10132: * src/: main/pa_string.C, classes/string.C: - return table during
10133: ^string.match[][] even if no matched found.
10134:
10135: 2006-12-20 misha
10136:
10137: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10138: http://www.parser.ru/forum/?id=55598 ]
10139:
10140: 2006-12-19 misha
10141:
10142: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10143: details: http://www.parser.ru/forum/?id=52359
10144:
10145: * src/main/pa_request.C: - always set content-disposition for
10146: $response:body[hash here]. more details:
10147: http://www.parser.ru/forum/?id=52130
10148:
10149: 2006-12-07 misha
10150:
10151: * operators.txt: - added info about bool params in cookie set
10152:
10153: * src/types/pa_vcookie.C: - bool param in cookies available now
10154: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10155: ]
10156:
10157: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10158: was added
10159:
10160: 2006-12-02 misha
10161:
10162: * src/classes/file.C: - file_block_read used instead of native read
10163:
10164: * src/main/pa_common.C: - added file_block_read with read error
10165: detection - file_block_read used instead of native read
10166:
10167: * src/include/pa_common.h: - added file_block_read declaration
10168:
10169: 2006-12-01 misha
10170:
10171: * operators.txt: - info about $var.CLASS_NAME was added
10172:
10173: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10174: $var.CLASS_NAME added
10175:
10176: * operators.txt: - added info about ^file:copy[]
10177:
10178: * src/classes/file.C: - ^file:copy[from;fo] was added
10179:
10180: 2006-11-20 misha
10181:
10182: * src/classes/date.C: - bug fix :)
10183:
10184: 2006-11-17 misha
10185:
10186: * src/include/pa_common.h: - array in crc32 calculation was changed
10187: to static
10188:
10189: * src/main/pa_common.C: - little optimization in getMonthDays -
10190: small changes in crc32 calculation
10191:
10192: * src/classes/date.C: - not needed code was removed
10193:
10194: 2006-11-16 misha
10195:
10196: * src/types/pa_vmail.C: - fix missed brakes
10197:
10198: * src/types/pa_vmail.C: - mail:send now set content-type:
10199: multipart/related instead of multipart/mixed if file have
10200: $.content-id[]
10201:
10202: 2006-11-15 misha
10203:
10204: * src/types/pa_vdouble.h: abs -> fabs
10205:
10206: 2006-11-14 misha
10207:
10208: * operators.txt: - added info about ^file.md5[] and
10209: ^file:md5[file-name]
10210:
10211: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10212: added
10213:
10214: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10215: FILE_BUFFER_SIZE
10216:
10217: * src/classes/math.C: - hex_string was moved to pa_common.h
10218:
10219: * src/include/pa_common.h: - hex_string was moved from math.C -
10220: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10221:
10222: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10223: values was fixed
10224:
10225: 2006-11-13 misha
10226:
10227: * operators.txt: - added info about ^math:crc32[string],
10228: ^file:crc32[file-name] & ^file.crc32[]
10229:
10230: * src/classes/math.C: - added ^math:crc32[string]
10231:
10232: * src/classes/file.C: - some comments were changed - added
10233: ^file:crc32[file-name] and ^file.crc32[]
10234:
10235: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10236: crc32 calculation added
10237:
10238: 2006-11-03 misha
10239:
10240: * src/include/pa_array.h: - not needed variable removed
10241:
10242: * tests/: 150.html, 151.html, results/150.processed,
10243: results/151.processed: - 2 tests were added
10244:
10245: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10246: with $.reverse(1) were fixed
10247:
10248: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10249: query converted to $.charset during ^file::load[http://...]
10250:
10251: 2006-11-02 misha
10252:
10253: * src/include/pa_table.h: ups. forget '=' char
10254:
10255: * src/include/pa_table.h: - one more fix in
10256: .locate[...][$.reverse(1)]
10257:
10258: 2006-11-01 misha
10259:
10260: * src/classes/math.C: - bug fix, details:
10261: http://www.parser.ru/forum/?id=53360
10262:
10263: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10264: false for all records )[$.reverse(1)]
10265:
10266: * src/main/pa_http.C: - second param for this mid method is length
10267: but not end_index so this method has error and can't detect
10268: charsets in next content-types: Content-type: text/html;
10269: charset="windows-1251" Content-type: text/html;
10270: charset="windows-1251"; Content-type: text/html;
10271: charset=windows-1251;
10272:
10273: only Content-type: text/html; charset=windows-1251 was fine
10274:
10275: 2006-10-31 misha
10276:
10277: * src/classes/file.C: - empty args in file::exec removed now
10278:
10279: 2006-09-03 paf
10280:
10281: * src/classes/file.C: proper tainting of
10282: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10283:
10284: 2006-06-09 paf
10285:
10286: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10287:
10288: * src/classes/table.C: formatting
10289:
10290: * src/classes/table.C: incorporated patch from misha: Sent:
10291: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10292: ignoring string options for ^table.save[]
10293:
10294: * src/classes/hash.C: incorporated patch from misha Sent:
10295: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10296: $hash._default disappear while
10297:
10298: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10299: $.format[!uue|!base64] << new base64 option. default uue ] ]
10300:
10301: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10302: PM Subject: patch for base64 in ^mail:send[] %-)
10303:
10304: 2006-04-09 paf
10305:
10306: * src/main/compile.tab.C: ` change compiled
10307:
10308: * gnu.vcproj, operators.txt, parser3.sln,
10309: src/classes/classes.vcproj, src/classes/file.C,
10310: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10311: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10312: src/classes/xnode.C, src/include/pa_array.h,
10313: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10314: src/include/pa_memory.h, src/include/pa_request.h,
10315: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10316: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10317: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10318: src/lib/pcre/pcre_dftables.vcproj,
10319: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10320: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10321: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10322: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10323: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10324: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10325: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10326: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10327: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10328: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10329: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10330: src/types/pa_value.h, src/types/pa_vcookie.C,
10331: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10332: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10333: src/types/pa_vstatus.C, src/types/types.vcproj,
10334: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10335: ^menu, ^hash/hashfile.foreach
10336:
10337: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10338: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10339: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10340: src/classes/xnode.C, src/include/pa_array.h,
10341: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10342: src/include/pa_memory.h, src/include/pa_request.h,
10343: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10344: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10345: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10346: src/lib/pcre/pcre_dftables.vcproj,
10347: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10348: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10349: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10350: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10351: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10352: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10353: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10354: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10355: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10356: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10357: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10358: src/types/pa_value.h, src/types/pa_vcookie.C,
10359: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10360: src/types/pa_vstatus.C, src/types/types.vcproj,
10361: tests/descript.ion: ! switched to VS2005 (projects and
10362: object<info explicitly typed>.for_each(, info)) +
10363: $response:field[] setting void means removing + grammar $name`
10364: name stops now, for mysql `$field` + started ^break[]
10365: ^continue[], in ^for. TODO: to other iterators (while, menu,
10366: foreach) + all log messages += [uri=, method=, cl=]
10367:
10368: * buildall-with-xml: merged . ftp paths update
10369:
10370: * buildall-with-xml: . ftp paths update
10371:
10372: 2006-03-04 paf
10373:
10374: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10375: checks++ [thanks to Igor Zinkovsky for detailed report]
10376:
10377: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10378: Igor Zinkovsky for detailed report]
10379:
10380: 2006-03-01 paf
10381:
10382: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10383: \n to ' ' in
10384:
10385: 2006-02-18 paf
10386:
10387: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10388: \n to ' ' in
10389:
10390: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10391:
10392: 2006-02-03 paf
10393:
10394: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10395: base64
10396:
10397: * src/main/pa_common.C: ! bugfix: decoding from base64
10398:
10399: 2006-01-20 paf
10400:
10401: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10402: economy fix
10403:
10404: * src/classes/: table.C: merged from HEAD ! bugfix
10405: ^table.save[$.encloser-s now handled properly
10406:
10407: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10408: handled properly
10409:
10410: 2006-01-19 paf
10411:
10412: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10413: libgc:USE_MUNMAP activates merging of free memory blocks which
10414: helps a lot in our case: after transform we want
10415: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10416:
10417: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10418: economy fix
10419:
10420: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10421: activates merging of free memory blocks which helps a lot in our
10422: case: after transform we want CORD(main.result)->cstr[big
10423: malloc]->transcode[big malloc]
10424:
10425: 2006-01-17 paf
10426:
10427: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10428: before reading them. got rid of reallocs = became quicker and
10429: less fragmentated
10430:
10431: 2005-12-29 paf
10432:
1.116 moko 10433: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10434: configure, configure.in, src/include/pa_version.h,
10435: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10436: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10437: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10438: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10439: src/lib/ltdl/missing: . merged from 3.2.1
10440:
1.116 moko 10441: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10442: packaged when 'make dist', so do configure companion files in
10443: src/lib/ltdl
10444:
10445: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10446: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10447: missing: . now config_auto.h is created with configure [were
10448: constant]
1.95 moko 10449:
10450: * INSTALL: . references to documentation and some clarification
10451:
10452: * buildall-with-xml, buildall-without-xml: . farawell doc
10453: indication
10454:
1.116 moko 10455: * Makefile.am: . dist+=buildall*
1.95 moko 10456:
10457: 2005-12-28 paf
10458:
10459: * configure: . 3.2.1
10460:
10461: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10462: simplify build process, see INSTALL
10463:
10464: 2005-12-26 paf
10465:
10466: * configure: ver
10467:
10468: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10469: version
10470:
10471: 2005-12-21 paf
10472:
10473: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10474: compiled with bison 1.875b, it reports unexpected token names
10475:
10476: 2005-12-19 paf
10477:
10478: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10479: holds a link to xmlNode to prevent premature gc(xmlNode)
10480:
10481: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10482: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10483: src/main/main.vcproj, src/main/pa_globals.C,
10484: src/targets/cgi/parser3.vcproj,
10485: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10486: configure, configure.in, src/include/pa_version.h: . killing
10487: gdome [what a relief]
10488:
10489: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10490: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10491: run_parser.sh, results/001.processed, results/002.processed,
10492: results/003.processed, results/004.processed,
10493: results/005.processed, results/006.processed,
10494: results/008.processed, results/009.processed,
10495: results/010.processed, results/011.processed,
10496: results/012.processed, results/013.processed,
10497: results/014.processed, results/015.processed,
10498: results/016.processed, results/017.processed,
10499: results/018.processed, results/020.processed,
10500: results/021.processed, results/022.processed,
10501: results/023.processed, results/024.processed,
10502: results/025.processed, results/026.processed,
10503: results/027.processed, results/028.processed,
10504: results/029.processed, results/030.processed,
10505: results/031.processed, results/032.processed,
10506: results/033.processed, results/034.processed,
10507: results/035.processed, results/036.processed,
10508: results/037.processed, results/038.processed,
10509: results/039.processed, results/040.processed,
10510: results/041.processed, results/042.processed,
10511: results/043.processed, results/044.processed,
10512: results/045.processed, results/046.processed,
10513: results/047.processed, results/048.processed,
10514: results/049.processed, results/050.processed,
10515: results/051.processed, results/052.processed,
10516: results/053.processed, results/054.processed,
10517: results/055.processed, results/056.processed,
10518: results/057.processed, results/058.processed,
10519: results/059.processed, results/060.processed,
10520: results/061.processed, results/062.processed,
10521: results/063.processed, results/064.processed,
10522: results/065.processed, results/066.processed,
10523: results/067.processed, results/068.processed,
10524: results/069.processed, results/070.processed,
10525: results/071.processed, results/072.processed,
10526: results/073.processed, results/074.processed,
10527: results/075.processed, results/076.processed,
10528: results/077.processed, results/078.processed,
10529: results/079.processed, results/080.processed,
10530: results/081.processed, results/082.processed,
10531: results/083.processed, results/084.processed,
10532: results/085.processed, results/086.processed,
10533: results/087.processed, results/088.processed,
10534: results/089.processed, results/090.processed,
10535: results/091.processed, results/092.processed,
10536: results/093.processed, results/094.processed,
10537: results/095.processed, results/096.processed,
10538: results/097.processed, results/099.processed,
10539: results/100.processed, results/101.processed,
10540: results/102.processed, results/104.processed,
10541: results/105.processed, results/106.processed,
10542: results/107.processed, results/108.processed,
10543: results/109.processed, results/110.processed,
10544: results/111.processed, results/112.processed,
10545: results/113.processed, results/114.processed,
10546: results/115.processed, results/117.processed,
10547: results/119.processed, results/120.processed,
10548: results/121.processed, results/122.processed,
10549: results/123.processed, results/124.processed,
10550: results/125.processed, results/126.processed,
10551: results/127.processed, results/128.processed,
10552: results/129.processed, results/130.processed,
10553: results/131.processed, results/132.processed,
10554: results/133.processed, results/134.processed,
10555: results/135.processed, results/136.processed,
10556: results/138.processed, results/139.processed,
10557: results/140.processed, results/141.processed,
10558: results/142.processed, results/143.processed,
10559: results/144.processed, results/145.processed,
10560: results/146.processed, results/147.processed,
10561: results/148.processed, results/149.processed, results/auto.p: .
10562: now works if we turn off default auto.p
10563:
1.116 moko 10564: * configure: . makes
1.95 moko 10565:
10566: * src/types/pa_vxnode.C: . less warnings
10567:
10568: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10569: tests/145.html, tests/149.html, tests/descript.ion,
10570: tests/outputs/d.cmd, tests/results/142.processed,
10571: tests/results/143.processed, tests/results/144.processed,
10572: tests/results/145.processed, tests/results/146.processed,
10573: tests/results/147.processed, tests/results/148.processed,
10574: tests/results/149.processed: . removed .nodeValue from all node
10575: types other than 5 (grabbed piece from gdome)
10576:
10577: * tests/: 137.html, results/137.processed: . not handled this case
10578: yet. code does not hang from inserting parent into child,
10579: considering thing minor issue -- nodes are removed from source
10580: anyway, don't know why shold that be an error after all
10581:
10582: * src/targets/cgi/parser3.C: . style
10583:
10584: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10585: xdoc too [were barking "not element"]
10586:
10587: 2005-12-16 paf
10588:
10589: * tests/: 146.html, 147.html, 148.html: . more tests
10590:
10591: * src/classes/xnode.C: . also bark on possible errors
10592:
10593: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10594: props
10595:
10596: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10597: main/compile.y: merged from HEAD ! fixed overoptimized
10598: ^call(false) case. (confused it with ^call[] case)
10599:
10600: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10601: ^call(false) case. (confused it with ^call[] case)
10602:
10603: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10604:
10605: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10606: results/001.processed, results/002.processed,
10607: results/003.processed, results/004.processed,
10608: results/005.processed, results/006.processed,
10609: results/008.processed, results/009.processed,
10610: results/010.processed, results/011.processed,
10611: results/012.processed, results/013.processed,
10612: results/014.processed, results/015.processed,
10613: results/016.processed, results/017.processed,
10614: results/018.processed, results/019.processed,
10615: results/020.processed, results/021.processed,
10616: results/022.processed, results/023.processed,
10617: results/024.processed, results/025.processed,
10618: results/026.processed, results/027.processed,
10619: results/028.processed, results/029.processed,
10620: results/030.processed, results/031.processed,
10621: results/032.processed, results/033.processed,
10622: results/034.processed, results/035.processed,
10623: results/036.processed, results/037.processed,
10624: results/038.processed, results/039.processed,
10625: results/040.processed, results/041.processed,
10626: results/042.processed, results/043.processed,
10627: results/044.processed, results/045.processed,
10628: results/046.processed, results/047.processed,
10629: results/048.processed, results/049.processed,
10630: results/050.processed, results/051.processed,
10631: results/052.processed, results/053.processed,
10632: results/054.processed, results/055.processed,
10633: results/056.processed, results/057.processed,
10634: results/058.processed, results/059.processed,
10635: results/060.processed, results/061.processed,
10636: results/062.processed, results/063.processed,
10637: results/064.processed, results/065.processed,
10638: results/066.processed, results/067.processed,
10639: results/068.processed, results/069.processed,
10640: results/070.processed, results/071.processed,
10641: results/072.processed, results/073.processed,
10642: results/074.processed, results/075.processed,
10643: results/076.processed, results/077.processed,
10644: results/078.processed, results/079.processed,
10645: results/080.processed, results/081.processed,
10646: results/082.processed, results/083.processed,
10647: results/084.processed, results/085.processed,
10648: results/086.processed, results/087.processed,
10649: results/088.processed, results/089.processed,
10650: results/090.processed, results/091.processed,
10651: results/092.processed, results/093.processed,
10652: results/094.processed, results/095.processed,
10653: results/096.processed, results/097.processed,
10654: results/099.processed, results/101.processed,
10655: results/102.processed, results/104.processed,
10656: results/105.processed, results/106.processed,
10657: results/107.processed, results/108.processed,
10658: results/109.processed, results/110.processed,
10659: results/111.processed, results/112.processed,
10660: results/113.processed, results/114.processed,
10661: results/115.processed, results/116.processed,
10662: results/117.processed, results/118.processed,
10663: results/119.processed, results/120.processed,
10664: results/121.processed, results/122.processed,
10665: results/123.processed, results/124.processed,
10666: results/125.processed, results/126.processed,
10667: results/127.processed, results/128.processed,
10668: results/129.processed, results/130.processed,
10669: results/131.processed, results/132.processed,
10670: results/133.processed, results/134.processed,
10671: results/135.processed, results/136.processed,
10672: results/137.processed, results/138.processed,
10673: results/139.processed, results/140.processed,
10674: results/141.processed: . refreshed old tests, made them work
10675: without auto.p (in utf8) . things noted: . gif got encoded
10676: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10677: some strange year)
10678:
10679: * INSTALL: . revived linux libgc fix
10680:
10681: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10682: glib/gdome in INSTALL and patches]
10683:
10684: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10685: include/pa_charset.h, include/pa_config_includes.h,
10686: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10687: include/pa_xml_exception.h, lib/cord/Makefile.am,
10688: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10689: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10690: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10691: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10692: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10693: types/pa_vxnode.h: . started killing gdome
10694:
10695: 2005-12-13 paf
10696:
10697: * src/main/: pa_request.C: merged from HEAD ! when code in
10698: @unhandled_exception thrown another exception, print correct
10699: origin (earlier code in catch of exception inside of
10700: @unhandled_exception grabbed parent_frame(original_exception)
10701: origin and printed it, instead of true origin)
10702:
10703: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10704: another exception, print correct origin (earlier code in catch of
10705: exception inside of @unhandled_exception grabbed
10706: parent_frame(original_exception) origin and printed it, instead
10707: of true origin)
10708:
10709: 2005-12-09 paf
10710:
10711: * INSTALL: . updated INSTALL doc to work around linux stack base
10712: detection problem, due to change in gc6.4 code
10713:
10714: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10715: ignored in ^string.matched :(
10716:
10717: * src/main/pa_string.C: ! regex tainting were ignored in
10718: ^string.matched :(
10719:
10720: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10721: src/include/pa_config_fixed.h, src/include/pa_version.h,
10722: src/main/compile.y, src/main/compile_tools.h,
10723: src/main/pa_charset.C, src/main/pa_common.C,
10724: src/main/pa_globals.C, src/main/pa_string.C,
10725: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10726: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10727:
10728: 2005-12-08 paf
10729:
10730: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10731: 500 chars now handled OK [were wrapped on 500th char according to
10732: rfc, but sendmail failed to unwrap it properly]
10733:
10734: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10735: handled OK [were wrapped on 500th char according to rfc, but
10736: sendmail failed to unwrap it properly]
10737:
10738: * src/targets/isapi/parser3isapi.C: . less warnings
10739:
10740: * src/targets/isapi/parser3isapi.C: . undone some strange change
10741: since 3.1.5
10742:
10743: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10744: link fixes
10745:
10746: * src/: classes/date.C, include/pa_config_fixed.h,
10747: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10748: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10749: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10750:
10751: * src/include/pa_config_fixed.h: . removed outdated string origins
10752: [in current storage scheme there's no place for them. someday we
10753: can add third CORD to store origins and special version of parser
10754: which stores origins there [separate binary]]
10755:
10756: 2005-12-07 paf
10757:
10758: * src/targets/isapi/parser3isapi.C: . now links in release mode
10759:
10760: * src/include/pa_version.h: makefiles
10761:
10762: * src/include/pa_version.h: . not beta
10763:
10764: * configure, configure.in, src/include/pa_version.h: not beta
10765:
10766: 2005-12-06 paf
10767:
10768: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10769: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10770: decided to undo the change ^call[$void] passes void. now it will
10771: pass empty string again.
10772:
10773: * src/main/: compile.tab.C, compile.y: . version readded
10774:
10775: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10776: = ^switch[void] problem
10777:
10778: 2005-12-01 paf
10779:
10780: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10781: caused ^case[string] to be coerced to double since searching
10782: value were not string (it was vvoid)
10783:
10784: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10785: ^case[string] to be coerced to double since searching value were
10786: not string (it was vvoid)
10787:
10788: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10789: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10790:
10791: 2005-11-30 paf
10792:
10793: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10794: win32 must putenv("TZ="), on unix works only putenv("TZ")
10795:
10796: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10797: putenv("TZ="), on unix works only putenv("TZ")
10798:
10799: * INSTALL: . xml libs versions updated
10800:
10801: * src/main/pa_globals.C: //20051130 trying to remove this, author
10802: claims that fixed a lot there // 20040920 for now both
10803: workarounds needed. wait for new libxml/xsl versions
10804:
10805: 2005-11-28 paf
10806:
10807: * src/classes/table.C: merged from HEAD: ! nameless table has
10808: columns==0
10809:
10810: * src/classes/table.C: ! nameless table has columns==0
10811:
10812: * src/main/pa_http.C: merged from HEAD: ! status line check made
10813: earlier [was totally wrong]
10814:
10815: * src/main/pa_http.C: ! status line check made earlier [was totally
10816: wrong]
10817:
10818: 2005-11-25 paf
10819:
10820: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10821: undoing for now...
10822:
10823: * src/include/pa_version.h: -this reduces speed(table::load),
10824: strange. undoing
10825:
10826: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10827:
10828: * src/classes/op.C: + ^while(){}[SEPARATOR]
10829:
10830: * src/include/pa_array.h: + optimistics added: all arrays (table
10831: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10832: this speeds things up and saves memory a LOT! (not noticed
10833: negative effect on syntetic tests, future will tell...)
10834:
10835: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10836: changed gc_malloc implementation, which obscured profiling
10837:
10838: * src/classes/table.C: merged from HEAD: + optimized
10839: table::load/sql, now row ArrayString-s allocated with
10840: columns.count() elements and don't always grow from
10841: count=3[realloc,realloc]
10842:
10843: * src/classes/table.C: + optimized table::load/sql, now row
10844: ArrayString-s allocated with columns.count() elements and don't
10845: always grow from count=3[realloc,realloc]
10846:
10847: * src/classes/table.C: merged from HEAD: . ^table.save unused
10848: buffer after save
10849:
10850: * src/classes/table.C: . ^table.save unused buffer after save
10851:
10852: 2005-11-24 paf
10853:
10854: * configure.in: . merged glib2-config patch
10855:
10856: * configure.in: + trying to find glib2-config
10857:
10858: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10859: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10860: file/dir_readable to simple file/dir_exist, this would help in
10861: situations "class not found because .p file has bad rights" << in
10862: that case error would be explicit "access denied to 'this' file"
10863:
1.116 moko 10864: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10865:
10866: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10867: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10868: to simple file/dir_exist, this would help in situations "class
10869: not found because .p file has bad rights" << in that case error
10870: would be explicit "access denied to 'this' file"
10871:
10872: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10873: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10874: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10875: ^file::exec/cgi[script;$.charset[changed]
10876: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10877: encoded in $.charset charset
10878:
10879: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10880: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10881: encoded in $.charset charset
10882:
10883: * src/: include/Makefile.am, include/pa_common.h,
10884: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10885: main/pa_common.C, main/pa_http.C: . extracted http:// into
10886: separate file [preparation for
10887: ^file::cgi[script;$.form[$.field1[]
10888:
10889: 2005-11-22 paf
10890:
10891: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10892:
10893: * acinclude.m4, configure.in: . merged underquting fixes
10894:
1.116 moko 10895: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10896:
10897: * src/classes/op.C: . overmerged a little
10898:
10899: * src/main/compile.tab.C: Makefile
10900:
10901: * src/main/: pa_common.C: . less gcc warnings
10902:
10903: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10904: now reports original exception if we have no old cache
10905:
10906: * src/classes/op.C: + $exception.handled[cache] now reports
10907: original exception if we have no old cache
10908:
10909: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10910: from HEAD: + ^taint/untaint[regex] << escapes these:
10911: \^$.[]|()?*+{}
10912:
10913: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10914: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10915:
10916: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10917: getenv-ed variable, which does not work both on win32&unix.
10918: copied old TZ value now
10919:
10920: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10921: stored pointer to getenv-ed variable, which does not work both on
10922: win32&unix. copied old TZ value now
10923:
10924: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10925: getenv-ed variable, which does not work both on win32&unix.
10926: copied old TZ value now
10927:
10928: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10929: access to internal hash
10930:
10931: * src/types/pa_vresponse.C: + $response:headers access to internal
10932: hash
10933:
10934: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10935: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10936: isapi] this reduces number of "GC Warning: Repeated allocation of
10937: very large block" messages to only important onces
10938:
10939: * src/targets/isapi/parser3isapi.C: +
10940: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10941: isapi] this reduces number of "GC Warning: Repeated allocation of
10942: very large block" messages to only important onces
10943:
10944: * src/classes/string.C: merged from HEAD: + removed limitation on
10945: ^string/int/double:sql{}[$.default[({param style})] ]
10946:
10947: * src/classes/string.C: + removed limitation on
10948: ^string/int/double:sql{}[$.default[({param style})] ]
10949:
10950: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10951: with ?params or $.form option" limitation
10952:
10953: * src/main/pa_common.C: + removed "use either uri with ?params or
10954: $.form option" limitation
10955:
10956: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10957: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10958: ^file::base64[encoded] decode
10959:
10960: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10961: main/pa_common.C: + ^file.base64[] encode +
10962: ^file::base64[encoded] decode
10963:
10964: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10965: ^string:base64[encoded] decode
10966:
10967: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10968: ^string:base64[in] encode + ^string.base64[] decode
10969:
10970: 2005-11-21 paf
10971:
10972: * src/classes/file.C: + merged from HEAD:
10973: ^file::create[text;file.xml;^untaint[xml]{data}]
10974:
10975: * src/classes/file.C: +
10976: ^file::create[text;file.xml;^untaint[xml]{data}]
10977:
10978: * src/main/pa_request.C: ! merged: $response:body[file] now
10979: differes from :download, it does not return content-disposition
10980: at all now [previusely it returned valueless content-disposition]
10981:
10982: * src/main/pa_request.C: ! $response:body[file] now differes from
10983: :download, it does not return content-disposition at all now
10984: [previusely it returned valueless content-disposition]
10985:
10986: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10987: literals, reverted to just vvod, recreating empty array with each
10988: void_value token. that's absolutely needed, since that array
10989: grows
10990:
10991: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10992: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10993: types/pa_vmethod_frame.h: + merged: expression literals:
10994: true/false. ^format[$.indent(true)]
10995:
10996: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10997: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10998: types/pa_vmethod_frame.h: + expression literals: true/false.
10999: ^format[$.indent(true)]
11000:
11001: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11002: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11003: i386-pc-win32)"
11004:
11005: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11006: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11007: i386-pc-win32)"
11008:
11009: 2005-11-18 paf
11010:
11011: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11012: null}[$.default(123)] will now return default value
11013:
11014: * src/classes/op.C: + merged ^cache[] << returns current cache
11015: expiration time
11016:
11017: * src/classes/op.C: + ^cache[] << returns current cache expiration
11018: time
11019:
11020: * src/classes/table.C: ! merged ^table::create[not'nameless';
11021: failed << Exception.problem_source pointed to local var!
11022:
11023: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11024: Exception.problem_source pointed to local var!
11025:
11026: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11027: now loads VFile.ptr!=0, so such files can be saved now
11028:
11029: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11030: loads VFile.ptr!=0, so such files can be saved now
11031:
11032: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11033: only . and .. now removed from list [were removed all .*]
11034:
11035: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11036: .. now removed from list [were removed all .*]
11037:
11038: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11039: open error now checked, were not :( [stole that piece from apache
11040: 1.3 sources]
11041:
11042: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11043: checked, were not :( [stole that piece from apache 1.3 sources]
11044:
11045: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11046: untainting of @main result if returned by $result or
11047: $response:body
11048:
11049: * src/main/pa_request.C: ! ensured proper untainting of @main
11050: result if returned by $result or $response:body
11051:
11052: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11053: issue: now tries to guess content-length and allocates one big
11054: piece if possible [regretfully gc_realloc works as malloc+free,
11055: leaving lots of holes behind]
11056:
11057: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11058: fixed file load memory issue: now tries to guess content-length
11059: and allocates one big piece if possible [regretfully gc_realloc
11060: works as malloc+free, leaving lots of holes behind]
11061:
11062: 2005-11-16 paf
11063:
11064: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11065: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11066: table::save with enclosers now doubles them: "->"" !
11067: table::save/load do not remove elements from options hash
11068:
11069: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11070: [were overoptimized ^if(double_literal), compiler confused
11071: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11072:
11073: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11074: [were overoptimized ^if(double_literal), compiler confused
11075: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11076:
11077: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11078: main/pa_common.C: ! table::save with enclosers now doubles them:
11079: "->"" ! table::save/load do not remove elements from options hash
11080:
11081: 2005-11-03 paf
11082:
1.116 moko 11083: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11084: compilation, not all makefiles liked that
1.95 moko 11085:
11086: 2005-08-30 paf
11087:
11088: * src/classes/op.C: merge . speedup check of [DEFAULT]
11089:
11090: * src/classes/op.C: . speedup check of [DEFAULT]
11091:
11092: 2005-08-26 paf
11093:
11094: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11095:
11096: * src/: classes/date.C, types/pa_vdate.h: + date.week
11097:
11098: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11099: complains about bad!=nameless
11100:
11101: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11102: about bad!=nameless
11103:
11104: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11105: optional options were allowed to be empty. were checked
11106: if(is_string), changed to !defined||is_string to allow void
11107:
11108: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11109: classes/string.C, classes/table.C, classes/void.C: ! optional
11110: options were allowed to be empty. were checked if(is_string),
11111: changed to !defined||is_string to allow void
11112:
11113: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11114: as_junction where they needed as_int/double, so failed with
11115: recent "(const) now no junction" optimization
11116:
11117: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11118: merged ! many classes/* used as_junction where they needed
11119: as_int/double, so failed with recent "(const) now no junction"
11120: optimization
11121:
11122: * src/: classes/double.C, classes/int.C, classes/math.C,
11123: classes/op.C, classes/string.C, classes/table.C,
11124: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11125: used as_junction where they needed as_int/double, so failed with
11126: recent "(const) now no junction" optimization
11127:
11128: 2005-08-24 paf
11129:
11130: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11131: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11132: stripped it
11133:
11134: 2005-08-09 paf
11135:
11136: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11137: not cleared
11138:
11139: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11140: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11141: classes/hashfile.C, classes/image.C, classes/int.C,
11142: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11143: classes/response.C, classes/string.C, classes/table.C,
11144: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11145: include/pa_array.h, include/pa_cache_managers.h,
11146: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11147: include/pa_config_fixed.h, include/pa_config_includes.h,
11148: include/pa_dictionary.h, include/pa_dir.h,
11149: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11150: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11151: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11152: include/pa_request_charsets.h, include/pa_request_info.h,
11153: include/pa_sapi.h, include/pa_socks.h,
11154: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11155: include/pa_stack.h, include/pa_string.h,
11156: include/pa_stylesheet_connection.h,
11157: include/pa_stylesheet_manager.h, include/pa_table.h,
11158: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11159: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11160: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11161: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11162: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11163: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11164: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11165: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11166: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11167: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11168: main/pa_sql_driver_manager.C, main/pa_string.C,
11169: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11170: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11171: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11172: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11173: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11174: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11175: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11176: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11177: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11178: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11179: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11180: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11181: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11182: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11183: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11184: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11185: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11186: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11187: types/pa_vresponse.C, types/pa_vresponse.h,
11188: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11189: types/pa_vstateless_object.h, types/pa_vstatus.C,
11190: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11191: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11192: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11193: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11194: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11195:
11196: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11197: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11198: speedup consequent checks in vmethod_frame
11199:
11200: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11201: not cleared
11202:
11203: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11204: params: 50 max (were 10)
11205:
11206: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11207: params: 50 max (were 10)
11208:
11209: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11210: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11211: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11212: empty string) ! simplified (double) speedup consequent checks in
11213: vmethod_frame
11214:
11215: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11216: optimized constants in expressions vstring->vdouble + optimized
11217: ^call(vdouble), no junction creation, no calls later
11218:
11219: 2005-08-08 paf
11220:
11221: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11222: compile_tools.h: merged + optimized constants in expressions
11223: vstring->vdouble + optimized ^call(vdouble), no junction
11224: creation, no calls later
11225:
11226: * src/types/pa_vdouble.h: merged . double values without fractional
11227: part now default printed as %.0f instead of %g
11228:
11229: * src/types/pa_vdouble.h: . double values without fractional part
11230: now default printed as %.0f instead of %g
11231:
11232: * src/classes/hashfile.C: . merged ! second hashfile::open would
11233: cause an exception
11234:
11235: * src/classes/hashfile.C: ! second hashfile::open would cause an
11236: exception
11237:
11238: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11239: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11240: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11241: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11242: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11243: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11244: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11245: types/pa_vresponse.h, types/pa_vstateless_class.C,
11246: types/pa_vstateless_object.h, types/pa_vvoid.h,
11247: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11248: merged VJunction(new Junction) optimization from 3.1.4
11249:
11250: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11251: types/pa_vstateless_class.C: + optimized new VJunction(new
11252: Junction(params)) to new VJunction(params), thousands of mallocs
11253: removed
11254:
11255: 2005-08-05 paf
11256:
11257: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11258: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11259: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11260: creation, no calls later
11261:
11262: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11263: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11264: classes/hashfile.C, classes/image.C, classes/int.C,
11265: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11266: classes/response.C, classes/string.C, classes/table.C,
11267: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11268: include/pa_array.h, include/pa_cache_managers.h,
11269: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11270: include/pa_config_fixed.h, include/pa_config_includes.h,
11271: include/pa_dictionary.h, include/pa_dir.h,
11272: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11273: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11274: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11275: include/pa_request_charsets.h, include/pa_request_info.h,
11276: include/pa_sapi.h, include/pa_socks.h,
11277: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11278: include/pa_stack.h, include/pa_string.h,
11279: include/pa_stylesheet_connection.h,
11280: include/pa_stylesheet_manager.h, include/pa_table.h,
11281: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11282: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11283: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11284: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11285: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11286: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11287: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11288: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11289: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11290: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11291: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11292: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11293: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11294: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11295: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11296: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11297: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11298: types/pa_value.h, types/pa_vbool.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_vdate.h,
11301: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11302: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11303: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11304: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11305: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11306: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11307: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11308: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11309: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11310: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11311: types/pa_vstateless_object.h, types/pa_vstatus.C,
11312: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11313: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11314: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11315: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11316: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11317:
11318: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11319: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11320: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11321: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11322: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11323: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11324: optimized constants in expressions vstring->vdouble
11325:
11326: 2005-07-29 paf
11327:
11328: * src/types/pa_vclass.C: . shaped up error messages a bit
11329:
11330: * src/types/pa_vclass.C: + property getter can now be overridden
11331:
11332: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11333: bug fix: static parent fields were not replaced in case
11334: $derived:field[put] + property setter can now be overridden
11335:
11336: 2005-07-28 paf
11337:
11338: * configure, configure.in, src/classes/classes.h,
11339: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11340: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11341: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11342: src/classes/xnode.h, src/include/pa_hash.h,
11343: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11344: src/types/Makefile.am, src/types/pa_method.h,
11345: src/types/pa_value.h, src/types/pa_vclass.C,
11346: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11347: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11348: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11349: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11350: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11351: src/types/pa_vobject.C, src/types/pa_vobject.h,
11352: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11353: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11354: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11355: src/types/pa_vstateless_class.h,
1.95 moko 11356: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11357: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11358: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11359: dynamic_fields_join
11360:
11361: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11362: classes/xnode.C, include/pa_hash.h, main/execute.C,
11363: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11364: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11365: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11366: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11367: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11368: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11369: types/pa_vresponse.h, types/pa_vstateless_object.h,
11370: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11371: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11372: restored its checks in vobject.put_element->static fields |
11373: dynamic properties
11374:
11375: 2005-07-27 paf
11376:
11377: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11378: is some old code containing @set_name $name
11379:
11380: * src/types/pa_vobject.h: . fixed warning
11381:
11382: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11383: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11384:
11385: * src/: classes/xnode.C, include/pa_hash.h,
11386: types/pa_vstateless_class.C: ! new asserts were all false.
11387: regretfully reverted them all to checks
11388:
11389: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11390: classes/op.C, main/execute.C, types/pa_method.h,
11391: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11392: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11393: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11394: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11395: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11396: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11397: types/pa_vstateless_object.h, types/pa_vvoid.h,
11398: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11399: joined_dynamic_fields: removed unused param from put_method
11400: (returned to 3 params)
11401:
11402: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11403: joined_dynamic_fields: dynamic get/set works with overriding
11404: props [alpha2]
11405:
11406: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11407: works [alfa]
11408:
11409: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11410: classes/op.C, include/pa_hash.h, main/execute.C,
11411: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11412: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11413: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11414: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11415: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11416: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11417: types/pa_vresponse.h, types/pa_vstateless_class.C,
11418: types/pa_vstateless_object.h, types/pa_vvoid.h,
11419: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11420: joined_dynamic_fields: just compiled
11421:
11422: * src/: classes/date.C, classes/file.C, classes/hash.C,
11423: classes/hashfile.C, classes/image.C, classes/table.C,
11424: classes/xdoc.C, classes/xnode.h, main/execute.C,
11425: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11426: types/pa_vstateless_class.h: joined_dynamic_fields: started
11427:
11428: * src/types/pa_vobject.C: . object setters [only started, does not
11429: work yet]
11430:
11431: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11432: object setters [only started, does not work yet]
11433:
11434: 2005-07-26 paf
11435:
11436: * src/: include/pa_request.h, main/execute.C: . properties: set
11437: works [alpha2]. for classes. todo: for objects
11438:
11439: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11440: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11441: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11442: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11443: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11444: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11445: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11446: types/pa_vstateless_object.h, types/pa_vvoid.h,
11447: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11448: properties: set works [alpha1]
11449:
11450: 2005-07-25 paf
11451:
11452: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11453: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11454: properties: started, get works [alpha1, other approach]
11455:
11456: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11457: properties: started, get works [alpha2]
11458:
11459: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11460: pa_vstateless_class.h: . properties: started, get works [alpha]
11461:
11462: 2005-07-15 paf
11463:
11464: * src/: classes/classes.h, classes/op.C, main/execute.C,
11465: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11466: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11467: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11468: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11469: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11470: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11471: types/pa_vresponse.C, types/pa_vresponse.h,
11472: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11473: types/pa_vstateless_object.h, types/pa_vvoid.h,
11474: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11475: types/pa_wwrapper.h, types/types.vcproj: + started property
11476: [getters work but think of changing them too to precaching]
11477:
11478: 2005-07-08 paf
11479:
11480: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11481: gpf
11482:
11483: 2005-06-28 paf
11484:
11485: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11486: in passing empty strings to file::exec/cgi environment
11487:
11488: 2005-06-06 paf
11489:
11490: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11491: ^table:sql ^hash:sql now DO process $.bind option
11492:
11493: 2005-05-24 paf
11494:
11495: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11496: $.limit] now work again [support was broken in 3.1.4]
11497:
11498: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11499: ALL_INTERIOR_POINTERS
11500:
11501: 2005-05-12 paf
11502:
11503: * configure: 3.1.5beta
11504:
11505: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11506:
11507: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11508: $.limit] now work again [support was broken in 3.1.4]
11509:
11510: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11511: line-width [was refusing to fill if line-width >1, thanks to
11512: Seras <seras@pinxit.lt> for repro case
11513:
11514: 2005-04-25 paf
11515:
11516: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11517: correctly
11518:
11519: 2005-04-19 paf
11520:
11521: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11522: in VString violating invariant!!
11523:
11524: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11525: getenv("TZ")==null
11526:
11527: 2005-04-08 paf
11528:
11529: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11530: bugfix: when there is no char in charset one byte produces 6
11531: (ÿ <<max). increased buffer size!
11532:
11533: 2005-03-23 paf
11534:
11535: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11536: ^date.sql-string now takes TZ into account
11537:
11538: 2005-03-16 paf
11539:
11540: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11541: gcc 3.4
11542:
11543: * src/types/pa_vhash.C: . warning about eof eol
11544:
11545: 2005-02-17 paf
11546:
11547: * operators.txt, src/classes/op.C: + operator ^sleep(double
11548: seconds)
11549:
11550: 2005-02-02 paf
11551:
11552: * src/classes/xnode.C: beauty: removed needless includes
11553:
11554: 2005-01-31 paf
11555:
11556: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11557: $.partNoNumber now alias to $.part1
11558:
11559: * src/types/pa_vmail.C: change: incoming letter part contains
11560: "content-disposition" header with any value? now considering that
11561: part to be "file#" [for text/plain text/html were $.text#
11562: $.html#]
11563:
11564: * INSTALL: updatet to latest working versions available
11565:
11566: 2005-01-20 paf
11567:
11568: * configure.in, src/include/pa_version.h: version
11569:
11570: 2005-01-19 paf
11571:
1.116 moko 11572: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11573: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11574: couple warnings in parser3.C
1.95 moko 11575:
11576: 2004-12-23 paf
11577:
11578: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11579:
11580: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11581: dir to directory of script (when shbang used), not to directory
11582: of its interpreter
11583:
11584: * src/include/pa_version.h: compiled on win32...
11585:
11586: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11587: we need more hspace
11588:
11589: * configure, configure.in, src/include/pa_version.h: configured
11590: host to pa_version. will be displayed everywhere
11591:
11592: * src/main/pa_request.C: new: @unhandled_exception can prevent
11593: exception from being logged by setting $exception.handled(1)
11594:
11595: * operators.txt, src/classes/file.C: change:
11596: ^file::sql{query}[[options]] options: $.name[file name]
11597: $.content-type[application/what]
11598:
11599: * src/: include/pa_common.h, main/pa_common.C,
11600: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11601: new file
11602:
11603: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11604: bugfix: table->hash now regards _default
11605:
11606: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11607: created by accessing $name_of_method it acquired bad self=closest
11608: methodframe; instead of proper self (current class)
11609:
11610: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11611: hashfile produced bad cord
11612:
11613: 2004-12-10 paf
11614:
11615: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11616: subsequent failures though defined in .h
11617:
11618: * src/main/pa_common.C: comment on volatile
11619:
11620: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11621: alarm function were not used since the beginning due to stupid
11622: error [setsigjmp were not checked in configure.in]
11623:
11624: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11625: unix too
11626:
11627: * src/main/pa_common.C: http: exception status of send/recv errors
11628: change to most probable http.timeout
11629:
11630: * src/main/pa_common.C: win32: http connection $.timeout option now
11631: works [setsockopt on send/receive]
11632:
11633: 2004-12-08 paf
11634:
11635: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11636: cstr-ed knowing mail charset, and untainting uri lang now knows
11637: proper charset
11638:
11639: 2004-11-24 paf
11640:
11641: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11642:
11643: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11644: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11645:
11646: 2004-11-12 paf
11647:
11648: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11649: [since 3.0.4]
11650:
11651: 2004-11-09 paf
11652:
11653: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11654: writes basics to c:\parser3.log
11655:
11656: 2004-10-21 paf
11657:
11658: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11659: tainted strings [were returning clean onces]
11660:
11661: 2004-10-15 paf
11662:
11663: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11664: cycles(i=1; i=2), which was wrong, now does ONE
11665:
11666: 2004-10-12 paf
11667:
11668: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11669:
11670: 2004-10-07 paf
11671:
11672: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11673: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11674: release asserts
11675:
11676: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11677: String.dump() to stdout in detailed form [were String.v() in
11678: short form]
11679:
11680: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11681: \t\r\n as @#| and truncates long char sequences less
11682:
11683: 2004-10-06 paf
11684:
11685: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11686: win32 beauty: socket errors properly decoded
11687:
11688: 2004-10-05 paf
11689:
11690: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11691: request::configure_user/admin done always, even if no
11692: file-to-process useful in @unhandled_exception [say, if they
11693: would want to mail by SMTP something]
11694:
11695: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11696: now performed prior to file loading [and @auto executing] thus
11697: making $cookie:value available in @auto and in
11698: @unhandled_exception when IIS is configured to run interpreter
11699: even if no file exist
11700:
11701: 2004-09-20 paf
11702:
11703: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11704: somewhere where it should have called xmlMalloc and it calls
11705: xmlFree when it should have not called it. inserted two
11706: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11707: xmlFree just ignored. put away a testcase, maybe someday libxml
11708: author would fix all that. until that day: we have SLOW garbage
11709: collecting when many xml objects are alive hint: do
11710: ^memory:compact[] before xdoc::create
11711:
11712: 2004-09-17 paf
11713:
11714: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11715: error from 3.0.8 version]
11716:
11717: 2004-09-14 paf
11718:
11719: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11720: part bugfix: hashfile.foreach iterated only part if hashfile were
11721: modified inside
11722:
11723: 2004-09-13 paf
11724:
11725: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11726: [were as octal]
11727:
11728: * src/types/pa_vhashfile.C: beauty: not reproduced
11729: $hashfile.key[$novalue] bug [reported by motorin], inserted
11730: safety-check
11731:
11732: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11733: [not something obscure from sdbm lib]
11734:
11735: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11736: = strerror now returnes something and we can properly report that
11737: to client
11738:
11739: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11740: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11741:
11742: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11743: [tainted as-is] this helps //[space][newline] to remain as-is and
11744: not be unnecessary optimized away [ruining javascript]
11745:
11746: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11747: [tainted as-is]
11748:
11749: * src/classes/mail.C: bugfix: typo error
11750:
11751: 2004-09-09 paf
11752:
11753: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11754: separators bugfix: loads header with endings \r\n\r\n and \n\n
11755: (bloody yandex.server)
11756:
11757: 2004-09-06 paf
11758:
11759: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11760: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11761: encoded
11762:
11763: 2004-09-01 paf
11764:
11765: * src/types/pa_vmail.C: change: multipart/mixed changed to
11766: multipart/related outlook express have no problems showing
11767: unrelated attachments. todo: someday figure out a way of
11768: multipart/mixed multipart/related text/html
11769: image/xxx application/octet-stream << true attachments
11770:
11771: * src/types/pa_vmail.C: new:
11772: ^mail:send[$.file[$.content-disposition can be overriden new:
11773: empty mail header fields removed from letter
11774:
11775: * src/: classes/mail.C, include/pa_config_fixed.h,
11776: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11777: ^mail:send[ $.file[ $.any[header]
11778:
11779: 2004-08-30 paf
11780:
11781: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11782: warnings
11783:
11784: * src/main/pa_common.C: beauty: do not bother with charset
11785: detection when ^file::load[binary
11786:
11787: 2004-08-27 paf
11788:
11789: * src/main/pa_common.C: hack: for yandex.server http server
11790:
11791: 2004-08-18 paf
11792:
11793: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11794: possibly-chunked response
11795:
11796: 2004-08-17 paf
11797:
11798: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11799: $f.content-type now = that of http response
11800:
11801: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11802: $f.content-type now = that of http response
11803:
11804: 2004-07-30 paf
11805:
11806: * src/: include/pa_request.h, main/pa_request.C,
11807: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11808: win32: system&parser exceptions in release mode reported properly
11809: parser exception in exception handler WERE mistakenly reported as
11810: system exception, without details [in apache & isapi] +some
11811: beauty in exception text
11812:
11813: * src/: include/pa_exception.h, main/pa_request.C,
11814: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11815: release mode reported properly parser exception in exception
11816: handler WERE mistakenly reported as system exception, without
11817: details
11818:
11819: * src/main/execute.C: beauty: simplified system exception handling
11820:
11821: 2004-07-29 paf
11822:
11823: * src/classes/table.C: bugfix:
11824: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11825: were ignored, and \t used unconditionally]
11826:
11827: * src/types/Makefile.am: added vhash.c
11828:
11829: 2004-07-28 paf
11830:
11831: * src/: classes/date.C, classes/image.C, classes/math.C,
11832: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11833: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11834: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11835: failed on russian letters
11836:
11837: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11838: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11839: letters
11840:
11841: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11842: as 'currentDirectory' parameter to CreateProcess
11843:
11844: 2004-07-27 paf
11845:
11846: * src/targets/cgi/parser3.vcproj: beauty: win32:
11847: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11848: from release somewhere [to help searching for unhandled system
11849: exceptions]
11850:
11851: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11852: TZ shift
11853:
11854: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11855: but also in ctor
11856:
11857: 2004-07-26 paf
11858:
11859: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11860: src/main/pa_request.C, src/types/pa_vfile.h,
11861: src/types/pa_vhash.C, src/types/pa_vhash.h,
11862: src/types/types.vcproj: new: $response:body/download[
11863: $.file[name on disk] $.name[of file for user]
11864: $.mdate[date of last-modified. default from directory] ]
11865:
11866: * src/classes/file.C: moving file:send somewhere else..
11867:
11868: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11869: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11870: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11871: $response:download[ $.filename[filename] $.option[] ,, ]
11872:
11873: * src/classes/file.C: beauty: invalid mode thoroughly reported
11874:
11875: 2004-07-21 paf
11876:
11877: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11878: to several lines
11879:
11880: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11881:
11882: note: ms outlook[!express] shows only first 255 characters of
11883: subject
11884:
11885: 2004-07-15 paf
11886:
11887: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11888: off]
11889:
11890: 2004-07-14 paf
11891:
11892: * src/classes/table.C: bugfix: $.bind values now got untainted
11893: according to lang [were: as-is]
11894:
11895: 2004-07-07 paf
11896:
11897: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11898: checked that
11899:
11900: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11901: now untainted according to their languages. were: as-is.
11902: EVERYWHERE
11903:
11904: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11905: environment string now untainted according to their languages.
11906: were: as-is. EVERYWHERE
11907:
11908: * src/main/pa_exec.C: bufix: on unix environment string now
11909: untainted according to their languages. were: as-is. on win32:
11910: ok
11911:
11912: * parser3.vssscc: ...would not go unnoticed
11913:
11914: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11915: fails. in case on input appears nonutf, those bytes will be
11916: printed in %HH form. that can be easily decoded/recovered.
11917:
11918: this form is quite noticable, and hopefully would not go noticed
11919:
11920: 2004-07-06 paf
11921:
11922: * src/main/pa_exec.C: bufix: on unix environment string now
11923: untainted according to their languages. were: as-is. on win32:
11924: ok
11925:
11926: 2004-07-01 paf
11927:
11928: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11929: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11930: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11931: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11932: main/main.vcproj, targets/cgi/parser3.vcproj,
11933: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11934: option: global optimization ON
11935:
11936: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11937: to do xdoc::create{invalid chars} standard disables chars less
11938: then \x20, except tab, cr, lf.
11939:
11940: changed tainting so that those become '!'
11941:
11942: 2004-06-25 paf
11943:
11944: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11945: int on odd address [prev bugfix failed due to superwize
11946: optimizer, which turned memcpy into same 'ld' asm command]
11947:
11948: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11949: int on odd address
11950:
11951: 2004-06-22 paf
11952:
11953: * src/sql/pa_sql_driver.h: note: about possible optimization
11954:
11955: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11956: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11957: src/include/pa_config_includes.h: new: ^void:sql{call
11958: paf(:a)}[ $.bind[ $.a[2]
11959: ] ] output variables work. todo: check in out
11960: variables
11961:
11962: 2004-06-18 paf
11963:
11964: * src/: classes/file.C, classes/hash.C, classes/string.C,
11965: classes/table.C, classes/void.C, include/pa_globals.h,
11966: include/pa_sql_connection.h, main/compile.tab.C,
11967: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11968: $.bind[ $.a[2] ]
11969: ] input variables work. todo:output
11970:
11971: * src/targets/cgi/parser3.C: bugfix: iis specific
11972: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11973: /_bug.html?404;http://hpsv/test/
11974: --------------------------------------------------------------------------------
11975: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11976: --------------------------------------------------------------------------------
11977: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11978:
11979: 2004-06-16 paf
11980:
11981: * src/targets/cgi/parser3.C: new: iis specific
11982: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11983: $request:query
11984: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11985: $form:fields IIS-STATUS="404"
11986: IIS-DOCUMENT="http://server/_bug.html" f="v"
11987:
11988: todo: isapi too
11989:
11990: 2004-05-26 paf
11991:
11992: * src/include/pa_version.h: 3.1.3
11993:
11994: * operators.txt: beauty: removed outdated level 'table'
11995:
11996: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11997:
11998: * src/main/pa_string.C: beauty: removed 3 warnings
11999:
12000: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12001: classes/op.C: beauty: removed outdated level 'table'
12002:
12003: 2004-05-25 paf
12004:
12005: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12006: implementation. mistery: how anything worked
12007:
12008: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12009: changed, it is now safe to use url if pointers to it are stored
12010: to gc mem
12011:
12012: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12013: unknown errors reported and not cause SIGSEGV now
12014:
12015: 2004-05-24 paf
12016:
12017: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12018: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12019: less memory: CORD_chars_block originally intended to ... it was
12020: good that CORD_chars_block were not used: it consumes more memory
12021: [and, might be slow too] undoing that. [and removed that func so
12022: that it would not confuse parser developer in future]
12023:
12024: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12025: less memory: CORD_chars_block originally intended to
12026: speedup/reduce mem usage were forgotten, and were used stupid
12027: CORD_chars
12028:
12029: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12030:
12031: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12032: BIGENDIAN processors space-conserving mech failed, causing
12033: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12034: (1|2|3));
12035:
12036: 2004-05-14 paf
12037:
12038: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12039: bugfix: void now has vfile value, and $response:body[] works OK
12040:
12041: 2004-05-12 paf
12042:
12043: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12044: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12045: sources to use is_defined() {return as_bool();} along VBool
12046:
12047: 2004-05-11 paf
12048:
12049: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12050: referencing to local objects
12051:
12052: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12053: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12054: left intact
12055:
12056: 2004-04-15 paf
12057:
12058: * src/classes/date.C: merged: beauty: unused var removed
12059:
12060: * src/classes/date.C: beauty: unused var removed
12061:
12062: * src/include/: pa_exec.h: bugfix: interface without pointer
12063: provoked bug
12064:
12065: 2004-04-09 paf
12066:
12067: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12068:
12069: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12070:
12071: 2004-04-08 paf
12072:
12073: * src/classes/date.C: new: ^date::create[y-m-d
12074: h-M-s>>.milliseconds<<] now allowed, ignored so far
12075:
12076: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12077:
12078: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12079: to consult default catalog [usually, that file belongs to other
12080: user/group]
12081:
12082: 2004-04-06 paf
12083:
12084: * src/main/pa_common.C: beauty: gcc warning removed
12085:
12086: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12087: accept that trick, trying other
12088:
12089: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12090: explicit result problem
12091:
12092: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12093: explicit result problem
12094:
12095: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12096: explicit result problem
12097:
12098: * operators.txt, src/classes/string.C: new: ^string.append[string]
12099:
12100: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12101: main/execute.C: attempt_check_call_in_explicit_result_mode:
12102: failed
12103:
12104: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12105: http://i.p.a.ddress gethostbyaddr added [on some platforms
12106: gethostbyname failed with such 'domains'] now checked properly,
12107: were: needless reverse/forward dns lookup
12108:
12109: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12110: http://i.p.a.ddress gethostbyaddr added [on some platforms
12111: gethostbyname failed with such 'domains'] now checked properly,
12112: were: needless reverse/forward dns lookup
12113:
12114: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12115: @method[][result] means "no string output here" moved to lexical
12116: level [on grammar level it were too difficult]
12117:
12118: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12119: src/main/compile.y, src/main/compile_tools.h,
12120: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12121: @method[][result] means "no string output here", implemented part
12122: of that idea: compiler throws away string literal generation
12123: code. and barks nonwhitespace chars
12124:
12125: * operators.txt: truth: removed comment about $ORIGIN
12126:
12127: 2004-04-05 paf
12128:
12129: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12130: src/include/pa_version.h, src/main/pa_common.C,
12131: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12132:
12133: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12134: Konstantin Tomashevitch [mailto:konst@design.ru]
12135:
12136: * src/doc/html2chm.cmd: beauty: no need in bg here
12137:
12138: * src/doc/sources2html.cmd: beauty: same window, in bg it
12139: interfered with FAR console
12140:
12141: * configure, configure.in: 3.1.3
12142:
12143: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12144:
12145: * src/main/pa_common.C: removed warning
12146:
12147: * src/include/pa_version.h: 3.1.3
12148:
12149: 2004-04-02 paf
12150:
12151: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12152:
12153: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12154: allows to specify where to put parser log file
12155:
12156: 2004-04-01 paf
12157:
12158: * src/classes/table.C: bugfix: bugfix: table::load last line
12159: without tab and enter were ignored
12160:
12161: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12162: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12163: main/pa_socks.C, targets/cgi/parser3.C,
12164: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12165: bugfix: sql connections now are disconnected
12166:
12167: 2004-03-30 paf
12168:
12169: * src/classes/table.C: bugfix: table::load last line without tab
12170: and enter were ignored
12171:
12172: * src/classes/table.C: bufix: if last table lines were commented,
12173: gpfed
12174:
12175: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12176: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12177: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12178: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12179: doc/methoded.dox, doc/object.dox, doc/string.dox,
12180: doc/targets.dox, doc/value.dox, include/pa_version.h,
12181: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12182: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12183: bugfixes from 3.1.2, changed version to 3.1.3beta
12184:
12185: 2004-03-29 paf
12186:
12187: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12188: causes gpf
12189:
12190: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12191: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12192: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12193: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12194: value.dox: translated to english
12195:
12196: 2004-03-25 paf
12197:
12198: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12199: parser3project dependency removed
12200:
12201: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12202: bugfix: refused to compile without xml
12203:
12204: * src/types/pa_vform.C: beauty: removed warning
12205:
12206: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12207: any folder [removed last ;) folder dependency]
12208:
12209: * src/classes/classes.vcproj: bugfix: now all compiles in any
12210: folder [removed last ;) folder dependency]
12211:
12212: * src/include/pa_version.h: release
12213:
12214: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12215:
12216: * src/classes/table.C: beauty: comment& more meaningful error
12217: message
12218:
12219: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12220: $.hash[$.column_value1(true) ... ] [were producing some strang
12221: thing]
12222:
12223: 2004-03-23 paf
12224:
12225: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12226: and http status line parsing checked number of columns in table
12227: [user reported an assert]
12228:
12229: * operators.txt: example: on hashfile
12230:
12231: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12232: bugfix: junction reattach now actually reattaches a junction to
12233: new wcontext [were only assigning it to junction, which caused
12234: junction tracking to loose junction, and it's context were not
12235: killed, and it tried to process in invalid context, gpf]
12236:
12237: * src/targets/cgi/parser3.C: debug helper added
12238:
12239: 2004-03-19 paf
12240:
12241: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12242: "type(type)" in braces
12243:
12244: 2004-03-10 paf
12245:
12246: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12247: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12248: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12249: solution to search-in-namespaces problem:
12250: $xdoc.search-namespaces.x[http://pif.design.ru/]
12251: $nodes[^xdoc.select[//x:second]]
12252:
12253: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12254: expression][[NAMESPACES HASH]] allows to search for info in
12255: namespaces
12256:
12257: $nodes[^xdoc.select[//x:second][
12258: $.x[http://pif.design.ru/] ]]
12259:
12260: 2004-03-09 paf
12261:
12262: * operators.txt, src/main/pa_common.C: new:
12263: ^file::load[...][options] $.form[
12264: !$.field1[string]
12265: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12266: ] !$.body[string]
12267:
12268: GET ?here notGET(POST, HEAD, others) in content-type:
12269: application/x-www-form-urlencoded
12270:
12271: todo: upload files ability
12272:
12273: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12274: properly, done
12275:
12276: 2004-03-05 paf
12277:
12278: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12279: GET/POST $.form[$.fields started, not tested yet
12280: todo:$.field[table] for multiple values
12281:
12282: * operators.txt: new: http:// options $.user $.password basic
12283: authorization
12284:
12285: * src/main/pa_common.C: beauty: link to rtf added
12286:
12287: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12288: new: http:// options $.user $.password basic authorization
12289:
12290: * src/main/pa_common.C: beauty: removed needless vars
12291:
12292: * operators.txt: new: pgsql option [like that recently added to
12293: oracle driver] ClientCharset=parser-charset <<
12294: charset in which parser thinks client works
12295:
12296: * operators.txt: new: odbc option [like that recently added to
12297: oracle driver] ClientCharset=parser-charset <<
12298: charset in which parser thinks client works
12299:
12300: * src/sql/pa_sql_driver.h: beauty: important warning added
12301:
12302: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12303: char!
12304:
12305: * etc/parser3.charsets/windows-1251.cfg: typo
12306:
12307: 2004-03-04 paf
12308:
12309: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12310: cached, sql transcoding now goes faster
12311:
12312: * operators.txt: new: mysql option [like that recently added to
12313: oracle driver] ClientCharset=parser-charset <<
12314: charset in which parser thinks client works
12315:
12316: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12317: typo error
12318:
12319: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12320: chars commented
12321:
12322: 2004-03-03 paf
12323:
12324: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12325: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12326:
12327: 2004-03-02 paf
12328:
12329: * operators.txt: new[update typo]: !^void.left(n)
12330: nothing !^void.right(n) nothing !^void.mid(p[;n])
12331: nothing
12332:
12333: * operators.txt, src/classes/void.C: new: !^void.left(n)
12334: nothing !^void.right(n) nothing !^void.pos(p[;n])
12335: nothing
12336:
12337: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12338: ^file::sql[[name_to_become_$.name]]{} query result must be one
12339: row with columns: first: data second: file name third:
12340: content-type
12341:
12342: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12343: ^connect gets properly escaped string, which can be passed to
12344: request now this for mysql only. it's up to parser sql driver to
12345: fix zeros properly
12346:
12347: * INSTALL: note: added on building apache with this option:
12348: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12349:
12350: 2004-03-01 paf
12351:
12352: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12353: extension memory:compact befor processingrequest
12354:
12355: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12356: call sole column of result
12357:
12358: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12359: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12360: pixel color
12361:
12362: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12363: beauty: image -- less checks [were ugly impl]
12364:
12365: * src/classes/string.C: bugfix: ^string.left/right/mid with
12366: negative values now considered bad
12367:
12368: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12369:
12370: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12371: options now have unified defaults [after transform
12372: indent/omit-xml-declaration/standalone 'default' erroreously
12373: meant 'true']
12374:
12375: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12376: added [on some platforms gethostbyname failed with such
12377: 'domains']
12378:
12379: * src/include/pa_config_auto.h.in: no select check, no define
12380:
12381: * src/classes/string.C: feature: ^string.trim both parameters may
12382: be empty-strings, meaning kind=both chars=whitespaces
12383:
12384: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12385: exist
12386:
12387: * src/classes/string.C: check: trim 'chars' must not be empty,
12388: exception if it is
12389:
12390: * src/classes/string.C: changed: ^string.trim [] << both,
12391: whitespaces [start|both|end] << kind, whitespaces
12392: [start|both|end;chars] full
12393:
12394: 2004-02-27 paf
12395:
12396: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12397: method: ^string.trim[start|both|end[;chars]] default
12398: 'chars' -- whitespace chars finished
12399:
12400: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12401: src/main/pa_string.C: new method:
12402: ^string.trim[start|both|end[;chars]] default 'chars' --
12403: whitespace chars started, only start works
12404:
12405: * src/main/compile.C: bugfix: line numbers after
12406: ^process{}[$.line(-10]] can be negative, allowed to print they as
12407: signed
12408:
12409: * src/main/untaint.C: speed: there's no \n chars in output
12410: [normally], so no need to optimize them they could be retrived
12411: from databases, though. but 1. should be replaced 2. if not
12412: optimized, no harm done
12413:
12414: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12415: ^file::exec/cgi could return invalid status & zombie child can
12416: remain for short period until process exists [very bad in
12417: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12418:
12419: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12420: malicious SMTP server to attack as by returning too long status
12421: responses http://i2/tasks/edit/?id=4629448401140924947
12422:
12423: 2004-02-26 paf
12424:
12425: * operators.txt: feature: ^process...{CODE}[now has options] which
12426: are $.main[to what to rename @main] $.file[file,
12427: from which (user says) goes that CODE] $.lineno(line
12428: number in that file, where CODE starts. may be negative)
12429:
12430: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12431: src/main/compile.C, src/main/compile_tools.h,
12432: src/main/pa_request.C: feature: ^process...{CODE}[now has
12433: options] which are $.main[to what to rename @main]
12434: $.file[file, from which (user says) goes that CODE]
12435: $.lineno(line number in that file, where CODE starts. may be
12436: negative)
12437:
12438: 2004-02-25 paf
12439:
1.116 moko 12440: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12441: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12442:
12443: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12444: produces hash of column=>1
12445:
12446: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12447: with incomplete errno constants set
12448:
12449: 2004-02-24 paf
12450:
12451: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12452: "man select"
12453:
12454: * src/main/pa_os.C: beauty: <0 better then ==-1
12455:
12456: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12457:
12458: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12459:
1.116 moko 12460: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12461:
12462: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12463: unix: steps to work on unix [extracted 'to']
12464:
12465: * src/classes/mail.C: smtp on unix: steps to work on unix
12466:
12467: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12468:
1.116 moko 12469: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12470: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12471: unix [testing on solaris]
1.95 moko 12472:
12473: 2004-02-20 paf
12474:
12475: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12476: pointing that out
12477:
12478: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12479: fixed again [same solution, mistanenly removed one line]
12480:
12481: 2004-02-19 paf
12482:
12483: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12484: date::create from bad datetime in spring daylightsaving hole now
12485: OK for all platforms [on some platforms it failed]
12486:
12487: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12488: in daylightsaving hole] now throws error
12489:
12490: * src/classes/date.C: comment: mistake fixed
12491:
12492: 2004-02-18 paf
12493:
12494: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12495: now renderes in $request:charset, but in header puts
12496: $response:charset todo: make that default only so that coder
12497: could override that
12498:
12499: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12500: turns off omit-xml-declaration
12501:
12502: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12503: /.xsl for sample
12504:
12505: 2004-02-17 paf
12506:
12507: * src/classes/xdoc.C: beauty: needless helper class removed
12508:
12509: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12510: copied extra time
12511:
12512: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12513: part of libxml
12514:
12515: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12516: libxml to do the work] <xsl:output method="html"
12517: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12518: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12519: />
12520:
12521: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12522:
12523: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12524: caused assertion
12525:
12526: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12527: could hang. now such add does nothing, sub clears $hash
12528:
12529: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12530: not made quoted-printable
12531:
12532: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12533: string invariant
12534:
12535: 2004-02-16 paf
12536:
12537: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12538: cleared [were not cleared properly]
12539:
12540: 2004-02-13 paf
12541:
1.116 moko 12542: * src/include/pa_version.h: prerelease
1.95 moko 12543:
12544: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12545: used, introducing dependencies timestamp check
12546:
12547: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12548: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12549: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12550: .xsl.stamp now not used, introducing dependencies timestamp check
12551:
1.150 moko 12552: * configure.in: auto.p: @conf made relative
1.95 moko 12553:
12554: 2004-02-12 paf
12555:
12556: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12557: ruined empty <input type=file> submits. parser thought there were
12558: nameless empty file and $form:field got value of type 'file'
12559:
12560: * INSTALL: --without-threads
12561:
12562: * src/include/pa_sapi.h: 2004
12563:
12564: 2004-02-11 paf
12565:
12566: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12567: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12568: classes/hashfile.C, classes/image.C, classes/int.C,
12569: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12570: classes/response.C, classes/string.C, classes/table.C,
12571: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12572: include/pa_array.h, include/pa_cache_managers.h,
12573: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12574: include/pa_config_fixed.h, include/pa_config_includes.h,
12575: include/pa_dictionary.h, include/pa_dir.h,
12576: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12577: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12578: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12579: include/pa_request_charsets.h, include/pa_request_info.h,
12580: include/pa_socks.h, include/pa_sql_connection.h,
12581: include/pa_sql_driver_manager.h, include/pa_stack.h,
12582: include/pa_string.h, include/pa_stylesheet_connection.h,
12583: include/pa_stylesheet_manager.h, include/pa_table.h,
12584: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12585: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12586: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12587: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12588: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12589: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12590: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12591: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12592: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12593: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12594: main/pa_sql_driver_manager.C, main/pa_string.C,
12595: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12596: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12597: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12598: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12599: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12600: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12601: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12602: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12603: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12604: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12605: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12606: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12607: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12608: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12609: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12610: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12611: types/pa_vresponse.h, types/pa_vstateless_class.C,
12612: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12613: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12614: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12615: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12616: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12617: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12618:
12619: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12620: debug version of gc.dll
12621:
12622: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12623: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12624: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12625: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12626: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12627: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12628: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12629: processes
12630:
12631: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12632: main/pa_globals.C, targets/cgi/parser3.vcproj,
12633: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12634: changes to reflect libxml xsl new folders
12635:
12636: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12637: lib/smtp/smtp.vcproj, main/main.vcproj,
12638: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12639: to reflect libxml xsl new folders
12640:
12641: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12642: lib/smtp/smtp.vcproj, main/main.vcproj,
12643: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12644: types/types.vcproj: started changes to reflect libxml xsl new
12645: folders
12646:
12647: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12648: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12649: src/main/compile.tab.C, src/main/main.vcproj,
12650: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12651: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12652: started changes to reflect libxml xsl new folders
12653:
12654: 2004-02-10 paf
12655:
12656: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12657: compile. recommened latest libxml up to date
12658:
12659: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12660: pattern compilation errors", on which spent 4 hours worktime. use
12661: versions higher than that. recommended now latest up to date
12662:
12663: 2004-02-06 paf
12664:
12665: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12666: beauty: unified destructing style
12667:
12668: * src/main/untaint.C: beauty: removed old def/ifdef
12669:
12670: * src/main/untaint.C: beauty: coredump @unknown untaint language
12671: now
12672:
12673: 2004-02-03 paf
12674:
12675: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12676: targets/isapi/parser3isapi.C, types/pa_value.C,
12677: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12678: then %ld/%lu
12679:
12680: * src/main/pa_common.C: typo: %l -> %u
12681:
12682: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12683: in attributes or documents-results of transform now not xx;
12684:
12685: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12686:
12687: * src/main/pa_charset.C: bugfix: forgot to undo some
12688:
12689: * src/main/pa_charset.C: beauty: uncomment
12690: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12691: libraries
12692:
12693: 2004-02-02 paf
12694:
12695: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12696: $cookie:example[ $.value[value] $.path[/there/] ]
12697:
12698: $cookie:example[ $.value[] $.expires[session]
12699: $.path[/there/] $.domain[test.com] ]
12700:
12701: * src/types/pa_vform.C: bugfix: empty values with
12702: enctype=multipart/form-data now produce entries in $form:tables
12703: <form method=post enctype=multipart/form-data> <input type=hidden
12704: name=a> <input type=hidden name=b>
12705:
12706: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12707: <hr> <pre>$request:body
12708:
12709: 2004-01-30 paf
12710:
12711: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12712: or documents-results of transform now not xx;
12713:
12714: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12715: produce exception.
12716:
12717: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12718: bugfix: ^date::create[invalid fields now produce exception.
12719:
12720: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12721: year] now produces exception. todo: check other fields
12722:
12723: 2004-01-29 paf
12724:
12725: * src/include/pa_memory.h: typo error
12726:
12727: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12728: more byte then specified, then zeroed it << useless and
12729: potentially harmful(could gpf)
12730:
12731: 2004-01-22 paf
12732:
12733: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12734:
12735: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12736: optimization
12737:
12738: * src/main/untaint.C: bugfix: whitespace now optimized properly
12739: [were bug: ^taint[1 & 2]="1 &2"
12740:
12741: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12742: errors
12743:
12744: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12745: overflow
12746:
12747: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12748: error-reporting code * in parser-error reporting code [when no
12749: @unhandled_exception defined]
12750:
12751: fixed in one place: my *snprintf override
12752:
12753: 2004-01-13 paf
12754:
12755: * operators.txt: typo erro
12756:
12757: 2003-12-25 paf
12758:
12759: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12760: garbled [pieces after zero bytes were removed]
12761:
12762: 2003-12-22 paf
12763:
1.116 moko 12764: * src/include/Makefile.am: bugfix: removed from dist:
12765: src/include/pa_config_auto.h which were configured for
1.95 moko 12766: make-dist-platform and badly updated proper config file in target
12767: [when .tar used for updating existing source tree]
12768:
12769: * ChangeLog, operators.txt, src/classes/op.C,
12770: src/include/pa_sql_connection.h,
12771: src/include/pa_sql_driver_manager.h,
12772: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12773: feature: sql introducing ability to transcode charsets
12774:
12775: 2003-12-19 paf
12776:
12777: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12778: error message
12779:
12780: * src/main/pa_charset.C: bugfix: memory for charsethandler
12781: structure for libxml now allocated properly
12782:
12783: 2003-12-17 paf
12784:
12785: * src/types/pa_vfile.C: beauty: removed outdated cast
12786:
12787: * src/main/pa_common.C: bugfix: empty http response caused gpf
12788:
12789: * src/include/pa_string.h: bugfix: removed too strong a assert
12790:
12791: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12792: unreported xmlGenericErrors]
12793:
12794: 2003-12-15 paf
12795:
12796: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12797: works}
12798:
12799: 2003-12-11 paf
12800:
12801: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12802: id
12803: !$status:tid thread id
12804:
12805: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12806: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12807: bugfix(solaris): removed dependency on object initialization
12808: order [one more place]
12809:
12810: * src/: classes/file.C, classes/mail.C, classes/op.C,
12811: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12812: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12813: understand that
12814:
12815: * src/: classes/file.C, classes/mail.C, classes/op.C,
12816: classes/xdoc.C, include/pa_cache_managers.h,
12817: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12818: include/pa_stylesheet_manager.h, main/pa_request.C,
12819: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12820: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12821: ctor call [relying on implicit String::Body(cstr) call]
12822:
12823: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12824: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12825: object initialization order [two places]
12826:
12827: 2003-12-10 paf
12828:
12829: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12830: << time now ok
12831:
12832: * operators.txt, src/main/pa_sql_driver_manager.C,
12833: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12834: operational
12835:
12836: * ChangeLog, operators.txt, src/classes/xdoc.C,
12837: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12838: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12839: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12840: back operational
12841:
12842: 2003-12-02 paf
12843:
12844: * src/types/pa_vmail.C: bugfix:
12845: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12846: as-is forced]
12847:
12848: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12849: exceptions out of libxml callbacks: reimplemented error handling
12850: of http://localhost, parser://method and safemode check callbacks
12851:
12852: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12853: [merged from HEAD]
12854:
12855: * src/classes/image.C: nothing: comment removed
12856:
12857: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12858: addresses to int
12859:
12860: 2003-12-01 paf
12861:
12862: * src/main/pa_xml_io.C: bugfix: typo
12863:
12864: * src/main/pa_globals.C: bugfix: win32: compile prob
12865:
12866: * src/classes/xdoc.C: bugfix: typo
12867:
12868: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12869: exception
12870:
12871: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12872:
12873: 2003-11-28 paf
12874:
12875: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12876: all xml documents read
12877:
12878: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12879:
12880: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12881: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12882: replaced original open mech of xdoc::create & co to use libxml
12883: open, so that this would work for root document todo: safe mode
12884: checks to libxml: ideally to some 1 point
12885:
12886: * src/main/pa_xml_io.C: comment
12887:
12888: * operators.txt, src/main/pa_xml_io.C: leading / in
12889: http://parser[abscent params]
12890:
12891: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12892: works. todo: maybe replace original open mech of xdoc::create &
12893: co to use libxml open, so that this would work for root document
12894:
12895: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12896: "parser://method/params/here"> <test> &test^; </test> }]
12897:
12898: ^taint[^xdoc.string[]]
12899:
12900: @method[param] <!ENTITY test
12901: "test-entity-value+$form:user+$param!">
12902:
12903: 2003-11-27 paf
12904:
12905: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12906:
12907: * src/classes/date.C: bugfix: typo error
12908:
12909: 2003-11-26 paf
12910:
12911: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12912: src/main/Makefile.am, src/main/main.vcproj,
12913: src/main/pa_globals.C, src/main/pa_request.C,
12914: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12915: xml errors to hash<thread_id,error> reorganization: xml io moved
12916: to pa_xml_io.C/h
12917:
12918: * src/types/pa_value.h: warnings: --
12919:
12920: 2003-11-25 paf
12921:
12922: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12923: whatever)
12924:
12925: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12926: a, (c?x:y, z)
12927:
12928: * src/main/untaint.C: bugfix: consequences of not reading this
12929: comment: CORD_pos_chars_left /* Number of characters in cache.
12930: <= 0 ==> none */
12931:
12932: * src/include/pa_array.h: removed needless checks
12933:
12934: 2003-11-24 paf
12935:
12936: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12937: removed limit: now $form:xxx can be accessed anytime, even in
12938: @auto/conf [and request/response:charset still can be changed
12939: anytime]
12940:
12941: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12942: now not transcodes response body
12943:
12944: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12945: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12946: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12947: $xdoc.firstChild.firstChild.nodeValue[different]
12948: ^taint[^xdoc.string[]]
12949:
12950: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12951: workaround: static Hash::allocates -> static Hash_allocates
12952:
12953: 2003-11-21 paf
12954:
1.116 moko 12955: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12956: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12957: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12958:
12959: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12960:
12961: * src/classes/mail.C: bugfix: typo
12962:
12963: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12964: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12965: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12966: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12967: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12968: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12969:
12970: * src/main/pa_exec.C: bug in safe mode
12971:
12972: * src/include/Makefile.am: pa_xml_exception.h
12973:
12974: * src/targets/isapi/parser3isapi.C: more warnings --
12975:
12976: 2003-11-20 paf
12977:
12978: * src/: classes/math.C, classes/op.C, classes/string.C,
12979: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12980: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12981: --
12982:
12983: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12984: more warnings --
12985:
12986: * src/classes/xdoc.C: more warnings --
12987:
12988: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12989:
12990: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12991: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12992:
12993: * src/: classes/date.C, classes/file.C, classes/hash.C,
12994: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12995: classes/table.C, include/pa_cache_managers.h,
12996: include/pa_stylesheet_connection.h, main/pa_request.C,
12997: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12998: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12999: --
13000:
13001: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13002: can't report problem (undefined @unhandled_exception) problem
13003: source string were not reported
13004:
13005: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13006: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13007: classes/hashfile.C, classes/image.C, classes/int.C,
13008: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13009: classes/response.C, classes/string.C, classes/table.C,
13010: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13011: include/pa_array.h, include/pa_cache_managers.h,
13012: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13013: include/pa_config_fixed.h, include/pa_dictionary.h,
13014: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13015: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13016: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13017: include/pa_request.h, include/pa_request_charsets.h,
13018: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13019: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13020: include/pa_stack.h, include/pa_string.h,
13021: include/pa_stylesheet_connection.h,
13022: include/pa_stylesheet_manager.h, include/pa_table.h,
13023: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13024: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13025: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13026: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13027: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13028: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13029: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13030: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13031: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13032: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13033: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13034: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13035: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13036: targets/isapi/parser3isapi.C, types/pa_junction.h,
13037: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13038: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13039: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13040: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13041: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13042: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13043: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13044: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13045: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13046: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13047: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13048: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13049: types/pa_vresponse.h, types/pa_vstateless_class.C,
13050: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13051: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13052: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13053: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13054: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13055: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13056: const IDENT
13057:
13058: * src/: include/pa_array.h, include/pa_pool.h,
13059: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13060: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13061: types/pa_wcontext.h: more warnings --
13062:
13063: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13064: classes/file.C, classes/hash.C, classes/hashfile.C,
13065: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13066: classes/memory.C, classes/op.C, classes/string.C,
13067: classes/table.C, classes/xdoc.C, classes/xnode.C,
13068: include/pa_config_includes.h, include/pa_operation.h,
13069: include/pa_sql_connection.h, include/pa_table.h,
13070: include/pa_types.h, lib/ltdl/config_fixed.h,
13071: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13072: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13073: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13074: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13075: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13076: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13077: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13078: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13079: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13080: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13081: types/pa_vmail.C, types/pa_vobject.C,
13082: types/pa_vstateless_class.h, types/pa_vtable.C,
13083: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13084: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13085: on all projects (except libltdl=off & libsdbm=level3) found
13086: several unitialized vars
13087:
13088: 2003-11-19 paf
13089:
13090: * src/classes/op.C: more ansi C++ comp
13091:
13092: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13093: src/main/pa_request.C: ^cache[...]{body}{catch block with
13094: $exception.handled[cache] meaning "get expired cache, if any.
13095: else error"}
13096:
13097: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13098: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13099: ^cache[...]{body}{catch code with $exception.cache field}
13100:
13101: 2003-11-12 paf
13102:
13103: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13104: [copy/paste bug]
13105:
13106: 2003-11-11 paf
13107:
13108: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13109: failed]
13110:
13111: 2003-11-10 paf
13112:
13113: * src/types/pa_vconsole.h: flush
13114:
13115: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13116: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13117: read/write [for nntp]
13118:
13119: * operators.txt: mysql: transaction support: ?autocommit=0
13120:
13121: * operators.txt: comment: updated
13122:
13123: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13124: serialize version and exipire now removes entries
13125:
13126: * operators.txt: ^hashfile.delete[] removes files altogether [and
13127: dir, if could]
13128:
13129: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13130: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13131: removes files altogether [and dir, if could]
13132:
13133: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13134: nonexistent pair. .c coded that that was error. fixed
13135:
13136: * src/types/pa_vhashfile.C: sdbm: exception type change to
13137: file.access [regretfull can't split it to different exceptions
13138: without modifying sdbm source wich would prefer not to]
13139:
13140: 2003-11-07 paf
13141:
13142: * src/: classes/date.C, classes/file.C, classes/hash.C,
13143: classes/hashfile.C, classes/image.C, classes/table.C,
13144: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13145: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13146: main/execute.C, main/main.vcproj, main/pa_pool.C,
13147: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13148: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13149: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13150: destructing objects at request processing end
13151:
13152: 2003-11-06 paf
13153:
13154: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13155: updates
13156:
13157: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13158: to include sdbm
13159:
1.116 moko 13160: * src/include/: pa_config_includes.h, pa_version.h: our
13161: replacements of max& co only for cpp
1.95 moko 13162:
13163: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13164: upper dir, .am updated
13165:
13166: * tests/todo.txt: hashfile: done
13167:
13168: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13169: expiration [time in value. todo: move time to key]
13170:
13171: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13172:
13173: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13174: to do that in foreach, no errors, but surely wrong]
13175:
13176: * operators.txt, src/types/pa_vhashfile.C,
13177: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13178:
13179: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13180: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13181: foreach
13182:
13183: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13184: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13185:
13186: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13187: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13188:
13189: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13190: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13191: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13192: get/put [raw]
13193:
13194: * src/: classes/op.C, main/pa_os.C: just linked
13195:
13196: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13197: XmlException changes
13198:
13199: * src/: include/pa_charset.h, include/pa_globals.h,
13200: include/pa_stylesheet_connection.h, main/pa_exception.C:
13201: XmlException changes
13202:
13203: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13204:
13205: * src/: include/pa_common.h, include/pa_exception.h,
13206: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13207: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13208: main/pa_xml_exception.C: locking move to pa_os [along with
13209: pa_sleep] apr-impl locking done
13210:
13211: * configure, configure.in, operators.txt, parser3.sln,
13212: src/classes/classes.vcproj, src/classes/hashfile.C,
13213: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13214: src/include/pa_exception.h, src/include/pa_globals.h,
13215: src/include/pa_memory.h, src/include/pa_version.h,
13216: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13217: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13218: src/main/compile.tab.C, src/main/main.vcproj,
13219: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13220: src/types/Makefile.am, src/types/pa_vhash.C,
13221: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13222: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13223: again with sdbm from apache
13224:
13225: 2003-11-05 paf
13226:
13227: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13228: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13229: \parser3project dir anymore
13230:
13231: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13232: thoughtlessly from xalan]
13233:
13234: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13235: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13236: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13237:
13238: * src/main/helpers/CaseFolding.txt:
13239: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13240:
13241: 2003-11-04 paf
13242:
13243: * operators.txt: comment: ^mail:send[$.options[
13244:
13245: * src/classes/table.C: compiled on unix
13246:
1.116 moko 13247: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13248:
13249: * src/classes/mail.C: compiled on unix
13250:
13251: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13252: src/types/pa_vmail.h: !^mail:send[
13253: $.options[unix: string to append to sendmail command
13254: line]
13255:
13256: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13257: tests/todo.txt: ^table.save[... $.separator[^#09]
13258: $.encloser["] <nothing> by default
13259:
13260: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13261: !$.separator[^#09] !$.encloser["] <nothing> by
13262: default
13263:
13264: 2003-11-03 paf
13265:
13266: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13267: ^table::load[; options: !$.column-separator[^#09]
13268: !$.column-encloser["]
13269:
13270: * operators.txt, src/include/pa_config_fixed.h,
13271: src/types/pa_vrequest.C: $request:document-root
13272:
13273: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13274: [already included into uri=xxx]
13275:
13276: * operators.txt, src/classes/image.C, tests/todo.txt:
13277: ^image.gif[filename] for $response:download
13278:
13279: * src/classes/date.C: minor precaution
13280:
13281: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13282: !^date.unix-timestamp[]
13283:
13284: 2003-10-30 paf
13285:
13286: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13287: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13288:
13289: * src/classes/: date.C, image.C: improvement diagnostics:
13290: $now[^date::create[$undefined]] now is error
13291:
13292: * src/main/pa_common.C: read errors would now be reported 'actually
13293: read -1 bytes'
13294:
13295: 2003-10-24 paf
13296:
13297: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13298: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13299: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13300: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13301:
13302: 2003-10-22 paf
13303:
13304: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13305:
13306: 2003-10-21 paf
13307:
13308: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13309: fixed: string.match[g] without <'> option produced columns with
13310: NULL's, which gpf'ed at table.save time
13311:
13312: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13313: recoursion' message with intensive throw-catches fixed: incorrect
13314: name and line (one name upper then needed) in error message about
13315: problems inside try block
13316:
13317: 2003-10-10 paf
13318:
13319: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13320: check offset argument for validity did that in String::Body::pos
13321: myself http://i2/tasks/edit/?id=4577425257580789777
13322:
13323: 2003-10-07 paf
13324:
13325: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13326: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13327:
13328: 2003-10-03 paf
13329:
13330: * parser3.sln, src/include/pa_dictionary.h,
13331: src/main/pa_dictionary.C, src/main/pa_string.C,
13332: src/targets/cgi/parser3.vcproj: dictionary optimized by
13333: precalculating cstr&length
13334:
13335: 2003-10-02 paf
13336:
13337: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13338: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13339: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13340: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13341:
13342: 2003-09-30 paf
13343:
13344: * src/main/pa_string.C: string::replace bug fix [were ignoring
13345: occurrances after lang-mismatched
13346:
13347: 2003-09-29 paf
13348:
13349: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13350: helper
13351:
13352: * src/main/pa_string.C: string::serialize bug fix with
13353: zero-terminator
13354:
13355: * src/classes/table.C: ^nameless_table.save column row now has no
13356: \t at the end
13357:
13358: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13359: @postprocess now takes $response:body/download
13360:
13361: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13362: error message
13363:
13364: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13365:
13366: * src/classes/table.C: bugfix: flip: must produce nameless
13367: http://i2/tasks/edit/?id=4573405524674081244
13368:
13369: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13370: main/helpers/simple_folding.pl: utf-8 upper/lower
13371:
13372: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13373: to typo error http://i2/tasks/edit/?id=4573354650786434584
13374:
13375: 2003-09-26 paf
13376:
13377: * src/main/untaint.C: removed needless field
13378:
13379: * src/main/untaint.C: removed needless const
13380:
13381: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13382: String.for_each bug fixed [omited one-char cases]
13383:
13384: * src/include/pa_stack.h: bugfix: before collecting garbage,
13385: runtime-executor stack were cleared... BADLY
13386:
13387: * src/main/pa_string.C: ^stirng.replace code used old
13388: param-convention on langs.append, fixed that search fo the like,
13389: found none
13390:
13391: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13392: string::serialize/deserialize implemented Language enum assigned
13393: meaningful letters [more convinient for debugging. read warning
13394: before adding/changing anything]
13395:
13396: 2003-09-25 paf
13397:
13398: * src/: include/pa_string.h, include/pa_version.h,
13399: main/pa_string.C, main/untaint.C: templates and anonymous unions
13400: differences on unix
13401:
13402: * parser3.sln, src/classes/file.C, src/classes/image.C,
13403: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13404: src/classes/xdoc.C, src/classes/xnode.C,
13405: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13406: src/include/pa_charsets.h, src/include/pa_common.h,
13407: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13408: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13409: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13410: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13411: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13412: src/main/compile_tools.h, src/main/pa_charset.C,
13413: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13414: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13415: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13416: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13417: src/types/pa_vmail.C, src/types/pa_vmath.C,
13418: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13419: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13420:
13421: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13422: functions aligned to that of eeparser3 look
13423:
13424: * src/lib/cord/cordprnt.c: removed warnings
13425:
13426: 2003-09-24 paf
13427:
13428: * src/: classes/file.C, classes/image.C, classes/mail.C,
13429: classes/op.C, classes/xdoc.C, classes/xnode.C,
13430: include/pa_cache_managers.h, include/pa_charset.h,
13431: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13432: include/pa_sql_driver_manager.h, include/pa_string.h,
13433: include/pa_stylesheet_manager.h, include/pa_table.h,
13434: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13435: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13436: main/pa_sql_driver_manager.C, main/pa_string.C,
13437: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13438: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13439: types/pa_vstateless_class.h, types/pa_vstatus.C,
13440: types/pa_vxnode.C: v() functions of String::Body,
13441: String::Languages and String itself StringBody->String::Body
13442:
13443: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13444: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13445: never optimized anything. todo: somehow speed up harder cases:
13446: concatenationA+concatenationB when last block of A and first of B
13447: contain same letters
13448:
13449: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13450: lib/cord/include/cord.h: langs: speed up by joining adjucent
13451: blocks of same char [CORD_append_block]
13452:
13453: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13454: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13455: save space by extending blocks when appending block with c ==
13456: lastblock.c
13457:
13458: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13459: working yet :( but more working &understood :)
13460:
13461: * src/: classes/table.C, include/pa_string.h,
13462: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13463:
13464: 2003-09-23 paf
13465:
13466: * src/main/untaint.C: $a[ok!] $a works!
13467:
13468: * src/main/untaint.C: something even more works :)
13469:
13470: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13471: something more works :)
13472:
13473: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13474: lib/cord/cordxtra.c: something already works :)
13475:
13476: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13477: serialize&deserialize
13478:
13479: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13480: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13481: main/untaint.C: main idea implemented, details left
13482:
13483: 2003-09-22 paf
13484:
13485: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13486:
13487: * src/classes/xnode.C: copy/paste comment bugfix
13488:
13489: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13490: allocator returns 0, just die.
13491: http://i2/tasks/edit/?id=4570798492410259445
13492:
13493: * src/classes/xdoc.C: copy/paste comment bugfix
13494:
13495: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13496: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13497: xnode: getAttributeNS setAttributeNS removeAttributeNS
13498: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13499:
13500: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13501: chars due to bitwise operation signed-char error]
13502:
13503: 2003-09-19 paf
13504:
13505: * src/types/pa_wcontext.C: output message: more practical
13506: suggestion
13507:
13508: * src/main/pa_common.C, operators.txt: merged
13509: $f[^file::load[binary;http://...]] $f.tables
13510:
13511: 2003-09-02 paf
13512:
13513: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13514: flush stdout without referencing 'stdout' symbol. to hell with
13515: non-ansi libraries without 'stdout' symbol
13516:
13517: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13518: unix (users reported problems with some old libc)
13519:
13520: * src/types/pa_vdate.h: forgot initializer
13521:
13522: 2003-09-01 paf
13523:
13524: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13525: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13526: zone]
13527:
13528: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13529:
13530: 2003-08-19 paf
13531:
13532: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13533: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13534: simplified a little
13535:
13536: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13537: [lost fix from 3.0.8]
13538:
13539: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13540: visible here }
13541:
13542: bug fix
13543:
13544: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13545:
13546: * src/main/compile.tab.C: initialized couple of variables about
13547: which user reported runtime problems when parser were compiled
13548: with VC7, warning level4. study shows that later in bison
13549: they've fixed that. would migrate to latest bison someday
13550:
13551: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13552: recoding headers)
13553:
13554: * src/types/pa_vmail.C: works as before, same charset problems:
13555: gmime recodes to UTF-8 only headers, not body. so not recoding
13556: anything for now
13557:
13558: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13559: problems with body
13560:
13561: * src/types/pa_vmail.C: mail_receive just compiled
13562:
13563: 2003-08-18 paf
13564:
13565: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13566: main/main.vcproj, types/types.vcproj: win32: continued process
13567: detaching from \parser3project directory
13568:
13569: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13570: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13571: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13572: src/lib/pcre/pcre_dftables.dsp,
13573: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13574: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13575: src/types/types.dsp: moved to MSVC 7
13576:
13577: * gnu.vcproj.vspscc, parser3.vssscc,
13578: src/classes/classes.vcproj.vspscc,
13579: src/lib/cord/cord.vcproj.vspscc,
13580: src/lib/ltdl/libltdl.vcproj.vspscc,
13581: src/lib/md5/md5.vcproj.vspscc,
13582: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13583: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13584: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13585: src/targets/isapi/parser3isapi.vcproj.vspscc,
13586: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13587: moved to MSVC 7
13588:
13589: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13590: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13591: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13592: src/lib/pcre/pcre_dftables.vcproj,
13593: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13594: src/targets/cgi/parser3.vcproj,
13595: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13596: new VS project files
13597:
13598: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13599: .NET to detect Jalindi Igloo capabilities.
13600:
13601: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13602: src/classes/classes.awk, src/doc/footer.htm,
13603: src/include/pa_config_fixed.h, src/include/pa_version.h,
13604: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13605: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13606: src/types/pa_vmail.C: merged 3.1.0 latest changes
13607:
13608: 2003-08-15 paf
13609:
13610: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13611: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13612:
13613: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13614: non-ascii <yyy> now encoded correctly
13615:
13616: 2003-07-29 paf
13617:
1.116 moko 13618: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13619: dist
1.95 moko 13620:
13621: * src/types/pa_vmail.C: just started --with-mail-receive
13622:
13623: 2003-07-28 paf
13624:
1.116 moko 13625: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13626: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13627:
13628: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13629:
13630: 2003-07-25 paf
13631:
13632: * src/doc/footer.htm: year
13633:
13634: 2003-07-24 paf
13635:
13636: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13637: fix
13638:
13639: * src/include/pa_version.h: release
13640:
1.116 moko 13641: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13642:
13643: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13644: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13645: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13646: getting rid of win32xml pseudo project
13647:
13648: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13649:
1.116 moko 13650: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13651: configure.in, operators.txt, parser3.dsw,
1.95 moko 13652: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13653: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13654: src/classes/classes.C, src/classes/classes.awk,
13655: src/classes/classes.dsp, src/classes/classes.h,
13656: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13657: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13658: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13659: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13660: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13661: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13662: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13663: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13664: src/include/pa_array.h, src/include/pa_cache_managers.h,
13665: src/include/pa_charset.h, src/include/pa_charsets.h,
13666: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13667: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13668: src/include/pa_dictionary.h, src/include/pa_dir.h,
13669: src/include/pa_exception.h, src/include/pa_exec.h,
13670: src/include/pa_globals.h, src/include/pa_hash.h,
13671: src/include/pa_memory.h, src/include/pa_opcode.h,
13672: src/include/pa_operation.h, src/include/pa_pool.h,
13673: src/include/pa_pragma_pack_begin.h,
1.95 moko 13674: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13675: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13676: src/include/pa_sapi.h, src/include/pa_socks.h,
13677: src/include/pa_sql_connection.h,
13678: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13679: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13680: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13681: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13682: src/include/pa_uue.h, src/lib/Makefile.am,
13683: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13684: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13685: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13686: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13687: src/lib/cord/include/ec.h,
13688: src/lib/cord/include/private/Makefile.am,
13689: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13690: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13691: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13692: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13693: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13694: src/main/compile_tools.C, src/main/compile_tools.h,
13695: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13696: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13697: src/main/pa_charsets.C, src/main/pa_common.C,
13698: src/main/pa_dictionary.C, src/main/pa_dir.C,
13699: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13700: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13701: src/main/pa_request.C, src/main/pa_socks.C,
13702: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13703: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13704: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13705: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13706: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13707: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13708: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13709: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13710: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13711: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13712: src/targets/isapi/parser3isapi.dsp,
13713: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13714: src/types/pa_junction.h, src/types/pa_method.h,
13715: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13716: src/types/pa_vclass.C, src/types/pa_vclass.h,
13717: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13718: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13719: src/types/pa_vdouble.h, src/types/pa_venv.h,
13720: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13721: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13722: src/types/pa_vimage.C, src/types/pa_vimage.h,
13723: src/types/pa_vint.h, src/types/pa_vjunction.h,
13724: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13725: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13726: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13727: src/types/pa_vobject.C, src/types/pa_vobject.h,
13728: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13729: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13730: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13731: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13732: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13733: src/types/pa_vstring.h, src/types/pa_vtable.C,
13734: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13735: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13736: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13737: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13738: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13739: HEAD
13740:
13741: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13742: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13743: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13744: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13745: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13746: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13747: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13748: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13749: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13750: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13751: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13752: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13753: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13754: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13755: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13756: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13757: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13758: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13759: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13760: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13761: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13762: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13763: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13764: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13765: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13766: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13767: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13768: outputs/create-dir, results/001.processed, results/002.processed,
13769: results/003.processed, results/004.processed,
13770: results/005.processed, results/006.processed,
13771: results/007.processed, results/008.processed,
13772: results/009.processed, results/010.processed,
13773: results/011.processed, results/012.processed,
13774: results/013.processed, results/014.processed,
13775: results/015.processed, results/016.processed,
13776: results/017.processed, results/018.processed,
13777: results/019.processed, results/020.processed,
13778: results/021.processed, results/022.processed,
13779: results/023.processed, results/024.processed,
13780: results/025.processed, results/026.processed,
13781: results/027.processed, results/028.processed,
13782: results/029.processed, results/030.processed,
13783: results/031.processed, results/032.processed,
13784: results/033.processed, results/034.processed,
13785: results/035.processed, results/036.processed,
13786: results/037.processed, results/038.processed,
13787: results/039.processed, results/040.processed,
13788: results/041.processed, results/042.processed,
13789: results/043.processed, results/044.processed,
13790: results/045.processed, results/046.processed,
13791: results/047.processed, results/048.processed,
13792: results/049.processed, results/050.processed,
13793: results/051.processed, results/052.processed,
13794: results/053.processed, results/054.processed,
13795: results/055.processed, results/056.processed,
13796: results/057.processed, results/058.processed,
13797: results/059.processed, results/060.processed,
13798: results/061.processed, results/062.processed,
13799: results/063.processed, results/064.processed,
13800: results/065.processed, results/066.processed,
13801: results/067.processed, results/068.processed,
13802: results/069.processed, results/070.processed,
13803: results/071.processed, results/072.processed,
13804: results/073.processed, results/074.processed,
13805: results/075.processed, results/076.processed,
13806: results/077.processed, results/078.processed,
13807: results/079.processed, results/080.processed,
13808: results/081.processed, results/082.processed,
13809: results/083.processed, results/084.processed,
13810: results/085.processed, results/086.processed,
13811: results/087.processed, results/088.processed,
13812: results/089.processed, results/090.processed,
13813: results/091.processed, results/092.processed,
13814: results/093.processed, results/094.processed,
13815: results/095.processed, results/096.processed,
13816: results/097.processed, results/098.processed,
13817: results/099.processed, results/100.processed,
13818: results/101.processed, results/102.processed,
13819: results/103.processed, results/104.processed,
13820: results/105.processed, results/106.processed,
13821: results/107.processed, results/108.processed,
13822: results/109.processed, results/110.processed,
13823: results/111.processed, results/112.processed,
13824: results/113.processed, results/114.processed,
13825: results/115.processed, results/116.processed,
13826: results/117.processed, results/118.processed,
13827: results/119.processed, results/120.processed,
13828: results/121.processed, results/122.processed,
13829: results/123.processed, results/124.processed,
13830: results/125.processed, results/126.processed,
13831: results/127.processed, results/128.processed,
13832: results/129.processed, results/130.processed,
13833: results/131.processed, results/132.processed,
13834: results/133.processed, results/134.processed,
13835: results/135.processed, results/136.processed,
13836: results/137.processed, results/138.processed,
13837: results/139.processed, results/140.processed,
13838: results/141.processed: merged(copied) to HEAD from template_gc
13839:
13840: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13841: towards \parser3project not having to be in root
13842:
13843: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13844: module compiled [were minor unnecessary changes in lib/md5
13845: interface]
13846:
13847: * src/include/pa_version.h: release
13848:
13849: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13850:
13851: * src/classes/math.C: merged uuid bugfix
13852:
13853: * tests/: 141.html, results/141.processed: fixed bug with
13854: too-small-a-buffer
13855:
13856: * src/classes/math.C: uuid bugfix
13857:
13858: * tests/: 141.html, Makefile, results/005.processed,
13859: results/030.processed, results/075.processed,
13860: results/078.processed: to reflect date format change (were -
13861: become ' ')
13862:
13863: * src/classes/math.C: uuid bugfix
13864:
13865: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13866: debug/release changes
13867:
13868: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13869:
13870: 2003-07-23 paf
13871:
13872: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13873: renamed a little [to move to comman naming conv]
13874:
1.116 moko 13875: * src/targets/Makefile.am: apache13 splitted to simplify apache
13876: build
1.95 moko 13877:
13878: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13879: main/pa_request.C, main/pa_sql_driver_manager.C,
13880: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13881: stack top_index() fixed
13882:
13883: * src/main/pa_globals.C: minor style changes
13884:
13885: * src/: classes/op.C, include/pa_sql_connection.h: connection
13886: closing/caching fixed [connections were not closed/put to cache]
13887:
13888: 2003-07-22 paf
13889:
13890: * INSTALL: gc part updated stightly
13891:
13892: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13893: new sapi interface
13894:
13895: * src/classes/file.C: comment on OS
13896:
13897: * src/main/pa_string.C: removed reduntant invariant check [there is
13898: one deeper in cord lib]
13899:
13900: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13901:
13902: * src/main/pa_memory.C: out of memory is no longer coredump
13903:
13904: * INSTALL: disable-threads adviced
13905:
13906: 2003-07-21 paf
13907:
1.116 moko 13908: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13909:
13910: * src/classes/file.C: file::exec/cgi environment variables now must
13911: be UPPERCASE and A-Z 0-9 _-
13912:
13913: * src/classes/file.C: env passing fixed
13914:
13915: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13916:
13917: * src/main/pa_common.C: http:// CRLF now
13918:
13919: 2003-07-02 paf
13920:
13921: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13922: fields to reflect their real meaning
13923:
13924: 2003-06-27 paf
13925:
13926: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13927: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13928: file::exec/cgi .charset
13929:
13930: 2003-06-26 paf
13931:
13932: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13933: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13934: src/classes/table.C: fixed several uninitialized local
13935: structures. notably ^hash.foreach now inserts delimiters
13936: properly [were inserting it before first body]
13937:
13938: 2003-06-24 paf
13939:
13940: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13941:
13942: 2003-06-20 paf
13943:
13944: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13945: src/main/pa_globals.C: introducing
13946: $f[^file::load[binary;http://...]] $f.tables
13947:
13948: 2003-06-06 paf
13949:
13950: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13951: table. [were method lookup: inconsistent]
13952:
13953: 2003-06-02 paf
13954:
13955: * src/include/pa_memory.h: empty string clone fixed to return
13956: writable memory
13957:
13958: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13959: were not appended] which violated string invariant
13960:
13961: 2003-05-30 paf
13962:
13963: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13964: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13965:
13966: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13967: GMT ; RFC 822, updated by RFC 1123
13968:
13969: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13970: targets/isapi/parser3isapi.C: initialized request_info properly
13971:
13972: * src/classes/xnode.C: found minor bug, commended for future
13973:
13974: 2003-05-28 paf
13975:
13976: * src/classes/form.C: request_info.content_length can't be <0,
13977: size_t for some time
13978:
13979: 2003-05-26 paf
13980:
13981: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13982: forgotten <0 changed to !=STRING_NOT_FOUND
13983:
13984: * src/classes/math.C: merged ffffu from HEAD
13985:
13986: 2003-05-11 paf
13987:
13988: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13989:
13990: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13991: premature doc free. transformed document had xmlDoc reference
13992: stored to non-gc-memory (libgdome) added holding-reference
13993:
13994: 2003-04-29 paf
13995:
13996: * src/main/pa_globals.C: started digging on double free. on win32
13997: found that that's perfectly normal.
13998:
13999: 2003-04-25 paf
14000:
14001: * src/classes/table.C: table.join bug fix [bad limit check]
14002:
14003: * src/classes/math.C: merged from HEAD: simpiler hash_string
14004:
14005: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14006: print anything. changed to quicker and simplier code
14007:
14008: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14009: strict a check]
14010:
14011: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14012:
14013: 2003-04-24 paf
14014:
14015: * src/include/pa_table.h: too strict assert loosened
14016:
14017: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14018: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14019: report
14020:
14021: 2003-04-21 paf
14022:
1.116 moko 14023: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14024:
14025: * src/main/pa_globals.C: pcre memory management changed to use GC
14026: memory
14027:
14028: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14029: xmlMallocAtomic [author agreed to my suggestion], used that
14030:
14031: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14032:
14033: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14034: types/pa_vmail.C: attributed_meaning_to_string added
14035: L_UNSPECIFIED piece which was sortof OK, but violated string
14036: invariant [assertion barked on that] changed to L_PASS_APPEND,
14037: made that param obligatory
14038:
14039: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14040: fixed [assert helped]
14041:
14042: * src/include/pa_string.h: assert added [looking for bug]
14043:
14044: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14045: names on Win32 considered disk-global
14046:
14047: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14048: considered disk-global
14049:
14050: 2003-04-18 paf
14051:
14052: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14053: filenames
14054:
14055: * src/main/untaint.C: enabled '~' letter in filenames
14056:
14057: 2003-04-16 paf
14058:
14059: * src/classes/file.C: small bug introduced in autoptr times fixed
14060:
14061: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14062: HEAD
14063:
1.116 moko 14064: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14065:
14066: 2003-04-15 paf
14067:
14068: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14069: src/lib/md5/pa_md5c.c, tests/141.html,
14070: tests/results/141.processed: merged from head ^math:uuid[]
14071: ^math:uid64[] ^math:md5[string]
14072:
14073: test added: 141.html
14074:
14075: * operators.txt, src/classes/math.C: ^math:uid64[]
14076:
14077: * src/classes/math.C: ^math:uuid[]
14078:
14079: * operators.txt, src/classes/math.C: ^math:uuid[]
14080:
14081: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14082: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14083:
14084: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14085: src/include/pa_config_fixed.h, src/main/pa_common.C:
14086: ^file::load[mode;name; $.offset $.limit
14087:
14088: 2003-04-14 paf
14089:
14090: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14091: started ^math:md5
14092:
14093: * src/classes/table.C, src/include/pa_array.h,
14094: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14095: tests/results/140.processed: table $.reverse option works in
14096: create&co table $.distinct[tables] bug fix merged
14097:
14098: * src/: classes/table.C, include/pa_table.h: table
14099: $.distinct[tables] bug fixed
14100:
14101: * src/classes/table.C: more warnings
14102:
14103: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14104: removed checks in table::set_current, moved them back to
14105: table::locate implemented table::create/join ñ $.reverse
14106:
14107: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14108: removed checks in table::set_current, moved them back to
14109: table::locate
14110:
14111: 2003-04-11 paf
14112:
14113: * operators.txt, src/classes/date.C, src/classes/table.C,
14114: src/include/pa_array.h, src/include/pa_common.h,
14115: src/include/pa_config_includes.h, src/include/pa_string.h,
14116: src/include/pa_table.h, src/main/pa_request.C,
14117: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14118: src/main/pa_table.C: merged from HEAD from
14119: before_append_array_limit_sense_change to
14120: after_append_array_limit_sense_change
14121:
14122: * src/classes/table.C: typo
14123:
14124: * operators.txt, src/classes/date.C, src/classes/table.C,
14125: src/include/pa_array.h, src/include/pa_common.h,
14126: src/include/pa_config_includes.h, src/include/pa_globals.h,
14127: src/include/pa_table.h, src/main/pa_array.C,
14128: src/main/pa_globals.C, src/main/pa_request.C,
14129: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14130: src/main/pa_table.C: append_array_limit_sense_change locate
14131: accepts options same as create new option: $.reverse(1) [do not
14132: work in table::create]
14133:
14134: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14135: (stat xxx,
14136:
14137: * src/classes/: table.C: typo
14138:
14139: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14140: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14141: results/130.processed, results/131.processed,
14142: results/132.processed, results/133.processed,
14143: results/134.processed, results/135.processed,
14144: results/136.processed, results/137.processed,
14145: results/138.processed, results/139.processed: added few mustfail
14146: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14147: date/time 132.html mustfail: access to junction outside of
14148: context 133.html mustfail: access to junction outside of context,
14149: case version 134.html mustfail: hash: adding a key inside of
14150: foreach 135.html mustfail: modifying system class 136.html
14151: mustfail: $.name outside of $hash[here] 137.html mustfail:
14152: appendChild without import 138.html mustfail: invalid encoding
14153: inside of xml 139.html mustfail: bad XPath
14154:
14155: * operators.txt, src/classes/table.C, tests/084.html,
14156: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14157: tests/129.html, tests/results/125.processed,
14158: tests/results/126.processed, tests/results/127.processed,
14159: tests/results/128.processed, tests/results/129.processed: merged
14160: from HEAD ^table.hash[key][$.distinct[tables]]
14161:
14162: maked appropriate tests [changed one old nonconforming]
14163:
14164: * operators.txt, src/classes/table.C:
14165: ^table.hash[key][$.distinct[tables]]
14166:
14167: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14168: merged fix for found very old xml (dom) bug: were passing
14169: domString objects and later ERROREOUSLY freed them
14170:
14171: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14172: src/main/pa_charset.C: re-added libgdome patch. regretfully
14173: libgdome bug can not be worked around
14174:
14175: 2003-04-10 paf
14176:
14177: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14178: found very old xml (dom) bug: were passing domString objects and
14179: later ERROREOUSLY freed them
14180:
14181: * src/doc/string.dox, src/include/pa_memory.h,
14182: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14183: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14184: tests/123.html, tests/124.html, tests/results/001.processed,
14185: tests/results/002.processed, tests/results/003.processed,
14186: tests/results/004.processed, tests/results/005.processed,
14187: tests/results/006.processed, tests/results/008.processed,
14188: tests/results/009.processed, tests/results/010.processed,
14189: tests/results/011.processed, tests/results/012.processed,
14190: tests/results/013.processed, tests/results/014.processed,
14191: tests/results/015.processed, tests/results/016.processed,
14192: tests/results/017.processed, tests/results/018.processed,
14193: tests/results/020.processed, tests/results/021.processed,
14194: tests/results/022.processed, tests/results/023.processed,
14195: tests/results/024.processed, tests/results/025.processed,
14196: tests/results/026.processed, tests/results/027.processed,
14197: tests/results/028.processed, tests/results/029.processed,
14198: tests/results/030.processed, tests/results/031.processed,
14199: tests/results/032.processed, tests/results/033.processed,
14200: tests/results/034.processed, tests/results/035.processed,
14201: tests/results/036.processed, tests/results/037.processed,
14202: tests/results/038.processed, tests/results/039.processed,
14203: tests/results/040.processed, tests/results/041.processed,
14204: tests/results/042.processed, tests/results/043.processed,
14205: tests/results/044.processed, tests/results/045.processed,
14206: tests/results/046.processed, tests/results/047.processed,
14207: tests/results/048.processed, tests/results/049.processed,
14208: tests/results/050.processed, tests/results/051.processed,
14209: tests/results/052.processed, tests/results/053.processed,
14210: tests/results/054.processed, tests/results/055.processed,
14211: tests/results/056.processed, tests/results/057.processed,
14212: tests/results/058.processed, tests/results/059.processed,
14213: tests/results/060.processed, tests/results/061.processed,
14214: tests/results/062.processed, tests/results/063.processed,
14215: tests/results/064.processed, tests/results/065.processed,
14216: tests/results/066.processed, tests/results/067.processed,
14217: tests/results/068.processed, tests/results/069.processed,
14218: tests/results/070.processed, tests/results/071.processed,
14219: tests/results/072.processed, tests/results/073.processed,
14220: tests/results/074.processed, tests/results/075.processed,
14221: tests/results/076.processed, tests/results/077.processed,
14222: tests/results/078.processed, tests/results/079.processed,
14223: tests/results/080.processed, tests/results/081.processed,
14224: tests/results/082.processed, tests/results/083.processed,
14225: tests/results/084.processed, tests/results/085.processed,
14226: tests/results/086.processed, tests/results/087.processed,
14227: tests/results/088.processed, tests/results/089.processed,
14228: tests/results/090.processed, tests/results/091.processed,
14229: tests/results/092.processed, tests/results/093.processed,
14230: tests/results/094.processed, tests/results/095.processed,
14231: tests/results/096.processed, tests/results/097.processed,
14232: tests/results/101.processed, tests/results/102.processed,
14233: tests/results/104.processed, tests/results/105.processed,
14234: tests/results/106.processed, tests/results/107.processed,
14235: tests/results/108.processed, tests/results/109.processed,
14236: tests/results/110.processed, tests/results/111.processed,
14237: tests/results/112.processed, tests/results/113.processed,
14238: tests/results/114.processed, tests/results/115.processed,
14239: tests/results/116.processed, tests/results/117.processed,
14240: tests/results/118.processed, tests/results/119.processed,
14241: tests/results/120.processed, tests/results/121.processed,
14242: tests/results/122.processed, tests/results/123.processed,
14243: tests/results/124.processed: new convention: char* never 0.
14244: assert in cord on that
14245:
14246: * src/main/pa_charset.C: couple more asserts
14247:
14248: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14249: speedup
14250:
14251: * src/main/pa_charset.C: couple assertions on fantastic situations
14252: added [may be those is the case now?]
14253:
14254: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14255: that's memory from gc_malloc, not from g_malloc :(, but would
14256: hope]
14257:
14258: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14259: that's memory from gc_malloc, not from g_malloc :(, but would
14260: hope]
14261:
14262: * src/main/pa_charset.C: checked custom malloc for returning 0
14263:
14264: 2003-04-09 paf
14265:
14266: * src/classes/date.C: merged ^date.roll changes
14267:
14268: * src/classes/date.C: ^date.roll bug fix
14269:
14270: * src/classes/date.C: ^date.roll now throws less errors: month
14271: shifts handles end of month situation by reducing day number
14272: hour-hole shift reduces hour to recover
14273:
14274: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14275: Sort by function time
14276:
14277: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14278: http:// $.charset[] param done
14279:
14280: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14281: added [after volatile fix. passes on win&intel-solaris]
14282:
14283: 2003-04-08 paf
14284:
14285: * src/: classes/file.C, classes/op.C, classes/table.C,
14286: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14287: include/pa_common.h, include/pa_request_charsets.h,
14288: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14289: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14290: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14291: types/pa_vresponse.C: started http:// $.charset[] param and
14292: http response charset detection just compiled. todo:test
14293:
14294: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14295:
14296: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14297: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14298: types/pa_vmail.C: changed transcode param converntion along with
14299: string creating convention -- all strings are zero-terminated,
14300: this allowed to fix one remaining String("123", 2) case
14301:
14302: * src/: classes/date.C, classes/file.C, classes/hash.C,
14303: classes/op.C, classes/string.C, classes/table.C,
14304: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14305: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14306: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14307: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14308: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14309: violated String::invariant. started fixing [not compiled now]
14310:
14311: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14312: main/compile.tab.C, main/compile.y, main/pa_string.C,
14313: main/untaint.C, targets/cgi/parser3.C: number of string style
14314: improvements & optimizations
14315:
14316: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14317: :(]
14318:
14319: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14320: [for it's a pointer really]
14321:
14322: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14323: 'n' param. worked that around
14324:
14325: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14326: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14327: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14328: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14329: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14330:
14331: Thanks for the bug report and patch.
14332:
14333: I hadn't looked at this code in a while. Reading it now, it
14334: seems to me that the tests should also be ">= MAX_DEPTH" to
14335: comply with the invariant, though that may not matter a lot. I
14336: changed that, too.
14337:
14338: Hans
14339:
14340: 2003-04-07 paf
14341:
14342: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14343: merged from head:safe mode error message now includes numbers
14344:
14345: * src/main/execute.C: n-th attempt to make a=a work with double.
14346: problem: as_double returns it's result in fp-register compiler
14347: optimizes access to that register after b->as_double, and just
14348: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14349: from memory. _SAME_ double values do not match here. when
14350: forced to REload fp-register, values do match.
14351:
14352: tried to make them volatile.
14353:
14354: * src/main/execute.C: n-th attempt to make a=a work with double.
14355: problem: as_double returns it's result in fp-register compiler
14356: optimizes access to that register after b->as_double, and just
14357: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14358: from memory. _SAME_ double values do not match here. when
14359: forced to REload fp-register, values do match.
14360:
14361: tried to make them volatile.
14362:
14363: * src/types/pa_vobject.h: small style change
14364:
14365: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14366:
14367: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14368: mode error message now includes numbers
14369:
14370: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14371: now causes death
14372:
14373: 2003-04-04 paf
14374:
14375: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14376: incorportated pa_exec patch by From: "Victor Fedoseev"
14377: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14378: Sent: Thursday, January 23, 2003 9:14 AM
14379:
14380: huge speedup on ^file::cgi with big result
14381:
14382: * src/classes/table.C: sort table with 0 rows bug fixed
14383:
14384: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14385: fix http://i2/tasks/edit/?id=4493701604654042676
14386:
14387: @main[] $with_default[ $.a[1] $._default[default from
14388: with_default] ] ^show[$with_default]
14389:
14390: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14391: =$to_add_to.xxx=<br>
14392:
14393: ^show[$to_add_to]
14394:
14395: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14396: ^show[$cloned]
14397:
14398: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14399:
14400: } <hr>
14401:
14402: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14403: http://i2/tasks/edit/?id=4493701604654042676
14404:
14405: @main[] $with_default[ $.a[1] $._default[default from
14406: with_default] ] ^show[$with_default]
14407:
14408: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14409: =$to_add_to.xxx=<br>
14410:
14411: ^show[$to_add_to]
14412:
14413: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14414: ^show[$cloned]
14415:
14416: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14417:
14418: } <hr>
14419:
14420: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14421: http://i2/tasks/edit/?id=4507350336410850921
14422:
14423: * src/classes/xdoc.C: memory allocation func bugfix
14424: http://i2/tasks/edit/?id=4499303470368629745
14425:
14426: * src/classes/math.C: allowed random 1...
14427:
14428: * src/classes/math.C: allowed random 0..
14429:
14430: * src/main/pa_globals.C: exif mem leak
14431: http://i2/tasks/edit/?id=4480590323629807263
14432:
14433: * src/: classes/classes.dsp, main/main.dsp,
14434: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14435: fix http://i2/tasks/edit/?id=4493946731322521294
14436: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14437:
14438: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14439: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14440: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14441: links to xml libs made relative, no need to unpack parser3project
14442: to /parser3project.
14443:
14444: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14445: column more precise - tab handling bug fixed
14446:
14447: * src/main/: compile.tab.C, compile.y: more understandable error
14448: message in case @CLASS with more then one line inside
14449:
14450: * src/targets/cgi/parser3.C: more understandable error message in
14451: case of errors in @unhandled_exception
14452:
14453: 2003-04-03 paf
14454:
14455: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14456: src/main/compile.tab.C, src/main/compile.y,
14457: src/main/compile_tools.C, src/main/compile_tools.h,
14458: src/main/execute.C, src/main/pa_request.C: debug info format
14459: simplified, now it's: OP_VALUE Operation::Origin << here value*
14460:
14461: higher limits: file number (max: 255) line number (max:
14462: 64535) column number (max: 255)
14463:
14464: * src/classes/math.C: top limit
14465:
14466: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14467: precise parse error position in case of
14468:
14469: ^bug ]
14470:
14471: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14472: changed to realities, and passed [bug fixed]
14473:
14474: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14475: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14476: main/compile_tools.h, main/pa_request.C: introducing
14477: ^process...[main-method-alias]
14478:
14479: * src/: classes/date.C, classes/image.C, classes/op.C,
14480: classes/string.C, classes/table.C, classes/xdoc.C,
14481: types/pa_vmethod_frame.h: MethodParams& now [methods without
14482: params receive zero reference, but they are expected not to look
14483: there]
14484:
14485: * operators.txt, src/classes/date.C, src/classes/double.C,
14486: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14487: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14488: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14489: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14490: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14491: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14492: [methods without params receive zero reference, but they are
14493: expected not to look there]
14494:
14495: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14496: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14497: ^process...[filename] useful for better error reporting
14498: [file/line/col]
14499:
14500: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14501: types/pa_vstring.h: slightly improved error messages text: 1. is
14502: '%s', it 2. method undefined in case of ^void[]
14503:
14504: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14505: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14506: handling done. now we have error columns todo: test it
14507:
14508: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14509: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14510:
14511: this makes life easier: were: bad stack order -- were in
14512: exception catch unwind order, which didn't match execution order
14513:
14514: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14515:
14516: @first[] ^throw[a;1]
14517:
14518: showed throw a first throw b try
14519:
14520: which is no good
14521:
14522: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14523: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14524: trace reset after handled exception [old bug fixed]
14525:
14526: * src/main/: compile.tab.C, compile.y: parse position old bug
14527: fixed. position reporting made precise [both, in parse erros and
14528: runtime errors]
14529:
14530: 2003-04-02 paf
14531:
14532: * src/: include/pa_operation.h, include/pa_request.h,
14533: main/compile.C, main/compile.tab.C, main/compile.y,
14534: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14535: main/pa_exception.C, main/pa_request.C: debug info: started
14536: using. todo:complete
14537:
14538: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14539: main/compile.C, main/compile.tab.C, main/compile.y,
14540: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14541: main/pa_request.C: prepared debug info todo:use it
14542:
14543: * src/include/pa_operation.h: strange mistake fixed: forgot to
14544: return Operation class->union after switching from autoptrs.
14545:
14546: * tests/: Makefile, results/108.processed, results/117.processed:
14547: meta considered OK [it's up to coder now to remove it not needed]
14548:
14549: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14550: Dictionary constructor when moved to gc]
14551:
14552: * src/main/pa_common.C: uncommented http:// file loading
14553:
14554: * src/include/pa_array.h, src/main/execute.C,
14555: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14556: fix [gdGrowingBuf]
14557:
14558: * configure.in, src/lib/Makefile.am: removed patches
14559:
14560: * configure, src/include/pa_config_auto.h.in,
14561: src/main/pa_charset.C: --enable-assertions autoconf-ed
14562:
14563: * src/main/pa_common.C: uncommented http:// file loading
14564:
14565: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14566: xdoc::create/load
14567:
14568: * src/: classes/form.C, classes/hash.C, classes/image.C,
14569: classes/string.C, classes/table.C, classes/void.C,
14570: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14571: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14572: String::String(str,helper_length) are checked. found/fixed one
14573: place: $request:body now zero-terminated,
14574:
14575: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14576: main/compile_tools.C, main/execute.C, types/pa_value.h,
14577: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14578: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14579: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14581: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14582: types/pa_vxnode.h: more locally scoped vars in execute (more
14583: easily optimizable)
14584:
14585: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14586: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14587:
14588: * src/: include/pa_array.h, include/pa_stack.h,
14589: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14590: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14591: become assertion iterator in methodframe filler
14592:
14593: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14594: targets/cgi/parser3.C: array::get/put inlined
14595:
14596: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14597: gc_substitute_memory_management_functions +installed CORD_oom
14598: function
14599:
14600: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14601: src/include/pa_config_includes.h, src/include/pa_string.h,
14602: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14603: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14604: assertions started configure.in --enable-assertions
14605:
14606: 2003-04-01 paf
14607:
14608: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14609: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14610: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14611: gdome uses glib memory, and stores last pointer to xmlDoc there,
14612: gc misses that and collects valid memory fixed by remembering
14613: xmlDoc from dom object in xdoc. todo: do something with
14614: premature free of xdoc with xnodes/node values referring into it
14615:
14616: * src/classes/: mail.C: typo fix
14617:
14618: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14619: changes
14620:
14621: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14622: main/pa_memory.C: moved memory debugging to global level: to
14623: pa_gc_malloc
14624:
14625: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14626: debugging showed no errors. todo: debug parser memory
14627:
14628: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14629: configurations
14630:
14631: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14632: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14633: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14634: types/types.dsp: prepared xml-static configuration
14635:
14636: 2003-03-31 paf
14637:
14638: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14639: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14640: xml lib memory debugging, simple checks failed: it seems that
14641: library does realloc(bad ptr), and recording those ptrs in heap
14642: [for debugging] was bad: heap situation changes = everything
14643: works fine
14644:
14645: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14646: xmlRegisterCharEncodingHandler limitation [currently imposed
14647: limit of 10 user-defined charsets]
14648:
14649: 2003-03-28 paf
14650:
14651: * src/main/execute.C: execution stack copied to local register
14652: variable, removed lots [~2e7) of memory accesses
14653:
14654: 2003-03-27 paf
14655:
14656: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14657: works in debug, but fails in release todo: fix that
14658:
14659: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14660: targets/cgi/parser3.C: forgot to merge XML memory funcs
14661: replacement from gc branch
14662:
14663: * src/main/pa_exec.C: introducing append_help_length [radical
14664: improvement here]
14665:
14666: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14667: 'not recommened' in gc.h, on win32 noticed no difference]
14668:
14669: * src/include/pa_array.h: returned checked array get [were disabled
14670: for debugging] result:not slower [don't understand that, it were
14671: INLINED] todo: find out a way of inlining it!
14672:
14673: * src/: include/pa_string.h, lib/gc/include/gc.h,
14674: lib/gc/include/gc_fake.h, main/compile.tab.C,
14675: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14676: convention changed: all resulting strings are zero-terminated
14677:
14678: * src/: classes/date.C, classes/file.C, classes/hash.C,
14679: classes/string.C, classes/table.C, classes/void.C,
14680: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14681: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14682: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14683: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14684: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14685: types/pa_vfile.C, types/pa_vmail.C: introducing
14686: append_help_length [radical improvement here]
14687:
14688: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14689: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14690: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14691: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14692: even slower
14693:
14694: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14695: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14696: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14697: clients of &get(): most to use non-ref version, some[in tight
14698: places] to get_unchecked_ref
14699:
14700: * src/doc/memory.dox: forgot to add
14701:
14702: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14703: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14704: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14705: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14706: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14707: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14708: targets/cgi/parser3.dsp, types/pa_vmail.C,
14709: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14710: T>>&<< removed after Stack::pop wiping removed [moved to separate
14711: func] other Array & removed
14712:
14713: 2003-03-26 paf
14714:
14715: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14716: classes/table.C, include/pa_array.h, include/pa_charset.h,
14717: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14718: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14719: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14720: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14721: main/pa_exec.C, main/pa_sql_driver_manager.C,
14722: main/pa_stylesheet_manager.C, main/pa_table.C,
14723: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14724: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14725: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14726: pre-evaluated .count() in some places
14727:
14728: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14729: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14730: types/types.dsp: .dsp profiling updated
14731:
14732: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14733: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14734: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14735:
14736: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14737: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14738: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14739: use lib/gc,lib/cord
14740:
1.116 moko 14741: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14742: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14743: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14744: src/include/pa_config_includes.h, src/include/pa_request.h,
14745: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14746: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14747: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14748: src/lib/cord/include/Makefile.am,
1.116 moko 14749: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14750: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14751: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14752: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14753: src/types/pa_vform.h, src/types/pa_vhash.h,
14754: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14755: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14756: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14757: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14758: funcs ported pa_exec
1.95 moko 14759:
14760: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14761:
14762: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14763: bundled gc includes
14764:
14765: * src/: classes/op.C, include/pa_array.h,
14766: include/pa_sql_connection.h, include/pa_string.h,
14767: include/pa_version.h, main/compile.tab.C, main/compile.y,
14768: main/execute.C, main/pa_common.C, main/pa_exception.C,
14769: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14770: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14771: first real site (aval)]
14772:
14773: 2003-03-25 paf
14774:
14775: * operators.txt, src/main/pa_sql_driver_manager.C,
14776: src/types/pa_vstatus.C: $status.memory used free since_compact
14777: process
14778:
14779: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14780: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14781:
14782: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14783:
14784: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14785: src/types/pa_value.h, src/types/pa_vfile.h,
14786: src/types/pa_vobject.C, src/types/pa_vobject.h,
14787: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14788: tests/results/121.processed: untaint.C L_URI
14789:
14790: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14791: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14792: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14793: src/types/pa_vmemory.h: ^memory:compact[]
14794:
14795: * tests/results/109.processed: it was a bug in parser. updated 109
14796: test result
14797:
14798: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14799:
14800: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14801: tests/results/107.processed: fixed dom language [values are now
14802: considered tainted. it was a bug in parser. updated 107 test
14803: result
14804:
14805: * src/classes/xdoc.C: fixed transform params
14806:
14807: * src/: include/pa_stylesheet_manager.h,
14808: main/pa_stylesheet_manager.C: fixed stylesheet caching
14809:
14810: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14811: overloads for structure handling
14812:
14813: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14814: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14815: StringBody(0) ambiguilty, introducting static
14816: StringBody::Format(int)
14817:
14818: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14819: linked
14820:
14821: * src/types/pa_vxdoc.C: vxdoc compiled
14822:
14823: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14824: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14825: finalizers isntalled
14826:
14827: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14828: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14829: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14830: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14831: compiled todo: xnode.C / finalizers
14832:
14833: * src/doc/string.dox: updated: new string internals
14834:
14835: 2003-03-24 paf
14836:
14837: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14838: include/pa_charset.h, include/pa_config_fixed.h,
14839: include/pa_request.h, include/pa_stylesheet_connection.h,
14840: include/pa_stylesheet_manager.h, main/pa_charset.C,
14841: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14842: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14843: types/pa_vxnode.h: started XML
14844:
14845: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14846:
14847: * src/: classes/file.C, classes/image.C, classes/mail.C,
14848: include/pa_string.h, main/pa_common.C,
14849: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14850:
14851: * src/: classes/file.C, classes/image.C, classes/mail.C,
14852: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14853: main/pa_request.C, main/pa_sql_driver_manager.C,
14854: types/pa_vimage.h: size_t pos everywhere checks changed to check
14855: for eq STRING_NOT_FOUND
14856:
14857: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14858: optimize bit implemented
14859:
14860: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14861: String::ArrayFragment::append_positions fixed
14862:
14863: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14864: String::this_starts fixed
14865:
14866: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14867:
14868: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14869: hashcode implemented fully, including per-char callback [it can
14870: be - substr CORD node]
14871:
14872: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14873: rewritten to rewalloc with 100byte buf ahead
14874:
14875: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14876: src/include/pa_string.h, src/main/compile.tab.C,
14877: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14878: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14879: CORD_ec [bad] would rewrite as realloc now
14880:
14881: * src/: classes/date.C, classes/file.C, classes/form.C,
14882: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14883: include/pa_cache_managers.h, include/pa_charsets.h,
14884: include/pa_common.h, include/pa_request.h,
14885: include/pa_sql_driver_manager.h, include/pa_table.h,
14886: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14887: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14888: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14889: types/pa_vmail.C, types/pa_vmethod_frame.C,
14890: types/pa_vstateless_class.h: 2*2 worked :)
14891:
14892: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14893: src/include/pa_exec.h, src/include/pa_string.h,
14894: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14895: passed OK
14896:
14897: * src/: classes/hash.C, classes/string.C, classes/table.C,
14898: types/pa_value.C: all linked todo: debug
14899:
14900: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14901: types/pa_vstateless_class.C: all compiled. todo:link
14902:
14903: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14904:
14905: * src/types/pa_vtable.C: pa_vtable.C compiled
14906:
14907: * src/types/pa_vstring.C: pa_vstring.C compiled
14908:
14909: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14910:
14911: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14912: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14913: pa_vstateless_class.C, pa_vstateless_class.h:
14914: pa_vstateless_class.C compiled
14915:
14916: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14917: types/pa_vmath.C: pa_vmail.C compiled
14918:
14919: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14920:
14921: * src/types/pa_vform.C: pa_vform.C compiled
14922:
14923: * src/types/pa_vfile.C: pa_vfile.C compiled
14924:
14925: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14926: pa_vstateless_class.C: pa_vcookie.C compiled
14927:
14928: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14929: types/pa_vhash.h: pa_value.C compiled
14930:
14931: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14932: classes.lib main.lib compiled
14933:
14934: * src/classes/void.C: void.C compiled
14935:
14936: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14937: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14938: compiled
14939:
14940: * src/: classes/string.C, include/pa_request.h,
14941: include/pa_string.h, main/pa_string.C: string.C compiled
14942:
14943: * src/: classes/op.C, classes/string.C, classes/table.C,
14944: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14945: main/pa_request.C, main/pa_string.C: op.C compiled
14946:
14947: * src/classes/: math.C, op.C: math.C compiled
14948:
14949: * src/: classes/mail.C, classes/string.C, classes/table.C,
14950: types/pa_vmail.h: mail.C compiled
14951:
14952: * src/classes/: int.C, table.C: int.C compiled
14953:
14954: * src/: classes/hash.C, classes/image.C, classes/string.C,
14955: classes/table.C, include/pa_memory.h, include/pa_string.h,
14956: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14957: compiled
14958:
14959: * src/: classes/hash.C, classes/string.C, classes/table.C,
14960: classes/void.C, classes/xdoc.C, include/pa_request.h,
14961: include/pa_sql_connection.h: hash.C compiled
14962:
14963: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14964: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14965: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14966: classes/math.C, classes/op.C, classes/response.C,
14967: classes/string.C, classes/table.C, classes/void.C,
14968: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14969: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14970: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14971: file.C table.C compiled
14972:
14973: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14974: main/untaint.C: main.lib compiled
14975:
14976: 2003-03-21 paf
14977:
14978: * src/: classes/op.C, include/pa_cache_managers.h,
14979: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14980: include/pa_stylesheet_manager.h, main/pa_exception.C,
14981: main/pa_globals.C, main/pa_sql_driver_manager.C,
14982: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14983: compiled
14984:
14985: * src/: classes/hash.C, classes/image.C, classes/op.C,
14986: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14987: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14988: main/compile.C, main/pa_common.C, main/pa_request.C,
14989: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14990: pa_request.C compiled
14991:
14992: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14993: include/pa_request.h, main/execute.C, main/pa_request.C,
14994: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14995: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14996: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14997: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14998: compiled
14999:
15000: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15001: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15002: on unix
15003:
15004: * src/: include/pa_charset.h, include/pa_charsets.h,
15005: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15006: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15007: pa_charsets.C compiled
15008:
15009: * src/: classes/image.C, classes/mail.C, classes/op.C,
15010: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15011: main/compile.y, main/execute.C, main/pa_common.C,
15012: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15013: types/pa_vcode_frame.h, types/pa_vimage.h,
15014: types/pa_vmethod_frame.h: execute.C compiled
15015:
15016: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15017: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15018: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15019: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15020: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15021: include/pa_cache_managers.h, include/pa_charsets.h,
15022: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15023: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15024: include/pa_sql_driver_manager.h, include/pa_string.h,
15025: include/pa_stylesheet_connection.h,
15026: include/pa_stylesheet_manager.h, include/pa_table.h,
15027: main/compile.C, main/compile.tab.C, main/compile.y,
15028: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15029: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15030: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15031: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15032: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15033: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15034: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15035: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15036: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15037: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15038: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15039: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15040: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15041: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15042: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15043: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15044: types/pa_vresponse.h, types/pa_vstateless_class.C,
15045: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15046: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15047: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15048: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15049: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15050: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15051: [C++ CORD wrapper]
15052:
15053: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15054:
15055: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15056: $file::exec/cgi[script; $.charset[this is script's charset]
15057:
15058: command line, env values, input got transcoded before call
15059: stdout, stderr got transcoded after call
15060:
15061: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15062: by default. use: ^file::exec[...;$.stdin[$request.body]
15063:
15064: * src/main/pa_common.C: } typo bug fix
15065:
15066: * src/main/pa_common.C: } typo bug fix
15067:
15068: 2003-03-20 paf
15069:
15070: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15071: main/untaint.C: cord bug fix, but still errors todo: clear out
15072:
15073: * src/include/pa_string.h: more tests
15074:
15075: * src/main/pa_string.C: string.pos fixed
15076:
1.116 moko 15077: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15078: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15079: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15080: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15081: replaces
1.95 moko 15082:
15083: * src/: classes/image.C, include/pa_dictionary.h,
15084: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15085: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15086: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15087: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15088:
15089: * src/include/pa_string.h: warning
15090:
15091: * src/include/pa_string.h: this_starts fixed
15092:
15093: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15094: new String ctor & append params convention
15095:
15096: * src/: classes/file.C, classes/hash.C, classes/image.C,
15097: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15098: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15099: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15100: main/pa_exception.C, main/pa_exec.C,
15101: main/pa_sql_driver_manager.C, main/pa_string.C,
15102: main/pa_stylesheet_manager.C, main/untaint.C,
15103: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15104: types/pa_vmail.C: more tests OK
15105:
15106: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15107: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15108: gc/exit runned OK
15109:
15110: * src/types/pa_vmail.C: another naming problem: should not name
15111: vars like that: unpredictable close caused problems with later
15112: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15113: descriptors missing on startup: stdin; Bad file number
15114:
15115: todo: find out why so many filters(stream) here. probably wrong?
15116:
15117: * src/: include/pa_dictionary.h, include/pa_string.h,
15118: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15119: main/untaint.C: test compiled
15120:
15121: * src/: classes/image.C, classes/mail.C, classes/math.C,
15122: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15123: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15124: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15125: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15126: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15127: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15128: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15129: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15130: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15131:
15132: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15133: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15134: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15135: src/include/pa_memory.h, src/include/pa_request.h,
15136: src/include/pa_request_charsets.h,
15137: src/include/pa_sql_connection.h, src/include/pa_string.h,
15138: src/main/compile.tab.C, src/main/execute.C,
15139: src/main/pa_charset.C, src/main/pa_common.C,
15140: src/main/pa_exception.C, src/main/pa_exec.C,
15141: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15142: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15143: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15144: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15145: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15146: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15147: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15148: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15149: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15150: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15151: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15152: pa_common.C [done, without http for now]
15153:
15154: 2003-03-19 paf
15155:
15156: * src/: classes/date.C, classes/form.C, classes/hash.C,
15157: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15158: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15159: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15160: include/pa_string.h, include/pa_table.h, main/compile.C,
15161: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15162: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15163: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15164: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15165: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15166: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15167: types/pa_vstateless_class.h, types/pa_vtable.C,
15168: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15169: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15170: types/pa_wwrapper.h: started test
15171:
1.116 moko 15172: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15173: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15174:
15175: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15176: include/pa_string.h, main/pa_string.C: string compiled todo: test
15177: it
15178:
15179: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15180: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15181: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15182: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15183: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15184: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15185: types/pa_vmethod_frame.h, types/types.dsp: string
15186: reimplementation with cord+array<fragment>: 70%
15187:
15188: 2003-03-18 paf
15189:
15190: * src/: classes/date.C, classes/file.C, classes/form.C,
15191: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15192: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15193: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15194: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15195: can ignore lang in cmp and pos really, but would
15196: split properly!
15197:
15198: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15199: cord part made parser/src/lib: it's not compiled into libgc by
15200: default
15201:
15202: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15203: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15204: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15205: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15206: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15207: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15208: src/classes/xnode.C, src/classes/xnode.h,
15209: src/include/Makefile.am, src/include/pa_cache_managers.h,
15210: src/include/pa_charset.h, src/include/pa_charsets.h,
15211: src/include/pa_common.h, src/include/pa_dictionary.h,
15212: src/include/pa_exception.h, src/include/pa_exec.h,
15213: src/include/pa_globals.h, src/include/pa_hash.h,
15214: src/include/pa_memory.h, src/include/pa_pool.h,
15215: src/include/pa_request.h, src/include/pa_request_charsets.h,
15216: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15217: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15218: src/include/pa_stylesheet_connection.h,
15219: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15220: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15221: src/main/compile.C, src/main/compile.tab.C,
15222: src/main/compile_tools.C, src/main/compile_tools.h,
15223: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15224: src/main/pa_charsets.C, src/main/pa_common.C,
15225: src/main/pa_dictionary.C, src/main/pa_exception.C,
15226: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15227: src/main/pa_pool.C, src/main/pa_request.C,
15228: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15229: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15230: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15231: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15232: src/types/pa_junction.h, src/types/pa_method.h,
15233: src/types/pa_value.C, src/types/pa_value.h,
15234: src/types/pa_vclass.C, src/types/pa_vclass.h,
15235: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15236: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15237: src/types/pa_vdouble.h, src/types/pa_venv.h,
15238: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15239: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15240: src/types/pa_vimage.C, src/types/pa_vimage.h,
15241: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15242: src/types/pa_vmath.C, src/types/pa_vmath.h,
15243: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15244: src/types/pa_vobject.C, src/types/pa_vobject.h,
15245: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15246: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15247: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15248: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15249: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15250: src/types/pa_vstring.h, src/types/pa_vtable.C,
15251: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15252: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15253: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15254: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15255: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15256: gc: PA_Object done lots of replacements also
15257:
15258: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15259: gc logging
15260:
15261: 2003-03-17 paf
15262:
15263: * src/: classes/date.C, classes/file.C, classes/form.C,
15264: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15265: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15266: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15267: include/pa_string.h, include/pa_types.h, main/compile.C,
15268: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15269: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15270: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15271: main/pa_sql_driver_manager.C, main/pa_string.C,
15272: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15273: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15274: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15275: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15276: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15277: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15278: types/pa_vxnode.h: libgc attempt
15279:
15280: 2003-03-13 paf
15281:
15282: * src/: include/pa_sql_driver_manager.h,
15283: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15284: called
15285:
15286: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15287: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15288: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15289: types/pa_value.h, types/pa_vobject.h,
15290: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15291: set_base, set_derived simplified [counter leaks fixed]
15292:
15293: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15294: src/types/types.dsp: incorporated status class patch From:
15295: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15296: 2003 8:14 AM
15297:
15298: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15299: Win32 specific: QuotaPeakNonPagedPoolUsage
15300: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15301:
15302: 2003-03-12 paf
15303:
1.116 moko 15304: * configure, configure.in, src/lib/ltdl/configure,
15305: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15306: lib/ltdl/Makefile now created by /configure.in only [were by
15307: lib/ltdl/configure.in OVERWRITE]
15308:
1.116 moko 15309: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15310: linkage fixed for g++ 3.2.2
1.95 moko 15311:
15312: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15313: on using privately declared class [fixed]
15314:
15315: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15316: 3.2 rightliy complained on using privately declared class [fixed]
15317:
15318: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15319: sigpipe before request constructor now causes death
15320:
15321: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15322: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15323: not cause exception in exception handler
15324:
1.116 moko 15325: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15326: now default links libstdc++ statically. that can be overriden by
15327: --with-dynamic-stdcpp
1.95 moko 15328:
15329: 2003-03-11 paf
15330:
15331: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15332: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15333: necessity of libstdc++
15334:
15335: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15336:
15337: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15338:
15339: 2003-03-08 paf
15340:
15341: * tests/Makefile: make install & co
15342:
15343: * src/: include/pa_request.h, classes/op.C: removing
15344: vclass,object.h -> pa_request.h dependency
15345:
15346: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15347: main/pa_request.C: removing vform,response,cookie.h ->
15348: pa_request.h dependency
15349:
15350: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15351: dependency [testing...]
15352:
15353: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15354: return 0; fixed
15355:
15356: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15357: types/pa_vmail.h: vmail.C received just compiled [not tested]
15358:
15359: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15360:
15361: * src/main/pa_request.C: forgotten: ifdef XML
15362:
15363: * src/main/pa_request.C: forgotten: ifdef XML
15364:
15365: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15366: win32 and run memleak tests again
15367:
15368: * src/targets/cgi/parser3.C: charsets: see some strange things with
15369: old xml lib-- it's internal memory handling has faults
15370:
15371: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15372: problems when transcode from charset A to A.
15373:
15374: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15375: todo: still problems when transcode from charset A to A.
15376:
15377: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15378: classes/table.C, include/pa_array.h,
15379: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15380: started full-scale-site-test [~ http://parser.ru sources]
15381:
15382: some fixes
15383:
15384: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15385: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15386: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15387: results/110.processed, results/111.processed,
15388: results/112.processed, results/113.processed,
15389: results/114.processed, results/115.processed,
15390: results/116.processed, results/117.processed,
15391: results/118.processed, results/119.processed,
15392: results/120.processed: xml: tests 109 dom create/show 110 xpath
15393: selectSingle 111 xdoc.create from tainted & 112
15394: xdoc.create/output with russian attr value 113 xpath
15395: selectString/Number 114 dom attributes.count 115 xpath selectBool
15396: 116 output media-type change 117 transform by dom stylesheet 118
15397: empty transform result 119 dom setAttribute 120 nbsp letter
15398: output
15399:
15400: =END OF PREPARED XML TESTS=
15401:
15402: 2003-03-07 paf
15403:
15404: * src/classes/xdoc.C, src/include/pa_charset.h,
15405: src/include/pa_stylesheet_connection.h, tests/108.html,
15406: tests/108.xsl, tests/results/108.processed: xml: test 108
15407: transform with params [bugs fixed]
15408:
15409: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15410: from copy/paste bug
15411:
15412: * src/classes/xdoc.C, src/include/pa_charset.h,
15413: src/include/pa_request.h, src/main/execute.C,
15414: src/main/pa_charset.C, src/main/pa_exception.C,
15415: src/main/pa_globals.C, src/main/pa_request.C,
15416: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15417: src/types/pa_vxnode.C, tests/107.html,
15418: tests/results/107.processed: xml: test: 107 bug fixes
15419:
15420: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15421: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15422: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15423:
15424: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15425: string
15426:
15427: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15428: mem alloc functions used for different cases [libxml, libxsl]
15429:
15430: * src/classes/classes.C: fixed: prevent system classes from
15431: modification to lock ALL the classes, not only directly used
15432:
15433: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15434: linked
15435:
15436: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15437:
15438: 2003-03-06 paf
15439:
15440: * src/classes/xdoc.C: xdoc.C 50%
15441:
15442: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15443: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15444: main/pa_globals.C, main/pa_request.C,
15445: main/pa_stylesheet_manager.C: xnode.C compiled
15446:
15447: * src/: include/pa_stylesheet_connection.h,
15448: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15449: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15450:
15451: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15452: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15453: xml: stylesheet&manager STARTED
15454:
15455: * src/: include/pa_globals.h, main/pa_charset.C,
15456: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15457:
15458: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15459: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15460: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15461: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15462: charsets
15463:
15464: * tests/023.html: in some cases it rounded up badly. postponing
15465: solution of that problem, making more simple test
15466:
15467: * tests/: 058_paf2000.png, results/058.processed: .png added with
15468: -kb now
15469:
15470: * src/: include/pa_charset.h, include/pa_charsets.h,
15471: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15472: moved to charsets.C
15473:
15474: 2003-03-05 paf
15475:
15476: * src/classes/string.C, src/include/pa_string.h,
15477: src/main/pa_string.C, tests/105.html,
15478: tests/results/105.processed: String::match bug fixed
15479:
15480: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15481: tests/results/104.processed: ^bpt operator added [does int3 in
15482: debug build on win32]
15483:
15484: * tests/: 057.html, results/057.processed: test bug fixed
15485:
1.116 moko 15486: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15487:
15488: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15489: missing
15490:
1.116 moko 15491: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15492: forgotten files added to Makes
1.95 moko 15493:
15494: * ltmain.sh: ltmain.sh added
15495:
15496: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15497: change undone ;(
15498:
15499: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15500: made static
15501:
15502: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15503: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15504: todo:make linker happy
1.95 moko 15505:
15506: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15507: env param made optional
15508:
15509: 2003-03-04 paf
15510:
15511: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15512: types/pa_vimage.h: number of gcc compiler bugs fixed
15513:
15514: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15515: results/103.processed: tests: 103 image.copy transparence test
15516:
15517: * src/main/execute.C, tests/101.html, tests/102.html,
15518: tests/results/101.processed, tests/results/102.processed: tests:
15519: 101 method/variable name conflict test 102 form fields change
15520: should not not change anything [bug fix]
15521:
15522: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15523: results/099.processed, results/100.processed: tests: 57 date
15524: create 2002: added 99,100 response:body/download
15525:
15526: * src/classes/image.C, tests/098.html, tests/098font.gif,
15527: tests/results/098.processed: test: 98 image font text [bug fixed]
15528:
15529: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15530: tests/results/097.processed: test: 97 file::load http:// [bugs
15531: fixed]
15532:
15533: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15534: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15535: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15536: image EXIF [bug fixed]
15537:
15538: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15539: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15540: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15541: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15542: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15543: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15544: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15545: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15546: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15547: tests/094.html, tests/095.html, tests/results/061.processed,
15548: tests/results/062.processed, tests/results/063.processed,
15549: tests/results/064.processed, tests/results/065.processed,
15550: tests/results/066.processed, tests/results/067.processed,
15551: tests/results/068.processed, tests/results/069.processed,
15552: tests/results/070.processed, tests/results/071.processed,
15553: tests/results/072.processed, tests/results/073.processed,
15554: tests/results/074.processed, tests/results/075.processed,
15555: tests/results/076.processed, tests/results/077.processed,
15556: tests/results/078.processed, tests/results/080.processed,
15557: tests/results/081.processed, tests/results/082.processed,
15558: tests/results/083.processed, tests/results/084.processed,
15559: tests/results/085.processed, tests/results/086.processed,
15560: tests/results/087.processed, tests/results/088.processed,
15561: tests/results/089.processed, tests/results/090.processed,
15562: tests/results/091.processed, tests/results/092.processed,
15563: tests/results/093.processed, tests/results/094.processed,
15564: tests/results/095.processed, tests/079.html,
15565: tests/results/079.processed: tests: 61 file::stat size 62
15566: string->int autoconvert 63 double .int,dec,div,mul 64 date
15567: compare 65 file: basename,justname,justext 66 math:crypt 67
15568: string.match simple on long 68 string.match normalized simple on
15569: long 69 string.int 70 file::stat content-type 71 table.join 72
15570: hash parameter conditional pass 73 date daylightsaving,yearday 74
15571: date arithmetics 75 response date values/attributes 76 string.pos
15572: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15573: with local 80 scientific numeric literal in string autoconvert 81
15574: xor: logical and numerical 82 for delims 83 menu delims 84
15575: table.hash distinct 85 long string replace 86 throw+catch
15576: current language preserve 87 bit shifts 88 junction tests +
15577: $caller test 89 hash.foreach selfmodification 90 int/void to int
15578: 91 $caller test 92 junction is + def junction tests 93 $caller
15579: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15580:
15581: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15582: fixed] 60 string eq string [bug fixed]
15583:
15584: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15585: 058.html, 058_paf2000.png, 059.html, 060.html,
15586: results/053.processed, results/054.processed,
15587: results/055.processed, results/056.processed,
15588: results/057.processed, results/058.processed,
15589: results/059.processed, results/060.processed: test: 53
15590: string.replace 54 junctions 55 table.hash 56 call indirect 57
15591: date.create[string] 58 image.measure[png]
15592:
15593: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15594: outputs/051.processed, results/052.processed: test: 52
15595: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15596: task: fix that
15597:
15598: 2003-03-03 paf
15599:
15600: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15601: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15602: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15603: outputs/049.processed, outputs/050.processed,
15604: outputs/051.processed, results/001.processed,
15605: results/002.processed, results/003.processed,
15606: results/005.processed, results/006.processed,
15607: results/008.processed, results/009.processed,
15608: results/011.processed, results/012.processed,
15609: results/013.processed, results/014.processed,
15610: results/015.processed, results/016.processed,
15611: results/017.processed, results/020.processed,
15612: results/021.processed, results/022.processed,
15613: results/024.processed, results/025.processed,
15614: results/026.processed, results/027.processed,
15615: results/028.processed, results/029.processed,
15616: results/030.processed, results/031.processed,
15617: results/049.processed, results/050.processed,
15618: results/051.processed, results/043.processed,
15619: results/044.processed, results/045.processed,
15620: results/046.processed, results/047.processed,
15621: results/048.processed: tests: 43,44,45 date rolls 46
15622: autoevaluating junction 47 table.select 48 name with subvar 49
15623: hash-creating switch 50 process 51 started parent/child, works as
15624: it were but it were NOT GOOD, created separate task to fix that
15625:
15626: * tests/: 042.html, results/042.processed: test: 42
15627: exception.handled
15628:
15629: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15630: expression
15631:
15632: * tests/: 040.html, results/040.processed: test: 39 method result
15633: of type table 40 method param junction auto evaluate
15634:
15635: * tests/: 039.html, results/039.processed: test: 37 method result
15636: of type table
15637:
15638: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15639: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15640: tests/038.html, tests/results/033.processed,
15641: tests/results/034.processed, tests/results/035.processed,
15642: tests/results/036.processed, tests/results/037.processed,
15643: tests/results/038.processed: tests: 33 string.replace 34
15644: string.upper 35 table created 36 local/global vars with juntions
15645: 37 table clone 38 math PI & number formatting
15646:
15647: math class registring typo fixed
15648:
15649: * src/classes/op.C, src/include/pa_request.h,
15650: src/include/pa_string.h, src/main/execute.C,
15651: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15652: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15653: tests/032.html, tests/results/032.processed: uchar changed to
15654: String_UL in all places [was not everywhere] untaint test: 032
15655:
15656: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15657: tests/results/004.processed, tests/parser-cygwin.sh,
15658: tests/parser-unix.sh: removed -H command line key, now testing
15659: using .sh file with SERVER_SOFTWARE=xxx
15660:
15661: 2003-02-26 paf
15662:
15663: * src/main/execute.C, src/types/pa_vstateless_class.h,
15664: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15665: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15666: tests/results/024.processed, tests/results/025.processed,
15667: tests/results/026.processed, tests/results/027.processed,
15668: tests/results/028.processed, tests/results/029.processed,
15669: tests/results/030.processed, tests/results/031.processed: fixed
15670: bug with name_cstr mutable CharPtr more tests
15671:
15672: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15673: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15674: << abort. die now just exits
15675:
15676: * src/classes/classes.awk, src/classes/classes.h,
15677: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15678: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15679: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15680: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15681: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15682: src/classes/xnode.C, src/include/pa_memory.h,
15683: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15684: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15685: src/types/pa_vform.C, tests/015.html, tests/016.html,
15686: tests/017.html, tests/018.html, tests/019.html,
15687: tests/019paf2001.gif, tests/020.html, tests/021.html,
15688: tests/022.html, tests/023.html, tests/022_dir/a.html,
15689: tests/022_dir/b.txt, tests/022_dir/c.htm,
15690: tests/results/015.processed, tests/results/016.processed,
15691: tests/results/017.processed, tests/results/018.processed,
15692: tests/results/019.processed, tests/results/020.processed,
15693: tests/results/021.processed, tests/results/022.processed,
15694: tests/results/023.processed: methoded_array now contains all Mxxx
15695: classes SAPI::get_env now returns info on pool more tests
15696:
15697: * src/include/pa_array.h, src/include/pa_hash.h,
15698: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15699: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15700: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15701: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15702: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15703: tests/results/001.processed, tests/results/002.processed,
15704: tests/results/003.processed, tests/results/004.processed,
15705: tests/results/005.processed, tests/results/006.processed,
15706: tests/results/007.processed, tests/results/008.processed,
15707: tests/results/009.processed, tests/results/010.processed,
15708: tests/results/011.processed, tests/results/012.processed,
15709: tests/results/013.processed, tests/results/014.processed: hash
15710: cloning fixed
15711:
15712: 2003-02-25 paf
15713:
15714: * src/main/pa_common.C: typo fixed
15715:
15716: 2003-02-24 paf
15717:
15718: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15719: [one remained]
15720:
15721: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15722: [should have been get_string(&pool)] todo: check other such calls
15723:
15724: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15725: test10, bad lookups
15726:
15727: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15728: object got destructed, and xxx points to sky
15729:
15730: * ChangeLog, src/classes/string.C: match bug fixed
15731:
15732: * src/types/pa_vmail.C: body [text/html] transcoded to
15733: $.charset[specified] now
15734:
15735: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15736: which failed to handle sigsetjmp+throw: crashed inside of
15737: pre-throw code. rewritten simplier [though duplicating
15738: closesocket code]
15739:
15740: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15741: which failed to handle sigsetjmp+throw: crashed inside of
15742: pre-throw code. rewritten simplier [though duplicating
15743: closesocket code]
15744:
15745: 2003-02-21 paf
15746:
15747: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15748: $cookie:name[$.expires[date << can be now]]
15749:
15750: written makefile with regression tests [raw]
15751:
15752: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15753: tests' only [it's not forcing CGI mode now] now use -H to output
15754: CGI header when parser used in command line [useful for tests
15755: also]
15756:
15757: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15758: switches on CGI mode, and is used in regression tests
15759:
15760: * src/: include/pa_request.h, main/pa_request.C,
15761: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15762: fixed
15763:
15764: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15765: handling pa_*
15766:
15767: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15768: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15769: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15770: memory handling files
15771:
15772: * src/main/pa_array.C: pool::format_integer terminator fixed
15773:
15774: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15775: compiles OK test to show benefits of free
15776:
15777: * src/: classes/file.C, classes/image.C, classes/mail.C,
15778: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15779: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15780: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15781: use pool [as the one in ^process]
15782:
15783: * src/classes/op.C: fixed process. sould now check for all cstr's
15784: -- some must use pool [as the one in ^process]
15785:
15786: 2003-02-20 paf
15787:
15788: * src/: classes/date.C, classes/double.C, classes/file.C,
15789: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15790: classes/math.C, classes/op.C, classes/response.C,
15791: classes/string.C, classes/table.C, classes/void.C,
15792: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15793: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15794: string cmp fixed
15795:
15796: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15797: values passed OK now
15798:
15799: 2003-02-19 paf
15800:
15801: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15802: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15803: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15804: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15805: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15806: all remaning leaks resulted from pooled::malloc calls [excluding
15807: in gd -- planning complete rewrite extremely ugly code]
15808:
15809: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15810: files
15811:
15812: 2003-02-17 paf
15813:
15814: * src/: classes/date.C, classes/double.C, classes/file.C,
15815: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15816: classes/response.C, classes/string.C, classes/table.C,
15817: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15818: include/pa_stylesheet_connection.h,
15819: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15820: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15821: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15822: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15823: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15824: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15825: of unitialized simple-typed field
15826:
15827: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15828: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15829: simple-typed field fixed. todo: find&kill all like that one
15830:
15831: * src/: main/execute.C, targets/cgi/pa_pool.C,
15832: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15833: debug output fixed
15834:
15835: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15836: main/pa_request.C: stack-stored items need extra .ref to prevent
15837: object_ptr from delete[them]
15838:
15839: * src/: classes/date.C, classes/op.C, classes/table.C,
15840: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15841: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15842: main/pa_charset.C, main/pa_common.C,
15843: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15844: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15845: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15846: calls
15847:
15848: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15849: couple mem leaks rusulted from old pooled::malloc usage.
15850: todo:find more like those
15851:
15852: * src/main/: compile.C, compile_tools.C: 2*2!
15853:
15854: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15855: stackItem fixed [there were no string on stack before]
15856:
15857: * src/: main/execute.C, main/pa_request.C,
15858: types/pa_vmethod_frame.C: first letters out OK
15859:
15860: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15861: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15862: main/pa_string.C, main/untaint.C, types/pa_value.h,
15863: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15864: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15865: type not initialized with zeros :( while class fields of class
15866: types initialized with default constructors. learn C++
15867:
15868: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15869: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15870: classes/math.C, classes/xdoc.C, classes/xnode.C,
15871: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15872: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15873:
15874: 2003-02-14 paf
15875:
15876: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15877: 13 link errors
15878:
15879: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15880: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15881: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15882: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15883: errors :)
15884:
15885: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15886: classes/hash.C, classes/mail.C, classes/op.C,
15887: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15888: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15889: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15890: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15891:
15892: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15893: classes/table.C, include/pa_common.h, include/pa_globals.h,
15894: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15895: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15896: types/pa_vint.h, types/types.dsp: op compiled
15897:
15898: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15899: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15900: main/untaint.C, types/pa_vtable.h: string, response compiled
15901:
15902: 2003-02-07 paf
15903:
15904: * src/: classes/table.C, types/pa_vtable.h: table compiled
15905:
15906: 2003-02-06 paf
15907:
15908: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15909: mail compiled
15910:
15911: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15912: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15913: types/pa_vfile.h, types/pa_vimage.h: image compiled
15914:
15915: * src/classes/: file.C, form.C: form compiled
15916:
15917: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15918: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15919: types/pa_vfile.C, types/pa_vfile.h: file compiled
15920:
15921: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15922: types/pa_vmath.h: math compiled [win32]
15923:
15924: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15925: types/pa_vstring.h: hash compiled
15926:
15927: 2003-02-04 paf
15928:
15929: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15930: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15931: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15932: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15933: types/pa_vhash.h: hash 50% compiled
15934:
15935: * src/: classes/date.C, classes/file.C, classes/hash.C,
15936: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15937: classes/string.C, classes/table.C, classes/xdoc.C,
15938: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15939: main/pa_string.C: date compiled
15940:
15941: * src/classes/: classes.dsp, double.C: double compiled
15942:
15943: * src/: classes/date.C, classes/double.C, classes/file.C,
15944: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15945: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15946: classes/string.C, classes/table.C, classes/void.C,
15947: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15948: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15949: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15950: compiled
15951:
15952: * src/: classes/date.C, classes/double.C, classes/file.C,
15953: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15954: classes/math.C, classes/op.C, classes/response.C,
15955: classes/string.C, classes/table.C, classes/void.C,
15956: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15957: types/pa_vvoid.h: void compiled :)
15958:
15959: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15960: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15961: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15962: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15963: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15964: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15965: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15966: types/pa_vresponse.C, types/pa_vstateless_class.C,
15967: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15968: types/pa_wcontext.C, types/types.dsp: removed stupid
15969: value_includes.h
15970:
15971: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15972: trying to remove stupid value_includes.h
15973:
15974: * src/main/pa_exec.C: pa_exec compiled on win32
15975:
15976: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15977:
15978: * src/: include/pa_globals.h, include/pa_request.h,
15979: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15980: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15981: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15982: types/pa_vrequest.C, types/pa_vstateless_class.C,
15983: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15984:
15985: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15986: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15987: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15988:
15989: * src/: include/pa_array.h, include/pa_config_includes.h,
15990: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15991: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15992: compiled
15993:
15994: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15995: name conflicts)
15996:
15997: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15998: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15999: yelds "virtual memory exhausted" while trying to compile
16000: execute.C [eating up to 127MB]
16001:
16002: 2003-02-03 paf
16003:
16004: * src/: include/pa_config_includes.h, include/pa_hash.h,
16005: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16006: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16007: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16008: types/pa_vint.h, types/pa_vjunction.h,
16009: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16010: started gcc compiling pa_common compiled
16011:
16012: * src/: include/pa_exception.h, include/pa_pool.h,
16013: main/pa_exception.C: exception gcc change #1
16014:
1.116 moko 16015: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16016: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16017:
16018: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16019:
16020: * src/types/pa_vtable.C: vtable compiled
16021:
16022: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16023:
16024: * src/: include/pa_cache_managers.h, main/pa_request.C,
16025: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16026:
16027: * src/types/pa_vstateless_class.C: vstateless_class compiled
16028:
16029: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16030:
16031: * src/types/pa_vrequest.C: vrequest compiled
16032:
16033: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16034: pa_vobject.C, pa_vobject.h: vobject compiled
16035:
16036: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16037: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16038: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16039: compiled
16040:
16041: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16042:
16043: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16044: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16045: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16046: compiled
16047:
16048: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16049: main.lib - 0 error(s), 0 warning(s)
16050:
16051: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16052: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16053:
16054: 2003-01-31 paf
16055:
16056: * src/: include/pa_array.h, include/pa_operation.h,
16057: include/pa_request.h, main/execute.C, main/main.dsp,
16058: types/pa_vjunction.h: started last file from main library:
16059: execute
16060:
16061: * src/: include/pa_request.h, include/pa_sapi.h,
16062: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16063: main/pa_request.C, targets/cgi/parser3.C,
16064: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16065: types/pa_vhash.h: pa_request compiled
16066:
16067: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16068: include/pa_globals.h, include/pa_request.h,
16069: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16070: main/execute.C, main/main.dsp, main/pa_common.C,
16071: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16072: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16073: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16074: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16075: types/types.dsp: most pa_request compiled
16076:
16077: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16078: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16079: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16080: classes/op.C, classes/response.C, classes/string.C,
16081: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16082: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16083: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16084: include/pa_config_fixed.h, include/pa_config_includes.h,
16085: include/pa_dictionary.h, include/pa_dir.h,
16086: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16087: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16088: include/pa_pool.h, include/pa_request.h,
16089: include/pa_request_charsets.h, include/pa_request_info.h,
16090: include/pa_sapi.h, include/pa_socks.h,
16091: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16092: include/pa_stack.h, include/pa_string.h,
16093: include/pa_stylesheet_connection.h,
16094: include/pa_stylesheet_manager.h, include/pa_table.h,
16095: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16096: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16097: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16098: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16099: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16100: main/compile.C, main/compile.tab.C, main/compile.y,
16101: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16102: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16103: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16104: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16105: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16106: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16107: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16108: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16109: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16110: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16111: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16112: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16113: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16114: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16115: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16116: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16117: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16118: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16119: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16120: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16121: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16122: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16123: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16124: types/pa_vresponse.h, types/pa_vstateless_class.C,
16125: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16126: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16127: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16128: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16129: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16130: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16131:
16132: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16133: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16134: src/include/pa_charsets.h, src/include/pa_common.h,
16135: src/include/pa_dictionary.h, src/include/pa_exception.h,
16136: src/include/pa_exec.h, src/include/pa_pool.h,
16137: src/include/pa_request.h, src/include/pa_sapi.h,
16138: src/include/pa_sql_connection.h,
16139: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16140: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16141: src/main/compile.tab.C, src/main/compile_tools.C,
16142: src/main/compile_tools.h, src/main/main.dsp,
16143: src/main/pa_charset.C, src/main/pa_charsets.C,
16144: src/main/pa_common.C, src/main/pa_dictionary.C,
16145: src/main/pa_exception.C, src/main/pa_exec.C,
16146: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16147: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16148: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16149: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16150: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16151: src/types/pa_vdouble.h, src/types/pa_venv.h,
16152: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16153: src/types/pa_vhash.h, src/types/pa_vimage.C,
16154: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16155: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16156: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16157: src/types/pa_vobject.C, src/types/pa_vobject.h,
16158: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16159: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16160: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16161: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16162: src/types/pa_vstring.h, src/types/pa_vtable.h,
16163: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16164: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16165: died, long live StringPtr
16166:
16167: 2003-01-30 paf
16168:
16169: * src/: include/pa_charset.h, include/pa_request.h,
16170: include/pa_sql_driver_manager.h, main/compile.tab.C,
16171: main/compile.y, main/compile_tools.h, main/pa_request.C,
16172: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16173:
16174: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16175: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16176: types/pa_vhash.h, types/pa_vmethod_frame.h,
16177: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16178: types/types.dsp: vstateless_class compiled
16179:
16180: * src/main/compile.C: compile compiled
16181:
16182: * src/: include/pa_array.h, include/pa_operation.h,
16183: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16184: main/pa_table.C: compile_tools compiled
16185:
16186: * src/: include/pa_operation.h, main/compile.y,
16187: main/compile_tools.C, main/compile_tools.h: started
16188: compile_tools. vagues ideas of how to free compiled code
16189:
16190: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16191: main/main.dsp, types/pa_value.C, types/pa_value.h,
16192: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16193: compiled
16194:
16195: 2003-01-29 paf
16196:
16197: * src/: include/pa_globals.h, include/pa_request.h,
16198: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16199: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16200: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16201: compiled
16202:
16203: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16204: now
16205:
16206: * src/: include/pa_array.h, include/pa_exception.h,
16207: include/pa_pool.h, main/pa_exception.C: gd compiled
16208:
16209: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16210: compiled
16211:
16212: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16213: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16214: types/pa_vfile.h: vfile compiled
16215:
16216: * src/: include/pa_common.h, include/pa_globals.h,
16217: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16218: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16219: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16220:
16221: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16222: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16223: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16224: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16225: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16226:
16227: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16228: main/main.dsp, main/untaint.C: more compiled
16229:
16230: * src/: include/pa_charsets.h, include/pa_request.h,
16231: include/pa_request_info.h, include/pa_string.h,
16232: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16233: types/pa_vresponse.h: vrequest compiled
16234:
16235: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16236: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16237: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16238:
16239: * src/: classes/classes.h, include/pa_charset.h,
16240: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16241: include/pa_request.h, include/pa_string.h, main/main.dsp,
16242: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16243: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16244: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16245: types/pa_vrequest.C, types/pa_vrequest.h,
16246: types/pa_vstateless_class.h, types/pa_vstring.h,
16247: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16248:
16249: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16250: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16251: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16252: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16253: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16254: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16255: types/pa_vobject.h, types/pa_vstateless_class.h,
16256: types/pa_vstateless_object.h, types/pa_vstatus.h,
16257: types/pa_vstring.h, types/types.dsp: vmath compiled
16258:
16259: 2003-01-28 paf
16260:
16261: * src/: classes/classes.h, classes/date.C, classes/file.C,
16262: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16263: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16264: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16265: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16266: compile_tools
16267:
16268: * src/: include/pa_charset.h, include/pa_exception.h,
16269: include/pa_request.h, include/pa_string.h, main/untaint.C:
16270: untaint compiled
16271:
16272: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16273: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16274: more compiled. struck with string::store_to needing to know
16275: source/client charsets
16276:
16277: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16278: types/pa_vfile.h: uue compiled
16279:
16280: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16281: table compiled
16282:
16283: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16284: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16285:
16286: * src/: include/pa_charset.h, main/pa_charset.C,
16287: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16288: introduced]
16289:
16290: * src/: classes/date.C, include/pa_charset.h,
16291: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16292: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16293: pa_charsets compiled
16294:
16295: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16296: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16297:
16298: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16299: common compiled
16300:
16301: * src/: include/pa_charsets.h, main/pa_charsets.C,
16302: main/pa_sql_driver_manager.C: pa_charsets compiled
16303:
16304: * src/: include/pa_array.h, include/pa_charset.h,
16305: include/pa_charsets.h, include/pa_pool.h,
16306: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16307: include/pa_stack.h, include/pa_string.h,
16308: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16309: sql_driver_manager compiled
16310:
16311: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16312: letter i with two dots added to koi, all ukranian letters added
16313: to win1251.
16314:
16315: typographic simbol 0xb9 deleted from win1251 [strange one & were
16316: abscent from koi]
16317:
16318: 2003-01-27 paf
16319:
16320: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16321: include/pa_sql_driver_manager.h, include/pa_string.h,
16322: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16323: sql/pa_sql_driver.h: paused on sql_manager
16324:
16325: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16326: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16327: include/pa_stack.h, main/pa_sql_driver_manager.C,
16328: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16329:
16330: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16331: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16332: include/pa_table.h, main/pa_sql_driver_manager.C,
16333: main/pa_table.C: table compiled
16334:
16335: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16336: cache_managers compiled
16337:
16338: * src/: include/pa_array.h, include/pa_charset.h,
16339: include/pa_pool.h, main/pa_charset.C: charset compiled
16340:
16341: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16342:
16343: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16344: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16345: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16346: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16347: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16348:
16349: 2003-01-24 paf
16350:
16351: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16352: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16353: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16354: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16355: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16356: types/pa_vint.h, types/pa_vjunction.h,
16357: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16358: types/pa_vstatus.h, types/pa_vstring.h: more patched
16359:
16360: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16361: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16362: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16363: main/pa_string.C, main/pa_table.C: string compiled
16364:
16365: * src/: include/pa_array.h, include/pa_common.h,
16366: include/pa_dictionary.h, include/pa_exception.h,
16367: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16368: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16369: main/pa_string.C: dictionary compiled
16370:
16371: 2003-01-23 paf
16372:
16373: * src/: include/pa_array.h, include/pa_common.h,
16374: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16375: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16376: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16377: types/pa_value.h: resurrected pool in new sense: now it's
16378: factory, producing&accounting memory chunks for read[autofree]
16379: buffers
16380:
16381: * src/: include/pa_array.h, include/pa_exception.h,
16382: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16383: main/pa_exception.C, main/pa_table.C: table compiled
16384:
16385: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16386: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16387: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16388: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16389: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16390: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16391: main/pa_table.C: aint that easy
16392:
16393: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16394: main/main.dsp: continued with Hash
16395:
16396: * src/main/pa_common.C: connect_string allocated on heap[wes on
16397: stack] now. and exception can be reported OK now [can be reported
16398: outside of pro c with that stack]
16399:
16400: 2003-01-22 paf
16401:
16402: * src/: include/pa_array.h, include/pa_charset.h,
16403: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16404: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16405: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16406: base: contains references_count. auto_ptr template calls
16407: add_ref/release
16408:
16409: 2003-01-21 paf
16410:
16411: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16412: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16413: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16414: classes/op.C, classes/response.C, classes/string.C,
16415: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16416: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16417: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16418: include/pa_config_fixed.h, include/pa_config_includes.h,
16419: include/pa_dictionary.h, include/pa_dir.h,
16420: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16421: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16422: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16423: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16424: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16425: include/pa_stack.h, include/pa_string.h,
16426: include/pa_stylesheet_connection.h,
16427: include/pa_stylesheet_manager.h, include/pa_table.h,
16428: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16429: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16430: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16431: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16432: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16433: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16434: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16435: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16436: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16437: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16438: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16439: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16440: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16441: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16442: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16443: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16444: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16445: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16446: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16447: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16448: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16449: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16450: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16451: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16452: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16453: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16454: types/pa_vstateless_object.h, types/pa_vstatus.C,
16455: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16456: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16457: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16458: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16459: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16460: 2002->2003
16461:
16462: 2003-01-16 paf
16463:
16464: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16465: src/main/pa_globals.C: http:// introducing $.any-status(1)
16466:
16467: * operators.txt, src/include/pa_config_fixed.h,
16468: src/main/pa_common.C: http request now return status. and not
16469: fail on status!=200
16470:
16471: 2003-01-15 paf
16472:
16473: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16474:
16475: 2003-01-14 paf
16476:
16477: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16478: mkinstalldirs: removed some ancient files [they in / really]
16479:
16480: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16481: regretfully needed patch in two places. in config_fixed.h made
16482: stubs for lib to compile in MSVC
16483:
16484: 2003-01-13 paf
16485:
16486: * config.guess, config.sub, ltmain.sh: removed last piece of
16487: configure.in(libtool) hacks
16488:
1.116 moko 16489: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16490: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16491: ltdl.h: moved to latest libtool (1.4.3)
16492:
16493: 2003-01-10 paf
16494:
16495: * src/lib/ltdl/: configure, configure.in: PROG_NM
16496:
16497: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16498: patches. libxml2 >= 2.5.1
16499: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16500: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16501: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16502:
16503: * INSTALL: moved to latest versions of xml libs libxml2 >=
16504: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16505: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16506: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16507:
16508: 2003-01-09 paf
16509:
16510: * INSTALL: xml,xslt,gdome lib urls updated
16511:
16512: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16513: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16514: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16515: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16516: 1.7.2
1.95 moko 16517:
16518: * depcomp: moving to automake 1.7.2
16519:
16520: 2002-12-27 paf
16521:
16522: * src/include/pa_version.h: 0007
16523:
16524: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16525: outdated parts, made links to language docs
16526:
16527: * src/include/pa_config_auto.h.in: comment
16528:
16529: 2002-12-26 paf
16530:
16531: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16532: not contain trailing / fixed.
16533:
16534: * INSTALL: changing SAFE_MODE politics
16535:
16536: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16537:
16538: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16539:
16540: 2002-12-25 paf
16541:
16542: * src/main/pa_globals.C: optimized-xml
16543:
16544: * src/main/pa_globals.C: optimized-as-is
16545:
16546: 2002-12-24 paf
16547:
16548: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16549: fixed [were really called with zero size when .html?a=&b=]
16550:
16551: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16552: with --with-sendmail
16553:
16554: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16555: fixed]
16556:
16557: 2002-12-23 paf
16558:
16559: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16560: ignoring parameters & were storing only string with default
16561: expires
16562:
16563: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16564: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16565: December 23, 2002 4:22 AM Subject: bug â
16566: Charset::transcode_buf2xchar
16567:
16568: 2002-12-20 paf
16569:
16570: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16571: non-cgi [script] runs
16572:
16573: 2002-12-19 paf
16574:
16575: * INSTALL: --without-iconv recommended [it crashes on some systems
16576: [tested on elik]] moreover, it's not needed there [parser
16577: registers charsets itself]
16578:
16579: * INSTALL: --without-iconv recommended [it crashes on some systems
16580: [tested on elik]]
16581:
16582: * operators.txt, src/include/pa_globals.h,
16583: src/include/pa_request.h, src/main/pa_globals.C,
16584: src/main/pa_request.C: $response:download
16585:
16586: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16587: compiler [win32]].
16588:
16589: 2002-12-18 paf
16590:
16591: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16592:
16593: 2002-12-17 paf
16594:
16595: * src/targets/cgi/parser3.C: merged die&iis changes
16596:
16597: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16598: to exit(1) 2. more flexible iilegal call check
16599:
16600: 2002-12-16 paf
16601:
16602: * ltmain.sh: some automakes silly insist on having this handy
16603:
16604: * src/main/untaint.C: filespec russian small 'r' changed to latin
16605: 'p' bug fix
16606:
16607: 2002-12-15 paf
16608:
16609: * src/main/untaint.C: filespec russian small 'r' changed to latin
16610: 'p'
16611:
16612: * configure.in, src/include/pa_config_auto.h.in,
16613: src/main/compile.C, src/main/pa_common.C: merged small changes
16614: from branch 6 to HEAD
16615:
16616: * src/main/compile.C: removed warning
16617:
16618: * src/main/pa_common.C: ftruncate having checked
16619:
16620: * configure.in, src/include/pa_version.h: new version
16621:
16622: 2002-12-14 paf
16623:
16624: * src/classes/table.C: removed unnecessary code
16625:
16626: * src/sql/pa_sql_driver.h: exception type fixed
16627:
16628: 2002-12-09 paf
16629:
16630: * src/types/pa_vvoid.h: $void.store[now] error
16631:
16632: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16633:
16634: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16635: tries to write core dump
16636:
16637: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16638:
16639: * src/: classes/hash.C, classes/string.C, classes/table.C,
16640: classes/void.C, main/pa_sql_driver_manager.C,
16641: sql/pa_sql_driver.h: changed exception handling mech in sql
16642: handlers #2
16643:
16644: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16645: exception handling mech in sql handlers
16646:
16647: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16648: handlers
16649:
16650: * src/: classes/hash.C, classes/string.C, classes/table.C,
16651: classes/void.C, main/pa_sql_driver_manager.C,
16652: sql/pa_sql_driver.h: changed exception handling mech in sql
16653: handlers
16654:
1.116 moko 16655: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16656: to write makefile which used libtool to install things, which is
16657: not needed
1.95 moko 16658:
16659: 2002-12-06 paf
16660:
16661: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16662: $hash.fields -- pseudo field to make 'hash' more like 'table'
16663:
16664: 2002-12-05 paf
16665:
16666: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16667: cc/bcc OK now
16668:
16669: * src/main/untaint.C: mail header closed properly
16670:
16671: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16672: header ',' allowed. still bugs in smtp [only one receiptient
16673: works, cc, bcc ignored now, and MAILED ;)]
16674:
16675: [strncpy killed, memnchr used]
16676:
16677: * src/main/pa_table.C: table-copy now current=0
16678:
16679: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16680: lowlevel proc
16681:
16682: * src/targets/cgi/parser3.C: more checks on
16683: http://domain/parser.cgi start [maybe some getenv returns "",
16684: checked that now
16685:
16686: * src/targets/cgi/parser3.C: more checks on
16687: http://domain/parser.cgi start [maybe some getenv returns "",
16688: checked that now
16689:
16690: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16691: out-of-mem errors reached log]
16692:
16693: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16694: mail:send MIME-Version default
16695:
16696: * src/main/main.dsp: pa_version included into main.dsp
16697:
16698: 2002-12-04 paf
16699:
16700: * src/types/pa_vform.C: $form:field string value cut by premature 0
16701:
16702: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16703: lib/libltdl -> lib/ltdl Win32 changes. s
16704:
16705: * src/classes/classes.awk: more strict *.C$
16706:
16707: * gnu.dsp: restored
16708:
1.116 moko 16709: * configure.in, gnu.dsp, src/lib/Makefile.am,
16710: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16711: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16712: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16713: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16714: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16715: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16716: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16717: now created with /configure, not ltdl/configure, so it does have
16718: no problems with automake. ltdl/configure
16719: AC_OUTPUT(Makefile<<removed)
1.95 moko 16720:
16721: 2002-12-02 paf
16722:
16723: * operators.txt: removed outdated status:db
16724:
16725: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16726: src/main/pa_common.C, src/main/pa_request.C,
16727: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16728: tainted parts becomes http-header
16729:
16730: 2002-11-29 paf
16731:
16732: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16733: dates now objects of type date
16734:
16735: * src/classes/image.C: file.seek removed [it were used in image.C
16736: only, and for parser user this means that jpeg image has bad
16737: size in fragment's header] now used image.format
16738:
16739: * src/: include/pa_common.h, main/pa_common.C,
16740: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16741: now handled exactly like $response:header values. e.g. can be
16742: hash [can have subattributes] & contain date values.
16743:
16744: * src/main/pa_common.C: http:// param values lang forced URI
16745:
16746: * src/main/pa_common.C: http:// tainted partes now %xx
16747:
16748: 2002-11-28 paf
16749:
16750: * operators.txt: http.timeout
16751:
16752: * src/classes/image.C: ^image.length now counts interchar space.
16753: plus space after last char
16754:
16755: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16756:
16757: * src/classes/image.C: ^image.font width measurer now scans full
16758: height [were -1]
16759:
16760: * configure.in: stopped double libltdl/Makefile generation
16761:
16762: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16763: chars [one top horizontal line of 1pixel height were missing]
16764:
16765: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16766: 'false' to go into (Hash *) parameter
16767:
16768: 2002-11-27 paf
16769:
16770: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16771: types/pa_vmail.C: response:body[file] if file nows it's name now
16772: returns content-disposition: >>attachment<<
16773:
16774: * src/classes/image.C: ^image.font << bad font file-size now
16775: properly reported
16776:
16777: 2002-11-26 paf
16778:
16779: * src/main/pa_request.C: fixed lang in reponse header
16780:
16781: * src/main/pa_common.C: utf8 prefix ignored @read text
16782:
16783: * operators.txt, src/main/pa_common.C: http:// response status!=200
16784: made exception: http.status with source=bad status#
16785:
16786: 2002-11-25 paf
16787:
16788: * configure.in, src/classes/image.C,
16789: src/include/pa_config_auto.h.in,
16790: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16791: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16792: const void related probs fixed
1.95 moko 16793:
16794: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16795:
16796: $file[^file::load[http://there]] $file.SERVER
16797:
16798: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16799: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16800: http options [invalid onces now reported] made default
16801: user-agent: paf
16802:
16803: * operators.txt, src/classes/file.C, src/classes/table.C,
16804: src/classes/xdoc.C, src/include/pa_common.h,
16805: src/include/pa_globals.h, src/main/pa_common.C,
16806: src/main/pa_globals.C, src/main/pa_request.C,
16807: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16808: now understand http:// prefix and additional params, sample:
16809: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16810: $.USER-AGENT[parser3] ]]
16811:
16812: 2002-11-22 paf
16813:
16814: * src/classes/image.C, src/include/pa_globals.h,
16815: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16816: src/types/pa_vimage.h, operators.txt: $image.exif support
16817: $image.exif.DateTime & co
16818:
16819: 2002-11-21 paf
16820:
16821: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16822: _PASS_APPENDED)
16823:
16824: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16825: EXIF information [were big block and it's size were considered
16826: negative :(]
16827:
16828: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16829: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16830: internals rewritten. no there's reader.seek, and all's ready for
16831: EXIF extraction [now we fail to measure files with EXIF info]
16832:
16833: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16834: O_TRUNC truncates even exclusevely write-locked file [thanks to
16835: Igor Milyakov <virtan@rotabanner.com> for discovering]
16836:
16837: 2002-11-20 paf
16838:
16839: * src/targets/cgi/parser3.C: logging @signal += query_string
16840:
16841: * configure.in, src/include/pa_config_auto.h.in,
16842: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16843: comment
16844:
16845: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16846:
16847: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16848: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16849: currently processed document SIGPIPE >> interrupts request
16850: processing [exception = DB rollback]
16851:
16852: * src/main/pa_exec.C: comment
16853:
16854: * src/main/pa_exec.C: pa_exec: data written only if size>0
16855:
16856: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16857: << disable HTTP-POST repassing
16858:
16859: * src/: include/pa_config_fixed.h, main/pa_common.C,
16860: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16861: pipe read errors now checked
16862:
16863: 2002-11-19 paf
16864:
16865: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16866: CGI: Illegal call
16867:
16868: 2002-11-01 paf
16869:
16870: * src/main/execute.C: comment
16871:
16872: 2002-10-31 paf
16873:
16874: * src/main/execute.C: found out why, checked that for now. todo:
16875: find out a way for that user could do that
16876:
16877: * src/types/pa_vstateless_object.h: object put replaces static
16878: parent if any
16879:
16880: * src/types/pa_vobject.C: object put replaces static parent if any
16881:
16882: * src/: classes/form.C, classes/mail.C, classes/op.C,
16883: classes/xnode.h, main/compile.tab.C, main/execute.C,
16884: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16885: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16886: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16887: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16888: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16889: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16890: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16891: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16892: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16893: types/pa_vstateless_object.h, types/pa_vstatus.C,
16894: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16895: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16896: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16897: types/pa_wwrapper.h: static fix merged
16898:
16899: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16900: $virtual_fields in dynamic, but one can reach derived
16901: static[class] variable from base
16902:
16903: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16904: types/pa_vobject.C, types/pa_vobject.h,
16905: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16906: statics, left $virtual_fields in dynamic
16907:
16908: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16909: one can't remember derivates in base class: there's so many of
16910: them. also there can be no virtual method calls in static
16911: classes
16912:
16913: * src/: classes/form.C, classes/mail.C, classes/op.C,
16914: classes/xnode.h, main/execute.C, main/pa_request.C,
16915: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16916: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16917: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16918: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16919: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16920: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16921: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16922: types/pa_vresponse.C, types/pa_vresponse.h,
16923: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16924: types/pa_vstateless_object.h, types/pa_vstatus.C,
16925: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16926: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16927: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16928: types/pa_wwrapper.h: static call $self fixed
16929:
16930: * src/main/execute.C: comment
16931:
16932: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16933: ^process[$caller.self]{...} now compiles to last derived object
16934: part of that 'self'
16935:
16936: 2002-10-29 paf
16937:
16938: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16939: re-passing [iis to blame]
16940:
16941: * src/classes/string.C: changed string.save to pass current sql
16942: connection to cstr thus one can ^connect[some server]{
16943: $s[insert into table x (x) values (^taint[sql]{value})]
16944: ^s.save[some.sql] } and he'd get in some.sql file code with
16945: properly escaped. [tried in mssql->mysql export->import of
16946: binary data]
16947:
16948: 2002-10-25 paf
16949:
16950: * src/types/pa_vresponse.C: case insensitive response user fields
16951: get/put
16952:
16953: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16954: types/pa_vresponse.C: saving for maybe-future
16955:
16956: 2002-10-23 paf
16957:
16958: * operators.txt, src/classes/table.C: ^table.hash{code}...
16959: ^table.hash(expr)...
16960:
16961: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16962:
16963: 2002-10-22 paf
16964:
16965: * src/types/: pa_vform.C, pa_vform.h: removed needless
16966: VForm::Append...(...Value)
16967:
16968: * src/main/execute.C: $.name outside of $name[...] checked
16969:
16970: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16971: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16972:
16973: 2002-10-21 paf
16974:
16975: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16976: $form:qtail $form:imap.x/y
16977:
16978: * operators.txt, src/types/pa_vform.C: $form:nameless =
16979: "?value&...", "...&value&...", "...&value"
16980:
16981: * operators.txt, src/types/pa_vform.C: $form:image-map
16982:
16983: * operators.txt, src/classes/file.C: /some/page.html:
16984: ^file:fullpath[a.gif] => /some/a.gif
16985:
16986: 2002-10-17 paf
16987:
16988: * src/main/: compile.tab.C, compile.y: operators precedence changed
16989: a little: logical not and bitwise negation precedence made
16990: highest, << and >> bitshits precedence made equal [were << higher
16991: than >>]
16992:
16993: * src/classes/op.C: exception handling fixed [were bad with
16994: contexts]
16995:
16996: 2002-10-16 paf
16997:
16998: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16999: main/pa_request.C: Request::self considered equal to
17000: VMethodFrame::self, and removed, Request::get_self() mapped to
17001: VMethodFrame.self()
17002:
17003: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17004: $hash in open field now gives old good error meesage
17005:
17006: 2002-10-15 paf
17007:
17008: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17009: use ^if($junction is junction){was and now true}
17010:
17011: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17012: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17013: types/pa_vxnode.C: xml->parser strings now have origin, which
17014: points to place where value left xml library and came to parser:
17015: place of dom field extraction/call
17016:
17017: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17018: main/compile.tab.C, main/compile.y, main/execute.C,
17019: types/pa_vmethod_frame.h: removed last pieces of old code
17020: allowing $junction.xxx at compile time
17021:
17022: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17023: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17024: objects also considered [were only classes]
17025:
17026: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17027: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17028: with CLASS self. [ (request&method_frame).self temporarily
17029: changed ]
17030:
17031: * src/classes/: hash.C, op.C: method_frame now always changed, with
17032: no exception to native calls. for&foreach changed to use
17033: method_frame.caller for their var's name context
17034:
17035: * src/: main/execute.C, targets/cgi/parser3.C,
17036: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17037: compiling to system classes disabled
17038:
17039: * operators.txt, src/classes/op.C:
17040: ^process[$caller.CLASS]{code-string} added
17041:
17042: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17043: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17044: src/types/Makefile.am, src/types/pa_vjunction.C,
17045: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17046: src/types/types.dsp: removed $junction.get $junction.set[]
17047: introducing $caller
17048:
17049: * src/types/pa_value.h: removed outdated comments. doxygen would
17050: find them lower by inheritance tree
17051:
17052: * src/types/pa_vjunction.C: ident
17053:
17054: 2002-10-14 paf
17055:
17056: * src/classes/op.C: process compiles to code's class class
17057:
17058: * src/: classes/form.C, classes/mail.C, classes/op.C,
17059: include/pa_request.h, main/compile.C, main/compile.tab.C,
17060: main/compile.y, main/execute.C, main/pa_request.C,
17061: types/pa_vstateless_class.h: operators now main-class-methods
17062:
17063: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17064: better stack trace [has "call" & co there]
17065:
17066: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17067: operators @auto now executed in MAIN context
17068:
17069: * src/main/execute.C: operator execution context now = MAIN, not
17070: closest stack frame
17071:
17072: @touchit[] $i[after]
17073:
17074: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17075: were 'after'
17076:
17077: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17078: 'after'
17079:
17080: * src/main/execute.C: comment
17081:
17082: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17083: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17084: action]
17085:
17086: * src/types/pa_vxnode.C: misreplace fixed
17087:
17088: * configure, configure.in, src/include/pa_config_auto.h.in,
17089: src/types/pa_vstatus.C, operators.txt:
17090: $status:rusage.tv_secs/usecs introduced
17091:
17092: 2002-10-09 paf
17093:
17094: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17095: on empty string [or uses (default)]
17096:
17097: 2002-10-08 paf
17098:
17099: * src/main/untaint.C: mail header quoted printable changed after
17100: RFC reread
17101:
17102: * operators.txt: plan on ^if(method
17103:
17104: * src/types/pa_vxnode.C: misreplace
17105:
17106: 2002-09-24 paf
17107:
1.116 moko 17108: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17109:
17110: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17111: mailreceive would compile on freebsd now
17112:
17113: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17114: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17115: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17116: mailreceive would compile on freebsd now
1.95 moko 17117:
17118: * src/: classes/file.C, main/untaint.C: 1. file spec language
17119: changed: now there are only few chars are untainted: * ? ' " < >
17120: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17121: one should use ^untaint[uri]{...} now]
17122:
17123: 2. $list[^file:list[dir]] now returns simply tainted names in
17124: $list.name, not tainted as filespec
17125:
17126: @russianindex[] #dir with files with russian-lang names
17127: $where[dir]
17128:
17129: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17130: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17131:
17132: 2002-09-23 paf
17133:
17134: * src/types/pa_vdouble.h: double->int round added
17135:
17136: * src/classes/date.C: date bug fix, now
17137: round(floatDays*secondsPerDay)
17138:
17139: * src/classes/date.C: date bug fix, now
17140: round(floatDays*secondsPerDay)
17141:
17142: 2002-09-20 paf
17143:
17144: * src/main/execute.C: code junction calls disabled [before: code
17145: was compiled in such a way, that there were no code-junctions in
17146: OP_CALL]
17147:
17148: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17149:
17150: @badjunctioncallinside[code] ^code[]
17151:
17152: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17153: expanding to include ^junction.method
17154:
17155: * src/main/pa_common.C: -d "DIR/" now true
17156:
17157: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17158: as internal xdoc encoding, and after decoding attributes set by
17159: dom functions now encoded OK, not as digital entities
17160:
17161: * src/classes/xdoc.C: empty transform result, being taken as file
17162: now returns empty file, not raises stupid error about "stat-ed
17163: file"
17164:
17165: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17166: allowed
17167:
17168: * src/types/types.dsp: introducing $junction.get/put(1) one can
17169: write iterators now:
17170:
17171: ^user-foreach[key;value]{$key=$value<br>}
17172:
17173: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17174: $code.value($i*2) $code }
17175:
17176: * src/main/compile_tools.h: mistype
17177:
1.116 moko 17178: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17179: thus taking linking options configure changes into account [were:
17180: ignoring]
1.95 moko 17181:
17182: * src/types/: pa_vjunction.C, Makefile.am: introducing
17183: $junction.get/put(1) one can write iterators now:
17184:
17185: ^user-foreach[key;value]{$key=$value<br>}
17186:
17187: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17188: $code.value($i*2) $code }
17189:
17190: * src/: include/pa_opcode.h, include/pa_request.h,
17191: main/compile.tab.C, main/compile.y, main/execute.C,
17192: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17193: introducing $junction.get/put(1) one can write iterators now:
17194:
17195: ^user-foreach[key;value]{$key=$value<br>}
17196:
17197: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17198: $code.value($i*2) $code }
17199:
17200: 2002-09-19 paf
17201:
1.116 moko 17202: * Makefile.am: new: make commit
1.95 moko 17203:
17204: * aclocal.m4: forced to be older
17205:
17206: 2002-09-18 paf
17207:
17208: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17209: src/main/compile.y, src/main/execute.C: << >> int shifts
17210:
17211: * src/: include/pa_common.h, include/pa_request.h,
17212: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17213: - now this - fatal error
17214:
17215: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17216: that one can pass binary data there
17217:
17218: * src/: classes/date.C, classes/double.C, classes/file.C,
17219: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17220: classes/op.C, classes/response.C, classes/string.C,
17221: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17222: include/pa_request.h: pa_request contexts made privated, plus
17223: get_{self/method_frame} to read. Request_context_saver used in
17224: ^try to save flang too. [were not saved]
17225:
17226: * src/types/pa_vresponse.C: header value chains joined before
17227: output, this should help $.subject[$var $var] from being
17228: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17229:
17230: 2002-09-17 paf
17231:
17232: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17233: removed changes, operators executed with calling self. lots of
17234: code with ^include code relies on defined/defining self variables
17235:
17236: $a[1] ^include[print_a.p] print_a.p: $a
17237:
17238: ^include[set_a.p] a=$a set_a.p: $a[1]
17239:
17240: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17241: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17242: types/pa_vstateless_class.h: operators now executed with MAIN
17243: self. it's for ^include sake, too strong a change
17244:
17245: * src/classes/op.C: made place for ^process to compile it's code to
17246: in case of no self
17247:
17248: * src/main/execute.C: found ancient param to Junction, removed.
17249: allowed passing self to native_code_operators [for ^process to
17250: work, she needs self]
17251:
17252: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17253: types/pa_vstateless_class.h: found ancient param to Junction,
17254: removed. allowed passing self to native_code_operators [for
17255: ^process to work, she needs self]
17256:
17257: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17258: types/pa_value.h, types/pa_vmethod_frame.h,
17259: types/pa_vstateless_class.h: allowed Request.self to be 0,
17260: checked that in VMethodFrame get/put and $self.
17261:
17262: * src/classes/: table.C, xdoc.C: table::sql options table::create
17263: copy options options checked, wrong option now fatal error
17264:
17265: * src/main/pa_string.C: string.replace fixed [were missing words on
17266: pieces boundaries]
17267:
1.150 moko 17268: * configure, configure.in: .so now detected [can be .sl on hpux,
17269: .dll on cygwin, .so in other cases)
1.95 moko 17270:
17271: * configure, configure.in: .so now detected [can be .sl on hpux,
17272: .dll on cygwin, .so in other cases)
17273:
17274: * operators.txt, src/classes/hash.C, src/classes/table.C,
17275: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17276: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17277: record taken [were last]
17278:
17279: * src/: classes/hash.C, classes/table.C,
17280: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17281: now errors
17282:
17283: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17284:
17285: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17286: ,2,3]
17287:
17288: 2002-09-16 paf
17289:
17290: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17291: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17292: stdout to be binary. now detected closest header break.
17293:
17294: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17295: closed right
17296:
17297: 2002-09-13 paf
17298:
17299: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17300: src/main/compile_tools.h: (expression #comment)
17301:
17302: (multiline expression #comment line2 #comment )
17303:
17304: (expression #comment with (brackets) comment) << OK
17305:
17306: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17307: bitwise !|| numerical xor now [preparing for expression
17308: #comments]
17309:
17310: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17311: error
17312:
17313: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17314: cheched in pa_socks.C
17315:
1.116 moko 17316: * configure, configure.in, src/include/pa_config_auto.h.in:
17317: HAVE_WINSOCK_H created in configure.in
1.95 moko 17318:
17319: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17320: cookie date now clean [were mistakenly tainted & that worked bad
17321: with opera -- 'happily' that worked OK with msie]
17322:
17323: 2002-09-12 paf
17324:
17325: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17326: VClass get_element now first looks to fields, next to methods &
17327: co todo: the rest reason: more speed
17328:
17329: * src/main/untaint.C: quoted printable encoding stops before
17330: \s*<...>$
17331:
17332: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17333: stops before <...>$
17334:
17335: 2002-09-11 paf
17336:
17337: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17338: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17339: forgot to check users of those funcs. not all were using that
17340: return value convention
17341:
17342: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17343: windows-1254 added
17344:
17345: 2002-09-10 paf
17346:
17347: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17348: VCodeFrame parent param were specified badly
17349:
17350: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17351: WWrapper which used in constructing objects(second param to sql
17352: method) ^...sql{}[$.default{code}] now has parent, wich helps
17353: code in hash to survivi
17354:
17355: * src/: include/pa_request.h, main/execute.C: removed redundant
17356: param to execute [stack said 'thanks']
17357:
17358: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17359: types/pa_value.h, types/pa_vcode_frame.h,
17360: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17361: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17362: responsibility to wcontext
17363:
17364: * src/classes/file.C: decided not to log exec's with stderr, that
17365: could be warnings, and it's up to scritper to log/show them
17366:
17367: * src/: classes/double.C, main/execute.C: double:sql badly called
17368: write_assign_lang, not write_no_lang, thus doing unnecessary
17369: double/string converstion, which were loosing time&precesion
17370:
17371: * src/: main/pa_charset.C, types/pa_vmail.C:
17372: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17373: case of unfinished in buffer processing, causing accidental
17374: transcode stop [in case that source enc != utf-8 & there is
17375: incomplete utf-8 sequence at the end of 16000block iside of
17376: libxml lib] tfm readed & code updated
17377:
17378: 2002-09-04 paf
17379:
17380: * configure: makes with sjlj
17381:
17382: * INSTALL, src/include/pa_config_fixed.h,
17383: src/include/pa_sql_connection.h,
17384: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17385: checked. on win32 it made default
17386:
17387: * src/include/pa_config_auto.h.in: sjlj define
17388:
17389: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17390: can not work with longjump/throw pair, and one must switch that
17391: on there. todo: detect that automatically]
17392:
17393: * src/types/pa_vxnode.C: removed too strong checks of
17394: xnode.elements. now, for instance, if element does not have any
17395: attributes, $xnode.attributes is void, not error
17396:
17397: 2002-09-02 paf
17398:
17399: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17400: removed double_result, didn't help
17401:
17402: * src/main/execute.C: double_result made to move that var away from
17403: hungry g++ optimizer (-O2), before: it were optimized and
17404: comparison operators worked badly
17405:
17406: * src/types/pa_vdate.h: removed debug
17407:
1.116 moko 17408: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17409:
17410: * src/main/execute.C: fixed numeric < & co so that thay now use
17411: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17412: unknown reason.
17413:
17414: 2002-08-29 paf
17415:
17416: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17417: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17418: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17419: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17420: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17421: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17422: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17423: [called less frequent, allowed to remove ugly
17424: Junction.change_context-s from many places, switch,
17425: mail:send..html{}, ..] request.root renamed to method_frame [more
17426: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17427: [speed up]
17428:
17429: 2002-08-28 paf
17430:
17431: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17432: tainted
17433:
17434: * src/types/pa_vcookie.C: fixed cookie delete when
17435: $cookie:name[$.value[]]
17436:
17437: * operators.txt, src/classes/string.C:
17438: ^string.split[delim[;options]]
17439:
17440: 2002-08-27 paf
17441:
1.116 moko 17442: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17443:
17444: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17445: delimiter
17446:
17447: * INSTALL: recommended latest gmime 1.0.5
17448:
17449: 2002-08-26 paf
17450:
17451: * configure, configure.in: apache13/hook added to make dist.
17452:
17453: 2002-08-23 paf
17454:
17455: * src/: include/pa_common.h, main/pa_common.C,
17456: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17457: beside binary [cgi, isapi] not accessible [due to bad rights or
17458: whatever] it's error now
17459:
17460: 2002-08-21 paf
17461:
1.116 moko 17462: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17463:
17464: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17465: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17466: class". compiled as if here they named base class
17467:
17468: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17469: cloning constructor]
17470:
17471: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17472:
1.150 moko 17473: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17474: $mail.received.file.value.content-type fixed
17475:
17476: 2002-08-20 paf
17477:
17478: * src/classes/file.C: fixed language of file:file result
17479:
17480: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17481: from 3.0.0005
17482:
17483: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17484:
17485: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17486: 3.0.0005
17487:
17488: * src/classes/void.C, operators.txt: ^void.length[] = 0
17489:
17490: 2002-08-19 paf
17491:
17492: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17493: work now
17494:
17495: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17496: error in xnode, which were not catched in xdoc]
17497:
17498: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17499: prepared: // validate each document after load/create (?)
17500: //xmlDoValidityCheckingDefaultValue = 1;
17501:
17502: 2002-08-15 paf
17503:
17504: * src/classes/classes.h: write to static var caused useless
17505: Exception, introduced Methoded::put_element wich consumes those
17506:
17507: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17508: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17509: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17510: $response:field[date] $response:field[$.xxx[date]]
17511:
17512: * src/: classes/hash.C, classes/string.C, classes/table.C,
17513: classes/void.C, include/pa_sql_connection.h: fixed source of
17514: ^hash::sql{bad}
17515:
17516: * operators.txt: $request:body unprecessed POST request body
17517:
17518: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17519:
17520: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17521: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17522:
17523: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17524: src/include/pa_request.h, src/main/pa_pool.C,
17525: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17526: $request:body r.post_data now const
17527:
17528: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17529: classes/xnode.C, main/execute.C, types/pa_value.h,
17530: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17531: types/pa_vtable.h: instead of type() checking everywhere used
17532: Value.as now user descendants can be used in params.
17533:
17534: VObject::as_*, is_defined now taken from bases. xtable(table)
17535: ^if($xtable) now OK
17536:
17537: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17538: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17539: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17540:
17541: 2002-08-14 paf
17542:
17543: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17544: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17545: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17546: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17547: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17548: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17549: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17550: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17551: types/pa_vresponse.C, types/pa_vresponse.h,
17552: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17553: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17554: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17555: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17556: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17557: & VClass
17558:
17559: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17560:
17561: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17562: removed fixopt stupidity. on stupid linux use cd /document/root
17563: ../cgi/parser3 script
17564:
17565: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17566: params, splitting them by space, excluding argv[0], argv[argc-1]
17567:
17568: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17569: fixopt.h: fixopt now preprocesses command line params, splitting
17570: them by space, excluding argv[0], argv[argc-1]
17571:
17572: * src/targets/cgi/parser3.C: -f config file
17573:
17574: * src/targets/cgi/parser3.C: fixed .log file dir
17575:
17576: 2002-08-13 paf
17577:
17578: * src/types/pa_vobject.C: allow override parent variables, useful
17579: for form descendants [in vobject too, were in vclass]
17580:
17581: * src/types/pa_vclass.C: allow override parent variables, useful
17582: for form descendants
17583:
17584: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17585: overwritten in derived(table)
17586:
17587: * src/: classes/form.C, classes/mail.C, classes/op.C,
17588: classes/xnode.h, include/pa_request.h, main/execute.C,
17589: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17590: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17591: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17592: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17593: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17594: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17595: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17596: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17597: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17598: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17599: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17600: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17601: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17602: Value::get_element(..., bool looking_down) [needed to exclude
17603: endless recoursion]
17604:
17605: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17606: fix bug with put endless recoursion todo: check 'as'
17607:
17608: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17609: reorganized modules todo: fix bug with put endless recoursion
17610: todo: check 'as'
17611:
17612: * src/types/pa_vobject.h: checked: table fields can be overwritten
17613: in derived(table)
17614:
17615: * src/types/pa_vobject.h: derived classes can have fields of their
17616: own now
17617:
17618: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17619: fixed error message on using non-created table
17620:
17621: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17622: classes/op.C, classes/xnode.h, include/pa_request.h,
17623: main/compile.C, main/compile.tab.C, main/execute.C,
17624: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17625: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17626: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17627: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17628: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17629: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17630: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17631: types/pa_vresponse.C, types/pa_vresponse.h,
17632: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17633: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17634: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17635: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17636: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17637: looking down/up tree todo: fix error message on non-constructed
17638: parents
17639:
17640: 2002-08-12 paf
17641:
17642: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17643: derived OK
17644:
17645: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17646: thorough testing
17647:
17648: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17649: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17650: types/pa_vobject.h, types/pa_vstateless_class.h,
17651: types/pa_vstateless_object.h, types/pa_wcontext.h,
17652: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17653: ^base:create[] dynamic call rewritten todo: thorough testing
17654:
17655: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17656: now instantates base class, remembers it and saves child in
17657: parent VObject.get_class now returns last child = downward
17658: virtual calls OK
17659:
17660: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17661: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17662: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17663: types/pa_vobject.h, types/pa_vresponse.h,
17664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17665: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17666: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17667: VAliased [redundant], moved $CLASS to VObject only [parser class
17668: instance]
17669:
17670: * src/main/pa_request.C: $response:body[file] content-type check
17671: fixed [were bad when content-type is hash]
17672:
17673: 2002-08-09 paf
17674:
17675: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17676: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17677:
17678: 2002-08-08 paf
17679:
17680: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17681: src/main/pa_globals.C: year column in month calendar [week year]
17682:
17683: * src/main/execute.C: error reporting on object writes to MAIN
17684: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17685:
17686: * operators.txt, src/types/pa_vdate.h: $date.yearday
17687: $date.daylightsaving
17688:
17689: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17690: use tainted data now. only she must specify the language.
17691:
17692: ^mail:send[ $.from[paf@mail.design.ru]
17693: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17694: $.text[^taint[uri][ìîñêâà]=] ]
17695:
17696: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17697: now prints more precise origin
17698:
17699: * src/include/pa_string.h: String::first_char now not fails on
17700: empty strings ^if(-f '') now ok and in 3 other places.
17701:
17702: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17703: String::first_char now not fails on empty strings ^if(-f '') now
17704: ok and in 3 other places.
17705:
17706: 2002-08-07 paf
17707:
17708: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17709: fixed
17710:
17711: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17712:
17713: * src/: main/execute.C, types/pa_vcode_frame.h,
17714: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17715: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17716: mistakenly not completely transparent to object writes.
17717: $hash[^if(1){$hash}] now works
17718:
17719: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17720: now erasing cache file [there were bad check on that]
17721:
17722: * src/: classes/classes.dsp, classes/table.C,
17723: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17724: all Debug dirs in .dsp now named 'Debug'
17725:
1.116 moko 17726: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17727:
17728: * operators.txt, src/classes/mail.C: exception_type email.send
17729:
17730: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17731:
17732: * src/types/pa_vmail.C: mail:send empty email checked
17733:
17734: 2002-08-06 paf
17735:
17736: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17737: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17738: ^table::create[$source;$.options] ^table::join[$source;$.options]
17739:
17740: * operators.txt, src/classes/hash.C, src/classes/string.C,
17741: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17742: # $.default() }
17743:
17744: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17745:
17746: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17747: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17748: $file.content-type [instead of .mime-type] now works for
17749: file::stat also
17750:
17751: * src/main/pa_request.C: case insensitive mime_type_of
17752:
17753: 2002-08-05 paf
17754:
17755: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17756:
17757: * src/types/pa_vmail.C: file buffer relocated to parser heap
17758:
17759: * operators.txt: comment on date:calendar week column
17760:
17761: * src/main/pa_common.C: write checked
17762:
17763: * src/main/: pa_common.C: write checked
17764:
17765: * src/classes/date.C: +1 buf size for stupid snprintfs
17766:
17767: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17768: month calendar week column [ISO 8601 Week Numbers]
17769:
17770: 2002-08-02 paf
17771:
17772: * src/: include/pa_config_fixed.h, main/pa_string.C,
17773: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17774: DEBUG*
17775:
17776: * configure, configure.in, src/include/pa_version.h: release
17777: 3_0_0005
17778:
17779: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17780: multipart post fixed
17781:
17782: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17783: response transcoded source->client only when text/* or simple
17784: onoverridden $response:body
17785:
17786: 2002-08-01 paf
17787:
17788: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17789: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17790: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17791: classes/op.C, classes/response.C, classes/string.C,
17792: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17793: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17794: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17795: include/pa_config_fixed.h, include/pa_dictionary.h,
17796: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17797: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17798: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17799: include/pa_socks.h, include/pa_sql_connection.h,
17800: include/pa_sql_driver_manager.h, include/pa_stack.h,
17801: include/pa_string.h, include/pa_stylesheet_connection.h,
17802: include/pa_stylesheet_manager.h, include/pa_table.h,
17803: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17804: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17805: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17806: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17807: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17808: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17809: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17810: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17811: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17812: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17813: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17814: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17815: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17816: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17817: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17818: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17819: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17820: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17821: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17822: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17823: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17824: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17825: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17826: types/pa_vmethod_frame.h, types/pa_vobject.h,
17827: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17828: types/pa_vresponse.h, types/pa_vstateless_class.C,
17829: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17830: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17831: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17832: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17833: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17834: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17835:
17836: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17837: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17838: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17839: classes/math.C, classes/op.C, classes/response.C,
17840: classes/string.C, classes/table.C, classes/void.C,
17841: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17842: include/pa_array.h, include/pa_cache_managers.h,
17843: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17844: include/pa_config_fixed.h, include/pa_config_includes.h,
17845: include/pa_dictionary.h, include/pa_dir.h,
17846: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17847: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17848: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17849: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17850: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17851: include/pa_stack.h, include/pa_string.h,
17852: include/pa_stylesheet_connection.h,
17853: include/pa_stylesheet_manager.h, include/pa_table.h,
17854: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17855: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17856: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17857: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17858: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17859: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17860: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17861: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17862: main/pa_sql_driver_manager.C, main/pa_string.C,
17863: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17864: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17865: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17866: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17867: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17868: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17869: targets/isapi/pool_storage.h, types/pa_valiased.C,
17870: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17871: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17872: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17873: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17874: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17875: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17876: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17877: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17878: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17879: types/pa_vresponse.C, types/pa_vresponse.h,
17880: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17881: types/pa_vstateless_object.h, types/pa_vstatus.C,
17882: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17883: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17884: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17885: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17886: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17887: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17888: types/Makefile.am: ident.C* removed
17889:
17890: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17891: file:find[/can/do/this/now.txt]
17892:
17893: * src/targets/cgi/parser3.C: usage to stdout now
17894:
17895: 2002-07-31 paf
17896:
17897: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17898:
17899: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17900: default "postmaster"
17901:
17902: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17903: -f postmaster now default sendmail key word "postmaster"
17904: replaced to $.from
17905:
17906: 2002-07-30 paf
17907:
1.116 moko 17908: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17909: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17910:
17911: * src/main/pa_charset.C: comment
17912:
17913: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17914: table, &#decimal;
17915:
17916: * src/main/pa_request.C: comment
17917:
17918: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17919: paragraf]
17920:
17921: 2002-07-11 paf
17922:
17923: * src/main/pa_exec.C: build command line badly added params twice
17924: [and first time without ' ']. double wrong. fixed.
17925:
17926: * src/main/pa_exec.C: invalid .exe caused error message with params
17927: wich parser did not provide = reported badly. fixed that.
17928:
17929: * src/classes/mail.C: $MAIL[ # xxx ]
17930:
17931: now ok
17932:
17933: * operators.txt: plan: sql detailed exception
17934:
17935: 2002-07-01 paf
17936:
17937: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17938: [MForm.configure_admin were called when request.main_class ==0
17939:
17940: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17941:
17942: * src/classes/form.C: content_length type fix
17943:
17944: 2002-06-30 paf
17945:
17946: * src/classes/mail.C: merged from 4
17947:
17948: * src/classes/mail.C: restored $MAIL
17949:
17950: 2002-06-28 paf
17951:
17952: * configure, configure.in: removed paths.h
17953:
1.116 moko 17954: * configure, src/include/pa_version.h,
1.95 moko 17955: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17956: merged, makes updated
17957:
17958: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17959: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17960: src/include/pa_pool.h, src/include/pa_version.h,
17961: src/main/pa_charset.C, src/main/pa_pool.C,
17962: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17963: src/types/pa_vmail.C: merged latest updates to head
17964:
17965: 2002-06-27 paf
17966:
17967: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17968: not error now
17969:
17970: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17971: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17972: src/main/pa_charset.C, src/main/pa_pool.C:
17973: ^xdoc::create[[uri]]... base uri for document being created,
17974: imports and other relative file names would be relative to this
17975: uri default uri=path_translated
17976:
17977: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17978:
17979: 2002-06-26 paf
17980:
17981: * configure, configure.in, src/include/pa_version.h:
17982: release_3_0_0004
17983:
17984: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17985: 0 now
17986:
17987: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17988:
17989: 2002-06-25 paf
17990:
17991: * src/main/pa_string.C: emtpy string, or string of whitespaces
17992: considered bad number now
17993:
17994: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17995: now
17996:
17997: * operators.txt, src/classes/string.C: ^string.normalize [old
17998: name: optimize
17999:
18000: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18001: library configured
18002:
18003: * src/main/pa_request.C: configure_admin forced if no @conf
18004:
1.150 moko 18005: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18006: ^math:crypt updated to generate random salt when needed and to
18007: call system crypt() if not $apr1$ prefix
1.95 moko 18008:
18009: 2002-06-24 paf
18010:
18011: * INSTALL: --with-static/shared-mailreceive described
18012:
18013: * src/include/pa_config_fixed.h: ssize_t fixed
18014:
1.116 moko 18015: * configure, configure.in, src/include/pa_config_auto.h.in,
18016: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18017: src/types/pa_vmail.C: $mail:received makes update
18018:
18019: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18020: WITH_MAILRECEIVE
18021:
18022: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18023:
18024: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18025: option, for $mail:receive
18026:
18027: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18028: introducting $message:received ^mail:send rewritten with backward
18029: comp
18030:
18031: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18032: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18033: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18034: now
18035:
18036: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18037: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18038: src/include/pa_request.h, src/include/pa_string.h,
18039: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18040: src/main/pa_globals.C, src/main/pa_request.C,
18041: src/main/pa_string.C, src/main/pa_uue.C,
18042: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18043: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18044: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18045: uue to separate file introducting $message:received ^mail:send
18046: rewritten with backward comp
18047:
18048: 2002-06-21 paf
18049:
1.116 moko 18050: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18051: co changes
1.95 moko 18052:
1.116 moko 18053: * configure, configure.in, src/lib/md5/Makefile.am,
18054: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18055: restructure .in and .am files appropriate changes
1.95 moko 18056:
18057: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18058: pcre to libs/ added libs/md5 which is linked to non-apache
18059: targets ^math:crypt[password;$apr1$salt]
18060:
18061: * INSTALL, configure.in, operators.txt, parser3.dsw,
18062: src/Makefile.am, src/classes/Makefile.am,
18063: src/classes/classes.dsp, src/classes/math.C,
18064: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18065: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18066: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18067: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18068: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18069: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18070: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18071: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18072: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18073: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18074: src/lib/pcre/pcre_parser_ctype.dsp,
18075: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18076: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18077: src/main/compile.tab.C, src/main/main.dsp,
18078: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18079: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18080: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18081: to libs/ added libs/md5 which is linked to non-apache targets
18082: ^math:crypt[password;$apr1$salt]
18083:
18084: 2002-06-20 paf
18085:
1.150 moko 18086: * INSTALL, configure, configure.in, operators.txt,
18087: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18088: src/include/pa_globals.h, src/include/pa_request.h,
18089: src/main/execute.C, src/main/pa_request.C,
18090: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18091: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18092: file:justname&co & @auto/conf[filespec
1.95 moko 18093:
18094: * operators.txt, src/classes/file.C:
18095: !^file:dirname[/a/some.tar.gz]=/a
18096: !^file:dirname[/a/b/]=/a
18097: !^file:basename[/a/some.tar.gz]=some.tar.gz
18098: !^file:justname[/a/some.tar.gz]=some.tar
18099: !^file:justext[/a/some.tar.gz]=gz
18100:
18101: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18102: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18103: @conf/auto[filespec]
18104:
1.116 moko 18105: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18106:
1.150 moko 18107: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18108: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18109: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18110:
18111: 2002-06-18 paf
18112:
18113: * configure, configure.in, src/include/pa_version.h: version to
18114: configure.in
18115:
18116: * INSTALL: reflected .conf.dist dir change
18117:
1.150 moko 18118: * Makefile.am, configure, configure.in,
1.116 moko 18119: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18120: .in & *.am updated
18121:
18122: * src/classes/file.C: strncasecmp
18123:
18124: * src/classes/file.C: strcasecmp
18125:
1.150 moko 18126: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18127:
18128: * src/classes/file.C: ^file::exec[script;$.bad error case
18129: insensitive check now
18130:
18131: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18132:
18133: * configure, configure.in, src/include/pa_pool.h,
18134: src/include/pa_types.h: pack configure.in detection simplified.
18135: figured out that gcc on sparc not that stupid as thought
18136: previously: on sparc: when it sees packed class it modifies it's
18137: field-access-code to byte operations [stb, ldub] instead of 4byte
18138: operations [st, lduh] so packed must be all parts of packed
18139: class, i.e. it's parents&fields(classes). for now it's only
18140: String that packed and what was wrong is that it's parent -
18141: Pooled, were not packed. fixed that.
18142:
18143: 2002-06-14 paf
18144:
18145: * operators.txt: more precise xml-to-text options
18146:
18147: * operators.txt, src/types/pa_vxnode.C: xnode
18148: attribute_node.name/value xnode pi.node.data
18149:
18150: 2002-06-12 paf
18151:
1.116 moko 18152: * configure, configure.in, src/targets/cgi/Makefile.am,
18153: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18154:
18155: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18156: src/include/pa_globals.h, src/include/pa_request.h,
18157: src/main/compile.tab.C, src/main/pa_globals.C,
18158: src/main/pa_request.C, src/targets/cgi/parser3.C,
18159: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18160:
18161: * src/classes/mail.C: sendmail -ti [default now]
18162:
18163: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18164: to be strings. for convinient #ing
18165:
18166: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18167: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18168:
18169: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18170: main/pa_globals.C, main/pa_request.C: @conf
18171:
18172: 2002-06-11 paf
18173:
18174: * src/classes/file.C: check simplified
18175:
18176: * src/: classes/file.C, targets/cgi/parser3.dsp,
18177: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18178: valid prefix
18179:
18180: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18181: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18182: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18183:
18184: 2002-06-10 paf
18185:
18186: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18187: src/main/pa_common.C: lock failures reported now
18188:
18189: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18190: string->double @ compile time were not-enough-checking...
18191:
18192: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18193: autoconvert now ignored
18194:
18195: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18196: check
18197:
18198: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18199: $response:body content-type:name
18200:
18201: * configure, configure.in: hpux check, nsl link, no socket
18202:
18203: * operators.txt: old merge conflict removed
18204:
18205: * configure, configure.in: pack even address access on sparc&co
18206: arch checked in configure
18207:
18208: * configure, src/include/pa_version.h: makes
18209:
18210: * configure, configure.in, src/include/pa_version.h: makes
18211:
18212: * src/main/untaint.C: (bug#2) mail subject got always prepended
18213: with charset even when all letters were 7bit one
18214:
18215: * src/main/pa_common.C: merged fixed -d (bug)
18216:
18217: * src/main/pa_common.C: fixed -d (bug)
18218:
18219: 2002-06-03 paf
18220:
18221: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18222: src/classes/classes.dsp, src/main/compile.tab.C,
18223: src/main/main.dsp, src/main/pa_globals.C,
18224: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18225: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18226: .dsp-s along with reorganized cvs modules dirs structure
18227:
18228: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18229: main/pa_globals.C, targets/cgi/parser3.dsp,
18230: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18231: modules
18232:
18233: 2002-05-28 paf
18234:
18235: * src/targets/cgi/parser3.C: info.uri now ""
18236:
18237: 2002-05-17 paf
18238:
18239: * src/classes/: table.C: ^table.save << checked empty
18240: pre/match/post columns
18241:
18242: 2002-05-16 paf
18243:
18244: * src/classes/image.C: image::measure can png now
18245:
18246: 2002-05-15 paf
18247:
18248: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18249: added
18250:
18251: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18252:
18253: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18254: %H[:%M[:%S]]]]]] [-%m now
18255:
18256: 2002-05-14 paf
18257:
18258: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18259:
18260: 2002-05-07 paf
18261:
18262: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18263: src/include/pa_globals.h, src/include/pa_request.h,
18264: src/include/pa_table.h, src/main/compile.tab.C,
18265: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18266: src/main/pa_request.C, src/main/pa_table.C,
18267: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18268: src/targets/isapi/parser3isapi.dsp,
18269: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18270: name2number field now &. main_method_name now on Request pool
18271: rather on global_pool [Junction+VJunction created on same pool as
18272: name = were created on global pool, causing mem leaks]
18273:
18274: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18275: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18276: main/compile.y, main/main.dsp, main/pa_globals.C,
18277: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18278: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18279: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18280: field now &. main_method_name now on Request pool rather on
18281: global_pool [Junction+VJunction created on same pool as name =
18282: were created on global pool, causing mem leaks]
18283:
18284: 2002-05-06 paf
18285:
18286: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18287: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18288: 100*40 bytes per request memory leak [nonpool malloc in globals]
18289:
18290: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18291: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18292: 100*40 bytes per request memory leak [nonpool malloc in globals]
18293:
18294: 2002-04-30 paf
18295:
18296: * configure, src/include/pa_version.h: version now not b
18297:
18298: * src/targets/cgi/parser3.C: request.uri now never 0
18299:
18300: 2002-04-29 paf
18301:
18302: * configure.in: removed b
18303:
18304: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18305: Exception::comment/type checked in (), no there's no empty
18306: type/comment by default
18307:
18308: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18309: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18310: src/doc/value.dox, src/include/pa_exception.h,
18311: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18312: 0001
18313:
18314: 2002-04-26 paf
18315:
18316: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18317: size reduced
18318:
18319: 2002-04-25 paf
18320:
18321: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18322: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18323: now that took into account
18324:
18325: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18326: 01:03:04]
18327:
18328: * ChangeLog, operators.txt, src/classes/date.C:
18329: ^date::create[2002-12-33 01:03:04]
18330:
18331: * ChangeLog: updated changelog
18332:
18333: * src/classes/table.C: removed restriction on column count to
18334: ^table.hash to work, now must be >0 [were >1]
18335:
18336: 2002-04-24 paf
18337:
18338: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18339: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18340: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18341: targets
18342:
18343: 2002-04-23 paf
18344:
18345: * operators.txt, src/classes/string.C:
18346: int/double/string:sql{}[$.default{code}] fixed [were barking:
18347: "junction used outside of context"]
18348:
18349: 2002-04-22 paf
18350:
18351: * types.txt, src/classes/string.C, src/include/pa_string.h,
18352: src/main/pa_string.C, src/types/pa_vstring.C,
18353: src/types/pa_vstring.h: ^string.optimize[]
18354:
18355: * src/: include/pa_globals.h, include/pa_table.h,
18356: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18357: table template
18358:
18359: * src/classes/: string.C: optimize removed from string
18360: .left/right/pos
18361:
18362: * src/main/execute.C: rolled back to
18363: before_killing_userjunction_contexts
18364:
18365: * src/main/execute.C: user junctions context killed
18366:
18367: * src/main/execute.C: junctions to local contexts got
18368: cleanized&checked later
18369:
18370: 2002-04-19 paf
18371:
18372: * src/: classes/string.C, include/pa_request.h,
18373: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18374: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18375: prior to .left .right .mid .pos .match when that is profitable,
18376: and always before .replace when $ORIGINS(1) optimization disabled
18377: economy from not wasting mem on lots of strings which occur by
18378: lots of String:mid calls to get parts of source string between
18379: found_occurances
18380:
18381: * src/classes/file.C: ovector now local economy: 16 bytes per
18382: ^file:list
18383:
18384: * src/: include/pa_globals.h, include/pa_table.h,
18385: main/pa_globals.C, main/pa_string.C: String::match table columns
18386: globalized, not created @ each ^match anymore economy:
18387: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18388:
18389: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18390: removed from each String::match replace iteration, and made
18391: stacked sizeof(VTable)=12bytes economy on each replace code
18392:
18393: * src/doc/footer.htm: 2001,
18394:
18395: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18396: string.match[]['] option enables generation of $match.prematch
18397: .match .postmatch columns
18398:
18399: * src/main/pa_string.C: String::match options analized without
18400: cstr-ing them now
18401:
18402: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18403: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18404: config updated to doxygen 1.2.15, created helper which fixes
18405: minor bugs in chm project files & htm tree. changed extension to
18406: .htm
18407:
18408: 2002-04-18 paf
18409:
18410: * src/doc/doxygen.cfg: .chi generation disabled
18411:
18412: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18413: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18414: fields&methods
18415:
18416: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18417: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18418: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18419: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18420: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18421: types/pa_vresponse.h, types/pa_vstateless_class.h,
18422: types/pa_vstateless_object.h, types/pa_vstatus.h,
18423: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18424: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18425: VStateless_class to VObject
18426:
18427: * src/: main/pa_request.C, types/pa_valiased.h,
18428: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18429: types/pa_vstring.h: VStateless_string_object speicalized light
18430: version of VStateless_object
18431:
18432: * src/classes/op.C: ^throw comment param made optional
18433:
18434: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18435: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18436: and implemented down in VClass, fclass_alias removed,
18437:
18438: * src/types/pa_value.C: forced to cut that from .h because of
18439: VStateless_class usage [undefined in .h]
18440:
18441: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18442: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18443: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18444: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18445: on each CALL]
18446:
18447: * src/: classes/classes.h, classes/date.C, classes/double.C,
18448: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18449: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18450: classes/response.C, classes/string.C, classes/table.C,
18451: classes/void.C, classes/xnode.C, include/pa_globals.h,
18452: include/pa_request.h, main/execute.C, main/pa_globals.C,
18453: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18454: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18455: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18456: types/pa_vstateless_class.h, types/pa_wcontext.C,
18457: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18458: removed Value::fname
18459:
18460: 2002-04-17 paf
18461:
18462: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18463: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18464: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18465: include/pa_pool.h, include/pa_types.h: dox updated to current
18466: state, PTHROW freshen to throw & co
18467:
18468: * src/types/pa_vhash.h: vstring wrong parent fixed
18469:
18470: * src/classes/op.C: taint local result var bug fixed
18471:
18472: 2002-04-16 paf
18473:
18474: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18475: Attic asm.txt as most interesting
18476:
18477: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18478: check, preventing content-length: 0 from appearing
18479:
18480: * src/main/execute.C: $result in @main now taken into account as in
18481: usual functions
18482:
18483: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18484: & @unhandled_exception now taken into account as in usual
18485: functions
18486:
18487: * src/doc/postbuild.txt: instructions on post .html build
18488:
18489: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18490:
18491: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18492: tainted
18493:
18494: * src/main/pa_request.C: uri in error log
18495:
18496: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18497: cheched date:create(days) param for validity [later were assumed
18498: valid and crashed on invalid onces]
18499:
18500: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18501: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18502: and used that for removing VString wrapper
18503:
18504: * src/classes/op.C: exception2vhash file now tainted
18505:
18506: * src/classes/op.C: _process pseudo origin copied from local var to
18507: heap
18508:
18509: * src/classes/op.C: extra check on empty file in origin in _execute
18510:
18511: 2002-04-15 paf
18512:
18513: * src/: main/execute.C, types/pa_value.h: fixed name update
18514:
18515: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18516: functions
18517:
18518: * src/: classes/file.C, classes/hash.C, classes/op.C,
18519: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18520: started dual write_xxx_lang functions, if checked & works
18521:
18522: * src/: classes/date.C, classes/file.C, classes/mail.C,
18523: classes/string.C, classes/xnode.C, include/pa_request.h,
18524: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18525: unnecessary VString shells
18526:
18527: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18528: prev changes]
18529:
18530: * src/: classes/image.C, classes/op.C, classes/string.C,
18531: classes/table.C, include/pa_request.h, main/execute.C,
18532: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18533: StringOrValue wcontext result, now ready for dual writes
18534:
18535: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18536: checked that
18537:
18538: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18539: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18540: changed to OP_WRITE_VALUE in var get cases
18541:
18542: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18543: include/pa_request.h, main/compile.tab.C, main/compile.y,
18544: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18545: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18546: switch in hash constructor fixed [were problems with using of
18547: stacked wwrapper after it's death]
18548:
18549: 2002-04-12 paf
18550:
18551: * operators.txt, src/classes/table.C: table.select(expression) 0
18552:
18553: 2002-04-11 paf
18554:
18555: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18556: Request::process_internal codeFrame & wwrapper stacked [not
18557: wasting heap anymore]
18558:
18559: 2002-04-10 paf
18560:
18561: * src/: classes/double.C, classes/file.C, classes/hash.C,
18562: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18563: classes/string.C, classes/table.C, classes/void.C,
18564: classes/xdoc.C, include/pa_request.h, main/execute.C,
18565: main/pa_string.C: killed Request::process() wrapping
18566: VString(String) in case we need only String
18567:
18568: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18569: killed 8 bytes from String.head
18570:
18571: 2002-04-09 paf
18572:
18573: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18574: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18575: local*/char b[...]; a=b; situations
18576:
18577: * operators.txt, src/classes/xdoc.C: xslt params made literal
18578:
18579: * src/classes/xdoc.C: xslt params fixed
18580:
18581: * src/: main/pa_common.C, targets/cgi/parser3.C,
18582: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18583: not pool.malloc(MAX_NUMBER) but really neaded
18584:
18585: * operators.txt, src/classes/double.C, src/classes/int.C:
18586: int/double.int/double(default)
18587:
18588: 2002-04-04 paf
18589:
18590: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18591: [when reconstructing pieces were split by
18592: max_integral(piece.size), thus some strings to replace happen to
18593: be split into two = not replaced)
18594:
18595: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18596: standalone version = current dir
18597:
18598: * src/targets/cgi/parser3.C: document root in standalone version =
18599: current dir
18600:
18601: 2002-04-03 paf
18602:
18603: * configure, configure.in: more checks on nonexistent charset
18604:
1.116 moko 18605: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18606:
18607: 2002-04-02 paf
18608:
18609: * src/main/compile.C: parser.compile [exception name more like in
18610: doc]
18611:
18612: 2002-04-01 paf
18613:
18614: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18615: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18616: .content-type.charset, not .charset
18617:
18618: 2002-03-29 paf
18619:
18620: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18621:
18622: * operators.txt, src/classes/date.C: ^date::create now may not
18623: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18624: days' year. | 31.05->31.04 roll
18625:
18626: 2002-03-28 paf
18627:
18628: * operators.txt, src/classes/date.C, src/classes/op.C,
18629: src/include/pa_globals.h, src/include/pa_hash.h,
18630: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18631: ^cache(seconds) ^cache[date] }
18632:
18633: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18634: param
18635:
18636: 2002-03-27 paf
18637:
18638: * operators.txt, src/classes/date.C, src/classes/double.C,
18639: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18640: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18641: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18642: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18643: src/classes/xnode.C, src/include/pa_exception.h,
18644: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18645: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18646: src/main/pa_array.C, src/main/pa_charset.C,
18647: src/main/pa_charsets.C, src/main/pa_common.C,
18648: src/main/pa_dictionary.C, src/main/pa_exception.C,
18649: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18650: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18651: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18652: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18653: src/types/pa_value.h, src/types/pa_vcookie.C,
18654: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18655: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18656: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18657: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18658: src/types/pa_wwrapper.h: assigned exception types
18659:
18660: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18661: src/include/pa_request.h, src/main/execute.C,
18662: src/main/pa_request.C: decided agains resetting exception_trace,
18663: just changed name
18664:
18665: 2002-03-26 paf
18666:
18667: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18668: fixed
18669:
18670: * src/classes/op.C: forced language of $source field of exception
18671: to 'tainted', so that sql-langed-frags could be outputed outside
18672: of connect
18673:
18674: * operators.txt: removed date.roll limit of +-1 offset
18675:
18676: * src/classes/date.C: removed date.roll limit of +-1 offset
18677:
18678: * operators.txt, src/classes/date.C: fixed date roll on
18679: daylightsaving days mktime took into account tm_isdst flag, which
18680: remained from BEFORE roll, but should have been reset
18681:
18682: 2002-03-25 paf
18683:
18684: * operators.txt, src/targets/cgi/parser3.C:
18685: http_site_config_filespec
18686:
18687: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18688: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18689: with any/both --disable-foreign-group-files --disable-execs
18690:
18691: * INSTALL: "--with=sendmail=COMMAND" comment
18692:
18693: * INSTALL, configure, configure.in, src/classes/mail.C,
18694: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18695: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18696: disables execs also. introducing --sendmail
1.95 moko 18697:
18698: * operators.txt: pgsql options comment
18699:
18700: * INSTALL: comment on --disable-link-stdcpp
18701:
1.116 moko 18702: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18703: libstdc++ link skipping configure option
1.95 moko 18704:
18705: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18706: with error were put to cache with 'marked_to_rollback' flag, all
18707: consequent even OK requests rolled back
18708:
18709: 2002-03-22 paf
18710:
18711: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18712: false return
18713:
18714: * operators.txt: few comments on sets
18715:
18716: 2002-03-18 paf
18717:
18718: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18719: src/include/pa_globals.h, src/include/pa_request.h,
18720: src/include/pa_stack.h, src/main/pa_globals.C,
18721: src/main/pa_request.C: introducing ^try
18722:
18723: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18724: types/pa_vdouble.h: removed some tested @tests
18725:
18726: 2002-03-15 paf
18727:
18728: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18729:
18730: 2002-03-13 paf
18731:
18732: * src/main/pa_exception.C: checked not-pooled malloc
18733:
18734: 2002-03-11 paf
18735:
18736: * INSTALL, configure, configure.in,
18737: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18738:
18739: * src/main/pa_common.C: --disable-foreign-group-files
18740:
18741: * INSTALL: --disable-execs
18742:
18743: * src/main/pa_exec.C: --disable-execs
18744:
18745: * configure, configure.in, src/include/pa_config_auto.h.in:
18746: --disable-execs
18747:
18748: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18749:
18750: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18751: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18752:
18753: 2002-03-05 paf
18754:
18755: * operators.txt, src/classes/date.C: date week calendar columns
18756: named
18757:
18758: * operators.txt, src/classes/date.C: date week calendar columns
18759: named
18760:
18761: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18762: requires headers to be terminated with \r\n manually [refuses to
18763: separate header/body itself]
18764:
18765: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18766: targets/isapi/parser3isapi.C: isapi site config beside .dll
18767:
18768: 2002-03-04 paf
18769:
18770: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18771: in PASS language
18772:
18773: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18774: deserialize checks on broken file
18775:
18776: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18777: parser3isapi.dsp: isapi updated
18778:
18779: 2002-03-01 paf
18780:
18781: * src/main/pa_exec.C: execle -> execve, now argc OK
18782:
18783: 2002-02-28 paf
18784:
18785: * src/main/untaint.C: removed some debug comments
18786:
18787: * src/main/pa_charsets.C: when placing charset to cache using
18788: global name now [were request]
18789:
18790: * configure, configure.in: apache module updated
18791:
18792: * src/main/pa_string.C: origin by first piece preferred before last
18793: piece
18794:
18795: 2002-02-27 paf
18796:
18797: * src/main/pa_charset.C: size_t
18798:
18799: * INSTALL: shared/static-xml with-pathlink
18800:
18801: * operators.txt: SMTP comment
18802:
18803: 2002-02-26 paf
18804:
18805: * src/main/pa_exec.C: more precise names for vars, cosmetic
18806:
18807: * src/classes/xnode.C: in some situation, xpath query returned
18808: result with type NODESET, but empty nodeset member field, checked
18809: that
18810:
18811: 2002-02-22 paf
18812:
18813: * INSTALL: without-zlib comment
18814:
18815: * etc/parser3.charsets/windows-1251.cfg: °
18816:
18817: * configure, configure.in: glib###.a detection fixed
18818:
18819: * INSTALL: hashfile removed from INSTALL
18820:
1.116 moko 18821: * Makefile.am: make update
1.95 moko 18822:
18823: * src/main/pa_string.C: string iterators fixed again, so were
18824: String::join_chain
18825:
18826: * src/main/pa_string.C: string iterators fixed again, so were
18827: String::join_chain
18828:
18829: * src/: include/pa_string.h, main/pa_string.C: string iterators
18830: fixed again, so were String::join_chain
18831:
18832: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18833:
18834: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18835: "session"
18836:
1.116 moko 18837: * configure, configure.in, src/include/pa_config_auto.h.in:
18838: --with-shared-xml --with-static-xml
1.95 moko 18839:
18840: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18841: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18842: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18843: xalan&xml
18844:
18845: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18846:
18847: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18848: src/types/types.dsp: removed hashfile support from sources for
18849: now
18850:
1.116 moko 18851: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18852: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18853: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18854: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18855: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18856: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18857: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18858: src/types/Makefile.am, src/types/pa_vhashfile.C,
18859: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18860:
18861: 2002-02-21 paf
18862:
18863: * src/main/untaint.C: removed debug code, activated commented-for
18864: debug parts
18865:
1.116 moko 18866: * Makefile.am: make cvsupdate
1.95 moko 18867:
18868: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18869: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18870: append_row, not at link zero now string to string appending works
18871:
18872: 2002-02-20 paf
18873:
18874: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18875: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18876: DEBUG_STRING_APPENDS_VS_EXPANDS
18877:
18878: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18879: economy: 22%
18880:
18881: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18882: space uptimized: string::link_row removed
18883:
18884: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18885: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18886: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18887: types/pa_vstring.h: speed uptimized: string::is_empty
18888:
18889: * operators.txt, src/include/pa_common.h,
18890: src/include/pa_config_fixed.h, src/include/pa_string.h,
18891: src/include/pa_types.h, src/main/compile.tab.C,
18892: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18893: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18894: string append optimiziation idea and estimates
18895:
18896: 2002-02-19 paf
18897:
18898: * src/classes/math.C: not used directly [but erroreously reported
18899: that 'is', thus registering twice&other probs]
18900:
18901: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18902: to node [element]
18903:
18904: * src/main/compile.C: without string_origins parse error
18905: file+line+col possible
18906:
18907: * src/main/: compile.C: without string_origins not worked
18908:
18909: 2002-02-18 paf
18910:
18911: * src/types/pa_vdouble.h: since we have in_expression removed that
18912: trick i've installed into double::as_string
18913:
18914: * src/main/pa_globals.C: extern "C" was removed too fast
18915:
18916: * src/: include/pa_opcode.h, include/pa_request.h,
18917: main/compile.tab.C, main/compile.y, main/execute.C,
18918: types/pa_wcontext.h: in_expression aimed to solve old problem
18919: with string/nonstring values, now in expressions double/int
18920: values are passed as-is, without stupid tostring/fromstring
18921: conversions
18922:
18923: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18924: __cplusplus } #endif
18925:
18926: * src/main/compile.tab.C: bison env set so one could compile
18927: without cygwin installed
18928:
18929: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18930: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18931: gnome xml libs parser .dsp-s changed accordingly
18932:
18933: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18934:
18935: * operators.txt, src/classes/date.C: date::create [were date::set,
18936: with backward comp
18937:
18938: * src/classes/math.C: math:random range check fixed
18939:
18940: * src/main/: compile.tab.C, compile.y: integer division stops name
18941:
18942: * INSTALL: local install comment
18943:
1.116 moko 18944: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18945:
1.116 moko 18946: * acinclude.m4, aclocal.m4, configure, configure.in,
18947: src/include/pa_config_auto.h.in,
18948: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18949: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18950:
18951: * operators.txt: \ comment
18952:
18953: 2002-02-13 paf
18954:
18955: * src/include/pa_config_includes.h: sys/time time both included
18956: now. vaguely remember confilicts on this on some system [not on
18957: six|ablv] so when would see them again would think up proper
18958: check
18959:
1.116 moko 18960: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18961: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18962:
18963: * src/main/pa_common.C: truncation never occured when writing files
18964: on unix [since i've changed cache mech] fix
18965:
18966: * src/main/pa_common.C: strnchr: sanity check added
18967:
18968: * etc/parser3.charsets/windows-1257.cfg: id added
18969:
18970: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18971: baltic charset file generated, in generation script ispunct check
18972: added
18973:
18974: 2002-02-08 paf
18975:
1.116 moko 18976: * src/: include/Makefile.am, sql/Makefile.am,
18977: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18978:
18979: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18980: forgotten
18981:
18982: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18983:
18984: * INSTALL, README: install&others updated
18985:
18986: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18987:
1.116 moko 18988: * Makefile.am, configure, configure.in,
18989: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18990: src/classes/Makefile.am, src/main/Makefile.am,
18991: src/main/pa_status_provider.C, src/targets/Makefile.am,
18992: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18993: works
1.95 moko 18994:
18995: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18996: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18997: classes/hashfile.C, classes/int.C, classes/mail.C,
18998: classes/math.C, classes/op.C, classes/response.C,
18999: classes/string.C, classes/table.C, classes/void.C,
19000: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19001: include/pa_array.h, include/pa_cache_managers.h,
19002: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19003: include/pa_config_fixed.h, include/pa_config_includes.h,
19004: include/pa_db_connection.h, include/pa_db_manager.h,
19005: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19006: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19007: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19008: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19009: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19010: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19011: include/pa_stack.h, include/pa_string.h,
19012: include/pa_stylesheet_connection.h,
19013: include/pa_stylesheet_manager.h, include/pa_table.h,
19014: include/pa_threads.h, include/pa_types.h, main/compile.C,
19015: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19016: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19017: main/pa_db_connection.C, main/pa_db_manager.C,
19018: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19019: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19020: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19021: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19022: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19023: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19024: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19025: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19026: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19027: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19028: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19029: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19030: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19031: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19032: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19033: types/pa_vmethod_frame.h, types/pa_vobject.h,
19034: types/pa_vrequest.h, types/pa_vresponse.h,
19035: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19036: types/pa_vstateless_object.h, types/pa_vstatus.C,
19037: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19038: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19039: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19040: classes/image.C, main/pa_common.C, main/pa_exec.C,
19041: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19042: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19043: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19044: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19045: types/pa_vxnode.C, main/pa_charset.C: name spelling
19046:
19047: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19048: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19049: classes/hashfile.C, classes/image.C, classes/int.C,
19050: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19051: classes/string.C, classes/table.C, classes/void.C,
19052: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19053: include/pa_array.h, include/pa_cache_managers.h,
19054: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19055: include/pa_config_fixed.h, include/pa_config_includes.h,
19056: include/pa_db_connection.h, include/pa_db_manager.h,
19057: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19058: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19059: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19060: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19061: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19062: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19063: include/pa_stack.h, include/pa_string.h,
19064: include/pa_stylesheet_connection.h,
19065: include/pa_stylesheet_manager.h, include/pa_table.h,
19066: include/pa_threads.h, include/pa_types.h, main/compile.C,
19067: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19068: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19069: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19070: main/pa_db_connection.C, main/pa_db_manager.C,
19071: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19072: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19073: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19074: main/pa_socks.C, main/pa_sql_driver_manager.C,
19075: main/pa_status_provider.C, main/pa_string.C,
19076: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19077: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19078: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19079: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19080: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19081: targets/isapi/pool_storage.h, types/pa_valiased.C,
19082: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19083: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19084: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19085: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19086: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19087: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19088: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19089: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19090: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19091: types/pa_vresponse.h, types/pa_vstateless_class.C,
19092: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19093: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19094: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19095: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19096: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19097: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19098:
19099: 2002-02-07 paf
19100:
19101: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19102:
1.116 moko 19103: * configure, configure.in, src/include/pa_config_auto.h.in,
19104: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19105: added yet another locking function: fcntl
1.95 moko 19106:
19107: * config.sub: on cygwin configure passes it with strange i1586
19108: const, hacked it to mean i586
19109:
19110: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19111: disabled $if reference due to conflicts with local variables
19112:
19113: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19114: xdoc::set obsolete now, now xdoc::create, with both sences
19115:
19116: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19117: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19118: table::create now // 'set' name obsolete now table clone.
19119:
19120: * operators.txt, src/classes/string.C,
19121: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19122: ^int/double/string.format now can be called with normal []
19123: brackets, not stupid {} as it were implemented for some strange
19124: reason. retaining backward compatibility due to some
19125: already-implemented servers
19126:
19127: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19128: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19129: operators now detected by check at name_without_curly_rdive_read
19130: rule whether diving code constists only of
19131: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19132: with OP_GET_ELEMENT_OR_OPERATOR to form
19133: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19134:
19135: 2002-02-06 paf
19136:
19137: * configure, configure.in: prefix expanded, grr
19138:
19139: * operators.txt, src/classes/mail.C: mail:send config changed
19140:
19141: 2002-02-05 paf
19142:
19143: * operators.txt: regex options commented
19144:
19145: * src/main/: pa_exec.C: argv0 now correct
19146:
19147: * src/types/pa_vstatus.C: status:rusage 3
19148:
19149: * src/types/pa_vstatus.C: status:rusage 2
19150:
19151: * operators.txt: status:rusage described int operators
19152:
19153: * src/types/pa_vstatus.C: status:rusage 1
19154:
19155: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19156: src/types/types.dsp: status:rusage
19157:
19158: * configure.in, operators.txt, src/classes/file.C,
19159: src/classes/op.C, src/include/pa_common.h,
19160: src/include/pa_config_includes.h, src/main/compile.tab.C,
19161: src/main/pa_common.C: rewritten ^cache to use
19162: non-blocking-exclusive-caches
19163:
19164: * src/main/pa_common.C: text file read mode on win32 adjusted
19165: [speed impact. was off for debugging purpose, but forgotten
19166: afterwards]
19167:
19168: 2002-02-01 paf
19169:
19170: * src/classes/op.C: file_write does EX lock after create, while
19171: file_read does SH after open, so there's a moment after create
19172: but before EX lock when read can sneak into, and read
19173: just-created-for-writing-and-not-yet-locked file, added a check
19174: for that in ^cache...read
19175:
19176: 2002-01-31 paf
19177:
19178: * src/main/: compile.y, compile.tab.C: disabled operator call after
19179: ^xxx:
19180:
19181: * src/main/: compile.tab.C, execute.C: made operators lookup first
19182: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19183:
19184: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19185: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19186: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19187: operators check 6.1 rewritten. now check is done at compile time
19188:
19189: * src/main/execute.C: operators check 5 floated up old error of
19190: staying in 'entered class/object' state after $a($a..) it
19191: prevented operators from being called thereafter
19192:
19193: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19194: main/execute.C: operators check 4 floated up old error of staying
19195: in 'entered object' state after ^a.a(a) it prevented operators
19196: from being called thereafter
19197:
19198: * src/main/execute.C: operators check 3 floated up old error of
19199: staying in 'entered class' state after $a:a(a) it prevented
19200: operators from being called thereafter
19201:
19202: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19203: floated up old error of staying in 'entered class' state after
19204: $a:a[a] it prevented operators from being called thereafter
19205:
19206: * src/main/execute.C: operators check, thay mistakenly seen in
19207: $class:operator $object.operators contexts
19208:
19209: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19210: win32
19211:
1.116 moko 19212: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19213: src/classes/Makefile.am, src/main/Makefile.am,
19214: src/targets/cgi/Makefile.am,
1.95 moko 19215: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19216: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19217:
1.116 moko 19218: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19219: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19220: configure, configure.in, form.txt, ident.awk, install-sh,
19221: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19222: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19223: etc/parser3.charsets/Makefile.am,
19224: etc/parser3.charsets/koi8-r.cfg,
19225: etc/parser3.charsets/windows-1250.cfg,
19226: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19227: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19228: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19229: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19230: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19231: straightened installation scripts procedure made
19232: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19233: change
19234:
19235: 2002-01-30 paf
19236:
19237: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19238: removed] those comments were a mistake, and prevented libltdl
19239: from function properly
19240:
19241: 2002-01-29 paf
19242:
1.116 moko 19243: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19244: creation [modified acinclude.m4 which were creating int into just
19245: assignment LIBTOOL=../libtool] added default system
19246: config&charsetts prepared 'make install', now it installs
19247: targets/cgi/parser3 into bin directory etc/parser3.conf &
19248: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19249: $sysconfdir/parser3.charsets respectively
19250:
19251: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19252: main/pa_globals.C: few forgotten ifdef XML added
19253:
19254: 2002-01-28 paf
19255:
1.116 moko 19256: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19257: removed
19258:
19259: * src/main/pa_exception.C: dom|generic error output fix
19260:
19261: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19262:
19263: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19264:
19265: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19266: [fixed as_node helper func to accept docs]
19267:
19268: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19269: xdoc.importNode 0
19270:
19271: * src/classes/xdoc.C: xdoc::set now untaints OK
19272:
19273: 2002-01-25 paf
19274:
19275: * src/main/: compile.tab.C, compile.y: #comment before @ after
19276: @SPECIAL now works OK
19277:
19278: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19279:
19280: * src/main/pa_exec.C: max arg count now 10, and proper message on
19281: violation that added
19282:
19283: * src/classes/hash.C: unified hash::sql, now
19284: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19285:
19286: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19287: ^file:lock[filename]{code}
19288:
19289: * src/: classes/file.C, classes/op.C, classes/string.C,
19290: classes/table.C, classes/xdoc.C, include/pa_common.h,
19291: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19292: to some pa_common funcs
19293:
19294: * src/: include/pa_charset.h, main/pa_globals.C:
19295: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19296:
19297: * src/: include/pa_charset.h, main/pa_charset.C,
19298: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19299: not stupid illegal define
19300:
19301: 2002-01-24 paf
19302:
19303: * src/include/pa_version.h: changed version number
19304:
19305: * src/: classes/hashfile.C, include/pa_db_table.h,
19306: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19307: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19308: main/pa_db_connection.C, main/pa_db_table.C,
19309: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19310: hashfile without logfiles
19311:
19312: * src/: classes/hashfile.C, include/pa_db_table.h,
19313: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19314: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19315: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19316: DB_INIT_TXN init bits, thus got rid of huge log files, which
19317: cluttered disk without huge need]
19318:
19319: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19320: handy macro, which is strangly abscent in dome lib
19321:
19322: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19323:
19324: * src/classes/xdoc.C: checked empty response
19325:
19326: * src/classes/xnode.C: xdoc.select fixed context node [were always
19327: /, not self node]
19328:
19329: * src/classes/xnode.C: xnode.select returns array always now, in
19330: case 'nothing found' returns empty array
19331:
19332: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19333: be more tender with ctrl/c/v
19334:
19335: 2002-01-23 paf
19336:
19337: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19338: substituted. // 2. when dom tree with entites goes under
19339: transform text nodes // got [erroreosly] cut on first
19340: entity occurance
19341:
19342: * src/types/pa_vdouble.h: double prec. todo: get rid of
19343: twice-converting
19344:
19345: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19346: 'e' in output this is for regretful twice-converting here:
19347: $a(double value) when they write double falue they convert it to
19348: string first, thus %g were losing precesion.
19349:
19350: todo: think up some way to remove double->string string->double
19351: twice-converting
19352:
19353: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19354: %.20E now default float format this is for regretful
19355: twice-converting here: $a(double value) when they write double
19356: falue they convert it to string first, thus %g were losing
19357: precesion.
19358:
19359: todo: think up some way to remove double->string string->double
19360: twice-converting
19361:
19362: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19363: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19364: reasons in comment inside
19365:
19366: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19367: statically linked]
19368:
19369: * src/: include/pa_exception.h, main/compile.tab.C,
19370: main/pa_exception.C: removed exception va_list constructor. 1.
19371: not needed anymore 2. there were a conflict[causing errors]
19372: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19373: never detected an ambiguilty here, compiling ctor(, "hello") into
19374: ctor(, va_list) which, of course, caused gpf
19375:
19376: * src/main/pa_globals.C: removed debug xslt messages
19377:
19378: 2002-01-22 paf
19379:
19380: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19381: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19382: helps compiling stylesheet properly. example: this refused to
19383: work, <b>«<xsl:value-of select="@title"
19384: />»</b> stranly worked only this way:
19385: <b>«<xsl:value-of select="@title" />»</b>
19386:
19387: docs says "set it to 1", never going into details, so I decided
19388: to try NOT to do that
19389:
19390: * src/classes/table.C: join behaived badly in case named tables
19391: structure mismatched: 0 strings sneaked into dest failing
19392: afterwards. replaced them with empty strings
19393:
19394: 2002-01-21 paf
19395:
19396: * src/main/pa_charset.C: checked empty transcoders in
19397: transcode_cstr|buf
19398:
19399: * src/classes/xdoc.C: xdoc::load error source = filespec
19400:
19401: * src/classes/xdoc.C: transform error source now
19402: stylesheet_filespec
19403:
1.116 moko 19404: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19405: include/pa_stylesheet_connection.h, main/pa_charset.C,
19406: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19407: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19408: gnome
1.95 moko 19409:
19410: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19411: include/pa_globals.h, include/pa_stylesheet_connection.h,
19412: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19413: xslt generic error 1
19414:
19415: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19416: xml generic message 1
19417:
19418: * src/classes/table.C: ^table::load empty lines or #comments before
19419: headline
19420:
19421: * src/: include/pa_array.h, include/pa_globals.h,
19422: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19423: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19424: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19425: errors 0
19426:
19427: 2002-01-16 paf
19428:
19429: * src/: classes/hash.C, classes/op.C, classes/string.C,
19430: classes/table.C, classes/void.C, classes/xdoc.C,
19431: include/pa_db_connection.h, include/pa_request.h,
19432: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19433: include/pa_stylesheet_connection.h,
19434: include/pa_stylesheet_manager.h, main/pa_request.C,
19435: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19436: targets/cgi/pool_storage.h: auto closers to sql_connection,
19437: stylesheet_connection auto destroyers to remaining gnome objects
19438:
19439: * src/classes/xdoc.C: few comments
19440:
19441: 2002-01-15 paf
19442:
19443: * src/classes/xdoc.C: xdoc file save string
19444:
19445: ready. todo: error handling
19446:
19447: * src/classes/xdoc.C: xdoc save rewritten using
19448: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19449: result
19450:
19451: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19452: started output options parsing
19453:
19454: 2002-01-14 paf
19455:
19456: * src/classes/xdoc.C: method
19457:
19458: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19459: include/pa_pool.h, include/pa_stylesheet_connection.h,
19460: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19461: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19462: xslt transform0. TODO: use output options handle errors
19463:
19464: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19465:
19466: 2002-01-11 paf
19467:
19468: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19469: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19470: partial logical && || evaluation
19471:
19472: * src/classes/xnode.C: xpath selectNodes
19473:
19474: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19475: string/number/bool
19476:
19477: * src/classes/xnode.C: xpath selectNode 2
19478:
19479: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19480: xpath selectNode 1
19481:
19482: 2002-01-10 paf
19483:
19484: * src/classes/xnode.C: xpath selectNode -100 [just written]
19485:
19486: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19487: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19488: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19489: refcounter]
19490:
19491: 2001-12-29 paf
19492:
19493: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19494: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19495: glib works 0
19496:
19497: 2001-12-28 paf
19498:
19499: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19500: main/pa_exception.C: started glib transcoders
19501:
19502: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19503:
19504: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19505: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19506: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19507: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19508: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19509: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19510: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19511: libs just compiled in. no refcounting no xpath no xslt yet
19512:
19513: 2001-12-27 paf
19514:
19515: * src/: include/pa_charset.h, include/pa_common.h,
19516: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19517: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19518: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19519: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19520: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19521: from xalan&xerces, started the process. globals [initialization
19522: pool [charset update charset [transcodings vxnode vxdoc [DOM
19523: calls
19524:
19525: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19526: anymore
19527:
19528: 2001-12-26 paf
19529:
19530: * src/: include/pa_charset.h, include/pa_charsets.h,
19531: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19532: key globalized [bug]
19533:
19534: 2001-12-25 paf
19535:
19536: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19537: main/pa_string.C: table set & append changed splitting languages,
19538: separators now can be clean AND as-is same to mail command line
19539: $MAIN:MAIL.progX arguments
19540:
19541: 2001-12-24 paf
19542:
19543: * src/classes/mail.C: one parted text messages - no multipart
19544: mime-type anymore. for convinient if $.attach-ments
19545:
19546: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19547: main/pa_string.C: read from cache size check updated
19548:
19549: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19550:
19551: 2001-12-21 paf
19552:
19553: * src/classes/date.C: date:sql-string now returns localtime
19554:
19555: * src/main/pa_request.C: $result in @main actually not working, to
19556: hell with it for now
19557:
19558: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19559: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19560: @postprocess @exception
19561:
19562: * src/main/execute.C: junction evaluation canceled - endless
19563: recursion detected
19564:
19565: 2001-12-19 paf
19566:
19567: * src/main/pa_charset.C: charset->charset transcoding via unicode
19568: intermediate
19569:
19570: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19571:
19572: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19573:
19574: * src/classes/op.C: ^cache keypath now relative
19575:
19576: * src/classes/mail.C: changed weighting prior to sort
19577:
19578: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19579: were missing
19580:
19581: 2001-12-17 paf
19582:
19583: * src/main/pa_charset.C: ifndef XML were bad type
19584:
19585: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19586: outdated unset services_pool
19587:
19588: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19589: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19590: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19591:
19592: * src/main/untaint.C: allowed space in filespec
19593:
19594: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19595:
19596: * src/classes/image.C: no govno
19597:
19598: * src/classes/image.C: govno
19599:
19600: 2001-12-16 paf
19601:
19602: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19603:
19604: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19605: charset_connection&manager replaced by charset&charsets
19606:
19607: * src/main/pa_charset.C: name_cstr 0
19608:
19609: * src/main/untaint.C: uri lang now knows about client/source
19610: charsets
19611:
19612: * src/: classes/file.C, classes/math.C, classes/op.C,
19613: classes/string.C, classes/table.C, classes/xdoc.C,
19614: include/pa_array.h, include/pa_cache_managers.h,
19615: include/pa_charset_connection.h, include/pa_charset_manager.h,
19616: include/pa_common.h, include/pa_db_connection.h,
19617: include/pa_db_manager.h, include/pa_db_table.h,
19618: include/pa_dictionary.h, include/pa_exception.h,
19619: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19620: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19621: include/pa_sapi.h, include/pa_socks.h,
19622: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19623: include/pa_string.h, include/pa_stylesheet_connection.h,
19624: include/pa_stylesheet_manager.h, include/pa_table.h,
19625: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19626: main/pa_charset.C, main/pa_charset_connection.C,
19627: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19628: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19629: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19630: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19631: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19632: types/types.dsp: introducing Charset
19633:
19634: 2001-12-14 paf
19635:
19636: * src/: include/pa_request.h, include/pa_transcoder.h,
19637: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19638: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19639: uri lang
19640:
19641: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19642:
19643: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19644:
19645: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19646: defalts_name global
19647:
19648: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19649: include/pa_request.h, main/main.dsp,
19650: main/pa_charset_connection.C, main/pa_charset_manager.C,
19651: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19652: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19653: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19654: changed charset model. now important: $request:charset
19655: $response:charset while $response:content-type.charset become
19656: unimportant [informational]
19657:
19658: 2001-12-13 paf
19659:
19660: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19661:
19662: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19663: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19664: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19665: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19666: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19667: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19668:
19669: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19670: auto_ptr part other way, because of stupid gcc 2.96
19671: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19672: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19673: FormatterListener] /usr/include/g++-3/memory:48:
19674: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19675: _Tp1 = FormatterListener, _Tp = FormatterListener]
19676:
19677: * src/classes/xdoc.C: removed extra inc
19678:
19679: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19680:
19681: * src/include/pa_types.h: msvc head debugging flag
19682:
19683: * src/classes/xdoc.C: freed up listener
19684:
19685: * src/classes/string.C: change msg '... code is not code'
19686:
19687: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19688: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19689: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19690: [past/future prob]
19691:
19692: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19693: include/pa_config_fixed.h, include/pa_db_manager.h,
19694: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19695: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19696:
19697: * src/: include/pa_config_fixed.h, main/pa_common.C,
19698: main/pa_string.C: removed signed mismatch warnings
19699:
19700: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19701: 'expires' from header outputs
19702:
19703: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19704: row ptr
19705:
19706: * src/classes/file.C: file::cgi bug, request_method were passed to
19707: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19708:
19709: * src/classes/xdoc.C: lang list updated
19710:
19711: 2001-12-10 paf
19712:
19713: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19714:
19715: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19716: erase files like that, knowing their full name introducing //
19717: theoretical problem with, for instance, "_2B" and "." fragments,
19718: // they would yield the same // because
19719: need_file_encode('_')=false // but we need to delete such files
19720: somehow, getting names from ^index
19721:
19722: * src/main/pa_string.C: ^string.replace bug fixed [bad
19723: string::join_chank break]
19724:
19725: 2001-12-07 paf
19726:
19727: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19728: include/pa_common.h, include/pa_config_auto.h.in,
19729: include/pa_config_fixed.h, include/pa_config_includes.h,
19730: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19731: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19732: types/pa_vhashfile.C: merged from r14_simple_cache
19733:
19734: * src/main/pa_string.C: stupid sparc architecture failed to access
19735: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19736: lduh [ %i2 + 1 ], %l0
19737:
19738: bus error, fixed that
19739:
19740: * src/main/pa_string.C: strange string deserialize bug on
19741: client[pmts], a bit shortened,
19742:
19743: * src/include/pa_config_auto.h.in: makes
19744:
19745: * src/: include/pa_common.h, include/pa_config_fixed.h,
19746: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19747: file write shared lock file read
19748:
19749: * src/: classes/op.C, include/pa_common.h,
19750: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19751:
19752: 2001-12-06 paf
19753:
19754: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19755: main/pa_request.C: #ifdef RESOURCES_DEBUG
19756:
19757: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19758: info
19759:
19760: * src/classes/hashfile.C: removed transaction from ^cache
19761:
19762: 2001-12-05 paf
19763:
19764: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19765: IIS5 there were a prob with illegal call check
19766:
19767: 2001-12-04 paf
19768:
19769: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19770: main/pa_request.C: measures to log
19771:
19772: 2001-11-23 paf
19773:
19774: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19775: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19776: types/pa_vhashfile.C: merged from _0014, 1
19777:
19778: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19779: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19780: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19781: ^cache(33) would change
19782:
19783: 0660 bits in file_write & hashfile create
19784:
19785: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19786: after pa_string optimization]
19787:
19788: 2001-11-22 paf
19789:
19790: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19791: table.offset[whence]
19792:
19793: * src/classes/op.C: process cstr(,connection)
19794:
19795: * src/classes/op.C: process now gets its body on current language,
19796: not as-is
19797:
19798: * src/main/untaint.C: ORIGINS mode removed UHTML
19799:
19800: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19801: bit
19802:
1.116 moko 19803: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19804:
19805: 2001-11-21 paf
19806:
19807: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19808: <xsl:output output options made identical to xsl:output
19809: attributes exclusion: cdata-section-elements what xalan can do
19810: but that not used now: it can escape and remove CDATA sections
19811:
19812: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19813: produced by xslt
19814:
19815: * src/targets/cgi/parser3.C: removed debug cgi||1
19816:
19817: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19818:
19819: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19820: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19821: default language for {code}, it happen to change it's language
19822: from CLEAN, so later refused to split by CLEAN \t
19823:
19824: 2001-11-20 paf
19825:
1.116 moko 19826: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19827: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19828: bottom of dependeces, so that errors would popup quicklier, fixed
19829: line numbering in table::sql
19830:
19831: 2001-11-19 paf
19832:
19833: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19834: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19835: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19836: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19837: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19838: at wcontext.write
19839:
1.116 moko 19840: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19841: _set_new_handler
19842:
1.116 moko 19843: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19844: set_new_handler in apache&isapi
1.95 moko 19845:
19846: 2001-11-16 paf
19847:
19848: * src/targets/cgi/parser3.C: pool debug @ die
19849:
19850: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19851: removed 8 bytes from String, 2 bytes from
19852: string::chunk::row::item
19853:
19854: * src/main/pa_string.C: removed 1+4 bytes from String
19855:
19856: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19857: types/pa_vstring.C: removed 1+4 bytes from String
19858:
19859: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19860: 0
19861:
19862: * src/: include/pa_globals.h, include/pa_string.h,
19863: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19864: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19865: targets/cgi/parser3.C: introducing estimating
19866: String::cstr_bufsize, 0
19867:
19868: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19869:
19870: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19871:
19872: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19873: include/pa_pool.h: die in pool::fail
19874:
19875: 2001-11-15 paf
19876:
19877: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19878: main/pa_exception.C, targets/cgi/parser3.C: exception with
19879: dynamic buffer re-back now with counter
19880:
19881: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19882: static buffer back
19883:
19884: * src/targets/cgi/parser3.C: std::
19885:
19886: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19887: include/pa_config_includes.h: setnewhandler check
19888:
1.116 moko 19889: * src/include/pa_config_auto.h.in: makes
1.95 moko 19890:
19891: * src/targets/cgi/parser3.C: set_new_handler started
19892:
19893: 2001-11-14 paf
19894:
19895: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19896: was wrong
19897:
19898: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19899: was wrong
19900:
19901: * src/main/pa_request.C: z
19902:
19903: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19904: full returns win32 -1 solaris >buffer_size
19905:
19906: checked all that
19907:
19908: * src/classes/op.C: ^untaint{body} as-is default now
19909:
19910: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19911: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19912: with no_bad_constructors_try
19913:
19914: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19915: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19916: this: $bred[^string::length[]] $bred[^response::clear[]]
19917: $bred[^int::int[]]
19918:
19919: now VObject creation moved into overriden
19920: VClass::create_new_value, thus 0 from create_new_value means that
19921: class has no ctors
19922:
19923: 2001-11-13 paf
19924:
19925: * src/classes/classes.C: returned accedently removed if in foreach
19926: callbacks [when hash no-0-restructure]
19927:
19928: 2001-11-12 paf
19929:
19930: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19931: passed as-is to method, xalan makes & into & itself
19932:
19933: * src/classes/date.C: date.roll parser2 alg used
19934:
19935: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19936: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19937: main/pa_dictionary.C, main/pa_hash.C,
19938: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19939: now does not containt 0 values. put 0 actullay removes. no check
19940: on 0 value in foreach now required
19941:
19942: 2001-11-11 paf
19943:
19944: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19945:
19946: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19947:
19948: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19949: driver initialize not const
19950:
19951: 2001-11-10 paf
19952:
19953: * src/main/pa_exec.C: doc
19954:
19955: 2001-11-09 paf
19956:
19957: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19958: param properly
19959:
19960: * src/classes/string.C: string.save now does untainting before
19961: saving
19962:
19963: * src/main/pa_common.C: line endings fixing fixed last piece[was
19964: still cstr oriented]
19965:
19966: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19967: line endings fixing got rid of cstr, now must work ok with post
19968: multipart
19969:
19970: * src/types/pa_vform.C: line endings fixed at post / multipart /
19971: not file also now
19972:
19973: 2001-11-08 paf
19974:
19975: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19976: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19977: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19978: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19979: main/pa_stylesheet_manager.C: restructured Cache manager to be
19980: simple parent, not second parent [gcc 2.96 strangly refused to
19981: call virtual from second parent]
19982:
1.116 moko 19983: * src/: include/pa_common.h, main/Makefile.am,
19984: targets/cgi/pa_pool.C: makes
1.95 moko 19985:
19986: * src/: include/pa_request.h, main/pa_request.C,
19987: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19988: 'status' class enabler
19989:
19990: <Location /parser-status.html> ParserStatusAllowed </Location>
19991:
19992: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19993: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19994: include/pa_stylesheet_manager.h, main/main.dsp,
19995: main/pa_cache_managers.C, main/pa_charset_manager.C,
19996: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19997: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19998: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19999: todo: apache 'status' class enabler
20000:
20001: 2001-11-05 paf
20002:
20003: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20004: debug to normal
20005:
20006: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20007: hence i removed skipping 0 values in hash::for_each-es we need to
20008: check cleaned cache items manually. few more checks.
20009:
20010: expiring to 0 time was wrong, changed to 'now' time
20011:
20012: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20013: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20014: on apache already done :)
20015:
20016: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20017: skipping 0 values in hash::for_each-es we need to check cleaned
20018: cache items manually
20019:
20020: * src/main/: pa_db_connection.C, pa_db_table.C:
20021: parser_multithreaded check was wrong
20022:
20023: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20024: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20025: classes/hashfile.C, classes/image.C, classes/int.C,
20026: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20027: classes/string.C, classes/table.C, classes/void.C,
20028: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20029: include/pa_array.h, include/pa_charset_connection.h,
20030: include/pa_charset_manager.h, include/pa_common.h,
20031: include/pa_config_fixed.h, include/pa_config_includes.h,
20032: include/pa_db_connection.h, include/pa_db_manager.h,
20033: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20034: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20035: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20036: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20037: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20038: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20039: include/pa_stack.h, include/pa_string.h,
20040: include/pa_stylesheet_connection.h,
20041: include/pa_stylesheet_manager.h, include/pa_table.h,
20042: include/pa_threads.h, include/pa_types.h, main/compile.C,
20043: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20044: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20045: main/pa_charset_manager.C, main/pa_common.C,
20046: main/pa_db_connection.C, main/pa_db_manager.C,
20047: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20048: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20049: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20050: main/pa_socks.C, main/pa_sql_driver_manager.C,
20051: main/pa_status_provider.C, main/pa_string.C,
20052: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20053: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20054: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20055: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20056: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20057: targets/isapi/pool_storage.h, types/pa_valiased.C,
20058: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20059: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20060: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20061: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20062: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20063: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20064: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20065: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20066: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20067: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20068: types/pa_vstateless_object.h, types/pa_vstatus.h,
20069: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20070: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20071: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20072: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20073: $status:db fixed used not initialized in db_connection & db_table
20074:
20075: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20076: $status:charset
20077:
20078: * src/: classes/xdoc.C, include/pa_db_connection.h,
20079: include/pa_stylesheet_connection.h,
20080: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20081: types/pa_vstatus.h: $status:stylesheet
20082:
20083: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20084: include/pa_request.h, include/pa_sql_connection.h,
20085: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20086: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20087: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20088: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20089: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20090: types/pa_vxnode.C, types/types.dsp: started status parser class
20091:
20092: 2001-11-01 paf
20093:
20094: * src/include/pa_config_auto.h.in: makes
20095:
20096: * src/main/pa_hash.C: removed old extra include
20097:
20098: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20099: checks [for hp, there are such in math.h]
20100:
20101: * src/classes/op.C: ^for endless loop check strightened
20102:
20103: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20104: behavior in native calls. it left unchanged, so ^for ^foreach &
20105: co can use r.root to write their i & key,value there
20106:
20107: * src/classes/op.C: detected for var storage bug, fixed.
20108: todo:foreach
20109:
20110: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20111: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20112: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20113: changing of hash inside of foreach
20114:
20115: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20116: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20117: were hash.foreach
20118:
20119: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20120: types/pa_vstring.C, types/pa_vstring.h:
20121: ^foreach[key|value]{body}[[separator]|{separator}]
20122:
20123: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20124: types/pa_vcookie.C: ^hash.delete[key]
20125:
20126: 2001-10-31 paf
20127:
20128: * src/main/: compile.C, pa_common.C: completely empty file now
20129: considered "read", not ignored [not perfect trick used]
20130:
20131: * src/main/pa_common.C: simplier common ifdefs
20132:
20133: * src/main/pa_common.C: typing bug in common - bad ifdeff
20134:
20135: * src/main/pa_db_connection.C: z
20136:
20137: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20138: lockdetector flags
20139: dbenv.lk_detect=DB_LOCK_RANDOM;
20140:
20141: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20142: from accidental show [imagine user forgot @exception]
20143:
20144: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20145:
20146: * src/: classes/file.C, classes/image.C, classes/mail.C,
20147: classes/string.C, classes/xnode.C, include/pa_common.h,
20148: main/pa_common.C: ^string.save[[append;]path]
20149:
20150: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20151: main/execute.C: \ in expression: int divide 10/3=3
20152:
20153: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20154: inside of ^cache
20155:
20156: * src/: include/pa_threads.h, main/pa_db_connection.C,
20157: main/pa_db_table.C, targets/cgi/pa_threads.C,
20158: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20159: needed
20160:
20161: 2001-10-30 paf
20162:
20163: * src/: classes/classes.dsp, main/main.dsp,
20164: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20165: types/types.dsp: enabled debug incremental compile
20166:
20167: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20168: form post data line endings not reformatted now.
20169:
20170: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20171: now required [had bug when file= has no value]
20172:
20173: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20174: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20175: cstr(asis) default param removed
20176:
20177: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20178:
20179: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20180:
20181: * src/include/pa_dir.h: LOAD_DIR fixed
20182:
20183: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20184: was broken} fix_line_breaks
20185:
20186: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20187: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20188: packed with #pragma pack
20189:
1.116 moko 20190: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20191:
20192: 2001-10-29 paf
20193:
20194: * src/types/pa_wcontext.h: bitfield syntax stricter
20195:
20196: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20197: string hash.puts
20198:
20199: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20200:
20201: * src/include/pa_sql_connection.h: there were one wrong
20202: SQL_CONNECTION_FUNC_GUARDED [failed]
20203:
20204: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20205: param.someday either ifdef or remove it
20206:
20207: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20208:
20209: * src/main/untaint.C: optimizing returned after debugging
20210:
20211: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20212: main/untaint.C: memory hunging #pragma pack(1)
20213:
20214: 16 419 844 13 169 394
20215:
20216: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20217: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20218: places [todo:Array]
20219:
20220: * src/: main/execute.C, targets/cgi/pa_pool.C,
20221: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20222: types/pa_wwrapper.h: debugging memory WContext flags to bits
20223:
20224: total 5 652 652/158731 total 5 469 332/158731
20225:
20226: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20227: Array:: without cache in get/put now
20228:
20229: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20230: 18:25:27 2001] total 5 652 652/158731
20231:
20232: * src/: include/pa_string.h, main/pa_string.C,
20233: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20234: now
20235:
20236: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20237: 18:11:53 2001] total 5796092/158731
20238:
20239: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20240: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20241: key ref now
20242:
20243: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20244: 17:11:17 2001] total 16867948/202658
20245:
20246: * src/: classes/file.C, classes/image.C, classes/string.C,
20247: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20248: main/execute.C, main/pa_array.C, main/pa_common.C,
20249: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20250: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20251: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20252: string::as_int/double now usually uses stack, not heap [200K out
20253: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20254:
20255: * src/main/pa_sql_driver_manager.C: ping to have services [old
20256: hiding bug]
20257:
20258: * src/Makefile.am: .am order
20259:
20260: * src/: include/pa_array.h, include/pa_charset_manager.h,
20261: include/pa_db_connection.h, include/pa_db_manager.h,
20262: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20263: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20264: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20265: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20266: required "friend class"
20267:
20268: ../include/pa_request.h:51: friend declaration requires
20269: class-key, i.e. `friend class Temp_lang'
20270:
20271: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20272: main/pa_exception.C, main/pa_sql_driver_manager.C,
20273: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20274:
20275: the idea is to #1 jump to C++ some function to main body, where
20276: every function stack frame has exception unwind information and
20277: from there... #2 propagate_exception()
20278:
20279: 2001-10-28 paf
20280:
20281: * src/main/pa_db_connection.C: removed old consts
20282:
20283: * src/main/pa_db_connection.C: expire table [was accidently pasted
20284: with wrong type/cast]
20285:
20286: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20287: translation
20288:
1.116 moko 20289: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20290: remember to build DB2 with -fexceptions!!!
20291:
20292: * src/main/pa_db_table.C: DB_RMW defed
20293:
20294: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20295: include/pa_db_connection.h, include/pa_db_manager.h,
20296: include/pa_db_table.h, main/pa_db_connection.C,
20297: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20298:
20299: 2001-10-27 paf
20300:
20301: * src/: classes/hashfile.C, include/pa_db_connection.h,
20302: include/pa_db_table.h, main/pa_db_connection.C,
20303: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20304: types/pa_vhashfile.C: DB2 ifdefs
20305:
1.116 moko 20306: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20307: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20308: makes with DB2
20309:
1.116 moko 20310: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20311: types/Makefile.am: makes db
1.95 moko 20312:
20313: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20314: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20315: globals.C
20316:
20317: * src/: classes/hashfile.C, include/pa_db_connection.h,
20318: include/pa_db_table.h, main/pa_db_connection.C,
20319: main/pa_db_table.C: ^hashfile.clear[]
20320:
20321: * src/classes/classes.awk: no $ in var names
20322:
20323: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20324: connection&table [forgotten calls]
20325:
20326: 2001-10-26 paf
20327:
20328: * src/main/pa_db_connection.C: db checkpoints
20329:
20330: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20331: checkpoints
20332:
20333: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20334: default. but entities still reparsed. todo: tothink
20335:
20336: * src/main/pa_db_connection.C: db recover mech 2
20337:
20338: * src/: classes/hashfile.C, include/pa_db_connection.h,
20339: include/pa_db_manager.h, include/pa_db_table.h,
20340: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20341: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20342: types/pa_vhashfile.h: db connections & tables now cached at
20343: create time & multithreaded
20344:
20345: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20346: parsed_source
20347:
20348: * src/main/pa_db_connection.C: about to remove connection from
20349: vhashfile
20350:
20351: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20352: transaction commit/rollback responsibility left to parent [as it
20353: sould - else there were a bug with double free]
20354:
20355: * src/include/pa_db_table.h: db: child transaction commit/rollback
20356: responsibility left to parent [as it sould - else there were a
20357: bug with double free]
20358:
20359: 2001-10-25 paf
20360:
20361: * src/: classes/hashfile.C, include/pa_common.h,
20362: include/pa_db_connection.h, include/pa_db_manager.h,
20363: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20364: types/pa_vhashfile.C, types/pa_vhashfile.h,
20365: include/pa_db_table.h, main/pa_db_table.C: started db_home
20366: [multiple, cached] todo: autorecover [tried, but not succeded,
20367: yet]
20368:
20369: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20370:
20371: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20372: transaction parent passed
20373:
20374: 2001-10-24 parser
20375:
1.116 moko 20376: * src/classes/Makefile.am: makes
1.95 moko 20377:
20378: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20379: isapi/pool_storage.h: pool_storage fixed
20380:
20381: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20382: types/pa_vform.h: form fix_line_breaks
20383:
1.116 moko 20384: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20385:
20386: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20387: targets/cgi/pool_storage.h: makes
20388:
20389: * src/sql/pa_sql_driver.h: version
20390:
20391: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20392: types/pa_vform.C, types/pa_vform.h: .am
20393:
20394: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20395: this: DB_RMW Acquire write locks instead of read locks when doing
20396: the retrieval. Setting this flag may decrease the likelihood of
20397: deadlock during a read-modify-write cycle by immediately
20398: acquiring the write lock during the read part of the cycle so
20399: that another thread of control acquiring a read lock for the same
20400: item, in its own read-modify-write cycle, will not result in
20401: deadlock
20402:
20403: * src/targets/isapi/parser3isapi.dsp: doc
20404:
20405: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20406:
20407: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20408:
20409: * src/: classes/hashfile.C, include/pa_db_connection.h,
20410: main/pa_db_connection.C: hashfile expired deleted from db when
20411: get & iterate
20412:
20413: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20414: expiring 1
20415:
20416: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20417:
20418: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20419: db_connection not bothers with key when not returning expired
20420: data
20421:
20422: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20423: types/pa_vhashfile.C: db_cursor constructor public now
20424:
20425: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20426: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20427: stamped, todo: put_element analize
20428:
20429: * src/: include/pa_db_connection.h, include/pa_string.h,
20430: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20431: serialize. todo stamp
20432:
20433: 2001-10-23 parser
20434:
20435: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20436: classes/image.C, classes/mail.C, classes/response.C,
20437: classes/string.C, classes/table.C, classes/xdoc.C,
20438: include/pa_config_fixed.h, include/pa_db_connection.h,
20439: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20440: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20441: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20442: types/pa_vtable.C: ^hashfile.hash[]
20443:
20444: * src/: classes/hashfile.C, classes/xdoc.C,
20445: include/pa_config_fixed.h, main/pa_db_manager.C,
20446: main/pa_globals.C: ifdefs so it compiled without db
20447:
20448: * src/: classes/hashfile.C, include/pa_db_connection.h,
20449: include/pa_db_manager.h, main/pa_db_connection.C,
20450: main/pa_db_manager.C, types/pa_vhashfile.h:
20451: ^hashfile.transaction{code} ^hashfile:clear[filename]
20452: ^hashfile.delete[key]
20453:
20454: 2001-10-22 parser
20455:
20456: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20457: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20458:
20459: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20460: classes/xnode.C, include/pa_charset_connection.h,
20461: include/pa_db_connection.h, include/pa_db_manager.h,
20462: include/pa_exception.h, include/pa_sapi.h,
20463: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20464: include/pa_stylesheet_connection.h,
20465: include/pa_stylesheet_manager.h,
20466: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20467: main/pa_db_connection.C, main/pa_db_manager.C,
20468: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20469: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20470: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20471: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20472: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20473: types/types.dsp: hashfile 0
20474:
20475: * src/types/pa_vhashfile.C: z
20476:
20477: * src/: classes/classes.dsp, classes/hashfile.C,
20478: include/pa_config_fixed.h, main/execute.C,
20479: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20480: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20481:
20482: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20483:
20484: * src/: include/pa_exception.h, include/pa_request.h,
20485: main/execute.C, main/pa_exception.C, main/pa_request.C,
20486: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20487: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20488:
20489: 2001-10-19 parser
20490:
20491: * src/include/pa_pool.h: header
20492:
20493: * src/main/pa_pool.C: auto compiled on gcc
20494:
20495: * src/classes/image.C: comment
20496:
1.116 moko 20497: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20498:
20499: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20500: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20501: types/pa_vxnode.h: xnode clone got freed
20502:
20503: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20504: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20505: can free up xalandomstring resulting from pool::transcode
20506:
20507: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20508: include/pa_config_fixed.h, include/pa_exception.h,
20509: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20510: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20511: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20512: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20513: from non-xml compile
20514:
20515: * src/main/pa_request.C: pool:: context - get_context
20516:
20517: * src/: classes/classes.h, classes/date.C, classes/double.C,
20518: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20519: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20520: classes/string.C, classes/table.C, classes/void.C,
20521: include/pa_config_fixed.h, include/pa_exception.h,
20522: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20523: main/compile.C, main/compile_tools.C, main/execute.C,
20524: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20525: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20526: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20527: main/pa_string.C, main/pa_table.C, main/untaint.C,
20528: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20529: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20530: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20531: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20532: types/pa_vstateless_class.h, types/pa_vtable.C,
20533: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20534: exceptions 0
20535:
20536: * src/classes/classes.awk: $ removed
20537:
20538: 2001-10-18 parser
20539:
20540: * src/types/pa_vcookie.C: cookie:CLASS
20541:
20542: * src/main/main.dsp: project
20543:
20544: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20545: set_document & ctor question "who owns document" solved
20546:
20547: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20548:
20549: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20550: main/pa_pool.C: encoding in dom creating funcs
20551:
20552: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20553: be transformed now
20554:
20555: * src/classes/xdoc.C: dom created by create can be transformed now
20556:
20557: * src/classes/xdoc.C: z
20558:
20559: * src/classes/xdoc.C: comment
20560:
20561: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20562: create now uses XercesDocumentBridge, appendChild&co now works
20563:
20564: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20565: @ recompile
20566:
20567: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20568: $origin @exception[
20569:
20570: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20571: tag names forced to XML lang
20572:
20573: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20574: leechy-found bugs in code&doc fixed
20575:
20576: 2001-10-17 parser
20577:
20578: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20579: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20580: n functionality preserved
20581:
20582: * src/types/pa_vimage.h: removed unused vimage::save
20583:
20584: 2001-10-16 parser
20585:
20586: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20587:
20588: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20589:
20590: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20591:
20592: * src/classes/image.C: image.copy tolerance
20593:
20594: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20595: ineffective, but works for small paleted image
20596:
20597: * src/types/pa_vimage.C: comment
20598:
20599: * src/classes/image.C: gd size/resize bugfix
20600:
20601: * src/: classes/classes.dsp, main/main.dsp,
20602: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20603: types/types.dsp: ident >nul 2>&1
20604:
20605: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20606: systems
20607:
20608: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20609: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20610:
20611: 2001-10-15 parser
20612:
20613: * src/main/execute.C: z
20614:
20615: * src/classes/: xdoc.C: !::create{qualifiedName}
20616:
20617: * src/types/pa_vxnode.C: document_type_node.
20618: !readonly attribute DOMString name
20619: !notation_node.
20620: !readonly attribute DOMString publicId
20621: !readonly attribute DOMString systemId
20622:
1.116 moko 20623: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20624: ::write badly passed string too transparently [failed to
20625: intercept it]
1.95 moko 20626:
20627: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20628: include/pa_request.h, main/pa_sql_driver_manager.C,
20629: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20630: types/pa_vxnode.h: DOM1 major addtion, only few
20631: attributes/methods left
20632:
20633: 2001-10-13 parser
20634:
20635: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20636: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20637: in main handler
20638:
20639: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20640: cleanups & frees order
20641:
20642: * src/types/pa_vcode_frame.h: couple comments
20643:
20644: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20645: transparent enough to handle hash if creation&passing
20646:
20647: * src/: include/pa_config_fixed.h, main/execute.C,
20648: main/pa_exception.C: noticed that vcodeframe not transparent
20649: enough, would change now
20650:
20651: 2001-10-12 parser
20652:
20653: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20654: fixed. initialization&free on each thread!
20655:
20656: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20657: handling changed: now type of default param analized always, not
20658: only at problem time, thus helping early problem spotting
20659:
20660: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20661: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20662: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20663: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20664: multithread bug fixed. initialization&free on each thread!
20665:
20666: 2001-10-11 parser
20667:
20668: * src/classes/xnode.C: xnode.selectSingle now
20669:
20670: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20671: include/pa_pool.h, include/pa_stylesheet_connection.h,
20672: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20673: convertors out of Pool into Exception
20674:
20675: * src/main/pa_string.C: const
20676:
20677: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20678: linked pieces of same language together prior to String::replace
20679:
20680: * src/classes/hash.C: !^hash.add[addme]
20681: !^hash.sub[subme]
20682: !^a.union[b] = new
20683: !^a.intersection[b] = new
20684: !^a.intersects[b] = bool
20685:
20686: * src/classes/hash.C: !^hash::append[append_from]
20687:
20688: * src/: classes/hash.C, types/pa_vhash.h:
20689: !^hash::create[[copy_from]]
20690:
20691: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20692: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20693: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20694: fixed. got rid of empty_string, which caused errors - it hasnt
20695: exception but somebody[value.bark] tried to throw it on it's pool
20696:
1.116 moko 20697: * src/include/pa_config_auto.h.in: makes
1.95 moko 20698:
20699: 2001-10-10 parser
20700:
20701: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20702:
20703: * src/main/: compile.tab.C, compile.y: ^a[
20704:
20705: @next_method << now unclosed ] would be reported here
20706:
20707: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20708: compile error
20709:
20710: 2001-10-09 parser
20711:
1.116 moko 20712: * src/: classes/Makefile.am, main/Makefile.am,
20713: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20714:
20715: * src/classes/Makefile.am: makes
20716:
20717: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20718: win32 errors intercepted [xalan transformer patched and
20719: incorporated]
20720:
20721: * src/: classes/classes.dsp, classes/xdoc.C,
20722: include/pa_stylesheet_connection.h, main/main.dsp,
20723: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20724: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20725: patches starting
20726:
20727: * src/classes/: string.C, table.C: ^string.save[file]
20728:
20729: * src/classes/: date.C, table.C: calendar moved to date
20730:
20731: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20732: string/table] now
20733:
20734: * src/classes/: op.C, table.C: z
20735:
20736: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20737: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20738: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20739: be code [be string..]
20740:
20741: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20742: table.C: lots of
20743: params->as_int/double/as_string/as_junction/as_no_junction
20744: messages added
20745:
20746: 2001-10-08 parser
20747:
20748: * src/: classes/date.C, classes/image.C, classes/string.C,
20749: classes/table.C, classes/void.C, include/pa_request.h:
20750: params->as_int/double message added
20751:
20752: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20753:
20754: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20755: image:sector removed image:html internal "line-*" attribs
20756:
20757: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20758: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20759:
20760: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20761: way
20762:
20763: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20764: main/untaint.C: header untainting to UL_HTTP_HEADER,
20765: UL_MAIL_HEADER made nonforced [only tainted pieces]
20766:
20767: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20768: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20769: @ SAPI::log
20770:
20771: * src/main/untaint.C: \r to ' ' in origins mode
20772:
20773: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20774: set]
20775:
20776: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20777: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20778: nonstandard liaison freed up
20779:
20780: 2001-10-07 parser
20781:
20782: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20783: project
20784:
20785: 2001-10-05 parser
20786:
20787: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20788: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20789: from outputing to cerr. lots of "todos"
20790:
20791: * src/main/untaint.C: http_header tainting more gentle with
20792: enquoting now
20793:
20794: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20795: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20796: xml errorhandler. fixed string.replace a little, read @test
20797:
20798: * src/main/pa_string.C: found replace bug - first_that_starts(char
20799: *) does not have limit, and looks further eos, fixing....
20800:
20801: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20802:
20803: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20804:
20805: * src/main/: pa_charset_connection.C: ctype another mem clear
20806: bugfix
20807:
1.116 moko 20808: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20809: $result[^[$p^]z] now works fine
1.95 moko 20810:
20811: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20812: wrong. fixed it
20813:
20814: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20815: of totable appered to be vital
20816:
20817: 2001-10-04 parser
20818:
20819: * src/classes/image.C: ^image.length[text]
20820:
20821: 2001-10-03 parser
20822:
20823: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20824:
20825: * src/main/pa_request.C: restored pcre defaulting in request
20826: [mindlessly "optimized" yesterday] comment left
20827:
20828: 2001-10-02 parser
20829:
20830: * src/: main/pa_charset_manager.C,
20831: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20832: needed
20833:
20834: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20835: forgot non-xml pool.*charset needed
20836:
20837: * src/classes/table.C: # config comments fixed
20838:
20839: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20840: charset_connection #comment now
20841:
20842: * src/: classes/classes.dsp, types/types.dsp: release projects
20843: options fixed to use release msvcrt lib
20844:
20845: * src/main/pa_charset_connection.C: pcre tables now const inside
20846: removed default - pcre handles that internally fixed bug on
20847: not-cleaning tables [previously was calloced, now member]
20848:
20849: * src/: include/pa_request.h, main/pa_charset_connection.C,
20850: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20851: inside removed default - pcre handles that internally fixed bug
20852: on not-cleaning tables [previously was calloced, now member]
20853:
20854: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20855: tested charset reload on file change @ apache version = OK tested
20856: freeing up prev encoding on adding new = OK
20857:
20858: 2001-10-01 parser
20859:
20860: * src/main/pa_charset_connection.C: removed entitify external hack
20861: [internal installed]
20862:
1.116 moko 20863: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20864:
20865: * src/: include/pa_charset_connection.h,
20866: include/pa_charset_manager.h,
20867: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20868: main/pa_charset_connection.C, main/pa_charset_manager.C,
20869: main/pa_request.C: charset loading & caching mech 0
20870:
20871: * src/: include/pa_stylesheet_connection.h,
20872: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20873: main/pa_globals.C, main/pa_request.C: would make charset loading
20874: & caching mech now
20875:
20876: 2001-09-30 parser
20877:
20878: * src/main/pa_request.C: forgot to fill toTable
20879:
20880: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20881: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20882: failed on win32 for now..
20883:
20884: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20885: now charsets table configuration variable is: CHARSETS
20886:
20887: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20888: ctype with unicode 1. todo: no П entities on output somehow
20889:
20890: * src/: classes/file.C, classes/op.C, classes/string.C,
20891: include/pa_request.h, main/pa_request.C: started ctype with
20892: unicode values
20893:
20894: 2001-09-28 parser
20895:
20896: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20897: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20898: string passed AS-IS now
20899:
20900: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20901: way of user-configuring... todo: implement
20902:
20903: 2001-09-27 parser
20904:
20905: * src/classes/table.C: table.sort changed to sort table itself
20906:
20907: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20908: X^.getElementsByTagName[tagname] = array of xnode
20909: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20910: nodes removed - regretfully not supported @ xalan. maybe someday
20911: would reimplement, if needed.
20912:
20913: win32build system: solved long waiting anti-non-started-apache
20914: problem
20915:
20916: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20917: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20918: types/types.dsp: win32 ident make system so not to rebuild
20919: library [ident.C.new]
20920:
20921: 2001-09-26 parser
20922:
20923: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20924: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20925: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20926: types/pa_vxnode.C, types/types.dsp: z
20927:
20928: * src/classes/classes.C: forgot one non-xml check
20929:
1.116 moko 20930: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20931: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20932:
20933: * src/targets/cgi/parser3.C: z
20934:
20935: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20936: targets/isapi/parser3isapi.C: #ifdef SMTP
20937:
20938: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20939: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20940: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20941: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20942: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20943: types/types.dsp: xdoc&xnode now
20944:
20945: * src/: classes/classes.C, classes/classes.awk,
20946: classes/classes.dsp, classes/classes.h, classes/date.C,
20947: classes/dnode.C, classes/dnode.h, classes/dom.C,
20948: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20949: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20950: classes/op.C, classes/response.C, classes/string.C,
20951: classes/table.C, classes/void.C, include/pa_array.h,
20952: include/pa_common.h, include/pa_config_fixed.h,
20953: include/pa_config_includes.h, include/pa_dictionary.h,
20954: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20955: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20956: include/pa_socks.h, include/pa_sql_connection.h,
20957: include/pa_sql_driver_manager.h, include/pa_stack.h,
20958: include/pa_string.h, include/pa_stylesheet_connection.h,
20959: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20960: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20961: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20962: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20963: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20964: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20965: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20966: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20967: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20968: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20969: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20970: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20971: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20972: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20973: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20974: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20975: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20976: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20977: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20978: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20979: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20980: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20981: types/pa_vmethod_frame.h, types/pa_vobject.h,
20982: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20983: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20984: types/pa_vstateless_object.h, types/pa_vstring.C,
20985: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20986: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20987: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20988: main.dsp splitted to main+classes+types along to .am
20989:
20990: * src/classes/Makefile.am: removed useless var
20991:
20992: * src/: classes/classes.cmd, main/main.dsp,
20993: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20994: main.dsp
20995:
20996: 2001-09-25 parser
20997:
20998: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20999: 1251 though, todo ICU
21000:
1.116 moko 21001: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21002: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21003: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21004: types/pa_vdom.h: xml configure makes
1.95 moko 21005:
21006: 2001-09-24 parser
21007:
1.116 moko 21008: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21009: types/Makefile.am: makes
1.95 moko 21010:
1.116 moko 21011: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21012:
21013: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21014: started unix makes update
21015:
21016: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21017: started unix makes update
21018:
21019: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21020:
21021: * src/types/pa_value.h: z
21022:
21023: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21024: bugs with usinge hash/table in expressions
21025:
21026: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21027: resolved conflicts fixed [const]
21028:
21029: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21030: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21031: main/compile.C, main/compile.tab.C, main/compile.y,
21032: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21033: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21034: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21035: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21036: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21037: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21038: with before_xml [merge2 actually didn't happen - i've created
21039: tags on wrong branch. so this merge is in fact re-merge]
21040:
21041: 2001-09-21 parser
21042:
21043: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21044: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21045: produced "" in make file and sadly wrong interpreted on load]
21046:
1.116 moko 21047: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21048: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21049: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21050: include/pa_sql_driver_manager.h, include/pa_string.h,
21051: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21052: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21053: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21054:
21055: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21056: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21057: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21058: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21059: main/pa_pool.C, main/pa_request.C,
21060: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21061: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21062: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21063: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21064: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21065: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21066: types/pa_vrequest.C, types/pa_vresponse.h,
21067: types/pa_vstateless_class.C, types/pa_vstring.C,
21068: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21069: created new projects for sql drivers [planning to remove sql
21070: drivers from main cvs project] first, will join latest changes
21071:
21072: * src/classes/: dom.C: defaulted dom writing methods encoding to
21073: pool.get_charset
21074:
21075: * src/classes/dom.C: defaulted dom writing methods encoding to
21076: pool.get_charset
21077:
21078: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21079: pool.get_charset
21080:
21081: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21082: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21083: methods encoding to pool.get_charset
21084:
21085: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21086: transcoder were created right "unsupported encoding" message.
21087: not @ set time, but @ use time, so until xml output functions
21088: .string, .file, .save used - no encoding name check occur
21089:
21090: reduced transcode buffer size to 60 fixed pool cleanup - no
21091: registration needed, pools are officially destructured
21092:
21093: 2001-09-20 parser
21094:
21095: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21096:
21097: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21098: $MAIN:DEFAULTS.content-type[$.charset[here]]
21099:
21100: * src/: classes/dnode.C, classes/dom.C,
21101: include/pa_config_includes.h, include/pa_globals.h,
21102: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21103: main/pa_pool.C, targets/cgi/parser3.dsp,
21104: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21105: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21106: Pool::transcode 0
21107:
21108: * src/classes/dom.C: dom. string save file moved output xml options
21109: to last param and made it optional
21110:
21111: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21112: dnodes
21113: !$attributenode.specified = boolean
21114: true if the attribute received its value explicitly
21115: in the XML document,
21116: or if a value was assigned programatically with the
21117: setValue function.
21118: false if the attribute value came from the default value
21119: declared in the document's DTD.
21120: !$pinode.target = target of this processing instruction
21121: XML defines this as being the first token following the
21122: markup
21123: that begins the processing instruction.
21124: XPath:
21125: !^node.select[xpath/query/expression] = hash of 0->node0
21126: 1->node1
21127: !^node.select-single[xpath/query/expression] = first node if
21128: any
21129:
21130: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21131: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21132: some 'const's added
21133:
21134: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21135: expression context now, there value = size and boolean value
21136: size!=0
21137:
21138: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21139: can be used in expression context now, there value = size and
21140: boolean value size!=0
21141:
21142: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21143: types/pa_vstring.h: dnode .file .string .save moved back to dom
21144: due to strange xalan bug
21145:
21146: 2001-09-18 parser
21147:
21148: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21149: classes/image.C, classes/op.C, classes/table.C,
21150: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21151: include/pa_sql_driver_manager.h, main/compile.C,
21152: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21153: main/execute.C, main/pa_common.C, main/pa_request.C,
21154: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21155: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21156: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21157: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21158: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21159: before_xml branch ^if(def $hash) now true only when
21160: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21161:
21162: * src/: classes/op.C, main/execute.C: operators self changed to
21163: root ^for variable context changed to self
21164:
21165: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21166: dnode 1
21167:
21168: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21169: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21170:
21171: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21172: poly* fixed
21173:
21174: 2001-09-17 parser
21175:
21176: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21177: types/pa_vdom.h: started dnode+dom
21178:
21179: dnode DOM methods: $node.name $node.value
21180: ...others...
21181:
21182: ^node.xpath[/rates/USD] = hash
21183: $hash[
21184: $.0[node0]
21185: $.1[node1]
21186: ]
21187:
21188: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21189: applies to all linear primitives
21190:
21191: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21192: include/pa_stylesheet_connection.h, main/main.dsp,
21193: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21194: types/pa_vimage.h: started dnode DOM: $node.name
21195: $node.value ...others... ^node.xpath[/rates/USD] = hash
21196: dom(dnode)
21197:
21198: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21199: main/compile.y, main/compile_tools.h, main/execute.C,
21200: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21201: in expression compound($aa.zz.xx) names now can have minus '-' in
21202: name after '.'
21203:
21204: 2001-09-15 parser
21205:
21206: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21207: image: $line-width ^line(...)[**** style]
21208:
21209: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21210: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21211: pool_storage - cleanups first, allocations second. apache wisely
21212: does just like that
21213:
21214: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21215: rewritten using template, no bugs now
21216:
21217: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21218: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21219: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21220: poorly started isapi pool_storage, would rewrite using template
21221: now
21222:
21223: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21224: include/pa_stylesheet_connection.h, main/main.dsp,
21225: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21226: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21227: xalan objects freed up [introducing Pool::register_cleanup]
21228:
21229: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21230: comments
21231:
21232: 2001-09-14 parser
21233:
21234: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21235: z
21236:
21237: * src/: classes/dom.C, classes/file.C, classes/image.C,
21238: classes/mail.C, include/pa_common.h,
21239: include/pa_sql_driver_manager.h, include/pa_string.h,
21240: include/pa_stylesheet_connection.h,
21241: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21242: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21243: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21244: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21245: compiled&cached
21246:
21247: 2001-09-13 parser
21248:
21249: * src/: classes/dom.C, classes/file.C, classes/image.C,
21250: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21251:
21252: * src/classes/dom.C: dom:file content-type(.method)
21253:
21254: * src/: include/pa_common.h, include/pa_globals.h,
21255: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21256: string now more informative error messages
21257:
21258: * src/: include/pa_globals.h, include/pa_request.h,
21259: main/pa_request.C, targets/cgi/parser3.C,
21260: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21261: ParserSiteConfig .../parser3.conf
21262:
21263: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21264:
21265: 2001-09-12 parser
21266:
21267: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21268: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21269: precise error reporting: "connection string must start with
21270: protocol://" now
21271:
21272: * src/main/compile.tab.C: fixed - subname code parts actually []
21273: braced
21274:
21275: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21276: lexer on LS_USER level did [] matching without setting nestage,
21277: introduced special LS_NAME_SQUARE_PART state
21278:
21279: 2001-09-11 parser
21280:
21281: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21282: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21283: languages+=xml
21284:
21285: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21286:
21287: * src/classes/dom.C: ^dom:save/string/file[output options] output
21288: options: $.method[xml|html|text] detection fixed
21289:
21290: * src/types/pa_vdom.h: messages
21291:
21292: * src/classes/dom.C: ^dom:save/string/file[output options] output
21293: options: $.method[xml|html|text] detection fixed
21294:
21295: 2001-09-10 parser
21296:
21297: * src/classes/dom.C: ^dom:save/string/file[output options] output
21298: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21299:
21300: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21301: added]
21302:
21303: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21304: ^dom.xslt[stylesheet filename] 0
21305:
21306: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21307: ^dom.xslt[stylesheet filename] -1 doc is lying
21308:
21309: * src/classes/dom.C: ^dom.file[encoding] = file
21310:
21311: * src/classes/: dom.C: ^dom.string[encoding] 1
21312: ^dom.save[encoding;filename]
21313:
21314: * src/classes/dom.C: ^dom.string[] 0
21315:
21316: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21317:
21318: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21319: types/pa_vform.h: ^dom.save[b.xml] 0
21320:
21321: 2001-09-08 parser
21322:
21323: * src/types/pa_vform.C: $form:tables.name.field
21324:
21325: 2001-09-07 parser
21326:
21327: * src/classes/table.C: table:empty removed, superceded by ^if(def
21328: $table)...
21329:
21330: * src/targets/cgi/parser3.C: z
21331:
21332: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21333: from '' to int/double is 0]
21334:
21335: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21336: $table) is false when table is empty
21337:
21338: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21339: !$form:tables $atable[$form:tables.a]
21340: ^atable.menu{a=$atable.element}[,]
21341:
21342: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21343: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21344:
1.116 moko 21345: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21346: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21347: of dom
21348:
21349: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21350: types/pa_vform.C, types/pa_vform.h: z
21351:
21352: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21353: element [not last]
21354:
1.116 moko 21355: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21356: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21357:
21358: 2001-09-06 parser
21359:
21360: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21361: table with one column 'element' and two rows: 1 and 2
21362:
21363: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21364: table with one column 'element' and two rows: 1 and 2
21365:
21366: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21367: bad int/double conversions, and now $form:nonexistent.int(88)
21368: would return 88
21369:
21370: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21371: types/pa_vhash.h: now there's special hash key '_default'
21372: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21373: $._default[xx] ] $hash.c
21374:
21375: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21376: fixed [thanks, fif], ^; were treated there non-literally
21377:
21378: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21379: doxygen
21380:
21381: * src/: classes/image.C, classes/op.C, classes/string.C,
21382: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21383: types/pa_vtable.C: few #ifndef DOXYGEN
21384:
21385: 2001-09-05 parser
21386:
21387: * src/classes/: string.C, table.C: sql options can be void [same as
21388: image:html the other day]
21389:
21390: * src/targets/cgi/Makefile.am: .am undo
21391:
21392: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21393: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21394: macro expantion on param, simply qoutes whatever passed, undone
21395:
21396: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21397: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21398: STRINGIZE(name) #name invented
21399:
21400: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21401: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21402: MAIN_SQL_DRIVERS_NAME "drivers"
21403:
21404: moved to be availible to all users
21405:
21406: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21407: SQL_DRIVER_CREATE_FUNC_NAME
21408:
21409: * src/classes/mail.C: MAIN:MAIL check fixed
21410:
21411: 2001-09-04 parser
21412:
21413: * src/classes/image.C: image.html now can accept void params
21414:
21415: * src/targets/isapi/parser3isapi.C: z
21416:
21417: * src/targets/cgi/parser3.C: full_file_spec bug
21418:
21419: * src/targets/cgi/parser3.C: getenvcheck
21420:
21421: * src/targets/cgi/parser3.C: zz
21422:
21423: * src/targets/cgi/parser3.C: zzz
21424:
21425: * src/classes/date.C: date
21426:
21427: * src/classes/date.C: date:sql-string is now without ''
21428:
1.116 moko 21429: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21430: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21431: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21432:
1.116 moko 21433: * src/include/pa_config_auto.h.in: makes
1.95 moko 21434:
21435: 2001-09-03 parser
21436:
21437: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21438:
21439: 2001-09-01 parser
21440:
21441: * src/classes/image.C: letter_spacing
21442:
21443: * src/classes/image.C: image: font params changed
21444:
21445: * src/classes/image.C: image: as_int as_string used
21446:
21447: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21448: analized
21449:
21450: 2001-08-31 parser
21451:
21452: * src/targets/cgi/parser3.C: z
21453:
1.116 moko 21454: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21455: cygwin
1.95 moko 21456:
21457: * src/classes/void.C: void:int/double += (default)
21458:
21459: * src/classes/image.C: image:font added space param image:font
21460: changed charwidth alg, added kerning const[for now]
21461:
21462: * src/classes/: string.C, table.C: string:int/double (defaults)
21463:
21464: 2001-08-29 parser
21465:
21466: * src/main/pa_exception.C: exception redundant debug info
21467:
21468: 2001-08-28 parser
21469:
21470: * src/classes/image.C: image error msgs
21471:
21472: * src/classes/image.C: image: gifsize little endian
21473:
21474: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21475: doxygeneration
21476:
21477: * src/: classes/Makefile.am, main/Makefile.am,
21478: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21479:
21480: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21481: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21482:
21483: * src/main/compile.C: NO_STRING_ORIGIN check2
21484:
21485: * src/classes/table.C: NO_STRING_ORIGIN check
21486:
21487: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21488: storage class specifiers invalid in friend function declarations
21489:
21490: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21491: main/untaint.C, targets/cgi/parser3.C,
21492: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21493: case of limit
21494:
21495: * src/: classes/file.C, main/pa_common.C: file:move
21496: autocreate/remove dest/src dir
21497:
21498: * src/: classes/string.C, include/pa_dictionary.h,
21499: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21500: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21501: to directory constructor. string:replace
21502:
21503: 2001-08-27 parser
21504:
21505: * src/classes/image.C: fixed jpgsize alg
21506:
21507: * src/classes/image.C: fixed jpgsize alg
21508:
21509: * src/main/pa_exception.C: z
21510:
21511: * src/main/pa_common.C: removed debug info from pa_common
21512:
21513: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21514: [auto.p from current dir loading]
21515:
1.116 moko 21516: * src/: main/pa_common.C, main/pa_exception.C,
21517: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21518: for solaris -lsocket
1.95 moko 21519:
21520: 2001-08-24 parser
21521:
21522: * src/targets/cgi/parser3.C: not cgi extra \n 3
21523:
21524: * src/targets/cgi/parser3.C: not cgi extra \n 2
21525:
21526: * src/targets/cgi/parser3.C: not cgi extra \n
21527:
21528: * src/main/pa_sql_driver_manager.C: z
21529:
21530: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21531: sql* removed services from disconnect - cross-request ideological
21532: probs.
21533:
21534: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21535: cross-request ideological probs. oracle - fixed bug: cs
21536: allocated on request.pool and got freed before disconnect
21537:
21538: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21539: mallocs fixed
21540:
21541: 2001-08-23 parser
21542:
21543: * src/classes/file.C: minor bug in file:save fixed
21544:
21545: * src/main/pa_sql_driver_manager.C: oracle: dlink
21546:
21547: 2001-08-22 parser
21548:
21549: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21550: types/pa_vfile.h: file:load|save[text|binary;
21551:
21552: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21553:
21554: 2001-08-21 parser
21555:
21556: * src/classes/: file.C, table.C: ^file:list
21557:
21558: 2001-08-20 parser
21559:
21560: * src/: main/compile.tab.C, main/compile.y,
21561: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21562: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21563: recousively caused problems: inc incremeted 123 literal!! fixed
21564:
21565: 2001-08-10 parser
21566:
21567: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21568:
21569: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21570: added
21571:
21572: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21573: added
21574:
21575: * src/classes/table.C: table:sort restored [it was bad test :(]
21576:
21577: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21578: ''
21579:
21580: * src/main/: pa_request.C: wanted to make const int
21581: MAX_EXECUTE_SECONDS=1;
21582:
21583: but couldnt, set_callback_and_alarm appeared to be not exported
21584: :(
21585:
21586: * src/main/pa_string.C: string.match hanged on. there were a hang
21587: check but it weren't wise enough
21588:
21589: @parse[dateString][tmp]
21590: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21591: #end
21592:
21593: @main[] ^parse[2001-02-03]
21594:
21595: * src/classes/: table.C: table:sort now default desc
21596:
21597: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21598: table.sort now creates new sorted table
21599:
21600: 2001-08-09 parser
21601:
21602: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21603:
21604: * src/classes/hash.C: hash:_default now [was hash:default]
21605:
21606: * src/classes/op.C: case without switch check added
21607:
21608: * src/types/pa_vcookie.C: cookie name&value origins added, more
21609: precise $ORIGINS(1)
21610:
21611: * src/main/Makefile.am: .am
21612:
21613: * src/classes/void.C: void: int double copy/paste from int: bug
21614: fixed
21615:
21616: * src/classes/void.C: void: int double copy/paste from int: bug
21617: fixed
21618:
21619: 2001-08-07 parser
21620:
21621: * src/: classes/double.C, classes/int.C, classes/string.C,
21622: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21623: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21624: string, table
21625:
21626: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21627: srand made working
21628:
21629: 2001-08-06 parser
21630:
21631: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21632: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21633: main/compile.tab.C, main/compile.y, main/pa_array.C,
21634: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21635: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21636:
21637: * src/main/pa_exec.C: exec win32 real filename
21638:
21639: * src/classes/file.C: exec stderr out
21640:
21641: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21642:
21643: 2001-08-03 parser
21644:
21645: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21646:
21647: 2001-08-02 parser
21648:
21649: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21650: main/execute.C, main/pa_exec.C: introducing Array_iter
21651:
21652: * src/main/execute.C: detected quick_get recursion bug. changed to
21653: get@execute, but needs array iterator, separate from array to
21654: avoid it & use caching
21655:
21656: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21657: bug fixed
21658:
21659: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21660: main/execute.C, main/pa_globals.C: found another multithread bug
21661: in op.C (last, last global var killed) :)
21662:
21663: 2001-08-01 parser
21664:
21665: * src/: include/pa_dictionary.h, include/pa_globals.h,
21666: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21667: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21668: main/untaint.C: speeded up typo-html replacements. introducing
21669: Dictionary with first-char caching
21670:
21671: 2001-07-31 parser
21672:
21673: * src/types/Makefile.am: pa_vtable.C added to .am
21674:
21675: * src/main/compile.tab.C: added, so that could be compiled even on
21676: non-bison-enabled platforms
21677:
21678: 2001-07-28 parser
21679:
21680: * src/classes/table.C: table:hash always produces hash, when can't
21681: - empty
21682:
21683: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21684: skipped \n
21685:
21686: 2001-07-27 parser
21687:
21688: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21689: on int/double/string :sql without result and default
21690:
21691: 2001-07-26 parser
21692:
21693: * src/classes/op.C: fixed bad multithread bug with strangly global
21694: OP
21695:
21696: * src/main/compile.y: $man[$.age[zzz]] 0
21697:
21698: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21699: creation syntax problem persists. restored $: for a while.
21700: thinking of $man[$.age[zzz]] syntax now
21701:
21702: * src/: classes/double.C, classes/int.C, classes/string.C,
21703: include/pa_opcode.h, main/compile.C, main/compile.y,
21704: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21705: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21706: types/pa_wwrapper.h: fixing :: realization #1
21707:
21708: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21709: main/compile_tools.h, main/execute.C, main/pa_request.C,
21710: types/pa_vmethod_frame.h: introducing :: this is constructor call
21711: prefix. ordinary : remains for static accesses
21712:
21713: 2001-07-25 parser
21714:
21715: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21716: fields 2. methods 3. columns
21717:
21718: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21719: quote. optimized double&int tostring-s
21720:
21721: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21722: whitespace before first method decl
21723:
21724: * src/classes/table.C: allowed nontable result in table:sql,
21725: results in empty table
21726:
21727: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21728: lines before first method decl
21729:
21730: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21731: types/pa_vtable.h: ^table.record[] now $table.fields
21732:
21733: * src/main/compile.y: $var[] is now empty string, not void
21734:
21735: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21736: void
21737:
21738: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21739: main/pa_globals.C: match replace code context moved to implicit
21740: $match context
21741:
21742: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21743: main/compile_tools.h, main/execute.C: with killed, code storage
21744: introduced with former 'with' syntax
21745:
21746: 2001-07-24 parser
21747:
21748: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21749: types/pa_value.h: first get_element, next get operator
21750:
21751: * src/main/compile.y: removed @end handling
21752:
21753: * src/main/: compile.C, compile.y: @end handling method2
21754:
21755: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21756: file:move
21757:
21758: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21759: fixed
21760:
21761: 2001-07-23 parser
21762:
21763: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21764: driver
21765:
21766: * src/classes/hash.C: changed sql driver query interface
21767:
21768: * src/: classes/hash.C, classes/string.C, classes/table.C,
21769: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21770: changed sql driver query interface
21771:
21772: 2001-07-20 parser
21773:
21774: * src/types/pa_vrequest.C: X!$browser:type
21775:
21776: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21777: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21778: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21779: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21780: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21781: types/pa_vobject.h, types/pa_vrequest.C,
21782: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21783: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21784: BASE element globally removed
21785:
21786: 2001-07-18 parser
21787:
21788: * src/classes/file.C: file:exec/cgi msg
21789:
21790: * src/classes/file.C: $file:exit-code renamed to 'status'
21791:
21792: * src/: classes/file.C, main/pa_exec.C: file:exec
21793:
1.116 moko 21794: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21795: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21796: removed $id from *.in *.am
1.95 moko 21797:
21798: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21799: abbrevations
21800:
21801: * src/: classes/date.C, classes/mail.C, classes/math.C,
21802: classes/string.C, classes/table.C, include/pa_globals.h,
21803: include/pa_string.h, main/execute.C, main/pa_globals.C,
21804: main/pa_request.C, main/pa_string.C, main/untaint.C,
21805: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21806: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21807: $ORIGINS(1) output tracing mode
21808:
21809: 2001-07-13 parser
21810:
21811: * src/: classes/double.C, classes/int.C, classes/string.C,
21812: include/pa_request.h, main/execute.C, main/pa_request.C:
21813: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21814: second would not call first @auto
21815:
21816: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21817: wrong, fixed
21818:
21819: 2001-07-12 parser
21820:
21821: * src/types/pa_value.h: pa_value.putelement modification of system
21822: classes prevented
21823:
21824: 2001-07-11 parser
21825:
21826: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21827: table $piece
21828:
21829: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21830: types/pa_vstateless_class.h: $file created by file:state +=
21831: .atime .mtime .ctime +found&fixed bug with exceptions on
21832: get_junction-created objects [they were on wrong pool]
21833:
21834: 2001-07-09 parser
21835:
21836: * src/main/untaint.C: qp wrong name
21837:
21838: * src/: classes/date.C, classes/string.C, classes/table.C,
21839: main/compile.y: date format 0
21840:
21841: 2001-07-07 parser
21842:
21843: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21844: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21845: roll table calendar
21846:
21847: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21848: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21849: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21850: include/pa_request.h, main/main.dsp, types/pa_value.h,
21851: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21852: string. todo: sql, calendar
21853:
21854: 2001-07-06 parser
21855:
21856: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21857: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21858:
21859: 2001-07-03 parser
21860:
21861: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21862: classes/random.C, main/main.dsp: class random renamed to math,
21863: operators became methods
21864:
21865: * src/classes/op.C: pow sqrt
21866:
21867: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21868:
21869: 2001-07-02 parser
21870:
21871: * src/classes/table.C: ^table.columns column renamed from 'name' to
21872: 'column'
21873:
21874: * src/classes/hash.C: ^hash.keys[]
21875:
21876: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21877:
21878: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21879: 'strings'
21880:
21881: 2001-06-29 parser
21882:
21883: * src/main/: execute.C: /0 %0 checkes ver 2
21884:
21885: * src/main/execute.C: /0 %0 checke
21886:
21887: * src/classes/Makefile.am: nothing - void
21888:
21889: * src/classes/table.C: empty strings @ sql
21890:
21891: 2001-06-28 parser
21892:
21893: * src/: classes/double.C, classes/file.C, classes/form.C,
21894: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21895: classes/op.C, classes/random.C, classes/response.C,
21896: classes/string.C, classes/table.C, classes/void.C,
21897: main/compile.C, main/compile_tools.C, main/execute.C,
21898: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21899: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21900: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21901: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21902: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21903: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21904: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21905: $";
21906:
21907: * src/: classes/double.C, classes/file.C, classes/form.C,
21908: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21909: classes/op.C, classes/random.C, classes/response.C,
21910: classes/string.C, classes/table.C, classes/void.C,
21911: main/compile.C, main/compile.y, main/compile_tools.C,
21912: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21913: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21914: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21915: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21916: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21917: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21918:
21919: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21920: $class:name: == ${class:name}:
21921:
21922: * src/classes/string.C: exactly one
21923:
21924: 2001-06-27 parser
21925:
21926: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21927: types/pa_vvoid.h: nothing renamed to void
21928:
21929: * src/classes/op.C: ^switch ^case
21930:
21931: * src/main/compile.y: nothing renamed to void
21932:
21933: * src/: classes/hash.C, classes/table.C, main/compile.y,
21934: main/execute.C, main/main.dsp, main/pa_request.C,
21935: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21936: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21937: void
21938:
21939: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21940:
21941: 2001-05-28 parser
21942:
21943: * src/doc/html2chm.cmd: removed >a
21944:
21945: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21946: project options [some bugs]
21947:
21948: * src/doc/sources2html.cmd: z
21949:
21950: * src/: classes/classes.C, main/compile.C, main/compile.y,
21951: main/execute.C: operators are not in root class again
21952:
21953: 2001-05-24 parser
21954:
21955: * src/targets/cgi/parser3.dsp: project file
21956:
21957: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21958: ^log ^exp
21959:
21960: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21961: conversions in @exception[params]
21962:
21963: * src/main/pa_request.C: // no _ conversions in @exception[params]
21964:
21965: 2001-05-23 parser
21966:
21967: * src/main/pa_string.C: string cmp bug
21968:
21969: * src/classes/: mail.C, op.C: rem max 1000
21970:
21971: * src/: classes/op.C, main/compile.y: allow one empty line before
21972: LS_DEF_NAME
21973:
21974: 2001-05-22 parser
21975:
21976: * src/classes/op.C: if params code-required
21977:
21978: 2001-05-21 parser
21979:
21980: * src/types/pa_vstring.C: eoleof
21981:
21982: * src/classes/Makefile.am: .AM
21983:
21984: * src/classes/nothing.C: resultless ^sql moved to nothing:
21985:
21986: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21987:
21988: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21989: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21990: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21991: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21992: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21993: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21994: 'nothing'
21995:
21996: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21997: vstring::set_string
21998:
21999: * src/classes/: double.C, int.C, string.C: int,double;sql
22000:
22001: * src/: classes/hash.C, classes/int.C, classes/string.C,
22002: classes/table.C, include/pa_string.h, main/pa_string.C,
22003: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22004:
22005: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22006: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22007: hash:sql moved to main trunc. operators.txt updated
22008:
22009: * src/classes/: hash.C, op.C, table.C: hash:sql
22010:
22011: * src/classes/op.C: z
22012:
22013: * src/: main/compile.C, classes/classes.C: 1
22014:
22015: * src/: classes/classes.C, main/compile.C, main/compile.y,
22016: main/execute.C: 0
22017:
22018: * src/main/execute.C: z
22019:
22020: * src/targets/cgi/parser3.C: z
22021:
22022: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22023: site_auto_path "." in that case
22024:
22025: * src/targets/cgi/: parser3.C: z
22026:
22027: * src/main/pa_request.C: .am
22028:
22029: * src/: main/pa_request.C, targets/cgi/parser3.C:
22030: pcre_tables=pcre_default_tables;
22031:
22032: 2001-05-19 parser
22033:
22034: * src/main/pa_string.C: z
22035:
22036: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22037: introducing String::cstr_bufsize, returns just size+1 for as_is
22038: target.
22039:
22040: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22041: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22042: used, 4* mem wasted
22043:
22044: * src/classes/string.C: root context in match replace body now
22045: unchanged
22046:
22047: * src/types/pa_value.h: parameter # 1 based
22048:
22049: * src/main/pa_common.C: common: actual filename '%s'
22050:
22051: * src/classes/string.C: z
22052:
22053: * src/classes/Makefile.am: classes/.am
22054:
22055: * src/classes/: Makefile.am: classes/.am
22056:
22057: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22058: targets/cgi/pa_pool.C: classes/.am
22059:
22060: 2001-05-18 parser
22061:
1.116 moko 22062: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22063: pa_threads.C ins
1.95 moko 22064:
22065: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22066:
22067: 2001-05-17 parser
22068:
22069: * src/: classes/string.C, include/pa_config_fixed.h,
22070: include/pa_config_includes.h, main/compile.y,
22071: main/compile_tools.h, main/execute.C, main/pa_array.C,
22072: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22073: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22074: types/pa_vform.C: #include "pa_config_includes.h" removed from
22075: most .C
22076:
22077: * src/doc/html2chm.cmd: z
22078:
22079: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22080: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22081:
22082: * src/main/pa_sql_driver_manager.C: moved expiration to
22083: get_connection_from_cache
22084:
22085: * src/main/pa_sql_driver_manager.C: cache expiration bf
22086:
22087: * src/: classes/classes.h, include/pa_sql_connection.h,
22088: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22089: cache expiration[use SQL_Driver::disconnect]
22090:
22091: * src/main/pa_table.C: table.locate current restored on "not found"
22092:
22093: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22094: line no
22095:
22096: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22097: ANTI_ENDLESS_EXECUTE_RECOURSION
22098:
22099: * src/: classes/op.C, include/pa_sql_connection.h,
22100: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22101: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22102: 1driver and set_services fight for driver::fservices. before fix
22103:
22104: * src/: classes/op.C, include/pa_config_fixed.h,
22105: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22106: main/pa_sql_driver_manager.C: found problem at last: 2connections
22107: own 1driver and set_services fight for driver::fservices. before
22108: fix
22109:
22110: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22111: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22112: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22113: pa_threads.C
22114:
22115: * src/include/pa_threads.h: removed targets/parser
22116:
22117: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22118: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22119: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22120: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22121: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22122: headers
22123:
22124: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22125: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22126: order prevented sqlmanager to see MULTYTHREAD define
22127:
22128: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22129: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22130: put/gets
22131:
22132: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22133: from hash.h
22134:
22135: * src/: classes/op.C, include/pa_sql_connection.h,
22136: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22137: from cache ->set_services(&services);
22138:
22139: 2001-05-16 parser
22140:
22141: * src/targets/cgi/parser3.C: z
22142:
22143: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22144: debug, #ifdefed some. would debug later, on more precise sample
22145: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22146: $name.$tail[$tail!] $name.$tail } ok3
22147:
22148: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22149: removed array debug. before vstring rebasing
22150:
22151: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22152: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22153: array debugged; adjusted
22154:
22155: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22156: SQL_Driver_manager line no for connect/charset errors
22157:
22158: 2001-05-15 parser
22159:
22160: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22161: main/pa_string.C: string+array made linear grows
22162:
22163: * src/: include/pa_string.h, main/pa_string.C,
22164: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22165: grow lineary, not exponentialy
22166:
22167: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22168: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22169: with fullchunk cmps
22170:
22171: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22172: 70041= 81
22173:
22174: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22175: targets/cgi/parser3.C: detected huge mem allocation: size/times
22176: malloc 27809390/368771, calloc 3232/83. would test now
22177:
22178: * src/: classes/random.C, main/compile.y, main/execute.C,
22179: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22180: numbered params had wrong name - for instance: bad error message
22181: in ^for[] bad body type. fixed
22182:
22183: 2001-05-14 parser
22184:
22185: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22186: main/untaint.C: ^string.upper|lower[]
22187:
22188: 2001-05-11 parser
22189:
22190: * src/: classes/double.C, classes/image.C, classes/op.C,
22191: classes/string.C, classes/table.C, classes/unknown.C,
22192: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22193: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22194: types/pa_vunknown.h: op: MAX_LOOPS as_int
22195:
22196: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22197: .dsp for win32tools
22198:
22199: 2001-05-11 paf
22200:
22201: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22202: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22203: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22204: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22205:
22206: 2001-05-10 paf
22207:
22208: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22209: for C++, that's all
22210:
1.116 moko 22211: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22212: pa_config_includes.h: inline wonders
1.95 moko 22213:
22214: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22215: doc/doxygen.cmd: hash.C added
22216:
22217: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22218:
22219: * src/main/compile.y: @end grammar: allowed zero strings in control
22220: menthod
22221:
22222: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22223: pa_vstateless_object.h: changed priority: field before method
22224: lookup in vclass & vobject
22225:
22226: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22227: grammar: priorities changes [lowerd && prior] vobject: now first
22228: fields, next methods
22229:
22230: 2001-05-08 paf
22231:
22232: * src/main/pa_table.C: table columnname2item on nameless ignored
22233: bark=false. fixed
22234:
22235: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22236: types/pa_vmethod_frame.h: hash:default works at last!
22237:
22238: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22239: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22240: hash:default
22241:
22242: * src/classes/table.C: z
22243:
22244: * src/classes/table.C: table:hash always hash of hash now
22245:
22246: * src/classes/table.C: table:empty return bool now
22247:
22248: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22249: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22250: types/pa_vtable.h: table:hash
22251:
22252: * src/classes/table.C: table:record have name
22253:
22254: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22255: returns vunknown
22256:
22257: * src/classes/: double.C, int.C, op.C, string.C:
22258: int,double,string:int[] double[] string:length[] results now have
22259: hames
22260:
22261: * src/: classes/op.C, classes/table.C, main/main.dsp,
22262: types/pa_vtable.h: removed table:find. table:locate and op:eval
22263: now return bool
22264:
22265: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22266: in method checkparams again. fixed
22267:
22268: 2001-05-07 paf
22269:
22270: * src/doc/chm.cmd: cmd
22271:
22272: * src/: classes/image.C, classes/mail.C, classes/string.C,
22273: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22274: types/pa_value.h: method reported errors on wrong pool
22275:
22276: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22277: now
22278:
22279: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22280: include/code.h, include/pa_opcode.h, main/compile.C,
22281: main/compile_tools.h, main/execute.C, types/pa_value.h,
22282: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22283: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22284: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22285: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22286: types/pa_vmethod_frame.h, types/pa_vobject.h,
22287: types/pa_vrequest.h, types/pa_vresponse.h,
22288: types/pa_vstateless_class.h, types/pa_vstring.h,
22289: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22290: types/pa_wwrapper.h: pa_code.h
22291:
22292: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22293:
22294: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22295: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22296: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22297: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22298: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22299: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22300: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22301: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22302: types/pa_vtable.h: dox, split by not clean parts also
22303:
22304: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22305: types/pa_vtable.h: table: fields, then methods. so to enable
22306: 'dir' fields & co. more
22307:
22308: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22309: so to enable 'dir' fields & co.
22310:
22311: * src/main/compile.y: grammar: @end
22312:
22313: 2001-05-04 paf
22314:
22315: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22316: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22317:
22318: * src/: classes/classes.h, classes/double.C, classes/file.C,
22319: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22320: classes/op.C, classes/random.C, classes/response.C,
22321: classes/string.C, classes/table.C, classes/unknown.C,
22322: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22323: method dox
22324:
22325: 2001-05-03 paf
22326:
22327: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22328: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22329: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22330: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22331: doc/string.dox, doc/targets.dox, doc/value.dox,
22332: main/pa_request.C: dox splitted .dox files and added some
22333:
22334: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22335:
22336: 2001-05-02 paf
22337:
22338: * src/classes/: image.C, table.C: table:dir result are not tainted
22339: by file_name language now
22340:
22341: 2001-04-28 paf
22342:
22343: * src/classes/classes.inc: removed classes.inc
22344:
22345: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22346: from .am
22347:
22348: * src/classes/classes.awk: skipped classes in .awk
22349:
22350: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22351: classes/classes.inc, classes/double.C, classes/file.C,
22352: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22353: classes/string.C, classes/table.C, classes/unknown.C,
22354: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22355: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22356: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22357: pa_methoded back to classes/classes.h
22358:
22359: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22360:
22361: * src/: classes/Makefile.am, classes/classes.awk,
22362: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22363: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22364:
22365: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22366: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22367: classes/response.C, classes/string.C, classes/table.C,
22368: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22369: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22370: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22371: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22372: include|main/pa_methoded
22373:
22374: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22375: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22376:
22377: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22378: moved some configured data to request::classes_conf moved some
22379: string crations from globals to M... [works]
22380:
22381: * src/: classes/form.C, classes/mail.C, classes/op.C,
22382: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22383: main/pa_request.C: moved some configured data to
22384: request::classes_conf moved some string crations from globals to
22385: M...
22386:
22387: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22388: about to move configured data to special request hash
22389:
22390: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22391: classes/form.C, classes/mail.C, include/pa_request.h,
22392: main/pa_request.C: configure started
22393:
22394: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22395: 2. todo: methoded-configure
22396:
22397: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22398: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22399: classes/_random.h, classes/_response.h, classes/_string.h,
22400: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22401: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22402: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22403: classes/random.C, classes/response.C, classes/string.C,
22404: classes/table.C, classes/unknown.C, include/pa_globals.h,
22405: include/pa_request.h, main/compile.y, main/execute.C,
22406: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22408: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22409: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22410: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22411: types/pa_vrequest.h, types/pa_vresponse.h,
22412: types/pa_vstateless_class.h, types/pa_vstring.h,
22413: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22414: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22415: methoded-configure
22416:
22417: * src/: classes/file.C, classes/table.C, main/compile.y,
22418: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22419: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22420: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22421:
22422: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22423: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22424: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22425: classes/random.C, classes/response.C, classes/string.C,
22426: classes/table.C, classes/unknown.C, include/pa_request.h,
22427: main/compile.y, main/execute.C, main/pa_globals.C,
22428: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22429: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22430: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22431: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22432: beautifying just compiled. todo: debug, configure
22433:
22434: 2001-04-27 paf
22435:
22436: * src/: classes/file.C, classes/image.C, classes/table.C,
22437: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22438: beautifying -99
22439:
22440: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22441: classes/_response.h, classes/_unknown.h, classes/classes.C,
22442: classes/classes.h, classes/double.C, classes/file.C,
22443: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22444: classes/op.C, classes/random.C, classes/response.C,
22445: classes/string.C, include/pa_globals.h, main/main.dsp,
22446: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22447: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22448: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22449: types/pa_vunknown.h: beautifying -100
22450:
22451: * src/main/compile.y: serge@ found @CLASS bug. fixed
22452:
22453: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22454: classes/_op.h, classes/_random.h, classes/_table.h,
22455: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22456: classes/op.C, classes/random.C, classes/response.C,
22457: classes/string.C, classes/table.C, classes/unknown.C,
22458: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22459: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22460: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22461: beautifying
22462:
22463: 2001-04-26 paf
22464:
22465: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22466:
22467: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22468: documentation ++
22469:
22470: * src/: classes/_exec.h, doc/doxygen.cfg,
22471: include/pa_config_fixed.h, include/pa_config_includes.h,
22472: targets/cgi/pa_pool.C: code documentation ++
22473:
22474: * src/: classes/_image.h, classes/op.C, classes/random.C,
22475: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22476: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22477: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22478: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22479: types/pa_vmethod_frame.h, types/pa_vobject.h,
22480: types/pa_vrequest.C, types/pa_vrequest.h,
22481: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22482: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22483: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22484: code documentation ++
22485:
22486: * src/: classes/image.C, classes/mail.C, classes/string.C,
22487: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22488: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22489: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22490: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22491: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22492: types/pa_vobject.h, types/pa_vstateless_class.h,
22493: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22494:
22495: * src/main/: pa_request.C, pa_string.C: z
22496:
22497: * src/: include/pa_common.h, include/pa_types.h,
22498: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22499: connection caching fixed. request-pooled-url were stored into
22500: global connectioncache
22501:
22502: 2001-04-25 paf
22503:
22504: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22505: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22506:
22507: * src/: include/code.h, include/pa_common.h, main/compile.y,
22508: main/execute.C, main/pa_common.C: -d
22509:
22510: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22511: illegal call check a bit improved, but still under iis no mapping
22512: of dir with parser allowed!
22513:
22514: 2001-04-24 paf
22515:
22516: * src/targets/Makefile.am: apache module lib .am
22517:
22518: * src/main/pa_exec.C: windows32 buildCommand
22519:
22520: 2001-04-23 paf
22521:
22522: * src/targets/cgi/Makefile.am: win32 conditional
22523:
22524: * src/targets/cgi/Makefile.am: win32 conditional
22525:
22526: * src/targets/cgi/Makefile.am: liblink
22527:
22528: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22529: vfile fields return type
22530:
22531: * src/types/pa_vfile.h: vfile fields return type
22532:
22533: * src/include/pa_config_auto.h.in: .h.in
22534:
22535: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22536: types/Makefile: makefiles removed
22537:
22538: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22539: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22540:
22541: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22542: [tested: i & g ]
22543:
22544: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22545: @test noticed series in isapi, check how initialize_random_class
22546: is called! [must be called only once]
22547:
22548: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22549: would not be 'unknown column'
22550:
22551: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22552: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22553:
22554: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22555: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22556: [now doesnt]
22557:
22558: * src/targets/cgi/parser3.C: cgi cmdline ver
22559:
22560: * src/targets/cgi/parser3.C: cgi /// @test disable
22561: /cgi-bin/parser3/auto.p
22562:
22563: * src/main/untaint.C: untaint without charset
22564:
22565: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22566: main/pa_common.C: common: file_write /// @test mkdirs
22567: file_delete rmdirs
22568:
22569: * src/main/untaint.C: mail header only once to =?
22570:
22571: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22572: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22573: main/untaint.C: untaint - @test optimize whitespaces for
22574: all but 'html'
22575:
22576: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22577: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22578: main/untaint.C: untaint - @test mail-header
22579:
22580: 2001-04-20 paf
22581:
22582: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22583: include/pa_request.h, include/pa_string.h, main/compile.y,
22584: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22585: targets/cgi/parser3.C: $MAIN:LOCALE
22586:
22587: * src/main/untaint.C: z
22588:
22589: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22590:
22591: 2001-04-19 paf
22592:
22593: * src/main/compile_tools.h: $a$b bugfix
22594:
22595: * src/targets/cgi/parser3.C: z
22596:
22597: * src/classes/file.C: z
22598:
22599: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22600: done: header to $fields. waits for header '\' tricks
22601:
22602: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22603: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22604: changed urlencode here and in untaint.C to HTTP standard's " and
22605: \" mech
22606:
22607: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22608: http://alx/~paf/ doesnt load /auto.p
22609:
22610: 2001-04-18 paf
22611:
22612: * src/main/pa_request.C: 1
22613:
22614: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22615: linux @alx
22616:
22617: 2001-04-17 paf
22618:
22619: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22620: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22621: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22622: enabled
22623:
22624: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22625: classes/_exec.h, classes/_file.h, classes/_form.h,
22626: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22627: classes/_random.h, classes/_response.h, classes/_string.h,
22628: classes/_table.h, classes/_unknown.h, classes/file.C,
22629: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22630: include/pa_config_fixed.h, include/pa_config_includes.h,
22631: include/pa_hash.h, include/pa_sql_driver_manager.h,
22632: include/pa_version.h, main/Makefile.am, main/compile.y,
22633: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22634: main/pa_sql_driver_manager.C, sql/Makefile.am,
22635: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22636: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22637: types/pa_vform.C, types/pa_vimage.h: exec @jav
22638:
22639: * src/: include/pa_sql_driver_manager.h,
22640: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22641: types/pa_vimage.h: sql driver interface now has initialize(client
22642: .so)
22643:
22644: 2001-04-16 paf
22645:
22646: * src/Makefile.am: compile2 cygwin
22647:
22648: * src/: include/pa_config_includes.h, main/pa_exec.C,
22649: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22650:
22651: * src/targets/cgi/Makefile.am: compile0 jav
22652:
22653: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22654: classes/_exec.h, classes/_file.h, classes/_form.h,
22655: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22656: classes/_random.h, classes/_response.h, classes/_string.h,
22657: classes/_table.h, classes/_unknown.h, classes/image.C,
22658: classes/mail.C, classes/op.C, classes/random.C,
22659: include/pa_config_fixed.h, include/pa_config_includes.h,
22660: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22661: main/compile.y, main/pa_common.C, main/pa_exec.C,
22662: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22663: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22664: compile-1
22665:
22666: 2001-04-15 paf
22667:
22668: * src/classes/op.C: z
22669:
22670: * src/classes/table.C: table:empty +=process
22671:
22672: * src/types/pa_value.h: MethodParams !junction
22673:
22674: * src/: classes/_string.h, classes/double.C, classes/file.C,
22675: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22676: classes/random.C, classes/response.C, classes/string.C,
22677: classes/table.C, classes/unknown.C, main/pa_request.C:
22678: MethodParams everywhere
22679:
22680: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22681: types/pa_vmethod_frame.h: MethodParams in op.C
22682:
22683: 2001-04-12 paf
22684:
22685: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22686:
22687: * src/: classes/_unknown.h, classes/unknown.C,
22688: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22689: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22690:
22691: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22692:
22693: * src/classes/image.C: image:gif now does not have params
22694:
22695: * src/classes/image.C:
22696: image:line/fill/rectangle/bar/replace/polygon/polybar
22697:
22698: * src/: classes/image.C, classes/op.C, main/execute.C,
22699: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22700: for var now written not to r.wcontext, but to r.root cleared
22701: "entered_object" state
22702:
22703: 2001-04-11 paf
22704:
22705: * src/classes/image.C: image:create image:load
22706:
22707: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22708: just compiled
22709:
22710: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22711: todo: gif without file
22712:
22713: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22714: started porting to Pooled descendant
22715:
22716: * src/: classes/image.C, main/execute.C, main/main.dsp,
22717: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22718: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22719: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22720:
22721: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22722: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22723: end. switching to python imaging lib
22724:
22725: * src/main/main.dsp: gd+smtp made separate libs
22726:
22727: * src/: include/pa_globals.h, include/pa_string.h,
22728: main/pa_common.C, main/pa_request.C, main/untaint.C,
22729: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22730: length
22731:
22732: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22733: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22734: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22735: UL_FILE_NAME of posted file name
22736:
22737: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22738: post [broke when moved post read to core]
22739:
22740: 2001-04-10 paf
22741:
22742: * src/classes/image.C: image:html done
22743:
22744: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22745:
22746: * src/classes/image.C: z
22747:
22748: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22749: forgotten!
22750:
22751: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22752: main/pa_request.C, main/pa_string.C, main/untaint.C,
22753: types/pa_vimage.h: image:measure -90
22754:
22755: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22756: classes/_int.h, classes/_mail.h, classes/_op.h,
22757: classes/_random.h, classes/_response.h, classes/_string.h,
22758: classes/_table.h, classes/file.C, classes/mail.C,
22759: include/pa_common.h, include/pa_globals.h, main/execute.C,
22760: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22761: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22762: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22763: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22764: compiled
22765:
22766: * src/classes/mail.C: minor bug with unclear from/to
22767:
22768: * src/classes/mail.C: sendmail unix skipping defaults
22769:
22770: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22771: sendmail unix added defaults
22772:
22773: * src/classes/mail.C: unix sendmail compiled. todo:testing
22774:
22775: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22776:
22777: 2001-04-09 paf
22778:
22779: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22780: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22781: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22782: targets/isapi/parser3isapi.dsp: all targets exec
22783:
22784: * src/: include/pa_sapi.h, include/pa_string.h,
22785: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22786: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22787: args in apache:util.script
22788:
22789: * src/include/pa_string.h: written but not tested exec with env for
22790: unix
22791:
22792: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22793: targets/cgi/parser3.C: exec win32 env
22794:
22795: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22796: 0
22797:
22798: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22799: main/execute.C, main/main.dsp, main/pa_globals.C,
22800: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22801: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22802:
22803: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22804: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22805:
22806: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22807: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22808:
22809: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22810: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22811: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22812: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22813: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22814: exec class just compiled. moved post read to request core
22815:
22816: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22817: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22818: main/pa_globals.C, targets/cgi/parser3.C,
22819: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22820: are already read by vform
22821:
22822: 2001-04-08 paf
22823:
22824: * src/: classes/file.C, classes/mail.C, classes/string.C,
22825: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22826: uuencode. string<<
22827:
22828: 2001-04-07 paf
22829:
22830: * src/classes/mail.C: z
22831:
22832: * src/classes/mail.C: z
22833:
22834: * src/classes/mail.C: ^mail[$attach
22835:
22836: * src/classes/mail.C: ^attach dead end
22837:
22838: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22839: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22840: targets/isapi/parser3isapi.C: mail:send 1
22841:
22842: * src/: classes/mail.C, main/pa_request.C: z
22843:
22844: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22845: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22846: compiled
22847:
22848: * src/classes/mail.C: +=
22849:
22850: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22851: prepared
22852:
22853: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22854: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22855: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22856: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22857:
22858: 2001-04-06 paf
22859:
22860: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22861: main/pa_string.C: table:dir 1
22862:
22863: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22864: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22865:
22866: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22867: classes/root.C, include/pa_globals.h, include/pa_request.h,
22868: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22869: main/pa_request.C: renamed 'root' to 'op'
22870:
22871: * src/classes/: _op.h, op.C: renamed from 'root'
22872:
22873: * src/types/pa_valiased.C: another root inherititance skipped
22874:
22875: * src/main/: compile.C, compile.y, execute.C: operators are now not
22876: root methods of parent class. just 'ROOT' class
22877:
22878: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22879: @office
22880:
22881: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22882:
22883: 2001-04-05 paf
22884:
22885: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22886: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22887: constructor flag dropped at get_method_frame and remembered into
22888: method_frame
22889:
22890: * src/: classes/file.C, classes/root.C, classes/string.C,
22891: classes/table.C, main/pa_request.C: junction to code&expression
22892: in errors
22893:
22894: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22895: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22896: $LOCALE:ctype[Russian_Russia.1251]
22897:
22898: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22899: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22900: main/pa_table.C: hash now not thread-safe.
22901:
22902: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22903: main/untaint.C: z
22904:
22905: * src/: classes/random.C, classes/root.C, classes/table.C,
22906: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22907: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22908: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22909: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22910:
22911: * src/: classes/table.C, include/pa_sql_connection.h,
22912: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22913:
22914: * src/classes/table.C: select * from hren error contains statement
22915:
22916: * src/: classes/table.C, include/pa_sql_connection.h,
22917: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22918: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22919:
22920: * src/: classes/root.C, include/pa_sql_connection.h,
22921: include/pa_sql_driver.h, main/main.dsp,
22922: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22923: services for conv memory & error reporting
22924:
22925: 2001-04-04 paf
22926:
22927: * src/doc/doxygen.cfg: z
22928:
22929: * src/include/pa_sql_driver.h: mysql connect
22930:
22931: * src/include/pa_sql_driver.h: mysql info
22932:
22933: * src/: classes/root.C, include/pa_sql_driver.h,
22934: include/pa_sql_driver_manager.h, main/main.dsp,
22935: main/pa_sql_driver_manager.C: more manager&connection&driver
22936:
22937: * src/sql/Makefile.am: forgot to add mysql client
22938:
22939: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22940: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22941: [forgot to add libltdl, added]
22942:
22943: * src/: Makefile.am, classes/root.C, classes/string.C,
22944: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22945: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22946: include/pa_string.h, include/pa_table.h, main/main.dsp,
22947: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22948: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22949: -1000 just compiled
22950:
22951: * src/: classes/random.C, classes/root.C, classes/table.C,
22952: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22953: main/pa_request.C, types/pa_vclass.h: sql frame -10
22954:
22955: 2001-04-03 paf
22956:
22957: * src/types/pa_vform.C: z
22958:
22959: * src/: classes/string.C, types/pa_vform.C: string:match replace
22960: assigned lang
22961:
22962: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22963: {}[]< empty []
22964:
22965: * src/: classes/file.C, classes/string.C, classes/table.C,
22966: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22967: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22968:
22969: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22970: string:match replace strange matches
22971:
22972: * src/classes/string.C: string:match replace 0
22973:
22974: * src/: classes/string.C, main/pa_string.C: string:match replace
22975: prepared 2
22976:
22977: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22978: string:match replace prepared
22979:
22980: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22981: string:match replace -11
22982:
22983: * src/: classes/string.C, include/pa_globals.h,
22984: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22985: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22986:
22987: * src/: classes/string.C, include/pa_globals.h,
22988: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22989: main/pa_string.C: string:match [search] -1 just compiled
22990:
22991: * src/types/pa_vstring.C: z
22992:
22993: * src/: classes/double.C, classes/file.C, classes/form.C,
22994: classes/int.C, classes/response.C, classes/root.C,
22995: classes/string.C, classes/table.C, include/pa_string.h,
22996: main/pa_string.C: string:match -10 [frame]
22997:
22998: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22999: main/pa_request.C: z
23000:
23001: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23002: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23003: todo/tests
23004:
23005: * src/include/pa_common.h: z
23006:
23007: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23008: main/pa_request.C, targets/cgi/parser3.C,
23009: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23010: content-disposition
23011:
23012: * src/: include/pa_common.h, include/pa_globals.h,
23013: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23014: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23015:
23016: * src/: include/pa_common.h, include/pa_request.h,
23017: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23018: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23019: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23020: response:body
23021:
23022: * src/classes/table.C: table:append now uses string::split
23023:
23024: * src/classes/table.C: z
23025:
23026: * src/: classes/file.C, classes/root.C, classes/string.C,
23027: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23028: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23029: include/pa_string.h, main/execute.C, main/pa_string.C,
23030: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23031: string::pos & cmp & piece bugs fixed. string::split new
23032: table:load separated from set table:set implemented with clean \n
23033: \t searches
23034:
23035: 2001-04-02 paf
23036:
23037: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23038: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23039: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23040: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23041: it in table:set/load
23042:
23043: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23044: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23045:
23046: * src/classes/random.C: random:generate 1
23047:
23048: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23049: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23050: types/pa_value.h: random:generate
23051:
23052: 2001-03-30 paf
23053:
23054: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23055: todo: table flip and append. string::pos
23056:
23057: * src/: classes/double.C, classes/file.C, classes/int.C,
23058: classes/response.C, classes/root.C, classes/string.C,
23059: classes/table.C, main/compile.y, main/execute.C,
23060: types/pa_value.h, types/pa_vstateless_class.C,
23061: types/pa_vstateless_class.h: static|dynamic|any method
23062: registration
23063:
23064: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23065: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23066: table:flip
23067:
23068: 2001-03-29 paf
23069:
23070: * src/classes/string.C: string:xsplit forgot that they must result
23071: in 1 row N column [not vice versa]
23072:
23073: * src/classes/string.C: z
23074:
23075: * src/classes/string.C: string: rsplit
23076:
23077: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23078: string: lsplit
23079:
23080: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23081: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23082: lsplit -1
23083:
23084: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23085: string: pos
23086:
23087: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23088: string: pos -1
23089:
23090: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23091: main/compile.y, main/pa_request.C, main/pa_string.C,
23092: main/untaint.C: string: left right mid
23093:
23094: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23095: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23096: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23097: and [;] are different now.
23098:
23099: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23100: main/untaint.C: pool.request undone
23101:
23102: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23103: main/untaint.C: pool.request
23104:
23105: 2001-03-28 paf
23106:
23107: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23108: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23109: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23110: $request:browser [.type .version]; unknown.get_double now = 0.
23111:
23112: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23113: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23114: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23115: types/pa_vform.C: file:load autodetection of mime-type by
23116: user-file-name
23117:
23118: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23119: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23120: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23121:
23122: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23123: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23124: write. must be self.set
23125:
23126: * src/: classes/file.C, classes/root.C, classes/table.C,
23127: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23128:
23129: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23130: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23131: types/pa_vtable.h: table:locate just compiled
23132:
23133: 2001-03-27 paf
23134:
23135: * src/main/: execute.C, pa_common.C: fixed r/w context of
23136: code-params2, fixed ntfs hardlink slow dir update
23137:
23138: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23139: types/pa_wcontext.h: fixed r/w context of code-params
23140:
23141: * src/: classes/table.C, main/execute.C: about to change junction
23142: rcontext!!
23143:
23144: * src/: classes/double.C, classes/int.C, classes/root.C,
23145: classes/string.C, classes/table.C, main/compile_tools.C,
23146: main/execute.C, main/pa_request.C, main/untaint.C,
23147: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23148: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23149: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23150: types/pa_vunknown.h: sort 0
23151:
23152: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23153: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23154: renamed to are_static_calls_disabled
23155:
23156: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23157: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23158: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23159: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23160:
23161: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23162:
23163: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23164: started table:sort fixed minor bug in #...^{
23165:
23166: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23167: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23168: decided to have as it were. stepped back. grammar: added 'in'
23169: 'is' 'lt'&co follow-space check
23170:
23171: 2001-03-26 paf
23172:
23173: * src/: classes/file.C, classes/root.C, classes/table.C,
23174: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23175: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23176: main/pa_table.C: moved ::save to pa_table. disabled @auto
23177: invocation in ^process
23178:
23179: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23180:
23181: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23182: main/pa_array.C: table:record
23183:
23184: * src/: main/untaint.C, targets/cgi/parser3.C,
23185: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23186: targets/isapi/pool_storage.h, types/pa_valiased.h,
23187: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23188: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23189: types/pa_vtable.h: z
23190:
23191: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23192: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23193: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23194: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23195: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23196: method realisations on 'self' validity - they now can simply
23197: assume that 'self' is V{Proper} .
23198:
23199: 2001-03-25 paf
23200:
23201: * src/main/untaint.C: z
23202:
23203: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23204: lowlevel - it initialization could be skipped if failed in @auto.
23205: so that exception report would use some table
23206:
23207: * src/main/pa_request.C: table empty lines ignored. system-default
23208: content type assigned in output:result [can fail in main:auto and
23209: skipped normal defaults extraction]
23210:
23211: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23212: bug
23213:
23214: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23215: processing to table [except preliminary \r\n \r \n replacements
23216: to "\n"]
23217:
23218: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23219: move all the processing to table
23220:
23221: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23222: main/pa_table.C, main/untaint.C: returned table originating.
23223: useful for reporting typo table problems origin. think would be
23224: useful somewhere else
23225:
23226: * src/main/untaint.C: typo \r \r\n \n properly handled
23227:
23228: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23229: include/pa_table.h, main/compile.y, main/compile_tools.C,
23230: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23231: main/pa_string.C, main/pa_table.C, main/untaint.C,
23232: types/pa_vcookie.h: typo & typo-default
23233:
23234: 2001-03-24 paf
23235:
23236: * src/main/pa_common.C: z
23237:
23238: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23239: targets/cgi/parser3.C: html-typo 2
23240:
23241: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23242: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23243: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23244: main/execute.C, main/pa_array.C, main/pa_globals.C,
23245: main/pa_request.C, main/pa_string.C, main/untaint.C,
23246: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23247: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23248: noticed double default content-type prob. run cgi.cmd tomorrow
23249: first html-typo sample. detected << problem: they become ltlt too
23250: fast
23251:
23252: * src/main/compile.y: z
23253:
23254: * src/main/: compile.y, compile_tools.h: #comment
23255:
23256: * src/: classes/file.C, classes/root.C, classes/table.C,
23257: include/pa_common.h, include/pa_request.h, main/compile.y,
23258: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23259: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23260: stringified
23261:
23262: * src/types/pa_valiased.C: decided to String-ify file_read
23263:
23264: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23265: isapi/parser3isapi.dsp: cgi: sapi::log
23266:
23267: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23268: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23269: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23270: error log experiments failed - cgi under iis got no access to
23271: log. registereventsource simply failed with 5(illegal call) code,
23272: while worked OK as standalone executable. isapi: used
23273: HSE_APPEND_LOG_PARAMETER feature
23274:
23275: * src/: include/pa_common.h, include/pa_globals.h,
23276: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23277: targets/isapi/parser3isapi.C: fixed default content-type
23278: allocation storage
23279:
23280: * src/: include/pa_globals.h, include/pa_request.h,
23281: main/pa_globals.C, main/pa_request.C: z
23282:
23283: * src/: include/pa_array.h, include/pa_hash.h,
23284: include/pa_request.h, main/compile.y, main/pa_array.C,
23285: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23286: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23287: content-type
23288:
23289: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23290: sanity
23291:
23292: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23293: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23294: away freeze mech. no danger now for you can't do
23295: ^request:process[@new-method[] body] trick anymore. still
23296: remains $some_instance.process[@new-method[] possibility] but
23297: would leave it as a feature. see index for sample
23298:
23299: * src/: include/pa_common.h, main/pa_common.C,
23300: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23301: monkey every target
23302:
23303: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23304: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23305: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23306:
23307: 2001-03-23 paf
23308:
23309: * src/: include/pa_pool.h, main/pa_request.C,
23310: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23311: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23312: targets/isapi/pool_storage.h: isapi: dumb pool storage
23313:
23314: * src/targets/isapi/pa_pool.C: decided to continue with extension
23315:
23316: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23317: it would be better to rewrite as filter then to deal with pool
23318:
23319: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23320: now like in cgi, not from APPL_PHYSICAL_PATH
23321:
23322: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23323: include/pa_config_fixed.h, include/pa_config_includes.h,
23324: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23325: include/pa_version.h, main/compile.y, main/execute.C,
23326: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23327: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23328: main/untaint.C, targets/cgi/parser3.C,
23329: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23330: cgi: reinvent document_root and request_uri under iis. autoconf
23331: updated. introducing ap_config_includes
23332:
23333: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23334:
23335: * src/targets/cgi/parser3.C: cgi: only one pool now
23336:
23337: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23338: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23339: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23340: types/pa_venv.h, types/pa_vform.C: sapi made object
23341:
23342: * src/: include/pa_globals.h, main/pa_request.C,
23343: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23344: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23345: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23346:
23347: * src/: main/pa_request.C, targets/cgi/parser3.C,
23348: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23349: isapi minor env beauty
23350:
23351: * src/: main/pa_request.C, targets/cgi/parser3.C,
23352: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23353: isapi document_root 0
23354:
23355: 2001-03-22 paf
23356:
23357: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23358:
23359: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23360: isapi/parser3isapi.C: z
23361:
23362: * src/: include/pa_pool.h, main/pa_request.C,
23363: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23364:
23365: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23366: kill.pl: isapi added utils
23367:
23368: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23369: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23370: types/pa_vform.C: isapi 0
23371:
23372: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23373: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23374: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23375: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23376: started isapi
23377:
23378: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23379: some comments
23380:
23381: * src/: include/pa_globals.h, include/pa_request.h,
23382: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23383: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23384: parser_root_auto_path parser_site_auto_path
23385:
23386: * src/types/pa_vcookie.C: cookie attr decoded
23387:
23388: 2001-03-21 paf
23389:
23390: * src/targets/cgi/parser3.C: z
23391:
23392: * src/include/pa_globals.h: post. todo: config of auto.p path
23393:
23394: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23395: types/pa_venv.h: in cookie & env. todo:post
23396:
23397: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23398: classes/root.C, classes/table.C, include/pa_array.h,
23399: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23400: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23401: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23402: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23403: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23404: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23405: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23406: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23407: shifted apache branch on main trunc
23408:
23409: * src/: include/pa_common.h, include/pa_globals.h,
23410: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23411: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23412: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23413: starting mod_parser3
23414:
23415: * src/targets/cgi/parser3.C: starting mod_parser3
23416:
23417: 2001-03-20 paf
23418:
23419: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23420: targets/cgi/parser3.C: automake compiled and works. todo:make
23421: win32 ifdefs work and add ifdef unistd
23422:
23423: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23424: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23425: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23426: z
23427:
23428: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23429: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23430: locking
23431:
23432: * src/: classes/Makefile.am, types/Makefile.am: z
23433:
23434: * src/: Makefile.am, classes/file.C, classes/root.C,
23435: classes/table.C, include/pa_array.h, include/pa_request.h,
23436: include/pa_string.h, main/Makefile.am, main/execute.C,
23437: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23438: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23439: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23440: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23441:
23442: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23443: main/pa_request.C, types/pa_vfile.h: ^table:save
23444:
23445: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23446: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23447: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23448: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23449: types/pa_vform.h: z
23450:
23451: * src/include/pa_string.h: z
23452:
23453: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23454: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23455: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23456: :Value
23457:
23458: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23459: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23460: :VStateless_object
23461:
23462: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23463: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23464: :VStateless_object
23465:
23466: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23467: types/pa_valiased.C, types/pa_vform.h: commented VForm
23468:
23469: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23470: types/pa_valiased.h, types/pa_value.h,
23471: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23472: types/pa_vstateless_object.h: moved common get_element part from
23473: stateless object&class into VAliased
23474:
23475: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23476: classes/table.C, main/execute.C, main/main.dsp,
23477: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23478: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23479: now :Value
23480:
23481: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23482: main/execute.C, main/main.dsp, main/pa_globals.C,
23483: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23484:
23485: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23486: doxx
23487:
23488: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23489: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23490: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23491: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23492: and ^file:save
23493:
23494: 2001-03-19 paf
23495:
23496: * src/types/pa_vfile.C: z
23497:
23498: * src/: classes/file.C, classes/request.C, classes/table.C,
23499: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23500: main/pa_request.C, main/untaint.C, types/pa_value.h,
23501: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23502:
23503: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23504: include/pa_string.h, include/pa_table.h, main/main.dsp,
23505: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23506: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23507: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23508: classes/_file.h, classes/file.C, types/pa_vfile.C,
23509: types/pa_vfile.h: file class just compiled
23510:
23511: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23512: include/pa_table.h, include/pa_types.h, main/execute.C,
23513: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23514: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23515: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23516:
23517: * src/include/pa_pool.h: z
23518:
23519: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23520: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23521: Hash::Value to Val so to doxygen would finlly stop confusing
23522: those Value-s
23523:
23524: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23525: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23526: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23527: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23528: include/pa_types.h, main/compile.C, main/compile.y,
23529: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23530: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23531: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23532: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23533: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23534:
23535: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23536: derivates somehow unlinked. don't know why yet
23537:
23538: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23539: include/pa_string.h, include/pa_threads.h, main/compile.C,
23540: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23541: main/execute.C, main/pa_array.C, main/pa_common.C,
23542: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23543: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23544: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23545:
23546: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23547: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23548: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23549: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23550: types/pa_vrequest.h: doc: detected Value derivates prob
23551:
23552: * src/include/pa_globals.h: z
23553:
23554: * src/: classes/_request.h, classes/request.C, include/code.h,
23555: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23556: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23557: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23558: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23559: main/execute.C, main/pa_pool.C, main/pa_request.C,
23560: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23561: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23562:
23563: 2001-03-18 paf
23564:
23565: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23566: cookie: allowed access to hash-assigned
23567:
23568: * src/targets/cgi/parser3.C: z
23569:
23570: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23571: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23572: include/pa_types.h, main/main.dsp, main/pa_common.C,
23573: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23574: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23575: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23576: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23577: types/pa_vunknown.h: cookie class
23578:
23579: * src/main/pa_request.C: zero length output allowed
23580:
23581: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23582: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23583:
23584: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23585: lang switch
23586:
23587: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23588: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23589: types/pa_value.h, types/pa_vhash.h:
23590: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23591:
23592: * src/main/execute.C: z
23593:
23594: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23595: targets/cgi/parser3.C: taint[uri
23596:
23597: * src/: classes/request.C, classes/response.C, classes/root.C,
23598: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23599: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23600: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23601:
23602: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23603: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23604: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23605: types/pa_vstateless_class.C: convinient string(pool, char *src,
23606: bool tainted) ctor
23607:
23608: * src/: include/pa_hash.h, include/pa_request.h,
23609: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23610: main/pa_request.C, main/pa_string.C, main/untaint.C,
23611: targets/cgi/parser3.C: proper @exceptions params tainting
23612:
23613: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23614: response fields to header
23615:
23616: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23617: z
23618:
23619: * src/: classes/_response.h, classes/response.C,
23620: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23621: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23622: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23623: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23624: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23625: $response: 0 request::core exception rethrow
23626:
23627: 2001-03-16 paf
23628:
23629: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23630: types/pa_vrequest.h: native method' class call with less params
23631: then needed error reporting
23632:
23633: * src/: classes/_request.h, classes/request.C,
23634: include/pa_globals.h, include/pa_request.h, main/execute.C,
23635: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23636: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23637: types/pa_vrequest.h: $request : query :uri
23638:
23639: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23640: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23641: types/pa_wcontext.h: $result
23642:
23643: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23644:
23645: * src/: classes/double.C, include/code.h, main/compile.y,
23646: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23647: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23648:
23649: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23650: main/compile.y, main/execute.C, types/pa_value.h,
23651: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23652: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23653: wcontext conflict
23654:
23655: * src/: main/execute.C, types/pa_value.h,
23656: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23657: $string.field
23658:
23659: 2001-03-15 paf
23660:
23661: * src/main/pa_request.C: news sample
23662:
23663: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23664: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23665:
23666: * src/main/: compile.y, execute.C: z
23667:
23668: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23669: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23670: pre pre works
23671:
23672: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23673: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23674: fillfields just compiled
23675:
23676: 2001-03-14 paf
23677:
23678: * src/: include/pa_request.h, main/pa_request.C,
23679: targets/cgi/parser3.C: z
23680:
23681: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23682: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23683: types/pa_vstring.h: limits -1
23684:
23685: * src/: include/pa_globals.h, include/pa_request.h,
23686: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23687: main/pa_request.C, targets/cgi/parser3.C,
23688: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23689: request_info -1
23690:
23691: * src/: include/pa_globals.h, main/pa_globals.C,
23692: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23693: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23694: vform_fields_fill
23695:
23696: * src/targets/cgi/parser3.C: # if MSVC
23697:
23698: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23699: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23700:
23701: * src/targets/cgi/parser3.C: z
23702:
23703: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23704: include/pa_string.h, include/pa_types.h, main/compile.y,
23705: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23706: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23707: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23708: types/pa_vunknown.h: global handler, exceptions in parser3
23709:
23710: 2001-03-13 paf
23711:
23712: * src/: classes/form.C, main/compile.y, main/core.C,
23713: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23714: types/pa_vform.h, types/pa_vstateless_class.C,
23715: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23716: instead
23717:
23718: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23719: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23720: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23721: started cgi target
23722:
23723: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23724: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23725: before error show with parser
23726:
23727: * src/: classes/_form.h, classes/form.C, include/core.h,
23728: include/pa_request.h, main/core.C, main/pa_request.C,
23729: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23730:
23731: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23732:
23733: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23734: parser3.C: renamed targets/ parser to cgi
23735:
23736: * src/: classes/double.C, classes/env.C, classes/int.C,
23737: classes/root.C, classes/string.C, classes/table.C,
23738: include/pa_request.h, types/pa_vhash.h: z
23739:
23740: * src/: classes/_env.h, classes/env.C, classes/root.C,
23741: include/core.h, include/pa_pool.h, include/pa_request.h,
23742: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23743: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23744: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23745: [historical moment :)]
23746:
23747: * src/: include/code.h, include/pa_string.h, main/compile.y,
23748: main/execute.C, main/pa_string.C: 'value is type' expr operator
23749:
23750: * src/types/pa_venv.h: $ENV 1
23751:
23752: * src/main/execute.C: z
23753:
23754: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23755: future methods of ENV constructor if
23756:
23757: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23758: class
23759:
23760: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23761: classes/_root.h, classes/_string.h, classes/_table.h,
23762: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23763: classes/string.C, classes/table.C, include/pa_request.h,
23764: main/compile.C, main/compile_tools.h, main/core.C,
23765: main/execute.C, main/main.dsp, main/pa_request.C,
23766: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23767: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23768: types/pa_vobject.h, types/pa_vstateless_class.C,
23769: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23770: types/pa_wcontext.h: $ENV: re 0, stateless classes
23771:
23772: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23773: classes/_root.h, classes/_string.h, classes/_table.h,
23774: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23775: classes/string.C, classes/table.C, include/pa_request.h,
23776: main/compile.C, main/compile_tools.h, main/core.C,
23777: main/execute.C, main/main.dsp, main/pa_request.C,
23778: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23779: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23780: types/pa_vobject.h, types/pa_vstateless_class.C,
23781: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23782: types/pa_wcontext.h: $ENV: re 0, stateless classes
23783:
23784: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23785: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23786: yesterdays bad decision on execute_static_method
23787:
23788: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23789:
23790: * src/: classes/double.C, classes/int.C, classes/root.C,
23791: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23792:
23793: * src/main/pa_request.C: z
23794:
23795: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23796: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23797:
23798: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23799: include/pa_pool.h, main/pa_request.C:
23800: restructure_exceptions_dead_end
23801:
23802: * src/: classes/root.C, main/compile.y: ^if required junctions.
23803: allowed ; inside {} to break params
23804:
23805: * src/classes/root.C: ^eval
23806:
23807: * src/: classes/_string.h, classes/double.C, classes/int.C,
23808: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23809: string ^format
23810:
23811: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23812: 'bad' but not 'enough'
23813:
23814: * src/: classes/double.C, classes/root.C, classes/table.C,
23815: include/pa_common.h, include/pa_types.h, main/compile.y,
23816: main/pa_common.C, main/pa_request.C, main/untaint.C,
23817: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23818: types/pa_wwrapper.h: think constructing flag as is is bad
23819:
23820: * src/: classes/double.C, classes/int.C, classes/root.C,
23821: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23822: types/pa_vint.h: ^for
23823:
23824: 2001-03-12 paf
23825:
23826: * src/classes/table.C: table ^empty
23827:
23828: * src/: classes/table.C, include/pa_table.h: table ^menu
23829:
23830: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23831: ^offset ^line ^count
23832:
23833: * src/classes/root.C: ^round() ^floor() ^ceiling()
23834: ^abs() ^sign()
23835:
23836: * src/classes/: root.C, table.C: ^use
23837:
23838: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23839: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23840: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23841: ^while. switched off wcontext.constructing after write(value) or
23842: auto-vhash-constructing
23843:
23844: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23845: main/pa_request.C: fail_if_junction_ helper func
23846:
23847: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23848: include/pa_request.h, main/execute.C, main/main.dsp,
23849: main/pa_common.C, main/pa_request.C: ^process error point by
23850: actual method_name, not source. ^load
23851:
23852: * src/types/pa_vtable.h: table: no, better with string in cells...
23853:
23854: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23855: classes/_table.h, classes/table.C, main/untaint.C: z
23856:
23857: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23858: include/pa_table.h, main/core.C, main/execute.C,
23859: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23860: types/pa_value.h: table:set 0
23861:
23862: * src/: classes/root.C, include/core.h, include/pa_array.h,
23863: include/pa_request.h, include/pa_table.h, main/core.C,
23864: main/main.dsp, main/pa_request.C, main/pa_table.C,
23865: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23866: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23867: types/pa_vstring.h: freeze, ^table:create[] -1
23868:
23869: * src/: classes/root.C, types/pa_value.h: z
23870:
23871: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23872: get_method in couple places optimizing them
23873:
23874: * src/classes/root.C: z
23875:
23876: * src/: classes/root.C, types/pa_vclass.h: process temp main
23877: zeroing
23878:
23879: * src/: classes/double.C, classes/int.C, classes/root.C,
23880: classes/string.C, include/pa_common.h, include/pa_request.h,
23881: include/pa_string.h, include/pa_types.h, main/compile.C,
23882: main/compile.y, main/compile_tools.h, main/execute.C,
23883: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23884: types/pa_vmframe.h: ^process. actual names to store param and
23885: check_actual_numbered_params for better place diagnostics
23886:
23887: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23888: method-junctions bug fixed
23889:
23890: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23891: pa_vstateless_object.h, pa_vstring.h: stateless_object
23892:
23893: 2001-03-11 paf
23894:
23895: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23896: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23897: VDouble VInt base now VObject_base - without fields
23898:
23899: * src/: classes/root.C, include/core.h, main/core.C: z
23900:
23901: * src/: classes/double.C, classes/int.C, classes/root.C,
23902: classes/string.C, include/core.h, include/pa_hash.h,
23903: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23904: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23905:
23906: * src/: classes/double.C, classes/int.C, classes/root.C,
23907: include/pa_request.h, main/execute.C: intercept_string
23908:
23909: * src/: classes/double.C, classes/int.C, classes/root.C,
23910: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23911:
23912: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23913: ^inc-s(expr)
23914:
23915: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23916: classes/_root.h, classes/_string.h, classes/double.C,
23917: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23918: include/code.h, include/core.h, include/pa_array.h,
23919: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23920: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23921: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23922: include/pa_types.h, main/compile.C, main/compile.y,
23923: main/compile_tools.C, main/compile_tools.h, main/core.C,
23924: main/execute.C, main/pa_array.C, main/pa_common.C,
23925: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23926: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23927: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23928: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23929: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23930: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23931: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23932: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23933:
23934: * src/: main/pa_request.C, types/pa_vhash.h: z
23935:
23936: * src/: include/core.h, include/pa_request.h, main/core.C,
23937: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23938:
23939: * src/: include/pa_valiased.h, include/pa_value.h,
23940: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23941: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23942: include/pa_vjunction.h, include/pa_vmframe.h,
23943: include/pa_vobject.h, include/pa_vstring.h,
23944: include/pa_vunknown.h, include/pa_wcontext.h,
23945: include/pa_wwrapper.h, main/compile.y, main/core.C,
23946: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23947: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23948: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23949: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23950: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23951: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23952: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23953: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23954: include/
23955:
23956: 2001-03-10 paf
23957:
23958: * src/: include/core.h, include/pa_request.h, main/core.C,
23959: main/pa_request.C: run+auto=run
23960:
23961: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23962:
23963: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23964: classes/_root.h, classes/_string.h, classes/double.C,
23965: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23966: include/code.h, include/core.h, include/pa_array.h,
23967: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23968: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23969: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23970: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23971: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23972: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23973: include/pa_vjunction.h, include/pa_vmframe.h,
23974: include/pa_vobject.h, include/pa_vstring.h,
23975: include/pa_vunknown.h, include/pa_wcontext.h,
23976: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23977: main/compile_tools.C, main/compile_tools.h, main/core.C,
23978: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23979: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23980: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23981: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23982: main/pa_wcontext.C: sources header
23983:
23984: * src/main/pa_request.C: auto..
23985:
23986: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23987: main/pa_request.C: auto tree0
23988:
23989: * src/: include/core.h, include/pa_request.h, main/compile.y,
23990: main/core.C, main/pa_request.C: names to core.C
23991:
23992: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23993: include/pa_request.h, main/core.C, main/execute.C,
23994: main/pa_common.C, main/pa_request.C: root auto.p loaded
23995:
23996: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23997: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23998: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23999: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24000:
24001: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24002: @auto[] realised. auto.p scan togo
24003:
24004: * src/: include/pa_request.h, main/execute.C: autocalc
24005: code-junctions result now have names
24006:
24007: * src/: classes/double.C, classes/int.C, classes/root.C,
24008: classes/string.C, include/pa_request.h, include/pa_string.h,
24009: include/pa_wcontext.h, main/compile.y, main/execute.C,
24010: main/pa_string.C, main/pa_wcontext.C: tainting 0
24011:
24012: * src/classes/env.C: env:file/line
24013:
24014: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24015: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24016: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24017: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24018: main/compile_tools.C, main/compile_tools.h, main/core.C,
24019: main/execute.C, main/main.dsp, main/pa_cframe.C,
24020: main/pa_request.C, main/pa_wcontext.C: const fight finished
24021:
24022: * src/include/pa_vclass.h: const fight to go
24023:
24024: * src/: classes/_env.h, classes/env.C, classes/root.C,
24025: include/pa_request.h, include/pa_vclass.h, main/core.C,
24026: main/main.dsp: env0
24027:
24028: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24029: classes/_string.h, classes/double.C, classes/int.C,
24030: classes/root.C, classes/string.C, include/pa_request.h,
24031: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24032: include/pa_wcontext.h, main/core.C, main/main.dsp,
24033: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24034: main/pa_wcontext.C: ^lang prepare0
24035:
24036: 2001-03-09 paf
24037:
24038: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24039: construct proper naming
24040:
24041: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24042: classes/double.C, classes/int.C, classes/root.C,
24043: classes/string.C, include/code.h, include/pa_value.h,
24044: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24045: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24046: main/compile.y, main/compile_tools.C, main/core.C,
24047: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24048: and ^double[]. fixed expr type
24049:
24050: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24051: ^string.length[]
24052:
24053: 2001-03-08 paf
24054:
24055: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24056:
24057: * src/: include/pa_vclass.h, include/pa_vstring.h,
24058: include/pa_wcontext.h, main/compile.y, main/core.C,
24059: main/execute.C, main/main.dsp: dead end: vstring can't be
24060: derivated from vobject
24061:
24062: * src/: include/pa_vclass.h, include/pa_vhash.h,
24063: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24064:
24065: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24066: remained clone conseqs
24067:
24068: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24069:
24070: * src/main/pa_vclass.C: wow! vclass were out of vcs
24071:
24072: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24073: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24074: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24075: include/pa_vobject.h, include/pa_vstring.h,
24076: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24077: main/execute.C: withoud cloning. didn't need it actually, params
24078: got passed from out unnamed ewpool
24079:
24080: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24081: include/pa_vjunction.h, include/pa_vobject.h,
24082: include/pa_vunknown.h, main/compile.y: cloning dead end
24083:
24084: * src/: include/pa_bool.h, include/pa_double.h,
24085: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24086: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24087: include/pa_vjunction.h, include/pa_vmframe.h,
24088: include/pa_vobject.h, include/pa_vstring.h,
24089: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24090: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24091: to give params proper names
24092:
24093: * src/main/pa_wcontext.C: z
24094:
24095: * src/: include/pa_vmframe.h, main/execute.C: added names to
24096: unknown values in get_element and unfilled params. removed wrong
24097: name change in get_element
24098:
24099: * src/main/execute.C: z
24100:
24101: * src/main/execute.C: fixed problems calling operators in
24102: constructors
24103:
24104: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24105: detected problems calling operators in constructors
24106:
24107: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24108: autocalc def to string
24109:
24110: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24111: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24112:
24113: * src/classes/root.C: added root.c
24114:
24115: * src/: include/pa_request.h, include/pa_value.h,
24116: include/pa_vcframe.h, include/pa_vmframe.h,
24117: include/pa_wcontext.h, main/compile.C, main/compile.y,
24118: main/core.C, main/execute.C, main/pa_cframe.C,
24119: main/pa_wcontext.C: 'if' just compiled
24120:
24121: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24122: include/pa_vjunction.h, include/pa_vmframe.h,
24123: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24124: main/pa_wcontext.C: z
24125:
24126: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24127: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24128: with parameter names in operator methods
24129:
24130: * src/main/compile.y: minor renamings in .y
24131:
24132: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24133: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24134: @BASE. changed 'RUN' assignment mech
24135:
24136: * src/main/execute.C: z
24137:
24138: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24139: main/compile_tools.h, main/execute.C: made class: dynamic, not
24140: static. so to enable runtime ^use
24141:
24142: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24143:
24144: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24145: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24146:
24147: * src/main/execute.C: root root in code-junction
24148:
24149: 2001-03-07 paf
24150:
24151: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24152: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24153:
24154: * src/: include/pa_stack.h, include/pa_value.h,
24155: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24156: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24157: fixed rwcontext of {} params up
24158:
24159: * src/main/: compile.y, compile_tools.h: ^func(params)
24160:
24161: * src/main/compile.y: .y priorities syntax shaped up a bit
24162:
24163: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24164: include/pa_vunknown.h, main/compile.y, main/execute.C,
24165: main/pa_hash.C: expr def in -f
24166:
24167: * src/main/: compile.y, execute.C: expr calls
24168:
24169: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24170: fixed
24171:
24172: * src/main/compile.y: expr quoted code
24173:
24174: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24175: support0
24176:
24177: * src/main/compile.y: expr string comparisons 0
24178:
24179: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24180: main/pa_string.C: just compiled lt&co
24181:
24182: * src/main/execute.C: ^var.menu{$field} problem detected. that
24183: $field not a $var.field
24184:
24185: 2001-03-06 paf
24186:
24187: * src/main/compile.y: .y expr visible-shorter
24188:
24189: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24190: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24191: logical
24192:
24193: * src/: include/pa_vstring.h, main/compile.y: problems with
24194: skipping whitespace in yylex
24195:
24196: * src/include/pa_vbool.h: forgot this
24197:
24198: * src/: include/code.h, main/compile.y, main/execute.C: without
24199: string ops in expressions 0
24200:
24201: * src/: include/pa_value.h, include/pa_vdouble.h,
24202: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24203: main/execute.C, main/main.dsp: !~
24204:
24205: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24206: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24207: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24208: include/pa_vunknown.h, include/pa_wcontext.h,
24209: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24210: main/compile_tools.h, main/execute.C: +-*/
24211:
24212: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24213: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24214:
24215: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24216: main/execute.C: expr grammar-1 2*2=4.000000 :)
24217:
24218: * src/main/compile.y: expr grammar-1
24219:
24220: * src/main/compile.y: expr lexx1
24221:
24222: * src/main/: compile.y, execute.C, main.dsp: z
24223:
24224: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24225: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24226: main/execute.C: expr lex0 exec-1
24227:
24228: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24229:
24230: 2001-02-26 paf
24231:
24232: * src/main/compile.y: max_string in yyerror bug fix
24233:
24234: 2001-02-25 paf
24235:
24236: * src/: include/pa_value.h, include/pa_vmframe.h,
24237: include/pa_wcontext.h, main/execute.C: VAliased3
24238:
24239: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24240:
24241: * src/main/execute.C: VAliased1
24242:
24243: * src/: include/pa_request.h, include/pa_value.h,
24244: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24245: VAliased0
24246:
24247: * src/: include/pa_pool.h, include/pa_request.h,
24248: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24249: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24250: VAliased just compiled
24251:
24252: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24253: include/pa_vobject.h, main/execute.C: alias dead end
24254:
24255: * src/: include/pa_value.h, include/pa_vclass.h,
24256: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24257: main/main.dsp: no not get fields into interm VFielded class.
24258: fields & staticfields 1
24259:
24260: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24261: include/pa_vobject.h, include/pa_wcontext.h,
24262: include/pa_wwrapper.h, main/core.C, main/execute.C,
24263: main/main.dsp: would now get fields into interm VFielded class
24264:
24265: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24266: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24267: include/pa_wcontext.h, main/compile.y, main/core.C,
24268: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24269: main/pa_wcontext.C: virtuals2
24270:
24271: * src/main/compile.y: : 1
24272:
24273: * src/main/compile.y: rethought to $class:static.field.subfield
24274:
24275: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24276: $class:element
24277:
24278: * src/: include/pa_value.h, include/pa_vmframe.h,
24279: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24280: main/pa_wcontext.C: before execute class calls rewrite
24281:
24282: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24283: name RUN, also alias
24284:
24285: * src/main/compile.y: escaping bug
24286:
24287: * src/: include/pa_request.h, include/pa_value.h,
24288: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24289: main/core.C, main/execute.C, main/pa_common.C: vobject1
24290:
24291: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24292: include/pa_vmframe.h, include/pa_vobject.h,
24293: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24294: main/compile_tools.h, main/execute.C: ^class:method() just
24295: compiled
24296:
24297: 2001-02-24 paf
24298:
24299: * src/main/main.dsp: no bison -d
24300:
24301: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24302: class' err msg wrong
24303:
24304: * src/main/compile.y: z
24305:
24306: * src/main/: compile.y, core.C: yylex need some @special lines adj
24307:
24308: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24309: main/compile.y, main/compile_tools.h, main/core.C: modules0
24310:
24311: * src/: include/pa_vclass.h, main/core.C: z
24312:
24313: * src/: include/pa_value.h, include/pa_vclass.h,
24314: include/pa_vobject.h, main/main.dsp: vobject00
24315:
24316: * src/main/pa_array.C: minor bug in expanding very small arrays.
24317: 60% from 1 were 0
24318:
24319: * src/: include/pa_value.h, include/pa_wcontext.h,
24320: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24321: as bad as you've named it: wcontext.value() was not a perfect
24322: idea
24323:
24324: * src/main/execute.C: codeframe1
24325:
24326: * src/: include/pa_value.h, include/pa_vcframe.h,
24327: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24328: include/pa_vjunction.h, include/pa_vmframe.h,
24329: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24330: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24331: just compiled
24332:
24333: * src/: include/pa_vframe.h, main/compile.y: found junction
24334: ideology @: ^x{$a()) must construct current wcontext element, so
24335: smart wcontext handling needed
24336:
24337: * src/main/compile.y: fixed grammar bugs in constructor/params
24338: klinch
24339:
24340: * src/main/: compile.y, execute.C: fixed empty constructor
24341: optimized empty case. failed on calls - produced empty string
24342: param
24343:
24344: * src/main/compile.y: fixed last \n macrotemplate strip bug
24345:
24346: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24347: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24348: main/compile_tools.C, main/compile_tools.h, main/core.C,
24349: main/execute.C: code junctions0. something wrong with last \n
24350: macrotemplate strip
24351:
24352: * src/: include/pa_value.h, main/compile.C, main/core.C,
24353: main/pa_value.C: minor error reporting format beautifyings
24354:
24355: * src/: include/pa_value.h, include/pa_vclass.h,
24356: include/pa_vframe.h, main/core.C, main/execute.C,
24357: main/pa_value.C: get_method RIP. junctions everywhere. call with
24358: junctions0
24359:
24360: 2001-02-23 paf
24361:
24362: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24363: pa_wwrapper.h: lara came, can't work, sorry :(
24364:
24365: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24366: junction
24367:
24368: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24369: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24370: main/execute.C, main/main.dsp, main/pa_value.C: call0
24371:
24372: * src/: include/pa_hash.h, include/pa_value.h,
24373: include/pa_wcontext.h, main/core.C, main/execute.C,
24374: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24375: done
24376:
24377: * src/include/pa_wcontext.h: z
24378:
24379: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24380: wrong grammar in complex constructor case
24381:
24382: * src/main/: compile.y, execute.C: empty constructor bug fixed
24383:
24384: * src/main/execute.C: with result rwpool
24385:
24386: * src/: include/pa_value.h, main/core.C, main/execute.C,
24387: main/main.dsp: value named
24388:
24389: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24390: strign 2 value in 2 places in execute
24391:
24392: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24393: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24394: wcontext.put_element when wcontext fvalue==0
24395:
24396: 2001-02-22 paf
24397:
24398: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24399: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24400: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24401:
24402: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24403: erroreos checkout
24404:
24405: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24406:
24407: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24408: main/compile_tools.h, main/pa_array.C: $self.get
24409:
24410: * src/main/: compile.C, compile.y, compile_tools.C: z
24411:
24412: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24413: bit. finished now.
24414:
24415: * src/main/compile.y: $: finished
24416:
24417: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24418:
24419: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24420: main/execute.C: OP_STRING better then some xxx _VALUE
24421:
24422: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24423: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24424: string to vstring it .y all
24425:
24426: * src/: include/pa_request.h, include/pa_stack.h,
24427: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24428: all
24429:
24430: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24431: precise parse error line:col
24432:
24433: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24434: main/pa_hash.C, main/pa_pool.C: TRY...
24435:
24436: * src/: include/pa_exception.h, include/pa_pool.h,
24437: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24438: main/compile.C, main/compile.y, main/compile_tools.C,
24439: main/core.C, main/pa_array.C, main/pa_exception.C,
24440: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24441: main/pa_table.C: removed exception from request
24442:
24443: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24444: some forgotten
24445:
24446: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24447: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24448: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24449: get/put simple vars to VClass works0
24450:
24451: * src/: include/pa_array.h, include/pa_wcontext.h,
24452: main/pa_string.C: in process, but found that exceptions are too
24453: global
24454:
24455: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24456: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24457: main/execute.C, main/pa_string.C: write_value write_string 0 it
24458: seems wcontext must write strings regardles of fvalue!=0
24459:
24460: 2001-02-21 paf
24461:
24462: * src/main/execute.C: tired :)
24463:
24464: * src/main/: compile.C, compile.y, execute.C: store0
24465:
24466: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24467: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24468: include/pa_wcontext.h, main/compile.C, main/compile.y,
24469: main/execute.C, main/main.dsp, main/pa_array.C,
24470: main/pa_request.C: get put -1 [just compiled]
24471:
24472: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24473: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24474: main/main.dsp, main/pa_request.C: request core methods0
24475:
24476: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24477: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24478: execute
24479:
24480: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24481: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24482: methods and one_big_piece. now compile returns array<method*>
24483:
24484: * src/main/compile.y: more straightforward yylex[end]
24485:
24486: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24487: string.operator==(char*)
24488:
24489: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24490: main/execute.C, main/pa_array.C: after array.const get wonders
24491:
24492: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24493: pa_string.h, pa_value.h: struck with const array.gets
24494:
24495: * src/main/: execute.C: z
24496:
24497: * src/main/: compile.y, execute.C: z
24498:
24499: * src/main/: compile.C, compile.y, compile_tools.h: error
24500: processing in eval & yyerror so it wouldn't cause memleaks.
24501:
24502: * src/main/: compile.C, compile.y: failed to add absolute precies
24503: parse error positions. leaving RIGHTMOST position as
24504: @file[line:col]
24505:
24506: * src/: include/compile.h, main/compile.C, main/compile.y,
24507: main/compile_tools.h: line numbers needed. would add them to .y
24508: now internally. externally it's not as precise as needed
24509:
24510: * src/: include/code.h, include/pa_types.h, main/compile.C,
24511: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24512: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24513: compiler works ok
24514:
24515: 2001-02-20 paf
24516:
24517: * src/main/: compile.C, compile.y, compile_tools.C,
24518: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24519: not perfect
24520:
24521: * src/: include/code.h, include/compile.h, include/execute.h,
24522: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24523: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24524: main/compile.C, main/compile.y, main/compile_tools.C,
24525: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24526: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24527: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24528: compiled. execute=dump for now
24529:
24530: * src/main/core.C: core rewrite using yacc investigations now will
24531: be compile[yacc]/execute[opcodes]
24532:
24533: 2001-02-15 paf
24534:
24535: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24536: rewrite as turing machine? for it seems it would be it's too many
24537: ifs with this syntax now
24538:
24539: 2001-02-14 paf
24540:
24541: * src/main/core.C: get_params 1
24542:
24543: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24544: :( ]
24545:
24546: * src/main/core.C: varios breaks
24547:
24548: * src/main/core.C: get names 3
24549:
24550: * src/main/core.C: get names 2
24551:
24552: * src/main/core.C: get names 1
24553:
24554: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24555: names 0
24556:
24557: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24558: text repassing2 operator static vars
24559:
24560: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24561: main/pa_string.C: process text repassing
24562:
24563: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24564: module:calls changes
24565:
24566: 2001-02-13 paf
24567:
24568: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24569: ^class:calls[] started
24570:
24571: * src/: include/pa_value.h, main/core.C: z
24572:
24573: * src/main/core.C: operators : and self. prefixes
24574:
24575: * src/main/core.C: z
24576:
24577: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24578: tested
24579:
24580: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24581: optimized
24582:
24583: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24584: would change privates to better support optimization
24585:
24586: * src/: include/pa_string.h, main/pa_string.C:
24587: String_iterator::skip_to todo:optimize
24588:
24589: 2001-02-12 paf
24590:
24591: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24592: String_iterator
24593:
24594: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24595: comments
24596:
24597: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24598: self/methodref joined
24599:
24600: 2001-02-11 paf
24601:
24602: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24603: main/main.dsp: core started. core.C, context&value .h
24604:
24605: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24606: include/pa_string.h, main/main.dsp, main/pa_array.C,
24607: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24608:
24609: 2001-01-30 paf
24610:
24611: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24612: comments
24613:
24614: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24615: main/pa_pool.C: moved pa_pool.C to be target specific
24616:
24617: * src/: include/pa_exception.h, include/pa_pool.h,
24618: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24619: to & changes
24620:
24621: * src/: include/pa_exception.h, include/pa_pool.h,
24622: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24623: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24624: re-associated. that's much better even removed 'die' necessety
24625:
24626: * src/: include/pa_error.h, include/pa_exception.h,
24627: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24628: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24629: targets/Makefile.am: lowered targets/parser into subdir, added
24630: parser_Pool(Pool) failed to add. would think..
24631:
24632: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24633: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24634: main/pa_string.C, main/pa_table.C: Table more like C++ style
24635: hence lots of 'const'
24636:
24637: * src/: include/pa_error.h, include/pa_request.h,
24638: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24639: main/pa_table.C: Error fixed
24640:
24641: 2001-01-29 paf
24642:
24643: * src/: include/pa_array.h, include/pa_common.h,
24644: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24645: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24646: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24647: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24648:
24649: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24650: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24651: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24652: main/pa_string.C, main/pa_table.C: Request Error Table
24653:
24654: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24655: templates"
24656:
24657: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24658: main/main.dsp, main/pa_array.C: templates failed no template
24659: specializations [VC6], no library auto instantation [VC6, GNU c++
24660: 2.95.2-6 from latest cygwin]
24661:
24662: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24663: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24664: main/main.dsp, main/pa_array.C, main/pa_string.C,
24665: main/pa_table.C: Table started would test template Array now
24666:
24667: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24668: String originating
24669:
24670: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24671: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24672: SYNCHRONIZED(thread_safe)
24673:
24674: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24675: parts to top
24676:
24677: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24678: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24679: see: needed only in global Hash now, made Hash:: put/get
24680: SYNCHRONIZED
24681:
24682: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24683: main/pa_threads.C: added pa_threads
24684:
24685: Mutex
24686:
24687: * src/include/pa_hash.h: some comments
24688:
24689: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24690: Array& operator += (Array& src)
24691:
24692: * src/main/pa_array.C: expand not convinient, would rewrite
24693:
24694: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24695: (Array& src)
24696:
24697: rethought, would change now
24698:
24699: 2001-01-27 paf
24700:
24701: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24702: caching
24703:
24704: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24705: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24706: cache rethought to chunk caching
24707:
24708: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24709: include/pa_string.h, main/main.dsp, main/pa_array.C,
24710: main/pa_hash.C, main/pa_string.C: Array 0
24711:
24712: * src/main/pa_string.C: String::operator ==
24713:
24714: * src/main/pa_hash.C: String(&String)
24715:
24716: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24717:
24718: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24719: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24720: pa_hash[forgotten]
24721:
24722: 2001-01-26 paf
24723:
24724: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24725: removed templates [vc++ suxx]
24726:
24727: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24728: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24729:
24730: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24731:
1.119 moko 24732: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24733:
1.119 moko 24734: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24735: check
24736:
24737: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24738: dynamic row_count
24739:
24740: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24741: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24742: targets/Makefile.am: Initial revision
24743:
24744: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24745: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24746: targets/Makefile.am: creating parser3 module
24747:
E-mail: