Annotation of parser3/ChangeLog, revision 1.189
1.189 ! moko 1: 2024-03-27 moko
! 2:
! 3: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
! 4: (related to feature #1236)
! 5:
! 6: 2024-03-15 moko
! 7:
! 8: * tests/: 413.html, results/413.processed: test for object still
! 9: can be used as file parameter (related to bug #1218)
! 10:
! 11: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
! 12: still can be used in file context (fixes bug #1218)
! 13:
! 14: 2024-03-14 moko
! 15:
! 16: * src/include/pa_string.h: ArrayString get() null result assert
! 17: also added (related to bug #1238)
! 18:
! 19: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
! 20: VString::empty() used instead of new VString()
! 21:
! 22: 2024-03-12 moko
! 23:
! 24: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
! 25: results/379.processed: test added for cookie without value
! 26: (related to bug #1238)
! 27:
! 28: * src/include/pa_string.h: In assertions enabled mode, ArrayString
! 29: values are now required to be non-null (related to bug #1238)
! 30:
! 31: * src/main/pa_http.C: cookies without value are now parsed
! 32: correctly (fixed bug #1238)
! 33:
! 34: 2024-03-11 moko
! 35:
! 36: * tests/run_parser.sh: for better error reporting
! 37:
1.188 moko 38: 2023-12-30 moko
39:
40: * tests/: 038.html, results/038.processed: test for atan2 added
41:
42: 2023-12-29 moko
43:
44: * src/classes/math.C: atan2(y,x) math function added
45:
1.187 moko 46: 2023-12-14 moko
47:
48: * tests/212.html: pcre2 compatibility (related to feature #1236)
49:
50: * tests/: 425.html, results/425.processed: test for pcre/pcre2
51: exceptions and behavour added (related to feature #1236)
52:
53: 2023-12-13 moko
54:
55: * buildall: by default parser is now bundled with pcre2 10.42,
56: --without-pcre2 option added to build with pcre-8.45 (related to
57: feature #1236)
58:
59: 2023-12-12 moko
60:
61: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
62: support added (implements feature #1236)
63:
64: * src/: include/pa_charset.h, include/pa_config_includes.h,
65: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
66: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
67: types/pa_vregex.h: Adopted patch from Yavor Doganov
68: <yavor@gnu.org> to add pcre2 library support (implements feature
69: #1236)
70:
1.186 moko 71: 2023-11-28 moko
72:
73: * src/include/pa_config_includes.h: warnings war continues
74:
75: * src/include/pa_config_includes.h: warning war
76:
77: * tests/: 424.html, results/424.processed: tests for '+' and '-'
78: number strings, whitespace and sign in exception messages
79: (related to bug #1234)
80:
1.185 moko 81: 2023-11-26 moko
82:
83: * tests/: 274.html, results/224.processed, results/274.processed:
84: tests for date double, int, bool added (related to feature #1235)
85:
86: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
87: added for date class (implements feature #1235)
88:
89: 2023-11-23 moko
90:
91: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
92: and '-' strings are no longer can be treated as number 0,
93: exception thrown (fixes bug #1234)
94:
1.184 moko 95: 2023-11-18 moko
96:
97: * src/include/pa_types.h: minor
98:
99: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
100:
101: * tests/: 389.html, results/389.processed: error messages for some
102: OS differs a bit, reducing failing tests for them
103:
104: 2023-11-17 moko
105:
106: * tests/: 423.html, results/423.processed: test for optional
107: @auto[] inheritance added (related to feature #1233)
108:
109: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
110: types/pa_vstateless_class.C: optional @auto[] inheritance
111: implemented if defined with two args (path, class name)
112: (implements feature #1233)
113:
114: * src/: classes/double.C, classes/int.C, classes/math.C,
115: include/pa_random.h, include/pa_types.h, main/pa_common.C,
116: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
117: sync double->int overflow behavour under different architectures
118: (fixes bug #1232)
119:
120: * tests/: 422.html, results/422.processed: int clipping added
121:
122: 2023-11-16 moko
123:
124: * tests/: 422.html, results/422.processed: test for int and uint
125: overflow in ^n.format[d/u/x]
126:
127: * src/classes/math.C: bugfix: crc32 should not be negative (under
128: Apple M1 when negative double converts to uint the result is 0)
129: and crc32 should be 32 bits
130:
131: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
132: on Apple M1 it's 0
133:
134: * src/classes/file.C: bugfix: crc32 should not be negative (under
135: Apple M1 when negative double converts to uint the result is 0)
136: and crc32 should be 32 bits
137:
1.183 moko 138: 2023-10-07 moko
139:
140: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
141: behavour with other OP_NUM_*, related to bug #1230
142:
143: 2023-10-06 moko
144:
145: * tests/: 338.html, results/338.processed: test for bug #1230 added
146:
147: * src/: main/execute.C, types/pa_vdate.h: force double operands to
148: be converted to double to avoid 80 bit operations in x87 mode
149: (fixes bug #1230)
150:
151: 2023-10-05 moko
152:
153: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
154: compatibility
155:
156: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
157:
158: * tests/: 421.html, results/421.processed: test to cover all
159: classes and objects nonexistent method and field exceptions
160: (related to feature #1080 and #1227)
161:
162: * tests/results/: 182.processed, 324.processed: undefined method ->
163: <type> method not found exception (related to feature #1080)
164:
165: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
166: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
167: "element can not be fetched from" for them, "field not found" for
168: all other types (related to bug #1227)
169:
170: 2023-10-03 moko
171:
172: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
173: <type> method not found" exception now thrown for static calls
174: instead of "undefined method" without class name (related to
175: feature #1080)
176:
177: 2023-10-02 moko
178:
179: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
180: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
181: <method name>, Comment: <type> method not found" exception now
182: thrown for all dynamic objects instead of "undefined method"
183: without class name (implements feature #1080)
184:
1.182 moko 185: 2023-10-01 moko
186:
187: * src/classes/json.C: we don't have a dynamic json object.
188:
189: 2023-09-28 moko
190:
191: * tests/: 420.html, results/261.processed, results/420.processed:
192: tests updated after bug #1228 fix reverted
193:
194: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
195: whitespace string is hash compatible, so we don't want $s.key to
196: return a junction
197:
198: * tests/: 261.html, 420.html, results/261.processed,
199: results/420.processed: test for bug #1227 added, test updated
200: after bug #1228 fixed
201:
202: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
203: now throws exception as $non-empty-string.field (fixes bug #1227)
204:
205: * src/types/pa_vstring.h: allow $string.method access (fixes bug
206: #1228)
207:
208: 2023-09-26 moko
209:
210: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
211: src/classes/classes.C, src/classes/classes.awk,
212: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
213: src/classes/double.C, src/classes/file.C, src/classes/form.C,
214: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
215: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
216: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
217: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
218: src/classes/regex.C, src/classes/response.C,
219: src/classes/string.C, src/classes/table.C, src/classes/void.C,
220: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
221: src/include/pa_array.h, src/include/pa_base64.h,
222: src/include/pa_cache_managers.h, src/include/pa_charset.h,
223: src/include/pa_charsets.h, src/include/pa_common.h,
224: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
225: src/include/pa_dictionary.h, src/include/pa_dir.h,
226: src/include/pa_exception.h, src/include/pa_exec.h,
227: src/include/pa_globals.h, src/include/pa_hash.h,
228: src/include/pa_http.h, src/include/pa_memory.h,
229: src/include/pa_opcode.h, src/include/pa_operation.h,
230: src/include/pa_os.h, src/include/pa_pool.h,
231: src/include/pa_random.h, src/include/pa_request.h,
232: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
233: src/include/pa_sapi.h, src/include/pa_socks.h,
234: src/include/pa_sql_connection.h,
235: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
236: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
237: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
238: src/include/pa_table.h, src/include/pa_threads.h,
239: src/include/pa_types.h, src/include/pa_uue.h,
240: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
241: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
242: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
243: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
244: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
245: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
246: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
247: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
248: src/main/compile.tab.C, src/main/compile.y,
249: src/main/compile_tools.C, src/main/compile_tools.h,
250: src/main/execute.C, src/main/pa_base64.C,
251: src/main/pa_cache_managers.C, src/main/pa_charset.C,
252: src/main/pa_charsets.C, src/main/pa_common.C,
253: src/main/pa_dictionary.C, src/main/pa_dir.C,
254: src/main/pa_exception.C, src/main/pa_exec.C,
255: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
256: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
257: src/main/pa_request.C, src/main/pa_socks.C,
258: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
259: src/main/pa_stylesheet_connection.C,
260: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
261: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
262: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
263: src/main/untaint.C, src/main/helpers/simple_folding.pl,
264: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
265: src/targets/apache/mod_parser3_core.C,
266: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
267: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
268: src/types/pa_method.h, src/types/pa_property.h,
269: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
270: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
271: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
272: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
273: src/types/pa_vcookie.h, src/types/pa_vdate.C,
274: src/types/pa_vdate.h, src/types/pa_vdouble.h,
275: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
276: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
277: src/types/pa_vhash.C, src/types/pa_vhash.h,
278: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
279: src/types/pa_vimage.C, src/types/pa_vimage.h,
280: src/types/pa_vint.h, src/types/pa_vjunction.C,
281: src/types/pa_vjunction.h, src/types/pa_vmail.C,
282: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
283: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
284: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
285: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
286: src/types/pa_vobject.h, src/types/pa_vregex.C,
287: src/types/pa_vregex.h, src/types/pa_vrequest.C,
288: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
289: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
290: src/types/pa_vstateless_class.h,
291: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
292: src/types/pa_vstatus.h, src/types/pa_vstring.C,
293: src/types/pa_vstring.h, src/types/pa_vtable.C,
294: src/types/pa_vtable.h, src/types/pa_vvoid.C,
295: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
296: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
297: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
298: src/types/pa_wwrapper.h: copyright, authors actualized
299:
1.181 moko 300: 2023-08-20 moko
301:
302: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
303: commited (related to feature #1219)
304:
305: 2023-08-16 moko
306:
307: * src/main/pa_random.C: replaced clock precision with monotonicity
308: counter, good for Windows version with low clock frequency
309: (related to feature #1229)
310:
311: 2023-08-15 moko
312:
313: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
314: fixes related to feature #1229
315:
316: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
317: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
318: (implements feature #1229)
319:
1.180 moko 320: 2023-08-02 moko
321:
322: * tests/: results/417.processed, 417.html: test for empty string
323: match after last char added (related to bug #1224)
324:
325: * src/main/pa_string.C: avoid prestart++ after last char on zero
326: length match (related to bug #1224)
327:
1.179 moko 328: 2022-11-22 moko
329:
330: * tests/: 419.html, results/419.processed: test for L_URI and path
331: removeal from filename added (related to bug #1204)
332:
333: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
334: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
335: attribute value, L_URI should be used
336:
1.178 moko 337: 2022-09-21 moko
338:
339: * src/targets/cgi/parser3.C: more clear error messages
340:
341: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
342: SAPI_Info will return 0 in read_post and post_size !=
343: content_length will be thrown
344:
1.177 moko 345: 2022-08-23 moko
346:
347: * src/types/pa_vmail.C: .tables addes as .raw contains only last
348: header value
349:
350: 2022-08-22 moko
351:
352: * tests/: 418.html, results/418.processed: test for
353: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
354: to #1225)
355:
356: * src/classes/hash.C: keep old behavoir by default
357:
358: * src/classes/hash.C: ^hash_a.intersection[hash_b;
359: $.order[self|arg] ] added (implements #1215)
360:
1.176 moko 361: 2022-03-21 moko
362:
363: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
364: xmlInitCharEncodingHandlers is called in libxml static
365: initializers before gc_substitute_memory_management_functions in
366: pa_globals and thus gc may not see reference to our
367: xmlCharEncodingHandler and free it.
368:
1.175 moko 369: 2022-01-26 moko
370:
371: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
372:
1.174 moko 373: 2021-12-28 moko
374:
375: * tests/: 417.html, results/417.processed: test for empty string
376: match added (related to bug #1224)
377:
378: * src/main/pa_string.C: empty string match now works (fixes bug
379: #1224)
380:
1.173 moko 381: 2021-12-24 moko
382:
383: * tests/: 415_dir/29.p, results/415.processed: yet another test
384:
385: 2021-12-23 moko
386:
387: * src/: classes/table.C, main/pa_request.C: warnings war
388:
389: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
390: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
391:
392: 2021-12-21 moko
393:
394: * tests/: 416.html, results/416.processed: test for ^break[] in
395: ^hash/table.select[] (related to feature #1222)
396:
397: * src/classes/: hash.C, table.C: ^break[] support for
398: ^hash/table.select[] (implements feature #1222)
399:
1.172 moko 400: 2021-11-30 moko
401:
402: * src/targets/cgi/parser3.C: default sock_ready interval changed to
403: 0.5 sec
404:
1.171 moko 405: 2021-11-10 moko
406:
407: * tests/results/415.processed: more syntax errors tests added
408:
409: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
410: 28.p: minor syntax error tests
411:
412: * src/main/pa_exception.C: pa_strdup added for compatibility
413:
414: * src/classes/curl.C: hint to call ^curl:options[
415: $.library[correct.libcurl.so.name] ] added if default load fails.
416:
417: 2021-11-09 moko
418:
419: * src/main/compile.y: error message can be on stack
420:
421: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
422:
423: * src/main/pa_charset.C: memcpy is more correct and efficient in
424: this case then strncpy
425:
426: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
427: instead of strcpy where possible
428:
429: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
430: used to avoid MAX_STRING limit in Exception comment
431:
432: * tests/results/415.processed: compiler exceptions are no longer
433: limited to MAX_STRING
434:
435: * src/main/: compile.y, compile_tools.h: Parse_control uses const
436: char * instead of fixed buffer
437:
438: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
439: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
440: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
441: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
442: results/415.processed: tests for parser.compile exceptions added
443:
444: 2021-11-08 moko
445:
446: * src/: classes/math.C, include/pa_common.h, main/compile.y,
447: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
448: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
449: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
450: drawbacks
451:
1.170 moko 452: 2021-11-06 moko
453:
454: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
455: (implements feature #1219)
456:
457: * tests/: 414.html, results/414.processed: test for
458: ^hash.rename[from;to] added (related to feature #1144)
459:
460: 2021-11-05 moko
461:
462: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
463: (related to feature #1144)
464:
465: 2021-11-04 moko
466:
467: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
468: added (implements feature #1144)
469:
1.169 moko 470: 2021-10-19 moko
471:
472: * tests/: 413.html, results/413.processed: test for hash no longer
473: is accepted as file parameter (related to bug #1218)
474:
475: * src/: classes/curl.C, classes/file.C, classes/image.C,
476: classes/math.C, classes/xdoc.C, types/pa_value.C,
477: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
478: longer is accepted as file parameter (fixes bug #1218)
479:
1.168 moko 480: 2021-07-19 moko
481:
482: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
483: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
484:
1.167 moko 485: 2021-04-16 moko
486:
487: * src/types/pa_vmail.C: message can be null when e-mail is broken,
488: processing it leads to assertions.
489:
1.166 moko 490: 2021-03-25 moko
491:
492: * tests/: 412.html, results/412.processed: test to demonstrate bug
493: #1213
494:
1.165 moko 495: 2021-02-12 moko
496:
497: * tests/: 360.html, results/360.processed, results/363.processed:
498: parser method call in expression mode no longer differs from call
499: in string mode (related to feature #1211)
500:
501: 2021-02-11 moko
502:
503: * src/types/pa_vmail.C: mail parsing with Windows line endings
504: fixed (bug #1212)
505:
506: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
507: when called $v[^test[]] vs $v(^test[]), numbers are converted to
508: strings in both calls (implements feature #1211)
509:
1.164 moko 510: 2021-01-28 moko
511:
512: * buildall, etc/auto.p.in: to remove last patch in debian package
513:
514: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
515: 3.4.7b
516:
1.162 moko 517: 2021-01-21 moko
518:
519: * src/main/pa_http.C: no alarm() in file::load when web server mode
520: is MULTITHREADED
521:
1.157 moko 522: 2021-01-20 moko
523:
1.161 moko 524: * src/targets/apache/mod_parser3.c: it is more correct to recommend
525: 'a2enmod mpm_prefork'
526:
1.160 moko 527: * src/targets/apache/mod_parser3.c: prefork name is now
528: 'libapache2-mpm-itk'
529:
530: * src/targets/apache/mod_parser3_core.C: last regular malloc
531: removed
532:
1.159 moko 533: * src/targets/isapi/Makefile.am: -pa_threads.C
534:
1.158 moko 535: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
536: 3.4.6
537:
1.157 moko 538: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
539:
540: * etc/auto.p.in: @config[result] added to simplify $cfg change in
541: /httpd.p
542:
543: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
544: ^use[/httpd.p] + optional ^preprocess[] (related to feature
545: #1203)
546:
547: 2021-01-19 moko
548:
549: * buildall: --disable-parallel-mark added to avoid "number of
550: processors" threads creation for heap marking as it conflicts
551: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
552: limits threads)
553:
1.156 moko 554: 2021-01-16 moko
555:
556: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
557: main/pa_globals.C, main/pa_memory.C,
558: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
559: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
560: feature #1209)
561:
562: 2021-01-15 moko
563:
564: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
565: 3.4.6rc
566:
567: * src/classes/json.C: get_delim added for delimiter caching (10%
568: faster on large json)
569:
570: 2021-01-14 moko
571:
572: * operators.txt: updated with 3.4.6 changes
573:
574: * tests/results/224.processed: test result modified after
575: today(shift) implemented
576:
577: * tests/: 407.html, results/407.processed: test for ^hash.select
578: option $.default(bool) added (related to feature #1172)
579:
580: * src/classes/hash.C: ^hash.select option $.default(bool) added
581: (related to feature #1172)
582:
583: * tests/: 141.html, results/141.processed: test modified for
584: feature #1185.
585:
586: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
587: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
588: options $.lower(bool) (implements feature #1185)
589:
590: 2021-01-11 moko
591:
592: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
593: #1192)
594:
595: * tests/: 411.html, results/411.processed: test for ^date::today(N)
596: added (related to feature #1192)
597:
1.155 moko 598: 2021-01-05 moko
599:
600: * tests/: 270.html, results/270.processed: test modified to work
601: under Windows
602:
603: * tests/: 390.html, 395.html, results/395.processed: tests updated
604: 4 windows
605:
606: * tests/: 410.html, results/410.processed: test for
607: $CLASS-GETTER-PROTECTED(false) added
608:
609: 2021-01-04 moko
610:
611: * tests/: 409.html, results/409.processed, results/auto.p: test for
612: $MAIN:LOCALS(true) added
613:
1.154 moko 614: 2021-01-03 moko
615:
616: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
617: types/pa_vclass.h, types/pa_vstateless_class.C,
618: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
619: +LOCALS. $main -> $MAIN in exception texts (implements feature
620: #1207)
621:
622: 2021-01-02 moko
623:
624: * etc/auto.p.in: minor
625:
626: * src/main/pa_request.C: sending headers only after opening file to
627: allow error reporting if file was not opened (foreign group,
628: etc).
629:
630: 2020-12-31 moko
631:
632: * src/: include/pa_request.h, main/pa_request.C,
633: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
634:
635: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
636: main/pa_request.C: get_class_ref added and used
637:
638: * etc/auto.p.in: @CLASS httpd added
639:
640: * etc/auto.p.in: @auto[] is now first
641:
642: 2020-12-30 moko
643:
644: * tests/: 408.html, results/408.processed: test for bug #1166
645: (windows only) added
646:
647: * src/main/pa_common.C: create_dir_for_file should not create dir
648: for trailing / (fixes bug #1166)
649:
650: * tests/: 341.html, results/341.processed: tests for
651: ^nameless_table.hash[] added (related to feature #1138)
652:
653: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
654: (implements feature #1138), extra fields in named tables no
655: longer ignored (implements feature #1138)
656:
657: * tests/results/390.processed: updated after exception text change
658:
659: 2020-12-29 moko
660:
661: * tests/: 407.html, results/407.processed: +$._default check
662:
663: * src/classes/hash.C: keep $_default in ^hash.reverse[]
664:
665: * tests/: 407.html, results/407.processed: test for ^hash.select[]
666: and ^hash.reverse[] added (releated to feature #1172)
667:
668: * src/classes/hash.C:
669: ^hash.select[key;value](bool-condition)[options hash] +
670: ^hash.reverse[] added (implements feature #1172)
671:
672: * src/types/pa_vtable.h: warning war
673:
674: * src/include/pa_config_fixed.h: win32 fix
675:
1.153 moko 676: 2020-12-27 moko
677:
678: * tests/: 406.html, results/406.processed: test results updated
679:
680: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
681: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
682: spelling
683:
684: 2020-12-26 moko
685:
686: * tests/: 406.html, results/406.processed: tests for
687: ^table.rename[] added (related to feature #1148)
688:
689: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
690: ^table.rename[column name from;column name to], ^table.rename[
691: $.[column name from][column name to] ... ] added (implements
692: feature #1148)
693:
694: 2020-12-25 moko
695:
696: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
697: request_info now on stack to avoid yet another THREAD_LOCAL
698: memory deallocation issue (now with cookies), explained in #1203
699:
700: * src/types/pa_vcookie.C: fields should be inited
701:
702: 2020-12-24 moko
703:
704: * src/include/pa_stylesheet_connection.h: looks like
705: xsltFreeStylesheet leads to memory double-free. If so, it's for
706: sure libxml bug, but we have GC anyway, so we just remove this
707: call and see...
708:
709: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
710: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
711: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
712: abort.c:65:8 frame #3: 0x00000000004da663
713: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
714: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
715: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
716: malloc.c:617:9 frame #5: 0x0000000000577f0c
717: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
718: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
719: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
720: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
721: frame #8: 0x000000000050d35c
722: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
723: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
724: frame #10: 0x00000000004436e5
725: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
726: [inlined]
727: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
728: pa_stylesheet_connection.h:62:3
729:
730: 2020-12-23 moko
731:
732: * src/classes/image.C: ^image::measure[; $.video() ] option added
733:
734: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
735: ^image::measure[; $.video(true) ] added
736:
737: * src/main/pa_exec.C: not cleared automatically in multithreaded
738: httpd mode for unknown reasons
739:
740: 2020-12-22 moko
741:
742: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
743: error_log uri of currently processed document", but never used
744: and conflicts with how libgc stops threads on FreeBSD (#define
745: SIG_SUSPEND SIGUSR1), thus removed.
746:
747: 2020-12-21 moko
748:
749: * src/main/pa_request.C: +comment
750:
1.151 moko 751: 2020-12-20 moko
752:
1.152 moko 753: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
754: it is more safe to have versions of pa_strdup with one and two
755: arguments, as helper_length=0 not always mean that strlen()
756: should be called, but means zero.
757:
758: * src/targets/isapi/parser3isapi.C: minor
759:
760: * src/main/pa_http.C: +valid_http_method
761:
1.151 moko 762: * src/: include/pa_http.h, main/pa_http.C,
763: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
764:
765: 2020-12-17 moko
766:
767: * tests/: 405.html, results/405.processed: test for split by regex
768: added (related to feature #1160)
769:
770: * src/classes/string.C: split by regex implemented (feature #1160)
771:
772: * src/classes/string.C: minor
773:
774: * tests/: 404.html, results/404.processed: test for whitespace
775: string is now OK for table argument (related to feature #1169)
776:
777: * src/: classes/image.C, classes/string.C, classes/table.C,
778: types/pa_vmethod_frame.C: whitespace string is now OK for table
779: argument (as with hash) (implements feature #1169)
780:
781: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
782: limit for comment (fixes bug #1102)
783:
784: * src/targets/cgi/parser3.C: +HAVE_TLS check
785:
786: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
787:
788: * src/include/pa_config_includes.h: HAVE_TLS used
789:
790: * configure.ac: +TLS check
791:
792: * src/main/pa_http.C: content logging added
793:
794: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
795: clear_response_headers added
796:
797: 2020-12-16 moko
798:
799: * buildall: as we now use threads, libatomic_ops still required for
800: some OS.
801:
802: * src/main/pa_request.C: whitespace
803:
804: * src/: include/pa_request.h, main/pa_request.C:
805: Request::Exception_trace::table extracted and used
806:
807: * src/main/pa_request.C: moving output_result call outside of try
808: as network exceptions should not be handled by parser code
809:
810: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
811: logging network exchange
812:
813: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
814: via network if it was network write error.
815:
816: * src/targets/cgi/parser3.C: log -> pa_log
817:
818: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
819:
820: * src/main/pa_threads.C: getpid() if no gettid() found
821:
822: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
823: we need to ignore "void" connections from browsers (browsers open
824: connections in advance and they will be empty if user does not
825: request more pages)
826:
827: 2020-12-15 moko
828:
829: * src/targets/cgi/parser3.C: avoid previous uri in logs
830:
831: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
832: RequestController not needed in httpd mode
833:
834: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
835: classes/classes.h, classes/curl.C, classes/date.C,
836: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
837: classes/hashfile.C, classes/image.C, classes/inet.C,
838: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
839: classes/memcached.C, classes/memory.C, classes/op.C,
840: classes/reflection.C, classes/regex.C, classes/response.C,
841: classes/string.C, classes/table.C, classes/void.C,
842: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
843: include/pa_array.h, include/pa_base64.h,
844: include/pa_cache_managers.h, include/pa_charset.h,
845: include/pa_charsets.h, include/pa_common.h,
846: include/pa_config_fixed.h, include/pa_config_includes.h,
847: include/pa_dictionary.h, include/pa_dir.h,
848: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
849: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
850: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
851: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
852: include/pa_request_charsets.h, include/pa_request_info.h,
853: include/pa_sapi.h, include/pa_socks.h,
854: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
855: include/pa_stack.h, include/pa_string.h,
856: include/pa_stylesheet_connection.h,
857: include/pa_stylesheet_manager.h, include/pa_symbols.h,
858: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
859: include/pa_uue.h, include/pa_xml_exception.h,
860: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
861: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
862: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
863: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
864: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
865: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
866: main/compile.tab.C, main/compile.y, main/compile_tools.C,
867: main/compile_tools.h, main/execute.C, main/pa_base64.C,
868: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
869: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
870: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
871: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
872: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
873: main/pa_sql_driver_manager.C, main/pa_string.C,
874: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
875: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
876: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
877: main/untaint.C, sql/pa_sql_driver.h,
878: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
879: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
880: targets/isapi/parser3isapi.C, types/pa_junction.h,
881: types/pa_method.h, types/pa_property.h, types/pa_value.C,
882: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
883: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
884: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
885: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
886: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
887: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
888: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
889: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
890: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
891: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
892: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
893: types/pa_vmemory.h, types/pa_vmethod_frame.C,
894: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
895: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
896: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
897: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
898: types/pa_vstateless_object.h, types/pa_vstatus.C,
899: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
900: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
901: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
902: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
903: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
904:
905: * src/main/pa_request.C: old compilers support
906:
907: * tests/: 362.html, results/362.processed: test updated after
908: changes after upgrade to libxml2-2.9.9 were made (related to bug
909: #1108)
910:
911: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
912: removed, as xsltFreeStylesheet has side effects on original doc.
913: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
914: not updated after xdoc modification (part 3 of test 362).
915: (related to bug #1108)
916:
917: * src/targets/isapi/parser3isapi.C: +pa_strcat
918:
919: * src/: classes/memory.C, include/pa_memory.h,
920: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
921: PA_GC_GCOLLECT used
922:
923: * src/include/pa_memory.h: +PA_GC_COLLECT
924:
925: * src/targets/cgi/parser3.C: msvs support fixes
926:
927: * src/lib/gc/include/gc.h: more cleanup
928:
929: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
930:
931: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
932: targets/cgi/parser3.C: $main:HTTPD.mode implemented
933:
934: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
935:
936: * configure.ac: pthread.h added to checked headers
937:
938: * src/classes/table.C: string stream is back :)
939:
940: * src/classes/memory.C: GC_generate_random_backtrace no longer
941: exists
942:
943: * src/main/pa_globals.C: GC_dont_gc replaced
944:
945: * src/lib/gc/include/gc.h: major cleanup, only used functions are
946: left to simplify adding new functions. depricated GC_dont_gc
947: replaced with GC_disable and GC_enable calls.
948:
949: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
950: CORD_from_file* not used and thus removed
951:
952: * src/lib/gc/include/gc_allocator.h: minor cleanup
953:
954: 2020-12-14 moko
955:
956: * src/classes/: curl.C, memory.C, table.C: every TLS should be
957: referenced elsewhere, or GC will collect it.
958:
959: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
960: main/pa_xml_io.C: bugfix: TLS variables should be referenced
961: elsewhere, or GC will collect them (and we'll get GPF in
962: multithreaded enviroment). May be it can be also fixed by some
963: GC call, not sure. But this fix costs nothing (but hours of
964: debugging to find the issue :).
965:
1.150 moko 966: 2020-12-11 moko
967:
968: * configure.ac: gettid() check added
969:
970: * src/main/pa_threads.C: HAVE_GETTID used
971:
972: * src/include/pa_config_auto.h.in: +HAVE_GETTID
973:
974: * src/: include/pa_threads.h, main/pa_threads.C: now unified
975: version for isapi/cgi/apache
976:
977: * buildall: threads are now required.
978:
979: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
980: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
981: main/main.vcproj: pa_threads.C moved to main
982:
983: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
984: isapi/pa_threads.C: pa_threads.C moved to main
985:
986: * src/: main/Makefile.am, targets/cgi/Makefile.am,
987: targets/apache/Makefile.am: pa_threads.C moved to main
988:
989: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
990:
991: * src/: include/pa_stylesheet_connection.h,
992: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
993: and weird GPF in multithreaded httpd is gone
994:
995: * src/include/: pa_stylesheet_connection.h,
996: pa_sql_driver_manager.h: whitespace
997:
998: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
999:
1000: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1001: main/pa_stylesheet_manager.C: whitespace, warning war
1002:
1003: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1004: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1005: parser_multithreaded never used
1006:
1007: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1008:
1009: 2020-12-10 moko
1010:
1011: * src/: include/pa_config_includes.h, include/pa_http.h,
1012: main/pa_http.C, targets/cgi/parser3.C: initial support for
1013: MULTITHREADED and PARALLEL httpd server modes
1014:
1015: * src/main/pa_globals.C: GC_java_finalization is depricated
1016:
1017: 2020-12-09 moko
1018:
1019: * etc/auto.p.in: + @httpd-main
1020:
1021: * src/: include/pa_common.h, main/pa_request.C,
1022: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1023: work
1024:
1025: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1026: slow file_read_binary no longer used, send_range added
1027:
1028: 2020-12-08 moko
1029:
1030: * src/main/pa_request.C: >4Gb support
1031:
1032: * src/targets/cgi/parser3.C: msvc warning war
1033:
1034: * src/: include/pa_config_includes.h, main/pa_http.C,
1035: main/pa_request.C: msvc warnings war
1036:
1037: * src/classes/image.C: warning war
1038:
1039: * src/classes/table.C: MSVC warning war
1040:
1041: * src/targets/cgi/parser3.C: msvc warnings war
1042:
1043: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1044: added
1045:
1.149 moko 1046: 2020-12-07 moko
1047:
1.150 moko 1048: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1049: avoid logging beside system-wide auto.p
1050:
1051: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1052:
1053: * configure, configure.ac, src/include/pa_config_auto.h.in:
1054: configure options added:
1055:
1056: --with-system-cfg=FILE to specify system-wide auto.p
1057: --with-system-log=FILE to specify system-wide parser3.log
1058:
1059: * Makefile.am: bin no longer exists
1060:
1061: * configure, configure.ac: auto.p moved to etc to simplify debian
1062: package
1063:
1064: * buildall: auto.p and parser3.charsets moved to their default
1065: location after install
1066:
1067: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1068:
1069: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1070:
1.149 moko 1071: * src/targets/cgi/parser3.C: locate_config call returned to
1072: original place as it requires pa_thread_request() under Windows
1073:
1074: * src/targets/cgi/parser3.C: renaming
1075:
1076: 2020-12-06 moko
1077:
1078: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1079: check added
1080:
1081: 2020-12-04 moko
1082:
1083: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1084: main/pa_request.C: unified uint64_t lseek implemented to support
1085: >4Gb files under x86, including Windows
1086:
1087: 2020-12-02 moko
1088:
1089: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1090: with max_file_size
1091:
1092: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1093: support for processing files sized >4Gb on 32 bit planforms
1094:
1095: * tests/399.html: file moved
1096:
1097: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1098:
1099: * src/targets/cgi/pa_sapi_info.h: warning war
1100:
1101: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1102: warning war
1103:
1104: 2020-12-01 moko
1105:
1106: * src/classes/image.C: mp4 extended size (>4Gb) support added
1107:
1108: * src/classes/image.C: for "size not found" exception to be shown
1109: if size not found until eof
1110:
1111: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1112: bit linux)
1113:
1114: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1115: #1188)
1116:
1117: 2020-11-30 moko
1118:
1119: * src/classes/image.C: definitions moved closer to code
1120:
1121: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1122: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1123: 395_dir/3_VP8X.webp, results/395.processed,
1124: results/396.processed: tests for ^image::measure[] .webp support
1125: added, all image files moved into one directory (related to
1126: feature #1188)
1127:
1128: * src/classes/image.C: ^image::measure[] now supports webp (feature
1129: #1188)
1130:
1.148 moko 1131: 2020-11-29 moko
1132:
1133: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1134: processing, unnessesary defines removed
1135:
1136: 2020-11-24 moko
1137:
1138: * tests/results/: 099.processed, 100.processed, 205.processed,
1139: 309.processed, 310.processed: Content-Disposition: inline
1140: returned
1141:
1142: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1143: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1144: ] added (related to bug #1204)
1145:
1146: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1147: ] supported to avoid Content-Disposition: inline;
1148: filename="<file>.ext" but still set Content-Type for ext (related
1149: to bug #1204)
1150:
1.147 moko 1151: 2020-11-22 moko
1152:
1153: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1154: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1155:
1156: * src/main/pa_request.C: content_disposition_inline returned.
1157:
1158: 2020-11-17 moko
1159:
1160: * src/main/pa_request.C: empty main method name support
1161:
1162: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1163: config_handler added, stdout flush added.
1164:
1165: 2020-11-16 moko
1166:
1167: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1168:
1169: * tests/results/: 099.processed, 205.processed, 237.processed,
1170: 309.processed, 310.processed: Content-Disposition: inline is not
1171: required and should not contain filename="<name>"
1172:
1173: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1174: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1175: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1176:
1.146 moko 1177: 2020-11-14 moko
1178:
1179: * src/targets/cgi/parser3.C: spelling
1180:
1181: * src/targets/cgi/parser3.C: renaming
1182:
1183: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1184: relocated
1185:
1186: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1187: before request processing, which is weired
1188:
1189: 2020-11-13 moko
1190:
1191: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1192: copied in httpd.
1193:
1194: 2020-11-12 moko
1195:
1196: * src/main/pa_http.C: ALARM code unified to be used in httpd
1197:
1198: * src/: include/pa_request.h, main/pa_request.C,
1199: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1200:
1201: * src/main/pa_http.C: URI validation added
1202:
1203: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1204: can't be empty but can be null. httpd-main is now main method
1205: name for httpd mode
1206:
1207: 2020-11-11 moko
1208:
1209: * src/main/pa_request.C: path_translated can be null in httpd mode
1210:
1211: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1212: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1213: classes/xdoc.C, include/pa_request.h, main/execute.C,
1214: main/pa_request.C: r.absolute -> r.full_disk_path
1215:
1216: * src/targets/cgi/parser3.C: if filename to process is not
1217: specified, auto.p should be present.
1218:
1.145 moko 1219: 2020-11-03 moko
1220:
1221: * src/: classes/op.C, include/pa_request.h: unused argument removed
1222:
1223: * src/main/pa_request.C: content_disposition_inline is the default,
1224: not required.
1225:
1.144 moko 1226: 2020-10-29 moko
1227:
1228: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1229: ^use[file; $.main(true) ] implemented for auto.p processing and
1230: path_translated changing to correct relative files path
1231: calculation in httpd mode
1232:
1233: * src/: include/pa_request.h, main/pa_request.C:
1234: fail_on_read_problem removed, as it allways true, as if should
1235: be.
1236:
1237: * src/: include/pa_request.h, main/pa_request.C,
1238: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1239: targets/isapi/parser3isapi.C: clearing config_filespec when
1240: config was not found, thus flag not required and removed.
1241:
1242: 2020-10-28 moko
1243:
1244: * tests/: 402.html, results/402.processed: error reporting test
1245:
1246: * src/main/execute.C: better error reporting when
1247: $result[^hash::create[]] in @main.
1248:
1249: * src/main/: execute.C, pa_request.C: frame.result() should be used
1250: + minor optimization
1251:
1252: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1253: main/pa_xml_io.C: execute_*_method simplified and unified
1254:
1255: 2020-10-27 moko
1256:
1257: * tests/: 306.html, results/306.processed: a bit more testing. :)
1258:
1259: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1260: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1261: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1262: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1263: types/pa_vmethod_frame.h, types/pa_vobject.C,
1264: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1265: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1266: longer used in object-prototype mode
1267:
1268: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1269: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1270: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1271: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1272: $form:name[value] features
1273:
1.143 moko 1274: 2020-10-18 moko
1275:
1276: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1277:
1278: 2020-10-15 moko
1279:
1280: * src/main/pa_http.C: url no longer needed as
1281: ALTER_EXCEPTION_SOURCE is used
1282:
1283: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1284: main/pa_http.C: check_file_size filespec is now optional
1285:
1286: * src/: classes/curl.C, include/pa_exception.h,
1287: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1288: ALTER_EXCEPTION_COMMENT added for better error reporting
1289:
1290: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1291: results/346-curl.processed, results/379-curl.processed,
1292: results/379.processed: test results updated as load now provides
1293: better error reporting + curl responses updated
1294:
1295: 2020-10-14 moko
1296:
1297: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1298: main/pa_string.C, targets/apache/mod_parser3_core.C,
1299: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1300: checked. 10 is now default base, no hex autodetect by default
1301:
1302: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1303: connection socket closing in destructor + accept exception
1304: handling
1305:
1306: * src/targets/cgi/parser3.C: warning war
1307:
1308: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1309: main/pa_request.C, targets/apache/mod_parser3_core.C,
1310: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1311: exception handling unified
1312:
1313: 2020-10-13 moko
1314:
1315: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1316: autodetection
1317:
1318: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1319:
1320: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1321:
1322: * src/main/pa_http.C: warning war
1323:
1.142 moko 1324: 2020-10-12 moko
1325:
1.143 moko 1326: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1327: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1328: unhandled exception code optimization
1329:
1330: * src/targets/cgi/parser3.C: request_info now global variable
1331:
1332: * src/main/pa_http.C: http_read_response moved to HTTP_response
1333: class
1334:
1335: * src/: include/pa_http.h, main/pa_http.C,
1336: targets/cgi/pa_sapi_info.h: read_post implemented
1337:
1.142 moko 1338: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1339: [host:]port syntax support in httpd mode
1340:
1341: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1342: targets/cgi/parser3.C: populate_env added
1343:
1344: * src/include/pa_hash.h: to make get(char *) compiling in
1345: HashStringString
1346:
1347: 2020-10-10 moko
1348:
1349: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1350: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1351:
1352: * src/: include/pa_http.h, include/pa_request_info.h,
1353: main/pa_http.C, main/pa_string.C,
1354: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1356: types/pa_vrequest.C: initial httpd mode implementation
1357:
1.141 moko 1358: 2020-10-04 moko
1359:
1360: * src/targets/cgi/parser3.C: options together
1361:
1362: 2020-09-30 moko
1363:
1364: * src/main/pa_http.C: renamed
1365:
1.140 moko 1366: 2020-08-14 moko
1367:
1368: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1369: src/targets/cgi/Makefile.am: no httpd as separate library
1370:
1371: 2020-08-13 moko
1372:
1373: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1374: unhandled exception handler to report 500 instead of 200 it was
1375: before.
1376:
1377: * src/targets/apache/mod_parser3_core.C: minor cleanup
1378:
1379: * src/: include/pa_sapi.h, main/untaint.C,
1380: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1381: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1382: thus replaced with SAPI::die and removed
1383:
1384: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1385: cgi/parser3.C: whitespace
1386:
1387: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1388:
1389: 2020-08-12 moko
1390:
1391: * src/targets/cgi/parser3.C: duplicate info in signal logging
1392: removed, whitespace was: SIGPIPE received while executing code.
1393: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1394: cl=0]
1395:
1396: * parser3.sln: + httpd.vcproj
1397:
1398: 2020-08-11 moko
1399:
1400: * src/targets/cgi/Makefile.am: +libhttpd
1401:
1402: * configure.ac, src/lib/Makefile.am: +libhttpd
1403:
1.139 moko 1404: 2020-07-13 moko
1405:
1406: * tests/: 401.html, results/401.processed: test for hash key does
1407: not keep language, but tainted in foreach.
1408:
1.138 moko 1409: 2020-07-01 moko
1410:
1411: * tests/: 235.html, results/235.processed: test result updated as
1412: messages before attachments implemented (feature #1176)
1413:
1.137 moko 1414: 2020-06-27 moko
1415:
1416: * tests/: 400.html, results/400.processed: test updated to check
1417: ^return{code}
1418:
1419: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1420: fixed
1421:
1422: 2020-06-26 moko
1423:
1424: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1425: added (related to https://www.parser.ru/forum/?id=85319)
1426:
1427: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1428: when $result assignment was last statement in the method
1429: (https://www.parser.ru/forum/?id=85319)
1430:
1.136 moko 1431: 2020-05-23 moko
1432:
1433: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1434: whitespace, unused level removed
1435:
1436: 2020-05-19 moko
1437:
1438: * src/types/pa_vmail.C: whitespace
1439:
1440: * src/types/pa_vmail.C: files should be processed last (related to
1441: feature #1176)
1442:
1.135 moko 1443: 2020-05-12 moko
1444:
1445: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1446: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1447:
1448: * configure.ac: FreeBSD1X.X check added to avoid
1449: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1450:
1.134 moko 1451: 2020-02-26 moko
1452:
1453: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1454: compilation issue (related to bug #1201)
1455:
1456: * src/main/pa_common.C: entry_readable -> entry_exists,
1457: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1458: -f and -d now works under Windows in UTF-8 with Russian
1459: filenames.
1460:
1461: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1462: advice (related to feature #1199)
1463:
1464: 2020-02-25 moko
1465:
1466: * buildall: --silent removed
1467:
1468: * configure.ac: gmime-3.0 support
1469:
1470: * buildall: --with-system-mailreceive option added to build with
1471: system libgmime
1472:
1473: * src/types/pa_vmail.C: avoiding
1474: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1475: to feature #1199)
1476:
1.133 moko 1477: 2020-02-18 moko
1478:
1479: * src/classes/op.C: windows x64 debug mode compile fix
1480:
1481: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1482: change (releated to feature #1200)
1483:
1484: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1485: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1486: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1487: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1488: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1489: targets/apache/ApacheModuleParser3.vcproj,
1490: targets/apache/ApacheModuleParser3Core.vcproj,
1491: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1492: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1493: dependency (related to feature #1200)
1494:
1.132 moko 1495: 2020-02-12 moko
1496:
1497: * src/types/pa_vmail.C: minimize diff
1498:
1499: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1500: #1199)
1501:
1.131 moko 1502: 2020-01-18 moko
1503:
1504: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1505:
1.130 moko 1506: 2019-12-28 moko
1507:
1508: * src/targets/cgi/parser3.C: avoid empty ?
1509:
1510: 2019-12-27 moko
1511:
1512: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1513: DOCUMENT_ROOT (related to feature #1164)
1514:
1515: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1516: fcgiwrap setup (implements feature #1164)
1517:
1518: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1519: but no issues found (related to feature #1164)
1520:
1521: * src/targets/cgi/parser3.C: actualized
1522:
1523: 2019-12-26 moko
1524:
1525: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1526: removed
1527:
1528: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1529: removed
1530:
1531: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1532: allocation errors, we don't want default gc warnings (without
1533: timestamp and URI).
1534:
1535: * src/: classes/memory.C, main/pa_globals.C,
1536: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1537: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1538: pa_globals_init
1539:
1540: * src/main/pa_globals.C: setup_hex_value() removed, static array
1541: initialization used (optimization)
1542:
1543: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1544: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1545: pa_socks_init/pa_socks_done moved inside pa_globals_init
1546: (optimization)
1547:
1.129 moko 1548: 2019-12-09 moko
1549:
1550: * src/include/pa_config_fixed.h: warning war
1551:
1.128 moko 1552: 2019-12-08 moko
1553:
1554: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1555: process grammar under Unix.
1556:
1557: 2019-12-07 moko
1558:
1559: * tests/389.html: For Windows XP. :)
1560:
1561: * tests/388-sql.html: Windows compatibility added
1562:
1563: 2019-12-06 moko
1564:
1565: * src/targets/cgi/parser3.C: warning war
1566:
1567: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1568: == sizeof(CORD)) to avoid aligning bugs in future
1569:
1570: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1571: XML_STATIC
1572:
1573: * src/include/pa_request.h: StackItem() not required
1574:
1575: * src/include/pa_stack.h: warning war
1576:
1577: * src/include/pa_config_includes.h: GCC warning silenced
1578:
1579: * src/include/pa_memory.h: warning war: the program should also
1580: define 'void operator delete [](void*, std::size_t)'
1581: [-Wsized-deallocation]
1582:
1583: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1584:
1585: * src/classes/string.C: not reqired cast removed
1586:
1587: * src/classes/string.C: not reqired cast removed
1588:
1589: 2019-12-05 moko
1590:
1591: * src/lib/sdbm/pa_file_io.C: warning war
1592:
1593: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1594: enum Language : size_t - required for VS2015+ to make
1595: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1596: without it (related to feature #1198)
1597:
1598: 2019-12-04 moko
1599:
1600: * src/main/pa_base64.C: unsigned char -> uchar
1601:
1602: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1603: as other libs
1604:
1605: * src/include/pa_version.h: +amd64
1606:
1607: 2019-12-03 moko
1608:
1609: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1610: release
1611:
1612: * src/include/pa_config_includes.h: warning war
1613:
1614: * src/classes/image.C: warning war
1615:
1616: * src/main/pa_globals.C: x64 libs support
1617:
1618: * src/include/pa_config_includes.h: warning war
1619:
1620: * src/types/pa_method.h: warning war
1621:
1.127 moko 1622: 2019-11-28 moko
1623:
1624: * src/classes/math.C: vs2003 compatibility + warning war
1625:
1626: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1627: libxml2-2.9.9 (related to feature #1136)
1628:
1629: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1630: typecast for more compatibility (related to feature #1136)
1631:
1632: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1633: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1634: feature #1136)
1635:
1636: 2019-11-26 moko
1637:
1638: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1639: removed (it was failing in $$var case), condition added
1640:
1.126 moko 1641: 2019-11-25 moko
1642:
1643: * tests/: 397.html, 399.html, results/141.processed,
1644: results/399.processed: base64 options tested
1645:
1646: * src/: classes/math.C, main/pa_http.C: base64 options used
1647:
1648: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1649: implemented (feature #986)
1650:
1651: * src/main/pa_cache_managers.C: whitespace
1652:
1653: * tests/: 397.html, 399.html, results/399.processed: tests for
1654: ^base64 encode options added (related to feature #986)
1655:
1656: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1657: pa_base64_encode(file) removed - more memory, but faster and less
1658: code (related fo feature #986)
1659:
1660: 2019-11-24 moko
1661:
1662: * tests/: 155.html, results/155.processed: limit and offset in
1663: ^table::load[] now supported, thus test added
1664:
1665: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1666: main/pa_common.C: optimization: offset and limit options parsing
1667: moved inside file_load.
1668:
1669: 2019-11-23 moko
1670:
1671: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1672: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1673: optimization: file_read replaced with simplified file_read_binary
1674:
1675: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1676: types/pa_vform.C: whitespace
1677:
1678: * src/: include/pa_common.h, main/pa_common.C: never used params
1679: removed
1680:
1681: 2019-11-21 moko
1682:
1683: * tests/: 193.html, results/193.processed, results/389.processed:
1684: test results updated as now base64 does not discard tail without
1685: padding (related to feature #986)
1686:
1687: 2019-11-20 moko
1688:
1689: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1690: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1691: pa_base64_decode (related to feature #986)
1692:
1693: * tests/398.html: tests for base64 decode added (related to feature
1694: #986)
1695:
1696: * src/main/pa_base64.C: base64_decode rewritten - padding option
1697: support, padding inside base 64 supported (related to feature
1698: #096)
1699:
1700: 2019-11-19 moko
1701:
1702: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1703: FreeBSD 12
1704:
1.125 moko 1705: 2019-11-16 moko
1706:
1707: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1708: support added, step support removed (related to #986)
1709:
1710: 2019-11-15 moko
1711:
1712: * src/classes/math.C: using log since log2 is not present on
1713: FreeBSD < 8.4 (related to feature #1177)
1714:
1715: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1716: pa_base64_size extracted and used for files as well (related to
1717: feature 986)
1718:
1719: 2019-11-14 moko
1720:
1721: * tests/: 397.html, results/397.processed: + content check
1722:
1723: * tests/: 141.html, results/141.processed: make test resuls more
1724: readable
1725:
1726: * tests/: 397.html, results/193.processed, results/397.processed:
1727: test results updated after \x00 character was disabled in
1728: math:convert string mode (related to feature #1177)
1729:
1730: * src/classes/: math.C, string.C: \\x00 character disabled while
1731: converting to string (as in base64, related to feature #1177)
1732:
1733: * src/classes/file.C: more correct arguments separation
1734:
1735: * src/: classes/file.C, classes/math.C, classes/string.C,
1736: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1737: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1738: options added, but not yet implemented (related to feature #986)
1739:
1740: * src/classes/math.C: whitespace
1741:
1742: 2019-11-13 moko
1743:
1744: * tests/: 397.html, results/397.processed: +tainting test (related
1745: to feature #1177)
1746:
1747: * src/classes/math.C: as we now produce not only digits, result
1748: should be tainted (related to feature #1177)
1749:
1750: * src/main/pa_base64.C: whitespace
1751:
1752: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1753: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1754: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1755: implementation moved from pa_common.h and pa_common.C
1756:
1757: 2019-11-12 moko
1758:
1759: * tests/: 275.html, results/275.processed: out of range test fixed,
1760: as ^math:convert now supports arbitrary precision
1761:
1762: 2019-11-11 moko
1763:
1764: * tests/results/389.processed: uctualized error message
1765:
1766: * tests/: 389.html, 397.html, results/397.processed: tests for
1767: ^math:convert added (related to feature #1177)
1768:
1769: * src/classes/math.C: ^math:convert now supports arbitrary
1770: precision, alphabet support added (implements feature #1177)
1771:
1.124 moko 1772: 2019-11-06 moko
1773:
1774: * tests/: 181.html, results/181.processed: entities usage added,
1775: more entites load tests (related to bug #842 discussion)
1776:
1777: 2019-11-05 moko
1778:
1779: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1780: call from xmlFileOpen if http://localhost/<file> was not found
1781: (related to bug #842)
1782:
1783: * src/main/pa_xml_io.C: rename
1784:
1785: * src/main/pa_xml_io.C: +MemoryStream constructor
1786:
1787: * src/main/pa_xml_io.C: whitespace
1788:
1.123 moko 1789: 2019-10-31 moko
1790:
1791: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1792: XML_PARSE_NOENT) added to fix entities load, (related to feature
1793: #1181)
1794:
1.122 moko 1795: 2019-10-25 moko
1796:
1797: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1798: queries tests
1799:
1800: 2019-10-24 moko
1801:
1802: * tests/: 388-sql.html, results/388-sql.processed: support for
1803: pgsql driver test
1804:
1805: * tests/: 388-sql.html, results/388-sql.processed:
1806: multi_statements=1 now tested, mysql test now supported
1807: (connection must be specified in [parser3] section in .my.cnf)
1808: related to issues #1195 and #1194
1809:
1.121 moko 1810: 2019-09-11 moko
1811:
1812: * src/classes/int.C: whitespace
1813:
1814: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1815: exception test
1816:
1817: * tests/results/388-sql.processed: sql queries now shown (related
1818: to feature #1196)
1819:
1820: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1821: with old parser versions.
1822:
1823: * src/: classes/file.C, classes/hash.C, classes/string.C,
1824: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1825: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1826: instead of connect string in query_event_handlers exceptions
1827: (implements feature #1196)
1828:
1.120 moko 1829: 2019-09-06 moko
1830:
1831: * tests/388-sql.html: mysql compat
1832:
1833: * src/: classes/hash.C, classes/string.C, classes/table.C,
1834: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1835: sql_ variables declaration moved to pa_common.h
1836:
1.116 moko 1837: 2019-01-15 moko
1838:
1839: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1840: logically sorted
1841:
1842: 2018-12-27 moko
1843:
1844: * src/include/pa_config_includes.h: warning war:
1845: -Wdeprecated-register added for C++ 17
1846:
1847: 2018-10-15 moko
1848:
1849: * configure.ac: FreeBSD 11.2 can be build with ./configure
1850: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1851: --with-xml=/usr/local/
1852:
1853: 2018-09-24 moko
1854:
1855: * tests/: 396.html, 396.tiff, results/396.processed: test for
1856: ^image::measure[] now supports tiff added (related to feature
1857: #1188)
1858:
1859: * src/classes/image.C: ^image::measure[] now supports tiff
1860: (implements feature #1188)
1861:
1862: 2018-09-20 moko
1863:
1864: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1865: files measure added (related to ticket #1188)
1866:
1867: * src/classes/image.C: measure of bmp files implemented (related to
1868: ticket #1188)
1869:
1870: 2018-09-18 moko
1871:
1872: * tests/: 394-curl.html, results/394-curl.processed,
1873: results/auto.p: test for bug #1187 (max_file_size check for head
1874: requests) added
1875:
1876: 2018-08-24 moko
1877:
1878: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1879: response content-length check is required (fixes bug #1187)
1880:
1881: 2018-05-11 moko
1882:
1883: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1884: $.append(bool) ] option added (related to feature #919)
1885:
1886: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1887: from misha@ patch (implements feature #919)
1888:
1889: 2018-03-22 moko
1890:
1891: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1892: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1893: with 128kb buffer. Now works at least 12 times faster. :) May be
1894: Windows-only problem.
1895:
1896: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1897: build fix)
1898:
1899: 2018-02-03 moko
1900:
1901: * src/main/execute.C: removes irrelevant lines from exception stack
1902: trace when exceptions occurs in assigment (fixes bug #1165)
1903:
1904: * tests/: 393.html, results/393.processed: test for behavour after
1905: "Property can not be created, already exists field with that
1906: name" exception removed (related to feature #1183)
1907:
1908: * src/types/pa_vclass.C: "Property can not be created, already
1909: exists field with that name" exception removed (implements
1910: feature #1183)
1911:
1912: 2018-01-19 moko
1913:
1914: * src/classes/string.C: whitespace
1915:
1916: * src/classes/string.C: whitespace
1917:
1918: * tests/: 392.html, results/392.processed: test for
1919: ^regex::create[$regex] added (related to feature #1135)
1920:
1921: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1922: ^regex::create[$regex] added (implements feature #1135)
1923:
1924: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1925: commented define added (related to feature #1157)
1926:
1927: 2018-01-17 moko
1928:
1929: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1930:
1931: 2018-01-15 moko
1932:
1933: * tests/: 390.html, results/390.processed: real path replaced by
1934: stub
1935:
1936: * tests/: 391.html, results/391.processed: test for feature #1181
1937: (XML_PARSE_HUGE exception) added
1938:
1939: 2018-01-11 moko
1940:
1941: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1942: XML_PARSE_HUGE option passed by default (implements feature
1943: #1181)
1944:
1945: * src/classes/string.C: whitespace
1946:
1947: 2017-12-10 moko
1948:
1949: * tests/: 389.html, 390.html, results/389.processed,
1950: results/390.processed: image code coverage tests added (related
1951: to feature #1125)
1952:
1953: 2017-12-08 moko
1954:
1955: * tests/: 346-curl.html, 388-sql.html, 389.html,
1956: results/346-curl.processed, results/388-sql.processed,
1957: results/389.processed: more code coverage tests
1958:
1959: * tests/: 264.html, results/264.processed: code coverage for
1960: ^file::exec[]
1961:
1962: 2017-12-07 moko
1963:
1964: * tests/: 174.html, 388-sql.html, 389.html,
1965: results/388-sql.processed, results/389.processed,
1966: results/174.processed: more coverage tests
1967:
1968: * src/classes/math.C: exception text actualized
1969:
1970: 2017-12-06 moko
1971:
1972: * tests/388-sql.html: $SQL can be here
1973:
1974: * tests/results/auto.p: $SQL not required here
1975:
1976: * tests/: 388-sql.html, 389.html, Makefile,
1977: results/388-sql.processed, results/389.processed, results/auto.p:
1978: code coverage tests for sql (using sqlite) and int/double/bool
1979: added (related to feature #1125)
1980:
1981: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1982: lib/json/json.vcproj, lib/md5/md5.vcproj,
1983: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1984: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1985: targets/apache/ApacheModuleParser3Core.vcproj,
1986: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1987: types/types.vcproj: gc\include no longer required
1988:
1989: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1990: required
1991:
1992: * src/: classes/Makefile.am, classes/table.C,
1993: include/pa_config_includes.h, include/pa_string.h,
1994: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1995: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1996: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1997: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1998: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1999: used, we now include it directly
2000:
2001: 2017-12-04 moko
2002:
2003: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2004: memcached/memcached.vcproj, punycode/punycode.vcproj,
2005: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2006: where required
2007:
2008: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2009: now can be used to trace memory allocations
2010:
2011: * src/: classes/table.C, include/pa_config_includes.h,
2012: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2013: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2014: method removes, libcord also can work without libgc
2015:
2016: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2017:
2018: 2017-11-29 moko
2019:
2020: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2021: are not present (related to feature #1173)
2022:
2023: * tests/346-curl.html: test updated to test curl content-length bug
2024: (related to feature #1173)
2025:
2026: * tests/results/346-curl.processed: more test for content-length
2027: curl bug (related to feature #1173)
2028:
2029: * tests/results/346-curl.processed: test results updated after
2030: #1173 implemented
2031:
2032: 2017-11-28 moko
2033:
2034: * src/classes/curl.C: another libcurl Content-length bug walkaround
2035: (related to feature #1173)
2036:
2037: 2017-11-27 moko
2038:
2039: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2040: $.http_version[version string] added (implements feature #1173),
2041: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2042: where $post(true) bug existed.
2043:
2044: 2017-11-18 moko
2045:
2046: * src/include/pa_memory.h: warning war (related to feature #1170)
2047:
2048: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2049: feature #1170)
2050:
2051: 2017-11-17 moko
2052:
2053: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2054: std::basic_stringstream used in ^table.csv-string[] is compatible
2055: with delete usage check only under Debian 9 (related to feature
2056: #1170)
2057:
2058: 2017-11-16 moko
2059:
2060: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2061: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2062: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2063: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2064: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2065: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2066: stubs defend from accidental use (implements feature #1170)
2067:
2068: 2017-06-24 moko
2069:
2070: * configure.ac: minor fix: thanks to alx@
2071:
1.115 moko 2072: 2017-05-29 moko
2073:
2074: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2075: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2076: added to avoid cutting of UTF-8 chars (fixed bug #123)
2077:
2078: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2079: ignored, =?UTF-8?Q?= should start in case of leading space
2080: (related to bug #123)
2081:
2082: * buildall: echo -n -> printf for OS X. :)
2083:
2084: 2017-05-25 moko
2085:
2086: * tests/: 288.html, results/288.processed: test updated afted
2087: setting $o.prop without setter exception removed (related to
2088: feature #1157)
2089:
2090: * src/types/pa_vclass.C: no more "this property has no setter
2091: method" when setting $o.prop without setter (implements feature
2092: #1157)
2093:
2094: * buildall: echo \c -> echo -n for FreeBSD
2095:
2096: * configure, configure.ac, src/include/pa_config_auto.h.in,
2097: src/types/pa_vdouble.h: isfinite now checked in configure
2098:
2099: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2100: upgraded to automake 1.15
2101:
2102: 2017-05-23 moko
2103:
2104: * src/types/pa_vdouble.h: finite returned where isfinite not
2105: defined
2106:
2107: 2017-05-22 moko
2108:
2109: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2110:
2111: * buildall: extern CFLAGS setting support
2112:
2113: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2114:
2115: * buildall: http -> https
2116:
2117: * buildall: gc-7.2f -> gc-7.6.0
2118:
2119: 2017-05-20 moko
2120:
2121: * buildall: https, pcre, xml, xslt updated to current versions
2122: (related to feature #1136)
2123:
2124: 2017-05-19 moko
2125:
2126: * tests/097.html: after parser.ru moved to https
2127:
2128: 2017-05-17 moko
2129:
2130: * tests/results/: 175.processed, 372.processed: tests resuls
2131: updated after lintian spelling typos fixed (related to bug #1156)
2132:
2133: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2134: classes/string.C, classes/table.C, main/pa_charset.C,
2135: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2136: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2137: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2138:
2139: * tests/results/096.processed: +XMP
2140:
2141: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2142: $.xmp(true) options tested (test for feature #1154)
2143:
2144: * src/classes/image.C: ^image:measure[] options $.exif(false)
2145: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2146: fetched by default! (implements feature #1154)
2147:
2148: 2017-05-16 moko
2149:
2150: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2151: allowed (related to feature #1154)
2152:
2153: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2154: initial XMP implementation - without options and transcode
2155: (related to feature #1154)
2156:
2157: 2017-05-12 moko
2158:
2159: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2160: image: exif moved to ffields, skipped in ^image.html[] where
2161: iterators now used (preparation for feature #1154)
2162:
2163: 2017-05-05 moko
2164:
2165: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2166: results/387.processed: test for circular class inheritance check
2167: added (related to bug #1150)
2168:
2169: * src/types/pa_vstateless_class.C: circular class inheritance check
2170: added (fixes endless add_derived bug #1150)
2171:
2172: 2017-05-04 moko
2173:
2174: * tests/: 386.html, results/386.processed: test for
2175: $table.value(number) added (related to feature #1152)
2176:
2177: * src/types/pa_vtable.C: table put_element: column value must be
2178: string - > column value must be string compatible to allow
2179: $t.value(1) (implements feature #1152)
2180:
2181: 2017-05-03 moko
2182:
2183: * src/main/pa_request.C: $use[$method] is not possible, reverting
2184: (related to feature #1151)
2185:
2186: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2187: not possible, removing test (related to feature #1151)
2188:
2189: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2190: get_element_method added and used to allow $use[$method] and
2191: $autouse[$method] (implements feature 1151)
2192:
2193: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2194: variable added (related to feature #1151)
2195:
2196: * tests/results/226.processed: actualized after ^try-catch used
2197:
2198: * tests/: 226.html, 385.html, results/385.processed: test for
2199: @autouse in variable added
2200:
2201: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2202:
1.114 moko 2203: 2017-02-27 moko
2204:
2205: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2206:
1.113 moko 2207: 2017-02-20 moko
2208:
2209: * operators.txt: actualization + beauty
2210:
2211: 2017-02-16 moko
2212:
2213: * tests/: 384.html, results/384.processed: test for
2214: ^reflection:mixin[; $.name[] ] option added (related to feature
2215: #1089)
2216:
2217: * tests/: 384.html, results/384.processed: test for
2218: ^reflection:mixin[] added (related to feature #1089)
2219:
2220: * src/types/pa_value.h: warning war: virtual ~Value() added
2221:
1.112 moko 2222: 2017-02-15 moko
2223:
2224: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2225: fixed
2226:
2227: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2228: test added (related to feature #1069)
2229:
2230: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2231: compilation without HASH_ORDER fixed
2232:
2233: * src/: classes/reflection.C, include/pa_hash.h:
2234: $.reverse(true/false) added to ^reflection:methods[] (related to
2235: feature #1069)
2236:
2237: 2017-02-14 moko
2238:
2239: * tests/: 152.html, results/152.processed: test for $._default hash
2240: added (related to bug #1131)
2241:
2242: * tests/: 277.html, results/277.processed: test for hash with only
2243: $._default is now defined (related to bug #1131)
2244:
2245: * src/types/pa_vhash.h: hash with only $._default is now defined
2246: (fixed bug #1131)
2247:
2248: 2017-02-13 moko
2249:
2250: * tests/cat-windows.sh: cat-windows added (cygwin required)
2251:
2252: * tests/: 171.html, 264.html, 286.html, 370.html,
2253: results/320.processed, results/375.processed, results/auto.p:
2254: cat-windows.sh support added
2255:
2256: * tests/375.html: Windows support
2257:
2258: * tests/270.html: documented
2259:
2260: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2261: (not backslashes) even under Windows (broke test 270)
2262:
2263: 2017-02-12 moko
2264:
2265: * tests/: descript.ion, todo.txt: cleanup
2266:
2267: 2017-02-09 moko
2268:
2269: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2270: run_tests.cmd: Windows compatibility
2271:
2272: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2273: incorrectly (GMT) if parser is called from cygwin
2274:
1.111 moko 2275: 2017-02-08 moko
2276:
1.112 moko 2277: * operators.txt: actualization 15% completed
2278:
2279: * operators.txt: cp1251 -> utf-8
2280:
2281: * NEWS, README: minor update
2282:
2283: * src/include/pa_config_includes.h: warning war continues
2284:
2285: * src/: include/pa_config_includes.h, include/pa_memory.h,
2286: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2287: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2288: gcc 6.x issues fixed
2289:
1.111 moko 2290: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2291: classes/classes.h, classes/curl.C, classes/date.C,
2292: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2293: classes/hashfile.C, classes/image.C, classes/inet.C,
2294: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2295: classes/memcached.C, classes/memory.C, classes/op.C,
2296: classes/reflection.C, classes/regex.C, classes/response.C,
2297: classes/string.C, classes/table.C, classes/void.C,
2298: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2299: include/pa_array.h, include/pa_cache_managers.h,
2300: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2301: include/pa_config_fixed.h, include/pa_config_includes.h,
2302: include/pa_dictionary.h, include/pa_dir.h,
2303: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2304: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2305: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2306: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2307: include/pa_request_charsets.h, include/pa_request_info.h,
2308: include/pa_sapi.h, include/pa_socks.h,
2309: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2310: include/pa_stack.h, include/pa_string.h,
2311: include/pa_stylesheet_connection.h,
2312: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2313: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2314: include/pa_uue.h, include/pa_xml_exception.h,
2315: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2316: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2317: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2318: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2319: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2320: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2321: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2322: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2323: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2324: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2325: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2326: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2327: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2328: main/pa_string.C, main/pa_stylesheet_connection.C,
2329: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2330: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2331: main/untaint.C, sql/pa_sql_driver.h,
2332: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2333: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2334: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2335: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2336: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2337: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2338: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2339: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2340: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2341: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2342: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2343: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2344: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2345: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2346: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2347: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2348: types/pa_vmemcached.h, types/pa_vmemory.h,
2349: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2350: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2351: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2352: types/pa_vresponse.C, types/pa_vresponse.h,
2353: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2354: types/pa_vstateless_object.h, types/pa_vstatus.C,
2355: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2356: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2357: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2358: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2359: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2360: 2015->2017
2361:
1.110 moko 2362: 2017-02-07 moko
2363:
2364: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2365:
2366: 2017-02-06 moko
2367:
2368: * src/main/pa_common.C: minor fixes, whitespace
2369:
2370: * src/: classes/curl.C, classes/file.C, classes/image.C,
2371: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2372: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2373: now used (implements feature #1081)
2374:
2375: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2376:
2377: 2017-02-01 moko
2378:
2379: * src/include/pa_request.h: cleanup
2380:
2381: 2017-01-30 moko
2382:
2383: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2384:
2385: 2017-01-29 moko
2386:
2387: * tests/: 383.html, results/383.processed: test for
2388: ^reflection:stack[] added (related to feature #1052)
2389:
2390: * src/classes/reflection.C: else added
2391:
2392: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2393: $.max_file_lock_wait added (implements feature #1128)
2394:
2395: 2017-01-28 moko
2396:
2397: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2398: body and other cases tests added (related to featue #1014)
2399:
2400: * src/classes/curl.C: bug if response is empty fixed (related to
2401: feature #1014)
2402:
2403: 2017-01-27 moko
2404:
2405: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2406: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2407: added (implements feature #1052)
2408:
2409: 2017-01-25 moko
2410:
2411: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2412: method test added
2413:
2414: 2017-01-23 moko
2415:
2416: * src/classes/reflection.C: optimization: options->get replaced by
2417: hash iterator
2418:
2419: * tests/: 381.html, results/381.processed: now -> fixed date
2420:
2421: * src/main/pa_request.C: warning war
2422:
2423: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2424: 5Mb (fixes bug #1058)
2425:
2426: * src/classes/curl.C: warning war
2427:
2428: * tests/: 381.html, results/381.processed: tests for ^json:string
2429: $.one-line(true) option added (related to feature #1124)
2430:
2431: * src/: classes/json.C, types/pa_value.h: $json-string
2432: $.one-line(true|false) options is now supported (implements
2433: feature #1124)
2434:
2435: * tests/: 380.html, results/380.processed: test for modified
2436: $.max_file_size added (related to bug #1014)
2437:
2438: * tests/: 379.html, results/auto.p: tests for rewritten http file
2439: load added (related to bug #1014)
2440:
2441: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2442: main/pa_common.C, main/pa_http.C: check_file_size added and used
2443: in curl / file load from disk and http, http file load rewritten
2444: (related to bug #1014)
2445:
2446: 2017-01-18 moko
2447:
2448: * tests/: 378.html, results/378.processed: tests for ^result[]
2449: added (related to feature #66)
2450:
2451: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2452: Method::CO_WITHOUT_FRAME as frame still added in expression
2453: (related to feature #66)
2454:
2455: 2017-01-17 moko
2456:
2457: * tests/: 377.html, results/377.processed: test for different
2458: combinations of breaks in body and delimiter (related to bug
2459: #1077)
2460:
2461: * tests/: 376.html, results/376.processed: many ^break[] tests
2462: added (related to bug #1077)
2463:
2464: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2465: passed to native method" exception added to avoid bugs due to
2466: WRITE_EXPR_RESULT skipped and native methods execution continues
2467: after ^break[] (related to bug #1077)
2468:
2469: 2017-01-14 moko
2470:
2471: * tests/: 330.html, results/330.processed: test results updated
2472: after ^break[] bugs where fixed (related to bug #1077)
2473:
2474: * tests/: 329.html, results/329.processed: test results updated
2475: after ^break[] bugs where fixed (related to bug #1077)
2476:
2477: * tests/results/320.processed: ^return[] added
2478:
2479: 2017-01-13 moko
2480:
2481: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2482: classes/table.C, include/pa_request.h, main/execute.C,
2483: main/pa_request.C, targets/cgi/parser3.C,
2484: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2485: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2486: checked after each possible process/execute call (fixes bug
2487: #1077)
2488:
2489: 2016-12-29 moko
2490:
2491: * src/main/pa_common.C: warning war
2492:
2493: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2494: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2495: pa_file_size_limit added, ^math:random fixed for upper limit and
2496: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2497: (related to feature #1014)
2498:
2499: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2500: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2501: (related to feature #1014)
2502:
2503: 2016-12-28 moko
2504:
2505: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2506: warning war
2507:
2508: 2016-12-26 moko
2509:
2510: * tests/: 341.html, results/341.processed: test for
2511: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2512:
2513: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2514: (related to feature #1057)
2515:
2516: * src/types/pa_vdate.C: warning war continues...
2517:
2518: * src/: classes/date.C, classes/image.C, classes/table.C,
2519: include/pa_config_includes.h, types/pa_vfile.C: warning war
2520:
2521: * src/lib/gd/gifio.C: warning war / cleanup
2522:
2523: * src/lib/json/pa_json.C: warning war
2524:
2525: * src/classes/hash.C: warning war
2526:
2527: * src/types/pa_vfile.C: warning war
2528:
2529: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2530: -Wall warning war continues
2531:
2532: * configure.ac: --with-build-warnings actualized
2533:
2534: 2016-12-25 moko
2535:
2536: * src/main/pa_exec.C: -wAll warning war
2537:
2538: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2539: -wAll warning war
2540:
2541: * src/: include/pa_common.h, include/pa_sapi.h,
2542: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2543: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2544: -wAll warning war
2545:
2546: 2016-12-23 moko
2547:
2548: * src/lib/ltdl/Makefile.am: extra dist added
2549:
2550: * tests/results/344.processed: test result updated after $file.text
2551: prefetched in ^hash::create[$file] (related to feature #1075)
2552:
2553: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2554: ^hash::create[$file] (related to feature #1075)
2555:
2556: 2016-12-22 moko
2557:
2558: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2559: main/pa_request.C, main/pa_stylesheet_connection.C,
2560: types/pa_vfile.C: file_stat now return 64-bit size (implements
2561: #1014 under 32-bit unix versions)
2562:
2563: 2016-12-21 moko
2564:
2565: * tests/: 375.html, results/375.processed: test for exec returning
2566: stated file added (related to feature #1119)
2567:
2568: * src/classes/file.C: load should not return file with null body
2569: (fixes bug #1119)
2570:
2571: 2016-12-14 moko
2572:
2573: * tests/: 374.html, results/374.processed: test for $method.name
2574: added (related to feature #1117) plus method returning junction
2575: test
2576:
2577: 2016-12-13 moko
2578:
2579: * src/: include/pa_symbols.h, main/pa_symbols.C,
2580: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2581: (implements feature #1117)
2582:
2583: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2584: HEAD and TRACE can't have body (implements feature #1116)
2585:
2586: 2016-12-09 moko
2587:
2588: * tests/: 373.html, results/373.processed: tests for
2589: ^reflection:tainting added (related to feature #1098)
2590:
2591: * src/classes/reflection.C: ^reflection:tainting arguments order
2592: change (related to feature #1098)
2593:
2594: 2016-12-06 moko
2595:
2596: * src/: classes/reflection.C, include/pa_string.h,
2597: main/pa_string.C: ^reflection:tainting[$string] added (implements
2598: feature #1098)
2599:
2600: 2016-12-05 moko
2601:
2602: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2603: (fixes bug #1114)
2604:
2605: 2016-12-04 moko
2606:
2607: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2608: check added
2609:
2610: 2016-12-03 moko
2611:
2612: * tests/: 346-curl.html, results/346-curl.processed: test modified
2613: to test value.as_hash() usage
2614:
2615: * src/classes/curl.C: value.as_hash() used for correct hash
2616: processing
2617:
2618: * src/classes/reflection.C: exceptions texts fixes
2619:
2620: 2016-12-02 moko
2621:
2622: * tests/: 372.html, results/372.processed: tests for
2623: ^reflection:create[ $.class[name] $.constructor[name]
2624: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2625: feature #1094)
2626:
2627: * src/types/pa_vmethod_frame.h: comment added: params should be
2628: declared outside of *_FRAME_ACTION as MethodParams destructor
2629: will be called in ~VNativeMethodFrame
2630:
2631: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2632: ] minor fix
2633:
2634: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2635: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2636: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2637: now supported (implements feature #1094) value::as_hash added
2638: (and should be used everywhere)
2639:
2640: * src/classes/reflection.C: cleanup
2641:
2642: 2016-12-01 moko
2643:
2644: * tests/: 356.html, results/356.processed: test for method
2645: junctions class name added to the resulting hash added (related
2646: to feature #1068)
2647:
2648: * src/classes/reflection.C: for method junctions class name added
2649: to the resulting hash (related to feature #1068)
2650:
2651: 2016-11-30 moko
2652:
2653: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2654: exception (related to bug #1113)
2655:
2656: * src/types/pa_vhashfile.C: whitespace
2657:
2658: * src/main/pa_os.C: errno now returned as it should (fixes bug
2659: #1113)
2660:
2661: * tests/results/: 175.processed, 192.processed, 224.processed,
2662: 229.processed, 239.processed, 244.processed, 246.processed,
2663: 314.processed, 352.processed: tests results updated after method
2664: call exceptions improved as method now keeps its name
2665:
2666: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2667: types/pa_vmethod_frame.h: method call exceptions improved as
2668: method now keeps its name
2669:
2670: * tests/: 224.html, 239.html, results/224.processed,
2671: results/239.processed: tests and tests results updated after
2672: Request::construct exception changed
2673:
2674: * src/: classes/reflection.C, main/execute.C: Request::construct
2675: exception optimized
2676:
2677: * tests/: 371.html, results/371.processed: test for
2678: WWrapper.get_element call in $.name.key[value] code added
2679: (related to feature #1091)
2680:
2681: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2682: in $.name.key[value] code (related to feature #1091)
2683:
2684: 2016-11-29 moko
2685:
2686: * src/classes/op.C: VS warning war
2687:
2688: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2689: C4239: nonstandard extension used : 'return' : conversion from
2690: 'Value' to 'Value &' (related to feature #1020)
2691:
2692: * src/: main/execute.C, types/pa_vmethod_frame.h,
2693: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2694: used : 'return' : conversion from 'Value' to 'Value &' (related
2695: to feature #1020)
2696:
2697: * src/main/execute.C: VS warning war
2698:
2699: * src/targets/cgi/parser3.C: VS compatibility fix
2700:
2701: * src/include/pa_request.h: VS warning war
2702:
2703: * tests/: 370.html, results/370.processed: test for ^file::exec[
2704: ... $.stdin[$binary_file] ] added (related to bug #1044)
2705:
2706: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2707: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2708: $.stdin[$binary_file] (fixes bug #1044)
2709:
2710: 2016-11-28 moko
2711:
2712: * src/main/pa_exec.C: whitespace
2713:
2714: * src/main/pa_request.C: whitespace
2715:
2716: * tests/: 369.html, results/369.processed: test for
2717: $response:status usage added (related to feature #1099)
2718:
2719: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2720: if < 100 (implements feature #1099)
2721:
2722: * src/targets/cgi/parser3.C: whitespace
2723:
2724: * src/targets/cgi/parser3.C: whitespace
2725:
2726: * tests/: 368.html, results/368.processed: test updated after
2727: ^reflection:filename[$method] added (related to feature #1053)
2728:
2729: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2730: main/compile.y, main/execute.C, main/pa_request.C,
2731: types/pa_vclass.h: filename -> filespec,
2732: ^reflection:filename[$method] added (related to feature #1053)
2733:
2734: 2016-11-27 moko
2735:
2736: * tests/: 368.html, results/368.processed: test for
2737: reflection:filename[$class or object] added (related to feature
2738: #1053)
2739:
2740: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2741: types/pa_vstateless_class.h: ^reflection:filename[$class or
2742: object] added (implements feature #1053)
2743:
2744: 2016-11-26 moko
2745:
2746: * src/: include/pa_request_info.h,
2747: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2748: remove_absolute_uri -> strip_absolute_uri
2749:
2750: 2016-11-25 moko
2751:
2752: * src/: include/pa_request_info.h,
2753: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2754: request_info.remove_absolute_uri added to remove possible
2755: http://site.name/ from $request:uri (implements feature #1112)
2756:
2757: 2016-11-24 moko
2758:
2759: * tests/: 367-curl.html, results/367-curl.processed: test for
2760: previous request headers clearing after redirect added (related
2761: to bug #1109)
2762:
2763: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2764: response headers from previous requests are now cleared, only
2765: last request headers are collected (fixes bug #1109)
2766:
2767: * tests/results/: 266.processed, 321.processed, 356.processed:
2768: tests results updated as method name now added to the resulting
2769: hash for new syntax only (Imp1 compatimility fixed, related to
2770: feature #1068)
2771:
2772: * src/classes/reflection.C: method name now added to the resulting
2773: hash for new syntax only (Imp1 compatimility fixed, related to
2774: feature #1068)
2775:
2776: * tests/results/366.processed: test for native and parser
2777: implementation of ^use[] logic (related to feature #1074)
2778:
2779: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2780: for native and parser implementation of ^use[] logic (related to
2781: feature #1074)
2782:
2783: 2016-11-23 moko
2784:
2785: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2786: main/pa_request.C: @USE file now implemented as ^use[file;
2787: $.origin[origin_file] ] (implements feature #1074)
2788:
1.109 moko 2789: 2016-11-21 moko
2790:
1.110 moko 2791: * tests/: 365.html, results/365.processed: test for $caller bugs in
2792: 3.4.4 and $caller.method now tested (related to feature #1110)
2793:
2794: * tests/: 364.html, results/364.processed: $caller usage in
2795: different contexts now tested (related to feature #1110)
2796:
2797: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2798:
2799: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2800:
1.109 moko 2801: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2802: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2803: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2804: used (implements feature #1110)
2805:
2806: 2016-11-20 moko
2807:
2808: * src/types/pa_vdouble.h: whitespace
2809:
2810: 2016-11-11 moko
2811:
2812: * tests/: 363.html, results/363.processed: more tests for feature
2813: #1091 (how parser methods work in expression context)
2814:
2815: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2816: expressions strings are now written as strings, not values by
2817: write_as_string (related to feature #1091)
2818:
2819: * src/classes/op.C: to make more correct behavour in expression
2820: context
2821:
2822: 2016-11-07 moko
2823:
2824: * tests/: 362.html, results/362.processed: test for
2825: xsltParseStylesheetDoc caching as xsl modification after it added
2826: (related to bug #1108)
2827:
2828: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2829: result now cached as xdoc is modified after it (fixes bug #1108)
2830:
2831: 2016-11-06 moko
2832:
2833: * src/types/pa_vxdoc.h: whitespace
2834:
2835: 2016-11-05 moko
2836:
2837: * src/types/pa_vmethod_frame.h: cleanup
2838:
2839: 2016-11-03 moko
2840:
2841: * tests/results/244.processed: more correct exception after method
2842: frames separation
2843:
2844: * src/types/pa_vmethod_frame.h: minor optimizaion
2845:
2846: * src/types/pa_method.h: optimization: params_count added
2847:
2848: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2849: include/pa_request.h, main/execute.C, main/pa_request.C,
2850: types/pa_value.C, types/pa_vmethod_frame.C,
2851: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2852: VMethodFrame now divided into VNativeMethodFrame,
2853: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2854: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2855: and used (related to feature #1104)
2856:
2857: 2016-11-02 moko
2858:
2859: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2860: classes/double.C, classes/file.C, classes/hash.C,
2861: classes/hashfile.C, classes/image.C, classes/inet.C,
2862: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2863: classes/memcached.C, classes/op.C, classes/reflection.C,
2864: classes/regex.C, classes/string.C, classes/table.C,
2865: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2866: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2867: r.write (implements feature #1091)
2868:
2869: * src/main/execute.C: cleanup (related to feature #1104)
2870:
2871: * src/: include/pa_request.h, main/execute.C,
2872: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2873: added, in_expression removed (implements feature #1104)
2874:
2875: 2016-10-31 moko
2876:
2877: * src/types/pa_value.C: whitespace
2878:
2879: 2016-10-28 moko
2880:
2881: * tests/results/244.processed: updated after error reporting fixed
2882: in pa_wcontext.C
2883:
2884: * src/types/pa_wcontext.C: error reporting fixed
2885:
2886: * src/types/pa_wcontext.h: whitespace
2887:
2888: * src/classes/image.C: not fully readed entries are no longer
2889: processed (fixes bug #1106)
2890:
2891: 2016-10-26 moko
2892:
2893: * src/classes/image.C: whitespace
2894:
2895: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2896: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2897: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2898: longer required (related to feature #1091)
2899:
2900: * tests/results/: 264.processed, 350.processed: test results update
2901: reverted (whitespace optimization) after write_no_lang removed :)
2902: (related to feature #1091)
2903:
2904: * src/: classes/file.C, classes/hash.C, classes/op.C,
2905: classes/string.C, classes/table.C, classes/void.C,
2906: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2907: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2908: equal write_pass_lang (related to feature #1091)
2909:
2910: * tests/results/: 264.processed, 350.processed: test results
2911: updated (whitespace optimization) after write_assign_lang removed
2912: (related to feature #1091)
2913:
2914: * tests/: 361.html, results/361.processed: test for non-string
2915: ^untaint added (related to feature #1091)
2916:
2917: * src/: classes/curl.C, classes/date.C, classes/file.C,
2918: classes/hash.C, classes/op.C, classes/string.C,
2919: include/pa_request.h, main/execute.C: optimization:
2920: write_assign_lang removed as not required (first part of feature
2921: #1091 implementation)
2922:
1.108 moko 2923: 2016-10-12 moko
2924:
2925: * tests/: 360.html, results/360.processed: more test code (related
2926: to feature #1104)
2927:
2928: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2929: include/pa_request.h, main/compile.y, main/execute.C: opcode
2930: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2931: WContext is next task (implements feature #1104)
2932:
2933: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2934: / CO_WITHOUT_WCONTEXT
2935:
2936: * tests/: 360.html, results/360.processed: test for in expression
2937: state (related to feature #1104)
2938:
2939: 2016-10-11 moko
2940:
2941: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2942:
2943: * src/classes/op.C: default value removed from initializer
2944:
2945: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2946:
2947: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2948:
2949: 2016-10-10 moko
2950:
2951: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2952: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2953: to feature #42)
2954:
2955: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2956: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2957:
2958: 2016-10-08 moko
2959:
2960: * src/classes/double.C: whitespace
2961:
2962: 2016-10-07 moko
2963:
2964: * src/types/pa_vmethod_frame.h: reorder
2965:
2966: 2016-10-06 moko
2967:
2968: * src/classes/date.C: typo
2969:
2970: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2971:
2972: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2973: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2974: types/pa_vmethod_frame.h: params.get now returns Value&, not
2975: Value*
2976:
2977: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2978:
2979: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2980: removed; first as_* code rewrite
2981:
2982: 2016-10-05 moko
2983:
2984: * src/include/pa_request.h: whitespace
2985:
2986: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2987: intercept_string added (related to feature #1097)
2988:
2989: * src/: classes/image.C, classes/op.C, classes/table.C,
2990: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2991: optimization: intercept_string removed (implements feature #1097)
2992:
2993: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2994:
2995: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2996: from VCodeFrame and WWrapper as not required
2997:
2998: 2016-10-04 moko
2999:
3000: * src/: classes/curl.C, classes/date.C, classes/double.C,
3001: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3002: classes/int.C, classes/json.C, classes/op.C,
3003: classes/reflection.C, classes/string.C, classes/table.C,
3004: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3005: proces_to_value -> process after StringOrValue removed (related
3006: to feature #1020)
3007:
3008: * src/classes/form.C: whitespace
3009:
3010: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3011:
3012: * tests/: 357.html, 358.html, results/357.processed,
3013: results/358.processed, results/auto.p: test for @conf
3014: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3015:
3016: 2016-10-03 moko
3017:
3018: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3019: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3020: supported (implements feature #42)
3021:
3022: * src/types/pa_vregex.h: no reason for VRegex to be
3023: is_evaluated_expr
3024:
3025: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3026: (implements feature #1095)
3027:
3028: 2016-10-01 moko
3029:
3030: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3031: false by default (related to feature #1089)
3032:
3033: 2016-09-30 moko
3034:
3035: * src/types/pa_wcontext.h: cleanup
3036:
3037: 2016-09-29 moko
3038:
3039: * src/main/execute.C: whitespace
3040:
3041: * src/include/pa_request.h: whitespace
3042:
3043: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3044: classes/op.C, classes/table.C, include/pa_request.h,
3045: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3046: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3047: StringOrValue removed as it just slows down and adds complexity
3048: (implements feature #1020)
3049:
3050: 2016-09-28 moko
3051:
3052: * tests/: 356.html, results/266.processed, results/321.processed,
3053: results/356.processed: tests updated after name was added to
3054: method_info hash, test for ^reflection:method_info[junction]
3055: added (related to feature #1068)
3056:
3057: * src/classes/reflection.C: ^reflection:method_info[junction] now
3058: supported, method name added to the resulting hash (implements
3059: feature #1068)
3060:
3061: * tests/: 276.html, results/276.processed: more tests for
3062: ^reflection:delete[]
3063:
3064: * src/classes/reflection.C: fixed bug then ^reflection:delete
3065: didn't work on class and could damage native objects (like file)
3066:
3067: 2016-09-26 moko
3068:
3069: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3070: results/345.processed, results/346-curl.processed,
3071: results/347-curl.processed, results/348.processed: numbers added
3072: to simplify diff analysis
3073:
3074: * tests/: 352.html, results/352.processed: test result updated as
3075: method name used
3076:
3077: * src/classes/reflection.C: method name used
3078:
3079: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3080: its name
3081:
3082: * src/types/pa_method.h: whitespace
3083:
3084: * src/classes/reflection.C: both method and field with one name can
3085: exist.
3086:
3087: * src/classes/reflection.C: ^reflection:mixin added (implements
3088: feature #1089)
3089:
3090: * tests/: 355.html, results/355.processed: property appears in
3091: derived class if added in base test added
3092:
3093: * src/types/pa_vstateless_class.h: get_method declaration +
3094: whitespace
3095:
3096: * tests/: 354.html, results/354.processed: nice test from method
3097: and property with one name in class added
3098:
3099: 2016-09-23 moko
3100:
3101: * src/classes/reflection.C: ^reflection:method usage documented
3102:
3103: 2016-09-22 moko
3104:
3105: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3106: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3107: compile warning and GPF occures on VS2003 (related to feature
3108: #1087)
3109:
3110: * tests/: 350.html, results/350.processed: test added for
3111: $.encloser[] support in ^table::create (related to feature #11)
3112:
3113: * src/classes/table.C: another minor fix (related to feature #11)
3114:
1.107 moko 3115: 2016-09-21 moko
3116:
3117: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3118:
3119: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3120: classes/json.C, classes/string.C, classes/table.C,
3121: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3122: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3123: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3124: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3125: pa_charsets, vs2015 warning war
3126:
3127: * src/classes/table.C: vs2015 warning war
3128:
3129: * src/types/pa_vdate.C: vs2015 warning war
3130:
3131: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3132:
3133: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3134: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3135:
3136: * src/main/pa_common.C: vs2015 compilation fixes
3137:
3138: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3139: vs2015 compilation fixes
3140:
3141: * src/main/pa_charset.C: vs2015 warning war
3142:
3143: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3144:
3145: * src/main/pa_charset.C: vs2015 warning war
3146:
3147: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3148:
3149: * src/types/pa_vdate.C: vs2015 compilation fix
3150:
3151: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3152:
3153: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3154: VS2015 compilation fixes
3155:
3156: * src/classes/table.C: minor fix (related to feature #11)
3157:
3158: * tests/results/282.processed: no longer skipping extra enclosers
3159: (related to feature #11)
3160:
3161: * src/classes/table.C: minor fix + no longer skipping extra
3162: enclosers (related to feature #11)
3163:
3164: * src/classes/table.C: minor optimization (related to feature #11)
3165:
3166: * src/classes/table.C: minor fix and optimization (related to
3167: feature #11)
3168:
3169: 2016-09-20 moko
3170:
3171: * tests/: 353.html, results/353.processed: test for
3172: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3173: added (related to bug #1090)
3174:
3175: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3176: one_big_piece (fixes bug #1090)
3177:
3178: * tests/: 229.html, results/229.processed: code coverage tests
3179:
3180: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3181: body) was called
3182:
3183: * src/classes/op.C: whitespace
3184:
3185: * tests/: 323.html, results/323.processed: test for code junction
3186: should not be returned by ^reflection:class, ^reflection:base
3187:
3188: * src/classes/reflection.C: bugfix: code junction should not be
3189: returned by ^reflection:class, ^reflection:base
3190:
3191: * tests/: 323.html, 352.html, results/352.processed: no more
3192: exception for ^reflection:method[class;no-such-method] (related
3193: to feature #1087)
3194:
3195: * src/classes/reflection.C:
3196: ^reflection:method[class;no-such-method] : exception -> void
3197: (related to feature #1087)
3198:
3199: * src/include/pa_request.h: request::write_value added to allow
3200: write value without convertion (related to issue #1091)
3201:
3202: 2016-09-19 moko
3203:
3204: * src/main/pa_random.C: windows build fix
3205:
3206: * src/types/pa_vhash.h: warning war
3207:
3208: 2016-09-14 moko
3209:
3210: * tests/: 352.html, 552.html, results/352.processed,
3211: results/552.processed: test for ^reflection:method[] extension
3212: added (related to feature #1087)
3213:
3214: * tests/: 552.html, results/552.processed: test for
3215: ^reflection:method[] extension added (related to feature #1087)
3216:
3217: * src/classes/reflection.C: compatibility issue fixed, VClass
3218: dynamic_cast check added (related to feature #1087)
3219:
3220: * tests/: 351.html, results/351.processed: test for @auto[]
3221: inheritance bug diring ^process[] added (related to bug #1088)
3222:
3223: * src/: classes/op.C, main/pa_request.C,
3224: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3225: disable it inheritance during ^process (fixes bug #1088)
3226:
3227: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3228: added (implements feature #1087)
3229:
3230: 2016-09-13 moko
3231:
3232: * tests/: 349.html, results/auto.p: test for objects prototyping
3233: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3234: to feature #1086)
3235:
3236: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3237: types/pa_vobject.C: objects now are not class instances, but have
3238: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3239: in @conf (implements feature #1086)
3240:
3241: 2016-09-08 moko
3242:
3243: * src/: classes/file.C, classes/mail.C, classes/string.C,
3244: classes/table.C, main/pa_http.C, main/pa_string.C,
3245: include/pa_string.h: cleanup: string::split limit argument
3246: removed as no longer required, pos_after no longer reference
3247: (related to feature #11)
3248:
3249: * src/classes/table.C, tests/results/348.processed: now exception
3250: is rised when invalid option is passed to ^table::create[]
3251:
3252: * tests/: 282.cfg, 282.html, results/282.processed: more code
3253: coverage tests
3254:
3255: * tests/: 348.html, results/348.processed: code coverage tests
3256: added
3257:
3258: * tests/: 348.html, results/348.processed: generic ^table::create[]
3259: tests
3260:
3261: * tests/: 035.html, results/035.processed, results/272.processed:
3262: tests updated after $.encloser[] support for ^table::create
3263: implementation (related to feature #11)
3264:
3265: * src/classes/table.C: $.encloser[] support for ^table::create
3266: finally added (implements feature #11)
3267:
3268: 2016-09-07 moko
3269:
3270: * src/include/pa_string.h: added StringSplitHelper as friend
3271: (related to feature #11)
3272:
3273: * src/include/pa_string.h: body and langs now protected, not
3274: private to allow inheritance (related to feature #11)
3275:
3276: * src/classes/table.C: lsplit optimized before cloning for
3277: ^table::create with $.encloser[] (related to feature #11)
3278:
3279: * src/classes/table.C: optimizaion: TableControlChars.separators
3280: added and used (related to feature #11)
3281:
3282: * src/classes/table.C: spelling:
3283:
3284: TableSeparators -> TableControlChars column -> separator
3285: separators -> control_chars
3286:
3287: 2016-09-06 moko
3288:
3289: * src/main/pa_string.C: whitespace
3290:
3291: * src/main/pa_string.C: whitespace
3292:
3293: 2016-09-01 moko
3294:
3295: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3296: results OS-independent
3297:
3298: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3299: compiler (related to feature #1042)
3300:
3301: 2016-08-15 moko
3302:
3303: * src/include/pa_string.h: whitespace
3304:
3305: * src/classes/table.C: whitespace
3306:
1.106 moko 3307: 2016-08-05 moko
3308:
3309: * tests/: 344.html, results/344.processed: test for
3310: ^hash::create[$file] added (related to feature #1075)
3311:
3312: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3313: supported (implements feature #1075)
3314:
3315: 2016-08-04 moko
3316:
3317: * tests/: 341.html, results/341.processed: more code coverage tests
3318:
3319: * tests/: 346-curl.html, results/346-curl.processed: more code
3320: coverage tests for curl
3321:
3322: * tests/: 346-curl.html, results/346-curl.processed: more code
3323: coverage tests for curl
3324:
3325: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3326: results/223.processed: code coverage tests: $.form[ $.table[] ]
3327: test added
3328:
3329: * tests/: 223-curl.html, results/223-curl.processed: more code
3330: coverage tests for curl
3331:
3332: 2016-08-03 moko
3333:
3334: * src/classes/curl.C: dlink(curl_library) now called not once, but
3335: until it will be loaded, allowing to find existing library.
3336:
3337: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3338: results/347-curl.processed: more code coverage tests for curl
3339:
3340: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3341: results/339-curl.processed, results/346-curl.processed: curl
3342: functionality tests
3343:
3344: 2016-08-02 moko
3345:
3346: * tests/: 339.html, results/339.processed: test for tables in
3347: ^file:load[] and ^curl:load[] (commented) added (related to
3348: feature #1042)
3349:
3350: * tests/: 345.html, results/345.processed: code coverage tests for
3351: file class
3352:
3353: * tests/: 344.html, results/344.processed: code coverage tests
3354:
3355: * tests/: 344.html, results/344.processed: mdate removed from
3356: output
3357:
3358: * src/classes/file.C: minor bugfix: is_text should be taked from
3359: fcontent.is_text_mode() if not set (related to feature #1061)
3360:
3361: * tests/: 344.html, results/344.processed: more tests
3362:
3363: * tests/: 343.html, 344.html, results/343.processed,
3364: results/344.processed: tests for ^file::create[ $.from-charset
3365: and $.to-charset ] (related to feature #1061)
3366:
3367: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3368: aset_text_mode argument optimized
3369:
3370: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3371: checkBOM now used in detect_binary_content (related to feature
3372: #1061)
3373:
3374: * src/main/pa_request.C: load_charset no longer required to_upper
3375:
3376: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3377: preserves original file mode (if no $.mode specified)
3378:
3379: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3380: ^file::create now supports $.from-charset[] and $.to-charset
3381: options (implements feature #1061), automatic transcode is done
3382: if text file is created from binary file and charset is detected.
3383:
3384: 2016-07-30 moko
3385:
3386: * src/classes/table.C: ^t.hash[..;] now supported (related to
3387: feature #1057)
3388:
3389: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3390: added (related to feature #1057)
3391:
3392: * tests/: 286.html, results/286.processed: code tests coverage
3393:
3394: 2016-07-29 moko
3395:
3396: * src/classes/table.C: table size should be checked inside menu and
3397: foreach (related to feature #858)
3398:
3399: * src/: classes/curl.C, classes/file.C, classes/string.C,
3400: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3401: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3402: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3403: charsets.get now does str_upper inside (related to feature #1061)
3404:
3405: * tests/: 342.html, results/342.processed: more code coverage tests
3406:
3407: * tests/: 342.html, outputs/342.processed: table menu code coverage
3408: + foreach test added (related to feature #858)
3409:
3410: * tests/: 341.html, results/341.processed: tests for
3411: ^table.hash[]{code} added + code coverage tests (related to
3412: feature #1057)
3413:
3414: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3415: value} support (implements feature #1057)
3416:
3417: * src/classes/table.C: whitespace
3418:
3419: 2016-07-28 moko
3420:
3421: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3422: from URL, if not specified query string removed from url-based
3423: filenames in ^curl:load[] and ^file::load[] (related to feature
3424: #1042)
3425:
3426: 2016-07-27 moko
3427:
3428: * tests/: 340.html, results/340.processed: test for
3429: transcode_text_result=false added (related to issue #1042)
3430:
3431: 2016-07-26 moko
3432:
3433: * src/types/pa_vfile.C: file name should not be empty (if file path
3434: is folder and ends with /) (related to feature #1042)
3435:
3436: * src/main/pa_http.C: whitespace optimizaion
3437:
3438: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3439: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3440: multiple headers, ^file::load supports headers transcoding
3441: (implements feature #1042)
3442:
3443: 2016-07-25 moko
3444:
3445: * src/include/pa_common.h: PA_DEFAULT added
3446:
3447: 2016-07-22 moko
3448:
3449: * tests/: 338.html, results/338.processed: test for
3450: $date.field(value) added (related to feature #1066)
3451:
3452: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3453: $date.field(value) now supported for y/m/d/h/m/s (implements
3454: feature #1066)
3455:
1.105 moko 3456: 2016-07-21 moko
3457:
3458: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3459: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3460: arguments removed; image.C - absolute path shown in exception
3461: (implements feature #1071)
3462:
3463: * tests/: 235.html, results/235.processed: test and test result
3464: updated after static boundary in mail and Errors-To: mail header
3465: removed (related to feature #1047)
3466:
3467: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3468: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3469: used, static boundary in mail removed, Errors-To: mail header
3470: removed (implements feature #1047)
3471:
3472: 2016-07-20 moko
3473:
3474: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3475: equest.classes(): Value -> VStateless_class, part 3 (related to
3476: issue #1051)
3477:
3478: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3479: request.classes(): Value -> VStateless_class, part 2 (related to
3480: issue #1051)
3481:
3482: * tests/results/: 224.processed, 323.processed: classes without
3483: methods should not be methoded (related to issue #1051)
3484:
3485: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3486: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3487: -> VStateless_class, part 1 (related to issue #1051)
3488:
3489: * tests/: 337.html, results/337.processed: test for
3490: ^reflection:fields_reference[] and VHashReference class added
3491: (related to feature #1072)
3492:
3493: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3494: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3495: and VHashReference added, allowing ^reflection:fields_reference[]
3496: implementation (closes feature #1072)
3497:
3498: 2016-07-19 moko
3499:
3500: * tests/: 323.html, results/323.processed: we want to see
3501: "methoded"
3502:
3503: * tests/: 336.html, results/336.processed: test for $BASE:property
3504: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3505: #1059)
3506:
3507: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3508: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3509: somebody_entered_some_class, $BASE:property works again,
3510: ^BASE:method[] bugs fixed (fixes bug #1059)
3511:
3512: 2016-07-14 moko
3513:
3514: * tests/: 335.html, results/335.processed: test for feature #1055
3515: added
3516:
3517: * src/classes/hash.C: bugfix: $._default was not copied if empty
3518: feature: ^hash.contains[_default] added (implements feature
3519: #1055)
3520:
3521: 2016-07-13 moko
3522:
3523: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3524: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3525:
3526: 2016-07-05 moko
3527:
3528: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3529: in ^hash.foreach (related to feature #1073)
3530:
3531: 2016-07-04 moko
3532:
3533: * tests/: 134.html, 281.html, results/134.processed,
3534: results/281.processed: tests updated after hash blocking removed
3535: (related to feature #1073)
3536:
3537: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3538: no longer blocks on change during foreach (implements feature
3539: #1073)
3540:
3541: 2016-06-17 moko
3542:
3543: * tests/: 330.html, results/330.processed: try exception source
3544: test added (related to bug in #1062)
3545:
3546: * tests/: 334.html, results/334.processed: Exception stack trace
3547: test added (related to bug in $1062)
3548:
3549: * src/classes/op.C: Exception trace now correctly restored and
3550: errors reported (related to bug #1062)
3551:
1.104 moko 3552: 2016-05-25 moko
3553:
3554: * src/main/compile.y: minor cleanup + beauty
3555:
3556: 2016-05-24 moko
3557:
3558: * tests/: 333.html, results/333.processed: more exceptions testing
3559:
3560: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3561: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3562: features #1056, #1026)
3563:
3564: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3565: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3566: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3567: (implements feature #1056)
3568:
3569: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3570: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3571: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3572: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3573: feature #1026)
3574:
3575: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3576: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3577: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3578: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3579: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3580: feature #1026)
3581:
3582: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3583: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3584: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3585: SYMBOLS_CACHING define implemented (related to feature #1026)
3586:
3587: * src/main/main.vcproj: + ps_symbols
3588:
3589: * src/: include/Makefile.am, include/pa_string.h,
3590: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3591: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3592: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3593: types/pa_vstateless_class.C: initial implementation for symbols
3594: cache (related to feature #1026)
3595:
3596: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3597:
3598: * src/main/pa_globals.C: minor cleanup
3599:
3600: 2016-05-19 moko
3601:
3602: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3603: (related to feature #1046)
3604:
3605: * tests/: 331.html, results/331.processed: test for
3606: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3607: (related to feature #1051)
3608:
3609: * src/main/compile.y:
3610: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3611: (implements feature #1054)
3612:
3613: 2016-05-18 moko
3614:
3615: * src/types/pa_vtable.C, tests/results/324.processed: no more
3616: "column not found" exception for ^table.no-such-method[] (related
3617: to feature #1046)
3618:
3619: * tests/: 261.html, results/261.processed: test added and updated
3620: after feature #1046 implementation
3621:
3622: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3623: types/pa_vvoid.h: $string.anything works for whitespace strings,
3624: ^string.contains added for hash compatibility, $string.method no
3625: longer returns stting method (implements feature #1046)
3626:
3627: 2016-05-12 moko
3628:
3629: * src/classes/curl.C: content-type response header no longer
3630: ignored (fixes issue #1045)
3631:
3632: * tests/: 330.html, results/330.processed: test for incomplete
3633: finally execution when break occures added (related to issue
3634: #1077)
3635:
3636: * src/classes/op.C: bugfix: Request::skip reset is called before
3637: executing catch and finally code (fixes issue #1062)
3638:
3639: 2016-05-11 moko
3640:
3641: * tests/: 329.html, results/329.processed: test for invalid
3642: ^break[] behavour added (bug #1077)
3643:
3644: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3645:
3646: 2016-04-24 moko
3647:
3648: * src/types/pa_vstateless_class.h: warning war
3649:
3650: 2016-04-17 moko
3651:
3652: * tests/: 328.html, results/328.processed: test for
3653: ^break(condition) and ^continue(condition) (related to feature
3654: #1063)
3655:
3656: * src/classes/op.C: ^break(condition) and ^continue(condition)
3657: implemented (feature #1063)
3658:
3659: 2016-04-12 moko
3660:
3661: * tests/results/280.processed: ordered hash now used for class
3662: methods and properties (test results updated for feature #1069)
3663:
3664: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3665: to xdoc.C as under FreeBSD it was inited after and inheritance
3666: failed (related to issue #1051)
3667:
3668: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3669: are printed to check inheritance (related to feature #1051)
3670:
1.103 moko 3671: 2016-04-09 moko
3672:
3673: * tests/results/320.processed: ordered hash now used for class
3674: methods and properties (test results updated for feature #1069)
3675:
3676: * src/types/pa_vstateless_class.h: ordered hash now used for class
3677: methods and properties (implements feature #1069)
3678:
3679: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3680: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3681: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3682: feature #1051)
3683:
3684: 2016-04-07 moko
3685:
3686: * src/main/execute.C: returned Value in .CLASS case for VJunction
3687: (related to feature #1051)
3688:
3689: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3690: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3691: string constants deduplication (related to feature #1051)
3692:
3693: * tests/results/224.processed: test result updated (related to
3694: feature #1051)
3695:
3696: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3697: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3698: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3699: types/pa_vstatus.h: classes hash now contains only
3700: VStateless_class derived objects, .CLASS is also allways
3701: VStateless_class derived object (related to feature #1051).
3702:
3703: 2016-04-06 moko
3704:
3705: * tests/results/323.processed: test result updated after feature
3706: #1051 implementation
3707:
3708: * src/: classes/classes.h, classes/op.C, classes/response.C,
3709: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3710: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3711: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3712: types/pa_vresponse.C, types/pa_vresponse.h,
3713: types/pa_vstateless_class.h: base -> methoded_donor for static
3714: classes, type() moved from VStateless_class to VClass and
3715: Methoded (implements feature #1051)
3716:
3717: 2016-04-04 moko
3718:
3719: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3720: beauty: put_class added (related to feature #1051)
3721:
3722: 2016-04-01 moko
3723:
3724: * tests/results/: 175.processed, 192.processed, 224.processed,
3725: 229.processed, 244.processed, 246.processed, 316.processed: test
3726: results updated as class.type() removed from error messages, only
3727: type() left (related to feature #1051)
3728:
3729: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3730: classes/op.C, classes/reflection.C, main/compile.y,
3731: main/compile_tools.h, main/execute.C, main/pa_request.C,
3732: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3733: types/pa_vmethod_frame.h, types/pa_vobject.h,
3734: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3735: from VStateless_class, type() is used instead (related to feature
3736: #1051)
3737:
3738: * src/classes/mail.C: old logic restored.
3739:
3740: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3741: classes/classes.h, classes/curl.C, classes/date.C,
3742: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3743: classes/hashfile.C, classes/image.C, classes/inet.C,
3744: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3745: classes/memcached.C, classes/memory.C, classes/reflection.C,
3746: classes/regex.C, classes/response.C, classes/string.C,
3747: classes/table.C, classes/xdoc.C, classes/xnode.C,
3748: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3749: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3750: feature #1051)
3751:
3752: 2016-03-30 moko
3753:
3754: * tests/: 327.html, results/224.processed, results/327.processed:
3755: test for TZ specification in ^date::create[], TZ is kept during
3756: ^date::create[$dt] (related to feature #1048)
3757:
3758: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3759: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3760: feature #1048)
3761:
3762: 2016-03-29 moko
3763:
3764: * tests/: 315.html, results/315.processed: test for timezone format
3765: +HHmm added (related to feature #1065)
3766:
3767: * src/classes/date.C: timezone format +HHmm now supported
3768: (implements feature #1065)
3769:
3770: 2016-03-28 moko
3771:
3772: * tests/: 202.html, results/131.processed, results/202.processed,
3773: results/224.processed, results/256.processed,
3774: results/315.processed: test results updated after %.2d now
3775: default for hours offset in iso-string (was %2d), test for
3776: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3777: added (related to feature #1065)
3778:
3779: 2016-03-27 moko
3780:
3781: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3782: feature #1065)
3783:
3784: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3785: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3786: added (implements feature #1065)
3787:
3788: 2016-03-24 moko
3789:
3790: * tests/: 202.html, results/202.processed: test $date.week added
3791: (related to bug #1067)
3792:
3793: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3794: date (fix for bug #1067)
3795:
3796: 2016-03-10 moko
3797:
3798: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3799:
1.102 moko 3800: 2015-12-07 moko
3801:
3802: * tests/: 326.html, results/326.processed: test for .CLASS &
3803: .CLASS_NAME optimization added (related to feature #844)
3804:
3805: 2015-11-17 moko
3806:
3807: * tests/: 323.html, results/323.processed: order added
3808:
3809: * tests/: 325.html, results/325.processed: double range test added
3810: (related to bug #1049)
3811:
3812: 2015-11-16 moko
3813:
3814: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3815: added to disallow NaN and Infinity (fixes bug #1049)
3816:
3817: 2015-11-11 moko
3818:
3819: * tests/324.html: parser 3.4.3 execution support added (related to
3820: feature #1017)
3821:
3822: * tests/: 324.html, results/324.processed: test for
3823: GET_ELEMENT4CALL feature added (feature #1017)
3824:
1.101 moko 3825: 2015-10-29 moko
3826:
3827: * operators.txt: updated for 3.4.4
3828:
3829: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3830:
3831: * src/main/pa_exec.C: get_exit_status implemented for Windows
3832: (related to bug #1043)
3833:
3834: 2015-10-28 moko
3835:
3836: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3837: hangup during ^file::exec (fixes bug #1043)
3838:
1.100 moko 3839: 2015-10-27 moko
3840:
3841: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3842:
1.99 moko 3843: 2015-10-26 moko
3844:
1.100 moko 3845: * tests/322.html, src/classes/reflection.C: arguments reorder
3846: (related to issue #1041)
3847:
3848: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3849: Copyright year updated
3850:
1.99 moko 3851: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3852: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3853: classes/form.C, classes/hash.C, classes/hashfile.C,
3854: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3855: classes/mail.C, classes/math.C, classes/memcached.C,
3856: classes/memory.C, classes/op.C, classes/reflection.C,
3857: classes/regex.C, classes/response.C, classes/string.C,
3858: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3859: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3860: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3861: include/pa_config_fixed.h, include/pa_config_includes.h,
3862: include/pa_dictionary.h, include/pa_dir.h,
3863: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3864: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3865: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3866: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3867: include/pa_request_charsets.h, include/pa_request_info.h,
3868: include/pa_sapi.h, include/pa_socks.h,
3869: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3870: include/pa_stack.h, include/pa_string.h,
3871: include/pa_stylesheet_connection.h,
3872: include/pa_stylesheet_manager.h, include/pa_table.h,
3873: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3874: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3875: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3876: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3877: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3878: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3879: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3880: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3881: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3882: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3883: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3884: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3885: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3886: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3887: main/pa_string.C, main/pa_stylesheet_connection.C,
3888: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3889: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3890: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3891: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3892: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3893: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3894: targets/isapi/parser3isapi.C, types/pa_junction.h,
3895: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3896: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3897: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3898: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3899: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3900: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3901: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3902: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3903: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3904: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3905: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3906: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3907: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3908: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3909: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3910: types/pa_vresponse.C, types/pa_vresponse.h,
3911: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3912: types/pa_vstateless_object.h, types/pa_vstatus.C,
3913: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3914: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3915: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3916: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3917: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3918:
3919: * src/targets/cgi/parser3.C: year updated
3920:
3921: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3922: issue #1041)
3923:
3924: * tests/: 323.html, results/323.processed: test for base classes
3925: added
3926:
3927: * tests/: 261.html, results/261.processed: updated after better
3928: error reporting done for $string.key exception
3929:
3930: * src/types/pa_vstring.h: better error report for $string.key
3931: exception
3932:
3933: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3934: copied as VObject::get_element4call to remove extra virtual call
3935:
3936: * tests/: 322.html, results/322.processed: test for
3937: ^reflection:is[] added (related to feature #1041)
3938:
3939: * src/classes/reflection.C: ^reflection:is empty value is void
3940: (related to feature #1041)
3941:
3942: * src/classes/reflection.C:
3943: ^reflection:is[class_name|code|method;[context;]element_name]
3944: added (implements feature #1041)
3945:
3946: 2015-10-24 moko
3947:
3948: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3949:
1.98 moko 3950: 2015-10-22 moko
3951:
3952: * tests/: 321.html, results/321.processed: test for
3953: ^reflection:method_info[] file detection added
3954:
3955: * tests/: 320.html, results/320.processed: test for
3956: ^reflection:class_by_name[class_name] added (related to feature
3957: #993)
3958:
3959: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3960: added (implements feature #993)
3961:
3962: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3963: (related to feature #1017)
3964:
3965: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3966: added (related to issue #1039)
3967:
3968: * src/main/pa_request.C: ^throw origin fixed (related to feature
3969: #1039)
3970:
3971: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3972: for VDate
3973:
3974: * tests/results/182.processed: updated after feature #1038
3975: implemented
3976:
3977: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3978: compile-time exception origin added (test for feature #1039)
3979:
3980: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3981: main/pa_request.C: exception unification: compile-time exceptions
3982: now have origin, @USE origins also tracked (implements feature
3983: #1039)
3984:
3985: 2015-10-20 moko
3986:
3987: * src/main/pa_request.C: cleanup
3988:
3989: 2015-10-15 moko
3990:
3991: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3992:
3993: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3994: types/pa_vtable.C: new feature: no more $table.method and
3995: $hash.method, aliases for _at, _count, _key (related to feature
3996: #1017)
3997:
1.97 moko 3998: 2015-10-14 moko
3999:
1.98 moko 4000: * tests/: 317.html, results/317.processed: test for
4001: ^string.unescape[] added (related to feature #120)
4002:
1.97 moko 4003: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4004: defined" bug (described in issue #1036)
4005:
4006: * tests/: 247.html, results/247.processed: test for checkBOM added
4007: (test for bug #1037)
4008:
4009: * src/: include/pa_charsets.h, main/pa_charsets.C,
4010: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4011: it's not enforced, skips BOM signature if it complies charset
4012: (fixes bug #1037)
4013:
4014: 2015-10-13 moko
4015:
4016: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4017: linking
4018:
4019: * src/classes/inet.C: vs2003 compilation fix
4020:
4021: * src/classes/math.C: warning war
4022:
4023: * src/lib/punycode/pa_punycode.c: warning war
4024:
4025: 2015-10-12 moko
4026:
4027: * src/lib/punycode/pa_punycode.c: warning war
4028:
4029: * parser3.sln: moved parser3 first, to make it default startup
4030: project
4031:
4032: * buildall: parser "mirror" now used for external libs sources
4033: (implements feature #1036)
4034:
4035: * buildall: most external libs are updated to their current
4036: versions (related to feature #1036)
4037:
4038: * src/classes/image.C: more tags added
4039:
4040: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4041:
4042: 2015-10-11 moko
4043:
4044: * src/classes/curl.C: minor optimization (related to feature #1035)
4045:
4046: 2015-10-09 moko
4047:
4048: * src/classes/curl.C: pa_strdup added for strings from curl
4049: (related to feature #1035)
4050:
4051: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4052: ULLONG_MAX definition
4053:
4054: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4055: (implements feature #1035)
4056:
4057: * src/main/pa_charset.C: String::Body(String::C) used
4058:
4059: * src/main/pa_charset.C: exceptions unified
4060:
4061: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4062: unified
4063:
4064: * src/: classes/file.C, classes/image.C, classes/mail.C,
4065: classes/op.C, classes/xdoc.C, classes/xnode.C,
4066: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4067: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4068: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4069: String::Body(String::C) constructor added (related to bug #957)
4070:
4071: * src/classes/file.C: minor optimization
4072:
4073: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4074: Cord(char*) autocreation (related to bug #957)
4075:
4076: * src/: classes/string.C, main/untaint.C: minor optimizations
4077:
4078: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4079: String(char*, Lang, length) removed, String(C(), Lang) used
4080: instead (related to bug #957)
4081:
4082: 2015-10-08 moko
4083:
4084: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4085: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4086: main/untaint.C: Now char * is converted to CORD only using
4087: AS_CORD() to check for empty cord bug (fixes bug #957)
4088:
4089: * src/include/pa_hash.h: fixed compilation without
4090: HASH_CODE_CACHING
4091:
4092: * src/classes/string.C:
4093: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4094: feature #120)
4095:
4096: * src/main/pa_common.C: reduce js flags checks count (related to
4097: feature #120)
4098:
1.96 moko 4099: 2015-10-07 moko
4100:
4101: * tests/: 275.html, results/275.processed: test modified after
4102: unsigned long long int support implemented (feature #1034)
4103:
4104: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4105: pa_atoul added for unsigned long long int support
4106:
4107: 2015-10-06 moko
4108:
4109: * src/types/pa_vdate.C: INT_MAX used
4110:
4111: 2015-10-03 moko
4112:
4113: * tests/: 302.html, results/302.processed: test for bug #1023
4114: (\u2028, \u2029 escaping) added
4115:
4116: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4117: json:string[] (fixes bug #1023)
4118:
4119: 2015-09-29 moko
4120:
4121: * tests/305.html: try-catch added for OS without ipv6 support
4122:
4123: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4124: compilation
4125:
4126: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4127: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4128: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4129: implemented to distinguish ^hash.method from $hash.field
4130: (implements feature #1017)
4131:
4132: * src/lib/punycode/pa_punycode.c: warning war
4133:
4134: * src/include/pa_config_includes.h: warning war
4135:
4136: * src/include/pa_config_includes.h: pragma warning actualized a bit
4137:
4138: * src/include/pa_config_includes.h: warning war
4139:
4140: * src/include/pa_hash.h: clang compilation fix
4141:
4142: 2015-09-27 moko
4143:
4144: * src/main/compile.tab.C: Bison 3 is now default
4145:
4146: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4147:
4148: 2015-09-25 moko
4149:
4150: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4151: works with undefined HASH_ORDER (related to feature #196)
4152:
4153: 2015-09-24 moko
4154:
4155: * tests/: 027.html, results/027.processed: test modified to test
4156: ^hash.sort (feature #196)
4157:
4158: * src/: classes/hash.C, include/pa_hash.h:
4159: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4160: added (implements feature #196)
4161:
4162: * tests/: 316.html, results/316.processed: Added test for bug #1025
4163: (exception handling in non-cached ^cache), plus for "it does not
4164: have logical value" and "$exception.handled value must be either
4165: boolean or string 'cache'" exceptions.
4166:
4167: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4168: code (fixes bug #1025)
4169:
1.95 moko 4170: 2015-09-23 moko
4171:
4172: * src/classes/table.C: warning war
4173:
4174: * src/: classes/math.C, types/pa_vcookie.C: warning war
4175:
4176: * src/classes/file.C: warning war
4177:
4178: * src/: include/pa_table.h, main/pa_table.C: warning war
4179:
4180: * src/: main/pa_request.C, classes/date.C: warning war
4181:
4182: * src/: types/pa_vdate.C, classes/op.C: warning war
4183:
4184: * tests/: 122.html, results/122.processed: win sync: to remove
4185: differences with OS that doesn't keep timezone change history
4186:
4187: * src/types/pa_vdate.C: tzset() should be called in Windows after
4188: TZ change (related to feature #36)
4189:
4190: * tests/: 075.html, results/075.processed: win sync: to remove
4191: differences with OS that doesn't keep timezone change history
4192:
4193: * tests/: 315.html, results/315.processed: win sync: to remove
4194: differences with OS that doesn't keep timezone change history
4195:
4196: * tests/: 256.html, results/256.processed: win sync: to remove
4197: differences with OS that doesn't keep timezone change history
4198:
4199: * tests/: 124.html, results/124.processed: win results sync: to
4200: avoid hitting time change hole.
4201:
4202: * src/types/pa_vdate.C: static returned. :)
4203:
4204: 2015-09-22 moko
4205:
4206: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4207:
4208: * tests/results/131.processed: more tests for feature #1032
4209:
4210: * src/classes/date.C: minor fix related to feature #1032
4211:
4212: * operators.txt: ISO date creation documented (related to feature
4213: #1032)
4214:
4215: * operators.txt: iso-string documented (related to feature #1032)
4216:
4217: * tests/: 315.html, results/315.processed: more tests added
4218: (related to feature #1032)
4219:
4220: * tests/: 131.html, results/131.processed: date range checks
4221: updated (related to feature #36)
4222:
4223: * tests/: 315.html, results/057.processed, results/315.processed:
4224: test added for ISO date support (related to issue #315)
4225:
4226: * src/classes/date.C: more readable exceptions in date creation
4227: (related to ticket #1032)
4228:
4229: 2015-09-18 moko
4230:
4231: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4232: added (related to issue #1032)
4233:
4234: * tests/results/256.processed, src/classes/json.C: iso-string
4235: documented (related to issue #1032)
4236:
4237: * tests/: 256.html, results/256.processed: ISO date check added
4238: (related to issue #1032)
4239:
4240: * tests/: 057.html, results/057.processed, results/224.processed:
4241: tests results updated after ISO date support implemented (related
4242: to feature #1032)
4243:
4244: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4245: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4246: ^date::create[string] constructor formalized, ^date.iso-string[]
4247: added (implements feature #1032)
4248:
4249: 2015-09-05 moko
4250:
4251: * operators.txt: actualized
4252:
4253: * operators.txt: date changes documented (related to ticket #36)
4254:
4255: 2015-09-04 moko
4256:
4257: * src/types/pa_vdate.C: warning war
4258:
4259: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4260:
4261: 2015-09-03 moko
4262:
4263: * tests/results/096.processed: test result updated for 0..9999 year
4264: date range support (related to feature #36)
4265:
4266: * tests/: 314.html, results/314.processed: test for
4267: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4268: bug #1031)
4269:
4270: * src/classes/string.C: Static calls fixed for ^string:base64[],
4271: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4272:
1.116 moko 4273: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4274: configure.in -> configure.ac
1.95 moko 4275:
1.116 moko 4276: * configure, configure.in, src/include/pa_config_auto.h.in: more
4277: correct timezone check for FreeBSD Warning war: configure.in ->
4278: configure.ac
1.95 moko 4279:
4280: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4281: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4282: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4283: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4284: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4285: src/main/Makefile.am, src/targets/apache/Makefile.am,
4286: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4287: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4288: check added
4289:
4290: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4291:
4292: * tests/results/: 124.processed, 224.processed: test resuls updated
4293: for new date implementation (related to feature #36)
4294:
4295: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4296: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4297: types/pa_vdate.h: new double date implementation with internal
4298: support for extended 0..9999 year range, default timezone support
4299: (related to feature #36)
4300:
4301: 2015-08-28 moko
4302:
4303: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4304: (fixes bug #1030)
4305:
4306: 2015-08-21 moko
4307:
4308: * src/classes/inet.C: snprintf size "bug" commented
4309:
4310: * src/main/pa_common.C: snprintf comments updated
4311:
4312: 2015-08-16 moko
4313:
4314: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4315:
4316: 2015-08-11 moko
4317:
4318: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4319: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4320: can be null (fixes bug #1029)
4321:
4322: 2015-08-06 moko
4323:
1.116 moko 4324: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4325: pa_vdate.C added
1.95 moko 4326:
4327: 2015-08-05 moko
4328:
4329: * tests/: 313.html, results/313.processed: test for
4330: ^table.count[columns] and ^table.flip[] with nameless tables
4331: (feature #1003)
4332:
4333: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4334: max_cell added, now ^table.count[columns] and ^table.flip[] works
4335: correctly for nameless tables (implements feature #1003)
4336:
4337: 2015-08-03 moko
4338:
4339: * tests/312.html: test for ^table.append[$hash] and
4340: ^table.insert[$hash] added (related to feature #1028)
4341:
4342: * src/classes/table.C: ^table.append[$hash] and
4343: ^table.insert[$hash] now supported (implements feature #1028)
4344:
4345: * tests/: 312.html, results/312.processed: test row copy in
4346: ^table.hash[; $.type[table] ] added (related to feature #1016)
4347:
4348: * src/classes/table.C: row copy now created in ^table.hash[;
4349: $.type[table] ] (related to feature #1016)
4350:
4351: 2015-07-29 moko
4352:
4353: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4354: added (related to feature #1016)
4355:
4356: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4357: ^table.delete[] added to delete current row (related to feature
4358: 1016)
4359:
4360: 2015-07-28 moko
4361:
4362: * tests/: 312.html, results/312.processed: test for
4363: $table.column[value] and ^table.insert{row} (related to feature
4364: #1016)
4365:
4366: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4367: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4368: ^table.insert{row} are now implemented (feature #1016)
4369:
4370: * src/include/pa_array.h: Optimization: bool reverse removed from
4371: append(), insert() added, memmove arguments order in remove()
4372: fixed (related to feature #1016)
4373:
4374: 2015-07-23 moko
4375:
4376: * src/classes/json.C: tainted json and empty json exception added
4377: (implements feature #1015)
4378:
4379: * tests/: 311.html, results/311.processed: empty json and tainted
4380: json exception test added (related to issue #1015)
4381:
4382: 2015-07-22 moko
4383:
4384: * tests/: 311.html, results/311.processed: test for UTF-8
4385: processing added
4386:
4387: * tests/: 311.html, results/311.processed: test for
4388: json_exception_with_source added (related to issue #394)
4389:
4390: * src/classes/json.C: json_exception_with_source added (implements
4391: feature #394)
4392:
4393: 2015-06-29 moko
4394:
4395: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4396: directories are now correctly determined if _d_type == DT_UNKNOWN
4397: (closes bug #1027)
4398:
4399: 2015-06-10 moko
4400:
4401: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4402: error if libxml has LIBXML_ICU_ENABLED.
4403:
4404: 2015-06-04 moko
4405:
4406: * tests/099.html: ups, reverting
4407:
4408: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4409: results/310.processed: tests for $response:body[ $.file[] ] and
4410: $response:last-modified added
4411:
4412: * src/main/pa_request.C: last-modified check fixed
4413:
4414: 2015-06-03 moko
4415:
4416: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4417: results/205.processed, results/293.processed: $response:headers
4418: logging added (tests for feature #1007)
4419:
4420: * src/: include/pa_common.h, include/pa_request.h,
4421: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4422: $response:headers are now in uppercase (closes feature #1007)
4423:
4424: 2015-06-02 moko
4425:
4426: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4427: build errors reverted for clang compatibility
4428:
4429: 2015-06-01 moko
4430:
4431: * src/include/pa_memory.h: -pedantic build errors fixed
4432:
4433: * src/classes/math.C: -pedantic build error fixed
4434:
4435: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4436:
4437: 2015-05-31 moko
4438:
4439: * src/classes/table.C: USE_STRINGSTREAM optimized
4440:
4441: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4442: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4443: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4444: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4445: types/pa_vxnode.h: warning war (-pedantic flag)
4446:
4447: 2015-05-28 moko
4448:
4449: * tests/: 308.html, results/308.processed: test for
4450: ^table::create[$t;], etc work added (related to bug #975)
4451:
4452: * src/classes/table.C: check_option_param removed,
4453: ^table::create[$t;], etc now works (fixes bug #975)
4454:
4455: 2015-05-27 moko
4456:
4457: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4458: (Debian jessie) fixed (closes issue #1024)
4459:
4460: * tests/Makefile: sort added as in Debian jessie list become
4461: unsorted
4462:
4463: 2015-05-18 moko
4464:
4465: * tests/: 201.html, results/201.processed: test for
4466: ^string.trim[what] feature #1022
4467:
4468: * src/classes/string.C: ^string.trim[what] now supported,
4469: implements feature #1022
4470:
4471: 2015-05-17 moko
4472:
4473: * tests/results/185.processed: test result updated as feature #1021
4474: implemented (left/right accept negative parameter)
4475:
4476: * src/classes/string.C: left/right now accept negative parameter
4477: (implements feature #1021)
4478:
4479: 2015-05-08 moko
4480:
4481: * src/classes/math.C: isalnum -> pa_isalnum
4482:
4483: * src/main/execute.C: optimization in getter-junction processing
4484: (related to issue #997)
4485:
4486: 2015-05-07 moko
4487:
4488: * tests/: 307.html, results/307.processed: test for issue #997
4489: added
4490:
4491: * src/main/execute.C: process_getter result now checked if junction
4492: returned (closes issue #997)
4493:
4494: * tests/: 305.html, results/305.processed: sort added to ignore
4495: different order
4496:
4497: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4498: assignment (closes issue #994)
4499:
4500: * tests/: 306.html, results/306.processed: test for issue #994
4501: added
4502:
4503: * tests/: 303.html, results/303.processed: two more errors tested
4504:
4505: 2015-05-06 moko
4506:
4507: * tests/: 305.html, results/305.processed: test for name2ip &
4508: ip2name added (related to feature #992)
4509:
4510: * tests/: 303.html, 304.html, results/303.processed,
4511: results/304.processed: tests for idna conversion added (related
4512: to issue #849)
4513:
4514: 2015-05-02 moko
4515:
4516: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4517: implemented
4518:
4519: 2015-04-30 moko
4520:
4521: * src/main/pa_http.C: idna_host added, related to issue #849
4522:
4523: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4524: (related to issue #849)
4525:
4526: 2015-04-24 moko
4527:
4528: * src/types/pa_vjunction.C: warning war
4529:
4530: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4531: unification
4532:
4533: * src/lib/punycode/pa_idna.c: warning war
4534:
4535: 2015-04-22 moko
4536:
4537: * src/main/main.vcproj: punycode include path added
4538:
4539: * src/lib/punycode/pa_idna.c: windows compile error fixed
4540:
4541: * src/lib/punycode/pa_idna.c: warning war
4542:
4543: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4544: project file added
4545:
4546: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4547:
4548: * src/include/pa_memory.h: warning war
4549:
4550: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4551: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4552: implemented (related to feature #849)
4553:
4554: * configure.in, src/main/Makefile.am,
4555: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4556: libpunycode added in Unix
4557:
4558: 2015-04-21 moko
4559:
4560: * configure.in: large files support
4561:
4562: 2015-04-15 moko
4563:
4564: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4565: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4566: pa_punycode.h: initial version for punycode/idna support library
4567: (ticket #849)
4568:
4569: 2015-04-08 moko
4570:
4571: * src/: classes/curl.C, classes/date.C, classes/file.C,
4572: classes/image.C, classes/mail.C, classes/reflection.C,
4573: classes/string.C, classes/xnode.C, include/pa_request.h,
4574: include/pa_string.h, include/pa_stylesheet_connection.h,
4575: main/compile.y, main/compile_tools.h, main/execute.C,
4576: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4577: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4578: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4579: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4580: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4581: clang compiler warnings (closes issue #1018)
4582:
4583: * src/include/pa_string.h: String::Body comparation operators with
4584: char * added (related to issue #958)
4585:
4586: 2015-04-07 moko
4587:
4588: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4589: pa_malloc/pa_free to remove system malloc/free usage (related to
4590: issue #1018)
4591:
4592: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4593: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4594: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4595: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4596: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4597: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4598: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4599: malloc/strdup/free replaced with pa_ version and checks for
4600: accidental use of non-pa_ version added (related to issue #1018)
4601:
4602: 2015-04-03 moko
4603:
4604: * buildall: pcre-8.33 -> pcre-8.36
4605:
4606: * src/: main/compile.y, classes/form.C, classes/mail.C,
4607: classes/op.C, classes/string.C, main/compile.tab.C,
4608: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4609: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4610: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4611: ticket #958)
4612:
4613: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4614: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4615: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4616: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4617: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4618: $request:headers, $request:method added (implements feature
4619: #1007)
4620:
4621: 2015-03-17 misha
4622:
4623: * tests/302.html: - test for
4624: ^json:string[...;$._default[method-name]]
4625:
4626: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4627: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4628: option $._default[method-name] is specified in ^json:string[], a
4629: method with specified name will be called for classes/objects
4630: serialization ( new feature: #982 )
4631:
4632: 2015-03-16 misha
4633:
4634: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4635: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4636: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4637: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4638: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4639: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4640: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4641: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4642: types/pa_vrequest.h, types/pa_vstateless_class.C,
4643: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4644: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4645: $var.CLASS_NAME now have special opcodes. This can be switched
4646: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4647: on pa_opcode.h ( new feature: #844 )
4648:
4649: 2015-03-15 misha
4650:
4651: * tests/075.html: - test for $response:header[]
4652:
4653: * src/types/pa_vresponse.C: - $response:header[] deletes header
4654: that was set earlie ( new feature: #1001 )
4655:
4656: 2015-03-12 misha
4657:
4658: * tests/246.html: - more tests for ^hash._at[]
4659:
4660: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4661: accepts second param [key|value|hash] ( new feature: #1012 )
4662:
4663: 2015-03-09 moko
4664:
4665: * src/types/pa_vmail.C: exception for everything but
4666: $mail:received, closes issue #1011
4667:
4668: 2015-02-20 moko
4669:
4670: * tests/: 275.html, results/275.processed: hex detection in
4671: pa_atoui fix test (closes issue #1010)
4672:
4673: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4674: issue #1010)
4675:
4676: 2015-02-17 moko
4677:
4678: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4679: tainted.
4680:
4681: 2015-02-03 misha
4682:
4683: * tests/301.html: - test for ^json:string($double) causes
4684: exception. bugfix: #1008
4685:
4686: * src/classes/json.C: - ^json:string($double) causes exception.
4687: bugfix: #1008
4688:
4689: * tests/014.html: - updated for work with ^hash.delete[]
4690:
4691: 2015-01-12 misha
4692:
4693: * src/: classes/form.C, include/pa_common.h,
4694: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4695: types/pa_vform.h: - supports body with PUT method as well ( new
4696: feature: #1006 )
4697:
4698: * src/classes/file.C: - warnings war
4699:
4700: 2015-01-11 misha
4701:
4702: * tests/300.html: - test for ^hash.delete[] is added
4703:
4704: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4705: feature: #989 ) - tiny optimization in intersects
4706:
4707: 2015-01-06 moko
4708:
4709: * src/types/pa_vmail.C: file names transcode added, to and cc added
4710: with transcode, attachments detection fixed
4711:
4712: * src/main/pa_request.C: filling mail received after cgi/auto.p
4713: load to allow charset switch (related to issue #996)
4714:
4715: 2014-12-31 moko
4716:
4717: * src/types/pa_vmail.C: from and subject now transcoded if not
4718: UTF-8 source charset (fixes issue 996)
4719:
4720: * src/main/pa_exception.C: fixed string from stack bug (closes
4721: issue #1000)
4722:
4723: 2014-12-11 misha
4724:
4725: * src/types/pa_vhashfile.C: - check if key is not empty before
4726: access ( bug fix: #1005 )
4727:
4728: 2014-11-13 misha
4729:
4730: * src/main/compile.y: - PC.append does not reset to false while
4731: creating a new class. bugfix: #990
4732:
4733: * tests/299.html: - test for creation class after working with
4734: partial class (create+append)
4735:
4736: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4737: #995
4738:
4739: * tests/232.html: - test for @get[def] added
4740:
4741: 2014-10-12 moko
4742:
4743: * src/lib/pcre/pcre_internal.vcproj: correct path
4744:
4745: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4746: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4747: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4748: targets/apache/ApacheModuleParser3.vcproj,
4749: targets/apache/ApacheModuleParser3Core.vcproj,
4750: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4751: types/types.vcproj: project GUID inserted in *.vcproj for correct
4752: conversion in newer VS versions
4753:
4754: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4755: pcre_internal.vcproj added
4756:
4757: 2014-08-28 moko
4758:
4759: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4760: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4761: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4762:
4763: 2014-06-30 misha
4764:
4765: * tests/298.html: - tests for ^reflection:def[class;className]
4766: added
4767:
4768: * src/classes/reflection.C: - ^reflection:def[class;className]
4769: added ( new feature: #918 )
4770:
4771: 2014-06-29 misha
4772:
4773: * src/classes/table.C: - ^table::create[unsupported data] -
4774: exception comment changed to "body must be table or code" ( bug
4775: fix: #951 )
4776:
4777: * tests/: 261.html, results/261.processed: - tests for
4778: ^json:string[...;$.void[null|string]] added
4779:
4780: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4781: option $.void[string|null] added to ^json:string[...] ( new
4782: feature: #952 )
4783:
4784: 2014-06-28 moko
4785:
4786: * src/classes/curl.C: $.charset now processed before other curl
4787: options (closes issue #980)
4788:
4789: 2014-05-23 misha
4790:
4791: * src/classes/json.C: - bug fix: #987
4792:
4793: 2014-05-04 misha
4794:
4795: * tests/: 253.html, 253_json.txt: - test for
4796: ^json:parse[$.int(false)] is added
4797:
4798: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4799: default true). The option is similar to $.double(bool) but for
4800: integers.
4801:
4802: 2014-05-01 moko
4803:
4804: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4805: #12 )
4806:
4807: 2014-04-16 moko
4808:
4809: * src/main/pa_http.C: response-charset option should finally work
4810: now (fix for issue #867)
4811:
4812: * src/main/pa_http.C: response-charset option should work now (fix
4813: for issue #867)
4814:
4815: 2014-03-07 moko
4816:
4817: * buildall: libgc moved
4818:
4819: * buildall: libgc moved
4820:
4821: 2013-12-29 moko
4822:
4823: * src/classes/string.C: ^string:js-unescape result now tainted,
4824: closes issue #966
4825:
4826: * tests/: 186.html, results/186.processed: ^string:js-unescape
4827: result now tainted, issue #966
4828:
4829: 2013-12-03 moko
4830:
4831: * src/: classes/memcached.C, types/pa_vmemcached.C,
4832: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4833: option was added for http://www.parser.ru/forum/?id=79343
4834:
4835: * src/classes/file.C: bugfix for
4836: http://www.parser.ru/forum/?id=79337
4837:
4838: 2013-11-05 moko
4839:
4840: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4841:
4842: * src/main/pa_globals.C: spelling fixed
4843:
4844: 2013-10-29 moko
4845:
4846: * src/lib/json/json.vcproj: json.c -> pa_json.C
4847:
4848: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4849: #892
4850:
4851: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4852: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4853: exceptions to be thrown thougth json library), related to issue
4854: #892
4855:
4856: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4857: related to issue #896
4858:
4859: 2013-10-24 moko
4860:
4861: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4862:
4863: 2013-10-23 moko
4864:
4865: * README: actualization
4866:
4867: 2013-10-22 moko
4868:
4869: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4870: compatibility patch from Sergey Kirpichev
4871:
4872: * tests/: 297.html, results/297.processed: non-working getter fix
4873: test for issue #948
4874:
4875: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4876: called when saving value of $match variable in ^string.match[] to
4877: increase compatibility (related to issue #948).
4878:
4879: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4880: usage optimization
4881:
4882: 2013-10-21 moko
4883:
4884: * tests/: 182.html, results/182.processed: local path removed for
4885: compatibility
4886:
4887: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4888: results/244.processed, results/253.processed,
4889: results/254.processed, results/275.processed,
4890: results/281.processed: try_catch -> try-catch
4891:
4892: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4893: results/294.processed, results/296.processed: try_catch ->
4894: try-catch
4895:
4896: 2013-10-20 moko
4897:
4898: * tests/: 296.html, results/296.processed: test for xsl exception
4899: for issue #938 added.
4900:
4901: * src/: include/pa_xml_exception.h,
4902: main/pa_stylesheet_connection.C: forgotten to be replaced
4903: XmlException is now replaced (once again closes issue #938)
4904:
4905: 2013-10-18 moko
4906:
4907: * buildall: disable clock_gettime detection to avoid librt linking
4908: (which in turn depends on libpthread), related to issue #943
4909:
4910: 2013-10-18 misha
4911:
4912: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4913: lib/smtp/smtp.vcproj, main/main.vcproj,
4914: targets/apache/ApacheModuleParser3Core.vcproj,
4915: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4916: types/types.vcproj: - new locations for libxml2 includes where
4917: added to vcproj files
4918:
4919: 2013-10-18 moko
4920:
4921: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4922: fix
4923:
4924: * tests/: 295.html, results/295.processed: test for issue #948
4925: updated
4926:
4927: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4928: :)
4929:
4930: * tests/: 295.html, results/295.processed: test for issue #948
4931: added
4932:
4933: * src/: classes/hash.C, classes/string.C, classes/table.C,
4934: include/pa_request.h, types/pa_method.h: for getters and setters
4935: to be executed request.put_element should be called, not
4936: context.put_element (fixes issue #948)
4937:
4938: 2013-10-17 moko
4939:
4940: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4941: LIBXML2_NEW_BUFFER check (closes issue #943)
4942:
4943: * buildall: libxml 2.9.1 build is broken --without-reader.
4944:
4945: 2013-10-16 moko
4946:
4947: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4948:
4949: * tests/: 294.html, results/294.processed: test for issue #938
4950:
4951: * src/: classes/xdoc.C, classes/xnode.C,
4952: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4953: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4954:
4955: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4956: libxslt-1.1.26 -> libxslt-1.1.28
4957:
4958: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4959: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4960: to '?', related to issue #938
4961:
4962: 2013-10-15 moko
4963:
4964: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4965: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4966: minor optimizations (closes issue #896)
4967:
4968: * tests/results/: 292.processed, 293.processed: results updated to
4969: comply with issue #896
4970:
4971: * tests/: 292.html, 293.html, results/292.processed,
4972: results/293.processed: tests for json escaping
4973:
4974: 2013-10-14 moko
4975:
4976: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4977: and cleanup, code moved from .h to .C, no changes in code
4978:
4979: 2013-10-12 moko
4980:
4981: * tests/results/119.processed: updated test result commited
4982:
4983: * tests/: 291.html, results/291.processed: test for issue #894
4984: added
4985:
4986: * src/types/pa_wcontext.h: base methods call support function
4987: get_somebody_entered_some_class should not be true forever, as
4988: wcontext can have many get_elements calls (fixes issue #894)
4989:
4990: 2013-10-11 moko
4991:
4992: * tests/: 290.html, results/290.processed: test for junction GPF
4993: issue #942 added
4994:
4995: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4996: to native method fixed (closes issue #942)
4997:
4998: * tests/: 158.html, results/158.processed: test for csv-string[]
4999: added
5000:
5001: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5002: feature #907)
5003:
5004: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5005: feature #907)
5006:
5007: 2013-10-09 moko
5008:
5009: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5010: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5011: types/pa_vstateless_class.C: GET_default, SET_default now works
5012: properly not only in objects, but in classes as well (closes
5013: issue #903)
5014:
5015: * tests/: 289.html, results/289.processed: GET/SET_default now
5016: works in classes, not only objects, test case added, related to
5017: issue #903
5018:
5019: * tests/: 288.html, results/288.processed: test for endless
5020: recursion bug added (related to issue #903)
5021:
5022: 2013-10-05 moko
5023:
5024: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5025: classes/table.C, main/execute.C, types/pa_method.h,
5026: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5027: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5028: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5029: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5030: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5031: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5032: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5033: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5034: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5035: optimization: put_element no longer has "bool areplace" argument,
5036: related to issue #903
5037:
5038: 2013-10-03 moko
5039:
5040: * tests/results/182.processed: result for $.replace(false) test
5041: commited
5042:
5043: * src/classes/date.C: ^date::create(number) processed correctly
5044: (fixes issue #901)
5045:
5046: * src/classes/image.C: as_no_junction removed, as param can be
5047: expression (closes issue #931)
5048:
5049: * tests/233.html: test for issue #931 added
5050:
5051: 2013-10-02 moko
5052:
5053: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5054: modified, test for $.replace(false) added
5055:
5056: * src/main/compile_tools.h: forgotten class replace returned. :)
5057:
5058: 2013-09-30 moko
5059:
5060: * tests/: 141.html, results/141.processed: md5 tainting test added
5061:
5062: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5063: main/compile_tools.h, main/pa_request.C: allow_class_replace
5064: implemented; $.replace option added to ^process and ^use
5065:
5066: 2013-08-27 moko
5067:
5068: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5069: cstr_to_string_body_untaint should be called with charsets for
5070: possible uri language and connection for possible sql language.
5071: related to issue #857
5072:
5073: * buildall: and -> or fixed
5074:
5075: 2013-08-26 moko
5076:
5077: * buildall: prepare_ functions logic changed to support
5078: gc-7.2d.tar.gz extracting to gc-7.2 directory
5079:
5080: 2013-08-23 moko
5081:
5082: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5083: statically
5084:
5085: 2013-08-22 moko
5086:
5087: * src/classes/string.C: String::Empty used (related to issue #912)
5088: append_know_length removed (related to old GPF bug)
5089:
5090: 2013-08-21 moko
5091:
5092: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5093:
5094: * src/classes/math.C: ^math:digest[...;$file] support added
5095: (related to ticket #857
5096:
5097: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5098: implemented
5099:
5100: * src/types/pa_vhashfile.h: warning war
5101:
5102: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5103: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5104: anti_endless_json_string_recoursion removed from request;
5105: json_string_recoursion added to json_options; $.indent[indent
5106: value] now supported and passed within recoursion closes feature
5107: #937
5108:
5109: * tests/: 287.html, results/287.processed: test for feature #937
5110:
5111: 2013-07-31 moko
5112:
5113: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5114: compilation having #define _S
5115:
5116: * src/main/pa_globals.C: cleanup
5117:
5118: 2013-07-30 moko
5119:
5120: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5121: main/pa_common.C: vs2003 warning war
5122:
5123: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5124:
5125: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5126:
5127: * src/lib/md5/pa_sha2.c: warning war
5128:
5129: 2013-07-29 moko
5130:
5131: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5132: patches from github
5133:
5134: * src/: classes/bool.C, classes/double.C, classes/int.C,
5135: classes/memcached.C, include/pa_config_includes.h,
5136: types/pa_vfile.C, types/pa_vfile.h: warning war
5137:
5138: * src/lib/json/json.vcproj: C++ -> C
5139:
5140: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5141:
5142: * src/lib/json/: json.c, pa_json.C: windows compatibility
5143:
5144: * src/lib/json/: json.c, pa_json.C: windows compatibility
5145:
5146: * src/lib/json/: json.c, pa_json.C: warning war
5147:
5148: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5149:
5150: * src/include/pa_config_fixed.h: uint16_t added
5151:
5152: * configure.in: uint16_t check added
5153:
5154: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5155: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5156: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5157: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5158: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5159:
5160: 2013-07-25 moko
5161:
5162: * parser3.sln: dependencies added
5163:
5164: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5165: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5166: module support
5167:
5168: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5169:
5170: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5171:
5172: 2013-07-23 moko
5173:
5174: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5175: PA_DEBUG_GC_MEMORY removed
5176:
5177: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5178: PA_DEBUG_DISABLE_GC compilation fix
5179:
5180: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5181: main/pa_request.C: outdated RESOURCES_DEBUG removed
5182:
5183: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5184: garbage cleanup
5185:
5186: * src/main/pa_common.C: warning war
5187:
5188: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5189:
5190: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5191: minor cleanup
5192:
5193: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5194: uses cygwin, not WIN32 implementation
5195:
5196: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5197: able to exec shell scripts
5198:
5199: * src/classes/math.C: ifdef WIN32 cleanup
5200:
5201: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5202:
5203: * src/classes/curl.C: LT_MODULE_EXT used
5204:
5205: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5206:
5207: 2013-07-22 moko
5208:
5209: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5210: includes fix
5211:
5212: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5213:
5214: * configure.in, src/include/pa_config_includes.h,
5215: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5216: src/main/pa_exec.C: includes cleanup
5217:
5218: * src/targets/cgi/parser3.C: 2012->2013
5219:
5220: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5221:
5222: * configure.in, src/include/pa_config_includes.h,
5223: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5224: src/main/pa_random.C, src/main/pa_socks.C,
5225: src/types/pa_vstatus.C: cygwin support cleanup
5226:
5227: * configure.in: dirent.h check added
5228:
5229: * src/: include/pa_config_includes.h, include/pa_dir.h,
5230: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5231: not copied
5232:
5233: 2013-07-21 moko
5234:
5235: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5236:
5237: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5238: parser3.vcproj: unused getopt.h / getopt.c removed
5239:
5240: * operators.txt, src/classes/file.C, tests/022.html,
5241: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5242: $.stat(true)] usage commented
5243:
5244: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5245: src/main/pa_dir.C: ^file:list[] now has dir column and when
5246: $.stat(true) it has size/*date columns modified patch from misha@
5247: that closes issue #914.
5248:
5249: * src/: include/pa_config_includes.h, main/pa_globals.C:
5250: PA_RELEASE_ASSERTS removed
5251:
5252: * src/lib/md5/pa_md5c.c: minor cleanup
5253:
5254: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5255: localeconv()->decimal_point usage remoed (related to issue #934)
5256:
5257: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5258: cordprnt.c removed
5259:
5260: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5261: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5262: pa-include/pa_strings.h: includes cleanup
5263:
5264: * src/lib/md5/pa_md5c.c: headers cleanup
5265:
5266: 2013-07-20 moko
5267:
5268: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5269: cleanup
5270:
5271: 2013-07-19 moko
5272:
5273: * src/classes/math.C: extern "C" added for crypt
5274:
5275: 2013-07-18 moko
5276:
5277: * src/classes/math.C: fix redhat7.2 build
5278:
5279: 2013-07-17 moko
5280:
5281: * configure.in, src/include/pa_config_includes.h,
5282: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5283: added for uint8/32/64_t)
5284:
5285: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5286: pa_config_includes.h used for uint32/64_t
5287:
5288: 2013-07-16 moko
5289:
5290: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5291: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5292: war
5293:
5294: * src/main/compile.tab.C: compile.y was updated
5295:
5296: * src/main/compile.y: warning war
5297:
5298: * src/: include/pa_exception.h, main/pa_exception.C,
5299: main/pa_xml_exception.C: warning war
5300:
5301: * src/: include/pa_common.h, main/pa_common.C: warning war
5302:
5303: * configure.in: beauty :)
5304:
5305: * tests/: 141.html, results/141.processed: sha256/512 added
5306:
5307: 2013-07-13 moko
5308:
5309: * src/lib/md5/md5.vcproj: sha2 added
5310:
5311: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5312: classes/math.C: sha2 support (sha256/sha512 digest)
5313:
5314: 2013-07-08 moko
5315:
5316: * src/classes/image.C: directory read or other read problem message
5317: fixed (related to issue #933)
5318:
5319: 2013-07-07 moko
5320:
5321: * AUTHORS: + misha + moko. :)
5322:
5323: 2013-07-06 moko
5324:
5325: * src/: classes/curl.C, include/pa_globals.h,
5326: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5327: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5328: for lt_dlinit to be called once and lt_dlexit called at right
5329: place (related to issue #925)
5330:
5331: 2013-07-04 moko
5332:
5333: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5334: VString::as_vfile now uses vfile.set_binary_string to avoid
5335: content-type to be set, as it brokes badly designed logic in
5336: response output. This hopefully finishes issue #928.
5337:
5338: * tests/results/: 256.processed, 286.processed: file now displayed
5339: as name, size, mode, content-type
5340:
5341: * src/main/pa_common.C: read error now reported cottectly (fixes
5342: issue #933
5343:
5344: 2013-06-28 moko
5345:
5346: * tests/: 286.html, results/286.processed: test extended
5347:
5348: * tests/: 286.html, results/286.processed: Test for issue #928
5349: added. it tests default content-type change.
5350:
5351: * src/types/pa_vfile.C: closes issue #928 - default content-type
5352: now updated
5353:
5354: 2013-06-25 moko
5355:
5356: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5357: content-type for text/binary files without name added;
5358: ^file::create[$f;...] options now works properly and $f
5359: properties are default (fixes issue #928)
5360:
5361: 2013-05-16 misha
5362:
5363: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5364: added
5365:
5366: * src/main/pa_table.C: - a tiny memory optimisation while creating
5367: table if specified limit is bigger than source rows count
5368:
5369: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5370: added ( new feature: #858 )
5371:
5372: 2013-04-29 moko
5373:
5374: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5375: $.ipresolve(0|1|2) added (closes issue #891)
5376:
5377: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5378:
5379: 2013-04-24 moko
5380:
5381: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5382: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5383: types/pa_vmemcached.h: ^memcache.release[] added, calls
5384: memcached_quit (refs #893)
5385:
5386: 2013-04-22 moko
5387:
5388: * src/: include/pa_string.h, main/pa_common.C: no more double
5389: slashes in file path (fixes bug #872)
5390:
5391: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5392: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5393: #739)
5394:
5395: * tests/results/266.processed: $.max_params added (feature #915)
5396:
5397: * src/: include/pa_common.h, main/pa_http.C: response-charset
5398: option added to file::load (closes issue #867)
5399:
5400: 2013-04-20 misha
5401:
5402: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5403: commited
5404:
5405: 2013-03-15 misha
5406:
5407: * src/classes/: hash.C, table.C: - Optimisation: do not create
5408: multiple empty strings while ::sql. uae String::Empty instead
5409:
5410: 2013-03-14 misha
5411:
5412: * src/classes/reflection.C: - for user classes
5413: ^reflection:method_info[] returns $.max_params and $.extra_param
5414: with $.call_type if they available ( new feature: #915 )
5415:
5416: * src/classes/file.C: - ^file:delete[] now supports an option
5417: $.exception(false) that suppress any exception while deleting
5418: file ( new feature: #916 )
5419:
5420: * src/classes/curl.C: - parsing cookies after curl:load now should
5421: work :)
5422:
5423: 2013-03-12 misha
5424:
5425: * src/types/pa_vfile.C: - if specified file_name is empty string
5426: set default name for the file
5427:
5428: 2013-03-11 misha
5429:
5430: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5431: also available in $f.cookies
5432:
5433: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5434: moved to a separate method
5435:
5436: 2013-03-10 moko
5437:
5438: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5439: added
5440:
5441: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5442: removed (declared by autoconf)
5443:
5444: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5445: uint32_t define
5446:
5447: 2013-03-10 misha
5448:
5449: * src/classes/file.C: ^file:delete and ^file:move now support
5450: option $.keep-empty-dirs(true) ( new feature: #884 )
5451:
5452: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5453: empty dirs is added
5454:
5455: 2013-03-10 moko
5456:
5457: * src/classes/: bool.C, double.C, int.C: default can be present,
5458: but default check removed from ^int/double/bool.int/double/bool
5459: for string.int/double/bool compatibility (related to issue #913)
5460:
5461: * src/classes/string.C: ^string.int/dobule/bool no longer
5462: internally throws exception if default is present (closes issue
5463: #913)
5464:
5465: 2013-03-09 misha
5466:
5467: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5468: optimisations ( #845 )
5469:
5470: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5471:
5472: 2013-03-08 moko
5473:
5474: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5475: creates correct table (fixes issue #910)
5476:
5477: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5478: use outside of 'connect' operator (fixes issue #911)
5479:
5480: * tests/results/: 096.processed, 122.processed: test results
5481: updated as doubles now printed with 15 significant digits, not 5
5482: (fixes issue #882)
5483:
5484: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5485: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5486:
5487: 2013-02-21 moko
5488:
5489: * src/classes/table.C: _locate_name_value does not check arguments
5490: count, so we check it in advance (fixes issue #905)
5491:
5492: 2012-10-23 moko
5493:
5494: * buildall: old shell for and echo compatibility (for six)
5495:
5496: 2012-10-19 moko
5497:
5498: * buildall: --strip added --disable-safe-mode listed in usage
5499:
5500: 2012-10-17 misha
5501:
5502: * src/classes/op.C: - apply-taint should not throw "outside
5503: connect" exception with sql lang now
5504:
5505: 2012-10-17 moko
5506:
5507: * src/main/pa_request.C: bugfix: safe mode should be inited for
5508: each request (for apache module)
5509:
5510: 2012-09-26 moko
5511:
5512: * src/doc/doxygen.cfg: png -> svg
5513:
5514: 2012-09-25 moko
5515:
5516: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5517: test added
5518:
5519: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5520: double use when key is long
5521:
5522: 2012-09-16 moko
5523:
5524: * src/classes/math.C: Format -> Method Encode -> Format
5525:
5526: * tests/: 141.html, results/141.processed: math:digest hmac test
5527: added
5528:
5529: 2012-09-14 moko
5530:
5531: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5532: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5533: implementation added
5534:
5535: 2012-09-12 moko
5536:
5537: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5538: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5539: targets.dox and string.dox slightly actualized
5540:
5541: 2012-08-31 moko
5542:
5543: * ChangeLog: now generated with patched cvs2cl.pl
5544:
5545: 2012-07-29 moko
5546:
5547: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5548: result should be pushed after VMethodFrame destructor is called,
5549: as it deletes junctions from stack params (fixes issue #868)
5550:
5551: 2012-07-23 moko
5552:
5553: * INSTALL, README: buildall script usage documented, other outdated
5554: info updated.
5555:
5556: * buildall-with-xml, buildall-without-xml: replaced by buildall
5557:
5558: 2012-07-21 moko
5559:
5560: * buildall: glib does not compile when threads are disabled...
5561:
5562: * src/types/pa_vmail.C: g_assertion fixes for empty input
5563:
5564: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5565: unref, can't unref nested objects)
5566:
5567: * src/types/pa_vmail.C: another check added
5568:
5569: 2012-07-19 moko
5570:
5571: * buildall: usage added
5572:
5573: * buildall: new buildall script that unites buildall-with-xml,
5574: buildall-without-xml, --with-apache and --with-mailreceive
5575:
5576: * configure.in: support for static gmime and dynamic glib linking.
5577: fixes for FreeBSD
5578:
5579: 2012-07-17 moko
5580:
5581: * configure.in: --with-mailreceive replaced
5582: --with-static-mailreceive and --with-shared-mailreceive pathlink
5583: removed
5584:
5585: 2012-07-16 moko
5586:
5587: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5588: capitalized, content now decoded and text content converted to
5589: $request:charset. all properties are accessed by functions, this
5590: ready for dynamic load.
5591:
5592: 2012-06-28 moko
5593:
1.116 moko 5594: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5595: 32 bit
1.95 moko 5596:
5597: 2012-06-27 moko
5598:
5599: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5600: passive ftp
5601:
5602: * src/lib/ltdl/ltdl.vcproj: release build fixed
5603:
5604: * configure.in: 3.4.2 RC -> 3.4.2
5605:
5606: 2012-06-22 moko
5607:
5608: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5609: #815)
5610:
5611: * tests/: 284.html, results/284.processed: output options test
5612: (feature #265)
5613:
5614: 2012-06-22 misha
5615:
5616: * tests/215.html: - little changes
5617:
5618: 2012-06-21 moko
5619:
5620: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5621: types/pa_vxdoc.h: output_options returned and used (bugfix for
5622: feature #265)
5623:
5624: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5625: breaks long .*, default 10M restored. (issue #216)
5626:
5627: * tests/: 283.html, results/283.processed: test for issue #815
5628: added
5629:
5630: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5631: again, cstrm not required.
5632:
5633: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5634: Win32 and broken FreeBSD (issue #45)
5635:
5636: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5637:
5638: * src/main/pa_string.C: warnings war
5639:
5640: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5641: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5642: main/pa_socks.C, targets/apache/pa_threads.C,
5643: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5644: types/pa_vstatus.C: compilation under cygwin fixed
5645:
5646: 2012-06-19 moko
5647:
5648: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5649: Windows fixed
5650:
5651: * parser3.sln: removed antique pcre_ctype
5652:
5653: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5654:
5655: * src/include/pa_config_fixed.h: undefined reference to
5656: __imp__pcre_* fix for Windows
5657:
5658: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5659: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5660: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5661: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5662: define fixed
1.95 moko 5663:
5664: 2012-06-18 moko
5665:
5666: * src/classes/memcached.C: flush -> clear
5667:
5668: * src/classes/memcached.C: memcached does not support quotes even
5669: in server name
5670:
5671: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5672: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5673: called on open to check servers existance. $.key(true) syntax
5674: now supported
5675:
5676: 2012-06-17 moko
5677:
5678: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5679: cleanup
5680:
5681: * src/classes/table.C, tests/282.cfg, tests/282.html,
5682: tests/results/282.processed: encloser at the EOF bug fixed,
5683: incorrectly enclosed data now processed more logicaly (fixes
5684: #339)
5685:
5686: 2012-06-15 moko
5687:
5688: * buildall-without-xml: sync with buildall-with-xml
5689:
5690: * buildall-with-xml: download auto-detected between fetch and curl
5691:
5692: * configure.in: --with-gc and --with-pcre now also processed
5693: correctly
5694:
1.116 moko 5695: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5696: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5697: should be run on rol1 using automake / aclocal (GNU automake)
5698: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5699:
5700: * configure.in: new PARSER_VERSION logic
5701:
5702: * src/include/pa_version.h: new pa_version.h logic
5703:
5704: * src/: classes/curl.C, classes/file.C, classes/image.C,
5705: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5706: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5707: feols_normalized -> fis_text_content set_binary added
5708:
5709: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5710:
5711: 2012-06-15 misha
5712:
5713: * src/: classes/curl.C, classes/file.C, classes/image.C,
5714: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5715: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5716: ^file::create[text;content] EOLs in content now is normalized. (
5717: new feature: #815 )
5718:
5719: 2012-06-15 moko
5720:
5721: * configure.in: --disable-version-update added to disable version
5722: update with host information (for debian package) whitespace
5723: optimized
5724:
5725: * configure.in: version changed to 3.4.2 RC no-pic added for
5726: libtool
5727:
5728: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5729: it.
5730:
5731: 2012-06-14 moko
5732:
5733: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5734: tests/results/281.processed: "hash flocked" error removed for
5735: safe operations like ^h._count[] ( new feature: #335 )
5736:
1.116 moko 5737: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5738:
5739: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5740:
5741: * configure.in: --with-static/shared xml replaced with --with-xml,
5742: xml compilation check added
5743:
5744: * configure.in: --with-static/shared-gc, --with-static-pcre are
5745: replaced with --with-gc and --with-pcre test for pcre linking
5746: added
5747:
5748: 2012-06-13 moko
5749:
5750: * configure.in: apxs2 check optimized
5751:
5752: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5753: .la, includes optimized
5754:
5755: * buildall-with-xml: --with-pic looks better for -fPIC
5756:
5757: * configure.in: switched to convenience library in static linking
5758:
5759: * src/targets/apache/Makefile.am: switched to convenience library
5760: usage to avoid libtool warnings
5761:
5762: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5763: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5764: smtp/Makefile.am: switched to convenience library usage
5765:
5766: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5767:
5768: * src/targets/apache/Makefile.am: updated for libtool usage
5769:
5770: * buildall-without-xml: --with-included-ltdl added
5771:
5772: * buildall-without-xml: sync with buildall-with-xml
5773:
5774: * buildall-with-xml: --with-included-ltdl added $cflags added for
5775: -fPIC for x64 $download added for wget success check added
5776:
5777: * buildall-without-xml: --with-dynamic-stdcpp removed
5778:
5779: * configure.in: disable-static returned
5780:
5781: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5782: LIBTOOLFLAGS
5783:
5784: 2012-06-12 moko
5785:
5786: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5787: compatible with LIBTOOLFLAGS for unknown reasons
5788:
5789: * buildall-with-xml: --with-dynamic-stdcpp removed
5790:
5791: * configure.in: static/dynamic -lstdc++ linking option removed
5792: apxs2 check added
5793:
5794: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5795: option removed
5796:
5797: 2012-06-10 moko
5798:
5799: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5800: added
5801:
5802: * src/targets/cgi/pp3.cmd: old PAF stuff
5803:
1.116 moko 5804: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5805: beauty
1.95 moko 5806:
5807: * depcomp: from libtool 2.4.2
5808:
5809: * configure.in: ltdl directory removed, it has correct Makefile.in
5810:
5811: 2012-06-09 moko
5812:
1.116 moko 5813: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5814: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5815: autogenerated files updated after libtool update
5816:
1.116 moko 5817: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5818: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5819: config_auto.h.in, config_fixed.h, configure, configure.ac,
5820: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5821: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5822: config/compile, config/config.guess, config/config.sub,
5823: config/depcomp, config/install-sh, config/ltmain.sh,
5824: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5825: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5826: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5827: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5828: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5829: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5830: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5831: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5832:
5833: * configure.in: preparation for new libtool
5834:
5835: * configure.in: Some beauty added :)
5836:
5837: * src/targets/apache/Makefile.am: := -> =
5838:
5839: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5840: again. :)
5841:
5842: * src/include/pa_config_includes.h, configure.in: limits.h added,
5843: previously was taken from pcre_internal.h. :)
5844:
5845: * src/lib/pcre/Makefile.am: config.h returned
5846:
5847: * src/lib/pcre/config.h: still need this. :)
5848:
5849: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5850:
5851: * configure.in: --with-charsets removed; --with-mysql-client & co
5852: removed
5853:
5854: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5855: now in parser tree, no need to copy
5856:
5857: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5858: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5859: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5860: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5861: extracts now used old trash removed
5862:
5863: * etc/parser3.charsets/Makefile.am: charsets now in share
5864: (debian/patches/104_automake.patch) + all charsets are copied
5865:
5866: * buildall-with-xml, buildall-without-xml: curl option removed +
5867: extra arguments now supported
5868:
5869: 2012-06-08 misha
5870:
5871: * src/classes/table.C: - one params.as_hash usage was rolled back:
5872: the 2nd option in ^table.hash[] could be hash or table so
5873: .as_hash will throw an exception when table option is specified
5874:
5875: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5876: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5877: classes/table.C, classes/void.C, classes/xdoc.C,
5878: include/pa_exception.h, types/pa_vmethod_frame.C,
5879: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5880: and improved (whitespaces are allowed as empty options) -
5881: MethodParams::as_table is added - above methods are used for
5882: parsing methods' options ( new feature: #9 )
5883:
5884: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5885: to vclass. now class fields can be accessible as a hash:
5886: $h[^hash::create[$asd:CLASS]]
5887:
5888: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5889: have get_fields method so their fields can be accessed with
5890: ^reflection:fields[...] & ^reflection:field[...]
5891:
5892: 2012-06-06 misha
5893:
5894: * tests/280.html: - tests for
5895: ^reflection:method[obj-or-class;method],
5896: ^reflection:field[obj-or-class;field] and
5897: ^reflection:fields[obj-or-class] are added
5898:
5899: 2012-06-05 misha
5900:
5901: * src/classes/reflection.C: - ^reflection:method[class or
5902: object;method name] and ^reflection:field[class or object;field
5903: name] are added
5904:
5905: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5906: is used
5907:
5908: * src/types/pa_method.h: - Method::as_vjunction method is added
5909:
5910: 2012-06-05 moko
5911:
1.116 moko 5912: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5913:
5914: * src/classes/memcached.C: flish ttl fixed
5915:
5916: 2012-06-04 moko
5917:
5918: * src/classes/json.C, src/classes/op.C, tests/279.html,
5919: tests/results/279.processed: ^json:parse[] now supports $.taint
5920: option (new feature #833)
5921:
5922: 2012-06-04 misha
5923:
5924: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5925: - search_stop method was moved from pa_vcookie.C to pa_common.C
5926:
5927: 2012-06-03 misha
5928:
5929: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5930: cookies are parced and stored into $.cookies ( new feature: #31 )
5931:
5932: 2012-05-30 misha
5933:
5934: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5935: incomplete class into a scope while @USE is found
5936:
5937: * src/main/compile.y: - add incomplete class into a scope while
5938: @USE and @CLASS instructions are found ( bugfix: #838 )
5939:
5940: 2012-05-30 moko
5941:
5942: * src/types/pa_vclass.C, tests/278.html,
5943: tests/results/278.processed: removed "property has no getter
5944: method" exception when GET_DEFAULT present (fixes #269)
5945:
5946: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5947: $._default
5948:
5949: 2012-05-29 moko
5950:
5951: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5952: uninitialized values usage (new feature: #154)
5953:
5954: 2012-05-28 moko
5955:
5956: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5957: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5958: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5959: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5960: src/types/pa_vobject.C, src/types/pa_vobject.h,
5961: src/types/pa_vstring.h, src/types/pa_vtable.C,
5962: tests/results/277.processed, src/types/pa_vtable.h,
5963: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5964: ^json:string[$o; $.default[$method]] implemented for VObject (new
5965: feature #803)
5966:
5967: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5968: tests/results/277.processed: json numbers are now treated as
5969: double ( new feature: #834 )
5970:
5971: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5972: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5973: added for out of range checks, zero division in vint/vdouble
5974: check added ( fixes #832 )
5975:
5976: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5977: ( fixes #832 )
5978:
5979: 2012-05-28 misha
5980:
5981: * buildall-with-xml: - --without-lzma option is added to libxml2
5982: configure
5983:
5984: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5985: added - tests for unsupported values for options $.file, $.table
5986: and $.date are added
5987:
5988: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5989: accepts "stat" $.file[] option's value in addition to existed
5990: "text" and "base64" ( new feature: #835 )
5991:
5992: * tests/276.html: - test for
5993: ^reflection:delete[$object-or-class;field-name]
5994:
5995: * src/classes/reflection.C: -
5996: ^reflection:delete[$object-or-class;field-name] is added ( new
5997: feature: #268 )
5998:
5999: 2012-05-27 misha
6000:
6001: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6002:
6003: 2012-05-24 misha
6004:
6005: * src/include/pa_common.h: - method lastposafter was removed
6006:
6007: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6008: lastposafter - ^file:dirname[] & Co proper handle windows file
6009: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6010: work as *nix commands
6011:
6012: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6013:
6014: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6015: rskipchars were added
6016:
6017: * tests/270.html: - more tests for ^file:find[]
6018:
6019: * tests/065.html: - more tests for ^file:dirname[] & Co
6020:
6021: * src/include/pa_version.h: - must be "win32" here. it is
6022: auto-generated on *nix
6023:
6024: 2012-05-24 moko
6025:
6026: * src/classes/math.C: ^math:convert[] now supports uint32 and
6027: throws overflow exception ( new feature: #830 )
6028:
6029: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6030: uint32 support and overflow added ( new feature: #830 )
6031:
6032: 2012-05-23 moko
6033:
6034: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6035: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6036: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6037: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6038: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6039: types/pa_vregex.h, types/pa_vstateless_class.C,
6040: types/pa_vstateless_class.h, types/pa_vstring.h,
6041: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6042: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6043: "return string as-is" removed from as_expr_result. ( new feature:
6044: #831 )
6045:
6046: * tests/results/244.processed: test changed after bug #782 fix
6047: commited
6048:
6049: * tests/results/229.processed: test results for bug #782 commited
6050:
6051: * tests/: 254.html, results/254.processed: uid now just compared,
6052: not printed. :)
6053:
6054: 2012-05-20 moko
6055:
6056: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6057: feature: #341 )
6058:
6059: * tests/: 254.html, results/254.processed: test for
6060: ^reflection:uid[] added
6061:
6062: * tests/: 254.html, results/254.processed: test for
6063: ^reflection:uid[$obj] added
6064:
6065: 2012-05-17 misha
6066:
6067: * src/main/untaint.C: - do not replace ' char by _26 while
6068: exploding filespec-tainting ( new feature: #829 )
6069:
6070: 2012-05-12 moko
6071:
6072: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6073: not.
6074:
6075: 2012-05-08 moko
6076:
6077: * src/types/pa_vmethod_frame.h: bug #782 fixed
6078:
6079: * tests/229.html: test for bug #782
6080:
6081: * tests/results/259.processed, src/main/pa_request.C,
6082: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6083: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6084: src/types/pa_vvoid.h: feature #154 - first empty param now
6085: string; defined locals are empty strings; $STRICT-VARS(true)
6086: added
6087:
6088: 2012-04-27 moko
6089:
1.116 moko 6090: * src/targets/apache/Makefile.am:
1.95 moko 6091: ../../lib/memcached/libmemcached.a added
6092:
6093: 2012-04-27 misha
6094:
6095: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6096: ( #827 )
6097:
6098: 2012-04-25 moko
6099:
6100: * src/: classes/json.C, classes/memcached.C,
6101: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6102: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6103: implemented.
6104:
6105: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6106:
6107: 2012-04-23 moko
6108:
6109: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6110: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6111: types/pa_vmemcached.h: open allows options hash for new
6112: memcached(options) function
6113:
6114: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6115: not appended
6116:
6117: 2012-04-21 moko
6118:
6119: * src/classes/curl.C: '' added. :)
6120:
6121: * src/classes/classes.vcproj: new curl.h location
6122:
6123: * src/classes/curl.C: verbose output redirection from stderr to
6124: file curl option added
6125:
6126: 2012-04-20 moko
6127:
6128: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6129: contains what we need from curl, #ifdef HAVE_CURL removed
6130:
1.116 moko 6131: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6132: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6133: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6134: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6135: configure option
6136:
6137: 2012-04-19 moko
6138:
6139: * src/: classes/double.C, classes/inet.C, classes/int.C,
6140: classes/string.C, lib/gc/include/gc_allocator.h,
6141: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6142: options from sql_result_string removed. (closes issue #468)
6143:
6144: * src/types/pa_vmemcached.C: empty string fix
6145:
6146: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6147: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6148: pa_vmemcached.C
6149:
6150: 2012-04-18 moko
6151:
6152: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6153: apache2-mpm-prefork" error displayed in threaded mpm.
6154:
6155: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6156: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6157: installed (issue #354)
6158:
6159: 2012-04-16 moko
6160:
6161: * src/types/pa_vmemcached.C: call to memcached_result_create and
6162: memcached_result_free removed
6163:
6164: 2012-04-14 moko
6165:
6166: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6167:
6168: * src/types/pa_vmemcached.C: check_key added and used
6169:
6170: 2012-04-13 moko
6171:
6172: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6173: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6174: Serialization_data now added and used, VString now serialized
6175: with languages into memcached.
6176:
6177: 2012-03-28 moko
6178:
6179: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6180: lib/memcached/pa_memcached.h: result lengths added
6181:
6182: 2012-03-27 moko
6183:
6184: * src/types/pa_vmemcached.C: strdup added
6185:
6186: 2012-03-24 moko
6187:
6188: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6189: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6190: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6191:
6192: 2012-03-20 moko
6193:
1.116 moko 6194: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6195:
6196: * src/targets/cgi/Makefile.am: cleanup
6197:
6198: * src/: types/Makefile.am, types/pa_vmemcached.C,
6199: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6200:
6201: * src/: classes/Makefile.am, classes/memcached.C,
6202: lib/memcached/Makefile.am, lib/memcached/constants.h,
6203: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6204: lib/memcached/types.h, lib/Makefile.am: memcached initial
6205:
6206: 2012-03-16 moko
6207:
6208: * src/main/execute.C: ident now works under Linux + ident displays
6209: filenames (closes issue #818)
6210:
1.116 moko 6211: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6212: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6213: pa_vmethod_frame_local.h removed
6214:
6215: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6216: classes/classes.h, classes/curl.C, classes/date.C,
6217: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6218: classes/hashfile.C, classes/image.C, classes/inet.C,
6219: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6220: classes/memory.C, classes/op.C, classes/reflection.C,
6221: classes/regex.C, classes/response.C, classes/string.C,
6222: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6223: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6224: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6225: include/pa_config_fixed.h, include/pa_config_includes.h,
6226: include/pa_dictionary.h, include/pa_dir.h,
6227: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6228: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6229: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6230: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6231: include/pa_request_charsets.h, include/pa_request_info.h,
6232: include/pa_sapi.h, include/pa_socks.h,
6233: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6234: include/pa_stack.h, include/pa_string.h,
6235: include/pa_stylesheet_connection.h,
6236: include/pa_stylesheet_manager.h, include/pa_table.h,
6237: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6238: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6239: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6240: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6241: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6242: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6243: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6244: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6245: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6246: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6247: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6248: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6249: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6250: main/pa_string.C, main/pa_stylesheet_connection.C,
6251: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6252: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6253: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6254: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6255: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6256: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6257: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6258: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6259: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6260: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6261: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6262: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6263: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6264: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6265: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6266: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6267: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6268: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6269: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6270: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6271: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6272: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6273: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6274: types/pa_vresponse.h, types/pa_vstateless_class.C,
6275: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6276: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6277: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6278: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6279: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6280: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6281: ident now works under Linux + ident displays filenames (closes
6282: issue #818) Copyright updated
6283:
6284: 2012-03-13 moko
6285:
6286: * src/main/pa_string.C: compilation fix for feature #741
6287:
6288: 2012-03-09 misha
6289:
6290: * tests/193.html: - tests for ^string:base64[encoded] are updated
6291:
6292: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6293: now detects invalid base64 chars in the middle of encoded stricg
6294: ( new feature: #55 )
6295:
6296: * src/include/pa_exception.h: - new exception type for base64
6297: decoding is added
6298:
6299: 2012-03-06 misha
6300:
6301: * tests/274.html: - tests for ^date::today[] and
6302: ^date.sql-string[datetime|date|time] are added
6303:
6304: * src/classes/date.C: - constructor ^date::today[] is added ( new
6305: feature: #811 ) - ^date.sql-string[] now can accept one param --
6306: strings "datetime", "date" or "time" - comments tidying up
6307:
6308: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6309: date and time
6310:
6311: 2012-03-03 misha
6312:
6313: * tests/193.html: - tests for
6314: ^string:base64[encoded;$.strict(true)] are added
6315:
6316: * tests/results/auto.p: - try-catch operator is added
6317:
6318: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6319: main/pa_common.C: - $.strict(true|false) option is added to
6320: base64 decode methods ( new feature: #55 )
6321:
6322: * src/main/pa_common.C: - base64 decode memory usage was decreased
6323: ( new feature: #819 )
6324:
6325: 2012-02-28 moko
6326:
6327: * src/classes/hash.C: ident test
6328:
6329: 2012-02-27 misha
6330:
6331: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6332:
6333: 2012-01-08 misha
6334:
6335: * tests/273.html: - tests for ^string.replace[from;to] are added
6336:
6337: * src/: classes/string.C, include/pa_dictionary.h,
6338: main/pa_dictionary.C, main/pa_string.C: -
6339: ^string.replace[from;to] is added ( new feature: #741 ) -
6340: ^string.replace[one subst here] is slightly optimized
6341:
6342: 2011-12-07 misha
6343:
6344: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6345: named table with one empty column ( bugfix: #63 )
6346:
6347: 2011-11-30 misha
6348:
6349: * src/classes/json.C: - it's possible to set user's method for
6350: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6351: #763 )
6352:
6353: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6354:
6355: 2011-11-23 misha
6356:
6357: * src/: classes/curl.C, classes/file.C, classes/image.C,
6358: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6359: types/pa_vfile.h, types/pa_vform.C: - constructor
6360: ^file::create[mode;filename;content[;options]] now accepts binary
6361: mode and file-content - new constructor's format:
6362: ^file::create[string-or-file-content[;$.name[filename]
6363: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6364: feature: #65 )
6365:
6366: * src/: include/pa_request.h, main/pa_request.C: - new method
6367: mime_type_of(const String*) is added
6368:
6369: * src/include/pa_exception.h: - new exception constant
6370: FILE_NAME_MUST_BE_SPECIFIED is added
6371:
6372: * src/classes/table.C: - bug with negative offset transformed into
6373: a feature. it means pointing to a row from the end of the table (
6374: new feature: #810 )
6375:
6376: 2011-11-19 misha
6377:
6378: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6379: â ìåòîäå _select ( new feature: #810 )
6380:
6381: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6382: options were specified together is simplified
6383:
6384: 2011-11-12 misha
6385:
6386: * src/main/pa_request.C: - forgotten fix for escaping filename in
6387: HTTP content-disposition header (a part of bug #361 )
6388:
6389: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6390: checks for ancestors' classes as well ( new feature: #456 )
6391:
6392: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6393: "without cycle" now have types "parser.break" and
6394: "parser.continue" instead of "parser.runtime" ( new feature: #799
6395: )
6396:
6397: 2011-11-11 misha
6398:
6399: * tests/results/: 099.processed, 100.processed, 205.processed,
6400: 237.processed: - since bug #361 was fixed the content of filename
6401: in HTTP headers is quoted
6402:
6403: * tests/results/270.processed: - result for test 270
6404:
6405: * tests/: 065.html, results/065.processed: - more tests for
6406: ^file:basename[] & Co were added
6407:
6408: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6409:
6410: * tests/270.html: - tests for ^file:find[] are added
6411:
6412: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6413: using option $.charset. option $.engoding is still supported but
6414: these options can not be specified together
6415:
6416: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6417: comparation charset name with string "UTF-8" ( bugfix: #759 )
6418:
6419: 2011-10-11 misha
6420:
6421: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6422: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6423: #622)
6424:
6425: 2011-09-30 misha
6426:
6427: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6428: exception "saving stat-ed file" ( bugfix: #395 )
6429:
6430: 2011-05-30 misha
6431:
6432: * src/classes/string.C: - fixed bug which was added with
6433: params.as_hash into string:sql
6434:
6435: 2011-05-29 misha
6436:
6437: * src/types/pa_value.C: - filename in content-disposition header
6438: must be quoted ( bugfix: #361 )
6439:
6440: 2011-05-27 misha
6441:
6442: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6443: created file
6444:
6445: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6446: usage
6447:
6448: * src/include/pa_exception.h: - one more string for exception was
6449: added
6450:
6451: 2011-05-25 misha
6452:
6453: * tests/269.html: - tests for checking input params in some dom
6454: methods
6455:
6456: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6457: was added. it isn't possible not wo create xdoc with invalid
6458: tagName. ( bugfix: #160 )
6459:
6460: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6461: string "data must be string" was mover from pa_exception.h to
6462: pa_xml_exception.h
6463:
6464: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6465: as_xmlncname, as_xmlname and as_xmlnsuri were added
6466:
6467: * src/main/pa_xml_exception.C: - XmlException accepts more options
6468:
6469: * src/include/pa_xml_exception.h: - XmlException accepts more
6470: options - XML-related exception's strings were added
6471:
6472: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6473: output_options were removed)
6474:
6475: 2011-05-19 misha
6476:
6477: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6478: params.as_hash is used more while parsing methods hash-options
6479:
6480: 2011-05-18 misha
6481:
6482: * operators.txt: - info about json-serialization of xdoc was added
6483:
6484: * tests/256.html: - tests for json-serialization xdoc were added
6485:
6486: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6487:
6488: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6489: classes/json.C, classes/xdoc.C: - now json:string can serialize
6490: xdoc-objects. options (the same as ^xdoc.string[]) could be
6491: specified in $.xdoc[] ( new feature: #265 )
6492:
6493: 2011-05-15 misha
6494:
6495: * tests/268.html: - tests for ^table.count[with options] were added
6496:
6497: * src/classes/table.C: - method ^table.count[] now can accept
6498: options ( new feature: #93 ): ^table.count[column] returns number
6499: of columns for named table; ^table.count[cells] returns number of
6500: cells in the current row; ^table.count[] & ^table.count[rows]
6501: return number of rows in a table.
6502:
6503: * tests/267.html: - test for checking switch/case in boolean mode
6504: was added
6505:
6506: * src/classes/op.C: - if switch's or case's value is bool, they are
6507: compared as bool values, not as double values: new feature: #351
6508:
6509: 2011-05-06 misha
6510:
6511: * tests/242.html: - EOL before EOF was added
6512:
6513: * tests/169.html: - tests for splitting empty string and void were
6514: added
6515:
6516: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6517: returned table with one empty cell)
6518:
6519: 2011-04-03 misha
6520:
6521: * src/include/pa_version.h, configure.in: - version in head was
6522: changed to 3.4.2b
6523:
6524: 2011-03-30 misha
6525:
6526: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6527: as well ( new feature #294 )
6528:
6529: 2011-03-29 misha
6530:
6531: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6532: limited to approx. 6 MB. previous limits were too big for real
6533: life. bugfix: #216
6534:
6535: 2011-03-04 moko
6536:
6537: * etc/parser3.charsets/cp866.cfg: Conforms to
6538: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6539:
6540: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6541: vlalek@
6542:
6543: 2011-02-22 misha
6544:
6545: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6546: be under #ifdef XML or parser can't be compiled without xml
6547: support
6548:
6549: 2011-02-21 misha
6550:
1.116 moko 6551: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6552: ApacheModuleParser3.vcproj was removed
6553:
6554: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6555: removed)
6556:
6557: 2011-02-20 misha
6558:
6559: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6560: $.overridden in ^reflection:method_info[...] were added
6561:
6562: * src/classes/reflection.C: - beautifying result of
6563: ^reflection:method_info[] ($.overridden/inherited)
6564:
6565: 2011-02-18 misha
6566:
6567: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6568: and pa_isalnum instead of isalpha and isalnum - bug with
6569: redundand quoting lowercased latin chars while building email
6570: body was fixed
6571:
6572: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6573: added (they check for latin chars only)
6574:
6575: 2011-02-16 misha
6576:
6577: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6578: string size for transcoding gave too small value (should ever
6579: look for availability char in dest charset inspite of the char
6580: size)
6581:
6582: 2011-02-04 moko
6583:
6584: * tests/223.html: header values now not url-encoded (issue #195)
6585:
6586: 2011-02-01 misha
6587:
6588: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6589:
6590: 2011-01-31 misha
6591:
6592: * src/main/pa_request.C: - throw exception if param file_name in
6593: use_file is empty
6594:
6595: 2011-01-08 moko
6596:
6597: * src/classes/curl.C: compilations errors fixed
6598:
6599: 2010-12-29 moko
6600:
6601: * tests/: 265.html, results/265.processed: test for issue #200
6602: added
6603:
6604: * src/main/pa_string.C: empty regex result check added (fixes issue
6605: #200)
6606:
6607: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6608:
6609: * tests/results/223.processed: header values now not url-encoded
6610: (issue #195)
6611:
6612: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6613: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6614: pa_http_safe_header_name added for headers names (fixes bug #195)
6615:
6616: 2010-12-18 misha
6617:
6618: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6619: => pa-include
6620:
6621: 2010-11-28 moko
6622:
6623: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6624:
6625: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6626: -> pa
6627:
6628: * configure.in: apr -> pa
6629:
6630: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6631:
6632: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6633: classes/Makefile.am, types/Makefile.am: apr -> pa
6634:
6635: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6636: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6637: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6638: pa-include/pa_apr.h, pa-include/pa_errno.h,
6639: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6640: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6641: module apr name conflict resolved)
6642:
6643: 2010-11-27 misha
6644:
6645: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6646: libbz2
6647:
6648: 2010-11-26 misha
6649:
6650: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6651: warnings removed
6652:
6653: 2010-11-25 moko
6654:
6655: * operators.txt: $.indent(true)
6656:
6657: * operators.txt: another bugfix. :)
6658:
6659: * operators.txt: bugfix. :)
6660:
6661: * buildall-with-xml: libxml2-2.7.8 + with-apache
6662:
6663: 2010-11-24 moko
6664:
1.116 moko 6665: * configure: apxs support
1.95 moko 6666:
6667: * configure.in: apxs support -Bstatic gc removed for OS X
6668:
6669: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6670:
6671: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6672: THREAD_LOCAL usage
6673:
6674: * src/: classes/curl.C, include/pa_config_includes.h,
6675: main/pa_globals.C: THREAD_LOCAL defined and used
6676:
6677: 2010-11-23 moko
6678:
6679: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6680: should be passed to pa_sleep, and only fractional part (bugfix:
6681: #188)
6682:
6683: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6684:
6685: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6686: GC_dont_gc=1, as in cgi version
6687:
6688: * src/targets/apache/mod_parser3.c: warning war
6689:
6690: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6691: pa_httpd.h: version removed, some trash removed
6692:
6693: * src/targets/apache/mod_parser3.c: version removed (we don't want
6694: to show it), warning war
6695:
6696: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6697: pa_httpd.h: parser_status_allowed removed + merge config
6698: functions removed (override is the default) + beauty
6699:
6700: * src/: include/pa_request.h, main/pa_request.C,
6701: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6702: hide $status used in apache module removed
6703:
6704: 2010-11-18 moko
6705:
6706: * operators.txt: $.table[compact] added for ^json:string[]
6707:
6708: 2010-11-16 moko
6709:
6710: * src/targets/apache/mod_parser3.c: some cleanup done
6711:
6712: * src/main/untaint.C: bugfix: first, second String::Body argument
6713: is hashcode; second, info.fragment_begin is original, not
6714: resulting length
6715:
6716: * src/classes/file.C: new feature: $.stdin now untainted
6717:
6718: * tests/results/264.processed: new feature: $.stdin[] now untainted
6719:
6720: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6721:
6722: * src/classes/op.C: ^apply-taint[] method added
6723:
6724: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6725: added; $.stdin untaint test added
6726:
6727: 2010-11-15 moko
6728:
6729: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6730: removed
6731:
6732: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6733: pa_httpd.h: 2x2 calculated under apache2. :)
6734:
6735: 2010-11-13 moko
6736:
6737: * src/targets/apache/mod_parser3.c: initial changes to build module
6738: with apache 2.x includes
6739:
6740: * src/targets/apache/: Makefile.am, mod_parser3.c,
6741: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6742: united apache 1.3 / apache 2.x DSO module
6743:
6744: 2010-11-09 moko
6745:
6746: * src/types/pa_method.h: check added to dissallow @method[name;*]
6747: syntax
6748:
6749: * tests/: 263.html, results/263.processed: test from method[*args]
6750: added
6751:
6752: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6753: number of params can now be passed to a method declared with *arg
6754:
6755: 2010-11-06 moko
6756:
6757: * src/classes/table.C: formating fixed. :)
6758:
6759: * src/classes/table.C: closes #4: ^table.select now supports
6760: $.limit(), $.offset, $.reverse() options
6761:
6762: * tests/: 262.html, results/262.processed: test for ^table:select
6763: with options added (feature #4)
6764:
6765: * src/include/pa_array.h: remove function added
6766:
6767: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6768: object in get_element/put_element, using static one.
6769:
6770: 2010-11-04 moko
6771:
6772: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6773: options is passed
6774:
6775: * tests/: 256.html, results/256.processed: $.table[compact] feature
6776: now tested; k and p in handler now tested.
6777:
6778: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6779: $.table[compact] feature added
6780:
6781: * src/classes/json.C: key is now passed to handler in
6782: value_json_string; ^json:string result now process tainting
6783: inside and returns clean string, related to issue #153
6784:
6785: * src/main/untaint.C: bugfix: charset can be null (in
6786: ^string:save[] as example), thus check is added
6787:
6788: 2010-10-31 moko
6789:
6790: * src/classes/string.C: error message changed (fixes issue #149)
6791:
6792: 2010-10-29 moko
6793:
6794: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6795: port is not default (fixes issue #155); exception on invalid port
6796: added.
6797:
6798: * src/main/untaint.C: '*' is now not urlencoded to allow header
6799: "Accept: */*" to be passed
6800:
6801: 2010-10-28 moko
6802:
6803: * src/classes/curl.C: bugfix: detect_charset() was throwing
6804: exception on unknown charset even if response_charset was
6805: specified
6806:
6807: 2010-10-27 moko
6808:
6809: * src/classes/string.C: ^string.append removed for void
6810: compatibility
6811:
6812: 2010-10-26 moko
6813:
6814: * src/classes/json.C: libjson supports array at top level, we too
6815: (GPF fixed)
6816:
6817: 2010-10-25 moko
6818:
6819: * tests/: 253.html, results/253.processed: libjson supports array
6820: at top level, parser now supports it as well.
6821:
6822: * tests/261.html, tests/results/261.processed,
6823: src/types/pa_vstring.h: empty string is now void compatible
6824: (allows $empty.key)
6825:
6826: 2010-10-22 misha
6827:
6828: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6829: while adding additional expires checkout)
6830:
6831: * tests/030.html: - test for session cookie was added
6832:
6833: 2010-10-21 moko
6834:
6835: * src/: classes/string.C, classes/void.C, main/execute.C,
6836: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6837: string (feature #111)
6838:
6839: * tests/: 261.html, results/261.processed: checks void from string
6840: inheritance (feature #111)
6841:
6842: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6843: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6844: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6845: now true by default
6846:
6847: 2010-10-17 moko
6848:
6849: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6850: upload now uses binary blocks instead of L_FILE_POST tainting.
6851: (bugfix: #128)
6852:
6853: * tests/: 223.html, results/223.processed: binary file upload test
6854: added, GPF (issue #128) also checked in this test
6855:
6856: 2010-10-13 misha
6857:
6858: * tests/260.html: - test for math:convert
6859:
6860: * src/classes/math.C: - error in math:convert was fixed
6861:
6862: * operators.txt: - info about
6863: ^math:convert[number](from-base;to-base) was added
6864:
6865: * src/classes/math.C: - method
6866: ^math:convert[number](from-base;to-base) for converting number
6867: represention from one base to another was added ( new feature:
6868: #23 )
6869:
6870: 2010-10-13 moko
6871:
6872: * src/main/compile.tab.C: [] now is empty string, not void
6873:
6874: * src/main/compile.y: [] now is empty string, not void
6875:
6876: * src/types/pa_vvoid.h: void now passed as parameter
6877:
6878: * tests/: 259.html, results/259.processed: to test difference
6879: between void and empty string (see ticket #111)
6880:
6881: * tests/results/152.processed: $sEmpty[] is now empty string, not
6882: void
6883:
6884: * tests/256.html: $s[$void] is no longer empty string
6885:
6886: * tests/254.html: empty string is no longer void
6887:
6888: 2010-10-12 misha
6889:
6890: * src/types/pa_vcookie.C: - check if $.expires value can be
6891: converted to date during cookies set up ( bugfix: #104 )
6892:
6893: * tests/041.html: - more tests for ^table.locate were added
6894:
6895: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6896: work ( bugfix: #129 ) - exception comment for incorrect options
6897: ^table.locate[field;value;options] was fixed
6898:
6899: 2010-10-10 moko
6900:
6901: * src/: classes/reflection.C, main/execute.C: constructor returning
6902: another object feature returned
6903:
6904: * tests/results/258.processed: test result updated as constructor
6905: returning another object feature returned
6906:
6907: * tests/: 258.html, results/258.processed: test for constructor
6908: returning another object
6909:
6910: 2010-10-08 misha
6911:
6912: * tests/257.html: - whitespaces after @METACOMMANDS and their
6913: options shouldn't cause exceptions any longer
6914:
6915: 2010-10-06 moko
6916:
6917: * src/classes/: hash.C, table.C: length from sql server is now
6918: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6919:
6920: 2010-10-02 misha
6921:
6922: * operators.txt: - the X mark was removed from ^cache[file]. it is
6923: usable to delete cache file.
6924:
6925: 2010-10-02 moko
6926:
6927: * tests/: 253.html, results/253.processed: hook_key added for key
6928: checking
6929:
6930: * src/classes/json.C: null key bug fixed
6931:
6932: 2010-09-29 misha
6933:
6934: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6935:
6936: 2010-09-25 moko
6937:
6938: * src/classes/json.C: small fixed
6939:
6940: * tests/results/: 253.processed, 255.processed: just updated
6941:
6942: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6943: results/255.processed: charset transcode test added for
6944: json:parse
6945:
6946: 2010-09-24 moko
6947:
6948: * src/types/pa_value.h: warning war :)
6949:
6950: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6951: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6952: ^json:string
6953:
6954: 2010-09-22 moko
6955:
6956: * src/main/pa_charset.C: parser charset tables declare only
6957: white-space before 0x20, thus adding the missing chars
6958:
6959: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6960: to http://unicode.org/Public/MAPPINGS/VENDORS/
6961:
6962: 2010-09-21 misha
6963:
6964: * src/main/compile.y: - some semicolons were added (VS2010 don't
6965: want to compile grammar if they are absent)
6966:
6967: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6968:
6969: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6970:
6971: * src/main/main.vcproj: - path to bison is changed
6972:
6973: 2010-09-21 moko
6974:
1.116 moko 6975: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6976: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6977: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6978:
6979: 2010-09-20 misha
6980:
6981: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6982:
6983: * src/classes/json.C: - add EOL while json-serializing hash
6984:
6985: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6986: compilers don't like 'ES'.
6987:
6988: 2010-09-17 misha
6989:
6990: * operators.txt: - info about json class was added
6991:
6992: * src/classes/json.C: - ^json:string[object]
6993:
6994: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6995: preventing infinite recursion while executing json:string was
6996: added
6997:
6998: * src/include/pa_string.h: - method append_quoted was added
6999:
7000: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7001: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7002: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7003: was added to Value & Co
7004:
7005: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7006: were used
7007:
7008: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7009: were added
7010:
7011: 2010-09-10 moko
7012:
7013: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7014: die_or_abort (backport from 3.4.1)
7015:
7016: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7017: die_or_abort (bugfix: #106)
7018:
7019: 2010-09-09 moko
7020:
7021: * src/classes/json.C: warning war. :)
7022:
7023: 2010-09-08 misha
7024:
7025: * src/lib/json/Makefile.am: - additional include directories were
7026: added (for pa_memory.h and gc.h)
7027:
7028: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7029: compile as C++ instead default - additional include directory was
7030: added (for gc.h)
7031:
7032: * src/types/pa_vform.C: - little code reformating
7033:
7034: * src/classes/file.C: - $.content-type option now can be specified
7035: in ^file::create ( new feature: #102 )
7036:
7037: 2010-09-08 moko
7038:
7039: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7040: pa_malloc/pa_free
7041:
7042: 2010-09-07 moko
7043:
7044: * tests/results/254.processed: VStateless_class:put_element
7045: exception was fixed
7046:
7047: * src/types/: pa_value.h, pa_vstateless_class.h: now
7048: VStateless_class:put_element barks self.type, not this.type
7049: (bugfix: #105)
7050:
7051: 2010-09-06 moko
7052:
7053: * src/classes/reflection.C: bugfix: new String() is required for
7054: exception handling
7055:
7056: * tests/: 254.html, results/254.processed: test modified
7057:
7058: 2010-09-05 moko
7059:
7060: * tests/: 254.html, results/254.processed: ^reflection:copy test
7061: added
7062:
7063: * src/: classes/reflection.C, include/pa_request.h:
7064: ^reflection:copy implemented (new feature: #100)
7065:
7066: 2010-09-03 moko
7067:
7068: * src/lib/json/JSON_parser.C: c++ compatiblity
7069:
7070: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7071: option testing added
7072:
7073: 2010-09-02 moko
7074:
7075: * src/classes/json.C: $.distinct[first|last|all] added
7076:
7077: 2010-09-01 moko
7078:
7079: * tests/results/253.processed: json test result
7080:
7081: * tests/: 253.html, 253_json.txt: json test added
7082:
7083: * src/classes/json.C: json.C update to actual version + hash key
7084: creation bugfix
7085:
7086: 2010-08-31 misha
7087:
7088: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7089: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7090: src/lib/Makefile.am, src/classes/Makefile.am,
7091: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7092: json library was added
7093:
7094: 2010-08-30 moko
7095:
7096: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7097: types/pa_vobject.C: cosmetic optimization in
7098: request:execute_method usage
7099:
7100: * src/: include/pa_charset.h, main/pa_charset.C: small
7101: optimization, just to decrease number of lines. :)
7102:
7103: 2010-08-27 misha
7104:
7105: * src/classes/op.C: - taint[json] was added
7106:
7107: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7108: were added
7109:
7110: * src/main/pa_exec.C: - warning fix was rolled back.
7111:
7112: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7113: include/pa_string.h: - taint[json] was added - escaping was
7114: slightly modified
7115:
7116: 2010-08-25 misha
7117:
7118: * src/classes/file.C: - typo in file:sql exception was fixed
7119:
7120: * src/main/pa_exec.C: - warning about declared and not used
7121: variable forced_allow was removed
7122:
7123: 2010-08-14 misha
7124:
7125: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7126: were removed
7127:
7128: 2010-08-11 moko
7129:
7130: * tests/: 249.html, results/249.processed: default setter and
7131: anti-recursive default getter test added
7132:
7133: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7134: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7135: types/pa_vobject.h, types/pa_vstateless_class.C,
7136: types/pa_vstateless_class.h: default setter support +
7137: anti-recursive default getter support ( new feature: #13 )
7138:
7139: * src/include/pa_hash.h: optimization: threshold member removed
7140: from hash, reducing sizeof(hash)
7141:
7142: 2010-08-10 misha
7143:
7144: * tests/196.html: - junction-method was added to the test
7145:
7146: * tests/248.html: - ups. typo :)
7147:
7148: * tests/248.html: - test for checking .match with 4 params
7149:
7150: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7151: 247_windows1251.txt: - test for "transcode file from utf-8 to
7152: $request:charset during loading if the BOM code is detected"
7153:
7154: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7155: $request:charset during loading if the BOM code is detected ( new
7156: feature: #98 )
7157:
7158: 2010-08-05 misha
7159:
7160: * src/classes/image.C: - ^image.replace now can accept only 2
7161: params. in this case the whole image is affected ( new feature:
7162: #95 )
7163:
7164: 2010-08-04 misha
7165:
7166: * tests/246.html: - test tor ^hash._at[] was added
7167:
7168: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7169: #53 )
7170:
7171: * src/include/pa_hash.h: - methods for accessing the first and the
7172: last values of ordered hash were added (first_value and
7173: last_value)
7174:
7175: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7176: (similar to others file's methods):
7177: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7178: #68 )
7179:
7180: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7181:
7182: 2010-08-01 moko
7183:
7184: * src/classes/op.C: to correctly process $result[] in code, called
7185: from ^process
7186:
7187: * tests/245.html: $result in ^process[] test added
7188:
7189: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7190: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7191: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7192: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7193: caller, self) op_call(VMethodFrame &frame, bool constructing)
7194: removed, construct(class,method) added
7195:
7196: * tests/results/: 192.processed, 244.processed: request::construct
7197: added
7198:
7199: * tests/: 244.html, 245.html, results/244.processed,
7200: results/245.processed: object creation exceptions and ^process
7201: tests added
7202:
7203: 2010-07-28 misha
7204:
7205: * tests/make_tests.cmd: - win32 EOLs
7206:
7207: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7208: tests on Win32 were added (The system timezone should be GMT+3)
7209:
7210: 2010-07-26 misha
7211:
7212: * tests/: 212.html, results/212.processed: - sizes were removed
7213: mecause they could be different on different OSs
7214:
7215: * tests/065.html: - make it "win32 friendly"
7216:
7217: 2010-07-25 misha
7218:
7219: * src/main/compile.y: - all EOLs between methods are removed during
7220: compilation ( new feature: #47 )
7221:
7222: * tests/results/149.processed: - prepare tests to trim trailing
7223: methods' EOLs
7224:
7225: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7226:
7227: * tests/: results/006.processed, results/014.processed, 006.html,
7228: 014.html, 022.html: - prepare tests to trim trailing methods'
7229: EOLs
7230:
7231: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7232: results/071.processed, results/022.processed: - prepare tests to
7233: trim trailing methods' EOLs
7234:
7235: * tests/: results/073.processed, results/109.processed,
7236: results/142.processed, results/144.processed,
7237: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7238: 144.html: - prepare tests to trim trailing methods' EOLs
7239:
7240: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7241: 149.html, 152.html, results/096.processed, results/107.processed,
7242: results/109.processed, results/142.processed,
7243: results/144.processed: - prepare tests to trim trailing methods'
7244: EOLs
7245:
7246: 2010-07-24 moko
7247:
7248: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7249: the hash order in this test
7250:
7251: * tests/014.html: to check hash order, hash no is longer sorted
7252: before print
7253:
7254: * src/include/pa_hash.h: hash copy constructor now keeps order
7255: (bugfix: #54)
7256:
7257: 2010-07-23 moko
7258:
7259: * tests/results/224.processed: @auto[] is no longer inherited
7260:
7261: * src/types/pa_vstateless_class.C, tests/227.html,
7262: tests/results/227.processed: @auto[] is no longer inherited
7263: (bugfix: #57)
7264:
7265: 2010-07-22 misha
7266:
7267: * src/classes/table.C: - don't skip comment lines during
7268: table::load if encloser or separator is set as '#' ( new feature:
7269: #30 )
7270:
7271: * src/targets/cgi/parser3.C: - don't run as cgi if
7272: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7273: #12 )
7274:
7275: * src/classes/file.C: - set PARSER_VARSION env before external
7276: script executing
7277:
7278: 2010-07-13 misha
7279:
7280: * tests/058.html: - test for suppressing @border was added - test
7281: for user attribute was added
7282:
7283: * tests/results/186.processed: unescaping from \uXXXX
7284:
7285: * tests/186.html: unescaping from \uXXXX
7286:
7287: * tests/: 239.html, results/239.processed: method call type
7288:
7289: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7290: $junction_method.CLASS_NAME (+CLASS)
7291:
7292: 2010-07-07 misha
7293:
7294: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7295: *nix
7296:
7297: 2010-07-05 misha
7298:
7299: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7300: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7301: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7302: comment strings "options must be hash", "options must be hash,
7303: not code" and "called with invalid option" were replaced by
7304: constatns - exception comment string "invalid option passed" was
7305: replaced by "called with invalid option" (now in different
7306: methods are the same exception comment string)
7307:
7308: * src/include/pa_exception.h: - more exception strings were defined
7309:
7310: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7311: types/pa_vstateless_class.h: - now we can define possible
7312: method's call type ( new feature: #5 ) 1.
7313: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7314: methods 2. @static:method[params] (only static keyword could be
7315: used here) -- for specified methods
7316:
7317: * src/main/pa_common.C: - junction points should not be deleted on
7318: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7319: cleanup
7320:
7321: 2010-07-03 misha
7322:
7323: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7324: results/158.processed, results/160.processed,
7325: results/161.processed, results/162.processed,
7326: results/163.processed: - prepare tests to trim trailing methods'
7327: EOLs
7328:
7329: * tests/results/169.processed: - prepare tests to trim trailing
7330: methods' EOLs
7331:
7332: * tests/results/: 168.processed, 169.processed: - prepare tests to
7333: trim trailing methods' EOLs
7334:
7335: * tests/: results/170.processed, results/167.processed,
7336: results/168.processed, results/169.processed, 167.html, 168.html,
7337: 169.html: - prepare tests to trim trailing methods' EOLs
7338:
7339: * tests/: results/170.processed, results/171.processed,
7340: results/172.processed, results/173.processed,
7341: results/174.processed, results/175.processed, 170.html, 171.html,
7342: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7343: trailing methods' EOLs
7344:
7345: * tests/: results/176.processed, results/180.processed,
7346: results/184.processed, results/185.processed,
7347: results/191.processed, results/192.processed,
7348: results/196.processed, results/197.processed,
7349: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7350: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7351: to trim trailing methods' EOLs
7352:
7353: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7354: results/199.processed, results/208.processed,
7355: results/209.processed, results/213.processed,
7356: results/214.processed: - prepare tests to trim trailing methods'
7357: EOLs
7358:
7359: 2010-06-29 misha
7360:
7361: * tests/: 220.html, 218.html, results/218.processed,
7362: results/215.processed, results/217.processed, 215.html, 217.html:
7363: - prepare tests to trim trailing methods' EOLs
7364:
7365: * tests/: results/224.processed, 224.html, 223.html,
7366: results/223.processed, results/220.processed: - prepare tests to
7367: trim trailing methods' EOLs
7368:
7369: * tests/results/: 226.processed, 230.processed: - prepare tests to
7370: trim trailing methods' EOLs
7371:
7372: * tests/: 229.html, results/229.processed: - prepare tests to trim
7373: trailing methods' EOLs
7374:
7375: * tests/: 232.html, 235.html, results/232.processed,
7376: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7377: results/226.processed, results/227.processed,
7378: results/228.processed, results/230.processed: - prepare tests to
7379: trim trailing methods' EOLs
7380:
7381: 2010-06-16 moko
7382:
7383: * tests/: 229.html, results/229.processed: elseif now supported in
7384: ^if
7385:
7386: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7387:
7388: 2010-06-03 misha
7389:
7390: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7391: instead of memcopy for overlaped regions
7392:
7393: 2010-05-25 misha
7394:
7395: * src/main/pa_common.C: - wanring about unused vars was removed
7396:
7397: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7398: get_method_filename was moved to execute.C
7399:
7400: 2010-05-23 misha
7401:
7402: * src/main/pa_request.C: - more accurate detection of method's file
7403:
7404: 2010-05-22 misha
7405:
7406: * src/classes/reflection.C: - bugfix: core during detection of
7407: .file if filespec isn't detected successfully
7408:
7409: 2010-05-20 misha
7410:
7411: * src/main/pa_request.C: - fix in get_method_filename
7412:
7413: * src/include/pa_request.h: - new feature: #24 -- searching
7414: included file in @USE/^use is changed. if its filespec doesn't
7415: start from '/' it will be searched in caller file directory
7416:
7417: * src/classes/reflection.C: - ^reflection:method_info returns file
7418: where the method is defined
7419:
7420: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7421: classes/op.C: - new feature: #24 -- searching included file in
7422: @USE/^use is changed. if its filespec doesn't start from '/' it
7423: will be searched in caller file directory
7424:
7425: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7426: is moved to pa_common.h
7427:
7428: 2010-05-18 misha
7429:
7430: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7431: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7432: cookie parser decode \uXXXX as well as %uXXXX
7433:
7434: 2010-05-17 misha
7435:
7436: * src/classes/curl.C: beauty: - unused param is removed in method
7437: _curl_version_action - some spaces were removed or replaced by
7438: tabs
7439:
7440: * src/classes/table.C: - bugfix: #72 core with empty value during
7441: ^table.hash[...;name_of_the_last_column][$.type[string]]
7442:
7443: 2010-05-16 misha
7444:
7445: * src/classes/curl.C: new: #61 more curl options were added
7446: (contributed by Sumo)
7447:
7448: 2010-04-29 pretender
7449:
7450: * src/main/pa_string.C: fixes #63 Split result from empty string
7451: now empty string.
7452:
7453: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7454: string type.
7455:
7456: 2010-04-28 pretender
7457:
7458: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7459: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7460: macrodefinition removed
7461:
7462: 2010-04-19 pretender
7463:
7464: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7465: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7466:
7467: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7468: fixes #64 Now file.missing exception generates in unsafe mode to.
7469:
7470: * src/classes/file.C: fixes #48 Now not throw "not save environment
7471: variable" exception in grpunlim version.
7472:
7473: 2010-04-05 misha
7474:
7475: * src/classes/string.C: - new feature: 4th param was added to
7476: match. if specified its value is returned in case of nothing was
7477: found
7478:
7479: 2010-04-01 misha
7480:
7481: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7482: multiple execution of /a/b/auto.p
7483:
7484: 2010-03-19 misha
7485:
7486: * src/main/execute.C: - core in $table1.$table2 was fixed
7487:
7488: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7489:
7490: 2010-01-27 misha
7491:
7492: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7493: trying to open file by path /existing-file/non-exixting-file
7494:
7495: 2010-01-26 misha
7496:
7497: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7498: was added (returns file)
7499:
7500: 2009-12-22 misha
7501:
7502: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7503: now parser doesn't have class curl if it was built without it
7504:
7505: 2009-12-15 misha
7506:
7507: * configure.in: - little cheat with curl include dir was added
7508:
7509: 2009-12-05 misha
7510:
7511: * src/classes/curl.C: - some fixes
7512:
7513: 2009-12-04 misha
7514:
7515: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7516: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7517: buildall-with-xml, buildall-without-xml, configure.in: - curl
7518: class was added
7519:
7520: * src/include/pa_hash.h: - hash-iterator was added
7521:
7522: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7523: was added to pcre
7524:
7525: 2009-11-27 misha
7526:
7527: * src/classes/image.C: - don't add @border attribute to output of
7528: ^image.html[] if it was specified by user with empty value
7529:
7530: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7531: root element and we are trying to access .documentElement
7532:
7533: 2009-11-11 misha
7534:
7535: * src/classes/table.C: - in ^table.flip[] look at number of columns
7536: instead of number of items in first row for named tables
7537:
7538: 2009-11-10 misha
7539:
7540: * operators.txt: - info about hash-options in ^file::create was
7541: added
7542:
7543: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7544: added
7545:
7546: 2009-11-09 misha
7547:
7548: * buildall-with-xml: - moving to libxml 2.7.6
7549:
7550: * tests/236.html: - tests for comparations cords with functions
7551: were added
7552:
7553: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7554: added
7555:
7556: * src/main/pa_http.C: - little optimisation
7557:
7558: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7559: GPF mallocs + stringstream (table.save)
7560:
7561: * src/classes/file.C: - file::create now accepts 4th param: options
7562: with $.charset
7563:
7564: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7565: bug in cord (comparation cords with functions was buggy)
7566:
7567: 2009-11-06 misha
7568:
7569: * src/main/pa_string.C: - bugfix: calculation string.length
7570: sometimes was buggy
7571:
7572: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7573: destroyed if exception occured during match/replace
7574:
7575: * src/: main/pa_charset.C, include/pa_charset.h: - method
7576: lengthUTF8Char was added
7577:
7578: * src/classes/op.C: - clean tainting lang was added for user's
7579: usage
7580:
7581: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7582: fixed: checkouts are required after GC_MALLOC
7583:
7584: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7585:
7586: * operators.txt: - actually, there is no ^untaint[xml] in
7587: file::create
7588:
7589: 2009-10-15 misha
7590:
7591: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7592: were added
7593:
7594: * tests/234.html: - more tests for checking ^taint[uri] escaping
7595: were added
7596:
7597: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7598: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7599: hacking: for dealing with transcoding+^taint[uri]
7600: transcode_and_untaint was replaced by untaint_and_transcode
7601:
7602: 2009-10-13 misha
7603:
7604: * tests/: 121.html, results/121.processed: - test transcoding +
7605: url-escaping now
7606:
7607: * tests/results/auto.p: - more helpers' methods were added
7608:
7609: * src/main/pa_globals.C: - die instead of abort
7610:
7611: 2009-10-06 misha
7612:
7613: * src/main/pa_common.C: - don't allocate memory during
7614: capitalization if input string is already capitalized
7615:
7616: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7617:
7618: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7619: use format function because it calls malloc
7620:
7621: * src/include/pa_common.h: - more capitalized headers were added
7622:
7623: * src/main/pa_common.C: - in safe mode clear executable bits during
7624: file writing
7625:
7626: 2009-10-05 misha
7627:
7628: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7629:
7630: 2009-10-03 misha
7631:
7632: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7633: ^img.text[] & ^img.length[] can work in utf-8 now
7634:
7635: * src/: include/pa_charset.h, main/pa_charset.C: - class
7636: UTF8_string_iterator was added
7637:
7638: * src/classes/image.C: - respect utf-8 when calculate alphabet
7639: length
7640:
7641: * src/classes/mail.C: - check from before get message.cstr
7642:
7643: 2009-10-02 misha
7644:
7645: * tests/233.html: - test for image.font, image.length, image.text
7646: with text in utf-8 were added
7647:
7648: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7649:
7650: * buildall-with-xml, buildall-without-xml: - comment about gc
7651: version for freebsd 4 was added
7652:
7653: 2009-10-01 misha
7654:
7655: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7656: terminator) - read_pipe were slightly optimized
7657:
7658: 2009-09-28 misha
7659:
7660: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7661: removed
7662:
7663: * src/types/pa_vmail.C: - forgot about space after ':'
7664:
7665: * src/types/pa_vmail.C: - escape filenames while preparing mail
7666: body - small simplifications
7667:
7668: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7669: inout params like pa_base64
7670:
7671: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7672: option $.debug-print(1) was added to mail:send - changes for
7673: using uue_encode which uses less memory
7674:
7675: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7676:
7677: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7678: memory now
7679:
7680: 2009-09-26 misha
7681:
7682: * src/types/pa_vmail.C: - default encoding now is base64
7683:
7684: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7685:
7686: 2009-09-25 misha
7687:
7688: * src/types/pa_vmail.C: - capitalization of headers was added to
7689: sending mail as well
7690:
7691: * buildall-with-xml: - catalog package was removed from libxml
7692:
7693: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7694: win32 absolute path
7695:
7696: * src/include/pa_common.h: - one more capitalized header was added
7697:
7698: 2009-09-22 misha
7699:
7700: * INSTALL: - comment about building just httpd binary while
7701: building apache module was added
7702:
7703: 2009-09-21 misha
7704:
7705: * buildall-with-xml: - moving to the latest versions of xml libs:
7706: libxml 2.7.4 and libxslt 1.1.25
7707:
7708: 2009-09-19 misha
7709:
7710: * tests/231.html: - test for encoding cookie in win-1251
7711:
7712: 2009-09-18 misha
7713:
7714: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7715: object] were added
7716:
7717: * operators.txt: - info about method ^reflection:fields[class or
7718: object] was added
7719:
7720: * src/classes/reflection.C: - method ^reflection:fields[class or
7721: object] was added
7722:
7723: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7724: methods get_fields were added
7725:
7726: * tests/232.html: - tests for @GET[name]
7727:
7728: * src/classes/table.C: - some changes in handling hash-options for
7729: creare, join and locate
7730:
7731: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7732: defined with option: the type of requested value
7733:
7734: 2009-09-17 misha
7735:
7736: * tests/212.html: - tests for .pattern and .options were added
7737:
7738: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7739: $regex.options were added
7740:
7741: 2009-09-11 misha
7742:
7743: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7744: rewrited. it checks not just one case of sending cookies during
7745: file::load[http], but also sending headers and fields (including
7746: files)
7747:
7748: 2009-09-10 misha
7749:
7750: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7751: was removed => now parser can open files with Russian 'r' in
7752: filename
7753:
7754: * src/main/untaint.C: - bugfix: client charset whould be analized
7755: while escaping cookies but now source charset
7756:
7757: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7758: ^tainted[uri] so it was possible to make request with incorrect
7759: http header
7760:
7761: * src/main/pa_http.C: - capitalization of http headers during
7762: file::load[http was slightly changes - bugfix: all headers which
7763: parser sends during file::load[http should be transcoded and only
7764: then escaped
7765:
7766: * src/main/untaint.C: - a bit more comments were added
7767:
7768: * src/classes/: file.C, string.C: - types where changes (minus 2
7769: warnings)
7770:
7771: * src/include/pa_common.h: - 2 capitalized strings for making http
7772: headers during file::load[http were added
7773:
7774: 2009-09-08 misha
7775:
7776: * operators.txt: - changes in file.save and string.save were added
7777:
7778: * tests/: 230.html, 230.txt: - tests for checking options in
7779: file.save and string.save were added
7780:
7781: * src/main/pa_request.C: - http headers names, which are passed to
7782: SAPI::add_header_attribute are lowercased now (it'll be
7783: capitalized in that method)
7784:
7785: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7786: classes/string.C: - file_write accepts Request_charsets and asked
7787: charset and cound transcode content before writing - string.save
7788: and file.save have option $.charset now
7789:
7790: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7791: classes/xdoc.C: - file_write accepts Request_charsets and asked
7792: charset and cound transcode content before writing
7793:
7794: * src/include/pa_exception.h: - new exception comment string was
7795: defined
7796:
7797: 2009-09-07 misha
7798:
7799: * src/main/compile.y: - grammar $name\ name stops now for regex
7800: sub-pattern\s
7801:
7802: 2009-09-04 misha
7803:
7804: * src/main/pa_http.C: - capitalization of http headers during
7805: file::load[http was implemented
7806:
7807: 2009-09-03 misha
7808:
7809: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7810: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7811: types/pa_vmail.C, targets/cgi/parser3.C,
7812: targets/isapi/parser3isapi.C: - back to storing response http
7813: headers in lowercase - capitalize them during output
7814:
7815: 2009-08-31 misha
7816:
7817: * src/classes/table.C: - allow call with any brackets (it could be
7818: useful in methods with explict result declaration)
7819:
7820: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7821: correctly if $request:charset==koi8-r
7822:
7823: 2009-08-30 misha
7824:
7825: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7826: changed: content-type => Content-type and so on
7827:
7828: * src/classes/file.C, src/include/pa_common.h,
7829: src/include/pa_request.h, src/main/pa_http.C,
7830: src/main/pa_request.C, src/types/pa_vcookie.C,
7831: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7832: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7833: tests/results/002.processed, tests/results/003.processed,
7834: tests/results/004.processed, tests/results/005.processed,
7835: tests/results/006.processed, tests/results/007.processed,
7836: tests/results/008.processed, tests/results/009.processed,
7837: tests/results/010.processed, tests/results/011.processed,
7838: tests/results/012.processed, tests/results/013.processed,
7839: tests/results/014.processed, tests/results/015.processed,
7840: tests/results/016.processed, tests/results/017.processed,
7841: tests/results/018.processed, tests/results/019.processed,
7842: tests/results/020.processed, tests/results/021.processed,
7843: tests/results/022.processed, tests/results/023.processed,
7844: tests/results/024.processed, tests/results/025.processed,
7845: tests/results/026.processed, tests/results/027.processed,
7846: tests/results/028.processed, tests/results/029.processed,
7847: tests/results/030.processed, tests/results/031.processed,
7848: tests/results/032.processed, tests/results/033.processed,
7849: tests/results/034.processed, tests/results/035.processed,
7850: tests/results/036.processed, tests/results/037.processed,
7851: tests/results/038.processed, tests/results/039.processed,
7852: tests/results/040.processed, tests/results/041.processed,
7853: tests/results/042.processed, tests/results/043.processed,
7854: tests/results/044.processed, tests/results/045.processed,
7855: tests/results/046.processed, tests/results/047.processed,
7856: tests/results/048.processed, tests/results/049.processed,
7857: tests/results/050.processed, tests/results/051.processed,
7858: tests/results/052.processed, tests/results/053.processed,
7859: tests/results/054.processed, tests/results/055.processed,
7860: tests/results/056.processed, tests/results/057.processed,
7861: tests/results/058.processed, tests/results/059.processed,
7862: tests/results/060.processed, tests/results/061.processed,
7863: tests/results/062.processed, tests/results/063.processed,
7864: tests/results/064.processed, tests/results/065.processed,
7865: tests/results/066.processed, tests/results/067.processed,
7866: tests/results/068.processed, tests/results/069.processed,
7867: tests/results/070.processed, tests/results/071.processed,
7868: tests/results/072.processed, tests/results/073.processed,
7869: tests/results/074.processed, tests/results/075.processed,
7870: tests/results/076.processed, tests/results/077.processed,
7871: tests/results/078.processed, tests/results/079.processed,
7872: tests/results/080.processed, tests/results/081.processed,
7873: tests/results/082.processed, tests/results/083.processed,
7874: tests/results/084.processed, tests/results/085.processed,
7875: tests/results/086.processed, tests/results/087.processed,
7876: tests/results/088.processed, tests/results/089.processed,
7877: tests/results/090.processed, tests/results/091.processed,
7878: tests/results/092.processed, tests/results/093.processed,
7879: tests/results/094.processed, tests/results/095.processed,
7880: tests/results/096.processed, tests/results/097.processed,
7881: tests/results/098.processed, tests/results/099.processed,
7882: tests/results/100.processed, tests/results/101.processed,
7883: tests/results/102.processed, tests/results/103.processed,
7884: tests/results/104.processed, tests/results/105.processed,
7885: tests/results/106.processed, tests/results/107.processed,
7886: tests/results/108.processed, tests/results/109.processed,
7887: tests/results/110.processed, tests/results/111.processed,
7888: tests/results/112.processed, tests/results/113.processed,
7889: tests/results/114.processed, tests/results/115.processed,
7890: tests/results/116.processed, tests/results/117.processed,
7891: tests/results/118.processed, tests/results/119.processed,
7892: tests/results/120.processed, tests/results/121.processed,
7893: tests/results/122.processed, tests/results/123.processed,
7894: tests/results/124.processed, tests/results/125.processed,
7895: tests/results/126.processed, tests/results/127.processed,
7896: tests/results/128.processed, tests/results/129.processed,
7897: tests/results/130.processed, tests/results/131.processed,
7898: tests/results/132.processed, tests/results/133.processed,
7899: tests/results/134.processed, tests/results/135.processed,
7900: tests/results/136.processed, tests/results/138.processed,
7901: tests/results/139.processed, tests/results/140.processed,
7902: tests/results/141.processed, tests/results/142.processed,
7903: tests/results/143.processed, tests/results/144.processed,
7904: tests/results/145.processed, tests/results/146.processed,
7905: tests/results/147.processed, tests/results/148.processed,
7906: tests/results/149.processed, tests/results/150.processed,
7907: tests/results/151.processed, tests/results/152.processed,
7908: tests/results/153.processed, tests/results/154.processed,
7909: tests/results/155.processed, tests/results/156.processed,
7910: tests/results/157.processed, tests/results/158.processed,
7911: tests/results/159.processed, tests/results/160.processed,
7912: tests/results/161.processed, tests/results/162.processed,
7913: tests/results/163.processed, tests/results/164.processed,
7914: tests/results/165.processed, tests/results/166.processed,
7915: tests/results/167.processed, tests/results/168.processed,
7916: tests/results/169.processed, tests/results/170.processed,
7917: tests/results/171.processed, tests/results/172.processed,
7918: tests/results/173.processed, tests/results/174.processed,
7919: tests/results/175.processed, tests/results/176.processed,
7920: tests/results/177.processed, tests/results/178.processed,
7921: tests/results/179.processed, tests/results/180.processed,
7922: tests/results/181.processed, tests/results/182.processed,
7923: tests/results/183.processed, tests/results/184.processed,
7924: tests/results/185.processed, tests/results/186.processed,
7925: tests/results/187.processed, tests/results/188.processed,
7926: tests/results/189.processed, tests/results/190.processed,
7927: tests/results/191.processed, tests/results/192.processed,
7928: tests/results/193.processed, tests/results/194.processed,
7929: tests/results/195.processed, tests/results/196.processed,
7930: tests/results/197.processed, tests/results/198.processed,
7931: tests/results/199.processed, tests/results/200.processed,
7932: tests/results/201.processed, tests/results/202.processed,
7933: tests/results/203.processed, tests/results/204.processed,
7934: tests/results/205.processed, tests/results/206.processed,
7935: tests/results/207.processed, tests/results/208.processed,
7936: tests/results/209.processed, tests/results/210.processed,
7937: tests/results/211.processed, tests/results/212.processed,
7938: tests/results/213.processed, tests/results/214.processed,
7939: tests/results/215.processed, tests/results/216.processed,
7940: tests/results/217.processed, tests/results/218.processed,
7941: tests/results/219.processed, tests/results/220.processed,
7942: tests/results/221.processed, tests/results/222.processed,
7943: tests/results/223.processed, tests/results/224.processed,
7944: tests/results/225.processed, tests/results/226.processed,
7945: tests/results/227.processed, tests/results/228.processed,
7946: tests/results/229.processed: - http headers were changed:
7947: content-type => Content-type and so on
7948:
7949: 2009-08-27 misha
7950:
7951: * src/: main/pa_random.C, include/pa_random.h,
7952: targets/cgi/parser3.C: - year was updated :)
7953:
7954: 2009-08-26 misha
7955:
7956: * tests/: 224.html, 224.p: - test for creating of parser object
7957: using constructor without params - little bugfix in test
7958:
7959: * src/main/compile_tools.h: - bugfix: should't call autouse while
7960: checking existed class while processing partial option
7961:
7962: * src/classes/reflection.C: - bugfix: core when creating object
7963: with reflection and constructor doesn't have params
7964:
7965: 2009-08-24 misha
7966:
7967: * tests/229.html: - tests for checking the number of parameters
7968: were added
7969:
7970: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7971: number of method's parameters wasn't checked correctly (the bug
7972: was introduced in 3.4.0)
7973:
7974: 2009-08-22 misha
7975:
7976: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7977: transcoded, but tainted pieces are escaped only when
7978: content-type==url-encoding
7979:
7980: * tests/228.html: - test for checking
7981: ^file::load[http://...;$.body[]]
7982:
7983: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7984: post charset was too early (charsets is empty at this moment)
7985:
7986: 2009-08-21 misha
7987:
7988: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7989: main/untaint.C: - some fixes with transcode+untaint
7990:
7991: 2009-08-15 misha
7992:
7993: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7994: was increaced to 100 (was 50)
7995:
7996: * tests/227.html: - test for checking overriding properties in
7997: static classes was added
7998:
7999: * tests/: 226.html, 226.p: - test for @autoload[] was added
8000:
8001: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8002: main/execute.C, main/pa_request.C, classes/reflection.C: -
8003: autouse was implemented
8004:
8005: 2009-08-14 misha
8006:
8007: * src/classes/reflection.C: - outdated checkout was removed
8008:
8009: * src/classes/reflection.C: - optimization - method ^dynamical was
8010: added.
8011:
8012: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8013: types/pa_vstateless_class.h, main/execute.C: - optimization
8014:
8015: * src/types/pa_vclass.C: - exception if base on sytem class
8016:
8017: 2009-08-12 misha
8018:
8019: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8020: pa_vstateless_class.h: - little optimisation
8021:
8022: 2009-08-11 misha
8023:
8024: * tests/224.html: - method_params => method_info - checking for
8025: $.inherited
8026:
8027: * src/classes/reflection.C, operators.txt: - method method_params
8028: was renamed to method_info and now it returns class name, if
8029: method was defined in ancestor
8030:
8031: * tests/225.html: - tests for cheching properties in hierarhical
8032: classes were added
8033:
8034: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8035: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8036: main/compile.y, main/execute.C, classes/classes.C: - problems
8037: with properties in new classes implementation were fixed
8038:
8039: 2009-08-10 misha
8040:
8041: * src/main/execute.C: - now constructor shouldn't be defined in
8042: class. it could be defined in parent.
8043:
8044: 2009-08-09 misha
8045:
8046: * src/classes/reflection.C: - ^reflection:methods doesn't return
8047: base's methods
8048:
8049: 2009-08-08 misha
8050:
8051: * src/: classes/classes.h, classes/date.C, classes/file.C,
8052: classes/form.C, classes/hash.C, classes/hashfile.C,
8053: classes/image.C, classes/mail.C, classes/op.C,
8054: classes/reflection.C, classes/regex.C, classes/string.C,
8055: classes/table.C, classes/xdoc.C, classes/xnode.C,
8056: classes/xnode.h, include/pa_hash.h, main/execute.C,
8057: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8058: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8059: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8060: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8061: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8062: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8063: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8064: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8065: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8066: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8067: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8068: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8069: types/pa_vresponse.C, types/pa_vresponse.h,
8070: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8071: types/pa_vstateless_object.h, types/pa_vstatus.C,
8072: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8073: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8074: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8075: types/pa_wwrapper.h, types/types.vcproj: - new classes
8076: implementation
8077:
8078: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8079: USE_MUNMAP is used. so it is disabled as a workaround.
8080:
8081: 2009-08-05 misha
8082:
8083: * src/: main/pa_common.C, include/pa_common.h: - not needed
8084: parameter was removed
8085:
8086: * src/main/pa_http.C: - bugfix: error was during detecting
8087: content-type of file which was loaded by http
8088:
8089: 2009-08-01 misha
8090:
8091: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8092: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8093: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8094: can't be disabled with defines any longer
8095:
8096: 2009-07-29 misha
8097:
8098: * src/classes/reflection.C, tests/results/224.processed: - for
8099: native methods with any call type now returned empty call_type
8100: value
8101:
8102: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8103: classes/table.C, include/pa_hash.h, include/pa_request.h,
8104: main/pa_request.C: - break in cycles was optimized
8105:
8106: * INSTALL: - more defines were described
8107:
8108: 2009-07-28 misha
8109:
8110: * operators.txt: - some changes in information about reflection
8111: class
8112:
8113: * tests/: 224.html, 224.p: - tests for reflection class
8114:
8115: * src/classes/reflection.C: - some bugs were fixed, method classes
8116: was added, refactoring
8117:
8118: 2009-07-26 misha
8119:
8120: * src/classes/classes.vcproj: - reflection class wass added to
8121: project
8122:
8123: * operators.txt: - information about reflection class was added
8124:
8125: * src/classes/reflection.C: - class was redesigned
8126:
8127: 2009-07-24 misha
8128:
8129: * src/classes/: Makefile.am, reflection.C: - class reflection was
8130: added
8131:
8132: * src/types/pa_vstateless_class.h: - method for reflection method's
8133: in classes was added
8134:
8135: 2009-07-22 misha
8136:
8137: * src/main/compile_tools.h: - bugfix: $object.$var was
8138: over-optimized. it failed if $object1.$object2.field
8139:
8140: 2009-07-16 misha
8141:
8142: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8143: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8144: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8145: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8146: one more arg: length of cord
8147:
8148: 2009-07-15 misha
8149:
8150: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8151: tainted in ^file::load[http://...;$.cookies[]]
8152:
8153: * src/classes/: op.C, regex.C, string.C: - new string with
8154: exception was used
8155:
8156: * src/include/pa_exception.h: - new string with exception was added
8157:
8158: * tests/223.html: - test for checking cookie-encoding during
8159: ^file::load[http was added
8160:
8161: * tests/: 221.html, 222.html: - tests for checking type of
8162: $table.fields.field were added
8163:
8164: * src/types/pa_vtable.C: - not used var decl was removed
8165:
8166: * src/include/pa_string.h: - use cached string length in Body::mid.
8167: it improves speed of match with brackets in pattern
8168:
8169: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8170: outside
8171:
8172: 2009-07-14 misha
8173:
8174: * src/types/pa_vtable.C: - $table.fields.a return string even if
8175: column is empty (sometime returned void) - $table.fields was
8176: added for nameless tables
8177:
8178: * src/targets/cgi/getopt.c: - one warning resolved
8179:
8180: * src/main/pa_string.C: - potentian bug fixed
8181:
8182: * src/classes/op.C: - small optimization in taint/untaint
8183:
8184: 2009-07-13 misha
8185:
8186: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8187: added
8188:
8189: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8190: souldn't add the attribut to output
8191:
8192: 2009-07-11 misha
8193:
8194: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8195: stack size was increaced to 2MB (default=1MB)
8196:
8197: 2009-07-08 misha
8198:
8199: * src/main/pa_string.C: - link to UTF-8 description was added
8200:
8201: * src/include/pa_hash.h: - hash keeps element's order in more
8202: places (ex: ._keys[])
8203:
8204: * tests/220.html: - test for checking order of elements in hash in
8205: foreach was added
8206:
8207: * tests/172.html: - small changes in printing hash
8208:
8209: * tests/129.html: - small changes in printing hash
8210:
8211: * src/: include/pa_common.h, include/pa_hash.h,
8212: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8213: types/pa_vmethod_frame.h: - hash now keeps order of elements
8214:
8215: * tests/014.html: - small changes in printing hash
8216:
8217: 2009-07-07 misha
8218:
8219: * src/classes/op.C: - new taint language "parser-code" was added
8220:
8221: * tests/219.html: - test for auto untaint parser code in process
8222: was added
8223:
8224: * src/classes/op.C: - tainted pieces in body of process are
8225: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8226:
8227: * src/: include/pa_string.h, main/untaint.C: - new language
8228: L_PARSER_CODE for auto-untaint in process was added
8229:
8230: * src/: classes/file.C, classes/hash.C, classes/image.C,
8231: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8232: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8233: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8234: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8235: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8236: code cleanup
8237:
8238: 2009-07-06 misha
8239:
8240: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8241: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8242: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8243:
8244: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8245: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8246: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8247: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8248: should be used
8249:
8250: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8251: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8252: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8253: untaint_cstr[m] should be used
8254:
8255: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8256: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8257:
8258: * tests/218.html: - test for checking automatic file-spec-taint was
8259: added
8260:
8261: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8262: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8263: classes/file.C, classes/hash.C, classes/image.C,
8264: classes/string.C, classes/table.C, classes/void.C,
8265: classes/xdoc.C: - optimizations and simplification of
8266: string.cstr(...)
8267:
8268: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8269: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8270: - optimizations and simplification of string.cstr(...)
8271:
8272: 2009-07-04 misha
8273:
8274: * tests/217.html: - test for recursion detection was added
8275:
8276: * src/: types/types.vcproj, main/main.vcproj,
8277: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8278: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8279: from .vcproj
8280:
8281: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8282:
8283: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8284: uploading files and case-insensitive http-method were added
8285:
8286: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8287: tainted pattern in ^file:list[] was added
8288:
8289: 2009-07-03 misha
8290:
8291: * src/: classes/classes.vcproj, main/main.vcproj,
8292: types/types.vcproj, targets/cgi/parser3.vcproj,
8293: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8294: for dynamic_cast) - little options changes
8295:
8296: * src/main/pa_http.C: - file::load[http works now with uploading
8297: files _and_ changing $.charset
8298:
8299: 2009-06-29 misha
8300:
8301: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8302: while creating pattern
8303:
8304: 2009-06-25 misha
8305:
8306: * src/classes/image.C, operators.txt: - options' names for
8307: ^image.font were changed to $.space, $.width and $spacing -
8308: default space width now == gif's width
8309:
8310: 2009-06-24 misha
8311:
8312: * tests/215.html: - tests for $file.mode were added
8313:
8314: * operators.txt: - added info about $file.mode and changes in
8315: ^image.font[
8316:
8317: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8318: param now could be omited - third param now could be hash (with
8319: all widths options: $.space-width, $.letter-width) - it's
8320: possible to specify tracking ($.letter-space)
8321:
8322: * src/classes/file.C: - file objects now could have mode field
8323: (text|binary)
8324:
8325: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8326:
8327: 2009-06-23 misha
8328:
8329: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8330: trim can work with utf-8 chars now
8331:
8332: 2009-06-20 misha
8333:
8334: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8335: was implemented
8336:
8337: * src/classes/table.C: - string length cacheing was implemented
8338:
8339: * src/include/pa_string.h: - string length cacheing was implemented
8340:
8341: 2009-06-17 misha
8342:
8343: * src/main/execute.C: - value param was removed from
8344: WContext::WContext
8345:
8346: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8347: pa_wwrapper.h: - value param was removed from WContext::WContext
8348: - field wcontext was removed from VCodeFrame (using fparent
8349: instead)
8350:
8351: * tests/214.html: - test with hash copying
8352:
8353: 2009-06-16 misha
8354:
8355: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8356: strings doesn't work in expression anymore
8357:
8358: * src/main/execute.C: - less calls for get_constructing() - little
8359: refactoring
8360:
8361: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8362: include/pa_request.h: - less calls for get_constructing()
8363:
8364: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8365: introduced with OPTIMIZE_SINGLE_STRING optimization
8366:
8367: 2009-06-14 misha
8368:
8369: * src/: classes/date.C, classes/file.C, classes/hash.C,
8370: classes/hashfile.C, classes/image.C, classes/regex.C,
8371: classes/table.C, classes/xdoc.C, classes/xnode.h,
8372: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8373: types/pa_vstateless_class.h, main/execute.C: - create object for
8374: storing object's fields only for parser objects
8375:
8376: 2009-06-13 misha
8377:
8378: * buildall-with-xml, buildall-without-xml: - new option was added
8379: for building GC (it slightly reduces memory usage)
8380:
8381: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8382: single string write
8383:
8384: * src/main/execute.C: - bytecode optimization of ^class:constructor
8385: - optimization of single string write
8386:
8387: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8388: - bytecode optimization of ^class:constructor
8389:
8390: 2009-06-09 misha
8391:
8392: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8393: main (better compatibility)
8394:
8395: 2009-06-08 misha
8396:
8397: * src/main/compile.y: - I've forgot to commit it :(
8398:
8399: 2009-06-07 misha
8400:
8401: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8402: WITH_READ and WITH_ROOT
8403:
8404: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8405: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8406: WITH_ROOT - little refactoring
8407:
8408: 2009-06-06 misha
8409:
8410: * tests/213.html: - tests for 3rd match string-param were added
8411:
8412: * src/classes/string.C: - 3rd match param could be string now
8413:
8414: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8415: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8416: GET_OBJECT_ELEMENT
8417:
8418: 2009-06-05 misha
8419:
8420: * src/main/pa_http.C: - bugfix: content-length was not calculated
8421: if $.body was specified
8422:
8423: 2009-06-04 misha
8424:
8425: * src/classes/op.C: - optimizing write_assign_lang in connect
8426:
8427: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8428:
8429: * src/main/execute.C: - little refactoring - optimizing
8430: write_assign_lang in taint/untaint
8431:
8432: * src/include/pa_opcode.h: - little refactoring
8433:
8434: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8435: main/compile_tools.h, main/execute.C: - optimizations for
8436: $self.field, ^self.method, $self.field[...] and $self.field(...)
8437: were added
8438:
8439: 2009-06-03 misha
8440:
8441: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8442:
8443: 2009-06-02 misha
8444:
8445: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8446: include/pa_opcode.h: - refactoring in last optimizations
8447: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8448: now but code is much easy and it is ready for further
8449: improvements.
8450:
8451: 2009-05-27 misha
8452:
8453: * src/: types/pa_junction.h, types/pa_vjunction.C,
8454: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8455: changed in destructing junctions
8456:
8457: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8458: String:Body
8459:
8460: 2009-05-26 misha
8461:
8462: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8463: one method detect_charset was deleted - bug was fixed in this
8464: method (error while detecting charset in content_type withot last
8465: ';')
8466:
8467: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8468: once
8469:
8470: 2009-05-25 misha
8471:
8472: * src/classes/file.C: - bugfix: file::exec didn't work after
8473: optimizing of helper_length
8474:
8475: 2009-05-24 misha
8476:
8477: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8478: were added - little refactoring
8479:
8480: * src/main/execute.C: - core while printing in debug log
8481: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8482: optimisations were added
8483:
8484: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8485: were added
8486:
8487: 2009-05-23 misha
8488:
8489: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8490: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8491: CORD_cat optimization
8492:
8493: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8494: - call constr optimisation under separate define now
8495:
8496: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8497: in $b should be string, not void
8498:
8499: * src/main/compile.y: - little fix for rem-cut optimisation
8500:
8501: * src/: include/pa_opcode.h, main/compile_tools.C,
8502: main/compile_tools.h, main/execute.C: - optimisations for
8503: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8504:
8505: * INSTALL: - description of some #defined were added
8506:
8507: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8508: before 1st access (memory usage is reduced if don't access to
8509: .text field)
8510:
8511: * src/include/pa_array.h: - array grows step now not static (it
8512: reduces numbers of reallocs)
8513:
8514: 2009-05-20 misha
8515:
8516: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8517: $.b(2), $c[d] and $.e[f] was added
8518:
8519: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8520: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8521: $.e[f] was added
8522:
8523: * src/main/execute.C: - debug printing moved in defines
8524:
8525: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8526: and little refactoring for OP_GET_OBJECT_ELEMENT +
8527: OP_GET_OBJECT_VAR_ELEMENT optimisation
8528:
8529: 2009-05-19 misha
8530:
8531: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8532: execute.C: - $a.$b & ^a.$b bytecode optimisation
8533:
8534: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8535: ^a.$b optimisation)
8536:
8537: * src/main/compile.y: - compiler now generate new opcodes:
8538: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8539: ^a.b - compiler now cut off ^rem{ with all content ; any number
8540: of params }
8541:
8542: * src/main/execute.C: - code for handle new opcodes
8543: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8544:
8545: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8546: added for LA2V and LA2S
8547:
8548: * src/include/pa_opcode.h: - new defines which can be used for
8549: disable some bytecode optimisation and new opcodes were added
8550:
8551: 2009-05-17 misha
8552:
8553: * src/lib/cord/cordxtra.c: - bugfix.
8554:
8555: * tests/212.html: - .size[] and .study_size[] were added to tests
8556:
8557: * operators.txt: - info about regex class was added
8558:
8559: * tests/212.html: - tests for regex class were added
8560:
8561: 2009-05-16 misha
8562:
8563: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8564: gc7.1
8565:
8566: * tests/022.html: - test for ^file:list[path;] (empty second param)
8567: was added
8568:
8569: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8570: param) should work
8571:
8572: 2009-05-15 misha
8573:
8574: * src/classes/table.C: - automatically disable stringstream usage
8575: on freebsd4
8576:
8577: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8578: scope
8579:
8580: * tests/211.html: - test with different types of access to hash was
8581: added
8582:
8583: * tests/210.html: - test which checks for loosing tainting in
8584: hash's keys was added
8585:
8586: * tests/208.html: - some parser work added. or stime == 0 %-)
8587:
8588: * src/lib/cord/cordbscs.c: - little hack was added to cord
8589:
8590: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8591:
8592: * src/include/pa_version.h, configure.in: - moko have made a lot of
8593: optimisations for increacing version number more dramatically :)
8594:
8595: * src/classes/date.C: - little refactoring: use constructor which
8596: accepts formated string
8597:
8598: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8599: which can print formatted string was added
8600:
8601: 2009-05-14 misha
8602:
8603: * src/include/pa_string.h: - type was fixed
8604:
8605: * src/: classes/hashfile.C, classes/op.C,
8606: include/pa_cache_managers.h, include/pa_charset.h,
8607: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8608: include/pa_request.h, include/pa_sql_driver_manager.h,
8609: include/pa_string.h, include/pa_stylesheet_manager.h,
8610: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8611: main/pa_charsets.C, main/pa_string.C,
8612: main/pa_stylesheet_connection.C, types/pa_value.h,
8613: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8614: types/pa_vobject.C, types/pa_vstateless_class.C,
8615: types/pa_vstateless_class.h: - hash_code caching was implemented
8616: (seaches should be faster now)
8617:
8618: * src/: classes/file.C, classes/hash.C, classes/image.C,
8619: classes/string.C, classes/table.C, include/pa_string.h,
8620: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8621: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8622: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8623: types/pa_vrequest.C: - String constructors don't have that stupid
8624: true/false param which means 'tainted'. they accept lang instead.
8625:
8626: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8627: with OPTIMIZE_RESULT
8628:
8629: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8630: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8631:
8632: 2009-05-13 misha
8633:
8634: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8635: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8636: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8637: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8638: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8639: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8640: include/pa_string.h, classes/date.C, classes/file.C,
8641: classes/hash.C, classes/image.C, classes/string.C,
8642: classes/table.C, classes/xdoc.C: - result optimisation -
8643: helper_length parameter removed from string constructors
8644:
8645: 2009-05-11 misha
8646:
8647: * tests/209.html: - tests for ^hash::create[hash] were added
8648:
8649: * tests/208.html: - tests for $status:rusage, $status:memory,
8650: ^memory:compact[] were added
8651:
8652: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8653: log10 were added
8654:
8655: * tests/206.html: - test for try with finally was added
8656:
8657: 2009-05-10 misha
8658:
8659: * tests/205.html: - test for ^file::create[...] was added
8660:
8661: * tests/204.html: - test for ^response:clear[] was added
8662:
8663: * tests/038.html: - tests for trigonometric functions were added
8664:
8665: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8666: added - more tests for .add, .sub, .union, .intersects and
8667: .intersections
8668:
8669: * tests/065.html: - test for ^file:dirname was added
8670:
8671: * tests/030.html: - test for $cookie:fields was added
8672:
8673: * tests/203.html: - test for ^h._keys[column name] was added
8674:
8675: * tests/201.html: - tests for .trim were added
8676:
8677: * tests/202.html: - tests for last-day,
8678: date:calendar[type](YYYY;MM;DD) were added
8679:
8680: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8681: .offset[type](N) were added
8682:
8683: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8684: and .pos[c](N) were added
8685:
8686: * tests/141.html: - test for math:sha1 was added
8687:
8688: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8689:
8690: 2009-05-09 misha
8691:
8692: * src/main/compile.y: - rollback
8693:
8694: 2009-05-05 misha
8695:
8696: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8697: replaced by is_empty()
8698:
8699: * src/: include/pa_string.h, main/pa_charset.C: - little
8700: optimisation: somewhere length() was replaced by is_empty()
8701:
8702: * src/classes/table.C: - little optimisation: somewhere length()
8703: was replaced by is_empty()
8704:
8705: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8706: classes/op.C, classes/table.C, main/pa_exception.C: - little
8707: optimisation: somewhere length() was replaced by is_empty()
8708:
8709: 2009-05-04 misha
8710:
8711: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8712: types/pa_vstateless_class.h, main/execute.C,
8713: include/pa_request.h, classes/hash.C, classes/op.C,
8714: classes/table.C: - more optimisations were added: some operators
8715: don't switch write context anylonger
8716:
8717: 2009-05-01 misha
8718:
8719: * src/main/compile.y: - slightly more opcode optimisations for
8720: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8721:
8722: * src/main/execute.C: - simplifying process for getters
8723:
8724: 2009-04-30 misha
8725:
8726: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8727:
8728: * tests/results/199.processed: - test for checking $result into
8729: ^rem was added
8730:
8731: * tests/199.html: - test for checking $result into ^rem was added
8732:
8733: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8734: some OS it returns list in different order)
8735:
8736: * src/: include/pa_array.h, include/pa_request.h,
8737: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8738: changes in stack impl - get_element() optimisation: 3rd param
8739: removed - bugfix: problems with reading empty input param -
8740: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8741:
8742: * tests/results/198.processed: - test for reading empty local var
8743: was added
8744:
8745: * tests/198.html: - test for reading empty local var was added
8746:
8747: 2009-04-29 misha
8748:
8749: * src/main/compile.y: - bugfix: couldn't compile because
8750: OP_VALUE__GET_ELEMENT should be unde #ifdef
8751:
8752: * src/: include/pa_array.h, include/pa_opcode.h,
8753: include/pa_request.h, main/compile.y, main/execute.C,
8754: main/pa_request.C, types/pa_vmethod_frame.C,
8755: types/pa_vmethod_frame.h: - we can work without opcode
8756: OP_STORE_PARAM, so it was removed
8757:
8758: 2009-04-28 misha
8759:
8760: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8761: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8762: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8763: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8764: 4.
8765: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8766:
8767: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8768:
8769: * src/: main/pa_string.C, classes/string.C: - !length() =>
8770: is_empty()
8771:
8772: 2009-04-27 misha
8773:
8774: * src/types/pa_vregex.h: - back explicit vars initialisation
8775:
8776: 2009-04-24 misha
8777:
8778: * src/classes/string.C: - ups. typo fixed
8779:
8780: * src/main/execute.C: - more replacements '*new VBool' to
8781: 'VBool::get' - checks for ^break[], ^continue[] and
8782: parser.interrupted were optimised
8783:
8784: * src/classes/string.C: - number of params.count() calls was
8785: slightly reduced
8786:
8787: 2009-04-23 misha
8788:
8789: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8790: make it x64 friendly
8791:
8792: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8793: parser is x64 friendly now
8794:
8795: 2009-04-22 misha
8796:
8797: * src/types/pa_vhashfile.C: - coder friendly exception about
8798: exceeding record size was added
8799:
8800: * src/classes/file.C: - use vregex object instead of direct calls
8801: methods from pcre lib
8802:
8803: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8804: classes/string.C: - use vregex object instead of direct calls
8805: methods from pcre lib
8806:
8807: * src/: include/pa_common.h, main/pa_common.C: - method
8808: print_pcre_exec_error_text was moved to class vregex
8809:
8810: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8811: was added
8812:
8813: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8814: - class vregex was added
8815:
8816: 2009-04-21 misha
8817:
8818: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8819:
8820: * src/: types/pa_junction.h, types/pa_value.C,
8821: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8822: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8823: junction-optimisation (destructors)
8824:
8825: * src/include/pa_array.h: - free under if now
8826:
8827: 2009-04-19 misha
8828:
8829: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8830:
8831: 2009-04-18 misha
8832:
8833: * src/include/pa_version.h:
8834: :q :
8835:
8836: CV:
8837: ----------------------------------------------------------------------
8838:
8839: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8840: refactoring
8841:
8842: * src/: include/pa_array.h, include/pa_hash.h,
8843: types/pa_vmethod_frame.h: - destructors under #ifdef now
8844:
8845: * src/include/pa_memory.h: - define for using destructors was added
8846:
8847: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8848: main/execute.C: - some junctions will be cached now
8849:
8850: * src/include/pa_hash.h: - hash destructor frees pairs now
8851:
8852: * src/include/pa_array.h: - inline was added to destructor
8853:
8854: * src/types/pa_method.h: - comment was changed
8855:
8856: 2009-04-17 misha
8857:
8858: * src/: include/pa_array.h, include/pa_hash.h,
8859: types/pa_vmethod_frame.h: - destructors were added
8860:
8861: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8862: renamed to always_use_result
8863:
8864: * src/main/: compile.y, compile_tools.h: - rollback changes in
8865: compiler: full backward compatibility is better
8866:
8867: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8868: result in var's hash
8869:
8870: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8871: optimisation in method_frame
8872:
8873: * src/include/pa_array.h: - optimisation in array (allocate
8874: elements only when needed)
8875:
8876: * src/types/pa_vresponse.C: - check for $response:headers field
8877: before looking at custom fields
8878:
8879: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8880: not needed to check existance var with name 'result' in var's
8881: hash
8882:
8883: * src/main/compile.y: - compiler was changed: now it detects
8884: writings to $result and set flag writo_to_result in method
8885:
8886: * src/classes/string.C: - little optimisation: no needed to write
8887: number with lang
8888:
8889: * src/main/pa_charset.C: - methods readChar and skipChar which is
8890: used for read utf8-strings were renamed - is_escaped was renamed
8891: to isEscaped (to the same name convention)
8892:
8893: * src/: types/pa_method.h, main/compile_tools.h: - flag
8894: write_to_result added. compiler get this info from code.
8895:
8896: 2009-04-16 misha
8897:
8898: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8899: String only before 1st write
8900:
8901: * src/include/pa_string.h: - not needed template removed
8902:
8903: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8904: types/pa_vjunction.C, types/pa_vproperty.C,
8905: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8906: main/pa_request.C, classes/bool.C, classes/double.C,
8907: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8908: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8909: bool objects)
8910:
8911: 2009-04-15 misha
8912:
8913: * src/lib/cord/cordxtra.c: - more optimisation
8914:
8915: * src/: include/pa_string.h, main/untaint.C: - String::append
8916: optimisation
8917:
8918: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8919: then get and can sometime be used)
8920:
8921: * src/main/pa_string.C: - String::length optimisation
8922:
8923: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8924: these methods read different strings
8925:
8926: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8927: fresult_initial_void removed + some optimisation - if $result
8928: defined we don't write to context anymore
8929:
8930: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8931: need just skip char)
8932:
8933: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8934: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8935: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8936:
8937: * src/types/pa_vvoid.h: - added get() method for retreave one
8938: instance
8939:
8940: 2009-04-11 misha
8941:
8942: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8943:
8944: * tests/197.html: - test for parser://test in xml was added
8945:
8946: * src/classes/string.C: - small optimisation
8947:
8948: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8949: optimisation
8950:
8951: 2009-04-10 misha
8952:
8953: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8954: to pcre-7.8
8955:
8956: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8957:
8958: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8959: added
8960:
8961: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8962: $request:CLASS_NAME were added
8963:
8964: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8965: were added
8966:
8967: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8968: $env:CLASS_NAME were added
8969:
8970: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8971: '@todo' now
8972:
8973: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8974: compirer
8975:
8976: * src/main/pa_string.C: - little code cleanup
8977:
8978: * src/main/pa_common.C: - describe one more UTF-8 related error
8979: during PCRE compile/execute
8980:
8981: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8982: normalizing todo-comments: '@todo' now
8983:
8984: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8985:
8986: * src/main/pa_charset.C: - type changed for making compiler happy
8987:
8988: 2009-03-10 misha
8989:
8990: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8991: in main()
8992:
8993: 2009-02-01 misha
8994:
8995: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8996: boundary
8997:
8998: 2009-01-25 misha
8999:
9000: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9001:
9002: * src/classes/file.C: - more changes for parsing different number
9003: of params for file::load
9004:
9005: * tests/193.html: - tests for exception while base64-decode binary
9006: to string was added
9007:
9008: * tests/192.html: - tests for file::load with different number of
9009: options
9010:
9011: * src/classes/math.C: - ups. forgot '+1'
9012:
9013: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9014: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9015: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9016: (new option $.encode[multipart-form/data] should be specified) -
9017: $.method[] option for file::load now is not case-sensitive
9018:
9019: * src/: include/pa_string.h, main/untaint.C: - for file post the
9020: new taint language L_FILE_POST was added
9021:
9022: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9023: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9024: stuff was moved to separate files
9025:
9026: 2009-01-23 misha
9027:
9028: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9029: spaces to tabs were converted
9030:
9031: 2009-01-12 misha
9032:
9033: * src/main/pa_http.C: - value of $.method[] option force uppercased
9034: now
9035:
9036: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9037: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9038: their names
9039:
9040: * src/main/pa_common.C: - changes in formating
9041:
9042: * src/: classes/file.C, main/pa_http.C: - some constants changed
9043: their names
9044:
9045: * src/include/pa_http.h: - some spaces were converted to tabs
9046:
9047: * src/include/pa_common.h: - some constants changed their names
9048:
9049: * src/classes/file.C: - fixed 4-th paramether for file::load -
9050: little code rewriting
9051:
9052: * src/types/pa_vfile.C: - little code rewriting
9053:
9054: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9055: types/pa_value.h: - some formating changes
9056:
9057: * src/include/pa_common.h: - some formating spaces transformed to
9058: tabs
9059:
9060: * src/classes/string.C: - exception while base64-decode binary to a
9061: string
9062:
9063: 2009-01-11 misha
9064:
9065: * configure.in: - version changed to 3.3.1b
9066:
9067: 2008-09-05 misha
9068:
9069: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9070: release_3_3_0 on 2008-09-05 10:59:35 +0000
9071:
9072: 2008-09-04 misha
9073:
9074: * tests/: 130.html, 131.html: - these exceptions not typeless
9075: anymore
9076:
9077: * src/classes/op.C: - exception with 'invalid taint language' not
9078: typeless anylonger
9079:
9080: * src/classes/image.C: - some exceptions while operations with
9081: image not typeless anymore
9082:
9083: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9084: main/pa_exec.C, main/pa_http.C: - some exceptions while
9085: operations with files not typeless anymore
9086:
9087: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9088: types/pa_vdate.h: - exceptions while checking date range not
9089: typeless anymore
9090:
9091: * src/include/pa_exception.h: - exception type string for invalid
9092: date range was added
9093:
9094: 2008-09-03 misha
9095:
9096: * src/: classes/file.C, main/pa_string.C: - exception while pce
9097: operations not typeless anymore
9098:
9099: * src/include/pa_exception.h: - exception type for pce operations
9100: was added
9101:
9102: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9103: and .CLASS_NAME insite classes
9104:
9105: * src/classes/table.C: - don't save table header whiile
9106: ^table.save[append;filename] if file exists
9107:
9108: 2008-09-02 misha
9109:
9110: * src/main/compile.y, src/main/compile_tools.h,
9111: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9112: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9113: renamed to partial and it login changed: we must mark class as
9114: partial for allow their modifications in future.
9115:
9116: 2008-08-29 misha
9117:
9118: * tests/results/022.processed: - testing taint[regex] in mask for
9119: file:list
9120:
9121: * tests/022.html: - testing taint[regex] in mask for file:list
9122:
9123: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9124: for file:list was added
9125:
9126: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9127: file:list
9128:
9129: 2008-08-26 misha
9130:
9131: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9132: last derived object
9133:
9134: * src/classes/image.C: - many strings "image.format" replaced by
9135: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9136: understand some more exif tags
9137:
9138: * src/include/pa_exception.h: - string "image.format" was added
9139:
9140: 2008-08-21 misha
9141:
9142: * src/: main/pa_string.C, classes/file.C: - use method for print
9143: pcre_exec text error
9144:
9145: * src/main/pa_common.C: - method for print pcre_exec text error was
9146: added
9147:
9148: * src/include/pa_common.h: - method declaration for print pcre_exec
9149: text error was added
9150:
9151: 2008-08-19 misha
9152:
9153: * src/main/execute.C: - bugfix: opcodes must be in separate
9154: namespace while debug execution as well
9155:
9156: * tests/: 015.html, results/015.processed: - test for escaping some
9157: parser chars was added
9158:
9159: 2008-08-18 misha
9160:
9161: * tests/: 190.html, 190.p, results/190.processed: - test for
9162: $caller.self.field + default getter in one class was added
9163:
9164: * tests/: 189.html, results/189.processed: - test for
9165: ^date::create[date object]
9166:
9167: * tests/: 188.html, results/188.processed: - tests for match with
9168: UTF-8 strings
9169:
9170: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9171: ^string.match[]
9172:
9173: * ChangeLog: - parser 3.3.0 beta13
9174:
9175: 2008-08-15 misha
9176:
1.116 moko 9177: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9178: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9179: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9180: dftables.c: - old PCRE files removed
1.95 moko 9181:
9182: * src/lib/pcre/config.h: - configuration for PCRE library
9183:
9184: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9185: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9186:
9187: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9188: library and set flag UTF8 if $request:charset is UTF-8
9189:
9190: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9191: include/pa_config_fixed.h: - moved to new PCRE library
9192:
9193: * src/: main/main.vcproj, types/types.vcproj,
9194: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9195: win32\pcre instead of parser3\src\lib\pcre
9196:
9197: * src/: include/pa_opcode.h, include/pa_operation.h,
9198: main/compile.C, main/compile.y, main/compile_tools.C,
9199: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9200: opcodes were moved to separate namespace
9201:
9202: 2008-08-14 misha
9203:
9204: * src/types/pa_vstateless_class.C: - newline at the end missed
9205:
9206: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9207: tainting
9208:
9209: 2008-08-11 misha
9210:
9211: * tests/: 187.html, 187.p, results/187.processed: - tests for
9212: $caller.self, $caller.self.field and $caller.self.field[value]
9213: were added
9214:
9215: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9216: runtime as well (for $caller.self)
9217:
9218: 2008-07-25 misha
9219:
9220: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9221: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9222: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9223: tests with international characters
9224:
9225: 2008-07-23 misha
9226:
9227: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9228: file::load[...;http://
9229:
9230: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9231: now everywhere in separate namespace
9232:
9233: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9234: for vars
9235:
9236: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9237: can be escaped by '^'
9238:
9239: 2008-07-22 misha
9240:
9241: * src/classes/string.C, tests/186.html: - names changes:
9242: escape=>js-escape, unescape=>js-unescape
9243:
9244: 2008-07-21 misha
9245:
9246: * tests/results/186.processed: - test for string escape/unescape
9247:
9248: * tests/186.html: - test for string escape/unescape
9249:
9250: * src/classes/string.C: - string has escape and unescape methods
9251: now
9252:
9253: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9254: added
9255:
9256: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9257: method-layers added (with different params)
9258:
9259: 2008-07-18 misha
9260:
9261: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9262: was added
9263:
9264: * tests/185.html: - test for ^str.pos[sub](offset) added
9265:
9266: * src/classes/string.C, src/classes/void.C, operators.txt: -
9267: ^string.pos[substr](offset) -- 2nd param accepted now
9268:
9269: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9270: strings
9271:
9272: 2008-07-17 misha
9273:
9274: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9275: helper length added for mid for small optimisation
9276:
9277: 2008-07-16 misha
9278:
9279: * tests/: 185.html, results/185.processed: - tests for
9280: length/left/right/mid/pos with utf-8 strings
9281:
9282: * src/classes/string.C: - left/right/mid/length/pos works fine for
9283: utf-8 strings
9284:
9285: * src/main/untaint.C: - comments removed
9286:
9287: * src/: include/pa_string.h, main/pa_string.C,
9288: include/pa_charset.h, main/pa_charset.C: - methods for working
9289: with pos/mid for strings in utf-8 were added
9290:
9291: 2008-07-15 misha
9292:
9293: * tests/: 184.html, results/184.processed: - test for case body as
9294: expression: $var(^switch(1){^case(1)(true)..})
9295:
9296: * src/classes/op.C: - case body can be expression now:
9297: $var(^switch(1){^case(1)(true)..})
9298:
9299: * tests/: results/183.processed, 183.html: - added test for testing
9300: new cookie encoding (%uXXXX)
9301:
9302: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9303: decoding for backward compatibility they decoded from %XX in
9304: request:charset too
9305:
9306: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9307: - cookie class now decode cookies before first access after last
9308: request:charset changing (as form class).
9309:
9310: * src/main/pa_charset.C: - added method escape for escaping cookies
9311: as %uXXXX - before transcode calculate required space for dest
9312: string. it reduce mem usage for transcode
9313:
9314: * src/include/pa_charset.h: - added method escape for escaping
9315: cookies as %uXXXX
9316:
9317: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9318: was added. will used for escaping cookies as %uXXXX
9319:
9320: * src/include/pa_common.h: - escape method has new option for skip
9321: converting '+' to a space char
9322:
9323: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9324: transcode - escape method has new option for skip converting '+'
9325: to a space char
9326:
9327: 2008-07-08 misha
9328:
9329: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9330: (no UE if more then 1 case matches anylonger) - optimization:
9331: doing searching.as_string() || searching.as_double() only once
9332:
9333: 2008-07-04 misha
9334:
9335: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9336: now ^date::create[date object] works
9337:
9338: * src/classes/string.C: - left and right added as aliases for start
9339: and end in ^string.trim[]
9340:
9341: 2008-07-03 misha
9342:
9343: * src/classes/file.C: - allow $.limit for file::sql as well
9344:
9345: * src/classes/file.C: - allow $.offset option for file::sql - force
9346: send limit=1 to query for use sql specifics authomatically
9347:
9348: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9349: if $.limit value if empty. autoconvert it as everywere
9350:
9351: 2008-07-02 misha
9352:
9353: * configure.in: - time to change version number to 3.3.0 %-)
9354:
9355: * src/include/pa_version.h: - time to change version number to
9356: 3.3.0 %-)
9357:
9358: 2008-06-26 misha
9359:
9360: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9361: $.limit(0) fixes
9362:
9363: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9364: - $.limit(0) fixes
9365:
9366: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9367: new API)
9368:
9369: * src/: include/pa_sql_driver_manager.h,
9370: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9371: classes/op.C: - document_root added
9372:
9373: * src/main/compile.tab.C: - error message was changed
9374:
9375: 2008-06-25 misha
9376:
9377: * src/main/compile.y: - error message was changed
9378:
9379: 2008-06-24 misha
9380:
9381: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9382:
9383: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9384: tests for @OPTIONS\nappend
9385:
9386: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9387:
9388: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9389:
9390: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9391:
9392: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9393: compile.y
9394:
9395: 2008-06-17 misha
9396:
9397: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9398: compilation: ^if(default){true. it's incorrect. must be
9399: exception}
9400:
9401: 2008-06-16 misha
9402:
9403: * tests/: 181.ent, 181.html, results/181.processed: - test for
9404: checking external reference loading with 'http://localhost'
9405: prefix while creating xdoc
9406:
9407: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9408: ^math:long2ip[] and ^math:ip2long[]
9409:
9410: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9411: added which use scalar stateless class method when user object
9412: used in scalar context - use get_scalar_value when user object
9413: requested in scalar context
9414:
9415: * src/main/pa_common.C: - size must be int but not size_t or we
9416: can't compare with 0 sprintf result
9417:
9418: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9419: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9420: with internal switch between local/global vars
9421:
9422: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9423: specified
9424:
9425: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9426: pa_vstateless_object.h: - stateless class and object now has
9427: private scalar field and getter/setter for working with it
9428:
9429: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9430: moved to inet static class
9431:
9432: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9433: class added (^inet:aton[IP], ^inet:ntoa(number))
9434:
9435: * tests/: 180.html, results/180.processed: - tests for
9436: ^math:long2ip(long) and ^math:ip2long[IP]
9437:
9438: * src/classes/math.C: - ^math:ip2long[IP] added
9439:
9440: 2008-06-11 misha
9441:
9442: * src/main/pa_xml_io.C: - use file_read_text again because of we
9443: need cut BOM code and remove DOS newline chars. but don't
9444: transcode it anyway.
9445:
9446: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9447: main/pa_http.C: - option for disable transcoding while file_read
9448: and file_read_text added
9449:
9450: 2008-06-10 misha
9451:
9452: * tests/: 179.html, 179.p, results/179.processed: - test for many
9453: classes in 1 file
9454:
9455: * src/main/: compile.C, compile_tools.h: - compile return list of
9456: classes now.
9457:
9458: * src/main/: compile.y, compile.tab.C: - compile return list of
9459: classes now. internals.
9460:
9461: * src/main/pa_request.C: - compile return list of classes now. try
9462: call @conf and @auto for each returned class
9463:
9464: * src/include/pa_request.h: - compile return list of classes now
9465:
9466: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9467: return list of classes when compile buf)
9468:
9469: 2008-06-07 misha
9470:
9471: * src/main/pa_request.C: - constructing VRequest object with 3rd
9472: param -- form
9473:
9474: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9475: 3rd param: form. needed for get post_charset
9476:
9477: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9478: added
9479:
9480: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9481: types/pa_vform.C, types/pa_vform.h: - some polish
9482:
9483: 2008-06-06 misha
9484:
9485: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9486: charset and decode chars from it but not from response:charset
9487:
9488: * src/main/pa_http.C: - detect_charset moved out of here
9489:
9490: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9491: methods moved here - unescape_chars accepn one charset now
9492:
9493: * src/main/pa_http.C: - new constants used - don't allow
9494: $.content-type in ^file::load[;http://;$.method[POST]] - add
9495: charset info while ^file::load[;http://;$.method[POST]] - option
9496: $.omit-post-charset(true) added to ^file::load[;http://] for
9497: disabling charset during post
9498:
9499: * src/types/pa_vform.C: - new constants used
9500:
9501: * src/include/pa_common.h: - some constants were added
9502:
9503: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9504: instead of StrEqNc
9505:
9506: * src/main/pa_common.C: - new method for caseless search
9507: c-substring in c-string - use isxdigit instead of is_hex_digit
9508:
9509: * src/include/pa_common.h: - new method for caseless search
9510: c-substring in c-string
9511:
9512: 2008-06-05 misha
9513:
9514: * tests/results/178.processed: - test for testing default getter
9515:
9516: * tests/178.html: - test for testing default getter
9517:
9518: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9519: for test for testing default getter
9520:
9521: * src/main/execute.C: - default getter soul
9522:
9523: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9524: requested objects' field not found
9525:
9526: * src/types/pa_vclass.C: - register default getter if defined - get
9527: default getter if requested field not found
9528:
9529: * src/types/pa_vstateless_object.h: - method get_default_getter was
9530: added
9531:
9532: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9533: pointer to default getter and methods for get/set it were added
9534:
9535: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9536: auto_name field (for default getter)
9537:
9538: 2008-06-04 misha
9539:
9540: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9541: transcoding, no cutting BOM code, no fixing line breaks) and get
9542: it to libxml "as is"
9543:
9544: 2008-06-03 misha
9545:
9546: * src/main/pa_common.C: - use store_Char instead of
9547: transcodeCharFromUTF8
9548:
9549: * src/: include/pa_charset.h, main/pa_charset.C: - method
9550: store_Char added, transcodeCharFromUTF8 -- removed
9551:
9552: 2008-06-02 misha
9553:
9554: * tests/: results/177.processed, 177.html: - test for checking
9555: .[acm]date after local ^file::load[] was added
9556:
9557: * tests/: results/176.processed, 176.html: - test for checking
9558: @OPTION\locals + @method[vars][locals] added
9559:
9560: * tests/results/auto.p: - CLASS_PATH specified for checking use
9561:
9562: 2008-05-30 misha
9563:
9564: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9565: @OPTION\nlocals + @method[vars][;locals;] were added
9566:
9567: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9568: moved to separate method op_code - switch from VMethodFrame to
9569: VMethodFrameGlobal + VMethodFrameLocal
9570:
9571: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9572: was moved to separate method op_code
9573:
9574: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9575: VMethodFrame now
9576:
9577: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9578: all_vars_local as well
9579:
9580: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9581: pa_vmethod_frame_local.h, Makefile.am: - who children for
9582: VMethodFrame were added: one (global) works as VMethodFrame
9583: before and second (local) write all vars in self vars scope
9584:
9585: * src/types/pa_method.h: - method has bool flag all_vars_local now
9586:
9587: 2008-05-29 misha
9588:
9589: * tests/: 129.html, results/129.processed: - more tests for
9590: ^table.hash[]
9591:
9592: * src/classes/hash.C: - ^hash::sql has a new option:
9593: $.type[hash|string|table] as ^table.hash[] one.
9594:
9595: * src/classes/op.C: - ^try has 3rd param now: finally code which
9596: executed anyway after try or catch section
9597:
9598: 2008-05-27 misha
9599:
9600: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9601: must not fail if $.distinct(1) wasn't specified
9602:
9603: 2008-05-26 misha
9604:
9605: * src/classes/op.C: - allow ^throw[my type]
9606:
9607: 2008-05-22 misha
9608:
9609: * configure.in, configure: - version number updated to 3.2.4b
9610:
9611: * src/classes/: op.C, string.C: - trim format string before
9612: eval/format
9613:
9614: * tests/: results/175.processed, 175.html: - more tests for
9615: different format strings in .format[]
9616:
9617: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9618: as well (not only %XX)
9619:
9620: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9621: charset specified - checks for format before print number
9622: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9623: (instead of tabs) removed
9624:
9625: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9626: charset specified
9627:
9628: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9629: char in requested charset from utf code was added
9630:
9631: 2008-05-19 misha
9632:
9633: * tests/: 174.html, results/174.processed: - test for
9634: ^hashfile.cleanup[] added
9635:
9636: * src/classes/hashfile.C: - optimization: don't create any key or
9637: value variable if it's name weren't specified
9638: (^hf.foreach[;v]{...})
9639:
9640: 2008-05-16 misha
9641:
9642: * src/classes/hash.C: - optimization: don't create any key variable
9643: if variable name wasn't specified (^h.foreach[;v]{...})
9644:
9645: 2008-05-15 misha
9646:
9647: * src/classes/op.C: - small changes
9648:
9649: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9650:
9651: * src/classes/hash.C: - calculate var_context once before foreach
9652:
9653: 2008-05-14 misha
9654:
9655: * src/classes/hashfile.C: - incorrect vars context calculation for
9656: ^hashfile.foreach[;]{} fixed
9657:
9658: * src/classes/: hash.C, table.C: - little optimisation
9659:
9660: * src/classes/file.C: - bugfix: double absolute path while loading
9661: file
9662:
9663: * tests/: 174.html, results/174.processed: - tests for hashfile
9664: were added
9665:
9666: * buildall-with-xml: - moving to libxslt 1.1.24
9667:
9668: 2008-04-30 misha
9669:
9670: * src/classes/file.C: - stat file while loading (local only) so
9671: .adate, .mdate and .cdate available without additional ::stat
9672:
9673: 2008-04-28 misha
9674:
9675: * src/classes/file.C: - $.name and $.content-type available for
9676: stated file
9677:
9678: 2008-04-14 misha
9679:
9680: * src/targets/cgi/parser3.C: - new year in copyright %-)
9681:
9682: * src/include/pa_version.h: - new version number in head
9683:
9684: 2008-04-10 misha
9685:
9686: * tests/: 080.html, results/080.processed: - cut '0' from
9687: exponential part because of on diff OS it differ (20 or 020 for
9688: ex)
9689:
9690: * tests/: 119.html, results/119.processed: - check for encoding
9691: while creating xdoc
9692:
9693: 2008-04-09 misha
9694:
9695: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9696:
9697: * src/main/pa_common.C: - comment added
9698:
9699: * src/classes/date.C: - little refactoring
9700:
9701: 2008-04-07 misha
9702:
9703: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9704: style of ^table.save[]: prepare one big string and sabe it at
9705: once. it's safe on freebsd 4.x but use much more memory.
9706:
9707: * buildall-with-xml, buildall-without-xml: - option
9708: --disable-stringstream added (under comment. use it on freebsd
9709: 4.x)
9710:
9711: 2008-02-22 misha
9712:
9713: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9714: specified together in file::load[;http] - get back transcoding
9715: $.body[] in file::load[;http]
9716:
9717: 2008-02-21 misha
9718:
9719: * src/classes/date.C: - ^date.gmt-string[] was added
9720:
9721: * src/types/pa_value.C: - method for output date in RFC 822 format
9722: moved to pa_common.h
9723:
9724: * src/include/pa_common.h: - method for output date in RFC 822
9725: format moved here from pa_value.C
9726:
9727: * src/types/pa_vmail.C: - fixed core in sending mail with
9728: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9729:
9730: 2008-02-20 misha
9731:
9732: * src/main/pa_http.C: - transcode $.headers before escaping into
9733: specified charset while ^file::load[...;http://...] (L_URI
9734: instead of L_HTTP_HEADER) - $.cookies param available in
9735: ^file::load[;http://...] now (but we don't parse set-cookies from
9736: response yet) (cookies not transcoded as common $cookies)
9737:
9738: 2008-02-19 misha
9739:
9740: * src/main/pa_request.C: - rollback: we mustn't force taint
9741: $response:field values because in this case
9742: $response:locateion[http://...] don't works.
9743:
9744: 2008-02-15 misha
9745:
9746: * src/classes/op.C: - little refactoring
9747:
9748: * src/main/pa_http.C: - taint names of $.headers for load[;http
9749:
9750: * src/main/pa_request.C: - force taint values of $response:field
9751:
9752: 2008-02-14 misha
9753:
9754: * src/main/pa_request.C: - $response:field transcoded to
9755: $response:charset before escaping now
9756:
9757: * src/main/pa_http.C: - some outdated comments removed
9758:
9759: * src/classes/date.C: - lastdat -> last-day
9760:
9761: * src/classes/date.C: - ^date:lastday(year;month) and
9762: ^date.lastday[] were added - little code refactoring - comments
9763: changes
9764:
9765: * tests/: 159.html, results/159.processed: - test for number of
9766: days in February
9767:
9768: * src/types/pa_value.C: - fixes in code formatting
9769:
9770: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9771: and comments
9772:
9773: 2008-02-13 misha
9774:
9775: * src/main/pa_common.C: - bugfix for february at leap year
9776:
9777: 2008-01-28 misha
9778:
9779: * tests/: 160.html, results/160.processed: - more test for cache
9780: added
9781:
9782: * src/classes/op.C: - bugfix: cache body executed twice if contains
9783: unhandled exception
9784:
9785: 2008-01-25 misha
9786:
9787: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9788: bug when hashfile became inavailable after memory:compact)
9789:
9790: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9791:
9792: 2008-01-22 misha
9793:
9794: * src/classes/table.C: - little refactiring and exception texts
9795: changes in method ^table.hash[]
9796:
9797: * src/types/pa_vcookie.C: - link to cookie specification changed
9798:
9799: 2008-01-21 misha
9800:
9801: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9802: file::exec/cgi
9803:
9804: * src/classes/file.C: - bugfix: core while processing headers if
9805: executed cgi script don't return content
9806:
9807: 2008-01-18 misha
9808:
9809: * buildall-with-xml: - move to libxml2 version 2.6.31
9810:
9811: * src/include/pa_version.h, configure.in: - version number updated
9812: to '3.2.3b'
9813:
9814: 2007-12-28 misha
9815:
9816: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9817: hash.contains
9818:
9819: 2007-12-27 misha
9820:
9821: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9822: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9823: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9824: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9825: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9826: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9827: src/targets/cgi/parser3.vcproj,
9828: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9829: back to VS2003 because of Apache 1.3 module can't work if it was
9830: built in VS 2005. with cgi all file so VS2003 project files can
9831: be easy converted to the new format.
9832:
9833: 2007-12-04 misha
9834:
9835: * src/types/pa_vcode_frame.h: - changes in comment
9836:
9837: 2007-11-29 misha
9838:
9839: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9840: intercept strings any longer
9841:
9842: * tests/: 173.html, results/173.processed: - tests for
9843: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9844: but not in main code frame
9845:
9846: * tests/: 172.html, results/172.processed: - more tests for pass
9847: objects from code frames
9848:
9849: 2007-11-27 misha
9850:
9851: * tests/: 152.html, results/152.processed: - tests for converting
9852: strings 'true'/'false' to bool were added
9853:
9854: * tests/152.html: - added checks for converting strings
9855: 'true'/'false' to bool
9856:
9857: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9858: not only strings with numbers but with values 'true'/'false' as
9859: well
9860:
9861: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9862: for parser3.log increased
9863:
9864: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9865:
9866: * src/include/pa_common.h: - remove_crlf return cstring size now
9867:
9868: * src/include/pa_types.h: - constant with buffer size for
9869: parser3.log added
9870:
9871: 2007-11-16 misha
9872:
9873: * tests/cat.sh: - script for tests for file::exec/cgi
9874:
9875: * tests/171.html: - tests for file::exec/cgi
9876:
9877: * tests/results/171.processed: - tests results for file::exec/cgi
9878:
9879: 2007-11-15 misha
9880:
9881: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9882:
9883: * src/classes/file.C: - .body must be set before analyzing cgi
9884: headers
9885:
9886: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9887: only if exec/cgi return anything.
9888:
9889: 2007-11-14 misha
9890:
9891: * operators.txt: - info about new text|binary option for
9892: file::exec/cgi was added
9893:
9894: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9895: ^file:exec[[text|binary];script;...]
9896:
9897: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9898: classes/string.C, classes/table.C: - more text strings moved to
9899: the one place
9900:
9901: 2007-11-09 misha
9902:
9903: * src/types/pa_vrequest.C: - $request:argv must be taint
9904:
9905: * ChangeLog: - $request:argv [patch from Sumo]
9906:
9907: * operators.txt: - $request:argv
9908:
9909: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9910: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9911:
9912: 2007-10-25 misha
9913:
9914: * buildall-with-xml, buildall-without-xml: - options preparations
9915: for ./configure rewrited
9916:
9917: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9918: error occure in unhandled_exception finally fixed
9919:
9920: 2007-10-23 misha
9921:
9922: * tests/: 170.html, results/170.processed: - test for
9923: @method[][result]
9924:
9925: * operators.txt: - added info about node.prefix and
9926: node.namespaceURI
9927:
9928: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9929:
9930: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9931: added for node and attribute
9932:
9933: 2007-10-22 misha
9934:
9935: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9936:
9937: * src/main/pa_request.C: - added const content-transfer-encoding
9938:
9939: * src/include/pa_request.h: - added const content-transfer-encoding
9940: - ups. constants must be in lowercase (for search)
9941:
9942: * src/types/pa_vmail.C: - more constants used -
9943: content-transfer-encoding: 8bit added
9944:
9945: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9946:
9947: * src/include/pa_request.h: - more constants
9948:
9949: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9950: ommit anymore if $.content-disposition was specified - little
9951: refactoring
9952:
9953: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9954:
9955: 2007-10-17 misha
9956:
9957: * operators.txt: - info about
9958: table::create[nameless]{data}[>options<] was added
9959:
9960: * src/main/: compile.tab.C, compile.y: - if error occure while
9961: compile method don't put this method in methods table anymore.
9962: in other case the parser coredumped if @unhandled_exception
9963: method can't be compiled because of parser.compile error.
9964:
9965: * src/main/execute.C: - little code reformating
9966:
9967: * src/main/pa_request.C: - little code reformating - comment
9968: changed
9969:
9970: 2007-10-16 misha
9971:
9972: * tests/: 035.html, results/035.processed: - tests
9973: table::create[]{}[options] added
9974:
9975: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9976: options (only $.seperator[] yet)
9977:
9978: 2007-10-10 misha
9979:
9980: * src/classes/table.C: - some contstants moved to pa_common.h -
9981: some code changes
9982:
9983: 2007-10-02 misha
9984:
9985: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9986: then three time as much. but base64 encoding method still use
9987: less memory anyway.
9988:
9989: 2007-09-17 misha
9990:
9991: * operators.txt: - added info about $cookie:fields
9992:
9993: * src/types/pa_vcookie.C: - $cookie:fields available now
9994:
9995: * src/classes/hash.C: - some stuff for use with .for_each moved to
9996: common
9997:
9998: * src/include/pa_common.h: - some stuff for use with .for_each
9999: moved here
10000:
10001: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10002:
10003: 2007-09-14 misha
10004:
10005: * buildall-with-xml: - new xml libs again =)
10006:
10007: 2007-08-28 misha
10008:
10009: * operators.txt: - texts about ^table.columns[[column name]] and
10010: ^string.split[...][v][column name] were added
10011:
10012: * tests/: 168.html, 169.html, results/168.processed,
10013: results/169.processed: - tests for ^table.columns[[column name]]
10014: and ^string.split[...][v][column name] were added
10015:
10016: * src/classes/table.C: - new option ^table.columns[[column name]]
10017: was added
10018:
10019: * src/classes/string.C: - new option ^string.split[...;v;[column
10020: name]]
10021:
10022: * src/include/pa_exception.h: - error text message for
10023: ^hash._keys[], ^table.columns[] and ^string.split[]
10024:
10025: 2007-08-27 misha
10026:
10027: * src/main/untaint.C: - try to fix coredump on unix if print to
10028: body ^taint[sql][something] outside of connect
10029:
10030: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10031: outside of connect
10032:
10033: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10034: added (commented by default)
10035:
10036: 2007-08-20 misha
10037:
10038: * operators.txt: - comment about new method ^node.hasAttributes[]
10039: was added
10040:
10041: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10042: duplicated exception text strings were removed
10043:
10044: * src/include/pa_exception.h: - more exception text strings moved
10045: here
10046:
10047: * src/classes/table.C: - some duplicate exceptions' text strings
10048: removed
10049:
10050: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10051: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10052: removed
10053:
10054: * src/include/pa_exception.h: - some exception text strings movet
10055: to pa_exception
10056:
10057: * tests/: 149.html, results/149.processed: - test for
10058: ^xnode.hasAttributes[] was added - some code changes
10059:
10060: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10061: added
10062:
10063: 2007-08-17 misha
10064:
10065: * tests/: results/006.processed, results/059.processed, 006.html,
10066: 059.html: - more tests for match
10067:
10068: * tests/: 129.html, results/129.processed: - tests for
10069: ^table.hash[...][$.type[string|hash|table]] added
10070:
10071: * src/targets/cgi/parser3.C: - little syntax changes
10072:
10073: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10074: syntax changes
10075:
10076: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10077: messages in parser3.log switched off by default. If someone
10078: really still need it: use $SIGPIPE(1)
10079:
10080: 2007-08-08 misha
10081:
10082: * buildall-with-xml, buildall-without-xml: - remove libs source
10083: files by default since now
10084:
10085: 2007-08-07 misha
10086:
10087: * buildall-without-xml: - some option syntax changes
10088:
10089: * buildall-with-xml: - compile libxml2 without http support - some
10090: option syntax changes
10091:
10092: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10093:
10094: 2007-08-06 misha
10095:
10096: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10097:
10098: * tests/: 160.html, results/160.processed: - cache test was
10099: rewrited
10100:
10101: 2007-07-06 misha
10102:
10103: * tests/: 153.html, results/153.processed: - added test for
10104: ^math:sha1[string]
10105:
10106: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10107: transcoded
10108:
10109: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10110: were added
10111:
10112: 2007-06-28 misha
10113:
10114: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10115: some incorrect chars
10116:
10117: 2007-06-19 misha
10118:
10119: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10120: were moved on top because of gcc 4 had a problems during
10121: building.
10122:
10123: 2007-06-18 misha
10124:
10125: * tests/results/019.processed: - new image commited
10126:
10127: 2007-06-09 misha
10128:
10129: * src/classes/: op.C, table.C: - in while and table.select method
10130: as_expression used now
10131:
10132: * src/types/pa_vmethod_frame.h: - method as_expression was added
10133:
10134: 2007-06-08 misha
10135:
10136: * tests/: 166.html, results/166.processed: - test for
10137: ^match[...][n]
10138:
10139: * tests/: 165.html, results/165.processed: - tests for loops
10140:
10141: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10142: because of no speed/memory optimisation but some proglems with
10143: long cycles occure
10144:
10145: 2007-06-06 misha
10146:
10147: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10148: ^table.select(true) and ^table.select(1) didn't works because of
10149: awaiting junction-param only. fixed.
10150:
10151: 2007-05-24 misha
10152:
10153: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10154: with 0.5 secs interval
10155:
10156: * src/classes/op.C: - cache was rewrited. I hope it works with
10157: locking system now on unix
10158:
10159: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10160: system locks which wait till other threads release it but try get
10161: lock, if fail wait 1 sec and make 10 attempts.
10162:
10163: * src/include/pa_os.h: - consts for blocking locks + some comments
10164: were added
10165:
10166: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10167: opening files
10168:
10169: * src/classes/table.C: - changes in includes. if unclude <sstream>
10170: after our classes on unix it can't be build
10171:
10172: * src/types/pa_vhashfile.C: - not needed code removed
10173:
10174: 2007-05-23 misha
10175:
10176: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10177: include/pa_common.h: - cosmetic changes
10178:
10179: 2007-05-18 misha
10180:
10181: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10182: often. it's give some speed increasing
10183:
10184: * tests/results/160.processed: - returned time corrected
10185:
10186: * tests/160.html: - time increased because on unix 1 mean nothing
10187: :(
10188:
10189: * operators.txt: - added info about ^hash.contain[key]
10190:
10191: * src/classes/hash.C: - added ^hash.contain[key]
10192:
10193: * src/include/pa_hash.h: - added method for checking key exists in
10194: hash
10195:
10196: 2007-05-07 misha
10197:
10198: * src/include/pa_string.h: - was compilation error during build on
10199: freebsd4
10200:
10201: 2007-05-03 misha
10202:
10203: * src/classes/table.C: - option $.type[hash|string|table] was added
10204: for ^table.hash[]
10205:
10206: * src/classes/file.C: - comment removed
10207:
10208: 2007-04-26 misha
10209:
10210: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10211: real files doesn't opened in place anymore
10212:
10213: 2007-04-24 misha
10214:
10215: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10216:
10217: * src/include/pa_exception.h: "static" removed
10218:
10219: 2007-04-23 misha
10220:
10221: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10222:
10223: * src/classes/math.C: added: - ^math:ln(N) (the same as
10224: ^math:log(N)) - ^math:lg(N)
10225:
10226: * tests/: 097.html, results/097.processed: - charsets converstion
10227: during ^file::load[text;http://...] added
10228:
10229: * tests/: 164.html, results/164.processed: - check for set expires
10230: as a date
10231:
10232: * tests/: 164.html, results/164.processed: - test for hashfile
10233:
10234: * src/classes/hashfile.C: - little comment changes
10235:
10236: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10237: access
10238:
10239: * src/: classes/date.C, classes/double.C, classes/file.C,
10240: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10241: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10242: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10243: classes/xnode.h, include/pa_request.h, main/execute.C,
10244: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10245: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10246: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10247: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10248: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10249: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10250: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10251: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10252: "parser.runtime" strings were removed
10253:
10254: * src/classes/hashfile.C: - with .clear[] called files_delete()
10255: now.
10256:
10257: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10258:
10259: * src/include/pa_exception.h: - string constant with
10260: "parser.runtime" text was added
10261:
10262: 2007-04-20 misha
10263:
10264: * operators.txt: - some comments changing
10265:
10266: * operators.txt: - added info about .^hashfile.release[],
10267: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10268:
10269: * configure: =cheching for unsetenv
10270:
10271: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10272: ^hashfile.release[] were added
10273:
10274: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10275: ^string.match[][] understand new option now: return number of
10276: matches but not table wit results
10277:
10278: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10279: reopen now
10280:
10281: * src/classes/op.C: - bug. must be false
10282:
10283: * configure.in: - checking for unsetenv was added
10284:
10285: * src/types/pa_vform.C: - some comments
10286:
10287: 2007-04-18 misha
10288:
10289: * buildall-with-xml: moving to libxml2-2.6.28
10290:
10291: * buildall-with-xml, buildall-without-xml: added commented lines
10292: with --disable-safe-mode option
10293:
10294: * operators.txt: - info about $form:files
10295:
10296: 2007-04-17 misha
10297:
10298: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10299: $form:files was added
10300:
10301: * tests/: 163.html, results/163.processed: removing auto format
10302:
10303: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10304:
10305: 2007-04-16 misha
10306:
10307: * tests/: 163.html, results/163.processed: - test for .int[],
10308: floor, round, ceiling and .format[]
10309:
10310: * src/classes/file.C: - little optimization for getting args in
10311: exec/cgi
10312:
10313: 2007-04-13 misha
10314:
10315: * src/classes/file.C: - arguments for file::exec/cgi can be
10316: specified now as s table with one column
10317:
10318: 2007-03-27 misha
10319:
10320: * tests/: 162.html, results/162.processed: - test for
10321: ^table.select(^condition[$t])
10322:
10323: * tests/results/auto.p: - load windows-1251 charset for some tests
10324:
10325: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10326:
10327: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10328: 161_windows1251.txt: - added test for
10329: ^file::load[text;/local/file.txt;$.charset[...]]
10330:
10331: * tests/: results/013.processed, 013.html: - added test for
10332: checking $._default value while hash modifications
10333:
10334: * tests/: 160.html, results/160.processed: - add test for
10335: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10336:
10337: 2007-03-22 misha
10338:
10339: * src/include/pa_common.h: - "charset" string defined for
10340: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10341:
10342: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10343: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10344: added - not needed transcodes were removed from
10345: ^file::load[...;http://...]
10346:
10347: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10348: added
10349:
10350: * src/classes/date.C: - date.week was fixed
10351:
10352: * operators.txt: - added info about date.weekyear
10353:
10354: * tests/: 159.html, results/159.processed: - tests for date.week
10355: and date.weekyear added
10356:
10357: 2007-03-15 misha
10358:
10359: * src/classes/table.C: - enclose column numbers for nameless tables
10360: as well
10361:
10362: 2007-03-14 misha
10363:
10364: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10365:
10366: * src/classes/table.C: - table.save optimization: now required much
10367: less memory
10368:
10369: 2007-03-13 misha
10370:
10371: * tests/results/: 158.processed, 158.processes: - tests for
10372: table.save/table.load
10373:
10374: * tests/: 158.html, results/158.processes: - tests for
10375: table.save/table.load
10376:
10377: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10378:
10379: * buildall-with-xml: - pattern needed now for building
10380:
10381: * tests/results/097.processed: - added test results for xdoc::load
10382: & xdoc::load[http://...]
10383:
10384: * tests/097.html: - added test for xdoc::load
10385:
10386: 2007-03-12 misha
10387:
10388: * tests/: 107.html, results/107.processed: - added test for xpath
10389: '//man'
10390:
10391: 2007-03-01 misha
10392:
10393: * tests/: 097.html, results/097.processed: - added test for
10394: creating xdoc from file
10395:
10396: * tests/: results/157.processed, 157.html: - added test for
10397: file:move
10398:
10399: 2007-02-28 misha
10400:
10401: * src/classes/xdoc.C: - another attempt
10402:
10403: * src/classes/xdoc.C: - roll back last changes for a while
10404:
10405: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10406:
10407: * src/classes/file.C: - under lock we create non-exist dir anyway
10408:
10409: * tests/results/099.processed: - ever send content-disposition to
10410: client with file
10411:
10412: * tests/157.html: + test for file:copy
10413:
10414: 2007-02-26 misha
10415:
10416: * src/classes/file.C: - some similar strings moved to #define
10417: instead of to be copy/pasted many times
10418:
10419: * src/types/pa_vfile.h: - class name string ("file") moved to
10420: #define
10421:
10422: 2007-02-20 misha
10423:
10424: * configure.in: - added some strings for sqlite detection
10425:
10426: 2007-02-19 misha
10427:
10428: * operators.txt: - some comments changes
10429:
10430: * buildall-with-xml, buildall-without-xml: - some modifications
10431:
10432: 2007-02-17 misha
10433:
10434: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10435:
10436: * src/main/pa_request.C: - damn, i forgot to commit it while I
10437: change console behaviour
10438:
10439: 2007-02-12 misha
10440:
10441: * src/targets/cgi/parser3.C: - don't print headers if
10442: $console:line[data] was used during cgi execution.
10443:
10444: * src/types/pa_vconsole.h: - console class have bool flag now which
10445: marked as 'true' if class was used.
10446:
10447: * tests/: 152.html, results/152.processed: - more types was added
10448: to test 152
10449:
10450: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10451: adding 'bool' (^if($image){} caused exception)
10452:
10453: 2007-02-09 misha
10454:
10455: * tests/: 152.html, results/152.processed: - test alightly updated
10456:
10457: * tests/: 152.html, results/152.processed: - test rewrited
10458:
10459: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10460: bugfix. I broke xdoc & xnode in expression
10461:
10462: 2007-02-08 misha
10463:
10464: * tests/: 152.html, results/152.processed: - add test for checking
10465: 'def' for void, string, bool, int & double
10466:
10467: 2007-02-07 misha
10468:
10469: * operators.txt: - ^file:base64[filespec] was added
10470:
10471: * tests/results/153.processed: - result test for
10472: ^file:base64[filespec] was updated
10473:
10474: * tests/153.html: - test for ^file:base64[filespec] was added
10475:
10476: * src/types/pa_vconsole.h: - little optimization
10477:
10478: * src/classes/file.C: - ^file:base64[filespec]
10479:
10480: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10481:
10482: * src/include/pa_common.h: - declarations for
10483: ^file:base64[filespec]
10484:
10485: * src/types/pa_vcookie.C: - little optimization
10486:
10487: 2007-02-06 misha
10488:
10489: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10490: were temporary commented
10491:
10492: * src/types/pa_vbool.h: - bugfix
10493:
10494: * tests/156.html: - added test for bool cookie
10495:
10496: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10497:
10498: * tests/: 155.html, results/155.processed: - added test for check
10499: $.encloser[] option for table save/load
10500:
10501: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10502:
10503: 2007-02-05 misha
10504:
10505: * tests/results/152.processed: - newline at the end was missed
10506:
10507: * tests/results/141.processed: - math:md5 must be lowercased
10508:
10509: * src/targets/cgi/parser3.C: - 2007 in help ;)
10510:
10511: 2007-02-03 misha
10512:
10513: * tests/results/: 150.processed, 151.processed, 152.processed: -
10514: test for bool added and some content length fixes
10515:
10516: * tests/152.html: - test for bool added
10517:
10518: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10519:
10520: * operators.txt: - info bool class was added
10521:
1.116 moko 10522: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10523: classes/classes.vcproj, classes/double.C, classes/int.C,
10524: classes/string.C, classes/void.C, classes/xnode.C,
10525: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10526: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10527: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10528: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10529: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10530: types/types.vcproj: - bool class was added
10531:
10532: * src/main/pa_request.C: - fix
10533:
10534: 2007-01-18 misha
10535:
10536: * src/: main/pa_string.C, classes/string.C: - return table during
10537: ^string.match[][] even if no matched found.
10538:
10539: 2006-12-20 misha
10540:
10541: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10542: http://www.parser.ru/forum/?id=55598 ]
10543:
10544: 2006-12-19 misha
10545:
10546: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10547: details: http://www.parser.ru/forum/?id=52359
10548:
10549: * src/main/pa_request.C: - always set content-disposition for
10550: $response:body[hash here]. more details:
10551: http://www.parser.ru/forum/?id=52130
10552:
10553: 2006-12-07 misha
10554:
10555: * operators.txt: - added info about bool params in cookie set
10556:
10557: * src/types/pa_vcookie.C: - bool param in cookies available now
10558: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10559: ]
10560:
10561: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10562: was added
10563:
10564: 2006-12-02 misha
10565:
10566: * src/classes/file.C: - file_block_read used instead of native read
10567:
10568: * src/main/pa_common.C: - added file_block_read with read error
10569: detection - file_block_read used instead of native read
10570:
10571: * src/include/pa_common.h: - added file_block_read declaration
10572:
10573: 2006-12-01 misha
10574:
10575: * operators.txt: - info about $var.CLASS_NAME was added
10576:
10577: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10578: $var.CLASS_NAME added
10579:
10580: * operators.txt: - added info about ^file:copy[]
10581:
10582: * src/classes/file.C: - ^file:copy[from;fo] was added
10583:
10584: 2006-11-20 misha
10585:
10586: * src/classes/date.C: - bug fix :)
10587:
10588: 2006-11-17 misha
10589:
10590: * src/include/pa_common.h: - array in crc32 calculation was changed
10591: to static
10592:
10593: * src/main/pa_common.C: - little optimization in getMonthDays -
10594: small changes in crc32 calculation
10595:
10596: * src/classes/date.C: - not needed code was removed
10597:
10598: 2006-11-16 misha
10599:
10600: * src/types/pa_vmail.C: - fix missed brakes
10601:
10602: * src/types/pa_vmail.C: - mail:send now set content-type:
10603: multipart/related instead of multipart/mixed if file have
10604: $.content-id[]
10605:
10606: 2006-11-15 misha
10607:
10608: * src/types/pa_vdouble.h: abs -> fabs
10609:
10610: 2006-11-14 misha
10611:
10612: * operators.txt: - added info about ^file.md5[] and
10613: ^file:md5[file-name]
10614:
10615: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10616: added
10617:
10618: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10619: FILE_BUFFER_SIZE
10620:
10621: * src/classes/math.C: - hex_string was moved to pa_common.h
10622:
10623: * src/include/pa_common.h: - hex_string was moved from math.C -
10624: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10625:
10626: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10627: values was fixed
10628:
10629: 2006-11-13 misha
10630:
10631: * operators.txt: - added info about ^math:crc32[string],
10632: ^file:crc32[file-name] & ^file.crc32[]
10633:
10634: * src/classes/math.C: - added ^math:crc32[string]
10635:
10636: * src/classes/file.C: - some comments were changed - added
10637: ^file:crc32[file-name] and ^file.crc32[]
10638:
10639: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10640: crc32 calculation added
10641:
10642: 2006-11-03 misha
10643:
10644: * src/include/pa_array.h: - not needed variable removed
10645:
10646: * tests/: 150.html, 151.html, results/150.processed,
10647: results/151.processed: - 2 tests were added
10648:
10649: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10650: with $.reverse(1) were fixed
10651:
10652: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10653: query converted to $.charset during ^file::load[http://...]
10654:
10655: 2006-11-02 misha
10656:
10657: * src/include/pa_table.h: ups. forget '=' char
10658:
10659: * src/include/pa_table.h: - one more fix in
10660: .locate[...][$.reverse(1)]
10661:
10662: 2006-11-01 misha
10663:
10664: * src/classes/math.C: - bug fix, details:
10665: http://www.parser.ru/forum/?id=53360
10666:
10667: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10668: false for all records )[$.reverse(1)]
10669:
10670: * src/main/pa_http.C: - second param for this mid method is length
10671: but not end_index so this method has error and can't detect
10672: charsets in next content-types: Content-type: text/html;
10673: charset="windows-1251" Content-type: text/html;
10674: charset="windows-1251"; Content-type: text/html;
10675: charset=windows-1251;
10676:
10677: only Content-type: text/html; charset=windows-1251 was fine
10678:
10679: 2006-10-31 misha
10680:
10681: * src/classes/file.C: - empty args in file::exec removed now
10682:
10683: 2006-09-03 paf
10684:
10685: * src/classes/file.C: proper tainting of
10686: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10687:
10688: 2006-06-09 paf
10689:
10690: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10691:
10692: * src/classes/table.C: formatting
10693:
10694: * src/classes/table.C: incorporated patch from misha: Sent:
10695: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10696: ignoring string options for ^table.save[]
10697:
10698: * src/classes/hash.C: incorporated patch from misha Sent:
10699: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10700: $hash._default disappear while
10701:
10702: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10703: $.format[!uue|!base64] << new base64 option. default uue ] ]
10704:
10705: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10706: PM Subject: patch for base64 in ^mail:send[] %-)
10707:
10708: 2006-04-09 paf
10709:
10710: * src/main/compile.tab.C: ` change compiled
10711:
10712: * gnu.vcproj, operators.txt, parser3.sln,
10713: src/classes/classes.vcproj, src/classes/file.C,
10714: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10715: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10716: src/classes/xnode.C, src/include/pa_array.h,
10717: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10718: src/include/pa_memory.h, src/include/pa_request.h,
10719: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10720: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10721: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10722: src/lib/pcre/pcre_dftables.vcproj,
10723: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10724: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10725: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10726: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10727: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10728: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10729: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10730: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10731: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10732: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10733: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10734: src/types/pa_value.h, src/types/pa_vcookie.C,
10735: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10736: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10737: src/types/pa_vstatus.C, src/types/types.vcproj,
10738: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10739: ^menu, ^hash/hashfile.foreach
10740:
10741: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10742: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10743: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10744: src/classes/xnode.C, src/include/pa_array.h,
10745: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10746: src/include/pa_memory.h, src/include/pa_request.h,
10747: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10748: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10749: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10750: src/lib/pcre/pcre_dftables.vcproj,
10751: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10752: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10753: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10754: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10755: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10756: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10757: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10758: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10759: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10760: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10761: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10762: src/types/pa_value.h, src/types/pa_vcookie.C,
10763: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10764: src/types/pa_vstatus.C, src/types/types.vcproj,
10765: tests/descript.ion: ! switched to VS2005 (projects and
10766: object<info explicitly typed>.for_each(, info)) +
10767: $response:field[] setting void means removing + grammar $name`
10768: name stops now, for mysql `$field` + started ^break[]
10769: ^continue[], in ^for. TODO: to other iterators (while, menu,
10770: foreach) + all log messages += [uri=, method=, cl=]
10771:
10772: * buildall-with-xml: merged . ftp paths update
10773:
10774: * buildall-with-xml: . ftp paths update
10775:
10776: 2006-03-04 paf
10777:
10778: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10779: checks++ [thanks to Igor Zinkovsky for detailed report]
10780:
10781: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10782: Igor Zinkovsky for detailed report]
10783:
10784: 2006-03-01 paf
10785:
10786: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10787: \n to ' ' in
10788:
10789: 2006-02-18 paf
10790:
10791: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10792: \n to ' ' in
10793:
10794: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10795:
10796: 2006-02-03 paf
10797:
10798: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10799: base64
10800:
10801: * src/main/pa_common.C: ! bugfix: decoding from base64
10802:
10803: 2006-01-20 paf
10804:
10805: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10806: economy fix
10807:
10808: * src/classes/: table.C: merged from HEAD ! bugfix
10809: ^table.save[$.encloser-s now handled properly
10810:
10811: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10812: handled properly
10813:
10814: 2006-01-19 paf
10815:
10816: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10817: libgc:USE_MUNMAP activates merging of free memory blocks which
10818: helps a lot in our case: after transform we want
10819: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10820:
10821: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10822: economy fix
10823:
10824: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10825: activates merging of free memory blocks which helps a lot in our
10826: case: after transform we want CORD(main.result)->cstr[big
10827: malloc]->transcode[big malloc]
10828:
10829: 2006-01-17 paf
10830:
10831: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10832: before reading them. got rid of reallocs = became quicker and
10833: less fragmentated
10834:
10835: 2005-12-29 paf
10836:
1.116 moko 10837: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10838: configure, configure.in, src/include/pa_version.h,
10839: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10840: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10841: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10842: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10843: src/lib/ltdl/missing: . merged from 3.2.1
10844:
1.116 moko 10845: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10846: packaged when 'make dist', so do configure companion files in
10847: src/lib/ltdl
10848:
10849: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10850: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10851: missing: . now config_auto.h is created with configure [were
10852: constant]
1.95 moko 10853:
10854: * INSTALL: . references to documentation and some clarification
10855:
10856: * buildall-with-xml, buildall-without-xml: . farawell doc
10857: indication
10858:
1.116 moko 10859: * Makefile.am: . dist+=buildall*
1.95 moko 10860:
10861: 2005-12-28 paf
10862:
10863: * configure: . 3.2.1
10864:
10865: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10866: simplify build process, see INSTALL
10867:
10868: 2005-12-26 paf
10869:
10870: * configure: ver
10871:
10872: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10873: version
10874:
10875: 2005-12-21 paf
10876:
10877: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10878: compiled with bison 1.875b, it reports unexpected token names
10879:
10880: 2005-12-19 paf
10881:
10882: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10883: holds a link to xmlNode to prevent premature gc(xmlNode)
10884:
10885: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10886: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10887: src/main/main.vcproj, src/main/pa_globals.C,
10888: src/targets/cgi/parser3.vcproj,
10889: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10890: configure, configure.in, src/include/pa_version.h: . killing
10891: gdome [what a relief]
10892:
10893: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10894: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10895: run_parser.sh, results/001.processed, results/002.processed,
10896: results/003.processed, results/004.processed,
10897: results/005.processed, results/006.processed,
10898: results/008.processed, results/009.processed,
10899: results/010.processed, results/011.processed,
10900: results/012.processed, results/013.processed,
10901: results/014.processed, results/015.processed,
10902: results/016.processed, results/017.processed,
10903: results/018.processed, results/020.processed,
10904: results/021.processed, results/022.processed,
10905: results/023.processed, results/024.processed,
10906: results/025.processed, results/026.processed,
10907: results/027.processed, results/028.processed,
10908: results/029.processed, results/030.processed,
10909: results/031.processed, results/032.processed,
10910: results/033.processed, results/034.processed,
10911: results/035.processed, results/036.processed,
10912: results/037.processed, results/038.processed,
10913: results/039.processed, results/040.processed,
10914: results/041.processed, results/042.processed,
10915: results/043.processed, results/044.processed,
10916: results/045.processed, results/046.processed,
10917: results/047.processed, results/048.processed,
10918: results/049.processed, results/050.processed,
10919: results/051.processed, results/052.processed,
10920: results/053.processed, results/054.processed,
10921: results/055.processed, results/056.processed,
10922: results/057.processed, results/058.processed,
10923: results/059.processed, results/060.processed,
10924: results/061.processed, results/062.processed,
10925: results/063.processed, results/064.processed,
10926: results/065.processed, results/066.processed,
10927: results/067.processed, results/068.processed,
10928: results/069.processed, results/070.processed,
10929: results/071.processed, results/072.processed,
10930: results/073.processed, results/074.processed,
10931: results/075.processed, results/076.processed,
10932: results/077.processed, results/078.processed,
10933: results/079.processed, results/080.processed,
10934: results/081.processed, results/082.processed,
10935: results/083.processed, results/084.processed,
10936: results/085.processed, results/086.processed,
10937: results/087.processed, results/088.processed,
10938: results/089.processed, results/090.processed,
10939: results/091.processed, results/092.processed,
10940: results/093.processed, results/094.processed,
10941: results/095.processed, results/096.processed,
10942: results/097.processed, results/099.processed,
10943: results/100.processed, results/101.processed,
10944: results/102.processed, results/104.processed,
10945: results/105.processed, results/106.processed,
10946: results/107.processed, results/108.processed,
10947: results/109.processed, results/110.processed,
10948: results/111.processed, results/112.processed,
10949: results/113.processed, results/114.processed,
10950: results/115.processed, results/117.processed,
10951: results/119.processed, results/120.processed,
10952: results/121.processed, results/122.processed,
10953: results/123.processed, results/124.processed,
10954: results/125.processed, results/126.processed,
10955: results/127.processed, results/128.processed,
10956: results/129.processed, results/130.processed,
10957: results/131.processed, results/132.processed,
10958: results/133.processed, results/134.processed,
10959: results/135.processed, results/136.processed,
10960: results/138.processed, results/139.processed,
10961: results/140.processed, results/141.processed,
10962: results/142.processed, results/143.processed,
10963: results/144.processed, results/145.processed,
10964: results/146.processed, results/147.processed,
10965: results/148.processed, results/149.processed, results/auto.p: .
10966: now works if we turn off default auto.p
10967:
1.116 moko 10968: * configure: . makes
1.95 moko 10969:
10970: * src/types/pa_vxnode.C: . less warnings
10971:
10972: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10973: tests/145.html, tests/149.html, tests/descript.ion,
10974: tests/outputs/d.cmd, tests/results/142.processed,
10975: tests/results/143.processed, tests/results/144.processed,
10976: tests/results/145.processed, tests/results/146.processed,
10977: tests/results/147.processed, tests/results/148.processed,
10978: tests/results/149.processed: . removed .nodeValue from all node
10979: types other than 5 (grabbed piece from gdome)
10980:
10981: * tests/: 137.html, results/137.processed: . not handled this case
10982: yet. code does not hang from inserting parent into child,
10983: considering thing minor issue -- nodes are removed from source
10984: anyway, don't know why shold that be an error after all
10985:
10986: * src/targets/cgi/parser3.C: . style
10987:
10988: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10989: xdoc too [were barking "not element"]
10990:
10991: 2005-12-16 paf
10992:
10993: * tests/: 146.html, 147.html, 148.html: . more tests
10994:
10995: * src/classes/xnode.C: . also bark on possible errors
10996:
10997: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10998: props
10999:
11000: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11001: main/compile.y: merged from HEAD ! fixed overoptimized
11002: ^call(false) case. (confused it with ^call[] case)
11003:
11004: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11005: ^call(false) case. (confused it with ^call[] case)
11006:
11007: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11008:
11009: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11010: results/001.processed, results/002.processed,
11011: results/003.processed, results/004.processed,
11012: results/005.processed, results/006.processed,
11013: results/008.processed, results/009.processed,
11014: results/010.processed, results/011.processed,
11015: results/012.processed, results/013.processed,
11016: results/014.processed, results/015.processed,
11017: results/016.processed, results/017.processed,
11018: results/018.processed, results/019.processed,
11019: results/020.processed, results/021.processed,
11020: results/022.processed, results/023.processed,
11021: results/024.processed, results/025.processed,
11022: results/026.processed, results/027.processed,
11023: results/028.processed, results/029.processed,
11024: results/030.processed, results/031.processed,
11025: results/032.processed, results/033.processed,
11026: results/034.processed, results/035.processed,
11027: results/036.processed, results/037.processed,
11028: results/038.processed, results/039.processed,
11029: results/040.processed, results/041.processed,
11030: results/042.processed, results/043.processed,
11031: results/044.processed, results/045.processed,
11032: results/046.processed, results/047.processed,
11033: results/048.processed, results/049.processed,
11034: results/050.processed, results/051.processed,
11035: results/052.processed, results/053.processed,
11036: results/054.processed, results/055.processed,
11037: results/056.processed, results/057.processed,
11038: results/058.processed, results/059.processed,
11039: results/060.processed, results/061.processed,
11040: results/062.processed, results/063.processed,
11041: results/064.processed, results/065.processed,
11042: results/066.processed, results/067.processed,
11043: results/068.processed, results/069.processed,
11044: results/070.processed, results/071.processed,
11045: results/072.processed, results/073.processed,
11046: results/074.processed, results/075.processed,
11047: results/076.processed, results/077.processed,
11048: results/078.processed, results/079.processed,
11049: results/080.processed, results/081.processed,
11050: results/082.processed, results/083.processed,
11051: results/084.processed, results/085.processed,
11052: results/086.processed, results/087.processed,
11053: results/088.processed, results/089.processed,
11054: results/090.processed, results/091.processed,
11055: results/092.processed, results/093.processed,
11056: results/094.processed, results/095.processed,
11057: results/096.processed, results/097.processed,
11058: results/099.processed, results/101.processed,
11059: results/102.processed, results/104.processed,
11060: results/105.processed, results/106.processed,
11061: results/107.processed, results/108.processed,
11062: results/109.processed, results/110.processed,
11063: results/111.processed, results/112.processed,
11064: results/113.processed, results/114.processed,
11065: results/115.processed, results/116.processed,
11066: results/117.processed, results/118.processed,
11067: results/119.processed, results/120.processed,
11068: results/121.processed, results/122.processed,
11069: results/123.processed, results/124.processed,
11070: results/125.processed, results/126.processed,
11071: results/127.processed, results/128.processed,
11072: results/129.processed, results/130.processed,
11073: results/131.processed, results/132.processed,
11074: results/133.processed, results/134.processed,
11075: results/135.processed, results/136.processed,
11076: results/137.processed, results/138.processed,
11077: results/139.processed, results/140.processed,
11078: results/141.processed: . refreshed old tests, made them work
11079: without auto.p (in utf8) . things noted: . gif got encoded
11080: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11081: some strange year)
11082:
11083: * INSTALL: . revived linux libgc fix
11084:
11085: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11086: glib/gdome in INSTALL and patches]
11087:
11088: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11089: include/pa_charset.h, include/pa_config_includes.h,
11090: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11091: include/pa_xml_exception.h, lib/cord/Makefile.am,
11092: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11093: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11094: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11095: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11096: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11097: types/pa_vxnode.h: . started killing gdome
11098:
11099: 2005-12-13 paf
11100:
11101: * src/main/: pa_request.C: merged from HEAD ! when code in
11102: @unhandled_exception thrown another exception, print correct
11103: origin (earlier code in catch of exception inside of
11104: @unhandled_exception grabbed parent_frame(original_exception)
11105: origin and printed it, instead of true origin)
11106:
11107: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11108: another exception, print correct origin (earlier code in catch of
11109: exception inside of @unhandled_exception grabbed
11110: parent_frame(original_exception) origin and printed it, instead
11111: of true origin)
11112:
11113: 2005-12-09 paf
11114:
11115: * INSTALL: . updated INSTALL doc to work around linux stack base
11116: detection problem, due to change in gc6.4 code
11117:
11118: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11119: ignored in ^string.matched :(
11120:
11121: * src/main/pa_string.C: ! regex tainting were ignored in
11122: ^string.matched :(
11123:
11124: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11125: src/include/pa_config_fixed.h, src/include/pa_version.h,
11126: src/main/compile.y, src/main/compile_tools.h,
11127: src/main/pa_charset.C, src/main/pa_common.C,
11128: src/main/pa_globals.C, src/main/pa_string.C,
11129: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11130: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11131:
11132: 2005-12-08 paf
11133:
11134: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11135: 500 chars now handled OK [were wrapped on 500th char according to
11136: rfc, but sendmail failed to unwrap it properly]
11137:
11138: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11139: handled OK [were wrapped on 500th char according to rfc, but
11140: sendmail failed to unwrap it properly]
11141:
11142: * src/targets/isapi/parser3isapi.C: . less warnings
11143:
11144: * src/targets/isapi/parser3isapi.C: . undone some strange change
11145: since 3.1.5
11146:
11147: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11148: link fixes
11149:
11150: * src/: classes/date.C, include/pa_config_fixed.h,
11151: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11152: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11153: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11154:
11155: * src/include/pa_config_fixed.h: . removed outdated string origins
11156: [in current storage scheme there's no place for them. someday we
11157: can add third CORD to store origins and special version of parser
11158: which stores origins there [separate binary]]
11159:
11160: 2005-12-07 paf
11161:
11162: * src/targets/isapi/parser3isapi.C: . now links in release mode
11163:
11164: * src/include/pa_version.h: makefiles
11165:
11166: * src/include/pa_version.h: . not beta
11167:
11168: * configure, configure.in, src/include/pa_version.h: not beta
11169:
11170: 2005-12-06 paf
11171:
11172: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11173: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11174: decided to undo the change ^call[$void] passes void. now it will
11175: pass empty string again.
11176:
11177: * src/main/: compile.tab.C, compile.y: . version readded
11178:
11179: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11180: = ^switch[void] problem
11181:
11182: 2005-12-01 paf
11183:
11184: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11185: caused ^case[string] to be coerced to double since searching
11186: value were not string (it was vvoid)
11187:
11188: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11189: ^case[string] to be coerced to double since searching value were
11190: not string (it was vvoid)
11191:
11192: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11193: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11194:
11195: 2005-11-30 paf
11196:
11197: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11198: win32 must putenv("TZ="), on unix works only putenv("TZ")
11199:
11200: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11201: putenv("TZ="), on unix works only putenv("TZ")
11202:
11203: * INSTALL: . xml libs versions updated
11204:
11205: * src/main/pa_globals.C: //20051130 trying to remove this, author
11206: claims that fixed a lot there // 20040920 for now both
11207: workarounds needed. wait for new libxml/xsl versions
11208:
11209: 2005-11-28 paf
11210:
11211: * src/classes/table.C: merged from HEAD: ! nameless table has
11212: columns==0
11213:
11214: * src/classes/table.C: ! nameless table has columns==0
11215:
11216: * src/main/pa_http.C: merged from HEAD: ! status line check made
11217: earlier [was totally wrong]
11218:
11219: * src/main/pa_http.C: ! status line check made earlier [was totally
11220: wrong]
11221:
11222: 2005-11-25 paf
11223:
11224: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11225: undoing for now...
11226:
11227: * src/include/pa_version.h: -this reduces speed(table::load),
11228: strange. undoing
11229:
11230: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11231:
11232: * src/classes/op.C: + ^while(){}[SEPARATOR]
11233:
11234: * src/include/pa_array.h: + optimistics added: all arrays (table
11235: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11236: this speeds things up and saves memory a LOT! (not noticed
11237: negative effect on syntetic tests, future will tell...)
11238:
11239: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11240: changed gc_malloc implementation, which obscured profiling
11241:
11242: * src/classes/table.C: merged from HEAD: + optimized
11243: table::load/sql, now row ArrayString-s allocated with
11244: columns.count() elements and don't always grow from
11245: count=3[realloc,realloc]
11246:
11247: * src/classes/table.C: + optimized table::load/sql, now row
11248: ArrayString-s allocated with columns.count() elements and don't
11249: always grow from count=3[realloc,realloc]
11250:
11251: * src/classes/table.C: merged from HEAD: . ^table.save unused
11252: buffer after save
11253:
11254: * src/classes/table.C: . ^table.save unused buffer after save
11255:
11256: 2005-11-24 paf
11257:
11258: * configure.in: . merged glib2-config patch
11259:
11260: * configure.in: + trying to find glib2-config
11261:
11262: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11263: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11264: file/dir_readable to simple file/dir_exist, this would help in
11265: situations "class not found because .p file has bad rights" << in
11266: that case error would be explicit "access denied to 'this' file"
11267:
1.116 moko 11268: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11269:
11270: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11271: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11272: to simple file/dir_exist, this would help in situations "class
11273: not found because .p file has bad rights" << in that case error
11274: would be explicit "access denied to 'this' file"
11275:
11276: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11277: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11278: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11279: ^file::exec/cgi[script;$.charset[changed]
11280: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11281: encoded in $.charset charset
11282:
11283: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11284: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11285: encoded in $.charset charset
11286:
11287: * src/: include/Makefile.am, include/pa_common.h,
11288: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11289: main/pa_common.C, main/pa_http.C: . extracted http:// into
11290: separate file [preparation for
11291: ^file::cgi[script;$.form[$.field1[]
11292:
11293: 2005-11-22 paf
11294:
11295: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11296:
11297: * acinclude.m4, configure.in: . merged underquting fixes
11298:
1.116 moko 11299: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11300:
11301: * src/classes/op.C: . overmerged a little
11302:
11303: * src/main/compile.tab.C: Makefile
11304:
11305: * src/main/: pa_common.C: . less gcc warnings
11306:
11307: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11308: now reports original exception if we have no old cache
11309:
11310: * src/classes/op.C: + $exception.handled[cache] now reports
11311: original exception if we have no old cache
11312:
11313: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11314: from HEAD: + ^taint/untaint[regex] << escapes these:
11315: \^$.[]|()?*+{}
11316:
11317: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11318: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11319:
11320: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11321: getenv-ed variable, which does not work both on win32&unix.
11322: copied old TZ value now
11323:
11324: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11325: stored pointer to getenv-ed variable, which does not work both on
11326: win32&unix. copied old TZ value now
11327:
11328: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11329: getenv-ed variable, which does not work both on win32&unix.
11330: copied old TZ value now
11331:
11332: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11333: access to internal hash
11334:
11335: * src/types/pa_vresponse.C: + $response:headers access to internal
11336: hash
11337:
11338: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11339: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11340: isapi] this reduces number of "GC Warning: Repeated allocation of
11341: very large block" messages to only important onces
11342:
11343: * src/targets/isapi/parser3isapi.C: +
11344: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11345: isapi] this reduces number of "GC Warning: Repeated allocation of
11346: very large block" messages to only important onces
11347:
11348: * src/classes/string.C: merged from HEAD: + removed limitation on
11349: ^string/int/double:sql{}[$.default[({param style})] ]
11350:
11351: * src/classes/string.C: + removed limitation on
11352: ^string/int/double:sql{}[$.default[({param style})] ]
11353:
11354: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11355: with ?params or $.form option" limitation
11356:
11357: * src/main/pa_common.C: + removed "use either uri with ?params or
11358: $.form option" limitation
11359:
11360: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11361: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11362: ^file::base64[encoded] decode
11363:
11364: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11365: main/pa_common.C: + ^file.base64[] encode +
11366: ^file::base64[encoded] decode
11367:
11368: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11369: ^string:base64[encoded] decode
11370:
11371: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11372: ^string:base64[in] encode + ^string.base64[] decode
11373:
11374: 2005-11-21 paf
11375:
11376: * src/classes/file.C: + merged from HEAD:
11377: ^file::create[text;file.xml;^untaint[xml]{data}]
11378:
11379: * src/classes/file.C: +
11380: ^file::create[text;file.xml;^untaint[xml]{data}]
11381:
11382: * src/main/pa_request.C: ! merged: $response:body[file] now
11383: differes from :download, it does not return content-disposition
11384: at all now [previusely it returned valueless content-disposition]
11385:
11386: * src/main/pa_request.C: ! $response:body[file] now differes from
11387: :download, it does not return content-disposition at all now
11388: [previusely it returned valueless content-disposition]
11389:
11390: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11391: literals, reverted to just vvod, recreating empty array with each
11392: void_value token. that's absolutely needed, since that array
11393: grows
11394:
11395: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11396: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11397: types/pa_vmethod_frame.h: + merged: expression literals:
11398: true/false. ^format[$.indent(true)]
11399:
11400: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11401: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11402: types/pa_vmethod_frame.h: + expression literals: true/false.
11403: ^format[$.indent(true)]
11404:
11405: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11406: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11407: i386-pc-win32)"
11408:
11409: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11410: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11411: i386-pc-win32)"
11412:
11413: 2005-11-18 paf
11414:
11415: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11416: null}[$.default(123)] will now return default value
11417:
11418: * src/classes/op.C: + merged ^cache[] << returns current cache
11419: expiration time
11420:
11421: * src/classes/op.C: + ^cache[] << returns current cache expiration
11422: time
11423:
11424: * src/classes/table.C: ! merged ^table::create[not'nameless';
11425: failed << Exception.problem_source pointed to local var!
11426:
11427: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11428: Exception.problem_source pointed to local var!
11429:
11430: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11431: now loads VFile.ptr!=0, so such files can be saved now
11432:
11433: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11434: loads VFile.ptr!=0, so such files can be saved now
11435:
11436: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11437: only . and .. now removed from list [were removed all .*]
11438:
11439: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11440: .. now removed from list [were removed all .*]
11441:
11442: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11443: open error now checked, were not :( [stole that piece from apache
11444: 1.3 sources]
11445:
11446: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11447: checked, were not :( [stole that piece from apache 1.3 sources]
11448:
11449: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11450: untainting of @main result if returned by $result or
11451: $response:body
11452:
11453: * src/main/pa_request.C: ! ensured proper untainting of @main
11454: result if returned by $result or $response:body
11455:
11456: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11457: issue: now tries to guess content-length and allocates one big
11458: piece if possible [regretfully gc_realloc works as malloc+free,
11459: leaving lots of holes behind]
11460:
11461: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11462: fixed file load memory issue: now tries to guess content-length
11463: and allocates one big piece if possible [regretfully gc_realloc
11464: works as malloc+free, leaving lots of holes behind]
11465:
11466: 2005-11-16 paf
11467:
11468: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11469: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11470: table::save with enclosers now doubles them: "->"" !
11471: table::save/load do not remove elements from options hash
11472:
11473: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11474: [were overoptimized ^if(double_literal), compiler confused
11475: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11476:
11477: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11478: [were overoptimized ^if(double_literal), compiler confused
11479: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11480:
11481: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11482: main/pa_common.C: ! table::save with enclosers now doubles them:
11483: "->"" ! table::save/load do not remove elements from options hash
11484:
11485: 2005-11-03 paf
11486:
1.116 moko 11487: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11488: compilation, not all makefiles liked that
1.95 moko 11489:
11490: 2005-08-30 paf
11491:
11492: * src/classes/op.C: merge . speedup check of [DEFAULT]
11493:
11494: * src/classes/op.C: . speedup check of [DEFAULT]
11495:
11496: 2005-08-26 paf
11497:
11498: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11499:
11500: * src/: classes/date.C, types/pa_vdate.h: + date.week
11501:
11502: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11503: complains about bad!=nameless
11504:
11505: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11506: about bad!=nameless
11507:
11508: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11509: optional options were allowed to be empty. were checked
11510: if(is_string), changed to !defined||is_string to allow void
11511:
11512: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11513: classes/string.C, classes/table.C, classes/void.C: ! optional
11514: options were allowed to be empty. were checked if(is_string),
11515: changed to !defined||is_string to allow void
11516:
11517: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11518: as_junction where they needed as_int/double, so failed with
11519: recent "(const) now no junction" optimization
11520:
11521: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11522: merged ! many classes/* used as_junction where they needed
11523: as_int/double, so failed with recent "(const) now no junction"
11524: optimization
11525:
11526: * src/: classes/double.C, classes/int.C, classes/math.C,
11527: classes/op.C, classes/string.C, classes/table.C,
11528: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11529: used as_junction where they needed as_int/double, so failed with
11530: recent "(const) now no junction" optimization
11531:
11532: 2005-08-24 paf
11533:
11534: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11535: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11536: stripped it
11537:
11538: 2005-08-09 paf
11539:
11540: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11541: not cleared
11542:
11543: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11544: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11545: classes/hashfile.C, classes/image.C, classes/int.C,
11546: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11547: classes/response.C, classes/string.C, classes/table.C,
11548: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11549: include/pa_array.h, include/pa_cache_managers.h,
11550: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11551: include/pa_config_fixed.h, include/pa_config_includes.h,
11552: include/pa_dictionary.h, include/pa_dir.h,
11553: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11554: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11555: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11556: include/pa_request_charsets.h, include/pa_request_info.h,
11557: include/pa_sapi.h, include/pa_socks.h,
11558: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11559: include/pa_stack.h, include/pa_string.h,
11560: include/pa_stylesheet_connection.h,
11561: include/pa_stylesheet_manager.h, include/pa_table.h,
11562: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11563: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11564: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11565: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11566: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11567: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11568: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11569: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11570: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11571: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11572: main/pa_sql_driver_manager.C, main/pa_string.C,
11573: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11574: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11575: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11576: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11577: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11578: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11579: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11580: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11581: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11582: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11583: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11584: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11585: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11586: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11587: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11588: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11589: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11590: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11591: types/pa_vresponse.C, types/pa_vresponse.h,
11592: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11593: types/pa_vstateless_object.h, types/pa_vstatus.C,
11594: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11595: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11596: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11597: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11598: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11599:
11600: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11601: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11602: speedup consequent checks in vmethod_frame
11603:
11604: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11605: not cleared
11606:
11607: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11608: params: 50 max (were 10)
11609:
11610: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11611: params: 50 max (were 10)
11612:
11613: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11614: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11615: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11616: empty string) ! simplified (double) speedup consequent checks in
11617: vmethod_frame
11618:
11619: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11620: optimized constants in expressions vstring->vdouble + optimized
11621: ^call(vdouble), no junction creation, no calls later
11622:
11623: 2005-08-08 paf
11624:
11625: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11626: compile_tools.h: merged + optimized constants in expressions
11627: vstring->vdouble + optimized ^call(vdouble), no junction
11628: creation, no calls later
11629:
11630: * src/types/pa_vdouble.h: merged . double values without fractional
11631: part now default printed as %.0f instead of %g
11632:
11633: * src/types/pa_vdouble.h: . double values without fractional part
11634: now default printed as %.0f instead of %g
11635:
11636: * src/classes/hashfile.C: . merged ! second hashfile::open would
11637: cause an exception
11638:
11639: * src/classes/hashfile.C: ! second hashfile::open would cause an
11640: exception
11641:
11642: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11643: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11644: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11645: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11646: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11647: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11648: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11649: types/pa_vresponse.h, types/pa_vstateless_class.C,
11650: types/pa_vstateless_object.h, types/pa_vvoid.h,
11651: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11652: merged VJunction(new Junction) optimization from 3.1.4
11653:
11654: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11655: types/pa_vstateless_class.C: + optimized new VJunction(new
11656: Junction(params)) to new VJunction(params), thousands of mallocs
11657: removed
11658:
11659: 2005-08-05 paf
11660:
11661: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11662: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11663: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11664: creation, no calls later
11665:
11666: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11667: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11668: classes/hashfile.C, classes/image.C, classes/int.C,
11669: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11670: classes/response.C, classes/string.C, classes/table.C,
11671: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11672: include/pa_array.h, include/pa_cache_managers.h,
11673: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11674: include/pa_config_fixed.h, include/pa_config_includes.h,
11675: include/pa_dictionary.h, include/pa_dir.h,
11676: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11677: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11678: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11679: include/pa_request_charsets.h, include/pa_request_info.h,
11680: include/pa_sapi.h, include/pa_socks.h,
11681: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11682: include/pa_stack.h, include/pa_string.h,
11683: include/pa_stylesheet_connection.h,
11684: include/pa_stylesheet_manager.h, include/pa_table.h,
11685: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11686: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11687: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11688: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11689: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11690: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11691: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11692: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11693: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11694: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11695: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11696: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11697: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11698: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11699: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11700: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11701: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11702: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11703: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11704: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11705: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11706: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11707: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11708: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11709: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11710: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11711: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11713: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11714: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11715: types/pa_vstateless_object.h, types/pa_vstatus.C,
11716: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11717: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11718: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11719: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11720: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11721:
11722: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11723: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11724: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11725: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11726: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11727: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11728: optimized constants in expressions vstring->vdouble
11729:
11730: 2005-07-29 paf
11731:
11732: * src/types/pa_vclass.C: . shaped up error messages a bit
11733:
11734: * src/types/pa_vclass.C: + property getter can now be overridden
11735:
11736: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11737: bug fix: static parent fields were not replaced in case
11738: $derived:field[put] + property setter can now be overridden
11739:
11740: 2005-07-28 paf
11741:
11742: * configure, configure.in, src/classes/classes.h,
11743: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11744: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11745: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11746: src/classes/xnode.h, src/include/pa_hash.h,
11747: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11748: src/types/Makefile.am, src/types/pa_method.h,
11749: src/types/pa_value.h, src/types/pa_vclass.C,
11750: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11751: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11752: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11753: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11754: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11755: src/types/pa_vobject.C, src/types/pa_vobject.h,
11756: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11757: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11758: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11759: src/types/pa_vstateless_class.h,
1.95 moko 11760: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11761: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11762: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11763: dynamic_fields_join
11764:
11765: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11766: classes/xnode.C, include/pa_hash.h, main/execute.C,
11767: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11768: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11769: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11770: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11771: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11772: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11773: types/pa_vresponse.h, types/pa_vstateless_object.h,
11774: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11775: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11776: restored its checks in vobject.put_element->static fields |
11777: dynamic properties
11778:
11779: 2005-07-27 paf
11780:
11781: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11782: is some old code containing @set_name $name
11783:
11784: * src/types/pa_vobject.h: . fixed warning
11785:
11786: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11787: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11788:
11789: * src/: classes/xnode.C, include/pa_hash.h,
11790: types/pa_vstateless_class.C: ! new asserts were all false.
11791: regretfully reverted them all to checks
11792:
11793: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11794: classes/op.C, main/execute.C, types/pa_method.h,
11795: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11796: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11797: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11798: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11799: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11800: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11801: types/pa_vstateless_object.h, types/pa_vvoid.h,
11802: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11803: joined_dynamic_fields: removed unused param from put_method
11804: (returned to 3 params)
11805:
11806: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11807: joined_dynamic_fields: dynamic get/set works with overriding
11808: props [alpha2]
11809:
11810: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11811: works [alfa]
11812:
11813: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11814: classes/op.C, include/pa_hash.h, main/execute.C,
11815: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11816: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11817: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11818: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11819: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11820: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11821: types/pa_vresponse.h, types/pa_vstateless_class.C,
11822: types/pa_vstateless_object.h, types/pa_vvoid.h,
11823: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11824: joined_dynamic_fields: just compiled
11825:
11826: * src/: classes/date.C, classes/file.C, classes/hash.C,
11827: classes/hashfile.C, classes/image.C, classes/table.C,
11828: classes/xdoc.C, classes/xnode.h, main/execute.C,
11829: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11830: types/pa_vstateless_class.h: joined_dynamic_fields: started
11831:
11832: * src/types/pa_vobject.C: . object setters [only started, does not
11833: work yet]
11834:
11835: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11836: object setters [only started, does not work yet]
11837:
11838: 2005-07-26 paf
11839:
11840: * src/: include/pa_request.h, main/execute.C: . properties: set
11841: works [alpha2]. for classes. todo: for objects
11842:
11843: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11844: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11845: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11846: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11847: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11848: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11849: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11850: types/pa_vstateless_object.h, types/pa_vvoid.h,
11851: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11852: properties: set works [alpha1]
11853:
11854: 2005-07-25 paf
11855:
11856: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11857: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11858: properties: started, get works [alpha1, other approach]
11859:
11860: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11861: properties: started, get works [alpha2]
11862:
11863: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11864: pa_vstateless_class.h: . properties: started, get works [alpha]
11865:
11866: 2005-07-15 paf
11867:
11868: * src/: classes/classes.h, classes/op.C, main/execute.C,
11869: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11870: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11871: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11872: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11873: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11874: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11875: types/pa_vresponse.C, types/pa_vresponse.h,
11876: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11877: types/pa_vstateless_object.h, types/pa_vvoid.h,
11878: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11879: types/pa_wwrapper.h, types/types.vcproj: + started property
11880: [getters work but think of changing them too to precaching]
11881:
11882: 2005-07-08 paf
11883:
11884: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11885: gpf
11886:
11887: 2005-06-28 paf
11888:
11889: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11890: in passing empty strings to file::exec/cgi environment
11891:
11892: 2005-06-06 paf
11893:
11894: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11895: ^table:sql ^hash:sql now DO process $.bind option
11896:
11897: 2005-05-24 paf
11898:
11899: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11900: $.limit] now work again [support was broken in 3.1.4]
11901:
11902: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11903: ALL_INTERIOR_POINTERS
11904:
11905: 2005-05-12 paf
11906:
11907: * configure: 3.1.5beta
11908:
11909: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11910:
11911: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11912: $.limit] now work again [support was broken in 3.1.4]
11913:
11914: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11915: line-width [was refusing to fill if line-width >1, thanks to
11916: Seras <seras@pinxit.lt> for repro case
11917:
11918: 2005-04-25 paf
11919:
11920: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11921: correctly
11922:
11923: 2005-04-19 paf
11924:
11925: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11926: in VString violating invariant!!
11927:
11928: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11929: getenv("TZ")==null
11930:
11931: 2005-04-08 paf
11932:
11933: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11934: bugfix: when there is no char in charset one byte produces 6
11935: (ÿ <<max). increased buffer size!
11936:
11937: 2005-03-23 paf
11938:
11939: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11940: ^date.sql-string now takes TZ into account
11941:
11942: 2005-03-16 paf
11943:
11944: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11945: gcc 3.4
11946:
11947: * src/types/pa_vhash.C: . warning about eof eol
11948:
11949: 2005-02-17 paf
11950:
11951: * operators.txt, src/classes/op.C: + operator ^sleep(double
11952: seconds)
11953:
11954: 2005-02-02 paf
11955:
11956: * src/classes/xnode.C: beauty: removed needless includes
11957:
11958: 2005-01-31 paf
11959:
11960: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11961: $.partNoNumber now alias to $.part1
11962:
11963: * src/types/pa_vmail.C: change: incoming letter part contains
11964: "content-disposition" header with any value? now considering that
11965: part to be "file#" [for text/plain text/html were $.text#
11966: $.html#]
11967:
11968: * INSTALL: updatet to latest working versions available
11969:
11970: 2005-01-20 paf
11971:
11972: * configure.in, src/include/pa_version.h: version
11973:
11974: 2005-01-19 paf
11975:
1.116 moko 11976: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11977: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11978: couple warnings in parser3.C
1.95 moko 11979:
11980: 2004-12-23 paf
11981:
11982: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11983:
11984: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11985: dir to directory of script (when shbang used), not to directory
11986: of its interpreter
11987:
11988: * src/include/pa_version.h: compiled on win32...
11989:
11990: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11991: we need more hspace
11992:
11993: * configure, configure.in, src/include/pa_version.h: configured
11994: host to pa_version. will be displayed everywhere
11995:
11996: * src/main/pa_request.C: new: @unhandled_exception can prevent
11997: exception from being logged by setting $exception.handled(1)
11998:
11999: * operators.txt, src/classes/file.C: change:
12000: ^file::sql{query}[[options]] options: $.name[file name]
12001: $.content-type[application/what]
12002:
12003: * src/: include/pa_common.h, main/pa_common.C,
12004: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12005: new file
12006:
12007: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12008: bugfix: table->hash now regards _default
12009:
12010: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12011: created by accessing $name_of_method it acquired bad self=closest
12012: methodframe; instead of proper self (current class)
12013:
12014: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12015: hashfile produced bad cord
12016:
12017: 2004-12-10 paf
12018:
12019: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12020: subsequent failures though defined in .h
12021:
12022: * src/main/pa_common.C: comment on volatile
12023:
12024: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12025: alarm function were not used since the beginning due to stupid
12026: error [setsigjmp were not checked in configure.in]
12027:
12028: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12029: unix too
12030:
12031: * src/main/pa_common.C: http: exception status of send/recv errors
12032: change to most probable http.timeout
12033:
12034: * src/main/pa_common.C: win32: http connection $.timeout option now
12035: works [setsockopt on send/receive]
12036:
12037: 2004-12-08 paf
12038:
12039: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12040: cstr-ed knowing mail charset, and untainting uri lang now knows
12041: proper charset
12042:
12043: 2004-11-24 paf
12044:
12045: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12046:
12047: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12048: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12049:
12050: 2004-11-12 paf
12051:
12052: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12053: [since 3.0.4]
12054:
12055: 2004-11-09 paf
12056:
12057: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12058: writes basics to c:\parser3.log
12059:
12060: 2004-10-21 paf
12061:
12062: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12063: tainted strings [were returning clean onces]
12064:
12065: 2004-10-15 paf
12066:
12067: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12068: cycles(i=1; i=2), which was wrong, now does ONE
12069:
12070: 2004-10-12 paf
12071:
12072: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12073:
12074: 2004-10-07 paf
12075:
12076: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12077: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12078: release asserts
12079:
12080: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12081: String.dump() to stdout in detailed form [were String.v() in
12082: short form]
12083:
12084: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12085: \t\r\n as @#| and truncates long char sequences less
12086:
12087: 2004-10-06 paf
12088:
12089: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12090: win32 beauty: socket errors properly decoded
12091:
12092: 2004-10-05 paf
12093:
12094: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12095: request::configure_user/admin done always, even if no
12096: file-to-process useful in @unhandled_exception [say, if they
12097: would want to mail by SMTP something]
12098:
12099: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12100: now performed prior to file loading [and @auto executing] thus
12101: making $cookie:value available in @auto and in
12102: @unhandled_exception when IIS is configured to run interpreter
12103: even if no file exist
12104:
12105: 2004-09-20 paf
12106:
12107: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12108: somewhere where it should have called xmlMalloc and it calls
12109: xmlFree when it should have not called it. inserted two
12110: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12111: xmlFree just ignored. put away a testcase, maybe someday libxml
12112: author would fix all that. until that day: we have SLOW garbage
12113: collecting when many xml objects are alive hint: do
12114: ^memory:compact[] before xdoc::create
12115:
12116: 2004-09-17 paf
12117:
12118: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12119: error from 3.0.8 version]
12120:
12121: 2004-09-14 paf
12122:
12123: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12124: part bugfix: hashfile.foreach iterated only part if hashfile were
12125: modified inside
12126:
12127: 2004-09-13 paf
12128:
12129: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12130: [were as octal]
12131:
12132: * src/types/pa_vhashfile.C: beauty: not reproduced
12133: $hashfile.key[$novalue] bug [reported by motorin], inserted
12134: safety-check
12135:
12136: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12137: [not something obscure from sdbm lib]
12138:
12139: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12140: = strerror now returnes something and we can properly report that
12141: to client
12142:
12143: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12144: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12145:
12146: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12147: [tainted as-is] this helps //[space][newline] to remain as-is and
12148: not be unnecessary optimized away [ruining javascript]
12149:
12150: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12151: [tainted as-is]
12152:
12153: * src/classes/mail.C: bugfix: typo error
12154:
12155: 2004-09-09 paf
12156:
12157: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12158: separators bugfix: loads header with endings \r\n\r\n and \n\n
12159: (bloody yandex.server)
12160:
12161: 2004-09-06 paf
12162:
12163: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12164: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12165: encoded
12166:
12167: 2004-09-01 paf
12168:
12169: * src/types/pa_vmail.C: change: multipart/mixed changed to
12170: multipart/related outlook express have no problems showing
12171: unrelated attachments. todo: someday figure out a way of
12172: multipart/mixed multipart/related text/html
12173: image/xxx application/octet-stream << true attachments
12174:
12175: * src/types/pa_vmail.C: new:
12176: ^mail:send[$.file[$.content-disposition can be overriden new:
12177: empty mail header fields removed from letter
12178:
12179: * src/: classes/mail.C, include/pa_config_fixed.h,
12180: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12181: ^mail:send[ $.file[ $.any[header]
12182:
12183: 2004-08-30 paf
12184:
12185: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12186: warnings
12187:
12188: * src/main/pa_common.C: beauty: do not bother with charset
12189: detection when ^file::load[binary
12190:
12191: 2004-08-27 paf
12192:
12193: * src/main/pa_common.C: hack: for yandex.server http server
12194:
12195: 2004-08-18 paf
12196:
12197: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12198: possibly-chunked response
12199:
12200: 2004-08-17 paf
12201:
12202: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12203: $f.content-type now = that of http response
12204:
12205: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12206: $f.content-type now = that of http response
12207:
12208: 2004-07-30 paf
12209:
12210: * src/: include/pa_request.h, main/pa_request.C,
12211: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12212: win32: system&parser exceptions in release mode reported properly
12213: parser exception in exception handler WERE mistakenly reported as
12214: system exception, without details [in apache & isapi] +some
12215: beauty in exception text
12216:
12217: * src/: include/pa_exception.h, main/pa_request.C,
12218: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12219: release mode reported properly parser exception in exception
12220: handler WERE mistakenly reported as system exception, without
12221: details
12222:
12223: * src/main/execute.C: beauty: simplified system exception handling
12224:
12225: 2004-07-29 paf
12226:
12227: * src/classes/table.C: bugfix:
12228: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12229: were ignored, and \t used unconditionally]
12230:
12231: * src/types/Makefile.am: added vhash.c
12232:
12233: 2004-07-28 paf
12234:
12235: * src/: classes/date.C, classes/image.C, classes/math.C,
12236: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12237: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12238: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12239: failed on russian letters
12240:
12241: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12242: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12243: letters
12244:
12245: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12246: as 'currentDirectory' parameter to CreateProcess
12247:
12248: 2004-07-27 paf
12249:
12250: * src/targets/cgi/parser3.vcproj: beauty: win32:
12251: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12252: from release somewhere [to help searching for unhandled system
12253: exceptions]
12254:
12255: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12256: TZ shift
12257:
12258: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12259: but also in ctor
12260:
12261: 2004-07-26 paf
12262:
12263: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12264: src/main/pa_request.C, src/types/pa_vfile.h,
12265: src/types/pa_vhash.C, src/types/pa_vhash.h,
12266: src/types/types.vcproj: new: $response:body/download[
12267: $.file[name on disk] $.name[of file for user]
12268: $.mdate[date of last-modified. default from directory] ]
12269:
12270: * src/classes/file.C: moving file:send somewhere else..
12271:
12272: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12273: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12274: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12275: $response:download[ $.filename[filename] $.option[] ,, ]
12276:
12277: * src/classes/file.C: beauty: invalid mode thoroughly reported
12278:
12279: 2004-07-21 paf
12280:
12281: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12282: to several lines
12283:
12284: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12285:
12286: note: ms outlook[!express] shows only first 255 characters of
12287: subject
12288:
12289: 2004-07-15 paf
12290:
12291: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12292: off]
12293:
12294: 2004-07-14 paf
12295:
12296: * src/classes/table.C: bugfix: $.bind values now got untainted
12297: according to lang [were: as-is]
12298:
12299: 2004-07-07 paf
12300:
12301: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12302: checked that
12303:
12304: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12305: now untainted according to their languages. were: as-is.
12306: EVERYWHERE
12307:
12308: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12309: environment string now untainted according to their languages.
12310: were: as-is. EVERYWHERE
12311:
12312: * src/main/pa_exec.C: bufix: on unix environment string now
12313: untainted according to their languages. were: as-is. on win32:
12314: ok
12315:
12316: * parser3.vssscc: ...would not go unnoticed
12317:
12318: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12319: fails. in case on input appears nonutf, those bytes will be
12320: printed in %HH form. that can be easily decoded/recovered.
12321:
12322: this form is quite noticable, and hopefully would not go noticed
12323:
12324: 2004-07-06 paf
12325:
12326: * src/main/pa_exec.C: bufix: on unix environment string now
12327: untainted according to their languages. were: as-is. on win32:
12328: ok
12329:
12330: 2004-07-01 paf
12331:
12332: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12333: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12334: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12335: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12336: main/main.vcproj, targets/cgi/parser3.vcproj,
12337: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12338: option: global optimization ON
12339:
12340: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12341: to do xdoc::create{invalid chars} standard disables chars less
12342: then \x20, except tab, cr, lf.
12343:
12344: changed tainting so that those become '!'
12345:
12346: 2004-06-25 paf
12347:
12348: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12349: int on odd address [prev bugfix failed due to superwize
12350: optimizer, which turned memcpy into same 'ld' asm command]
12351:
12352: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12353: int on odd address
12354:
12355: 2004-06-22 paf
12356:
12357: * src/sql/pa_sql_driver.h: note: about possible optimization
12358:
12359: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12360: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12361: src/include/pa_config_includes.h: new: ^void:sql{call
12362: paf(:a)}[ $.bind[ $.a[2]
12363: ] ] output variables work. todo: check in out
12364: variables
12365:
12366: 2004-06-18 paf
12367:
12368: * src/: classes/file.C, classes/hash.C, classes/string.C,
12369: classes/table.C, classes/void.C, include/pa_globals.h,
12370: include/pa_sql_connection.h, main/compile.tab.C,
12371: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12372: $.bind[ $.a[2] ]
12373: ] input variables work. todo:output
12374:
12375: * src/targets/cgi/parser3.C: bugfix: iis specific
12376: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12377: /_bug.html?404;http://hpsv/test/
12378: --------------------------------------------------------------------------------
12379: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12380: --------------------------------------------------------------------------------
12381: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12382:
12383: 2004-06-16 paf
12384:
12385: * src/targets/cgi/parser3.C: new: iis specific
12386: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12387: $request:query
12388: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12389: $form:fields IIS-STATUS="404"
12390: IIS-DOCUMENT="http://server/_bug.html" f="v"
12391:
12392: todo: isapi too
12393:
12394: 2004-05-26 paf
12395:
12396: * src/include/pa_version.h: 3.1.3
12397:
12398: * operators.txt: beauty: removed outdated level 'table'
12399:
12400: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12401:
12402: * src/main/pa_string.C: beauty: removed 3 warnings
12403:
12404: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12405: classes/op.C: beauty: removed outdated level 'table'
12406:
12407: 2004-05-25 paf
12408:
12409: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12410: implementation. mistery: how anything worked
12411:
12412: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12413: changed, it is now safe to use url if pointers to it are stored
12414: to gc mem
12415:
12416: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12417: unknown errors reported and not cause SIGSEGV now
12418:
12419: 2004-05-24 paf
12420:
12421: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12422: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12423: less memory: CORD_chars_block originally intended to ... it was
12424: good that CORD_chars_block were not used: it consumes more memory
12425: [and, might be slow too] undoing that. [and removed that func so
12426: that it would not confuse parser developer in future]
12427:
12428: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12429: less memory: CORD_chars_block originally intended to
12430: speedup/reduce mem usage were forgotten, and were used stupid
12431: CORD_chars
12432:
12433: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12434:
12435: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12436: BIGENDIAN processors space-conserving mech failed, causing
12437: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12438: (1|2|3));
12439:
12440: 2004-05-14 paf
12441:
12442: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12443: bugfix: void now has vfile value, and $response:body[] works OK
12444:
12445: 2004-05-12 paf
12446:
12447: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12448: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12449: sources to use is_defined() {return as_bool();} along VBool
12450:
12451: 2004-05-11 paf
12452:
12453: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12454: referencing to local objects
12455:
12456: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12457: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12458: left intact
12459:
12460: 2004-04-15 paf
12461:
12462: * src/classes/date.C: merged: beauty: unused var removed
12463:
12464: * src/classes/date.C: beauty: unused var removed
12465:
12466: * src/include/: pa_exec.h: bugfix: interface without pointer
12467: provoked bug
12468:
12469: 2004-04-09 paf
12470:
12471: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12472:
12473: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12474:
12475: 2004-04-08 paf
12476:
12477: * src/classes/date.C: new: ^date::create[y-m-d
12478: h-M-s>>.milliseconds<<] now allowed, ignored so far
12479:
12480: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12481:
12482: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12483: to consult default catalog [usually, that file belongs to other
12484: user/group]
12485:
12486: 2004-04-06 paf
12487:
12488: * src/main/pa_common.C: beauty: gcc warning removed
12489:
12490: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12491: accept that trick, trying other
12492:
12493: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12494: explicit result problem
12495:
12496: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12497: explicit result problem
12498:
12499: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12500: explicit result problem
12501:
12502: * operators.txt, src/classes/string.C: new: ^string.append[string]
12503:
12504: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12505: main/execute.C: attempt_check_call_in_explicit_result_mode:
12506: failed
12507:
12508: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12509: http://i.p.a.ddress gethostbyaddr added [on some platforms
12510: gethostbyname failed with such 'domains'] now checked properly,
12511: were: needless reverse/forward dns lookup
12512:
12513: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12514: http://i.p.a.ddress gethostbyaddr added [on some platforms
12515: gethostbyname failed with such 'domains'] now checked properly,
12516: were: needless reverse/forward dns lookup
12517:
12518: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12519: @method[][result] means "no string output here" moved to lexical
12520: level [on grammar level it were too difficult]
12521:
12522: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12523: src/main/compile.y, src/main/compile_tools.h,
12524: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12525: @method[][result] means "no string output here", implemented part
12526: of that idea: compiler throws away string literal generation
12527: code. and barks nonwhitespace chars
12528:
12529: * operators.txt: truth: removed comment about $ORIGIN
12530:
12531: 2004-04-05 paf
12532:
12533: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12534: src/include/pa_version.h, src/main/pa_common.C,
12535: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12536:
12537: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12538: Konstantin Tomashevitch [mailto:konst@design.ru]
12539:
12540: * src/doc/html2chm.cmd: beauty: no need in bg here
12541:
12542: * src/doc/sources2html.cmd: beauty: same window, in bg it
12543: interfered with FAR console
12544:
12545: * configure, configure.in: 3.1.3
12546:
12547: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12548:
12549: * src/main/pa_common.C: removed warning
12550:
12551: * src/include/pa_version.h: 3.1.3
12552:
12553: 2004-04-02 paf
12554:
12555: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12556:
12557: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12558: allows to specify where to put parser log file
12559:
12560: 2004-04-01 paf
12561:
12562: * src/classes/table.C: bugfix: bugfix: table::load last line
12563: without tab and enter were ignored
12564:
12565: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12566: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12567: main/pa_socks.C, targets/cgi/parser3.C,
12568: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12569: bugfix: sql connections now are disconnected
12570:
12571: 2004-03-30 paf
12572:
12573: * src/classes/table.C: bugfix: table::load last line without tab
12574: and enter were ignored
12575:
12576: * src/classes/table.C: bufix: if last table lines were commented,
12577: gpfed
12578:
12579: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12580: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12581: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12582: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12583: doc/methoded.dox, doc/object.dox, doc/string.dox,
12584: doc/targets.dox, doc/value.dox, include/pa_version.h,
12585: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12586: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12587: bugfixes from 3.1.2, changed version to 3.1.3beta
12588:
12589: 2004-03-29 paf
12590:
12591: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12592: causes gpf
12593:
12594: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12595: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12596: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12597: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12598: value.dox: translated to english
12599:
12600: 2004-03-25 paf
12601:
12602: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12603: parser3project dependency removed
12604:
12605: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12606: bugfix: refused to compile without xml
12607:
12608: * src/types/pa_vform.C: beauty: removed warning
12609:
12610: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12611: any folder [removed last ;) folder dependency]
12612:
12613: * src/classes/classes.vcproj: bugfix: now all compiles in any
12614: folder [removed last ;) folder dependency]
12615:
12616: * src/include/pa_version.h: release
12617:
12618: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12619:
12620: * src/classes/table.C: beauty: comment& more meaningful error
12621: message
12622:
12623: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12624: $.hash[$.column_value1(true) ... ] [were producing some strang
12625: thing]
12626:
12627: 2004-03-23 paf
12628:
12629: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12630: and http status line parsing checked number of columns in table
12631: [user reported an assert]
12632:
12633: * operators.txt: example: on hashfile
12634:
12635: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12636: bugfix: junction reattach now actually reattaches a junction to
12637: new wcontext [were only assigning it to junction, which caused
12638: junction tracking to loose junction, and it's context were not
12639: killed, and it tried to process in invalid context, gpf]
12640:
12641: * src/targets/cgi/parser3.C: debug helper added
12642:
12643: 2004-03-19 paf
12644:
12645: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12646: "type(type)" in braces
12647:
12648: 2004-03-10 paf
12649:
12650: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12651: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12652: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12653: solution to search-in-namespaces problem:
12654: $xdoc.search-namespaces.x[http://pif.design.ru/]
12655: $nodes[^xdoc.select[//x:second]]
12656:
12657: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12658: expression][[NAMESPACES HASH]] allows to search for info in
12659: namespaces
12660:
12661: $nodes[^xdoc.select[//x:second][
12662: $.x[http://pif.design.ru/] ]]
12663:
12664: 2004-03-09 paf
12665:
12666: * operators.txt, src/main/pa_common.C: new:
12667: ^file::load[...][options] $.form[
12668: !$.field1[string]
12669: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12670: ] !$.body[string]
12671:
12672: GET ?here notGET(POST, HEAD, others) in content-type:
12673: application/x-www-form-urlencoded
12674:
12675: todo: upload files ability
12676:
12677: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12678: properly, done
12679:
12680: 2004-03-05 paf
12681:
12682: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12683: GET/POST $.form[$.fields started, not tested yet
12684: todo:$.field[table] for multiple values
12685:
12686: * operators.txt: new: http:// options $.user $.password basic
12687: authorization
12688:
12689: * src/main/pa_common.C: beauty: link to rtf added
12690:
12691: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12692: new: http:// options $.user $.password basic authorization
12693:
12694: * src/main/pa_common.C: beauty: removed needless vars
12695:
12696: * operators.txt: new: pgsql option [like that recently added to
12697: oracle driver] ClientCharset=parser-charset <<
12698: charset in which parser thinks client works
12699:
12700: * operators.txt: new: odbc option [like that recently added to
12701: oracle driver] ClientCharset=parser-charset <<
12702: charset in which parser thinks client works
12703:
12704: * src/sql/pa_sql_driver.h: beauty: important warning added
12705:
12706: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12707: char!
12708:
12709: * etc/parser3.charsets/windows-1251.cfg: typo
12710:
12711: 2004-03-04 paf
12712:
12713: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12714: cached, sql transcoding now goes faster
12715:
12716: * operators.txt: new: mysql option [like that recently added to
12717: oracle driver] ClientCharset=parser-charset <<
12718: charset in which parser thinks client works
12719:
12720: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12721: typo error
12722:
12723: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12724: chars commented
12725:
12726: 2004-03-03 paf
12727:
12728: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12729: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12730:
12731: 2004-03-02 paf
12732:
12733: * operators.txt: new[update typo]: !^void.left(n)
12734: nothing !^void.right(n) nothing !^void.mid(p[;n])
12735: nothing
12736:
12737: * operators.txt, src/classes/void.C: new: !^void.left(n)
12738: nothing !^void.right(n) nothing !^void.pos(p[;n])
12739: nothing
12740:
12741: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12742: ^file::sql[[name_to_become_$.name]]{} query result must be one
12743: row with columns: first: data second: file name third:
12744: content-type
12745:
12746: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12747: ^connect gets properly escaped string, which can be passed to
12748: request now this for mysql only. it's up to parser sql driver to
12749: fix zeros properly
12750:
12751: * INSTALL: note: added on building apache with this option:
12752: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12753:
12754: 2004-03-01 paf
12755:
12756: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12757: extension memory:compact befor processingrequest
12758:
12759: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12760: call sole column of result
12761:
12762: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12763: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12764: pixel color
12765:
12766: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12767: beauty: image -- less checks [were ugly impl]
12768:
12769: * src/classes/string.C: bugfix: ^string.left/right/mid with
12770: negative values now considered bad
12771:
12772: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12773:
12774: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12775: options now have unified defaults [after transform
12776: indent/omit-xml-declaration/standalone 'default' erroreously
12777: meant 'true']
12778:
12779: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12780: added [on some platforms gethostbyname failed with such
12781: 'domains']
12782:
12783: * src/include/pa_config_auto.h.in: no select check, no define
12784:
12785: * src/classes/string.C: feature: ^string.trim both parameters may
12786: be empty-strings, meaning kind=both chars=whitespaces
12787:
12788: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12789: exist
12790:
12791: * src/classes/string.C: check: trim 'chars' must not be empty,
12792: exception if it is
12793:
12794: * src/classes/string.C: changed: ^string.trim [] << both,
12795: whitespaces [start|both|end] << kind, whitespaces
12796: [start|both|end;chars] full
12797:
12798: 2004-02-27 paf
12799:
12800: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12801: method: ^string.trim[start|both|end[;chars]] default
12802: 'chars' -- whitespace chars finished
12803:
12804: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12805: src/main/pa_string.C: new method:
12806: ^string.trim[start|both|end[;chars]] default 'chars' --
12807: whitespace chars started, only start works
12808:
12809: * src/main/compile.C: bugfix: line numbers after
12810: ^process{}[$.line(-10]] can be negative, allowed to print they as
12811: signed
12812:
12813: * src/main/untaint.C: speed: there's no \n chars in output
12814: [normally], so no need to optimize them they could be retrived
12815: from databases, though. but 1. should be replaced 2. if not
12816: optimized, no harm done
12817:
12818: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12819: ^file::exec/cgi could return invalid status & zombie child can
12820: remain for short period until process exists [very bad in
12821: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12822:
12823: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12824: malicious SMTP server to attack as by returning too long status
12825: responses http://i2/tasks/edit/?id=4629448401140924947
12826:
12827: 2004-02-26 paf
12828:
12829: * operators.txt: feature: ^process...{CODE}[now has options] which
12830: are $.main[to what to rename @main] $.file[file,
12831: from which (user says) goes that CODE] $.lineno(line
12832: number in that file, where CODE starts. may be negative)
12833:
12834: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12835: src/main/compile.C, src/main/compile_tools.h,
12836: src/main/pa_request.C: feature: ^process...{CODE}[now has
12837: options] which are $.main[to what to rename @main]
12838: $.file[file, from which (user says) goes that CODE]
12839: $.lineno(line number in that file, where CODE starts. may be
12840: negative)
12841:
12842: 2004-02-25 paf
12843:
1.116 moko 12844: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12845: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12846:
12847: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12848: produces hash of column=>1
12849:
12850: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12851: with incomplete errno constants set
12852:
12853: 2004-02-24 paf
12854:
12855: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12856: "man select"
12857:
12858: * src/main/pa_os.C: beauty: <0 better then ==-1
12859:
12860: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12861:
12862: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12863:
1.116 moko 12864: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12865:
12866: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12867: unix: steps to work on unix [extracted 'to']
12868:
12869: * src/classes/mail.C: smtp on unix: steps to work on unix
12870:
12871: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12872:
1.116 moko 12873: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12874: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12875: unix [testing on solaris]
1.95 moko 12876:
12877: 2004-02-20 paf
12878:
12879: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12880: pointing that out
12881:
12882: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12883: fixed again [same solution, mistanenly removed one line]
12884:
12885: 2004-02-19 paf
12886:
12887: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12888: date::create from bad datetime in spring daylightsaving hole now
12889: OK for all platforms [on some platforms it failed]
12890:
12891: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12892: in daylightsaving hole] now throws error
12893:
12894: * src/classes/date.C: comment: mistake fixed
12895:
12896: 2004-02-18 paf
12897:
12898: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12899: now renderes in $request:charset, but in header puts
12900: $response:charset todo: make that default only so that coder
12901: could override that
12902:
12903: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12904: turns off omit-xml-declaration
12905:
12906: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12907: /.xsl for sample
12908:
12909: 2004-02-17 paf
12910:
12911: * src/classes/xdoc.C: beauty: needless helper class removed
12912:
12913: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12914: copied extra time
12915:
12916: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12917: part of libxml
12918:
12919: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12920: libxml to do the work] <xsl:output method="html"
12921: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12922: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12923: />
12924:
12925: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12926:
12927: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12928: caused assertion
12929:
12930: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12931: could hang. now such add does nothing, sub clears $hash
12932:
12933: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12934: not made quoted-printable
12935:
12936: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12937: string invariant
12938:
12939: 2004-02-16 paf
12940:
12941: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12942: cleared [were not cleared properly]
12943:
12944: 2004-02-13 paf
12945:
1.116 moko 12946: * src/include/pa_version.h: prerelease
1.95 moko 12947:
12948: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12949: used, introducing dependencies timestamp check
12950:
12951: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12952: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12953: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12954: .xsl.stamp now not used, introducing dependencies timestamp check
12955:
1.150 moko 12956: * configure.in: auto.p: @conf made relative
1.95 moko 12957:
12958: 2004-02-12 paf
12959:
12960: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12961: ruined empty <input type=file> submits. parser thought there were
12962: nameless empty file and $form:field got value of type 'file'
12963:
12964: * INSTALL: --without-threads
12965:
12966: * src/include/pa_sapi.h: 2004
12967:
12968: 2004-02-11 paf
12969:
12970: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12971: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12972: classes/hashfile.C, classes/image.C, classes/int.C,
12973: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12974: classes/response.C, classes/string.C, classes/table.C,
12975: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12976: include/pa_array.h, include/pa_cache_managers.h,
12977: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12978: include/pa_config_fixed.h, include/pa_config_includes.h,
12979: include/pa_dictionary.h, include/pa_dir.h,
12980: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12981: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12982: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12983: include/pa_request_charsets.h, include/pa_request_info.h,
12984: include/pa_socks.h, include/pa_sql_connection.h,
12985: include/pa_sql_driver_manager.h, include/pa_stack.h,
12986: include/pa_string.h, include/pa_stylesheet_connection.h,
12987: include/pa_stylesheet_manager.h, include/pa_table.h,
12988: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12989: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12990: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12991: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12992: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12993: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12994: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12995: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12996: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12997: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12998: main/pa_sql_driver_manager.C, main/pa_string.C,
12999: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13000: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13001: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13002: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13003: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13004: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13005: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13006: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13007: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13008: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13009: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13010: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13011: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13012: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13013: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13014: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13015: types/pa_vresponse.h, types/pa_vstateless_class.C,
13016: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13017: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13018: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13019: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13020: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13021: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13022:
13023: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13024: debug version of gc.dll
13025:
13026: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13027: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13028: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13029: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13030: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13031: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13032: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13033: processes
13034:
13035: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13036: main/pa_globals.C, targets/cgi/parser3.vcproj,
13037: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13038: changes to reflect libxml xsl new folders
13039:
13040: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13041: lib/smtp/smtp.vcproj, main/main.vcproj,
13042: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13043: to reflect libxml xsl new folders
13044:
13045: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13046: lib/smtp/smtp.vcproj, main/main.vcproj,
13047: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13048: types/types.vcproj: started changes to reflect libxml xsl new
13049: folders
13050:
13051: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13052: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13053: src/main/compile.tab.C, src/main/main.vcproj,
13054: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13055: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13056: started changes to reflect libxml xsl new folders
13057:
13058: 2004-02-10 paf
13059:
13060: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13061: compile. recommened latest libxml up to date
13062:
13063: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13064: pattern compilation errors", on which spent 4 hours worktime. use
13065: versions higher than that. recommended now latest up to date
13066:
13067: 2004-02-06 paf
13068:
13069: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13070: beauty: unified destructing style
13071:
13072: * src/main/untaint.C: beauty: removed old def/ifdef
13073:
13074: * src/main/untaint.C: beauty: coredump @unknown untaint language
13075: now
13076:
13077: 2004-02-03 paf
13078:
13079: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13080: targets/isapi/parser3isapi.C, types/pa_value.C,
13081: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13082: then %ld/%lu
13083:
13084: * src/main/pa_common.C: typo: %l -> %u
13085:
13086: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13087: in attributes or documents-results of transform now not xx;
13088:
13089: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13090:
13091: * src/main/pa_charset.C: bugfix: forgot to undo some
13092:
13093: * src/main/pa_charset.C: beauty: uncomment
13094: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13095: libraries
13096:
13097: 2004-02-02 paf
13098:
13099: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13100: $cookie:example[ $.value[value] $.path[/there/] ]
13101:
13102: $cookie:example[ $.value[] $.expires[session]
13103: $.path[/there/] $.domain[test.com] ]
13104:
13105: * src/types/pa_vform.C: bugfix: empty values with
13106: enctype=multipart/form-data now produce entries in $form:tables
13107: <form method=post enctype=multipart/form-data> <input type=hidden
13108: name=a> <input type=hidden name=b>
13109:
13110: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13111: <hr> <pre>$request:body
13112:
13113: 2004-01-30 paf
13114:
13115: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13116: or documents-results of transform now not xx;
13117:
13118: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13119: produce exception.
13120:
13121: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13122: bugfix: ^date::create[invalid fields now produce exception.
13123:
13124: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13125: year] now produces exception. todo: check other fields
13126:
13127: 2004-01-29 paf
13128:
13129: * src/include/pa_memory.h: typo error
13130:
13131: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13132: more byte then specified, then zeroed it << useless and
13133: potentially harmful(could gpf)
13134:
13135: 2004-01-22 paf
13136:
13137: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13138:
13139: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13140: optimization
13141:
13142: * src/main/untaint.C: bugfix: whitespace now optimized properly
13143: [were bug: ^taint[1 & 2]="1 &2"
13144:
13145: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13146: errors
13147:
13148: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13149: overflow
13150:
13151: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13152: error-reporting code * in parser-error reporting code [when no
13153: @unhandled_exception defined]
13154:
13155: fixed in one place: my *snprintf override
13156:
13157: 2004-01-13 paf
13158:
13159: * operators.txt: typo erro
13160:
13161: 2003-12-25 paf
13162:
13163: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13164: garbled [pieces after zero bytes were removed]
13165:
13166: 2003-12-22 paf
13167:
1.116 moko 13168: * src/include/Makefile.am: bugfix: removed from dist:
13169: src/include/pa_config_auto.h which were configured for
1.95 moko 13170: make-dist-platform and badly updated proper config file in target
13171: [when .tar used for updating existing source tree]
13172:
13173: * ChangeLog, operators.txt, src/classes/op.C,
13174: src/include/pa_sql_connection.h,
13175: src/include/pa_sql_driver_manager.h,
13176: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13177: feature: sql introducing ability to transcode charsets
13178:
13179: 2003-12-19 paf
13180:
13181: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13182: error message
13183:
13184: * src/main/pa_charset.C: bugfix: memory for charsethandler
13185: structure for libxml now allocated properly
13186:
13187: 2003-12-17 paf
13188:
13189: * src/types/pa_vfile.C: beauty: removed outdated cast
13190:
13191: * src/main/pa_common.C: bugfix: empty http response caused gpf
13192:
13193: * src/include/pa_string.h: bugfix: removed too strong a assert
13194:
13195: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13196: unreported xmlGenericErrors]
13197:
13198: 2003-12-15 paf
13199:
13200: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13201: works}
13202:
13203: 2003-12-11 paf
13204:
13205: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13206: id
13207: !$status:tid thread id
13208:
13209: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13210: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13211: bugfix(solaris): removed dependency on object initialization
13212: order [one more place]
13213:
13214: * src/: classes/file.C, classes/mail.C, classes/op.C,
13215: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13216: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13217: understand that
13218:
13219: * src/: classes/file.C, classes/mail.C, classes/op.C,
13220: classes/xdoc.C, include/pa_cache_managers.h,
13221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13222: include/pa_stylesheet_manager.h, main/pa_request.C,
13223: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13224: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13225: ctor call [relying on implicit String::Body(cstr) call]
13226:
13227: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13228: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13229: object initialization order [two places]
13230:
13231: 2003-12-10 paf
13232:
13233: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13234: << time now ok
13235:
13236: * operators.txt, src/main/pa_sql_driver_manager.C,
13237: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13238: operational
13239:
13240: * ChangeLog, operators.txt, src/classes/xdoc.C,
13241: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13242: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13243: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13244: back operational
13245:
13246: 2003-12-02 paf
13247:
13248: * src/types/pa_vmail.C: bugfix:
13249: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13250: as-is forced]
13251:
13252: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13253: exceptions out of libxml callbacks: reimplemented error handling
13254: of http://localhost, parser://method and safemode check callbacks
13255:
13256: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13257: [merged from HEAD]
13258:
13259: * src/classes/image.C: nothing: comment removed
13260:
13261: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13262: addresses to int
13263:
13264: 2003-12-01 paf
13265:
13266: * src/main/pa_xml_io.C: bugfix: typo
13267:
13268: * src/main/pa_globals.C: bugfix: win32: compile prob
13269:
13270: * src/classes/xdoc.C: bugfix: typo
13271:
13272: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13273: exception
13274:
13275: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13276:
13277: 2003-11-28 paf
13278:
13279: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13280: all xml documents read
13281:
13282: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13283:
13284: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13285: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13286: replaced original open mech of xdoc::create & co to use libxml
13287: open, so that this would work for root document todo: safe mode
13288: checks to libxml: ideally to some 1 point
13289:
13290: * src/main/pa_xml_io.C: comment
13291:
13292: * operators.txt, src/main/pa_xml_io.C: leading / in
13293: http://parser[abscent params]
13294:
13295: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13296: works. todo: maybe replace original open mech of xdoc::create &
13297: co to use libxml open, so that this would work for root document
13298:
13299: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13300: "parser://method/params/here"> <test> &test^; </test> }]
13301:
13302: ^taint[^xdoc.string[]]
13303:
13304: @method[param] <!ENTITY test
13305: "test-entity-value+$form:user+$param!">
13306:
13307: 2003-11-27 paf
13308:
13309: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13310:
13311: * src/classes/date.C: bugfix: typo error
13312:
13313: 2003-11-26 paf
13314:
13315: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13316: src/main/Makefile.am, src/main/main.vcproj,
13317: src/main/pa_globals.C, src/main/pa_request.C,
13318: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13319: xml errors to hash<thread_id,error> reorganization: xml io moved
13320: to pa_xml_io.C/h
13321:
13322: * src/types/pa_value.h: warnings: --
13323:
13324: 2003-11-25 paf
13325:
13326: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13327: whatever)
13328:
13329: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13330: a, (c?x:y, z)
13331:
13332: * src/main/untaint.C: bugfix: consequences of not reading this
13333: comment: CORD_pos_chars_left /* Number of characters in cache.
13334: <= 0 ==> none */
13335:
13336: * src/include/pa_array.h: removed needless checks
13337:
13338: 2003-11-24 paf
13339:
13340: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13341: removed limit: now $form:xxx can be accessed anytime, even in
13342: @auto/conf [and request/response:charset still can be changed
13343: anytime]
13344:
13345: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13346: now not transcodes response body
13347:
13348: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13349: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13350: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13351: $xdoc.firstChild.firstChild.nodeValue[different]
13352: ^taint[^xdoc.string[]]
13353:
13354: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13355: workaround: static Hash::allocates -> static Hash_allocates
13356:
13357: 2003-11-21 paf
13358:
1.116 moko 13359: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13360: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13361: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13362:
13363: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13364:
13365: * src/classes/mail.C: bugfix: typo
13366:
13367: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13368: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13369: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13370: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13371: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13372: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13373:
13374: * src/main/pa_exec.C: bug in safe mode
13375:
13376: * src/include/Makefile.am: pa_xml_exception.h
13377:
13378: * src/targets/isapi/parser3isapi.C: more warnings --
13379:
13380: 2003-11-20 paf
13381:
13382: * src/: classes/math.C, classes/op.C, classes/string.C,
13383: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13384: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13385: --
13386:
13387: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13388: more warnings --
13389:
13390: * src/classes/xdoc.C: more warnings --
13391:
13392: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13393:
13394: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13395: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13396:
13397: * src/: classes/date.C, classes/file.C, classes/hash.C,
13398: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13399: classes/table.C, include/pa_cache_managers.h,
13400: include/pa_stylesheet_connection.h, main/pa_request.C,
13401: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13402: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13403: --
13404:
13405: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13406: can't report problem (undefined @unhandled_exception) problem
13407: source string were not reported
13408:
13409: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13410: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13411: classes/hashfile.C, classes/image.C, classes/int.C,
13412: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13413: classes/response.C, classes/string.C, classes/table.C,
13414: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13415: include/pa_array.h, include/pa_cache_managers.h,
13416: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13417: include/pa_config_fixed.h, include/pa_dictionary.h,
13418: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13419: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13420: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13421: include/pa_request.h, include/pa_request_charsets.h,
13422: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13423: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13424: include/pa_stack.h, include/pa_string.h,
13425: include/pa_stylesheet_connection.h,
13426: include/pa_stylesheet_manager.h, include/pa_table.h,
13427: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13428: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13429: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13430: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13431: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13432: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13433: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13434: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13435: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13436: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13437: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13438: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13439: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13440: targets/isapi/parser3isapi.C, types/pa_junction.h,
13441: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13442: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13443: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13444: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13445: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13446: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13447: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13448: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13449: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13450: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13451: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13452: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13453: types/pa_vresponse.h, types/pa_vstateless_class.C,
13454: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13455: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13456: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13457: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13458: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13459: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13460: const IDENT
13461:
13462: * src/: include/pa_array.h, include/pa_pool.h,
13463: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13464: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13465: types/pa_wcontext.h: more warnings --
13466:
13467: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13468: classes/file.C, classes/hash.C, classes/hashfile.C,
13469: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13470: classes/memory.C, classes/op.C, classes/string.C,
13471: classes/table.C, classes/xdoc.C, classes/xnode.C,
13472: include/pa_config_includes.h, include/pa_operation.h,
13473: include/pa_sql_connection.h, include/pa_table.h,
13474: include/pa_types.h, lib/ltdl/config_fixed.h,
13475: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13476: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13477: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13478: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13479: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13480: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13481: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13482: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13483: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13484: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13485: types/pa_vmail.C, types/pa_vobject.C,
13486: types/pa_vstateless_class.h, types/pa_vtable.C,
13487: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13488: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13489: on all projects (except libltdl=off & libsdbm=level3) found
13490: several unitialized vars
13491:
13492: 2003-11-19 paf
13493:
13494: * src/classes/op.C: more ansi C++ comp
13495:
13496: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13497: src/main/pa_request.C: ^cache[...]{body}{catch block with
13498: $exception.handled[cache] meaning "get expired cache, if any.
13499: else error"}
13500:
13501: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13502: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13503: ^cache[...]{body}{catch code with $exception.cache field}
13504:
13505: 2003-11-12 paf
13506:
13507: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13508: [copy/paste bug]
13509:
13510: 2003-11-11 paf
13511:
13512: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13513: failed]
13514:
13515: 2003-11-10 paf
13516:
13517: * src/types/pa_vconsole.h: flush
13518:
13519: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13520: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13521: read/write [for nntp]
13522:
13523: * operators.txt: mysql: transaction support: ?autocommit=0
13524:
13525: * operators.txt: comment: updated
13526:
13527: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13528: serialize version and exipire now removes entries
13529:
13530: * operators.txt: ^hashfile.delete[] removes files altogether [and
13531: dir, if could]
13532:
13533: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13534: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13535: removes files altogether [and dir, if could]
13536:
13537: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13538: nonexistent pair. .c coded that that was error. fixed
13539:
13540: * src/types/pa_vhashfile.C: sdbm: exception type change to
13541: file.access [regretfull can't split it to different exceptions
13542: without modifying sdbm source wich would prefer not to]
13543:
13544: 2003-11-07 paf
13545:
13546: * src/: classes/date.C, classes/file.C, classes/hash.C,
13547: classes/hashfile.C, classes/image.C, classes/table.C,
13548: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13549: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13550: main/execute.C, main/main.vcproj, main/pa_pool.C,
13551: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13552: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13553: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13554: destructing objects at request processing end
13555:
13556: 2003-11-06 paf
13557:
13558: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13559: updates
13560:
13561: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13562: to include sdbm
13563:
1.116 moko 13564: * src/include/: pa_config_includes.h, pa_version.h: our
13565: replacements of max& co only for cpp
1.95 moko 13566:
13567: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13568: upper dir, .am updated
13569:
13570: * tests/todo.txt: hashfile: done
13571:
13572: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13573: expiration [time in value. todo: move time to key]
13574:
13575: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13576:
13577: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13578: to do that in foreach, no errors, but surely wrong]
13579:
13580: * operators.txt, src/types/pa_vhashfile.C,
13581: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13582:
13583: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13584: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13585: foreach
13586:
13587: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13588: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13589:
13590: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13591: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13592:
13593: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13594: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13595: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13596: get/put [raw]
13597:
13598: * src/: classes/op.C, main/pa_os.C: just linked
13599:
13600: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13601: XmlException changes
13602:
13603: * src/: include/pa_charset.h, include/pa_globals.h,
13604: include/pa_stylesheet_connection.h, main/pa_exception.C:
13605: XmlException changes
13606:
13607: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13608:
13609: * src/: include/pa_common.h, include/pa_exception.h,
13610: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13611: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13612: main/pa_xml_exception.C: locking move to pa_os [along with
13613: pa_sleep] apr-impl locking done
13614:
13615: * configure, configure.in, operators.txt, parser3.sln,
13616: src/classes/classes.vcproj, src/classes/hashfile.C,
13617: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13618: src/include/pa_exception.h, src/include/pa_globals.h,
13619: src/include/pa_memory.h, src/include/pa_version.h,
13620: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13621: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13622: src/main/compile.tab.C, src/main/main.vcproj,
13623: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13624: src/types/Makefile.am, src/types/pa_vhash.C,
13625: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13626: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13627: again with sdbm from apache
13628:
13629: 2003-11-05 paf
13630:
13631: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13632: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13633: \parser3project dir anymore
13634:
13635: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13636: thoughtlessly from xalan]
13637:
13638: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13639: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13640: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13641:
13642: * src/main/helpers/CaseFolding.txt:
13643: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13644:
13645: 2003-11-04 paf
13646:
13647: * operators.txt: comment: ^mail:send[$.options[
13648:
13649: * src/classes/table.C: compiled on unix
13650:
1.116 moko 13651: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13652:
13653: * src/classes/mail.C: compiled on unix
13654:
13655: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13656: src/types/pa_vmail.h: !^mail:send[
13657: $.options[unix: string to append to sendmail command
13658: line]
13659:
13660: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13661: tests/todo.txt: ^table.save[... $.separator[^#09]
13662: $.encloser["] <nothing> by default
13663:
13664: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13665: !$.separator[^#09] !$.encloser["] <nothing> by
13666: default
13667:
13668: 2003-11-03 paf
13669:
13670: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13671: ^table::load[; options: !$.column-separator[^#09]
13672: !$.column-encloser["]
13673:
13674: * operators.txt, src/include/pa_config_fixed.h,
13675: src/types/pa_vrequest.C: $request:document-root
13676:
13677: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13678: [already included into uri=xxx]
13679:
13680: * operators.txt, src/classes/image.C, tests/todo.txt:
13681: ^image.gif[filename] for $response:download
13682:
13683: * src/classes/date.C: minor precaution
13684:
13685: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13686: !^date.unix-timestamp[]
13687:
13688: 2003-10-30 paf
13689:
13690: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13691: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13692:
13693: * src/classes/: date.C, image.C: improvement diagnostics:
13694: $now[^date::create[$undefined]] now is error
13695:
13696: * src/main/pa_common.C: read errors would now be reported 'actually
13697: read -1 bytes'
13698:
13699: 2003-10-24 paf
13700:
13701: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13702: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13703: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13704: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13705:
13706: 2003-10-22 paf
13707:
13708: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13709:
13710: 2003-10-21 paf
13711:
13712: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13713: fixed: string.match[g] without <'> option produced columns with
13714: NULL's, which gpf'ed at table.save time
13715:
13716: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13717: recoursion' message with intensive throw-catches fixed: incorrect
13718: name and line (one name upper then needed) in error message about
13719: problems inside try block
13720:
13721: 2003-10-10 paf
13722:
13723: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13724: check offset argument for validity did that in String::Body::pos
13725: myself http://i2/tasks/edit/?id=4577425257580789777
13726:
13727: 2003-10-07 paf
13728:
13729: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13730: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13731:
13732: 2003-10-03 paf
13733:
13734: * parser3.sln, src/include/pa_dictionary.h,
13735: src/main/pa_dictionary.C, src/main/pa_string.C,
13736: src/targets/cgi/parser3.vcproj: dictionary optimized by
13737: precalculating cstr&length
13738:
13739: 2003-10-02 paf
13740:
13741: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13742: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13743: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13744: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13745:
13746: 2003-09-30 paf
13747:
13748: * src/main/pa_string.C: string::replace bug fix [were ignoring
13749: occurrances after lang-mismatched
13750:
13751: 2003-09-29 paf
13752:
13753: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13754: helper
13755:
13756: * src/main/pa_string.C: string::serialize bug fix with
13757: zero-terminator
13758:
13759: * src/classes/table.C: ^nameless_table.save column row now has no
13760: \t at the end
13761:
13762: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13763: @postprocess now takes $response:body/download
13764:
13765: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13766: error message
13767:
13768: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13769:
13770: * src/classes/table.C: bugfix: flip: must produce nameless
13771: http://i2/tasks/edit/?id=4573405524674081244
13772:
13773: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13774: main/helpers/simple_folding.pl: utf-8 upper/lower
13775:
13776: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13777: to typo error http://i2/tasks/edit/?id=4573354650786434584
13778:
13779: 2003-09-26 paf
13780:
13781: * src/main/untaint.C: removed needless field
13782:
13783: * src/main/untaint.C: removed needless const
13784:
13785: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13786: String.for_each bug fixed [omited one-char cases]
13787:
13788: * src/include/pa_stack.h: bugfix: before collecting garbage,
13789: runtime-executor stack were cleared... BADLY
13790:
13791: * src/main/pa_string.C: ^stirng.replace code used old
13792: param-convention on langs.append, fixed that search fo the like,
13793: found none
13794:
13795: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13796: string::serialize/deserialize implemented Language enum assigned
13797: meaningful letters [more convinient for debugging. read warning
13798: before adding/changing anything]
13799:
13800: 2003-09-25 paf
13801:
13802: * src/: include/pa_string.h, include/pa_version.h,
13803: main/pa_string.C, main/untaint.C: templates and anonymous unions
13804: differences on unix
13805:
13806: * parser3.sln, src/classes/file.C, src/classes/image.C,
13807: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13808: src/classes/xdoc.C, src/classes/xnode.C,
13809: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13810: src/include/pa_charsets.h, src/include/pa_common.h,
13811: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13812: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13813: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13814: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13815: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13816: src/main/compile_tools.h, src/main/pa_charset.C,
13817: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13818: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13819: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13820: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13821: src/types/pa_vmail.C, src/types/pa_vmath.C,
13822: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13823: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13824:
13825: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13826: functions aligned to that of eeparser3 look
13827:
13828: * src/lib/cord/cordprnt.c: removed warnings
13829:
13830: 2003-09-24 paf
13831:
13832: * src/: classes/file.C, classes/image.C, classes/mail.C,
13833: classes/op.C, classes/xdoc.C, classes/xnode.C,
13834: include/pa_cache_managers.h, include/pa_charset.h,
13835: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13836: include/pa_sql_driver_manager.h, include/pa_string.h,
13837: include/pa_stylesheet_manager.h, include/pa_table.h,
13838: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13839: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13840: main/pa_sql_driver_manager.C, main/pa_string.C,
13841: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13842: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13843: types/pa_vstateless_class.h, types/pa_vstatus.C,
13844: types/pa_vxnode.C: v() functions of String::Body,
13845: String::Languages and String itself StringBody->String::Body
13846:
13847: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13848: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13849: never optimized anything. todo: somehow speed up harder cases:
13850: concatenationA+concatenationB when last block of A and first of B
13851: contain same letters
13852:
13853: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13854: lib/cord/include/cord.h: langs: speed up by joining adjucent
13855: blocks of same char [CORD_append_block]
13856:
13857: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13858: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13859: save space by extending blocks when appending block with c ==
13860: lastblock.c
13861:
13862: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13863: working yet :( but more working &understood :)
13864:
13865: * src/: classes/table.C, include/pa_string.h,
13866: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13867:
13868: 2003-09-23 paf
13869:
13870: * src/main/untaint.C: $a[ok!] $a works!
13871:
13872: * src/main/untaint.C: something even more works :)
13873:
13874: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13875: something more works :)
13876:
13877: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13878: lib/cord/cordxtra.c: something already works :)
13879:
13880: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13881: serialize&deserialize
13882:
13883: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13884: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13885: main/untaint.C: main idea implemented, details left
13886:
13887: 2003-09-22 paf
13888:
13889: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13890:
13891: * src/classes/xnode.C: copy/paste comment bugfix
13892:
13893: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13894: allocator returns 0, just die.
13895: http://i2/tasks/edit/?id=4570798492410259445
13896:
13897: * src/classes/xdoc.C: copy/paste comment bugfix
13898:
13899: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13900: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13901: xnode: getAttributeNS setAttributeNS removeAttributeNS
13902: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13903:
13904: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13905: chars due to bitwise operation signed-char error]
13906:
13907: 2003-09-19 paf
13908:
13909: * src/types/pa_wcontext.C: output message: more practical
13910: suggestion
13911:
13912: * src/main/pa_common.C, operators.txt: merged
13913: $f[^file::load[binary;http://...]] $f.tables
13914:
13915: 2003-09-02 paf
13916:
13917: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13918: flush stdout without referencing 'stdout' symbol. to hell with
13919: non-ansi libraries without 'stdout' symbol
13920:
13921: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13922: unix (users reported problems with some old libc)
13923:
13924: * src/types/pa_vdate.h: forgot initializer
13925:
13926: 2003-09-01 paf
13927:
13928: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13929: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13930: zone]
13931:
13932: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13933:
13934: 2003-08-19 paf
13935:
13936: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13937: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13938: simplified a little
13939:
13940: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13941: [lost fix from 3.0.8]
13942:
13943: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13944: visible here }
13945:
13946: bug fix
13947:
13948: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13949:
13950: * src/main/compile.tab.C: initialized couple of variables about
13951: which user reported runtime problems when parser were compiled
13952: with VC7, warning level4. study shows that later in bison
13953: they've fixed that. would migrate to latest bison someday
13954:
13955: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13956: recoding headers)
13957:
13958: * src/types/pa_vmail.C: works as before, same charset problems:
13959: gmime recodes to UTF-8 only headers, not body. so not recoding
13960: anything for now
13961:
13962: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13963: problems with body
13964:
13965: * src/types/pa_vmail.C: mail_receive just compiled
13966:
13967: 2003-08-18 paf
13968:
13969: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13970: main/main.vcproj, types/types.vcproj: win32: continued process
13971: detaching from \parser3project directory
13972:
13973: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13974: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13975: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13976: src/lib/pcre/pcre_dftables.dsp,
13977: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13978: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13979: src/types/types.dsp: moved to MSVC 7
13980:
13981: * gnu.vcproj.vspscc, parser3.vssscc,
13982: src/classes/classes.vcproj.vspscc,
13983: src/lib/cord/cord.vcproj.vspscc,
13984: src/lib/ltdl/libltdl.vcproj.vspscc,
13985: src/lib/md5/md5.vcproj.vspscc,
13986: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13987: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13988: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13989: src/targets/isapi/parser3isapi.vcproj.vspscc,
13990: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13991: moved to MSVC 7
13992:
13993: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13994: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13995: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13996: src/lib/pcre/pcre_dftables.vcproj,
13997: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13998: src/targets/cgi/parser3.vcproj,
13999: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14000: new VS project files
14001:
14002: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14003: .NET to detect Jalindi Igloo capabilities.
14004:
14005: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14006: src/classes/classes.awk, src/doc/footer.htm,
14007: src/include/pa_config_fixed.h, src/include/pa_version.h,
14008: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14009: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14010: src/types/pa_vmail.C: merged 3.1.0 latest changes
14011:
14012: 2003-08-15 paf
14013:
14014: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14015: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14016:
14017: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14018: non-ascii <yyy> now encoded correctly
14019:
14020: 2003-07-29 paf
14021:
1.116 moko 14022: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14023: dist
1.95 moko 14024:
14025: * src/types/pa_vmail.C: just started --with-mail-receive
14026:
14027: 2003-07-28 paf
14028:
1.116 moko 14029: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14030: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14031:
14032: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14033:
14034: 2003-07-25 paf
14035:
14036: * src/doc/footer.htm: year
14037:
14038: 2003-07-24 paf
14039:
14040: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14041: fix
14042:
14043: * src/include/pa_version.h: release
14044:
1.116 moko 14045: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14046:
14047: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14048: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14049: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14050: getting rid of win32xml pseudo project
14051:
14052: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14053:
1.116 moko 14054: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14055: configure.in, operators.txt, parser3.dsw,
1.95 moko 14056: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14057: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14058: src/classes/classes.C, src/classes/classes.awk,
14059: src/classes/classes.dsp, src/classes/classes.h,
14060: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14061: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14062: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14063: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14064: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14065: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14066: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14067: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14068: src/include/pa_array.h, src/include/pa_cache_managers.h,
14069: src/include/pa_charset.h, src/include/pa_charsets.h,
14070: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14071: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14072: src/include/pa_dictionary.h, src/include/pa_dir.h,
14073: src/include/pa_exception.h, src/include/pa_exec.h,
14074: src/include/pa_globals.h, src/include/pa_hash.h,
14075: src/include/pa_memory.h, src/include/pa_opcode.h,
14076: src/include/pa_operation.h, src/include/pa_pool.h,
14077: src/include/pa_pragma_pack_begin.h,
1.95 moko 14078: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14079: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14080: src/include/pa_sapi.h, src/include/pa_socks.h,
14081: src/include/pa_sql_connection.h,
14082: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14083: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14084: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14085: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14086: src/include/pa_uue.h, src/lib/Makefile.am,
14087: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14088: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14089: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14090: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14091: src/lib/cord/include/ec.h,
14092: src/lib/cord/include/private/Makefile.am,
14093: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14094: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14095: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14096: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14097: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14098: src/main/compile_tools.C, src/main/compile_tools.h,
14099: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14100: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14101: src/main/pa_charsets.C, src/main/pa_common.C,
14102: src/main/pa_dictionary.C, src/main/pa_dir.C,
14103: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14104: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14105: src/main/pa_request.C, src/main/pa_socks.C,
14106: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14107: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14108: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14109: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14110: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14111: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14112: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14113: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14114: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14115: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14116: src/targets/isapi/parser3isapi.dsp,
14117: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14118: src/types/pa_junction.h, src/types/pa_method.h,
14119: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14120: src/types/pa_vclass.C, src/types/pa_vclass.h,
14121: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14122: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14123: src/types/pa_vdouble.h, src/types/pa_venv.h,
14124: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14125: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14126: src/types/pa_vimage.C, src/types/pa_vimage.h,
14127: src/types/pa_vint.h, src/types/pa_vjunction.h,
14128: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14129: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14130: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14131: src/types/pa_vobject.C, src/types/pa_vobject.h,
14132: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14133: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14134: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14135: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14136: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14137: src/types/pa_vstring.h, src/types/pa_vtable.C,
14138: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14139: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14140: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14141: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14142: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14143: HEAD
14144:
14145: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14146: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14147: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14148: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14149: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14150: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14151: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14152: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14153: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14154: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14155: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14156: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14157: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14158: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14159: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14160: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14161: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14162: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14163: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14164: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14165: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14166: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14167: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14168: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14169: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14170: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14171: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14172: outputs/create-dir, results/001.processed, results/002.processed,
14173: results/003.processed, results/004.processed,
14174: results/005.processed, results/006.processed,
14175: results/007.processed, results/008.processed,
14176: results/009.processed, results/010.processed,
14177: results/011.processed, results/012.processed,
14178: results/013.processed, results/014.processed,
14179: results/015.processed, results/016.processed,
14180: results/017.processed, results/018.processed,
14181: results/019.processed, results/020.processed,
14182: results/021.processed, results/022.processed,
14183: results/023.processed, results/024.processed,
14184: results/025.processed, results/026.processed,
14185: results/027.processed, results/028.processed,
14186: results/029.processed, results/030.processed,
14187: results/031.processed, results/032.processed,
14188: results/033.processed, results/034.processed,
14189: results/035.processed, results/036.processed,
14190: results/037.processed, results/038.processed,
14191: results/039.processed, results/040.processed,
14192: results/041.processed, results/042.processed,
14193: results/043.processed, results/044.processed,
14194: results/045.processed, results/046.processed,
14195: results/047.processed, results/048.processed,
14196: results/049.processed, results/050.processed,
14197: results/051.processed, results/052.processed,
14198: results/053.processed, results/054.processed,
14199: results/055.processed, results/056.processed,
14200: results/057.processed, results/058.processed,
14201: results/059.processed, results/060.processed,
14202: results/061.processed, results/062.processed,
14203: results/063.processed, results/064.processed,
14204: results/065.processed, results/066.processed,
14205: results/067.processed, results/068.processed,
14206: results/069.processed, results/070.processed,
14207: results/071.processed, results/072.processed,
14208: results/073.processed, results/074.processed,
14209: results/075.processed, results/076.processed,
14210: results/077.processed, results/078.processed,
14211: results/079.processed, results/080.processed,
14212: results/081.processed, results/082.processed,
14213: results/083.processed, results/084.processed,
14214: results/085.processed, results/086.processed,
14215: results/087.processed, results/088.processed,
14216: results/089.processed, results/090.processed,
14217: results/091.processed, results/092.processed,
14218: results/093.processed, results/094.processed,
14219: results/095.processed, results/096.processed,
14220: results/097.processed, results/098.processed,
14221: results/099.processed, results/100.processed,
14222: results/101.processed, results/102.processed,
14223: results/103.processed, results/104.processed,
14224: results/105.processed, results/106.processed,
14225: results/107.processed, results/108.processed,
14226: results/109.processed, results/110.processed,
14227: results/111.processed, results/112.processed,
14228: results/113.processed, results/114.processed,
14229: results/115.processed, results/116.processed,
14230: results/117.processed, results/118.processed,
14231: results/119.processed, results/120.processed,
14232: results/121.processed, results/122.processed,
14233: results/123.processed, results/124.processed,
14234: results/125.processed, results/126.processed,
14235: results/127.processed, results/128.processed,
14236: results/129.processed, results/130.processed,
14237: results/131.processed, results/132.processed,
14238: results/133.processed, results/134.processed,
14239: results/135.processed, results/136.processed,
14240: results/137.processed, results/138.processed,
14241: results/139.processed, results/140.processed,
14242: results/141.processed: merged(copied) to HEAD from template_gc
14243:
14244: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14245: towards \parser3project not having to be in root
14246:
14247: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14248: module compiled [were minor unnecessary changes in lib/md5
14249: interface]
14250:
14251: * src/include/pa_version.h: release
14252:
14253: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14254:
14255: * src/classes/math.C: merged uuid bugfix
14256:
14257: * tests/: 141.html, results/141.processed: fixed bug with
14258: too-small-a-buffer
14259:
14260: * src/classes/math.C: uuid bugfix
14261:
14262: * tests/: 141.html, Makefile, results/005.processed,
14263: results/030.processed, results/075.processed,
14264: results/078.processed: to reflect date format change (were -
14265: become ' ')
14266:
14267: * src/classes/math.C: uuid bugfix
14268:
14269: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14270: debug/release changes
14271:
14272: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14273:
14274: 2003-07-23 paf
14275:
14276: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14277: renamed a little [to move to comman naming conv]
14278:
1.116 moko 14279: * src/targets/Makefile.am: apache13 splitted to simplify apache
14280: build
1.95 moko 14281:
14282: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14283: main/pa_request.C, main/pa_sql_driver_manager.C,
14284: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14285: stack top_index() fixed
14286:
14287: * src/main/pa_globals.C: minor style changes
14288:
14289: * src/: classes/op.C, include/pa_sql_connection.h: connection
14290: closing/caching fixed [connections were not closed/put to cache]
14291:
14292: 2003-07-22 paf
14293:
14294: * INSTALL: gc part updated stightly
14295:
14296: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14297: new sapi interface
14298:
14299: * src/classes/file.C: comment on OS
14300:
14301: * src/main/pa_string.C: removed reduntant invariant check [there is
14302: one deeper in cord lib]
14303:
14304: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14305:
14306: * src/main/pa_memory.C: out of memory is no longer coredump
14307:
14308: * INSTALL: disable-threads adviced
14309:
14310: 2003-07-21 paf
14311:
1.116 moko 14312: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14313:
14314: * src/classes/file.C: file::exec/cgi environment variables now must
14315: be UPPERCASE and A-Z 0-9 _-
14316:
14317: * src/classes/file.C: env passing fixed
14318:
14319: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14320:
14321: * src/main/pa_common.C: http:// CRLF now
14322:
14323: 2003-07-02 paf
14324:
14325: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14326: fields to reflect their real meaning
14327:
14328: 2003-06-27 paf
14329:
14330: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14331: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14332: file::exec/cgi .charset
14333:
14334: 2003-06-26 paf
14335:
14336: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14337: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14338: src/classes/table.C: fixed several uninitialized local
14339: structures. notably ^hash.foreach now inserts delimiters
14340: properly [were inserting it before first body]
14341:
14342: 2003-06-24 paf
14343:
14344: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14345:
14346: 2003-06-20 paf
14347:
14348: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14349: src/main/pa_globals.C: introducing
14350: $f[^file::load[binary;http://...]] $f.tables
14351:
14352: 2003-06-06 paf
14353:
14354: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14355: table. [were method lookup: inconsistent]
14356:
14357: 2003-06-02 paf
14358:
14359: * src/include/pa_memory.h: empty string clone fixed to return
14360: writable memory
14361:
14362: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14363: were not appended] which violated string invariant
14364:
14365: 2003-05-30 paf
14366:
14367: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14368: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14369:
14370: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14371: GMT ; RFC 822, updated by RFC 1123
14372:
14373: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14374: targets/isapi/parser3isapi.C: initialized request_info properly
14375:
14376: * src/classes/xnode.C: found minor bug, commended for future
14377:
14378: 2003-05-28 paf
14379:
14380: * src/classes/form.C: request_info.content_length can't be <0,
14381: size_t for some time
14382:
14383: 2003-05-26 paf
14384:
14385: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14386: forgotten <0 changed to !=STRING_NOT_FOUND
14387:
14388: * src/classes/math.C: merged ffffu from HEAD
14389:
14390: 2003-05-11 paf
14391:
14392: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14393:
14394: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14395: premature doc free. transformed document had xmlDoc reference
14396: stored to non-gc-memory (libgdome) added holding-reference
14397:
14398: 2003-04-29 paf
14399:
14400: * src/main/pa_globals.C: started digging on double free. on win32
14401: found that that's perfectly normal.
14402:
14403: 2003-04-25 paf
14404:
14405: * src/classes/table.C: table.join bug fix [bad limit check]
14406:
14407: * src/classes/math.C: merged from HEAD: simpiler hash_string
14408:
14409: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14410: print anything. changed to quicker and simplier code
14411:
14412: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14413: strict a check]
14414:
14415: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14416:
14417: 2003-04-24 paf
14418:
14419: * src/include/pa_table.h: too strict assert loosened
14420:
14421: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14422: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14423: report
14424:
14425: 2003-04-21 paf
14426:
1.116 moko 14427: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14428:
14429: * src/main/pa_globals.C: pcre memory management changed to use GC
14430: memory
14431:
14432: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14433: xmlMallocAtomic [author agreed to my suggestion], used that
14434:
14435: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14436:
14437: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14438: types/pa_vmail.C: attributed_meaning_to_string added
14439: L_UNSPECIFIED piece which was sortof OK, but violated string
14440: invariant [assertion barked on that] changed to L_PASS_APPEND,
14441: made that param obligatory
14442:
14443: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14444: fixed [assert helped]
14445:
14446: * src/include/pa_string.h: assert added [looking for bug]
14447:
14448: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14449: names on Win32 considered disk-global
14450:
14451: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14452: considered disk-global
14453:
14454: 2003-04-18 paf
14455:
14456: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14457: filenames
14458:
14459: * src/main/untaint.C: enabled '~' letter in filenames
14460:
14461: 2003-04-16 paf
14462:
14463: * src/classes/file.C: small bug introduced in autoptr times fixed
14464:
14465: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14466: HEAD
14467:
1.116 moko 14468: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14469:
14470: 2003-04-15 paf
14471:
14472: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14473: src/lib/md5/pa_md5c.c, tests/141.html,
14474: tests/results/141.processed: merged from head ^math:uuid[]
14475: ^math:uid64[] ^math:md5[string]
14476:
14477: test added: 141.html
14478:
14479: * operators.txt, src/classes/math.C: ^math:uid64[]
14480:
14481: * src/classes/math.C: ^math:uuid[]
14482:
14483: * operators.txt, src/classes/math.C: ^math:uuid[]
14484:
14485: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14486: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14487:
14488: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14489: src/include/pa_config_fixed.h, src/main/pa_common.C:
14490: ^file::load[mode;name; $.offset $.limit
14491:
14492: 2003-04-14 paf
14493:
14494: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14495: started ^math:md5
14496:
14497: * src/classes/table.C, src/include/pa_array.h,
14498: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14499: tests/results/140.processed: table $.reverse option works in
14500: create&co table $.distinct[tables] bug fix merged
14501:
14502: * src/: classes/table.C, include/pa_table.h: table
14503: $.distinct[tables] bug fixed
14504:
14505: * src/classes/table.C: more warnings
14506:
14507: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14508: removed checks in table::set_current, moved them back to
14509: table::locate implemented table::create/join ñ $.reverse
14510:
14511: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14512: removed checks in table::set_current, moved them back to
14513: table::locate
14514:
14515: 2003-04-11 paf
14516:
14517: * operators.txt, src/classes/date.C, src/classes/table.C,
14518: src/include/pa_array.h, src/include/pa_common.h,
14519: src/include/pa_config_includes.h, src/include/pa_string.h,
14520: src/include/pa_table.h, src/main/pa_request.C,
14521: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14522: src/main/pa_table.C: merged from HEAD from
14523: before_append_array_limit_sense_change to
14524: after_append_array_limit_sense_change
14525:
14526: * src/classes/table.C: typo
14527:
14528: * operators.txt, src/classes/date.C, src/classes/table.C,
14529: src/include/pa_array.h, src/include/pa_common.h,
14530: src/include/pa_config_includes.h, src/include/pa_globals.h,
14531: src/include/pa_table.h, src/main/pa_array.C,
14532: src/main/pa_globals.C, src/main/pa_request.C,
14533: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14534: src/main/pa_table.C: append_array_limit_sense_change locate
14535: accepts options same as create new option: $.reverse(1) [do not
14536: work in table::create]
14537:
14538: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14539: (stat xxx,
14540:
14541: * src/classes/: table.C: typo
14542:
14543: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14544: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14545: results/130.processed, results/131.processed,
14546: results/132.processed, results/133.processed,
14547: results/134.processed, results/135.processed,
14548: results/136.processed, results/137.processed,
14549: results/138.processed, results/139.processed: added few mustfail
14550: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14551: date/time 132.html mustfail: access to junction outside of
14552: context 133.html mustfail: access to junction outside of context,
14553: case version 134.html mustfail: hash: adding a key inside of
14554: foreach 135.html mustfail: modifying system class 136.html
14555: mustfail: $.name outside of $hash[here] 137.html mustfail:
14556: appendChild without import 138.html mustfail: invalid encoding
14557: inside of xml 139.html mustfail: bad XPath
14558:
14559: * operators.txt, src/classes/table.C, tests/084.html,
14560: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14561: tests/129.html, tests/results/125.processed,
14562: tests/results/126.processed, tests/results/127.processed,
14563: tests/results/128.processed, tests/results/129.processed: merged
14564: from HEAD ^table.hash[key][$.distinct[tables]]
14565:
14566: maked appropriate tests [changed one old nonconforming]
14567:
14568: * operators.txt, src/classes/table.C:
14569: ^table.hash[key][$.distinct[tables]]
14570:
14571: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14572: merged fix for found very old xml (dom) bug: were passing
14573: domString objects and later ERROREOUSLY freed them
14574:
14575: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14576: src/main/pa_charset.C: re-added libgdome patch. regretfully
14577: libgdome bug can not be worked around
14578:
14579: 2003-04-10 paf
14580:
14581: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14582: found very old xml (dom) bug: were passing domString objects and
14583: later ERROREOUSLY freed them
14584:
14585: * src/doc/string.dox, src/include/pa_memory.h,
14586: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14587: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14588: tests/123.html, tests/124.html, tests/results/001.processed,
14589: tests/results/002.processed, tests/results/003.processed,
14590: tests/results/004.processed, tests/results/005.processed,
14591: tests/results/006.processed, tests/results/008.processed,
14592: tests/results/009.processed, tests/results/010.processed,
14593: tests/results/011.processed, tests/results/012.processed,
14594: tests/results/013.processed, tests/results/014.processed,
14595: tests/results/015.processed, tests/results/016.processed,
14596: tests/results/017.processed, tests/results/018.processed,
14597: tests/results/020.processed, tests/results/021.processed,
14598: tests/results/022.processed, tests/results/023.processed,
14599: tests/results/024.processed, tests/results/025.processed,
14600: tests/results/026.processed, tests/results/027.processed,
14601: tests/results/028.processed, tests/results/029.processed,
14602: tests/results/030.processed, tests/results/031.processed,
14603: tests/results/032.processed, tests/results/033.processed,
14604: tests/results/034.processed, tests/results/035.processed,
14605: tests/results/036.processed, tests/results/037.processed,
14606: tests/results/038.processed, tests/results/039.processed,
14607: tests/results/040.processed, tests/results/041.processed,
14608: tests/results/042.processed, tests/results/043.processed,
14609: tests/results/044.processed, tests/results/045.processed,
14610: tests/results/046.processed, tests/results/047.processed,
14611: tests/results/048.processed, tests/results/049.processed,
14612: tests/results/050.processed, tests/results/051.processed,
14613: tests/results/052.processed, tests/results/053.processed,
14614: tests/results/054.processed, tests/results/055.processed,
14615: tests/results/056.processed, tests/results/057.processed,
14616: tests/results/058.processed, tests/results/059.processed,
14617: tests/results/060.processed, tests/results/061.processed,
14618: tests/results/062.processed, tests/results/063.processed,
14619: tests/results/064.processed, tests/results/065.processed,
14620: tests/results/066.processed, tests/results/067.processed,
14621: tests/results/068.processed, tests/results/069.processed,
14622: tests/results/070.processed, tests/results/071.processed,
14623: tests/results/072.processed, tests/results/073.processed,
14624: tests/results/074.processed, tests/results/075.processed,
14625: tests/results/076.processed, tests/results/077.processed,
14626: tests/results/078.processed, tests/results/079.processed,
14627: tests/results/080.processed, tests/results/081.processed,
14628: tests/results/082.processed, tests/results/083.processed,
14629: tests/results/084.processed, tests/results/085.processed,
14630: tests/results/086.processed, tests/results/087.processed,
14631: tests/results/088.processed, tests/results/089.processed,
14632: tests/results/090.processed, tests/results/091.processed,
14633: tests/results/092.processed, tests/results/093.processed,
14634: tests/results/094.processed, tests/results/095.processed,
14635: tests/results/096.processed, tests/results/097.processed,
14636: tests/results/101.processed, tests/results/102.processed,
14637: tests/results/104.processed, tests/results/105.processed,
14638: tests/results/106.processed, tests/results/107.processed,
14639: tests/results/108.processed, tests/results/109.processed,
14640: tests/results/110.processed, tests/results/111.processed,
14641: tests/results/112.processed, tests/results/113.processed,
14642: tests/results/114.processed, tests/results/115.processed,
14643: tests/results/116.processed, tests/results/117.processed,
14644: tests/results/118.processed, tests/results/119.processed,
14645: tests/results/120.processed, tests/results/121.processed,
14646: tests/results/122.processed, tests/results/123.processed,
14647: tests/results/124.processed: new convention: char* never 0.
14648: assert in cord on that
14649:
14650: * src/main/pa_charset.C: couple more asserts
14651:
14652: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14653: speedup
14654:
14655: * src/main/pa_charset.C: couple assertions on fantastic situations
14656: added [may be those is the case now?]
14657:
14658: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14659: that's memory from gc_malloc, not from g_malloc :(, but would
14660: hope]
14661:
14662: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14663: that's memory from gc_malloc, not from g_malloc :(, but would
14664: hope]
14665:
14666: * src/main/pa_charset.C: checked custom malloc for returning 0
14667:
14668: 2003-04-09 paf
14669:
14670: * src/classes/date.C: merged ^date.roll changes
14671:
14672: * src/classes/date.C: ^date.roll bug fix
14673:
14674: * src/classes/date.C: ^date.roll now throws less errors: month
14675: shifts handles end of month situation by reducing day number
14676: hour-hole shift reduces hour to recover
14677:
14678: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14679: Sort by function time
14680:
14681: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14682: http:// $.charset[] param done
14683:
14684: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14685: added [after volatile fix. passes on win&intel-solaris]
14686:
14687: 2003-04-08 paf
14688:
14689: * src/: classes/file.C, classes/op.C, classes/table.C,
14690: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14691: include/pa_common.h, include/pa_request_charsets.h,
14692: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14693: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14694: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14695: types/pa_vresponse.C: started http:// $.charset[] param and
14696: http response charset detection just compiled. todo:test
14697:
14698: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14699:
14700: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14701: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14702: types/pa_vmail.C: changed transcode param converntion along with
14703: string creating convention -- all strings are zero-terminated,
14704: this allowed to fix one remaining String("123", 2) case
14705:
14706: * src/: classes/date.C, classes/file.C, classes/hash.C,
14707: classes/op.C, classes/string.C, classes/table.C,
14708: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14709: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14710: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14711: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14712: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14713: violated String::invariant. started fixing [not compiled now]
14714:
14715: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14716: main/compile.tab.C, main/compile.y, main/pa_string.C,
14717: main/untaint.C, targets/cgi/parser3.C: number of string style
14718: improvements & optimizations
14719:
14720: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14721: :(]
14722:
14723: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14724: [for it's a pointer really]
14725:
14726: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14727: 'n' param. worked that around
14728:
14729: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14730: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14731: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14732: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14733: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14734:
14735: Thanks for the bug report and patch.
14736:
14737: I hadn't looked at this code in a while. Reading it now, it
14738: seems to me that the tests should also be ">= MAX_DEPTH" to
14739: comply with the invariant, though that may not matter a lot. I
14740: changed that, too.
14741:
14742: Hans
14743:
14744: 2003-04-07 paf
14745:
14746: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14747: merged from head:safe mode error message now includes numbers
14748:
14749: * src/main/execute.C: n-th attempt to make a=a work with double.
14750: problem: as_double returns it's result in fp-register compiler
14751: optimizes access to that register after b->as_double, and just
14752: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14753: from memory. _SAME_ double values do not match here. when
14754: forced to REload fp-register, values do match.
14755:
14756: tried to make them volatile.
14757:
14758: * src/main/execute.C: n-th attempt to make a=a work with double.
14759: problem: as_double returns it's result in fp-register compiler
14760: optimizes access to that register after b->as_double, and just
14761: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14762: from memory. _SAME_ double values do not match here. when
14763: forced to REload fp-register, values do match.
14764:
14765: tried to make them volatile.
14766:
14767: * src/types/pa_vobject.h: small style change
14768:
14769: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14770:
14771: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14772: mode error message now includes numbers
14773:
14774: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14775: now causes death
14776:
14777: 2003-04-04 paf
14778:
14779: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14780: incorportated pa_exec patch by From: "Victor Fedoseev"
14781: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14782: Sent: Thursday, January 23, 2003 9:14 AM
14783:
14784: huge speedup on ^file::cgi with big result
14785:
14786: * src/classes/table.C: sort table with 0 rows bug fixed
14787:
14788: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14789: fix http://i2/tasks/edit/?id=4493701604654042676
14790:
14791: @main[] $with_default[ $.a[1] $._default[default from
14792: with_default] ] ^show[$with_default]
14793:
14794: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14795: =$to_add_to.xxx=<br>
14796:
14797: ^show[$to_add_to]
14798:
14799: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14800: ^show[$cloned]
14801:
14802: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14803:
14804: } <hr>
14805:
14806: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14807: http://i2/tasks/edit/?id=4493701604654042676
14808:
14809: @main[] $with_default[ $.a[1] $._default[default from
14810: with_default] ] ^show[$with_default]
14811:
14812: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14813: =$to_add_to.xxx=<br>
14814:
14815: ^show[$to_add_to]
14816:
14817: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14818: ^show[$cloned]
14819:
14820: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14821:
14822: } <hr>
14823:
14824: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14825: http://i2/tasks/edit/?id=4507350336410850921
14826:
14827: * src/classes/xdoc.C: memory allocation func bugfix
14828: http://i2/tasks/edit/?id=4499303470368629745
14829:
14830: * src/classes/math.C: allowed random 1...
14831:
14832: * src/classes/math.C: allowed random 0..
14833:
14834: * src/main/pa_globals.C: exif mem leak
14835: http://i2/tasks/edit/?id=4480590323629807263
14836:
14837: * src/: classes/classes.dsp, main/main.dsp,
14838: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14839: fix http://i2/tasks/edit/?id=4493946731322521294
14840: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14841:
14842: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14843: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14844: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14845: links to xml libs made relative, no need to unpack parser3project
14846: to /parser3project.
14847:
14848: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14849: column more precise - tab handling bug fixed
14850:
14851: * src/main/: compile.tab.C, compile.y: more understandable error
14852: message in case @CLASS with more then one line inside
14853:
14854: * src/targets/cgi/parser3.C: more understandable error message in
14855: case of errors in @unhandled_exception
14856:
14857: 2003-04-03 paf
14858:
14859: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14860: src/main/compile.tab.C, src/main/compile.y,
14861: src/main/compile_tools.C, src/main/compile_tools.h,
14862: src/main/execute.C, src/main/pa_request.C: debug info format
14863: simplified, now it's: OP_VALUE Operation::Origin << here value*
14864:
14865: higher limits: file number (max: 255) line number (max:
14866: 64535) column number (max: 255)
14867:
14868: * src/classes/math.C: top limit
14869:
14870: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14871: precise parse error position in case of
14872:
14873: ^bug ]
14874:
14875: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14876: changed to realities, and passed [bug fixed]
14877:
14878: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14879: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14880: main/compile_tools.h, main/pa_request.C: introducing
14881: ^process...[main-method-alias]
14882:
14883: * src/: classes/date.C, classes/image.C, classes/op.C,
14884: classes/string.C, classes/table.C, classes/xdoc.C,
14885: types/pa_vmethod_frame.h: MethodParams& now [methods without
14886: params receive zero reference, but they are expected not to look
14887: there]
14888:
14889: * operators.txt, src/classes/date.C, src/classes/double.C,
14890: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14891: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14892: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14893: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14894: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14895: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14896: [methods without params receive zero reference, but they are
14897: expected not to look there]
14898:
14899: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14900: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14901: ^process...[filename] useful for better error reporting
14902: [file/line/col]
14903:
14904: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14905: types/pa_vstring.h: slightly improved error messages text: 1. is
14906: '%s', it 2. method undefined in case of ^void[]
14907:
14908: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14909: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14910: handling done. now we have error columns todo: test it
14911:
14912: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14913: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14914:
14915: this makes life easier: were: bad stack order -- were in
14916: exception catch unwind order, which didn't match execution order
14917:
14918: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14919:
14920: @first[] ^throw[a;1]
14921:
14922: showed throw a first throw b try
14923:
14924: which is no good
14925:
14926: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14927: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14928: trace reset after handled exception [old bug fixed]
14929:
14930: * src/main/: compile.tab.C, compile.y: parse position old bug
14931: fixed. position reporting made precise [both, in parse erros and
14932: runtime errors]
14933:
14934: 2003-04-02 paf
14935:
14936: * src/: include/pa_operation.h, include/pa_request.h,
14937: main/compile.C, main/compile.tab.C, main/compile.y,
14938: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14939: main/pa_exception.C, main/pa_request.C: debug info: started
14940: using. todo:complete
14941:
14942: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14943: main/compile.C, main/compile.tab.C, main/compile.y,
14944: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14945: main/pa_request.C: prepared debug info todo:use it
14946:
14947: * src/include/pa_operation.h: strange mistake fixed: forgot to
14948: return Operation class->union after switching from autoptrs.
14949:
14950: * tests/: Makefile, results/108.processed, results/117.processed:
14951: meta considered OK [it's up to coder now to remove it not needed]
14952:
14953: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14954: Dictionary constructor when moved to gc]
14955:
14956: * src/main/pa_common.C: uncommented http:// file loading
14957:
14958: * src/include/pa_array.h, src/main/execute.C,
14959: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14960: fix [gdGrowingBuf]
14961:
14962: * configure.in, src/lib/Makefile.am: removed patches
14963:
14964: * configure, src/include/pa_config_auto.h.in,
14965: src/main/pa_charset.C: --enable-assertions autoconf-ed
14966:
14967: * src/main/pa_common.C: uncommented http:// file loading
14968:
14969: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14970: xdoc::create/load
14971:
14972: * src/: classes/form.C, classes/hash.C, classes/image.C,
14973: classes/string.C, classes/table.C, classes/void.C,
14974: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14975: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14976: String::String(str,helper_length) are checked. found/fixed one
14977: place: $request:body now zero-terminated,
14978:
14979: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14980: main/compile_tools.C, main/execute.C, types/pa_value.h,
14981: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14982: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14983: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14984: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14985: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14986: types/pa_vxnode.h: more locally scoped vars in execute (more
14987: easily optimizable)
14988:
14989: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14990: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14991:
14992: * src/: include/pa_array.h, include/pa_stack.h,
14993: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14994: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14995: become assertion iterator in methodframe filler
14996:
14997: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14998: targets/cgi/parser3.C: array::get/put inlined
14999:
15000: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15001: gc_substitute_memory_management_functions +installed CORD_oom
15002: function
15003:
15004: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15005: src/include/pa_config_includes.h, src/include/pa_string.h,
15006: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15007: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15008: assertions started configure.in --enable-assertions
15009:
15010: 2003-04-01 paf
15011:
15012: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15013: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15014: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15015: gdome uses glib memory, and stores last pointer to xmlDoc there,
15016: gc misses that and collects valid memory fixed by remembering
15017: xmlDoc from dom object in xdoc. todo: do something with
15018: premature free of xdoc with xnodes/node values referring into it
15019:
15020: * src/classes/: mail.C: typo fix
15021:
15022: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15023: changes
15024:
15025: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15026: main/pa_memory.C: moved memory debugging to global level: to
15027: pa_gc_malloc
15028:
15029: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15030: debugging showed no errors. todo: debug parser memory
15031:
15032: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15033: configurations
15034:
15035: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15036: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15037: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15038: types/types.dsp: prepared xml-static configuration
15039:
15040: 2003-03-31 paf
15041:
15042: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15043: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15044: xml lib memory debugging, simple checks failed: it seems that
15045: library does realloc(bad ptr), and recording those ptrs in heap
15046: [for debugging] was bad: heap situation changes = everything
15047: works fine
15048:
15049: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15050: xmlRegisterCharEncodingHandler limitation [currently imposed
15051: limit of 10 user-defined charsets]
15052:
15053: 2003-03-28 paf
15054:
15055: * src/main/execute.C: execution stack copied to local register
15056: variable, removed lots [~2e7) of memory accesses
15057:
15058: 2003-03-27 paf
15059:
15060: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15061: works in debug, but fails in release todo: fix that
15062:
15063: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15064: targets/cgi/parser3.C: forgot to merge XML memory funcs
15065: replacement from gc branch
15066:
15067: * src/main/pa_exec.C: introducing append_help_length [radical
15068: improvement here]
15069:
15070: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15071: 'not recommened' in gc.h, on win32 noticed no difference]
15072:
15073: * src/include/pa_array.h: returned checked array get [were disabled
15074: for debugging] result:not slower [don't understand that, it were
15075: INLINED] todo: find out a way of inlining it!
15076:
15077: * src/: include/pa_string.h, lib/gc/include/gc.h,
15078: lib/gc/include/gc_fake.h, main/compile.tab.C,
15079: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15080: convention changed: all resulting strings are zero-terminated
15081:
15082: * src/: classes/date.C, classes/file.C, classes/hash.C,
15083: classes/string.C, classes/table.C, classes/void.C,
15084: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15085: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15086: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15087: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15088: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15089: types/pa_vfile.C, types/pa_vmail.C: introducing
15090: append_help_length [radical improvement here]
15091:
15092: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15093: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15094: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15095: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15096: even slower
15097:
15098: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15099: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15100: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15101: clients of &get(): most to use non-ref version, some[in tight
15102: places] to get_unchecked_ref
15103:
15104: * src/doc/memory.dox: forgot to add
15105:
15106: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15107: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15108: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15109: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15110: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15111: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15112: targets/cgi/parser3.dsp, types/pa_vmail.C,
15113: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15114: T>>&<< removed after Stack::pop wiping removed [moved to separate
15115: func] other Array & removed
15116:
15117: 2003-03-26 paf
15118:
15119: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15120: classes/table.C, include/pa_array.h, include/pa_charset.h,
15121: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15122: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15123: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15124: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15125: main/pa_exec.C, main/pa_sql_driver_manager.C,
15126: main/pa_stylesheet_manager.C, main/pa_table.C,
15127: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15128: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15129: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15130: pre-evaluated .count() in some places
15131:
15132: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15133: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15134: types/types.dsp: .dsp profiling updated
15135:
15136: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15137: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15138: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15139:
15140: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15141: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15142: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15143: use lib/gc,lib/cord
15144:
1.116 moko 15145: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15146: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15147: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15148: src/include/pa_config_includes.h, src/include/pa_request.h,
15149: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15150: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15151: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15152: src/lib/cord/include/Makefile.am,
1.116 moko 15153: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15154: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15155: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15156: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15157: src/types/pa_vform.h, src/types/pa_vhash.h,
15158: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15159: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15160: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15161: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15162: funcs ported pa_exec
1.95 moko 15163:
15164: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15165:
15166: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15167: bundled gc includes
15168:
15169: * src/: classes/op.C, include/pa_array.h,
15170: include/pa_sql_connection.h, include/pa_string.h,
15171: include/pa_version.h, main/compile.tab.C, main/compile.y,
15172: main/execute.C, main/pa_common.C, main/pa_exception.C,
15173: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15174: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15175: first real site (aval)]
15176:
15177: 2003-03-25 paf
15178:
15179: * operators.txt, src/main/pa_sql_driver_manager.C,
15180: src/types/pa_vstatus.C: $status.memory used free since_compact
15181: process
15182:
15183: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15184: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15185:
15186: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15187:
15188: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15189: src/types/pa_value.h, src/types/pa_vfile.h,
15190: src/types/pa_vobject.C, src/types/pa_vobject.h,
15191: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15192: tests/results/121.processed: untaint.C L_URI
15193:
15194: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15195: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15196: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15197: src/types/pa_vmemory.h: ^memory:compact[]
15198:
15199: * tests/results/109.processed: it was a bug in parser. updated 109
15200: test result
15201:
15202: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15203:
15204: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15205: tests/results/107.processed: fixed dom language [values are now
15206: considered tainted. it was a bug in parser. updated 107 test
15207: result
15208:
15209: * src/classes/xdoc.C: fixed transform params
15210:
15211: * src/: include/pa_stylesheet_manager.h,
15212: main/pa_stylesheet_manager.C: fixed stylesheet caching
15213:
15214: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15215: overloads for structure handling
15216:
15217: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15218: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15219: StringBody(0) ambiguilty, introducting static
15220: StringBody::Format(int)
15221:
15222: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15223: linked
15224:
15225: * src/types/pa_vxdoc.C: vxdoc compiled
15226:
15227: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15228: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15229: finalizers isntalled
15230:
15231: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15232: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15233: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15234: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15235: compiled todo: xnode.C / finalizers
15236:
15237: * src/doc/string.dox: updated: new string internals
15238:
15239: 2003-03-24 paf
15240:
15241: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15242: include/pa_charset.h, include/pa_config_fixed.h,
15243: include/pa_request.h, include/pa_stylesheet_connection.h,
15244: include/pa_stylesheet_manager.h, main/pa_charset.C,
15245: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15246: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15247: types/pa_vxnode.h: started XML
15248:
15249: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15250:
15251: * src/: classes/file.C, classes/image.C, classes/mail.C,
15252: include/pa_string.h, main/pa_common.C,
15253: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15254:
15255: * src/: classes/file.C, classes/image.C, classes/mail.C,
15256: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15257: main/pa_request.C, main/pa_sql_driver_manager.C,
15258: types/pa_vimage.h: size_t pos everywhere checks changed to check
15259: for eq STRING_NOT_FOUND
15260:
15261: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15262: optimize bit implemented
15263:
15264: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15265: String::ArrayFragment::append_positions fixed
15266:
15267: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15268: String::this_starts fixed
15269:
15270: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15271:
15272: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15273: hashcode implemented fully, including per-char callback [it can
15274: be - substr CORD node]
15275:
15276: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15277: rewritten to rewalloc with 100byte buf ahead
15278:
15279: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15280: src/include/pa_string.h, src/main/compile.tab.C,
15281: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15282: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15283: CORD_ec [bad] would rewrite as realloc now
15284:
15285: * src/: classes/date.C, classes/file.C, classes/form.C,
15286: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15287: include/pa_cache_managers.h, include/pa_charsets.h,
15288: include/pa_common.h, include/pa_request.h,
15289: include/pa_sql_driver_manager.h, include/pa_table.h,
15290: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15291: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15292: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15293: types/pa_vmail.C, types/pa_vmethod_frame.C,
15294: types/pa_vstateless_class.h: 2*2 worked :)
15295:
15296: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15297: src/include/pa_exec.h, src/include/pa_string.h,
15298: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15299: passed OK
15300:
15301: * src/: classes/hash.C, classes/string.C, classes/table.C,
15302: types/pa_value.C: all linked todo: debug
15303:
15304: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15305: types/pa_vstateless_class.C: all compiled. todo:link
15306:
15307: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15308:
15309: * src/types/pa_vtable.C: pa_vtable.C compiled
15310:
15311: * src/types/pa_vstring.C: pa_vstring.C compiled
15312:
15313: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15314:
15315: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15316: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15317: pa_vstateless_class.C, pa_vstateless_class.h:
15318: pa_vstateless_class.C compiled
15319:
15320: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15321: types/pa_vmath.C: pa_vmail.C compiled
15322:
15323: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15324:
15325: * src/types/pa_vform.C: pa_vform.C compiled
15326:
15327: * src/types/pa_vfile.C: pa_vfile.C compiled
15328:
15329: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15330: pa_vstateless_class.C: pa_vcookie.C compiled
15331:
15332: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15333: types/pa_vhash.h: pa_value.C compiled
15334:
15335: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15336: classes.lib main.lib compiled
15337:
15338: * src/classes/void.C: void.C compiled
15339:
15340: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15341: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15342: compiled
15343:
15344: * src/: classes/string.C, include/pa_request.h,
15345: include/pa_string.h, main/pa_string.C: string.C compiled
15346:
15347: * src/: classes/op.C, classes/string.C, classes/table.C,
15348: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15349: main/pa_request.C, main/pa_string.C: op.C compiled
15350:
15351: * src/classes/: math.C, op.C: math.C compiled
15352:
15353: * src/: classes/mail.C, classes/string.C, classes/table.C,
15354: types/pa_vmail.h: mail.C compiled
15355:
15356: * src/classes/: int.C, table.C: int.C compiled
15357:
15358: * src/: classes/hash.C, classes/image.C, classes/string.C,
15359: classes/table.C, include/pa_memory.h, include/pa_string.h,
15360: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15361: compiled
15362:
15363: * src/: classes/hash.C, classes/string.C, classes/table.C,
15364: classes/void.C, classes/xdoc.C, include/pa_request.h,
15365: include/pa_sql_connection.h: hash.C compiled
15366:
15367: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15368: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15369: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15370: classes/math.C, classes/op.C, classes/response.C,
15371: classes/string.C, classes/table.C, classes/void.C,
15372: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15373: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15374: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15375: file.C table.C compiled
15376:
15377: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15378: main/untaint.C: main.lib compiled
15379:
15380: 2003-03-21 paf
15381:
15382: * src/: classes/op.C, include/pa_cache_managers.h,
15383: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15384: include/pa_stylesheet_manager.h, main/pa_exception.C,
15385: main/pa_globals.C, main/pa_sql_driver_manager.C,
15386: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15387: compiled
15388:
15389: * src/: classes/hash.C, classes/image.C, classes/op.C,
15390: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15391: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15392: main/compile.C, main/pa_common.C, main/pa_request.C,
15393: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15394: pa_request.C compiled
15395:
15396: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15397: include/pa_request.h, main/execute.C, main/pa_request.C,
15398: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15399: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15400: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15401: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15402: compiled
15403:
15404: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15405: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15406: on unix
15407:
15408: * src/: include/pa_charset.h, include/pa_charsets.h,
15409: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15410: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15411: pa_charsets.C compiled
15412:
15413: * src/: classes/image.C, classes/mail.C, classes/op.C,
15414: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15415: main/compile.y, main/execute.C, main/pa_common.C,
15416: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15417: types/pa_vcode_frame.h, types/pa_vimage.h,
15418: types/pa_vmethod_frame.h: execute.C compiled
15419:
15420: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15421: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15422: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15423: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15424: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15425: include/pa_cache_managers.h, include/pa_charsets.h,
15426: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15427: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15428: include/pa_sql_driver_manager.h, include/pa_string.h,
15429: include/pa_stylesheet_connection.h,
15430: include/pa_stylesheet_manager.h, include/pa_table.h,
15431: main/compile.C, main/compile.tab.C, main/compile.y,
15432: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15433: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15434: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15435: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15436: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15437: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15438: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15439: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15440: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15441: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15442: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15443: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15444: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15445: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15446: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15447: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15448: types/pa_vresponse.h, types/pa_vstateless_class.C,
15449: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15450: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15451: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15452: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15453: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15454: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15455: [C++ CORD wrapper]
15456:
15457: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15458:
15459: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15460: $file::exec/cgi[script; $.charset[this is script's charset]
15461:
15462: command line, env values, input got transcoded before call
15463: stdout, stderr got transcoded after call
15464:
15465: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15466: by default. use: ^file::exec[...;$.stdin[$request.body]
15467:
15468: * src/main/pa_common.C: } typo bug fix
15469:
15470: * src/main/pa_common.C: } typo bug fix
15471:
15472: 2003-03-20 paf
15473:
15474: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15475: main/untaint.C: cord bug fix, but still errors todo: clear out
15476:
15477: * src/include/pa_string.h: more tests
15478:
15479: * src/main/pa_string.C: string.pos fixed
15480:
1.116 moko 15481: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15482: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15483: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15484: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15485: replaces
1.95 moko 15486:
15487: * src/: classes/image.C, include/pa_dictionary.h,
15488: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15489: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15490: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15491: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15492:
15493: * src/include/pa_string.h: warning
15494:
15495: * src/include/pa_string.h: this_starts fixed
15496:
15497: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15498: new String ctor & append params convention
15499:
15500: * src/: classes/file.C, classes/hash.C, classes/image.C,
15501: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15502: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15503: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15504: main/pa_exception.C, main/pa_exec.C,
15505: main/pa_sql_driver_manager.C, main/pa_string.C,
15506: main/pa_stylesheet_manager.C, main/untaint.C,
15507: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15508: types/pa_vmail.C: more tests OK
15509:
15510: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15511: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15512: gc/exit runned OK
15513:
15514: * src/types/pa_vmail.C: another naming problem: should not name
15515: vars like that: unpredictable close caused problems with later
15516: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15517: descriptors missing on startup: stdin; Bad file number
15518:
15519: todo: find out why so many filters(stream) here. probably wrong?
15520:
15521: * src/: include/pa_dictionary.h, include/pa_string.h,
15522: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15523: main/untaint.C: test compiled
15524:
15525: * src/: classes/image.C, classes/mail.C, classes/math.C,
15526: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15527: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15528: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15529: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15530: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15531: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15532: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15533: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15534: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15535:
15536: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15537: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15538: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15539: src/include/pa_memory.h, src/include/pa_request.h,
15540: src/include/pa_request_charsets.h,
15541: src/include/pa_sql_connection.h, src/include/pa_string.h,
15542: src/main/compile.tab.C, src/main/execute.C,
15543: src/main/pa_charset.C, src/main/pa_common.C,
15544: src/main/pa_exception.C, src/main/pa_exec.C,
15545: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15546: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15547: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15548: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15549: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15550: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15551: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15552: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15553: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15554: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15555: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15556: pa_common.C [done, without http for now]
15557:
15558: 2003-03-19 paf
15559:
15560: * src/: classes/date.C, classes/form.C, classes/hash.C,
15561: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15562: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15563: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15564: include/pa_string.h, include/pa_table.h, main/compile.C,
15565: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15566: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15567: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15568: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15569: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15570: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15571: types/pa_vstateless_class.h, types/pa_vtable.C,
15572: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15573: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15574: types/pa_wwrapper.h: started test
15575:
1.116 moko 15576: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15577: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15578:
15579: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15580: include/pa_string.h, main/pa_string.C: string compiled todo: test
15581: it
15582:
15583: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15584: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15585: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15586: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15587: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15588: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15589: types/pa_vmethod_frame.h, types/types.dsp: string
15590: reimplementation with cord+array<fragment>: 70%
15591:
15592: 2003-03-18 paf
15593:
15594: * src/: classes/date.C, classes/file.C, classes/form.C,
15595: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15596: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15597: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15598: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15599: can ignore lang in cmp and pos really, but would
15600: split properly!
15601:
15602: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15603: cord part made parser/src/lib: it's not compiled into libgc by
15604: default
15605:
15606: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15607: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15608: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15609: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15610: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15611: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15612: src/classes/xnode.C, src/classes/xnode.h,
15613: src/include/Makefile.am, src/include/pa_cache_managers.h,
15614: src/include/pa_charset.h, src/include/pa_charsets.h,
15615: src/include/pa_common.h, src/include/pa_dictionary.h,
15616: src/include/pa_exception.h, src/include/pa_exec.h,
15617: src/include/pa_globals.h, src/include/pa_hash.h,
15618: src/include/pa_memory.h, src/include/pa_pool.h,
15619: src/include/pa_request.h, src/include/pa_request_charsets.h,
15620: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15621: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15622: src/include/pa_stylesheet_connection.h,
15623: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15624: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15625: src/main/compile.C, src/main/compile.tab.C,
15626: src/main/compile_tools.C, src/main/compile_tools.h,
15627: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15628: src/main/pa_charsets.C, src/main/pa_common.C,
15629: src/main/pa_dictionary.C, src/main/pa_exception.C,
15630: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15631: src/main/pa_pool.C, src/main/pa_request.C,
15632: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15633: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15634: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15635: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15636: src/types/pa_junction.h, src/types/pa_method.h,
15637: src/types/pa_value.C, src/types/pa_value.h,
15638: src/types/pa_vclass.C, src/types/pa_vclass.h,
15639: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15640: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15641: src/types/pa_vdouble.h, src/types/pa_venv.h,
15642: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15643: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15644: src/types/pa_vimage.C, src/types/pa_vimage.h,
15645: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15646: src/types/pa_vmath.C, src/types/pa_vmath.h,
15647: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15648: src/types/pa_vobject.C, src/types/pa_vobject.h,
15649: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15650: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15651: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15652: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15653: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15654: src/types/pa_vstring.h, src/types/pa_vtable.C,
15655: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15656: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15657: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15658: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15659: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15660: gc: PA_Object done lots of replacements also
15661:
15662: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15663: gc logging
15664:
15665: 2003-03-17 paf
15666:
15667: * src/: classes/date.C, classes/file.C, classes/form.C,
15668: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15669: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15670: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15671: include/pa_string.h, include/pa_types.h, main/compile.C,
15672: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15673: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15674: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15675: main/pa_sql_driver_manager.C, main/pa_string.C,
15676: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15677: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15678: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15679: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15680: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15681: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15682: types/pa_vxnode.h: libgc attempt
15683:
15684: 2003-03-13 paf
15685:
15686: * src/: include/pa_sql_driver_manager.h,
15687: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15688: called
15689:
15690: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15691: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15692: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15693: types/pa_value.h, types/pa_vobject.h,
15694: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15695: set_base, set_derived simplified [counter leaks fixed]
15696:
15697: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15698: src/types/types.dsp: incorporated status class patch From:
15699: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15700: 2003 8:14 AM
15701:
15702: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15703: Win32 specific: QuotaPeakNonPagedPoolUsage
15704: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15705:
15706: 2003-03-12 paf
15707:
1.116 moko 15708: * configure, configure.in, src/lib/ltdl/configure,
15709: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15710: lib/ltdl/Makefile now created by /configure.in only [were by
15711: lib/ltdl/configure.in OVERWRITE]
15712:
1.116 moko 15713: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15714: linkage fixed for g++ 3.2.2
1.95 moko 15715:
15716: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15717: on using privately declared class [fixed]
15718:
15719: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15720: 3.2 rightliy complained on using privately declared class [fixed]
15721:
15722: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15723: sigpipe before request constructor now causes death
15724:
15725: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15726: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15727: not cause exception in exception handler
15728:
1.116 moko 15729: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15730: now default links libstdc++ statically. that can be overriden by
15731: --with-dynamic-stdcpp
1.95 moko 15732:
15733: 2003-03-11 paf
15734:
15735: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15736: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15737: necessity of libstdc++
15738:
15739: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15740:
15741: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15742:
15743: 2003-03-08 paf
15744:
15745: * tests/Makefile: make install & co
15746:
15747: * src/: include/pa_request.h, classes/op.C: removing
15748: vclass,object.h -> pa_request.h dependency
15749:
15750: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15751: main/pa_request.C: removing vform,response,cookie.h ->
15752: pa_request.h dependency
15753:
15754: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15755: dependency [testing...]
15756:
15757: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15758: return 0; fixed
15759:
15760: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15761: types/pa_vmail.h: vmail.C received just compiled [not tested]
15762:
15763: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15764:
15765: * src/main/pa_request.C: forgotten: ifdef XML
15766:
15767: * src/main/pa_request.C: forgotten: ifdef XML
15768:
15769: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15770: win32 and run memleak tests again
15771:
15772: * src/targets/cgi/parser3.C: charsets: see some strange things with
15773: old xml lib-- it's internal memory handling has faults
15774:
15775: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15776: problems when transcode from charset A to A.
15777:
15778: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15779: todo: still problems when transcode from charset A to A.
15780:
15781: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15782: classes/table.C, include/pa_array.h,
15783: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15784: started full-scale-site-test [~ http://parser.ru sources]
15785:
15786: some fixes
15787:
15788: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15789: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15790: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15791: results/110.processed, results/111.processed,
15792: results/112.processed, results/113.processed,
15793: results/114.processed, results/115.processed,
15794: results/116.processed, results/117.processed,
15795: results/118.processed, results/119.processed,
15796: results/120.processed: xml: tests 109 dom create/show 110 xpath
15797: selectSingle 111 xdoc.create from tainted & 112
15798: xdoc.create/output with russian attr value 113 xpath
15799: selectString/Number 114 dom attributes.count 115 xpath selectBool
15800: 116 output media-type change 117 transform by dom stylesheet 118
15801: empty transform result 119 dom setAttribute 120 nbsp letter
15802: output
15803:
15804: =END OF PREPARED XML TESTS=
15805:
15806: 2003-03-07 paf
15807:
15808: * src/classes/xdoc.C, src/include/pa_charset.h,
15809: src/include/pa_stylesheet_connection.h, tests/108.html,
15810: tests/108.xsl, tests/results/108.processed: xml: test 108
15811: transform with params [bugs fixed]
15812:
15813: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15814: from copy/paste bug
15815:
15816: * src/classes/xdoc.C, src/include/pa_charset.h,
15817: src/include/pa_request.h, src/main/execute.C,
15818: src/main/pa_charset.C, src/main/pa_exception.C,
15819: src/main/pa_globals.C, src/main/pa_request.C,
15820: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15821: src/types/pa_vxnode.C, tests/107.html,
15822: tests/results/107.processed: xml: test: 107 bug fixes
15823:
15824: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15825: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15826: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15827:
15828: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15829: string
15830:
15831: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15832: mem alloc functions used for different cases [libxml, libxsl]
15833:
15834: * src/classes/classes.C: fixed: prevent system classes from
15835: modification to lock ALL the classes, not only directly used
15836:
15837: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15838: linked
15839:
15840: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15841:
15842: 2003-03-06 paf
15843:
15844: * src/classes/xdoc.C: xdoc.C 50%
15845:
15846: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15847: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15848: main/pa_globals.C, main/pa_request.C,
15849: main/pa_stylesheet_manager.C: xnode.C compiled
15850:
15851: * src/: include/pa_stylesheet_connection.h,
15852: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15853: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15854:
15855: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15856: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15857: xml: stylesheet&manager STARTED
15858:
15859: * src/: include/pa_globals.h, main/pa_charset.C,
15860: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15861:
15862: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15863: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15864: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15865: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15866: charsets
15867:
15868: * tests/023.html: in some cases it rounded up badly. postponing
15869: solution of that problem, making more simple test
15870:
15871: * tests/: 058_paf2000.png, results/058.processed: .png added with
15872: -kb now
15873:
15874: * src/: include/pa_charset.h, include/pa_charsets.h,
15875: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15876: moved to charsets.C
15877:
15878: 2003-03-05 paf
15879:
15880: * src/classes/string.C, src/include/pa_string.h,
15881: src/main/pa_string.C, tests/105.html,
15882: tests/results/105.processed: String::match bug fixed
15883:
15884: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15885: tests/results/104.processed: ^bpt operator added [does int3 in
15886: debug build on win32]
15887:
15888: * tests/: 057.html, results/057.processed: test bug fixed
15889:
1.116 moko 15890: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15891:
15892: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15893: missing
15894:
1.116 moko 15895: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15896: forgotten files added to Makes
1.95 moko 15897:
15898: * ltmain.sh: ltmain.sh added
15899:
15900: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15901: change undone ;(
15902:
15903: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15904: made static
15905:
15906: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15907: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15908: todo:make linker happy
1.95 moko 15909:
15910: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15911: env param made optional
15912:
15913: 2003-03-04 paf
15914:
15915: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15916: types/pa_vimage.h: number of gcc compiler bugs fixed
15917:
15918: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15919: results/103.processed: tests: 103 image.copy transparence test
15920:
15921: * src/main/execute.C, tests/101.html, tests/102.html,
15922: tests/results/101.processed, tests/results/102.processed: tests:
15923: 101 method/variable name conflict test 102 form fields change
15924: should not not change anything [bug fix]
15925:
15926: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15927: results/099.processed, results/100.processed: tests: 57 date
15928: create 2002: added 99,100 response:body/download
15929:
15930: * src/classes/image.C, tests/098.html, tests/098font.gif,
15931: tests/results/098.processed: test: 98 image font text [bug fixed]
15932:
15933: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15934: tests/results/097.processed: test: 97 file::load http:// [bugs
15935: fixed]
15936:
15937: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15938: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15939: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15940: image EXIF [bug fixed]
15941:
15942: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15943: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15944: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15945: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15946: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15947: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15948: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15949: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15950: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15951: tests/094.html, tests/095.html, tests/results/061.processed,
15952: tests/results/062.processed, tests/results/063.processed,
15953: tests/results/064.processed, tests/results/065.processed,
15954: tests/results/066.processed, tests/results/067.processed,
15955: tests/results/068.processed, tests/results/069.processed,
15956: tests/results/070.processed, tests/results/071.processed,
15957: tests/results/072.processed, tests/results/073.processed,
15958: tests/results/074.processed, tests/results/075.processed,
15959: tests/results/076.processed, tests/results/077.processed,
15960: tests/results/078.processed, tests/results/080.processed,
15961: tests/results/081.processed, tests/results/082.processed,
15962: tests/results/083.processed, tests/results/084.processed,
15963: tests/results/085.processed, tests/results/086.processed,
15964: tests/results/087.processed, tests/results/088.processed,
15965: tests/results/089.processed, tests/results/090.processed,
15966: tests/results/091.processed, tests/results/092.processed,
15967: tests/results/093.processed, tests/results/094.processed,
15968: tests/results/095.processed, tests/079.html,
15969: tests/results/079.processed: tests: 61 file::stat size 62
15970: string->int autoconvert 63 double .int,dec,div,mul 64 date
15971: compare 65 file: basename,justname,justext 66 math:crypt 67
15972: string.match simple on long 68 string.match normalized simple on
15973: long 69 string.int 70 file::stat content-type 71 table.join 72
15974: hash parameter conditional pass 73 date daylightsaving,yearday 74
15975: date arithmetics 75 response date values/attributes 76 string.pos
15976: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15977: with local 80 scientific numeric literal in string autoconvert 81
15978: xor: logical and numerical 82 for delims 83 menu delims 84
15979: table.hash distinct 85 long string replace 86 throw+catch
15980: current language preserve 87 bit shifts 88 junction tests +
15981: $caller test 89 hash.foreach selfmodification 90 int/void to int
15982: 91 $caller test 92 junction is + def junction tests 93 $caller
15983: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15984:
15985: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15986: fixed] 60 string eq string [bug fixed]
15987:
15988: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15989: 058.html, 058_paf2000.png, 059.html, 060.html,
15990: results/053.processed, results/054.processed,
15991: results/055.processed, results/056.processed,
15992: results/057.processed, results/058.processed,
15993: results/059.processed, results/060.processed: test: 53
15994: string.replace 54 junctions 55 table.hash 56 call indirect 57
15995: date.create[string] 58 image.measure[png]
15996:
15997: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15998: outputs/051.processed, results/052.processed: test: 52
15999: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16000: task: fix that
16001:
16002: 2003-03-03 paf
16003:
16004: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16005: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16006: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16007: outputs/049.processed, outputs/050.processed,
16008: outputs/051.processed, results/001.processed,
16009: results/002.processed, results/003.processed,
16010: results/005.processed, results/006.processed,
16011: results/008.processed, results/009.processed,
16012: results/011.processed, results/012.processed,
16013: results/013.processed, results/014.processed,
16014: results/015.processed, results/016.processed,
16015: results/017.processed, results/020.processed,
16016: results/021.processed, results/022.processed,
16017: results/024.processed, results/025.processed,
16018: results/026.processed, results/027.processed,
16019: results/028.processed, results/029.processed,
16020: results/030.processed, results/031.processed,
16021: results/049.processed, results/050.processed,
16022: results/051.processed, results/043.processed,
16023: results/044.processed, results/045.processed,
16024: results/046.processed, results/047.processed,
16025: results/048.processed: tests: 43,44,45 date rolls 46
16026: autoevaluating junction 47 table.select 48 name with subvar 49
16027: hash-creating switch 50 process 51 started parent/child, works as
16028: it were but it were NOT GOOD, created separate task to fix that
16029:
16030: * tests/: 042.html, results/042.processed: test: 42
16031: exception.handled
16032:
16033: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16034: expression
16035:
16036: * tests/: 040.html, results/040.processed: test: 39 method result
16037: of type table 40 method param junction auto evaluate
16038:
16039: * tests/: 039.html, results/039.processed: test: 37 method result
16040: of type table
16041:
16042: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16043: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16044: tests/038.html, tests/results/033.processed,
16045: tests/results/034.processed, tests/results/035.processed,
16046: tests/results/036.processed, tests/results/037.processed,
16047: tests/results/038.processed: tests: 33 string.replace 34
16048: string.upper 35 table created 36 local/global vars with juntions
16049: 37 table clone 38 math PI & number formatting
16050:
16051: math class registring typo fixed
16052:
16053: * src/classes/op.C, src/include/pa_request.h,
16054: src/include/pa_string.h, src/main/execute.C,
16055: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16056: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16057: tests/032.html, tests/results/032.processed: uchar changed to
16058: String_UL in all places [was not everywhere] untaint test: 032
16059:
16060: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16061: tests/results/004.processed, tests/parser-cygwin.sh,
16062: tests/parser-unix.sh: removed -H command line key, now testing
16063: using .sh file with SERVER_SOFTWARE=xxx
16064:
16065: 2003-02-26 paf
16066:
16067: * src/main/execute.C, src/types/pa_vstateless_class.h,
16068: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16069: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16070: tests/results/024.processed, tests/results/025.processed,
16071: tests/results/026.processed, tests/results/027.processed,
16072: tests/results/028.processed, tests/results/029.processed,
16073: tests/results/030.processed, tests/results/031.processed: fixed
16074: bug with name_cstr mutable CharPtr more tests
16075:
16076: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16077: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16078: << abort. die now just exits
16079:
16080: * src/classes/classes.awk, src/classes/classes.h,
16081: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16082: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16083: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16084: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16085: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16086: src/classes/xnode.C, src/include/pa_memory.h,
16087: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16088: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16089: src/types/pa_vform.C, tests/015.html, tests/016.html,
16090: tests/017.html, tests/018.html, tests/019.html,
16091: tests/019paf2001.gif, tests/020.html, tests/021.html,
16092: tests/022.html, tests/023.html, tests/022_dir/a.html,
16093: tests/022_dir/b.txt, tests/022_dir/c.htm,
16094: tests/results/015.processed, tests/results/016.processed,
16095: tests/results/017.processed, tests/results/018.processed,
16096: tests/results/019.processed, tests/results/020.processed,
16097: tests/results/021.processed, tests/results/022.processed,
16098: tests/results/023.processed: methoded_array now contains all Mxxx
16099: classes SAPI::get_env now returns info on pool more tests
16100:
16101: * src/include/pa_array.h, src/include/pa_hash.h,
16102: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16103: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16104: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16105: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16106: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16107: tests/results/001.processed, tests/results/002.processed,
16108: tests/results/003.processed, tests/results/004.processed,
16109: tests/results/005.processed, tests/results/006.processed,
16110: tests/results/007.processed, tests/results/008.processed,
16111: tests/results/009.processed, tests/results/010.processed,
16112: tests/results/011.processed, tests/results/012.processed,
16113: tests/results/013.processed, tests/results/014.processed: hash
16114: cloning fixed
16115:
16116: 2003-02-25 paf
16117:
16118: * src/main/pa_common.C: typo fixed
16119:
16120: 2003-02-24 paf
16121:
16122: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16123: [one remained]
16124:
16125: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16126: [should have been get_string(&pool)] todo: check other such calls
16127:
16128: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16129: test10, bad lookups
16130:
16131: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16132: object got destructed, and xxx points to sky
16133:
16134: * ChangeLog, src/classes/string.C: match bug fixed
16135:
16136: * src/types/pa_vmail.C: body [text/html] transcoded to
16137: $.charset[specified] now
16138:
16139: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16140: which failed to handle sigsetjmp+throw: crashed inside of
16141: pre-throw code. rewritten simplier [though duplicating
16142: closesocket code]
16143:
16144: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16145: which failed to handle sigsetjmp+throw: crashed inside of
16146: pre-throw code. rewritten simplier [though duplicating
16147: closesocket code]
16148:
16149: 2003-02-21 paf
16150:
16151: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16152: $cookie:name[$.expires[date << can be now]]
16153:
16154: written makefile with regression tests [raw]
16155:
16156: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16157: tests' only [it's not forcing CGI mode now] now use -H to output
16158: CGI header when parser used in command line [useful for tests
16159: also]
16160:
16161: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16162: switches on CGI mode, and is used in regression tests
16163:
16164: * src/: include/pa_request.h, main/pa_request.C,
16165: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16166: fixed
16167:
16168: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16169: handling pa_*
16170:
16171: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16172: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16173: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16174: memory handling files
16175:
16176: * src/main/pa_array.C: pool::format_integer terminator fixed
16177:
16178: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16179: compiles OK test to show benefits of free
16180:
16181: * src/: classes/file.C, classes/image.C, classes/mail.C,
16182: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16183: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16184: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16185: use pool [as the one in ^process]
16186:
16187: * src/classes/op.C: fixed process. sould now check for all cstr's
16188: -- some must use pool [as the one in ^process]
16189:
16190: 2003-02-20 paf
16191:
16192: * src/: classes/date.C, classes/double.C, classes/file.C,
16193: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16194: classes/math.C, classes/op.C, classes/response.C,
16195: classes/string.C, classes/table.C, classes/void.C,
16196: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16197: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16198: string cmp fixed
16199:
16200: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16201: values passed OK now
16202:
16203: 2003-02-19 paf
16204:
16205: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16206: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16207: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16208: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16209: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16210: all remaning leaks resulted from pooled::malloc calls [excluding
16211: in gd -- planning complete rewrite extremely ugly code]
16212:
16213: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16214: files
16215:
16216: 2003-02-17 paf
16217:
16218: * src/: classes/date.C, classes/double.C, classes/file.C,
16219: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16220: classes/response.C, classes/string.C, classes/table.C,
16221: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16222: include/pa_stylesheet_connection.h,
16223: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16224: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16225: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16226: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16227: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16228: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16229: of unitialized simple-typed field
16230:
16231: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16232: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16233: simple-typed field fixed. todo: find&kill all like that one
16234:
16235: * src/: main/execute.C, targets/cgi/pa_pool.C,
16236: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16237: debug output fixed
16238:
16239: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16240: main/pa_request.C: stack-stored items need extra .ref to prevent
16241: object_ptr from delete[them]
16242:
16243: * src/: classes/date.C, classes/op.C, classes/table.C,
16244: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16245: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16246: main/pa_charset.C, main/pa_common.C,
16247: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16248: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16249: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16250: calls
16251:
16252: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16253: couple mem leaks rusulted from old pooled::malloc usage.
16254: todo:find more like those
16255:
16256: * src/main/: compile.C, compile_tools.C: 2*2!
16257:
16258: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16259: stackItem fixed [there were no string on stack before]
16260:
16261: * src/: main/execute.C, main/pa_request.C,
16262: types/pa_vmethod_frame.C: first letters out OK
16263:
16264: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16265: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16266: main/pa_string.C, main/untaint.C, types/pa_value.h,
16267: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16268: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16269: type not initialized with zeros :( while class fields of class
16270: types initialized with default constructors. learn C++
16271:
16272: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16273: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16274: classes/math.C, classes/xdoc.C, classes/xnode.C,
16275: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16276: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16277:
16278: 2003-02-14 paf
16279:
16280: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16281: 13 link errors
16282:
16283: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16284: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16285: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16286: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16287: errors :)
16288:
16289: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16290: classes/hash.C, classes/mail.C, classes/op.C,
16291: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16292: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16293: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16294: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16295:
16296: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16297: classes/table.C, include/pa_common.h, include/pa_globals.h,
16298: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16299: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16300: types/pa_vint.h, types/types.dsp: op compiled
16301:
16302: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16303: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16304: main/untaint.C, types/pa_vtable.h: string, response compiled
16305:
16306: 2003-02-07 paf
16307:
16308: * src/: classes/table.C, types/pa_vtable.h: table compiled
16309:
16310: 2003-02-06 paf
16311:
16312: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16313: mail compiled
16314:
16315: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16316: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16317: types/pa_vfile.h, types/pa_vimage.h: image compiled
16318:
16319: * src/classes/: file.C, form.C: form compiled
16320:
16321: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16322: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16323: types/pa_vfile.C, types/pa_vfile.h: file compiled
16324:
16325: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16326: types/pa_vmath.h: math compiled [win32]
16327:
16328: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16329: types/pa_vstring.h: hash compiled
16330:
16331: 2003-02-04 paf
16332:
16333: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16334: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16335: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16336: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16337: types/pa_vhash.h: hash 50% compiled
16338:
16339: * src/: classes/date.C, classes/file.C, classes/hash.C,
16340: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16341: classes/string.C, classes/table.C, classes/xdoc.C,
16342: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16343: main/pa_string.C: date compiled
16344:
16345: * src/classes/: classes.dsp, double.C: double compiled
16346:
16347: * src/: classes/date.C, classes/double.C, classes/file.C,
16348: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16349: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16350: classes/string.C, classes/table.C, classes/void.C,
16351: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16352: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16353: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16354: compiled
16355:
16356: * src/: classes/date.C, classes/double.C, classes/file.C,
16357: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16358: classes/math.C, classes/op.C, classes/response.C,
16359: classes/string.C, classes/table.C, classes/void.C,
16360: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16361: types/pa_vvoid.h: void compiled :)
16362:
16363: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16364: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16365: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16366: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16367: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16368: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16369: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16370: types/pa_vresponse.C, types/pa_vstateless_class.C,
16371: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16372: types/pa_wcontext.C, types/types.dsp: removed stupid
16373: value_includes.h
16374:
16375: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16376: trying to remove stupid value_includes.h
16377:
16378: * src/main/pa_exec.C: pa_exec compiled on win32
16379:
16380: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16381:
16382: * src/: include/pa_globals.h, include/pa_request.h,
16383: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16384: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16385: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16386: types/pa_vrequest.C, types/pa_vstateless_class.C,
16387: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16388:
16389: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16390: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16391: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16392:
16393: * src/: include/pa_array.h, include/pa_config_includes.h,
16394: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16395: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16396: compiled
16397:
16398: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16399: name conflicts)
16400:
16401: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16402: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16403: yelds "virtual memory exhausted" while trying to compile
16404: execute.C [eating up to 127MB]
16405:
16406: 2003-02-03 paf
16407:
16408: * src/: include/pa_config_includes.h, include/pa_hash.h,
16409: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16410: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16411: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16412: types/pa_vint.h, types/pa_vjunction.h,
16413: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16414: started gcc compiling pa_common compiled
16415:
16416: * src/: include/pa_exception.h, include/pa_pool.h,
16417: main/pa_exception.C: exception gcc change #1
16418:
1.116 moko 16419: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16420: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16421:
16422: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16423:
16424: * src/types/pa_vtable.C: vtable compiled
16425:
16426: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16427:
16428: * src/: include/pa_cache_managers.h, main/pa_request.C,
16429: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16430:
16431: * src/types/pa_vstateless_class.C: vstateless_class compiled
16432:
16433: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16434:
16435: * src/types/pa_vrequest.C: vrequest compiled
16436:
16437: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16438: pa_vobject.C, pa_vobject.h: vobject compiled
16439:
16440: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16441: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16442: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16443: compiled
16444:
16445: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16446:
16447: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16448: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16449: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16450: compiled
16451:
16452: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16453: main.lib - 0 error(s), 0 warning(s)
16454:
16455: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16456: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16457:
16458: 2003-01-31 paf
16459:
16460: * src/: include/pa_array.h, include/pa_operation.h,
16461: include/pa_request.h, main/execute.C, main/main.dsp,
16462: types/pa_vjunction.h: started last file from main library:
16463: execute
16464:
16465: * src/: include/pa_request.h, include/pa_sapi.h,
16466: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16467: main/pa_request.C, targets/cgi/parser3.C,
16468: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16469: types/pa_vhash.h: pa_request compiled
16470:
16471: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16472: include/pa_globals.h, include/pa_request.h,
16473: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16474: main/execute.C, main/main.dsp, main/pa_common.C,
16475: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16476: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16477: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16478: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16479: types/types.dsp: most pa_request compiled
16480:
16481: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16482: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16483: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16484: classes/op.C, classes/response.C, classes/string.C,
16485: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16486: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16487: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16488: include/pa_config_fixed.h, include/pa_config_includes.h,
16489: include/pa_dictionary.h, include/pa_dir.h,
16490: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16491: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16492: include/pa_pool.h, include/pa_request.h,
16493: include/pa_request_charsets.h, include/pa_request_info.h,
16494: include/pa_sapi.h, include/pa_socks.h,
16495: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16496: include/pa_stack.h, include/pa_string.h,
16497: include/pa_stylesheet_connection.h,
16498: include/pa_stylesheet_manager.h, include/pa_table.h,
16499: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16500: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16501: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16502: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16503: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16504: main/compile.C, main/compile.tab.C, main/compile.y,
16505: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16506: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16507: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16508: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16509: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16510: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16511: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16512: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16513: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16514: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16515: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16516: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16517: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16518: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16519: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16520: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16521: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16522: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16523: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16524: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16525: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16526: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16527: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16528: types/pa_vresponse.h, types/pa_vstateless_class.C,
16529: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16530: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16531: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16532: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16533: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16534: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16535:
16536: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16537: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16538: src/include/pa_charsets.h, src/include/pa_common.h,
16539: src/include/pa_dictionary.h, src/include/pa_exception.h,
16540: src/include/pa_exec.h, src/include/pa_pool.h,
16541: src/include/pa_request.h, src/include/pa_sapi.h,
16542: src/include/pa_sql_connection.h,
16543: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16544: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16545: src/main/compile.tab.C, src/main/compile_tools.C,
16546: src/main/compile_tools.h, src/main/main.dsp,
16547: src/main/pa_charset.C, src/main/pa_charsets.C,
16548: src/main/pa_common.C, src/main/pa_dictionary.C,
16549: src/main/pa_exception.C, src/main/pa_exec.C,
16550: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16551: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16552: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16553: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16554: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16555: src/types/pa_vdouble.h, src/types/pa_venv.h,
16556: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16557: src/types/pa_vhash.h, src/types/pa_vimage.C,
16558: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16559: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16560: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16561: src/types/pa_vobject.C, src/types/pa_vobject.h,
16562: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16563: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16564: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16565: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16566: src/types/pa_vstring.h, src/types/pa_vtable.h,
16567: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16568: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16569: died, long live StringPtr
16570:
16571: 2003-01-30 paf
16572:
16573: * src/: include/pa_charset.h, include/pa_request.h,
16574: include/pa_sql_driver_manager.h, main/compile.tab.C,
16575: main/compile.y, main/compile_tools.h, main/pa_request.C,
16576: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16577:
16578: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16579: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16580: types/pa_vhash.h, types/pa_vmethod_frame.h,
16581: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16582: types/types.dsp: vstateless_class compiled
16583:
16584: * src/main/compile.C: compile compiled
16585:
16586: * src/: include/pa_array.h, include/pa_operation.h,
16587: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16588: main/pa_table.C: compile_tools compiled
16589:
16590: * src/: include/pa_operation.h, main/compile.y,
16591: main/compile_tools.C, main/compile_tools.h: started
16592: compile_tools. vagues ideas of how to free compiled code
16593:
16594: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16595: main/main.dsp, types/pa_value.C, types/pa_value.h,
16596: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16597: compiled
16598:
16599: 2003-01-29 paf
16600:
16601: * src/: include/pa_globals.h, include/pa_request.h,
16602: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16603: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16604: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16605: compiled
16606:
16607: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16608: now
16609:
16610: * src/: include/pa_array.h, include/pa_exception.h,
16611: include/pa_pool.h, main/pa_exception.C: gd compiled
16612:
16613: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16614: compiled
16615:
16616: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16617: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16618: types/pa_vfile.h: vfile compiled
16619:
16620: * src/: include/pa_common.h, include/pa_globals.h,
16621: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16622: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16623: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16624:
16625: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16626: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16627: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16628: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16629: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16630:
16631: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16632: main/main.dsp, main/untaint.C: more compiled
16633:
16634: * src/: include/pa_charsets.h, include/pa_request.h,
16635: include/pa_request_info.h, include/pa_string.h,
16636: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16637: types/pa_vresponse.h: vrequest compiled
16638:
16639: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16640: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16641: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16642:
16643: * src/: classes/classes.h, include/pa_charset.h,
16644: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16645: include/pa_request.h, include/pa_string.h, main/main.dsp,
16646: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16647: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16648: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16649: types/pa_vrequest.C, types/pa_vrequest.h,
16650: types/pa_vstateless_class.h, types/pa_vstring.h,
16651: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16652:
16653: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16654: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16655: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16656: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16657: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16658: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16659: types/pa_vobject.h, types/pa_vstateless_class.h,
16660: types/pa_vstateless_object.h, types/pa_vstatus.h,
16661: types/pa_vstring.h, types/types.dsp: vmath compiled
16662:
16663: 2003-01-28 paf
16664:
16665: * src/: classes/classes.h, classes/date.C, classes/file.C,
16666: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16667: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16668: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16669: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16670: compile_tools
16671:
16672: * src/: include/pa_charset.h, include/pa_exception.h,
16673: include/pa_request.h, include/pa_string.h, main/untaint.C:
16674: untaint compiled
16675:
16676: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16677: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16678: more compiled. struck with string::store_to needing to know
16679: source/client charsets
16680:
16681: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16682: types/pa_vfile.h: uue compiled
16683:
16684: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16685: table compiled
16686:
16687: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16688: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16689:
16690: * src/: include/pa_charset.h, main/pa_charset.C,
16691: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16692: introduced]
16693:
16694: * src/: classes/date.C, include/pa_charset.h,
16695: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16696: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16697: pa_charsets compiled
16698:
16699: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16700: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16701:
16702: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16703: common compiled
16704:
16705: * src/: include/pa_charsets.h, main/pa_charsets.C,
16706: main/pa_sql_driver_manager.C: pa_charsets compiled
16707:
16708: * src/: include/pa_array.h, include/pa_charset.h,
16709: include/pa_charsets.h, include/pa_pool.h,
16710: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16711: include/pa_stack.h, include/pa_string.h,
16712: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16713: sql_driver_manager compiled
16714:
16715: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16716: letter i with two dots added to koi, all ukranian letters added
16717: to win1251.
16718:
16719: typographic simbol 0xb9 deleted from win1251 [strange one & were
16720: abscent from koi]
16721:
16722: 2003-01-27 paf
16723:
16724: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16725: include/pa_sql_driver_manager.h, include/pa_string.h,
16726: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16727: sql/pa_sql_driver.h: paused on sql_manager
16728:
16729: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16730: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16731: include/pa_stack.h, main/pa_sql_driver_manager.C,
16732: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16733:
16734: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16735: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16736: include/pa_table.h, main/pa_sql_driver_manager.C,
16737: main/pa_table.C: table compiled
16738:
16739: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16740: cache_managers compiled
16741:
16742: * src/: include/pa_array.h, include/pa_charset.h,
16743: include/pa_pool.h, main/pa_charset.C: charset compiled
16744:
16745: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16746:
16747: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16748: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16749: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16750: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16751: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16752:
16753: 2003-01-24 paf
16754:
16755: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16756: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16757: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16758: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16759: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16760: types/pa_vint.h, types/pa_vjunction.h,
16761: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16762: types/pa_vstatus.h, types/pa_vstring.h: more patched
16763:
16764: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16765: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16766: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16767: main/pa_string.C, main/pa_table.C: string compiled
16768:
16769: * src/: include/pa_array.h, include/pa_common.h,
16770: include/pa_dictionary.h, include/pa_exception.h,
16771: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16772: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16773: main/pa_string.C: dictionary compiled
16774:
16775: 2003-01-23 paf
16776:
16777: * src/: include/pa_array.h, include/pa_common.h,
16778: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16779: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16780: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16781: types/pa_value.h: resurrected pool in new sense: now it's
16782: factory, producing&accounting memory chunks for read[autofree]
16783: buffers
16784:
16785: * src/: include/pa_array.h, include/pa_exception.h,
16786: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16787: main/pa_exception.C, main/pa_table.C: table compiled
16788:
16789: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16790: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16791: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16792: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16793: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16794: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16795: main/pa_table.C: aint that easy
16796:
16797: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16798: main/main.dsp: continued with Hash
16799:
16800: * src/main/pa_common.C: connect_string allocated on heap[wes on
16801: stack] now. and exception can be reported OK now [can be reported
16802: outside of pro c with that stack]
16803:
16804: 2003-01-22 paf
16805:
16806: * src/: include/pa_array.h, include/pa_charset.h,
16807: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16808: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16809: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16810: base: contains references_count. auto_ptr template calls
16811: add_ref/release
16812:
16813: 2003-01-21 paf
16814:
16815: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16816: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16817: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16818: classes/op.C, classes/response.C, classes/string.C,
16819: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16820: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16821: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16822: include/pa_config_fixed.h, include/pa_config_includes.h,
16823: include/pa_dictionary.h, include/pa_dir.h,
16824: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16825: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16826: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16827: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16828: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16829: include/pa_stack.h, include/pa_string.h,
16830: include/pa_stylesheet_connection.h,
16831: include/pa_stylesheet_manager.h, include/pa_table.h,
16832: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16833: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16834: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16835: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16836: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16837: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16838: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16839: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16840: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16841: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16842: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16843: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16844: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16845: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16846: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16847: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16848: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16849: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16850: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16851: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16852: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16853: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16854: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16855: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16856: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16857: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16858: types/pa_vstateless_object.h, types/pa_vstatus.C,
16859: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16860: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16861: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16862: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16863: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16864: 2002->2003
16865:
16866: 2003-01-16 paf
16867:
16868: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16869: src/main/pa_globals.C: http:// introducing $.any-status(1)
16870:
16871: * operators.txt, src/include/pa_config_fixed.h,
16872: src/main/pa_common.C: http request now return status. and not
16873: fail on status!=200
16874:
16875: 2003-01-15 paf
16876:
16877: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16878:
16879: 2003-01-14 paf
16880:
16881: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16882: mkinstalldirs: removed some ancient files [they in / really]
16883:
16884: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16885: regretfully needed patch in two places. in config_fixed.h made
16886: stubs for lib to compile in MSVC
16887:
16888: 2003-01-13 paf
16889:
16890: * config.guess, config.sub, ltmain.sh: removed last piece of
16891: configure.in(libtool) hacks
16892:
1.116 moko 16893: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16894: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16895: ltdl.h: moved to latest libtool (1.4.3)
16896:
16897: 2003-01-10 paf
16898:
16899: * src/lib/ltdl/: configure, configure.in: PROG_NM
16900:
16901: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16902: patches. libxml2 >= 2.5.1
16903: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16904: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16905: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16906:
16907: * INSTALL: moved to latest versions of xml libs libxml2 >=
16908: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16909: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16910: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16911:
16912: 2003-01-09 paf
16913:
16914: * INSTALL: xml,xslt,gdome lib urls updated
16915:
16916: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16917: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16918: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16919: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16920: 1.7.2
1.95 moko 16921:
16922: * depcomp: moving to automake 1.7.2
16923:
16924: 2002-12-27 paf
16925:
16926: * src/include/pa_version.h: 0007
16927:
16928: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16929: outdated parts, made links to language docs
16930:
16931: * src/include/pa_config_auto.h.in: comment
16932:
16933: 2002-12-26 paf
16934:
16935: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16936: not contain trailing / fixed.
16937:
16938: * INSTALL: changing SAFE_MODE politics
16939:
16940: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16941:
16942: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16943:
16944: 2002-12-25 paf
16945:
16946: * src/main/pa_globals.C: optimized-xml
16947:
16948: * src/main/pa_globals.C: optimized-as-is
16949:
16950: 2002-12-24 paf
16951:
16952: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16953: fixed [were really called with zero size when .html?a=&b=]
16954:
16955: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16956: with --with-sendmail
16957:
16958: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16959: fixed]
16960:
16961: 2002-12-23 paf
16962:
16963: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16964: ignoring parameters & were storing only string with default
16965: expires
16966:
16967: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16968: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16969: December 23, 2002 4:22 AM Subject: bug â
16970: Charset::transcode_buf2xchar
16971:
16972: 2002-12-20 paf
16973:
16974: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16975: non-cgi [script] runs
16976:
16977: 2002-12-19 paf
16978:
16979: * INSTALL: --without-iconv recommended [it crashes on some systems
16980: [tested on elik]] moreover, it's not needed there [parser
16981: registers charsets itself]
16982:
16983: * INSTALL: --without-iconv recommended [it crashes on some systems
16984: [tested on elik]]
16985:
16986: * operators.txt, src/include/pa_globals.h,
16987: src/include/pa_request.h, src/main/pa_globals.C,
16988: src/main/pa_request.C: $response:download
16989:
16990: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16991: compiler [win32]].
16992:
16993: 2002-12-18 paf
16994:
16995: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16996:
16997: 2002-12-17 paf
16998:
16999: * src/targets/cgi/parser3.C: merged die&iis changes
17000:
17001: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17002: to exit(1) 2. more flexible iilegal call check
17003:
17004: 2002-12-16 paf
17005:
17006: * ltmain.sh: some automakes silly insist on having this handy
17007:
17008: * src/main/untaint.C: filespec russian small 'r' changed to latin
17009: 'p' bug fix
17010:
17011: 2002-12-15 paf
17012:
17013: * src/main/untaint.C: filespec russian small 'r' changed to latin
17014: 'p'
17015:
17016: * configure.in, src/include/pa_config_auto.h.in,
17017: src/main/compile.C, src/main/pa_common.C: merged small changes
17018: from branch 6 to HEAD
17019:
17020: * src/main/compile.C: removed warning
17021:
17022: * src/main/pa_common.C: ftruncate having checked
17023:
17024: * configure.in, src/include/pa_version.h: new version
17025:
17026: 2002-12-14 paf
17027:
17028: * src/classes/table.C: removed unnecessary code
17029:
17030: * src/sql/pa_sql_driver.h: exception type fixed
17031:
17032: 2002-12-09 paf
17033:
17034: * src/types/pa_vvoid.h: $void.store[now] error
17035:
17036: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17037:
17038: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17039: tries to write core dump
17040:
17041: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17042:
17043: * src/: classes/hash.C, classes/string.C, classes/table.C,
17044: classes/void.C, main/pa_sql_driver_manager.C,
17045: sql/pa_sql_driver.h: changed exception handling mech in sql
17046: handlers #2
17047:
17048: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17049: exception handling mech in sql handlers
17050:
17051: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17052: handlers
17053:
17054: * src/: classes/hash.C, classes/string.C, classes/table.C,
17055: classes/void.C, main/pa_sql_driver_manager.C,
17056: sql/pa_sql_driver.h: changed exception handling mech in sql
17057: handlers
17058:
1.116 moko 17059: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17060: to write makefile which used libtool to install things, which is
17061: not needed
1.95 moko 17062:
17063: 2002-12-06 paf
17064:
17065: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17066: $hash.fields -- pseudo field to make 'hash' more like 'table'
17067:
17068: 2002-12-05 paf
17069:
17070: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17071: cc/bcc OK now
17072:
17073: * src/main/untaint.C: mail header closed properly
17074:
17075: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17076: header ',' allowed. still bugs in smtp [only one receiptient
17077: works, cc, bcc ignored now, and MAILED ;)]
17078:
17079: [strncpy killed, memnchr used]
17080:
17081: * src/main/pa_table.C: table-copy now current=0
17082:
17083: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17084: lowlevel proc
17085:
17086: * src/targets/cgi/parser3.C: more checks on
17087: http://domain/parser.cgi start [maybe some getenv returns "",
17088: checked that now
17089:
17090: * src/targets/cgi/parser3.C: more checks on
17091: http://domain/parser.cgi start [maybe some getenv returns "",
17092: checked that now
17093:
17094: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17095: out-of-mem errors reached log]
17096:
17097: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17098: mail:send MIME-Version default
17099:
17100: * src/main/main.dsp: pa_version included into main.dsp
17101:
17102: 2002-12-04 paf
17103:
17104: * src/types/pa_vform.C: $form:field string value cut by premature 0
17105:
17106: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17107: lib/libltdl -> lib/ltdl Win32 changes. s
17108:
17109: * src/classes/classes.awk: more strict *.C$
17110:
17111: * gnu.dsp: restored
17112:
1.116 moko 17113: * configure.in, gnu.dsp, src/lib/Makefile.am,
17114: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17115: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17116: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17117: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17118: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17119: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17120: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17121: now created with /configure, not ltdl/configure, so it does have
17122: no problems with automake. ltdl/configure
17123: AC_OUTPUT(Makefile<<removed)
1.95 moko 17124:
17125: 2002-12-02 paf
17126:
17127: * operators.txt: removed outdated status:db
17128:
17129: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17130: src/main/pa_common.C, src/main/pa_request.C,
17131: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17132: tainted parts becomes http-header
17133:
17134: 2002-11-29 paf
17135:
17136: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17137: dates now objects of type date
17138:
17139: * src/classes/image.C: file.seek removed [it were used in image.C
17140: only, and for parser user this means that jpeg image has bad
17141: size in fragment's header] now used image.format
17142:
17143: * src/: include/pa_common.h, main/pa_common.C,
17144: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17145: now handled exactly like $response:header values. e.g. can be
17146: hash [can have subattributes] & contain date values.
17147:
17148: * src/main/pa_common.C: http:// param values lang forced URI
17149:
17150: * src/main/pa_common.C: http:// tainted partes now %xx
17151:
17152: 2002-11-28 paf
17153:
17154: * operators.txt: http.timeout
17155:
17156: * src/classes/image.C: ^image.length now counts interchar space.
17157: plus space after last char
17158:
17159: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17160:
17161: * src/classes/image.C: ^image.font width measurer now scans full
17162: height [were -1]
17163:
17164: * configure.in: stopped double libltdl/Makefile generation
17165:
17166: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17167: chars [one top horizontal line of 1pixel height were missing]
17168:
17169: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17170: 'false' to go into (Hash *) parameter
17171:
17172: 2002-11-27 paf
17173:
17174: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17175: types/pa_vmail.C: response:body[file] if file nows it's name now
17176: returns content-disposition: >>attachment<<
17177:
17178: * src/classes/image.C: ^image.font << bad font file-size now
17179: properly reported
17180:
17181: 2002-11-26 paf
17182:
17183: * src/main/pa_request.C: fixed lang in reponse header
17184:
17185: * src/main/pa_common.C: utf8 prefix ignored @read text
17186:
17187: * operators.txt, src/main/pa_common.C: http:// response status!=200
17188: made exception: http.status with source=bad status#
17189:
17190: 2002-11-25 paf
17191:
17192: * configure.in, src/classes/image.C,
17193: src/include/pa_config_auto.h.in,
17194: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17195: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17196: const void related probs fixed
1.95 moko 17197:
17198: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17199:
17200: $file[^file::load[http://there]] $file.SERVER
17201:
17202: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17203: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17204: http options [invalid onces now reported] made default
17205: user-agent: paf
17206:
17207: * operators.txt, src/classes/file.C, src/classes/table.C,
17208: src/classes/xdoc.C, src/include/pa_common.h,
17209: src/include/pa_globals.h, src/main/pa_common.C,
17210: src/main/pa_globals.C, src/main/pa_request.C,
17211: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17212: now understand http:// prefix and additional params, sample:
17213: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17214: $.USER-AGENT[parser3] ]]
17215:
17216: 2002-11-22 paf
17217:
17218: * src/classes/image.C, src/include/pa_globals.h,
17219: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17220: src/types/pa_vimage.h, operators.txt: $image.exif support
17221: $image.exif.DateTime & co
17222:
17223: 2002-11-21 paf
17224:
17225: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17226: _PASS_APPENDED)
17227:
17228: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17229: EXIF information [were big block and it's size were considered
17230: negative :(]
17231:
17232: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17233: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17234: internals rewritten. no there's reader.seek, and all's ready for
17235: EXIF extraction [now we fail to measure files with EXIF info]
17236:
17237: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17238: O_TRUNC truncates even exclusevely write-locked file [thanks to
17239: Igor Milyakov <virtan@rotabanner.com> for discovering]
17240:
17241: 2002-11-20 paf
17242:
17243: * src/targets/cgi/parser3.C: logging @signal += query_string
17244:
17245: * configure.in, src/include/pa_config_auto.h.in,
17246: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17247: comment
17248:
17249: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17250:
17251: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17252: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17253: currently processed document SIGPIPE >> interrupts request
17254: processing [exception = DB rollback]
17255:
17256: * src/main/pa_exec.C: comment
17257:
17258: * src/main/pa_exec.C: pa_exec: data written only if size>0
17259:
17260: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17261: << disable HTTP-POST repassing
17262:
17263: * src/: include/pa_config_fixed.h, main/pa_common.C,
17264: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17265: pipe read errors now checked
17266:
17267: 2002-11-19 paf
17268:
17269: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17270: CGI: Illegal call
17271:
17272: 2002-11-01 paf
17273:
17274: * src/main/execute.C: comment
17275:
17276: 2002-10-31 paf
17277:
17278: * src/main/execute.C: found out why, checked that for now. todo:
17279: find out a way for that user could do that
17280:
17281: * src/types/pa_vstateless_object.h: object put replaces static
17282: parent if any
17283:
17284: * src/types/pa_vobject.C: object put replaces static parent if any
17285:
17286: * src/: classes/form.C, classes/mail.C, classes/op.C,
17287: classes/xnode.h, main/compile.tab.C, main/execute.C,
17288: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17289: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17290: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17291: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17292: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17293: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17294: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17295: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17296: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17297: types/pa_vstateless_object.h, types/pa_vstatus.C,
17298: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17299: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17300: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17301: types/pa_wwrapper.h: static fix merged
17302:
17303: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17304: $virtual_fields in dynamic, but one can reach derived
17305: static[class] variable from base
17306:
17307: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17308: types/pa_vobject.C, types/pa_vobject.h,
17309: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17310: statics, left $virtual_fields in dynamic
17311:
17312: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17313: one can't remember derivates in base class: there's so many of
17314: them. also there can be no virtual method calls in static
17315: classes
17316:
17317: * src/: classes/form.C, classes/mail.C, classes/op.C,
17318: classes/xnode.h, main/execute.C, main/pa_request.C,
17319: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17320: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17321: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17322: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17323: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17324: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17325: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17326: types/pa_vresponse.C, types/pa_vresponse.h,
17327: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17328: types/pa_vstateless_object.h, types/pa_vstatus.C,
17329: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17330: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17331: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17332: types/pa_wwrapper.h: static call $self fixed
17333:
17334: * src/main/execute.C: comment
17335:
17336: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17337: ^process[$caller.self]{...} now compiles to last derived object
17338: part of that 'self'
17339:
17340: 2002-10-29 paf
17341:
17342: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17343: re-passing [iis to blame]
17344:
17345: * src/classes/string.C: changed string.save to pass current sql
17346: connection to cstr thus one can ^connect[some server]{
17347: $s[insert into table x (x) values (^taint[sql]{value})]
17348: ^s.save[some.sql] } and he'd get in some.sql file code with
17349: properly escaped. [tried in mssql->mysql export->import of
17350: binary data]
17351:
17352: 2002-10-25 paf
17353:
17354: * src/types/pa_vresponse.C: case insensitive response user fields
17355: get/put
17356:
17357: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17358: types/pa_vresponse.C: saving for maybe-future
17359:
17360: 2002-10-23 paf
17361:
17362: * operators.txt, src/classes/table.C: ^table.hash{code}...
17363: ^table.hash(expr)...
17364:
17365: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17366:
17367: 2002-10-22 paf
17368:
17369: * src/types/: pa_vform.C, pa_vform.h: removed needless
17370: VForm::Append...(...Value)
17371:
17372: * src/main/execute.C: $.name outside of $name[...] checked
17373:
17374: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17375: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17376:
17377: 2002-10-21 paf
17378:
17379: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17380: $form:qtail $form:imap.x/y
17381:
17382: * operators.txt, src/types/pa_vform.C: $form:nameless =
17383: "?value&...", "...&value&...", "...&value"
17384:
17385: * operators.txt, src/types/pa_vform.C: $form:image-map
17386:
17387: * operators.txt, src/classes/file.C: /some/page.html:
17388: ^file:fullpath[a.gif] => /some/a.gif
17389:
17390: 2002-10-17 paf
17391:
17392: * src/main/: compile.tab.C, compile.y: operators precedence changed
17393: a little: logical not and bitwise negation precedence made
17394: highest, << and >> bitshits precedence made equal [were << higher
17395: than >>]
17396:
17397: * src/classes/op.C: exception handling fixed [were bad with
17398: contexts]
17399:
17400: 2002-10-16 paf
17401:
17402: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17403: main/pa_request.C: Request::self considered equal to
17404: VMethodFrame::self, and removed, Request::get_self() mapped to
17405: VMethodFrame.self()
17406:
17407: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17408: $hash in open field now gives old good error meesage
17409:
17410: 2002-10-15 paf
17411:
17412: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17413: use ^if($junction is junction){was and now true}
17414:
17415: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17416: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17417: types/pa_vxnode.C: xml->parser strings now have origin, which
17418: points to place where value left xml library and came to parser:
17419: place of dom field extraction/call
17420:
17421: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17422: main/compile.tab.C, main/compile.y, main/execute.C,
17423: types/pa_vmethod_frame.h: removed last pieces of old code
17424: allowing $junction.xxx at compile time
17425:
17426: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17427: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17428: objects also considered [were only classes]
17429:
17430: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17431: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17432: with CLASS self. [ (request&method_frame).self temporarily
17433: changed ]
17434:
17435: * src/classes/: hash.C, op.C: method_frame now always changed, with
17436: no exception to native calls. for&foreach changed to use
17437: method_frame.caller for their var's name context
17438:
17439: * src/: main/execute.C, targets/cgi/parser3.C,
17440: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17441: compiling to system classes disabled
17442:
17443: * operators.txt, src/classes/op.C:
17444: ^process[$caller.CLASS]{code-string} added
17445:
17446: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17447: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17448: src/types/Makefile.am, src/types/pa_vjunction.C,
17449: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17450: src/types/types.dsp: removed $junction.get $junction.set[]
17451: introducing $caller
17452:
17453: * src/types/pa_value.h: removed outdated comments. doxygen would
17454: find them lower by inheritance tree
17455:
17456: * src/types/pa_vjunction.C: ident
17457:
17458: 2002-10-14 paf
17459:
17460: * src/classes/op.C: process compiles to code's class class
17461:
17462: * src/: classes/form.C, classes/mail.C, classes/op.C,
17463: include/pa_request.h, main/compile.C, main/compile.tab.C,
17464: main/compile.y, main/execute.C, main/pa_request.C,
17465: types/pa_vstateless_class.h: operators now main-class-methods
17466:
17467: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17468: better stack trace [has "call" & co there]
17469:
17470: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17471: operators @auto now executed in MAIN context
17472:
17473: * src/main/execute.C: operator execution context now = MAIN, not
17474: closest stack frame
17475:
17476: @touchit[] $i[after]
17477:
17478: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17479: were 'after'
17480:
17481: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17482: 'after'
17483:
17484: * src/main/execute.C: comment
17485:
17486: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17487: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17488: action]
17489:
17490: * src/types/pa_vxnode.C: misreplace fixed
17491:
17492: * configure, configure.in, src/include/pa_config_auto.h.in,
17493: src/types/pa_vstatus.C, operators.txt:
17494: $status:rusage.tv_secs/usecs introduced
17495:
17496: 2002-10-09 paf
17497:
17498: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17499: on empty string [or uses (default)]
17500:
17501: 2002-10-08 paf
17502:
17503: * src/main/untaint.C: mail header quoted printable changed after
17504: RFC reread
17505:
17506: * operators.txt: plan on ^if(method
17507:
17508: * src/types/pa_vxnode.C: misreplace
17509:
17510: 2002-09-24 paf
17511:
1.116 moko 17512: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17513:
17514: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17515: mailreceive would compile on freebsd now
17516:
17517: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17518: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17519: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17520: mailreceive would compile on freebsd now
1.95 moko 17521:
17522: * src/: classes/file.C, main/untaint.C: 1. file spec language
17523: changed: now there are only few chars are untainted: * ? ' " < >
17524: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17525: one should use ^untaint[uri]{...} now]
17526:
17527: 2. $list[^file:list[dir]] now returns simply tainted names in
17528: $list.name, not tainted as filespec
17529:
17530: @russianindex[] #dir with files with russian-lang names
17531: $where[dir]
17532:
17533: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17534: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17535:
17536: 2002-09-23 paf
17537:
17538: * src/types/pa_vdouble.h: double->int round added
17539:
17540: * src/classes/date.C: date bug fix, now
17541: round(floatDays*secondsPerDay)
17542:
17543: * src/classes/date.C: date bug fix, now
17544: round(floatDays*secondsPerDay)
17545:
17546: 2002-09-20 paf
17547:
17548: * src/main/execute.C: code junction calls disabled [before: code
17549: was compiled in such a way, that there were no code-junctions in
17550: OP_CALL]
17551:
17552: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17553:
17554: @badjunctioncallinside[code] ^code[]
17555:
17556: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17557: expanding to include ^junction.method
17558:
17559: * src/main/pa_common.C: -d "DIR/" now true
17560:
17561: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17562: as internal xdoc encoding, and after decoding attributes set by
17563: dom functions now encoded OK, not as digital entities
17564:
17565: * src/classes/xdoc.C: empty transform result, being taken as file
17566: now returns empty file, not raises stupid error about "stat-ed
17567: file"
17568:
17569: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17570: allowed
17571:
17572: * src/types/types.dsp: introducing $junction.get/put(1) one can
17573: write iterators now:
17574:
17575: ^user-foreach[key;value]{$key=$value<br>}
17576:
17577: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17578: $code.value($i*2) $code }
17579:
17580: * src/main/compile_tools.h: mistype
17581:
1.116 moko 17582: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17583: thus taking linking options configure changes into account [were:
17584: ignoring]
1.95 moko 17585:
17586: * src/types/: pa_vjunction.C, Makefile.am: introducing
17587: $junction.get/put(1) one can write iterators now:
17588:
17589: ^user-foreach[key;value]{$key=$value<br>}
17590:
17591: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17592: $code.value($i*2) $code }
17593:
17594: * src/: include/pa_opcode.h, include/pa_request.h,
17595: main/compile.tab.C, main/compile.y, main/execute.C,
17596: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17597: introducing $junction.get/put(1) one can write iterators now:
17598:
17599: ^user-foreach[key;value]{$key=$value<br>}
17600:
17601: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17602: $code.value($i*2) $code }
17603:
17604: 2002-09-19 paf
17605:
1.116 moko 17606: * Makefile.am: new: make commit
1.95 moko 17607:
17608: * aclocal.m4: forced to be older
17609:
17610: 2002-09-18 paf
17611:
17612: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17613: src/main/compile.y, src/main/execute.C: << >> int shifts
17614:
17615: * src/: include/pa_common.h, include/pa_request.h,
17616: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17617: - now this - fatal error
17618:
17619: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17620: that one can pass binary data there
17621:
17622: * src/: classes/date.C, classes/double.C, classes/file.C,
17623: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17624: classes/op.C, classes/response.C, classes/string.C,
17625: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17626: include/pa_request.h: pa_request contexts made privated, plus
17627: get_{self/method_frame} to read. Request_context_saver used in
17628: ^try to save flang too. [were not saved]
17629:
17630: * src/types/pa_vresponse.C: header value chains joined before
17631: output, this should help $.subject[$var $var] from being
17632: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17633:
17634: 2002-09-17 paf
17635:
17636: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17637: removed changes, operators executed with calling self. lots of
17638: code with ^include code relies on defined/defining self variables
17639:
17640: $a[1] ^include[print_a.p] print_a.p: $a
17641:
17642: ^include[set_a.p] a=$a set_a.p: $a[1]
17643:
17644: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17645: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17646: types/pa_vstateless_class.h: operators now executed with MAIN
17647: self. it's for ^include sake, too strong a change
17648:
17649: * src/classes/op.C: made place for ^process to compile it's code to
17650: in case of no self
17651:
17652: * src/main/execute.C: found ancient param to Junction, removed.
17653: allowed passing self to native_code_operators [for ^process to
17654: work, she needs self]
17655:
17656: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17657: types/pa_vstateless_class.h: found ancient param to Junction,
17658: removed. allowed passing self to native_code_operators [for
17659: ^process to work, she needs self]
17660:
17661: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17662: types/pa_value.h, types/pa_vmethod_frame.h,
17663: types/pa_vstateless_class.h: allowed Request.self to be 0,
17664: checked that in VMethodFrame get/put and $self.
17665:
17666: * src/classes/: table.C, xdoc.C: table::sql options table::create
17667: copy options options checked, wrong option now fatal error
17668:
17669: * src/main/pa_string.C: string.replace fixed [were missing words on
17670: pieces boundaries]
17671:
1.150 moko 17672: * configure, configure.in: .so now detected [can be .sl on hpux,
17673: .dll on cygwin, .so in other cases)
1.95 moko 17674:
17675: * configure, configure.in: .so now detected [can be .sl on hpux,
17676: .dll on cygwin, .so in other cases)
17677:
17678: * operators.txt, src/classes/hash.C, src/classes/table.C,
17679: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17680: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17681: record taken [were last]
17682:
17683: * src/: classes/hash.C, classes/table.C,
17684: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17685: now errors
17686:
17687: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17688:
17689: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17690: ,2,3]
17691:
17692: 2002-09-16 paf
17693:
17694: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17695: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17696: stdout to be binary. now detected closest header break.
17697:
17698: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17699: closed right
17700:
17701: 2002-09-13 paf
17702:
17703: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17704: src/main/compile_tools.h: (expression #comment)
17705:
17706: (multiline expression #comment line2 #comment )
17707:
17708: (expression #comment with (brackets) comment) << OK
17709:
17710: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17711: bitwise !|| numerical xor now [preparing for expression
17712: #comments]
17713:
17714: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17715: error
17716:
17717: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17718: cheched in pa_socks.C
17719:
1.116 moko 17720: * configure, configure.in, src/include/pa_config_auto.h.in:
17721: HAVE_WINSOCK_H created in configure.in
1.95 moko 17722:
17723: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17724: cookie date now clean [were mistakenly tainted & that worked bad
17725: with opera -- 'happily' that worked OK with msie]
17726:
17727: 2002-09-12 paf
17728:
17729: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17730: VClass get_element now first looks to fields, next to methods &
17731: co todo: the rest reason: more speed
17732:
17733: * src/main/untaint.C: quoted printable encoding stops before
17734: \s*<...>$
17735:
17736: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17737: stops before <...>$
17738:
17739: 2002-09-11 paf
17740:
17741: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17742: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17743: forgot to check users of those funcs. not all were using that
17744: return value convention
17745:
17746: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17747: windows-1254 added
17748:
17749: 2002-09-10 paf
17750:
17751: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17752: VCodeFrame parent param were specified badly
17753:
17754: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17755: WWrapper which used in constructing objects(second param to sql
17756: method) ^...sql{}[$.default{code}] now has parent, wich helps
17757: code in hash to survivi
17758:
17759: * src/: include/pa_request.h, main/execute.C: removed redundant
17760: param to execute [stack said 'thanks']
17761:
17762: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17763: types/pa_value.h, types/pa_vcode_frame.h,
17764: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17765: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17766: responsibility to wcontext
17767:
17768: * src/classes/file.C: decided not to log exec's with stderr, that
17769: could be warnings, and it's up to scritper to log/show them
17770:
17771: * src/: classes/double.C, main/execute.C: double:sql badly called
17772: write_assign_lang, not write_no_lang, thus doing unnecessary
17773: double/string converstion, which were loosing time&precesion
17774:
17775: * src/: main/pa_charset.C, types/pa_vmail.C:
17776: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17777: case of unfinished in buffer processing, causing accidental
17778: transcode stop [in case that source enc != utf-8 & there is
17779: incomplete utf-8 sequence at the end of 16000block iside of
17780: libxml lib] tfm readed & code updated
17781:
17782: 2002-09-04 paf
17783:
17784: * configure: makes with sjlj
17785:
17786: * INSTALL, src/include/pa_config_fixed.h,
17787: src/include/pa_sql_connection.h,
17788: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17789: checked. on win32 it made default
17790:
17791: * src/include/pa_config_auto.h.in: sjlj define
17792:
17793: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17794: can not work with longjump/throw pair, and one must switch that
17795: on there. todo: detect that automatically]
17796:
17797: * src/types/pa_vxnode.C: removed too strong checks of
17798: xnode.elements. now, for instance, if element does not have any
17799: attributes, $xnode.attributes is void, not error
17800:
17801: 2002-09-02 paf
17802:
17803: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17804: removed double_result, didn't help
17805:
17806: * src/main/execute.C: double_result made to move that var away from
17807: hungry g++ optimizer (-O2), before: it were optimized and
17808: comparison operators worked badly
17809:
17810: * src/types/pa_vdate.h: removed debug
17811:
1.116 moko 17812: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17813:
17814: * src/main/execute.C: fixed numeric < & co so that thay now use
17815: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17816: unknown reason.
17817:
17818: 2002-08-29 paf
17819:
17820: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17821: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17822: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17823: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17824: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17825: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17826: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17827: [called less frequent, allowed to remove ugly
17828: Junction.change_context-s from many places, switch,
17829: mail:send..html{}, ..] request.root renamed to method_frame [more
17830: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17831: [speed up]
17832:
17833: 2002-08-28 paf
17834:
17835: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17836: tainted
17837:
17838: * src/types/pa_vcookie.C: fixed cookie delete when
17839: $cookie:name[$.value[]]
17840:
17841: * operators.txt, src/classes/string.C:
17842: ^string.split[delim[;options]]
17843:
17844: 2002-08-27 paf
17845:
1.116 moko 17846: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17847:
17848: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17849: delimiter
17850:
17851: * INSTALL: recommended latest gmime 1.0.5
17852:
17853: 2002-08-26 paf
17854:
17855: * configure, configure.in: apache13/hook added to make dist.
17856:
17857: 2002-08-23 paf
17858:
17859: * src/: include/pa_common.h, main/pa_common.C,
17860: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17861: beside binary [cgi, isapi] not accessible [due to bad rights or
17862: whatever] it's error now
17863:
17864: 2002-08-21 paf
17865:
1.116 moko 17866: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17867:
17868: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17869: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17870: class". compiled as if here they named base class
17871:
17872: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17873: cloning constructor]
17874:
17875: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17876:
1.150 moko 17877: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17878: $mail.received.file.value.content-type fixed
17879:
17880: 2002-08-20 paf
17881:
17882: * src/classes/file.C: fixed language of file:file result
17883:
17884: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17885: from 3.0.0005
17886:
17887: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17888:
17889: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17890: 3.0.0005
17891:
17892: * src/classes/void.C, operators.txt: ^void.length[] = 0
17893:
17894: 2002-08-19 paf
17895:
17896: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17897: work now
17898:
17899: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17900: error in xnode, which were not catched in xdoc]
17901:
17902: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17903: prepared: // validate each document after load/create (?)
17904: //xmlDoValidityCheckingDefaultValue = 1;
17905:
17906: 2002-08-15 paf
17907:
17908: * src/classes/classes.h: write to static var caused useless
17909: Exception, introduced Methoded::put_element wich consumes those
17910:
17911: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17912: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17913: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17914: $response:field[date] $response:field[$.xxx[date]]
17915:
17916: * src/: classes/hash.C, classes/string.C, classes/table.C,
17917: classes/void.C, include/pa_sql_connection.h: fixed source of
17918: ^hash::sql{bad}
17919:
17920: * operators.txt: $request:body unprecessed POST request body
17921:
17922: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17923:
17924: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17925: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17926:
17927: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17928: src/include/pa_request.h, src/main/pa_pool.C,
17929: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17930: $request:body r.post_data now const
17931:
17932: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17933: classes/xnode.C, main/execute.C, types/pa_value.h,
17934: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17935: types/pa_vtable.h: instead of type() checking everywhere used
17936: Value.as now user descendants can be used in params.
17937:
17938: VObject::as_*, is_defined now taken from bases. xtable(table)
17939: ^if($xtable) now OK
17940:
17941: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17942: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17943: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17944:
17945: 2002-08-14 paf
17946:
17947: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17948: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17949: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17950: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17951: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17952: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17953: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17954: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17955: types/pa_vresponse.C, types/pa_vresponse.h,
17956: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17957: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17958: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17959: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17960: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17961: & VClass
17962:
17963: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17964:
17965: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17966: removed fixopt stupidity. on stupid linux use cd /document/root
17967: ../cgi/parser3 script
17968:
17969: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17970: params, splitting them by space, excluding argv[0], argv[argc-1]
17971:
17972: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17973: fixopt.h: fixopt now preprocesses command line params, splitting
17974: them by space, excluding argv[0], argv[argc-1]
17975:
17976: * src/targets/cgi/parser3.C: -f config file
17977:
17978: * src/targets/cgi/parser3.C: fixed .log file dir
17979:
17980: 2002-08-13 paf
17981:
17982: * src/types/pa_vobject.C: allow override parent variables, useful
17983: for form descendants [in vobject too, were in vclass]
17984:
17985: * src/types/pa_vclass.C: allow override parent variables, useful
17986: for form descendants
17987:
17988: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17989: overwritten in derived(table)
17990:
17991: * src/: classes/form.C, classes/mail.C, classes/op.C,
17992: classes/xnode.h, include/pa_request.h, main/execute.C,
17993: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17994: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17995: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17996: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17997: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17998: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17999: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18000: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18001: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18002: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18003: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18004: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18005: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18006: Value::get_element(..., bool looking_down) [needed to exclude
18007: endless recoursion]
18008:
18009: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18010: fix bug with put endless recoursion todo: check 'as'
18011:
18012: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18013: reorganized modules todo: fix bug with put endless recoursion
18014: todo: check 'as'
18015:
18016: * src/types/pa_vobject.h: checked: table fields can be overwritten
18017: in derived(table)
18018:
18019: * src/types/pa_vobject.h: derived classes can have fields of their
18020: own now
18021:
18022: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18023: fixed error message on using non-created table
18024:
18025: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18026: classes/op.C, classes/xnode.h, include/pa_request.h,
18027: main/compile.C, main/compile.tab.C, main/execute.C,
18028: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18029: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18030: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18031: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18032: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18033: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18034: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18035: types/pa_vresponse.C, types/pa_vresponse.h,
18036: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18037: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18038: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18039: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18040: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18041: looking down/up tree todo: fix error message on non-constructed
18042: parents
18043:
18044: 2002-08-12 paf
18045:
18046: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18047: derived OK
18048:
18049: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18050: thorough testing
18051:
18052: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18053: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18054: types/pa_vobject.h, types/pa_vstateless_class.h,
18055: types/pa_vstateless_object.h, types/pa_wcontext.h,
18056: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18057: ^base:create[] dynamic call rewritten todo: thorough testing
18058:
18059: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18060: now instantates base class, remembers it and saves child in
18061: parent VObject.get_class now returns last child = downward
18062: virtual calls OK
18063:
18064: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18065: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18066: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18067: types/pa_vobject.h, types/pa_vresponse.h,
18068: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18069: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18070: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18071: VAliased [redundant], moved $CLASS to VObject only [parser class
18072: instance]
18073:
18074: * src/main/pa_request.C: $response:body[file] content-type check
18075: fixed [were bad when content-type is hash]
18076:
18077: 2002-08-09 paf
18078:
18079: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18080: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18081:
18082: 2002-08-08 paf
18083:
18084: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18085: src/main/pa_globals.C: year column in month calendar [week year]
18086:
18087: * src/main/execute.C: error reporting on object writes to MAIN
18088: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18089:
18090: * operators.txt, src/types/pa_vdate.h: $date.yearday
18091: $date.daylightsaving
18092:
18093: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18094: use tainted data now. only she must specify the language.
18095:
18096: ^mail:send[ $.from[paf@mail.design.ru]
18097: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18098: $.text[^taint[uri][ìîñêâà]=] ]
18099:
18100: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18101: now prints more precise origin
18102:
18103: * src/include/pa_string.h: String::first_char now not fails on
18104: empty strings ^if(-f '') now ok and in 3 other places.
18105:
18106: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18107: String::first_char now not fails on empty strings ^if(-f '') now
18108: ok and in 3 other places.
18109:
18110: 2002-08-07 paf
18111:
18112: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18113: fixed
18114:
18115: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18116:
18117: * src/: main/execute.C, types/pa_vcode_frame.h,
18118: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18119: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18120: mistakenly not completely transparent to object writes.
18121: $hash[^if(1){$hash}] now works
18122:
18123: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18124: now erasing cache file [there were bad check on that]
18125:
18126: * src/: classes/classes.dsp, classes/table.C,
18127: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18128: all Debug dirs in .dsp now named 'Debug'
18129:
1.116 moko 18130: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18131:
18132: * operators.txt, src/classes/mail.C: exception_type email.send
18133:
18134: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18135:
18136: * src/types/pa_vmail.C: mail:send empty email checked
18137:
18138: 2002-08-06 paf
18139:
18140: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18141: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18142: ^table::create[$source;$.options] ^table::join[$source;$.options]
18143:
18144: * operators.txt, src/classes/hash.C, src/classes/string.C,
18145: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18146: # $.default() }
18147:
18148: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18149:
18150: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18151: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18152: $file.content-type [instead of .mime-type] now works for
18153: file::stat also
18154:
18155: * src/main/pa_request.C: case insensitive mime_type_of
18156:
18157: 2002-08-05 paf
18158:
18159: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18160:
18161: * src/types/pa_vmail.C: file buffer relocated to parser heap
18162:
18163: * operators.txt: comment on date:calendar week column
18164:
18165: * src/main/pa_common.C: write checked
18166:
18167: * src/main/: pa_common.C: write checked
18168:
18169: * src/classes/date.C: +1 buf size for stupid snprintfs
18170:
18171: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18172: month calendar week column [ISO 8601 Week Numbers]
18173:
18174: 2002-08-02 paf
18175:
18176: * src/: include/pa_config_fixed.h, main/pa_string.C,
18177: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18178: DEBUG*
18179:
18180: * configure, configure.in, src/include/pa_version.h: release
18181: 3_0_0005
18182:
18183: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18184: multipart post fixed
18185:
18186: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18187: response transcoded source->client only when text/* or simple
18188: onoverridden $response:body
18189:
18190: 2002-08-01 paf
18191:
18192: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18194: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18195: classes/op.C, classes/response.C, classes/string.C,
18196: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18197: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18198: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18199: include/pa_config_fixed.h, include/pa_dictionary.h,
18200: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18201: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18202: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18203: include/pa_socks.h, include/pa_sql_connection.h,
18204: include/pa_sql_driver_manager.h, include/pa_stack.h,
18205: include/pa_string.h, include/pa_stylesheet_connection.h,
18206: include/pa_stylesheet_manager.h, include/pa_table.h,
18207: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18208: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18209: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18210: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18211: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18212: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18213: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18214: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18215: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18216: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18217: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18218: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18219: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18220: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18221: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18222: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18223: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18224: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18225: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18226: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18227: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18228: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18229: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18230: types/pa_vmethod_frame.h, types/pa_vobject.h,
18231: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18232: types/pa_vresponse.h, types/pa_vstateless_class.C,
18233: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18234: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18235: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18236: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18237: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18238: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18239:
18240: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18241: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18242: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18243: classes/math.C, classes/op.C, classes/response.C,
18244: classes/string.C, classes/table.C, classes/void.C,
18245: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18246: include/pa_array.h, include/pa_cache_managers.h,
18247: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18248: include/pa_config_fixed.h, include/pa_config_includes.h,
18249: include/pa_dictionary.h, include/pa_dir.h,
18250: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18251: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18252: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18253: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18254: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18255: include/pa_stack.h, include/pa_string.h,
18256: include/pa_stylesheet_connection.h,
18257: include/pa_stylesheet_manager.h, include/pa_table.h,
18258: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18259: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18260: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18261: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18262: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18263: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18264: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18265: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18266: main/pa_sql_driver_manager.C, main/pa_string.C,
18267: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18268: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18269: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18270: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18271: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18272: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18273: targets/isapi/pool_storage.h, types/pa_valiased.C,
18274: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18275: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18276: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18277: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18278: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18279: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18280: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18281: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18282: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18283: types/pa_vresponse.C, types/pa_vresponse.h,
18284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18285: types/pa_vstateless_object.h, types/pa_vstatus.C,
18286: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18287: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18288: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18289: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18290: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18291: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18292: types/Makefile.am: ident.C* removed
18293:
18294: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18295: file:find[/can/do/this/now.txt]
18296:
18297: * src/targets/cgi/parser3.C: usage to stdout now
18298:
18299: 2002-07-31 paf
18300:
18301: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18302:
18303: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18304: default "postmaster"
18305:
18306: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18307: -f postmaster now default sendmail key word "postmaster"
18308: replaced to $.from
18309:
18310: 2002-07-30 paf
18311:
1.116 moko 18312: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18313: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18314:
18315: * src/main/pa_charset.C: comment
18316:
18317: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18318: table, &#decimal;
18319:
18320: * src/main/pa_request.C: comment
18321:
18322: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18323: paragraf]
18324:
18325: 2002-07-11 paf
18326:
18327: * src/main/pa_exec.C: build command line badly added params twice
18328: [and first time without ' ']. double wrong. fixed.
18329:
18330: * src/main/pa_exec.C: invalid .exe caused error message with params
18331: wich parser did not provide = reported badly. fixed that.
18332:
18333: * src/classes/mail.C: $MAIL[ # xxx ]
18334:
18335: now ok
18336:
18337: * operators.txt: plan: sql detailed exception
18338:
18339: 2002-07-01 paf
18340:
18341: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18342: [MForm.configure_admin were called when request.main_class ==0
18343:
18344: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18345:
18346: * src/classes/form.C: content_length type fix
18347:
18348: 2002-06-30 paf
18349:
18350: * src/classes/mail.C: merged from 4
18351:
18352: * src/classes/mail.C: restored $MAIL
18353:
18354: 2002-06-28 paf
18355:
18356: * configure, configure.in: removed paths.h
18357:
1.116 moko 18358: * configure, src/include/pa_version.h,
1.95 moko 18359: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18360: merged, makes updated
18361:
18362: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18363: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18364: src/include/pa_pool.h, src/include/pa_version.h,
18365: src/main/pa_charset.C, src/main/pa_pool.C,
18366: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18367: src/types/pa_vmail.C: merged latest updates to head
18368:
18369: 2002-06-27 paf
18370:
18371: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18372: not error now
18373:
18374: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18375: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18376: src/main/pa_charset.C, src/main/pa_pool.C:
18377: ^xdoc::create[[uri]]... base uri for document being created,
18378: imports and other relative file names would be relative to this
18379: uri default uri=path_translated
18380:
18381: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18382:
18383: 2002-06-26 paf
18384:
18385: * configure, configure.in, src/include/pa_version.h:
18386: release_3_0_0004
18387:
18388: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18389: 0 now
18390:
18391: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18392:
18393: 2002-06-25 paf
18394:
18395: * src/main/pa_string.C: emtpy string, or string of whitespaces
18396: considered bad number now
18397:
18398: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18399: now
18400:
18401: * operators.txt, src/classes/string.C: ^string.normalize [old
18402: name: optimize
18403:
18404: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18405: library configured
18406:
18407: * src/main/pa_request.C: configure_admin forced if no @conf
18408:
1.150 moko 18409: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18410: ^math:crypt updated to generate random salt when needed and to
18411: call system crypt() if not $apr1$ prefix
1.95 moko 18412:
18413: 2002-06-24 paf
18414:
18415: * INSTALL: --with-static/shared-mailreceive described
18416:
18417: * src/include/pa_config_fixed.h: ssize_t fixed
18418:
1.116 moko 18419: * configure, configure.in, src/include/pa_config_auto.h.in,
18420: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18421: src/types/pa_vmail.C: $mail:received makes update
18422:
18423: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18424: WITH_MAILRECEIVE
18425:
18426: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18427:
18428: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18429: option, for $mail:receive
18430:
18431: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18432: introducting $message:received ^mail:send rewritten with backward
18433: comp
18434:
18435: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18436: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18437: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18438: now
18439:
18440: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18441: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18442: src/include/pa_request.h, src/include/pa_string.h,
18443: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18444: src/main/pa_globals.C, src/main/pa_request.C,
18445: src/main/pa_string.C, src/main/pa_uue.C,
18446: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18447: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18448: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18449: uue to separate file introducting $message:received ^mail:send
18450: rewritten with backward comp
18451:
18452: 2002-06-21 paf
18453:
1.116 moko 18454: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18455: co changes
1.95 moko 18456:
1.116 moko 18457: * configure, configure.in, src/lib/md5/Makefile.am,
18458: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18459: restructure .in and .am files appropriate changes
1.95 moko 18460:
18461: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18462: pcre to libs/ added libs/md5 which is linked to non-apache
18463: targets ^math:crypt[password;$apr1$salt]
18464:
18465: * INSTALL, configure.in, operators.txt, parser3.dsw,
18466: src/Makefile.am, src/classes/Makefile.am,
18467: src/classes/classes.dsp, src/classes/math.C,
18468: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18469: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18470: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18471: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18472: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18473: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18474: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18475: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18476: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18477: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18478: src/lib/pcre/pcre_parser_ctype.dsp,
18479: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18480: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18481: src/main/compile.tab.C, src/main/main.dsp,
18482: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18483: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18484: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18485: to libs/ added libs/md5 which is linked to non-apache targets
18486: ^math:crypt[password;$apr1$salt]
18487:
18488: 2002-06-20 paf
18489:
1.150 moko 18490: * INSTALL, configure, configure.in, operators.txt,
18491: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18492: src/include/pa_globals.h, src/include/pa_request.h,
18493: src/main/execute.C, src/main/pa_request.C,
18494: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18495: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18496: file:justname&co & @auto/conf[filespec
1.95 moko 18497:
18498: * operators.txt, src/classes/file.C:
18499: !^file:dirname[/a/some.tar.gz]=/a
18500: !^file:dirname[/a/b/]=/a
18501: !^file:basename[/a/some.tar.gz]=some.tar.gz
18502: !^file:justname[/a/some.tar.gz]=some.tar
18503: !^file:justext[/a/some.tar.gz]=gz
18504:
18505: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18506: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18507: @conf/auto[filespec]
18508:
1.116 moko 18509: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18510:
1.150 moko 18511: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18512: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18513: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18514:
18515: 2002-06-18 paf
18516:
18517: * configure, configure.in, src/include/pa_version.h: version to
18518: configure.in
18519:
18520: * INSTALL: reflected .conf.dist dir change
18521:
1.150 moko 18522: * Makefile.am, configure, configure.in,
1.116 moko 18523: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18524: .in & *.am updated
18525:
18526: * src/classes/file.C: strncasecmp
18527:
18528: * src/classes/file.C: strcasecmp
18529:
1.150 moko 18530: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18531:
18532: * src/classes/file.C: ^file::exec[script;$.bad error case
18533: insensitive check now
18534:
18535: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18536:
18537: * configure, configure.in, src/include/pa_pool.h,
18538: src/include/pa_types.h: pack configure.in detection simplified.
18539: figured out that gcc on sparc not that stupid as thought
18540: previously: on sparc: when it sees packed class it modifies it's
18541: field-access-code to byte operations [stb, ldub] instead of 4byte
18542: operations [st, lduh] so packed must be all parts of packed
18543: class, i.e. it's parents&fields(classes). for now it's only
18544: String that packed and what was wrong is that it's parent -
18545: Pooled, were not packed. fixed that.
18546:
18547: 2002-06-14 paf
18548:
18549: * operators.txt: more precise xml-to-text options
18550:
18551: * operators.txt, src/types/pa_vxnode.C: xnode
18552: attribute_node.name/value xnode pi.node.data
18553:
18554: 2002-06-12 paf
18555:
1.116 moko 18556: * configure, configure.in, src/targets/cgi/Makefile.am,
18557: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18558:
18559: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18560: src/include/pa_globals.h, src/include/pa_request.h,
18561: src/main/compile.tab.C, src/main/pa_globals.C,
18562: src/main/pa_request.C, src/targets/cgi/parser3.C,
18563: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18564:
18565: * src/classes/mail.C: sendmail -ti [default now]
18566:
18567: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18568: to be strings. for convinient #ing
18569:
18570: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18571: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18572:
18573: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18574: main/pa_globals.C, main/pa_request.C: @conf
18575:
18576: 2002-06-11 paf
18577:
18578: * src/classes/file.C: check simplified
18579:
18580: * src/: classes/file.C, targets/cgi/parser3.dsp,
18581: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18582: valid prefix
18583:
18584: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18585: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18586: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18587:
18588: 2002-06-10 paf
18589:
18590: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18591: src/main/pa_common.C: lock failures reported now
18592:
18593: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18594: string->double @ compile time were not-enough-checking...
18595:
18596: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18597: autoconvert now ignored
18598:
18599: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18600: check
18601:
18602: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18603: $response:body content-type:name
18604:
18605: * configure, configure.in: hpux check, nsl link, no socket
18606:
18607: * operators.txt: old merge conflict removed
18608:
18609: * configure, configure.in: pack even address access on sparc&co
18610: arch checked in configure
18611:
18612: * configure, src/include/pa_version.h: makes
18613:
18614: * configure, configure.in, src/include/pa_version.h: makes
18615:
18616: * src/main/untaint.C: (bug#2) mail subject got always prepended
18617: with charset even when all letters were 7bit one
18618:
18619: * src/main/pa_common.C: merged fixed -d (bug)
18620:
18621: * src/main/pa_common.C: fixed -d (bug)
18622:
18623: 2002-06-03 paf
18624:
18625: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18626: src/classes/classes.dsp, src/main/compile.tab.C,
18627: src/main/main.dsp, src/main/pa_globals.C,
18628: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18629: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18630: .dsp-s along with reorganized cvs modules dirs structure
18631:
18632: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18633: main/pa_globals.C, targets/cgi/parser3.dsp,
18634: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18635: modules
18636:
18637: 2002-05-28 paf
18638:
18639: * src/targets/cgi/parser3.C: info.uri now ""
18640:
18641: 2002-05-17 paf
18642:
18643: * src/classes/: table.C: ^table.save << checked empty
18644: pre/match/post columns
18645:
18646: 2002-05-16 paf
18647:
18648: * src/classes/image.C: image::measure can png now
18649:
18650: 2002-05-15 paf
18651:
18652: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18653: added
18654:
18655: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18656:
18657: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18658: %H[:%M[:%S]]]]]] [-%m now
18659:
18660: 2002-05-14 paf
18661:
18662: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18663:
18664: 2002-05-07 paf
18665:
18666: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18667: src/include/pa_globals.h, src/include/pa_request.h,
18668: src/include/pa_table.h, src/main/compile.tab.C,
18669: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18670: src/main/pa_request.C, src/main/pa_table.C,
18671: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18672: src/targets/isapi/parser3isapi.dsp,
18673: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18674: name2number field now &. main_method_name now on Request pool
18675: rather on global_pool [Junction+VJunction created on same pool as
18676: name = were created on global pool, causing mem leaks]
18677:
18678: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18679: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18680: main/compile.y, main/main.dsp, main/pa_globals.C,
18681: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18682: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18683: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18684: field now &. main_method_name now on Request pool rather on
18685: global_pool [Junction+VJunction created on same pool as name =
18686: were created on global pool, causing mem leaks]
18687:
18688: 2002-05-06 paf
18689:
18690: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18691: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18692: 100*40 bytes per request memory leak [nonpool malloc in globals]
18693:
18694: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18695: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18696: 100*40 bytes per request memory leak [nonpool malloc in globals]
18697:
18698: 2002-04-30 paf
18699:
18700: * configure, src/include/pa_version.h: version now not b
18701:
18702: * src/targets/cgi/parser3.C: request.uri now never 0
18703:
18704: 2002-04-29 paf
18705:
18706: * configure.in: removed b
18707:
18708: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18709: Exception::comment/type checked in (), no there's no empty
18710: type/comment by default
18711:
18712: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18713: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18714: src/doc/value.dox, src/include/pa_exception.h,
18715: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18716: 0001
18717:
18718: 2002-04-26 paf
18719:
18720: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18721: size reduced
18722:
18723: 2002-04-25 paf
18724:
18725: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18726: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18727: now that took into account
18728:
18729: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18730: 01:03:04]
18731:
18732: * ChangeLog, operators.txt, src/classes/date.C:
18733: ^date::create[2002-12-33 01:03:04]
18734:
18735: * ChangeLog: updated changelog
18736:
18737: * src/classes/table.C: removed restriction on column count to
18738: ^table.hash to work, now must be >0 [were >1]
18739:
18740: 2002-04-24 paf
18741:
18742: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18743: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18744: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18745: targets
18746:
18747: 2002-04-23 paf
18748:
18749: * operators.txt, src/classes/string.C:
18750: int/double/string:sql{}[$.default{code}] fixed [were barking:
18751: "junction used outside of context"]
18752:
18753: 2002-04-22 paf
18754:
18755: * types.txt, src/classes/string.C, src/include/pa_string.h,
18756: src/main/pa_string.C, src/types/pa_vstring.C,
18757: src/types/pa_vstring.h: ^string.optimize[]
18758:
18759: * src/: include/pa_globals.h, include/pa_table.h,
18760: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18761: table template
18762:
18763: * src/classes/: string.C: optimize removed from string
18764: .left/right/pos
18765:
18766: * src/main/execute.C: rolled back to
18767: before_killing_userjunction_contexts
18768:
18769: * src/main/execute.C: user junctions context killed
18770:
18771: * src/main/execute.C: junctions to local contexts got
18772: cleanized&checked later
18773:
18774: 2002-04-19 paf
18775:
18776: * src/: classes/string.C, include/pa_request.h,
18777: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18778: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18779: prior to .left .right .mid .pos .match when that is profitable,
18780: and always before .replace when $ORIGINS(1) optimization disabled
18781: economy from not wasting mem on lots of strings which occur by
18782: lots of String:mid calls to get parts of source string between
18783: found_occurances
18784:
18785: * src/classes/file.C: ovector now local economy: 16 bytes per
18786: ^file:list
18787:
18788: * src/: include/pa_globals.h, include/pa_table.h,
18789: main/pa_globals.C, main/pa_string.C: String::match table columns
18790: globalized, not created @ each ^match anymore economy:
18791: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18792:
18793: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18794: removed from each String::match replace iteration, and made
18795: stacked sizeof(VTable)=12bytes economy on each replace code
18796:
18797: * src/doc/footer.htm: 2001,
18798:
18799: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18800: string.match[]['] option enables generation of $match.prematch
18801: .match .postmatch columns
18802:
18803: * src/main/pa_string.C: String::match options analized without
18804: cstr-ing them now
18805:
18806: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18807: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18808: config updated to doxygen 1.2.15, created helper which fixes
18809: minor bugs in chm project files & htm tree. changed extension to
18810: .htm
18811:
18812: 2002-04-18 paf
18813:
18814: * src/doc/doxygen.cfg: .chi generation disabled
18815:
18816: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18817: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18818: fields&methods
18819:
18820: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18821: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18822: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18823: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18824: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18825: types/pa_vresponse.h, types/pa_vstateless_class.h,
18826: types/pa_vstateless_object.h, types/pa_vstatus.h,
18827: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18828: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18829: VStateless_class to VObject
18830:
18831: * src/: main/pa_request.C, types/pa_valiased.h,
18832: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18833: types/pa_vstring.h: VStateless_string_object speicalized light
18834: version of VStateless_object
18835:
18836: * src/classes/op.C: ^throw comment param made optional
18837:
18838: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18839: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18840: and implemented down in VClass, fclass_alias removed,
18841:
18842: * src/types/pa_value.C: forced to cut that from .h because of
18843: VStateless_class usage [undefined in .h]
18844:
18845: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18846: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18847: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18848: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18849: on each CALL]
18850:
18851: * src/: classes/classes.h, classes/date.C, classes/double.C,
18852: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18853: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18854: classes/response.C, classes/string.C, classes/table.C,
18855: classes/void.C, classes/xnode.C, include/pa_globals.h,
18856: include/pa_request.h, main/execute.C, main/pa_globals.C,
18857: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18858: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18859: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18860: types/pa_vstateless_class.h, types/pa_wcontext.C,
18861: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18862: removed Value::fname
18863:
18864: 2002-04-17 paf
18865:
18866: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18867: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18868: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18869: include/pa_pool.h, include/pa_types.h: dox updated to current
18870: state, PTHROW freshen to throw & co
18871:
18872: * src/types/pa_vhash.h: vstring wrong parent fixed
18873:
18874: * src/classes/op.C: taint local result var bug fixed
18875:
18876: 2002-04-16 paf
18877:
18878: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18879: Attic asm.txt as most interesting
18880:
18881: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18882: check, preventing content-length: 0 from appearing
18883:
18884: * src/main/execute.C: $result in @main now taken into account as in
18885: usual functions
18886:
18887: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18888: & @unhandled_exception now taken into account as in usual
18889: functions
18890:
18891: * src/doc/postbuild.txt: instructions on post .html build
18892:
18893: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18894:
18895: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18896: tainted
18897:
18898: * src/main/pa_request.C: uri in error log
18899:
18900: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18901: cheched date:create(days) param for validity [later were assumed
18902: valid and crashed on invalid onces]
18903:
18904: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18905: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18906: and used that for removing VString wrapper
18907:
18908: * src/classes/op.C: exception2vhash file now tainted
18909:
18910: * src/classes/op.C: _process pseudo origin copied from local var to
18911: heap
18912:
18913: * src/classes/op.C: extra check on empty file in origin in _execute
18914:
18915: 2002-04-15 paf
18916:
18917: * src/: main/execute.C, types/pa_value.h: fixed name update
18918:
18919: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18920: functions
18921:
18922: * src/: classes/file.C, classes/hash.C, classes/op.C,
18923: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18924: started dual write_xxx_lang functions, if checked & works
18925:
18926: * src/: classes/date.C, classes/file.C, classes/mail.C,
18927: classes/string.C, classes/xnode.C, include/pa_request.h,
18928: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18929: unnecessary VString shells
18930:
18931: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18932: prev changes]
18933:
18934: * src/: classes/image.C, classes/op.C, classes/string.C,
18935: classes/table.C, include/pa_request.h, main/execute.C,
18936: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18937: StringOrValue wcontext result, now ready for dual writes
18938:
18939: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18940: checked that
18941:
18942: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18943: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18944: changed to OP_WRITE_VALUE in var get cases
18945:
18946: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18947: include/pa_request.h, main/compile.tab.C, main/compile.y,
18948: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18949: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18950: switch in hash constructor fixed [were problems with using of
18951: stacked wwrapper after it's death]
18952:
18953: 2002-04-12 paf
18954:
18955: * operators.txt, src/classes/table.C: table.select(expression) 0
18956:
18957: 2002-04-11 paf
18958:
18959: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18960: Request::process_internal codeFrame & wwrapper stacked [not
18961: wasting heap anymore]
18962:
18963: 2002-04-10 paf
18964:
18965: * src/: classes/double.C, classes/file.C, classes/hash.C,
18966: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18967: classes/string.C, classes/table.C, classes/void.C,
18968: classes/xdoc.C, include/pa_request.h, main/execute.C,
18969: main/pa_string.C: killed Request::process() wrapping
18970: VString(String) in case we need only String
18971:
18972: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18973: killed 8 bytes from String.head
18974:
18975: 2002-04-09 paf
18976:
18977: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18978: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18979: local*/char b[...]; a=b; situations
18980:
18981: * operators.txt, src/classes/xdoc.C: xslt params made literal
18982:
18983: * src/classes/xdoc.C: xslt params fixed
18984:
18985: * src/: main/pa_common.C, targets/cgi/parser3.C,
18986: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18987: not pool.malloc(MAX_NUMBER) but really neaded
18988:
18989: * operators.txt, src/classes/double.C, src/classes/int.C:
18990: int/double.int/double(default)
18991:
18992: 2002-04-04 paf
18993:
18994: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18995: [when reconstructing pieces were split by
18996: max_integral(piece.size), thus some strings to replace happen to
18997: be split into two = not replaced)
18998:
18999: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19000: standalone version = current dir
19001:
19002: * src/targets/cgi/parser3.C: document root in standalone version =
19003: current dir
19004:
19005: 2002-04-03 paf
19006:
19007: * configure, configure.in: more checks on nonexistent charset
19008:
1.116 moko 19009: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19010:
19011: 2002-04-02 paf
19012:
19013: * src/main/compile.C: parser.compile [exception name more like in
19014: doc]
19015:
19016: 2002-04-01 paf
19017:
19018: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19019: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19020: .content-type.charset, not .charset
19021:
19022: 2002-03-29 paf
19023:
19024: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19025:
19026: * operators.txt, src/classes/date.C: ^date::create now may not
19027: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19028: days' year. | 31.05->31.04 roll
19029:
19030: 2002-03-28 paf
19031:
19032: * operators.txt, src/classes/date.C, src/classes/op.C,
19033: src/include/pa_globals.h, src/include/pa_hash.h,
19034: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19035: ^cache(seconds) ^cache[date] }
19036:
19037: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19038: param
19039:
19040: 2002-03-27 paf
19041:
19042: * operators.txt, src/classes/date.C, src/classes/double.C,
19043: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19044: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19045: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19046: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19047: src/classes/xnode.C, src/include/pa_exception.h,
19048: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19049: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19050: src/main/pa_array.C, src/main/pa_charset.C,
19051: src/main/pa_charsets.C, src/main/pa_common.C,
19052: src/main/pa_dictionary.C, src/main/pa_exception.C,
19053: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19054: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19055: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19056: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19057: src/types/pa_value.h, src/types/pa_vcookie.C,
19058: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19059: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19060: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19061: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19062: src/types/pa_wwrapper.h: assigned exception types
19063:
19064: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19065: src/include/pa_request.h, src/main/execute.C,
19066: src/main/pa_request.C: decided agains resetting exception_trace,
19067: just changed name
19068:
19069: 2002-03-26 paf
19070:
19071: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19072: fixed
19073:
19074: * src/classes/op.C: forced language of $source field of exception
19075: to 'tainted', so that sql-langed-frags could be outputed outside
19076: of connect
19077:
19078: * operators.txt: removed date.roll limit of +-1 offset
19079:
19080: * src/classes/date.C: removed date.roll limit of +-1 offset
19081:
19082: * operators.txt, src/classes/date.C: fixed date roll on
19083: daylightsaving days mktime took into account tm_isdst flag, which
19084: remained from BEFORE roll, but should have been reset
19085:
19086: 2002-03-25 paf
19087:
19088: * operators.txt, src/targets/cgi/parser3.C:
19089: http_site_config_filespec
19090:
19091: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19092: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19093: with any/both --disable-foreign-group-files --disable-execs
19094:
19095: * INSTALL: "--with=sendmail=COMMAND" comment
19096:
19097: * INSTALL, configure, configure.in, src/classes/mail.C,
19098: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19099: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19100: disables execs also. introducing --sendmail
1.95 moko 19101:
19102: * operators.txt: pgsql options comment
19103:
19104: * INSTALL: comment on --disable-link-stdcpp
19105:
1.116 moko 19106: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19107: libstdc++ link skipping configure option
1.95 moko 19108:
19109: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19110: with error were put to cache with 'marked_to_rollback' flag, all
19111: consequent even OK requests rolled back
19112:
19113: 2002-03-22 paf
19114:
19115: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19116: false return
19117:
19118: * operators.txt: few comments on sets
19119:
19120: 2002-03-18 paf
19121:
19122: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19123: src/include/pa_globals.h, src/include/pa_request.h,
19124: src/include/pa_stack.h, src/main/pa_globals.C,
19125: src/main/pa_request.C: introducing ^try
19126:
19127: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19128: types/pa_vdouble.h: removed some tested @tests
19129:
19130: 2002-03-15 paf
19131:
19132: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19133:
19134: 2002-03-13 paf
19135:
19136: * src/main/pa_exception.C: checked not-pooled malloc
19137:
19138: 2002-03-11 paf
19139:
19140: * INSTALL, configure, configure.in,
19141: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19142:
19143: * src/main/pa_common.C: --disable-foreign-group-files
19144:
19145: * INSTALL: --disable-execs
19146:
19147: * src/main/pa_exec.C: --disable-execs
19148:
19149: * configure, configure.in, src/include/pa_config_auto.h.in:
19150: --disable-execs
19151:
19152: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19153:
19154: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19155: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19156:
19157: 2002-03-05 paf
19158:
19159: * operators.txt, src/classes/date.C: date week calendar columns
19160: named
19161:
19162: * operators.txt, src/classes/date.C: date week calendar columns
19163: named
19164:
19165: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19166: requires headers to be terminated with \r\n manually [refuses to
19167: separate header/body itself]
19168:
19169: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19170: targets/isapi/parser3isapi.C: isapi site config beside .dll
19171:
19172: 2002-03-04 paf
19173:
19174: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19175: in PASS language
19176:
19177: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19178: deserialize checks on broken file
19179:
19180: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19181: parser3isapi.dsp: isapi updated
19182:
19183: 2002-03-01 paf
19184:
19185: * src/main/pa_exec.C: execle -> execve, now argc OK
19186:
19187: 2002-02-28 paf
19188:
19189: * src/main/untaint.C: removed some debug comments
19190:
19191: * src/main/pa_charsets.C: when placing charset to cache using
19192: global name now [were request]
19193:
19194: * configure, configure.in: apache module updated
19195:
19196: * src/main/pa_string.C: origin by first piece preferred before last
19197: piece
19198:
19199: 2002-02-27 paf
19200:
19201: * src/main/pa_charset.C: size_t
19202:
19203: * INSTALL: shared/static-xml with-pathlink
19204:
19205: * operators.txt: SMTP comment
19206:
19207: 2002-02-26 paf
19208:
19209: * src/main/pa_exec.C: more precise names for vars, cosmetic
19210:
19211: * src/classes/xnode.C: in some situation, xpath query returned
19212: result with type NODESET, but empty nodeset member field, checked
19213: that
19214:
19215: 2002-02-22 paf
19216:
19217: * INSTALL: without-zlib comment
19218:
19219: * etc/parser3.charsets/windows-1251.cfg: °
19220:
19221: * configure, configure.in: glib###.a detection fixed
19222:
19223: * INSTALL: hashfile removed from INSTALL
19224:
1.116 moko 19225: * Makefile.am: make update
1.95 moko 19226:
19227: * src/main/pa_string.C: string iterators fixed again, so were
19228: String::join_chain
19229:
19230: * src/main/pa_string.C: string iterators fixed again, so were
19231: String::join_chain
19232:
19233: * src/: include/pa_string.h, main/pa_string.C: string iterators
19234: fixed again, so were String::join_chain
19235:
19236: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19237:
19238: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19239: "session"
19240:
1.116 moko 19241: * configure, configure.in, src/include/pa_config_auto.h.in:
19242: --with-shared-xml --with-static-xml
1.95 moko 19243:
19244: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19245: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19246: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19247: xalan&xml
19248:
19249: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19250:
19251: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19252: src/types/types.dsp: removed hashfile support from sources for
19253: now
19254:
1.116 moko 19255: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19256: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19257: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19258: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19259: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19260: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19261: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19262: src/types/Makefile.am, src/types/pa_vhashfile.C,
19263: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19264:
19265: 2002-02-21 paf
19266:
19267: * src/main/untaint.C: removed debug code, activated commented-for
19268: debug parts
19269:
1.116 moko 19270: * Makefile.am: make cvsupdate
1.95 moko 19271:
19272: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19273: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19274: append_row, not at link zero now string to string appending works
19275:
19276: 2002-02-20 paf
19277:
19278: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19279: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19280: DEBUG_STRING_APPENDS_VS_EXPANDS
19281:
19282: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19283: economy: 22%
19284:
19285: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19286: space uptimized: string::link_row removed
19287:
19288: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19289: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19290: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19291: types/pa_vstring.h: speed uptimized: string::is_empty
19292:
19293: * operators.txt, src/include/pa_common.h,
19294: src/include/pa_config_fixed.h, src/include/pa_string.h,
19295: src/include/pa_types.h, src/main/compile.tab.C,
19296: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19297: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19298: string append optimiziation idea and estimates
19299:
19300: 2002-02-19 paf
19301:
19302: * src/classes/math.C: not used directly [but erroreously reported
19303: that 'is', thus registering twice&other probs]
19304:
19305: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19306: to node [element]
19307:
19308: * src/main/compile.C: without string_origins parse error
19309: file+line+col possible
19310:
19311: * src/main/: compile.C: without string_origins not worked
19312:
19313: 2002-02-18 paf
19314:
19315: * src/types/pa_vdouble.h: since we have in_expression removed that
19316: trick i've installed into double::as_string
19317:
19318: * src/main/pa_globals.C: extern "C" was removed too fast
19319:
19320: * src/: include/pa_opcode.h, include/pa_request.h,
19321: main/compile.tab.C, main/compile.y, main/execute.C,
19322: types/pa_wcontext.h: in_expression aimed to solve old problem
19323: with string/nonstring values, now in expressions double/int
19324: values are passed as-is, without stupid tostring/fromstring
19325: conversions
19326:
19327: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19328: __cplusplus } #endif
19329:
19330: * src/main/compile.tab.C: bison env set so one could compile
19331: without cygwin installed
19332:
19333: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19334: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19335: gnome xml libs parser .dsp-s changed accordingly
19336:
19337: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19338:
19339: * operators.txt, src/classes/date.C: date::create [were date::set,
19340: with backward comp
19341:
19342: * src/classes/math.C: math:random range check fixed
19343:
19344: * src/main/: compile.tab.C, compile.y: integer division stops name
19345:
19346: * INSTALL: local install comment
19347:
1.116 moko 19348: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19349:
1.116 moko 19350: * acinclude.m4, aclocal.m4, configure, configure.in,
19351: src/include/pa_config_auto.h.in,
19352: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19353: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19354:
19355: * operators.txt: \ comment
19356:
19357: 2002-02-13 paf
19358:
19359: * src/include/pa_config_includes.h: sys/time time both included
19360: now. vaguely remember confilicts on this on some system [not on
19361: six|ablv] so when would see them again would think up proper
19362: check
19363:
1.116 moko 19364: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19365: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19366:
19367: * src/main/pa_common.C: truncation never occured when writing files
19368: on unix [since i've changed cache mech] fix
19369:
19370: * src/main/pa_common.C: strnchr: sanity check added
19371:
19372: * etc/parser3.charsets/windows-1257.cfg: id added
19373:
19374: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19375: baltic charset file generated, in generation script ispunct check
19376: added
19377:
19378: 2002-02-08 paf
19379:
1.116 moko 19380: * src/: include/Makefile.am, sql/Makefile.am,
19381: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19382:
19383: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19384: forgotten
19385:
19386: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19387:
19388: * INSTALL, README: install&others updated
19389:
19390: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19391:
1.116 moko 19392: * Makefile.am, configure, configure.in,
19393: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19394: src/classes/Makefile.am, src/main/Makefile.am,
19395: src/main/pa_status_provider.C, src/targets/Makefile.am,
19396: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19397: works
1.95 moko 19398:
19399: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19400: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19401: classes/hashfile.C, classes/int.C, classes/mail.C,
19402: classes/math.C, classes/op.C, classes/response.C,
19403: classes/string.C, classes/table.C, classes/void.C,
19404: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19405: include/pa_array.h, include/pa_cache_managers.h,
19406: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19407: include/pa_config_fixed.h, include/pa_config_includes.h,
19408: include/pa_db_connection.h, include/pa_db_manager.h,
19409: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19410: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19411: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19412: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19413: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19414: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19415: include/pa_stack.h, include/pa_string.h,
19416: include/pa_stylesheet_connection.h,
19417: include/pa_stylesheet_manager.h, include/pa_table.h,
19418: include/pa_threads.h, include/pa_types.h, main/compile.C,
19419: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19420: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19421: main/pa_db_connection.C, main/pa_db_manager.C,
19422: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19423: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19424: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19425: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19426: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19427: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19428: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19429: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19430: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19431: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19432: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19433: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19434: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19435: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19436: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19437: types/pa_vmethod_frame.h, types/pa_vobject.h,
19438: types/pa_vrequest.h, types/pa_vresponse.h,
19439: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19440: types/pa_vstateless_object.h, types/pa_vstatus.C,
19441: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19442: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19443: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19444: classes/image.C, main/pa_common.C, main/pa_exec.C,
19445: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19446: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19447: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19448: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19449: types/pa_vxnode.C, main/pa_charset.C: name spelling
19450:
19451: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19452: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19453: classes/hashfile.C, classes/image.C, classes/int.C,
19454: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19455: classes/string.C, classes/table.C, classes/void.C,
19456: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19457: include/pa_array.h, include/pa_cache_managers.h,
19458: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19459: include/pa_config_fixed.h, include/pa_config_includes.h,
19460: include/pa_db_connection.h, include/pa_db_manager.h,
19461: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19462: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19463: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19464: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19465: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19466: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19467: include/pa_stack.h, include/pa_string.h,
19468: include/pa_stylesheet_connection.h,
19469: include/pa_stylesheet_manager.h, include/pa_table.h,
19470: include/pa_threads.h, include/pa_types.h, main/compile.C,
19471: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19472: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19473: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19474: main/pa_db_connection.C, main/pa_db_manager.C,
19475: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19476: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19477: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19478: main/pa_socks.C, main/pa_sql_driver_manager.C,
19479: main/pa_status_provider.C, main/pa_string.C,
19480: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19481: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19482: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19483: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19484: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19485: targets/isapi/pool_storage.h, types/pa_valiased.C,
19486: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19487: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19488: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19489: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19490: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19491: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19492: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19493: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19494: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19495: types/pa_vresponse.h, types/pa_vstateless_class.C,
19496: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19497: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19498: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19499: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19500: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19501: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19502:
19503: 2002-02-07 paf
19504:
19505: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19506:
1.116 moko 19507: * configure, configure.in, src/include/pa_config_auto.h.in,
19508: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19509: added yet another locking function: fcntl
1.95 moko 19510:
19511: * config.sub: on cygwin configure passes it with strange i1586
19512: const, hacked it to mean i586
19513:
19514: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19515: disabled $if reference due to conflicts with local variables
19516:
19517: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19518: xdoc::set obsolete now, now xdoc::create, with both sences
19519:
19520: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19521: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19522: table::create now // 'set' name obsolete now table clone.
19523:
19524: * operators.txt, src/classes/string.C,
19525: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19526: ^int/double/string.format now can be called with normal []
19527: brackets, not stupid {} as it were implemented for some strange
19528: reason. retaining backward compatibility due to some
19529: already-implemented servers
19530:
19531: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19532: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19533: operators now detected by check at name_without_curly_rdive_read
19534: rule whether diving code constists only of
19535: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19536: with OP_GET_ELEMENT_OR_OPERATOR to form
19537: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19538:
19539: 2002-02-06 paf
19540:
19541: * configure, configure.in: prefix expanded, grr
19542:
19543: * operators.txt, src/classes/mail.C: mail:send config changed
19544:
19545: 2002-02-05 paf
19546:
19547: * operators.txt: regex options commented
19548:
19549: * src/main/: pa_exec.C: argv0 now correct
19550:
19551: * src/types/pa_vstatus.C: status:rusage 3
19552:
19553: * src/types/pa_vstatus.C: status:rusage 2
19554:
19555: * operators.txt: status:rusage described int operators
19556:
19557: * src/types/pa_vstatus.C: status:rusage 1
19558:
19559: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19560: src/types/types.dsp: status:rusage
19561:
19562: * configure.in, operators.txt, src/classes/file.C,
19563: src/classes/op.C, src/include/pa_common.h,
19564: src/include/pa_config_includes.h, src/main/compile.tab.C,
19565: src/main/pa_common.C: rewritten ^cache to use
19566: non-blocking-exclusive-caches
19567:
19568: * src/main/pa_common.C: text file read mode on win32 adjusted
19569: [speed impact. was off for debugging purpose, but forgotten
19570: afterwards]
19571:
19572: 2002-02-01 paf
19573:
19574: * src/classes/op.C: file_write does EX lock after create, while
19575: file_read does SH after open, so there's a moment after create
19576: but before EX lock when read can sneak into, and read
19577: just-created-for-writing-and-not-yet-locked file, added a check
19578: for that in ^cache...read
19579:
19580: 2002-01-31 paf
19581:
19582: * src/main/: compile.y, compile.tab.C: disabled operator call after
19583: ^xxx:
19584:
19585: * src/main/: compile.tab.C, execute.C: made operators lookup first
19586: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19587:
19588: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19589: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19590: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19591: operators check 6.1 rewritten. now check is done at compile time
19592:
19593: * src/main/execute.C: operators check 5 floated up old error of
19594: staying in 'entered class/object' state after $a($a..) it
19595: prevented operators from being called thereafter
19596:
19597: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19598: main/execute.C: operators check 4 floated up old error of staying
19599: in 'entered object' state after ^a.a(a) it prevented operators
19600: from being called thereafter
19601:
19602: * src/main/execute.C: operators check 3 floated up old error of
19603: staying in 'entered class' state after $a:a(a) it prevented
19604: operators from being called thereafter
19605:
19606: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19607: floated up old error of staying in 'entered class' state after
19608: $a:a[a] it prevented operators from being called thereafter
19609:
19610: * src/main/execute.C: operators check, thay mistakenly seen in
19611: $class:operator $object.operators contexts
19612:
19613: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19614: win32
19615:
1.116 moko 19616: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19617: src/classes/Makefile.am, src/main/Makefile.am,
19618: src/targets/cgi/Makefile.am,
1.95 moko 19619: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19620: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19621:
1.116 moko 19622: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19623: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19624: configure, configure.in, form.txt, ident.awk, install-sh,
19625: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19626: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19627: etc/parser3.charsets/Makefile.am,
19628: etc/parser3.charsets/koi8-r.cfg,
19629: etc/parser3.charsets/windows-1250.cfg,
19630: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19631: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19632: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19633: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19634: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19635: straightened installation scripts procedure made
19636: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19637: change
19638:
19639: 2002-01-30 paf
19640:
19641: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19642: removed] those comments were a mistake, and prevented libltdl
19643: from function properly
19644:
19645: 2002-01-29 paf
19646:
1.116 moko 19647: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19648: creation [modified acinclude.m4 which were creating int into just
19649: assignment LIBTOOL=../libtool] added default system
19650: config&charsetts prepared 'make install', now it installs
19651: targets/cgi/parser3 into bin directory etc/parser3.conf &
19652: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19653: $sysconfdir/parser3.charsets respectively
19654:
19655: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19656: main/pa_globals.C: few forgotten ifdef XML added
19657:
19658: 2002-01-28 paf
19659:
1.116 moko 19660: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19661: removed
19662:
19663: * src/main/pa_exception.C: dom|generic error output fix
19664:
19665: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19666:
19667: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19668:
19669: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19670: [fixed as_node helper func to accept docs]
19671:
19672: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19673: xdoc.importNode 0
19674:
19675: * src/classes/xdoc.C: xdoc::set now untaints OK
19676:
19677: 2002-01-25 paf
19678:
19679: * src/main/: compile.tab.C, compile.y: #comment before @ after
19680: @SPECIAL now works OK
19681:
19682: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19683:
19684: * src/main/pa_exec.C: max arg count now 10, and proper message on
19685: violation that added
19686:
19687: * src/classes/hash.C: unified hash::sql, now
19688: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19689:
19690: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19691: ^file:lock[filename]{code}
19692:
19693: * src/: classes/file.C, classes/op.C, classes/string.C,
19694: classes/table.C, classes/xdoc.C, include/pa_common.h,
19695: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19696: to some pa_common funcs
19697:
19698: * src/: include/pa_charset.h, main/pa_globals.C:
19699: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19700:
19701: * src/: include/pa_charset.h, main/pa_charset.C,
19702: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19703: not stupid illegal define
19704:
19705: 2002-01-24 paf
19706:
19707: * src/include/pa_version.h: changed version number
19708:
19709: * src/: classes/hashfile.C, include/pa_db_table.h,
19710: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19711: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19712: main/pa_db_connection.C, main/pa_db_table.C,
19713: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19714: hashfile without logfiles
19715:
19716: * src/: classes/hashfile.C, include/pa_db_table.h,
19717: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19718: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19719: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19720: DB_INIT_TXN init bits, thus got rid of huge log files, which
19721: cluttered disk without huge need]
19722:
19723: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19724: handy macro, which is strangly abscent in dome lib
19725:
19726: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19727:
19728: * src/classes/xdoc.C: checked empty response
19729:
19730: * src/classes/xnode.C: xdoc.select fixed context node [were always
19731: /, not self node]
19732:
19733: * src/classes/xnode.C: xnode.select returns array always now, in
19734: case 'nothing found' returns empty array
19735:
19736: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19737: be more tender with ctrl/c/v
19738:
19739: 2002-01-23 paf
19740:
19741: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19742: substituted. // 2. when dom tree with entites goes under
19743: transform text nodes // got [erroreosly] cut on first
19744: entity occurance
19745:
19746: * src/types/pa_vdouble.h: double prec. todo: get rid of
19747: twice-converting
19748:
19749: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19750: 'e' in output this is for regretful twice-converting here:
19751: $a(double value) when they write double falue they convert it to
19752: string first, thus %g were losing precesion.
19753:
19754: todo: think up some way to remove double->string string->double
19755: twice-converting
19756:
19757: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19758: %.20E now default float format this is for regretful
19759: twice-converting here: $a(double value) when they write double
19760: falue they convert it to string first, thus %g were losing
19761: precesion.
19762:
19763: todo: think up some way to remove double->string string->double
19764: twice-converting
19765:
19766: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19767: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19768: reasons in comment inside
19769:
19770: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19771: statically linked]
19772:
19773: * src/: include/pa_exception.h, main/compile.tab.C,
19774: main/pa_exception.C: removed exception va_list constructor. 1.
19775: not needed anymore 2. there were a conflict[causing errors]
19776: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19777: never detected an ambiguilty here, compiling ctor(, "hello") into
19778: ctor(, va_list) which, of course, caused gpf
19779:
19780: * src/main/pa_globals.C: removed debug xslt messages
19781:
19782: 2002-01-22 paf
19783:
19784: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19785: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19786: helps compiling stylesheet properly. example: this refused to
19787: work, <b>«<xsl:value-of select="@title"
19788: />»</b> stranly worked only this way:
19789: <b>«<xsl:value-of select="@title" />»</b>
19790:
19791: docs says "set it to 1", never going into details, so I decided
19792: to try NOT to do that
19793:
19794: * src/classes/table.C: join behaived badly in case named tables
19795: structure mismatched: 0 strings sneaked into dest failing
19796: afterwards. replaced them with empty strings
19797:
19798: 2002-01-21 paf
19799:
19800: * src/main/pa_charset.C: checked empty transcoders in
19801: transcode_cstr|buf
19802:
19803: * src/classes/xdoc.C: xdoc::load error source = filespec
19804:
19805: * src/classes/xdoc.C: transform error source now
19806: stylesheet_filespec
19807:
1.116 moko 19808: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19809: include/pa_stylesheet_connection.h, main/pa_charset.C,
19810: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19811: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19812: gnome
1.95 moko 19813:
19814: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19815: include/pa_globals.h, include/pa_stylesheet_connection.h,
19816: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19817: xslt generic error 1
19818:
19819: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19820: xml generic message 1
19821:
19822: * src/classes/table.C: ^table::load empty lines or #comments before
19823: headline
19824:
19825: * src/: include/pa_array.h, include/pa_globals.h,
19826: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19827: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19828: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19829: errors 0
19830:
19831: 2002-01-16 paf
19832:
19833: * src/: classes/hash.C, classes/op.C, classes/string.C,
19834: classes/table.C, classes/void.C, classes/xdoc.C,
19835: include/pa_db_connection.h, include/pa_request.h,
19836: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19837: include/pa_stylesheet_connection.h,
19838: include/pa_stylesheet_manager.h, main/pa_request.C,
19839: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19840: targets/cgi/pool_storage.h: auto closers to sql_connection,
19841: stylesheet_connection auto destroyers to remaining gnome objects
19842:
19843: * src/classes/xdoc.C: few comments
19844:
19845: 2002-01-15 paf
19846:
19847: * src/classes/xdoc.C: xdoc file save string
19848:
19849: ready. todo: error handling
19850:
19851: * src/classes/xdoc.C: xdoc save rewritten using
19852: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19853: result
19854:
19855: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19856: started output options parsing
19857:
19858: 2002-01-14 paf
19859:
19860: * src/classes/xdoc.C: method
19861:
19862: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19863: include/pa_pool.h, include/pa_stylesheet_connection.h,
19864: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19865: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19866: xslt transform0. TODO: use output options handle errors
19867:
19868: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19869:
19870: 2002-01-11 paf
19871:
19872: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19873: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19874: partial logical && || evaluation
19875:
19876: * src/classes/xnode.C: xpath selectNodes
19877:
19878: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19879: string/number/bool
19880:
19881: * src/classes/xnode.C: xpath selectNode 2
19882:
19883: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19884: xpath selectNode 1
19885:
19886: 2002-01-10 paf
19887:
19888: * src/classes/xnode.C: xpath selectNode -100 [just written]
19889:
19890: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19891: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19892: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19893: refcounter]
19894:
19895: 2001-12-29 paf
19896:
19897: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19898: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19899: glib works 0
19900:
19901: 2001-12-28 paf
19902:
19903: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19904: main/pa_exception.C: started glib transcoders
19905:
19906: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19907:
19908: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19909: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19910: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19911: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19912: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19913: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19914: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19915: libs just compiled in. no refcounting no xpath no xslt yet
19916:
19917: 2001-12-27 paf
19918:
19919: * src/: include/pa_charset.h, include/pa_common.h,
19920: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19921: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19922: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19923: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19924: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19925: from xalan&xerces, started the process. globals [initialization
19926: pool [charset update charset [transcodings vxnode vxdoc [DOM
19927: calls
19928:
19929: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19930: anymore
19931:
19932: 2001-12-26 paf
19933:
19934: * src/: include/pa_charset.h, include/pa_charsets.h,
19935: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19936: key globalized [bug]
19937:
19938: 2001-12-25 paf
19939:
19940: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19941: main/pa_string.C: table set & append changed splitting languages,
19942: separators now can be clean AND as-is same to mail command line
19943: $MAIN:MAIL.progX arguments
19944:
19945: 2001-12-24 paf
19946:
19947: * src/classes/mail.C: one parted text messages - no multipart
19948: mime-type anymore. for convinient if $.attach-ments
19949:
19950: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19951: main/pa_string.C: read from cache size check updated
19952:
19953: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19954:
19955: 2001-12-21 paf
19956:
19957: * src/classes/date.C: date:sql-string now returns localtime
19958:
19959: * src/main/pa_request.C: $result in @main actually not working, to
19960: hell with it for now
19961:
19962: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19963: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19964: @postprocess @exception
19965:
19966: * src/main/execute.C: junction evaluation canceled - endless
19967: recursion detected
19968:
19969: 2001-12-19 paf
19970:
19971: * src/main/pa_charset.C: charset->charset transcoding via unicode
19972: intermediate
19973:
19974: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19975:
19976: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19977:
19978: * src/classes/op.C: ^cache keypath now relative
19979:
19980: * src/classes/mail.C: changed weighting prior to sort
19981:
19982: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19983: were missing
19984:
19985: 2001-12-17 paf
19986:
19987: * src/main/pa_charset.C: ifndef XML were bad type
19988:
19989: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19990: outdated unset services_pool
19991:
19992: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19993: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19994: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19995:
19996: * src/main/untaint.C: allowed space in filespec
19997:
19998: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19999:
20000: * src/classes/image.C: no govno
20001:
20002: * src/classes/image.C: govno
20003:
20004: 2001-12-16 paf
20005:
20006: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20007:
20008: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20009: charset_connection&manager replaced by charset&charsets
20010:
20011: * src/main/pa_charset.C: name_cstr 0
20012:
20013: * src/main/untaint.C: uri lang now knows about client/source
20014: charsets
20015:
20016: * src/: classes/file.C, classes/math.C, classes/op.C,
20017: classes/string.C, classes/table.C, classes/xdoc.C,
20018: include/pa_array.h, include/pa_cache_managers.h,
20019: include/pa_charset_connection.h, include/pa_charset_manager.h,
20020: include/pa_common.h, include/pa_db_connection.h,
20021: include/pa_db_manager.h, include/pa_db_table.h,
20022: include/pa_dictionary.h, include/pa_exception.h,
20023: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20024: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20025: include/pa_sapi.h, include/pa_socks.h,
20026: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20027: include/pa_string.h, include/pa_stylesheet_connection.h,
20028: include/pa_stylesheet_manager.h, include/pa_table.h,
20029: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20030: main/pa_charset.C, main/pa_charset_connection.C,
20031: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20032: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20033: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20034: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20035: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20036: types/types.dsp: introducing Charset
20037:
20038: 2001-12-14 paf
20039:
20040: * src/: include/pa_request.h, include/pa_transcoder.h,
20041: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20042: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20043: uri lang
20044:
20045: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20046:
20047: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20048:
20049: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20050: defalts_name global
20051:
20052: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20053: include/pa_request.h, main/main.dsp,
20054: main/pa_charset_connection.C, main/pa_charset_manager.C,
20055: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20056: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20057: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20058: changed charset model. now important: $request:charset
20059: $response:charset while $response:content-type.charset become
20060: unimportant [informational]
20061:
20062: 2001-12-13 paf
20063:
20064: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20065:
20066: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20067: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20068: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20069: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20070: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20071: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20072:
20073: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20074: auto_ptr part other way, because of stupid gcc 2.96
20075: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20076: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20077: FormatterListener] /usr/include/g++-3/memory:48:
20078: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20079: _Tp1 = FormatterListener, _Tp = FormatterListener]
20080:
20081: * src/classes/xdoc.C: removed extra inc
20082:
20083: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20084:
20085: * src/include/pa_types.h: msvc head debugging flag
20086:
20087: * src/classes/xdoc.C: freed up listener
20088:
20089: * src/classes/string.C: change msg '... code is not code'
20090:
20091: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20092: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20093: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20094: [past/future prob]
20095:
20096: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20097: include/pa_config_fixed.h, include/pa_db_manager.h,
20098: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20099: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20100:
20101: * src/: include/pa_config_fixed.h, main/pa_common.C,
20102: main/pa_string.C: removed signed mismatch warnings
20103:
20104: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20105: 'expires' from header outputs
20106:
20107: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20108: row ptr
20109:
20110: * src/classes/file.C: file::cgi bug, request_method were passed to
20111: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20112:
20113: * src/classes/xdoc.C: lang list updated
20114:
20115: 2001-12-10 paf
20116:
20117: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20118:
20119: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20120: erase files like that, knowing their full name introducing //
20121: theoretical problem with, for instance, "_2B" and "." fragments,
20122: // they would yield the same // because
20123: need_file_encode('_')=false // but we need to delete such files
20124: somehow, getting names from ^index
20125:
20126: * src/main/pa_string.C: ^string.replace bug fixed [bad
20127: string::join_chank break]
20128:
20129: 2001-12-07 paf
20130:
20131: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20132: include/pa_common.h, include/pa_config_auto.h.in,
20133: include/pa_config_fixed.h, include/pa_config_includes.h,
20134: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20135: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20136: types/pa_vhashfile.C: merged from r14_simple_cache
20137:
20138: * src/main/pa_string.C: stupid sparc architecture failed to access
20139: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20140: lduh [ %i2 + 1 ], %l0
20141:
20142: bus error, fixed that
20143:
20144: * src/main/pa_string.C: strange string deserialize bug on
20145: client[pmts], a bit shortened,
20146:
20147: * src/include/pa_config_auto.h.in: makes
20148:
20149: * src/: include/pa_common.h, include/pa_config_fixed.h,
20150: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20151: file write shared lock file read
20152:
20153: * src/: classes/op.C, include/pa_common.h,
20154: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20155:
20156: 2001-12-06 paf
20157:
20158: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20159: main/pa_request.C: #ifdef RESOURCES_DEBUG
20160:
20161: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20162: info
20163:
20164: * src/classes/hashfile.C: removed transaction from ^cache
20165:
20166: 2001-12-05 paf
20167:
20168: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20169: IIS5 there were a prob with illegal call check
20170:
20171: 2001-12-04 paf
20172:
20173: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20174: main/pa_request.C: measures to log
20175:
20176: 2001-11-23 paf
20177:
20178: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20179: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20180: types/pa_vhashfile.C: merged from _0014, 1
20181:
20182: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20183: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20184: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20185: ^cache(33) would change
20186:
20187: 0660 bits in file_write & hashfile create
20188:
20189: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20190: after pa_string optimization]
20191:
20192: 2001-11-22 paf
20193:
20194: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20195: table.offset[whence]
20196:
20197: * src/classes/op.C: process cstr(,connection)
20198:
20199: * src/classes/op.C: process now gets its body on current language,
20200: not as-is
20201:
20202: * src/main/untaint.C: ORIGINS mode removed UHTML
20203:
20204: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20205: bit
20206:
1.116 moko 20207: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20208:
20209: 2001-11-21 paf
20210:
20211: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20212: <xsl:output output options made identical to xsl:output
20213: attributes exclusion: cdata-section-elements what xalan can do
20214: but that not used now: it can escape and remove CDATA sections
20215:
20216: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20217: produced by xslt
20218:
20219: * src/targets/cgi/parser3.C: removed debug cgi||1
20220:
20221: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20222:
20223: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20224: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20225: default language for {code}, it happen to change it's language
20226: from CLEAN, so later refused to split by CLEAN \t
20227:
20228: 2001-11-20 paf
20229:
1.116 moko 20230: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20231: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20232: bottom of dependeces, so that errors would popup quicklier, fixed
20233: line numbering in table::sql
20234:
20235: 2001-11-19 paf
20236:
20237: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20238: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20239: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20240: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20241: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20242: at wcontext.write
20243:
1.116 moko 20244: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20245: _set_new_handler
20246:
1.116 moko 20247: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20248: set_new_handler in apache&isapi
1.95 moko 20249:
20250: 2001-11-16 paf
20251:
20252: * src/targets/cgi/parser3.C: pool debug @ die
20253:
20254: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20255: removed 8 bytes from String, 2 bytes from
20256: string::chunk::row::item
20257:
20258: * src/main/pa_string.C: removed 1+4 bytes from String
20259:
20260: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20261: types/pa_vstring.C: removed 1+4 bytes from String
20262:
20263: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20264: 0
20265:
20266: * src/: include/pa_globals.h, include/pa_string.h,
20267: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20268: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20269: targets/cgi/parser3.C: introducing estimating
20270: String::cstr_bufsize, 0
20271:
20272: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20273:
20274: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20275:
20276: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20277: include/pa_pool.h: die in pool::fail
20278:
20279: 2001-11-15 paf
20280:
20281: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20282: main/pa_exception.C, targets/cgi/parser3.C: exception with
20283: dynamic buffer re-back now with counter
20284:
20285: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20286: static buffer back
20287:
20288: * src/targets/cgi/parser3.C: std::
20289:
20290: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20291: include/pa_config_includes.h: setnewhandler check
20292:
1.116 moko 20293: * src/include/pa_config_auto.h.in: makes
1.95 moko 20294:
20295: * src/targets/cgi/parser3.C: set_new_handler started
20296:
20297: 2001-11-14 paf
20298:
20299: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20300: was wrong
20301:
20302: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20303: was wrong
20304:
20305: * src/main/pa_request.C: z
20306:
20307: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20308: full returns win32 -1 solaris >buffer_size
20309:
20310: checked all that
20311:
20312: * src/classes/op.C: ^untaint{body} as-is default now
20313:
20314: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20315: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20316: with no_bad_constructors_try
20317:
20318: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20319: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20320: this: $bred[^string::length[]] $bred[^response::clear[]]
20321: $bred[^int::int[]]
20322:
20323: now VObject creation moved into overriden
20324: VClass::create_new_value, thus 0 from create_new_value means that
20325: class has no ctors
20326:
20327: 2001-11-13 paf
20328:
20329: * src/classes/classes.C: returned accedently removed if in foreach
20330: callbacks [when hash no-0-restructure]
20331:
20332: 2001-11-12 paf
20333:
20334: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20335: passed as-is to method, xalan makes & into & itself
20336:
20337: * src/classes/date.C: date.roll parser2 alg used
20338:
20339: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20340: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20341: main/pa_dictionary.C, main/pa_hash.C,
20342: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20343: now does not containt 0 values. put 0 actullay removes. no check
20344: on 0 value in foreach now required
20345:
20346: 2001-11-11 paf
20347:
20348: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20349:
20350: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20351:
20352: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20353: driver initialize not const
20354:
20355: 2001-11-10 paf
20356:
20357: * src/main/pa_exec.C: doc
20358:
20359: 2001-11-09 paf
20360:
20361: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20362: param properly
20363:
20364: * src/classes/string.C: string.save now does untainting before
20365: saving
20366:
20367: * src/main/pa_common.C: line endings fixing fixed last piece[was
20368: still cstr oriented]
20369:
20370: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20371: line endings fixing got rid of cstr, now must work ok with post
20372: multipart
20373:
20374: * src/types/pa_vform.C: line endings fixed at post / multipart /
20375: not file also now
20376:
20377: 2001-11-08 paf
20378:
20379: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20380: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20381: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20382: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20383: main/pa_stylesheet_manager.C: restructured Cache manager to be
20384: simple parent, not second parent [gcc 2.96 strangly refused to
20385: call virtual from second parent]
20386:
1.116 moko 20387: * src/: include/pa_common.h, main/Makefile.am,
20388: targets/cgi/pa_pool.C: makes
1.95 moko 20389:
20390: * src/: include/pa_request.h, main/pa_request.C,
20391: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20392: 'status' class enabler
20393:
20394: <Location /parser-status.html> ParserStatusAllowed </Location>
20395:
20396: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20397: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20398: include/pa_stylesheet_manager.h, main/main.dsp,
20399: main/pa_cache_managers.C, main/pa_charset_manager.C,
20400: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20401: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20402: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20403: todo: apache 'status' class enabler
20404:
20405: 2001-11-05 paf
20406:
20407: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20408: debug to normal
20409:
20410: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20411: hence i removed skipping 0 values in hash::for_each-es we need to
20412: check cleaned cache items manually. few more checks.
20413:
20414: expiring to 0 time was wrong, changed to 'now' time
20415:
20416: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20417: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20418: on apache already done :)
20419:
20420: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20421: skipping 0 values in hash::for_each-es we need to check cleaned
20422: cache items manually
20423:
20424: * src/main/: pa_db_connection.C, pa_db_table.C:
20425: parser_multithreaded check was wrong
20426:
20427: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20428: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20429: classes/hashfile.C, classes/image.C, classes/int.C,
20430: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20431: classes/string.C, classes/table.C, classes/void.C,
20432: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20433: include/pa_array.h, include/pa_charset_connection.h,
20434: include/pa_charset_manager.h, include/pa_common.h,
20435: include/pa_config_fixed.h, include/pa_config_includes.h,
20436: include/pa_db_connection.h, include/pa_db_manager.h,
20437: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20438: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20439: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20440: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20441: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20442: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20443: include/pa_stack.h, include/pa_string.h,
20444: include/pa_stylesheet_connection.h,
20445: include/pa_stylesheet_manager.h, include/pa_table.h,
20446: include/pa_threads.h, include/pa_types.h, main/compile.C,
20447: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20448: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20449: main/pa_charset_manager.C, main/pa_common.C,
20450: main/pa_db_connection.C, main/pa_db_manager.C,
20451: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20452: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20453: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20454: main/pa_socks.C, main/pa_sql_driver_manager.C,
20455: main/pa_status_provider.C, main/pa_string.C,
20456: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20457: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20458: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20459: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20460: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20461: targets/isapi/pool_storage.h, types/pa_valiased.C,
20462: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20463: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20464: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20465: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20466: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20467: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20468: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20469: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20470: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20471: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20472: types/pa_vstateless_object.h, types/pa_vstatus.h,
20473: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20474: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20475: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20476: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20477: $status:db fixed used not initialized in db_connection & db_table
20478:
20479: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20480: $status:charset
20481:
20482: * src/: classes/xdoc.C, include/pa_db_connection.h,
20483: include/pa_stylesheet_connection.h,
20484: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20485: types/pa_vstatus.h: $status:stylesheet
20486:
20487: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20488: include/pa_request.h, include/pa_sql_connection.h,
20489: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20490: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20491: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20492: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20493: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20494: types/pa_vxnode.C, types/types.dsp: started status parser class
20495:
20496: 2001-11-01 paf
20497:
20498: * src/include/pa_config_auto.h.in: makes
20499:
20500: * src/main/pa_hash.C: removed old extra include
20501:
20502: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20503: checks [for hp, there are such in math.h]
20504:
20505: * src/classes/op.C: ^for endless loop check strightened
20506:
20507: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20508: behavior in native calls. it left unchanged, so ^for ^foreach &
20509: co can use r.root to write their i & key,value there
20510:
20511: * src/classes/op.C: detected for var storage bug, fixed.
20512: todo:foreach
20513:
20514: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20515: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20516: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20517: changing of hash inside of foreach
20518:
20519: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20520: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20521: were hash.foreach
20522:
20523: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20524: types/pa_vstring.C, types/pa_vstring.h:
20525: ^foreach[key|value]{body}[[separator]|{separator}]
20526:
20527: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20528: types/pa_vcookie.C: ^hash.delete[key]
20529:
20530: 2001-10-31 paf
20531:
20532: * src/main/: compile.C, pa_common.C: completely empty file now
20533: considered "read", not ignored [not perfect trick used]
20534:
20535: * src/main/pa_common.C: simplier common ifdefs
20536:
20537: * src/main/pa_common.C: typing bug in common - bad ifdeff
20538:
20539: * src/main/pa_db_connection.C: z
20540:
20541: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20542: lockdetector flags
20543: dbenv.lk_detect=DB_LOCK_RANDOM;
20544:
20545: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20546: from accidental show [imagine user forgot @exception]
20547:
20548: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20549:
20550: * src/: classes/file.C, classes/image.C, classes/mail.C,
20551: classes/string.C, classes/xnode.C, include/pa_common.h,
20552: main/pa_common.C: ^string.save[[append;]path]
20553:
20554: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20555: main/execute.C: \ in expression: int divide 10/3=3
20556:
20557: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20558: inside of ^cache
20559:
20560: * src/: include/pa_threads.h, main/pa_db_connection.C,
20561: main/pa_db_table.C, targets/cgi/pa_threads.C,
20562: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20563: needed
20564:
20565: 2001-10-30 paf
20566:
20567: * src/: classes/classes.dsp, main/main.dsp,
20568: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20569: types/types.dsp: enabled debug incremental compile
20570:
20571: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20572: form post data line endings not reformatted now.
20573:
20574: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20575: now required [had bug when file= has no value]
20576:
20577: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20578: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20579: cstr(asis) default param removed
20580:
20581: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20582:
20583: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20584:
20585: * src/include/pa_dir.h: LOAD_DIR fixed
20586:
20587: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20588: was broken} fix_line_breaks
20589:
20590: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20591: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20592: packed with #pragma pack
20593:
1.116 moko 20594: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20595:
20596: 2001-10-29 paf
20597:
20598: * src/types/pa_wcontext.h: bitfield syntax stricter
20599:
20600: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20601: string hash.puts
20602:
20603: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20604:
20605: * src/include/pa_sql_connection.h: there were one wrong
20606: SQL_CONNECTION_FUNC_GUARDED [failed]
20607:
20608: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20609: param.someday either ifdef or remove it
20610:
20611: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20612:
20613: * src/main/untaint.C: optimizing returned after debugging
20614:
20615: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20616: main/untaint.C: memory hunging #pragma pack(1)
20617:
20618: 16 419 844 13 169 394
20619:
20620: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20621: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20622: places [todo:Array]
20623:
20624: * src/: main/execute.C, targets/cgi/pa_pool.C,
20625: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20626: types/pa_wwrapper.h: debugging memory WContext flags to bits
20627:
20628: total 5 652 652/158731 total 5 469 332/158731
20629:
20630: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20631: Array:: without cache in get/put now
20632:
20633: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20634: 18:25:27 2001] total 5 652 652/158731
20635:
20636: * src/: include/pa_string.h, main/pa_string.C,
20637: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20638: now
20639:
20640: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20641: 18:11:53 2001] total 5796092/158731
20642:
20643: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20644: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20645: key ref now
20646:
20647: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20648: 17:11:17 2001] total 16867948/202658
20649:
20650: * src/: classes/file.C, classes/image.C, classes/string.C,
20651: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20652: main/execute.C, main/pa_array.C, main/pa_common.C,
20653: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20654: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20655: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20656: string::as_int/double now usually uses stack, not heap [200K out
20657: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20658:
20659: * src/main/pa_sql_driver_manager.C: ping to have services [old
20660: hiding bug]
20661:
20662: * src/Makefile.am: .am order
20663:
20664: * src/: include/pa_array.h, include/pa_charset_manager.h,
20665: include/pa_db_connection.h, include/pa_db_manager.h,
20666: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20667: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20668: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20669: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20670: required "friend class"
20671:
20672: ../include/pa_request.h:51: friend declaration requires
20673: class-key, i.e. `friend class Temp_lang'
20674:
20675: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20676: main/pa_exception.C, main/pa_sql_driver_manager.C,
20677: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20678:
20679: the idea is to #1 jump to C++ some function to main body, where
20680: every function stack frame has exception unwind information and
20681: from there... #2 propagate_exception()
20682:
20683: 2001-10-28 paf
20684:
20685: * src/main/pa_db_connection.C: removed old consts
20686:
20687: * src/main/pa_db_connection.C: expire table [was accidently pasted
20688: with wrong type/cast]
20689:
20690: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20691: translation
20692:
1.116 moko 20693: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20694: remember to build DB2 with -fexceptions!!!
20695:
20696: * src/main/pa_db_table.C: DB_RMW defed
20697:
20698: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20699: include/pa_db_connection.h, include/pa_db_manager.h,
20700: include/pa_db_table.h, main/pa_db_connection.C,
20701: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20702:
20703: 2001-10-27 paf
20704:
20705: * src/: classes/hashfile.C, include/pa_db_connection.h,
20706: include/pa_db_table.h, main/pa_db_connection.C,
20707: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20708: types/pa_vhashfile.C: DB2 ifdefs
20709:
1.116 moko 20710: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20711: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20712: makes with DB2
20713:
1.116 moko 20714: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20715: types/Makefile.am: makes db
1.95 moko 20716:
20717: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20718: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20719: globals.C
20720:
20721: * src/: classes/hashfile.C, include/pa_db_connection.h,
20722: include/pa_db_table.h, main/pa_db_connection.C,
20723: main/pa_db_table.C: ^hashfile.clear[]
20724:
20725: * src/classes/classes.awk: no $ in var names
20726:
20727: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20728: connection&table [forgotten calls]
20729:
20730: 2001-10-26 paf
20731:
20732: * src/main/pa_db_connection.C: db checkpoints
20733:
20734: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20735: checkpoints
20736:
20737: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20738: default. but entities still reparsed. todo: tothink
20739:
20740: * src/main/pa_db_connection.C: db recover mech 2
20741:
20742: * src/: classes/hashfile.C, include/pa_db_connection.h,
20743: include/pa_db_manager.h, include/pa_db_table.h,
20744: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20745: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20746: types/pa_vhashfile.h: db connections & tables now cached at
20747: create time & multithreaded
20748:
20749: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20750: parsed_source
20751:
20752: * src/main/pa_db_connection.C: about to remove connection from
20753: vhashfile
20754:
20755: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20756: transaction commit/rollback responsibility left to parent [as it
20757: sould - else there were a bug with double free]
20758:
20759: * src/include/pa_db_table.h: db: child transaction commit/rollback
20760: responsibility left to parent [as it sould - else there were a
20761: bug with double free]
20762:
20763: 2001-10-25 paf
20764:
20765: * src/: classes/hashfile.C, include/pa_common.h,
20766: include/pa_db_connection.h, include/pa_db_manager.h,
20767: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20768: types/pa_vhashfile.C, types/pa_vhashfile.h,
20769: include/pa_db_table.h, main/pa_db_table.C: started db_home
20770: [multiple, cached] todo: autorecover [tried, but not succeded,
20771: yet]
20772:
20773: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20774:
20775: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20776: transaction parent passed
20777:
20778: 2001-10-24 parser
20779:
1.116 moko 20780: * src/classes/Makefile.am: makes
1.95 moko 20781:
20782: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20783: isapi/pool_storage.h: pool_storage fixed
20784:
20785: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20786: types/pa_vform.h: form fix_line_breaks
20787:
1.116 moko 20788: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20789:
20790: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20791: targets/cgi/pool_storage.h: makes
20792:
20793: * src/sql/pa_sql_driver.h: version
20794:
20795: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20796: types/pa_vform.C, types/pa_vform.h: .am
20797:
20798: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20799: this: DB_RMW Acquire write locks instead of read locks when doing
20800: the retrieval. Setting this flag may decrease the likelihood of
20801: deadlock during a read-modify-write cycle by immediately
20802: acquiring the write lock during the read part of the cycle so
20803: that another thread of control acquiring a read lock for the same
20804: item, in its own read-modify-write cycle, will not result in
20805: deadlock
20806:
20807: * src/targets/isapi/parser3isapi.dsp: doc
20808:
20809: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20810:
20811: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20812:
20813: * src/: classes/hashfile.C, include/pa_db_connection.h,
20814: main/pa_db_connection.C: hashfile expired deleted from db when
20815: get & iterate
20816:
20817: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20818: expiring 1
20819:
20820: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20821:
20822: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20823: db_connection not bothers with key when not returning expired
20824: data
20825:
20826: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20827: types/pa_vhashfile.C: db_cursor constructor public now
20828:
20829: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20830: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20831: stamped, todo: put_element analize
20832:
20833: * src/: include/pa_db_connection.h, include/pa_string.h,
20834: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20835: serialize. todo stamp
20836:
20837: 2001-10-23 parser
20838:
20839: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20840: classes/image.C, classes/mail.C, classes/response.C,
20841: classes/string.C, classes/table.C, classes/xdoc.C,
20842: include/pa_config_fixed.h, include/pa_db_connection.h,
20843: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20844: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20845: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20846: types/pa_vtable.C: ^hashfile.hash[]
20847:
20848: * src/: classes/hashfile.C, classes/xdoc.C,
20849: include/pa_config_fixed.h, main/pa_db_manager.C,
20850: main/pa_globals.C: ifdefs so it compiled without db
20851:
20852: * src/: classes/hashfile.C, include/pa_db_connection.h,
20853: include/pa_db_manager.h, main/pa_db_connection.C,
20854: main/pa_db_manager.C, types/pa_vhashfile.h:
20855: ^hashfile.transaction{code} ^hashfile:clear[filename]
20856: ^hashfile.delete[key]
20857:
20858: 2001-10-22 parser
20859:
20860: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20861: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20862:
20863: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20864: classes/xnode.C, include/pa_charset_connection.h,
20865: include/pa_db_connection.h, include/pa_db_manager.h,
20866: include/pa_exception.h, include/pa_sapi.h,
20867: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20868: include/pa_stylesheet_connection.h,
20869: include/pa_stylesheet_manager.h,
20870: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20871: main/pa_db_connection.C, main/pa_db_manager.C,
20872: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20873: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20874: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20875: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20876: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20877: types/types.dsp: hashfile 0
20878:
20879: * src/types/pa_vhashfile.C: z
20880:
20881: * src/: classes/classes.dsp, classes/hashfile.C,
20882: include/pa_config_fixed.h, main/execute.C,
20883: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20884: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20885:
20886: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20887:
20888: * src/: include/pa_exception.h, include/pa_request.h,
20889: main/execute.C, main/pa_exception.C, main/pa_request.C,
20890: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20891: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20892:
20893: 2001-10-19 parser
20894:
20895: * src/include/pa_pool.h: header
20896:
20897: * src/main/pa_pool.C: auto compiled on gcc
20898:
20899: * src/classes/image.C: comment
20900:
1.116 moko 20901: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20902:
20903: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20904: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20905: types/pa_vxnode.h: xnode clone got freed
20906:
20907: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20908: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20909: can free up xalandomstring resulting from pool::transcode
20910:
20911: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20912: include/pa_config_fixed.h, include/pa_exception.h,
20913: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20914: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20915: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20916: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20917: from non-xml compile
20918:
20919: * src/main/pa_request.C: pool:: context - get_context
20920:
20921: * src/: classes/classes.h, classes/date.C, classes/double.C,
20922: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20923: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20924: classes/string.C, classes/table.C, classes/void.C,
20925: include/pa_config_fixed.h, include/pa_exception.h,
20926: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20927: main/compile.C, main/compile_tools.C, main/execute.C,
20928: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20929: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20930: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20931: main/pa_string.C, main/pa_table.C, main/untaint.C,
20932: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20933: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20934: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20935: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20936: types/pa_vstateless_class.h, types/pa_vtable.C,
20937: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20938: exceptions 0
20939:
20940: * src/classes/classes.awk: $ removed
20941:
20942: 2001-10-18 parser
20943:
20944: * src/types/pa_vcookie.C: cookie:CLASS
20945:
20946: * src/main/main.dsp: project
20947:
20948: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20949: set_document & ctor question "who owns document" solved
20950:
20951: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20952:
20953: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20954: main/pa_pool.C: encoding in dom creating funcs
20955:
20956: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20957: be transformed now
20958:
20959: * src/classes/xdoc.C: dom created by create can be transformed now
20960:
20961: * src/classes/xdoc.C: z
20962:
20963: * src/classes/xdoc.C: comment
20964:
20965: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20966: create now uses XercesDocumentBridge, appendChild&co now works
20967:
20968: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20969: @ recompile
20970:
20971: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20972: $origin @exception[
20973:
20974: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20975: tag names forced to XML lang
20976:
20977: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20978: leechy-found bugs in code&doc fixed
20979:
20980: 2001-10-17 parser
20981:
20982: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20983: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20984: n functionality preserved
20985:
20986: * src/types/pa_vimage.h: removed unused vimage::save
20987:
20988: 2001-10-16 parser
20989:
20990: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20991:
20992: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20993:
20994: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20995:
20996: * src/classes/image.C: image.copy tolerance
20997:
20998: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20999: ineffective, but works for small paleted image
21000:
21001: * src/types/pa_vimage.C: comment
21002:
21003: * src/classes/image.C: gd size/resize bugfix
21004:
21005: * src/: classes/classes.dsp, main/main.dsp,
21006: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21007: types/types.dsp: ident >nul 2>&1
21008:
21009: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21010: systems
21011:
21012: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21013: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21014:
21015: 2001-10-15 parser
21016:
21017: * src/main/execute.C: z
21018:
21019: * src/classes/: xdoc.C: !::create{qualifiedName}
21020:
21021: * src/types/pa_vxnode.C: document_type_node.
21022: !readonly attribute DOMString name
21023: !notation_node.
21024: !readonly attribute DOMString publicId
21025: !readonly attribute DOMString systemId
21026:
1.116 moko 21027: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21028: ::write badly passed string too transparently [failed to
21029: intercept it]
1.95 moko 21030:
21031: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21032: include/pa_request.h, main/pa_sql_driver_manager.C,
21033: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21034: types/pa_vxnode.h: DOM1 major addtion, only few
21035: attributes/methods left
21036:
21037: 2001-10-13 parser
21038:
21039: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21040: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21041: in main handler
21042:
21043: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21044: cleanups & frees order
21045:
21046: * src/types/pa_vcode_frame.h: couple comments
21047:
21048: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21049: transparent enough to handle hash if creation&passing
21050:
21051: * src/: include/pa_config_fixed.h, main/execute.C,
21052: main/pa_exception.C: noticed that vcodeframe not transparent
21053: enough, would change now
21054:
21055: 2001-10-12 parser
21056:
21057: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21058: fixed. initialization&free on each thread!
21059:
21060: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21061: handling changed: now type of default param analized always, not
21062: only at problem time, thus helping early problem spotting
21063:
21064: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21065: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21066: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21067: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21068: multithread bug fixed. initialization&free on each thread!
21069:
21070: 2001-10-11 parser
21071:
21072: * src/classes/xnode.C: xnode.selectSingle now
21073:
21074: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21075: include/pa_pool.h, include/pa_stylesheet_connection.h,
21076: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21077: convertors out of Pool into Exception
21078:
21079: * src/main/pa_string.C: const
21080:
21081: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21082: linked pieces of same language together prior to String::replace
21083:
21084: * src/classes/hash.C: !^hash.add[addme]
21085: !^hash.sub[subme]
21086: !^a.union[b] = new
21087: !^a.intersection[b] = new
21088: !^a.intersects[b] = bool
21089:
21090: * src/classes/hash.C: !^hash::append[append_from]
21091:
21092: * src/: classes/hash.C, types/pa_vhash.h:
21093: !^hash::create[[copy_from]]
21094:
21095: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21096: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21097: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21098: fixed. got rid of empty_string, which caused errors - it hasnt
21099: exception but somebody[value.bark] tried to throw it on it's pool
21100:
1.116 moko 21101: * src/include/pa_config_auto.h.in: makes
1.95 moko 21102:
21103: 2001-10-10 parser
21104:
21105: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21106:
21107: * src/main/: compile.tab.C, compile.y: ^a[
21108:
21109: @next_method << now unclosed ] would be reported here
21110:
21111: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21112: compile error
21113:
21114: 2001-10-09 parser
21115:
1.116 moko 21116: * src/: classes/Makefile.am, main/Makefile.am,
21117: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21118:
21119: * src/classes/Makefile.am: makes
21120:
21121: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21122: win32 errors intercepted [xalan transformer patched and
21123: incorporated]
21124:
21125: * src/: classes/classes.dsp, classes/xdoc.C,
21126: include/pa_stylesheet_connection.h, main/main.dsp,
21127: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21128: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21129: patches starting
21130:
21131: * src/classes/: string.C, table.C: ^string.save[file]
21132:
21133: * src/classes/: date.C, table.C: calendar moved to date
21134:
21135: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21136: string/table] now
21137:
21138: * src/classes/: op.C, table.C: z
21139:
21140: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21141: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21142: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21143: be code [be string..]
21144:
21145: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21146: table.C: lots of
21147: params->as_int/double/as_string/as_junction/as_no_junction
21148: messages added
21149:
21150: 2001-10-08 parser
21151:
21152: * src/: classes/date.C, classes/image.C, classes/string.C,
21153: classes/table.C, classes/void.C, include/pa_request.h:
21154: params->as_int/double message added
21155:
21156: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21157:
21158: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21159: image:sector removed image:html internal "line-*" attribs
21160:
21161: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21162: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21163:
21164: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21165: way
21166:
21167: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21168: main/untaint.C: header untainting to UL_HTTP_HEADER,
21169: UL_MAIL_HEADER made nonforced [only tainted pieces]
21170:
21171: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21173: @ SAPI::log
21174:
21175: * src/main/untaint.C: \r to ' ' in origins mode
21176:
21177: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21178: set]
21179:
21180: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21181: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21182: nonstandard liaison freed up
21183:
21184: 2001-10-07 parser
21185:
21186: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21187: project
21188:
21189: 2001-10-05 parser
21190:
21191: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21192: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21193: from outputing to cerr. lots of "todos"
21194:
21195: * src/main/untaint.C: http_header tainting more gentle with
21196: enquoting now
21197:
21198: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21199: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21200: xml errorhandler. fixed string.replace a little, read @test
21201:
21202: * src/main/pa_string.C: found replace bug - first_that_starts(char
21203: *) does not have limit, and looks further eos, fixing....
21204:
21205: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21206:
21207: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21208:
21209: * src/main/: pa_charset_connection.C: ctype another mem clear
21210: bugfix
21211:
1.116 moko 21212: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21213: $result[^[$p^]z] now works fine
1.95 moko 21214:
21215: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21216: wrong. fixed it
21217:
21218: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21219: of totable appered to be vital
21220:
21221: 2001-10-04 parser
21222:
21223: * src/classes/image.C: ^image.length[text]
21224:
21225: 2001-10-03 parser
21226:
21227: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21228:
21229: * src/main/pa_request.C: restored pcre defaulting in request
21230: [mindlessly "optimized" yesterday] comment left
21231:
21232: 2001-10-02 parser
21233:
21234: * src/: main/pa_charset_manager.C,
21235: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21236: needed
21237:
21238: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21239: forgot non-xml pool.*charset needed
21240:
21241: * src/classes/table.C: # config comments fixed
21242:
21243: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21244: charset_connection #comment now
21245:
21246: * src/: classes/classes.dsp, types/types.dsp: release projects
21247: options fixed to use release msvcrt lib
21248:
21249: * src/main/pa_charset_connection.C: pcre tables now const inside
21250: removed default - pcre handles that internally fixed bug on
21251: not-cleaning tables [previously was calloced, now member]
21252:
21253: * src/: include/pa_request.h, main/pa_charset_connection.C,
21254: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21255: inside removed default - pcre handles that internally fixed bug
21256: on not-cleaning tables [previously was calloced, now member]
21257:
21258: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21259: tested charset reload on file change @ apache version = OK tested
21260: freeing up prev encoding on adding new = OK
21261:
21262: 2001-10-01 parser
21263:
21264: * src/main/pa_charset_connection.C: removed entitify external hack
21265: [internal installed]
21266:
1.116 moko 21267: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21268:
21269: * src/: include/pa_charset_connection.h,
21270: include/pa_charset_manager.h,
21271: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21272: main/pa_charset_connection.C, main/pa_charset_manager.C,
21273: main/pa_request.C: charset loading & caching mech 0
21274:
21275: * src/: include/pa_stylesheet_connection.h,
21276: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21277: main/pa_globals.C, main/pa_request.C: would make charset loading
21278: & caching mech now
21279:
21280: 2001-09-30 parser
21281:
21282: * src/main/pa_request.C: forgot to fill toTable
21283:
21284: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21285: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21286: failed on win32 for now..
21287:
21288: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21289: now charsets table configuration variable is: CHARSETS
21290:
21291: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21292: ctype with unicode 1. todo: no П entities on output somehow
21293:
21294: * src/: classes/file.C, classes/op.C, classes/string.C,
21295: include/pa_request.h, main/pa_request.C: started ctype with
21296: unicode values
21297:
21298: 2001-09-28 parser
21299:
21300: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21301: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21302: string passed AS-IS now
21303:
21304: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21305: way of user-configuring... todo: implement
21306:
21307: 2001-09-27 parser
21308:
21309: * src/classes/table.C: table.sort changed to sort table itself
21310:
21311: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21312: X^.getElementsByTagName[tagname] = array of xnode
21313: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21314: nodes removed - regretfully not supported @ xalan. maybe someday
21315: would reimplement, if needed.
21316:
21317: win32build system: solved long waiting anti-non-started-apache
21318: problem
21319:
21320: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21321: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21322: types/types.dsp: win32 ident make system so not to rebuild
21323: library [ident.C.new]
21324:
21325: 2001-09-26 parser
21326:
21327: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21328: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21329: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21330: types/pa_vxnode.C, types/types.dsp: z
21331:
21332: * src/classes/classes.C: forgot one non-xml check
21333:
1.116 moko 21334: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21335: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21336:
21337: * src/targets/cgi/parser3.C: z
21338:
21339: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21340: targets/isapi/parser3isapi.C: #ifdef SMTP
21341:
21342: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21343: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21344: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21345: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21346: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21347: types/types.dsp: xdoc&xnode now
21348:
21349: * src/: classes/classes.C, classes/classes.awk,
21350: classes/classes.dsp, classes/classes.h, classes/date.C,
21351: classes/dnode.C, classes/dnode.h, classes/dom.C,
21352: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21353: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21354: classes/op.C, classes/response.C, classes/string.C,
21355: classes/table.C, classes/void.C, include/pa_array.h,
21356: include/pa_common.h, include/pa_config_fixed.h,
21357: include/pa_config_includes.h, include/pa_dictionary.h,
21358: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21359: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21360: include/pa_socks.h, include/pa_sql_connection.h,
21361: include/pa_sql_driver_manager.h, include/pa_stack.h,
21362: include/pa_string.h, include/pa_stylesheet_connection.h,
21363: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21364: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21365: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21366: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21367: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21368: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21369: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21370: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21371: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21372: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21373: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21374: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21375: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21376: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21377: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21378: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21379: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21380: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21381: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21382: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21383: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21384: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21385: types/pa_vmethod_frame.h, types/pa_vobject.h,
21386: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21387: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21388: types/pa_vstateless_object.h, types/pa_vstring.C,
21389: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21390: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21391: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21392: main.dsp splitted to main+classes+types along to .am
21393:
21394: * src/classes/Makefile.am: removed useless var
21395:
21396: * src/: classes/classes.cmd, main/main.dsp,
21397: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21398: main.dsp
21399:
21400: 2001-09-25 parser
21401:
21402: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21403: 1251 though, todo ICU
21404:
1.116 moko 21405: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21406: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21407: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21408: types/pa_vdom.h: xml configure makes
1.95 moko 21409:
21410: 2001-09-24 parser
21411:
1.116 moko 21412: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21413: types/Makefile.am: makes
1.95 moko 21414:
1.116 moko 21415: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21416:
21417: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21418: started unix makes update
21419:
21420: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21421: started unix makes update
21422:
21423: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21424:
21425: * src/types/pa_value.h: z
21426:
21427: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21428: bugs with usinge hash/table in expressions
21429:
21430: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21431: resolved conflicts fixed [const]
21432:
21433: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21434: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21435: main/compile.C, main/compile.tab.C, main/compile.y,
21436: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21437: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21438: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21439: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21440: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21441: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21442: with before_xml [merge2 actually didn't happen - i've created
21443: tags on wrong branch. so this merge is in fact re-merge]
21444:
21445: 2001-09-21 parser
21446:
21447: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21448: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21449: produced "" in make file and sadly wrong interpreted on load]
21450:
1.116 moko 21451: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21452: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21453: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21454: include/pa_sql_driver_manager.h, include/pa_string.h,
21455: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21456: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21457: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21458:
21459: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21460: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21461: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21462: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21463: main/pa_pool.C, main/pa_request.C,
21464: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21465: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21466: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21467: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21468: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21469: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21470: types/pa_vrequest.C, types/pa_vresponse.h,
21471: types/pa_vstateless_class.C, types/pa_vstring.C,
21472: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21473: created new projects for sql drivers [planning to remove sql
21474: drivers from main cvs project] first, will join latest changes
21475:
21476: * src/classes/: dom.C: defaulted dom writing methods encoding to
21477: pool.get_charset
21478:
21479: * src/classes/dom.C: defaulted dom writing methods encoding to
21480: pool.get_charset
21481:
21482: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21483: pool.get_charset
21484:
21485: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21486: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21487: methods encoding to pool.get_charset
21488:
21489: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21490: transcoder were created right "unsupported encoding" message.
21491: not @ set time, but @ use time, so until xml output functions
21492: .string, .file, .save used - no encoding name check occur
21493:
21494: reduced transcode buffer size to 60 fixed pool cleanup - no
21495: registration needed, pools are officially destructured
21496:
21497: 2001-09-20 parser
21498:
21499: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21500:
21501: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21502: $MAIN:DEFAULTS.content-type[$.charset[here]]
21503:
21504: * src/: classes/dnode.C, classes/dom.C,
21505: include/pa_config_includes.h, include/pa_globals.h,
21506: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21507: main/pa_pool.C, targets/cgi/parser3.dsp,
21508: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21509: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21510: Pool::transcode 0
21511:
21512: * src/classes/dom.C: dom. string save file moved output xml options
21513: to last param and made it optional
21514:
21515: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21516: dnodes
21517: !$attributenode.specified = boolean
21518: true if the attribute received its value explicitly
21519: in the XML document,
21520: or if a value was assigned programatically with the
21521: setValue function.
21522: false if the attribute value came from the default value
21523: declared in the document's DTD.
21524: !$pinode.target = target of this processing instruction
21525: XML defines this as being the first token following the
21526: markup
21527: that begins the processing instruction.
21528: XPath:
21529: !^node.select[xpath/query/expression] = hash of 0->node0
21530: 1->node1
21531: !^node.select-single[xpath/query/expression] = first node if
21532: any
21533:
21534: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21535: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21536: some 'const's added
21537:
21538: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21539: expression context now, there value = size and boolean value
21540: size!=0
21541:
21542: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21543: can be used in expression context now, there value = size and
21544: boolean value size!=0
21545:
21546: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21547: types/pa_vstring.h: dnode .file .string .save moved back to dom
21548: due to strange xalan bug
21549:
21550: 2001-09-18 parser
21551:
21552: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21553: classes/image.C, classes/op.C, classes/table.C,
21554: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21555: include/pa_sql_driver_manager.h, main/compile.C,
21556: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21557: main/execute.C, main/pa_common.C, main/pa_request.C,
21558: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21559: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21560: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21561: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21562: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21563: before_xml branch ^if(def $hash) now true only when
21564: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21565:
21566: * src/: classes/op.C, main/execute.C: operators self changed to
21567: root ^for variable context changed to self
21568:
21569: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21570: dnode 1
21571:
21572: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21573: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21574:
21575: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21576: poly* fixed
21577:
21578: 2001-09-17 parser
21579:
21580: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21581: types/pa_vdom.h: started dnode+dom
21582:
21583: dnode DOM methods: $node.name $node.value
21584: ...others...
21585:
21586: ^node.xpath[/rates/USD] = hash
21587: $hash[
21588: $.0[node0]
21589: $.1[node1]
21590: ]
21591:
21592: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21593: applies to all linear primitives
21594:
21595: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21596: include/pa_stylesheet_connection.h, main/main.dsp,
21597: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21598: types/pa_vimage.h: started dnode DOM: $node.name
21599: $node.value ...others... ^node.xpath[/rates/USD] = hash
21600: dom(dnode)
21601:
21602: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21603: main/compile.y, main/compile_tools.h, main/execute.C,
21604: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21605: in expression compound($aa.zz.xx) names now can have minus '-' in
21606: name after '.'
21607:
21608: 2001-09-15 parser
21609:
21610: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21611: image: $line-width ^line(...)[**** style]
21612:
21613: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21614: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21615: pool_storage - cleanups first, allocations second. apache wisely
21616: does just like that
21617:
21618: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21619: rewritten using template, no bugs now
21620:
21621: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21622: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21623: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21624: poorly started isapi pool_storage, would rewrite using template
21625: now
21626:
21627: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21628: include/pa_stylesheet_connection.h, main/main.dsp,
21629: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21630: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21631: xalan objects freed up [introducing Pool::register_cleanup]
21632:
21633: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21634: comments
21635:
21636: 2001-09-14 parser
21637:
21638: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21639: z
21640:
21641: * src/: classes/dom.C, classes/file.C, classes/image.C,
21642: classes/mail.C, include/pa_common.h,
21643: include/pa_sql_driver_manager.h, include/pa_string.h,
21644: include/pa_stylesheet_connection.h,
21645: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21646: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21647: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21648: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21649: compiled&cached
21650:
21651: 2001-09-13 parser
21652:
21653: * src/: classes/dom.C, classes/file.C, classes/image.C,
21654: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21655:
21656: * src/classes/dom.C: dom:file content-type(.method)
21657:
21658: * src/: include/pa_common.h, include/pa_globals.h,
21659: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21660: string now more informative error messages
21661:
21662: * src/: include/pa_globals.h, include/pa_request.h,
21663: main/pa_request.C, targets/cgi/parser3.C,
21664: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21665: ParserSiteConfig .../parser3.conf
21666:
21667: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21668:
21669: 2001-09-12 parser
21670:
21671: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21672: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21673: precise error reporting: "connection string must start with
21674: protocol://" now
21675:
21676: * src/main/compile.tab.C: fixed - subname code parts actually []
21677: braced
21678:
21679: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21680: lexer on LS_USER level did [] matching without setting nestage,
21681: introduced special LS_NAME_SQUARE_PART state
21682:
21683: 2001-09-11 parser
21684:
21685: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21686: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21687: languages+=xml
21688:
21689: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21690:
21691: * src/classes/dom.C: ^dom:save/string/file[output options] output
21692: options: $.method[xml|html|text] detection fixed
21693:
21694: * src/types/pa_vdom.h: messages
21695:
21696: * src/classes/dom.C: ^dom:save/string/file[output options] output
21697: options: $.method[xml|html|text] detection fixed
21698:
21699: 2001-09-10 parser
21700:
21701: * src/classes/dom.C: ^dom:save/string/file[output options] output
21702: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21703:
21704: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21705: added]
21706:
21707: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21708: ^dom.xslt[stylesheet filename] 0
21709:
21710: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21711: ^dom.xslt[stylesheet filename] -1 doc is lying
21712:
21713: * src/classes/dom.C: ^dom.file[encoding] = file
21714:
21715: * src/classes/: dom.C: ^dom.string[encoding] 1
21716: ^dom.save[encoding;filename]
21717:
21718: * src/classes/dom.C: ^dom.string[] 0
21719:
21720: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21721:
21722: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21723: types/pa_vform.h: ^dom.save[b.xml] 0
21724:
21725: 2001-09-08 parser
21726:
21727: * src/types/pa_vform.C: $form:tables.name.field
21728:
21729: 2001-09-07 parser
21730:
21731: * src/classes/table.C: table:empty removed, superceded by ^if(def
21732: $table)...
21733:
21734: * src/targets/cgi/parser3.C: z
21735:
21736: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21737: from '' to int/double is 0]
21738:
21739: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21740: $table) is false when table is empty
21741:
21742: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21743: !$form:tables $atable[$form:tables.a]
21744: ^atable.menu{a=$atable.element}[,]
21745:
21746: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21747: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21748:
1.116 moko 21749: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21750: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21751: of dom
21752:
21753: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21754: types/pa_vform.C, types/pa_vform.h: z
21755:
21756: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21757: element [not last]
21758:
1.116 moko 21759: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21760: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21761:
21762: 2001-09-06 parser
21763:
21764: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21765: table with one column 'element' and two rows: 1 and 2
21766:
21767: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21768: table with one column 'element' and two rows: 1 and 2
21769:
21770: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21771: bad int/double conversions, and now $form:nonexistent.int(88)
21772: would return 88
21773:
21774: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21775: types/pa_vhash.h: now there's special hash key '_default'
21776: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21777: $._default[xx] ] $hash.c
21778:
21779: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21780: fixed [thanks, fif], ^; were treated there non-literally
21781:
21782: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21783: doxygen
21784:
21785: * src/: classes/image.C, classes/op.C, classes/string.C,
21786: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21787: types/pa_vtable.C: few #ifndef DOXYGEN
21788:
21789: 2001-09-05 parser
21790:
21791: * src/classes/: string.C, table.C: sql options can be void [same as
21792: image:html the other day]
21793:
21794: * src/targets/cgi/Makefile.am: .am undo
21795:
21796: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21797: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21798: macro expantion on param, simply qoutes whatever passed, undone
21799:
21800: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21801: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21802: STRINGIZE(name) #name invented
21803:
21804: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21805: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21806: MAIN_SQL_DRIVERS_NAME "drivers"
21807:
21808: moved to be availible to all users
21809:
21810: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21811: SQL_DRIVER_CREATE_FUNC_NAME
21812:
21813: * src/classes/mail.C: MAIN:MAIL check fixed
21814:
21815: 2001-09-04 parser
21816:
21817: * src/classes/image.C: image.html now can accept void params
21818:
21819: * src/targets/isapi/parser3isapi.C: z
21820:
21821: * src/targets/cgi/parser3.C: full_file_spec bug
21822:
21823: * src/targets/cgi/parser3.C: getenvcheck
21824:
21825: * src/targets/cgi/parser3.C: zz
21826:
21827: * src/targets/cgi/parser3.C: zzz
21828:
21829: * src/classes/date.C: date
21830:
21831: * src/classes/date.C: date:sql-string is now without ''
21832:
1.116 moko 21833: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21834: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21835: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21836:
1.116 moko 21837: * src/include/pa_config_auto.h.in: makes
1.95 moko 21838:
21839: 2001-09-03 parser
21840:
21841: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21842:
21843: 2001-09-01 parser
21844:
21845: * src/classes/image.C: letter_spacing
21846:
21847: * src/classes/image.C: image: font params changed
21848:
21849: * src/classes/image.C: image: as_int as_string used
21850:
21851: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21852: analized
21853:
21854: 2001-08-31 parser
21855:
21856: * src/targets/cgi/parser3.C: z
21857:
1.116 moko 21858: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21859: cygwin
1.95 moko 21860:
21861: * src/classes/void.C: void:int/double += (default)
21862:
21863: * src/classes/image.C: image:font added space param image:font
21864: changed charwidth alg, added kerning const[for now]
21865:
21866: * src/classes/: string.C, table.C: string:int/double (defaults)
21867:
21868: 2001-08-29 parser
21869:
21870: * src/main/pa_exception.C: exception redundant debug info
21871:
21872: 2001-08-28 parser
21873:
21874: * src/classes/image.C: image error msgs
21875:
21876: * src/classes/image.C: image: gifsize little endian
21877:
21878: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21879: doxygeneration
21880:
21881: * src/: classes/Makefile.am, main/Makefile.am,
21882: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21883:
21884: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21885: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21886:
21887: * src/main/compile.C: NO_STRING_ORIGIN check2
21888:
21889: * src/classes/table.C: NO_STRING_ORIGIN check
21890:
21891: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21892: storage class specifiers invalid in friend function declarations
21893:
21894: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21895: main/untaint.C, targets/cgi/parser3.C,
21896: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21897: case of limit
21898:
21899: * src/: classes/file.C, main/pa_common.C: file:move
21900: autocreate/remove dest/src dir
21901:
21902: * src/: classes/string.C, include/pa_dictionary.h,
21903: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21904: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21905: to directory constructor. string:replace
21906:
21907: 2001-08-27 parser
21908:
21909: * src/classes/image.C: fixed jpgsize alg
21910:
21911: * src/classes/image.C: fixed jpgsize alg
21912:
21913: * src/main/pa_exception.C: z
21914:
21915: * src/main/pa_common.C: removed debug info from pa_common
21916:
21917: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21918: [auto.p from current dir loading]
21919:
1.116 moko 21920: * src/: main/pa_common.C, main/pa_exception.C,
21921: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21922: for solaris -lsocket
1.95 moko 21923:
21924: 2001-08-24 parser
21925:
21926: * src/targets/cgi/parser3.C: not cgi extra \n 3
21927:
21928: * src/targets/cgi/parser3.C: not cgi extra \n 2
21929:
21930: * src/targets/cgi/parser3.C: not cgi extra \n
21931:
21932: * src/main/pa_sql_driver_manager.C: z
21933:
21934: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21935: sql* removed services from disconnect - cross-request ideological
21936: probs.
21937:
21938: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21939: cross-request ideological probs. oracle - fixed bug: cs
21940: allocated on request.pool and got freed before disconnect
21941:
21942: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21943: mallocs fixed
21944:
21945: 2001-08-23 parser
21946:
21947: * src/classes/file.C: minor bug in file:save fixed
21948:
21949: * src/main/pa_sql_driver_manager.C: oracle: dlink
21950:
21951: 2001-08-22 parser
21952:
21953: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21954: types/pa_vfile.h: file:load|save[text|binary;
21955:
21956: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21957:
21958: 2001-08-21 parser
21959:
21960: * src/classes/: file.C, table.C: ^file:list
21961:
21962: 2001-08-20 parser
21963:
21964: * src/: main/compile.tab.C, main/compile.y,
21965: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21966: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21967: recousively caused problems: inc incremeted 123 literal!! fixed
21968:
21969: 2001-08-10 parser
21970:
21971: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21972:
21973: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21974: added
21975:
21976: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21977: added
21978:
21979: * src/classes/table.C: table:sort restored [it was bad test :(]
21980:
21981: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21982: ''
21983:
21984: * src/main/: pa_request.C: wanted to make const int
21985: MAX_EXECUTE_SECONDS=1;
21986:
21987: but couldnt, set_callback_and_alarm appeared to be not exported
21988: :(
21989:
21990: * src/main/pa_string.C: string.match hanged on. there were a hang
21991: check but it weren't wise enough
21992:
21993: @parse[dateString][tmp]
21994: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21995: #end
21996:
21997: @main[] ^parse[2001-02-03]
21998:
21999: * src/classes/: table.C: table:sort now default desc
22000:
22001: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22002: table.sort now creates new sorted table
22003:
22004: 2001-08-09 parser
22005:
22006: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22007:
22008: * src/classes/hash.C: hash:_default now [was hash:default]
22009:
22010: * src/classes/op.C: case without switch check added
22011:
22012: * src/types/pa_vcookie.C: cookie name&value origins added, more
22013: precise $ORIGINS(1)
22014:
22015: * src/main/Makefile.am: .am
22016:
22017: * src/classes/void.C: void: int double copy/paste from int: bug
22018: fixed
22019:
22020: * src/classes/void.C: void: int double copy/paste from int: bug
22021: fixed
22022:
22023: 2001-08-07 parser
22024:
22025: * src/: classes/double.C, classes/int.C, classes/string.C,
22026: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22027: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22028: string, table
22029:
22030: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22031: srand made working
22032:
22033: 2001-08-06 parser
22034:
22035: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22036: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22037: main/compile.tab.C, main/compile.y, main/pa_array.C,
22038: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22039: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22040:
22041: * src/main/pa_exec.C: exec win32 real filename
22042:
22043: * src/classes/file.C: exec stderr out
22044:
22045: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22046:
22047: 2001-08-03 parser
22048:
22049: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22050:
22051: 2001-08-02 parser
22052:
22053: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22054: main/execute.C, main/pa_exec.C: introducing Array_iter
22055:
22056: * src/main/execute.C: detected quick_get recursion bug. changed to
22057: get@execute, but needs array iterator, separate from array to
22058: avoid it & use caching
22059:
22060: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22061: bug fixed
22062:
22063: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22064: main/execute.C, main/pa_globals.C: found another multithread bug
22065: in op.C (last, last global var killed) :)
22066:
22067: 2001-08-01 parser
22068:
22069: * src/: include/pa_dictionary.h, include/pa_globals.h,
22070: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22071: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22072: main/untaint.C: speeded up typo-html replacements. introducing
22073: Dictionary with first-char caching
22074:
22075: 2001-07-31 parser
22076:
22077: * src/types/Makefile.am: pa_vtable.C added to .am
22078:
22079: * src/main/compile.tab.C: added, so that could be compiled even on
22080: non-bison-enabled platforms
22081:
22082: 2001-07-28 parser
22083:
22084: * src/classes/table.C: table:hash always produces hash, when can't
22085: - empty
22086:
22087: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22088: skipped \n
22089:
22090: 2001-07-27 parser
22091:
22092: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22093: on int/double/string :sql without result and default
22094:
22095: 2001-07-26 parser
22096:
22097: * src/classes/op.C: fixed bad multithread bug with strangly global
22098: OP
22099:
22100: * src/main/compile.y: $man[$.age[zzz]] 0
22101:
22102: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22103: creation syntax problem persists. restored $: for a while.
22104: thinking of $man[$.age[zzz]] syntax now
22105:
22106: * src/: classes/double.C, classes/int.C, classes/string.C,
22107: include/pa_opcode.h, main/compile.C, main/compile.y,
22108: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22109: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22110: types/pa_wwrapper.h: fixing :: realization #1
22111:
22112: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22113: main/compile_tools.h, main/execute.C, main/pa_request.C,
22114: types/pa_vmethod_frame.h: introducing :: this is constructor call
22115: prefix. ordinary : remains for static accesses
22116:
22117: 2001-07-25 parser
22118:
22119: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22120: fields 2. methods 3. columns
22121:
22122: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22123: quote. optimized double&int tostring-s
22124:
22125: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22126: whitespace before first method decl
22127:
22128: * src/classes/table.C: allowed nontable result in table:sql,
22129: results in empty table
22130:
22131: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22132: lines before first method decl
22133:
22134: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22135: types/pa_vtable.h: ^table.record[] now $table.fields
22136:
22137: * src/main/compile.y: $var[] is now empty string, not void
22138:
22139: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22140: void
22141:
22142: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22143: main/pa_globals.C: match replace code context moved to implicit
22144: $match context
22145:
22146: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22147: main/compile_tools.h, main/execute.C: with killed, code storage
22148: introduced with former 'with' syntax
22149:
22150: 2001-07-24 parser
22151:
22152: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22153: types/pa_value.h: first get_element, next get operator
22154:
22155: * src/main/compile.y: removed @end handling
22156:
22157: * src/main/: compile.C, compile.y: @end handling method2
22158:
22159: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22160: file:move
22161:
22162: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22163: fixed
22164:
22165: 2001-07-23 parser
22166:
22167: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22168: driver
22169:
22170: * src/classes/hash.C: changed sql driver query interface
22171:
22172: * src/: classes/hash.C, classes/string.C, classes/table.C,
22173: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22174: changed sql driver query interface
22175:
22176: 2001-07-20 parser
22177:
22178: * src/types/pa_vrequest.C: X!$browser:type
22179:
22180: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22181: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22182: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22183: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22184: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22185: types/pa_vobject.h, types/pa_vrequest.C,
22186: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22187: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22188: BASE element globally removed
22189:
22190: 2001-07-18 parser
22191:
22192: * src/classes/file.C: file:exec/cgi msg
22193:
22194: * src/classes/file.C: $file:exit-code renamed to 'status'
22195:
22196: * src/: classes/file.C, main/pa_exec.C: file:exec
22197:
1.116 moko 22198: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22199: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22200: removed $id from *.in *.am
1.95 moko 22201:
22202: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22203: abbrevations
22204:
22205: * src/: classes/date.C, classes/mail.C, classes/math.C,
22206: classes/string.C, classes/table.C, include/pa_globals.h,
22207: include/pa_string.h, main/execute.C, main/pa_globals.C,
22208: main/pa_request.C, main/pa_string.C, main/untaint.C,
22209: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22210: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22211: $ORIGINS(1) output tracing mode
22212:
22213: 2001-07-13 parser
22214:
22215: * src/: classes/double.C, classes/int.C, classes/string.C,
22216: include/pa_request.h, main/execute.C, main/pa_request.C:
22217: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22218: second would not call first @auto
22219:
22220: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22221: wrong, fixed
22222:
22223: 2001-07-12 parser
22224:
22225: * src/types/pa_value.h: pa_value.putelement modification of system
22226: classes prevented
22227:
22228: 2001-07-11 parser
22229:
22230: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22231: table $piece
22232:
22233: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22234: types/pa_vstateless_class.h: $file created by file:state +=
22235: .atime .mtime .ctime +found&fixed bug with exceptions on
22236: get_junction-created objects [they were on wrong pool]
22237:
22238: 2001-07-09 parser
22239:
22240: * src/main/untaint.C: qp wrong name
22241:
22242: * src/: classes/date.C, classes/string.C, classes/table.C,
22243: main/compile.y: date format 0
22244:
22245: 2001-07-07 parser
22246:
22247: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22248: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22249: roll table calendar
22250:
22251: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22252: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22253: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22254: include/pa_request.h, main/main.dsp, types/pa_value.h,
22255: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22256: string. todo: sql, calendar
22257:
22258: 2001-07-06 parser
22259:
22260: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22261: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22262:
22263: 2001-07-03 parser
22264:
22265: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22266: classes/random.C, main/main.dsp: class random renamed to math,
22267: operators became methods
22268:
22269: * src/classes/op.C: pow sqrt
22270:
22271: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22272:
22273: 2001-07-02 parser
22274:
22275: * src/classes/table.C: ^table.columns column renamed from 'name' to
22276: 'column'
22277:
22278: * src/classes/hash.C: ^hash.keys[]
22279:
22280: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22281:
22282: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22283: 'strings'
22284:
22285: 2001-06-29 parser
22286:
22287: * src/main/: execute.C: /0 %0 checkes ver 2
22288:
22289: * src/main/execute.C: /0 %0 checke
22290:
22291: * src/classes/Makefile.am: nothing - void
22292:
22293: * src/classes/table.C: empty strings @ sql
22294:
22295: 2001-06-28 parser
22296:
22297: * src/: classes/double.C, classes/file.C, classes/form.C,
22298: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22299: classes/op.C, classes/random.C, classes/response.C,
22300: classes/string.C, classes/table.C, classes/void.C,
22301: main/compile.C, main/compile_tools.C, main/execute.C,
22302: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22303: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22304: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22305: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22306: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22307: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22308: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22309: $";
22310:
22311: * src/: classes/double.C, classes/file.C, classes/form.C,
22312: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22313: classes/op.C, classes/random.C, classes/response.C,
22314: classes/string.C, classes/table.C, classes/void.C,
22315: main/compile.C, main/compile.y, main/compile_tools.C,
22316: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22317: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22318: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22319: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22320: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22321: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22322:
22323: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22324: $class:name: == ${class:name}:
22325:
22326: * src/classes/string.C: exactly one
22327:
22328: 2001-06-27 parser
22329:
22330: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22331: types/pa_vvoid.h: nothing renamed to void
22332:
22333: * src/classes/op.C: ^switch ^case
22334:
22335: * src/main/compile.y: nothing renamed to void
22336:
22337: * src/: classes/hash.C, classes/table.C, main/compile.y,
22338: main/execute.C, main/main.dsp, main/pa_request.C,
22339: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22340: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22341: void
22342:
22343: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22344:
22345: 2001-05-28 parser
22346:
22347: * src/doc/html2chm.cmd: removed >a
22348:
22349: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22350: project options [some bugs]
22351:
22352: * src/doc/sources2html.cmd: z
22353:
22354: * src/: classes/classes.C, main/compile.C, main/compile.y,
22355: main/execute.C: operators are not in root class again
22356:
22357: 2001-05-24 parser
22358:
22359: * src/targets/cgi/parser3.dsp: project file
22360:
22361: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22362: ^log ^exp
22363:
22364: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22365: conversions in @exception[params]
22366:
22367: * src/main/pa_request.C: // no _ conversions in @exception[params]
22368:
22369: 2001-05-23 parser
22370:
22371: * src/main/pa_string.C: string cmp bug
22372:
22373: * src/classes/: mail.C, op.C: rem max 1000
22374:
22375: * src/: classes/op.C, main/compile.y: allow one empty line before
22376: LS_DEF_NAME
22377:
22378: 2001-05-22 parser
22379:
22380: * src/classes/op.C: if params code-required
22381:
22382: 2001-05-21 parser
22383:
22384: * src/types/pa_vstring.C: eoleof
22385:
22386: * src/classes/Makefile.am: .AM
22387:
22388: * src/classes/nothing.C: resultless ^sql moved to nothing:
22389:
22390: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22391:
22392: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22393: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22394: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22395: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22396: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22397: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22398: 'nothing'
22399:
22400: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22401: vstring::set_string
22402:
22403: * src/classes/: double.C, int.C, string.C: int,double;sql
22404:
22405: * src/: classes/hash.C, classes/int.C, classes/string.C,
22406: classes/table.C, include/pa_string.h, main/pa_string.C,
22407: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22408:
22409: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22410: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22411: hash:sql moved to main trunc. operators.txt updated
22412:
22413: * src/classes/: hash.C, op.C, table.C: hash:sql
22414:
22415: * src/classes/op.C: z
22416:
22417: * src/: main/compile.C, classes/classes.C: 1
22418:
22419: * src/: classes/classes.C, main/compile.C, main/compile.y,
22420: main/execute.C: 0
22421:
22422: * src/main/execute.C: z
22423:
22424: * src/targets/cgi/parser3.C: z
22425:
22426: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22427: site_auto_path "." in that case
22428:
22429: * src/targets/cgi/: parser3.C: z
22430:
22431: * src/main/pa_request.C: .am
22432:
22433: * src/: main/pa_request.C, targets/cgi/parser3.C:
22434: pcre_tables=pcre_default_tables;
22435:
22436: 2001-05-19 parser
22437:
22438: * src/main/pa_string.C: z
22439:
22440: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22441: introducing String::cstr_bufsize, returns just size+1 for as_is
22442: target.
22443:
22444: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22445: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22446: used, 4* mem wasted
22447:
22448: * src/classes/string.C: root context in match replace body now
22449: unchanged
22450:
22451: * src/types/pa_value.h: parameter # 1 based
22452:
22453: * src/main/pa_common.C: common: actual filename '%s'
22454:
22455: * src/classes/string.C: z
22456:
22457: * src/classes/Makefile.am: classes/.am
22458:
22459: * src/classes/: Makefile.am: classes/.am
22460:
22461: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22462: targets/cgi/pa_pool.C: classes/.am
22463:
22464: 2001-05-18 parser
22465:
1.116 moko 22466: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22467: pa_threads.C ins
1.95 moko 22468:
22469: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22470:
22471: 2001-05-17 parser
22472:
22473: * src/: classes/string.C, include/pa_config_fixed.h,
22474: include/pa_config_includes.h, main/compile.y,
22475: main/compile_tools.h, main/execute.C, main/pa_array.C,
22476: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22477: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22478: types/pa_vform.C: #include "pa_config_includes.h" removed from
22479: most .C
22480:
22481: * src/doc/html2chm.cmd: z
22482:
22483: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22484: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22485:
22486: * src/main/pa_sql_driver_manager.C: moved expiration to
22487: get_connection_from_cache
22488:
22489: * src/main/pa_sql_driver_manager.C: cache expiration bf
22490:
22491: * src/: classes/classes.h, include/pa_sql_connection.h,
22492: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22493: cache expiration[use SQL_Driver::disconnect]
22494:
22495: * src/main/pa_table.C: table.locate current restored on "not found"
22496:
22497: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22498: line no
22499:
22500: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22501: ANTI_ENDLESS_EXECUTE_RECOURSION
22502:
22503: * src/: classes/op.C, include/pa_sql_connection.h,
22504: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22505: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22506: 1driver and set_services fight for driver::fservices. before fix
22507:
22508: * src/: classes/op.C, include/pa_config_fixed.h,
22509: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22510: main/pa_sql_driver_manager.C: found problem at last: 2connections
22511: own 1driver and set_services fight for driver::fservices. before
22512: fix
22513:
22514: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22515: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22516: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22517: pa_threads.C
22518:
22519: * src/include/pa_threads.h: removed targets/parser
22520:
22521: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22522: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22523: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22524: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22525: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22526: headers
22527:
22528: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22529: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22530: order prevented sqlmanager to see MULTYTHREAD define
22531:
22532: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22533: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22534: put/gets
22535:
22536: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22537: from hash.h
22538:
22539: * src/: classes/op.C, include/pa_sql_connection.h,
22540: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22541: from cache ->set_services(&services);
22542:
22543: 2001-05-16 parser
22544:
22545: * src/targets/cgi/parser3.C: z
22546:
22547: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22548: debug, #ifdefed some. would debug later, on more precise sample
22549: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22550: $name.$tail[$tail!] $name.$tail } ok3
22551:
22552: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22553: removed array debug. before vstring rebasing
22554:
22555: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22556: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22557: array debugged; adjusted
22558:
22559: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22560: SQL_Driver_manager line no for connect/charset errors
22561:
22562: 2001-05-15 parser
22563:
22564: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22565: main/pa_string.C: string+array made linear grows
22566:
22567: * src/: include/pa_string.h, main/pa_string.C,
22568: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22569: grow lineary, not exponentialy
22570:
22571: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22572: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22573: with fullchunk cmps
22574:
22575: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22576: 70041= 81
22577:
22578: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22579: targets/cgi/parser3.C: detected huge mem allocation: size/times
22580: malloc 27809390/368771, calloc 3232/83. would test now
22581:
22582: * src/: classes/random.C, main/compile.y, main/execute.C,
22583: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22584: numbered params had wrong name - for instance: bad error message
22585: in ^for[] bad body type. fixed
22586:
22587: 2001-05-14 parser
22588:
22589: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22590: main/untaint.C: ^string.upper|lower[]
22591:
22592: 2001-05-11 parser
22593:
22594: * src/: classes/double.C, classes/image.C, classes/op.C,
22595: classes/string.C, classes/table.C, classes/unknown.C,
22596: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22597: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22598: types/pa_vunknown.h: op: MAX_LOOPS as_int
22599:
22600: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22601: .dsp for win32tools
22602:
22603: 2001-05-11 paf
22604:
22605: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22606: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22607: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22608: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22609:
22610: 2001-05-10 paf
22611:
22612: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22613: for C++, that's all
22614:
1.116 moko 22615: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22616: pa_config_includes.h: inline wonders
1.95 moko 22617:
22618: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22619: doc/doxygen.cmd: hash.C added
22620:
22621: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22622:
22623: * src/main/compile.y: @end grammar: allowed zero strings in control
22624: menthod
22625:
22626: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22627: pa_vstateless_object.h: changed priority: field before method
22628: lookup in vclass & vobject
22629:
22630: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22631: grammar: priorities changes [lowerd && prior] vobject: now first
22632: fields, next methods
22633:
22634: 2001-05-08 paf
22635:
22636: * src/main/pa_table.C: table columnname2item on nameless ignored
22637: bark=false. fixed
22638:
22639: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22640: types/pa_vmethod_frame.h: hash:default works at last!
22641:
22642: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22643: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22644: hash:default
22645:
22646: * src/classes/table.C: z
22647:
22648: * src/classes/table.C: table:hash always hash of hash now
22649:
22650: * src/classes/table.C: table:empty return bool now
22651:
22652: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22653: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22654: types/pa_vtable.h: table:hash
22655:
22656: * src/classes/table.C: table:record have name
22657:
22658: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22659: returns vunknown
22660:
22661: * src/classes/: double.C, int.C, op.C, string.C:
22662: int,double,string:int[] double[] string:length[] results now have
22663: hames
22664:
22665: * src/: classes/op.C, classes/table.C, main/main.dsp,
22666: types/pa_vtable.h: removed table:find. table:locate and op:eval
22667: now return bool
22668:
22669: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22670: in method checkparams again. fixed
22671:
22672: 2001-05-07 paf
22673:
22674: * src/doc/chm.cmd: cmd
22675:
22676: * src/: classes/image.C, classes/mail.C, classes/string.C,
22677: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22678: types/pa_value.h: method reported errors on wrong pool
22679:
22680: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22681: now
22682:
22683: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22684: include/code.h, include/pa_opcode.h, main/compile.C,
22685: main/compile_tools.h, main/execute.C, types/pa_value.h,
22686: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22687: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22688: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22689: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22690: types/pa_vmethod_frame.h, types/pa_vobject.h,
22691: types/pa_vrequest.h, types/pa_vresponse.h,
22692: types/pa_vstateless_class.h, types/pa_vstring.h,
22693: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22694: types/pa_wwrapper.h: pa_code.h
22695:
22696: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22697:
22698: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22699: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22700: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22701: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22702: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22703: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22704: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22705: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22706: types/pa_vtable.h: dox, split by not clean parts also
22707:
22708: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22709: types/pa_vtable.h: table: fields, then methods. so to enable
22710: 'dir' fields & co. more
22711:
22712: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22713: so to enable 'dir' fields & co.
22714:
22715: * src/main/compile.y: grammar: @end
22716:
22717: 2001-05-04 paf
22718:
22719: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22720: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22721:
22722: * src/: classes/classes.h, classes/double.C, classes/file.C,
22723: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22724: classes/op.C, classes/random.C, classes/response.C,
22725: classes/string.C, classes/table.C, classes/unknown.C,
22726: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22727: method dox
22728:
22729: 2001-05-03 paf
22730:
22731: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22732: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22733: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22734: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22735: doc/string.dox, doc/targets.dox, doc/value.dox,
22736: main/pa_request.C: dox splitted .dox files and added some
22737:
22738: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22739:
22740: 2001-05-02 paf
22741:
22742: * src/classes/: image.C, table.C: table:dir result are not tainted
22743: by file_name language now
22744:
22745: 2001-04-28 paf
22746:
22747: * src/classes/classes.inc: removed classes.inc
22748:
22749: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22750: from .am
22751:
22752: * src/classes/classes.awk: skipped classes in .awk
22753:
22754: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22755: classes/classes.inc, classes/double.C, classes/file.C,
22756: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22757: classes/string.C, classes/table.C, classes/unknown.C,
22758: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22759: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22760: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22761: pa_methoded back to classes/classes.h
22762:
22763: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22764:
22765: * src/: classes/Makefile.am, classes/classes.awk,
22766: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22767: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22768:
22769: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22770: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22771: classes/response.C, classes/string.C, classes/table.C,
22772: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22773: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22774: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22775: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22776: include|main/pa_methoded
22777:
22778: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22779: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22780:
22781: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22782: moved some configured data to request::classes_conf moved some
22783: string crations from globals to M... [works]
22784:
22785: * src/: classes/form.C, classes/mail.C, classes/op.C,
22786: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22787: main/pa_request.C: moved some configured data to
22788: request::classes_conf moved some string crations from globals to
22789: M...
22790:
22791: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22792: about to move configured data to special request hash
22793:
22794: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22795: classes/form.C, classes/mail.C, include/pa_request.h,
22796: main/pa_request.C: configure started
22797:
22798: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22799: 2. todo: methoded-configure
22800:
22801: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22802: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22803: classes/_random.h, classes/_response.h, classes/_string.h,
22804: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22805: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22806: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22807: classes/random.C, classes/response.C, classes/string.C,
22808: classes/table.C, classes/unknown.C, include/pa_globals.h,
22809: include/pa_request.h, main/compile.y, main/execute.C,
22810: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22811: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22812: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22813: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22814: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22815: types/pa_vrequest.h, types/pa_vresponse.h,
22816: types/pa_vstateless_class.h, types/pa_vstring.h,
22817: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22818: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22819: methoded-configure
22820:
22821: * src/: classes/file.C, classes/table.C, main/compile.y,
22822: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22823: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22824: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22825:
22826: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22827: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22828: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22829: classes/random.C, classes/response.C, classes/string.C,
22830: classes/table.C, classes/unknown.C, include/pa_request.h,
22831: main/compile.y, main/execute.C, main/pa_globals.C,
22832: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22833: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22834: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22835: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22836: beautifying just compiled. todo: debug, configure
22837:
22838: 2001-04-27 paf
22839:
22840: * src/: classes/file.C, classes/image.C, classes/table.C,
22841: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22842: beautifying -99
22843:
22844: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22845: classes/_response.h, classes/_unknown.h, classes/classes.C,
22846: classes/classes.h, classes/double.C, classes/file.C,
22847: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22848: classes/op.C, classes/random.C, classes/response.C,
22849: classes/string.C, include/pa_globals.h, main/main.dsp,
22850: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22851: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22852: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22853: types/pa_vunknown.h: beautifying -100
22854:
22855: * src/main/compile.y: serge@ found @CLASS bug. fixed
22856:
22857: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22858: classes/_op.h, classes/_random.h, classes/_table.h,
22859: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22860: classes/op.C, classes/random.C, classes/response.C,
22861: classes/string.C, classes/table.C, classes/unknown.C,
22862: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22863: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22864: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22865: beautifying
22866:
22867: 2001-04-26 paf
22868:
22869: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22870:
22871: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22872: documentation ++
22873:
22874: * src/: classes/_exec.h, doc/doxygen.cfg,
22875: include/pa_config_fixed.h, include/pa_config_includes.h,
22876: targets/cgi/pa_pool.C: code documentation ++
22877:
22878: * src/: classes/_image.h, classes/op.C, classes/random.C,
22879: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22880: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22881: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22882: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22883: types/pa_vmethod_frame.h, types/pa_vobject.h,
22884: types/pa_vrequest.C, types/pa_vrequest.h,
22885: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22886: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22887: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22888: code documentation ++
22889:
22890: * src/: classes/image.C, classes/mail.C, classes/string.C,
22891: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22892: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22893: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22894: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22895: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22896: types/pa_vobject.h, types/pa_vstateless_class.h,
22897: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22898:
22899: * src/main/: pa_request.C, pa_string.C: z
22900:
22901: * src/: include/pa_common.h, include/pa_types.h,
22902: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22903: connection caching fixed. request-pooled-url were stored into
22904: global connectioncache
22905:
22906: 2001-04-25 paf
22907:
22908: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22909: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22910:
22911: * src/: include/code.h, include/pa_common.h, main/compile.y,
22912: main/execute.C, main/pa_common.C: -d
22913:
22914: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22915: illegal call check a bit improved, but still under iis no mapping
22916: of dir with parser allowed!
22917:
22918: 2001-04-24 paf
22919:
22920: * src/targets/Makefile.am: apache module lib .am
22921:
22922: * src/main/pa_exec.C: windows32 buildCommand
22923:
22924: 2001-04-23 paf
22925:
22926: * src/targets/cgi/Makefile.am: win32 conditional
22927:
22928: * src/targets/cgi/Makefile.am: win32 conditional
22929:
22930: * src/targets/cgi/Makefile.am: liblink
22931:
22932: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22933: vfile fields return type
22934:
22935: * src/types/pa_vfile.h: vfile fields return type
22936:
22937: * src/include/pa_config_auto.h.in: .h.in
22938:
22939: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22940: types/Makefile: makefiles removed
22941:
22942: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22943: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22944:
22945: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22946: [tested: i & g ]
22947:
22948: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22949: @test noticed series in isapi, check how initialize_random_class
22950: is called! [must be called only once]
22951:
22952: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22953: would not be 'unknown column'
22954:
22955: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22956: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22957:
22958: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22959: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22960: [now doesnt]
22961:
22962: * src/targets/cgi/parser3.C: cgi cmdline ver
22963:
22964: * src/targets/cgi/parser3.C: cgi /// @test disable
22965: /cgi-bin/parser3/auto.p
22966:
22967: * src/main/untaint.C: untaint without charset
22968:
22969: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22970: main/pa_common.C: common: file_write /// @test mkdirs
22971: file_delete rmdirs
22972:
22973: * src/main/untaint.C: mail header only once to =?
22974:
22975: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22976: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22977: main/untaint.C: untaint - @test optimize whitespaces for
22978: all but 'html'
22979:
22980: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22981: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22982: main/untaint.C: untaint - @test mail-header
22983:
22984: 2001-04-20 paf
22985:
22986: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22987: include/pa_request.h, include/pa_string.h, main/compile.y,
22988: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22989: targets/cgi/parser3.C: $MAIN:LOCALE
22990:
22991: * src/main/untaint.C: z
22992:
22993: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22994:
22995: 2001-04-19 paf
22996:
22997: * src/main/compile_tools.h: $a$b bugfix
22998:
22999: * src/targets/cgi/parser3.C: z
23000:
23001: * src/classes/file.C: z
23002:
23003: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23004: done: header to $fields. waits for header '\' tricks
23005:
23006: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23007: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23008: changed urlencode here and in untaint.C to HTTP standard's " and
23009: \" mech
23010:
23011: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23012: http://alx/~paf/ doesnt load /auto.p
23013:
23014: 2001-04-18 paf
23015:
23016: * src/main/pa_request.C: 1
23017:
23018: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23019: linux @alx
23020:
23021: 2001-04-17 paf
23022:
23023: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23024: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23025: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23026: enabled
23027:
23028: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23029: classes/_exec.h, classes/_file.h, classes/_form.h,
23030: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23031: classes/_random.h, classes/_response.h, classes/_string.h,
23032: classes/_table.h, classes/_unknown.h, classes/file.C,
23033: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23034: include/pa_config_fixed.h, include/pa_config_includes.h,
23035: include/pa_hash.h, include/pa_sql_driver_manager.h,
23036: include/pa_version.h, main/Makefile.am, main/compile.y,
23037: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23038: main/pa_sql_driver_manager.C, sql/Makefile.am,
23039: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23040: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23041: types/pa_vform.C, types/pa_vimage.h: exec @jav
23042:
23043: * src/: include/pa_sql_driver_manager.h,
23044: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23045: types/pa_vimage.h: sql driver interface now has initialize(client
23046: .so)
23047:
23048: 2001-04-16 paf
23049:
23050: * src/Makefile.am: compile2 cygwin
23051:
23052: * src/: include/pa_config_includes.h, main/pa_exec.C,
23053: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23054:
23055: * src/targets/cgi/Makefile.am: compile0 jav
23056:
23057: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23058: classes/_exec.h, classes/_file.h, classes/_form.h,
23059: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23060: classes/_random.h, classes/_response.h, classes/_string.h,
23061: classes/_table.h, classes/_unknown.h, classes/image.C,
23062: classes/mail.C, classes/op.C, classes/random.C,
23063: include/pa_config_fixed.h, include/pa_config_includes.h,
23064: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23065: main/compile.y, main/pa_common.C, main/pa_exec.C,
23066: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23067: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23068: compile-1
23069:
23070: 2001-04-15 paf
23071:
23072: * src/classes/op.C: z
23073:
23074: * src/classes/table.C: table:empty +=process
23075:
23076: * src/types/pa_value.h: MethodParams !junction
23077:
23078: * src/: classes/_string.h, classes/double.C, classes/file.C,
23079: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23080: classes/random.C, classes/response.C, classes/string.C,
23081: classes/table.C, classes/unknown.C, main/pa_request.C:
23082: MethodParams everywhere
23083:
23084: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23085: types/pa_vmethod_frame.h: MethodParams in op.C
23086:
23087: 2001-04-12 paf
23088:
23089: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23090:
23091: * src/: classes/_unknown.h, classes/unknown.C,
23092: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23093: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23094:
23095: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23096:
23097: * src/classes/image.C: image:gif now does not have params
23098:
23099: * src/classes/image.C:
23100: image:line/fill/rectangle/bar/replace/polygon/polybar
23101:
23102: * src/: classes/image.C, classes/op.C, main/execute.C,
23103: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23104: for var now written not to r.wcontext, but to r.root cleared
23105: "entered_object" state
23106:
23107: 2001-04-11 paf
23108:
23109: * src/classes/image.C: image:create image:load
23110:
23111: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23112: just compiled
23113:
23114: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23115: todo: gif without file
23116:
23117: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23118: started porting to Pooled descendant
23119:
23120: * src/: classes/image.C, main/execute.C, main/main.dsp,
23121: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23122: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23123: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23124:
23125: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23126: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23127: end. switching to python imaging lib
23128:
23129: * src/main/main.dsp: gd+smtp made separate libs
23130:
23131: * src/: include/pa_globals.h, include/pa_string.h,
23132: main/pa_common.C, main/pa_request.C, main/untaint.C,
23133: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23134: length
23135:
23136: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23137: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23138: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23139: UL_FILE_NAME of posted file name
23140:
23141: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23142: post [broke when moved post read to core]
23143:
23144: 2001-04-10 paf
23145:
23146: * src/classes/image.C: image:html done
23147:
23148: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23149:
23150: * src/classes/image.C: z
23151:
23152: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23153: forgotten!
23154:
23155: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23156: main/pa_request.C, main/pa_string.C, main/untaint.C,
23157: types/pa_vimage.h: image:measure -90
23158:
23159: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23160: classes/_int.h, classes/_mail.h, classes/_op.h,
23161: classes/_random.h, classes/_response.h, classes/_string.h,
23162: classes/_table.h, classes/file.C, classes/mail.C,
23163: include/pa_common.h, include/pa_globals.h, main/execute.C,
23164: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23165: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23166: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23167: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23168: compiled
23169:
23170: * src/classes/mail.C: minor bug with unclear from/to
23171:
23172: * src/classes/mail.C: sendmail unix skipping defaults
23173:
23174: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23175: sendmail unix added defaults
23176:
23177: * src/classes/mail.C: unix sendmail compiled. todo:testing
23178:
23179: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23180:
23181: 2001-04-09 paf
23182:
23183: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23184: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23185: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23186: targets/isapi/parser3isapi.dsp: all targets exec
23187:
23188: * src/: include/pa_sapi.h, include/pa_string.h,
23189: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23190: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23191: args in apache:util.script
23192:
23193: * src/include/pa_string.h: written but not tested exec with env for
23194: unix
23195:
23196: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23197: targets/cgi/parser3.C: exec win32 env
23198:
23199: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23200: 0
23201:
23202: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23203: main/execute.C, main/main.dsp, main/pa_globals.C,
23204: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23205: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23206:
23207: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23208: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23209:
23210: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23211: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23212:
23213: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23214: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23215: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23216: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23217: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23218: exec class just compiled. moved post read to request core
23219:
23220: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23221: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23222: main/pa_globals.C, targets/cgi/parser3.C,
23223: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23224: are already read by vform
23225:
23226: 2001-04-08 paf
23227:
23228: * src/: classes/file.C, classes/mail.C, classes/string.C,
23229: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23230: uuencode. string<<
23231:
23232: 2001-04-07 paf
23233:
23234: * src/classes/mail.C: z
23235:
23236: * src/classes/mail.C: z
23237:
23238: * src/classes/mail.C: ^mail[$attach
23239:
23240: * src/classes/mail.C: ^attach dead end
23241:
23242: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23243: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23244: targets/isapi/parser3isapi.C: mail:send 1
23245:
23246: * src/: classes/mail.C, main/pa_request.C: z
23247:
23248: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23249: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23250: compiled
23251:
23252: * src/classes/mail.C: +=
23253:
23254: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23255: prepared
23256:
23257: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23258: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23259: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23260: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23261:
23262: 2001-04-06 paf
23263:
23264: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23265: main/pa_string.C: table:dir 1
23266:
23267: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23268: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23269:
23270: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23271: classes/root.C, include/pa_globals.h, include/pa_request.h,
23272: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23273: main/pa_request.C: renamed 'root' to 'op'
23274:
23275: * src/classes/: _op.h, op.C: renamed from 'root'
23276:
23277: * src/types/pa_valiased.C: another root inherititance skipped
23278:
23279: * src/main/: compile.C, compile.y, execute.C: operators are now not
23280: root methods of parent class. just 'ROOT' class
23281:
23282: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23283: @office
23284:
23285: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23286:
23287: 2001-04-05 paf
23288:
23289: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23290: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23291: constructor flag dropped at get_method_frame and remembered into
23292: method_frame
23293:
23294: * src/: classes/file.C, classes/root.C, classes/string.C,
23295: classes/table.C, main/pa_request.C: junction to code&expression
23296: in errors
23297:
23298: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23299: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23300: $LOCALE:ctype[Russian_Russia.1251]
23301:
23302: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23303: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23304: main/pa_table.C: hash now not thread-safe.
23305:
23306: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23307: main/untaint.C: z
23308:
23309: * src/: classes/random.C, classes/root.C, classes/table.C,
23310: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23311: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23312: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23313: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23314:
23315: * src/: classes/table.C, include/pa_sql_connection.h,
23316: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23317:
23318: * src/classes/table.C: select * from hren error contains statement
23319:
23320: * src/: classes/table.C, include/pa_sql_connection.h,
23321: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23322: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23323:
23324: * src/: classes/root.C, include/pa_sql_connection.h,
23325: include/pa_sql_driver.h, main/main.dsp,
23326: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23327: services for conv memory & error reporting
23328:
23329: 2001-04-04 paf
23330:
23331: * src/doc/doxygen.cfg: z
23332:
23333: * src/include/pa_sql_driver.h: mysql connect
23334:
23335: * src/include/pa_sql_driver.h: mysql info
23336:
23337: * src/: classes/root.C, include/pa_sql_driver.h,
23338: include/pa_sql_driver_manager.h, main/main.dsp,
23339: main/pa_sql_driver_manager.C: more manager&connection&driver
23340:
23341: * src/sql/Makefile.am: forgot to add mysql client
23342:
23343: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23344: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23345: [forgot to add libltdl, added]
23346:
23347: * src/: Makefile.am, classes/root.C, classes/string.C,
23348: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23349: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23350: include/pa_string.h, include/pa_table.h, main/main.dsp,
23351: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23352: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23353: -1000 just compiled
23354:
23355: * src/: classes/random.C, classes/root.C, classes/table.C,
23356: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23357: main/pa_request.C, types/pa_vclass.h: sql frame -10
23358:
23359: 2001-04-03 paf
23360:
23361: * src/types/pa_vform.C: z
23362:
23363: * src/: classes/string.C, types/pa_vform.C: string:match replace
23364: assigned lang
23365:
23366: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23367: {}[]< empty []
23368:
23369: * src/: classes/file.C, classes/string.C, classes/table.C,
23370: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23371: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23372:
23373: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23374: string:match replace strange matches
23375:
23376: * src/classes/string.C: string:match replace 0
23377:
23378: * src/: classes/string.C, main/pa_string.C: string:match replace
23379: prepared 2
23380:
23381: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23382: string:match replace prepared
23383:
23384: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23385: string:match replace -11
23386:
23387: * src/: classes/string.C, include/pa_globals.h,
23388: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23389: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23390:
23391: * src/: classes/string.C, include/pa_globals.h,
23392: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23393: main/pa_string.C: string:match [search] -1 just compiled
23394:
23395: * src/types/pa_vstring.C: z
23396:
23397: * src/: classes/double.C, classes/file.C, classes/form.C,
23398: classes/int.C, classes/response.C, classes/root.C,
23399: classes/string.C, classes/table.C, include/pa_string.h,
23400: main/pa_string.C: string:match -10 [frame]
23401:
23402: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23403: main/pa_request.C: z
23404:
23405: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23406: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23407: todo/tests
23408:
23409: * src/include/pa_common.h: z
23410:
23411: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23412: main/pa_request.C, targets/cgi/parser3.C,
23413: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23414: content-disposition
23415:
23416: * src/: include/pa_common.h, include/pa_globals.h,
23417: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23418: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23419:
23420: * src/: include/pa_common.h, include/pa_request.h,
23421: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23422: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23423: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23424: response:body
23425:
23426: * src/classes/table.C: table:append now uses string::split
23427:
23428: * src/classes/table.C: z
23429:
23430: * src/: classes/file.C, classes/root.C, classes/string.C,
23431: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23432: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23433: include/pa_string.h, main/execute.C, main/pa_string.C,
23434: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23435: string::pos & cmp & piece bugs fixed. string::split new
23436: table:load separated from set table:set implemented with clean \n
23437: \t searches
23438:
23439: 2001-04-02 paf
23440:
23441: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23442: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23443: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23444: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23445: it in table:set/load
23446:
23447: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23448: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23449:
23450: * src/classes/random.C: random:generate 1
23451:
23452: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23453: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23454: types/pa_value.h: random:generate
23455:
23456: 2001-03-30 paf
23457:
23458: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23459: todo: table flip and append. string::pos
23460:
23461: * src/: classes/double.C, classes/file.C, classes/int.C,
23462: classes/response.C, classes/root.C, classes/string.C,
23463: classes/table.C, main/compile.y, main/execute.C,
23464: types/pa_value.h, types/pa_vstateless_class.C,
23465: types/pa_vstateless_class.h: static|dynamic|any method
23466: registration
23467:
23468: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23469: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23470: table:flip
23471:
23472: 2001-03-29 paf
23473:
23474: * src/classes/string.C: string:xsplit forgot that they must result
23475: in 1 row N column [not vice versa]
23476:
23477: * src/classes/string.C: z
23478:
23479: * src/classes/string.C: string: rsplit
23480:
23481: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23482: string: lsplit
23483:
23484: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23485: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23486: lsplit -1
23487:
23488: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23489: string: pos
23490:
23491: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23492: string: pos -1
23493:
23494: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23495: main/compile.y, main/pa_request.C, main/pa_string.C,
23496: main/untaint.C: string: left right mid
23497:
23498: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23499: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23500: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23501: and [;] are different now.
23502:
23503: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23504: main/untaint.C: pool.request undone
23505:
23506: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23507: main/untaint.C: pool.request
23508:
23509: 2001-03-28 paf
23510:
23511: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23512: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23513: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23514: $request:browser [.type .version]; unknown.get_double now = 0.
23515:
23516: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23517: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23518: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23519: types/pa_vform.C: file:load autodetection of mime-type by
23520: user-file-name
23521:
23522: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23523: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23524: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23525:
23526: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23527: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23528: write. must be self.set
23529:
23530: * src/: classes/file.C, classes/root.C, classes/table.C,
23531: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23532:
23533: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23534: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23535: types/pa_vtable.h: table:locate just compiled
23536:
23537: 2001-03-27 paf
23538:
23539: * src/main/: execute.C, pa_common.C: fixed r/w context of
23540: code-params2, fixed ntfs hardlink slow dir update
23541:
23542: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23543: types/pa_wcontext.h: fixed r/w context of code-params
23544:
23545: * src/: classes/table.C, main/execute.C: about to change junction
23546: rcontext!!
23547:
23548: * src/: classes/double.C, classes/int.C, classes/root.C,
23549: classes/string.C, classes/table.C, main/compile_tools.C,
23550: main/execute.C, main/pa_request.C, main/untaint.C,
23551: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23552: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23553: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23554: types/pa_vunknown.h: sort 0
23555:
23556: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23557: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23558: renamed to are_static_calls_disabled
23559:
23560: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23561: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23562: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23563: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23564:
23565: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23566:
23567: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23568: started table:sort fixed minor bug in #...^{
23569:
23570: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23571: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23572: decided to have as it were. stepped back. grammar: added 'in'
23573: 'is' 'lt'&co follow-space check
23574:
23575: 2001-03-26 paf
23576:
23577: * src/: classes/file.C, classes/root.C, classes/table.C,
23578: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23579: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23580: main/pa_table.C: moved ::save to pa_table. disabled @auto
23581: invocation in ^process
23582:
23583: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23584:
23585: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23586: main/pa_array.C: table:record
23587:
23588: * src/: main/untaint.C, targets/cgi/parser3.C,
23589: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23590: targets/isapi/pool_storage.h, types/pa_valiased.h,
23591: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23592: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23593: types/pa_vtable.h: z
23594:
23595: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23596: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23597: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23598: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23599: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23600: method realisations on 'self' validity - they now can simply
23601: assume that 'self' is V{Proper} .
23602:
23603: 2001-03-25 paf
23604:
23605: * src/main/untaint.C: z
23606:
23607: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23608: lowlevel - it initialization could be skipped if failed in @auto.
23609: so that exception report would use some table
23610:
23611: * src/main/pa_request.C: table empty lines ignored. system-default
23612: content type assigned in output:result [can fail in main:auto and
23613: skipped normal defaults extraction]
23614:
23615: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23616: bug
23617:
23618: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23619: processing to table [except preliminary \r\n \r \n replacements
23620: to "\n"]
23621:
23622: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23623: move all the processing to table
23624:
23625: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23626: main/pa_table.C, main/untaint.C: returned table originating.
23627: useful for reporting typo table problems origin. think would be
23628: useful somewhere else
23629:
23630: * src/main/untaint.C: typo \r \r\n \n properly handled
23631:
23632: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23633: include/pa_table.h, main/compile.y, main/compile_tools.C,
23634: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23635: main/pa_string.C, main/pa_table.C, main/untaint.C,
23636: types/pa_vcookie.h: typo & typo-default
23637:
23638: 2001-03-24 paf
23639:
23640: * src/main/pa_common.C: z
23641:
23642: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23643: targets/cgi/parser3.C: html-typo 2
23644:
23645: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23646: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23647: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23648: main/execute.C, main/pa_array.C, main/pa_globals.C,
23649: main/pa_request.C, main/pa_string.C, main/untaint.C,
23650: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23651: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23652: noticed double default content-type prob. run cgi.cmd tomorrow
23653: first html-typo sample. detected << problem: they become ltlt too
23654: fast
23655:
23656: * src/main/compile.y: z
23657:
23658: * src/main/: compile.y, compile_tools.h: #comment
23659:
23660: * src/: classes/file.C, classes/root.C, classes/table.C,
23661: include/pa_common.h, include/pa_request.h, main/compile.y,
23662: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23663: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23664: stringified
23665:
23666: * src/types/pa_valiased.C: decided to String-ify file_read
23667:
23668: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23669: isapi/parser3isapi.dsp: cgi: sapi::log
23670:
23671: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23672: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23673: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23674: error log experiments failed - cgi under iis got no access to
23675: log. registereventsource simply failed with 5(illegal call) code,
23676: while worked OK as standalone executable. isapi: used
23677: HSE_APPEND_LOG_PARAMETER feature
23678:
23679: * src/: include/pa_common.h, include/pa_globals.h,
23680: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23681: targets/isapi/parser3isapi.C: fixed default content-type
23682: allocation storage
23683:
23684: * src/: include/pa_globals.h, include/pa_request.h,
23685: main/pa_globals.C, main/pa_request.C: z
23686:
23687: * src/: include/pa_array.h, include/pa_hash.h,
23688: include/pa_request.h, main/compile.y, main/pa_array.C,
23689: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23690: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23691: content-type
23692:
23693: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23694: sanity
23695:
23696: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23697: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23698: away freeze mech. no danger now for you can't do
23699: ^request:process[@new-method[] body] trick anymore. still
23700: remains $some_instance.process[@new-method[] possibility] but
23701: would leave it as a feature. see index for sample
23702:
23703: * src/: include/pa_common.h, main/pa_common.C,
23704: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23705: monkey every target
23706:
23707: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23708: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23709: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23710:
23711: 2001-03-23 paf
23712:
23713: * src/: include/pa_pool.h, main/pa_request.C,
23714: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23715: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23716: targets/isapi/pool_storage.h: isapi: dumb pool storage
23717:
23718: * src/targets/isapi/pa_pool.C: decided to continue with extension
23719:
23720: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23721: it would be better to rewrite as filter then to deal with pool
23722:
23723: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23724: now like in cgi, not from APPL_PHYSICAL_PATH
23725:
23726: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23727: include/pa_config_fixed.h, include/pa_config_includes.h,
23728: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23729: include/pa_version.h, main/compile.y, main/execute.C,
23730: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23731: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23732: main/untaint.C, targets/cgi/parser3.C,
23733: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23734: cgi: reinvent document_root and request_uri under iis. autoconf
23735: updated. introducing ap_config_includes
23736:
23737: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23738:
23739: * src/targets/cgi/parser3.C: cgi: only one pool now
23740:
23741: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23742: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23743: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23744: types/pa_venv.h, types/pa_vform.C: sapi made object
23745:
23746: * src/: include/pa_globals.h, main/pa_request.C,
23747: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23748: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23749: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23750:
23751: * src/: main/pa_request.C, targets/cgi/parser3.C,
23752: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23753: isapi minor env beauty
23754:
23755: * src/: main/pa_request.C, targets/cgi/parser3.C,
23756: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23757: isapi document_root 0
23758:
23759: 2001-03-22 paf
23760:
23761: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23762:
23763: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23764: isapi/parser3isapi.C: z
23765:
23766: * src/: include/pa_pool.h, main/pa_request.C,
23767: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23768:
23769: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23770: kill.pl: isapi added utils
23771:
23772: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23773: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23774: types/pa_vform.C: isapi 0
23775:
23776: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23777: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23778: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23779: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23780: started isapi
23781:
23782: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23783: some comments
23784:
23785: * src/: include/pa_globals.h, include/pa_request.h,
23786: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23787: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23788: parser_root_auto_path parser_site_auto_path
23789:
23790: * src/types/pa_vcookie.C: cookie attr decoded
23791:
23792: 2001-03-21 paf
23793:
23794: * src/targets/cgi/parser3.C: z
23795:
23796: * src/include/pa_globals.h: post. todo: config of auto.p path
23797:
23798: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23799: types/pa_venv.h: in cookie & env. todo:post
23800:
23801: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23802: classes/root.C, classes/table.C, include/pa_array.h,
23803: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23804: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23805: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23806: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23807: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23808: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23809: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23810: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23811: shifted apache branch on main trunc
23812:
23813: * src/: include/pa_common.h, include/pa_globals.h,
23814: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23815: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23816: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23817: starting mod_parser3
23818:
23819: * src/targets/cgi/parser3.C: starting mod_parser3
23820:
23821: 2001-03-20 paf
23822:
23823: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23824: targets/cgi/parser3.C: automake compiled and works. todo:make
23825: win32 ifdefs work and add ifdef unistd
23826:
23827: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23828: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23829: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23830: z
23831:
23832: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23833: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23834: locking
23835:
23836: * src/: classes/Makefile.am, types/Makefile.am: z
23837:
23838: * src/: Makefile.am, classes/file.C, classes/root.C,
23839: classes/table.C, include/pa_array.h, include/pa_request.h,
23840: include/pa_string.h, main/Makefile.am, main/execute.C,
23841: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23842: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23843: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23844: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23845:
23846: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23847: main/pa_request.C, types/pa_vfile.h: ^table:save
23848:
23849: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23850: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23851: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23852: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23853: types/pa_vform.h: z
23854:
23855: * src/include/pa_string.h: z
23856:
23857: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23858: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23859: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23860: :Value
23861:
23862: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23863: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23864: :VStateless_object
23865:
23866: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23867: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23868: :VStateless_object
23869:
23870: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23871: types/pa_valiased.C, types/pa_vform.h: commented VForm
23872:
23873: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23874: types/pa_valiased.h, types/pa_value.h,
23875: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23876: types/pa_vstateless_object.h: moved common get_element part from
23877: stateless object&class into VAliased
23878:
23879: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23880: classes/table.C, main/execute.C, main/main.dsp,
23881: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23882: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23883: now :Value
23884:
23885: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23886: main/execute.C, main/main.dsp, main/pa_globals.C,
23887: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23888:
23889: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23890: doxx
23891:
23892: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23893: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23894: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23895: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23896: and ^file:save
23897:
23898: 2001-03-19 paf
23899:
23900: * src/types/pa_vfile.C: z
23901:
23902: * src/: classes/file.C, classes/request.C, classes/table.C,
23903: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23904: main/pa_request.C, main/untaint.C, types/pa_value.h,
23905: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23906:
23907: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23908: include/pa_string.h, include/pa_table.h, main/main.dsp,
23909: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23910: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23911: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23912: classes/_file.h, classes/file.C, types/pa_vfile.C,
23913: types/pa_vfile.h: file class just compiled
23914:
23915: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23916: include/pa_table.h, include/pa_types.h, main/execute.C,
23917: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23918: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23919: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23920:
23921: * src/include/pa_pool.h: z
23922:
23923: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23924: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23925: Hash::Value to Val so to doxygen would finlly stop confusing
23926: those Value-s
23927:
23928: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23929: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23930: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23931: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23932: include/pa_types.h, main/compile.C, main/compile.y,
23933: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23934: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23935: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23936: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23937: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23938:
23939: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23940: derivates somehow unlinked. don't know why yet
23941:
23942: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23943: include/pa_string.h, include/pa_threads.h, main/compile.C,
23944: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23945: main/execute.C, main/pa_array.C, main/pa_common.C,
23946: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23947: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23948: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23949:
23950: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23951: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23952: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23953: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23954: types/pa_vrequest.h: doc: detected Value derivates prob
23955:
23956: * src/include/pa_globals.h: z
23957:
23958: * src/: classes/_request.h, classes/request.C, include/code.h,
23959: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23960: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23961: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23962: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23963: main/execute.C, main/pa_pool.C, main/pa_request.C,
23964: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23965: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23966:
23967: 2001-03-18 paf
23968:
23969: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23970: cookie: allowed access to hash-assigned
23971:
23972: * src/targets/cgi/parser3.C: z
23973:
23974: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23975: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23976: include/pa_types.h, main/main.dsp, main/pa_common.C,
23977: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23978: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23979: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23980: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23981: types/pa_vunknown.h: cookie class
23982:
23983: * src/main/pa_request.C: zero length output allowed
23984:
23985: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23986: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23987:
23988: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23989: lang switch
23990:
23991: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23992: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23993: types/pa_value.h, types/pa_vhash.h:
23994: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23995:
23996: * src/main/execute.C: z
23997:
23998: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23999: targets/cgi/parser3.C: taint[uri
24000:
24001: * src/: classes/request.C, classes/response.C, classes/root.C,
24002: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24003: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24004: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24005:
24006: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24007: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24008: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24009: types/pa_vstateless_class.C: convinient string(pool, char *src,
24010: bool tainted) ctor
24011:
24012: * src/: include/pa_hash.h, include/pa_request.h,
24013: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24014: main/pa_request.C, main/pa_string.C, main/untaint.C,
24015: targets/cgi/parser3.C: proper @exceptions params tainting
24016:
24017: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24018: response fields to header
24019:
24020: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24021: z
24022:
24023: * src/: classes/_response.h, classes/response.C,
24024: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24025: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24026: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24027: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24028: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24029: $response: 0 request::core exception rethrow
24030:
24031: 2001-03-16 paf
24032:
24033: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24034: types/pa_vrequest.h: native method' class call with less params
24035: then needed error reporting
24036:
24037: * src/: classes/_request.h, classes/request.C,
24038: include/pa_globals.h, include/pa_request.h, main/execute.C,
24039: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24040: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24041: types/pa_vrequest.h: $request : query :uri
24042:
24043: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24044: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24045: types/pa_wcontext.h: $result
24046:
24047: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24048:
24049: * src/: classes/double.C, include/code.h, main/compile.y,
24050: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24051: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24052:
24053: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24054: main/compile.y, main/execute.C, types/pa_value.h,
24055: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24056: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24057: wcontext conflict
24058:
24059: * src/: main/execute.C, types/pa_value.h,
24060: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24061: $string.field
24062:
24063: 2001-03-15 paf
24064:
24065: * src/main/pa_request.C: news sample
24066:
24067: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24068: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24069:
24070: * src/main/: compile.y, execute.C: z
24071:
24072: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24073: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24074: pre pre works
24075:
24076: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24077: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24078: fillfields just compiled
24079:
24080: 2001-03-14 paf
24081:
24082: * src/: include/pa_request.h, main/pa_request.C,
24083: targets/cgi/parser3.C: z
24084:
24085: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24086: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24087: types/pa_vstring.h: limits -1
24088:
24089: * src/: include/pa_globals.h, include/pa_request.h,
24090: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24091: main/pa_request.C, targets/cgi/parser3.C,
24092: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24093: request_info -1
24094:
24095: * src/: include/pa_globals.h, main/pa_globals.C,
24096: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24097: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24098: vform_fields_fill
24099:
24100: * src/targets/cgi/parser3.C: # if MSVC
24101:
24102: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24103: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24104:
24105: * src/targets/cgi/parser3.C: z
24106:
24107: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24108: include/pa_string.h, include/pa_types.h, main/compile.y,
24109: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24110: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24111: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24112: types/pa_vunknown.h: global handler, exceptions in parser3
24113:
24114: 2001-03-13 paf
24115:
24116: * src/: classes/form.C, main/compile.y, main/core.C,
24117: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24118: types/pa_vform.h, types/pa_vstateless_class.C,
24119: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24120: instead
24121:
24122: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24123: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24124: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24125: started cgi target
24126:
24127: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24128: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24129: before error show with parser
24130:
24131: * src/: classes/_form.h, classes/form.C, include/core.h,
24132: include/pa_request.h, main/core.C, main/pa_request.C,
24133: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24134:
24135: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24136:
24137: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24138: parser3.C: renamed targets/ parser to cgi
24139:
24140: * src/: classes/double.C, classes/env.C, classes/int.C,
24141: classes/root.C, classes/string.C, classes/table.C,
24142: include/pa_request.h, types/pa_vhash.h: z
24143:
24144: * src/: classes/_env.h, classes/env.C, classes/root.C,
24145: include/core.h, include/pa_pool.h, include/pa_request.h,
24146: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24147: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24148: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24149: [historical moment :)]
24150:
24151: * src/: include/code.h, include/pa_string.h, main/compile.y,
24152: main/execute.C, main/pa_string.C: 'value is type' expr operator
24153:
24154: * src/types/pa_venv.h: $ENV 1
24155:
24156: * src/main/execute.C: z
24157:
24158: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24159: future methods of ENV constructor if
24160:
24161: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24162: class
24163:
24164: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24165: classes/_root.h, classes/_string.h, classes/_table.h,
24166: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24167: classes/string.C, classes/table.C, include/pa_request.h,
24168: main/compile.C, main/compile_tools.h, main/core.C,
24169: main/execute.C, main/main.dsp, main/pa_request.C,
24170: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24171: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24172: types/pa_vobject.h, types/pa_vstateless_class.C,
24173: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24174: types/pa_wcontext.h: $ENV: re 0, stateless classes
24175:
24176: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24177: classes/_root.h, classes/_string.h, classes/_table.h,
24178: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24179: classes/string.C, classes/table.C, include/pa_request.h,
24180: main/compile.C, main/compile_tools.h, main/core.C,
24181: main/execute.C, main/main.dsp, main/pa_request.C,
24182: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24183: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24184: types/pa_vobject.h, types/pa_vstateless_class.C,
24185: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24186: types/pa_wcontext.h: $ENV: re 0, stateless classes
24187:
24188: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24189: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24190: yesterdays bad decision on execute_static_method
24191:
24192: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24193:
24194: * src/: classes/double.C, classes/int.C, classes/root.C,
24195: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24196:
24197: * src/main/pa_request.C: z
24198:
24199: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24200: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24201:
24202: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24203: include/pa_pool.h, main/pa_request.C:
24204: restructure_exceptions_dead_end
24205:
24206: * src/: classes/root.C, main/compile.y: ^if required junctions.
24207: allowed ; inside {} to break params
24208:
24209: * src/classes/root.C: ^eval
24210:
24211: * src/: classes/_string.h, classes/double.C, classes/int.C,
24212: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24213: string ^format
24214:
24215: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24216: 'bad' but not 'enough'
24217:
24218: * src/: classes/double.C, classes/root.C, classes/table.C,
24219: include/pa_common.h, include/pa_types.h, main/compile.y,
24220: main/pa_common.C, main/pa_request.C, main/untaint.C,
24221: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24222: types/pa_wwrapper.h: think constructing flag as is is bad
24223:
24224: * src/: classes/double.C, classes/int.C, classes/root.C,
24225: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24226: types/pa_vint.h: ^for
24227:
24228: 2001-03-12 paf
24229:
24230: * src/classes/table.C: table ^empty
24231:
24232: * src/: classes/table.C, include/pa_table.h: table ^menu
24233:
24234: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24235: ^offset ^line ^count
24236:
24237: * src/classes/root.C: ^round() ^floor() ^ceiling()
24238: ^abs() ^sign()
24239:
24240: * src/classes/: root.C, table.C: ^use
24241:
24242: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24243: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24244: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24245: ^while. switched off wcontext.constructing after write(value) or
24246: auto-vhash-constructing
24247:
24248: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24249: main/pa_request.C: fail_if_junction_ helper func
24250:
24251: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24252: include/pa_request.h, main/execute.C, main/main.dsp,
24253: main/pa_common.C, main/pa_request.C: ^process error point by
24254: actual method_name, not source. ^load
24255:
24256: * src/types/pa_vtable.h: table: no, better with string in cells...
24257:
24258: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24259: classes/_table.h, classes/table.C, main/untaint.C: z
24260:
24261: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24262: include/pa_table.h, main/core.C, main/execute.C,
24263: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24264: types/pa_value.h: table:set 0
24265:
24266: * src/: classes/root.C, include/core.h, include/pa_array.h,
24267: include/pa_request.h, include/pa_table.h, main/core.C,
24268: main/main.dsp, main/pa_request.C, main/pa_table.C,
24269: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24270: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24271: types/pa_vstring.h: freeze, ^table:create[] -1
24272:
24273: * src/: classes/root.C, types/pa_value.h: z
24274:
24275: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24276: get_method in couple places optimizing them
24277:
24278: * src/classes/root.C: z
24279:
24280: * src/: classes/root.C, types/pa_vclass.h: process temp main
24281: zeroing
24282:
24283: * src/: classes/double.C, classes/int.C, classes/root.C,
24284: classes/string.C, include/pa_common.h, include/pa_request.h,
24285: include/pa_string.h, include/pa_types.h, main/compile.C,
24286: main/compile.y, main/compile_tools.h, main/execute.C,
24287: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24288: types/pa_vmframe.h: ^process. actual names to store param and
24289: check_actual_numbered_params for better place diagnostics
24290:
24291: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24292: method-junctions bug fixed
24293:
24294: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24295: pa_vstateless_object.h, pa_vstring.h: stateless_object
24296:
24297: 2001-03-11 paf
24298:
24299: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24300: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24301: VDouble VInt base now VObject_base - without fields
24302:
24303: * src/: classes/root.C, include/core.h, main/core.C: z
24304:
24305: * src/: classes/double.C, classes/int.C, classes/root.C,
24306: classes/string.C, include/core.h, include/pa_hash.h,
24307: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24308: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24309:
24310: * src/: classes/double.C, classes/int.C, classes/root.C,
24311: include/pa_request.h, main/execute.C: intercept_string
24312:
24313: * src/: classes/double.C, classes/int.C, classes/root.C,
24314: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24315:
24316: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24317: ^inc-s(expr)
24318:
24319: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24320: classes/_root.h, classes/_string.h, classes/double.C,
24321: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24322: include/code.h, include/core.h, include/pa_array.h,
24323: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24324: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24325: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24326: include/pa_types.h, main/compile.C, main/compile.y,
24327: main/compile_tools.C, main/compile_tools.h, main/core.C,
24328: main/execute.C, main/pa_array.C, main/pa_common.C,
24329: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24330: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24331: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24332: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24333: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24334: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24335: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24336: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24337:
24338: * src/: main/pa_request.C, types/pa_vhash.h: z
24339:
24340: * src/: include/core.h, include/pa_request.h, main/core.C,
24341: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24342:
24343: * src/: include/pa_valiased.h, include/pa_value.h,
24344: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24345: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24346: include/pa_vjunction.h, include/pa_vmframe.h,
24347: include/pa_vobject.h, include/pa_vstring.h,
24348: include/pa_vunknown.h, include/pa_wcontext.h,
24349: include/pa_wwrapper.h, main/compile.y, main/core.C,
24350: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24351: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24352: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24353: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24354: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24355: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24356: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24357: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24358: include/
24359:
24360: 2001-03-10 paf
24361:
24362: * src/: include/core.h, include/pa_request.h, main/core.C,
24363: main/pa_request.C: run+auto=run
24364:
24365: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24366:
24367: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24368: classes/_root.h, classes/_string.h, classes/double.C,
24369: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24370: include/code.h, include/core.h, include/pa_array.h,
24371: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24372: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24373: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24374: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24375: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24376: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24377: include/pa_vjunction.h, include/pa_vmframe.h,
24378: include/pa_vobject.h, include/pa_vstring.h,
24379: include/pa_vunknown.h, include/pa_wcontext.h,
24380: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24381: main/compile_tools.C, main/compile_tools.h, main/core.C,
24382: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24383: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24384: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24385: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24386: main/pa_wcontext.C: sources header
24387:
24388: * src/main/pa_request.C: auto..
24389:
24390: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24391: main/pa_request.C: auto tree0
24392:
24393: * src/: include/core.h, include/pa_request.h, main/compile.y,
24394: main/core.C, main/pa_request.C: names to core.C
24395:
24396: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24397: include/pa_request.h, main/core.C, main/execute.C,
24398: main/pa_common.C, main/pa_request.C: root auto.p loaded
24399:
24400: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24401: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24402: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24403: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24404:
24405: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24406: @auto[] realised. auto.p scan togo
24407:
24408: * src/: include/pa_request.h, main/execute.C: autocalc
24409: code-junctions result now have names
24410:
24411: * src/: classes/double.C, classes/int.C, classes/root.C,
24412: classes/string.C, include/pa_request.h, include/pa_string.h,
24413: include/pa_wcontext.h, main/compile.y, main/execute.C,
24414: main/pa_string.C, main/pa_wcontext.C: tainting 0
24415:
24416: * src/classes/env.C: env:file/line
24417:
24418: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24419: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24420: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24421: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24422: main/compile_tools.C, main/compile_tools.h, main/core.C,
24423: main/execute.C, main/main.dsp, main/pa_cframe.C,
24424: main/pa_request.C, main/pa_wcontext.C: const fight finished
24425:
24426: * src/include/pa_vclass.h: const fight to go
24427:
24428: * src/: classes/_env.h, classes/env.C, classes/root.C,
24429: include/pa_request.h, include/pa_vclass.h, main/core.C,
24430: main/main.dsp: env0
24431:
24432: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24433: classes/_string.h, classes/double.C, classes/int.C,
24434: classes/root.C, classes/string.C, include/pa_request.h,
24435: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24436: include/pa_wcontext.h, main/core.C, main/main.dsp,
24437: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24438: main/pa_wcontext.C: ^lang prepare0
24439:
24440: 2001-03-09 paf
24441:
24442: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24443: construct proper naming
24444:
24445: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24446: classes/double.C, classes/int.C, classes/root.C,
24447: classes/string.C, include/code.h, include/pa_value.h,
24448: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24449: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24450: main/compile.y, main/compile_tools.C, main/core.C,
24451: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24452: and ^double[]. fixed expr type
24453:
24454: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24455: ^string.length[]
24456:
24457: 2001-03-08 paf
24458:
24459: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24460:
24461: * src/: include/pa_vclass.h, include/pa_vstring.h,
24462: include/pa_wcontext.h, main/compile.y, main/core.C,
24463: main/execute.C, main/main.dsp: dead end: vstring can't be
24464: derivated from vobject
24465:
24466: * src/: include/pa_vclass.h, include/pa_vhash.h,
24467: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24468:
24469: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24470: remained clone conseqs
24471:
24472: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24473:
24474: * src/main/pa_vclass.C: wow! vclass were out of vcs
24475:
24476: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24477: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24478: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24479: include/pa_vobject.h, include/pa_vstring.h,
24480: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24481: main/execute.C: withoud cloning. didn't need it actually, params
24482: got passed from out unnamed ewpool
24483:
24484: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24485: include/pa_vjunction.h, include/pa_vobject.h,
24486: include/pa_vunknown.h, main/compile.y: cloning dead end
24487:
24488: * src/: include/pa_bool.h, include/pa_double.h,
24489: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24490: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24491: include/pa_vjunction.h, include/pa_vmframe.h,
24492: include/pa_vobject.h, include/pa_vstring.h,
24493: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24494: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24495: to give params proper names
24496:
24497: * src/main/pa_wcontext.C: z
24498:
24499: * src/: include/pa_vmframe.h, main/execute.C: added names to
24500: unknown values in get_element and unfilled params. removed wrong
24501: name change in get_element
24502:
24503: * src/main/execute.C: z
24504:
24505: * src/main/execute.C: fixed problems calling operators in
24506: constructors
24507:
24508: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24509: detected problems calling operators in constructors
24510:
24511: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24512: autocalc def to string
24513:
24514: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24515: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24516:
24517: * src/classes/root.C: added root.c
24518:
24519: * src/: include/pa_request.h, include/pa_value.h,
24520: include/pa_vcframe.h, include/pa_vmframe.h,
24521: include/pa_wcontext.h, main/compile.C, main/compile.y,
24522: main/core.C, main/execute.C, main/pa_cframe.C,
24523: main/pa_wcontext.C: 'if' just compiled
24524:
24525: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24526: include/pa_vjunction.h, include/pa_vmframe.h,
24527: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24528: main/pa_wcontext.C: z
24529:
24530: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24531: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24532: with parameter names in operator methods
24533:
24534: * src/main/compile.y: minor renamings in .y
24535:
24536: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24537: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24538: @BASE. changed 'RUN' assignment mech
24539:
24540: * src/main/execute.C: z
24541:
24542: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24543: main/compile_tools.h, main/execute.C: made class: dynamic, not
24544: static. so to enable runtime ^use
24545:
24546: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24547:
24548: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24549: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24550:
24551: * src/main/execute.C: root root in code-junction
24552:
24553: 2001-03-07 paf
24554:
24555: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24556: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24557:
24558: * src/: include/pa_stack.h, include/pa_value.h,
24559: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24560: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24561: fixed rwcontext of {} params up
24562:
24563: * src/main/: compile.y, compile_tools.h: ^func(params)
24564:
24565: * src/main/compile.y: .y priorities syntax shaped up a bit
24566:
24567: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24568: include/pa_vunknown.h, main/compile.y, main/execute.C,
24569: main/pa_hash.C: expr def in -f
24570:
24571: * src/main/: compile.y, execute.C: expr calls
24572:
24573: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24574: fixed
24575:
24576: * src/main/compile.y: expr quoted code
24577:
24578: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24579: support0
24580:
24581: * src/main/compile.y: expr string comparisons 0
24582:
24583: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24584: main/pa_string.C: just compiled lt&co
24585:
24586: * src/main/execute.C: ^var.menu{$field} problem detected. that
24587: $field not a $var.field
24588:
24589: 2001-03-06 paf
24590:
24591: * src/main/compile.y: .y expr visible-shorter
24592:
24593: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24594: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24595: logical
24596:
24597: * src/: include/pa_vstring.h, main/compile.y: problems with
24598: skipping whitespace in yylex
24599:
24600: * src/include/pa_vbool.h: forgot this
24601:
24602: * src/: include/code.h, main/compile.y, main/execute.C: without
24603: string ops in expressions 0
24604:
24605: * src/: include/pa_value.h, include/pa_vdouble.h,
24606: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24607: main/execute.C, main/main.dsp: !~
24608:
24609: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24610: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24611: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24612: include/pa_vunknown.h, include/pa_wcontext.h,
24613: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24614: main/compile_tools.h, main/execute.C: +-*/
24615:
24616: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24617: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24618:
24619: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24620: main/execute.C: expr grammar-1 2*2=4.000000 :)
24621:
24622: * src/main/compile.y: expr grammar-1
24623:
24624: * src/main/compile.y: expr lexx1
24625:
24626: * src/main/: compile.y, execute.C, main.dsp: z
24627:
24628: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24629: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24630: main/execute.C: expr lex0 exec-1
24631:
24632: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24633:
24634: 2001-02-26 paf
24635:
24636: * src/main/compile.y: max_string in yyerror bug fix
24637:
24638: 2001-02-25 paf
24639:
24640: * src/: include/pa_value.h, include/pa_vmframe.h,
24641: include/pa_wcontext.h, main/execute.C: VAliased3
24642:
24643: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24644:
24645: * src/main/execute.C: VAliased1
24646:
24647: * src/: include/pa_request.h, include/pa_value.h,
24648: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24649: VAliased0
24650:
24651: * src/: include/pa_pool.h, include/pa_request.h,
24652: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24653: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24654: VAliased just compiled
24655:
24656: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24657: include/pa_vobject.h, main/execute.C: alias dead end
24658:
24659: * src/: include/pa_value.h, include/pa_vclass.h,
24660: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24661: main/main.dsp: no not get fields into interm VFielded class.
24662: fields & staticfields 1
24663:
24664: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24665: include/pa_vobject.h, include/pa_wcontext.h,
24666: include/pa_wwrapper.h, main/core.C, main/execute.C,
24667: main/main.dsp: would now get fields into interm VFielded class
24668:
24669: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24670: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24671: include/pa_wcontext.h, main/compile.y, main/core.C,
24672: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24673: main/pa_wcontext.C: virtuals2
24674:
24675: * src/main/compile.y: : 1
24676:
24677: * src/main/compile.y: rethought to $class:static.field.subfield
24678:
24679: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24680: $class:element
24681:
24682: * src/: include/pa_value.h, include/pa_vmframe.h,
24683: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24684: main/pa_wcontext.C: before execute class calls rewrite
24685:
24686: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24687: name RUN, also alias
24688:
24689: * src/main/compile.y: escaping bug
24690:
24691: * src/: include/pa_request.h, include/pa_value.h,
24692: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24693: main/core.C, main/execute.C, main/pa_common.C: vobject1
24694:
24695: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24696: include/pa_vmframe.h, include/pa_vobject.h,
24697: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24698: main/compile_tools.h, main/execute.C: ^class:method() just
24699: compiled
24700:
24701: 2001-02-24 paf
24702:
24703: * src/main/main.dsp: no bison -d
24704:
24705: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24706: class' err msg wrong
24707:
24708: * src/main/compile.y: z
24709:
24710: * src/main/: compile.y, core.C: yylex need some @special lines adj
24711:
24712: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24713: main/compile.y, main/compile_tools.h, main/core.C: modules0
24714:
24715: * src/: include/pa_vclass.h, main/core.C: z
24716:
24717: * src/: include/pa_value.h, include/pa_vclass.h,
24718: include/pa_vobject.h, main/main.dsp: vobject00
24719:
24720: * src/main/pa_array.C: minor bug in expanding very small arrays.
24721: 60% from 1 were 0
24722:
24723: * src/: include/pa_value.h, include/pa_wcontext.h,
24724: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24725: as bad as you've named it: wcontext.value() was not a perfect
24726: idea
24727:
24728: * src/main/execute.C: codeframe1
24729:
24730: * src/: include/pa_value.h, include/pa_vcframe.h,
24731: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24732: include/pa_vjunction.h, include/pa_vmframe.h,
24733: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24734: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24735: just compiled
24736:
24737: * src/: include/pa_vframe.h, main/compile.y: found junction
24738: ideology @: ^x{$a()) must construct current wcontext element, so
24739: smart wcontext handling needed
24740:
24741: * src/main/compile.y: fixed grammar bugs in constructor/params
24742: klinch
24743:
24744: * src/main/: compile.y, execute.C: fixed empty constructor
24745: optimized empty case. failed on calls - produced empty string
24746: param
24747:
24748: * src/main/compile.y: fixed last \n macrotemplate strip bug
24749:
24750: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24751: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24752: main/compile_tools.C, main/compile_tools.h, main/core.C,
24753: main/execute.C: code junctions0. something wrong with last \n
24754: macrotemplate strip
24755:
24756: * src/: include/pa_value.h, main/compile.C, main/core.C,
24757: main/pa_value.C: minor error reporting format beautifyings
24758:
24759: * src/: include/pa_value.h, include/pa_vclass.h,
24760: include/pa_vframe.h, main/core.C, main/execute.C,
24761: main/pa_value.C: get_method RIP. junctions everywhere. call with
24762: junctions0
24763:
24764: 2001-02-23 paf
24765:
24766: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24767: pa_wwrapper.h: lara came, can't work, sorry :(
24768:
24769: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24770: junction
24771:
24772: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24773: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24774: main/execute.C, main/main.dsp, main/pa_value.C: call0
24775:
24776: * src/: include/pa_hash.h, include/pa_value.h,
24777: include/pa_wcontext.h, main/core.C, main/execute.C,
24778: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24779: done
24780:
24781: * src/include/pa_wcontext.h: z
24782:
24783: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24784: wrong grammar in complex constructor case
24785:
24786: * src/main/: compile.y, execute.C: empty constructor bug fixed
24787:
24788: * src/main/execute.C: with result rwpool
24789:
24790: * src/: include/pa_value.h, main/core.C, main/execute.C,
24791: main/main.dsp: value named
24792:
24793: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24794: strign 2 value in 2 places in execute
24795:
24796: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24797: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24798: wcontext.put_element when wcontext fvalue==0
24799:
24800: 2001-02-22 paf
24801:
24802: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24803: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24804: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24805:
24806: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24807: erroreos checkout
24808:
24809: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24810:
24811: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24812: main/compile_tools.h, main/pa_array.C: $self.get
24813:
24814: * src/main/: compile.C, compile.y, compile_tools.C: z
24815:
24816: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24817: bit. finished now.
24818:
24819: * src/main/compile.y: $: finished
24820:
24821: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24822:
24823: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24824: main/execute.C: OP_STRING better then some xxx _VALUE
24825:
24826: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24827: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24828: string to vstring it .y all
24829:
24830: * src/: include/pa_request.h, include/pa_stack.h,
24831: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24832: all
24833:
24834: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24835: precise parse error line:col
24836:
24837: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24838: main/pa_hash.C, main/pa_pool.C: TRY...
24839:
24840: * src/: include/pa_exception.h, include/pa_pool.h,
24841: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24842: main/compile.C, main/compile.y, main/compile_tools.C,
24843: main/core.C, main/pa_array.C, main/pa_exception.C,
24844: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24845: main/pa_table.C: removed exception from request
24846:
24847: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24848: some forgotten
24849:
24850: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24851: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24852: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24853: get/put simple vars to VClass works0
24854:
24855: * src/: include/pa_array.h, include/pa_wcontext.h,
24856: main/pa_string.C: in process, but found that exceptions are too
24857: global
24858:
24859: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24860: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24861: main/execute.C, main/pa_string.C: write_value write_string 0 it
24862: seems wcontext must write strings regardles of fvalue!=0
24863:
24864: 2001-02-21 paf
24865:
24866: * src/main/execute.C: tired :)
24867:
24868: * src/main/: compile.C, compile.y, execute.C: store0
24869:
24870: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24871: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24872: include/pa_wcontext.h, main/compile.C, main/compile.y,
24873: main/execute.C, main/main.dsp, main/pa_array.C,
24874: main/pa_request.C: get put -1 [just compiled]
24875:
24876: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24877: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24878: main/main.dsp, main/pa_request.C: request core methods0
24879:
24880: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24881: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24882: execute
24883:
24884: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24885: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24886: methods and one_big_piece. now compile returns array<method*>
24887:
24888: * src/main/compile.y: more straightforward yylex[end]
24889:
24890: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24891: string.operator==(char*)
24892:
24893: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24894: main/execute.C, main/pa_array.C: after array.const get wonders
24895:
24896: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24897: pa_string.h, pa_value.h: struck with const array.gets
24898:
24899: * src/main/: execute.C: z
24900:
24901: * src/main/: compile.y, execute.C: z
24902:
24903: * src/main/: compile.C, compile.y, compile_tools.h: error
24904: processing in eval & yyerror so it wouldn't cause memleaks.
24905:
24906: * src/main/: compile.C, compile.y: failed to add absolute precies
24907: parse error positions. leaving RIGHTMOST position as
24908: @file[line:col]
24909:
24910: * src/: include/compile.h, main/compile.C, main/compile.y,
24911: main/compile_tools.h: line numbers needed. would add them to .y
24912: now internally. externally it's not as precise as needed
24913:
24914: * src/: include/code.h, include/pa_types.h, main/compile.C,
24915: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24916: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24917: compiler works ok
24918:
24919: 2001-02-20 paf
24920:
24921: * src/main/: compile.C, compile.y, compile_tools.C,
24922: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24923: not perfect
24924:
24925: * src/: include/code.h, include/compile.h, include/execute.h,
24926: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24927: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24928: main/compile.C, main/compile.y, main/compile_tools.C,
24929: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24930: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24931: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24932: compiled. execute=dump for now
24933:
24934: * src/main/core.C: core rewrite using yacc investigations now will
24935: be compile[yacc]/execute[opcodes]
24936:
24937: 2001-02-15 paf
24938:
24939: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24940: rewrite as turing machine? for it seems it would be it's too many
24941: ifs with this syntax now
24942:
24943: 2001-02-14 paf
24944:
24945: * src/main/core.C: get_params 1
24946:
24947: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24948: :( ]
24949:
24950: * src/main/core.C: varios breaks
24951:
24952: * src/main/core.C: get names 3
24953:
24954: * src/main/core.C: get names 2
24955:
24956: * src/main/core.C: get names 1
24957:
24958: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24959: names 0
24960:
24961: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24962: text repassing2 operator static vars
24963:
24964: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24965: main/pa_string.C: process text repassing
24966:
24967: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24968: module:calls changes
24969:
24970: 2001-02-13 paf
24971:
24972: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24973: ^class:calls[] started
24974:
24975: * src/: include/pa_value.h, main/core.C: z
24976:
24977: * src/main/core.C: operators : and self. prefixes
24978:
24979: * src/main/core.C: z
24980:
24981: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24982: tested
24983:
24984: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24985: optimized
24986:
24987: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24988: would change privates to better support optimization
24989:
24990: * src/: include/pa_string.h, main/pa_string.C:
24991: String_iterator::skip_to todo:optimize
24992:
24993: 2001-02-12 paf
24994:
24995: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24996: String_iterator
24997:
24998: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24999: comments
25000:
25001: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25002: self/methodref joined
25003:
25004: 2001-02-11 paf
25005:
25006: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25007: main/main.dsp: core started. core.C, context&value .h
25008:
25009: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25010: include/pa_string.h, main/main.dsp, main/pa_array.C,
25011: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25012:
25013: 2001-01-30 paf
25014:
25015: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25016: comments
25017:
25018: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25019: main/pa_pool.C: moved pa_pool.C to be target specific
25020:
25021: * src/: include/pa_exception.h, include/pa_pool.h,
25022: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25023: to & changes
25024:
25025: * src/: include/pa_exception.h, include/pa_pool.h,
25026: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25027: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25028: re-associated. that's much better even removed 'die' necessety
25029:
25030: * src/: include/pa_error.h, include/pa_exception.h,
25031: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25032: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25033: targets/Makefile.am: lowered targets/parser into subdir, added
25034: parser_Pool(Pool) failed to add. would think..
25035:
25036: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25037: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25038: main/pa_string.C, main/pa_table.C: Table more like C++ style
25039: hence lots of 'const'
25040:
25041: * src/: include/pa_error.h, include/pa_request.h,
25042: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25043: main/pa_table.C: Error fixed
25044:
25045: 2001-01-29 paf
25046:
25047: * src/: include/pa_array.h, include/pa_common.h,
25048: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25049: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25050: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25051: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25052:
25053: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25054: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25055: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25056: main/pa_string.C, main/pa_table.C: Request Error Table
25057:
25058: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25059: templates"
25060:
25061: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25062: main/main.dsp, main/pa_array.C: templates failed no template
25063: specializations [VC6], no library auto instantation [VC6, GNU c++
25064: 2.95.2-6 from latest cygwin]
25065:
25066: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25067: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25068: main/main.dsp, main/pa_array.C, main/pa_string.C,
25069: main/pa_table.C: Table started would test template Array now
25070:
25071: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25072: String originating
25073:
25074: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25075: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25076: SYNCHRONIZED(thread_safe)
25077:
25078: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25079: parts to top
25080:
25081: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25082: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25083: see: needed only in global Hash now, made Hash:: put/get
25084: SYNCHRONIZED
25085:
25086: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25087: main/pa_threads.C: added pa_threads
25088:
25089: Mutex
25090:
25091: * src/include/pa_hash.h: some comments
25092:
25093: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25094: Array& operator += (Array& src)
25095:
25096: * src/main/pa_array.C: expand not convinient, would rewrite
25097:
25098: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25099: (Array& src)
25100:
25101: rethought, would change now
25102:
25103: 2001-01-27 paf
25104:
25105: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25106: caching
25107:
25108: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25109: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25110: cache rethought to chunk caching
25111:
25112: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25113: include/pa_string.h, main/main.dsp, main/pa_array.C,
25114: main/pa_hash.C, main/pa_string.C: Array 0
25115:
25116: * src/main/pa_string.C: String::operator ==
25117:
25118: * src/main/pa_hash.C: String(&String)
25119:
25120: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25121:
25122: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25123: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25124: pa_hash[forgotten]
25125:
25126: 2001-01-26 paf
25127:
25128: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25129: removed templates [vc++ suxx]
25130:
25131: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25132: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25133:
25134: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25135:
1.119 moko 25136: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25137:
1.119 moko 25138: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25139: check
25140:
25141: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25142: dynamic row_count
25143:
25144: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25145: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25146: targets/Makefile.am: Initial revision
25147:
25148: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25149: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25150: targets/Makefile.am: creating parser3 module
25151:
E-mail: