Annotation of parser3/ChangeLog, revision 1.188
1.188 ! moko 1: 2023-12-30 moko
! 2:
! 3: * tests/: 038.html, results/038.processed: test for atan2 added
! 4:
! 5: 2023-12-29 moko
! 6:
! 7: * src/classes/math.C: atan2(y,x) math function added
! 8:
1.187 moko 9: 2023-12-14 moko
10:
11: * tests/212.html: pcre2 compatibility (related to feature #1236)
12:
13: * tests/: 425.html, results/425.processed: test for pcre/pcre2
14: exceptions and behavour added (related to feature #1236)
15:
16: 2023-12-13 moko
17:
18: * buildall: by default parser is now bundled with pcre2 10.42,
19: --without-pcre2 option added to build with pcre-8.45 (related to
20: feature #1236)
21:
22: 2023-12-12 moko
23:
24: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
25: support added (implements feature #1236)
26:
27: * src/: include/pa_charset.h, include/pa_config_includes.h,
28: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
29: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
30: types/pa_vregex.h: Adopted patch from Yavor Doganov
31: <yavor@gnu.org> to add pcre2 library support (implements feature
32: #1236)
33:
1.186 moko 34: 2023-11-28 moko
35:
36: * src/include/pa_config_includes.h: warnings war continues
37:
38: * src/include/pa_config_includes.h: warning war
39:
40: * tests/: 424.html, results/424.processed: tests for '+' and '-'
41: number strings, whitespace and sign in exception messages
42: (related to bug #1234)
43:
1.185 moko 44: 2023-11-26 moko
45:
46: * tests/: 274.html, results/224.processed, results/274.processed:
47: tests for date double, int, bool added (related to feature #1235)
48:
49: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
50: added for date class (implements feature #1235)
51:
52: 2023-11-23 moko
53:
54: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
55: and '-' strings are no longer can be treated as number 0,
56: exception thrown (fixes bug #1234)
57:
1.184 moko 58: 2023-11-18 moko
59:
60: * src/include/pa_types.h: minor
61:
62: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
63:
64: * tests/: 389.html, results/389.processed: error messages for some
65: OS differs a bit, reducing failing tests for them
66:
67: 2023-11-17 moko
68:
69: * tests/: 423.html, results/423.processed: test for optional
70: @auto[] inheritance added (related to feature #1233)
71:
72: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
73: types/pa_vstateless_class.C: optional @auto[] inheritance
74: implemented if defined with two args (path, class name)
75: (implements feature #1233)
76:
77: * src/: classes/double.C, classes/int.C, classes/math.C,
78: include/pa_random.h, include/pa_types.h, main/pa_common.C,
79: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
80: sync double->int overflow behavour under different architectures
81: (fixes bug #1232)
82:
83: * tests/: 422.html, results/422.processed: int clipping added
84:
85: 2023-11-16 moko
86:
87: * tests/: 422.html, results/422.processed: test for int and uint
88: overflow in ^n.format[d/u/x]
89:
90: * src/classes/math.C: bugfix: crc32 should not be negative (under
91: Apple M1 when negative double converts to uint the result is 0)
92: and crc32 should be 32 bits
93:
94: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
95: on Apple M1 it's 0
96:
97: * src/classes/file.C: bugfix: crc32 should not be negative (under
98: Apple M1 when negative double converts to uint the result is 0)
99: and crc32 should be 32 bits
100:
1.183 moko 101: 2023-10-07 moko
102:
103: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
104: behavour with other OP_NUM_*, related to bug #1230
105:
106: 2023-10-06 moko
107:
108: * tests/: 338.html, results/338.processed: test for bug #1230 added
109:
110: * src/: main/execute.C, types/pa_vdate.h: force double operands to
111: be converted to double to avoid 80 bit operations in x87 mode
112: (fixes bug #1230)
113:
114: 2023-10-05 moko
115:
116: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
117: compatibility
118:
119: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
120:
121: * tests/: 421.html, results/421.processed: test to cover all
122: classes and objects nonexistent method and field exceptions
123: (related to feature #1080 and #1227)
124:
125: * tests/results/: 182.processed, 324.processed: undefined method ->
126: <type> method not found exception (related to feature #1080)
127:
128: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
129: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
130: "element can not be fetched from" for them, "field not found" for
131: all other types (related to bug #1227)
132:
133: 2023-10-03 moko
134:
135: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
136: <type> method not found" exception now thrown for static calls
137: instead of "undefined method" without class name (related to
138: feature #1080)
139:
140: 2023-10-02 moko
141:
142: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
143: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
144: <method name>, Comment: <type> method not found" exception now
145: thrown for all dynamic objects instead of "undefined method"
146: without class name (implements feature #1080)
147:
1.182 moko 148: 2023-10-01 moko
149:
150: * src/classes/json.C: we don't have a dynamic json object.
151:
152: 2023-09-28 moko
153:
154: * tests/: 420.html, results/261.processed, results/420.processed:
155: tests updated after bug #1228 fix reverted
156:
157: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
158: whitespace string is hash compatible, so we don't want $s.key to
159: return a junction
160:
161: * tests/: 261.html, 420.html, results/261.processed,
162: results/420.processed: test for bug #1227 added, test updated
163: after bug #1228 fixed
164:
165: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
166: now throws exception as $non-empty-string.field (fixes bug #1227)
167:
168: * src/types/pa_vstring.h: allow $string.method access (fixes bug
169: #1228)
170:
171: 2023-09-26 moko
172:
173: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
174: src/classes/classes.C, src/classes/classes.awk,
175: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
176: src/classes/double.C, src/classes/file.C, src/classes/form.C,
177: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
178: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
179: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
180: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
181: src/classes/regex.C, src/classes/response.C,
182: src/classes/string.C, src/classes/table.C, src/classes/void.C,
183: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
184: src/include/pa_array.h, src/include/pa_base64.h,
185: src/include/pa_cache_managers.h, src/include/pa_charset.h,
186: src/include/pa_charsets.h, src/include/pa_common.h,
187: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
188: src/include/pa_dictionary.h, src/include/pa_dir.h,
189: src/include/pa_exception.h, src/include/pa_exec.h,
190: src/include/pa_globals.h, src/include/pa_hash.h,
191: src/include/pa_http.h, src/include/pa_memory.h,
192: src/include/pa_opcode.h, src/include/pa_operation.h,
193: src/include/pa_os.h, src/include/pa_pool.h,
194: src/include/pa_random.h, src/include/pa_request.h,
195: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
196: src/include/pa_sapi.h, src/include/pa_socks.h,
197: src/include/pa_sql_connection.h,
198: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
199: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
200: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
201: src/include/pa_table.h, src/include/pa_threads.h,
202: src/include/pa_types.h, src/include/pa_uue.h,
203: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
204: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
205: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
206: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
207: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
208: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
209: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
210: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
211: src/main/compile.tab.C, src/main/compile.y,
212: src/main/compile_tools.C, src/main/compile_tools.h,
213: src/main/execute.C, src/main/pa_base64.C,
214: src/main/pa_cache_managers.C, src/main/pa_charset.C,
215: src/main/pa_charsets.C, src/main/pa_common.C,
216: src/main/pa_dictionary.C, src/main/pa_dir.C,
217: src/main/pa_exception.C, src/main/pa_exec.C,
218: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
219: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
220: src/main/pa_request.C, src/main/pa_socks.C,
221: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
222: src/main/pa_stylesheet_connection.C,
223: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
224: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
225: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
226: src/main/untaint.C, src/main/helpers/simple_folding.pl,
227: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
228: src/targets/apache/mod_parser3_core.C,
229: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
230: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
231: src/types/pa_method.h, src/types/pa_property.h,
232: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
233: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
234: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
235: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
236: src/types/pa_vcookie.h, src/types/pa_vdate.C,
237: src/types/pa_vdate.h, src/types/pa_vdouble.h,
238: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
239: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
240: src/types/pa_vhash.C, src/types/pa_vhash.h,
241: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
242: src/types/pa_vimage.C, src/types/pa_vimage.h,
243: src/types/pa_vint.h, src/types/pa_vjunction.C,
244: src/types/pa_vjunction.h, src/types/pa_vmail.C,
245: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
246: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
247: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
248: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
249: src/types/pa_vobject.h, src/types/pa_vregex.C,
250: src/types/pa_vregex.h, src/types/pa_vrequest.C,
251: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
252: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
253: src/types/pa_vstateless_class.h,
254: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
255: src/types/pa_vstatus.h, src/types/pa_vstring.C,
256: src/types/pa_vstring.h, src/types/pa_vtable.C,
257: src/types/pa_vtable.h, src/types/pa_vvoid.C,
258: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
259: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
260: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
261: src/types/pa_wwrapper.h: copyright, authors actualized
262:
1.181 moko 263: 2023-08-20 moko
264:
265: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
266: commited (related to feature #1219)
267:
268: 2023-08-16 moko
269:
270: * src/main/pa_random.C: replaced clock precision with monotonicity
271: counter, good for Windows version with low clock frequency
272: (related to feature #1229)
273:
274: 2023-08-15 moko
275:
276: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
277: fixes related to feature #1229
278:
279: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
280: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
281: (implements feature #1229)
282:
1.180 moko 283: 2023-08-02 moko
284:
285: * tests/: results/417.processed, 417.html: test for empty string
286: match after last char added (related to bug #1224)
287:
288: * src/main/pa_string.C: avoid prestart++ after last char on zero
289: length match (related to bug #1224)
290:
1.179 moko 291: 2022-11-22 moko
292:
293: * tests/: 419.html, results/419.processed: test for L_URI and path
294: removeal from filename added (related to bug #1204)
295:
296: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
297: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
298: attribute value, L_URI should be used
299:
1.178 moko 300: 2022-09-21 moko
301:
302: * src/targets/cgi/parser3.C: more clear error messages
303:
304: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
305: SAPI_Info will return 0 in read_post and post_size !=
306: content_length will be thrown
307:
1.177 moko 308: 2022-08-23 moko
309:
310: * src/types/pa_vmail.C: .tables addes as .raw contains only last
311: header value
312:
313: 2022-08-22 moko
314:
315: * tests/: 418.html, results/418.processed: test for
316: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
317: to #1225)
318:
319: * src/classes/hash.C: keep old behavoir by default
320:
321: * src/classes/hash.C: ^hash_a.intersection[hash_b;
322: $.order[self|arg] ] added (implements #1215)
323:
1.176 moko 324: 2022-03-21 moko
325:
326: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
327: xmlInitCharEncodingHandlers is called in libxml static
328: initializers before gc_substitute_memory_management_functions in
329: pa_globals and thus gc may not see reference to our
330: xmlCharEncodingHandler and free it.
331:
1.175 moko 332: 2022-01-26 moko
333:
334: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
335:
1.174 moko 336: 2021-12-28 moko
337:
338: * tests/: 417.html, results/417.processed: test for empty string
339: match added (related to bug #1224)
340:
341: * src/main/pa_string.C: empty string match now works (fixes bug
342: #1224)
343:
1.173 moko 344: 2021-12-24 moko
345:
346: * tests/: 415_dir/29.p, results/415.processed: yet another test
347:
348: 2021-12-23 moko
349:
350: * src/: classes/table.C, main/pa_request.C: warnings war
351:
352: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
353: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
354:
355: 2021-12-21 moko
356:
357: * tests/: 416.html, results/416.processed: test for ^break[] in
358: ^hash/table.select[] (related to feature #1222)
359:
360: * src/classes/: hash.C, table.C: ^break[] support for
361: ^hash/table.select[] (implements feature #1222)
362:
1.172 moko 363: 2021-11-30 moko
364:
365: * src/targets/cgi/parser3.C: default sock_ready interval changed to
366: 0.5 sec
367:
1.171 moko 368: 2021-11-10 moko
369:
370: * tests/results/415.processed: more syntax errors tests added
371:
372: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
373: 28.p: minor syntax error tests
374:
375: * src/main/pa_exception.C: pa_strdup added for compatibility
376:
377: * src/classes/curl.C: hint to call ^curl:options[
378: $.library[correct.libcurl.so.name] ] added if default load fails.
379:
380: 2021-11-09 moko
381:
382: * src/main/compile.y: error message can be on stack
383:
384: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
385:
386: * src/main/pa_charset.C: memcpy is more correct and efficient in
387: this case then strncpy
388:
389: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
390: instead of strcpy where possible
391:
392: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
393: used to avoid MAX_STRING limit in Exception comment
394:
395: * tests/results/415.processed: compiler exceptions are no longer
396: limited to MAX_STRING
397:
398: * src/main/: compile.y, compile_tools.h: Parse_control uses const
399: char * instead of fixed buffer
400:
401: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
402: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
403: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
404: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
405: results/415.processed: tests for parser.compile exceptions added
406:
407: 2021-11-08 moko
408:
409: * src/: classes/math.C, include/pa_common.h, main/compile.y,
410: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
412: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
413: drawbacks
414:
1.170 moko 415: 2021-11-06 moko
416:
417: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
418: (implements feature #1219)
419:
420: * tests/: 414.html, results/414.processed: test for
421: ^hash.rename[from;to] added (related to feature #1144)
422:
423: 2021-11-05 moko
424:
425: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
426: (related to feature #1144)
427:
428: 2021-11-04 moko
429:
430: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
431: added (implements feature #1144)
432:
1.169 moko 433: 2021-10-19 moko
434:
435: * tests/: 413.html, results/413.processed: test for hash no longer
436: is accepted as file parameter (related to bug #1218)
437:
438: * src/: classes/curl.C, classes/file.C, classes/image.C,
439: classes/math.C, classes/xdoc.C, types/pa_value.C,
440: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
441: longer is accepted as file parameter (fixes bug #1218)
442:
1.168 moko 443: 2021-07-19 moko
444:
445: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
446: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
447:
1.167 moko 448: 2021-04-16 moko
449:
450: * src/types/pa_vmail.C: message can be null when e-mail is broken,
451: processing it leads to assertions.
452:
1.166 moko 453: 2021-03-25 moko
454:
455: * tests/: 412.html, results/412.processed: test to demonstrate bug
456: #1213
457:
1.165 moko 458: 2021-02-12 moko
459:
460: * tests/: 360.html, results/360.processed, results/363.processed:
461: parser method call in expression mode no longer differs from call
462: in string mode (related to feature #1211)
463:
464: 2021-02-11 moko
465:
466: * src/types/pa_vmail.C: mail parsing with Windows line endings
467: fixed (bug #1212)
468:
469: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
470: when called $v[^test[]] vs $v(^test[]), numbers are converted to
471: strings in both calls (implements feature #1211)
472:
1.164 moko 473: 2021-01-28 moko
474:
475: * buildall, etc/auto.p.in: to remove last patch in debian package
476:
477: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
478: 3.4.7b
479:
1.162 moko 480: 2021-01-21 moko
481:
482: * src/main/pa_http.C: no alarm() in file::load when web server mode
483: is MULTITHREADED
484:
1.157 moko 485: 2021-01-20 moko
486:
1.161 moko 487: * src/targets/apache/mod_parser3.c: it is more correct to recommend
488: 'a2enmod mpm_prefork'
489:
1.160 moko 490: * src/targets/apache/mod_parser3.c: prefork name is now
491: 'libapache2-mpm-itk'
492:
493: * src/targets/apache/mod_parser3_core.C: last regular malloc
494: removed
495:
1.159 moko 496: * src/targets/isapi/Makefile.am: -pa_threads.C
497:
1.158 moko 498: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
499: 3.4.6
500:
1.157 moko 501: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
502:
503: * etc/auto.p.in: @config[result] added to simplify $cfg change in
504: /httpd.p
505:
506: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
507: ^use[/httpd.p] + optional ^preprocess[] (related to feature
508: #1203)
509:
510: 2021-01-19 moko
511:
512: * buildall: --disable-parallel-mark added to avoid "number of
513: processors" threads creation for heap marking as it conflicts
514: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
515: limits threads)
516:
1.156 moko 517: 2021-01-16 moko
518:
519: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
520: main/pa_globals.C, main/pa_memory.C,
521: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
522: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
523: feature #1209)
524:
525: 2021-01-15 moko
526:
527: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
528: 3.4.6rc
529:
530: * src/classes/json.C: get_delim added for delimiter caching (10%
531: faster on large json)
532:
533: 2021-01-14 moko
534:
535: * operators.txt: updated with 3.4.6 changes
536:
537: * tests/results/224.processed: test result modified after
538: today(shift) implemented
539:
540: * tests/: 407.html, results/407.processed: test for ^hash.select
541: option $.default(bool) added (related to feature #1172)
542:
543: * src/classes/hash.C: ^hash.select option $.default(bool) added
544: (related to feature #1172)
545:
546: * tests/: 141.html, results/141.processed: test modified for
547: feature #1185.
548:
549: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
550: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
551: options $.lower(bool) (implements feature #1185)
552:
553: 2021-01-11 moko
554:
555: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
556: #1192)
557:
558: * tests/: 411.html, results/411.processed: test for ^date::today(N)
559: added (related to feature #1192)
560:
1.155 moko 561: 2021-01-05 moko
562:
563: * tests/: 270.html, results/270.processed: test modified to work
564: under Windows
565:
566: * tests/: 390.html, 395.html, results/395.processed: tests updated
567: 4 windows
568:
569: * tests/: 410.html, results/410.processed: test for
570: $CLASS-GETTER-PROTECTED(false) added
571:
572: 2021-01-04 moko
573:
574: * tests/: 409.html, results/409.processed, results/auto.p: test for
575: $MAIN:LOCALS(true) added
576:
1.154 moko 577: 2021-01-03 moko
578:
579: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
580: types/pa_vclass.h, types/pa_vstateless_class.C,
581: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
582: +LOCALS. $main -> $MAIN in exception texts (implements feature
583: #1207)
584:
585: 2021-01-02 moko
586:
587: * etc/auto.p.in: minor
588:
589: * src/main/pa_request.C: sending headers only after opening file to
590: allow error reporting if file was not opened (foreign group,
591: etc).
592:
593: 2020-12-31 moko
594:
595: * src/: include/pa_request.h, main/pa_request.C,
596: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
597:
598: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
599: main/pa_request.C: get_class_ref added and used
600:
601: * etc/auto.p.in: @CLASS httpd added
602:
603: * etc/auto.p.in: @auto[] is now first
604:
605: 2020-12-30 moko
606:
607: * tests/: 408.html, results/408.processed: test for bug #1166
608: (windows only) added
609:
610: * src/main/pa_common.C: create_dir_for_file should not create dir
611: for trailing / (fixes bug #1166)
612:
613: * tests/: 341.html, results/341.processed: tests for
614: ^nameless_table.hash[] added (related to feature #1138)
615:
616: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
617: (implements feature #1138), extra fields in named tables no
618: longer ignored (implements feature #1138)
619:
620: * tests/results/390.processed: updated after exception text change
621:
622: 2020-12-29 moko
623:
624: * tests/: 407.html, results/407.processed: +$._default check
625:
626: * src/classes/hash.C: keep $_default in ^hash.reverse[]
627:
628: * tests/: 407.html, results/407.processed: test for ^hash.select[]
629: and ^hash.reverse[] added (releated to feature #1172)
630:
631: * src/classes/hash.C:
632: ^hash.select[key;value](bool-condition)[options hash] +
633: ^hash.reverse[] added (implements feature #1172)
634:
635: * src/types/pa_vtable.h: warning war
636:
637: * src/include/pa_config_fixed.h: win32 fix
638:
1.153 moko 639: 2020-12-27 moko
640:
641: * tests/: 406.html, results/406.processed: test results updated
642:
643: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
644: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
645: spelling
646:
647: 2020-12-26 moko
648:
649: * tests/: 406.html, results/406.processed: tests for
650: ^table.rename[] added (related to feature #1148)
651:
652: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
653: ^table.rename[column name from;column name to], ^table.rename[
654: $.[column name from][column name to] ... ] added (implements
655: feature #1148)
656:
657: 2020-12-25 moko
658:
659: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
660: request_info now on stack to avoid yet another THREAD_LOCAL
661: memory deallocation issue (now with cookies), explained in #1203
662:
663: * src/types/pa_vcookie.C: fields should be inited
664:
665: 2020-12-24 moko
666:
667: * src/include/pa_stylesheet_connection.h: looks like
668: xsltFreeStylesheet leads to memory double-free. If so, it's for
669: sure libxml bug, but we have GC anyway, so we just remove this
670: call and see...
671:
672: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
673: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
674: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
675: abort.c:65:8 frame #3: 0x00000000004da663
676: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
677: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
678: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
679: malloc.c:617:9 frame #5: 0x0000000000577f0c
680: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
681: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
682: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
683: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
684: frame #8: 0x000000000050d35c
685: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
686: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
687: frame #10: 0x00000000004436e5
688: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
689: [inlined]
690: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
691: pa_stylesheet_connection.h:62:3
692:
693: 2020-12-23 moko
694:
695: * src/classes/image.C: ^image::measure[; $.video() ] option added
696:
697: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
698: ^image::measure[; $.video(true) ] added
699:
700: * src/main/pa_exec.C: not cleared automatically in multithreaded
701: httpd mode for unknown reasons
702:
703: 2020-12-22 moko
704:
705: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
706: error_log uri of currently processed document", but never used
707: and conflicts with how libgc stops threads on FreeBSD (#define
708: SIG_SUSPEND SIGUSR1), thus removed.
709:
710: 2020-12-21 moko
711:
712: * src/main/pa_request.C: +comment
713:
1.151 moko 714: 2020-12-20 moko
715:
1.152 moko 716: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
717: it is more safe to have versions of pa_strdup with one and two
718: arguments, as helper_length=0 not always mean that strlen()
719: should be called, but means zero.
720:
721: * src/targets/isapi/parser3isapi.C: minor
722:
723: * src/main/pa_http.C: +valid_http_method
724:
1.151 moko 725: * src/: include/pa_http.h, main/pa_http.C,
726: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
727:
728: 2020-12-17 moko
729:
730: * tests/: 405.html, results/405.processed: test for split by regex
731: added (related to feature #1160)
732:
733: * src/classes/string.C: split by regex implemented (feature #1160)
734:
735: * src/classes/string.C: minor
736:
737: * tests/: 404.html, results/404.processed: test for whitespace
738: string is now OK for table argument (related to feature #1169)
739:
740: * src/: classes/image.C, classes/string.C, classes/table.C,
741: types/pa_vmethod_frame.C: whitespace string is now OK for table
742: argument (as with hash) (implements feature #1169)
743:
744: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
745: limit for comment (fixes bug #1102)
746:
747: * src/targets/cgi/parser3.C: +HAVE_TLS check
748:
749: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
750:
751: * src/include/pa_config_includes.h: HAVE_TLS used
752:
753: * configure.ac: +TLS check
754:
755: * src/main/pa_http.C: content logging added
756:
757: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
758: clear_response_headers added
759:
760: 2020-12-16 moko
761:
762: * buildall: as we now use threads, libatomic_ops still required for
763: some OS.
764:
765: * src/main/pa_request.C: whitespace
766:
767: * src/: include/pa_request.h, main/pa_request.C:
768: Request::Exception_trace::table extracted and used
769:
770: * src/main/pa_request.C: moving output_result call outside of try
771: as network exceptions should not be handled by parser code
772:
773: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
774: logging network exchange
775:
776: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
777: via network if it was network write error.
778:
779: * src/targets/cgi/parser3.C: log -> pa_log
780:
781: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
782:
783: * src/main/pa_threads.C: getpid() if no gettid() found
784:
785: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
786: we need to ignore "void" connections from browsers (browsers open
787: connections in advance and they will be empty if user does not
788: request more pages)
789:
790: 2020-12-15 moko
791:
792: * src/targets/cgi/parser3.C: avoid previous uri in logs
793:
794: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
795: RequestController not needed in httpd mode
796:
797: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
798: classes/classes.h, classes/curl.C, classes/date.C,
799: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
800: classes/hashfile.C, classes/image.C, classes/inet.C,
801: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
802: classes/memcached.C, classes/memory.C, classes/op.C,
803: classes/reflection.C, classes/regex.C, classes/response.C,
804: classes/string.C, classes/table.C, classes/void.C,
805: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
806: include/pa_array.h, include/pa_base64.h,
807: include/pa_cache_managers.h, include/pa_charset.h,
808: include/pa_charsets.h, include/pa_common.h,
809: include/pa_config_fixed.h, include/pa_config_includes.h,
810: include/pa_dictionary.h, include/pa_dir.h,
811: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
812: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
813: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
814: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
815: include/pa_request_charsets.h, include/pa_request_info.h,
816: include/pa_sapi.h, include/pa_socks.h,
817: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
818: include/pa_stack.h, include/pa_string.h,
819: include/pa_stylesheet_connection.h,
820: include/pa_stylesheet_manager.h, include/pa_symbols.h,
821: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
822: include/pa_uue.h, include/pa_xml_exception.h,
823: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
824: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
825: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
826: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
827: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
828: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
829: main/compile.tab.C, main/compile.y, main/compile_tools.C,
830: main/compile_tools.h, main/execute.C, main/pa_base64.C,
831: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
832: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
833: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
834: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
835: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
836: main/pa_sql_driver_manager.C, main/pa_string.C,
837: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
838: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
839: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
840: main/untaint.C, sql/pa_sql_driver.h,
841: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
842: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
843: targets/isapi/parser3isapi.C, types/pa_junction.h,
844: types/pa_method.h, types/pa_property.h, types/pa_value.C,
845: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
846: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
847: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
848: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
849: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
850: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
851: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
852: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
853: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
854: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
855: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
856: types/pa_vmemory.h, types/pa_vmethod_frame.C,
857: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
858: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
859: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
860: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
861: types/pa_vstateless_object.h, types/pa_vstatus.C,
862: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
863: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
864: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
865: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
866: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
867:
868: * src/main/pa_request.C: old compilers support
869:
870: * tests/: 362.html, results/362.processed: test updated after
871: changes after upgrade to libxml2-2.9.9 were made (related to bug
872: #1108)
873:
874: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
875: removed, as xsltFreeStylesheet has side effects on original doc.
876: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
877: not updated after xdoc modification (part 3 of test 362).
878: (related to bug #1108)
879:
880: * src/targets/isapi/parser3isapi.C: +pa_strcat
881:
882: * src/: classes/memory.C, include/pa_memory.h,
883: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
884: PA_GC_GCOLLECT used
885:
886: * src/include/pa_memory.h: +PA_GC_COLLECT
887:
888: * src/targets/cgi/parser3.C: msvs support fixes
889:
890: * src/lib/gc/include/gc.h: more cleanup
891:
892: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
893:
894: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
895: targets/cgi/parser3.C: $main:HTTPD.mode implemented
896:
897: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
898:
899: * configure.ac: pthread.h added to checked headers
900:
901: * src/classes/table.C: string stream is back :)
902:
903: * src/classes/memory.C: GC_generate_random_backtrace no longer
904: exists
905:
906: * src/main/pa_globals.C: GC_dont_gc replaced
907:
908: * src/lib/gc/include/gc.h: major cleanup, only used functions are
909: left to simplify adding new functions. depricated GC_dont_gc
910: replaced with GC_disable and GC_enable calls.
911:
912: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
913: CORD_from_file* not used and thus removed
914:
915: * src/lib/gc/include/gc_allocator.h: minor cleanup
916:
917: 2020-12-14 moko
918:
919: * src/classes/: curl.C, memory.C, table.C: every TLS should be
920: referenced elsewhere, or GC will collect it.
921:
922: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
923: main/pa_xml_io.C: bugfix: TLS variables should be referenced
924: elsewhere, or GC will collect them (and we'll get GPF in
925: multithreaded enviroment). May be it can be also fixed by some
926: GC call, not sure. But this fix costs nothing (but hours of
927: debugging to find the issue :).
928:
1.150 moko 929: 2020-12-11 moko
930:
931: * configure.ac: gettid() check added
932:
933: * src/main/pa_threads.C: HAVE_GETTID used
934:
935: * src/include/pa_config_auto.h.in: +HAVE_GETTID
936:
937: * src/: include/pa_threads.h, main/pa_threads.C: now unified
938: version for isapi/cgi/apache
939:
940: * buildall: threads are now required.
941:
942: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
943: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
944: main/main.vcproj: pa_threads.C moved to main
945:
946: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
947: isapi/pa_threads.C: pa_threads.C moved to main
948:
949: * src/: main/Makefile.am, targets/cgi/Makefile.am,
950: targets/apache/Makefile.am: pa_threads.C moved to main
951:
952: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
953:
954: * src/: include/pa_stylesheet_connection.h,
955: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
956: and weird GPF in multithreaded httpd is gone
957:
958: * src/include/: pa_stylesheet_connection.h,
959: pa_sql_driver_manager.h: whitespace
960:
961: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
962:
963: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
964: main/pa_stylesheet_manager.C: whitespace, warning war
965:
966: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
967: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
968: parser_multithreaded never used
969:
970: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
971:
972: 2020-12-10 moko
973:
974: * src/: include/pa_config_includes.h, include/pa_http.h,
975: main/pa_http.C, targets/cgi/parser3.C: initial support for
976: MULTITHREADED and PARALLEL httpd server modes
977:
978: * src/main/pa_globals.C: GC_java_finalization is depricated
979:
980: 2020-12-09 moko
981:
982: * etc/auto.p.in: + @httpd-main
983:
984: * src/: include/pa_common.h, main/pa_request.C,
985: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
986: work
987:
988: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
989: slow file_read_binary no longer used, send_range added
990:
991: 2020-12-08 moko
992:
993: * src/main/pa_request.C: >4Gb support
994:
995: * src/targets/cgi/parser3.C: msvc warning war
996:
997: * src/: include/pa_config_includes.h, main/pa_http.C,
998: main/pa_request.C: msvc warnings war
999:
1000: * src/classes/image.C: warning war
1001:
1002: * src/classes/table.C: MSVC warning war
1003:
1004: * src/targets/cgi/parser3.C: msvc warnings war
1005:
1006: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1007: added
1008:
1.149 moko 1009: 2020-12-07 moko
1010:
1.150 moko 1011: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1012: avoid logging beside system-wide auto.p
1013:
1014: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1015:
1016: * configure, configure.ac, src/include/pa_config_auto.h.in:
1017: configure options added:
1018:
1019: --with-system-cfg=FILE to specify system-wide auto.p
1020: --with-system-log=FILE to specify system-wide parser3.log
1021:
1022: * Makefile.am: bin no longer exists
1023:
1024: * configure, configure.ac: auto.p moved to etc to simplify debian
1025: package
1026:
1027: * buildall: auto.p and parser3.charsets moved to their default
1028: location after install
1029:
1030: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1031:
1032: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1033:
1.149 moko 1034: * src/targets/cgi/parser3.C: locate_config call returned to
1035: original place as it requires pa_thread_request() under Windows
1036:
1037: * src/targets/cgi/parser3.C: renaming
1038:
1039: 2020-12-06 moko
1040:
1041: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1042: check added
1043:
1044: 2020-12-04 moko
1045:
1046: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1047: main/pa_request.C: unified uint64_t lseek implemented to support
1048: >4Gb files under x86, including Windows
1049:
1050: 2020-12-02 moko
1051:
1052: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1053: with max_file_size
1054:
1055: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1056: support for processing files sized >4Gb on 32 bit planforms
1057:
1058: * tests/399.html: file moved
1059:
1060: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1061:
1062: * src/targets/cgi/pa_sapi_info.h: warning war
1063:
1064: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1065: warning war
1066:
1067: 2020-12-01 moko
1068:
1069: * src/classes/image.C: mp4 extended size (>4Gb) support added
1070:
1071: * src/classes/image.C: for "size not found" exception to be shown
1072: if size not found until eof
1073:
1074: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1075: bit linux)
1076:
1077: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1078: #1188)
1079:
1080: 2020-11-30 moko
1081:
1082: * src/classes/image.C: definitions moved closer to code
1083:
1084: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1085: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1086: 395_dir/3_VP8X.webp, results/395.processed,
1087: results/396.processed: tests for ^image::measure[] .webp support
1088: added, all image files moved into one directory (related to
1089: feature #1188)
1090:
1091: * src/classes/image.C: ^image::measure[] now supports webp (feature
1092: #1188)
1093:
1.148 moko 1094: 2020-11-29 moko
1095:
1096: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1097: processing, unnessesary defines removed
1098:
1099: 2020-11-24 moko
1100:
1101: * tests/results/: 099.processed, 100.processed, 205.processed,
1102: 309.processed, 310.processed: Content-Disposition: inline
1103: returned
1104:
1105: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1106: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1107: ] added (related to bug #1204)
1108:
1109: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1110: ] supported to avoid Content-Disposition: inline;
1111: filename="<file>.ext" but still set Content-Type for ext (related
1112: to bug #1204)
1113:
1.147 moko 1114: 2020-11-22 moko
1115:
1116: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1117: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1118:
1119: * src/main/pa_request.C: content_disposition_inline returned.
1120:
1121: 2020-11-17 moko
1122:
1123: * src/main/pa_request.C: empty main method name support
1124:
1125: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1126: config_handler added, stdout flush added.
1127:
1128: 2020-11-16 moko
1129:
1130: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1131:
1132: * tests/results/: 099.processed, 205.processed, 237.processed,
1133: 309.processed, 310.processed: Content-Disposition: inline is not
1134: required and should not contain filename="<name>"
1135:
1136: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1137: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1138: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1139:
1.146 moko 1140: 2020-11-14 moko
1141:
1142: * src/targets/cgi/parser3.C: spelling
1143:
1144: * src/targets/cgi/parser3.C: renaming
1145:
1146: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1147: relocated
1148:
1149: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1150: before request processing, which is weired
1151:
1152: 2020-11-13 moko
1153:
1154: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1155: copied in httpd.
1156:
1157: 2020-11-12 moko
1158:
1159: * src/main/pa_http.C: ALARM code unified to be used in httpd
1160:
1161: * src/: include/pa_request.h, main/pa_request.C,
1162: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1163:
1164: * src/main/pa_http.C: URI validation added
1165:
1166: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1167: can't be empty but can be null. httpd-main is now main method
1168: name for httpd mode
1169:
1170: 2020-11-11 moko
1171:
1172: * src/main/pa_request.C: path_translated can be null in httpd mode
1173:
1174: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1175: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1176: classes/xdoc.C, include/pa_request.h, main/execute.C,
1177: main/pa_request.C: r.absolute -> r.full_disk_path
1178:
1179: * src/targets/cgi/parser3.C: if filename to process is not
1180: specified, auto.p should be present.
1181:
1.145 moko 1182: 2020-11-03 moko
1183:
1184: * src/: classes/op.C, include/pa_request.h: unused argument removed
1185:
1186: * src/main/pa_request.C: content_disposition_inline is the default,
1187: not required.
1188:
1.144 moko 1189: 2020-10-29 moko
1190:
1191: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1192: ^use[file; $.main(true) ] implemented for auto.p processing and
1193: path_translated changing to correct relative files path
1194: calculation in httpd mode
1195:
1196: * src/: include/pa_request.h, main/pa_request.C:
1197: fail_on_read_problem removed, as it allways true, as if should
1198: be.
1199:
1200: * src/: include/pa_request.h, main/pa_request.C,
1201: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1202: targets/isapi/parser3isapi.C: clearing config_filespec when
1203: config was not found, thus flag not required and removed.
1204:
1205: 2020-10-28 moko
1206:
1207: * tests/: 402.html, results/402.processed: error reporting test
1208:
1209: * src/main/execute.C: better error reporting when
1210: $result[^hash::create[]] in @main.
1211:
1212: * src/main/: execute.C, pa_request.C: frame.result() should be used
1213: + minor optimization
1214:
1215: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1216: main/pa_xml_io.C: execute_*_method simplified and unified
1217:
1218: 2020-10-27 moko
1219:
1220: * tests/: 306.html, results/306.processed: a bit more testing. :)
1221:
1222: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1223: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1224: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1225: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1226: types/pa_vmethod_frame.h, types/pa_vobject.C,
1227: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1228: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1229: longer used in object-prototype mode
1230:
1231: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1232: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1233: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1234: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1235: $form:name[value] features
1236:
1.143 moko 1237: 2020-10-18 moko
1238:
1239: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1240:
1241: 2020-10-15 moko
1242:
1243: * src/main/pa_http.C: url no longer needed as
1244: ALTER_EXCEPTION_SOURCE is used
1245:
1246: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1247: main/pa_http.C: check_file_size filespec is now optional
1248:
1249: * src/: classes/curl.C, include/pa_exception.h,
1250: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1251: ALTER_EXCEPTION_COMMENT added for better error reporting
1252:
1253: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1254: results/346-curl.processed, results/379-curl.processed,
1255: results/379.processed: test results updated as load now provides
1256: better error reporting + curl responses updated
1257:
1258: 2020-10-14 moko
1259:
1260: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1261: main/pa_string.C, targets/apache/mod_parser3_core.C,
1262: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1263: checked. 10 is now default base, no hex autodetect by default
1264:
1265: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1266: connection socket closing in destructor + accept exception
1267: handling
1268:
1269: * src/targets/cgi/parser3.C: warning war
1270:
1271: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1272: main/pa_request.C, targets/apache/mod_parser3_core.C,
1273: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1274: exception handling unified
1275:
1276: 2020-10-13 moko
1277:
1278: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1279: autodetection
1280:
1281: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1282:
1283: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1284:
1285: * src/main/pa_http.C: warning war
1286:
1.142 moko 1287: 2020-10-12 moko
1288:
1.143 moko 1289: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1291: unhandled exception code optimization
1292:
1293: * src/targets/cgi/parser3.C: request_info now global variable
1294:
1295: * src/main/pa_http.C: http_read_response moved to HTTP_response
1296: class
1297:
1298: * src/: include/pa_http.h, main/pa_http.C,
1299: targets/cgi/pa_sapi_info.h: read_post implemented
1300:
1.142 moko 1301: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1302: [host:]port syntax support in httpd mode
1303:
1304: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1305: targets/cgi/parser3.C: populate_env added
1306:
1307: * src/include/pa_hash.h: to make get(char *) compiling in
1308: HashStringString
1309:
1310: 2020-10-10 moko
1311:
1312: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1313: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1314:
1315: * src/: include/pa_http.h, include/pa_request_info.h,
1316: main/pa_http.C, main/pa_string.C,
1317: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1318: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1319: types/pa_vrequest.C: initial httpd mode implementation
1320:
1.141 moko 1321: 2020-10-04 moko
1322:
1323: * src/targets/cgi/parser3.C: options together
1324:
1325: 2020-09-30 moko
1326:
1327: * src/main/pa_http.C: renamed
1328:
1.140 moko 1329: 2020-08-14 moko
1330:
1331: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1332: src/targets/cgi/Makefile.am: no httpd as separate library
1333:
1334: 2020-08-13 moko
1335:
1336: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1337: unhandled exception handler to report 500 instead of 200 it was
1338: before.
1339:
1340: * src/targets/apache/mod_parser3_core.C: minor cleanup
1341:
1342: * src/: include/pa_sapi.h, main/untaint.C,
1343: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1344: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1345: thus replaced with SAPI::die and removed
1346:
1347: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1348: cgi/parser3.C: whitespace
1349:
1350: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1351:
1352: 2020-08-12 moko
1353:
1354: * src/targets/cgi/parser3.C: duplicate info in signal logging
1355: removed, whitespace was: SIGPIPE received while executing code.
1356: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1357: cl=0]
1358:
1359: * parser3.sln: + httpd.vcproj
1360:
1361: 2020-08-11 moko
1362:
1363: * src/targets/cgi/Makefile.am: +libhttpd
1364:
1365: * configure.ac, src/lib/Makefile.am: +libhttpd
1366:
1.139 moko 1367: 2020-07-13 moko
1368:
1369: * tests/: 401.html, results/401.processed: test for hash key does
1370: not keep language, but tainted in foreach.
1371:
1.138 moko 1372: 2020-07-01 moko
1373:
1374: * tests/: 235.html, results/235.processed: test result updated as
1375: messages before attachments implemented (feature #1176)
1376:
1.137 moko 1377: 2020-06-27 moko
1378:
1379: * tests/: 400.html, results/400.processed: test updated to check
1380: ^return{code}
1381:
1382: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1383: fixed
1384:
1385: 2020-06-26 moko
1386:
1387: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1388: added (related to https://www.parser.ru/forum/?id=85319)
1389:
1390: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1391: when $result assignment was last statement in the method
1392: (https://www.parser.ru/forum/?id=85319)
1393:
1.136 moko 1394: 2020-05-23 moko
1395:
1396: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1397: whitespace, unused level removed
1398:
1399: 2020-05-19 moko
1400:
1401: * src/types/pa_vmail.C: whitespace
1402:
1403: * src/types/pa_vmail.C: files should be processed last (related to
1404: feature #1176)
1405:
1.135 moko 1406: 2020-05-12 moko
1407:
1408: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1409: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1410:
1411: * configure.ac: FreeBSD1X.X check added to avoid
1412: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1413:
1.134 moko 1414: 2020-02-26 moko
1415:
1416: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1417: compilation issue (related to bug #1201)
1418:
1419: * src/main/pa_common.C: entry_readable -> entry_exists,
1420: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1421: -f and -d now works under Windows in UTF-8 with Russian
1422: filenames.
1423:
1424: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1425: advice (related to feature #1199)
1426:
1427: 2020-02-25 moko
1428:
1429: * buildall: --silent removed
1430:
1431: * configure.ac: gmime-3.0 support
1432:
1433: * buildall: --with-system-mailreceive option added to build with
1434: system libgmime
1435:
1436: * src/types/pa_vmail.C: avoiding
1437: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1438: to feature #1199)
1439:
1.133 moko 1440: 2020-02-18 moko
1441:
1442: * src/classes/op.C: windows x64 debug mode compile fix
1443:
1444: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1445: change (releated to feature #1200)
1446:
1447: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1448: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1449: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1450: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1451: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1452: targets/apache/ApacheModuleParser3.vcproj,
1453: targets/apache/ApacheModuleParser3Core.vcproj,
1454: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1455: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1456: dependency (related to feature #1200)
1457:
1.132 moko 1458: 2020-02-12 moko
1459:
1460: * src/types/pa_vmail.C: minimize diff
1461:
1462: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1463: #1199)
1464:
1.131 moko 1465: 2020-01-18 moko
1466:
1467: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1468:
1.130 moko 1469: 2019-12-28 moko
1470:
1471: * src/targets/cgi/parser3.C: avoid empty ?
1472:
1473: 2019-12-27 moko
1474:
1475: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1476: DOCUMENT_ROOT (related to feature #1164)
1477:
1478: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1479: fcgiwrap setup (implements feature #1164)
1480:
1481: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1482: but no issues found (related to feature #1164)
1483:
1484: * src/targets/cgi/parser3.C: actualized
1485:
1486: 2019-12-26 moko
1487:
1488: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1489: removed
1490:
1491: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1492: removed
1493:
1494: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1495: allocation errors, we don't want default gc warnings (without
1496: timestamp and URI).
1497:
1498: * src/: classes/memory.C, main/pa_globals.C,
1499: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1500: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1501: pa_globals_init
1502:
1503: * src/main/pa_globals.C: setup_hex_value() removed, static array
1504: initialization used (optimization)
1505:
1506: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1507: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1508: pa_socks_init/pa_socks_done moved inside pa_globals_init
1509: (optimization)
1510:
1.129 moko 1511: 2019-12-09 moko
1512:
1513: * src/include/pa_config_fixed.h: warning war
1514:
1.128 moko 1515: 2019-12-08 moko
1516:
1517: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1518: process grammar under Unix.
1519:
1520: 2019-12-07 moko
1521:
1522: * tests/389.html: For Windows XP. :)
1523:
1524: * tests/388-sql.html: Windows compatibility added
1525:
1526: 2019-12-06 moko
1527:
1528: * src/targets/cgi/parser3.C: warning war
1529:
1530: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1531: == sizeof(CORD)) to avoid aligning bugs in future
1532:
1533: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1534: XML_STATIC
1535:
1536: * src/include/pa_request.h: StackItem() not required
1537:
1538: * src/include/pa_stack.h: warning war
1539:
1540: * src/include/pa_config_includes.h: GCC warning silenced
1541:
1542: * src/include/pa_memory.h: warning war: the program should also
1543: define 'void operator delete [](void*, std::size_t)'
1544: [-Wsized-deallocation]
1545:
1546: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1547:
1548: * src/classes/string.C: not reqired cast removed
1549:
1550: * src/classes/string.C: not reqired cast removed
1551:
1552: 2019-12-05 moko
1553:
1554: * src/lib/sdbm/pa_file_io.C: warning war
1555:
1556: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1557: enum Language : size_t - required for VS2015+ to make
1558: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1559: without it (related to feature #1198)
1560:
1561: 2019-12-04 moko
1562:
1563: * src/main/pa_base64.C: unsigned char -> uchar
1564:
1565: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1566: as other libs
1567:
1568: * src/include/pa_version.h: +amd64
1569:
1570: 2019-12-03 moko
1571:
1572: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1573: release
1574:
1575: * src/include/pa_config_includes.h: warning war
1576:
1577: * src/classes/image.C: warning war
1578:
1579: * src/main/pa_globals.C: x64 libs support
1580:
1581: * src/include/pa_config_includes.h: warning war
1582:
1583: * src/types/pa_method.h: warning war
1584:
1.127 moko 1585: 2019-11-28 moko
1586:
1587: * src/classes/math.C: vs2003 compatibility + warning war
1588:
1589: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1590: libxml2-2.9.9 (related to feature #1136)
1591:
1592: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1593: typecast for more compatibility (related to feature #1136)
1594:
1595: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1596: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1597: feature #1136)
1598:
1599: 2019-11-26 moko
1600:
1601: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1602: removed (it was failing in $$var case), condition added
1603:
1.126 moko 1604: 2019-11-25 moko
1605:
1606: * tests/: 397.html, 399.html, results/141.processed,
1607: results/399.processed: base64 options tested
1608:
1609: * src/: classes/math.C, main/pa_http.C: base64 options used
1610:
1611: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1612: implemented (feature #986)
1613:
1614: * src/main/pa_cache_managers.C: whitespace
1615:
1616: * tests/: 397.html, 399.html, results/399.processed: tests for
1617: ^base64 encode options added (related to feature #986)
1618:
1619: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1620: pa_base64_encode(file) removed - more memory, but faster and less
1621: code (related fo feature #986)
1622:
1623: 2019-11-24 moko
1624:
1625: * tests/: 155.html, results/155.processed: limit and offset in
1626: ^table::load[] now supported, thus test added
1627:
1628: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1629: main/pa_common.C: optimization: offset and limit options parsing
1630: moved inside file_load.
1631:
1632: 2019-11-23 moko
1633:
1634: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1635: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1636: optimization: file_read replaced with simplified file_read_binary
1637:
1638: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1639: types/pa_vform.C: whitespace
1640:
1641: * src/: include/pa_common.h, main/pa_common.C: never used params
1642: removed
1643:
1644: 2019-11-21 moko
1645:
1646: * tests/: 193.html, results/193.processed, results/389.processed:
1647: test results updated as now base64 does not discard tail without
1648: padding (related to feature #986)
1649:
1650: 2019-11-20 moko
1651:
1652: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1653: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1654: pa_base64_decode (related to feature #986)
1655:
1656: * tests/398.html: tests for base64 decode added (related to feature
1657: #986)
1658:
1659: * src/main/pa_base64.C: base64_decode rewritten - padding option
1660: support, padding inside base 64 supported (related to feature
1661: #096)
1662:
1663: 2019-11-19 moko
1664:
1665: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1666: FreeBSD 12
1667:
1.125 moko 1668: 2019-11-16 moko
1669:
1670: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1671: support added, step support removed (related to #986)
1672:
1673: 2019-11-15 moko
1674:
1675: * src/classes/math.C: using log since log2 is not present on
1676: FreeBSD < 8.4 (related to feature #1177)
1677:
1678: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1679: pa_base64_size extracted and used for files as well (related to
1680: feature 986)
1681:
1682: 2019-11-14 moko
1683:
1684: * tests/: 397.html, results/397.processed: + content check
1685:
1686: * tests/: 141.html, results/141.processed: make test resuls more
1687: readable
1688:
1689: * tests/: 397.html, results/193.processed, results/397.processed:
1690: test results updated after \x00 character was disabled in
1691: math:convert string mode (related to feature #1177)
1692:
1693: * src/classes/: math.C, string.C: \\x00 character disabled while
1694: converting to string (as in base64, related to feature #1177)
1695:
1696: * src/classes/file.C: more correct arguments separation
1697:
1698: * src/: classes/file.C, classes/math.C, classes/string.C,
1699: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1700: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1701: options added, but not yet implemented (related to feature #986)
1702:
1703: * src/classes/math.C: whitespace
1704:
1705: 2019-11-13 moko
1706:
1707: * tests/: 397.html, results/397.processed: +tainting test (related
1708: to feature #1177)
1709:
1710: * src/classes/math.C: as we now produce not only digits, result
1711: should be tainted (related to feature #1177)
1712:
1713: * src/main/pa_base64.C: whitespace
1714:
1715: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1716: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1717: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1718: implementation moved from pa_common.h and pa_common.C
1719:
1720: 2019-11-12 moko
1721:
1722: * tests/: 275.html, results/275.processed: out of range test fixed,
1723: as ^math:convert now supports arbitrary precision
1724:
1725: 2019-11-11 moko
1726:
1727: * tests/results/389.processed: uctualized error message
1728:
1729: * tests/: 389.html, 397.html, results/397.processed: tests for
1730: ^math:convert added (related to feature #1177)
1731:
1732: * src/classes/math.C: ^math:convert now supports arbitrary
1733: precision, alphabet support added (implements feature #1177)
1734:
1.124 moko 1735: 2019-11-06 moko
1736:
1737: * tests/: 181.html, results/181.processed: entities usage added,
1738: more entites load tests (related to bug #842 discussion)
1739:
1740: 2019-11-05 moko
1741:
1742: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1743: call from xmlFileOpen if http://localhost/<file> was not found
1744: (related to bug #842)
1745:
1746: * src/main/pa_xml_io.C: rename
1747:
1748: * src/main/pa_xml_io.C: +MemoryStream constructor
1749:
1750: * src/main/pa_xml_io.C: whitespace
1751:
1.123 moko 1752: 2019-10-31 moko
1753:
1754: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1755: XML_PARSE_NOENT) added to fix entities load, (related to feature
1756: #1181)
1757:
1.122 moko 1758: 2019-10-25 moko
1759:
1760: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1761: queries tests
1762:
1763: 2019-10-24 moko
1764:
1765: * tests/: 388-sql.html, results/388-sql.processed: support for
1766: pgsql driver test
1767:
1768: * tests/: 388-sql.html, results/388-sql.processed:
1769: multi_statements=1 now tested, mysql test now supported
1770: (connection must be specified in [parser3] section in .my.cnf)
1771: related to issues #1195 and #1194
1772:
1.121 moko 1773: 2019-09-11 moko
1774:
1775: * src/classes/int.C: whitespace
1776:
1777: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1778: exception test
1779:
1780: * tests/results/388-sql.processed: sql queries now shown (related
1781: to feature #1196)
1782:
1783: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1784: with old parser versions.
1785:
1786: * src/: classes/file.C, classes/hash.C, classes/string.C,
1787: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1788: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1789: instead of connect string in query_event_handlers exceptions
1790: (implements feature #1196)
1791:
1.120 moko 1792: 2019-09-06 moko
1793:
1794: * tests/388-sql.html: mysql compat
1795:
1796: * src/: classes/hash.C, classes/string.C, classes/table.C,
1797: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1798: sql_ variables declaration moved to pa_common.h
1799:
1.116 moko 1800: 2019-01-15 moko
1801:
1802: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1803: logically sorted
1804:
1805: 2018-12-27 moko
1806:
1807: * src/include/pa_config_includes.h: warning war:
1808: -Wdeprecated-register added for C++ 17
1809:
1810: 2018-10-15 moko
1811:
1812: * configure.ac: FreeBSD 11.2 can be build with ./configure
1813: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1814: --with-xml=/usr/local/
1815:
1816: 2018-09-24 moko
1817:
1818: * tests/: 396.html, 396.tiff, results/396.processed: test for
1819: ^image::measure[] now supports tiff added (related to feature
1820: #1188)
1821:
1822: * src/classes/image.C: ^image::measure[] now supports tiff
1823: (implements feature #1188)
1824:
1825: 2018-09-20 moko
1826:
1827: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1828: files measure added (related to ticket #1188)
1829:
1830: * src/classes/image.C: measure of bmp files implemented (related to
1831: ticket #1188)
1832:
1833: 2018-09-18 moko
1834:
1835: * tests/: 394-curl.html, results/394-curl.processed,
1836: results/auto.p: test for bug #1187 (max_file_size check for head
1837: requests) added
1838:
1839: 2018-08-24 moko
1840:
1841: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1842: response content-length check is required (fixes bug #1187)
1843:
1844: 2018-05-11 moko
1845:
1846: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1847: $.append(bool) ] option added (related to feature #919)
1848:
1849: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1850: from misha@ patch (implements feature #919)
1851:
1852: 2018-03-22 moko
1853:
1854: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1855: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1856: with 128kb buffer. Now works at least 12 times faster. :) May be
1857: Windows-only problem.
1858:
1859: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1860: build fix)
1861:
1862: 2018-02-03 moko
1863:
1864: * src/main/execute.C: removes irrelevant lines from exception stack
1865: trace when exceptions occurs in assigment (fixes bug #1165)
1866:
1867: * tests/: 393.html, results/393.processed: test for behavour after
1868: "Property can not be created, already exists field with that
1869: name" exception removed (related to feature #1183)
1870:
1871: * src/types/pa_vclass.C: "Property can not be created, already
1872: exists field with that name" exception removed (implements
1873: feature #1183)
1874:
1875: 2018-01-19 moko
1876:
1877: * src/classes/string.C: whitespace
1878:
1879: * src/classes/string.C: whitespace
1880:
1881: * tests/: 392.html, results/392.processed: test for
1882: ^regex::create[$regex] added (related to feature #1135)
1883:
1884: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1885: ^regex::create[$regex] added (implements feature #1135)
1886:
1887: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1888: commented define added (related to feature #1157)
1889:
1890: 2018-01-17 moko
1891:
1892: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1893:
1894: 2018-01-15 moko
1895:
1896: * tests/: 390.html, results/390.processed: real path replaced by
1897: stub
1898:
1899: * tests/: 391.html, results/391.processed: test for feature #1181
1900: (XML_PARSE_HUGE exception) added
1901:
1902: 2018-01-11 moko
1903:
1904: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1905: XML_PARSE_HUGE option passed by default (implements feature
1906: #1181)
1907:
1908: * src/classes/string.C: whitespace
1909:
1910: 2017-12-10 moko
1911:
1912: * tests/: 389.html, 390.html, results/389.processed,
1913: results/390.processed: image code coverage tests added (related
1914: to feature #1125)
1915:
1916: 2017-12-08 moko
1917:
1918: * tests/: 346-curl.html, 388-sql.html, 389.html,
1919: results/346-curl.processed, results/388-sql.processed,
1920: results/389.processed: more code coverage tests
1921:
1922: * tests/: 264.html, results/264.processed: code coverage for
1923: ^file::exec[]
1924:
1925: 2017-12-07 moko
1926:
1927: * tests/: 174.html, 388-sql.html, 389.html,
1928: results/388-sql.processed, results/389.processed,
1929: results/174.processed: more coverage tests
1930:
1931: * src/classes/math.C: exception text actualized
1932:
1933: 2017-12-06 moko
1934:
1935: * tests/388-sql.html: $SQL can be here
1936:
1937: * tests/results/auto.p: $SQL not required here
1938:
1939: * tests/: 388-sql.html, 389.html, Makefile,
1940: results/388-sql.processed, results/389.processed, results/auto.p:
1941: code coverage tests for sql (using sqlite) and int/double/bool
1942: added (related to feature #1125)
1943:
1944: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1945: lib/json/json.vcproj, lib/md5/md5.vcproj,
1946: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1947: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1948: targets/apache/ApacheModuleParser3Core.vcproj,
1949: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1950: types/types.vcproj: gc\include no longer required
1951:
1952: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1953: required
1954:
1955: * src/: classes/Makefile.am, classes/table.C,
1956: include/pa_config_includes.h, include/pa_string.h,
1957: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1958: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1959: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1960: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1961: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1962: used, we now include it directly
1963:
1964: 2017-12-04 moko
1965:
1966: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1967: memcached/memcached.vcproj, punycode/punycode.vcproj,
1968: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1969: where required
1970:
1971: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1972: now can be used to trace memory allocations
1973:
1974: * src/: classes/table.C, include/pa_config_includes.h,
1975: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1976: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1977: method removes, libcord also can work without libgc
1978:
1979: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1980:
1981: 2017-11-29 moko
1982:
1983: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1984: are not present (related to feature #1173)
1985:
1986: * tests/346-curl.html: test updated to test curl content-length bug
1987: (related to feature #1173)
1988:
1989: * tests/results/346-curl.processed: more test for content-length
1990: curl bug (related to feature #1173)
1991:
1992: * tests/results/346-curl.processed: test results updated after
1993: #1173 implemented
1994:
1995: 2017-11-28 moko
1996:
1997: * src/classes/curl.C: another libcurl Content-length bug walkaround
1998: (related to feature #1173)
1999:
2000: 2017-11-27 moko
2001:
2002: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2003: $.http_version[version string] added (implements feature #1173),
2004: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2005: where $post(true) bug existed.
2006:
2007: 2017-11-18 moko
2008:
2009: * src/include/pa_memory.h: warning war (related to feature #1170)
2010:
2011: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2012: feature #1170)
2013:
2014: 2017-11-17 moko
2015:
2016: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2017: std::basic_stringstream used in ^table.csv-string[] is compatible
2018: with delete usage check only under Debian 9 (related to feature
2019: #1170)
2020:
2021: 2017-11-16 moko
2022:
2023: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2024: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2025: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2026: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2027: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2028: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2029: stubs defend from accidental use (implements feature #1170)
2030:
2031: 2017-06-24 moko
2032:
2033: * configure.ac: minor fix: thanks to alx@
2034:
1.115 moko 2035: 2017-05-29 moko
2036:
2037: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2038: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2039: added to avoid cutting of UTF-8 chars (fixed bug #123)
2040:
2041: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2042: ignored, =?UTF-8?Q?= should start in case of leading space
2043: (related to bug #123)
2044:
2045: * buildall: echo -n -> printf for OS X. :)
2046:
2047: 2017-05-25 moko
2048:
2049: * tests/: 288.html, results/288.processed: test updated afted
2050: setting $o.prop without setter exception removed (related to
2051: feature #1157)
2052:
2053: * src/types/pa_vclass.C: no more "this property has no setter
2054: method" when setting $o.prop without setter (implements feature
2055: #1157)
2056:
2057: * buildall: echo \c -> echo -n for FreeBSD
2058:
2059: * configure, configure.ac, src/include/pa_config_auto.h.in,
2060: src/types/pa_vdouble.h: isfinite now checked in configure
2061:
2062: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2063: upgraded to automake 1.15
2064:
2065: 2017-05-23 moko
2066:
2067: * src/types/pa_vdouble.h: finite returned where isfinite not
2068: defined
2069:
2070: 2017-05-22 moko
2071:
2072: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2073:
2074: * buildall: extern CFLAGS setting support
2075:
2076: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2077:
2078: * buildall: http -> https
2079:
2080: * buildall: gc-7.2f -> gc-7.6.0
2081:
2082: 2017-05-20 moko
2083:
2084: * buildall: https, pcre, xml, xslt updated to current versions
2085: (related to feature #1136)
2086:
2087: 2017-05-19 moko
2088:
2089: * tests/097.html: after parser.ru moved to https
2090:
2091: 2017-05-17 moko
2092:
2093: * tests/results/: 175.processed, 372.processed: tests resuls
2094: updated after lintian spelling typos fixed (related to bug #1156)
2095:
2096: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2097: classes/string.C, classes/table.C, main/pa_charset.C,
2098: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2099: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2100: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2101:
2102: * tests/results/096.processed: +XMP
2103:
2104: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2105: $.xmp(true) options tested (test for feature #1154)
2106:
2107: * src/classes/image.C: ^image:measure[] options $.exif(false)
2108: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2109: fetched by default! (implements feature #1154)
2110:
2111: 2017-05-16 moko
2112:
2113: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2114: allowed (related to feature #1154)
2115:
2116: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2117: initial XMP implementation - without options and transcode
2118: (related to feature #1154)
2119:
2120: 2017-05-12 moko
2121:
2122: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2123: image: exif moved to ffields, skipped in ^image.html[] where
2124: iterators now used (preparation for feature #1154)
2125:
2126: 2017-05-05 moko
2127:
2128: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2129: results/387.processed: test for circular class inheritance check
2130: added (related to bug #1150)
2131:
2132: * src/types/pa_vstateless_class.C: circular class inheritance check
2133: added (fixes endless add_derived bug #1150)
2134:
2135: 2017-05-04 moko
2136:
2137: * tests/: 386.html, results/386.processed: test for
2138: $table.value(number) added (related to feature #1152)
2139:
2140: * src/types/pa_vtable.C: table put_element: column value must be
2141: string - > column value must be string compatible to allow
2142: $t.value(1) (implements feature #1152)
2143:
2144: 2017-05-03 moko
2145:
2146: * src/main/pa_request.C: $use[$method] is not possible, reverting
2147: (related to feature #1151)
2148:
2149: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2150: not possible, removing test (related to feature #1151)
2151:
2152: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2153: get_element_method added and used to allow $use[$method] and
2154: $autouse[$method] (implements feature 1151)
2155:
2156: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2157: variable added (related to feature #1151)
2158:
2159: * tests/results/226.processed: actualized after ^try-catch used
2160:
2161: * tests/: 226.html, 385.html, results/385.processed: test for
2162: @autouse in variable added
2163:
2164: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2165:
1.114 moko 2166: 2017-02-27 moko
2167:
2168: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2169:
1.113 moko 2170: 2017-02-20 moko
2171:
2172: * operators.txt: actualization + beauty
2173:
2174: 2017-02-16 moko
2175:
2176: * tests/: 384.html, results/384.processed: test for
2177: ^reflection:mixin[; $.name[] ] option added (related to feature
2178: #1089)
2179:
2180: * tests/: 384.html, results/384.processed: test for
2181: ^reflection:mixin[] added (related to feature #1089)
2182:
2183: * src/types/pa_value.h: warning war: virtual ~Value() added
2184:
1.112 moko 2185: 2017-02-15 moko
2186:
2187: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2188: fixed
2189:
2190: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2191: test added (related to feature #1069)
2192:
2193: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2194: compilation without HASH_ORDER fixed
2195:
2196: * src/: classes/reflection.C, include/pa_hash.h:
2197: $.reverse(true/false) added to ^reflection:methods[] (related to
2198: feature #1069)
2199:
2200: 2017-02-14 moko
2201:
2202: * tests/: 152.html, results/152.processed: test for $._default hash
2203: added (related to bug #1131)
2204:
2205: * tests/: 277.html, results/277.processed: test for hash with only
2206: $._default is now defined (related to bug #1131)
2207:
2208: * src/types/pa_vhash.h: hash with only $._default is now defined
2209: (fixed bug #1131)
2210:
2211: 2017-02-13 moko
2212:
2213: * tests/cat-windows.sh: cat-windows added (cygwin required)
2214:
2215: * tests/: 171.html, 264.html, 286.html, 370.html,
2216: results/320.processed, results/375.processed, results/auto.p:
2217: cat-windows.sh support added
2218:
2219: * tests/375.html: Windows support
2220:
2221: * tests/270.html: documented
2222:
2223: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2224: (not backslashes) even under Windows (broke test 270)
2225:
2226: 2017-02-12 moko
2227:
2228: * tests/: descript.ion, todo.txt: cleanup
2229:
2230: 2017-02-09 moko
2231:
2232: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2233: run_tests.cmd: Windows compatibility
2234:
2235: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2236: incorrectly (GMT) if parser is called from cygwin
2237:
1.111 moko 2238: 2017-02-08 moko
2239:
1.112 moko 2240: * operators.txt: actualization 15% completed
2241:
2242: * operators.txt: cp1251 -> utf-8
2243:
2244: * NEWS, README: minor update
2245:
2246: * src/include/pa_config_includes.h: warning war continues
2247:
2248: * src/: include/pa_config_includes.h, include/pa_memory.h,
2249: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2250: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2251: gcc 6.x issues fixed
2252:
1.111 moko 2253: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2254: classes/classes.h, classes/curl.C, classes/date.C,
2255: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2256: classes/hashfile.C, classes/image.C, classes/inet.C,
2257: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2258: classes/memcached.C, classes/memory.C, classes/op.C,
2259: classes/reflection.C, classes/regex.C, classes/response.C,
2260: classes/string.C, classes/table.C, classes/void.C,
2261: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2262: include/pa_array.h, include/pa_cache_managers.h,
2263: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2264: include/pa_config_fixed.h, include/pa_config_includes.h,
2265: include/pa_dictionary.h, include/pa_dir.h,
2266: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2267: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2268: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2269: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2270: include/pa_request_charsets.h, include/pa_request_info.h,
2271: include/pa_sapi.h, include/pa_socks.h,
2272: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2273: include/pa_stack.h, include/pa_string.h,
2274: include/pa_stylesheet_connection.h,
2275: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2276: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2277: include/pa_uue.h, include/pa_xml_exception.h,
2278: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2279: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2280: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2281: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2282: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2283: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2284: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2285: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2286: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2287: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2288: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2289: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2290: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2291: main/pa_string.C, main/pa_stylesheet_connection.C,
2292: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2293: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2294: main/untaint.C, sql/pa_sql_driver.h,
2295: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2296: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2297: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2298: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2299: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2300: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2301: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2302: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2303: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2304: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2305: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2306: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2307: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2308: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2309: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2310: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2311: types/pa_vmemcached.h, types/pa_vmemory.h,
2312: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2313: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2314: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2315: types/pa_vresponse.C, types/pa_vresponse.h,
2316: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2317: types/pa_vstateless_object.h, types/pa_vstatus.C,
2318: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2319: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2320: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2321: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2322: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2323: 2015->2017
2324:
1.110 moko 2325: 2017-02-07 moko
2326:
2327: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2328:
2329: 2017-02-06 moko
2330:
2331: * src/main/pa_common.C: minor fixes, whitespace
2332:
2333: * src/: classes/curl.C, classes/file.C, classes/image.C,
2334: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2335: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2336: now used (implements feature #1081)
2337:
2338: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2339:
2340: 2017-02-01 moko
2341:
2342: * src/include/pa_request.h: cleanup
2343:
2344: 2017-01-30 moko
2345:
2346: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2347:
2348: 2017-01-29 moko
2349:
2350: * tests/: 383.html, results/383.processed: test for
2351: ^reflection:stack[] added (related to feature #1052)
2352:
2353: * src/classes/reflection.C: else added
2354:
2355: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2356: $.max_file_lock_wait added (implements feature #1128)
2357:
2358: 2017-01-28 moko
2359:
2360: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2361: body and other cases tests added (related to featue #1014)
2362:
2363: * src/classes/curl.C: bug if response is empty fixed (related to
2364: feature #1014)
2365:
2366: 2017-01-27 moko
2367:
2368: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2369: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2370: added (implements feature #1052)
2371:
2372: 2017-01-25 moko
2373:
2374: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2375: method test added
2376:
2377: 2017-01-23 moko
2378:
2379: * src/classes/reflection.C: optimization: options->get replaced by
2380: hash iterator
2381:
2382: * tests/: 381.html, results/381.processed: now -> fixed date
2383:
2384: * src/main/pa_request.C: warning war
2385:
2386: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2387: 5Mb (fixes bug #1058)
2388:
2389: * src/classes/curl.C: warning war
2390:
2391: * tests/: 381.html, results/381.processed: tests for ^json:string
2392: $.one-line(true) option added (related to feature #1124)
2393:
2394: * src/: classes/json.C, types/pa_value.h: $json-string
2395: $.one-line(true|false) options is now supported (implements
2396: feature #1124)
2397:
2398: * tests/: 380.html, results/380.processed: test for modified
2399: $.max_file_size added (related to bug #1014)
2400:
2401: * tests/: 379.html, results/auto.p: tests for rewritten http file
2402: load added (related to bug #1014)
2403:
2404: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2405: main/pa_common.C, main/pa_http.C: check_file_size added and used
2406: in curl / file load from disk and http, http file load rewritten
2407: (related to bug #1014)
2408:
2409: 2017-01-18 moko
2410:
2411: * tests/: 378.html, results/378.processed: tests for ^result[]
2412: added (related to feature #66)
2413:
2414: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2415: Method::CO_WITHOUT_FRAME as frame still added in expression
2416: (related to feature #66)
2417:
2418: 2017-01-17 moko
2419:
2420: * tests/: 377.html, results/377.processed: test for different
2421: combinations of breaks in body and delimiter (related to bug
2422: #1077)
2423:
2424: * tests/: 376.html, results/376.processed: many ^break[] tests
2425: added (related to bug #1077)
2426:
2427: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2428: passed to native method" exception added to avoid bugs due to
2429: WRITE_EXPR_RESULT skipped and native methods execution continues
2430: after ^break[] (related to bug #1077)
2431:
2432: 2017-01-14 moko
2433:
2434: * tests/: 330.html, results/330.processed: test results updated
2435: after ^break[] bugs where fixed (related to bug #1077)
2436:
2437: * tests/: 329.html, results/329.processed: test results updated
2438: after ^break[] bugs where fixed (related to bug #1077)
2439:
2440: * tests/results/320.processed: ^return[] added
2441:
2442: 2017-01-13 moko
2443:
2444: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2445: classes/table.C, include/pa_request.h, main/execute.C,
2446: main/pa_request.C, targets/cgi/parser3.C,
2447: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2448: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2449: checked after each possible process/execute call (fixes bug
2450: #1077)
2451:
2452: 2016-12-29 moko
2453:
2454: * src/main/pa_common.C: warning war
2455:
2456: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2457: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2458: pa_file_size_limit added, ^math:random fixed for upper limit and
2459: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2460: (related to feature #1014)
2461:
2462: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2463: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2464: (related to feature #1014)
2465:
2466: 2016-12-28 moko
2467:
2468: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2469: warning war
2470:
2471: 2016-12-26 moko
2472:
2473: * tests/: 341.html, results/341.processed: test for
2474: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2475:
2476: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2477: (related to feature #1057)
2478:
2479: * src/types/pa_vdate.C: warning war continues...
2480:
2481: * src/: classes/date.C, classes/image.C, classes/table.C,
2482: include/pa_config_includes.h, types/pa_vfile.C: warning war
2483:
2484: * src/lib/gd/gifio.C: warning war / cleanup
2485:
2486: * src/lib/json/pa_json.C: warning war
2487:
2488: * src/classes/hash.C: warning war
2489:
2490: * src/types/pa_vfile.C: warning war
2491:
2492: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2493: -Wall warning war continues
2494:
2495: * configure.ac: --with-build-warnings actualized
2496:
2497: 2016-12-25 moko
2498:
2499: * src/main/pa_exec.C: -wAll warning war
2500:
2501: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2502: -wAll warning war
2503:
2504: * src/: include/pa_common.h, include/pa_sapi.h,
2505: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2506: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2507: -wAll warning war
2508:
2509: 2016-12-23 moko
2510:
2511: * src/lib/ltdl/Makefile.am: extra dist added
2512:
2513: * tests/results/344.processed: test result updated after $file.text
2514: prefetched in ^hash::create[$file] (related to feature #1075)
2515:
2516: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2517: ^hash::create[$file] (related to feature #1075)
2518:
2519: 2016-12-22 moko
2520:
2521: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2522: main/pa_request.C, main/pa_stylesheet_connection.C,
2523: types/pa_vfile.C: file_stat now return 64-bit size (implements
2524: #1014 under 32-bit unix versions)
2525:
2526: 2016-12-21 moko
2527:
2528: * tests/: 375.html, results/375.processed: test for exec returning
2529: stated file added (related to feature #1119)
2530:
2531: * src/classes/file.C: load should not return file with null body
2532: (fixes bug #1119)
2533:
2534: 2016-12-14 moko
2535:
2536: * tests/: 374.html, results/374.processed: test for $method.name
2537: added (related to feature #1117) plus method returning junction
2538: test
2539:
2540: 2016-12-13 moko
2541:
2542: * src/: include/pa_symbols.h, main/pa_symbols.C,
2543: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2544: (implements feature #1117)
2545:
2546: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2547: HEAD and TRACE can't have body (implements feature #1116)
2548:
2549: 2016-12-09 moko
2550:
2551: * tests/: 373.html, results/373.processed: tests for
2552: ^reflection:tainting added (related to feature #1098)
2553:
2554: * src/classes/reflection.C: ^reflection:tainting arguments order
2555: change (related to feature #1098)
2556:
2557: 2016-12-06 moko
2558:
2559: * src/: classes/reflection.C, include/pa_string.h,
2560: main/pa_string.C: ^reflection:tainting[$string] added (implements
2561: feature #1098)
2562:
2563: 2016-12-05 moko
2564:
2565: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2566: (fixes bug #1114)
2567:
2568: 2016-12-04 moko
2569:
2570: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2571: check added
2572:
2573: 2016-12-03 moko
2574:
2575: * tests/: 346-curl.html, results/346-curl.processed: test modified
2576: to test value.as_hash() usage
2577:
2578: * src/classes/curl.C: value.as_hash() used for correct hash
2579: processing
2580:
2581: * src/classes/reflection.C: exceptions texts fixes
2582:
2583: 2016-12-02 moko
2584:
2585: * tests/: 372.html, results/372.processed: tests for
2586: ^reflection:create[ $.class[name] $.constructor[name]
2587: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2588: feature #1094)
2589:
2590: * src/types/pa_vmethod_frame.h: comment added: params should be
2591: declared outside of *_FRAME_ACTION as MethodParams destructor
2592: will be called in ~VNativeMethodFrame
2593:
2594: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2595: ] minor fix
2596:
2597: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2598: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2599: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2600: now supported (implements feature #1094) value::as_hash added
2601: (and should be used everywhere)
2602:
2603: * src/classes/reflection.C: cleanup
2604:
2605: 2016-12-01 moko
2606:
2607: * tests/: 356.html, results/356.processed: test for method
2608: junctions class name added to the resulting hash added (related
2609: to feature #1068)
2610:
2611: * src/classes/reflection.C: for method junctions class name added
2612: to the resulting hash (related to feature #1068)
2613:
2614: 2016-11-30 moko
2615:
2616: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2617: exception (related to bug #1113)
2618:
2619: * src/types/pa_vhashfile.C: whitespace
2620:
2621: * src/main/pa_os.C: errno now returned as it should (fixes bug
2622: #1113)
2623:
2624: * tests/results/: 175.processed, 192.processed, 224.processed,
2625: 229.processed, 239.processed, 244.processed, 246.processed,
2626: 314.processed, 352.processed: tests results updated after method
2627: call exceptions improved as method now keeps its name
2628:
2629: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2630: types/pa_vmethod_frame.h: method call exceptions improved as
2631: method now keeps its name
2632:
2633: * tests/: 224.html, 239.html, results/224.processed,
2634: results/239.processed: tests and tests results updated after
2635: Request::construct exception changed
2636:
2637: * src/: classes/reflection.C, main/execute.C: Request::construct
2638: exception optimized
2639:
2640: * tests/: 371.html, results/371.processed: test for
2641: WWrapper.get_element call in $.name.key[value] code added
2642: (related to feature #1091)
2643:
2644: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2645: in $.name.key[value] code (related to feature #1091)
2646:
2647: 2016-11-29 moko
2648:
2649: * src/classes/op.C: VS warning war
2650:
2651: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2652: C4239: nonstandard extension used : 'return' : conversion from
2653: 'Value' to 'Value &' (related to feature #1020)
2654:
2655: * src/: main/execute.C, types/pa_vmethod_frame.h,
2656: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2657: used : 'return' : conversion from 'Value' to 'Value &' (related
2658: to feature #1020)
2659:
2660: * src/main/execute.C: VS warning war
2661:
2662: * src/targets/cgi/parser3.C: VS compatibility fix
2663:
2664: * src/include/pa_request.h: VS warning war
2665:
2666: * tests/: 370.html, results/370.processed: test for ^file::exec[
2667: ... $.stdin[$binary_file] ] added (related to bug #1044)
2668:
2669: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2670: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2671: $.stdin[$binary_file] (fixes bug #1044)
2672:
2673: 2016-11-28 moko
2674:
2675: * src/main/pa_exec.C: whitespace
2676:
2677: * src/main/pa_request.C: whitespace
2678:
2679: * tests/: 369.html, results/369.processed: test for
2680: $response:status usage added (related to feature #1099)
2681:
2682: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2683: if < 100 (implements feature #1099)
2684:
2685: * src/targets/cgi/parser3.C: whitespace
2686:
2687: * src/targets/cgi/parser3.C: whitespace
2688:
2689: * tests/: 368.html, results/368.processed: test updated after
2690: ^reflection:filename[$method] added (related to feature #1053)
2691:
2692: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2693: main/compile.y, main/execute.C, main/pa_request.C,
2694: types/pa_vclass.h: filename -> filespec,
2695: ^reflection:filename[$method] added (related to feature #1053)
2696:
2697: 2016-11-27 moko
2698:
2699: * tests/: 368.html, results/368.processed: test for
2700: reflection:filename[$class or object] added (related to feature
2701: #1053)
2702:
2703: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2704: types/pa_vstateless_class.h: ^reflection:filename[$class or
2705: object] added (implements feature #1053)
2706:
2707: 2016-11-26 moko
2708:
2709: * src/: include/pa_request_info.h,
2710: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2711: remove_absolute_uri -> strip_absolute_uri
2712:
2713: 2016-11-25 moko
2714:
2715: * src/: include/pa_request_info.h,
2716: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2717: request_info.remove_absolute_uri added to remove possible
2718: http://site.name/ from $request:uri (implements feature #1112)
2719:
2720: 2016-11-24 moko
2721:
2722: * tests/: 367-curl.html, results/367-curl.processed: test for
2723: previous request headers clearing after redirect added (related
2724: to bug #1109)
2725:
2726: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2727: response headers from previous requests are now cleared, only
2728: last request headers are collected (fixes bug #1109)
2729:
2730: * tests/results/: 266.processed, 321.processed, 356.processed:
2731: tests results updated as method name now added to the resulting
2732: hash for new syntax only (Imp1 compatimility fixed, related to
2733: feature #1068)
2734:
2735: * src/classes/reflection.C: method name now added to the resulting
2736: hash for new syntax only (Imp1 compatimility fixed, related to
2737: feature #1068)
2738:
2739: * tests/results/366.processed: test for native and parser
2740: implementation of ^use[] logic (related to feature #1074)
2741:
2742: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2743: for native and parser implementation of ^use[] logic (related to
2744: feature #1074)
2745:
2746: 2016-11-23 moko
2747:
2748: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2749: main/pa_request.C: @USE file now implemented as ^use[file;
2750: $.origin[origin_file] ] (implements feature #1074)
2751:
1.109 moko 2752: 2016-11-21 moko
2753:
1.110 moko 2754: * tests/: 365.html, results/365.processed: test for $caller bugs in
2755: 3.4.4 and $caller.method now tested (related to feature #1110)
2756:
2757: * tests/: 364.html, results/364.processed: $caller usage in
2758: different contexts now tested (related to feature #1110)
2759:
2760: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2761:
2762: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2763:
1.109 moko 2764: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2765: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2766: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2767: used (implements feature #1110)
2768:
2769: 2016-11-20 moko
2770:
2771: * src/types/pa_vdouble.h: whitespace
2772:
2773: 2016-11-11 moko
2774:
2775: * tests/: 363.html, results/363.processed: more tests for feature
2776: #1091 (how parser methods work in expression context)
2777:
2778: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2779: expressions strings are now written as strings, not values by
2780: write_as_string (related to feature #1091)
2781:
2782: * src/classes/op.C: to make more correct behavour in expression
2783: context
2784:
2785: 2016-11-07 moko
2786:
2787: * tests/: 362.html, results/362.processed: test for
2788: xsltParseStylesheetDoc caching as xsl modification after it added
2789: (related to bug #1108)
2790:
2791: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2792: result now cached as xdoc is modified after it (fixes bug #1108)
2793:
2794: 2016-11-06 moko
2795:
2796: * src/types/pa_vxdoc.h: whitespace
2797:
2798: 2016-11-05 moko
2799:
2800: * src/types/pa_vmethod_frame.h: cleanup
2801:
2802: 2016-11-03 moko
2803:
2804: * tests/results/244.processed: more correct exception after method
2805: frames separation
2806:
2807: * src/types/pa_vmethod_frame.h: minor optimizaion
2808:
2809: * src/types/pa_method.h: optimization: params_count added
2810:
2811: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2812: include/pa_request.h, main/execute.C, main/pa_request.C,
2813: types/pa_value.C, types/pa_vmethod_frame.C,
2814: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2815: VMethodFrame now divided into VNativeMethodFrame,
2816: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2817: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2818: and used (related to feature #1104)
2819:
2820: 2016-11-02 moko
2821:
2822: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2823: classes/double.C, classes/file.C, classes/hash.C,
2824: classes/hashfile.C, classes/image.C, classes/inet.C,
2825: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2826: classes/memcached.C, classes/op.C, classes/reflection.C,
2827: classes/regex.C, classes/string.C, classes/table.C,
2828: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2829: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2830: r.write (implements feature #1091)
2831:
2832: * src/main/execute.C: cleanup (related to feature #1104)
2833:
2834: * src/: include/pa_request.h, main/execute.C,
2835: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2836: added, in_expression removed (implements feature #1104)
2837:
2838: 2016-10-31 moko
2839:
2840: * src/types/pa_value.C: whitespace
2841:
2842: 2016-10-28 moko
2843:
2844: * tests/results/244.processed: updated after error reporting fixed
2845: in pa_wcontext.C
2846:
2847: * src/types/pa_wcontext.C: error reporting fixed
2848:
2849: * src/types/pa_wcontext.h: whitespace
2850:
2851: * src/classes/image.C: not fully readed entries are no longer
2852: processed (fixes bug #1106)
2853:
2854: 2016-10-26 moko
2855:
2856: * src/classes/image.C: whitespace
2857:
2858: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2859: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2860: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2861: longer required (related to feature #1091)
2862:
2863: * tests/results/: 264.processed, 350.processed: test results update
2864: reverted (whitespace optimization) after write_no_lang removed :)
2865: (related to feature #1091)
2866:
2867: * src/: classes/file.C, classes/hash.C, classes/op.C,
2868: classes/string.C, classes/table.C, classes/void.C,
2869: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2870: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2871: equal write_pass_lang (related to feature #1091)
2872:
2873: * tests/results/: 264.processed, 350.processed: test results
2874: updated (whitespace optimization) after write_assign_lang removed
2875: (related to feature #1091)
2876:
2877: * tests/: 361.html, results/361.processed: test for non-string
2878: ^untaint added (related to feature #1091)
2879:
2880: * src/: classes/curl.C, classes/date.C, classes/file.C,
2881: classes/hash.C, classes/op.C, classes/string.C,
2882: include/pa_request.h, main/execute.C: optimization:
2883: write_assign_lang removed as not required (first part of feature
2884: #1091 implementation)
2885:
1.108 moko 2886: 2016-10-12 moko
2887:
2888: * tests/: 360.html, results/360.processed: more test code (related
2889: to feature #1104)
2890:
2891: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2892: include/pa_request.h, main/compile.y, main/execute.C: opcode
2893: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2894: WContext is next task (implements feature #1104)
2895:
2896: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2897: / CO_WITHOUT_WCONTEXT
2898:
2899: * tests/: 360.html, results/360.processed: test for in expression
2900: state (related to feature #1104)
2901:
2902: 2016-10-11 moko
2903:
2904: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2905:
2906: * src/classes/op.C: default value removed from initializer
2907:
2908: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2909:
2910: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2911:
2912: 2016-10-10 moko
2913:
2914: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2915: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2916: to feature #42)
2917:
2918: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2919: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2920:
2921: 2016-10-08 moko
2922:
2923: * src/classes/double.C: whitespace
2924:
2925: 2016-10-07 moko
2926:
2927: * src/types/pa_vmethod_frame.h: reorder
2928:
2929: 2016-10-06 moko
2930:
2931: * src/classes/date.C: typo
2932:
2933: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2934:
2935: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2936: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2937: types/pa_vmethod_frame.h: params.get now returns Value&, not
2938: Value*
2939:
2940: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2941:
2942: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2943: removed; first as_* code rewrite
2944:
2945: 2016-10-05 moko
2946:
2947: * src/include/pa_request.h: whitespace
2948:
2949: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2950: intercept_string added (related to feature #1097)
2951:
2952: * src/: classes/image.C, classes/op.C, classes/table.C,
2953: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2954: optimization: intercept_string removed (implements feature #1097)
2955:
2956: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2957:
2958: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2959: from VCodeFrame and WWrapper as not required
2960:
2961: 2016-10-04 moko
2962:
2963: * src/: classes/curl.C, classes/date.C, classes/double.C,
2964: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2965: classes/int.C, classes/json.C, classes/op.C,
2966: classes/reflection.C, classes/string.C, classes/table.C,
2967: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2968: proces_to_value -> process after StringOrValue removed (related
2969: to feature #1020)
2970:
2971: * src/classes/form.C: whitespace
2972:
2973: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2974:
2975: * tests/: 357.html, 358.html, results/357.processed,
2976: results/358.processed, results/auto.p: test for @conf
2977: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2978:
2979: 2016-10-03 moko
2980:
2981: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2982: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2983: supported (implements feature #42)
2984:
2985: * src/types/pa_vregex.h: no reason for VRegex to be
2986: is_evaluated_expr
2987:
2988: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2989: (implements feature #1095)
2990:
2991: 2016-10-01 moko
2992:
2993: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2994: false by default (related to feature #1089)
2995:
2996: 2016-09-30 moko
2997:
2998: * src/types/pa_wcontext.h: cleanup
2999:
3000: 2016-09-29 moko
3001:
3002: * src/main/execute.C: whitespace
3003:
3004: * src/include/pa_request.h: whitespace
3005:
3006: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3007: classes/op.C, classes/table.C, include/pa_request.h,
3008: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3009: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3010: StringOrValue removed as it just slows down and adds complexity
3011: (implements feature #1020)
3012:
3013: 2016-09-28 moko
3014:
3015: * tests/: 356.html, results/266.processed, results/321.processed,
3016: results/356.processed: tests updated after name was added to
3017: method_info hash, test for ^reflection:method_info[junction]
3018: added (related to feature #1068)
3019:
3020: * src/classes/reflection.C: ^reflection:method_info[junction] now
3021: supported, method name added to the resulting hash (implements
3022: feature #1068)
3023:
3024: * tests/: 276.html, results/276.processed: more tests for
3025: ^reflection:delete[]
3026:
3027: * src/classes/reflection.C: fixed bug then ^reflection:delete
3028: didn't work on class and could damage native objects (like file)
3029:
3030: 2016-09-26 moko
3031:
3032: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3033: results/345.processed, results/346-curl.processed,
3034: results/347-curl.processed, results/348.processed: numbers added
3035: to simplify diff analysis
3036:
3037: * tests/: 352.html, results/352.processed: test result updated as
3038: method name used
3039:
3040: * src/classes/reflection.C: method name used
3041:
3042: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3043: its name
3044:
3045: * src/types/pa_method.h: whitespace
3046:
3047: * src/classes/reflection.C: both method and field with one name can
3048: exist.
3049:
3050: * src/classes/reflection.C: ^reflection:mixin added (implements
3051: feature #1089)
3052:
3053: * tests/: 355.html, results/355.processed: property appears in
3054: derived class if added in base test added
3055:
3056: * src/types/pa_vstateless_class.h: get_method declaration +
3057: whitespace
3058:
3059: * tests/: 354.html, results/354.processed: nice test from method
3060: and property with one name in class added
3061:
3062: 2016-09-23 moko
3063:
3064: * src/classes/reflection.C: ^reflection:method usage documented
3065:
3066: 2016-09-22 moko
3067:
3068: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3069: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3070: compile warning and GPF occures on VS2003 (related to feature
3071: #1087)
3072:
3073: * tests/: 350.html, results/350.processed: test added for
3074: $.encloser[] support in ^table::create (related to feature #11)
3075:
3076: * src/classes/table.C: another minor fix (related to feature #11)
3077:
1.107 moko 3078: 2016-09-21 moko
3079:
3080: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3081:
3082: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3083: classes/json.C, classes/string.C, classes/table.C,
3084: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3085: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3086: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3087: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3088: pa_charsets, vs2015 warning war
3089:
3090: * src/classes/table.C: vs2015 warning war
3091:
3092: * src/types/pa_vdate.C: vs2015 warning war
3093:
3094: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3095:
3096: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3097: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3098:
3099: * src/main/pa_common.C: vs2015 compilation fixes
3100:
3101: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3102: vs2015 compilation fixes
3103:
3104: * src/main/pa_charset.C: vs2015 warning war
3105:
3106: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3107:
3108: * src/main/pa_charset.C: vs2015 warning war
3109:
3110: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3111:
3112: * src/types/pa_vdate.C: vs2015 compilation fix
3113:
3114: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3115:
3116: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3117: VS2015 compilation fixes
3118:
3119: * src/classes/table.C: minor fix (related to feature #11)
3120:
3121: * tests/results/282.processed: no longer skipping extra enclosers
3122: (related to feature #11)
3123:
3124: * src/classes/table.C: minor fix + no longer skipping extra
3125: enclosers (related to feature #11)
3126:
3127: * src/classes/table.C: minor optimization (related to feature #11)
3128:
3129: * src/classes/table.C: minor fix and optimization (related to
3130: feature #11)
3131:
3132: 2016-09-20 moko
3133:
3134: * tests/: 353.html, results/353.processed: test for
3135: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3136: added (related to bug #1090)
3137:
3138: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3139: one_big_piece (fixes bug #1090)
3140:
3141: * tests/: 229.html, results/229.processed: code coverage tests
3142:
3143: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3144: body) was called
3145:
3146: * src/classes/op.C: whitespace
3147:
3148: * tests/: 323.html, results/323.processed: test for code junction
3149: should not be returned by ^reflection:class, ^reflection:base
3150:
3151: * src/classes/reflection.C: bugfix: code junction should not be
3152: returned by ^reflection:class, ^reflection:base
3153:
3154: * tests/: 323.html, 352.html, results/352.processed: no more
3155: exception for ^reflection:method[class;no-such-method] (related
3156: to feature #1087)
3157:
3158: * src/classes/reflection.C:
3159: ^reflection:method[class;no-such-method] : exception -> void
3160: (related to feature #1087)
3161:
3162: * src/include/pa_request.h: request::write_value added to allow
3163: write value without convertion (related to issue #1091)
3164:
3165: 2016-09-19 moko
3166:
3167: * src/main/pa_random.C: windows build fix
3168:
3169: * src/types/pa_vhash.h: warning war
3170:
3171: 2016-09-14 moko
3172:
3173: * tests/: 352.html, 552.html, results/352.processed,
3174: results/552.processed: test for ^reflection:method[] extension
3175: added (related to feature #1087)
3176:
3177: * tests/: 552.html, results/552.processed: test for
3178: ^reflection:method[] extension added (related to feature #1087)
3179:
3180: * src/classes/reflection.C: compatibility issue fixed, VClass
3181: dynamic_cast check added (related to feature #1087)
3182:
3183: * tests/: 351.html, results/351.processed: test for @auto[]
3184: inheritance bug diring ^process[] added (related to bug #1088)
3185:
3186: * src/: classes/op.C, main/pa_request.C,
3187: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3188: disable it inheritance during ^process (fixes bug #1088)
3189:
3190: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3191: added (implements feature #1087)
3192:
3193: 2016-09-13 moko
3194:
3195: * tests/: 349.html, results/auto.p: test for objects prototyping
3196: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3197: to feature #1086)
3198:
3199: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3200: types/pa_vobject.C: objects now are not class instances, but have
3201: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3202: in @conf (implements feature #1086)
3203:
3204: 2016-09-08 moko
3205:
3206: * src/: classes/file.C, classes/mail.C, classes/string.C,
3207: classes/table.C, main/pa_http.C, main/pa_string.C,
3208: include/pa_string.h: cleanup: string::split limit argument
3209: removed as no longer required, pos_after no longer reference
3210: (related to feature #11)
3211:
3212: * src/classes/table.C, tests/results/348.processed: now exception
3213: is rised when invalid option is passed to ^table::create[]
3214:
3215: * tests/: 282.cfg, 282.html, results/282.processed: more code
3216: coverage tests
3217:
3218: * tests/: 348.html, results/348.processed: code coverage tests
3219: added
3220:
3221: * tests/: 348.html, results/348.processed: generic ^table::create[]
3222: tests
3223:
3224: * tests/: 035.html, results/035.processed, results/272.processed:
3225: tests updated after $.encloser[] support for ^table::create
3226: implementation (related to feature #11)
3227:
3228: * src/classes/table.C: $.encloser[] support for ^table::create
3229: finally added (implements feature #11)
3230:
3231: 2016-09-07 moko
3232:
3233: * src/include/pa_string.h: added StringSplitHelper as friend
3234: (related to feature #11)
3235:
3236: * src/include/pa_string.h: body and langs now protected, not
3237: private to allow inheritance (related to feature #11)
3238:
3239: * src/classes/table.C: lsplit optimized before cloning for
3240: ^table::create with $.encloser[] (related to feature #11)
3241:
3242: * src/classes/table.C: optimizaion: TableControlChars.separators
3243: added and used (related to feature #11)
3244:
3245: * src/classes/table.C: spelling:
3246:
3247: TableSeparators -> TableControlChars column -> separator
3248: separators -> control_chars
3249:
3250: 2016-09-06 moko
3251:
3252: * src/main/pa_string.C: whitespace
3253:
3254: * src/main/pa_string.C: whitespace
3255:
3256: 2016-09-01 moko
3257:
3258: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3259: results OS-independent
3260:
3261: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3262: compiler (related to feature #1042)
3263:
3264: 2016-08-15 moko
3265:
3266: * src/include/pa_string.h: whitespace
3267:
3268: * src/classes/table.C: whitespace
3269:
1.106 moko 3270: 2016-08-05 moko
3271:
3272: * tests/: 344.html, results/344.processed: test for
3273: ^hash::create[$file] added (related to feature #1075)
3274:
3275: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3276: supported (implements feature #1075)
3277:
3278: 2016-08-04 moko
3279:
3280: * tests/: 341.html, results/341.processed: more code coverage tests
3281:
3282: * tests/: 346-curl.html, results/346-curl.processed: more code
3283: coverage tests for curl
3284:
3285: * tests/: 346-curl.html, results/346-curl.processed: more code
3286: coverage tests for curl
3287:
3288: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3289: results/223.processed: code coverage tests: $.form[ $.table[] ]
3290: test added
3291:
3292: * tests/: 223-curl.html, results/223-curl.processed: more code
3293: coverage tests for curl
3294:
3295: 2016-08-03 moko
3296:
3297: * src/classes/curl.C: dlink(curl_library) now called not once, but
3298: until it will be loaded, allowing to find existing library.
3299:
3300: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3301: results/347-curl.processed: more code coverage tests for curl
3302:
3303: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3304: results/339-curl.processed, results/346-curl.processed: curl
3305: functionality tests
3306:
3307: 2016-08-02 moko
3308:
3309: * tests/: 339.html, results/339.processed: test for tables in
3310: ^file:load[] and ^curl:load[] (commented) added (related to
3311: feature #1042)
3312:
3313: * tests/: 345.html, results/345.processed: code coverage tests for
3314: file class
3315:
3316: * tests/: 344.html, results/344.processed: code coverage tests
3317:
3318: * tests/: 344.html, results/344.processed: mdate removed from
3319: output
3320:
3321: * src/classes/file.C: minor bugfix: is_text should be taked from
3322: fcontent.is_text_mode() if not set (related to feature #1061)
3323:
3324: * tests/: 344.html, results/344.processed: more tests
3325:
3326: * tests/: 343.html, 344.html, results/343.processed,
3327: results/344.processed: tests for ^file::create[ $.from-charset
3328: and $.to-charset ] (related to feature #1061)
3329:
3330: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3331: aset_text_mode argument optimized
3332:
3333: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3334: checkBOM now used in detect_binary_content (related to feature
3335: #1061)
3336:
3337: * src/main/pa_request.C: load_charset no longer required to_upper
3338:
3339: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3340: preserves original file mode (if no $.mode specified)
3341:
3342: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3343: ^file::create now supports $.from-charset[] and $.to-charset
3344: options (implements feature #1061), automatic transcode is done
3345: if text file is created from binary file and charset is detected.
3346:
3347: 2016-07-30 moko
3348:
3349: * src/classes/table.C: ^t.hash[..;] now supported (related to
3350: feature #1057)
3351:
3352: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3353: added (related to feature #1057)
3354:
3355: * tests/: 286.html, results/286.processed: code tests coverage
3356:
3357: 2016-07-29 moko
3358:
3359: * src/classes/table.C: table size should be checked inside menu and
3360: foreach (related to feature #858)
3361:
3362: * src/: classes/curl.C, classes/file.C, classes/string.C,
3363: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3364: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3365: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3366: charsets.get now does str_upper inside (related to feature #1061)
3367:
3368: * tests/: 342.html, results/342.processed: more code coverage tests
3369:
3370: * tests/: 342.html, outputs/342.processed: table menu code coverage
3371: + foreach test added (related to feature #858)
3372:
3373: * tests/: 341.html, results/341.processed: tests for
3374: ^table.hash[]{code} added + code coverage tests (related to
3375: feature #1057)
3376:
3377: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3378: value} support (implements feature #1057)
3379:
3380: * src/classes/table.C: whitespace
3381:
3382: 2016-07-28 moko
3383:
3384: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3385: from URL, if not specified query string removed from url-based
3386: filenames in ^curl:load[] and ^file::load[] (related to feature
3387: #1042)
3388:
3389: 2016-07-27 moko
3390:
3391: * tests/: 340.html, results/340.processed: test for
3392: transcode_text_result=false added (related to issue #1042)
3393:
3394: 2016-07-26 moko
3395:
3396: * src/types/pa_vfile.C: file name should not be empty (if file path
3397: is folder and ends with /) (related to feature #1042)
3398:
3399: * src/main/pa_http.C: whitespace optimizaion
3400:
3401: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3402: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3403: multiple headers, ^file::load supports headers transcoding
3404: (implements feature #1042)
3405:
3406: 2016-07-25 moko
3407:
3408: * src/include/pa_common.h: PA_DEFAULT added
3409:
3410: 2016-07-22 moko
3411:
3412: * tests/: 338.html, results/338.processed: test for
3413: $date.field(value) added (related to feature #1066)
3414:
3415: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3416: $date.field(value) now supported for y/m/d/h/m/s (implements
3417: feature #1066)
3418:
1.105 moko 3419: 2016-07-21 moko
3420:
3421: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3422: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3423: arguments removed; image.C - absolute path shown in exception
3424: (implements feature #1071)
3425:
3426: * tests/: 235.html, results/235.processed: test and test result
3427: updated after static boundary in mail and Errors-To: mail header
3428: removed (related to feature #1047)
3429:
3430: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3431: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3432: used, static boundary in mail removed, Errors-To: mail header
3433: removed (implements feature #1047)
3434:
3435: 2016-07-20 moko
3436:
3437: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3438: equest.classes(): Value -> VStateless_class, part 3 (related to
3439: issue #1051)
3440:
3441: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3442: request.classes(): Value -> VStateless_class, part 2 (related to
3443: issue #1051)
3444:
3445: * tests/results/: 224.processed, 323.processed: classes without
3446: methods should not be methoded (related to issue #1051)
3447:
3448: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3449: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3450: -> VStateless_class, part 1 (related to issue #1051)
3451:
3452: * tests/: 337.html, results/337.processed: test for
3453: ^reflection:fields_reference[] and VHashReference class added
3454: (related to feature #1072)
3455:
3456: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3457: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3458: and VHashReference added, allowing ^reflection:fields_reference[]
3459: implementation (closes feature #1072)
3460:
3461: 2016-07-19 moko
3462:
3463: * tests/: 323.html, results/323.processed: we want to see
3464: "methoded"
3465:
3466: * tests/: 336.html, results/336.processed: test for $BASE:property
3467: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3468: #1059)
3469:
3470: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3471: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3472: somebody_entered_some_class, $BASE:property works again,
3473: ^BASE:method[] bugs fixed (fixes bug #1059)
3474:
3475: 2016-07-14 moko
3476:
3477: * tests/: 335.html, results/335.processed: test for feature #1055
3478: added
3479:
3480: * src/classes/hash.C: bugfix: $._default was not copied if empty
3481: feature: ^hash.contains[_default] added (implements feature
3482: #1055)
3483:
3484: 2016-07-13 moko
3485:
3486: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3487: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3488:
3489: 2016-07-05 moko
3490:
3491: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3492: in ^hash.foreach (related to feature #1073)
3493:
3494: 2016-07-04 moko
3495:
3496: * tests/: 134.html, 281.html, results/134.processed,
3497: results/281.processed: tests updated after hash blocking removed
3498: (related to feature #1073)
3499:
3500: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3501: no longer blocks on change during foreach (implements feature
3502: #1073)
3503:
3504: 2016-06-17 moko
3505:
3506: * tests/: 330.html, results/330.processed: try exception source
3507: test added (related to bug in #1062)
3508:
3509: * tests/: 334.html, results/334.processed: Exception stack trace
3510: test added (related to bug in $1062)
3511:
3512: * src/classes/op.C: Exception trace now correctly restored and
3513: errors reported (related to bug #1062)
3514:
1.104 moko 3515: 2016-05-25 moko
3516:
3517: * src/main/compile.y: minor cleanup + beauty
3518:
3519: 2016-05-24 moko
3520:
3521: * tests/: 333.html, results/333.processed: more exceptions testing
3522:
3523: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3524: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3525: features #1056, #1026)
3526:
3527: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3528: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3529: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3530: (implements feature #1056)
3531:
3532: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3533: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3534: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3535: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3536: feature #1026)
3537:
3538: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3539: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3540: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3541: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3542: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3543: feature #1026)
3544:
3545: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3546: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3547: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3548: SYMBOLS_CACHING define implemented (related to feature #1026)
3549:
3550: * src/main/main.vcproj: + ps_symbols
3551:
3552: * src/: include/Makefile.am, include/pa_string.h,
3553: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3554: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3555: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3556: types/pa_vstateless_class.C: initial implementation for symbols
3557: cache (related to feature #1026)
3558:
3559: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3560:
3561: * src/main/pa_globals.C: minor cleanup
3562:
3563: 2016-05-19 moko
3564:
3565: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3566: (related to feature #1046)
3567:
3568: * tests/: 331.html, results/331.processed: test for
3569: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3570: (related to feature #1051)
3571:
3572: * src/main/compile.y:
3573: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3574: (implements feature #1054)
3575:
3576: 2016-05-18 moko
3577:
3578: * src/types/pa_vtable.C, tests/results/324.processed: no more
3579: "column not found" exception for ^table.no-such-method[] (related
3580: to feature #1046)
3581:
3582: * tests/: 261.html, results/261.processed: test added and updated
3583: after feature #1046 implementation
3584:
3585: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3586: types/pa_vvoid.h: $string.anything works for whitespace strings,
3587: ^string.contains added for hash compatibility, $string.method no
3588: longer returns stting method (implements feature #1046)
3589:
3590: 2016-05-12 moko
3591:
3592: * src/classes/curl.C: content-type response header no longer
3593: ignored (fixes issue #1045)
3594:
3595: * tests/: 330.html, results/330.processed: test for incomplete
3596: finally execution when break occures added (related to issue
3597: #1077)
3598:
3599: * src/classes/op.C: bugfix: Request::skip reset is called before
3600: executing catch and finally code (fixes issue #1062)
3601:
3602: 2016-05-11 moko
3603:
3604: * tests/: 329.html, results/329.processed: test for invalid
3605: ^break[] behavour added (bug #1077)
3606:
3607: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3608:
3609: 2016-04-24 moko
3610:
3611: * src/types/pa_vstateless_class.h: warning war
3612:
3613: 2016-04-17 moko
3614:
3615: * tests/: 328.html, results/328.processed: test for
3616: ^break(condition) and ^continue(condition) (related to feature
3617: #1063)
3618:
3619: * src/classes/op.C: ^break(condition) and ^continue(condition)
3620: implemented (feature #1063)
3621:
3622: 2016-04-12 moko
3623:
3624: * tests/results/280.processed: ordered hash now used for class
3625: methods and properties (test results updated for feature #1069)
3626:
3627: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3628: to xdoc.C as under FreeBSD it was inited after and inheritance
3629: failed (related to issue #1051)
3630:
3631: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3632: are printed to check inheritance (related to feature #1051)
3633:
1.103 moko 3634: 2016-04-09 moko
3635:
3636: * tests/results/320.processed: ordered hash now used for class
3637: methods and properties (test results updated for feature #1069)
3638:
3639: * src/types/pa_vstateless_class.h: ordered hash now used for class
3640: methods and properties (implements feature #1069)
3641:
3642: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3643: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3644: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3645: feature #1051)
3646:
3647: 2016-04-07 moko
3648:
3649: * src/main/execute.C: returned Value in .CLASS case for VJunction
3650: (related to feature #1051)
3651:
3652: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3653: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3654: string constants deduplication (related to feature #1051)
3655:
3656: * tests/results/224.processed: test result updated (related to
3657: feature #1051)
3658:
3659: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3660: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3661: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3662: types/pa_vstatus.h: classes hash now contains only
3663: VStateless_class derived objects, .CLASS is also allways
3664: VStateless_class derived object (related to feature #1051).
3665:
3666: 2016-04-06 moko
3667:
3668: * tests/results/323.processed: test result updated after feature
3669: #1051 implementation
3670:
3671: * src/: classes/classes.h, classes/op.C, classes/response.C,
3672: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3673: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3674: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3675: types/pa_vresponse.C, types/pa_vresponse.h,
3676: types/pa_vstateless_class.h: base -> methoded_donor for static
3677: classes, type() moved from VStateless_class to VClass and
3678: Methoded (implements feature #1051)
3679:
3680: 2016-04-04 moko
3681:
3682: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3683: beauty: put_class added (related to feature #1051)
3684:
3685: 2016-04-01 moko
3686:
3687: * tests/results/: 175.processed, 192.processed, 224.processed,
3688: 229.processed, 244.processed, 246.processed, 316.processed: test
3689: results updated as class.type() removed from error messages, only
3690: type() left (related to feature #1051)
3691:
3692: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3693: classes/op.C, classes/reflection.C, main/compile.y,
3694: main/compile_tools.h, main/execute.C, main/pa_request.C,
3695: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3696: types/pa_vmethod_frame.h, types/pa_vobject.h,
3697: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3698: from VStateless_class, type() is used instead (related to feature
3699: #1051)
3700:
3701: * src/classes/mail.C: old logic restored.
3702:
3703: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3704: classes/classes.h, classes/curl.C, classes/date.C,
3705: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3706: classes/hashfile.C, classes/image.C, classes/inet.C,
3707: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3708: classes/memcached.C, classes/memory.C, classes/reflection.C,
3709: classes/regex.C, classes/response.C, classes/string.C,
3710: classes/table.C, classes/xdoc.C, classes/xnode.C,
3711: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3712: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3713: feature #1051)
3714:
3715: 2016-03-30 moko
3716:
3717: * tests/: 327.html, results/224.processed, results/327.processed:
3718: test for TZ specification in ^date::create[], TZ is kept during
3719: ^date::create[$dt] (related to feature #1048)
3720:
3721: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3722: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3723: feature #1048)
3724:
3725: 2016-03-29 moko
3726:
3727: * tests/: 315.html, results/315.processed: test for timezone format
3728: +HHmm added (related to feature #1065)
3729:
3730: * src/classes/date.C: timezone format +HHmm now supported
3731: (implements feature #1065)
3732:
3733: 2016-03-28 moko
3734:
3735: * tests/: 202.html, results/131.processed, results/202.processed,
3736: results/224.processed, results/256.processed,
3737: results/315.processed: test results updated after %.2d now
3738: default for hours offset in iso-string (was %2d), test for
3739: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3740: added (related to feature #1065)
3741:
3742: 2016-03-27 moko
3743:
3744: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3745: feature #1065)
3746:
3747: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3748: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3749: added (implements feature #1065)
3750:
3751: 2016-03-24 moko
3752:
3753: * tests/: 202.html, results/202.processed: test $date.week added
3754: (related to bug #1067)
3755:
3756: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3757: date (fix for bug #1067)
3758:
3759: 2016-03-10 moko
3760:
3761: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3762:
1.102 moko 3763: 2015-12-07 moko
3764:
3765: * tests/: 326.html, results/326.processed: test for .CLASS &
3766: .CLASS_NAME optimization added (related to feature #844)
3767:
3768: 2015-11-17 moko
3769:
3770: * tests/: 323.html, results/323.processed: order added
3771:
3772: * tests/: 325.html, results/325.processed: double range test added
3773: (related to bug #1049)
3774:
3775: 2015-11-16 moko
3776:
3777: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3778: added to disallow NaN and Infinity (fixes bug #1049)
3779:
3780: 2015-11-11 moko
3781:
3782: * tests/324.html: parser 3.4.3 execution support added (related to
3783: feature #1017)
3784:
3785: * tests/: 324.html, results/324.processed: test for
3786: GET_ELEMENT4CALL feature added (feature #1017)
3787:
1.101 moko 3788: 2015-10-29 moko
3789:
3790: * operators.txt: updated for 3.4.4
3791:
3792: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3793:
3794: * src/main/pa_exec.C: get_exit_status implemented for Windows
3795: (related to bug #1043)
3796:
3797: 2015-10-28 moko
3798:
3799: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3800: hangup during ^file::exec (fixes bug #1043)
3801:
1.100 moko 3802: 2015-10-27 moko
3803:
3804: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3805:
1.99 moko 3806: 2015-10-26 moko
3807:
1.100 moko 3808: * tests/322.html, src/classes/reflection.C: arguments reorder
3809: (related to issue #1041)
3810:
3811: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3812: Copyright year updated
3813:
1.99 moko 3814: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3815: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3816: classes/form.C, classes/hash.C, classes/hashfile.C,
3817: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3818: classes/mail.C, classes/math.C, classes/memcached.C,
3819: classes/memory.C, classes/op.C, classes/reflection.C,
3820: classes/regex.C, classes/response.C, classes/string.C,
3821: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3822: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3823: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3824: include/pa_config_fixed.h, include/pa_config_includes.h,
3825: include/pa_dictionary.h, include/pa_dir.h,
3826: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3827: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3828: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3829: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3830: include/pa_request_charsets.h, include/pa_request_info.h,
3831: include/pa_sapi.h, include/pa_socks.h,
3832: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3833: include/pa_stack.h, include/pa_string.h,
3834: include/pa_stylesheet_connection.h,
3835: include/pa_stylesheet_manager.h, include/pa_table.h,
3836: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3837: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3838: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3839: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3840: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3841: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3842: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3843: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3844: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3845: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3846: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3847: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3848: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3849: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3850: main/pa_string.C, main/pa_stylesheet_connection.C,
3851: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3852: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3853: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3854: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3855: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3856: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3857: targets/isapi/parser3isapi.C, types/pa_junction.h,
3858: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3859: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3860: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3861: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3862: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3863: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3864: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3865: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3866: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3867: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3868: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3869: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3870: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3871: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3872: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3873: types/pa_vresponse.C, types/pa_vresponse.h,
3874: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3875: types/pa_vstateless_object.h, types/pa_vstatus.C,
3876: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3877: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3878: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3879: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3880: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3881:
3882: * src/targets/cgi/parser3.C: year updated
3883:
3884: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3885: issue #1041)
3886:
3887: * tests/: 323.html, results/323.processed: test for base classes
3888: added
3889:
3890: * tests/: 261.html, results/261.processed: updated after better
3891: error reporting done for $string.key exception
3892:
3893: * src/types/pa_vstring.h: better error report for $string.key
3894: exception
3895:
3896: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3897: copied as VObject::get_element4call to remove extra virtual call
3898:
3899: * tests/: 322.html, results/322.processed: test for
3900: ^reflection:is[] added (related to feature #1041)
3901:
3902: * src/classes/reflection.C: ^reflection:is empty value is void
3903: (related to feature #1041)
3904:
3905: * src/classes/reflection.C:
3906: ^reflection:is[class_name|code|method;[context;]element_name]
3907: added (implements feature #1041)
3908:
3909: 2015-10-24 moko
3910:
3911: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3912:
1.98 moko 3913: 2015-10-22 moko
3914:
3915: * tests/: 321.html, results/321.processed: test for
3916: ^reflection:method_info[] file detection added
3917:
3918: * tests/: 320.html, results/320.processed: test for
3919: ^reflection:class_by_name[class_name] added (related to feature
3920: #993)
3921:
3922: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3923: added (implements feature #993)
3924:
3925: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3926: (related to feature #1017)
3927:
3928: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3929: added (related to issue #1039)
3930:
3931: * src/main/pa_request.C: ^throw origin fixed (related to feature
3932: #1039)
3933:
3934: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3935: for VDate
3936:
3937: * tests/results/182.processed: updated after feature #1038
3938: implemented
3939:
3940: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3941: compile-time exception origin added (test for feature #1039)
3942:
3943: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3944: main/pa_request.C: exception unification: compile-time exceptions
3945: now have origin, @USE origins also tracked (implements feature
3946: #1039)
3947:
3948: 2015-10-20 moko
3949:
3950: * src/main/pa_request.C: cleanup
3951:
3952: 2015-10-15 moko
3953:
3954: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3955:
3956: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3957: types/pa_vtable.C: new feature: no more $table.method and
3958: $hash.method, aliases for _at, _count, _key (related to feature
3959: #1017)
3960:
1.97 moko 3961: 2015-10-14 moko
3962:
1.98 moko 3963: * tests/: 317.html, results/317.processed: test for
3964: ^string.unescape[] added (related to feature #120)
3965:
1.97 moko 3966: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3967: defined" bug (described in issue #1036)
3968:
3969: * tests/: 247.html, results/247.processed: test for checkBOM added
3970: (test for bug #1037)
3971:
3972: * src/: include/pa_charsets.h, main/pa_charsets.C,
3973: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3974: it's not enforced, skips BOM signature if it complies charset
3975: (fixes bug #1037)
3976:
3977: 2015-10-13 moko
3978:
3979: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3980: linking
3981:
3982: * src/classes/inet.C: vs2003 compilation fix
3983:
3984: * src/classes/math.C: warning war
3985:
3986: * src/lib/punycode/pa_punycode.c: warning war
3987:
3988: 2015-10-12 moko
3989:
3990: * src/lib/punycode/pa_punycode.c: warning war
3991:
3992: * parser3.sln: moved parser3 first, to make it default startup
3993: project
3994:
3995: * buildall: parser "mirror" now used for external libs sources
3996: (implements feature #1036)
3997:
3998: * buildall: most external libs are updated to their current
3999: versions (related to feature #1036)
4000:
4001: * src/classes/image.C: more tags added
4002:
4003: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4004:
4005: 2015-10-11 moko
4006:
4007: * src/classes/curl.C: minor optimization (related to feature #1035)
4008:
4009: 2015-10-09 moko
4010:
4011: * src/classes/curl.C: pa_strdup added for strings from curl
4012: (related to feature #1035)
4013:
4014: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4015: ULLONG_MAX definition
4016:
4017: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4018: (implements feature #1035)
4019:
4020: * src/main/pa_charset.C: String::Body(String::C) used
4021:
4022: * src/main/pa_charset.C: exceptions unified
4023:
4024: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4025: unified
4026:
4027: * src/: classes/file.C, classes/image.C, classes/mail.C,
4028: classes/op.C, classes/xdoc.C, classes/xnode.C,
4029: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4030: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4031: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4032: String::Body(String::C) constructor added (related to bug #957)
4033:
4034: * src/classes/file.C: minor optimization
4035:
4036: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4037: Cord(char*) autocreation (related to bug #957)
4038:
4039: * src/: classes/string.C, main/untaint.C: minor optimizations
4040:
4041: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4042: String(char*, Lang, length) removed, String(C(), Lang) used
4043: instead (related to bug #957)
4044:
4045: 2015-10-08 moko
4046:
4047: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4048: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4049: main/untaint.C: Now char * is converted to CORD only using
4050: AS_CORD() to check for empty cord bug (fixes bug #957)
4051:
4052: * src/include/pa_hash.h: fixed compilation without
4053: HASH_CODE_CACHING
4054:
4055: * src/classes/string.C:
4056: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4057: feature #120)
4058:
4059: * src/main/pa_common.C: reduce js flags checks count (related to
4060: feature #120)
4061:
1.96 moko 4062: 2015-10-07 moko
4063:
4064: * tests/: 275.html, results/275.processed: test modified after
4065: unsigned long long int support implemented (feature #1034)
4066:
4067: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4068: pa_atoul added for unsigned long long int support
4069:
4070: 2015-10-06 moko
4071:
4072: * src/types/pa_vdate.C: INT_MAX used
4073:
4074: 2015-10-03 moko
4075:
4076: * tests/: 302.html, results/302.processed: test for bug #1023
4077: (\u2028, \u2029 escaping) added
4078:
4079: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4080: json:string[] (fixes bug #1023)
4081:
4082: 2015-09-29 moko
4083:
4084: * tests/305.html: try-catch added for OS without ipv6 support
4085:
4086: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4087: compilation
4088:
4089: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4090: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4091: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4092: implemented to distinguish ^hash.method from $hash.field
4093: (implements feature #1017)
4094:
4095: * src/lib/punycode/pa_punycode.c: warning war
4096:
4097: * src/include/pa_config_includes.h: warning war
4098:
4099: * src/include/pa_config_includes.h: pragma warning actualized a bit
4100:
4101: * src/include/pa_config_includes.h: warning war
4102:
4103: * src/include/pa_hash.h: clang compilation fix
4104:
4105: 2015-09-27 moko
4106:
4107: * src/main/compile.tab.C: Bison 3 is now default
4108:
4109: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4110:
4111: 2015-09-25 moko
4112:
4113: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4114: works with undefined HASH_ORDER (related to feature #196)
4115:
4116: 2015-09-24 moko
4117:
4118: * tests/: 027.html, results/027.processed: test modified to test
4119: ^hash.sort (feature #196)
4120:
4121: * src/: classes/hash.C, include/pa_hash.h:
4122: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4123: added (implements feature #196)
4124:
4125: * tests/: 316.html, results/316.processed: Added test for bug #1025
4126: (exception handling in non-cached ^cache), plus for "it does not
4127: have logical value" and "$exception.handled value must be either
4128: boolean or string 'cache'" exceptions.
4129:
4130: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4131: code (fixes bug #1025)
4132:
1.95 moko 4133: 2015-09-23 moko
4134:
4135: * src/classes/table.C: warning war
4136:
4137: * src/: classes/math.C, types/pa_vcookie.C: warning war
4138:
4139: * src/classes/file.C: warning war
4140:
4141: * src/: include/pa_table.h, main/pa_table.C: warning war
4142:
4143: * src/: main/pa_request.C, classes/date.C: warning war
4144:
4145: * src/: types/pa_vdate.C, classes/op.C: warning war
4146:
4147: * tests/: 122.html, results/122.processed: win sync: to remove
4148: differences with OS that doesn't keep timezone change history
4149:
4150: * src/types/pa_vdate.C: tzset() should be called in Windows after
4151: TZ change (related to feature #36)
4152:
4153: * tests/: 075.html, results/075.processed: win sync: to remove
4154: differences with OS that doesn't keep timezone change history
4155:
4156: * tests/: 315.html, results/315.processed: win sync: to remove
4157: differences with OS that doesn't keep timezone change history
4158:
4159: * tests/: 256.html, results/256.processed: win sync: to remove
4160: differences with OS that doesn't keep timezone change history
4161:
4162: * tests/: 124.html, results/124.processed: win results sync: to
4163: avoid hitting time change hole.
4164:
4165: * src/types/pa_vdate.C: static returned. :)
4166:
4167: 2015-09-22 moko
4168:
4169: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4170:
4171: * tests/results/131.processed: more tests for feature #1032
4172:
4173: * src/classes/date.C: minor fix related to feature #1032
4174:
4175: * operators.txt: ISO date creation documented (related to feature
4176: #1032)
4177:
4178: * operators.txt: iso-string documented (related to feature #1032)
4179:
4180: * tests/: 315.html, results/315.processed: more tests added
4181: (related to feature #1032)
4182:
4183: * tests/: 131.html, results/131.processed: date range checks
4184: updated (related to feature #36)
4185:
4186: * tests/: 315.html, results/057.processed, results/315.processed:
4187: test added for ISO date support (related to issue #315)
4188:
4189: * src/classes/date.C: more readable exceptions in date creation
4190: (related to ticket #1032)
4191:
4192: 2015-09-18 moko
4193:
4194: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4195: added (related to issue #1032)
4196:
4197: * tests/results/256.processed, src/classes/json.C: iso-string
4198: documented (related to issue #1032)
4199:
4200: * tests/: 256.html, results/256.processed: ISO date check added
4201: (related to issue #1032)
4202:
4203: * tests/: 057.html, results/057.processed, results/224.processed:
4204: tests results updated after ISO date support implemented (related
4205: to feature #1032)
4206:
4207: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4208: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4209: ^date::create[string] constructor formalized, ^date.iso-string[]
4210: added (implements feature #1032)
4211:
4212: 2015-09-05 moko
4213:
4214: * operators.txt: actualized
4215:
4216: * operators.txt: date changes documented (related to ticket #36)
4217:
4218: 2015-09-04 moko
4219:
4220: * src/types/pa_vdate.C: warning war
4221:
4222: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4223:
4224: 2015-09-03 moko
4225:
4226: * tests/results/096.processed: test result updated for 0..9999 year
4227: date range support (related to feature #36)
4228:
4229: * tests/: 314.html, results/314.processed: test for
4230: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4231: bug #1031)
4232:
4233: * src/classes/string.C: Static calls fixed for ^string:base64[],
4234: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4235:
1.116 moko 4236: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4237: configure.in -> configure.ac
1.95 moko 4238:
1.116 moko 4239: * configure, configure.in, src/include/pa_config_auto.h.in: more
4240: correct timezone check for FreeBSD Warning war: configure.in ->
4241: configure.ac
1.95 moko 4242:
4243: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4244: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4245: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4246: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4247: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4248: src/main/Makefile.am, src/targets/apache/Makefile.am,
4249: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4250: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4251: check added
4252:
4253: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4254:
4255: * tests/results/: 124.processed, 224.processed: test resuls updated
4256: for new date implementation (related to feature #36)
4257:
4258: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4259: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4260: types/pa_vdate.h: new double date implementation with internal
4261: support for extended 0..9999 year range, default timezone support
4262: (related to feature #36)
4263:
4264: 2015-08-28 moko
4265:
4266: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4267: (fixes bug #1030)
4268:
4269: 2015-08-21 moko
4270:
4271: * src/classes/inet.C: snprintf size "bug" commented
4272:
4273: * src/main/pa_common.C: snprintf comments updated
4274:
4275: 2015-08-16 moko
4276:
4277: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4278:
4279: 2015-08-11 moko
4280:
4281: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4282: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4283: can be null (fixes bug #1029)
4284:
4285: 2015-08-06 moko
4286:
1.116 moko 4287: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4288: pa_vdate.C added
1.95 moko 4289:
4290: 2015-08-05 moko
4291:
4292: * tests/: 313.html, results/313.processed: test for
4293: ^table.count[columns] and ^table.flip[] with nameless tables
4294: (feature #1003)
4295:
4296: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4297: max_cell added, now ^table.count[columns] and ^table.flip[] works
4298: correctly for nameless tables (implements feature #1003)
4299:
4300: 2015-08-03 moko
4301:
4302: * tests/312.html: test for ^table.append[$hash] and
4303: ^table.insert[$hash] added (related to feature #1028)
4304:
4305: * src/classes/table.C: ^table.append[$hash] and
4306: ^table.insert[$hash] now supported (implements feature #1028)
4307:
4308: * tests/: 312.html, results/312.processed: test row copy in
4309: ^table.hash[; $.type[table] ] added (related to feature #1016)
4310:
4311: * src/classes/table.C: row copy now created in ^table.hash[;
4312: $.type[table] ] (related to feature #1016)
4313:
4314: 2015-07-29 moko
4315:
4316: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4317: added (related to feature #1016)
4318:
4319: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4320: ^table.delete[] added to delete current row (related to feature
4321: 1016)
4322:
4323: 2015-07-28 moko
4324:
4325: * tests/: 312.html, results/312.processed: test for
4326: $table.column[value] and ^table.insert{row} (related to feature
4327: #1016)
4328:
4329: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4330: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4331: ^table.insert{row} are now implemented (feature #1016)
4332:
4333: * src/include/pa_array.h: Optimization: bool reverse removed from
4334: append(), insert() added, memmove arguments order in remove()
4335: fixed (related to feature #1016)
4336:
4337: 2015-07-23 moko
4338:
4339: * src/classes/json.C: tainted json and empty json exception added
4340: (implements feature #1015)
4341:
4342: * tests/: 311.html, results/311.processed: empty json and tainted
4343: json exception test added (related to issue #1015)
4344:
4345: 2015-07-22 moko
4346:
4347: * tests/: 311.html, results/311.processed: test for UTF-8
4348: processing added
4349:
4350: * tests/: 311.html, results/311.processed: test for
4351: json_exception_with_source added (related to issue #394)
4352:
4353: * src/classes/json.C: json_exception_with_source added (implements
4354: feature #394)
4355:
4356: 2015-06-29 moko
4357:
4358: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4359: directories are now correctly determined if _d_type == DT_UNKNOWN
4360: (closes bug #1027)
4361:
4362: 2015-06-10 moko
4363:
4364: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4365: error if libxml has LIBXML_ICU_ENABLED.
4366:
4367: 2015-06-04 moko
4368:
4369: * tests/099.html: ups, reverting
4370:
4371: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4372: results/310.processed: tests for $response:body[ $.file[] ] and
4373: $response:last-modified added
4374:
4375: * src/main/pa_request.C: last-modified check fixed
4376:
4377: 2015-06-03 moko
4378:
4379: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4380: results/205.processed, results/293.processed: $response:headers
4381: logging added (tests for feature #1007)
4382:
4383: * src/: include/pa_common.h, include/pa_request.h,
4384: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4385: $response:headers are now in uppercase (closes feature #1007)
4386:
4387: 2015-06-02 moko
4388:
4389: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4390: build errors reverted for clang compatibility
4391:
4392: 2015-06-01 moko
4393:
4394: * src/include/pa_memory.h: -pedantic build errors fixed
4395:
4396: * src/classes/math.C: -pedantic build error fixed
4397:
4398: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4399:
4400: 2015-05-31 moko
4401:
4402: * src/classes/table.C: USE_STRINGSTREAM optimized
4403:
4404: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4405: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4406: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4407: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4408: types/pa_vxnode.h: warning war (-pedantic flag)
4409:
4410: 2015-05-28 moko
4411:
4412: * tests/: 308.html, results/308.processed: test for
4413: ^table::create[$t;], etc work added (related to bug #975)
4414:
4415: * src/classes/table.C: check_option_param removed,
4416: ^table::create[$t;], etc now works (fixes bug #975)
4417:
4418: 2015-05-27 moko
4419:
4420: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4421: (Debian jessie) fixed (closes issue #1024)
4422:
4423: * tests/Makefile: sort added as in Debian jessie list become
4424: unsorted
4425:
4426: 2015-05-18 moko
4427:
4428: * tests/: 201.html, results/201.processed: test for
4429: ^string.trim[what] feature #1022
4430:
4431: * src/classes/string.C: ^string.trim[what] now supported,
4432: implements feature #1022
4433:
4434: 2015-05-17 moko
4435:
4436: * tests/results/185.processed: test result updated as feature #1021
4437: implemented (left/right accept negative parameter)
4438:
4439: * src/classes/string.C: left/right now accept negative parameter
4440: (implements feature #1021)
4441:
4442: 2015-05-08 moko
4443:
4444: * src/classes/math.C: isalnum -> pa_isalnum
4445:
4446: * src/main/execute.C: optimization in getter-junction processing
4447: (related to issue #997)
4448:
4449: 2015-05-07 moko
4450:
4451: * tests/: 307.html, results/307.processed: test for issue #997
4452: added
4453:
4454: * src/main/execute.C: process_getter result now checked if junction
4455: returned (closes issue #997)
4456:
4457: * tests/: 305.html, results/305.processed: sort added to ignore
4458: different order
4459:
4460: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4461: assignment (closes issue #994)
4462:
4463: * tests/: 306.html, results/306.processed: test for issue #994
4464: added
4465:
4466: * tests/: 303.html, results/303.processed: two more errors tested
4467:
4468: 2015-05-06 moko
4469:
4470: * tests/: 305.html, results/305.processed: test for name2ip &
4471: ip2name added (related to feature #992)
4472:
4473: * tests/: 303.html, 304.html, results/303.processed,
4474: results/304.processed: tests for idna conversion added (related
4475: to issue #849)
4476:
4477: 2015-05-02 moko
4478:
4479: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4480: implemented
4481:
4482: 2015-04-30 moko
4483:
4484: * src/main/pa_http.C: idna_host added, related to issue #849
4485:
4486: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4487: (related to issue #849)
4488:
4489: 2015-04-24 moko
4490:
4491: * src/types/pa_vjunction.C: warning war
4492:
4493: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4494: unification
4495:
4496: * src/lib/punycode/pa_idna.c: warning war
4497:
4498: 2015-04-22 moko
4499:
4500: * src/main/main.vcproj: punycode include path added
4501:
4502: * src/lib/punycode/pa_idna.c: windows compile error fixed
4503:
4504: * src/lib/punycode/pa_idna.c: warning war
4505:
4506: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4507: project file added
4508:
4509: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4510:
4511: * src/include/pa_memory.h: warning war
4512:
4513: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4514: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4515: implemented (related to feature #849)
4516:
4517: * configure.in, src/main/Makefile.am,
4518: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4519: libpunycode added in Unix
4520:
4521: 2015-04-21 moko
4522:
4523: * configure.in: large files support
4524:
4525: 2015-04-15 moko
4526:
4527: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4528: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4529: pa_punycode.h: initial version for punycode/idna support library
4530: (ticket #849)
4531:
4532: 2015-04-08 moko
4533:
4534: * src/: classes/curl.C, classes/date.C, classes/file.C,
4535: classes/image.C, classes/mail.C, classes/reflection.C,
4536: classes/string.C, classes/xnode.C, include/pa_request.h,
4537: include/pa_string.h, include/pa_stylesheet_connection.h,
4538: main/compile.y, main/compile_tools.h, main/execute.C,
4539: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4540: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4541: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4542: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4543: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4544: clang compiler warnings (closes issue #1018)
4545:
4546: * src/include/pa_string.h: String::Body comparation operators with
4547: char * added (related to issue #958)
4548:
4549: 2015-04-07 moko
4550:
4551: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4552: pa_malloc/pa_free to remove system malloc/free usage (related to
4553: issue #1018)
4554:
4555: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4556: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4557: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4558: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4559: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4560: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4561: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4562: malloc/strdup/free replaced with pa_ version and checks for
4563: accidental use of non-pa_ version added (related to issue #1018)
4564:
4565: 2015-04-03 moko
4566:
4567: * buildall: pcre-8.33 -> pcre-8.36
4568:
4569: * src/: main/compile.y, classes/form.C, classes/mail.C,
4570: classes/op.C, classes/string.C, main/compile.tab.C,
4571: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4572: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4573: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4574: ticket #958)
4575:
4576: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4577: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4578: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4579: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4580: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4581: $request:headers, $request:method added (implements feature
4582: #1007)
4583:
4584: 2015-03-17 misha
4585:
4586: * tests/302.html: - test for
4587: ^json:string[...;$._default[method-name]]
4588:
4589: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4590: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4591: option $._default[method-name] is specified in ^json:string[], a
4592: method with specified name will be called for classes/objects
4593: serialization ( new feature: #982 )
4594:
4595: 2015-03-16 misha
4596:
4597: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4598: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4599: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4600: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4601: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4602: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4603: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4604: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4605: types/pa_vrequest.h, types/pa_vstateless_class.C,
4606: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4607: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4608: $var.CLASS_NAME now have special opcodes. This can be switched
4609: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4610: on pa_opcode.h ( new feature: #844 )
4611:
4612: 2015-03-15 misha
4613:
4614: * tests/075.html: - test for $response:header[]
4615:
4616: * src/types/pa_vresponse.C: - $response:header[] deletes header
4617: that was set earlie ( new feature: #1001 )
4618:
4619: 2015-03-12 misha
4620:
4621: * tests/246.html: - more tests for ^hash._at[]
4622:
4623: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4624: accepts second param [key|value|hash] ( new feature: #1012 )
4625:
4626: 2015-03-09 moko
4627:
4628: * src/types/pa_vmail.C: exception for everything but
4629: $mail:received, closes issue #1011
4630:
4631: 2015-02-20 moko
4632:
4633: * tests/: 275.html, results/275.processed: hex detection in
4634: pa_atoui fix test (closes issue #1010)
4635:
4636: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4637: issue #1010)
4638:
4639: 2015-02-17 moko
4640:
4641: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4642: tainted.
4643:
4644: 2015-02-03 misha
4645:
4646: * tests/301.html: - test for ^json:string($double) causes
4647: exception. bugfix: #1008
4648:
4649: * src/classes/json.C: - ^json:string($double) causes exception.
4650: bugfix: #1008
4651:
4652: * tests/014.html: - updated for work with ^hash.delete[]
4653:
4654: 2015-01-12 misha
4655:
4656: * src/: classes/form.C, include/pa_common.h,
4657: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4658: types/pa_vform.h: - supports body with PUT method as well ( new
4659: feature: #1006 )
4660:
4661: * src/classes/file.C: - warnings war
4662:
4663: 2015-01-11 misha
4664:
4665: * tests/300.html: - test for ^hash.delete[] is added
4666:
4667: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4668: feature: #989 ) - tiny optimization in intersects
4669:
4670: 2015-01-06 moko
4671:
4672: * src/types/pa_vmail.C: file names transcode added, to and cc added
4673: with transcode, attachments detection fixed
4674:
4675: * src/main/pa_request.C: filling mail received after cgi/auto.p
4676: load to allow charset switch (related to issue #996)
4677:
4678: 2014-12-31 moko
4679:
4680: * src/types/pa_vmail.C: from and subject now transcoded if not
4681: UTF-8 source charset (fixes issue 996)
4682:
4683: * src/main/pa_exception.C: fixed string from stack bug (closes
4684: issue #1000)
4685:
4686: 2014-12-11 misha
4687:
4688: * src/types/pa_vhashfile.C: - check if key is not empty before
4689: access ( bug fix: #1005 )
4690:
4691: 2014-11-13 misha
4692:
4693: * src/main/compile.y: - PC.append does not reset to false while
4694: creating a new class. bugfix: #990
4695:
4696: * tests/299.html: - test for creation class after working with
4697: partial class (create+append)
4698:
4699: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4700: #995
4701:
4702: * tests/232.html: - test for @get[def] added
4703:
4704: 2014-10-12 moko
4705:
4706: * src/lib/pcre/pcre_internal.vcproj: correct path
4707:
4708: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4709: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4710: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4711: targets/apache/ApacheModuleParser3.vcproj,
4712: targets/apache/ApacheModuleParser3Core.vcproj,
4713: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4714: types/types.vcproj: project GUID inserted in *.vcproj for correct
4715: conversion in newer VS versions
4716:
4717: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4718: pcre_internal.vcproj added
4719:
4720: 2014-08-28 moko
4721:
4722: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4723: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4724: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4725:
4726: 2014-06-30 misha
4727:
4728: * tests/298.html: - tests for ^reflection:def[class;className]
4729: added
4730:
4731: * src/classes/reflection.C: - ^reflection:def[class;className]
4732: added ( new feature: #918 )
4733:
4734: 2014-06-29 misha
4735:
4736: * src/classes/table.C: - ^table::create[unsupported data] -
4737: exception comment changed to "body must be table or code" ( bug
4738: fix: #951 )
4739:
4740: * tests/: 261.html, results/261.processed: - tests for
4741: ^json:string[...;$.void[null|string]] added
4742:
4743: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4744: option $.void[string|null] added to ^json:string[...] ( new
4745: feature: #952 )
4746:
4747: 2014-06-28 moko
4748:
4749: * src/classes/curl.C: $.charset now processed before other curl
4750: options (closes issue #980)
4751:
4752: 2014-05-23 misha
4753:
4754: * src/classes/json.C: - bug fix: #987
4755:
4756: 2014-05-04 misha
4757:
4758: * tests/: 253.html, 253_json.txt: - test for
4759: ^json:parse[$.int(false)] is added
4760:
4761: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4762: default true). The option is similar to $.double(bool) but for
4763: integers.
4764:
4765: 2014-05-01 moko
4766:
4767: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4768: #12 )
4769:
4770: 2014-04-16 moko
4771:
4772: * src/main/pa_http.C: response-charset option should finally work
4773: now (fix for issue #867)
4774:
4775: * src/main/pa_http.C: response-charset option should work now (fix
4776: for issue #867)
4777:
4778: 2014-03-07 moko
4779:
4780: * buildall: libgc moved
4781:
4782: * buildall: libgc moved
4783:
4784: 2013-12-29 moko
4785:
4786: * src/classes/string.C: ^string:js-unescape result now tainted,
4787: closes issue #966
4788:
4789: * tests/: 186.html, results/186.processed: ^string:js-unescape
4790: result now tainted, issue #966
4791:
4792: 2013-12-03 moko
4793:
4794: * src/: classes/memcached.C, types/pa_vmemcached.C,
4795: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4796: option was added for http://www.parser.ru/forum/?id=79343
4797:
4798: * src/classes/file.C: bugfix for
4799: http://www.parser.ru/forum/?id=79337
4800:
4801: 2013-11-05 moko
4802:
4803: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4804:
4805: * src/main/pa_globals.C: spelling fixed
4806:
4807: 2013-10-29 moko
4808:
4809: * src/lib/json/json.vcproj: json.c -> pa_json.C
4810:
4811: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4812: #892
4813:
4814: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4815: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4816: exceptions to be thrown thougth json library), related to issue
4817: #892
4818:
4819: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4820: related to issue #896
4821:
4822: 2013-10-24 moko
4823:
4824: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4825:
4826: 2013-10-23 moko
4827:
4828: * README: actualization
4829:
4830: 2013-10-22 moko
4831:
4832: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4833: compatibility patch from Sergey Kirpichev
4834:
4835: * tests/: 297.html, results/297.processed: non-working getter fix
4836: test for issue #948
4837:
4838: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4839: called when saving value of $match variable in ^string.match[] to
4840: increase compatibility (related to issue #948).
4841:
4842: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4843: usage optimization
4844:
4845: 2013-10-21 moko
4846:
4847: * tests/: 182.html, results/182.processed: local path removed for
4848: compatibility
4849:
4850: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4851: results/244.processed, results/253.processed,
4852: results/254.processed, results/275.processed,
4853: results/281.processed: try_catch -> try-catch
4854:
4855: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4856: results/294.processed, results/296.processed: try_catch ->
4857: try-catch
4858:
4859: 2013-10-20 moko
4860:
4861: * tests/: 296.html, results/296.processed: test for xsl exception
4862: for issue #938 added.
4863:
4864: * src/: include/pa_xml_exception.h,
4865: main/pa_stylesheet_connection.C: forgotten to be replaced
4866: XmlException is now replaced (once again closes issue #938)
4867:
4868: 2013-10-18 moko
4869:
4870: * buildall: disable clock_gettime detection to avoid librt linking
4871: (which in turn depends on libpthread), related to issue #943
4872:
4873: 2013-10-18 misha
4874:
4875: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4876: lib/smtp/smtp.vcproj, main/main.vcproj,
4877: targets/apache/ApacheModuleParser3Core.vcproj,
4878: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4879: types/types.vcproj: - new locations for libxml2 includes where
4880: added to vcproj files
4881:
4882: 2013-10-18 moko
4883:
4884: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4885: fix
4886:
4887: * tests/: 295.html, results/295.processed: test for issue #948
4888: updated
4889:
4890: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4891: :)
4892:
4893: * tests/: 295.html, results/295.processed: test for issue #948
4894: added
4895:
4896: * src/: classes/hash.C, classes/string.C, classes/table.C,
4897: include/pa_request.h, types/pa_method.h: for getters and setters
4898: to be executed request.put_element should be called, not
4899: context.put_element (fixes issue #948)
4900:
4901: 2013-10-17 moko
4902:
4903: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4904: LIBXML2_NEW_BUFFER check (closes issue #943)
4905:
4906: * buildall: libxml 2.9.1 build is broken --without-reader.
4907:
4908: 2013-10-16 moko
4909:
4910: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4911:
4912: * tests/: 294.html, results/294.processed: test for issue #938
4913:
4914: * src/: classes/xdoc.C, classes/xnode.C,
4915: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4916: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4917:
4918: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4919: libxslt-1.1.26 -> libxslt-1.1.28
4920:
4921: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4922: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4923: to '?', related to issue #938
4924:
4925: 2013-10-15 moko
4926:
4927: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4928: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4929: minor optimizations (closes issue #896)
4930:
4931: * tests/results/: 292.processed, 293.processed: results updated to
4932: comply with issue #896
4933:
4934: * tests/: 292.html, 293.html, results/292.processed,
4935: results/293.processed: tests for json escaping
4936:
4937: 2013-10-14 moko
4938:
4939: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4940: and cleanup, code moved from .h to .C, no changes in code
4941:
4942: 2013-10-12 moko
4943:
4944: * tests/results/119.processed: updated test result commited
4945:
4946: * tests/: 291.html, results/291.processed: test for issue #894
4947: added
4948:
4949: * src/types/pa_wcontext.h: base methods call support function
4950: get_somebody_entered_some_class should not be true forever, as
4951: wcontext can have many get_elements calls (fixes issue #894)
4952:
4953: 2013-10-11 moko
4954:
4955: * tests/: 290.html, results/290.processed: test for junction GPF
4956: issue #942 added
4957:
4958: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4959: to native method fixed (closes issue #942)
4960:
4961: * tests/: 158.html, results/158.processed: test for csv-string[]
4962: added
4963:
4964: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4965: feature #907)
4966:
4967: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4968: feature #907)
4969:
4970: 2013-10-09 moko
4971:
4972: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4973: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4974: types/pa_vstateless_class.C: GET_default, SET_default now works
4975: properly not only in objects, but in classes as well (closes
4976: issue #903)
4977:
4978: * tests/: 289.html, results/289.processed: GET/SET_default now
4979: works in classes, not only objects, test case added, related to
4980: issue #903
4981:
4982: * tests/: 288.html, results/288.processed: test for endless
4983: recursion bug added (related to issue #903)
4984:
4985: 2013-10-05 moko
4986:
4987: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4988: classes/table.C, main/execute.C, types/pa_method.h,
4989: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4990: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4991: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4992: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4993: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4994: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4995: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4996: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4997: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4998: optimization: put_element no longer has "bool areplace" argument,
4999: related to issue #903
5000:
5001: 2013-10-03 moko
5002:
5003: * tests/results/182.processed: result for $.replace(false) test
5004: commited
5005:
5006: * src/classes/date.C: ^date::create(number) processed correctly
5007: (fixes issue #901)
5008:
5009: * src/classes/image.C: as_no_junction removed, as param can be
5010: expression (closes issue #931)
5011:
5012: * tests/233.html: test for issue #931 added
5013:
5014: 2013-10-02 moko
5015:
5016: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5017: modified, test for $.replace(false) added
5018:
5019: * src/main/compile_tools.h: forgotten class replace returned. :)
5020:
5021: 2013-09-30 moko
5022:
5023: * tests/: 141.html, results/141.processed: md5 tainting test added
5024:
5025: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5026: main/compile_tools.h, main/pa_request.C: allow_class_replace
5027: implemented; $.replace option added to ^process and ^use
5028:
5029: 2013-08-27 moko
5030:
5031: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5032: cstr_to_string_body_untaint should be called with charsets for
5033: possible uri language and connection for possible sql language.
5034: related to issue #857
5035:
5036: * buildall: and -> or fixed
5037:
5038: 2013-08-26 moko
5039:
5040: * buildall: prepare_ functions logic changed to support
5041: gc-7.2d.tar.gz extracting to gc-7.2 directory
5042:
5043: 2013-08-23 moko
5044:
5045: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5046: statically
5047:
5048: 2013-08-22 moko
5049:
5050: * src/classes/string.C: String::Empty used (related to issue #912)
5051: append_know_length removed (related to old GPF bug)
5052:
5053: 2013-08-21 moko
5054:
5055: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5056:
5057: * src/classes/math.C: ^math:digest[...;$file] support added
5058: (related to ticket #857
5059:
5060: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5061: implemented
5062:
5063: * src/types/pa_vhashfile.h: warning war
5064:
5065: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5066: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5067: anti_endless_json_string_recoursion removed from request;
5068: json_string_recoursion added to json_options; $.indent[indent
5069: value] now supported and passed within recoursion closes feature
5070: #937
5071:
5072: * tests/: 287.html, results/287.processed: test for feature #937
5073:
5074: 2013-07-31 moko
5075:
5076: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5077: compilation having #define _S
5078:
5079: * src/main/pa_globals.C: cleanup
5080:
5081: 2013-07-30 moko
5082:
5083: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5084: main/pa_common.C: vs2003 warning war
5085:
5086: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5087:
5088: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5089:
5090: * src/lib/md5/pa_sha2.c: warning war
5091:
5092: 2013-07-29 moko
5093:
5094: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5095: patches from github
5096:
5097: * src/: classes/bool.C, classes/double.C, classes/int.C,
5098: classes/memcached.C, include/pa_config_includes.h,
5099: types/pa_vfile.C, types/pa_vfile.h: warning war
5100:
5101: * src/lib/json/json.vcproj: C++ -> C
5102:
5103: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5104:
5105: * src/lib/json/: json.c, pa_json.C: windows compatibility
5106:
5107: * src/lib/json/: json.c, pa_json.C: windows compatibility
5108:
5109: * src/lib/json/: json.c, pa_json.C: warning war
5110:
5111: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5112:
5113: * src/include/pa_config_fixed.h: uint16_t added
5114:
5115: * configure.in: uint16_t check added
5116:
5117: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5118: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5119: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5120: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5121: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5122:
5123: 2013-07-25 moko
5124:
5125: * parser3.sln: dependencies added
5126:
5127: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5128: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5129: module support
5130:
5131: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5132:
5133: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5134:
5135: 2013-07-23 moko
5136:
5137: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5138: PA_DEBUG_GC_MEMORY removed
5139:
5140: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5141: PA_DEBUG_DISABLE_GC compilation fix
5142:
5143: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5144: main/pa_request.C: outdated RESOURCES_DEBUG removed
5145:
5146: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5147: garbage cleanup
5148:
5149: * src/main/pa_common.C: warning war
5150:
5151: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5152:
5153: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5154: minor cleanup
5155:
5156: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5157: uses cygwin, not WIN32 implementation
5158:
5159: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5160: able to exec shell scripts
5161:
5162: * src/classes/math.C: ifdef WIN32 cleanup
5163:
5164: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5165:
5166: * src/classes/curl.C: LT_MODULE_EXT used
5167:
5168: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5169:
5170: 2013-07-22 moko
5171:
5172: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5173: includes fix
5174:
5175: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5176:
5177: * configure.in, src/include/pa_config_includes.h,
5178: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5179: src/main/pa_exec.C: includes cleanup
5180:
5181: * src/targets/cgi/parser3.C: 2012->2013
5182:
5183: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5184:
5185: * configure.in, src/include/pa_config_includes.h,
5186: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5187: src/main/pa_random.C, src/main/pa_socks.C,
5188: src/types/pa_vstatus.C: cygwin support cleanup
5189:
5190: * configure.in: dirent.h check added
5191:
5192: * src/: include/pa_config_includes.h, include/pa_dir.h,
5193: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5194: not copied
5195:
5196: 2013-07-21 moko
5197:
5198: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5199:
5200: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5201: parser3.vcproj: unused getopt.h / getopt.c removed
5202:
5203: * operators.txt, src/classes/file.C, tests/022.html,
5204: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5205: $.stat(true)] usage commented
5206:
5207: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5208: src/main/pa_dir.C: ^file:list[] now has dir column and when
5209: $.stat(true) it has size/*date columns modified patch from misha@
5210: that closes issue #914.
5211:
5212: * src/: include/pa_config_includes.h, main/pa_globals.C:
5213: PA_RELEASE_ASSERTS removed
5214:
5215: * src/lib/md5/pa_md5c.c: minor cleanup
5216:
5217: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5218: localeconv()->decimal_point usage remoed (related to issue #934)
5219:
5220: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5221: cordprnt.c removed
5222:
5223: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5224: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5225: pa-include/pa_strings.h: includes cleanup
5226:
5227: * src/lib/md5/pa_md5c.c: headers cleanup
5228:
5229: 2013-07-20 moko
5230:
5231: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5232: cleanup
5233:
5234: 2013-07-19 moko
5235:
5236: * src/classes/math.C: extern "C" added for crypt
5237:
5238: 2013-07-18 moko
5239:
5240: * src/classes/math.C: fix redhat7.2 build
5241:
5242: 2013-07-17 moko
5243:
5244: * configure.in, src/include/pa_config_includes.h,
5245: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5246: added for uint8/32/64_t)
5247:
5248: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5249: pa_config_includes.h used for uint32/64_t
5250:
5251: 2013-07-16 moko
5252:
5253: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5254: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5255: war
5256:
5257: * src/main/compile.tab.C: compile.y was updated
5258:
5259: * src/main/compile.y: warning war
5260:
5261: * src/: include/pa_exception.h, main/pa_exception.C,
5262: main/pa_xml_exception.C: warning war
5263:
5264: * src/: include/pa_common.h, main/pa_common.C: warning war
5265:
5266: * configure.in: beauty :)
5267:
5268: * tests/: 141.html, results/141.processed: sha256/512 added
5269:
5270: 2013-07-13 moko
5271:
5272: * src/lib/md5/md5.vcproj: sha2 added
5273:
5274: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5275: classes/math.C: sha2 support (sha256/sha512 digest)
5276:
5277: 2013-07-08 moko
5278:
5279: * src/classes/image.C: directory read or other read problem message
5280: fixed (related to issue #933)
5281:
5282: 2013-07-07 moko
5283:
5284: * AUTHORS: + misha + moko. :)
5285:
5286: 2013-07-06 moko
5287:
5288: * src/: classes/curl.C, include/pa_globals.h,
5289: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5290: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5291: for lt_dlinit to be called once and lt_dlexit called at right
5292: place (related to issue #925)
5293:
5294: 2013-07-04 moko
5295:
5296: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5297: VString::as_vfile now uses vfile.set_binary_string to avoid
5298: content-type to be set, as it brokes badly designed logic in
5299: response output. This hopefully finishes issue #928.
5300:
5301: * tests/results/: 256.processed, 286.processed: file now displayed
5302: as name, size, mode, content-type
5303:
5304: * src/main/pa_common.C: read error now reported cottectly (fixes
5305: issue #933
5306:
5307: 2013-06-28 moko
5308:
5309: * tests/: 286.html, results/286.processed: test extended
5310:
5311: * tests/: 286.html, results/286.processed: Test for issue #928
5312: added. it tests default content-type change.
5313:
5314: * src/types/pa_vfile.C: closes issue #928 - default content-type
5315: now updated
5316:
5317: 2013-06-25 moko
5318:
5319: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5320: content-type for text/binary files without name added;
5321: ^file::create[$f;...] options now works properly and $f
5322: properties are default (fixes issue #928)
5323:
5324: 2013-05-16 misha
5325:
5326: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5327: added
5328:
5329: * src/main/pa_table.C: - a tiny memory optimisation while creating
5330: table if specified limit is bigger than source rows count
5331:
5332: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5333: added ( new feature: #858 )
5334:
5335: 2013-04-29 moko
5336:
5337: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5338: $.ipresolve(0|1|2) added (closes issue #891)
5339:
5340: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5341:
5342: 2013-04-24 moko
5343:
5344: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5345: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5346: types/pa_vmemcached.h: ^memcache.release[] added, calls
5347: memcached_quit (refs #893)
5348:
5349: 2013-04-22 moko
5350:
5351: * src/: include/pa_string.h, main/pa_common.C: no more double
5352: slashes in file path (fixes bug #872)
5353:
5354: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5355: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5356: #739)
5357:
5358: * tests/results/266.processed: $.max_params added (feature #915)
5359:
5360: * src/: include/pa_common.h, main/pa_http.C: response-charset
5361: option added to file::load (closes issue #867)
5362:
5363: 2013-04-20 misha
5364:
5365: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5366: commited
5367:
5368: 2013-03-15 misha
5369:
5370: * src/classes/: hash.C, table.C: - Optimisation: do not create
5371: multiple empty strings while ::sql. uae String::Empty instead
5372:
5373: 2013-03-14 misha
5374:
5375: * src/classes/reflection.C: - for user classes
5376: ^reflection:method_info[] returns $.max_params and $.extra_param
5377: with $.call_type if they available ( new feature: #915 )
5378:
5379: * src/classes/file.C: - ^file:delete[] now supports an option
5380: $.exception(false) that suppress any exception while deleting
5381: file ( new feature: #916 )
5382:
5383: * src/classes/curl.C: - parsing cookies after curl:load now should
5384: work :)
5385:
5386: 2013-03-12 misha
5387:
5388: * src/types/pa_vfile.C: - if specified file_name is empty string
5389: set default name for the file
5390:
5391: 2013-03-11 misha
5392:
5393: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5394: also available in $f.cookies
5395:
5396: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5397: moved to a separate method
5398:
5399: 2013-03-10 moko
5400:
5401: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5402: added
5403:
5404: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5405: removed (declared by autoconf)
5406:
5407: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5408: uint32_t define
5409:
5410: 2013-03-10 misha
5411:
5412: * src/classes/file.C: ^file:delete and ^file:move now support
5413: option $.keep-empty-dirs(true) ( new feature: #884 )
5414:
5415: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5416: empty dirs is added
5417:
5418: 2013-03-10 moko
5419:
5420: * src/classes/: bool.C, double.C, int.C: default can be present,
5421: but default check removed from ^int/double/bool.int/double/bool
5422: for string.int/double/bool compatibility (related to issue #913)
5423:
5424: * src/classes/string.C: ^string.int/dobule/bool no longer
5425: internally throws exception if default is present (closes issue
5426: #913)
5427:
5428: 2013-03-09 misha
5429:
5430: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5431: optimisations ( #845 )
5432:
5433: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5434:
5435: 2013-03-08 moko
5436:
5437: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5438: creates correct table (fixes issue #910)
5439:
5440: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5441: use outside of 'connect' operator (fixes issue #911)
5442:
5443: * tests/results/: 096.processed, 122.processed: test results
5444: updated as doubles now printed with 15 significant digits, not 5
5445: (fixes issue #882)
5446:
5447: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5448: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5449:
5450: 2013-02-21 moko
5451:
5452: * src/classes/table.C: _locate_name_value does not check arguments
5453: count, so we check it in advance (fixes issue #905)
5454:
5455: 2012-10-23 moko
5456:
5457: * buildall: old shell for and echo compatibility (for six)
5458:
5459: 2012-10-19 moko
5460:
5461: * buildall: --strip added --disable-safe-mode listed in usage
5462:
5463: 2012-10-17 misha
5464:
5465: * src/classes/op.C: - apply-taint should not throw "outside
5466: connect" exception with sql lang now
5467:
5468: 2012-10-17 moko
5469:
5470: * src/main/pa_request.C: bugfix: safe mode should be inited for
5471: each request (for apache module)
5472:
5473: 2012-09-26 moko
5474:
5475: * src/doc/doxygen.cfg: png -> svg
5476:
5477: 2012-09-25 moko
5478:
5479: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5480: test added
5481:
5482: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5483: double use when key is long
5484:
5485: 2012-09-16 moko
5486:
5487: * src/classes/math.C: Format -> Method Encode -> Format
5488:
5489: * tests/: 141.html, results/141.processed: math:digest hmac test
5490: added
5491:
5492: 2012-09-14 moko
5493:
5494: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5495: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5496: implementation added
5497:
5498: 2012-09-12 moko
5499:
5500: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5501: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5502: targets.dox and string.dox slightly actualized
5503:
5504: 2012-08-31 moko
5505:
5506: * ChangeLog: now generated with patched cvs2cl.pl
5507:
5508: 2012-07-29 moko
5509:
5510: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5511: result should be pushed after VMethodFrame destructor is called,
5512: as it deletes junctions from stack params (fixes issue #868)
5513:
5514: 2012-07-23 moko
5515:
5516: * INSTALL, README: buildall script usage documented, other outdated
5517: info updated.
5518:
5519: * buildall-with-xml, buildall-without-xml: replaced by buildall
5520:
5521: 2012-07-21 moko
5522:
5523: * buildall: glib does not compile when threads are disabled...
5524:
5525: * src/types/pa_vmail.C: g_assertion fixes for empty input
5526:
5527: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5528: unref, can't unref nested objects)
5529:
5530: * src/types/pa_vmail.C: another check added
5531:
5532: 2012-07-19 moko
5533:
5534: * buildall: usage added
5535:
5536: * buildall: new buildall script that unites buildall-with-xml,
5537: buildall-without-xml, --with-apache and --with-mailreceive
5538:
5539: * configure.in: support for static gmime and dynamic glib linking.
5540: fixes for FreeBSD
5541:
5542: 2012-07-17 moko
5543:
5544: * configure.in: --with-mailreceive replaced
5545: --with-static-mailreceive and --with-shared-mailreceive pathlink
5546: removed
5547:
5548: 2012-07-16 moko
5549:
5550: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5551: capitalized, content now decoded and text content converted to
5552: $request:charset. all properties are accessed by functions, this
5553: ready for dynamic load.
5554:
5555: 2012-06-28 moko
5556:
1.116 moko 5557: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5558: 32 bit
1.95 moko 5559:
5560: 2012-06-27 moko
5561:
5562: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5563: passive ftp
5564:
5565: * src/lib/ltdl/ltdl.vcproj: release build fixed
5566:
5567: * configure.in: 3.4.2 RC -> 3.4.2
5568:
5569: 2012-06-22 moko
5570:
5571: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5572: #815)
5573:
5574: * tests/: 284.html, results/284.processed: output options test
5575: (feature #265)
5576:
5577: 2012-06-22 misha
5578:
5579: * tests/215.html: - little changes
5580:
5581: 2012-06-21 moko
5582:
5583: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5584: types/pa_vxdoc.h: output_options returned and used (bugfix for
5585: feature #265)
5586:
5587: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5588: breaks long .*, default 10M restored. (issue #216)
5589:
5590: * tests/: 283.html, results/283.processed: test for issue #815
5591: added
5592:
5593: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5594: again, cstrm not required.
5595:
5596: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5597: Win32 and broken FreeBSD (issue #45)
5598:
5599: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5600:
5601: * src/main/pa_string.C: warnings war
5602:
5603: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5604: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5605: main/pa_socks.C, targets/apache/pa_threads.C,
5606: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5607: types/pa_vstatus.C: compilation under cygwin fixed
5608:
5609: 2012-06-19 moko
5610:
5611: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5612: Windows fixed
5613:
5614: * parser3.sln: removed antique pcre_ctype
5615:
5616: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5617:
5618: * src/include/pa_config_fixed.h: undefined reference to
5619: __imp__pcre_* fix for Windows
5620:
5621: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5622: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5623: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5624: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5625: define fixed
1.95 moko 5626:
5627: 2012-06-18 moko
5628:
5629: * src/classes/memcached.C: flush -> clear
5630:
5631: * src/classes/memcached.C: memcached does not support quotes even
5632: in server name
5633:
5634: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5635: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5636: called on open to check servers existance. $.key(true) syntax
5637: now supported
5638:
5639: 2012-06-17 moko
5640:
5641: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5642: cleanup
5643:
5644: * src/classes/table.C, tests/282.cfg, tests/282.html,
5645: tests/results/282.processed: encloser at the EOF bug fixed,
5646: incorrectly enclosed data now processed more logicaly (fixes
5647: #339)
5648:
5649: 2012-06-15 moko
5650:
5651: * buildall-without-xml: sync with buildall-with-xml
5652:
5653: * buildall-with-xml: download auto-detected between fetch and curl
5654:
5655: * configure.in: --with-gc and --with-pcre now also processed
5656: correctly
5657:
1.116 moko 5658: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5659: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5660: should be run on rol1 using automake / aclocal (GNU automake)
5661: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5662:
5663: * configure.in: new PARSER_VERSION logic
5664:
5665: * src/include/pa_version.h: new pa_version.h logic
5666:
5667: * src/: classes/curl.C, classes/file.C, classes/image.C,
5668: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5669: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5670: feols_normalized -> fis_text_content set_binary added
5671:
5672: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5673:
5674: 2012-06-15 misha
5675:
5676: * src/: classes/curl.C, classes/file.C, classes/image.C,
5677: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5678: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5679: ^file::create[text;content] EOLs in content now is normalized. (
5680: new feature: #815 )
5681:
5682: 2012-06-15 moko
5683:
5684: * configure.in: --disable-version-update added to disable version
5685: update with host information (for debian package) whitespace
5686: optimized
5687:
5688: * configure.in: version changed to 3.4.2 RC no-pic added for
5689: libtool
5690:
5691: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5692: it.
5693:
5694: 2012-06-14 moko
5695:
5696: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5697: tests/results/281.processed: "hash flocked" error removed for
5698: safe operations like ^h._count[] ( new feature: #335 )
5699:
1.116 moko 5700: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5701:
5702: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5703:
5704: * configure.in: --with-static/shared xml replaced with --with-xml,
5705: xml compilation check added
5706:
5707: * configure.in: --with-static/shared-gc, --with-static-pcre are
5708: replaced with --with-gc and --with-pcre test for pcre linking
5709: added
5710:
5711: 2012-06-13 moko
5712:
5713: * configure.in: apxs2 check optimized
5714:
5715: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5716: .la, includes optimized
5717:
5718: * buildall-with-xml: --with-pic looks better for -fPIC
5719:
5720: * configure.in: switched to convenience library in static linking
5721:
5722: * src/targets/apache/Makefile.am: switched to convenience library
5723: usage to avoid libtool warnings
5724:
5725: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5726: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5727: smtp/Makefile.am: switched to convenience library usage
5728:
5729: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5730:
5731: * src/targets/apache/Makefile.am: updated for libtool usage
5732:
5733: * buildall-without-xml: --with-included-ltdl added
5734:
5735: * buildall-without-xml: sync with buildall-with-xml
5736:
5737: * buildall-with-xml: --with-included-ltdl added $cflags added for
5738: -fPIC for x64 $download added for wget success check added
5739:
5740: * buildall-without-xml: --with-dynamic-stdcpp removed
5741:
5742: * configure.in: disable-static returned
5743:
5744: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5745: LIBTOOLFLAGS
5746:
5747: 2012-06-12 moko
5748:
5749: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5750: compatible with LIBTOOLFLAGS for unknown reasons
5751:
5752: * buildall-with-xml: --with-dynamic-stdcpp removed
5753:
5754: * configure.in: static/dynamic -lstdc++ linking option removed
5755: apxs2 check added
5756:
5757: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5758: option removed
5759:
5760: 2012-06-10 moko
5761:
5762: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5763: added
5764:
5765: * src/targets/cgi/pp3.cmd: old PAF stuff
5766:
1.116 moko 5767: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5768: beauty
1.95 moko 5769:
5770: * depcomp: from libtool 2.4.2
5771:
5772: * configure.in: ltdl directory removed, it has correct Makefile.in
5773:
5774: 2012-06-09 moko
5775:
1.116 moko 5776: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5777: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5778: autogenerated files updated after libtool update
5779:
1.116 moko 5780: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5781: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5782: config_auto.h.in, config_fixed.h, configure, configure.ac,
5783: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5784: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5785: config/compile, config/config.guess, config/config.sub,
5786: config/depcomp, config/install-sh, config/ltmain.sh,
5787: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5788: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5789: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5790: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5791: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5792: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5793: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5794: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5795:
5796: * configure.in: preparation for new libtool
5797:
5798: * configure.in: Some beauty added :)
5799:
5800: * src/targets/apache/Makefile.am: := -> =
5801:
5802: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5803: again. :)
5804:
5805: * src/include/pa_config_includes.h, configure.in: limits.h added,
5806: previously was taken from pcre_internal.h. :)
5807:
5808: * src/lib/pcre/Makefile.am: config.h returned
5809:
5810: * src/lib/pcre/config.h: still need this. :)
5811:
5812: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5813:
5814: * configure.in: --with-charsets removed; --with-mysql-client & co
5815: removed
5816:
5817: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5818: now in parser tree, no need to copy
5819:
5820: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5821: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5822: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5823: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5824: extracts now used old trash removed
5825:
5826: * etc/parser3.charsets/Makefile.am: charsets now in share
5827: (debian/patches/104_automake.patch) + all charsets are copied
5828:
5829: * buildall-with-xml, buildall-without-xml: curl option removed +
5830: extra arguments now supported
5831:
5832: 2012-06-08 misha
5833:
5834: * src/classes/table.C: - one params.as_hash usage was rolled back:
5835: the 2nd option in ^table.hash[] could be hash or table so
5836: .as_hash will throw an exception when table option is specified
5837:
5838: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5839: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5840: classes/table.C, classes/void.C, classes/xdoc.C,
5841: include/pa_exception.h, types/pa_vmethod_frame.C,
5842: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5843: and improved (whitespaces are allowed as empty options) -
5844: MethodParams::as_table is added - above methods are used for
5845: parsing methods' options ( new feature: #9 )
5846:
5847: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5848: to vclass. now class fields can be accessible as a hash:
5849: $h[^hash::create[$asd:CLASS]]
5850:
5851: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5852: have get_fields method so their fields can be accessed with
5853: ^reflection:fields[...] & ^reflection:field[...]
5854:
5855: 2012-06-06 misha
5856:
5857: * tests/280.html: - tests for
5858: ^reflection:method[obj-or-class;method],
5859: ^reflection:field[obj-or-class;field] and
5860: ^reflection:fields[obj-or-class] are added
5861:
5862: 2012-06-05 misha
5863:
5864: * src/classes/reflection.C: - ^reflection:method[class or
5865: object;method name] and ^reflection:field[class or object;field
5866: name] are added
5867:
5868: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5869: is used
5870:
5871: * src/types/pa_method.h: - Method::as_vjunction method is added
5872:
5873: 2012-06-05 moko
5874:
1.116 moko 5875: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5876:
5877: * src/classes/memcached.C: flish ttl fixed
5878:
5879: 2012-06-04 moko
5880:
5881: * src/classes/json.C, src/classes/op.C, tests/279.html,
5882: tests/results/279.processed: ^json:parse[] now supports $.taint
5883: option (new feature #833)
5884:
5885: 2012-06-04 misha
5886:
5887: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5888: - search_stop method was moved from pa_vcookie.C to pa_common.C
5889:
5890: 2012-06-03 misha
5891:
5892: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5893: cookies are parced and stored into $.cookies ( new feature: #31 )
5894:
5895: 2012-05-30 misha
5896:
5897: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5898: incomplete class into a scope while @USE is found
5899:
5900: * src/main/compile.y: - add incomplete class into a scope while
5901: @USE and @CLASS instructions are found ( bugfix: #838 )
5902:
5903: 2012-05-30 moko
5904:
5905: * src/types/pa_vclass.C, tests/278.html,
5906: tests/results/278.processed: removed "property has no getter
5907: method" exception when GET_DEFAULT present (fixes #269)
5908:
5909: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5910: $._default
5911:
5912: 2012-05-29 moko
5913:
5914: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5915: uninitialized values usage (new feature: #154)
5916:
5917: 2012-05-28 moko
5918:
5919: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5920: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5921: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5922: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5923: src/types/pa_vobject.C, src/types/pa_vobject.h,
5924: src/types/pa_vstring.h, src/types/pa_vtable.C,
5925: tests/results/277.processed, src/types/pa_vtable.h,
5926: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5927: ^json:string[$o; $.default[$method]] implemented for VObject (new
5928: feature #803)
5929:
5930: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5931: tests/results/277.processed: json numbers are now treated as
5932: double ( new feature: #834 )
5933:
5934: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5935: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5936: added for out of range checks, zero division in vint/vdouble
5937: check added ( fixes #832 )
5938:
5939: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5940: ( fixes #832 )
5941:
5942: 2012-05-28 misha
5943:
5944: * buildall-with-xml: - --without-lzma option is added to libxml2
5945: configure
5946:
5947: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5948: added - tests for unsupported values for options $.file, $.table
5949: and $.date are added
5950:
5951: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5952: accepts "stat" $.file[] option's value in addition to existed
5953: "text" and "base64" ( new feature: #835 )
5954:
5955: * tests/276.html: - test for
5956: ^reflection:delete[$object-or-class;field-name]
5957:
5958: * src/classes/reflection.C: -
5959: ^reflection:delete[$object-or-class;field-name] is added ( new
5960: feature: #268 )
5961:
5962: 2012-05-27 misha
5963:
5964: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5965:
5966: 2012-05-24 misha
5967:
5968: * src/include/pa_common.h: - method lastposafter was removed
5969:
5970: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5971: lastposafter - ^file:dirname[] & Co proper handle windows file
5972: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5973: work as *nix commands
5974:
5975: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5976:
5977: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5978: rskipchars were added
5979:
5980: * tests/270.html: - more tests for ^file:find[]
5981:
5982: * tests/065.html: - more tests for ^file:dirname[] & Co
5983:
5984: * src/include/pa_version.h: - must be "win32" here. it is
5985: auto-generated on *nix
5986:
5987: 2012-05-24 moko
5988:
5989: * src/classes/math.C: ^math:convert[] now supports uint32 and
5990: throws overflow exception ( new feature: #830 )
5991:
5992: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5993: uint32 support and overflow added ( new feature: #830 )
5994:
5995: 2012-05-23 moko
5996:
5997: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5998: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5999: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6000: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6001: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6002: types/pa_vregex.h, types/pa_vstateless_class.C,
6003: types/pa_vstateless_class.h, types/pa_vstring.h,
6004: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6005: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6006: "return string as-is" removed from as_expr_result. ( new feature:
6007: #831 )
6008:
6009: * tests/results/244.processed: test changed after bug #782 fix
6010: commited
6011:
6012: * tests/results/229.processed: test results for bug #782 commited
6013:
6014: * tests/: 254.html, results/254.processed: uid now just compared,
6015: not printed. :)
6016:
6017: 2012-05-20 moko
6018:
6019: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6020: feature: #341 )
6021:
6022: * tests/: 254.html, results/254.processed: test for
6023: ^reflection:uid[] added
6024:
6025: * tests/: 254.html, results/254.processed: test for
6026: ^reflection:uid[$obj] added
6027:
6028: 2012-05-17 misha
6029:
6030: * src/main/untaint.C: - do not replace ' char by _26 while
6031: exploding filespec-tainting ( new feature: #829 )
6032:
6033: 2012-05-12 moko
6034:
6035: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6036: not.
6037:
6038: 2012-05-08 moko
6039:
6040: * src/types/pa_vmethod_frame.h: bug #782 fixed
6041:
6042: * tests/229.html: test for bug #782
6043:
6044: * tests/results/259.processed, src/main/pa_request.C,
6045: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6046: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6047: src/types/pa_vvoid.h: feature #154 - first empty param now
6048: string; defined locals are empty strings; $STRICT-VARS(true)
6049: added
6050:
6051: 2012-04-27 moko
6052:
1.116 moko 6053: * src/targets/apache/Makefile.am:
1.95 moko 6054: ../../lib/memcached/libmemcached.a added
6055:
6056: 2012-04-27 misha
6057:
6058: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6059: ( #827 )
6060:
6061: 2012-04-25 moko
6062:
6063: * src/: classes/json.C, classes/memcached.C,
6064: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6065: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6066: implemented.
6067:
6068: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6069:
6070: 2012-04-23 moko
6071:
6072: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6073: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6074: types/pa_vmemcached.h: open allows options hash for new
6075: memcached(options) function
6076:
6077: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6078: not appended
6079:
6080: 2012-04-21 moko
6081:
6082: * src/classes/curl.C: '' added. :)
6083:
6084: * src/classes/classes.vcproj: new curl.h location
6085:
6086: * src/classes/curl.C: verbose output redirection from stderr to
6087: file curl option added
6088:
6089: 2012-04-20 moko
6090:
6091: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6092: contains what we need from curl, #ifdef HAVE_CURL removed
6093:
1.116 moko 6094: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6095: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6096: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6097: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6098: configure option
6099:
6100: 2012-04-19 moko
6101:
6102: * src/: classes/double.C, classes/inet.C, classes/int.C,
6103: classes/string.C, lib/gc/include/gc_allocator.h,
6104: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6105: options from sql_result_string removed. (closes issue #468)
6106:
6107: * src/types/pa_vmemcached.C: empty string fix
6108:
6109: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6110: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6111: pa_vmemcached.C
6112:
6113: 2012-04-18 moko
6114:
6115: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6116: apache2-mpm-prefork" error displayed in threaded mpm.
6117:
6118: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6119: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6120: installed (issue #354)
6121:
6122: 2012-04-16 moko
6123:
6124: * src/types/pa_vmemcached.C: call to memcached_result_create and
6125: memcached_result_free removed
6126:
6127: 2012-04-14 moko
6128:
6129: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6130:
6131: * src/types/pa_vmemcached.C: check_key added and used
6132:
6133: 2012-04-13 moko
6134:
6135: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6136: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6137: Serialization_data now added and used, VString now serialized
6138: with languages into memcached.
6139:
6140: 2012-03-28 moko
6141:
6142: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6143: lib/memcached/pa_memcached.h: result lengths added
6144:
6145: 2012-03-27 moko
6146:
6147: * src/types/pa_vmemcached.C: strdup added
6148:
6149: 2012-03-24 moko
6150:
6151: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6152: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6153: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6154:
6155: 2012-03-20 moko
6156:
1.116 moko 6157: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6158:
6159: * src/targets/cgi/Makefile.am: cleanup
6160:
6161: * src/: types/Makefile.am, types/pa_vmemcached.C,
6162: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6163:
6164: * src/: classes/Makefile.am, classes/memcached.C,
6165: lib/memcached/Makefile.am, lib/memcached/constants.h,
6166: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6167: lib/memcached/types.h, lib/Makefile.am: memcached initial
6168:
6169: 2012-03-16 moko
6170:
6171: * src/main/execute.C: ident now works under Linux + ident displays
6172: filenames (closes issue #818)
6173:
1.116 moko 6174: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6175: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6176: pa_vmethod_frame_local.h removed
6177:
6178: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6179: classes/classes.h, classes/curl.C, classes/date.C,
6180: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6181: classes/hashfile.C, classes/image.C, classes/inet.C,
6182: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6183: classes/memory.C, classes/op.C, classes/reflection.C,
6184: classes/regex.C, classes/response.C, classes/string.C,
6185: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6186: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6187: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6188: include/pa_config_fixed.h, include/pa_config_includes.h,
6189: include/pa_dictionary.h, include/pa_dir.h,
6190: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6191: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6192: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6193: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6194: include/pa_request_charsets.h, include/pa_request_info.h,
6195: include/pa_sapi.h, include/pa_socks.h,
6196: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6197: include/pa_stack.h, include/pa_string.h,
6198: include/pa_stylesheet_connection.h,
6199: include/pa_stylesheet_manager.h, include/pa_table.h,
6200: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6201: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6202: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6203: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6204: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6205: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6206: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6207: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6208: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6209: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6210: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6211: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6212: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6213: main/pa_string.C, main/pa_stylesheet_connection.C,
6214: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6215: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6216: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6217: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6218: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6219: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6220: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6221: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6222: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6223: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6224: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6225: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6226: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6227: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6228: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6229: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6230: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6231: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6232: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6233: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6234: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6235: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6236: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6237: types/pa_vresponse.h, types/pa_vstateless_class.C,
6238: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6239: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6240: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6241: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6242: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6243: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6244: ident now works under Linux + ident displays filenames (closes
6245: issue #818) Copyright updated
6246:
6247: 2012-03-13 moko
6248:
6249: * src/main/pa_string.C: compilation fix for feature #741
6250:
6251: 2012-03-09 misha
6252:
6253: * tests/193.html: - tests for ^string:base64[encoded] are updated
6254:
6255: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6256: now detects invalid base64 chars in the middle of encoded stricg
6257: ( new feature: #55 )
6258:
6259: * src/include/pa_exception.h: - new exception type for base64
6260: decoding is added
6261:
6262: 2012-03-06 misha
6263:
6264: * tests/274.html: - tests for ^date::today[] and
6265: ^date.sql-string[datetime|date|time] are added
6266:
6267: * src/classes/date.C: - constructor ^date::today[] is added ( new
6268: feature: #811 ) - ^date.sql-string[] now can accept one param --
6269: strings "datetime", "date" or "time" - comments tidying up
6270:
6271: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6272: date and time
6273:
6274: 2012-03-03 misha
6275:
6276: * tests/193.html: - tests for
6277: ^string:base64[encoded;$.strict(true)] are added
6278:
6279: * tests/results/auto.p: - try-catch operator is added
6280:
6281: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6282: main/pa_common.C: - $.strict(true|false) option is added to
6283: base64 decode methods ( new feature: #55 )
6284:
6285: * src/main/pa_common.C: - base64 decode memory usage was decreased
6286: ( new feature: #819 )
6287:
6288: 2012-02-28 moko
6289:
6290: * src/classes/hash.C: ident test
6291:
6292: 2012-02-27 misha
6293:
6294: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6295:
6296: 2012-01-08 misha
6297:
6298: * tests/273.html: - tests for ^string.replace[from;to] are added
6299:
6300: * src/: classes/string.C, include/pa_dictionary.h,
6301: main/pa_dictionary.C, main/pa_string.C: -
6302: ^string.replace[from;to] is added ( new feature: #741 ) -
6303: ^string.replace[one subst here] is slightly optimized
6304:
6305: 2011-12-07 misha
6306:
6307: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6308: named table with one empty column ( bugfix: #63 )
6309:
6310: 2011-11-30 misha
6311:
6312: * src/classes/json.C: - it's possible to set user's method for
6313: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6314: #763 )
6315:
6316: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6317:
6318: 2011-11-23 misha
6319:
6320: * src/: classes/curl.C, classes/file.C, classes/image.C,
6321: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6322: types/pa_vfile.h, types/pa_vform.C: - constructor
6323: ^file::create[mode;filename;content[;options]] now accepts binary
6324: mode and file-content - new constructor's format:
6325: ^file::create[string-or-file-content[;$.name[filename]
6326: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6327: feature: #65 )
6328:
6329: * src/: include/pa_request.h, main/pa_request.C: - new method
6330: mime_type_of(const String*) is added
6331:
6332: * src/include/pa_exception.h: - new exception constant
6333: FILE_NAME_MUST_BE_SPECIFIED is added
6334:
6335: * src/classes/table.C: - bug with negative offset transformed into
6336: a feature. it means pointing to a row from the end of the table (
6337: new feature: #810 )
6338:
6339: 2011-11-19 misha
6340:
6341: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6342: â ìåòîäå _select ( new feature: #810 )
6343:
6344: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6345: options were specified together is simplified
6346:
6347: 2011-11-12 misha
6348:
6349: * src/main/pa_request.C: - forgotten fix for escaping filename in
6350: HTTP content-disposition header (a part of bug #361 )
6351:
6352: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6353: checks for ancestors' classes as well ( new feature: #456 )
6354:
6355: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6356: "without cycle" now have types "parser.break" and
6357: "parser.continue" instead of "parser.runtime" ( new feature: #799
6358: )
6359:
6360: 2011-11-11 misha
6361:
6362: * tests/results/: 099.processed, 100.processed, 205.processed,
6363: 237.processed: - since bug #361 was fixed the content of filename
6364: in HTTP headers is quoted
6365:
6366: * tests/results/270.processed: - result for test 270
6367:
6368: * tests/: 065.html, results/065.processed: - more tests for
6369: ^file:basename[] & Co were added
6370:
6371: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6372:
6373: * tests/270.html: - tests for ^file:find[] are added
6374:
6375: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6376: using option $.charset. option $.engoding is still supported but
6377: these options can not be specified together
6378:
6379: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6380: comparation charset name with string "UTF-8" ( bugfix: #759 )
6381:
6382: 2011-10-11 misha
6383:
6384: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6385: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6386: #622)
6387:
6388: 2011-09-30 misha
6389:
6390: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6391: exception "saving stat-ed file" ( bugfix: #395 )
6392:
6393: 2011-05-30 misha
6394:
6395: * src/classes/string.C: - fixed bug which was added with
6396: params.as_hash into string:sql
6397:
6398: 2011-05-29 misha
6399:
6400: * src/types/pa_value.C: - filename in content-disposition header
6401: must be quoted ( bugfix: #361 )
6402:
6403: 2011-05-27 misha
6404:
6405: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6406: created file
6407:
6408: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6409: usage
6410:
6411: * src/include/pa_exception.h: - one more string for exception was
6412: added
6413:
6414: 2011-05-25 misha
6415:
6416: * tests/269.html: - tests for checking input params in some dom
6417: methods
6418:
6419: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6420: was added. it isn't possible not wo create xdoc with invalid
6421: tagName. ( bugfix: #160 )
6422:
6423: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6424: string "data must be string" was mover from pa_exception.h to
6425: pa_xml_exception.h
6426:
6427: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6428: as_xmlncname, as_xmlname and as_xmlnsuri were added
6429:
6430: * src/main/pa_xml_exception.C: - XmlException accepts more options
6431:
6432: * src/include/pa_xml_exception.h: - XmlException accepts more
6433: options - XML-related exception's strings were added
6434:
6435: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6436: output_options were removed)
6437:
6438: 2011-05-19 misha
6439:
6440: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6441: params.as_hash is used more while parsing methods hash-options
6442:
6443: 2011-05-18 misha
6444:
6445: * operators.txt: - info about json-serialization of xdoc was added
6446:
6447: * tests/256.html: - tests for json-serialization xdoc were added
6448:
6449: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6450:
6451: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6452: classes/json.C, classes/xdoc.C: - now json:string can serialize
6453: xdoc-objects. options (the same as ^xdoc.string[]) could be
6454: specified in $.xdoc[] ( new feature: #265 )
6455:
6456: 2011-05-15 misha
6457:
6458: * tests/268.html: - tests for ^table.count[with options] were added
6459:
6460: * src/classes/table.C: - method ^table.count[] now can accept
6461: options ( new feature: #93 ): ^table.count[column] returns number
6462: of columns for named table; ^table.count[cells] returns number of
6463: cells in the current row; ^table.count[] & ^table.count[rows]
6464: return number of rows in a table.
6465:
6466: * tests/267.html: - test for checking switch/case in boolean mode
6467: was added
6468:
6469: * src/classes/op.C: - if switch's or case's value is bool, they are
6470: compared as bool values, not as double values: new feature: #351
6471:
6472: 2011-05-06 misha
6473:
6474: * tests/242.html: - EOL before EOF was added
6475:
6476: * tests/169.html: - tests for splitting empty string and void were
6477: added
6478:
6479: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6480: returned table with one empty cell)
6481:
6482: 2011-04-03 misha
6483:
6484: * src/include/pa_version.h, configure.in: - version in head was
6485: changed to 3.4.2b
6486:
6487: 2011-03-30 misha
6488:
6489: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6490: as well ( new feature #294 )
6491:
6492: 2011-03-29 misha
6493:
6494: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6495: limited to approx. 6 MB. previous limits were too big for real
6496: life. bugfix: #216
6497:
6498: 2011-03-04 moko
6499:
6500: * etc/parser3.charsets/cp866.cfg: Conforms to
6501: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6502:
6503: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6504: vlalek@
6505:
6506: 2011-02-22 misha
6507:
6508: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6509: be under #ifdef XML or parser can't be compiled without xml
6510: support
6511:
6512: 2011-02-21 misha
6513:
1.116 moko 6514: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6515: ApacheModuleParser3.vcproj was removed
6516:
6517: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6518: removed)
6519:
6520: 2011-02-20 misha
6521:
6522: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6523: $.overridden in ^reflection:method_info[...] were added
6524:
6525: * src/classes/reflection.C: - beautifying result of
6526: ^reflection:method_info[] ($.overridden/inherited)
6527:
6528: 2011-02-18 misha
6529:
6530: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6531: and pa_isalnum instead of isalpha and isalnum - bug with
6532: redundand quoting lowercased latin chars while building email
6533: body was fixed
6534:
6535: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6536: added (they check for latin chars only)
6537:
6538: 2011-02-16 misha
6539:
6540: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6541: string size for transcoding gave too small value (should ever
6542: look for availability char in dest charset inspite of the char
6543: size)
6544:
6545: 2011-02-04 moko
6546:
6547: * tests/223.html: header values now not url-encoded (issue #195)
6548:
6549: 2011-02-01 misha
6550:
6551: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6552:
6553: 2011-01-31 misha
6554:
6555: * src/main/pa_request.C: - throw exception if param file_name in
6556: use_file is empty
6557:
6558: 2011-01-08 moko
6559:
6560: * src/classes/curl.C: compilations errors fixed
6561:
6562: 2010-12-29 moko
6563:
6564: * tests/: 265.html, results/265.processed: test for issue #200
6565: added
6566:
6567: * src/main/pa_string.C: empty regex result check added (fixes issue
6568: #200)
6569:
6570: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6571:
6572: * tests/results/223.processed: header values now not url-encoded
6573: (issue #195)
6574:
6575: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6576: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6577: pa_http_safe_header_name added for headers names (fixes bug #195)
6578:
6579: 2010-12-18 misha
6580:
6581: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6582: => pa-include
6583:
6584: 2010-11-28 moko
6585:
6586: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6587:
6588: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6589: -> pa
6590:
6591: * configure.in: apr -> pa
6592:
6593: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6594:
6595: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6596: classes/Makefile.am, types/Makefile.am: apr -> pa
6597:
6598: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6599: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6600: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6601: pa-include/pa_apr.h, pa-include/pa_errno.h,
6602: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6603: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6604: module apr name conflict resolved)
6605:
6606: 2010-11-27 misha
6607:
6608: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6609: libbz2
6610:
6611: 2010-11-26 misha
6612:
6613: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6614: warnings removed
6615:
6616: 2010-11-25 moko
6617:
6618: * operators.txt: $.indent(true)
6619:
6620: * operators.txt: another bugfix. :)
6621:
6622: * operators.txt: bugfix. :)
6623:
6624: * buildall-with-xml: libxml2-2.7.8 + with-apache
6625:
6626: 2010-11-24 moko
6627:
1.116 moko 6628: * configure: apxs support
1.95 moko 6629:
6630: * configure.in: apxs support -Bstatic gc removed for OS X
6631:
6632: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6633:
6634: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6635: THREAD_LOCAL usage
6636:
6637: * src/: classes/curl.C, include/pa_config_includes.h,
6638: main/pa_globals.C: THREAD_LOCAL defined and used
6639:
6640: 2010-11-23 moko
6641:
6642: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6643: should be passed to pa_sleep, and only fractional part (bugfix:
6644: #188)
6645:
6646: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6647:
6648: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6649: GC_dont_gc=1, as in cgi version
6650:
6651: * src/targets/apache/mod_parser3.c: warning war
6652:
6653: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6654: pa_httpd.h: version removed, some trash removed
6655:
6656: * src/targets/apache/mod_parser3.c: version removed (we don't want
6657: to show it), warning war
6658:
6659: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6660: pa_httpd.h: parser_status_allowed removed + merge config
6661: functions removed (override is the default) + beauty
6662:
6663: * src/: include/pa_request.h, main/pa_request.C,
6664: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6665: hide $status used in apache module removed
6666:
6667: 2010-11-18 moko
6668:
6669: * operators.txt: $.table[compact] added for ^json:string[]
6670:
6671: 2010-11-16 moko
6672:
6673: * src/targets/apache/mod_parser3.c: some cleanup done
6674:
6675: * src/main/untaint.C: bugfix: first, second String::Body argument
6676: is hashcode; second, info.fragment_begin is original, not
6677: resulting length
6678:
6679: * src/classes/file.C: new feature: $.stdin now untainted
6680:
6681: * tests/results/264.processed: new feature: $.stdin[] now untainted
6682:
6683: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6684:
6685: * src/classes/op.C: ^apply-taint[] method added
6686:
6687: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6688: added; $.stdin untaint test added
6689:
6690: 2010-11-15 moko
6691:
6692: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6693: removed
6694:
6695: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6696: pa_httpd.h: 2x2 calculated under apache2. :)
6697:
6698: 2010-11-13 moko
6699:
6700: * src/targets/apache/mod_parser3.c: initial changes to build module
6701: with apache 2.x includes
6702:
6703: * src/targets/apache/: Makefile.am, mod_parser3.c,
6704: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6705: united apache 1.3 / apache 2.x DSO module
6706:
6707: 2010-11-09 moko
6708:
6709: * src/types/pa_method.h: check added to dissallow @method[name;*]
6710: syntax
6711:
6712: * tests/: 263.html, results/263.processed: test from method[*args]
6713: added
6714:
6715: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6716: number of params can now be passed to a method declared with *arg
6717:
6718: 2010-11-06 moko
6719:
6720: * src/classes/table.C: formating fixed. :)
6721:
6722: * src/classes/table.C: closes #4: ^table.select now supports
6723: $.limit(), $.offset, $.reverse() options
6724:
6725: * tests/: 262.html, results/262.processed: test for ^table:select
6726: with options added (feature #4)
6727:
6728: * src/include/pa_array.h: remove function added
6729:
6730: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6731: object in get_element/put_element, using static one.
6732:
6733: 2010-11-04 moko
6734:
6735: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6736: options is passed
6737:
6738: * tests/: 256.html, results/256.processed: $.table[compact] feature
6739: now tested; k and p in handler now tested.
6740:
6741: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6742: $.table[compact] feature added
6743:
6744: * src/classes/json.C: key is now passed to handler in
6745: value_json_string; ^json:string result now process tainting
6746: inside and returns clean string, related to issue #153
6747:
6748: * src/main/untaint.C: bugfix: charset can be null (in
6749: ^string:save[] as example), thus check is added
6750:
6751: 2010-10-31 moko
6752:
6753: * src/classes/string.C: error message changed (fixes issue #149)
6754:
6755: 2010-10-29 moko
6756:
6757: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6758: port is not default (fixes issue #155); exception on invalid port
6759: added.
6760:
6761: * src/main/untaint.C: '*' is now not urlencoded to allow header
6762: "Accept: */*" to be passed
6763:
6764: 2010-10-28 moko
6765:
6766: * src/classes/curl.C: bugfix: detect_charset() was throwing
6767: exception on unknown charset even if response_charset was
6768: specified
6769:
6770: 2010-10-27 moko
6771:
6772: * src/classes/string.C: ^string.append removed for void
6773: compatibility
6774:
6775: 2010-10-26 moko
6776:
6777: * src/classes/json.C: libjson supports array at top level, we too
6778: (GPF fixed)
6779:
6780: 2010-10-25 moko
6781:
6782: * tests/: 253.html, results/253.processed: libjson supports array
6783: at top level, parser now supports it as well.
6784:
6785: * tests/261.html, tests/results/261.processed,
6786: src/types/pa_vstring.h: empty string is now void compatible
6787: (allows $empty.key)
6788:
6789: 2010-10-22 misha
6790:
6791: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6792: while adding additional expires checkout)
6793:
6794: * tests/030.html: - test for session cookie was added
6795:
6796: 2010-10-21 moko
6797:
6798: * src/: classes/string.C, classes/void.C, main/execute.C,
6799: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6800: string (feature #111)
6801:
6802: * tests/: 261.html, results/261.processed: checks void from string
6803: inheritance (feature #111)
6804:
6805: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6806: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6807: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6808: now true by default
6809:
6810: 2010-10-17 moko
6811:
6812: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6813: upload now uses binary blocks instead of L_FILE_POST tainting.
6814: (bugfix: #128)
6815:
6816: * tests/: 223.html, results/223.processed: binary file upload test
6817: added, GPF (issue #128) also checked in this test
6818:
6819: 2010-10-13 misha
6820:
6821: * tests/260.html: - test for math:convert
6822:
6823: * src/classes/math.C: - error in math:convert was fixed
6824:
6825: * operators.txt: - info about
6826: ^math:convert[number](from-base;to-base) was added
6827:
6828: * src/classes/math.C: - method
6829: ^math:convert[number](from-base;to-base) for converting number
6830: represention from one base to another was added ( new feature:
6831: #23 )
6832:
6833: 2010-10-13 moko
6834:
6835: * src/main/compile.tab.C: [] now is empty string, not void
6836:
6837: * src/main/compile.y: [] now is empty string, not void
6838:
6839: * src/types/pa_vvoid.h: void now passed as parameter
6840:
6841: * tests/: 259.html, results/259.processed: to test difference
6842: between void and empty string (see ticket #111)
6843:
6844: * tests/results/152.processed: $sEmpty[] is now empty string, not
6845: void
6846:
6847: * tests/256.html: $s[$void] is no longer empty string
6848:
6849: * tests/254.html: empty string is no longer void
6850:
6851: 2010-10-12 misha
6852:
6853: * src/types/pa_vcookie.C: - check if $.expires value can be
6854: converted to date during cookies set up ( bugfix: #104 )
6855:
6856: * tests/041.html: - more tests for ^table.locate were added
6857:
6858: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6859: work ( bugfix: #129 ) - exception comment for incorrect options
6860: ^table.locate[field;value;options] was fixed
6861:
6862: 2010-10-10 moko
6863:
6864: * src/: classes/reflection.C, main/execute.C: constructor returning
6865: another object feature returned
6866:
6867: * tests/results/258.processed: test result updated as constructor
6868: returning another object feature returned
6869:
6870: * tests/: 258.html, results/258.processed: test for constructor
6871: returning another object
6872:
6873: 2010-10-08 misha
6874:
6875: * tests/257.html: - whitespaces after @METACOMMANDS and their
6876: options shouldn't cause exceptions any longer
6877:
6878: 2010-10-06 moko
6879:
6880: * src/classes/: hash.C, table.C: length from sql server is now
6881: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6882:
6883: 2010-10-02 misha
6884:
6885: * operators.txt: - the X mark was removed from ^cache[file]. it is
6886: usable to delete cache file.
6887:
6888: 2010-10-02 moko
6889:
6890: * tests/: 253.html, results/253.processed: hook_key added for key
6891: checking
6892:
6893: * src/classes/json.C: null key bug fixed
6894:
6895: 2010-09-29 misha
6896:
6897: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6898:
6899: 2010-09-25 moko
6900:
6901: * src/classes/json.C: small fixed
6902:
6903: * tests/results/: 253.processed, 255.processed: just updated
6904:
6905: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6906: results/255.processed: charset transcode test added for
6907: json:parse
6908:
6909: 2010-09-24 moko
6910:
6911: * src/types/pa_value.h: warning war :)
6912:
6913: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6914: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6915: ^json:string
6916:
6917: 2010-09-22 moko
6918:
6919: * src/main/pa_charset.C: parser charset tables declare only
6920: white-space before 0x20, thus adding the missing chars
6921:
6922: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6923: to http://unicode.org/Public/MAPPINGS/VENDORS/
6924:
6925: 2010-09-21 misha
6926:
6927: * src/main/compile.y: - some semicolons were added (VS2010 don't
6928: want to compile grammar if they are absent)
6929:
6930: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6931:
6932: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6933:
6934: * src/main/main.vcproj: - path to bison is changed
6935:
6936: 2010-09-21 moko
6937:
1.116 moko 6938: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6939: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6940: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6941:
6942: 2010-09-20 misha
6943:
6944: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6945:
6946: * src/classes/json.C: - add EOL while json-serializing hash
6947:
6948: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6949: compilers don't like 'ES'.
6950:
6951: 2010-09-17 misha
6952:
6953: * operators.txt: - info about json class was added
6954:
6955: * src/classes/json.C: - ^json:string[object]
6956:
6957: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6958: preventing infinite recursion while executing json:string was
6959: added
6960:
6961: * src/include/pa_string.h: - method append_quoted was added
6962:
6963: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6964: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6965: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6966: was added to Value & Co
6967:
6968: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6969: were used
6970:
6971: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6972: were added
6973:
6974: 2010-09-10 moko
6975:
6976: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6977: die_or_abort (backport from 3.4.1)
6978:
6979: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6980: die_or_abort (bugfix: #106)
6981:
6982: 2010-09-09 moko
6983:
6984: * src/classes/json.C: warning war. :)
6985:
6986: 2010-09-08 misha
6987:
6988: * src/lib/json/Makefile.am: - additional include directories were
6989: added (for pa_memory.h and gc.h)
6990:
6991: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6992: compile as C++ instead default - additional include directory was
6993: added (for gc.h)
6994:
6995: * src/types/pa_vform.C: - little code reformating
6996:
6997: * src/classes/file.C: - $.content-type option now can be specified
6998: in ^file::create ( new feature: #102 )
6999:
7000: 2010-09-08 moko
7001:
7002: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7003: pa_malloc/pa_free
7004:
7005: 2010-09-07 moko
7006:
7007: * tests/results/254.processed: VStateless_class:put_element
7008: exception was fixed
7009:
7010: * src/types/: pa_value.h, pa_vstateless_class.h: now
7011: VStateless_class:put_element barks self.type, not this.type
7012: (bugfix: #105)
7013:
7014: 2010-09-06 moko
7015:
7016: * src/classes/reflection.C: bugfix: new String() is required for
7017: exception handling
7018:
7019: * tests/: 254.html, results/254.processed: test modified
7020:
7021: 2010-09-05 moko
7022:
7023: * tests/: 254.html, results/254.processed: ^reflection:copy test
7024: added
7025:
7026: * src/: classes/reflection.C, include/pa_request.h:
7027: ^reflection:copy implemented (new feature: #100)
7028:
7029: 2010-09-03 moko
7030:
7031: * src/lib/json/JSON_parser.C: c++ compatiblity
7032:
7033: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7034: option testing added
7035:
7036: 2010-09-02 moko
7037:
7038: * src/classes/json.C: $.distinct[first|last|all] added
7039:
7040: 2010-09-01 moko
7041:
7042: * tests/results/253.processed: json test result
7043:
7044: * tests/: 253.html, 253_json.txt: json test added
7045:
7046: * src/classes/json.C: json.C update to actual version + hash key
7047: creation bugfix
7048:
7049: 2010-08-31 misha
7050:
7051: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7052: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7053: src/lib/Makefile.am, src/classes/Makefile.am,
7054: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7055: json library was added
7056:
7057: 2010-08-30 moko
7058:
7059: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7060: types/pa_vobject.C: cosmetic optimization in
7061: request:execute_method usage
7062:
7063: * src/: include/pa_charset.h, main/pa_charset.C: small
7064: optimization, just to decrease number of lines. :)
7065:
7066: 2010-08-27 misha
7067:
7068: * src/classes/op.C: - taint[json] was added
7069:
7070: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7071: were added
7072:
7073: * src/main/pa_exec.C: - warning fix was rolled back.
7074:
7075: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7076: include/pa_string.h: - taint[json] was added - escaping was
7077: slightly modified
7078:
7079: 2010-08-25 misha
7080:
7081: * src/classes/file.C: - typo in file:sql exception was fixed
7082:
7083: * src/main/pa_exec.C: - warning about declared and not used
7084: variable forced_allow was removed
7085:
7086: 2010-08-14 misha
7087:
7088: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7089: were removed
7090:
7091: 2010-08-11 moko
7092:
7093: * tests/: 249.html, results/249.processed: default setter and
7094: anti-recursive default getter test added
7095:
7096: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7097: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7098: types/pa_vobject.h, types/pa_vstateless_class.C,
7099: types/pa_vstateless_class.h: default setter support +
7100: anti-recursive default getter support ( new feature: #13 )
7101:
7102: * src/include/pa_hash.h: optimization: threshold member removed
7103: from hash, reducing sizeof(hash)
7104:
7105: 2010-08-10 misha
7106:
7107: * tests/196.html: - junction-method was added to the test
7108:
7109: * tests/248.html: - ups. typo :)
7110:
7111: * tests/248.html: - test for checking .match with 4 params
7112:
7113: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7114: 247_windows1251.txt: - test for "transcode file from utf-8 to
7115: $request:charset during loading if the BOM code is detected"
7116:
7117: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7118: $request:charset during loading if the BOM code is detected ( new
7119: feature: #98 )
7120:
7121: 2010-08-05 misha
7122:
7123: * src/classes/image.C: - ^image.replace now can accept only 2
7124: params. in this case the whole image is affected ( new feature:
7125: #95 )
7126:
7127: 2010-08-04 misha
7128:
7129: * tests/246.html: - test tor ^hash._at[] was added
7130:
7131: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7132: #53 )
7133:
7134: * src/include/pa_hash.h: - methods for accessing the first and the
7135: last values of ordered hash were added (first_value and
7136: last_value)
7137:
7138: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7139: (similar to others file's methods):
7140: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7141: #68 )
7142:
7143: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7144:
7145: 2010-08-01 moko
7146:
7147: * src/classes/op.C: to correctly process $result[] in code, called
7148: from ^process
7149:
7150: * tests/245.html: $result in ^process[] test added
7151:
7152: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7153: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7154: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7155: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7156: caller, self) op_call(VMethodFrame &frame, bool constructing)
7157: removed, construct(class,method) added
7158:
7159: * tests/results/: 192.processed, 244.processed: request::construct
7160: added
7161:
7162: * tests/: 244.html, 245.html, results/244.processed,
7163: results/245.processed: object creation exceptions and ^process
7164: tests added
7165:
7166: 2010-07-28 misha
7167:
7168: * tests/make_tests.cmd: - win32 EOLs
7169:
7170: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7171: tests on Win32 were added (The system timezone should be GMT+3)
7172:
7173: 2010-07-26 misha
7174:
7175: * tests/: 212.html, results/212.processed: - sizes were removed
7176: mecause they could be different on different OSs
7177:
7178: * tests/065.html: - make it "win32 friendly"
7179:
7180: 2010-07-25 misha
7181:
7182: * src/main/compile.y: - all EOLs between methods are removed during
7183: compilation ( new feature: #47 )
7184:
7185: * tests/results/149.processed: - prepare tests to trim trailing
7186: methods' EOLs
7187:
7188: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7189:
7190: * tests/: results/006.processed, results/014.processed, 006.html,
7191: 014.html, 022.html: - prepare tests to trim trailing methods'
7192: EOLs
7193:
7194: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7195: results/071.processed, results/022.processed: - prepare tests to
7196: trim trailing methods' EOLs
7197:
7198: * tests/: results/073.processed, results/109.processed,
7199: results/142.processed, results/144.processed,
7200: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7201: 144.html: - prepare tests to trim trailing methods' EOLs
7202:
7203: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7204: 149.html, 152.html, results/096.processed, results/107.processed,
7205: results/109.processed, results/142.processed,
7206: results/144.processed: - prepare tests to trim trailing methods'
7207: EOLs
7208:
7209: 2010-07-24 moko
7210:
7211: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7212: the hash order in this test
7213:
7214: * tests/014.html: to check hash order, hash no is longer sorted
7215: before print
7216:
7217: * src/include/pa_hash.h: hash copy constructor now keeps order
7218: (bugfix: #54)
7219:
7220: 2010-07-23 moko
7221:
7222: * tests/results/224.processed: @auto[] is no longer inherited
7223:
7224: * src/types/pa_vstateless_class.C, tests/227.html,
7225: tests/results/227.processed: @auto[] is no longer inherited
7226: (bugfix: #57)
7227:
7228: 2010-07-22 misha
7229:
7230: * src/classes/table.C: - don't skip comment lines during
7231: table::load if encloser or separator is set as '#' ( new feature:
7232: #30 )
7233:
7234: * src/targets/cgi/parser3.C: - don't run as cgi if
7235: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7236: #12 )
7237:
7238: * src/classes/file.C: - set PARSER_VARSION env before external
7239: script executing
7240:
7241: 2010-07-13 misha
7242:
7243: * tests/058.html: - test for suppressing @border was added - test
7244: for user attribute was added
7245:
7246: * tests/results/186.processed: unescaping from \uXXXX
7247:
7248: * tests/186.html: unescaping from \uXXXX
7249:
7250: * tests/: 239.html, results/239.processed: method call type
7251:
7252: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7253: $junction_method.CLASS_NAME (+CLASS)
7254:
7255: 2010-07-07 misha
7256:
7257: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7258: *nix
7259:
7260: 2010-07-05 misha
7261:
7262: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7263: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7264: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7265: comment strings "options must be hash", "options must be hash,
7266: not code" and "called with invalid option" were replaced by
7267: constatns - exception comment string "invalid option passed" was
7268: replaced by "called with invalid option" (now in different
7269: methods are the same exception comment string)
7270:
7271: * src/include/pa_exception.h: - more exception strings were defined
7272:
7273: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7274: types/pa_vstateless_class.h: - now we can define possible
7275: method's call type ( new feature: #5 ) 1.
7276: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7277: methods 2. @static:method[params] (only static keyword could be
7278: used here) -- for specified methods
7279:
7280: * src/main/pa_common.C: - junction points should not be deleted on
7281: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7282: cleanup
7283:
7284: 2010-07-03 misha
7285:
7286: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7287: results/158.processed, results/160.processed,
7288: results/161.processed, results/162.processed,
7289: results/163.processed: - prepare tests to trim trailing methods'
7290: EOLs
7291:
7292: * tests/results/169.processed: - prepare tests to trim trailing
7293: methods' EOLs
7294:
7295: * tests/results/: 168.processed, 169.processed: - prepare tests to
7296: trim trailing methods' EOLs
7297:
7298: * tests/: results/170.processed, results/167.processed,
7299: results/168.processed, results/169.processed, 167.html, 168.html,
7300: 169.html: - prepare tests to trim trailing methods' EOLs
7301:
7302: * tests/: results/170.processed, results/171.processed,
7303: results/172.processed, results/173.processed,
7304: results/174.processed, results/175.processed, 170.html, 171.html,
7305: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7306: trailing methods' EOLs
7307:
7308: * tests/: results/176.processed, results/180.processed,
7309: results/184.processed, results/185.processed,
7310: results/191.processed, results/192.processed,
7311: results/196.processed, results/197.processed,
7312: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7313: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7314: to trim trailing methods' EOLs
7315:
7316: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7317: results/199.processed, results/208.processed,
7318: results/209.processed, results/213.processed,
7319: results/214.processed: - prepare tests to trim trailing methods'
7320: EOLs
7321:
7322: 2010-06-29 misha
7323:
7324: * tests/: 220.html, 218.html, results/218.processed,
7325: results/215.processed, results/217.processed, 215.html, 217.html:
7326: - prepare tests to trim trailing methods' EOLs
7327:
7328: * tests/: results/224.processed, 224.html, 223.html,
7329: results/223.processed, results/220.processed: - prepare tests to
7330: trim trailing methods' EOLs
7331:
7332: * tests/results/: 226.processed, 230.processed: - prepare tests to
7333: trim trailing methods' EOLs
7334:
7335: * tests/: 229.html, results/229.processed: - prepare tests to trim
7336: trailing methods' EOLs
7337:
7338: * tests/: 232.html, 235.html, results/232.processed,
7339: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7340: results/226.processed, results/227.processed,
7341: results/228.processed, results/230.processed: - prepare tests to
7342: trim trailing methods' EOLs
7343:
7344: 2010-06-16 moko
7345:
7346: * tests/: 229.html, results/229.processed: elseif now supported in
7347: ^if
7348:
7349: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7350:
7351: 2010-06-03 misha
7352:
7353: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7354: instead of memcopy for overlaped regions
7355:
7356: 2010-05-25 misha
7357:
7358: * src/main/pa_common.C: - wanring about unused vars was removed
7359:
7360: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7361: get_method_filename was moved to execute.C
7362:
7363: 2010-05-23 misha
7364:
7365: * src/main/pa_request.C: - more accurate detection of method's file
7366:
7367: 2010-05-22 misha
7368:
7369: * src/classes/reflection.C: - bugfix: core during detection of
7370: .file if filespec isn't detected successfully
7371:
7372: 2010-05-20 misha
7373:
7374: * src/main/pa_request.C: - fix in get_method_filename
7375:
7376: * src/include/pa_request.h: - new feature: #24 -- searching
7377: included file in @USE/^use is changed. if its filespec doesn't
7378: start from '/' it will be searched in caller file directory
7379:
7380: * src/classes/reflection.C: - ^reflection:method_info returns file
7381: where the method is defined
7382:
7383: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7384: classes/op.C: - new feature: #24 -- searching included file in
7385: @USE/^use is changed. if its filespec doesn't start from '/' it
7386: will be searched in caller file directory
7387:
7388: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7389: is moved to pa_common.h
7390:
7391: 2010-05-18 misha
7392:
7393: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7394: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7395: cookie parser decode \uXXXX as well as %uXXXX
7396:
7397: 2010-05-17 misha
7398:
7399: * src/classes/curl.C: beauty: - unused param is removed in method
7400: _curl_version_action - some spaces were removed or replaced by
7401: tabs
7402:
7403: * src/classes/table.C: - bugfix: #72 core with empty value during
7404: ^table.hash[...;name_of_the_last_column][$.type[string]]
7405:
7406: 2010-05-16 misha
7407:
7408: * src/classes/curl.C: new: #61 more curl options were added
7409: (contributed by Sumo)
7410:
7411: 2010-04-29 pretender
7412:
7413: * src/main/pa_string.C: fixes #63 Split result from empty string
7414: now empty string.
7415:
7416: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7417: string type.
7418:
7419: 2010-04-28 pretender
7420:
7421: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7422: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7423: macrodefinition removed
7424:
7425: 2010-04-19 pretender
7426:
7427: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7428: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7429:
7430: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7431: fixes #64 Now file.missing exception generates in unsafe mode to.
7432:
7433: * src/classes/file.C: fixes #48 Now not throw "not save environment
7434: variable" exception in grpunlim version.
7435:
7436: 2010-04-05 misha
7437:
7438: * src/classes/string.C: - new feature: 4th param was added to
7439: match. if specified its value is returned in case of nothing was
7440: found
7441:
7442: 2010-04-01 misha
7443:
7444: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7445: multiple execution of /a/b/auto.p
7446:
7447: 2010-03-19 misha
7448:
7449: * src/main/execute.C: - core in $table1.$table2 was fixed
7450:
7451: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7452:
7453: 2010-01-27 misha
7454:
7455: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7456: trying to open file by path /existing-file/non-exixting-file
7457:
7458: 2010-01-26 misha
7459:
7460: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7461: was added (returns file)
7462:
7463: 2009-12-22 misha
7464:
7465: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7466: now parser doesn't have class curl if it was built without it
7467:
7468: 2009-12-15 misha
7469:
7470: * configure.in: - little cheat with curl include dir was added
7471:
7472: 2009-12-05 misha
7473:
7474: * src/classes/curl.C: - some fixes
7475:
7476: 2009-12-04 misha
7477:
7478: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7479: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7480: buildall-with-xml, buildall-without-xml, configure.in: - curl
7481: class was added
7482:
7483: * src/include/pa_hash.h: - hash-iterator was added
7484:
7485: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7486: was added to pcre
7487:
7488: 2009-11-27 misha
7489:
7490: * src/classes/image.C: - don't add @border attribute to output of
7491: ^image.html[] if it was specified by user with empty value
7492:
7493: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7494: root element and we are trying to access .documentElement
7495:
7496: 2009-11-11 misha
7497:
7498: * src/classes/table.C: - in ^table.flip[] look at number of columns
7499: instead of number of items in first row for named tables
7500:
7501: 2009-11-10 misha
7502:
7503: * operators.txt: - info about hash-options in ^file::create was
7504: added
7505:
7506: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7507: added
7508:
7509: 2009-11-09 misha
7510:
7511: * buildall-with-xml: - moving to libxml 2.7.6
7512:
7513: * tests/236.html: - tests for comparations cords with functions
7514: were added
7515:
7516: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7517: added
7518:
7519: * src/main/pa_http.C: - little optimisation
7520:
7521: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7522: GPF mallocs + stringstream (table.save)
7523:
7524: * src/classes/file.C: - file::create now accepts 4th param: options
7525: with $.charset
7526:
7527: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7528: bug in cord (comparation cords with functions was buggy)
7529:
7530: 2009-11-06 misha
7531:
7532: * src/main/pa_string.C: - bugfix: calculation string.length
7533: sometimes was buggy
7534:
7535: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7536: destroyed if exception occured during match/replace
7537:
7538: * src/: main/pa_charset.C, include/pa_charset.h: - method
7539: lengthUTF8Char was added
7540:
7541: * src/classes/op.C: - clean tainting lang was added for user's
7542: usage
7543:
7544: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7545: fixed: checkouts are required after GC_MALLOC
7546:
7547: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7548:
7549: * operators.txt: - actually, there is no ^untaint[xml] in
7550: file::create
7551:
7552: 2009-10-15 misha
7553:
7554: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7555: were added
7556:
7557: * tests/234.html: - more tests for checking ^taint[uri] escaping
7558: were added
7559:
7560: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7561: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7562: hacking: for dealing with transcoding+^taint[uri]
7563: transcode_and_untaint was replaced by untaint_and_transcode
7564:
7565: 2009-10-13 misha
7566:
7567: * tests/: 121.html, results/121.processed: - test transcoding +
7568: url-escaping now
7569:
7570: * tests/results/auto.p: - more helpers' methods were added
7571:
7572: * src/main/pa_globals.C: - die instead of abort
7573:
7574: 2009-10-06 misha
7575:
7576: * src/main/pa_common.C: - don't allocate memory during
7577: capitalization if input string is already capitalized
7578:
7579: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7580:
7581: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7582: use format function because it calls malloc
7583:
7584: * src/include/pa_common.h: - more capitalized headers were added
7585:
7586: * src/main/pa_common.C: - in safe mode clear executable bits during
7587: file writing
7588:
7589: 2009-10-05 misha
7590:
7591: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7592:
7593: 2009-10-03 misha
7594:
7595: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7596: ^img.text[] & ^img.length[] can work in utf-8 now
7597:
7598: * src/: include/pa_charset.h, main/pa_charset.C: - class
7599: UTF8_string_iterator was added
7600:
7601: * src/classes/image.C: - respect utf-8 when calculate alphabet
7602: length
7603:
7604: * src/classes/mail.C: - check from before get message.cstr
7605:
7606: 2009-10-02 misha
7607:
7608: * tests/233.html: - test for image.font, image.length, image.text
7609: with text in utf-8 were added
7610:
7611: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7612:
7613: * buildall-with-xml, buildall-without-xml: - comment about gc
7614: version for freebsd 4 was added
7615:
7616: 2009-10-01 misha
7617:
7618: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7619: terminator) - read_pipe were slightly optimized
7620:
7621: 2009-09-28 misha
7622:
7623: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7624: removed
7625:
7626: * src/types/pa_vmail.C: - forgot about space after ':'
7627:
7628: * src/types/pa_vmail.C: - escape filenames while preparing mail
7629: body - small simplifications
7630:
7631: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7632: inout params like pa_base64
7633:
7634: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7635: option $.debug-print(1) was added to mail:send - changes for
7636: using uue_encode which uses less memory
7637:
7638: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7639:
7640: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7641: memory now
7642:
7643: 2009-09-26 misha
7644:
7645: * src/types/pa_vmail.C: - default encoding now is base64
7646:
7647: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7648:
7649: 2009-09-25 misha
7650:
7651: * src/types/pa_vmail.C: - capitalization of headers was added to
7652: sending mail as well
7653:
7654: * buildall-with-xml: - catalog package was removed from libxml
7655:
7656: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7657: win32 absolute path
7658:
7659: * src/include/pa_common.h: - one more capitalized header was added
7660:
7661: 2009-09-22 misha
7662:
7663: * INSTALL: - comment about building just httpd binary while
7664: building apache module was added
7665:
7666: 2009-09-21 misha
7667:
7668: * buildall-with-xml: - moving to the latest versions of xml libs:
7669: libxml 2.7.4 and libxslt 1.1.25
7670:
7671: 2009-09-19 misha
7672:
7673: * tests/231.html: - test for encoding cookie in win-1251
7674:
7675: 2009-09-18 misha
7676:
7677: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7678: object] were added
7679:
7680: * operators.txt: - info about method ^reflection:fields[class or
7681: object] was added
7682:
7683: * src/classes/reflection.C: - method ^reflection:fields[class or
7684: object] was added
7685:
7686: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7687: methods get_fields were added
7688:
7689: * tests/232.html: - tests for @GET[name]
7690:
7691: * src/classes/table.C: - some changes in handling hash-options for
7692: creare, join and locate
7693:
7694: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7695: defined with option: the type of requested value
7696:
7697: 2009-09-17 misha
7698:
7699: * tests/212.html: - tests for .pattern and .options were added
7700:
7701: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7702: $regex.options were added
7703:
7704: 2009-09-11 misha
7705:
7706: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7707: rewrited. it checks not just one case of sending cookies during
7708: file::load[http], but also sending headers and fields (including
7709: files)
7710:
7711: 2009-09-10 misha
7712:
7713: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7714: was removed => now parser can open files with Russian 'r' in
7715: filename
7716:
7717: * src/main/untaint.C: - bugfix: client charset whould be analized
7718: while escaping cookies but now source charset
7719:
7720: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7721: ^tainted[uri] so it was possible to make request with incorrect
7722: http header
7723:
7724: * src/main/pa_http.C: - capitalization of http headers during
7725: file::load[http was slightly changes - bugfix: all headers which
7726: parser sends during file::load[http should be transcoded and only
7727: then escaped
7728:
7729: * src/main/untaint.C: - a bit more comments were added
7730:
7731: * src/classes/: file.C, string.C: - types where changes (minus 2
7732: warnings)
7733:
7734: * src/include/pa_common.h: - 2 capitalized strings for making http
7735: headers during file::load[http were added
7736:
7737: 2009-09-08 misha
7738:
7739: * operators.txt: - changes in file.save and string.save were added
7740:
7741: * tests/: 230.html, 230.txt: - tests for checking options in
7742: file.save and string.save were added
7743:
7744: * src/main/pa_request.C: - http headers names, which are passed to
7745: SAPI::add_header_attribute are lowercased now (it'll be
7746: capitalized in that method)
7747:
7748: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7749: classes/string.C: - file_write accepts Request_charsets and asked
7750: charset and cound transcode content before writing - string.save
7751: and file.save have option $.charset now
7752:
7753: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7754: classes/xdoc.C: - file_write accepts Request_charsets and asked
7755: charset and cound transcode content before writing
7756:
7757: * src/include/pa_exception.h: - new exception comment string was
7758: defined
7759:
7760: 2009-09-07 misha
7761:
7762: * src/main/compile.y: - grammar $name\ name stops now for regex
7763: sub-pattern\s
7764:
7765: 2009-09-04 misha
7766:
7767: * src/main/pa_http.C: - capitalization of http headers during
7768: file::load[http was implemented
7769:
7770: 2009-09-03 misha
7771:
7772: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7773: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7774: types/pa_vmail.C, targets/cgi/parser3.C,
7775: targets/isapi/parser3isapi.C: - back to storing response http
7776: headers in lowercase - capitalize them during output
7777:
7778: 2009-08-31 misha
7779:
7780: * src/classes/table.C: - allow call with any brackets (it could be
7781: useful in methods with explict result declaration)
7782:
7783: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7784: correctly if $request:charset==koi8-r
7785:
7786: 2009-08-30 misha
7787:
7788: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7789: changed: content-type => Content-type and so on
7790:
7791: * src/classes/file.C, src/include/pa_common.h,
7792: src/include/pa_request.h, src/main/pa_http.C,
7793: src/main/pa_request.C, src/types/pa_vcookie.C,
7794: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7795: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7796: tests/results/002.processed, tests/results/003.processed,
7797: tests/results/004.processed, tests/results/005.processed,
7798: tests/results/006.processed, tests/results/007.processed,
7799: tests/results/008.processed, tests/results/009.processed,
7800: tests/results/010.processed, tests/results/011.processed,
7801: tests/results/012.processed, tests/results/013.processed,
7802: tests/results/014.processed, tests/results/015.processed,
7803: tests/results/016.processed, tests/results/017.processed,
7804: tests/results/018.processed, tests/results/019.processed,
7805: tests/results/020.processed, tests/results/021.processed,
7806: tests/results/022.processed, tests/results/023.processed,
7807: tests/results/024.processed, tests/results/025.processed,
7808: tests/results/026.processed, tests/results/027.processed,
7809: tests/results/028.processed, tests/results/029.processed,
7810: tests/results/030.processed, tests/results/031.processed,
7811: tests/results/032.processed, tests/results/033.processed,
7812: tests/results/034.processed, tests/results/035.processed,
7813: tests/results/036.processed, tests/results/037.processed,
7814: tests/results/038.processed, tests/results/039.processed,
7815: tests/results/040.processed, tests/results/041.processed,
7816: tests/results/042.processed, tests/results/043.processed,
7817: tests/results/044.processed, tests/results/045.processed,
7818: tests/results/046.processed, tests/results/047.processed,
7819: tests/results/048.processed, tests/results/049.processed,
7820: tests/results/050.processed, tests/results/051.processed,
7821: tests/results/052.processed, tests/results/053.processed,
7822: tests/results/054.processed, tests/results/055.processed,
7823: tests/results/056.processed, tests/results/057.processed,
7824: tests/results/058.processed, tests/results/059.processed,
7825: tests/results/060.processed, tests/results/061.processed,
7826: tests/results/062.processed, tests/results/063.processed,
7827: tests/results/064.processed, tests/results/065.processed,
7828: tests/results/066.processed, tests/results/067.processed,
7829: tests/results/068.processed, tests/results/069.processed,
7830: tests/results/070.processed, tests/results/071.processed,
7831: tests/results/072.processed, tests/results/073.processed,
7832: tests/results/074.processed, tests/results/075.processed,
7833: tests/results/076.processed, tests/results/077.processed,
7834: tests/results/078.processed, tests/results/079.processed,
7835: tests/results/080.processed, tests/results/081.processed,
7836: tests/results/082.processed, tests/results/083.processed,
7837: tests/results/084.processed, tests/results/085.processed,
7838: tests/results/086.processed, tests/results/087.processed,
7839: tests/results/088.processed, tests/results/089.processed,
7840: tests/results/090.processed, tests/results/091.processed,
7841: tests/results/092.processed, tests/results/093.processed,
7842: tests/results/094.processed, tests/results/095.processed,
7843: tests/results/096.processed, tests/results/097.processed,
7844: tests/results/098.processed, tests/results/099.processed,
7845: tests/results/100.processed, tests/results/101.processed,
7846: tests/results/102.processed, tests/results/103.processed,
7847: tests/results/104.processed, tests/results/105.processed,
7848: tests/results/106.processed, tests/results/107.processed,
7849: tests/results/108.processed, tests/results/109.processed,
7850: tests/results/110.processed, tests/results/111.processed,
7851: tests/results/112.processed, tests/results/113.processed,
7852: tests/results/114.processed, tests/results/115.processed,
7853: tests/results/116.processed, tests/results/117.processed,
7854: tests/results/118.processed, tests/results/119.processed,
7855: tests/results/120.processed, tests/results/121.processed,
7856: tests/results/122.processed, tests/results/123.processed,
7857: tests/results/124.processed, tests/results/125.processed,
7858: tests/results/126.processed, tests/results/127.processed,
7859: tests/results/128.processed, tests/results/129.processed,
7860: tests/results/130.processed, tests/results/131.processed,
7861: tests/results/132.processed, tests/results/133.processed,
7862: tests/results/134.processed, tests/results/135.processed,
7863: tests/results/136.processed, tests/results/138.processed,
7864: tests/results/139.processed, tests/results/140.processed,
7865: tests/results/141.processed, tests/results/142.processed,
7866: tests/results/143.processed, tests/results/144.processed,
7867: tests/results/145.processed, tests/results/146.processed,
7868: tests/results/147.processed, tests/results/148.processed,
7869: tests/results/149.processed, tests/results/150.processed,
7870: tests/results/151.processed, tests/results/152.processed,
7871: tests/results/153.processed, tests/results/154.processed,
7872: tests/results/155.processed, tests/results/156.processed,
7873: tests/results/157.processed, tests/results/158.processed,
7874: tests/results/159.processed, tests/results/160.processed,
7875: tests/results/161.processed, tests/results/162.processed,
7876: tests/results/163.processed, tests/results/164.processed,
7877: tests/results/165.processed, tests/results/166.processed,
7878: tests/results/167.processed, tests/results/168.processed,
7879: tests/results/169.processed, tests/results/170.processed,
7880: tests/results/171.processed, tests/results/172.processed,
7881: tests/results/173.processed, tests/results/174.processed,
7882: tests/results/175.processed, tests/results/176.processed,
7883: tests/results/177.processed, tests/results/178.processed,
7884: tests/results/179.processed, tests/results/180.processed,
7885: tests/results/181.processed, tests/results/182.processed,
7886: tests/results/183.processed, tests/results/184.processed,
7887: tests/results/185.processed, tests/results/186.processed,
7888: tests/results/187.processed, tests/results/188.processed,
7889: tests/results/189.processed, tests/results/190.processed,
7890: tests/results/191.processed, tests/results/192.processed,
7891: tests/results/193.processed, tests/results/194.processed,
7892: tests/results/195.processed, tests/results/196.processed,
7893: tests/results/197.processed, tests/results/198.processed,
7894: tests/results/199.processed, tests/results/200.processed,
7895: tests/results/201.processed, tests/results/202.processed,
7896: tests/results/203.processed, tests/results/204.processed,
7897: tests/results/205.processed, tests/results/206.processed,
7898: tests/results/207.processed, tests/results/208.processed,
7899: tests/results/209.processed, tests/results/210.processed,
7900: tests/results/211.processed, tests/results/212.processed,
7901: tests/results/213.processed, tests/results/214.processed,
7902: tests/results/215.processed, tests/results/216.processed,
7903: tests/results/217.processed, tests/results/218.processed,
7904: tests/results/219.processed, tests/results/220.processed,
7905: tests/results/221.processed, tests/results/222.processed,
7906: tests/results/223.processed, tests/results/224.processed,
7907: tests/results/225.processed, tests/results/226.processed,
7908: tests/results/227.processed, tests/results/228.processed,
7909: tests/results/229.processed: - http headers were changed:
7910: content-type => Content-type and so on
7911:
7912: 2009-08-27 misha
7913:
7914: * src/: main/pa_random.C, include/pa_random.h,
7915: targets/cgi/parser3.C: - year was updated :)
7916:
7917: 2009-08-26 misha
7918:
7919: * tests/: 224.html, 224.p: - test for creating of parser object
7920: using constructor without params - little bugfix in test
7921:
7922: * src/main/compile_tools.h: - bugfix: should't call autouse while
7923: checking existed class while processing partial option
7924:
7925: * src/classes/reflection.C: - bugfix: core when creating object
7926: with reflection and constructor doesn't have params
7927:
7928: 2009-08-24 misha
7929:
7930: * tests/229.html: - tests for checking the number of parameters
7931: were added
7932:
7933: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7934: number of method's parameters wasn't checked correctly (the bug
7935: was introduced in 3.4.0)
7936:
7937: 2009-08-22 misha
7938:
7939: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7940: transcoded, but tainted pieces are escaped only when
7941: content-type==url-encoding
7942:
7943: * tests/228.html: - test for checking
7944: ^file::load[http://...;$.body[]]
7945:
7946: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7947: post charset was too early (charsets is empty at this moment)
7948:
7949: 2009-08-21 misha
7950:
7951: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7952: main/untaint.C: - some fixes with transcode+untaint
7953:
7954: 2009-08-15 misha
7955:
7956: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7957: was increaced to 100 (was 50)
7958:
7959: * tests/227.html: - test for checking overriding properties in
7960: static classes was added
7961:
7962: * tests/: 226.html, 226.p: - test for @autoload[] was added
7963:
7964: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7965: main/execute.C, main/pa_request.C, classes/reflection.C: -
7966: autouse was implemented
7967:
7968: 2009-08-14 misha
7969:
7970: * src/classes/reflection.C: - outdated checkout was removed
7971:
7972: * src/classes/reflection.C: - optimization - method ^dynamical was
7973: added.
7974:
7975: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7976: types/pa_vstateless_class.h, main/execute.C: - optimization
7977:
7978: * src/types/pa_vclass.C: - exception if base on sytem class
7979:
7980: 2009-08-12 misha
7981:
7982: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7983: pa_vstateless_class.h: - little optimisation
7984:
7985: 2009-08-11 misha
7986:
7987: * tests/224.html: - method_params => method_info - checking for
7988: $.inherited
7989:
7990: * src/classes/reflection.C, operators.txt: - method method_params
7991: was renamed to method_info and now it returns class name, if
7992: method was defined in ancestor
7993:
7994: * tests/225.html: - tests for cheching properties in hierarhical
7995: classes were added
7996:
7997: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7998: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7999: main/compile.y, main/execute.C, classes/classes.C: - problems
8000: with properties in new classes implementation were fixed
8001:
8002: 2009-08-10 misha
8003:
8004: * src/main/execute.C: - now constructor shouldn't be defined in
8005: class. it could be defined in parent.
8006:
8007: 2009-08-09 misha
8008:
8009: * src/classes/reflection.C: - ^reflection:methods doesn't return
8010: base's methods
8011:
8012: 2009-08-08 misha
8013:
8014: * src/: classes/classes.h, classes/date.C, classes/file.C,
8015: classes/form.C, classes/hash.C, classes/hashfile.C,
8016: classes/image.C, classes/mail.C, classes/op.C,
8017: classes/reflection.C, classes/regex.C, classes/string.C,
8018: classes/table.C, classes/xdoc.C, classes/xnode.C,
8019: classes/xnode.h, include/pa_hash.h, main/execute.C,
8020: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8021: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8022: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8023: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8024: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8025: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8026: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8027: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8028: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8029: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8030: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8031: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8032: types/pa_vresponse.C, types/pa_vresponse.h,
8033: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8034: types/pa_vstateless_object.h, types/pa_vstatus.C,
8035: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8036: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8037: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8038: types/pa_wwrapper.h, types/types.vcproj: - new classes
8039: implementation
8040:
8041: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8042: USE_MUNMAP is used. so it is disabled as a workaround.
8043:
8044: 2009-08-05 misha
8045:
8046: * src/: main/pa_common.C, include/pa_common.h: - not needed
8047: parameter was removed
8048:
8049: * src/main/pa_http.C: - bugfix: error was during detecting
8050: content-type of file which was loaded by http
8051:
8052: 2009-08-01 misha
8053:
8054: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8055: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8056: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8057: can't be disabled with defines any longer
8058:
8059: 2009-07-29 misha
8060:
8061: * src/classes/reflection.C, tests/results/224.processed: - for
8062: native methods with any call type now returned empty call_type
8063: value
8064:
8065: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8066: classes/table.C, include/pa_hash.h, include/pa_request.h,
8067: main/pa_request.C: - break in cycles was optimized
8068:
8069: * INSTALL: - more defines were described
8070:
8071: 2009-07-28 misha
8072:
8073: * operators.txt: - some changes in information about reflection
8074: class
8075:
8076: * tests/: 224.html, 224.p: - tests for reflection class
8077:
8078: * src/classes/reflection.C: - some bugs were fixed, method classes
8079: was added, refactoring
8080:
8081: 2009-07-26 misha
8082:
8083: * src/classes/classes.vcproj: - reflection class wass added to
8084: project
8085:
8086: * operators.txt: - information about reflection class was added
8087:
8088: * src/classes/reflection.C: - class was redesigned
8089:
8090: 2009-07-24 misha
8091:
8092: * src/classes/: Makefile.am, reflection.C: - class reflection was
8093: added
8094:
8095: * src/types/pa_vstateless_class.h: - method for reflection method's
8096: in classes was added
8097:
8098: 2009-07-22 misha
8099:
8100: * src/main/compile_tools.h: - bugfix: $object.$var was
8101: over-optimized. it failed if $object1.$object2.field
8102:
8103: 2009-07-16 misha
8104:
8105: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8106: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8107: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8108: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8109: one more arg: length of cord
8110:
8111: 2009-07-15 misha
8112:
8113: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8114: tainted in ^file::load[http://...;$.cookies[]]
8115:
8116: * src/classes/: op.C, regex.C, string.C: - new string with
8117: exception was used
8118:
8119: * src/include/pa_exception.h: - new string with exception was added
8120:
8121: * tests/223.html: - test for checking cookie-encoding during
8122: ^file::load[http was added
8123:
8124: * tests/: 221.html, 222.html: - tests for checking type of
8125: $table.fields.field were added
8126:
8127: * src/types/pa_vtable.C: - not used var decl was removed
8128:
8129: * src/include/pa_string.h: - use cached string length in Body::mid.
8130: it improves speed of match with brackets in pattern
8131:
8132: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8133: outside
8134:
8135: 2009-07-14 misha
8136:
8137: * src/types/pa_vtable.C: - $table.fields.a return string even if
8138: column is empty (sometime returned void) - $table.fields was
8139: added for nameless tables
8140:
8141: * src/targets/cgi/getopt.c: - one warning resolved
8142:
8143: * src/main/pa_string.C: - potentian bug fixed
8144:
8145: * src/classes/op.C: - small optimization in taint/untaint
8146:
8147: 2009-07-13 misha
8148:
8149: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8150: added
8151:
8152: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8153: souldn't add the attribut to output
8154:
8155: 2009-07-11 misha
8156:
8157: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8158: stack size was increaced to 2MB (default=1MB)
8159:
8160: 2009-07-08 misha
8161:
8162: * src/main/pa_string.C: - link to UTF-8 description was added
8163:
8164: * src/include/pa_hash.h: - hash keeps element's order in more
8165: places (ex: ._keys[])
8166:
8167: * tests/220.html: - test for checking order of elements in hash in
8168: foreach was added
8169:
8170: * tests/172.html: - small changes in printing hash
8171:
8172: * tests/129.html: - small changes in printing hash
8173:
8174: * src/: include/pa_common.h, include/pa_hash.h,
8175: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8176: types/pa_vmethod_frame.h: - hash now keeps order of elements
8177:
8178: * tests/014.html: - small changes in printing hash
8179:
8180: 2009-07-07 misha
8181:
8182: * src/classes/op.C: - new taint language "parser-code" was added
8183:
8184: * tests/219.html: - test for auto untaint parser code in process
8185: was added
8186:
8187: * src/classes/op.C: - tainted pieces in body of process are
8188: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8189:
8190: * src/: include/pa_string.h, main/untaint.C: - new language
8191: L_PARSER_CODE for auto-untaint in process was added
8192:
8193: * src/: classes/file.C, classes/hash.C, classes/image.C,
8194: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8195: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8196: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8197: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8198: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8199: code cleanup
8200:
8201: 2009-07-06 misha
8202:
8203: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8204: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8205: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8206:
8207: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8208: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8209: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8210: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8211: should be used
8212:
8213: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8214: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8215: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8216: untaint_cstr[m] should be used
8217:
8218: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8219: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8220:
8221: * tests/218.html: - test for checking automatic file-spec-taint was
8222: added
8223:
8224: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8225: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8226: classes/file.C, classes/hash.C, classes/image.C,
8227: classes/string.C, classes/table.C, classes/void.C,
8228: classes/xdoc.C: - optimizations and simplification of
8229: string.cstr(...)
8230:
8231: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8232: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8233: - optimizations and simplification of string.cstr(...)
8234:
8235: 2009-07-04 misha
8236:
8237: * tests/217.html: - test for recursion detection was added
8238:
8239: * src/: types/types.vcproj, main/main.vcproj,
8240: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8241: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8242: from .vcproj
8243:
8244: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8245:
8246: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8247: uploading files and case-insensitive http-method were added
8248:
8249: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8250: tainted pattern in ^file:list[] was added
8251:
8252: 2009-07-03 misha
8253:
8254: * src/: classes/classes.vcproj, main/main.vcproj,
8255: types/types.vcproj, targets/cgi/parser3.vcproj,
8256: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8257: for dynamic_cast) - little options changes
8258:
8259: * src/main/pa_http.C: - file::load[http works now with uploading
8260: files _and_ changing $.charset
8261:
8262: 2009-06-29 misha
8263:
8264: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8265: while creating pattern
8266:
8267: 2009-06-25 misha
8268:
8269: * src/classes/image.C, operators.txt: - options' names for
8270: ^image.font were changed to $.space, $.width and $spacing -
8271: default space width now == gif's width
8272:
8273: 2009-06-24 misha
8274:
8275: * tests/215.html: - tests for $file.mode were added
8276:
8277: * operators.txt: - added info about $file.mode and changes in
8278: ^image.font[
8279:
8280: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8281: param now could be omited - third param now could be hash (with
8282: all widths options: $.space-width, $.letter-width) - it's
8283: possible to specify tracking ($.letter-space)
8284:
8285: * src/classes/file.C: - file objects now could have mode field
8286: (text|binary)
8287:
8288: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8289:
8290: 2009-06-23 misha
8291:
8292: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8293: trim can work with utf-8 chars now
8294:
8295: 2009-06-20 misha
8296:
8297: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8298: was implemented
8299:
8300: * src/classes/table.C: - string length cacheing was implemented
8301:
8302: * src/include/pa_string.h: - string length cacheing was implemented
8303:
8304: 2009-06-17 misha
8305:
8306: * src/main/execute.C: - value param was removed from
8307: WContext::WContext
8308:
8309: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8310: pa_wwrapper.h: - value param was removed from WContext::WContext
8311: - field wcontext was removed from VCodeFrame (using fparent
8312: instead)
8313:
8314: * tests/214.html: - test with hash copying
8315:
8316: 2009-06-16 misha
8317:
8318: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8319: strings doesn't work in expression anymore
8320:
8321: * src/main/execute.C: - less calls for get_constructing() - little
8322: refactoring
8323:
8324: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8325: include/pa_request.h: - less calls for get_constructing()
8326:
8327: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8328: introduced with OPTIMIZE_SINGLE_STRING optimization
8329:
8330: 2009-06-14 misha
8331:
8332: * src/: classes/date.C, classes/file.C, classes/hash.C,
8333: classes/hashfile.C, classes/image.C, classes/regex.C,
8334: classes/table.C, classes/xdoc.C, classes/xnode.h,
8335: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8336: types/pa_vstateless_class.h, main/execute.C: - create object for
8337: storing object's fields only for parser objects
8338:
8339: 2009-06-13 misha
8340:
8341: * buildall-with-xml, buildall-without-xml: - new option was added
8342: for building GC (it slightly reduces memory usage)
8343:
8344: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8345: single string write
8346:
8347: * src/main/execute.C: - bytecode optimization of ^class:constructor
8348: - optimization of single string write
8349:
8350: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8351: - bytecode optimization of ^class:constructor
8352:
8353: 2009-06-09 misha
8354:
8355: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8356: main (better compatibility)
8357:
8358: 2009-06-08 misha
8359:
8360: * src/main/compile.y: - I've forgot to commit it :(
8361:
8362: 2009-06-07 misha
8363:
8364: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8365: WITH_READ and WITH_ROOT
8366:
8367: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8368: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8369: WITH_ROOT - little refactoring
8370:
8371: 2009-06-06 misha
8372:
8373: * tests/213.html: - tests for 3rd match string-param were added
8374:
8375: * src/classes/string.C: - 3rd match param could be string now
8376:
8377: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8378: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8379: GET_OBJECT_ELEMENT
8380:
8381: 2009-06-05 misha
8382:
8383: * src/main/pa_http.C: - bugfix: content-length was not calculated
8384: if $.body was specified
8385:
8386: 2009-06-04 misha
8387:
8388: * src/classes/op.C: - optimizing write_assign_lang in connect
8389:
8390: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8391:
8392: * src/main/execute.C: - little refactoring - optimizing
8393: write_assign_lang in taint/untaint
8394:
8395: * src/include/pa_opcode.h: - little refactoring
8396:
8397: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8398: main/compile_tools.h, main/execute.C: - optimizations for
8399: $self.field, ^self.method, $self.field[...] and $self.field(...)
8400: were added
8401:
8402: 2009-06-03 misha
8403:
8404: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8405:
8406: 2009-06-02 misha
8407:
8408: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8409: include/pa_opcode.h: - refactoring in last optimizations
8410: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8411: now but code is much easy and it is ready for further
8412: improvements.
8413:
8414: 2009-05-27 misha
8415:
8416: * src/: types/pa_junction.h, types/pa_vjunction.C,
8417: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8418: changed in destructing junctions
8419:
8420: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8421: String:Body
8422:
8423: 2009-05-26 misha
8424:
8425: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8426: one method detect_charset was deleted - bug was fixed in this
8427: method (error while detecting charset in content_type withot last
8428: ';')
8429:
8430: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8431: once
8432:
8433: 2009-05-25 misha
8434:
8435: * src/classes/file.C: - bugfix: file::exec didn't work after
8436: optimizing of helper_length
8437:
8438: 2009-05-24 misha
8439:
8440: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8441: were added - little refactoring
8442:
8443: * src/main/execute.C: - core while printing in debug log
8444: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8445: optimisations were added
8446:
8447: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8448: were added
8449:
8450: 2009-05-23 misha
8451:
8452: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8453: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8454: CORD_cat optimization
8455:
8456: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8457: - call constr optimisation under separate define now
8458:
8459: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8460: in $b should be string, not void
8461:
8462: * src/main/compile.y: - little fix for rem-cut optimisation
8463:
8464: * src/: include/pa_opcode.h, main/compile_tools.C,
8465: main/compile_tools.h, main/execute.C: - optimisations for
8466: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8467:
8468: * INSTALL: - description of some #defined were added
8469:
8470: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8471: before 1st access (memory usage is reduced if don't access to
8472: .text field)
8473:
8474: * src/include/pa_array.h: - array grows step now not static (it
8475: reduces numbers of reallocs)
8476:
8477: 2009-05-20 misha
8478:
8479: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8480: $.b(2), $c[d] and $.e[f] was added
8481:
8482: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8483: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8484: $.e[f] was added
8485:
8486: * src/main/execute.C: - debug printing moved in defines
8487:
8488: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8489: and little refactoring for OP_GET_OBJECT_ELEMENT +
8490: OP_GET_OBJECT_VAR_ELEMENT optimisation
8491:
8492: 2009-05-19 misha
8493:
8494: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8495: execute.C: - $a.$b & ^a.$b bytecode optimisation
8496:
8497: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8498: ^a.$b optimisation)
8499:
8500: * src/main/compile.y: - compiler now generate new opcodes:
8501: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8502: ^a.b - compiler now cut off ^rem{ with all content ; any number
8503: of params }
8504:
8505: * src/main/execute.C: - code for handle new opcodes
8506: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8507:
8508: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8509: added for LA2V and LA2S
8510:
8511: * src/include/pa_opcode.h: - new defines which can be used for
8512: disable some bytecode optimisation and new opcodes were added
8513:
8514: 2009-05-17 misha
8515:
8516: * src/lib/cord/cordxtra.c: - bugfix.
8517:
8518: * tests/212.html: - .size[] and .study_size[] were added to tests
8519:
8520: * operators.txt: - info about regex class was added
8521:
8522: * tests/212.html: - tests for regex class were added
8523:
8524: 2009-05-16 misha
8525:
8526: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8527: gc7.1
8528:
8529: * tests/022.html: - test for ^file:list[path;] (empty second param)
8530: was added
8531:
8532: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8533: param) should work
8534:
8535: 2009-05-15 misha
8536:
8537: * src/classes/table.C: - automatically disable stringstream usage
8538: on freebsd4
8539:
8540: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8541: scope
8542:
8543: * tests/211.html: - test with different types of access to hash was
8544: added
8545:
8546: * tests/210.html: - test which checks for loosing tainting in
8547: hash's keys was added
8548:
8549: * tests/208.html: - some parser work added. or stime == 0 %-)
8550:
8551: * src/lib/cord/cordbscs.c: - little hack was added to cord
8552:
8553: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8554:
8555: * src/include/pa_version.h, configure.in: - moko have made a lot of
8556: optimisations for increacing version number more dramatically :)
8557:
8558: * src/classes/date.C: - little refactoring: use constructor which
8559: accepts formated string
8560:
8561: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8562: which can print formatted string was added
8563:
8564: 2009-05-14 misha
8565:
8566: * src/include/pa_string.h: - type was fixed
8567:
8568: * src/: classes/hashfile.C, classes/op.C,
8569: include/pa_cache_managers.h, include/pa_charset.h,
8570: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8571: include/pa_request.h, include/pa_sql_driver_manager.h,
8572: include/pa_string.h, include/pa_stylesheet_manager.h,
8573: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8574: main/pa_charsets.C, main/pa_string.C,
8575: main/pa_stylesheet_connection.C, types/pa_value.h,
8576: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8577: types/pa_vobject.C, types/pa_vstateless_class.C,
8578: types/pa_vstateless_class.h: - hash_code caching was implemented
8579: (seaches should be faster now)
8580:
8581: * src/: classes/file.C, classes/hash.C, classes/image.C,
8582: classes/string.C, classes/table.C, include/pa_string.h,
8583: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8584: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8585: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8586: types/pa_vrequest.C: - String constructors don't have that stupid
8587: true/false param which means 'tainted'. they accept lang instead.
8588:
8589: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8590: with OPTIMIZE_RESULT
8591:
8592: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8593: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8594:
8595: 2009-05-13 misha
8596:
8597: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8598: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8599: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8600: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8601: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8602: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8603: include/pa_string.h, classes/date.C, classes/file.C,
8604: classes/hash.C, classes/image.C, classes/string.C,
8605: classes/table.C, classes/xdoc.C: - result optimisation -
8606: helper_length parameter removed from string constructors
8607:
8608: 2009-05-11 misha
8609:
8610: * tests/209.html: - tests for ^hash::create[hash] were added
8611:
8612: * tests/208.html: - tests for $status:rusage, $status:memory,
8613: ^memory:compact[] were added
8614:
8615: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8616: log10 were added
8617:
8618: * tests/206.html: - test for try with finally was added
8619:
8620: 2009-05-10 misha
8621:
8622: * tests/205.html: - test for ^file::create[...] was added
8623:
8624: * tests/204.html: - test for ^response:clear[] was added
8625:
8626: * tests/038.html: - tests for trigonometric functions were added
8627:
8628: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8629: added - more tests for .add, .sub, .union, .intersects and
8630: .intersections
8631:
8632: * tests/065.html: - test for ^file:dirname was added
8633:
8634: * tests/030.html: - test for $cookie:fields was added
8635:
8636: * tests/203.html: - test for ^h._keys[column name] was added
8637:
8638: * tests/201.html: - tests for .trim were added
8639:
8640: * tests/202.html: - tests for last-day,
8641: date:calendar[type](YYYY;MM;DD) were added
8642:
8643: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8644: .offset[type](N) were added
8645:
8646: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8647: and .pos[c](N) were added
8648:
8649: * tests/141.html: - test for math:sha1 was added
8650:
8651: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8652:
8653: 2009-05-09 misha
8654:
8655: * src/main/compile.y: - rollback
8656:
8657: 2009-05-05 misha
8658:
8659: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8660: replaced by is_empty()
8661:
8662: * src/: include/pa_string.h, main/pa_charset.C: - little
8663: optimisation: somewhere length() was replaced by is_empty()
8664:
8665: * src/classes/table.C: - little optimisation: somewhere length()
8666: was replaced by is_empty()
8667:
8668: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8669: classes/op.C, classes/table.C, main/pa_exception.C: - little
8670: optimisation: somewhere length() was replaced by is_empty()
8671:
8672: 2009-05-04 misha
8673:
8674: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8675: types/pa_vstateless_class.h, main/execute.C,
8676: include/pa_request.h, classes/hash.C, classes/op.C,
8677: classes/table.C: - more optimisations were added: some operators
8678: don't switch write context anylonger
8679:
8680: 2009-05-01 misha
8681:
8682: * src/main/compile.y: - slightly more opcode optimisations for
8683: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8684:
8685: * src/main/execute.C: - simplifying process for getters
8686:
8687: 2009-04-30 misha
8688:
8689: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8690:
8691: * tests/results/199.processed: - test for checking $result into
8692: ^rem was added
8693:
8694: * tests/199.html: - test for checking $result into ^rem was added
8695:
8696: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8697: some OS it returns list in different order)
8698:
8699: * src/: include/pa_array.h, include/pa_request.h,
8700: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8701: changes in stack impl - get_element() optimisation: 3rd param
8702: removed - bugfix: problems with reading empty input param -
8703: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8704:
8705: * tests/results/198.processed: - test for reading empty local var
8706: was added
8707:
8708: * tests/198.html: - test for reading empty local var was added
8709:
8710: 2009-04-29 misha
8711:
8712: * src/main/compile.y: - bugfix: couldn't compile because
8713: OP_VALUE__GET_ELEMENT should be unde #ifdef
8714:
8715: * src/: include/pa_array.h, include/pa_opcode.h,
8716: include/pa_request.h, main/compile.y, main/execute.C,
8717: main/pa_request.C, types/pa_vmethod_frame.C,
8718: types/pa_vmethod_frame.h: - we can work without opcode
8719: OP_STORE_PARAM, so it was removed
8720:
8721: 2009-04-28 misha
8722:
8723: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8724: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8725: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8726: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8727: 4.
8728: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8729:
8730: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8731:
8732: * src/: main/pa_string.C, classes/string.C: - !length() =>
8733: is_empty()
8734:
8735: 2009-04-27 misha
8736:
8737: * src/types/pa_vregex.h: - back explicit vars initialisation
8738:
8739: 2009-04-24 misha
8740:
8741: * src/classes/string.C: - ups. typo fixed
8742:
8743: * src/main/execute.C: - more replacements '*new VBool' to
8744: 'VBool::get' - checks for ^break[], ^continue[] and
8745: parser.interrupted were optimised
8746:
8747: * src/classes/string.C: - number of params.count() calls was
8748: slightly reduced
8749:
8750: 2009-04-23 misha
8751:
8752: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8753: make it x64 friendly
8754:
8755: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8756: parser is x64 friendly now
8757:
8758: 2009-04-22 misha
8759:
8760: * src/types/pa_vhashfile.C: - coder friendly exception about
8761: exceeding record size was added
8762:
8763: * src/classes/file.C: - use vregex object instead of direct calls
8764: methods from pcre lib
8765:
8766: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8767: classes/string.C: - use vregex object instead of direct calls
8768: methods from pcre lib
8769:
8770: * src/: include/pa_common.h, main/pa_common.C: - method
8771: print_pcre_exec_error_text was moved to class vregex
8772:
8773: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8774: was added
8775:
8776: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8777: - class vregex was added
8778:
8779: 2009-04-21 misha
8780:
8781: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8782:
8783: * src/: types/pa_junction.h, types/pa_value.C,
8784: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8785: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8786: junction-optimisation (destructors)
8787:
8788: * src/include/pa_array.h: - free under if now
8789:
8790: 2009-04-19 misha
8791:
8792: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8793:
8794: 2009-04-18 misha
8795:
8796: * src/include/pa_version.h:
8797: :q :
8798:
8799: CV:
8800: ----------------------------------------------------------------------
8801:
8802: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8803: refactoring
8804:
8805: * src/: include/pa_array.h, include/pa_hash.h,
8806: types/pa_vmethod_frame.h: - destructors under #ifdef now
8807:
8808: * src/include/pa_memory.h: - define for using destructors was added
8809:
8810: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8811: main/execute.C: - some junctions will be cached now
8812:
8813: * src/include/pa_hash.h: - hash destructor frees pairs now
8814:
8815: * src/include/pa_array.h: - inline was added to destructor
8816:
8817: * src/types/pa_method.h: - comment was changed
8818:
8819: 2009-04-17 misha
8820:
8821: * src/: include/pa_array.h, include/pa_hash.h,
8822: types/pa_vmethod_frame.h: - destructors were added
8823:
8824: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8825: renamed to always_use_result
8826:
8827: * src/main/: compile.y, compile_tools.h: - rollback changes in
8828: compiler: full backward compatibility is better
8829:
8830: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8831: result in var's hash
8832:
8833: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8834: optimisation in method_frame
8835:
8836: * src/include/pa_array.h: - optimisation in array (allocate
8837: elements only when needed)
8838:
8839: * src/types/pa_vresponse.C: - check for $response:headers field
8840: before looking at custom fields
8841:
8842: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8843: not needed to check existance var with name 'result' in var's
8844: hash
8845:
8846: * src/main/compile.y: - compiler was changed: now it detects
8847: writings to $result and set flag writo_to_result in method
8848:
8849: * src/classes/string.C: - little optimisation: no needed to write
8850: number with lang
8851:
8852: * src/main/pa_charset.C: - methods readChar and skipChar which is
8853: used for read utf8-strings were renamed - is_escaped was renamed
8854: to isEscaped (to the same name convention)
8855:
8856: * src/: types/pa_method.h, main/compile_tools.h: - flag
8857: write_to_result added. compiler get this info from code.
8858:
8859: 2009-04-16 misha
8860:
8861: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8862: String only before 1st write
8863:
8864: * src/include/pa_string.h: - not needed template removed
8865:
8866: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8867: types/pa_vjunction.C, types/pa_vproperty.C,
8868: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8869: main/pa_request.C, classes/bool.C, classes/double.C,
8870: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8871: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8872: bool objects)
8873:
8874: 2009-04-15 misha
8875:
8876: * src/lib/cord/cordxtra.c: - more optimisation
8877:
8878: * src/: include/pa_string.h, main/untaint.C: - String::append
8879: optimisation
8880:
8881: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8882: then get and can sometime be used)
8883:
8884: * src/main/pa_string.C: - String::length optimisation
8885:
8886: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8887: these methods read different strings
8888:
8889: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8890: fresult_initial_void removed + some optimisation - if $result
8891: defined we don't write to context anymore
8892:
8893: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8894: need just skip char)
8895:
8896: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8897: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8898: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8899:
8900: * src/types/pa_vvoid.h: - added get() method for retreave one
8901: instance
8902:
8903: 2009-04-11 misha
8904:
8905: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8906:
8907: * tests/197.html: - test for parser://test in xml was added
8908:
8909: * src/classes/string.C: - small optimisation
8910:
8911: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8912: optimisation
8913:
8914: 2009-04-10 misha
8915:
8916: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8917: to pcre-7.8
8918:
8919: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8920:
8921: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8922: added
8923:
8924: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8925: $request:CLASS_NAME were added
8926:
8927: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8928: were added
8929:
8930: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8931: $env:CLASS_NAME were added
8932:
8933: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8934: '@todo' now
8935:
8936: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8937: compirer
8938:
8939: * src/main/pa_string.C: - little code cleanup
8940:
8941: * src/main/pa_common.C: - describe one more UTF-8 related error
8942: during PCRE compile/execute
8943:
8944: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8945: normalizing todo-comments: '@todo' now
8946:
8947: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8948:
8949: * src/main/pa_charset.C: - type changed for making compiler happy
8950:
8951: 2009-03-10 misha
8952:
8953: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8954: in main()
8955:
8956: 2009-02-01 misha
8957:
8958: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8959: boundary
8960:
8961: 2009-01-25 misha
8962:
8963: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8964:
8965: * src/classes/file.C: - more changes for parsing different number
8966: of params for file::load
8967:
8968: * tests/193.html: - tests for exception while base64-decode binary
8969: to string was added
8970:
8971: * tests/192.html: - tests for file::load with different number of
8972: options
8973:
8974: * src/classes/math.C: - ups. forgot '+1'
8975:
8976: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8977: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8978: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8979: (new option $.encode[multipart-form/data] should be specified) -
8980: $.method[] option for file::load now is not case-sensitive
8981:
8982: * src/: include/pa_string.h, main/untaint.C: - for file post the
8983: new taint language L_FILE_POST was added
8984:
8985: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8986: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8987: stuff was moved to separate files
8988:
8989: 2009-01-23 misha
8990:
8991: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8992: spaces to tabs were converted
8993:
8994: 2009-01-12 misha
8995:
8996: * src/main/pa_http.C: - value of $.method[] option force uppercased
8997: now
8998:
8999: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9000: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9001: their names
9002:
9003: * src/main/pa_common.C: - changes in formating
9004:
9005: * src/: classes/file.C, main/pa_http.C: - some constants changed
9006: their names
9007:
9008: * src/include/pa_http.h: - some spaces were converted to tabs
9009:
9010: * src/include/pa_common.h: - some constants changed their names
9011:
9012: * src/classes/file.C: - fixed 4-th paramether for file::load -
9013: little code rewriting
9014:
9015: * src/types/pa_vfile.C: - little code rewriting
9016:
9017: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9018: types/pa_value.h: - some formating changes
9019:
9020: * src/include/pa_common.h: - some formating spaces transformed to
9021: tabs
9022:
9023: * src/classes/string.C: - exception while base64-decode binary to a
9024: string
9025:
9026: 2009-01-11 misha
9027:
9028: * configure.in: - version changed to 3.3.1b
9029:
9030: 2008-09-05 misha
9031:
9032: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9033: release_3_3_0 on 2008-09-05 10:59:35 +0000
9034:
9035: 2008-09-04 misha
9036:
9037: * tests/: 130.html, 131.html: - these exceptions not typeless
9038: anymore
9039:
9040: * src/classes/op.C: - exception with 'invalid taint language' not
9041: typeless anylonger
9042:
9043: * src/classes/image.C: - some exceptions while operations with
9044: image not typeless anymore
9045:
9046: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9047: main/pa_exec.C, main/pa_http.C: - some exceptions while
9048: operations with files not typeless anymore
9049:
9050: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9051: types/pa_vdate.h: - exceptions while checking date range not
9052: typeless anymore
9053:
9054: * src/include/pa_exception.h: - exception type string for invalid
9055: date range was added
9056:
9057: 2008-09-03 misha
9058:
9059: * src/: classes/file.C, main/pa_string.C: - exception while pce
9060: operations not typeless anymore
9061:
9062: * src/include/pa_exception.h: - exception type for pce operations
9063: was added
9064:
9065: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9066: and .CLASS_NAME insite classes
9067:
9068: * src/classes/table.C: - don't save table header whiile
9069: ^table.save[append;filename] if file exists
9070:
9071: 2008-09-02 misha
9072:
9073: * src/main/compile.y, src/main/compile_tools.h,
9074: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9075: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9076: renamed to partial and it login changed: we must mark class as
9077: partial for allow their modifications in future.
9078:
9079: 2008-08-29 misha
9080:
9081: * tests/results/022.processed: - testing taint[regex] in mask for
9082: file:list
9083:
9084: * tests/022.html: - testing taint[regex] in mask for file:list
9085:
9086: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9087: for file:list was added
9088:
9089: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9090: file:list
9091:
9092: 2008-08-26 misha
9093:
9094: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9095: last derived object
9096:
9097: * src/classes/image.C: - many strings "image.format" replaced by
9098: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9099: understand some more exif tags
9100:
9101: * src/include/pa_exception.h: - string "image.format" was added
9102:
9103: 2008-08-21 misha
9104:
9105: * src/: main/pa_string.C, classes/file.C: - use method for print
9106: pcre_exec text error
9107:
9108: * src/main/pa_common.C: - method for print pcre_exec text error was
9109: added
9110:
9111: * src/include/pa_common.h: - method declaration for print pcre_exec
9112: text error was added
9113:
9114: 2008-08-19 misha
9115:
9116: * src/main/execute.C: - bugfix: opcodes must be in separate
9117: namespace while debug execution as well
9118:
9119: * tests/: 015.html, results/015.processed: - test for escaping some
9120: parser chars was added
9121:
9122: 2008-08-18 misha
9123:
9124: * tests/: 190.html, 190.p, results/190.processed: - test for
9125: $caller.self.field + default getter in one class was added
9126:
9127: * tests/: 189.html, results/189.processed: - test for
9128: ^date::create[date object]
9129:
9130: * tests/: 188.html, results/188.processed: - tests for match with
9131: UTF-8 strings
9132:
9133: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9134: ^string.match[]
9135:
9136: * ChangeLog: - parser 3.3.0 beta13
9137:
9138: 2008-08-15 misha
9139:
1.116 moko 9140: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9141: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9142: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9143: dftables.c: - old PCRE files removed
1.95 moko 9144:
9145: * src/lib/pcre/config.h: - configuration for PCRE library
9146:
9147: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9148: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9149:
9150: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9151: library and set flag UTF8 if $request:charset is UTF-8
9152:
9153: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9154: include/pa_config_fixed.h: - moved to new PCRE library
9155:
9156: * src/: main/main.vcproj, types/types.vcproj,
9157: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9158: win32\pcre instead of parser3\src\lib\pcre
9159:
9160: * src/: include/pa_opcode.h, include/pa_operation.h,
9161: main/compile.C, main/compile.y, main/compile_tools.C,
9162: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9163: opcodes were moved to separate namespace
9164:
9165: 2008-08-14 misha
9166:
9167: * src/types/pa_vstateless_class.C: - newline at the end missed
9168:
9169: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9170: tainting
9171:
9172: 2008-08-11 misha
9173:
9174: * tests/: 187.html, 187.p, results/187.processed: - tests for
9175: $caller.self, $caller.self.field and $caller.self.field[value]
9176: were added
9177:
9178: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9179: runtime as well (for $caller.self)
9180:
9181: 2008-07-25 misha
9182:
9183: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9184: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9185: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9186: tests with international characters
9187:
9188: 2008-07-23 misha
9189:
9190: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9191: file::load[...;http://
9192:
9193: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9194: now everywhere in separate namespace
9195:
9196: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9197: for vars
9198:
9199: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9200: can be escaped by '^'
9201:
9202: 2008-07-22 misha
9203:
9204: * src/classes/string.C, tests/186.html: - names changes:
9205: escape=>js-escape, unescape=>js-unescape
9206:
9207: 2008-07-21 misha
9208:
9209: * tests/results/186.processed: - test for string escape/unescape
9210:
9211: * tests/186.html: - test for string escape/unescape
9212:
9213: * src/classes/string.C: - string has escape and unescape methods
9214: now
9215:
9216: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9217: added
9218:
9219: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9220: method-layers added (with different params)
9221:
9222: 2008-07-18 misha
9223:
9224: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9225: was added
9226:
9227: * tests/185.html: - test for ^str.pos[sub](offset) added
9228:
9229: * src/classes/string.C, src/classes/void.C, operators.txt: -
9230: ^string.pos[substr](offset) -- 2nd param accepted now
9231:
9232: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9233: strings
9234:
9235: 2008-07-17 misha
9236:
9237: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9238: helper length added for mid for small optimisation
9239:
9240: 2008-07-16 misha
9241:
9242: * tests/: 185.html, results/185.processed: - tests for
9243: length/left/right/mid/pos with utf-8 strings
9244:
9245: * src/classes/string.C: - left/right/mid/length/pos works fine for
9246: utf-8 strings
9247:
9248: * src/main/untaint.C: - comments removed
9249:
9250: * src/: include/pa_string.h, main/pa_string.C,
9251: include/pa_charset.h, main/pa_charset.C: - methods for working
9252: with pos/mid for strings in utf-8 were added
9253:
9254: 2008-07-15 misha
9255:
9256: * tests/: 184.html, results/184.processed: - test for case body as
9257: expression: $var(^switch(1){^case(1)(true)..})
9258:
9259: * src/classes/op.C: - case body can be expression now:
9260: $var(^switch(1){^case(1)(true)..})
9261:
9262: * tests/: results/183.processed, 183.html: - added test for testing
9263: new cookie encoding (%uXXXX)
9264:
9265: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9266: decoding for backward compatibility they decoded from %XX in
9267: request:charset too
9268:
9269: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9270: - cookie class now decode cookies before first access after last
9271: request:charset changing (as form class).
9272:
9273: * src/main/pa_charset.C: - added method escape for escaping cookies
9274: as %uXXXX - before transcode calculate required space for dest
9275: string. it reduce mem usage for transcode
9276:
9277: * src/include/pa_charset.h: - added method escape for escaping
9278: cookies as %uXXXX
9279:
9280: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9281: was added. will used for escaping cookies as %uXXXX
9282:
9283: * src/include/pa_common.h: - escape method has new option for skip
9284: converting '+' to a space char
9285:
9286: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9287: transcode - escape method has new option for skip converting '+'
9288: to a space char
9289:
9290: 2008-07-08 misha
9291:
9292: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9293: (no UE if more then 1 case matches anylonger) - optimization:
9294: doing searching.as_string() || searching.as_double() only once
9295:
9296: 2008-07-04 misha
9297:
9298: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9299: now ^date::create[date object] works
9300:
9301: * src/classes/string.C: - left and right added as aliases for start
9302: and end in ^string.trim[]
9303:
9304: 2008-07-03 misha
9305:
9306: * src/classes/file.C: - allow $.limit for file::sql as well
9307:
9308: * src/classes/file.C: - allow $.offset option for file::sql - force
9309: send limit=1 to query for use sql specifics authomatically
9310:
9311: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9312: if $.limit value if empty. autoconvert it as everywere
9313:
9314: 2008-07-02 misha
9315:
9316: * configure.in: - time to change version number to 3.3.0 %-)
9317:
9318: * src/include/pa_version.h: - time to change version number to
9319: 3.3.0 %-)
9320:
9321: 2008-06-26 misha
9322:
9323: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9324: $.limit(0) fixes
9325:
9326: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9327: - $.limit(0) fixes
9328:
9329: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9330: new API)
9331:
9332: * src/: include/pa_sql_driver_manager.h,
9333: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9334: classes/op.C: - document_root added
9335:
9336: * src/main/compile.tab.C: - error message was changed
9337:
9338: 2008-06-25 misha
9339:
9340: * src/main/compile.y: - error message was changed
9341:
9342: 2008-06-24 misha
9343:
9344: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9345:
9346: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9347: tests for @OPTIONS\nappend
9348:
9349: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9350:
9351: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9352:
9353: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9354:
9355: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9356: compile.y
9357:
9358: 2008-06-17 misha
9359:
9360: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9361: compilation: ^if(default){true. it's incorrect. must be
9362: exception}
9363:
9364: 2008-06-16 misha
9365:
9366: * tests/: 181.ent, 181.html, results/181.processed: - test for
9367: checking external reference loading with 'http://localhost'
9368: prefix while creating xdoc
9369:
9370: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9371: ^math:long2ip[] and ^math:ip2long[]
9372:
9373: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9374: added which use scalar stateless class method when user object
9375: used in scalar context - use get_scalar_value when user object
9376: requested in scalar context
9377:
9378: * src/main/pa_common.C: - size must be int but not size_t or we
9379: can't compare with 0 sprintf result
9380:
9381: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9382: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9383: with internal switch between local/global vars
9384:
9385: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9386: specified
9387:
9388: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9389: pa_vstateless_object.h: - stateless class and object now has
9390: private scalar field and getter/setter for working with it
9391:
9392: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9393: moved to inet static class
9394:
9395: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9396: class added (^inet:aton[IP], ^inet:ntoa(number))
9397:
9398: * tests/: 180.html, results/180.processed: - tests for
9399: ^math:long2ip(long) and ^math:ip2long[IP]
9400:
9401: * src/classes/math.C: - ^math:ip2long[IP] added
9402:
9403: 2008-06-11 misha
9404:
9405: * src/main/pa_xml_io.C: - use file_read_text again because of we
9406: need cut BOM code and remove DOS newline chars. but don't
9407: transcode it anyway.
9408:
9409: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9410: main/pa_http.C: - option for disable transcoding while file_read
9411: and file_read_text added
9412:
9413: 2008-06-10 misha
9414:
9415: * tests/: 179.html, 179.p, results/179.processed: - test for many
9416: classes in 1 file
9417:
9418: * src/main/: compile.C, compile_tools.h: - compile return list of
9419: classes now.
9420:
9421: * src/main/: compile.y, compile.tab.C: - compile return list of
9422: classes now. internals.
9423:
9424: * src/main/pa_request.C: - compile return list of classes now. try
9425: call @conf and @auto for each returned class
9426:
9427: * src/include/pa_request.h: - compile return list of classes now
9428:
9429: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9430: return list of classes when compile buf)
9431:
9432: 2008-06-07 misha
9433:
9434: * src/main/pa_request.C: - constructing VRequest object with 3rd
9435: param -- form
9436:
9437: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9438: 3rd param: form. needed for get post_charset
9439:
9440: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9441: added
9442:
9443: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9444: types/pa_vform.C, types/pa_vform.h: - some polish
9445:
9446: 2008-06-06 misha
9447:
9448: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9449: charset and decode chars from it but not from response:charset
9450:
9451: * src/main/pa_http.C: - detect_charset moved out of here
9452:
9453: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9454: methods moved here - unescape_chars accepn one charset now
9455:
9456: * src/main/pa_http.C: - new constants used - don't allow
9457: $.content-type in ^file::load[;http://;$.method[POST]] - add
9458: charset info while ^file::load[;http://;$.method[POST]] - option
9459: $.omit-post-charset(true) added to ^file::load[;http://] for
9460: disabling charset during post
9461:
9462: * src/types/pa_vform.C: - new constants used
9463:
9464: * src/include/pa_common.h: - some constants were added
9465:
9466: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9467: instead of StrEqNc
9468:
9469: * src/main/pa_common.C: - new method for caseless search
9470: c-substring in c-string - use isxdigit instead of is_hex_digit
9471:
9472: * src/include/pa_common.h: - new method for caseless search
9473: c-substring in c-string
9474:
9475: 2008-06-05 misha
9476:
9477: * tests/results/178.processed: - test for testing default getter
9478:
9479: * tests/178.html: - test for testing default getter
9480:
9481: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9482: for test for testing default getter
9483:
9484: * src/main/execute.C: - default getter soul
9485:
9486: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9487: requested objects' field not found
9488:
9489: * src/types/pa_vclass.C: - register default getter if defined - get
9490: default getter if requested field not found
9491:
9492: * src/types/pa_vstateless_object.h: - method get_default_getter was
9493: added
9494:
9495: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9496: pointer to default getter and methods for get/set it were added
9497:
9498: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9499: auto_name field (for default getter)
9500:
9501: 2008-06-04 misha
9502:
9503: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9504: transcoding, no cutting BOM code, no fixing line breaks) and get
9505: it to libxml "as is"
9506:
9507: 2008-06-03 misha
9508:
9509: * src/main/pa_common.C: - use store_Char instead of
9510: transcodeCharFromUTF8
9511:
9512: * src/: include/pa_charset.h, main/pa_charset.C: - method
9513: store_Char added, transcodeCharFromUTF8 -- removed
9514:
9515: 2008-06-02 misha
9516:
9517: * tests/: results/177.processed, 177.html: - test for checking
9518: .[acm]date after local ^file::load[] was added
9519:
9520: * tests/: results/176.processed, 176.html: - test for checking
9521: @OPTION\locals + @method[vars][locals] added
9522:
9523: * tests/results/auto.p: - CLASS_PATH specified for checking use
9524:
9525: 2008-05-30 misha
9526:
9527: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9528: @OPTION\nlocals + @method[vars][;locals;] were added
9529:
9530: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9531: moved to separate method op_code - switch from VMethodFrame to
9532: VMethodFrameGlobal + VMethodFrameLocal
9533:
9534: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9535: was moved to separate method op_code
9536:
9537: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9538: VMethodFrame now
9539:
9540: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9541: all_vars_local as well
9542:
9543: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9544: pa_vmethod_frame_local.h, Makefile.am: - who children for
9545: VMethodFrame were added: one (global) works as VMethodFrame
9546: before and second (local) write all vars in self vars scope
9547:
9548: * src/types/pa_method.h: - method has bool flag all_vars_local now
9549:
9550: 2008-05-29 misha
9551:
9552: * tests/: 129.html, results/129.processed: - more tests for
9553: ^table.hash[]
9554:
9555: * src/classes/hash.C: - ^hash::sql has a new option:
9556: $.type[hash|string|table] as ^table.hash[] one.
9557:
9558: * src/classes/op.C: - ^try has 3rd param now: finally code which
9559: executed anyway after try or catch section
9560:
9561: 2008-05-27 misha
9562:
9563: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9564: must not fail if $.distinct(1) wasn't specified
9565:
9566: 2008-05-26 misha
9567:
9568: * src/classes/op.C: - allow ^throw[my type]
9569:
9570: 2008-05-22 misha
9571:
9572: * configure.in, configure: - version number updated to 3.2.4b
9573:
9574: * src/classes/: op.C, string.C: - trim format string before
9575: eval/format
9576:
9577: * tests/: results/175.processed, 175.html: - more tests for
9578: different format strings in .format[]
9579:
9580: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9581: as well (not only %XX)
9582:
9583: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9584: charset specified - checks for format before print number
9585: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9586: (instead of tabs) removed
9587:
9588: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9589: charset specified
9590:
9591: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9592: char in requested charset from utf code was added
9593:
9594: 2008-05-19 misha
9595:
9596: * tests/: 174.html, results/174.processed: - test for
9597: ^hashfile.cleanup[] added
9598:
9599: * src/classes/hashfile.C: - optimization: don't create any key or
9600: value variable if it's name weren't specified
9601: (^hf.foreach[;v]{...})
9602:
9603: 2008-05-16 misha
9604:
9605: * src/classes/hash.C: - optimization: don't create any key variable
9606: if variable name wasn't specified (^h.foreach[;v]{...})
9607:
9608: 2008-05-15 misha
9609:
9610: * src/classes/op.C: - small changes
9611:
9612: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9613:
9614: * src/classes/hash.C: - calculate var_context once before foreach
9615:
9616: 2008-05-14 misha
9617:
9618: * src/classes/hashfile.C: - incorrect vars context calculation for
9619: ^hashfile.foreach[;]{} fixed
9620:
9621: * src/classes/: hash.C, table.C: - little optimisation
9622:
9623: * src/classes/file.C: - bugfix: double absolute path while loading
9624: file
9625:
9626: * tests/: 174.html, results/174.processed: - tests for hashfile
9627: were added
9628:
9629: * buildall-with-xml: - moving to libxslt 1.1.24
9630:
9631: 2008-04-30 misha
9632:
9633: * src/classes/file.C: - stat file while loading (local only) so
9634: .adate, .mdate and .cdate available without additional ::stat
9635:
9636: 2008-04-28 misha
9637:
9638: * src/classes/file.C: - $.name and $.content-type available for
9639: stated file
9640:
9641: 2008-04-14 misha
9642:
9643: * src/targets/cgi/parser3.C: - new year in copyright %-)
9644:
9645: * src/include/pa_version.h: - new version number in head
9646:
9647: 2008-04-10 misha
9648:
9649: * tests/: 080.html, results/080.processed: - cut '0' from
9650: exponential part because of on diff OS it differ (20 or 020 for
9651: ex)
9652:
9653: * tests/: 119.html, results/119.processed: - check for encoding
9654: while creating xdoc
9655:
9656: 2008-04-09 misha
9657:
9658: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9659:
9660: * src/main/pa_common.C: - comment added
9661:
9662: * src/classes/date.C: - little refactoring
9663:
9664: 2008-04-07 misha
9665:
9666: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9667: style of ^table.save[]: prepare one big string and sabe it at
9668: once. it's safe on freebsd 4.x but use much more memory.
9669:
9670: * buildall-with-xml, buildall-without-xml: - option
9671: --disable-stringstream added (under comment. use it on freebsd
9672: 4.x)
9673:
9674: 2008-02-22 misha
9675:
9676: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9677: specified together in file::load[;http] - get back transcoding
9678: $.body[] in file::load[;http]
9679:
9680: 2008-02-21 misha
9681:
9682: * src/classes/date.C: - ^date.gmt-string[] was added
9683:
9684: * src/types/pa_value.C: - method for output date in RFC 822 format
9685: moved to pa_common.h
9686:
9687: * src/include/pa_common.h: - method for output date in RFC 822
9688: format moved here from pa_value.C
9689:
9690: * src/types/pa_vmail.C: - fixed core in sending mail with
9691: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9692:
9693: 2008-02-20 misha
9694:
9695: * src/main/pa_http.C: - transcode $.headers before escaping into
9696: specified charset while ^file::load[...;http://...] (L_URI
9697: instead of L_HTTP_HEADER) - $.cookies param available in
9698: ^file::load[;http://...] now (but we don't parse set-cookies from
9699: response yet) (cookies not transcoded as common $cookies)
9700:
9701: 2008-02-19 misha
9702:
9703: * src/main/pa_request.C: - rollback: we mustn't force taint
9704: $response:field values because in this case
9705: $response:locateion[http://...] don't works.
9706:
9707: 2008-02-15 misha
9708:
9709: * src/classes/op.C: - little refactoring
9710:
9711: * src/main/pa_http.C: - taint names of $.headers for load[;http
9712:
9713: * src/main/pa_request.C: - force taint values of $response:field
9714:
9715: 2008-02-14 misha
9716:
9717: * src/main/pa_request.C: - $response:field transcoded to
9718: $response:charset before escaping now
9719:
9720: * src/main/pa_http.C: - some outdated comments removed
9721:
9722: * src/classes/date.C: - lastdat -> last-day
9723:
9724: * src/classes/date.C: - ^date:lastday(year;month) and
9725: ^date.lastday[] were added - little code refactoring - comments
9726: changes
9727:
9728: * tests/: 159.html, results/159.processed: - test for number of
9729: days in February
9730:
9731: * src/types/pa_value.C: - fixes in code formatting
9732:
9733: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9734: and comments
9735:
9736: 2008-02-13 misha
9737:
9738: * src/main/pa_common.C: - bugfix for february at leap year
9739:
9740: 2008-01-28 misha
9741:
9742: * tests/: 160.html, results/160.processed: - more test for cache
9743: added
9744:
9745: * src/classes/op.C: - bugfix: cache body executed twice if contains
9746: unhandled exception
9747:
9748: 2008-01-25 misha
9749:
9750: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9751: bug when hashfile became inavailable after memory:compact)
9752:
9753: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9754:
9755: 2008-01-22 misha
9756:
9757: * src/classes/table.C: - little refactiring and exception texts
9758: changes in method ^table.hash[]
9759:
9760: * src/types/pa_vcookie.C: - link to cookie specification changed
9761:
9762: 2008-01-21 misha
9763:
9764: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9765: file::exec/cgi
9766:
9767: * src/classes/file.C: - bugfix: core while processing headers if
9768: executed cgi script don't return content
9769:
9770: 2008-01-18 misha
9771:
9772: * buildall-with-xml: - move to libxml2 version 2.6.31
9773:
9774: * src/include/pa_version.h, configure.in: - version number updated
9775: to '3.2.3b'
9776:
9777: 2007-12-28 misha
9778:
9779: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9780: hash.contains
9781:
9782: 2007-12-27 misha
9783:
9784: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9785: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9786: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9787: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9788: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9789: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9790: src/targets/cgi/parser3.vcproj,
9791: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9792: back to VS2003 because of Apache 1.3 module can't work if it was
9793: built in VS 2005. with cgi all file so VS2003 project files can
9794: be easy converted to the new format.
9795:
9796: 2007-12-04 misha
9797:
9798: * src/types/pa_vcode_frame.h: - changes in comment
9799:
9800: 2007-11-29 misha
9801:
9802: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9803: intercept strings any longer
9804:
9805: * tests/: 173.html, results/173.processed: - tests for
9806: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9807: but not in main code frame
9808:
9809: * tests/: 172.html, results/172.processed: - more tests for pass
9810: objects from code frames
9811:
9812: 2007-11-27 misha
9813:
9814: * tests/: 152.html, results/152.processed: - tests for converting
9815: strings 'true'/'false' to bool were added
9816:
9817: * tests/152.html: - added checks for converting strings
9818: 'true'/'false' to bool
9819:
9820: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9821: not only strings with numbers but with values 'true'/'false' as
9822: well
9823:
9824: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9825: for parser3.log increased
9826:
9827: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9828:
9829: * src/include/pa_common.h: - remove_crlf return cstring size now
9830:
9831: * src/include/pa_types.h: - constant with buffer size for
9832: parser3.log added
9833:
9834: 2007-11-16 misha
9835:
9836: * tests/cat.sh: - script for tests for file::exec/cgi
9837:
9838: * tests/171.html: - tests for file::exec/cgi
9839:
9840: * tests/results/171.processed: - tests results for file::exec/cgi
9841:
9842: 2007-11-15 misha
9843:
9844: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9845:
9846: * src/classes/file.C: - .body must be set before analyzing cgi
9847: headers
9848:
9849: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9850: only if exec/cgi return anything.
9851:
9852: 2007-11-14 misha
9853:
9854: * operators.txt: - info about new text|binary option for
9855: file::exec/cgi was added
9856:
9857: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9858: ^file:exec[[text|binary];script;...]
9859:
9860: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9861: classes/string.C, classes/table.C: - more text strings moved to
9862: the one place
9863:
9864: 2007-11-09 misha
9865:
9866: * src/types/pa_vrequest.C: - $request:argv must be taint
9867:
9868: * ChangeLog: - $request:argv [patch from Sumo]
9869:
9870: * operators.txt: - $request:argv
9871:
9872: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9873: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9874:
9875: 2007-10-25 misha
9876:
9877: * buildall-with-xml, buildall-without-xml: - options preparations
9878: for ./configure rewrited
9879:
9880: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9881: error occure in unhandled_exception finally fixed
9882:
9883: 2007-10-23 misha
9884:
9885: * tests/: 170.html, results/170.processed: - test for
9886: @method[][result]
9887:
9888: * operators.txt: - added info about node.prefix and
9889: node.namespaceURI
9890:
9891: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9892:
9893: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9894: added for node and attribute
9895:
9896: 2007-10-22 misha
9897:
9898: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9899:
9900: * src/main/pa_request.C: - added const content-transfer-encoding
9901:
9902: * src/include/pa_request.h: - added const content-transfer-encoding
9903: - ups. constants must be in lowercase (for search)
9904:
9905: * src/types/pa_vmail.C: - more constants used -
9906: content-transfer-encoding: 8bit added
9907:
9908: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9909:
9910: * src/include/pa_request.h: - more constants
9911:
9912: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9913: ommit anymore if $.content-disposition was specified - little
9914: refactoring
9915:
9916: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9917:
9918: 2007-10-17 misha
9919:
9920: * operators.txt: - info about
9921: table::create[nameless]{data}[>options<] was added
9922:
9923: * src/main/: compile.tab.C, compile.y: - if error occure while
9924: compile method don't put this method in methods table anymore.
9925: in other case the parser coredumped if @unhandled_exception
9926: method can't be compiled because of parser.compile error.
9927:
9928: * src/main/execute.C: - little code reformating
9929:
9930: * src/main/pa_request.C: - little code reformating - comment
9931: changed
9932:
9933: 2007-10-16 misha
9934:
9935: * tests/: 035.html, results/035.processed: - tests
9936: table::create[]{}[options] added
9937:
9938: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9939: options (only $.seperator[] yet)
9940:
9941: 2007-10-10 misha
9942:
9943: * src/classes/table.C: - some contstants moved to pa_common.h -
9944: some code changes
9945:
9946: 2007-10-02 misha
9947:
9948: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9949: then three time as much. but base64 encoding method still use
9950: less memory anyway.
9951:
9952: 2007-09-17 misha
9953:
9954: * operators.txt: - added info about $cookie:fields
9955:
9956: * src/types/pa_vcookie.C: - $cookie:fields available now
9957:
9958: * src/classes/hash.C: - some stuff for use with .for_each moved to
9959: common
9960:
9961: * src/include/pa_common.h: - some stuff for use with .for_each
9962: moved here
9963:
9964: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9965:
9966: 2007-09-14 misha
9967:
9968: * buildall-with-xml: - new xml libs again =)
9969:
9970: 2007-08-28 misha
9971:
9972: * operators.txt: - texts about ^table.columns[[column name]] and
9973: ^string.split[...][v][column name] were added
9974:
9975: * tests/: 168.html, 169.html, results/168.processed,
9976: results/169.processed: - tests for ^table.columns[[column name]]
9977: and ^string.split[...][v][column name] were added
9978:
9979: * src/classes/table.C: - new option ^table.columns[[column name]]
9980: was added
9981:
9982: * src/classes/string.C: - new option ^string.split[...;v;[column
9983: name]]
9984:
9985: * src/include/pa_exception.h: - error text message for
9986: ^hash._keys[], ^table.columns[] and ^string.split[]
9987:
9988: 2007-08-27 misha
9989:
9990: * src/main/untaint.C: - try to fix coredump on unix if print to
9991: body ^taint[sql][something] outside of connect
9992:
9993: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9994: outside of connect
9995:
9996: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9997: added (commented by default)
9998:
9999: 2007-08-20 misha
10000:
10001: * operators.txt: - comment about new method ^node.hasAttributes[]
10002: was added
10003:
10004: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10005: duplicated exception text strings were removed
10006:
10007: * src/include/pa_exception.h: - more exception text strings moved
10008: here
10009:
10010: * src/classes/table.C: - some duplicate exceptions' text strings
10011: removed
10012:
10013: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10014: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10015: removed
10016:
10017: * src/include/pa_exception.h: - some exception text strings movet
10018: to pa_exception
10019:
10020: * tests/: 149.html, results/149.processed: - test for
10021: ^xnode.hasAttributes[] was added - some code changes
10022:
10023: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10024: added
10025:
10026: 2007-08-17 misha
10027:
10028: * tests/: results/006.processed, results/059.processed, 006.html,
10029: 059.html: - more tests for match
10030:
10031: * tests/: 129.html, results/129.processed: - tests for
10032: ^table.hash[...][$.type[string|hash|table]] added
10033:
10034: * src/targets/cgi/parser3.C: - little syntax changes
10035:
10036: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10037: syntax changes
10038:
10039: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10040: messages in parser3.log switched off by default. If someone
10041: really still need it: use $SIGPIPE(1)
10042:
10043: 2007-08-08 misha
10044:
10045: * buildall-with-xml, buildall-without-xml: - remove libs source
10046: files by default since now
10047:
10048: 2007-08-07 misha
10049:
10050: * buildall-without-xml: - some option syntax changes
10051:
10052: * buildall-with-xml: - compile libxml2 without http support - some
10053: option syntax changes
10054:
10055: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10056:
10057: 2007-08-06 misha
10058:
10059: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10060:
10061: * tests/: 160.html, results/160.processed: - cache test was
10062: rewrited
10063:
10064: 2007-07-06 misha
10065:
10066: * tests/: 153.html, results/153.processed: - added test for
10067: ^math:sha1[string]
10068:
10069: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10070: transcoded
10071:
10072: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10073: were added
10074:
10075: 2007-06-28 misha
10076:
10077: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10078: some incorrect chars
10079:
10080: 2007-06-19 misha
10081:
10082: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10083: were moved on top because of gcc 4 had a problems during
10084: building.
10085:
10086: 2007-06-18 misha
10087:
10088: * tests/results/019.processed: - new image commited
10089:
10090: 2007-06-09 misha
10091:
10092: * src/classes/: op.C, table.C: - in while and table.select method
10093: as_expression used now
10094:
10095: * src/types/pa_vmethod_frame.h: - method as_expression was added
10096:
10097: 2007-06-08 misha
10098:
10099: * tests/: 166.html, results/166.processed: - test for
10100: ^match[...][n]
10101:
10102: * tests/: 165.html, results/165.processed: - tests for loops
10103:
10104: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10105: because of no speed/memory optimisation but some proglems with
10106: long cycles occure
10107:
10108: 2007-06-06 misha
10109:
10110: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10111: ^table.select(true) and ^table.select(1) didn't works because of
10112: awaiting junction-param only. fixed.
10113:
10114: 2007-05-24 misha
10115:
10116: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10117: with 0.5 secs interval
10118:
10119: * src/classes/op.C: - cache was rewrited. I hope it works with
10120: locking system now on unix
10121:
10122: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10123: system locks which wait till other threads release it but try get
10124: lock, if fail wait 1 sec and make 10 attempts.
10125:
10126: * src/include/pa_os.h: - consts for blocking locks + some comments
10127: were added
10128:
10129: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10130: opening files
10131:
10132: * src/classes/table.C: - changes in includes. if unclude <sstream>
10133: after our classes on unix it can't be build
10134:
10135: * src/types/pa_vhashfile.C: - not needed code removed
10136:
10137: 2007-05-23 misha
10138:
10139: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10140: include/pa_common.h: - cosmetic changes
10141:
10142: 2007-05-18 misha
10143:
10144: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10145: often. it's give some speed increasing
10146:
10147: * tests/results/160.processed: - returned time corrected
10148:
10149: * tests/160.html: - time increased because on unix 1 mean nothing
10150: :(
10151:
10152: * operators.txt: - added info about ^hash.contain[key]
10153:
10154: * src/classes/hash.C: - added ^hash.contain[key]
10155:
10156: * src/include/pa_hash.h: - added method for checking key exists in
10157: hash
10158:
10159: 2007-05-07 misha
10160:
10161: * src/include/pa_string.h: - was compilation error during build on
10162: freebsd4
10163:
10164: 2007-05-03 misha
10165:
10166: * src/classes/table.C: - option $.type[hash|string|table] was added
10167: for ^table.hash[]
10168:
10169: * src/classes/file.C: - comment removed
10170:
10171: 2007-04-26 misha
10172:
10173: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10174: real files doesn't opened in place anymore
10175:
10176: 2007-04-24 misha
10177:
10178: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10179:
10180: * src/include/pa_exception.h: "static" removed
10181:
10182: 2007-04-23 misha
10183:
10184: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10185:
10186: * src/classes/math.C: added: - ^math:ln(N) (the same as
10187: ^math:log(N)) - ^math:lg(N)
10188:
10189: * tests/: 097.html, results/097.processed: - charsets converstion
10190: during ^file::load[text;http://...] added
10191:
10192: * tests/: 164.html, results/164.processed: - check for set expires
10193: as a date
10194:
10195: * tests/: 164.html, results/164.processed: - test for hashfile
10196:
10197: * src/classes/hashfile.C: - little comment changes
10198:
10199: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10200: access
10201:
10202: * src/: classes/date.C, classes/double.C, classes/file.C,
10203: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10204: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10205: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10206: classes/xnode.h, include/pa_request.h, main/execute.C,
10207: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10208: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10209: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10210: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10211: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10212: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10213: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10214: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10215: "parser.runtime" strings were removed
10216:
10217: * src/classes/hashfile.C: - with .clear[] called files_delete()
10218: now.
10219:
10220: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10221:
10222: * src/include/pa_exception.h: - string constant with
10223: "parser.runtime" text was added
10224:
10225: 2007-04-20 misha
10226:
10227: * operators.txt: - some comments changing
10228:
10229: * operators.txt: - added info about .^hashfile.release[],
10230: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10231:
10232: * configure: =cheching for unsetenv
10233:
10234: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10235: ^hashfile.release[] were added
10236:
10237: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10238: ^string.match[][] understand new option now: return number of
10239: matches but not table wit results
10240:
10241: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10242: reopen now
10243:
10244: * src/classes/op.C: - bug. must be false
10245:
10246: * configure.in: - checking for unsetenv was added
10247:
10248: * src/types/pa_vform.C: - some comments
10249:
10250: 2007-04-18 misha
10251:
10252: * buildall-with-xml: moving to libxml2-2.6.28
10253:
10254: * buildall-with-xml, buildall-without-xml: added commented lines
10255: with --disable-safe-mode option
10256:
10257: * operators.txt: - info about $form:files
10258:
10259: 2007-04-17 misha
10260:
10261: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10262: $form:files was added
10263:
10264: * tests/: 163.html, results/163.processed: removing auto format
10265:
10266: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10267:
10268: 2007-04-16 misha
10269:
10270: * tests/: 163.html, results/163.processed: - test for .int[],
10271: floor, round, ceiling and .format[]
10272:
10273: * src/classes/file.C: - little optimization for getting args in
10274: exec/cgi
10275:
10276: 2007-04-13 misha
10277:
10278: * src/classes/file.C: - arguments for file::exec/cgi can be
10279: specified now as s table with one column
10280:
10281: 2007-03-27 misha
10282:
10283: * tests/: 162.html, results/162.processed: - test for
10284: ^table.select(^condition[$t])
10285:
10286: * tests/results/auto.p: - load windows-1251 charset for some tests
10287:
10288: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10289:
10290: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10291: 161_windows1251.txt: - added test for
10292: ^file::load[text;/local/file.txt;$.charset[...]]
10293:
10294: * tests/: results/013.processed, 013.html: - added test for
10295: checking $._default value while hash modifications
10296:
10297: * tests/: 160.html, results/160.processed: - add test for
10298: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10299:
10300: 2007-03-22 misha
10301:
10302: * src/include/pa_common.h: - "charset" string defined for
10303: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10304:
10305: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10306: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10307: added - not needed transcodes were removed from
10308: ^file::load[...;http://...]
10309:
10310: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10311: added
10312:
10313: * src/classes/date.C: - date.week was fixed
10314:
10315: * operators.txt: - added info about date.weekyear
10316:
10317: * tests/: 159.html, results/159.processed: - tests for date.week
10318: and date.weekyear added
10319:
10320: 2007-03-15 misha
10321:
10322: * src/classes/table.C: - enclose column numbers for nameless tables
10323: as well
10324:
10325: 2007-03-14 misha
10326:
10327: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10328:
10329: * src/classes/table.C: - table.save optimization: now required much
10330: less memory
10331:
10332: 2007-03-13 misha
10333:
10334: * tests/results/: 158.processed, 158.processes: - tests for
10335: table.save/table.load
10336:
10337: * tests/: 158.html, results/158.processes: - tests for
10338: table.save/table.load
10339:
10340: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10341:
10342: * buildall-with-xml: - pattern needed now for building
10343:
10344: * tests/results/097.processed: - added test results for xdoc::load
10345: & xdoc::load[http://...]
10346:
10347: * tests/097.html: - added test for xdoc::load
10348:
10349: 2007-03-12 misha
10350:
10351: * tests/: 107.html, results/107.processed: - added test for xpath
10352: '//man'
10353:
10354: 2007-03-01 misha
10355:
10356: * tests/: 097.html, results/097.processed: - added test for
10357: creating xdoc from file
10358:
10359: * tests/: results/157.processed, 157.html: - added test for
10360: file:move
10361:
10362: 2007-02-28 misha
10363:
10364: * src/classes/xdoc.C: - another attempt
10365:
10366: * src/classes/xdoc.C: - roll back last changes for a while
10367:
10368: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10369:
10370: * src/classes/file.C: - under lock we create non-exist dir anyway
10371:
10372: * tests/results/099.processed: - ever send content-disposition to
10373: client with file
10374:
10375: * tests/157.html: + test for file:copy
10376:
10377: 2007-02-26 misha
10378:
10379: * src/classes/file.C: - some similar strings moved to #define
10380: instead of to be copy/pasted many times
10381:
10382: * src/types/pa_vfile.h: - class name string ("file") moved to
10383: #define
10384:
10385: 2007-02-20 misha
10386:
10387: * configure.in: - added some strings for sqlite detection
10388:
10389: 2007-02-19 misha
10390:
10391: * operators.txt: - some comments changes
10392:
10393: * buildall-with-xml, buildall-without-xml: - some modifications
10394:
10395: 2007-02-17 misha
10396:
10397: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10398:
10399: * src/main/pa_request.C: - damn, i forgot to commit it while I
10400: change console behaviour
10401:
10402: 2007-02-12 misha
10403:
10404: * src/targets/cgi/parser3.C: - don't print headers if
10405: $console:line[data] was used during cgi execution.
10406:
10407: * src/types/pa_vconsole.h: - console class have bool flag now which
10408: marked as 'true' if class was used.
10409:
10410: * tests/: 152.html, results/152.processed: - more types was added
10411: to test 152
10412:
10413: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10414: adding 'bool' (^if($image){} caused exception)
10415:
10416: 2007-02-09 misha
10417:
10418: * tests/: 152.html, results/152.processed: - test alightly updated
10419:
10420: * tests/: 152.html, results/152.processed: - test rewrited
10421:
10422: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10423: bugfix. I broke xdoc & xnode in expression
10424:
10425: 2007-02-08 misha
10426:
10427: * tests/: 152.html, results/152.processed: - add test for checking
10428: 'def' for void, string, bool, int & double
10429:
10430: 2007-02-07 misha
10431:
10432: * operators.txt: - ^file:base64[filespec] was added
10433:
10434: * tests/results/153.processed: - result test for
10435: ^file:base64[filespec] was updated
10436:
10437: * tests/153.html: - test for ^file:base64[filespec] was added
10438:
10439: * src/types/pa_vconsole.h: - little optimization
10440:
10441: * src/classes/file.C: - ^file:base64[filespec]
10442:
10443: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10444:
10445: * src/include/pa_common.h: - declarations for
10446: ^file:base64[filespec]
10447:
10448: * src/types/pa_vcookie.C: - little optimization
10449:
10450: 2007-02-06 misha
10451:
10452: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10453: were temporary commented
10454:
10455: * src/types/pa_vbool.h: - bugfix
10456:
10457: * tests/156.html: - added test for bool cookie
10458:
10459: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10460:
10461: * tests/: 155.html, results/155.processed: - added test for check
10462: $.encloser[] option for table save/load
10463:
10464: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10465:
10466: 2007-02-05 misha
10467:
10468: * tests/results/152.processed: - newline at the end was missed
10469:
10470: * tests/results/141.processed: - math:md5 must be lowercased
10471:
10472: * src/targets/cgi/parser3.C: - 2007 in help ;)
10473:
10474: 2007-02-03 misha
10475:
10476: * tests/results/: 150.processed, 151.processed, 152.processed: -
10477: test for bool added and some content length fixes
10478:
10479: * tests/152.html: - test for bool added
10480:
10481: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10482:
10483: * operators.txt: - info bool class was added
10484:
1.116 moko 10485: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10486: classes/classes.vcproj, classes/double.C, classes/int.C,
10487: classes/string.C, classes/void.C, classes/xnode.C,
10488: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10489: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10490: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10491: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10492: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10493: types/types.vcproj: - bool class was added
10494:
10495: * src/main/pa_request.C: - fix
10496:
10497: 2007-01-18 misha
10498:
10499: * src/: main/pa_string.C, classes/string.C: - return table during
10500: ^string.match[][] even if no matched found.
10501:
10502: 2006-12-20 misha
10503:
10504: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10505: http://www.parser.ru/forum/?id=55598 ]
10506:
10507: 2006-12-19 misha
10508:
10509: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10510: details: http://www.parser.ru/forum/?id=52359
10511:
10512: * src/main/pa_request.C: - always set content-disposition for
10513: $response:body[hash here]. more details:
10514: http://www.parser.ru/forum/?id=52130
10515:
10516: 2006-12-07 misha
10517:
10518: * operators.txt: - added info about bool params in cookie set
10519:
10520: * src/types/pa_vcookie.C: - bool param in cookies available now
10521: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10522: ]
10523:
10524: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10525: was added
10526:
10527: 2006-12-02 misha
10528:
10529: * src/classes/file.C: - file_block_read used instead of native read
10530:
10531: * src/main/pa_common.C: - added file_block_read with read error
10532: detection - file_block_read used instead of native read
10533:
10534: * src/include/pa_common.h: - added file_block_read declaration
10535:
10536: 2006-12-01 misha
10537:
10538: * operators.txt: - info about $var.CLASS_NAME was added
10539:
10540: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10541: $var.CLASS_NAME added
10542:
10543: * operators.txt: - added info about ^file:copy[]
10544:
10545: * src/classes/file.C: - ^file:copy[from;fo] was added
10546:
10547: 2006-11-20 misha
10548:
10549: * src/classes/date.C: - bug fix :)
10550:
10551: 2006-11-17 misha
10552:
10553: * src/include/pa_common.h: - array in crc32 calculation was changed
10554: to static
10555:
10556: * src/main/pa_common.C: - little optimization in getMonthDays -
10557: small changes in crc32 calculation
10558:
10559: * src/classes/date.C: - not needed code was removed
10560:
10561: 2006-11-16 misha
10562:
10563: * src/types/pa_vmail.C: - fix missed brakes
10564:
10565: * src/types/pa_vmail.C: - mail:send now set content-type:
10566: multipart/related instead of multipart/mixed if file have
10567: $.content-id[]
10568:
10569: 2006-11-15 misha
10570:
10571: * src/types/pa_vdouble.h: abs -> fabs
10572:
10573: 2006-11-14 misha
10574:
10575: * operators.txt: - added info about ^file.md5[] and
10576: ^file:md5[file-name]
10577:
10578: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10579: added
10580:
10581: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10582: FILE_BUFFER_SIZE
10583:
10584: * src/classes/math.C: - hex_string was moved to pa_common.h
10585:
10586: * src/include/pa_common.h: - hex_string was moved from math.C -
10587: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10588:
10589: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10590: values was fixed
10591:
10592: 2006-11-13 misha
10593:
10594: * operators.txt: - added info about ^math:crc32[string],
10595: ^file:crc32[file-name] & ^file.crc32[]
10596:
10597: * src/classes/math.C: - added ^math:crc32[string]
10598:
10599: * src/classes/file.C: - some comments were changed - added
10600: ^file:crc32[file-name] and ^file.crc32[]
10601:
10602: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10603: crc32 calculation added
10604:
10605: 2006-11-03 misha
10606:
10607: * src/include/pa_array.h: - not needed variable removed
10608:
10609: * tests/: 150.html, 151.html, results/150.processed,
10610: results/151.processed: - 2 tests were added
10611:
10612: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10613: with $.reverse(1) were fixed
10614:
10615: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10616: query converted to $.charset during ^file::load[http://...]
10617:
10618: 2006-11-02 misha
10619:
10620: * src/include/pa_table.h: ups. forget '=' char
10621:
10622: * src/include/pa_table.h: - one more fix in
10623: .locate[...][$.reverse(1)]
10624:
10625: 2006-11-01 misha
10626:
10627: * src/classes/math.C: - bug fix, details:
10628: http://www.parser.ru/forum/?id=53360
10629:
10630: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10631: false for all records )[$.reverse(1)]
10632:
10633: * src/main/pa_http.C: - second param for this mid method is length
10634: but not end_index so this method has error and can't detect
10635: charsets in next content-types: Content-type: text/html;
10636: charset="windows-1251" Content-type: text/html;
10637: charset="windows-1251"; Content-type: text/html;
10638: charset=windows-1251;
10639:
10640: only Content-type: text/html; charset=windows-1251 was fine
10641:
10642: 2006-10-31 misha
10643:
10644: * src/classes/file.C: - empty args in file::exec removed now
10645:
10646: 2006-09-03 paf
10647:
10648: * src/classes/file.C: proper tainting of
10649: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10650:
10651: 2006-06-09 paf
10652:
10653: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10654:
10655: * src/classes/table.C: formatting
10656:
10657: * src/classes/table.C: incorporated patch from misha: Sent:
10658: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10659: ignoring string options for ^table.save[]
10660:
10661: * src/classes/hash.C: incorporated patch from misha Sent:
10662: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10663: $hash._default disappear while
10664:
10665: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10666: $.format[!uue|!base64] << new base64 option. default uue ] ]
10667:
10668: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10669: PM Subject: patch for base64 in ^mail:send[] %-)
10670:
10671: 2006-04-09 paf
10672:
10673: * src/main/compile.tab.C: ` change compiled
10674:
10675: * gnu.vcproj, operators.txt, parser3.sln,
10676: src/classes/classes.vcproj, src/classes/file.C,
10677: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10678: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10679: src/classes/xnode.C, src/include/pa_array.h,
10680: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10681: src/include/pa_memory.h, src/include/pa_request.h,
10682: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10683: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10684: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10685: src/lib/pcre/pcre_dftables.vcproj,
10686: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10687: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10688: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10689: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10690: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10691: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10692: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10693: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10694: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10695: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10696: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10697: src/types/pa_value.h, src/types/pa_vcookie.C,
10698: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10699: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10700: src/types/pa_vstatus.C, src/types/types.vcproj,
10701: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10702: ^menu, ^hash/hashfile.foreach
10703:
10704: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10705: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10706: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10707: src/classes/xnode.C, src/include/pa_array.h,
10708: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10709: src/include/pa_memory.h, src/include/pa_request.h,
10710: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10711: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10712: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10713: src/lib/pcre/pcre_dftables.vcproj,
10714: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10715: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10716: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10717: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10718: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10719: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10720: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10721: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10722: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10723: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10724: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10725: src/types/pa_value.h, src/types/pa_vcookie.C,
10726: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10727: src/types/pa_vstatus.C, src/types/types.vcproj,
10728: tests/descript.ion: ! switched to VS2005 (projects and
10729: object<info explicitly typed>.for_each(, info)) +
10730: $response:field[] setting void means removing + grammar $name`
10731: name stops now, for mysql `$field` + started ^break[]
10732: ^continue[], in ^for. TODO: to other iterators (while, menu,
10733: foreach) + all log messages += [uri=, method=, cl=]
10734:
10735: * buildall-with-xml: merged . ftp paths update
10736:
10737: * buildall-with-xml: . ftp paths update
10738:
10739: 2006-03-04 paf
10740:
10741: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10742: checks++ [thanks to Igor Zinkovsky for detailed report]
10743:
10744: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10745: Igor Zinkovsky for detailed report]
10746:
10747: 2006-03-01 paf
10748:
10749: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10750: \n to ' ' in
10751:
10752: 2006-02-18 paf
10753:
10754: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10755: \n to ' ' in
10756:
10757: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10758:
10759: 2006-02-03 paf
10760:
10761: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10762: base64
10763:
10764: * src/main/pa_common.C: ! bugfix: decoding from base64
10765:
10766: 2006-01-20 paf
10767:
10768: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10769: economy fix
10770:
10771: * src/classes/: table.C: merged from HEAD ! bugfix
10772: ^table.save[$.encloser-s now handled properly
10773:
10774: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10775: handled properly
10776:
10777: 2006-01-19 paf
10778:
10779: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10780: libgc:USE_MUNMAP activates merging of free memory blocks which
10781: helps a lot in our case: after transform we want
10782: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10783:
10784: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10785: economy fix
10786:
10787: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10788: activates merging of free memory blocks which helps a lot in our
10789: case: after transform we want CORD(main.result)->cstr[big
10790: malloc]->transcode[big malloc]
10791:
10792: 2006-01-17 paf
10793:
10794: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10795: before reading them. got rid of reallocs = became quicker and
10796: less fragmentated
10797:
10798: 2005-12-29 paf
10799:
1.116 moko 10800: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10801: configure, configure.in, src/include/pa_version.h,
10802: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10803: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10804: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10805: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10806: src/lib/ltdl/missing: . merged from 3.2.1
10807:
1.116 moko 10808: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10809: packaged when 'make dist', so do configure companion files in
10810: src/lib/ltdl
10811:
10812: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10813: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10814: missing: . now config_auto.h is created with configure [were
10815: constant]
1.95 moko 10816:
10817: * INSTALL: . references to documentation and some clarification
10818:
10819: * buildall-with-xml, buildall-without-xml: . farawell doc
10820: indication
10821:
1.116 moko 10822: * Makefile.am: . dist+=buildall*
1.95 moko 10823:
10824: 2005-12-28 paf
10825:
10826: * configure: . 3.2.1
10827:
10828: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10829: simplify build process, see INSTALL
10830:
10831: 2005-12-26 paf
10832:
10833: * configure: ver
10834:
10835: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10836: version
10837:
10838: 2005-12-21 paf
10839:
10840: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10841: compiled with bison 1.875b, it reports unexpected token names
10842:
10843: 2005-12-19 paf
10844:
10845: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10846: holds a link to xmlNode to prevent premature gc(xmlNode)
10847:
10848: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10849: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10850: src/main/main.vcproj, src/main/pa_globals.C,
10851: src/targets/cgi/parser3.vcproj,
10852: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10853: configure, configure.in, src/include/pa_version.h: . killing
10854: gdome [what a relief]
10855:
10856: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10857: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10858: run_parser.sh, results/001.processed, results/002.processed,
10859: results/003.processed, results/004.processed,
10860: results/005.processed, results/006.processed,
10861: results/008.processed, results/009.processed,
10862: results/010.processed, results/011.processed,
10863: results/012.processed, results/013.processed,
10864: results/014.processed, results/015.processed,
10865: results/016.processed, results/017.processed,
10866: results/018.processed, results/020.processed,
10867: results/021.processed, results/022.processed,
10868: results/023.processed, results/024.processed,
10869: results/025.processed, results/026.processed,
10870: results/027.processed, results/028.processed,
10871: results/029.processed, results/030.processed,
10872: results/031.processed, results/032.processed,
10873: results/033.processed, results/034.processed,
10874: results/035.processed, results/036.processed,
10875: results/037.processed, results/038.processed,
10876: results/039.processed, results/040.processed,
10877: results/041.processed, results/042.processed,
10878: results/043.processed, results/044.processed,
10879: results/045.processed, results/046.processed,
10880: results/047.processed, results/048.processed,
10881: results/049.processed, results/050.processed,
10882: results/051.processed, results/052.processed,
10883: results/053.processed, results/054.processed,
10884: results/055.processed, results/056.processed,
10885: results/057.processed, results/058.processed,
10886: results/059.processed, results/060.processed,
10887: results/061.processed, results/062.processed,
10888: results/063.processed, results/064.processed,
10889: results/065.processed, results/066.processed,
10890: results/067.processed, results/068.processed,
10891: results/069.processed, results/070.processed,
10892: results/071.processed, results/072.processed,
10893: results/073.processed, results/074.processed,
10894: results/075.processed, results/076.processed,
10895: results/077.processed, results/078.processed,
10896: results/079.processed, results/080.processed,
10897: results/081.processed, results/082.processed,
10898: results/083.processed, results/084.processed,
10899: results/085.processed, results/086.processed,
10900: results/087.processed, results/088.processed,
10901: results/089.processed, results/090.processed,
10902: results/091.processed, results/092.processed,
10903: results/093.processed, results/094.processed,
10904: results/095.processed, results/096.processed,
10905: results/097.processed, results/099.processed,
10906: results/100.processed, results/101.processed,
10907: results/102.processed, results/104.processed,
10908: results/105.processed, results/106.processed,
10909: results/107.processed, results/108.processed,
10910: results/109.processed, results/110.processed,
10911: results/111.processed, results/112.processed,
10912: results/113.processed, results/114.processed,
10913: results/115.processed, results/117.processed,
10914: results/119.processed, results/120.processed,
10915: results/121.processed, results/122.processed,
10916: results/123.processed, results/124.processed,
10917: results/125.processed, results/126.processed,
10918: results/127.processed, results/128.processed,
10919: results/129.processed, results/130.processed,
10920: results/131.processed, results/132.processed,
10921: results/133.processed, results/134.processed,
10922: results/135.processed, results/136.processed,
10923: results/138.processed, results/139.processed,
10924: results/140.processed, results/141.processed,
10925: results/142.processed, results/143.processed,
10926: results/144.processed, results/145.processed,
10927: results/146.processed, results/147.processed,
10928: results/148.processed, results/149.processed, results/auto.p: .
10929: now works if we turn off default auto.p
10930:
1.116 moko 10931: * configure: . makes
1.95 moko 10932:
10933: * src/types/pa_vxnode.C: . less warnings
10934:
10935: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10936: tests/145.html, tests/149.html, tests/descript.ion,
10937: tests/outputs/d.cmd, tests/results/142.processed,
10938: tests/results/143.processed, tests/results/144.processed,
10939: tests/results/145.processed, tests/results/146.processed,
10940: tests/results/147.processed, tests/results/148.processed,
10941: tests/results/149.processed: . removed .nodeValue from all node
10942: types other than 5 (grabbed piece from gdome)
10943:
10944: * tests/: 137.html, results/137.processed: . not handled this case
10945: yet. code does not hang from inserting parent into child,
10946: considering thing minor issue -- nodes are removed from source
10947: anyway, don't know why shold that be an error after all
10948:
10949: * src/targets/cgi/parser3.C: . style
10950:
10951: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10952: xdoc too [were barking "not element"]
10953:
10954: 2005-12-16 paf
10955:
10956: * tests/: 146.html, 147.html, 148.html: . more tests
10957:
10958: * src/classes/xnode.C: . also bark on possible errors
10959:
10960: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10961: props
10962:
10963: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10964: main/compile.y: merged from HEAD ! fixed overoptimized
10965: ^call(false) case. (confused it with ^call[] case)
10966:
10967: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10968: ^call(false) case. (confused it with ^call[] case)
10969:
10970: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10971:
10972: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10973: results/001.processed, results/002.processed,
10974: results/003.processed, results/004.processed,
10975: results/005.processed, results/006.processed,
10976: results/008.processed, results/009.processed,
10977: results/010.processed, results/011.processed,
10978: results/012.processed, results/013.processed,
10979: results/014.processed, results/015.processed,
10980: results/016.processed, results/017.processed,
10981: results/018.processed, results/019.processed,
10982: results/020.processed, results/021.processed,
10983: results/022.processed, results/023.processed,
10984: results/024.processed, results/025.processed,
10985: results/026.processed, results/027.processed,
10986: results/028.processed, results/029.processed,
10987: results/030.processed, results/031.processed,
10988: results/032.processed, results/033.processed,
10989: results/034.processed, results/035.processed,
10990: results/036.processed, results/037.processed,
10991: results/038.processed, results/039.processed,
10992: results/040.processed, results/041.processed,
10993: results/042.processed, results/043.processed,
10994: results/044.processed, results/045.processed,
10995: results/046.processed, results/047.processed,
10996: results/048.processed, results/049.processed,
10997: results/050.processed, results/051.processed,
10998: results/052.processed, results/053.processed,
10999: results/054.processed, results/055.processed,
11000: results/056.processed, results/057.processed,
11001: results/058.processed, results/059.processed,
11002: results/060.processed, results/061.processed,
11003: results/062.processed, results/063.processed,
11004: results/064.processed, results/065.processed,
11005: results/066.processed, results/067.processed,
11006: results/068.processed, results/069.processed,
11007: results/070.processed, results/071.processed,
11008: results/072.processed, results/073.processed,
11009: results/074.processed, results/075.processed,
11010: results/076.processed, results/077.processed,
11011: results/078.processed, results/079.processed,
11012: results/080.processed, results/081.processed,
11013: results/082.processed, results/083.processed,
11014: results/084.processed, results/085.processed,
11015: results/086.processed, results/087.processed,
11016: results/088.processed, results/089.processed,
11017: results/090.processed, results/091.processed,
11018: results/092.processed, results/093.processed,
11019: results/094.processed, results/095.processed,
11020: results/096.processed, results/097.processed,
11021: results/099.processed, results/101.processed,
11022: results/102.processed, results/104.processed,
11023: results/105.processed, results/106.processed,
11024: results/107.processed, results/108.processed,
11025: results/109.processed, results/110.processed,
11026: results/111.processed, results/112.processed,
11027: results/113.processed, results/114.processed,
11028: results/115.processed, results/116.processed,
11029: results/117.processed, results/118.processed,
11030: results/119.processed, results/120.processed,
11031: results/121.processed, results/122.processed,
11032: results/123.processed, results/124.processed,
11033: results/125.processed, results/126.processed,
11034: results/127.processed, results/128.processed,
11035: results/129.processed, results/130.processed,
11036: results/131.processed, results/132.processed,
11037: results/133.processed, results/134.processed,
11038: results/135.processed, results/136.processed,
11039: results/137.processed, results/138.processed,
11040: results/139.processed, results/140.processed,
11041: results/141.processed: . refreshed old tests, made them work
11042: without auto.p (in utf8) . things noted: . gif got encoded
11043: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11044: some strange year)
11045:
11046: * INSTALL: . revived linux libgc fix
11047:
11048: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11049: glib/gdome in INSTALL and patches]
11050:
11051: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11052: include/pa_charset.h, include/pa_config_includes.h,
11053: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11054: include/pa_xml_exception.h, lib/cord/Makefile.am,
11055: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11056: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11057: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11058: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11059: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11060: types/pa_vxnode.h: . started killing gdome
11061:
11062: 2005-12-13 paf
11063:
11064: * src/main/: pa_request.C: merged from HEAD ! when code in
11065: @unhandled_exception thrown another exception, print correct
11066: origin (earlier code in catch of exception inside of
11067: @unhandled_exception grabbed parent_frame(original_exception)
11068: origin and printed it, instead of true origin)
11069:
11070: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11071: another exception, print correct origin (earlier code in catch of
11072: exception inside of @unhandled_exception grabbed
11073: parent_frame(original_exception) origin and printed it, instead
11074: of true origin)
11075:
11076: 2005-12-09 paf
11077:
11078: * INSTALL: . updated INSTALL doc to work around linux stack base
11079: detection problem, due to change in gc6.4 code
11080:
11081: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11082: ignored in ^string.matched :(
11083:
11084: * src/main/pa_string.C: ! regex tainting were ignored in
11085: ^string.matched :(
11086:
11087: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11088: src/include/pa_config_fixed.h, src/include/pa_version.h,
11089: src/main/compile.y, src/main/compile_tools.h,
11090: src/main/pa_charset.C, src/main/pa_common.C,
11091: src/main/pa_globals.C, src/main/pa_string.C,
11092: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11093: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11094:
11095: 2005-12-08 paf
11096:
11097: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11098: 500 chars now handled OK [were wrapped on 500th char according to
11099: rfc, but sendmail failed to unwrap it properly]
11100:
11101: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11102: handled OK [were wrapped on 500th char according to rfc, but
11103: sendmail failed to unwrap it properly]
11104:
11105: * src/targets/isapi/parser3isapi.C: . less warnings
11106:
11107: * src/targets/isapi/parser3isapi.C: . undone some strange change
11108: since 3.1.5
11109:
11110: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11111: link fixes
11112:
11113: * src/: classes/date.C, include/pa_config_fixed.h,
11114: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11115: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11116: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11117:
11118: * src/include/pa_config_fixed.h: . removed outdated string origins
11119: [in current storage scheme there's no place for them. someday we
11120: can add third CORD to store origins and special version of parser
11121: which stores origins there [separate binary]]
11122:
11123: 2005-12-07 paf
11124:
11125: * src/targets/isapi/parser3isapi.C: . now links in release mode
11126:
11127: * src/include/pa_version.h: makefiles
11128:
11129: * src/include/pa_version.h: . not beta
11130:
11131: * configure, configure.in, src/include/pa_version.h: not beta
11132:
11133: 2005-12-06 paf
11134:
11135: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11136: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11137: decided to undo the change ^call[$void] passes void. now it will
11138: pass empty string again.
11139:
11140: * src/main/: compile.tab.C, compile.y: . version readded
11141:
11142: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11143: = ^switch[void] problem
11144:
11145: 2005-12-01 paf
11146:
11147: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11148: caused ^case[string] to be coerced to double since searching
11149: value were not string (it was vvoid)
11150:
11151: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11152: ^case[string] to be coerced to double since searching value were
11153: not string (it was vvoid)
11154:
11155: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11156: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11157:
11158: 2005-11-30 paf
11159:
11160: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11161: win32 must putenv("TZ="), on unix works only putenv("TZ")
11162:
11163: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11164: putenv("TZ="), on unix works only putenv("TZ")
11165:
11166: * INSTALL: . xml libs versions updated
11167:
11168: * src/main/pa_globals.C: //20051130 trying to remove this, author
11169: claims that fixed a lot there // 20040920 for now both
11170: workarounds needed. wait for new libxml/xsl versions
11171:
11172: 2005-11-28 paf
11173:
11174: * src/classes/table.C: merged from HEAD: ! nameless table has
11175: columns==0
11176:
11177: * src/classes/table.C: ! nameless table has columns==0
11178:
11179: * src/main/pa_http.C: merged from HEAD: ! status line check made
11180: earlier [was totally wrong]
11181:
11182: * src/main/pa_http.C: ! status line check made earlier [was totally
11183: wrong]
11184:
11185: 2005-11-25 paf
11186:
11187: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11188: undoing for now...
11189:
11190: * src/include/pa_version.h: -this reduces speed(table::load),
11191: strange. undoing
11192:
11193: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11194:
11195: * src/classes/op.C: + ^while(){}[SEPARATOR]
11196:
11197: * src/include/pa_array.h: + optimistics added: all arrays (table
11198: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11199: this speeds things up and saves memory a LOT! (not noticed
11200: negative effect on syntetic tests, future will tell...)
11201:
11202: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11203: changed gc_malloc implementation, which obscured profiling
11204:
11205: * src/classes/table.C: merged from HEAD: + optimized
11206: table::load/sql, now row ArrayString-s allocated with
11207: columns.count() elements and don't always grow from
11208: count=3[realloc,realloc]
11209:
11210: * src/classes/table.C: + optimized table::load/sql, now row
11211: ArrayString-s allocated with columns.count() elements and don't
11212: always grow from count=3[realloc,realloc]
11213:
11214: * src/classes/table.C: merged from HEAD: . ^table.save unused
11215: buffer after save
11216:
11217: * src/classes/table.C: . ^table.save unused buffer after save
11218:
11219: 2005-11-24 paf
11220:
11221: * configure.in: . merged glib2-config patch
11222:
11223: * configure.in: + trying to find glib2-config
11224:
11225: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11226: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11227: file/dir_readable to simple file/dir_exist, this would help in
11228: situations "class not found because .p file has bad rights" << in
11229: that case error would be explicit "access denied to 'this' file"
11230:
1.116 moko 11231: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11232:
11233: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11234: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11235: to simple file/dir_exist, this would help in situations "class
11236: not found because .p file has bad rights" << in that case error
11237: would be explicit "access denied to 'this' file"
11238:
11239: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11240: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11241: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11242: ^file::exec/cgi[script;$.charset[changed]
11243: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11244: encoded in $.charset charset
11245:
11246: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11247: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11248: encoded in $.charset charset
11249:
11250: * src/: include/Makefile.am, include/pa_common.h,
11251: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11252: main/pa_common.C, main/pa_http.C: . extracted http:// into
11253: separate file [preparation for
11254: ^file::cgi[script;$.form[$.field1[]
11255:
11256: 2005-11-22 paf
11257:
11258: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11259:
11260: * acinclude.m4, configure.in: . merged underquting fixes
11261:
1.116 moko 11262: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11263:
11264: * src/classes/op.C: . overmerged a little
11265:
11266: * src/main/compile.tab.C: Makefile
11267:
11268: * src/main/: pa_common.C: . less gcc warnings
11269:
11270: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11271: now reports original exception if we have no old cache
11272:
11273: * src/classes/op.C: + $exception.handled[cache] now reports
11274: original exception if we have no old cache
11275:
11276: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11277: from HEAD: + ^taint/untaint[regex] << escapes these:
11278: \^$.[]|()?*+{}
11279:
11280: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11281: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11282:
11283: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11284: getenv-ed variable, which does not work both on win32&unix.
11285: copied old TZ value now
11286:
11287: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11288: stored pointer to getenv-ed variable, which does not work both on
11289: win32&unix. copied old TZ value now
11290:
11291: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11292: getenv-ed variable, which does not work both on win32&unix.
11293: copied old TZ value now
11294:
11295: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11296: access to internal hash
11297:
11298: * src/types/pa_vresponse.C: + $response:headers access to internal
11299: hash
11300:
11301: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11302: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11303: isapi] this reduces number of "GC Warning: Repeated allocation of
11304: very large block" messages to only important onces
11305:
11306: * src/targets/isapi/parser3isapi.C: +
11307: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11308: isapi] this reduces number of "GC Warning: Repeated allocation of
11309: very large block" messages to only important onces
11310:
11311: * src/classes/string.C: merged from HEAD: + removed limitation on
11312: ^string/int/double:sql{}[$.default[({param style})] ]
11313:
11314: * src/classes/string.C: + removed limitation on
11315: ^string/int/double:sql{}[$.default[({param style})] ]
11316:
11317: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11318: with ?params or $.form option" limitation
11319:
11320: * src/main/pa_common.C: + removed "use either uri with ?params or
11321: $.form option" limitation
11322:
11323: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11324: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11325: ^file::base64[encoded] decode
11326:
11327: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11328: main/pa_common.C: + ^file.base64[] encode +
11329: ^file::base64[encoded] decode
11330:
11331: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11332: ^string:base64[encoded] decode
11333:
11334: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11335: ^string:base64[in] encode + ^string.base64[] decode
11336:
11337: 2005-11-21 paf
11338:
11339: * src/classes/file.C: + merged from HEAD:
11340: ^file::create[text;file.xml;^untaint[xml]{data}]
11341:
11342: * src/classes/file.C: +
11343: ^file::create[text;file.xml;^untaint[xml]{data}]
11344:
11345: * src/main/pa_request.C: ! merged: $response:body[file] now
11346: differes from :download, it does not return content-disposition
11347: at all now [previusely it returned valueless content-disposition]
11348:
11349: * src/main/pa_request.C: ! $response:body[file] now differes from
11350: :download, it does not return content-disposition at all now
11351: [previusely it returned valueless content-disposition]
11352:
11353: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11354: literals, reverted to just vvod, recreating empty array with each
11355: void_value token. that's absolutely needed, since that array
11356: grows
11357:
11358: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11359: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11360: types/pa_vmethod_frame.h: + merged: expression literals:
11361: true/false. ^format[$.indent(true)]
11362:
11363: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11364: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11365: types/pa_vmethod_frame.h: + expression literals: true/false.
11366: ^format[$.indent(true)]
11367:
11368: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11369: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11370: i386-pc-win32)"
11371:
11372: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11373: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11374: i386-pc-win32)"
11375:
11376: 2005-11-18 paf
11377:
11378: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11379: null}[$.default(123)] will now return default value
11380:
11381: * src/classes/op.C: + merged ^cache[] << returns current cache
11382: expiration time
11383:
11384: * src/classes/op.C: + ^cache[] << returns current cache expiration
11385: time
11386:
11387: * src/classes/table.C: ! merged ^table::create[not'nameless';
11388: failed << Exception.problem_source pointed to local var!
11389:
11390: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11391: Exception.problem_source pointed to local var!
11392:
11393: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11394: now loads VFile.ptr!=0, so such files can be saved now
11395:
11396: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11397: loads VFile.ptr!=0, so such files can be saved now
11398:
11399: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11400: only . and .. now removed from list [were removed all .*]
11401:
11402: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11403: .. now removed from list [were removed all .*]
11404:
11405: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11406: open error now checked, were not :( [stole that piece from apache
11407: 1.3 sources]
11408:
11409: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11410: checked, were not :( [stole that piece from apache 1.3 sources]
11411:
11412: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11413: untainting of @main result if returned by $result or
11414: $response:body
11415:
11416: * src/main/pa_request.C: ! ensured proper untainting of @main
11417: result if returned by $result or $response:body
11418:
11419: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11420: issue: now tries to guess content-length and allocates one big
11421: piece if possible [regretfully gc_realloc works as malloc+free,
11422: leaving lots of holes behind]
11423:
11424: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11425: fixed file load memory issue: now tries to guess content-length
11426: and allocates one big piece if possible [regretfully gc_realloc
11427: works as malloc+free, leaving lots of holes behind]
11428:
11429: 2005-11-16 paf
11430:
11431: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11432: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11433: table::save with enclosers now doubles them: "->"" !
11434: table::save/load do not remove elements from options hash
11435:
11436: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11437: [were overoptimized ^if(double_literal), compiler confused
11438: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11439:
11440: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11441: [were overoptimized ^if(double_literal), compiler confused
11442: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11443:
11444: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11445: main/pa_common.C: ! table::save with enclosers now doubles them:
11446: "->"" ! table::save/load do not remove elements from options hash
11447:
11448: 2005-11-03 paf
11449:
1.116 moko 11450: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11451: compilation, not all makefiles liked that
1.95 moko 11452:
11453: 2005-08-30 paf
11454:
11455: * src/classes/op.C: merge . speedup check of [DEFAULT]
11456:
11457: * src/classes/op.C: . speedup check of [DEFAULT]
11458:
11459: 2005-08-26 paf
11460:
11461: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11462:
11463: * src/: classes/date.C, types/pa_vdate.h: + date.week
11464:
11465: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11466: complains about bad!=nameless
11467:
11468: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11469: about bad!=nameless
11470:
11471: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11472: optional options were allowed to be empty. were checked
11473: if(is_string), changed to !defined||is_string to allow void
11474:
11475: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11476: classes/string.C, classes/table.C, classes/void.C: ! optional
11477: options were allowed to be empty. were checked if(is_string),
11478: changed to !defined||is_string to allow void
11479:
11480: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11481: as_junction where they needed as_int/double, so failed with
11482: recent "(const) now no junction" optimization
11483:
11484: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11485: merged ! many classes/* used as_junction where they needed
11486: as_int/double, so failed with recent "(const) now no junction"
11487: optimization
11488:
11489: * src/: classes/double.C, classes/int.C, classes/math.C,
11490: classes/op.C, classes/string.C, classes/table.C,
11491: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11492: used as_junction where they needed as_int/double, so failed with
11493: recent "(const) now no junction" optimization
11494:
11495: 2005-08-24 paf
11496:
11497: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11498: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11499: stripped it
11500:
11501: 2005-08-09 paf
11502:
11503: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11504: not cleared
11505:
11506: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11507: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11508: classes/hashfile.C, classes/image.C, classes/int.C,
11509: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11510: classes/response.C, classes/string.C, classes/table.C,
11511: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11512: include/pa_array.h, include/pa_cache_managers.h,
11513: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11514: include/pa_config_fixed.h, include/pa_config_includes.h,
11515: include/pa_dictionary.h, include/pa_dir.h,
11516: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11517: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11518: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11519: include/pa_request_charsets.h, include/pa_request_info.h,
11520: include/pa_sapi.h, include/pa_socks.h,
11521: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11522: include/pa_stack.h, include/pa_string.h,
11523: include/pa_stylesheet_connection.h,
11524: include/pa_stylesheet_manager.h, include/pa_table.h,
11525: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11526: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11527: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11528: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11529: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11530: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11531: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11532: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11533: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11534: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11535: main/pa_sql_driver_manager.C, main/pa_string.C,
11536: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11537: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11538: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11539: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11540: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11541: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11542: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11543: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11544: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11545: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11546: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11547: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11548: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11549: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11550: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11551: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11552: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11553: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11554: types/pa_vresponse.C, types/pa_vresponse.h,
11555: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11556: types/pa_vstateless_object.h, types/pa_vstatus.C,
11557: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11558: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11559: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11560: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11561: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11562:
11563: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11564: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11565: speedup consequent checks in vmethod_frame
11566:
11567: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11568: not cleared
11569:
11570: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11571: params: 50 max (were 10)
11572:
11573: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11574: params: 50 max (were 10)
11575:
11576: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11577: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11578: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11579: empty string) ! simplified (double) speedup consequent checks in
11580: vmethod_frame
11581:
11582: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11583: optimized constants in expressions vstring->vdouble + optimized
11584: ^call(vdouble), no junction creation, no calls later
11585:
11586: 2005-08-08 paf
11587:
11588: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11589: compile_tools.h: merged + optimized constants in expressions
11590: vstring->vdouble + optimized ^call(vdouble), no junction
11591: creation, no calls later
11592:
11593: * src/types/pa_vdouble.h: merged . double values without fractional
11594: part now default printed as %.0f instead of %g
11595:
11596: * src/types/pa_vdouble.h: . double values without fractional part
11597: now default printed as %.0f instead of %g
11598:
11599: * src/classes/hashfile.C: . merged ! second hashfile::open would
11600: cause an exception
11601:
11602: * src/classes/hashfile.C: ! second hashfile::open would cause an
11603: exception
11604:
11605: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11606: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11607: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11608: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11609: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11610: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11611: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11612: types/pa_vresponse.h, types/pa_vstateless_class.C,
11613: types/pa_vstateless_object.h, types/pa_vvoid.h,
11614: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11615: merged VJunction(new Junction) optimization from 3.1.4
11616:
11617: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11618: types/pa_vstateless_class.C: + optimized new VJunction(new
11619: Junction(params)) to new VJunction(params), thousands of mallocs
11620: removed
11621:
11622: 2005-08-05 paf
11623:
11624: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11625: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11626: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11627: creation, no calls later
11628:
11629: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11630: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11631: classes/hashfile.C, classes/image.C, classes/int.C,
11632: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11633: classes/response.C, classes/string.C, classes/table.C,
11634: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11635: include/pa_array.h, include/pa_cache_managers.h,
11636: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11637: include/pa_config_fixed.h, include/pa_config_includes.h,
11638: include/pa_dictionary.h, include/pa_dir.h,
11639: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11640: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11641: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11642: include/pa_request_charsets.h, include/pa_request_info.h,
11643: include/pa_sapi.h, include/pa_socks.h,
11644: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11645: include/pa_stack.h, include/pa_string.h,
11646: include/pa_stylesheet_connection.h,
11647: include/pa_stylesheet_manager.h, include/pa_table.h,
11648: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11649: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11650: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11651: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11652: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11653: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11654: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11655: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11656: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11657: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11658: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11659: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11660: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11661: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11662: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11663: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11664: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11665: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11666: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11667: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11668: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11669: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11670: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11671: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11672: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11673: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11674: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11675: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11676: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11677: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11678: types/pa_vstateless_object.h, types/pa_vstatus.C,
11679: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11680: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11681: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11682: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11683: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11684:
11685: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11686: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11687: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11688: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11689: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11690: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11691: optimized constants in expressions vstring->vdouble
11692:
11693: 2005-07-29 paf
11694:
11695: * src/types/pa_vclass.C: . shaped up error messages a bit
11696:
11697: * src/types/pa_vclass.C: + property getter can now be overridden
11698:
11699: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11700: bug fix: static parent fields were not replaced in case
11701: $derived:field[put] + property setter can now be overridden
11702:
11703: 2005-07-28 paf
11704:
11705: * configure, configure.in, src/classes/classes.h,
11706: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11707: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11708: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11709: src/classes/xnode.h, src/include/pa_hash.h,
11710: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11711: src/types/Makefile.am, src/types/pa_method.h,
11712: src/types/pa_value.h, src/types/pa_vclass.C,
11713: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11714: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11715: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11716: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11717: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11718: src/types/pa_vobject.C, src/types/pa_vobject.h,
11719: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11720: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11721: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11722: src/types/pa_vstateless_class.h,
1.95 moko 11723: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11724: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11725: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11726: dynamic_fields_join
11727:
11728: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11729: classes/xnode.C, include/pa_hash.h, main/execute.C,
11730: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11731: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11732: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11733: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11734: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11735: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11736: types/pa_vresponse.h, types/pa_vstateless_object.h,
11737: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11738: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11739: restored its checks in vobject.put_element->static fields |
11740: dynamic properties
11741:
11742: 2005-07-27 paf
11743:
11744: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11745: is some old code containing @set_name $name
11746:
11747: * src/types/pa_vobject.h: . fixed warning
11748:
11749: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11750: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11751:
11752: * src/: classes/xnode.C, include/pa_hash.h,
11753: types/pa_vstateless_class.C: ! new asserts were all false.
11754: regretfully reverted them all to checks
11755:
11756: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11757: classes/op.C, main/execute.C, types/pa_method.h,
11758: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11759: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11760: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11761: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11762: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11763: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11764: types/pa_vstateless_object.h, types/pa_vvoid.h,
11765: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11766: joined_dynamic_fields: removed unused param from put_method
11767: (returned to 3 params)
11768:
11769: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11770: joined_dynamic_fields: dynamic get/set works with overriding
11771: props [alpha2]
11772:
11773: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11774: works [alfa]
11775:
11776: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11777: classes/op.C, include/pa_hash.h, main/execute.C,
11778: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11779: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11780: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11781: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11782: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11783: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11784: types/pa_vresponse.h, types/pa_vstateless_class.C,
11785: types/pa_vstateless_object.h, types/pa_vvoid.h,
11786: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11787: joined_dynamic_fields: just compiled
11788:
11789: * src/: classes/date.C, classes/file.C, classes/hash.C,
11790: classes/hashfile.C, classes/image.C, classes/table.C,
11791: classes/xdoc.C, classes/xnode.h, main/execute.C,
11792: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11793: types/pa_vstateless_class.h: joined_dynamic_fields: started
11794:
11795: * src/types/pa_vobject.C: . object setters [only started, does not
11796: work yet]
11797:
11798: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11799: object setters [only started, does not work yet]
11800:
11801: 2005-07-26 paf
11802:
11803: * src/: include/pa_request.h, main/execute.C: . properties: set
11804: works [alpha2]. for classes. todo: for objects
11805:
11806: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11807: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11808: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11809: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11810: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11811: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11812: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11813: types/pa_vstateless_object.h, types/pa_vvoid.h,
11814: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11815: properties: set works [alpha1]
11816:
11817: 2005-07-25 paf
11818:
11819: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11820: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11821: properties: started, get works [alpha1, other approach]
11822:
11823: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11824: properties: started, get works [alpha2]
11825:
11826: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11827: pa_vstateless_class.h: . properties: started, get works [alpha]
11828:
11829: 2005-07-15 paf
11830:
11831: * src/: classes/classes.h, classes/op.C, main/execute.C,
11832: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11833: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11834: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11835: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11836: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11837: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11838: types/pa_vresponse.C, types/pa_vresponse.h,
11839: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11840: types/pa_vstateless_object.h, types/pa_vvoid.h,
11841: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11842: types/pa_wwrapper.h, types/types.vcproj: + started property
11843: [getters work but think of changing them too to precaching]
11844:
11845: 2005-07-08 paf
11846:
11847: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11848: gpf
11849:
11850: 2005-06-28 paf
11851:
11852: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11853: in passing empty strings to file::exec/cgi environment
11854:
11855: 2005-06-06 paf
11856:
11857: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11858: ^table:sql ^hash:sql now DO process $.bind option
11859:
11860: 2005-05-24 paf
11861:
11862: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11863: $.limit] now work again [support was broken in 3.1.4]
11864:
11865: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11866: ALL_INTERIOR_POINTERS
11867:
11868: 2005-05-12 paf
11869:
11870: * configure: 3.1.5beta
11871:
11872: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11873:
11874: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11875: $.limit] now work again [support was broken in 3.1.4]
11876:
11877: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11878: line-width [was refusing to fill if line-width >1, thanks to
11879: Seras <seras@pinxit.lt> for repro case
11880:
11881: 2005-04-25 paf
11882:
11883: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11884: correctly
11885:
11886: 2005-04-19 paf
11887:
11888: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11889: in VString violating invariant!!
11890:
11891: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11892: getenv("TZ")==null
11893:
11894: 2005-04-08 paf
11895:
11896: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11897: bugfix: when there is no char in charset one byte produces 6
11898: (ÿ <<max). increased buffer size!
11899:
11900: 2005-03-23 paf
11901:
11902: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11903: ^date.sql-string now takes TZ into account
11904:
11905: 2005-03-16 paf
11906:
11907: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11908: gcc 3.4
11909:
11910: * src/types/pa_vhash.C: . warning about eof eol
11911:
11912: 2005-02-17 paf
11913:
11914: * operators.txt, src/classes/op.C: + operator ^sleep(double
11915: seconds)
11916:
11917: 2005-02-02 paf
11918:
11919: * src/classes/xnode.C: beauty: removed needless includes
11920:
11921: 2005-01-31 paf
11922:
11923: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11924: $.partNoNumber now alias to $.part1
11925:
11926: * src/types/pa_vmail.C: change: incoming letter part contains
11927: "content-disposition" header with any value? now considering that
11928: part to be "file#" [for text/plain text/html were $.text#
11929: $.html#]
11930:
11931: * INSTALL: updatet to latest working versions available
11932:
11933: 2005-01-20 paf
11934:
11935: * configure.in, src/include/pa_version.h: version
11936:
11937: 2005-01-19 paf
11938:
1.116 moko 11939: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11940: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11941: couple warnings in parser3.C
1.95 moko 11942:
11943: 2004-12-23 paf
11944:
11945: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11946:
11947: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11948: dir to directory of script (when shbang used), not to directory
11949: of its interpreter
11950:
11951: * src/include/pa_version.h: compiled on win32...
11952:
11953: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11954: we need more hspace
11955:
11956: * configure, configure.in, src/include/pa_version.h: configured
11957: host to pa_version. will be displayed everywhere
11958:
11959: * src/main/pa_request.C: new: @unhandled_exception can prevent
11960: exception from being logged by setting $exception.handled(1)
11961:
11962: * operators.txt, src/classes/file.C: change:
11963: ^file::sql{query}[[options]] options: $.name[file name]
11964: $.content-type[application/what]
11965:
11966: * src/: include/pa_common.h, main/pa_common.C,
11967: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11968: new file
11969:
11970: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11971: bugfix: table->hash now regards _default
11972:
11973: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11974: created by accessing $name_of_method it acquired bad self=closest
11975: methodframe; instead of proper self (current class)
11976:
11977: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11978: hashfile produced bad cord
11979:
11980: 2004-12-10 paf
11981:
11982: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11983: subsequent failures though defined in .h
11984:
11985: * src/main/pa_common.C: comment on volatile
11986:
11987: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11988: alarm function were not used since the beginning due to stupid
11989: error [setsigjmp were not checked in configure.in]
11990:
11991: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11992: unix too
11993:
11994: * src/main/pa_common.C: http: exception status of send/recv errors
11995: change to most probable http.timeout
11996:
11997: * src/main/pa_common.C: win32: http connection $.timeout option now
11998: works [setsockopt on send/receive]
11999:
12000: 2004-12-08 paf
12001:
12002: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12003: cstr-ed knowing mail charset, and untainting uri lang now knows
12004: proper charset
12005:
12006: 2004-11-24 paf
12007:
12008: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12009:
12010: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12011: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12012:
12013: 2004-11-12 paf
12014:
12015: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12016: [since 3.0.4]
12017:
12018: 2004-11-09 paf
12019:
12020: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12021: writes basics to c:\parser3.log
12022:
12023: 2004-10-21 paf
12024:
12025: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12026: tainted strings [were returning clean onces]
12027:
12028: 2004-10-15 paf
12029:
12030: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12031: cycles(i=1; i=2), which was wrong, now does ONE
12032:
12033: 2004-10-12 paf
12034:
12035: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12036:
12037: 2004-10-07 paf
12038:
12039: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12040: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12041: release asserts
12042:
12043: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12044: String.dump() to stdout in detailed form [were String.v() in
12045: short form]
12046:
12047: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12048: \t\r\n as @#| and truncates long char sequences less
12049:
12050: 2004-10-06 paf
12051:
12052: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12053: win32 beauty: socket errors properly decoded
12054:
12055: 2004-10-05 paf
12056:
12057: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12058: request::configure_user/admin done always, even if no
12059: file-to-process useful in @unhandled_exception [say, if they
12060: would want to mail by SMTP something]
12061:
12062: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12063: now performed prior to file loading [and @auto executing] thus
12064: making $cookie:value available in @auto and in
12065: @unhandled_exception when IIS is configured to run interpreter
12066: even if no file exist
12067:
12068: 2004-09-20 paf
12069:
12070: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12071: somewhere where it should have called xmlMalloc and it calls
12072: xmlFree when it should have not called it. inserted two
12073: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12074: xmlFree just ignored. put away a testcase, maybe someday libxml
12075: author would fix all that. until that day: we have SLOW garbage
12076: collecting when many xml objects are alive hint: do
12077: ^memory:compact[] before xdoc::create
12078:
12079: 2004-09-17 paf
12080:
12081: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12082: error from 3.0.8 version]
12083:
12084: 2004-09-14 paf
12085:
12086: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12087: part bugfix: hashfile.foreach iterated only part if hashfile were
12088: modified inside
12089:
12090: 2004-09-13 paf
12091:
12092: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12093: [were as octal]
12094:
12095: * src/types/pa_vhashfile.C: beauty: not reproduced
12096: $hashfile.key[$novalue] bug [reported by motorin], inserted
12097: safety-check
12098:
12099: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12100: [not something obscure from sdbm lib]
12101:
12102: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12103: = strerror now returnes something and we can properly report that
12104: to client
12105:
12106: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12107: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12108:
12109: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12110: [tainted as-is] this helps //[space][newline] to remain as-is and
12111: not be unnecessary optimized away [ruining javascript]
12112:
12113: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12114: [tainted as-is]
12115:
12116: * src/classes/mail.C: bugfix: typo error
12117:
12118: 2004-09-09 paf
12119:
12120: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12121: separators bugfix: loads header with endings \r\n\r\n and \n\n
12122: (bloody yandex.server)
12123:
12124: 2004-09-06 paf
12125:
12126: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12127: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12128: encoded
12129:
12130: 2004-09-01 paf
12131:
12132: * src/types/pa_vmail.C: change: multipart/mixed changed to
12133: multipart/related outlook express have no problems showing
12134: unrelated attachments. todo: someday figure out a way of
12135: multipart/mixed multipart/related text/html
12136: image/xxx application/octet-stream << true attachments
12137:
12138: * src/types/pa_vmail.C: new:
12139: ^mail:send[$.file[$.content-disposition can be overriden new:
12140: empty mail header fields removed from letter
12141:
12142: * src/: classes/mail.C, include/pa_config_fixed.h,
12143: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12144: ^mail:send[ $.file[ $.any[header]
12145:
12146: 2004-08-30 paf
12147:
12148: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12149: warnings
12150:
12151: * src/main/pa_common.C: beauty: do not bother with charset
12152: detection when ^file::load[binary
12153:
12154: 2004-08-27 paf
12155:
12156: * src/main/pa_common.C: hack: for yandex.server http server
12157:
12158: 2004-08-18 paf
12159:
12160: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12161: possibly-chunked response
12162:
12163: 2004-08-17 paf
12164:
12165: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12166: $f.content-type now = that of http response
12167:
12168: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12169: $f.content-type now = that of http response
12170:
12171: 2004-07-30 paf
12172:
12173: * src/: include/pa_request.h, main/pa_request.C,
12174: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12175: win32: system&parser exceptions in release mode reported properly
12176: parser exception in exception handler WERE mistakenly reported as
12177: system exception, without details [in apache & isapi] +some
12178: beauty in exception text
12179:
12180: * src/: include/pa_exception.h, main/pa_request.C,
12181: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12182: release mode reported properly parser exception in exception
12183: handler WERE mistakenly reported as system exception, without
12184: details
12185:
12186: * src/main/execute.C: beauty: simplified system exception handling
12187:
12188: 2004-07-29 paf
12189:
12190: * src/classes/table.C: bugfix:
12191: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12192: were ignored, and \t used unconditionally]
12193:
12194: * src/types/Makefile.am: added vhash.c
12195:
12196: 2004-07-28 paf
12197:
12198: * src/: classes/date.C, classes/image.C, classes/math.C,
12199: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12200: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12201: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12202: failed on russian letters
12203:
12204: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12205: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12206: letters
12207:
12208: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12209: as 'currentDirectory' parameter to CreateProcess
12210:
12211: 2004-07-27 paf
12212:
12213: * src/targets/cgi/parser3.vcproj: beauty: win32:
12214: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12215: from release somewhere [to help searching for unhandled system
12216: exceptions]
12217:
12218: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12219: TZ shift
12220:
12221: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12222: but also in ctor
12223:
12224: 2004-07-26 paf
12225:
12226: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12227: src/main/pa_request.C, src/types/pa_vfile.h,
12228: src/types/pa_vhash.C, src/types/pa_vhash.h,
12229: src/types/types.vcproj: new: $response:body/download[
12230: $.file[name on disk] $.name[of file for user]
12231: $.mdate[date of last-modified. default from directory] ]
12232:
12233: * src/classes/file.C: moving file:send somewhere else..
12234:
12235: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12236: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12237: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12238: $response:download[ $.filename[filename] $.option[] ,, ]
12239:
12240: * src/classes/file.C: beauty: invalid mode thoroughly reported
12241:
12242: 2004-07-21 paf
12243:
12244: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12245: to several lines
12246:
12247: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12248:
12249: note: ms outlook[!express] shows only first 255 characters of
12250: subject
12251:
12252: 2004-07-15 paf
12253:
12254: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12255: off]
12256:
12257: 2004-07-14 paf
12258:
12259: * src/classes/table.C: bugfix: $.bind values now got untainted
12260: according to lang [were: as-is]
12261:
12262: 2004-07-07 paf
12263:
12264: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12265: checked that
12266:
12267: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12268: now untainted according to their languages. were: as-is.
12269: EVERYWHERE
12270:
12271: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12272: environment string now untainted according to their languages.
12273: were: as-is. EVERYWHERE
12274:
12275: * src/main/pa_exec.C: bufix: on unix environment string now
12276: untainted according to their languages. were: as-is. on win32:
12277: ok
12278:
12279: * parser3.vssscc: ...would not go unnoticed
12280:
12281: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12282: fails. in case on input appears nonutf, those bytes will be
12283: printed in %HH form. that can be easily decoded/recovered.
12284:
12285: this form is quite noticable, and hopefully would not go noticed
12286:
12287: 2004-07-06 paf
12288:
12289: * src/main/pa_exec.C: bufix: on unix environment string now
12290: untainted according to their languages. were: as-is. on win32:
12291: ok
12292:
12293: 2004-07-01 paf
12294:
12295: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12296: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12297: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12298: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12299: main/main.vcproj, targets/cgi/parser3.vcproj,
12300: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12301: option: global optimization ON
12302:
12303: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12304: to do xdoc::create{invalid chars} standard disables chars less
12305: then \x20, except tab, cr, lf.
12306:
12307: changed tainting so that those become '!'
12308:
12309: 2004-06-25 paf
12310:
12311: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12312: int on odd address [prev bugfix failed due to superwize
12313: optimizer, which turned memcpy into same 'ld' asm command]
12314:
12315: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12316: int on odd address
12317:
12318: 2004-06-22 paf
12319:
12320: * src/sql/pa_sql_driver.h: note: about possible optimization
12321:
12322: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12323: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12324: src/include/pa_config_includes.h: new: ^void:sql{call
12325: paf(:a)}[ $.bind[ $.a[2]
12326: ] ] output variables work. todo: check in out
12327: variables
12328:
12329: 2004-06-18 paf
12330:
12331: * src/: classes/file.C, classes/hash.C, classes/string.C,
12332: classes/table.C, classes/void.C, include/pa_globals.h,
12333: include/pa_sql_connection.h, main/compile.tab.C,
12334: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12335: $.bind[ $.a[2] ]
12336: ] input variables work. todo:output
12337:
12338: * src/targets/cgi/parser3.C: bugfix: iis specific
12339: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12340: /_bug.html?404;http://hpsv/test/
12341: --------------------------------------------------------------------------------
12342: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12343: --------------------------------------------------------------------------------
12344: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12345:
12346: 2004-06-16 paf
12347:
12348: * src/targets/cgi/parser3.C: new: iis specific
12349: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12350: $request:query
12351: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12352: $form:fields IIS-STATUS="404"
12353: IIS-DOCUMENT="http://server/_bug.html" f="v"
12354:
12355: todo: isapi too
12356:
12357: 2004-05-26 paf
12358:
12359: * src/include/pa_version.h: 3.1.3
12360:
12361: * operators.txt: beauty: removed outdated level 'table'
12362:
12363: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12364:
12365: * src/main/pa_string.C: beauty: removed 3 warnings
12366:
12367: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12368: classes/op.C: beauty: removed outdated level 'table'
12369:
12370: 2004-05-25 paf
12371:
12372: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12373: implementation. mistery: how anything worked
12374:
12375: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12376: changed, it is now safe to use url if pointers to it are stored
12377: to gc mem
12378:
12379: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12380: unknown errors reported and not cause SIGSEGV now
12381:
12382: 2004-05-24 paf
12383:
12384: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12385: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12386: less memory: CORD_chars_block originally intended to ... it was
12387: good that CORD_chars_block were not used: it consumes more memory
12388: [and, might be slow too] undoing that. [and removed that func so
12389: that it would not confuse parser developer in future]
12390:
12391: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12392: less memory: CORD_chars_block originally intended to
12393: speedup/reduce mem usage were forgotten, and were used stupid
12394: CORD_chars
12395:
12396: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12397:
12398: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12399: BIGENDIAN processors space-conserving mech failed, causing
12400: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12401: (1|2|3));
12402:
12403: 2004-05-14 paf
12404:
12405: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12406: bugfix: void now has vfile value, and $response:body[] works OK
12407:
12408: 2004-05-12 paf
12409:
12410: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12411: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12412: sources to use is_defined() {return as_bool();} along VBool
12413:
12414: 2004-05-11 paf
12415:
12416: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12417: referencing to local objects
12418:
12419: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12420: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12421: left intact
12422:
12423: 2004-04-15 paf
12424:
12425: * src/classes/date.C: merged: beauty: unused var removed
12426:
12427: * src/classes/date.C: beauty: unused var removed
12428:
12429: * src/include/: pa_exec.h: bugfix: interface without pointer
12430: provoked bug
12431:
12432: 2004-04-09 paf
12433:
12434: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12435:
12436: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12437:
12438: 2004-04-08 paf
12439:
12440: * src/classes/date.C: new: ^date::create[y-m-d
12441: h-M-s>>.milliseconds<<] now allowed, ignored so far
12442:
12443: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12444:
12445: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12446: to consult default catalog [usually, that file belongs to other
12447: user/group]
12448:
12449: 2004-04-06 paf
12450:
12451: * src/main/pa_common.C: beauty: gcc warning removed
12452:
12453: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12454: accept that trick, trying other
12455:
12456: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12457: explicit result problem
12458:
12459: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12460: explicit result problem
12461:
12462: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12463: explicit result problem
12464:
12465: * operators.txt, src/classes/string.C: new: ^string.append[string]
12466:
12467: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12468: main/execute.C: attempt_check_call_in_explicit_result_mode:
12469: failed
12470:
12471: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12472: http://i.p.a.ddress gethostbyaddr added [on some platforms
12473: gethostbyname failed with such 'domains'] now checked properly,
12474: were: needless reverse/forward dns lookup
12475:
12476: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12477: http://i.p.a.ddress gethostbyaddr added [on some platforms
12478: gethostbyname failed with such 'domains'] now checked properly,
12479: were: needless reverse/forward dns lookup
12480:
12481: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12482: @method[][result] means "no string output here" moved to lexical
12483: level [on grammar level it were too difficult]
12484:
12485: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12486: src/main/compile.y, src/main/compile_tools.h,
12487: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12488: @method[][result] means "no string output here", implemented part
12489: of that idea: compiler throws away string literal generation
12490: code. and barks nonwhitespace chars
12491:
12492: * operators.txt: truth: removed comment about $ORIGIN
12493:
12494: 2004-04-05 paf
12495:
12496: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12497: src/include/pa_version.h, src/main/pa_common.C,
12498: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12499:
12500: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12501: Konstantin Tomashevitch [mailto:konst@design.ru]
12502:
12503: * src/doc/html2chm.cmd: beauty: no need in bg here
12504:
12505: * src/doc/sources2html.cmd: beauty: same window, in bg it
12506: interfered with FAR console
12507:
12508: * configure, configure.in: 3.1.3
12509:
12510: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12511:
12512: * src/main/pa_common.C: removed warning
12513:
12514: * src/include/pa_version.h: 3.1.3
12515:
12516: 2004-04-02 paf
12517:
12518: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12519:
12520: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12521: allows to specify where to put parser log file
12522:
12523: 2004-04-01 paf
12524:
12525: * src/classes/table.C: bugfix: bugfix: table::load last line
12526: without tab and enter were ignored
12527:
12528: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12529: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12530: main/pa_socks.C, targets/cgi/parser3.C,
12531: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12532: bugfix: sql connections now are disconnected
12533:
12534: 2004-03-30 paf
12535:
12536: * src/classes/table.C: bugfix: table::load last line without tab
12537: and enter were ignored
12538:
12539: * src/classes/table.C: bufix: if last table lines were commented,
12540: gpfed
12541:
12542: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12543: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12544: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12545: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12546: doc/methoded.dox, doc/object.dox, doc/string.dox,
12547: doc/targets.dox, doc/value.dox, include/pa_version.h,
12548: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12549: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12550: bugfixes from 3.1.2, changed version to 3.1.3beta
12551:
12552: 2004-03-29 paf
12553:
12554: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12555: causes gpf
12556:
12557: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12558: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12559: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12560: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12561: value.dox: translated to english
12562:
12563: 2004-03-25 paf
12564:
12565: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12566: parser3project dependency removed
12567:
12568: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12569: bugfix: refused to compile without xml
12570:
12571: * src/types/pa_vform.C: beauty: removed warning
12572:
12573: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12574: any folder [removed last ;) folder dependency]
12575:
12576: * src/classes/classes.vcproj: bugfix: now all compiles in any
12577: folder [removed last ;) folder dependency]
12578:
12579: * src/include/pa_version.h: release
12580:
12581: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12582:
12583: * src/classes/table.C: beauty: comment& more meaningful error
12584: message
12585:
12586: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12587: $.hash[$.column_value1(true) ... ] [were producing some strang
12588: thing]
12589:
12590: 2004-03-23 paf
12591:
12592: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12593: and http status line parsing checked number of columns in table
12594: [user reported an assert]
12595:
12596: * operators.txt: example: on hashfile
12597:
12598: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12599: bugfix: junction reattach now actually reattaches a junction to
12600: new wcontext [were only assigning it to junction, which caused
12601: junction tracking to loose junction, and it's context were not
12602: killed, and it tried to process in invalid context, gpf]
12603:
12604: * src/targets/cgi/parser3.C: debug helper added
12605:
12606: 2004-03-19 paf
12607:
12608: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12609: "type(type)" in braces
12610:
12611: 2004-03-10 paf
12612:
12613: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12614: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12615: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12616: solution to search-in-namespaces problem:
12617: $xdoc.search-namespaces.x[http://pif.design.ru/]
12618: $nodes[^xdoc.select[//x:second]]
12619:
12620: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12621: expression][[NAMESPACES HASH]] allows to search for info in
12622: namespaces
12623:
12624: $nodes[^xdoc.select[//x:second][
12625: $.x[http://pif.design.ru/] ]]
12626:
12627: 2004-03-09 paf
12628:
12629: * operators.txt, src/main/pa_common.C: new:
12630: ^file::load[...][options] $.form[
12631: !$.field1[string]
12632: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12633: ] !$.body[string]
12634:
12635: GET ?here notGET(POST, HEAD, others) in content-type:
12636: application/x-www-form-urlencoded
12637:
12638: todo: upload files ability
12639:
12640: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12641: properly, done
12642:
12643: 2004-03-05 paf
12644:
12645: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12646: GET/POST $.form[$.fields started, not tested yet
12647: todo:$.field[table] for multiple values
12648:
12649: * operators.txt: new: http:// options $.user $.password basic
12650: authorization
12651:
12652: * src/main/pa_common.C: beauty: link to rtf added
12653:
12654: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12655: new: http:// options $.user $.password basic authorization
12656:
12657: * src/main/pa_common.C: beauty: removed needless vars
12658:
12659: * operators.txt: new: pgsql option [like that recently added to
12660: oracle driver] ClientCharset=parser-charset <<
12661: charset in which parser thinks client works
12662:
12663: * operators.txt: new: odbc option [like that recently added to
12664: oracle driver] ClientCharset=parser-charset <<
12665: charset in which parser thinks client works
12666:
12667: * src/sql/pa_sql_driver.h: beauty: important warning added
12668:
12669: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12670: char!
12671:
12672: * etc/parser3.charsets/windows-1251.cfg: typo
12673:
12674: 2004-03-04 paf
12675:
12676: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12677: cached, sql transcoding now goes faster
12678:
12679: * operators.txt: new: mysql option [like that recently added to
12680: oracle driver] ClientCharset=parser-charset <<
12681: charset in which parser thinks client works
12682:
12683: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12684: typo error
12685:
12686: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12687: chars commented
12688:
12689: 2004-03-03 paf
12690:
12691: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12692: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12693:
12694: 2004-03-02 paf
12695:
12696: * operators.txt: new[update typo]: !^void.left(n)
12697: nothing !^void.right(n) nothing !^void.mid(p[;n])
12698: nothing
12699:
12700: * operators.txt, src/classes/void.C: new: !^void.left(n)
12701: nothing !^void.right(n) nothing !^void.pos(p[;n])
12702: nothing
12703:
12704: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12705: ^file::sql[[name_to_become_$.name]]{} query result must be one
12706: row with columns: first: data second: file name third:
12707: content-type
12708:
12709: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12710: ^connect gets properly escaped string, which can be passed to
12711: request now this for mysql only. it's up to parser sql driver to
12712: fix zeros properly
12713:
12714: * INSTALL: note: added on building apache with this option:
12715: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12716:
12717: 2004-03-01 paf
12718:
12719: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12720: extension memory:compact befor processingrequest
12721:
12722: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12723: call sole column of result
12724:
12725: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12726: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12727: pixel color
12728:
12729: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12730: beauty: image -- less checks [were ugly impl]
12731:
12732: * src/classes/string.C: bugfix: ^string.left/right/mid with
12733: negative values now considered bad
12734:
12735: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12736:
12737: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12738: options now have unified defaults [after transform
12739: indent/omit-xml-declaration/standalone 'default' erroreously
12740: meant 'true']
12741:
12742: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12743: added [on some platforms gethostbyname failed with such
12744: 'domains']
12745:
12746: * src/include/pa_config_auto.h.in: no select check, no define
12747:
12748: * src/classes/string.C: feature: ^string.trim both parameters may
12749: be empty-strings, meaning kind=both chars=whitespaces
12750:
12751: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12752: exist
12753:
12754: * src/classes/string.C: check: trim 'chars' must not be empty,
12755: exception if it is
12756:
12757: * src/classes/string.C: changed: ^string.trim [] << both,
12758: whitespaces [start|both|end] << kind, whitespaces
12759: [start|both|end;chars] full
12760:
12761: 2004-02-27 paf
12762:
12763: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12764: method: ^string.trim[start|both|end[;chars]] default
12765: 'chars' -- whitespace chars finished
12766:
12767: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12768: src/main/pa_string.C: new method:
12769: ^string.trim[start|both|end[;chars]] default 'chars' --
12770: whitespace chars started, only start works
12771:
12772: * src/main/compile.C: bugfix: line numbers after
12773: ^process{}[$.line(-10]] can be negative, allowed to print they as
12774: signed
12775:
12776: * src/main/untaint.C: speed: there's no \n chars in output
12777: [normally], so no need to optimize them they could be retrived
12778: from databases, though. but 1. should be replaced 2. if not
12779: optimized, no harm done
12780:
12781: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12782: ^file::exec/cgi could return invalid status & zombie child can
12783: remain for short period until process exists [very bad in
12784: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12785:
12786: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12787: malicious SMTP server to attack as by returning too long status
12788: responses http://i2/tasks/edit/?id=4629448401140924947
12789:
12790: 2004-02-26 paf
12791:
12792: * operators.txt: feature: ^process...{CODE}[now has options] which
12793: are $.main[to what to rename @main] $.file[file,
12794: from which (user says) goes that CODE] $.lineno(line
12795: number in that file, where CODE starts. may be negative)
12796:
12797: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12798: src/main/compile.C, src/main/compile_tools.h,
12799: src/main/pa_request.C: feature: ^process...{CODE}[now has
12800: options] which are $.main[to what to rename @main]
12801: $.file[file, from which (user says) goes that CODE]
12802: $.lineno(line number in that file, where CODE starts. may be
12803: negative)
12804:
12805: 2004-02-25 paf
12806:
1.116 moko 12807: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12808: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12809:
12810: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12811: produces hash of column=>1
12812:
12813: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12814: with incomplete errno constants set
12815:
12816: 2004-02-24 paf
12817:
12818: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12819: "man select"
12820:
12821: * src/main/pa_os.C: beauty: <0 better then ==-1
12822:
12823: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12824:
12825: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12826:
1.116 moko 12827: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12828:
12829: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12830: unix: steps to work on unix [extracted 'to']
12831:
12832: * src/classes/mail.C: smtp on unix: steps to work on unix
12833:
12834: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12835:
1.116 moko 12836: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12837: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12838: unix [testing on solaris]
1.95 moko 12839:
12840: 2004-02-20 paf
12841:
12842: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12843: pointing that out
12844:
12845: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12846: fixed again [same solution, mistanenly removed one line]
12847:
12848: 2004-02-19 paf
12849:
12850: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12851: date::create from bad datetime in spring daylightsaving hole now
12852: OK for all platforms [on some platforms it failed]
12853:
12854: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12855: in daylightsaving hole] now throws error
12856:
12857: * src/classes/date.C: comment: mistake fixed
12858:
12859: 2004-02-18 paf
12860:
12861: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12862: now renderes in $request:charset, but in header puts
12863: $response:charset todo: make that default only so that coder
12864: could override that
12865:
12866: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12867: turns off omit-xml-declaration
12868:
12869: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12870: /.xsl for sample
12871:
12872: 2004-02-17 paf
12873:
12874: * src/classes/xdoc.C: beauty: needless helper class removed
12875:
12876: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12877: copied extra time
12878:
12879: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12880: part of libxml
12881:
12882: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12883: libxml to do the work] <xsl:output method="html"
12884: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12885: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12886: />
12887:
12888: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12889:
12890: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12891: caused assertion
12892:
12893: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12894: could hang. now such add does nothing, sub clears $hash
12895:
12896: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12897: not made quoted-printable
12898:
12899: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12900: string invariant
12901:
12902: 2004-02-16 paf
12903:
12904: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12905: cleared [were not cleared properly]
12906:
12907: 2004-02-13 paf
12908:
1.116 moko 12909: * src/include/pa_version.h: prerelease
1.95 moko 12910:
12911: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12912: used, introducing dependencies timestamp check
12913:
12914: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12915: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12916: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12917: .xsl.stamp now not used, introducing dependencies timestamp check
12918:
1.150 moko 12919: * configure.in: auto.p: @conf made relative
1.95 moko 12920:
12921: 2004-02-12 paf
12922:
12923: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12924: ruined empty <input type=file> submits. parser thought there were
12925: nameless empty file and $form:field got value of type 'file'
12926:
12927: * INSTALL: --without-threads
12928:
12929: * src/include/pa_sapi.h: 2004
12930:
12931: 2004-02-11 paf
12932:
12933: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12934: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12935: classes/hashfile.C, classes/image.C, classes/int.C,
12936: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12937: classes/response.C, classes/string.C, classes/table.C,
12938: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12939: include/pa_array.h, include/pa_cache_managers.h,
12940: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12941: include/pa_config_fixed.h, include/pa_config_includes.h,
12942: include/pa_dictionary.h, include/pa_dir.h,
12943: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12944: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12945: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12946: include/pa_request_charsets.h, include/pa_request_info.h,
12947: include/pa_socks.h, include/pa_sql_connection.h,
12948: include/pa_sql_driver_manager.h, include/pa_stack.h,
12949: include/pa_string.h, include/pa_stylesheet_connection.h,
12950: include/pa_stylesheet_manager.h, include/pa_table.h,
12951: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12952: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12953: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12954: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12955: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12956: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12957: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12958: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12959: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12960: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12961: main/pa_sql_driver_manager.C, main/pa_string.C,
12962: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12963: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12964: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12965: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12966: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12967: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12968: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12969: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12970: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12971: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12972: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12973: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12974: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12975: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12976: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12977: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12978: types/pa_vresponse.h, types/pa_vstateless_class.C,
12979: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12980: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12981: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12982: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12983: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12984: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12985:
12986: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12987: debug version of gc.dll
12988:
12989: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12990: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12991: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12992: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12993: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12994: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12995: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12996: processes
12997:
12998: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12999: main/pa_globals.C, targets/cgi/parser3.vcproj,
13000: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13001: changes to reflect libxml xsl new folders
13002:
13003: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13004: lib/smtp/smtp.vcproj, main/main.vcproj,
13005: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13006: to reflect libxml xsl new folders
13007:
13008: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13009: lib/smtp/smtp.vcproj, main/main.vcproj,
13010: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13011: types/types.vcproj: started changes to reflect libxml xsl new
13012: folders
13013:
13014: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13015: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13016: src/main/compile.tab.C, src/main/main.vcproj,
13017: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13018: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13019: started changes to reflect libxml xsl new folders
13020:
13021: 2004-02-10 paf
13022:
13023: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13024: compile. recommened latest libxml up to date
13025:
13026: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13027: pattern compilation errors", on which spent 4 hours worktime. use
13028: versions higher than that. recommended now latest up to date
13029:
13030: 2004-02-06 paf
13031:
13032: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13033: beauty: unified destructing style
13034:
13035: * src/main/untaint.C: beauty: removed old def/ifdef
13036:
13037: * src/main/untaint.C: beauty: coredump @unknown untaint language
13038: now
13039:
13040: 2004-02-03 paf
13041:
13042: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13043: targets/isapi/parser3isapi.C, types/pa_value.C,
13044: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13045: then %ld/%lu
13046:
13047: * src/main/pa_common.C: typo: %l -> %u
13048:
13049: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13050: in attributes or documents-results of transform now not xx;
13051:
13052: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13053:
13054: * src/main/pa_charset.C: bugfix: forgot to undo some
13055:
13056: * src/main/pa_charset.C: beauty: uncomment
13057: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13058: libraries
13059:
13060: 2004-02-02 paf
13061:
13062: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13063: $cookie:example[ $.value[value] $.path[/there/] ]
13064:
13065: $cookie:example[ $.value[] $.expires[session]
13066: $.path[/there/] $.domain[test.com] ]
13067:
13068: * src/types/pa_vform.C: bugfix: empty values with
13069: enctype=multipart/form-data now produce entries in $form:tables
13070: <form method=post enctype=multipart/form-data> <input type=hidden
13071: name=a> <input type=hidden name=b>
13072:
13073: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13074: <hr> <pre>$request:body
13075:
13076: 2004-01-30 paf
13077:
13078: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13079: or documents-results of transform now not xx;
13080:
13081: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13082: produce exception.
13083:
13084: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13085: bugfix: ^date::create[invalid fields now produce exception.
13086:
13087: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13088: year] now produces exception. todo: check other fields
13089:
13090: 2004-01-29 paf
13091:
13092: * src/include/pa_memory.h: typo error
13093:
13094: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13095: more byte then specified, then zeroed it << useless and
13096: potentially harmful(could gpf)
13097:
13098: 2004-01-22 paf
13099:
13100: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13101:
13102: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13103: optimization
13104:
13105: * src/main/untaint.C: bugfix: whitespace now optimized properly
13106: [were bug: ^taint[1 & 2]="1 &2"
13107:
13108: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13109: errors
13110:
13111: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13112: overflow
13113:
13114: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13115: error-reporting code * in parser-error reporting code [when no
13116: @unhandled_exception defined]
13117:
13118: fixed in one place: my *snprintf override
13119:
13120: 2004-01-13 paf
13121:
13122: * operators.txt: typo erro
13123:
13124: 2003-12-25 paf
13125:
13126: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13127: garbled [pieces after zero bytes were removed]
13128:
13129: 2003-12-22 paf
13130:
1.116 moko 13131: * src/include/Makefile.am: bugfix: removed from dist:
13132: src/include/pa_config_auto.h which were configured for
1.95 moko 13133: make-dist-platform and badly updated proper config file in target
13134: [when .tar used for updating existing source tree]
13135:
13136: * ChangeLog, operators.txt, src/classes/op.C,
13137: src/include/pa_sql_connection.h,
13138: src/include/pa_sql_driver_manager.h,
13139: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13140: feature: sql introducing ability to transcode charsets
13141:
13142: 2003-12-19 paf
13143:
13144: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13145: error message
13146:
13147: * src/main/pa_charset.C: bugfix: memory for charsethandler
13148: structure for libxml now allocated properly
13149:
13150: 2003-12-17 paf
13151:
13152: * src/types/pa_vfile.C: beauty: removed outdated cast
13153:
13154: * src/main/pa_common.C: bugfix: empty http response caused gpf
13155:
13156: * src/include/pa_string.h: bugfix: removed too strong a assert
13157:
13158: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13159: unreported xmlGenericErrors]
13160:
13161: 2003-12-15 paf
13162:
13163: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13164: works}
13165:
13166: 2003-12-11 paf
13167:
13168: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13169: id
13170: !$status:tid thread id
13171:
13172: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13173: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13174: bugfix(solaris): removed dependency on object initialization
13175: order [one more place]
13176:
13177: * src/: classes/file.C, classes/mail.C, classes/op.C,
13178: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13179: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13180: understand that
13181:
13182: * src/: classes/file.C, classes/mail.C, classes/op.C,
13183: classes/xdoc.C, include/pa_cache_managers.h,
13184: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13185: include/pa_stylesheet_manager.h, main/pa_request.C,
13186: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13187: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13188: ctor call [relying on implicit String::Body(cstr) call]
13189:
13190: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13191: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13192: object initialization order [two places]
13193:
13194: 2003-12-10 paf
13195:
13196: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13197: << time now ok
13198:
13199: * operators.txt, src/main/pa_sql_driver_manager.C,
13200: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13201: operational
13202:
13203: * ChangeLog, operators.txt, src/classes/xdoc.C,
13204: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13205: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13206: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13207: back operational
13208:
13209: 2003-12-02 paf
13210:
13211: * src/types/pa_vmail.C: bugfix:
13212: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13213: as-is forced]
13214:
13215: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13216: exceptions out of libxml callbacks: reimplemented error handling
13217: of http://localhost, parser://method and safemode check callbacks
13218:
13219: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13220: [merged from HEAD]
13221:
13222: * src/classes/image.C: nothing: comment removed
13223:
13224: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13225: addresses to int
13226:
13227: 2003-12-01 paf
13228:
13229: * src/main/pa_xml_io.C: bugfix: typo
13230:
13231: * src/main/pa_globals.C: bugfix: win32: compile prob
13232:
13233: * src/classes/xdoc.C: bugfix: typo
13234:
13235: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13236: exception
13237:
13238: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13239:
13240: 2003-11-28 paf
13241:
13242: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13243: all xml documents read
13244:
13245: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13246:
13247: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13248: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13249: replaced original open mech of xdoc::create & co to use libxml
13250: open, so that this would work for root document todo: safe mode
13251: checks to libxml: ideally to some 1 point
13252:
13253: * src/main/pa_xml_io.C: comment
13254:
13255: * operators.txt, src/main/pa_xml_io.C: leading / in
13256: http://parser[abscent params]
13257:
13258: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13259: works. todo: maybe replace original open mech of xdoc::create &
13260: co to use libxml open, so that this would work for root document
13261:
13262: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13263: "parser://method/params/here"> <test> &test^; </test> }]
13264:
13265: ^taint[^xdoc.string[]]
13266:
13267: @method[param] <!ENTITY test
13268: "test-entity-value+$form:user+$param!">
13269:
13270: 2003-11-27 paf
13271:
13272: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13273:
13274: * src/classes/date.C: bugfix: typo error
13275:
13276: 2003-11-26 paf
13277:
13278: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13279: src/main/Makefile.am, src/main/main.vcproj,
13280: src/main/pa_globals.C, src/main/pa_request.C,
13281: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13282: xml errors to hash<thread_id,error> reorganization: xml io moved
13283: to pa_xml_io.C/h
13284:
13285: * src/types/pa_value.h: warnings: --
13286:
13287: 2003-11-25 paf
13288:
13289: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13290: whatever)
13291:
13292: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13293: a, (c?x:y, z)
13294:
13295: * src/main/untaint.C: bugfix: consequences of not reading this
13296: comment: CORD_pos_chars_left /* Number of characters in cache.
13297: <= 0 ==> none */
13298:
13299: * src/include/pa_array.h: removed needless checks
13300:
13301: 2003-11-24 paf
13302:
13303: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13304: removed limit: now $form:xxx can be accessed anytime, even in
13305: @auto/conf [and request/response:charset still can be changed
13306: anytime]
13307:
13308: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13309: now not transcodes response body
13310:
13311: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13312: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13313: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13314: $xdoc.firstChild.firstChild.nodeValue[different]
13315: ^taint[^xdoc.string[]]
13316:
13317: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13318: workaround: static Hash::allocates -> static Hash_allocates
13319:
13320: 2003-11-21 paf
13321:
1.116 moko 13322: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13323: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13324: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13325:
13326: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13327:
13328: * src/classes/mail.C: bugfix: typo
13329:
13330: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13331: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13332: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13333: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13334: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13335: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13336:
13337: * src/main/pa_exec.C: bug in safe mode
13338:
13339: * src/include/Makefile.am: pa_xml_exception.h
13340:
13341: * src/targets/isapi/parser3isapi.C: more warnings --
13342:
13343: 2003-11-20 paf
13344:
13345: * src/: classes/math.C, classes/op.C, classes/string.C,
13346: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13347: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13348: --
13349:
13350: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13351: more warnings --
13352:
13353: * src/classes/xdoc.C: more warnings --
13354:
13355: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13356:
13357: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13358: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13359:
13360: * src/: classes/date.C, classes/file.C, classes/hash.C,
13361: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13362: classes/table.C, include/pa_cache_managers.h,
13363: include/pa_stylesheet_connection.h, main/pa_request.C,
13364: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13365: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13366: --
13367:
13368: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13369: can't report problem (undefined @unhandled_exception) problem
13370: source string were not reported
13371:
13372: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13373: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13374: classes/hashfile.C, classes/image.C, classes/int.C,
13375: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13376: classes/response.C, classes/string.C, classes/table.C,
13377: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13378: include/pa_array.h, include/pa_cache_managers.h,
13379: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13380: include/pa_config_fixed.h, include/pa_dictionary.h,
13381: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13382: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13383: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13384: include/pa_request.h, include/pa_request_charsets.h,
13385: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13386: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13387: include/pa_stack.h, include/pa_string.h,
13388: include/pa_stylesheet_connection.h,
13389: include/pa_stylesheet_manager.h, include/pa_table.h,
13390: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13391: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13392: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13393: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13394: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13395: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13396: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13397: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13398: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13399: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13400: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13401: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13402: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13403: targets/isapi/parser3isapi.C, types/pa_junction.h,
13404: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13405: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13406: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13407: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13408: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13409: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13410: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13411: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13412: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13413: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13414: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13415: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13416: types/pa_vresponse.h, types/pa_vstateless_class.C,
13417: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13418: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13419: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13420: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13421: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13422: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13423: const IDENT
13424:
13425: * src/: include/pa_array.h, include/pa_pool.h,
13426: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13427: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13428: types/pa_wcontext.h: more warnings --
13429:
13430: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13431: classes/file.C, classes/hash.C, classes/hashfile.C,
13432: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13433: classes/memory.C, classes/op.C, classes/string.C,
13434: classes/table.C, classes/xdoc.C, classes/xnode.C,
13435: include/pa_config_includes.h, include/pa_operation.h,
13436: include/pa_sql_connection.h, include/pa_table.h,
13437: include/pa_types.h, lib/ltdl/config_fixed.h,
13438: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13439: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13440: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13441: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13442: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13443: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13444: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13445: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13446: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13447: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13448: types/pa_vmail.C, types/pa_vobject.C,
13449: types/pa_vstateless_class.h, types/pa_vtable.C,
13450: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13451: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13452: on all projects (except libltdl=off & libsdbm=level3) found
13453: several unitialized vars
13454:
13455: 2003-11-19 paf
13456:
13457: * src/classes/op.C: more ansi C++ comp
13458:
13459: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13460: src/main/pa_request.C: ^cache[...]{body}{catch block with
13461: $exception.handled[cache] meaning "get expired cache, if any.
13462: else error"}
13463:
13464: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13465: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13466: ^cache[...]{body}{catch code with $exception.cache field}
13467:
13468: 2003-11-12 paf
13469:
13470: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13471: [copy/paste bug]
13472:
13473: 2003-11-11 paf
13474:
13475: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13476: failed]
13477:
13478: 2003-11-10 paf
13479:
13480: * src/types/pa_vconsole.h: flush
13481:
13482: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13483: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13484: read/write [for nntp]
13485:
13486: * operators.txt: mysql: transaction support: ?autocommit=0
13487:
13488: * operators.txt: comment: updated
13489:
13490: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13491: serialize version and exipire now removes entries
13492:
13493: * operators.txt: ^hashfile.delete[] removes files altogether [and
13494: dir, if could]
13495:
13496: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13497: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13498: removes files altogether [and dir, if could]
13499:
13500: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13501: nonexistent pair. .c coded that that was error. fixed
13502:
13503: * src/types/pa_vhashfile.C: sdbm: exception type change to
13504: file.access [regretfull can't split it to different exceptions
13505: without modifying sdbm source wich would prefer not to]
13506:
13507: 2003-11-07 paf
13508:
13509: * src/: classes/date.C, classes/file.C, classes/hash.C,
13510: classes/hashfile.C, classes/image.C, classes/table.C,
13511: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13512: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13513: main/execute.C, main/main.vcproj, main/pa_pool.C,
13514: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13515: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13516: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13517: destructing objects at request processing end
13518:
13519: 2003-11-06 paf
13520:
13521: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13522: updates
13523:
13524: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13525: to include sdbm
13526:
1.116 moko 13527: * src/include/: pa_config_includes.h, pa_version.h: our
13528: replacements of max& co only for cpp
1.95 moko 13529:
13530: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13531: upper dir, .am updated
13532:
13533: * tests/todo.txt: hashfile: done
13534:
13535: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13536: expiration [time in value. todo: move time to key]
13537:
13538: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13539:
13540: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13541: to do that in foreach, no errors, but surely wrong]
13542:
13543: * operators.txt, src/types/pa_vhashfile.C,
13544: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13545:
13546: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13547: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13548: foreach
13549:
13550: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13551: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13552:
13553: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13554: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13555:
13556: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13557: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13558: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13559: get/put [raw]
13560:
13561: * src/: classes/op.C, main/pa_os.C: just linked
13562:
13563: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13564: XmlException changes
13565:
13566: * src/: include/pa_charset.h, include/pa_globals.h,
13567: include/pa_stylesheet_connection.h, main/pa_exception.C:
13568: XmlException changes
13569:
13570: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13571:
13572: * src/: include/pa_common.h, include/pa_exception.h,
13573: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13574: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13575: main/pa_xml_exception.C: locking move to pa_os [along with
13576: pa_sleep] apr-impl locking done
13577:
13578: * configure, configure.in, operators.txt, parser3.sln,
13579: src/classes/classes.vcproj, src/classes/hashfile.C,
13580: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13581: src/include/pa_exception.h, src/include/pa_globals.h,
13582: src/include/pa_memory.h, src/include/pa_version.h,
13583: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13584: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13585: src/main/compile.tab.C, src/main/main.vcproj,
13586: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13587: src/types/Makefile.am, src/types/pa_vhash.C,
13588: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13589: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13590: again with sdbm from apache
13591:
13592: 2003-11-05 paf
13593:
13594: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13595: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13596: \parser3project dir anymore
13597:
13598: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13599: thoughtlessly from xalan]
13600:
13601: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13602: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13603: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13604:
13605: * src/main/helpers/CaseFolding.txt:
13606: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13607:
13608: 2003-11-04 paf
13609:
13610: * operators.txt: comment: ^mail:send[$.options[
13611:
13612: * src/classes/table.C: compiled on unix
13613:
1.116 moko 13614: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13615:
13616: * src/classes/mail.C: compiled on unix
13617:
13618: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13619: src/types/pa_vmail.h: !^mail:send[
13620: $.options[unix: string to append to sendmail command
13621: line]
13622:
13623: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13624: tests/todo.txt: ^table.save[... $.separator[^#09]
13625: $.encloser["] <nothing> by default
13626:
13627: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13628: !$.separator[^#09] !$.encloser["] <nothing> by
13629: default
13630:
13631: 2003-11-03 paf
13632:
13633: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13634: ^table::load[; options: !$.column-separator[^#09]
13635: !$.column-encloser["]
13636:
13637: * operators.txt, src/include/pa_config_fixed.h,
13638: src/types/pa_vrequest.C: $request:document-root
13639:
13640: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13641: [already included into uri=xxx]
13642:
13643: * operators.txt, src/classes/image.C, tests/todo.txt:
13644: ^image.gif[filename] for $response:download
13645:
13646: * src/classes/date.C: minor precaution
13647:
13648: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13649: !^date.unix-timestamp[]
13650:
13651: 2003-10-30 paf
13652:
13653: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13654: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13655:
13656: * src/classes/: date.C, image.C: improvement diagnostics:
13657: $now[^date::create[$undefined]] now is error
13658:
13659: * src/main/pa_common.C: read errors would now be reported 'actually
13660: read -1 bytes'
13661:
13662: 2003-10-24 paf
13663:
13664: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13665: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13666: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13667: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13668:
13669: 2003-10-22 paf
13670:
13671: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13672:
13673: 2003-10-21 paf
13674:
13675: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13676: fixed: string.match[g] without <'> option produced columns with
13677: NULL's, which gpf'ed at table.save time
13678:
13679: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13680: recoursion' message with intensive throw-catches fixed: incorrect
13681: name and line (one name upper then needed) in error message about
13682: problems inside try block
13683:
13684: 2003-10-10 paf
13685:
13686: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13687: check offset argument for validity did that in String::Body::pos
13688: myself http://i2/tasks/edit/?id=4577425257580789777
13689:
13690: 2003-10-07 paf
13691:
13692: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13693: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13694:
13695: 2003-10-03 paf
13696:
13697: * parser3.sln, src/include/pa_dictionary.h,
13698: src/main/pa_dictionary.C, src/main/pa_string.C,
13699: src/targets/cgi/parser3.vcproj: dictionary optimized by
13700: precalculating cstr&length
13701:
13702: 2003-10-02 paf
13703:
13704: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13705: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13706: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13707: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13708:
13709: 2003-09-30 paf
13710:
13711: * src/main/pa_string.C: string::replace bug fix [were ignoring
13712: occurrances after lang-mismatched
13713:
13714: 2003-09-29 paf
13715:
13716: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13717: helper
13718:
13719: * src/main/pa_string.C: string::serialize bug fix with
13720: zero-terminator
13721:
13722: * src/classes/table.C: ^nameless_table.save column row now has no
13723: \t at the end
13724:
13725: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13726: @postprocess now takes $response:body/download
13727:
13728: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13729: error message
13730:
13731: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13732:
13733: * src/classes/table.C: bugfix: flip: must produce nameless
13734: http://i2/tasks/edit/?id=4573405524674081244
13735:
13736: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13737: main/helpers/simple_folding.pl: utf-8 upper/lower
13738:
13739: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13740: to typo error http://i2/tasks/edit/?id=4573354650786434584
13741:
13742: 2003-09-26 paf
13743:
13744: * src/main/untaint.C: removed needless field
13745:
13746: * src/main/untaint.C: removed needless const
13747:
13748: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13749: String.for_each bug fixed [omited one-char cases]
13750:
13751: * src/include/pa_stack.h: bugfix: before collecting garbage,
13752: runtime-executor stack were cleared... BADLY
13753:
13754: * src/main/pa_string.C: ^stirng.replace code used old
13755: param-convention on langs.append, fixed that search fo the like,
13756: found none
13757:
13758: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13759: string::serialize/deserialize implemented Language enum assigned
13760: meaningful letters [more convinient for debugging. read warning
13761: before adding/changing anything]
13762:
13763: 2003-09-25 paf
13764:
13765: * src/: include/pa_string.h, include/pa_version.h,
13766: main/pa_string.C, main/untaint.C: templates and anonymous unions
13767: differences on unix
13768:
13769: * parser3.sln, src/classes/file.C, src/classes/image.C,
13770: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13771: src/classes/xdoc.C, src/classes/xnode.C,
13772: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13773: src/include/pa_charsets.h, src/include/pa_common.h,
13774: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13775: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13776: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13777: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13778: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13779: src/main/compile_tools.h, src/main/pa_charset.C,
13780: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13781: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13782: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13783: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13784: src/types/pa_vmail.C, src/types/pa_vmath.C,
13785: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13786: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13787:
13788: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13789: functions aligned to that of eeparser3 look
13790:
13791: * src/lib/cord/cordprnt.c: removed warnings
13792:
13793: 2003-09-24 paf
13794:
13795: * src/: classes/file.C, classes/image.C, classes/mail.C,
13796: classes/op.C, classes/xdoc.C, classes/xnode.C,
13797: include/pa_cache_managers.h, include/pa_charset.h,
13798: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13799: include/pa_sql_driver_manager.h, include/pa_string.h,
13800: include/pa_stylesheet_manager.h, include/pa_table.h,
13801: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13802: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13803: main/pa_sql_driver_manager.C, main/pa_string.C,
13804: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13805: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13806: types/pa_vstateless_class.h, types/pa_vstatus.C,
13807: types/pa_vxnode.C: v() functions of String::Body,
13808: String::Languages and String itself StringBody->String::Body
13809:
13810: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13811: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13812: never optimized anything. todo: somehow speed up harder cases:
13813: concatenationA+concatenationB when last block of A and first of B
13814: contain same letters
13815:
13816: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13817: lib/cord/include/cord.h: langs: speed up by joining adjucent
13818: blocks of same char [CORD_append_block]
13819:
13820: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13821: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13822: save space by extending blocks when appending block with c ==
13823: lastblock.c
13824:
13825: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13826: working yet :( but more working &understood :)
13827:
13828: * src/: classes/table.C, include/pa_string.h,
13829: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13830:
13831: 2003-09-23 paf
13832:
13833: * src/main/untaint.C: $a[ok!] $a works!
13834:
13835: * src/main/untaint.C: something even more works :)
13836:
13837: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13838: something more works :)
13839:
13840: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13841: lib/cord/cordxtra.c: something already works :)
13842:
13843: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13844: serialize&deserialize
13845:
13846: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13847: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13848: main/untaint.C: main idea implemented, details left
13849:
13850: 2003-09-22 paf
13851:
13852: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13853:
13854: * src/classes/xnode.C: copy/paste comment bugfix
13855:
13856: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13857: allocator returns 0, just die.
13858: http://i2/tasks/edit/?id=4570798492410259445
13859:
13860: * src/classes/xdoc.C: copy/paste comment bugfix
13861:
13862: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13863: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13864: xnode: getAttributeNS setAttributeNS removeAttributeNS
13865: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13866:
13867: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13868: chars due to bitwise operation signed-char error]
13869:
13870: 2003-09-19 paf
13871:
13872: * src/types/pa_wcontext.C: output message: more practical
13873: suggestion
13874:
13875: * src/main/pa_common.C, operators.txt: merged
13876: $f[^file::load[binary;http://...]] $f.tables
13877:
13878: 2003-09-02 paf
13879:
13880: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13881: flush stdout without referencing 'stdout' symbol. to hell with
13882: non-ansi libraries without 'stdout' symbol
13883:
13884: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13885: unix (users reported problems with some old libc)
13886:
13887: * src/types/pa_vdate.h: forgot initializer
13888:
13889: 2003-09-01 paf
13890:
13891: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13892: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13893: zone]
13894:
13895: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13896:
13897: 2003-08-19 paf
13898:
13899: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13900: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13901: simplified a little
13902:
13903: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13904: [lost fix from 3.0.8]
13905:
13906: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13907: visible here }
13908:
13909: bug fix
13910:
13911: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13912:
13913: * src/main/compile.tab.C: initialized couple of variables about
13914: which user reported runtime problems when parser were compiled
13915: with VC7, warning level4. study shows that later in bison
13916: they've fixed that. would migrate to latest bison someday
13917:
13918: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13919: recoding headers)
13920:
13921: * src/types/pa_vmail.C: works as before, same charset problems:
13922: gmime recodes to UTF-8 only headers, not body. so not recoding
13923: anything for now
13924:
13925: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13926: problems with body
13927:
13928: * src/types/pa_vmail.C: mail_receive just compiled
13929:
13930: 2003-08-18 paf
13931:
13932: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13933: main/main.vcproj, types/types.vcproj: win32: continued process
13934: detaching from \parser3project directory
13935:
13936: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13937: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13938: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13939: src/lib/pcre/pcre_dftables.dsp,
13940: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13941: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13942: src/types/types.dsp: moved to MSVC 7
13943:
13944: * gnu.vcproj.vspscc, parser3.vssscc,
13945: src/classes/classes.vcproj.vspscc,
13946: src/lib/cord/cord.vcproj.vspscc,
13947: src/lib/ltdl/libltdl.vcproj.vspscc,
13948: src/lib/md5/md5.vcproj.vspscc,
13949: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13950: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13951: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13952: src/targets/isapi/parser3isapi.vcproj.vspscc,
13953: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13954: moved to MSVC 7
13955:
13956: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13957: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13958: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13959: src/lib/pcre/pcre_dftables.vcproj,
13960: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13961: src/targets/cgi/parser3.vcproj,
13962: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13963: new VS project files
13964:
13965: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13966: .NET to detect Jalindi Igloo capabilities.
13967:
13968: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13969: src/classes/classes.awk, src/doc/footer.htm,
13970: src/include/pa_config_fixed.h, src/include/pa_version.h,
13971: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13972: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13973: src/types/pa_vmail.C: merged 3.1.0 latest changes
13974:
13975: 2003-08-15 paf
13976:
13977: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13978: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13979:
13980: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13981: non-ascii <yyy> now encoded correctly
13982:
13983: 2003-07-29 paf
13984:
1.116 moko 13985: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13986: dist
1.95 moko 13987:
13988: * src/types/pa_vmail.C: just started --with-mail-receive
13989:
13990: 2003-07-28 paf
13991:
1.116 moko 13992: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13993: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13994:
13995: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13996:
13997: 2003-07-25 paf
13998:
13999: * src/doc/footer.htm: year
14000:
14001: 2003-07-24 paf
14002:
14003: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14004: fix
14005:
14006: * src/include/pa_version.h: release
14007:
1.116 moko 14008: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14009:
14010: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14011: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14012: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14013: getting rid of win32xml pseudo project
14014:
14015: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14016:
1.116 moko 14017: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14018: configure.in, operators.txt, parser3.dsw,
1.95 moko 14019: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14020: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14021: src/classes/classes.C, src/classes/classes.awk,
14022: src/classes/classes.dsp, src/classes/classes.h,
14023: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14024: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14025: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14026: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14027: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14028: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14029: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14030: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14031: src/include/pa_array.h, src/include/pa_cache_managers.h,
14032: src/include/pa_charset.h, src/include/pa_charsets.h,
14033: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14034: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14035: src/include/pa_dictionary.h, src/include/pa_dir.h,
14036: src/include/pa_exception.h, src/include/pa_exec.h,
14037: src/include/pa_globals.h, src/include/pa_hash.h,
14038: src/include/pa_memory.h, src/include/pa_opcode.h,
14039: src/include/pa_operation.h, src/include/pa_pool.h,
14040: src/include/pa_pragma_pack_begin.h,
1.95 moko 14041: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14042: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14043: src/include/pa_sapi.h, src/include/pa_socks.h,
14044: src/include/pa_sql_connection.h,
14045: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14046: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14047: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14048: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14049: src/include/pa_uue.h, src/lib/Makefile.am,
14050: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14051: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14052: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14053: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14054: src/lib/cord/include/ec.h,
14055: src/lib/cord/include/private/Makefile.am,
14056: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14057: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14058: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14059: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14060: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14061: src/main/compile_tools.C, src/main/compile_tools.h,
14062: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14063: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14064: src/main/pa_charsets.C, src/main/pa_common.C,
14065: src/main/pa_dictionary.C, src/main/pa_dir.C,
14066: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14067: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14068: src/main/pa_request.C, src/main/pa_socks.C,
14069: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14070: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14071: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14072: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14073: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14074: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14075: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14076: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14077: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14078: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14079: src/targets/isapi/parser3isapi.dsp,
14080: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14081: src/types/pa_junction.h, src/types/pa_method.h,
14082: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14083: src/types/pa_vclass.C, src/types/pa_vclass.h,
14084: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14085: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14086: src/types/pa_vdouble.h, src/types/pa_venv.h,
14087: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14088: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14089: src/types/pa_vimage.C, src/types/pa_vimage.h,
14090: src/types/pa_vint.h, src/types/pa_vjunction.h,
14091: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14092: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14093: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14094: src/types/pa_vobject.C, src/types/pa_vobject.h,
14095: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14096: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14097: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14098: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14099: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14100: src/types/pa_vstring.h, src/types/pa_vtable.C,
14101: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14102: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14103: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14104: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14105: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14106: HEAD
14107:
14108: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14109: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14110: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14111: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14112: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14113: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14114: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14115: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14116: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14117: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14118: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14119: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14120: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14121: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14122: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14123: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14124: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14125: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14126: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14127: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14128: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14129: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14130: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14131: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14132: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14133: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14134: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14135: outputs/create-dir, results/001.processed, results/002.processed,
14136: results/003.processed, results/004.processed,
14137: results/005.processed, results/006.processed,
14138: results/007.processed, results/008.processed,
14139: results/009.processed, results/010.processed,
14140: results/011.processed, results/012.processed,
14141: results/013.processed, results/014.processed,
14142: results/015.processed, results/016.processed,
14143: results/017.processed, results/018.processed,
14144: results/019.processed, results/020.processed,
14145: results/021.processed, results/022.processed,
14146: results/023.processed, results/024.processed,
14147: results/025.processed, results/026.processed,
14148: results/027.processed, results/028.processed,
14149: results/029.processed, results/030.processed,
14150: results/031.processed, results/032.processed,
14151: results/033.processed, results/034.processed,
14152: results/035.processed, results/036.processed,
14153: results/037.processed, results/038.processed,
14154: results/039.processed, results/040.processed,
14155: results/041.processed, results/042.processed,
14156: results/043.processed, results/044.processed,
14157: results/045.processed, results/046.processed,
14158: results/047.processed, results/048.processed,
14159: results/049.processed, results/050.processed,
14160: results/051.processed, results/052.processed,
14161: results/053.processed, results/054.processed,
14162: results/055.processed, results/056.processed,
14163: results/057.processed, results/058.processed,
14164: results/059.processed, results/060.processed,
14165: results/061.processed, results/062.processed,
14166: results/063.processed, results/064.processed,
14167: results/065.processed, results/066.processed,
14168: results/067.processed, results/068.processed,
14169: results/069.processed, results/070.processed,
14170: results/071.processed, results/072.processed,
14171: results/073.processed, results/074.processed,
14172: results/075.processed, results/076.processed,
14173: results/077.processed, results/078.processed,
14174: results/079.processed, results/080.processed,
14175: results/081.processed, results/082.processed,
14176: results/083.processed, results/084.processed,
14177: results/085.processed, results/086.processed,
14178: results/087.processed, results/088.processed,
14179: results/089.processed, results/090.processed,
14180: results/091.processed, results/092.processed,
14181: results/093.processed, results/094.processed,
14182: results/095.processed, results/096.processed,
14183: results/097.processed, results/098.processed,
14184: results/099.processed, results/100.processed,
14185: results/101.processed, results/102.processed,
14186: results/103.processed, results/104.processed,
14187: results/105.processed, results/106.processed,
14188: results/107.processed, results/108.processed,
14189: results/109.processed, results/110.processed,
14190: results/111.processed, results/112.processed,
14191: results/113.processed, results/114.processed,
14192: results/115.processed, results/116.processed,
14193: results/117.processed, results/118.processed,
14194: results/119.processed, results/120.processed,
14195: results/121.processed, results/122.processed,
14196: results/123.processed, results/124.processed,
14197: results/125.processed, results/126.processed,
14198: results/127.processed, results/128.processed,
14199: results/129.processed, results/130.processed,
14200: results/131.processed, results/132.processed,
14201: results/133.processed, results/134.processed,
14202: results/135.processed, results/136.processed,
14203: results/137.processed, results/138.processed,
14204: results/139.processed, results/140.processed,
14205: results/141.processed: merged(copied) to HEAD from template_gc
14206:
14207: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14208: towards \parser3project not having to be in root
14209:
14210: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14211: module compiled [were minor unnecessary changes in lib/md5
14212: interface]
14213:
14214: * src/include/pa_version.h: release
14215:
14216: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14217:
14218: * src/classes/math.C: merged uuid bugfix
14219:
14220: * tests/: 141.html, results/141.processed: fixed bug with
14221: too-small-a-buffer
14222:
14223: * src/classes/math.C: uuid bugfix
14224:
14225: * tests/: 141.html, Makefile, results/005.processed,
14226: results/030.processed, results/075.processed,
14227: results/078.processed: to reflect date format change (were -
14228: become ' ')
14229:
14230: * src/classes/math.C: uuid bugfix
14231:
14232: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14233: debug/release changes
14234:
14235: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14236:
14237: 2003-07-23 paf
14238:
14239: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14240: renamed a little [to move to comman naming conv]
14241:
1.116 moko 14242: * src/targets/Makefile.am: apache13 splitted to simplify apache
14243: build
1.95 moko 14244:
14245: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14246: main/pa_request.C, main/pa_sql_driver_manager.C,
14247: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14248: stack top_index() fixed
14249:
14250: * src/main/pa_globals.C: minor style changes
14251:
14252: * src/: classes/op.C, include/pa_sql_connection.h: connection
14253: closing/caching fixed [connections were not closed/put to cache]
14254:
14255: 2003-07-22 paf
14256:
14257: * INSTALL: gc part updated stightly
14258:
14259: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14260: new sapi interface
14261:
14262: * src/classes/file.C: comment on OS
14263:
14264: * src/main/pa_string.C: removed reduntant invariant check [there is
14265: one deeper in cord lib]
14266:
14267: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14268:
14269: * src/main/pa_memory.C: out of memory is no longer coredump
14270:
14271: * INSTALL: disable-threads adviced
14272:
14273: 2003-07-21 paf
14274:
1.116 moko 14275: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14276:
14277: * src/classes/file.C: file::exec/cgi environment variables now must
14278: be UPPERCASE and A-Z 0-9 _-
14279:
14280: * src/classes/file.C: env passing fixed
14281:
14282: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14283:
14284: * src/main/pa_common.C: http:// CRLF now
14285:
14286: 2003-07-02 paf
14287:
14288: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14289: fields to reflect their real meaning
14290:
14291: 2003-06-27 paf
14292:
14293: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14294: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14295: file::exec/cgi .charset
14296:
14297: 2003-06-26 paf
14298:
14299: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14300: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14301: src/classes/table.C: fixed several uninitialized local
14302: structures. notably ^hash.foreach now inserts delimiters
14303: properly [were inserting it before first body]
14304:
14305: 2003-06-24 paf
14306:
14307: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14308:
14309: 2003-06-20 paf
14310:
14311: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14312: src/main/pa_globals.C: introducing
14313: $f[^file::load[binary;http://...]] $f.tables
14314:
14315: 2003-06-06 paf
14316:
14317: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14318: table. [were method lookup: inconsistent]
14319:
14320: 2003-06-02 paf
14321:
14322: * src/include/pa_memory.h: empty string clone fixed to return
14323: writable memory
14324:
14325: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14326: were not appended] which violated string invariant
14327:
14328: 2003-05-30 paf
14329:
14330: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14331: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14332:
14333: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14334: GMT ; RFC 822, updated by RFC 1123
14335:
14336: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14337: targets/isapi/parser3isapi.C: initialized request_info properly
14338:
14339: * src/classes/xnode.C: found minor bug, commended for future
14340:
14341: 2003-05-28 paf
14342:
14343: * src/classes/form.C: request_info.content_length can't be <0,
14344: size_t for some time
14345:
14346: 2003-05-26 paf
14347:
14348: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14349: forgotten <0 changed to !=STRING_NOT_FOUND
14350:
14351: * src/classes/math.C: merged ffffu from HEAD
14352:
14353: 2003-05-11 paf
14354:
14355: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14356:
14357: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14358: premature doc free. transformed document had xmlDoc reference
14359: stored to non-gc-memory (libgdome) added holding-reference
14360:
14361: 2003-04-29 paf
14362:
14363: * src/main/pa_globals.C: started digging on double free. on win32
14364: found that that's perfectly normal.
14365:
14366: 2003-04-25 paf
14367:
14368: * src/classes/table.C: table.join bug fix [bad limit check]
14369:
14370: * src/classes/math.C: merged from HEAD: simpiler hash_string
14371:
14372: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14373: print anything. changed to quicker and simplier code
14374:
14375: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14376: strict a check]
14377:
14378: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14379:
14380: 2003-04-24 paf
14381:
14382: * src/include/pa_table.h: too strict assert loosened
14383:
14384: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14385: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14386: report
14387:
14388: 2003-04-21 paf
14389:
1.116 moko 14390: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14391:
14392: * src/main/pa_globals.C: pcre memory management changed to use GC
14393: memory
14394:
14395: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14396: xmlMallocAtomic [author agreed to my suggestion], used that
14397:
14398: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14399:
14400: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14401: types/pa_vmail.C: attributed_meaning_to_string added
14402: L_UNSPECIFIED piece which was sortof OK, but violated string
14403: invariant [assertion barked on that] changed to L_PASS_APPEND,
14404: made that param obligatory
14405:
14406: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14407: fixed [assert helped]
14408:
14409: * src/include/pa_string.h: assert added [looking for bug]
14410:
14411: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14412: names on Win32 considered disk-global
14413:
14414: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14415: considered disk-global
14416:
14417: 2003-04-18 paf
14418:
14419: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14420: filenames
14421:
14422: * src/main/untaint.C: enabled '~' letter in filenames
14423:
14424: 2003-04-16 paf
14425:
14426: * src/classes/file.C: small bug introduced in autoptr times fixed
14427:
14428: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14429: HEAD
14430:
1.116 moko 14431: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14432:
14433: 2003-04-15 paf
14434:
14435: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14436: src/lib/md5/pa_md5c.c, tests/141.html,
14437: tests/results/141.processed: merged from head ^math:uuid[]
14438: ^math:uid64[] ^math:md5[string]
14439:
14440: test added: 141.html
14441:
14442: * operators.txt, src/classes/math.C: ^math:uid64[]
14443:
14444: * src/classes/math.C: ^math:uuid[]
14445:
14446: * operators.txt, src/classes/math.C: ^math:uuid[]
14447:
14448: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14449: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14450:
14451: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14452: src/include/pa_config_fixed.h, src/main/pa_common.C:
14453: ^file::load[mode;name; $.offset $.limit
14454:
14455: 2003-04-14 paf
14456:
14457: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14458: started ^math:md5
14459:
14460: * src/classes/table.C, src/include/pa_array.h,
14461: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14462: tests/results/140.processed: table $.reverse option works in
14463: create&co table $.distinct[tables] bug fix merged
14464:
14465: * src/: classes/table.C, include/pa_table.h: table
14466: $.distinct[tables] bug fixed
14467:
14468: * src/classes/table.C: more warnings
14469:
14470: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14471: removed checks in table::set_current, moved them back to
14472: table::locate implemented table::create/join ñ $.reverse
14473:
14474: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14475: removed checks in table::set_current, moved them back to
14476: table::locate
14477:
14478: 2003-04-11 paf
14479:
14480: * operators.txt, src/classes/date.C, src/classes/table.C,
14481: src/include/pa_array.h, src/include/pa_common.h,
14482: src/include/pa_config_includes.h, src/include/pa_string.h,
14483: src/include/pa_table.h, src/main/pa_request.C,
14484: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14485: src/main/pa_table.C: merged from HEAD from
14486: before_append_array_limit_sense_change to
14487: after_append_array_limit_sense_change
14488:
14489: * src/classes/table.C: typo
14490:
14491: * operators.txt, src/classes/date.C, src/classes/table.C,
14492: src/include/pa_array.h, src/include/pa_common.h,
14493: src/include/pa_config_includes.h, src/include/pa_globals.h,
14494: src/include/pa_table.h, src/main/pa_array.C,
14495: src/main/pa_globals.C, src/main/pa_request.C,
14496: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14497: src/main/pa_table.C: append_array_limit_sense_change locate
14498: accepts options same as create new option: $.reverse(1) [do not
14499: work in table::create]
14500:
14501: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14502: (stat xxx,
14503:
14504: * src/classes/: table.C: typo
14505:
14506: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14507: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14508: results/130.processed, results/131.processed,
14509: results/132.processed, results/133.processed,
14510: results/134.processed, results/135.processed,
14511: results/136.processed, results/137.processed,
14512: results/138.processed, results/139.processed: added few mustfail
14513: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14514: date/time 132.html mustfail: access to junction outside of
14515: context 133.html mustfail: access to junction outside of context,
14516: case version 134.html mustfail: hash: adding a key inside of
14517: foreach 135.html mustfail: modifying system class 136.html
14518: mustfail: $.name outside of $hash[here] 137.html mustfail:
14519: appendChild without import 138.html mustfail: invalid encoding
14520: inside of xml 139.html mustfail: bad XPath
14521:
14522: * operators.txt, src/classes/table.C, tests/084.html,
14523: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14524: tests/129.html, tests/results/125.processed,
14525: tests/results/126.processed, tests/results/127.processed,
14526: tests/results/128.processed, tests/results/129.processed: merged
14527: from HEAD ^table.hash[key][$.distinct[tables]]
14528:
14529: maked appropriate tests [changed one old nonconforming]
14530:
14531: * operators.txt, src/classes/table.C:
14532: ^table.hash[key][$.distinct[tables]]
14533:
14534: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14535: merged fix for found very old xml (dom) bug: were passing
14536: domString objects and later ERROREOUSLY freed them
14537:
14538: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14539: src/main/pa_charset.C: re-added libgdome patch. regretfully
14540: libgdome bug can not be worked around
14541:
14542: 2003-04-10 paf
14543:
14544: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14545: found very old xml (dom) bug: were passing domString objects and
14546: later ERROREOUSLY freed them
14547:
14548: * src/doc/string.dox, src/include/pa_memory.h,
14549: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14550: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14551: tests/123.html, tests/124.html, tests/results/001.processed,
14552: tests/results/002.processed, tests/results/003.processed,
14553: tests/results/004.processed, tests/results/005.processed,
14554: tests/results/006.processed, tests/results/008.processed,
14555: tests/results/009.processed, tests/results/010.processed,
14556: tests/results/011.processed, tests/results/012.processed,
14557: tests/results/013.processed, tests/results/014.processed,
14558: tests/results/015.processed, tests/results/016.processed,
14559: tests/results/017.processed, tests/results/018.processed,
14560: tests/results/020.processed, tests/results/021.processed,
14561: tests/results/022.processed, tests/results/023.processed,
14562: tests/results/024.processed, tests/results/025.processed,
14563: tests/results/026.processed, tests/results/027.processed,
14564: tests/results/028.processed, tests/results/029.processed,
14565: tests/results/030.processed, tests/results/031.processed,
14566: tests/results/032.processed, tests/results/033.processed,
14567: tests/results/034.processed, tests/results/035.processed,
14568: tests/results/036.processed, tests/results/037.processed,
14569: tests/results/038.processed, tests/results/039.processed,
14570: tests/results/040.processed, tests/results/041.processed,
14571: tests/results/042.processed, tests/results/043.processed,
14572: tests/results/044.processed, tests/results/045.processed,
14573: tests/results/046.processed, tests/results/047.processed,
14574: tests/results/048.processed, tests/results/049.processed,
14575: tests/results/050.processed, tests/results/051.processed,
14576: tests/results/052.processed, tests/results/053.processed,
14577: tests/results/054.processed, tests/results/055.processed,
14578: tests/results/056.processed, tests/results/057.processed,
14579: tests/results/058.processed, tests/results/059.processed,
14580: tests/results/060.processed, tests/results/061.processed,
14581: tests/results/062.processed, tests/results/063.processed,
14582: tests/results/064.processed, tests/results/065.processed,
14583: tests/results/066.processed, tests/results/067.processed,
14584: tests/results/068.processed, tests/results/069.processed,
14585: tests/results/070.processed, tests/results/071.processed,
14586: tests/results/072.processed, tests/results/073.processed,
14587: tests/results/074.processed, tests/results/075.processed,
14588: tests/results/076.processed, tests/results/077.processed,
14589: tests/results/078.processed, tests/results/079.processed,
14590: tests/results/080.processed, tests/results/081.processed,
14591: tests/results/082.processed, tests/results/083.processed,
14592: tests/results/084.processed, tests/results/085.processed,
14593: tests/results/086.processed, tests/results/087.processed,
14594: tests/results/088.processed, tests/results/089.processed,
14595: tests/results/090.processed, tests/results/091.processed,
14596: tests/results/092.processed, tests/results/093.processed,
14597: tests/results/094.processed, tests/results/095.processed,
14598: tests/results/096.processed, tests/results/097.processed,
14599: tests/results/101.processed, tests/results/102.processed,
14600: tests/results/104.processed, tests/results/105.processed,
14601: tests/results/106.processed, tests/results/107.processed,
14602: tests/results/108.processed, tests/results/109.processed,
14603: tests/results/110.processed, tests/results/111.processed,
14604: tests/results/112.processed, tests/results/113.processed,
14605: tests/results/114.processed, tests/results/115.processed,
14606: tests/results/116.processed, tests/results/117.processed,
14607: tests/results/118.processed, tests/results/119.processed,
14608: tests/results/120.processed, tests/results/121.processed,
14609: tests/results/122.processed, tests/results/123.processed,
14610: tests/results/124.processed: new convention: char* never 0.
14611: assert in cord on that
14612:
14613: * src/main/pa_charset.C: couple more asserts
14614:
14615: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14616: speedup
14617:
14618: * src/main/pa_charset.C: couple assertions on fantastic situations
14619: added [may be those is the case now?]
14620:
14621: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14622: that's memory from gc_malloc, not from g_malloc :(, but would
14623: hope]
14624:
14625: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14626: that's memory from gc_malloc, not from g_malloc :(, but would
14627: hope]
14628:
14629: * src/main/pa_charset.C: checked custom malloc for returning 0
14630:
14631: 2003-04-09 paf
14632:
14633: * src/classes/date.C: merged ^date.roll changes
14634:
14635: * src/classes/date.C: ^date.roll bug fix
14636:
14637: * src/classes/date.C: ^date.roll now throws less errors: month
14638: shifts handles end of month situation by reducing day number
14639: hour-hole shift reduces hour to recover
14640:
14641: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14642: Sort by function time
14643:
14644: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14645: http:// $.charset[] param done
14646:
14647: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14648: added [after volatile fix. passes on win&intel-solaris]
14649:
14650: 2003-04-08 paf
14651:
14652: * src/: classes/file.C, classes/op.C, classes/table.C,
14653: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14654: include/pa_common.h, include/pa_request_charsets.h,
14655: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14656: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14657: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14658: types/pa_vresponse.C: started http:// $.charset[] param and
14659: http response charset detection just compiled. todo:test
14660:
14661: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14662:
14663: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14664: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14665: types/pa_vmail.C: changed transcode param converntion along with
14666: string creating convention -- all strings are zero-terminated,
14667: this allowed to fix one remaining String("123", 2) case
14668:
14669: * src/: classes/date.C, classes/file.C, classes/hash.C,
14670: classes/op.C, classes/string.C, classes/table.C,
14671: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14672: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14673: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14674: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14675: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14676: violated String::invariant. started fixing [not compiled now]
14677:
14678: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14679: main/compile.tab.C, main/compile.y, main/pa_string.C,
14680: main/untaint.C, targets/cgi/parser3.C: number of string style
14681: improvements & optimizations
14682:
14683: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14684: :(]
14685:
14686: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14687: [for it's a pointer really]
14688:
14689: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14690: 'n' param. worked that around
14691:
14692: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14693: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14694: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14695: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14696: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14697:
14698: Thanks for the bug report and patch.
14699:
14700: I hadn't looked at this code in a while. Reading it now, it
14701: seems to me that the tests should also be ">= MAX_DEPTH" to
14702: comply with the invariant, though that may not matter a lot. I
14703: changed that, too.
14704:
14705: Hans
14706:
14707: 2003-04-07 paf
14708:
14709: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14710: merged from head:safe mode error message now includes numbers
14711:
14712: * src/main/execute.C: n-th attempt to make a=a work with double.
14713: problem: as_double returns it's result in fp-register compiler
14714: optimizes access to that register after b->as_double, and just
14715: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14716: from memory. _SAME_ double values do not match here. when
14717: forced to REload fp-register, values do match.
14718:
14719: tried to make them volatile.
14720:
14721: * src/main/execute.C: n-th attempt to make a=a work with double.
14722: problem: as_double returns it's result in fp-register compiler
14723: optimizes access to that register after b->as_double, and just
14724: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14725: from memory. _SAME_ double values do not match here. when
14726: forced to REload fp-register, values do match.
14727:
14728: tried to make them volatile.
14729:
14730: * src/types/pa_vobject.h: small style change
14731:
14732: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14733:
14734: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14735: mode error message now includes numbers
14736:
14737: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14738: now causes death
14739:
14740: 2003-04-04 paf
14741:
14742: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14743: incorportated pa_exec patch by From: "Victor Fedoseev"
14744: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14745: Sent: Thursday, January 23, 2003 9:14 AM
14746:
14747: huge speedup on ^file::cgi with big result
14748:
14749: * src/classes/table.C: sort table with 0 rows bug fixed
14750:
14751: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14752: fix http://i2/tasks/edit/?id=4493701604654042676
14753:
14754: @main[] $with_default[ $.a[1] $._default[default from
14755: with_default] ] ^show[$with_default]
14756:
14757: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14758: =$to_add_to.xxx=<br>
14759:
14760: ^show[$to_add_to]
14761:
14762: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14763: ^show[$cloned]
14764:
14765: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14766:
14767: } <hr>
14768:
14769: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14770: http://i2/tasks/edit/?id=4493701604654042676
14771:
14772: @main[] $with_default[ $.a[1] $._default[default from
14773: with_default] ] ^show[$with_default]
14774:
14775: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14776: =$to_add_to.xxx=<br>
14777:
14778: ^show[$to_add_to]
14779:
14780: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14781: ^show[$cloned]
14782:
14783: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14784:
14785: } <hr>
14786:
14787: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14788: http://i2/tasks/edit/?id=4507350336410850921
14789:
14790: * src/classes/xdoc.C: memory allocation func bugfix
14791: http://i2/tasks/edit/?id=4499303470368629745
14792:
14793: * src/classes/math.C: allowed random 1...
14794:
14795: * src/classes/math.C: allowed random 0..
14796:
14797: * src/main/pa_globals.C: exif mem leak
14798: http://i2/tasks/edit/?id=4480590323629807263
14799:
14800: * src/: classes/classes.dsp, main/main.dsp,
14801: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14802: fix http://i2/tasks/edit/?id=4493946731322521294
14803: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14804:
14805: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14806: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14807: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14808: links to xml libs made relative, no need to unpack parser3project
14809: to /parser3project.
14810:
14811: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14812: column more precise - tab handling bug fixed
14813:
14814: * src/main/: compile.tab.C, compile.y: more understandable error
14815: message in case @CLASS with more then one line inside
14816:
14817: * src/targets/cgi/parser3.C: more understandable error message in
14818: case of errors in @unhandled_exception
14819:
14820: 2003-04-03 paf
14821:
14822: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14823: src/main/compile.tab.C, src/main/compile.y,
14824: src/main/compile_tools.C, src/main/compile_tools.h,
14825: src/main/execute.C, src/main/pa_request.C: debug info format
14826: simplified, now it's: OP_VALUE Operation::Origin << here value*
14827:
14828: higher limits: file number (max: 255) line number (max:
14829: 64535) column number (max: 255)
14830:
14831: * src/classes/math.C: top limit
14832:
14833: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14834: precise parse error position in case of
14835:
14836: ^bug ]
14837:
14838: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14839: changed to realities, and passed [bug fixed]
14840:
14841: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14842: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14843: main/compile_tools.h, main/pa_request.C: introducing
14844: ^process...[main-method-alias]
14845:
14846: * src/: classes/date.C, classes/image.C, classes/op.C,
14847: classes/string.C, classes/table.C, classes/xdoc.C,
14848: types/pa_vmethod_frame.h: MethodParams& now [methods without
14849: params receive zero reference, but they are expected not to look
14850: there]
14851:
14852: * operators.txt, src/classes/date.C, src/classes/double.C,
14853: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14854: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14855: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14856: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14857: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14858: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14859: [methods without params receive zero reference, but they are
14860: expected not to look there]
14861:
14862: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14863: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14864: ^process...[filename] useful for better error reporting
14865: [file/line/col]
14866:
14867: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14868: types/pa_vstring.h: slightly improved error messages text: 1. is
14869: '%s', it 2. method undefined in case of ^void[]
14870:
14871: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14872: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14873: handling done. now we have error columns todo: test it
14874:
14875: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14876: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14877:
14878: this makes life easier: were: bad stack order -- were in
14879: exception catch unwind order, which didn't match execution order
14880:
14881: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14882:
14883: @first[] ^throw[a;1]
14884:
14885: showed throw a first throw b try
14886:
14887: which is no good
14888:
14889: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14890: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14891: trace reset after handled exception [old bug fixed]
14892:
14893: * src/main/: compile.tab.C, compile.y: parse position old bug
14894: fixed. position reporting made precise [both, in parse erros and
14895: runtime errors]
14896:
14897: 2003-04-02 paf
14898:
14899: * src/: include/pa_operation.h, include/pa_request.h,
14900: main/compile.C, main/compile.tab.C, main/compile.y,
14901: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14902: main/pa_exception.C, main/pa_request.C: debug info: started
14903: using. todo:complete
14904:
14905: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14906: main/compile.C, main/compile.tab.C, main/compile.y,
14907: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14908: main/pa_request.C: prepared debug info todo:use it
14909:
14910: * src/include/pa_operation.h: strange mistake fixed: forgot to
14911: return Operation class->union after switching from autoptrs.
14912:
14913: * tests/: Makefile, results/108.processed, results/117.processed:
14914: meta considered OK [it's up to coder now to remove it not needed]
14915:
14916: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14917: Dictionary constructor when moved to gc]
14918:
14919: * src/main/pa_common.C: uncommented http:// file loading
14920:
14921: * src/include/pa_array.h, src/main/execute.C,
14922: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14923: fix [gdGrowingBuf]
14924:
14925: * configure.in, src/lib/Makefile.am: removed patches
14926:
14927: * configure, src/include/pa_config_auto.h.in,
14928: src/main/pa_charset.C: --enable-assertions autoconf-ed
14929:
14930: * src/main/pa_common.C: uncommented http:// file loading
14931:
14932: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14933: xdoc::create/load
14934:
14935: * src/: classes/form.C, classes/hash.C, classes/image.C,
14936: classes/string.C, classes/table.C, classes/void.C,
14937: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14938: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14939: String::String(str,helper_length) are checked. found/fixed one
14940: place: $request:body now zero-terminated,
14941:
14942: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14943: main/compile_tools.C, main/execute.C, types/pa_value.h,
14944: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14945: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14946: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14947: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14948: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14949: types/pa_vxnode.h: more locally scoped vars in execute (more
14950: easily optimizable)
14951:
14952: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14953: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14954:
14955: * src/: include/pa_array.h, include/pa_stack.h,
14956: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14957: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14958: become assertion iterator in methodframe filler
14959:
14960: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14961: targets/cgi/parser3.C: array::get/put inlined
14962:
14963: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14964: gc_substitute_memory_management_functions +installed CORD_oom
14965: function
14966:
14967: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14968: src/include/pa_config_includes.h, src/include/pa_string.h,
14969: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14970: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14971: assertions started configure.in --enable-assertions
14972:
14973: 2003-04-01 paf
14974:
14975: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14976: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14977: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14978: gdome uses glib memory, and stores last pointer to xmlDoc there,
14979: gc misses that and collects valid memory fixed by remembering
14980: xmlDoc from dom object in xdoc. todo: do something with
14981: premature free of xdoc with xnodes/node values referring into it
14982:
14983: * src/classes/: mail.C: typo fix
14984:
14985: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14986: changes
14987:
14988: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14989: main/pa_memory.C: moved memory debugging to global level: to
14990: pa_gc_malloc
14991:
14992: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14993: debugging showed no errors. todo: debug parser memory
14994:
14995: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14996: configurations
14997:
14998: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14999: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15000: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15001: types/types.dsp: prepared xml-static configuration
15002:
15003: 2003-03-31 paf
15004:
15005: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15006: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15007: xml lib memory debugging, simple checks failed: it seems that
15008: library does realloc(bad ptr), and recording those ptrs in heap
15009: [for debugging] was bad: heap situation changes = everything
15010: works fine
15011:
15012: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15013: xmlRegisterCharEncodingHandler limitation [currently imposed
15014: limit of 10 user-defined charsets]
15015:
15016: 2003-03-28 paf
15017:
15018: * src/main/execute.C: execution stack copied to local register
15019: variable, removed lots [~2e7) of memory accesses
15020:
15021: 2003-03-27 paf
15022:
15023: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15024: works in debug, but fails in release todo: fix that
15025:
15026: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15027: targets/cgi/parser3.C: forgot to merge XML memory funcs
15028: replacement from gc branch
15029:
15030: * src/main/pa_exec.C: introducing append_help_length [radical
15031: improvement here]
15032:
15033: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15034: 'not recommened' in gc.h, on win32 noticed no difference]
15035:
15036: * src/include/pa_array.h: returned checked array get [were disabled
15037: for debugging] result:not slower [don't understand that, it were
15038: INLINED] todo: find out a way of inlining it!
15039:
15040: * src/: include/pa_string.h, lib/gc/include/gc.h,
15041: lib/gc/include/gc_fake.h, main/compile.tab.C,
15042: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15043: convention changed: all resulting strings are zero-terminated
15044:
15045: * src/: classes/date.C, classes/file.C, classes/hash.C,
15046: classes/string.C, classes/table.C, classes/void.C,
15047: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15048: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15049: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15050: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15051: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15052: types/pa_vfile.C, types/pa_vmail.C: introducing
15053: append_help_length [radical improvement here]
15054:
15055: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15056: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15057: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15058: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15059: even slower
15060:
15061: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15062: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15063: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15064: clients of &get(): most to use non-ref version, some[in tight
15065: places] to get_unchecked_ref
15066:
15067: * src/doc/memory.dox: forgot to add
15068:
15069: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15070: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15071: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15072: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15073: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15074: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15075: targets/cgi/parser3.dsp, types/pa_vmail.C,
15076: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15077: T>>&<< removed after Stack::pop wiping removed [moved to separate
15078: func] other Array & removed
15079:
15080: 2003-03-26 paf
15081:
15082: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15083: classes/table.C, include/pa_array.h, include/pa_charset.h,
15084: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15085: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15086: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15087: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15088: main/pa_exec.C, main/pa_sql_driver_manager.C,
15089: main/pa_stylesheet_manager.C, main/pa_table.C,
15090: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15091: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15092: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15093: pre-evaluated .count() in some places
15094:
15095: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15096: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15097: types/types.dsp: .dsp profiling updated
15098:
15099: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15100: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15101: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15102:
15103: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15104: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15105: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15106: use lib/gc,lib/cord
15107:
1.116 moko 15108: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15109: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15110: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15111: src/include/pa_config_includes.h, src/include/pa_request.h,
15112: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15113: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15114: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15115: src/lib/cord/include/Makefile.am,
1.116 moko 15116: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15117: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15118: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15119: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15120: src/types/pa_vform.h, src/types/pa_vhash.h,
15121: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15122: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15123: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15124: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15125: funcs ported pa_exec
1.95 moko 15126:
15127: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15128:
15129: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15130: bundled gc includes
15131:
15132: * src/: classes/op.C, include/pa_array.h,
15133: include/pa_sql_connection.h, include/pa_string.h,
15134: include/pa_version.h, main/compile.tab.C, main/compile.y,
15135: main/execute.C, main/pa_common.C, main/pa_exception.C,
15136: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15137: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15138: first real site (aval)]
15139:
15140: 2003-03-25 paf
15141:
15142: * operators.txt, src/main/pa_sql_driver_manager.C,
15143: src/types/pa_vstatus.C: $status.memory used free since_compact
15144: process
15145:
15146: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15147: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15148:
15149: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15150:
15151: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15152: src/types/pa_value.h, src/types/pa_vfile.h,
15153: src/types/pa_vobject.C, src/types/pa_vobject.h,
15154: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15155: tests/results/121.processed: untaint.C L_URI
15156:
15157: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15158: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15159: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15160: src/types/pa_vmemory.h: ^memory:compact[]
15161:
15162: * tests/results/109.processed: it was a bug in parser. updated 109
15163: test result
15164:
15165: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15166:
15167: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15168: tests/results/107.processed: fixed dom language [values are now
15169: considered tainted. it was a bug in parser. updated 107 test
15170: result
15171:
15172: * src/classes/xdoc.C: fixed transform params
15173:
15174: * src/: include/pa_stylesheet_manager.h,
15175: main/pa_stylesheet_manager.C: fixed stylesheet caching
15176:
15177: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15178: overloads for structure handling
15179:
15180: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15181: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15182: StringBody(0) ambiguilty, introducting static
15183: StringBody::Format(int)
15184:
15185: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15186: linked
15187:
15188: * src/types/pa_vxdoc.C: vxdoc compiled
15189:
15190: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15191: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15192: finalizers isntalled
15193:
15194: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15195: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15196: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15197: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15198: compiled todo: xnode.C / finalizers
15199:
15200: * src/doc/string.dox: updated: new string internals
15201:
15202: 2003-03-24 paf
15203:
15204: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15205: include/pa_charset.h, include/pa_config_fixed.h,
15206: include/pa_request.h, include/pa_stylesheet_connection.h,
15207: include/pa_stylesheet_manager.h, main/pa_charset.C,
15208: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15209: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15210: types/pa_vxnode.h: started XML
15211:
15212: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15213:
15214: * src/: classes/file.C, classes/image.C, classes/mail.C,
15215: include/pa_string.h, main/pa_common.C,
15216: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15217:
15218: * src/: classes/file.C, classes/image.C, classes/mail.C,
15219: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15220: main/pa_request.C, main/pa_sql_driver_manager.C,
15221: types/pa_vimage.h: size_t pos everywhere checks changed to check
15222: for eq STRING_NOT_FOUND
15223:
15224: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15225: optimize bit implemented
15226:
15227: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15228: String::ArrayFragment::append_positions fixed
15229:
15230: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15231: String::this_starts fixed
15232:
15233: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15234:
15235: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15236: hashcode implemented fully, including per-char callback [it can
15237: be - substr CORD node]
15238:
15239: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15240: rewritten to rewalloc with 100byte buf ahead
15241:
15242: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15243: src/include/pa_string.h, src/main/compile.tab.C,
15244: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15245: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15246: CORD_ec [bad] would rewrite as realloc now
15247:
15248: * src/: classes/date.C, classes/file.C, classes/form.C,
15249: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15250: include/pa_cache_managers.h, include/pa_charsets.h,
15251: include/pa_common.h, include/pa_request.h,
15252: include/pa_sql_driver_manager.h, include/pa_table.h,
15253: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15254: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15255: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15256: types/pa_vmail.C, types/pa_vmethod_frame.C,
15257: types/pa_vstateless_class.h: 2*2 worked :)
15258:
15259: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15260: src/include/pa_exec.h, src/include/pa_string.h,
15261: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15262: passed OK
15263:
15264: * src/: classes/hash.C, classes/string.C, classes/table.C,
15265: types/pa_value.C: all linked todo: debug
15266:
15267: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15268: types/pa_vstateless_class.C: all compiled. todo:link
15269:
15270: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15271:
15272: * src/types/pa_vtable.C: pa_vtable.C compiled
15273:
15274: * src/types/pa_vstring.C: pa_vstring.C compiled
15275:
15276: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15277:
15278: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15279: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15280: pa_vstateless_class.C, pa_vstateless_class.h:
15281: pa_vstateless_class.C compiled
15282:
15283: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15284: types/pa_vmath.C: pa_vmail.C compiled
15285:
15286: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15287:
15288: * src/types/pa_vform.C: pa_vform.C compiled
15289:
15290: * src/types/pa_vfile.C: pa_vfile.C compiled
15291:
15292: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15293: pa_vstateless_class.C: pa_vcookie.C compiled
15294:
15295: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15296: types/pa_vhash.h: pa_value.C compiled
15297:
15298: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15299: classes.lib main.lib compiled
15300:
15301: * src/classes/void.C: void.C compiled
15302:
15303: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15304: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15305: compiled
15306:
15307: * src/: classes/string.C, include/pa_request.h,
15308: include/pa_string.h, main/pa_string.C: string.C compiled
15309:
15310: * src/: classes/op.C, classes/string.C, classes/table.C,
15311: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15312: main/pa_request.C, main/pa_string.C: op.C compiled
15313:
15314: * src/classes/: math.C, op.C: math.C compiled
15315:
15316: * src/: classes/mail.C, classes/string.C, classes/table.C,
15317: types/pa_vmail.h: mail.C compiled
15318:
15319: * src/classes/: int.C, table.C: int.C compiled
15320:
15321: * src/: classes/hash.C, classes/image.C, classes/string.C,
15322: classes/table.C, include/pa_memory.h, include/pa_string.h,
15323: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15324: compiled
15325:
15326: * src/: classes/hash.C, classes/string.C, classes/table.C,
15327: classes/void.C, classes/xdoc.C, include/pa_request.h,
15328: include/pa_sql_connection.h: hash.C compiled
15329:
15330: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15331: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15332: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15333: classes/math.C, classes/op.C, classes/response.C,
15334: classes/string.C, classes/table.C, classes/void.C,
15335: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15336: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15337: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15338: file.C table.C compiled
15339:
15340: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15341: main/untaint.C: main.lib compiled
15342:
15343: 2003-03-21 paf
15344:
15345: * src/: classes/op.C, include/pa_cache_managers.h,
15346: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15347: include/pa_stylesheet_manager.h, main/pa_exception.C,
15348: main/pa_globals.C, main/pa_sql_driver_manager.C,
15349: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15350: compiled
15351:
15352: * src/: classes/hash.C, classes/image.C, classes/op.C,
15353: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15354: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15355: main/compile.C, main/pa_common.C, main/pa_request.C,
15356: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15357: pa_request.C compiled
15358:
15359: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15360: include/pa_request.h, main/execute.C, main/pa_request.C,
15361: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15362: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15363: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15364: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15365: compiled
15366:
15367: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15368: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15369: on unix
15370:
15371: * src/: include/pa_charset.h, include/pa_charsets.h,
15372: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15373: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15374: pa_charsets.C compiled
15375:
15376: * src/: classes/image.C, classes/mail.C, classes/op.C,
15377: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15378: main/compile.y, main/execute.C, main/pa_common.C,
15379: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15380: types/pa_vcode_frame.h, types/pa_vimage.h,
15381: types/pa_vmethod_frame.h: execute.C compiled
15382:
15383: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15384: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15385: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15386: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15387: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15388: include/pa_cache_managers.h, include/pa_charsets.h,
15389: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15390: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15391: include/pa_sql_driver_manager.h, include/pa_string.h,
15392: include/pa_stylesheet_connection.h,
15393: include/pa_stylesheet_manager.h, include/pa_table.h,
15394: main/compile.C, main/compile.tab.C, main/compile.y,
15395: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15396: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15397: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15398: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15399: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15400: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15401: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15402: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15403: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15404: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15405: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15406: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15407: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15408: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15409: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15410: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15411: types/pa_vresponse.h, types/pa_vstateless_class.C,
15412: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15413: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15414: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15415: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15416: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15417: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15418: [C++ CORD wrapper]
15419:
15420: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15421:
15422: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15423: $file::exec/cgi[script; $.charset[this is script's charset]
15424:
15425: command line, env values, input got transcoded before call
15426: stdout, stderr got transcoded after call
15427:
15428: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15429: by default. use: ^file::exec[...;$.stdin[$request.body]
15430:
15431: * src/main/pa_common.C: } typo bug fix
15432:
15433: * src/main/pa_common.C: } typo bug fix
15434:
15435: 2003-03-20 paf
15436:
15437: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15438: main/untaint.C: cord bug fix, but still errors todo: clear out
15439:
15440: * src/include/pa_string.h: more tests
15441:
15442: * src/main/pa_string.C: string.pos fixed
15443:
1.116 moko 15444: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15445: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15446: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15447: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15448: replaces
1.95 moko 15449:
15450: * src/: classes/image.C, include/pa_dictionary.h,
15451: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15452: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15453: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15454: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15455:
15456: * src/include/pa_string.h: warning
15457:
15458: * src/include/pa_string.h: this_starts fixed
15459:
15460: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15461: new String ctor & append params convention
15462:
15463: * src/: classes/file.C, classes/hash.C, classes/image.C,
15464: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15465: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15466: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15467: main/pa_exception.C, main/pa_exec.C,
15468: main/pa_sql_driver_manager.C, main/pa_string.C,
15469: main/pa_stylesheet_manager.C, main/untaint.C,
15470: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15471: types/pa_vmail.C: more tests OK
15472:
15473: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15474: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15475: gc/exit runned OK
15476:
15477: * src/types/pa_vmail.C: another naming problem: should not name
15478: vars like that: unpredictable close caused problems with later
15479: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15480: descriptors missing on startup: stdin; Bad file number
15481:
15482: todo: find out why so many filters(stream) here. probably wrong?
15483:
15484: * src/: include/pa_dictionary.h, include/pa_string.h,
15485: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15486: main/untaint.C: test compiled
15487:
15488: * src/: classes/image.C, classes/mail.C, classes/math.C,
15489: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15490: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15491: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15492: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15493: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15494: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15495: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15496: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15497: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15498:
15499: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15500: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15501: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15502: src/include/pa_memory.h, src/include/pa_request.h,
15503: src/include/pa_request_charsets.h,
15504: src/include/pa_sql_connection.h, src/include/pa_string.h,
15505: src/main/compile.tab.C, src/main/execute.C,
15506: src/main/pa_charset.C, src/main/pa_common.C,
15507: src/main/pa_exception.C, src/main/pa_exec.C,
15508: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15509: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15510: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15511: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15512: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15513: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15514: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15515: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15516: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15517: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15518: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15519: pa_common.C [done, without http for now]
15520:
15521: 2003-03-19 paf
15522:
15523: * src/: classes/date.C, classes/form.C, classes/hash.C,
15524: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15525: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15526: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15527: include/pa_string.h, include/pa_table.h, main/compile.C,
15528: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15529: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15530: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15531: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15532: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15533: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15534: types/pa_vstateless_class.h, types/pa_vtable.C,
15535: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15536: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15537: types/pa_wwrapper.h: started test
15538:
1.116 moko 15539: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15540: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15541:
15542: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15543: include/pa_string.h, main/pa_string.C: string compiled todo: test
15544: it
15545:
15546: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15547: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15548: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15549: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15550: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15551: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15552: types/pa_vmethod_frame.h, types/types.dsp: string
15553: reimplementation with cord+array<fragment>: 70%
15554:
15555: 2003-03-18 paf
15556:
15557: * src/: classes/date.C, classes/file.C, classes/form.C,
15558: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15559: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15560: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15561: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15562: can ignore lang in cmp and pos really, but would
15563: split properly!
15564:
15565: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15566: cord part made parser/src/lib: it's not compiled into libgc by
15567: default
15568:
15569: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15570: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15571: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15572: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15573: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15574: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15575: src/classes/xnode.C, src/classes/xnode.h,
15576: src/include/Makefile.am, src/include/pa_cache_managers.h,
15577: src/include/pa_charset.h, src/include/pa_charsets.h,
15578: src/include/pa_common.h, src/include/pa_dictionary.h,
15579: src/include/pa_exception.h, src/include/pa_exec.h,
15580: src/include/pa_globals.h, src/include/pa_hash.h,
15581: src/include/pa_memory.h, src/include/pa_pool.h,
15582: src/include/pa_request.h, src/include/pa_request_charsets.h,
15583: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15584: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15585: src/include/pa_stylesheet_connection.h,
15586: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15587: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15588: src/main/compile.C, src/main/compile.tab.C,
15589: src/main/compile_tools.C, src/main/compile_tools.h,
15590: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15591: src/main/pa_charsets.C, src/main/pa_common.C,
15592: src/main/pa_dictionary.C, src/main/pa_exception.C,
15593: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15594: src/main/pa_pool.C, src/main/pa_request.C,
15595: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15596: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15597: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15598: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15599: src/types/pa_junction.h, src/types/pa_method.h,
15600: src/types/pa_value.C, src/types/pa_value.h,
15601: src/types/pa_vclass.C, src/types/pa_vclass.h,
15602: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15603: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15604: src/types/pa_vdouble.h, src/types/pa_venv.h,
15605: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15606: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15607: src/types/pa_vimage.C, src/types/pa_vimage.h,
15608: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15609: src/types/pa_vmath.C, src/types/pa_vmath.h,
15610: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15611: src/types/pa_vobject.C, src/types/pa_vobject.h,
15612: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15613: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15614: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15615: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15616: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15617: src/types/pa_vstring.h, src/types/pa_vtable.C,
15618: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15619: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15620: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15621: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15622: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15623: gc: PA_Object done lots of replacements also
15624:
15625: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15626: gc logging
15627:
15628: 2003-03-17 paf
15629:
15630: * src/: classes/date.C, classes/file.C, classes/form.C,
15631: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15632: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15633: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15634: include/pa_string.h, include/pa_types.h, main/compile.C,
15635: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15636: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15637: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15638: main/pa_sql_driver_manager.C, main/pa_string.C,
15639: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15640: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15641: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15642: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15643: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15644: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15645: types/pa_vxnode.h: libgc attempt
15646:
15647: 2003-03-13 paf
15648:
15649: * src/: include/pa_sql_driver_manager.h,
15650: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15651: called
15652:
15653: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15654: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15655: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15656: types/pa_value.h, types/pa_vobject.h,
15657: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15658: set_base, set_derived simplified [counter leaks fixed]
15659:
15660: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15661: src/types/types.dsp: incorporated status class patch From:
15662: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15663: 2003 8:14 AM
15664:
15665: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15666: Win32 specific: QuotaPeakNonPagedPoolUsage
15667: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15668:
15669: 2003-03-12 paf
15670:
1.116 moko 15671: * configure, configure.in, src/lib/ltdl/configure,
15672: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15673: lib/ltdl/Makefile now created by /configure.in only [were by
15674: lib/ltdl/configure.in OVERWRITE]
15675:
1.116 moko 15676: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15677: linkage fixed for g++ 3.2.2
1.95 moko 15678:
15679: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15680: on using privately declared class [fixed]
15681:
15682: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15683: 3.2 rightliy complained on using privately declared class [fixed]
15684:
15685: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15686: sigpipe before request constructor now causes death
15687:
15688: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15689: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15690: not cause exception in exception handler
15691:
1.116 moko 15692: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15693: now default links libstdc++ statically. that can be overriden by
15694: --with-dynamic-stdcpp
1.95 moko 15695:
15696: 2003-03-11 paf
15697:
15698: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15699: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15700: necessity of libstdc++
15701:
15702: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15703:
15704: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15705:
15706: 2003-03-08 paf
15707:
15708: * tests/Makefile: make install & co
15709:
15710: * src/: include/pa_request.h, classes/op.C: removing
15711: vclass,object.h -> pa_request.h dependency
15712:
15713: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15714: main/pa_request.C: removing vform,response,cookie.h ->
15715: pa_request.h dependency
15716:
15717: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15718: dependency [testing...]
15719:
15720: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15721: return 0; fixed
15722:
15723: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15724: types/pa_vmail.h: vmail.C received just compiled [not tested]
15725:
15726: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15727:
15728: * src/main/pa_request.C: forgotten: ifdef XML
15729:
15730: * src/main/pa_request.C: forgotten: ifdef XML
15731:
15732: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15733: win32 and run memleak tests again
15734:
15735: * src/targets/cgi/parser3.C: charsets: see some strange things with
15736: old xml lib-- it's internal memory handling has faults
15737:
15738: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15739: problems when transcode from charset A to A.
15740:
15741: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15742: todo: still problems when transcode from charset A to A.
15743:
15744: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15745: classes/table.C, include/pa_array.h,
15746: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15747: started full-scale-site-test [~ http://parser.ru sources]
15748:
15749: some fixes
15750:
15751: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15752: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15753: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15754: results/110.processed, results/111.processed,
15755: results/112.processed, results/113.processed,
15756: results/114.processed, results/115.processed,
15757: results/116.processed, results/117.processed,
15758: results/118.processed, results/119.processed,
15759: results/120.processed: xml: tests 109 dom create/show 110 xpath
15760: selectSingle 111 xdoc.create from tainted & 112
15761: xdoc.create/output with russian attr value 113 xpath
15762: selectString/Number 114 dom attributes.count 115 xpath selectBool
15763: 116 output media-type change 117 transform by dom stylesheet 118
15764: empty transform result 119 dom setAttribute 120 nbsp letter
15765: output
15766:
15767: =END OF PREPARED XML TESTS=
15768:
15769: 2003-03-07 paf
15770:
15771: * src/classes/xdoc.C, src/include/pa_charset.h,
15772: src/include/pa_stylesheet_connection.h, tests/108.html,
15773: tests/108.xsl, tests/results/108.processed: xml: test 108
15774: transform with params [bugs fixed]
15775:
15776: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15777: from copy/paste bug
15778:
15779: * src/classes/xdoc.C, src/include/pa_charset.h,
15780: src/include/pa_request.h, src/main/execute.C,
15781: src/main/pa_charset.C, src/main/pa_exception.C,
15782: src/main/pa_globals.C, src/main/pa_request.C,
15783: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15784: src/types/pa_vxnode.C, tests/107.html,
15785: tests/results/107.processed: xml: test: 107 bug fixes
15786:
15787: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15788: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15789: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15790:
15791: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15792: string
15793:
15794: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15795: mem alloc functions used for different cases [libxml, libxsl]
15796:
15797: * src/classes/classes.C: fixed: prevent system classes from
15798: modification to lock ALL the classes, not only directly used
15799:
15800: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15801: linked
15802:
15803: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15804:
15805: 2003-03-06 paf
15806:
15807: * src/classes/xdoc.C: xdoc.C 50%
15808:
15809: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15810: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15811: main/pa_globals.C, main/pa_request.C,
15812: main/pa_stylesheet_manager.C: xnode.C compiled
15813:
15814: * src/: include/pa_stylesheet_connection.h,
15815: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15816: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15817:
15818: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15819: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15820: xml: stylesheet&manager STARTED
15821:
15822: * src/: include/pa_globals.h, main/pa_charset.C,
15823: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15824:
15825: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15826: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15827: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15828: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15829: charsets
15830:
15831: * tests/023.html: in some cases it rounded up badly. postponing
15832: solution of that problem, making more simple test
15833:
15834: * tests/: 058_paf2000.png, results/058.processed: .png added with
15835: -kb now
15836:
15837: * src/: include/pa_charset.h, include/pa_charsets.h,
15838: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15839: moved to charsets.C
15840:
15841: 2003-03-05 paf
15842:
15843: * src/classes/string.C, src/include/pa_string.h,
15844: src/main/pa_string.C, tests/105.html,
15845: tests/results/105.processed: String::match bug fixed
15846:
15847: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15848: tests/results/104.processed: ^bpt operator added [does int3 in
15849: debug build on win32]
15850:
15851: * tests/: 057.html, results/057.processed: test bug fixed
15852:
1.116 moko 15853: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15854:
15855: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15856: missing
15857:
1.116 moko 15858: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15859: forgotten files added to Makes
1.95 moko 15860:
15861: * ltmain.sh: ltmain.sh added
15862:
15863: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15864: change undone ;(
15865:
15866: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15867: made static
15868:
15869: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15870: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15871: todo:make linker happy
1.95 moko 15872:
15873: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15874: env param made optional
15875:
15876: 2003-03-04 paf
15877:
15878: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15879: types/pa_vimage.h: number of gcc compiler bugs fixed
15880:
15881: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15882: results/103.processed: tests: 103 image.copy transparence test
15883:
15884: * src/main/execute.C, tests/101.html, tests/102.html,
15885: tests/results/101.processed, tests/results/102.processed: tests:
15886: 101 method/variable name conflict test 102 form fields change
15887: should not not change anything [bug fix]
15888:
15889: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15890: results/099.processed, results/100.processed: tests: 57 date
15891: create 2002: added 99,100 response:body/download
15892:
15893: * src/classes/image.C, tests/098.html, tests/098font.gif,
15894: tests/results/098.processed: test: 98 image font text [bug fixed]
15895:
15896: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15897: tests/results/097.processed: test: 97 file::load http:// [bugs
15898: fixed]
15899:
15900: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15901: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15902: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15903: image EXIF [bug fixed]
15904:
15905: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15906: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15907: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15908: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15909: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15910: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15911: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15912: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15913: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15914: tests/094.html, tests/095.html, tests/results/061.processed,
15915: tests/results/062.processed, tests/results/063.processed,
15916: tests/results/064.processed, tests/results/065.processed,
15917: tests/results/066.processed, tests/results/067.processed,
15918: tests/results/068.processed, tests/results/069.processed,
15919: tests/results/070.processed, tests/results/071.processed,
15920: tests/results/072.processed, tests/results/073.processed,
15921: tests/results/074.processed, tests/results/075.processed,
15922: tests/results/076.processed, tests/results/077.processed,
15923: tests/results/078.processed, tests/results/080.processed,
15924: tests/results/081.processed, tests/results/082.processed,
15925: tests/results/083.processed, tests/results/084.processed,
15926: tests/results/085.processed, tests/results/086.processed,
15927: tests/results/087.processed, tests/results/088.processed,
15928: tests/results/089.processed, tests/results/090.processed,
15929: tests/results/091.processed, tests/results/092.processed,
15930: tests/results/093.processed, tests/results/094.processed,
15931: tests/results/095.processed, tests/079.html,
15932: tests/results/079.processed: tests: 61 file::stat size 62
15933: string->int autoconvert 63 double .int,dec,div,mul 64 date
15934: compare 65 file: basename,justname,justext 66 math:crypt 67
15935: string.match simple on long 68 string.match normalized simple on
15936: long 69 string.int 70 file::stat content-type 71 table.join 72
15937: hash parameter conditional pass 73 date daylightsaving,yearday 74
15938: date arithmetics 75 response date values/attributes 76 string.pos
15939: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15940: with local 80 scientific numeric literal in string autoconvert 81
15941: xor: logical and numerical 82 for delims 83 menu delims 84
15942: table.hash distinct 85 long string replace 86 throw+catch
15943: current language preserve 87 bit shifts 88 junction tests +
15944: $caller test 89 hash.foreach selfmodification 90 int/void to int
15945: 91 $caller test 92 junction is + def junction tests 93 $caller
15946: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15947:
15948: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15949: fixed] 60 string eq string [bug fixed]
15950:
15951: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15952: 058.html, 058_paf2000.png, 059.html, 060.html,
15953: results/053.processed, results/054.processed,
15954: results/055.processed, results/056.processed,
15955: results/057.processed, results/058.processed,
15956: results/059.processed, results/060.processed: test: 53
15957: string.replace 54 junctions 55 table.hash 56 call indirect 57
15958: date.create[string] 58 image.measure[png]
15959:
15960: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15961: outputs/051.processed, results/052.processed: test: 52
15962: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15963: task: fix that
15964:
15965: 2003-03-03 paf
15966:
15967: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15968: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15969: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15970: outputs/049.processed, outputs/050.processed,
15971: outputs/051.processed, results/001.processed,
15972: results/002.processed, results/003.processed,
15973: results/005.processed, results/006.processed,
15974: results/008.processed, results/009.processed,
15975: results/011.processed, results/012.processed,
15976: results/013.processed, results/014.processed,
15977: results/015.processed, results/016.processed,
15978: results/017.processed, results/020.processed,
15979: results/021.processed, results/022.processed,
15980: results/024.processed, results/025.processed,
15981: results/026.processed, results/027.processed,
15982: results/028.processed, results/029.processed,
15983: results/030.processed, results/031.processed,
15984: results/049.processed, results/050.processed,
15985: results/051.processed, results/043.processed,
15986: results/044.processed, results/045.processed,
15987: results/046.processed, results/047.processed,
15988: results/048.processed: tests: 43,44,45 date rolls 46
15989: autoevaluating junction 47 table.select 48 name with subvar 49
15990: hash-creating switch 50 process 51 started parent/child, works as
15991: it were but it were NOT GOOD, created separate task to fix that
15992:
15993: * tests/: 042.html, results/042.processed: test: 42
15994: exception.handled
15995:
15996: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15997: expression
15998:
15999: * tests/: 040.html, results/040.processed: test: 39 method result
16000: of type table 40 method param junction auto evaluate
16001:
16002: * tests/: 039.html, results/039.processed: test: 37 method result
16003: of type table
16004:
16005: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16006: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16007: tests/038.html, tests/results/033.processed,
16008: tests/results/034.processed, tests/results/035.processed,
16009: tests/results/036.processed, tests/results/037.processed,
16010: tests/results/038.processed: tests: 33 string.replace 34
16011: string.upper 35 table created 36 local/global vars with juntions
16012: 37 table clone 38 math PI & number formatting
16013:
16014: math class registring typo fixed
16015:
16016: * src/classes/op.C, src/include/pa_request.h,
16017: src/include/pa_string.h, src/main/execute.C,
16018: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16019: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16020: tests/032.html, tests/results/032.processed: uchar changed to
16021: String_UL in all places [was not everywhere] untaint test: 032
16022:
16023: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16024: tests/results/004.processed, tests/parser-cygwin.sh,
16025: tests/parser-unix.sh: removed -H command line key, now testing
16026: using .sh file with SERVER_SOFTWARE=xxx
16027:
16028: 2003-02-26 paf
16029:
16030: * src/main/execute.C, src/types/pa_vstateless_class.h,
16031: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16032: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16033: tests/results/024.processed, tests/results/025.processed,
16034: tests/results/026.processed, tests/results/027.processed,
16035: tests/results/028.processed, tests/results/029.processed,
16036: tests/results/030.processed, tests/results/031.processed: fixed
16037: bug with name_cstr mutable CharPtr more tests
16038:
16039: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16040: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16041: << abort. die now just exits
16042:
16043: * src/classes/classes.awk, src/classes/classes.h,
16044: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16045: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16046: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16047: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16048: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16049: src/classes/xnode.C, src/include/pa_memory.h,
16050: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16051: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16052: src/types/pa_vform.C, tests/015.html, tests/016.html,
16053: tests/017.html, tests/018.html, tests/019.html,
16054: tests/019paf2001.gif, tests/020.html, tests/021.html,
16055: tests/022.html, tests/023.html, tests/022_dir/a.html,
16056: tests/022_dir/b.txt, tests/022_dir/c.htm,
16057: tests/results/015.processed, tests/results/016.processed,
16058: tests/results/017.processed, tests/results/018.processed,
16059: tests/results/019.processed, tests/results/020.processed,
16060: tests/results/021.processed, tests/results/022.processed,
16061: tests/results/023.processed: methoded_array now contains all Mxxx
16062: classes SAPI::get_env now returns info on pool more tests
16063:
16064: * src/include/pa_array.h, src/include/pa_hash.h,
16065: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16066: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16067: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16068: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16069: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16070: tests/results/001.processed, tests/results/002.processed,
16071: tests/results/003.processed, tests/results/004.processed,
16072: tests/results/005.processed, tests/results/006.processed,
16073: tests/results/007.processed, tests/results/008.processed,
16074: tests/results/009.processed, tests/results/010.processed,
16075: tests/results/011.processed, tests/results/012.processed,
16076: tests/results/013.processed, tests/results/014.processed: hash
16077: cloning fixed
16078:
16079: 2003-02-25 paf
16080:
16081: * src/main/pa_common.C: typo fixed
16082:
16083: 2003-02-24 paf
16084:
16085: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16086: [one remained]
16087:
16088: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16089: [should have been get_string(&pool)] todo: check other such calls
16090:
16091: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16092: test10, bad lookups
16093:
16094: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16095: object got destructed, and xxx points to sky
16096:
16097: * ChangeLog, src/classes/string.C: match bug fixed
16098:
16099: * src/types/pa_vmail.C: body [text/html] transcoded to
16100: $.charset[specified] now
16101:
16102: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16103: which failed to handle sigsetjmp+throw: crashed inside of
16104: pre-throw code. rewritten simplier [though duplicating
16105: closesocket code]
16106:
16107: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16108: which failed to handle sigsetjmp+throw: crashed inside of
16109: pre-throw code. rewritten simplier [though duplicating
16110: closesocket code]
16111:
16112: 2003-02-21 paf
16113:
16114: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16115: $cookie:name[$.expires[date << can be now]]
16116:
16117: written makefile with regression tests [raw]
16118:
16119: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16120: tests' only [it's not forcing CGI mode now] now use -H to output
16121: CGI header when parser used in command line [useful for tests
16122: also]
16123:
16124: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16125: switches on CGI mode, and is used in regression tests
16126:
16127: * src/: include/pa_request.h, main/pa_request.C,
16128: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16129: fixed
16130:
16131: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16132: handling pa_*
16133:
16134: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16135: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16136: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16137: memory handling files
16138:
16139: * src/main/pa_array.C: pool::format_integer terminator fixed
16140:
16141: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16142: compiles OK test to show benefits of free
16143:
16144: * src/: classes/file.C, classes/image.C, classes/mail.C,
16145: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16146: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16147: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16148: use pool [as the one in ^process]
16149:
16150: * src/classes/op.C: fixed process. sould now check for all cstr's
16151: -- some must use pool [as the one in ^process]
16152:
16153: 2003-02-20 paf
16154:
16155: * src/: classes/date.C, classes/double.C, classes/file.C,
16156: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16157: classes/math.C, classes/op.C, classes/response.C,
16158: classes/string.C, classes/table.C, classes/void.C,
16159: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16160: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16161: string cmp fixed
16162:
16163: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16164: values passed OK now
16165:
16166: 2003-02-19 paf
16167:
16168: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16169: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16170: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16171: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16172: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16173: all remaning leaks resulted from pooled::malloc calls [excluding
16174: in gd -- planning complete rewrite extremely ugly code]
16175:
16176: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16177: files
16178:
16179: 2003-02-17 paf
16180:
16181: * src/: classes/date.C, classes/double.C, classes/file.C,
16182: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16183: classes/response.C, classes/string.C, classes/table.C,
16184: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16185: include/pa_stylesheet_connection.h,
16186: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16187: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16188: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16189: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16190: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16191: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16192: of unitialized simple-typed field
16193:
16194: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16195: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16196: simple-typed field fixed. todo: find&kill all like that one
16197:
16198: * src/: main/execute.C, targets/cgi/pa_pool.C,
16199: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16200: debug output fixed
16201:
16202: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16203: main/pa_request.C: stack-stored items need extra .ref to prevent
16204: object_ptr from delete[them]
16205:
16206: * src/: classes/date.C, classes/op.C, classes/table.C,
16207: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16208: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16209: main/pa_charset.C, main/pa_common.C,
16210: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16211: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16212: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16213: calls
16214:
16215: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16216: couple mem leaks rusulted from old pooled::malloc usage.
16217: todo:find more like those
16218:
16219: * src/main/: compile.C, compile_tools.C: 2*2!
16220:
16221: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16222: stackItem fixed [there were no string on stack before]
16223:
16224: * src/: main/execute.C, main/pa_request.C,
16225: types/pa_vmethod_frame.C: first letters out OK
16226:
16227: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16228: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16229: main/pa_string.C, main/untaint.C, types/pa_value.h,
16230: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16231: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16232: type not initialized with zeros :( while class fields of class
16233: types initialized with default constructors. learn C++
16234:
16235: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16236: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16237: classes/math.C, classes/xdoc.C, classes/xnode.C,
16238: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16239: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16240:
16241: 2003-02-14 paf
16242:
16243: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16244: 13 link errors
16245:
16246: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16247: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16248: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16249: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16250: errors :)
16251:
16252: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16253: classes/hash.C, classes/mail.C, classes/op.C,
16254: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16255: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16256: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16257: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16258:
16259: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16260: classes/table.C, include/pa_common.h, include/pa_globals.h,
16261: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16262: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16263: types/pa_vint.h, types/types.dsp: op compiled
16264:
16265: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16266: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16267: main/untaint.C, types/pa_vtable.h: string, response compiled
16268:
16269: 2003-02-07 paf
16270:
16271: * src/: classes/table.C, types/pa_vtable.h: table compiled
16272:
16273: 2003-02-06 paf
16274:
16275: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16276: mail compiled
16277:
16278: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16279: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16280: types/pa_vfile.h, types/pa_vimage.h: image compiled
16281:
16282: * src/classes/: file.C, form.C: form compiled
16283:
16284: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16285: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16286: types/pa_vfile.C, types/pa_vfile.h: file compiled
16287:
16288: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16289: types/pa_vmath.h: math compiled [win32]
16290:
16291: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16292: types/pa_vstring.h: hash compiled
16293:
16294: 2003-02-04 paf
16295:
16296: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16297: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16298: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16299: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16300: types/pa_vhash.h: hash 50% compiled
16301:
16302: * src/: classes/date.C, classes/file.C, classes/hash.C,
16303: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16304: classes/string.C, classes/table.C, classes/xdoc.C,
16305: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16306: main/pa_string.C: date compiled
16307:
16308: * src/classes/: classes.dsp, double.C: double compiled
16309:
16310: * src/: classes/date.C, classes/double.C, classes/file.C,
16311: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16312: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16313: classes/string.C, classes/table.C, classes/void.C,
16314: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16315: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16316: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16317: compiled
16318:
16319: * src/: classes/date.C, classes/double.C, classes/file.C,
16320: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16321: classes/math.C, classes/op.C, classes/response.C,
16322: classes/string.C, classes/table.C, classes/void.C,
16323: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16324: types/pa_vvoid.h: void compiled :)
16325:
16326: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16327: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16328: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16329: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16330: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16331: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16332: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16333: types/pa_vresponse.C, types/pa_vstateless_class.C,
16334: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16335: types/pa_wcontext.C, types/types.dsp: removed stupid
16336: value_includes.h
16337:
16338: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16339: trying to remove stupid value_includes.h
16340:
16341: * src/main/pa_exec.C: pa_exec compiled on win32
16342:
16343: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16344:
16345: * src/: include/pa_globals.h, include/pa_request.h,
16346: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16347: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16348: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16349: types/pa_vrequest.C, types/pa_vstateless_class.C,
16350: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16351:
16352: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16353: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16354: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16355:
16356: * src/: include/pa_array.h, include/pa_config_includes.h,
16357: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16358: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16359: compiled
16360:
16361: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16362: name conflicts)
16363:
16364: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16365: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16366: yelds "virtual memory exhausted" while trying to compile
16367: execute.C [eating up to 127MB]
16368:
16369: 2003-02-03 paf
16370:
16371: * src/: include/pa_config_includes.h, include/pa_hash.h,
16372: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16373: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16374: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16375: types/pa_vint.h, types/pa_vjunction.h,
16376: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16377: started gcc compiling pa_common compiled
16378:
16379: * src/: include/pa_exception.h, include/pa_pool.h,
16380: main/pa_exception.C: exception gcc change #1
16381:
1.116 moko 16382: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16383: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16384:
16385: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16386:
16387: * src/types/pa_vtable.C: vtable compiled
16388:
16389: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16390:
16391: * src/: include/pa_cache_managers.h, main/pa_request.C,
16392: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16393:
16394: * src/types/pa_vstateless_class.C: vstateless_class compiled
16395:
16396: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16397:
16398: * src/types/pa_vrequest.C: vrequest compiled
16399:
16400: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16401: pa_vobject.C, pa_vobject.h: vobject compiled
16402:
16403: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16404: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16405: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16406: compiled
16407:
16408: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16409:
16410: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16411: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16412: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16413: compiled
16414:
16415: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16416: main.lib - 0 error(s), 0 warning(s)
16417:
16418: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16419: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16420:
16421: 2003-01-31 paf
16422:
16423: * src/: include/pa_array.h, include/pa_operation.h,
16424: include/pa_request.h, main/execute.C, main/main.dsp,
16425: types/pa_vjunction.h: started last file from main library:
16426: execute
16427:
16428: * src/: include/pa_request.h, include/pa_sapi.h,
16429: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16430: main/pa_request.C, targets/cgi/parser3.C,
16431: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16432: types/pa_vhash.h: pa_request compiled
16433:
16434: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16435: include/pa_globals.h, include/pa_request.h,
16436: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16437: main/execute.C, main/main.dsp, main/pa_common.C,
16438: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16439: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16440: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16441: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16442: types/types.dsp: most pa_request compiled
16443:
16444: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16445: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16446: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16447: classes/op.C, classes/response.C, classes/string.C,
16448: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16449: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16450: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16451: include/pa_config_fixed.h, include/pa_config_includes.h,
16452: include/pa_dictionary.h, include/pa_dir.h,
16453: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16454: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16455: include/pa_pool.h, include/pa_request.h,
16456: include/pa_request_charsets.h, include/pa_request_info.h,
16457: include/pa_sapi.h, include/pa_socks.h,
16458: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16459: include/pa_stack.h, include/pa_string.h,
16460: include/pa_stylesheet_connection.h,
16461: include/pa_stylesheet_manager.h, include/pa_table.h,
16462: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16463: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16464: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16465: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16466: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16467: main/compile.C, main/compile.tab.C, main/compile.y,
16468: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16469: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16470: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16471: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16472: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16473: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16474: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16475: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16476: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16477: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16478: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16479: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16480: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16481: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16482: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16483: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16484: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16485: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16486: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16487: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16488: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16489: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16490: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16491: types/pa_vresponse.h, types/pa_vstateless_class.C,
16492: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16493: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16494: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16495: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16496: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16497: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16498:
16499: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16500: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16501: src/include/pa_charsets.h, src/include/pa_common.h,
16502: src/include/pa_dictionary.h, src/include/pa_exception.h,
16503: src/include/pa_exec.h, src/include/pa_pool.h,
16504: src/include/pa_request.h, src/include/pa_sapi.h,
16505: src/include/pa_sql_connection.h,
16506: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16507: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16508: src/main/compile.tab.C, src/main/compile_tools.C,
16509: src/main/compile_tools.h, src/main/main.dsp,
16510: src/main/pa_charset.C, src/main/pa_charsets.C,
16511: src/main/pa_common.C, src/main/pa_dictionary.C,
16512: src/main/pa_exception.C, src/main/pa_exec.C,
16513: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16514: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16515: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16516: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16517: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16518: src/types/pa_vdouble.h, src/types/pa_venv.h,
16519: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16520: src/types/pa_vhash.h, src/types/pa_vimage.C,
16521: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16522: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16523: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16524: src/types/pa_vobject.C, src/types/pa_vobject.h,
16525: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16526: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16527: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16528: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16529: src/types/pa_vstring.h, src/types/pa_vtable.h,
16530: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16531: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16532: died, long live StringPtr
16533:
16534: 2003-01-30 paf
16535:
16536: * src/: include/pa_charset.h, include/pa_request.h,
16537: include/pa_sql_driver_manager.h, main/compile.tab.C,
16538: main/compile.y, main/compile_tools.h, main/pa_request.C,
16539: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16540:
16541: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16542: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16543: types/pa_vhash.h, types/pa_vmethod_frame.h,
16544: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16545: types/types.dsp: vstateless_class compiled
16546:
16547: * src/main/compile.C: compile compiled
16548:
16549: * src/: include/pa_array.h, include/pa_operation.h,
16550: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16551: main/pa_table.C: compile_tools compiled
16552:
16553: * src/: include/pa_operation.h, main/compile.y,
16554: main/compile_tools.C, main/compile_tools.h: started
16555: compile_tools. vagues ideas of how to free compiled code
16556:
16557: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16558: main/main.dsp, types/pa_value.C, types/pa_value.h,
16559: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16560: compiled
16561:
16562: 2003-01-29 paf
16563:
16564: * src/: include/pa_globals.h, include/pa_request.h,
16565: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16566: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16567: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16568: compiled
16569:
16570: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16571: now
16572:
16573: * src/: include/pa_array.h, include/pa_exception.h,
16574: include/pa_pool.h, main/pa_exception.C: gd compiled
16575:
16576: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16577: compiled
16578:
16579: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16580: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16581: types/pa_vfile.h: vfile compiled
16582:
16583: * src/: include/pa_common.h, include/pa_globals.h,
16584: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16585: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16586: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16587:
16588: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16589: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16590: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16591: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16592: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16593:
16594: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16595: main/main.dsp, main/untaint.C: more compiled
16596:
16597: * src/: include/pa_charsets.h, include/pa_request.h,
16598: include/pa_request_info.h, include/pa_string.h,
16599: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16600: types/pa_vresponse.h: vrequest compiled
16601:
16602: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16603: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16604: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16605:
16606: * src/: classes/classes.h, include/pa_charset.h,
16607: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16608: include/pa_request.h, include/pa_string.h, main/main.dsp,
16609: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16610: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16611: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16612: types/pa_vrequest.C, types/pa_vrequest.h,
16613: types/pa_vstateless_class.h, types/pa_vstring.h,
16614: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16615:
16616: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16617: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16618: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16619: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16620: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16621: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16622: types/pa_vobject.h, types/pa_vstateless_class.h,
16623: types/pa_vstateless_object.h, types/pa_vstatus.h,
16624: types/pa_vstring.h, types/types.dsp: vmath compiled
16625:
16626: 2003-01-28 paf
16627:
16628: * src/: classes/classes.h, classes/date.C, classes/file.C,
16629: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16630: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16631: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16632: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16633: compile_tools
16634:
16635: * src/: include/pa_charset.h, include/pa_exception.h,
16636: include/pa_request.h, include/pa_string.h, main/untaint.C:
16637: untaint compiled
16638:
16639: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16640: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16641: more compiled. struck with string::store_to needing to know
16642: source/client charsets
16643:
16644: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16645: types/pa_vfile.h: uue compiled
16646:
16647: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16648: table compiled
16649:
16650: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16651: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16652:
16653: * src/: include/pa_charset.h, main/pa_charset.C,
16654: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16655: introduced]
16656:
16657: * src/: classes/date.C, include/pa_charset.h,
16658: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16659: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16660: pa_charsets compiled
16661:
16662: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16663: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16664:
16665: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16666: common compiled
16667:
16668: * src/: include/pa_charsets.h, main/pa_charsets.C,
16669: main/pa_sql_driver_manager.C: pa_charsets compiled
16670:
16671: * src/: include/pa_array.h, include/pa_charset.h,
16672: include/pa_charsets.h, include/pa_pool.h,
16673: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16674: include/pa_stack.h, include/pa_string.h,
16675: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16676: sql_driver_manager compiled
16677:
16678: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16679: letter i with two dots added to koi, all ukranian letters added
16680: to win1251.
16681:
16682: typographic simbol 0xb9 deleted from win1251 [strange one & were
16683: abscent from koi]
16684:
16685: 2003-01-27 paf
16686:
16687: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16688: include/pa_sql_driver_manager.h, include/pa_string.h,
16689: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16690: sql/pa_sql_driver.h: paused on sql_manager
16691:
16692: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16693: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16694: include/pa_stack.h, main/pa_sql_driver_manager.C,
16695: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16696:
16697: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16698: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16699: include/pa_table.h, main/pa_sql_driver_manager.C,
16700: main/pa_table.C: table compiled
16701:
16702: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16703: cache_managers compiled
16704:
16705: * src/: include/pa_array.h, include/pa_charset.h,
16706: include/pa_pool.h, main/pa_charset.C: charset compiled
16707:
16708: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16709:
16710: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16711: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16712: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16713: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16714: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16715:
16716: 2003-01-24 paf
16717:
16718: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16719: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16720: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16721: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16722: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16723: types/pa_vint.h, types/pa_vjunction.h,
16724: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16725: types/pa_vstatus.h, types/pa_vstring.h: more patched
16726:
16727: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16728: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16729: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16730: main/pa_string.C, main/pa_table.C: string compiled
16731:
16732: * src/: include/pa_array.h, include/pa_common.h,
16733: include/pa_dictionary.h, include/pa_exception.h,
16734: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16735: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16736: main/pa_string.C: dictionary compiled
16737:
16738: 2003-01-23 paf
16739:
16740: * src/: include/pa_array.h, include/pa_common.h,
16741: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16742: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16743: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16744: types/pa_value.h: resurrected pool in new sense: now it's
16745: factory, producing&accounting memory chunks for read[autofree]
16746: buffers
16747:
16748: * src/: include/pa_array.h, include/pa_exception.h,
16749: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16750: main/pa_exception.C, main/pa_table.C: table compiled
16751:
16752: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16753: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16754: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16755: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16756: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16757: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16758: main/pa_table.C: aint that easy
16759:
16760: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16761: main/main.dsp: continued with Hash
16762:
16763: * src/main/pa_common.C: connect_string allocated on heap[wes on
16764: stack] now. and exception can be reported OK now [can be reported
16765: outside of pro c with that stack]
16766:
16767: 2003-01-22 paf
16768:
16769: * src/: include/pa_array.h, include/pa_charset.h,
16770: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16771: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16772: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16773: base: contains references_count. auto_ptr template calls
16774: add_ref/release
16775:
16776: 2003-01-21 paf
16777:
16778: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16779: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16780: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16781: classes/op.C, classes/response.C, classes/string.C,
16782: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16783: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16784: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16785: include/pa_config_fixed.h, include/pa_config_includes.h,
16786: include/pa_dictionary.h, include/pa_dir.h,
16787: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16788: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16789: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16790: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16791: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16792: include/pa_stack.h, include/pa_string.h,
16793: include/pa_stylesheet_connection.h,
16794: include/pa_stylesheet_manager.h, include/pa_table.h,
16795: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16796: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16797: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16798: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16799: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16800: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16801: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16802: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16803: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16804: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16805: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16806: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16807: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16808: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16809: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16810: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16811: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16812: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16813: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16814: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16815: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16816: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16817: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16818: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16819: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16820: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16821: types/pa_vstateless_object.h, types/pa_vstatus.C,
16822: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16823: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16824: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16825: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16826: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16827: 2002->2003
16828:
16829: 2003-01-16 paf
16830:
16831: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16832: src/main/pa_globals.C: http:// introducing $.any-status(1)
16833:
16834: * operators.txt, src/include/pa_config_fixed.h,
16835: src/main/pa_common.C: http request now return status. and not
16836: fail on status!=200
16837:
16838: 2003-01-15 paf
16839:
16840: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16841:
16842: 2003-01-14 paf
16843:
16844: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16845: mkinstalldirs: removed some ancient files [they in / really]
16846:
16847: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16848: regretfully needed patch in two places. in config_fixed.h made
16849: stubs for lib to compile in MSVC
16850:
16851: 2003-01-13 paf
16852:
16853: * config.guess, config.sub, ltmain.sh: removed last piece of
16854: configure.in(libtool) hacks
16855:
1.116 moko 16856: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16857: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16858: ltdl.h: moved to latest libtool (1.4.3)
16859:
16860: 2003-01-10 paf
16861:
16862: * src/lib/ltdl/: configure, configure.in: PROG_NM
16863:
16864: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16865: patches. libxml2 >= 2.5.1
16866: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16867: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16868: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16869:
16870: * INSTALL: moved to latest versions of xml libs libxml2 >=
16871: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16872: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16873: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16874:
16875: 2003-01-09 paf
16876:
16877: * INSTALL: xml,xslt,gdome lib urls updated
16878:
16879: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16880: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16881: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16882: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16883: 1.7.2
1.95 moko 16884:
16885: * depcomp: moving to automake 1.7.2
16886:
16887: 2002-12-27 paf
16888:
16889: * src/include/pa_version.h: 0007
16890:
16891: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16892: outdated parts, made links to language docs
16893:
16894: * src/include/pa_config_auto.h.in: comment
16895:
16896: 2002-12-26 paf
16897:
16898: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16899: not contain trailing / fixed.
16900:
16901: * INSTALL: changing SAFE_MODE politics
16902:
16903: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16904:
16905: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16906:
16907: 2002-12-25 paf
16908:
16909: * src/main/pa_globals.C: optimized-xml
16910:
16911: * src/main/pa_globals.C: optimized-as-is
16912:
16913: 2002-12-24 paf
16914:
16915: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16916: fixed [were really called with zero size when .html?a=&b=]
16917:
16918: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16919: with --with-sendmail
16920:
16921: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16922: fixed]
16923:
16924: 2002-12-23 paf
16925:
16926: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16927: ignoring parameters & were storing only string with default
16928: expires
16929:
16930: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16931: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16932: December 23, 2002 4:22 AM Subject: bug â
16933: Charset::transcode_buf2xchar
16934:
16935: 2002-12-20 paf
16936:
16937: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16938: non-cgi [script] runs
16939:
16940: 2002-12-19 paf
16941:
16942: * INSTALL: --without-iconv recommended [it crashes on some systems
16943: [tested on elik]] moreover, it's not needed there [parser
16944: registers charsets itself]
16945:
16946: * INSTALL: --without-iconv recommended [it crashes on some systems
16947: [tested on elik]]
16948:
16949: * operators.txt, src/include/pa_globals.h,
16950: src/include/pa_request.h, src/main/pa_globals.C,
16951: src/main/pa_request.C: $response:download
16952:
16953: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16954: compiler [win32]].
16955:
16956: 2002-12-18 paf
16957:
16958: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16959:
16960: 2002-12-17 paf
16961:
16962: * src/targets/cgi/parser3.C: merged die&iis changes
16963:
16964: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16965: to exit(1) 2. more flexible iilegal call check
16966:
16967: 2002-12-16 paf
16968:
16969: * ltmain.sh: some automakes silly insist on having this handy
16970:
16971: * src/main/untaint.C: filespec russian small 'r' changed to latin
16972: 'p' bug fix
16973:
16974: 2002-12-15 paf
16975:
16976: * src/main/untaint.C: filespec russian small 'r' changed to latin
16977: 'p'
16978:
16979: * configure.in, src/include/pa_config_auto.h.in,
16980: src/main/compile.C, src/main/pa_common.C: merged small changes
16981: from branch 6 to HEAD
16982:
16983: * src/main/compile.C: removed warning
16984:
16985: * src/main/pa_common.C: ftruncate having checked
16986:
16987: * configure.in, src/include/pa_version.h: new version
16988:
16989: 2002-12-14 paf
16990:
16991: * src/classes/table.C: removed unnecessary code
16992:
16993: * src/sql/pa_sql_driver.h: exception type fixed
16994:
16995: 2002-12-09 paf
16996:
16997: * src/types/pa_vvoid.h: $void.store[now] error
16998:
16999: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17000:
17001: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17002: tries to write core dump
17003:
17004: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17005:
17006: * src/: classes/hash.C, classes/string.C, classes/table.C,
17007: classes/void.C, main/pa_sql_driver_manager.C,
17008: sql/pa_sql_driver.h: changed exception handling mech in sql
17009: handlers #2
17010:
17011: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17012: exception handling mech in sql handlers
17013:
17014: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17015: handlers
17016:
17017: * src/: classes/hash.C, classes/string.C, classes/table.C,
17018: classes/void.C, main/pa_sql_driver_manager.C,
17019: sql/pa_sql_driver.h: changed exception handling mech in sql
17020: handlers
17021:
1.116 moko 17022: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17023: to write makefile which used libtool to install things, which is
17024: not needed
1.95 moko 17025:
17026: 2002-12-06 paf
17027:
17028: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17029: $hash.fields -- pseudo field to make 'hash' more like 'table'
17030:
17031: 2002-12-05 paf
17032:
17033: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17034: cc/bcc OK now
17035:
17036: * src/main/untaint.C: mail header closed properly
17037:
17038: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17039: header ',' allowed. still bugs in smtp [only one receiptient
17040: works, cc, bcc ignored now, and MAILED ;)]
17041:
17042: [strncpy killed, memnchr used]
17043:
17044: * src/main/pa_table.C: table-copy now current=0
17045:
17046: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17047: lowlevel proc
17048:
17049: * src/targets/cgi/parser3.C: more checks on
17050: http://domain/parser.cgi start [maybe some getenv returns "",
17051: checked that now
17052:
17053: * src/targets/cgi/parser3.C: more checks on
17054: http://domain/parser.cgi start [maybe some getenv returns "",
17055: checked that now
17056:
17057: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17058: out-of-mem errors reached log]
17059:
17060: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17061: mail:send MIME-Version default
17062:
17063: * src/main/main.dsp: pa_version included into main.dsp
17064:
17065: 2002-12-04 paf
17066:
17067: * src/types/pa_vform.C: $form:field string value cut by premature 0
17068:
17069: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17070: lib/libltdl -> lib/ltdl Win32 changes. s
17071:
17072: * src/classes/classes.awk: more strict *.C$
17073:
17074: * gnu.dsp: restored
17075:
1.116 moko 17076: * configure.in, gnu.dsp, src/lib/Makefile.am,
17077: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17078: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17079: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17080: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17081: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17082: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17083: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17084: now created with /configure, not ltdl/configure, so it does have
17085: no problems with automake. ltdl/configure
17086: AC_OUTPUT(Makefile<<removed)
1.95 moko 17087:
17088: 2002-12-02 paf
17089:
17090: * operators.txt: removed outdated status:db
17091:
17092: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17093: src/main/pa_common.C, src/main/pa_request.C,
17094: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17095: tainted parts becomes http-header
17096:
17097: 2002-11-29 paf
17098:
17099: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17100: dates now objects of type date
17101:
17102: * src/classes/image.C: file.seek removed [it were used in image.C
17103: only, and for parser user this means that jpeg image has bad
17104: size in fragment's header] now used image.format
17105:
17106: * src/: include/pa_common.h, main/pa_common.C,
17107: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17108: now handled exactly like $response:header values. e.g. can be
17109: hash [can have subattributes] & contain date values.
17110:
17111: * src/main/pa_common.C: http:// param values lang forced URI
17112:
17113: * src/main/pa_common.C: http:// tainted partes now %xx
17114:
17115: 2002-11-28 paf
17116:
17117: * operators.txt: http.timeout
17118:
17119: * src/classes/image.C: ^image.length now counts interchar space.
17120: plus space after last char
17121:
17122: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17123:
17124: * src/classes/image.C: ^image.font width measurer now scans full
17125: height [were -1]
17126:
17127: * configure.in: stopped double libltdl/Makefile generation
17128:
17129: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17130: chars [one top horizontal line of 1pixel height were missing]
17131:
17132: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17133: 'false' to go into (Hash *) parameter
17134:
17135: 2002-11-27 paf
17136:
17137: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17138: types/pa_vmail.C: response:body[file] if file nows it's name now
17139: returns content-disposition: >>attachment<<
17140:
17141: * src/classes/image.C: ^image.font << bad font file-size now
17142: properly reported
17143:
17144: 2002-11-26 paf
17145:
17146: * src/main/pa_request.C: fixed lang in reponse header
17147:
17148: * src/main/pa_common.C: utf8 prefix ignored @read text
17149:
17150: * operators.txt, src/main/pa_common.C: http:// response status!=200
17151: made exception: http.status with source=bad status#
17152:
17153: 2002-11-25 paf
17154:
17155: * configure.in, src/classes/image.C,
17156: src/include/pa_config_auto.h.in,
17157: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17158: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17159: const void related probs fixed
1.95 moko 17160:
17161: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17162:
17163: $file[^file::load[http://there]] $file.SERVER
17164:
17165: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17166: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17167: http options [invalid onces now reported] made default
17168: user-agent: paf
17169:
17170: * operators.txt, src/classes/file.C, src/classes/table.C,
17171: src/classes/xdoc.C, src/include/pa_common.h,
17172: src/include/pa_globals.h, src/main/pa_common.C,
17173: src/main/pa_globals.C, src/main/pa_request.C,
17174: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17175: now understand http:// prefix and additional params, sample:
17176: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17177: $.USER-AGENT[parser3] ]]
17178:
17179: 2002-11-22 paf
17180:
17181: * src/classes/image.C, src/include/pa_globals.h,
17182: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17183: src/types/pa_vimage.h, operators.txt: $image.exif support
17184: $image.exif.DateTime & co
17185:
17186: 2002-11-21 paf
17187:
17188: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17189: _PASS_APPENDED)
17190:
17191: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17192: EXIF information [were big block and it's size were considered
17193: negative :(]
17194:
17195: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17196: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17197: internals rewritten. no there's reader.seek, and all's ready for
17198: EXIF extraction [now we fail to measure files with EXIF info]
17199:
17200: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17201: O_TRUNC truncates even exclusevely write-locked file [thanks to
17202: Igor Milyakov <virtan@rotabanner.com> for discovering]
17203:
17204: 2002-11-20 paf
17205:
17206: * src/targets/cgi/parser3.C: logging @signal += query_string
17207:
17208: * configure.in, src/include/pa_config_auto.h.in,
17209: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17210: comment
17211:
17212: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17213:
17214: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17215: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17216: currently processed document SIGPIPE >> interrupts request
17217: processing [exception = DB rollback]
17218:
17219: * src/main/pa_exec.C: comment
17220:
17221: * src/main/pa_exec.C: pa_exec: data written only if size>0
17222:
17223: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17224: << disable HTTP-POST repassing
17225:
17226: * src/: include/pa_config_fixed.h, main/pa_common.C,
17227: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17228: pipe read errors now checked
17229:
17230: 2002-11-19 paf
17231:
17232: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17233: CGI: Illegal call
17234:
17235: 2002-11-01 paf
17236:
17237: * src/main/execute.C: comment
17238:
17239: 2002-10-31 paf
17240:
17241: * src/main/execute.C: found out why, checked that for now. todo:
17242: find out a way for that user could do that
17243:
17244: * src/types/pa_vstateless_object.h: object put replaces static
17245: parent if any
17246:
17247: * src/types/pa_vobject.C: object put replaces static parent if any
17248:
17249: * src/: classes/form.C, classes/mail.C, classes/op.C,
17250: classes/xnode.h, main/compile.tab.C, main/execute.C,
17251: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17252: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17253: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17254: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17255: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17256: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17257: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17258: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17259: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17260: types/pa_vstateless_object.h, types/pa_vstatus.C,
17261: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17262: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17263: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17264: types/pa_wwrapper.h: static fix merged
17265:
17266: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17267: $virtual_fields in dynamic, but one can reach derived
17268: static[class] variable from base
17269:
17270: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17271: types/pa_vobject.C, types/pa_vobject.h,
17272: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17273: statics, left $virtual_fields in dynamic
17274:
17275: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17276: one can't remember derivates in base class: there's so many of
17277: them. also there can be no virtual method calls in static
17278: classes
17279:
17280: * src/: classes/form.C, classes/mail.C, classes/op.C,
17281: classes/xnode.h, main/execute.C, main/pa_request.C,
17282: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17283: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17284: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17285: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17286: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17287: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17288: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17289: types/pa_vresponse.C, types/pa_vresponse.h,
17290: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17291: types/pa_vstateless_object.h, types/pa_vstatus.C,
17292: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17293: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17294: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17295: types/pa_wwrapper.h: static call $self fixed
17296:
17297: * src/main/execute.C: comment
17298:
17299: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17300: ^process[$caller.self]{...} now compiles to last derived object
17301: part of that 'self'
17302:
17303: 2002-10-29 paf
17304:
17305: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17306: re-passing [iis to blame]
17307:
17308: * src/classes/string.C: changed string.save to pass current sql
17309: connection to cstr thus one can ^connect[some server]{
17310: $s[insert into table x (x) values (^taint[sql]{value})]
17311: ^s.save[some.sql] } and he'd get in some.sql file code with
17312: properly escaped. [tried in mssql->mysql export->import of
17313: binary data]
17314:
17315: 2002-10-25 paf
17316:
17317: * src/types/pa_vresponse.C: case insensitive response user fields
17318: get/put
17319:
17320: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17321: types/pa_vresponse.C: saving for maybe-future
17322:
17323: 2002-10-23 paf
17324:
17325: * operators.txt, src/classes/table.C: ^table.hash{code}...
17326: ^table.hash(expr)...
17327:
17328: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17329:
17330: 2002-10-22 paf
17331:
17332: * src/types/: pa_vform.C, pa_vform.h: removed needless
17333: VForm::Append...(...Value)
17334:
17335: * src/main/execute.C: $.name outside of $name[...] checked
17336:
17337: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17338: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17339:
17340: 2002-10-21 paf
17341:
17342: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17343: $form:qtail $form:imap.x/y
17344:
17345: * operators.txt, src/types/pa_vform.C: $form:nameless =
17346: "?value&...", "...&value&...", "...&value"
17347:
17348: * operators.txt, src/types/pa_vform.C: $form:image-map
17349:
17350: * operators.txt, src/classes/file.C: /some/page.html:
17351: ^file:fullpath[a.gif] => /some/a.gif
17352:
17353: 2002-10-17 paf
17354:
17355: * src/main/: compile.tab.C, compile.y: operators precedence changed
17356: a little: logical not and bitwise negation precedence made
17357: highest, << and >> bitshits precedence made equal [were << higher
17358: than >>]
17359:
17360: * src/classes/op.C: exception handling fixed [were bad with
17361: contexts]
17362:
17363: 2002-10-16 paf
17364:
17365: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17366: main/pa_request.C: Request::self considered equal to
17367: VMethodFrame::self, and removed, Request::get_self() mapped to
17368: VMethodFrame.self()
17369:
17370: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17371: $hash in open field now gives old good error meesage
17372:
17373: 2002-10-15 paf
17374:
17375: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17376: use ^if($junction is junction){was and now true}
17377:
17378: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17379: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17380: types/pa_vxnode.C: xml->parser strings now have origin, which
17381: points to place where value left xml library and came to parser:
17382: place of dom field extraction/call
17383:
17384: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17385: main/compile.tab.C, main/compile.y, main/execute.C,
17386: types/pa_vmethod_frame.h: removed last pieces of old code
17387: allowing $junction.xxx at compile time
17388:
17389: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17390: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17391: objects also considered [were only classes]
17392:
17393: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17394: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17395: with CLASS self. [ (request&method_frame).self temporarily
17396: changed ]
17397:
17398: * src/classes/: hash.C, op.C: method_frame now always changed, with
17399: no exception to native calls. for&foreach changed to use
17400: method_frame.caller for their var's name context
17401:
17402: * src/: main/execute.C, targets/cgi/parser3.C,
17403: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17404: compiling to system classes disabled
17405:
17406: * operators.txt, src/classes/op.C:
17407: ^process[$caller.CLASS]{code-string} added
17408:
17409: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17410: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17411: src/types/Makefile.am, src/types/pa_vjunction.C,
17412: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17413: src/types/types.dsp: removed $junction.get $junction.set[]
17414: introducing $caller
17415:
17416: * src/types/pa_value.h: removed outdated comments. doxygen would
17417: find them lower by inheritance tree
17418:
17419: * src/types/pa_vjunction.C: ident
17420:
17421: 2002-10-14 paf
17422:
17423: * src/classes/op.C: process compiles to code's class class
17424:
17425: * src/: classes/form.C, classes/mail.C, classes/op.C,
17426: include/pa_request.h, main/compile.C, main/compile.tab.C,
17427: main/compile.y, main/execute.C, main/pa_request.C,
17428: types/pa_vstateless_class.h: operators now main-class-methods
17429:
17430: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17431: better stack trace [has "call" & co there]
17432:
17433: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17434: operators @auto now executed in MAIN context
17435:
17436: * src/main/execute.C: operator execution context now = MAIN, not
17437: closest stack frame
17438:
17439: @touchit[] $i[after]
17440:
17441: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17442: were 'after'
17443:
17444: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17445: 'after'
17446:
17447: * src/main/execute.C: comment
17448:
17449: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17450: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17451: action]
17452:
17453: * src/types/pa_vxnode.C: misreplace fixed
17454:
17455: * configure, configure.in, src/include/pa_config_auto.h.in,
17456: src/types/pa_vstatus.C, operators.txt:
17457: $status:rusage.tv_secs/usecs introduced
17458:
17459: 2002-10-09 paf
17460:
17461: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17462: on empty string [or uses (default)]
17463:
17464: 2002-10-08 paf
17465:
17466: * src/main/untaint.C: mail header quoted printable changed after
17467: RFC reread
17468:
17469: * operators.txt: plan on ^if(method
17470:
17471: * src/types/pa_vxnode.C: misreplace
17472:
17473: 2002-09-24 paf
17474:
1.116 moko 17475: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17476:
17477: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17478: mailreceive would compile on freebsd now
17479:
17480: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17481: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17482: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17483: mailreceive would compile on freebsd now
1.95 moko 17484:
17485: * src/: classes/file.C, main/untaint.C: 1. file spec language
17486: changed: now there are only few chars are untainted: * ? ' " < >
17487: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17488: one should use ^untaint[uri]{...} now]
17489:
17490: 2. $list[^file:list[dir]] now returns simply tainted names in
17491: $list.name, not tainted as filespec
17492:
17493: @russianindex[] #dir with files with russian-lang names
17494: $where[dir]
17495:
17496: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17497: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17498:
17499: 2002-09-23 paf
17500:
17501: * src/types/pa_vdouble.h: double->int round added
17502:
17503: * src/classes/date.C: date bug fix, now
17504: round(floatDays*secondsPerDay)
17505:
17506: * src/classes/date.C: date bug fix, now
17507: round(floatDays*secondsPerDay)
17508:
17509: 2002-09-20 paf
17510:
17511: * src/main/execute.C: code junction calls disabled [before: code
17512: was compiled in such a way, that there were no code-junctions in
17513: OP_CALL]
17514:
17515: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17516:
17517: @badjunctioncallinside[code] ^code[]
17518:
17519: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17520: expanding to include ^junction.method
17521:
17522: * src/main/pa_common.C: -d "DIR/" now true
17523:
17524: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17525: as internal xdoc encoding, and after decoding attributes set by
17526: dom functions now encoded OK, not as digital entities
17527:
17528: * src/classes/xdoc.C: empty transform result, being taken as file
17529: now returns empty file, not raises stupid error about "stat-ed
17530: file"
17531:
17532: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17533: allowed
17534:
17535: * src/types/types.dsp: introducing $junction.get/put(1) one can
17536: write iterators now:
17537:
17538: ^user-foreach[key;value]{$key=$value<br>}
17539:
17540: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17541: $code.value($i*2) $code }
17542:
17543: * src/main/compile_tools.h: mistype
17544:
1.116 moko 17545: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17546: thus taking linking options configure changes into account [were:
17547: ignoring]
1.95 moko 17548:
17549: * src/types/: pa_vjunction.C, Makefile.am: introducing
17550: $junction.get/put(1) one can write iterators now:
17551:
17552: ^user-foreach[key;value]{$key=$value<br>}
17553:
17554: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17555: $code.value($i*2) $code }
17556:
17557: * src/: include/pa_opcode.h, include/pa_request.h,
17558: main/compile.tab.C, main/compile.y, main/execute.C,
17559: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17560: introducing $junction.get/put(1) one can write iterators now:
17561:
17562: ^user-foreach[key;value]{$key=$value<br>}
17563:
17564: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17565: $code.value($i*2) $code }
17566:
17567: 2002-09-19 paf
17568:
1.116 moko 17569: * Makefile.am: new: make commit
1.95 moko 17570:
17571: * aclocal.m4: forced to be older
17572:
17573: 2002-09-18 paf
17574:
17575: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17576: src/main/compile.y, src/main/execute.C: << >> int shifts
17577:
17578: * src/: include/pa_common.h, include/pa_request.h,
17579: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17580: - now this - fatal error
17581:
17582: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17583: that one can pass binary data there
17584:
17585: * src/: classes/date.C, classes/double.C, classes/file.C,
17586: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17587: classes/op.C, classes/response.C, classes/string.C,
17588: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17589: include/pa_request.h: pa_request contexts made privated, plus
17590: get_{self/method_frame} to read. Request_context_saver used in
17591: ^try to save flang too. [were not saved]
17592:
17593: * src/types/pa_vresponse.C: header value chains joined before
17594: output, this should help $.subject[$var $var] from being
17595: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17596:
17597: 2002-09-17 paf
17598:
17599: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17600: removed changes, operators executed with calling self. lots of
17601: code with ^include code relies on defined/defining self variables
17602:
17603: $a[1] ^include[print_a.p] print_a.p: $a
17604:
17605: ^include[set_a.p] a=$a set_a.p: $a[1]
17606:
17607: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17608: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17609: types/pa_vstateless_class.h: operators now executed with MAIN
17610: self. it's for ^include sake, too strong a change
17611:
17612: * src/classes/op.C: made place for ^process to compile it's code to
17613: in case of no self
17614:
17615: * src/main/execute.C: found ancient param to Junction, removed.
17616: allowed passing self to native_code_operators [for ^process to
17617: work, she needs self]
17618:
17619: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17620: types/pa_vstateless_class.h: found ancient param to Junction,
17621: removed. allowed passing self to native_code_operators [for
17622: ^process to work, she needs self]
17623:
17624: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17625: types/pa_value.h, types/pa_vmethod_frame.h,
17626: types/pa_vstateless_class.h: allowed Request.self to be 0,
17627: checked that in VMethodFrame get/put and $self.
17628:
17629: * src/classes/: table.C, xdoc.C: table::sql options table::create
17630: copy options options checked, wrong option now fatal error
17631:
17632: * src/main/pa_string.C: string.replace fixed [were missing words on
17633: pieces boundaries]
17634:
1.150 moko 17635: * configure, configure.in: .so now detected [can be .sl on hpux,
17636: .dll on cygwin, .so in other cases)
1.95 moko 17637:
17638: * configure, configure.in: .so now detected [can be .sl on hpux,
17639: .dll on cygwin, .so in other cases)
17640:
17641: * operators.txt, src/classes/hash.C, src/classes/table.C,
17642: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17643: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17644: record taken [were last]
17645:
17646: * src/: classes/hash.C, classes/table.C,
17647: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17648: now errors
17649:
17650: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17651:
17652: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17653: ,2,3]
17654:
17655: 2002-09-16 paf
17656:
17657: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17658: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17659: stdout to be binary. now detected closest header break.
17660:
17661: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17662: closed right
17663:
17664: 2002-09-13 paf
17665:
17666: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17667: src/main/compile_tools.h: (expression #comment)
17668:
17669: (multiline expression #comment line2 #comment )
17670:
17671: (expression #comment with (brackets) comment) << OK
17672:
17673: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17674: bitwise !|| numerical xor now [preparing for expression
17675: #comments]
17676:
17677: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17678: error
17679:
17680: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17681: cheched in pa_socks.C
17682:
1.116 moko 17683: * configure, configure.in, src/include/pa_config_auto.h.in:
17684: HAVE_WINSOCK_H created in configure.in
1.95 moko 17685:
17686: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17687: cookie date now clean [were mistakenly tainted & that worked bad
17688: with opera -- 'happily' that worked OK with msie]
17689:
17690: 2002-09-12 paf
17691:
17692: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17693: VClass get_element now first looks to fields, next to methods &
17694: co todo: the rest reason: more speed
17695:
17696: * src/main/untaint.C: quoted printable encoding stops before
17697: \s*<...>$
17698:
17699: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17700: stops before <...>$
17701:
17702: 2002-09-11 paf
17703:
17704: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17705: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17706: forgot to check users of those funcs. not all were using that
17707: return value convention
17708:
17709: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17710: windows-1254 added
17711:
17712: 2002-09-10 paf
17713:
17714: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17715: VCodeFrame parent param were specified badly
17716:
17717: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17718: WWrapper which used in constructing objects(second param to sql
17719: method) ^...sql{}[$.default{code}] now has parent, wich helps
17720: code in hash to survivi
17721:
17722: * src/: include/pa_request.h, main/execute.C: removed redundant
17723: param to execute [stack said 'thanks']
17724:
17725: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17726: types/pa_value.h, types/pa_vcode_frame.h,
17727: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17728: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17729: responsibility to wcontext
17730:
17731: * src/classes/file.C: decided not to log exec's with stderr, that
17732: could be warnings, and it's up to scritper to log/show them
17733:
17734: * src/: classes/double.C, main/execute.C: double:sql badly called
17735: write_assign_lang, not write_no_lang, thus doing unnecessary
17736: double/string converstion, which were loosing time&precesion
17737:
17738: * src/: main/pa_charset.C, types/pa_vmail.C:
17739: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17740: case of unfinished in buffer processing, causing accidental
17741: transcode stop [in case that source enc != utf-8 & there is
17742: incomplete utf-8 sequence at the end of 16000block iside of
17743: libxml lib] tfm readed & code updated
17744:
17745: 2002-09-04 paf
17746:
17747: * configure: makes with sjlj
17748:
17749: * INSTALL, src/include/pa_config_fixed.h,
17750: src/include/pa_sql_connection.h,
17751: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17752: checked. on win32 it made default
17753:
17754: * src/include/pa_config_auto.h.in: sjlj define
17755:
17756: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17757: can not work with longjump/throw pair, and one must switch that
17758: on there. todo: detect that automatically]
17759:
17760: * src/types/pa_vxnode.C: removed too strong checks of
17761: xnode.elements. now, for instance, if element does not have any
17762: attributes, $xnode.attributes is void, not error
17763:
17764: 2002-09-02 paf
17765:
17766: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17767: removed double_result, didn't help
17768:
17769: * src/main/execute.C: double_result made to move that var away from
17770: hungry g++ optimizer (-O2), before: it were optimized and
17771: comparison operators worked badly
17772:
17773: * src/types/pa_vdate.h: removed debug
17774:
1.116 moko 17775: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17776:
17777: * src/main/execute.C: fixed numeric < & co so that thay now use
17778: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17779: unknown reason.
17780:
17781: 2002-08-29 paf
17782:
17783: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17784: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17785: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17786: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17787: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17788: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17789: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17790: [called less frequent, allowed to remove ugly
17791: Junction.change_context-s from many places, switch,
17792: mail:send..html{}, ..] request.root renamed to method_frame [more
17793: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17794: [speed up]
17795:
17796: 2002-08-28 paf
17797:
17798: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17799: tainted
17800:
17801: * src/types/pa_vcookie.C: fixed cookie delete when
17802: $cookie:name[$.value[]]
17803:
17804: * operators.txt, src/classes/string.C:
17805: ^string.split[delim[;options]]
17806:
17807: 2002-08-27 paf
17808:
1.116 moko 17809: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17810:
17811: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17812: delimiter
17813:
17814: * INSTALL: recommended latest gmime 1.0.5
17815:
17816: 2002-08-26 paf
17817:
17818: * configure, configure.in: apache13/hook added to make dist.
17819:
17820: 2002-08-23 paf
17821:
17822: * src/: include/pa_common.h, main/pa_common.C,
17823: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17824: beside binary [cgi, isapi] not accessible [due to bad rights or
17825: whatever] it's error now
17826:
17827: 2002-08-21 paf
17828:
1.116 moko 17829: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17830:
17831: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17832: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17833: class". compiled as if here they named base class
17834:
17835: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17836: cloning constructor]
17837:
17838: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17839:
1.150 moko 17840: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17841: $mail.received.file.value.content-type fixed
17842:
17843: 2002-08-20 paf
17844:
17845: * src/classes/file.C: fixed language of file:file result
17846:
17847: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17848: from 3.0.0005
17849:
17850: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17851:
17852: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17853: 3.0.0005
17854:
17855: * src/classes/void.C, operators.txt: ^void.length[] = 0
17856:
17857: 2002-08-19 paf
17858:
17859: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17860: work now
17861:
17862: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17863: error in xnode, which were not catched in xdoc]
17864:
17865: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17866: prepared: // validate each document after load/create (?)
17867: //xmlDoValidityCheckingDefaultValue = 1;
17868:
17869: 2002-08-15 paf
17870:
17871: * src/classes/classes.h: write to static var caused useless
17872: Exception, introduced Methoded::put_element wich consumes those
17873:
17874: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17875: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17876: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17877: $response:field[date] $response:field[$.xxx[date]]
17878:
17879: * src/: classes/hash.C, classes/string.C, classes/table.C,
17880: classes/void.C, include/pa_sql_connection.h: fixed source of
17881: ^hash::sql{bad}
17882:
17883: * operators.txt: $request:body unprecessed POST request body
17884:
17885: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17886:
17887: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17888: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17889:
17890: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17891: src/include/pa_request.h, src/main/pa_pool.C,
17892: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17893: $request:body r.post_data now const
17894:
17895: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17896: classes/xnode.C, main/execute.C, types/pa_value.h,
17897: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17898: types/pa_vtable.h: instead of type() checking everywhere used
17899: Value.as now user descendants can be used in params.
17900:
17901: VObject::as_*, is_defined now taken from bases. xtable(table)
17902: ^if($xtable) now OK
17903:
17904: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17905: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17906: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17907:
17908: 2002-08-14 paf
17909:
17910: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17911: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17912: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17913: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17914: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17915: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17916: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17917: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17918: types/pa_vresponse.C, types/pa_vresponse.h,
17919: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17920: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17921: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17922: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17923: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17924: & VClass
17925:
17926: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17927:
17928: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17929: removed fixopt stupidity. on stupid linux use cd /document/root
17930: ../cgi/parser3 script
17931:
17932: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17933: params, splitting them by space, excluding argv[0], argv[argc-1]
17934:
17935: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17936: fixopt.h: fixopt now preprocesses command line params, splitting
17937: them by space, excluding argv[0], argv[argc-1]
17938:
17939: * src/targets/cgi/parser3.C: -f config file
17940:
17941: * src/targets/cgi/parser3.C: fixed .log file dir
17942:
17943: 2002-08-13 paf
17944:
17945: * src/types/pa_vobject.C: allow override parent variables, useful
17946: for form descendants [in vobject too, were in vclass]
17947:
17948: * src/types/pa_vclass.C: allow override parent variables, useful
17949: for form descendants
17950:
17951: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17952: overwritten in derived(table)
17953:
17954: * src/: classes/form.C, classes/mail.C, classes/op.C,
17955: classes/xnode.h, include/pa_request.h, main/execute.C,
17956: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17957: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17958: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17959: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17960: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17961: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17962: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17963: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17964: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17965: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17966: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17967: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17968: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17969: Value::get_element(..., bool looking_down) [needed to exclude
17970: endless recoursion]
17971:
17972: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17973: fix bug with put endless recoursion todo: check 'as'
17974:
17975: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17976: reorganized modules todo: fix bug with put endless recoursion
17977: todo: check 'as'
17978:
17979: * src/types/pa_vobject.h: checked: table fields can be overwritten
17980: in derived(table)
17981:
17982: * src/types/pa_vobject.h: derived classes can have fields of their
17983: own now
17984:
17985: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17986: fixed error message on using non-created table
17987:
17988: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17989: classes/op.C, classes/xnode.h, include/pa_request.h,
17990: main/compile.C, main/compile.tab.C, main/execute.C,
17991: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17992: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17993: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17994: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17995: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17996: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17997: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17998: types/pa_vresponse.C, types/pa_vresponse.h,
17999: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18000: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18001: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18002: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18003: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18004: looking down/up tree todo: fix error message on non-constructed
18005: parents
18006:
18007: 2002-08-12 paf
18008:
18009: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18010: derived OK
18011:
18012: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18013: thorough testing
18014:
18015: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18016: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18017: types/pa_vobject.h, types/pa_vstateless_class.h,
18018: types/pa_vstateless_object.h, types/pa_wcontext.h,
18019: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18020: ^base:create[] dynamic call rewritten todo: thorough testing
18021:
18022: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18023: now instantates base class, remembers it and saves child in
18024: parent VObject.get_class now returns last child = downward
18025: virtual calls OK
18026:
18027: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18028: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18029: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18030: types/pa_vobject.h, types/pa_vresponse.h,
18031: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18032: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18033: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18034: VAliased [redundant], moved $CLASS to VObject only [parser class
18035: instance]
18036:
18037: * src/main/pa_request.C: $response:body[file] content-type check
18038: fixed [were bad when content-type is hash]
18039:
18040: 2002-08-09 paf
18041:
18042: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18043: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18044:
18045: 2002-08-08 paf
18046:
18047: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18048: src/main/pa_globals.C: year column in month calendar [week year]
18049:
18050: * src/main/execute.C: error reporting on object writes to MAIN
18051: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18052:
18053: * operators.txt, src/types/pa_vdate.h: $date.yearday
18054: $date.daylightsaving
18055:
18056: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18057: use tainted data now. only she must specify the language.
18058:
18059: ^mail:send[ $.from[paf@mail.design.ru]
18060: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18061: $.text[^taint[uri][ìîñêâà]=] ]
18062:
18063: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18064: now prints more precise origin
18065:
18066: * src/include/pa_string.h: String::first_char now not fails on
18067: empty strings ^if(-f '') now ok and in 3 other places.
18068:
18069: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18070: String::first_char now not fails on empty strings ^if(-f '') now
18071: ok and in 3 other places.
18072:
18073: 2002-08-07 paf
18074:
18075: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18076: fixed
18077:
18078: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18079:
18080: * src/: main/execute.C, types/pa_vcode_frame.h,
18081: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18082: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18083: mistakenly not completely transparent to object writes.
18084: $hash[^if(1){$hash}] now works
18085:
18086: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18087: now erasing cache file [there were bad check on that]
18088:
18089: * src/: classes/classes.dsp, classes/table.C,
18090: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18091: all Debug dirs in .dsp now named 'Debug'
18092:
1.116 moko 18093: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18094:
18095: * operators.txt, src/classes/mail.C: exception_type email.send
18096:
18097: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18098:
18099: * src/types/pa_vmail.C: mail:send empty email checked
18100:
18101: 2002-08-06 paf
18102:
18103: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18104: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18105: ^table::create[$source;$.options] ^table::join[$source;$.options]
18106:
18107: * operators.txt, src/classes/hash.C, src/classes/string.C,
18108: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18109: # $.default() }
18110:
18111: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18112:
18113: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18114: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18115: $file.content-type [instead of .mime-type] now works for
18116: file::stat also
18117:
18118: * src/main/pa_request.C: case insensitive mime_type_of
18119:
18120: 2002-08-05 paf
18121:
18122: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18123:
18124: * src/types/pa_vmail.C: file buffer relocated to parser heap
18125:
18126: * operators.txt: comment on date:calendar week column
18127:
18128: * src/main/pa_common.C: write checked
18129:
18130: * src/main/: pa_common.C: write checked
18131:
18132: * src/classes/date.C: +1 buf size for stupid snprintfs
18133:
18134: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18135: month calendar week column [ISO 8601 Week Numbers]
18136:
18137: 2002-08-02 paf
18138:
18139: * src/: include/pa_config_fixed.h, main/pa_string.C,
18140: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18141: DEBUG*
18142:
18143: * configure, configure.in, src/include/pa_version.h: release
18144: 3_0_0005
18145:
18146: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18147: multipart post fixed
18148:
18149: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18150: response transcoded source->client only when text/* or simple
18151: onoverridden $response:body
18152:
18153: 2002-08-01 paf
18154:
18155: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18156: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18157: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18158: classes/op.C, classes/response.C, classes/string.C,
18159: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18160: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18161: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18162: include/pa_config_fixed.h, include/pa_dictionary.h,
18163: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18164: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18165: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18166: include/pa_socks.h, include/pa_sql_connection.h,
18167: include/pa_sql_driver_manager.h, include/pa_stack.h,
18168: include/pa_string.h, include/pa_stylesheet_connection.h,
18169: include/pa_stylesheet_manager.h, include/pa_table.h,
18170: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18171: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18172: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18173: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18174: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18175: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18176: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18177: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18178: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18179: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18180: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18181: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18182: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18183: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18184: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18185: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18186: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18187: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18188: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18189: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18190: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18191: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18192: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18193: types/pa_vmethod_frame.h, types/pa_vobject.h,
18194: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18195: types/pa_vresponse.h, types/pa_vstateless_class.C,
18196: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18197: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18198: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18199: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18200: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18201: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18202:
18203: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18204: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18205: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18206: classes/math.C, classes/op.C, classes/response.C,
18207: classes/string.C, classes/table.C, classes/void.C,
18208: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18209: include/pa_array.h, include/pa_cache_managers.h,
18210: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18211: include/pa_config_fixed.h, include/pa_config_includes.h,
18212: include/pa_dictionary.h, include/pa_dir.h,
18213: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18214: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18215: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18216: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18217: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18218: include/pa_stack.h, include/pa_string.h,
18219: include/pa_stylesheet_connection.h,
18220: include/pa_stylesheet_manager.h, include/pa_table.h,
18221: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18222: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18223: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18224: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18225: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18226: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18227: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18228: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18229: main/pa_sql_driver_manager.C, main/pa_string.C,
18230: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18231: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18232: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18233: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18234: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18235: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18236: targets/isapi/pool_storage.h, types/pa_valiased.C,
18237: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18238: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18239: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18240: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18241: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18242: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18243: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18244: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18245: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18246: types/pa_vresponse.C, types/pa_vresponse.h,
18247: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18248: types/pa_vstateless_object.h, types/pa_vstatus.C,
18249: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18250: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18251: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18252: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18253: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18254: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18255: types/Makefile.am: ident.C* removed
18256:
18257: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18258: file:find[/can/do/this/now.txt]
18259:
18260: * src/targets/cgi/parser3.C: usage to stdout now
18261:
18262: 2002-07-31 paf
18263:
18264: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18265:
18266: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18267: default "postmaster"
18268:
18269: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18270: -f postmaster now default sendmail key word "postmaster"
18271: replaced to $.from
18272:
18273: 2002-07-30 paf
18274:
1.116 moko 18275: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18276: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18277:
18278: * src/main/pa_charset.C: comment
18279:
18280: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18281: table, &#decimal;
18282:
18283: * src/main/pa_request.C: comment
18284:
18285: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18286: paragraf]
18287:
18288: 2002-07-11 paf
18289:
18290: * src/main/pa_exec.C: build command line badly added params twice
18291: [and first time without ' ']. double wrong. fixed.
18292:
18293: * src/main/pa_exec.C: invalid .exe caused error message with params
18294: wich parser did not provide = reported badly. fixed that.
18295:
18296: * src/classes/mail.C: $MAIL[ # xxx ]
18297:
18298: now ok
18299:
18300: * operators.txt: plan: sql detailed exception
18301:
18302: 2002-07-01 paf
18303:
18304: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18305: [MForm.configure_admin were called when request.main_class ==0
18306:
18307: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18308:
18309: * src/classes/form.C: content_length type fix
18310:
18311: 2002-06-30 paf
18312:
18313: * src/classes/mail.C: merged from 4
18314:
18315: * src/classes/mail.C: restored $MAIL
18316:
18317: 2002-06-28 paf
18318:
18319: * configure, configure.in: removed paths.h
18320:
1.116 moko 18321: * configure, src/include/pa_version.h,
1.95 moko 18322: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18323: merged, makes updated
18324:
18325: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18326: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18327: src/include/pa_pool.h, src/include/pa_version.h,
18328: src/main/pa_charset.C, src/main/pa_pool.C,
18329: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18330: src/types/pa_vmail.C: merged latest updates to head
18331:
18332: 2002-06-27 paf
18333:
18334: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18335: not error now
18336:
18337: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18338: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18339: src/main/pa_charset.C, src/main/pa_pool.C:
18340: ^xdoc::create[[uri]]... base uri for document being created,
18341: imports and other relative file names would be relative to this
18342: uri default uri=path_translated
18343:
18344: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18345:
18346: 2002-06-26 paf
18347:
18348: * configure, configure.in, src/include/pa_version.h:
18349: release_3_0_0004
18350:
18351: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18352: 0 now
18353:
18354: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18355:
18356: 2002-06-25 paf
18357:
18358: * src/main/pa_string.C: emtpy string, or string of whitespaces
18359: considered bad number now
18360:
18361: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18362: now
18363:
18364: * operators.txt, src/classes/string.C: ^string.normalize [old
18365: name: optimize
18366:
18367: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18368: library configured
18369:
18370: * src/main/pa_request.C: configure_admin forced if no @conf
18371:
1.150 moko 18372: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18373: ^math:crypt updated to generate random salt when needed and to
18374: call system crypt() if not $apr1$ prefix
1.95 moko 18375:
18376: 2002-06-24 paf
18377:
18378: * INSTALL: --with-static/shared-mailreceive described
18379:
18380: * src/include/pa_config_fixed.h: ssize_t fixed
18381:
1.116 moko 18382: * configure, configure.in, src/include/pa_config_auto.h.in,
18383: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18384: src/types/pa_vmail.C: $mail:received makes update
18385:
18386: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18387: WITH_MAILRECEIVE
18388:
18389: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18390:
18391: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18392: option, for $mail:receive
18393:
18394: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18395: introducting $message:received ^mail:send rewritten with backward
18396: comp
18397:
18398: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18399: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18400: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18401: now
18402:
18403: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18404: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18405: src/include/pa_request.h, src/include/pa_string.h,
18406: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18407: src/main/pa_globals.C, src/main/pa_request.C,
18408: src/main/pa_string.C, src/main/pa_uue.C,
18409: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18410: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18411: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18412: uue to separate file introducting $message:received ^mail:send
18413: rewritten with backward comp
18414:
18415: 2002-06-21 paf
18416:
1.116 moko 18417: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18418: co changes
1.95 moko 18419:
1.116 moko 18420: * configure, configure.in, src/lib/md5/Makefile.am,
18421: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18422: restructure .in and .am files appropriate changes
1.95 moko 18423:
18424: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18425: pcre to libs/ added libs/md5 which is linked to non-apache
18426: targets ^math:crypt[password;$apr1$salt]
18427:
18428: * INSTALL, configure.in, operators.txt, parser3.dsw,
18429: src/Makefile.am, src/classes/Makefile.am,
18430: src/classes/classes.dsp, src/classes/math.C,
18431: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18432: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18433: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18434: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18435: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18436: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18437: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18438: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18439: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18440: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18441: src/lib/pcre/pcre_parser_ctype.dsp,
18442: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18443: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18444: src/main/compile.tab.C, src/main/main.dsp,
18445: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18446: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18447: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18448: to libs/ added libs/md5 which is linked to non-apache targets
18449: ^math:crypt[password;$apr1$salt]
18450:
18451: 2002-06-20 paf
18452:
1.150 moko 18453: * INSTALL, configure, configure.in, operators.txt,
18454: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18455: src/include/pa_globals.h, src/include/pa_request.h,
18456: src/main/execute.C, src/main/pa_request.C,
18457: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18458: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18459: file:justname&co & @auto/conf[filespec
1.95 moko 18460:
18461: * operators.txt, src/classes/file.C:
18462: !^file:dirname[/a/some.tar.gz]=/a
18463: !^file:dirname[/a/b/]=/a
18464: !^file:basename[/a/some.tar.gz]=some.tar.gz
18465: !^file:justname[/a/some.tar.gz]=some.tar
18466: !^file:justext[/a/some.tar.gz]=gz
18467:
18468: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18469: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18470: @conf/auto[filespec]
18471:
1.116 moko 18472: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18473:
1.150 moko 18474: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18475: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18476: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18477:
18478: 2002-06-18 paf
18479:
18480: * configure, configure.in, src/include/pa_version.h: version to
18481: configure.in
18482:
18483: * INSTALL: reflected .conf.dist dir change
18484:
1.150 moko 18485: * Makefile.am, configure, configure.in,
1.116 moko 18486: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18487: .in & *.am updated
18488:
18489: * src/classes/file.C: strncasecmp
18490:
18491: * src/classes/file.C: strcasecmp
18492:
1.150 moko 18493: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18494:
18495: * src/classes/file.C: ^file::exec[script;$.bad error case
18496: insensitive check now
18497:
18498: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18499:
18500: * configure, configure.in, src/include/pa_pool.h,
18501: src/include/pa_types.h: pack configure.in detection simplified.
18502: figured out that gcc on sparc not that stupid as thought
18503: previously: on sparc: when it sees packed class it modifies it's
18504: field-access-code to byte operations [stb, ldub] instead of 4byte
18505: operations [st, lduh] so packed must be all parts of packed
18506: class, i.e. it's parents&fields(classes). for now it's only
18507: String that packed and what was wrong is that it's parent -
18508: Pooled, were not packed. fixed that.
18509:
18510: 2002-06-14 paf
18511:
18512: * operators.txt: more precise xml-to-text options
18513:
18514: * operators.txt, src/types/pa_vxnode.C: xnode
18515: attribute_node.name/value xnode pi.node.data
18516:
18517: 2002-06-12 paf
18518:
1.116 moko 18519: * configure, configure.in, src/targets/cgi/Makefile.am,
18520: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18521:
18522: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18523: src/include/pa_globals.h, src/include/pa_request.h,
18524: src/main/compile.tab.C, src/main/pa_globals.C,
18525: src/main/pa_request.C, src/targets/cgi/parser3.C,
18526: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18527:
18528: * src/classes/mail.C: sendmail -ti [default now]
18529:
18530: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18531: to be strings. for convinient #ing
18532:
18533: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18534: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18535:
18536: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18537: main/pa_globals.C, main/pa_request.C: @conf
18538:
18539: 2002-06-11 paf
18540:
18541: * src/classes/file.C: check simplified
18542:
18543: * src/: classes/file.C, targets/cgi/parser3.dsp,
18544: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18545: valid prefix
18546:
18547: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18548: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18549: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18550:
18551: 2002-06-10 paf
18552:
18553: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18554: src/main/pa_common.C: lock failures reported now
18555:
18556: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18557: string->double @ compile time were not-enough-checking...
18558:
18559: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18560: autoconvert now ignored
18561:
18562: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18563: check
18564:
18565: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18566: $response:body content-type:name
18567:
18568: * configure, configure.in: hpux check, nsl link, no socket
18569:
18570: * operators.txt: old merge conflict removed
18571:
18572: * configure, configure.in: pack even address access on sparc&co
18573: arch checked in configure
18574:
18575: * configure, src/include/pa_version.h: makes
18576:
18577: * configure, configure.in, src/include/pa_version.h: makes
18578:
18579: * src/main/untaint.C: (bug#2) mail subject got always prepended
18580: with charset even when all letters were 7bit one
18581:
18582: * src/main/pa_common.C: merged fixed -d (bug)
18583:
18584: * src/main/pa_common.C: fixed -d (bug)
18585:
18586: 2002-06-03 paf
18587:
18588: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18589: src/classes/classes.dsp, src/main/compile.tab.C,
18590: src/main/main.dsp, src/main/pa_globals.C,
18591: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18592: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18593: .dsp-s along with reorganized cvs modules dirs structure
18594:
18595: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18596: main/pa_globals.C, targets/cgi/parser3.dsp,
18597: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18598: modules
18599:
18600: 2002-05-28 paf
18601:
18602: * src/targets/cgi/parser3.C: info.uri now ""
18603:
18604: 2002-05-17 paf
18605:
18606: * src/classes/: table.C: ^table.save << checked empty
18607: pre/match/post columns
18608:
18609: 2002-05-16 paf
18610:
18611: * src/classes/image.C: image::measure can png now
18612:
18613: 2002-05-15 paf
18614:
18615: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18616: added
18617:
18618: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18619:
18620: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18621: %H[:%M[:%S]]]]]] [-%m now
18622:
18623: 2002-05-14 paf
18624:
18625: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18626:
18627: 2002-05-07 paf
18628:
18629: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18630: src/include/pa_globals.h, src/include/pa_request.h,
18631: src/include/pa_table.h, src/main/compile.tab.C,
18632: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18633: src/main/pa_request.C, src/main/pa_table.C,
18634: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18635: src/targets/isapi/parser3isapi.dsp,
18636: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18637: name2number field now &. main_method_name now on Request pool
18638: rather on global_pool [Junction+VJunction created on same pool as
18639: name = were created on global pool, causing mem leaks]
18640:
18641: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18642: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18643: main/compile.y, main/main.dsp, main/pa_globals.C,
18644: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18645: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18646: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18647: field now &. main_method_name now on Request pool rather on
18648: global_pool [Junction+VJunction created on same pool as name =
18649: were created on global pool, causing mem leaks]
18650:
18651: 2002-05-06 paf
18652:
18653: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18654: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18655: 100*40 bytes per request memory leak [nonpool malloc in globals]
18656:
18657: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18658: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18659: 100*40 bytes per request memory leak [nonpool malloc in globals]
18660:
18661: 2002-04-30 paf
18662:
18663: * configure, src/include/pa_version.h: version now not b
18664:
18665: * src/targets/cgi/parser3.C: request.uri now never 0
18666:
18667: 2002-04-29 paf
18668:
18669: * configure.in: removed b
18670:
18671: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18672: Exception::comment/type checked in (), no there's no empty
18673: type/comment by default
18674:
18675: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18676: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18677: src/doc/value.dox, src/include/pa_exception.h,
18678: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18679: 0001
18680:
18681: 2002-04-26 paf
18682:
18683: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18684: size reduced
18685:
18686: 2002-04-25 paf
18687:
18688: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18689: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18690: now that took into account
18691:
18692: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18693: 01:03:04]
18694:
18695: * ChangeLog, operators.txt, src/classes/date.C:
18696: ^date::create[2002-12-33 01:03:04]
18697:
18698: * ChangeLog: updated changelog
18699:
18700: * src/classes/table.C: removed restriction on column count to
18701: ^table.hash to work, now must be >0 [were >1]
18702:
18703: 2002-04-24 paf
18704:
18705: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18706: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18707: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18708: targets
18709:
18710: 2002-04-23 paf
18711:
18712: * operators.txt, src/classes/string.C:
18713: int/double/string:sql{}[$.default{code}] fixed [were barking:
18714: "junction used outside of context"]
18715:
18716: 2002-04-22 paf
18717:
18718: * types.txt, src/classes/string.C, src/include/pa_string.h,
18719: src/main/pa_string.C, src/types/pa_vstring.C,
18720: src/types/pa_vstring.h: ^string.optimize[]
18721:
18722: * src/: include/pa_globals.h, include/pa_table.h,
18723: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18724: table template
18725:
18726: * src/classes/: string.C: optimize removed from string
18727: .left/right/pos
18728:
18729: * src/main/execute.C: rolled back to
18730: before_killing_userjunction_contexts
18731:
18732: * src/main/execute.C: user junctions context killed
18733:
18734: * src/main/execute.C: junctions to local contexts got
18735: cleanized&checked later
18736:
18737: 2002-04-19 paf
18738:
18739: * src/: classes/string.C, include/pa_request.h,
18740: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18741: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18742: prior to .left .right .mid .pos .match when that is profitable,
18743: and always before .replace when $ORIGINS(1) optimization disabled
18744: economy from not wasting mem on lots of strings which occur by
18745: lots of String:mid calls to get parts of source string between
18746: found_occurances
18747:
18748: * src/classes/file.C: ovector now local economy: 16 bytes per
18749: ^file:list
18750:
18751: * src/: include/pa_globals.h, include/pa_table.h,
18752: main/pa_globals.C, main/pa_string.C: String::match table columns
18753: globalized, not created @ each ^match anymore economy:
18754: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18755:
18756: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18757: removed from each String::match replace iteration, and made
18758: stacked sizeof(VTable)=12bytes economy on each replace code
18759:
18760: * src/doc/footer.htm: 2001,
18761:
18762: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18763: string.match[]['] option enables generation of $match.prematch
18764: .match .postmatch columns
18765:
18766: * src/main/pa_string.C: String::match options analized without
18767: cstr-ing them now
18768:
18769: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18770: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18771: config updated to doxygen 1.2.15, created helper which fixes
18772: minor bugs in chm project files & htm tree. changed extension to
18773: .htm
18774:
18775: 2002-04-18 paf
18776:
18777: * src/doc/doxygen.cfg: .chi generation disabled
18778:
18779: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18780: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18781: fields&methods
18782:
18783: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18784: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18785: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18786: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18787: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18788: types/pa_vresponse.h, types/pa_vstateless_class.h,
18789: types/pa_vstateless_object.h, types/pa_vstatus.h,
18790: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18791: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18792: VStateless_class to VObject
18793:
18794: * src/: main/pa_request.C, types/pa_valiased.h,
18795: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18796: types/pa_vstring.h: VStateless_string_object speicalized light
18797: version of VStateless_object
18798:
18799: * src/classes/op.C: ^throw comment param made optional
18800:
18801: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18802: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18803: and implemented down in VClass, fclass_alias removed,
18804:
18805: * src/types/pa_value.C: forced to cut that from .h because of
18806: VStateless_class usage [undefined in .h]
18807:
18808: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18809: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18810: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18811: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18812: on each CALL]
18813:
18814: * src/: classes/classes.h, classes/date.C, classes/double.C,
18815: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18816: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18817: classes/response.C, classes/string.C, classes/table.C,
18818: classes/void.C, classes/xnode.C, include/pa_globals.h,
18819: include/pa_request.h, main/execute.C, main/pa_globals.C,
18820: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18821: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18822: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18823: types/pa_vstateless_class.h, types/pa_wcontext.C,
18824: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18825: removed Value::fname
18826:
18827: 2002-04-17 paf
18828:
18829: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18830: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18831: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18832: include/pa_pool.h, include/pa_types.h: dox updated to current
18833: state, PTHROW freshen to throw & co
18834:
18835: * src/types/pa_vhash.h: vstring wrong parent fixed
18836:
18837: * src/classes/op.C: taint local result var bug fixed
18838:
18839: 2002-04-16 paf
18840:
18841: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18842: Attic asm.txt as most interesting
18843:
18844: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18845: check, preventing content-length: 0 from appearing
18846:
18847: * src/main/execute.C: $result in @main now taken into account as in
18848: usual functions
18849:
18850: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18851: & @unhandled_exception now taken into account as in usual
18852: functions
18853:
18854: * src/doc/postbuild.txt: instructions on post .html build
18855:
18856: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18857:
18858: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18859: tainted
18860:
18861: * src/main/pa_request.C: uri in error log
18862:
18863: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18864: cheched date:create(days) param for validity [later were assumed
18865: valid and crashed on invalid onces]
18866:
18867: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18868: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18869: and used that for removing VString wrapper
18870:
18871: * src/classes/op.C: exception2vhash file now tainted
18872:
18873: * src/classes/op.C: _process pseudo origin copied from local var to
18874: heap
18875:
18876: * src/classes/op.C: extra check on empty file in origin in _execute
18877:
18878: 2002-04-15 paf
18879:
18880: * src/: main/execute.C, types/pa_value.h: fixed name update
18881:
18882: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18883: functions
18884:
18885: * src/: classes/file.C, classes/hash.C, classes/op.C,
18886: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18887: started dual write_xxx_lang functions, if checked & works
18888:
18889: * src/: classes/date.C, classes/file.C, classes/mail.C,
18890: classes/string.C, classes/xnode.C, include/pa_request.h,
18891: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18892: unnecessary VString shells
18893:
18894: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18895: prev changes]
18896:
18897: * src/: classes/image.C, classes/op.C, classes/string.C,
18898: classes/table.C, include/pa_request.h, main/execute.C,
18899: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18900: StringOrValue wcontext result, now ready for dual writes
18901:
18902: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18903: checked that
18904:
18905: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18906: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18907: changed to OP_WRITE_VALUE in var get cases
18908:
18909: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18910: include/pa_request.h, main/compile.tab.C, main/compile.y,
18911: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18912: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18913: switch in hash constructor fixed [were problems with using of
18914: stacked wwrapper after it's death]
18915:
18916: 2002-04-12 paf
18917:
18918: * operators.txt, src/classes/table.C: table.select(expression) 0
18919:
18920: 2002-04-11 paf
18921:
18922: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18923: Request::process_internal codeFrame & wwrapper stacked [not
18924: wasting heap anymore]
18925:
18926: 2002-04-10 paf
18927:
18928: * src/: classes/double.C, classes/file.C, classes/hash.C,
18929: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18930: classes/string.C, classes/table.C, classes/void.C,
18931: classes/xdoc.C, include/pa_request.h, main/execute.C,
18932: main/pa_string.C: killed Request::process() wrapping
18933: VString(String) in case we need only String
18934:
18935: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18936: killed 8 bytes from String.head
18937:
18938: 2002-04-09 paf
18939:
18940: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18941: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18942: local*/char b[...]; a=b; situations
18943:
18944: * operators.txt, src/classes/xdoc.C: xslt params made literal
18945:
18946: * src/classes/xdoc.C: xslt params fixed
18947:
18948: * src/: main/pa_common.C, targets/cgi/parser3.C,
18949: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18950: not pool.malloc(MAX_NUMBER) but really neaded
18951:
18952: * operators.txt, src/classes/double.C, src/classes/int.C:
18953: int/double.int/double(default)
18954:
18955: 2002-04-04 paf
18956:
18957: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18958: [when reconstructing pieces were split by
18959: max_integral(piece.size), thus some strings to replace happen to
18960: be split into two = not replaced)
18961:
18962: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18963: standalone version = current dir
18964:
18965: * src/targets/cgi/parser3.C: document root in standalone version =
18966: current dir
18967:
18968: 2002-04-03 paf
18969:
18970: * configure, configure.in: more checks on nonexistent charset
18971:
1.116 moko 18972: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18973:
18974: 2002-04-02 paf
18975:
18976: * src/main/compile.C: parser.compile [exception name more like in
18977: doc]
18978:
18979: 2002-04-01 paf
18980:
18981: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18982: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18983: .content-type.charset, not .charset
18984:
18985: 2002-03-29 paf
18986:
18987: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18988:
18989: * operators.txt, src/classes/date.C: ^date::create now may not
18990: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18991: days' year. | 31.05->31.04 roll
18992:
18993: 2002-03-28 paf
18994:
18995: * operators.txt, src/classes/date.C, src/classes/op.C,
18996: src/include/pa_globals.h, src/include/pa_hash.h,
18997: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18998: ^cache(seconds) ^cache[date] }
18999:
19000: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19001: param
19002:
19003: 2002-03-27 paf
19004:
19005: * operators.txt, src/classes/date.C, src/classes/double.C,
19006: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19007: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19008: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19009: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19010: src/classes/xnode.C, src/include/pa_exception.h,
19011: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19012: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19013: src/main/pa_array.C, src/main/pa_charset.C,
19014: src/main/pa_charsets.C, src/main/pa_common.C,
19015: src/main/pa_dictionary.C, src/main/pa_exception.C,
19016: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19017: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19018: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19019: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19020: src/types/pa_value.h, src/types/pa_vcookie.C,
19021: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19022: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19023: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19024: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19025: src/types/pa_wwrapper.h: assigned exception types
19026:
19027: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19028: src/include/pa_request.h, src/main/execute.C,
19029: src/main/pa_request.C: decided agains resetting exception_trace,
19030: just changed name
19031:
19032: 2002-03-26 paf
19033:
19034: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19035: fixed
19036:
19037: * src/classes/op.C: forced language of $source field of exception
19038: to 'tainted', so that sql-langed-frags could be outputed outside
19039: of connect
19040:
19041: * operators.txt: removed date.roll limit of +-1 offset
19042:
19043: * src/classes/date.C: removed date.roll limit of +-1 offset
19044:
19045: * operators.txt, src/classes/date.C: fixed date roll on
19046: daylightsaving days mktime took into account tm_isdst flag, which
19047: remained from BEFORE roll, but should have been reset
19048:
19049: 2002-03-25 paf
19050:
19051: * operators.txt, src/targets/cgi/parser3.C:
19052: http_site_config_filespec
19053:
19054: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19055: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19056: with any/both --disable-foreign-group-files --disable-execs
19057:
19058: * INSTALL: "--with=sendmail=COMMAND" comment
19059:
19060: * INSTALL, configure, configure.in, src/classes/mail.C,
19061: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19062: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19063: disables execs also. introducing --sendmail
1.95 moko 19064:
19065: * operators.txt: pgsql options comment
19066:
19067: * INSTALL: comment on --disable-link-stdcpp
19068:
1.116 moko 19069: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19070: libstdc++ link skipping configure option
1.95 moko 19071:
19072: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19073: with error were put to cache with 'marked_to_rollback' flag, all
19074: consequent even OK requests rolled back
19075:
19076: 2002-03-22 paf
19077:
19078: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19079: false return
19080:
19081: * operators.txt: few comments on sets
19082:
19083: 2002-03-18 paf
19084:
19085: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19086: src/include/pa_globals.h, src/include/pa_request.h,
19087: src/include/pa_stack.h, src/main/pa_globals.C,
19088: src/main/pa_request.C: introducing ^try
19089:
19090: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19091: types/pa_vdouble.h: removed some tested @tests
19092:
19093: 2002-03-15 paf
19094:
19095: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19096:
19097: 2002-03-13 paf
19098:
19099: * src/main/pa_exception.C: checked not-pooled malloc
19100:
19101: 2002-03-11 paf
19102:
19103: * INSTALL, configure, configure.in,
19104: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19105:
19106: * src/main/pa_common.C: --disable-foreign-group-files
19107:
19108: * INSTALL: --disable-execs
19109:
19110: * src/main/pa_exec.C: --disable-execs
19111:
19112: * configure, configure.in, src/include/pa_config_auto.h.in:
19113: --disable-execs
19114:
19115: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19116:
19117: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19118: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19119:
19120: 2002-03-05 paf
19121:
19122: * operators.txt, src/classes/date.C: date week calendar columns
19123: named
19124:
19125: * operators.txt, src/classes/date.C: date week calendar columns
19126: named
19127:
19128: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19129: requires headers to be terminated with \r\n manually [refuses to
19130: separate header/body itself]
19131:
19132: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19133: targets/isapi/parser3isapi.C: isapi site config beside .dll
19134:
19135: 2002-03-04 paf
19136:
19137: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19138: in PASS language
19139:
19140: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19141: deserialize checks on broken file
19142:
19143: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19144: parser3isapi.dsp: isapi updated
19145:
19146: 2002-03-01 paf
19147:
19148: * src/main/pa_exec.C: execle -> execve, now argc OK
19149:
19150: 2002-02-28 paf
19151:
19152: * src/main/untaint.C: removed some debug comments
19153:
19154: * src/main/pa_charsets.C: when placing charset to cache using
19155: global name now [were request]
19156:
19157: * configure, configure.in: apache module updated
19158:
19159: * src/main/pa_string.C: origin by first piece preferred before last
19160: piece
19161:
19162: 2002-02-27 paf
19163:
19164: * src/main/pa_charset.C: size_t
19165:
19166: * INSTALL: shared/static-xml with-pathlink
19167:
19168: * operators.txt: SMTP comment
19169:
19170: 2002-02-26 paf
19171:
19172: * src/main/pa_exec.C: more precise names for vars, cosmetic
19173:
19174: * src/classes/xnode.C: in some situation, xpath query returned
19175: result with type NODESET, but empty nodeset member field, checked
19176: that
19177:
19178: 2002-02-22 paf
19179:
19180: * INSTALL: without-zlib comment
19181:
19182: * etc/parser3.charsets/windows-1251.cfg: °
19183:
19184: * configure, configure.in: glib###.a detection fixed
19185:
19186: * INSTALL: hashfile removed from INSTALL
19187:
1.116 moko 19188: * Makefile.am: make update
1.95 moko 19189:
19190: * src/main/pa_string.C: string iterators fixed again, so were
19191: String::join_chain
19192:
19193: * src/main/pa_string.C: string iterators fixed again, so were
19194: String::join_chain
19195:
19196: * src/: include/pa_string.h, main/pa_string.C: string iterators
19197: fixed again, so were String::join_chain
19198:
19199: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19200:
19201: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19202: "session"
19203:
1.116 moko 19204: * configure, configure.in, src/include/pa_config_auto.h.in:
19205: --with-shared-xml --with-static-xml
1.95 moko 19206:
19207: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19208: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19209: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19210: xalan&xml
19211:
19212: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19213:
19214: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19215: src/types/types.dsp: removed hashfile support from sources for
19216: now
19217:
1.116 moko 19218: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19219: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19220: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19221: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19222: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19223: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19224: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19225: src/types/Makefile.am, src/types/pa_vhashfile.C,
19226: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19227:
19228: 2002-02-21 paf
19229:
19230: * src/main/untaint.C: removed debug code, activated commented-for
19231: debug parts
19232:
1.116 moko 19233: * Makefile.am: make cvsupdate
1.95 moko 19234:
19235: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19236: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19237: append_row, not at link zero now string to string appending works
19238:
19239: 2002-02-20 paf
19240:
19241: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19242: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19243: DEBUG_STRING_APPENDS_VS_EXPANDS
19244:
19245: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19246: economy: 22%
19247:
19248: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19249: space uptimized: string::link_row removed
19250:
19251: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19252: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19253: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19254: types/pa_vstring.h: speed uptimized: string::is_empty
19255:
19256: * operators.txt, src/include/pa_common.h,
19257: src/include/pa_config_fixed.h, src/include/pa_string.h,
19258: src/include/pa_types.h, src/main/compile.tab.C,
19259: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19260: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19261: string append optimiziation idea and estimates
19262:
19263: 2002-02-19 paf
19264:
19265: * src/classes/math.C: not used directly [but erroreously reported
19266: that 'is', thus registering twice&other probs]
19267:
19268: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19269: to node [element]
19270:
19271: * src/main/compile.C: without string_origins parse error
19272: file+line+col possible
19273:
19274: * src/main/: compile.C: without string_origins not worked
19275:
19276: 2002-02-18 paf
19277:
19278: * src/types/pa_vdouble.h: since we have in_expression removed that
19279: trick i've installed into double::as_string
19280:
19281: * src/main/pa_globals.C: extern "C" was removed too fast
19282:
19283: * src/: include/pa_opcode.h, include/pa_request.h,
19284: main/compile.tab.C, main/compile.y, main/execute.C,
19285: types/pa_wcontext.h: in_expression aimed to solve old problem
19286: with string/nonstring values, now in expressions double/int
19287: values are passed as-is, without stupid tostring/fromstring
19288: conversions
19289:
19290: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19291: __cplusplus } #endif
19292:
19293: * src/main/compile.tab.C: bison env set so one could compile
19294: without cygwin installed
19295:
19296: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19297: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19298: gnome xml libs parser .dsp-s changed accordingly
19299:
19300: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19301:
19302: * operators.txt, src/classes/date.C: date::create [were date::set,
19303: with backward comp
19304:
19305: * src/classes/math.C: math:random range check fixed
19306:
19307: * src/main/: compile.tab.C, compile.y: integer division stops name
19308:
19309: * INSTALL: local install comment
19310:
1.116 moko 19311: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19312:
1.116 moko 19313: * acinclude.m4, aclocal.m4, configure, configure.in,
19314: src/include/pa_config_auto.h.in,
19315: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19316: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19317:
19318: * operators.txt: \ comment
19319:
19320: 2002-02-13 paf
19321:
19322: * src/include/pa_config_includes.h: sys/time time both included
19323: now. vaguely remember confilicts on this on some system [not on
19324: six|ablv] so when would see them again would think up proper
19325: check
19326:
1.116 moko 19327: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19328: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19329:
19330: * src/main/pa_common.C: truncation never occured when writing files
19331: on unix [since i've changed cache mech] fix
19332:
19333: * src/main/pa_common.C: strnchr: sanity check added
19334:
19335: * etc/parser3.charsets/windows-1257.cfg: id added
19336:
19337: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19338: baltic charset file generated, in generation script ispunct check
19339: added
19340:
19341: 2002-02-08 paf
19342:
1.116 moko 19343: * src/: include/Makefile.am, sql/Makefile.am,
19344: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19345:
19346: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19347: forgotten
19348:
19349: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19350:
19351: * INSTALL, README: install&others updated
19352:
19353: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19354:
1.116 moko 19355: * Makefile.am, configure, configure.in,
19356: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19357: src/classes/Makefile.am, src/main/Makefile.am,
19358: src/main/pa_status_provider.C, src/targets/Makefile.am,
19359: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19360: works
1.95 moko 19361:
19362: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19363: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19364: classes/hashfile.C, classes/int.C, classes/mail.C,
19365: classes/math.C, classes/op.C, classes/response.C,
19366: classes/string.C, classes/table.C, classes/void.C,
19367: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19368: include/pa_array.h, include/pa_cache_managers.h,
19369: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19370: include/pa_config_fixed.h, include/pa_config_includes.h,
19371: include/pa_db_connection.h, include/pa_db_manager.h,
19372: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19373: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19374: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19375: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19376: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19377: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19378: include/pa_stack.h, include/pa_string.h,
19379: include/pa_stylesheet_connection.h,
19380: include/pa_stylesheet_manager.h, include/pa_table.h,
19381: include/pa_threads.h, include/pa_types.h, main/compile.C,
19382: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19383: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19384: main/pa_db_connection.C, main/pa_db_manager.C,
19385: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19386: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19387: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19388: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19389: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19390: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19391: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19392: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19393: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19394: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19395: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19396: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19397: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19398: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19399: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19400: types/pa_vmethod_frame.h, types/pa_vobject.h,
19401: types/pa_vrequest.h, types/pa_vresponse.h,
19402: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19403: types/pa_vstateless_object.h, types/pa_vstatus.C,
19404: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19405: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19406: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19407: classes/image.C, main/pa_common.C, main/pa_exec.C,
19408: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19409: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19410: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19411: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19412: types/pa_vxnode.C, main/pa_charset.C: name spelling
19413:
19414: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19415: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19416: classes/hashfile.C, classes/image.C, classes/int.C,
19417: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19418: classes/string.C, classes/table.C, classes/void.C,
19419: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19420: include/pa_array.h, include/pa_cache_managers.h,
19421: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19422: include/pa_config_fixed.h, include/pa_config_includes.h,
19423: include/pa_db_connection.h, include/pa_db_manager.h,
19424: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19425: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19426: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19427: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19428: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19429: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19430: include/pa_stack.h, include/pa_string.h,
19431: include/pa_stylesheet_connection.h,
19432: include/pa_stylesheet_manager.h, include/pa_table.h,
19433: include/pa_threads.h, include/pa_types.h, main/compile.C,
19434: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19435: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19436: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19437: main/pa_db_connection.C, main/pa_db_manager.C,
19438: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19439: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19440: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19441: main/pa_socks.C, main/pa_sql_driver_manager.C,
19442: main/pa_status_provider.C, main/pa_string.C,
19443: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19444: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19445: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19446: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19447: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19448: targets/isapi/pool_storage.h, types/pa_valiased.C,
19449: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19450: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19451: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19452: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19453: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19454: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19455: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19456: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19457: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19458: types/pa_vresponse.h, types/pa_vstateless_class.C,
19459: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19460: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19461: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19462: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19463: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19464: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19465:
19466: 2002-02-07 paf
19467:
19468: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19469:
1.116 moko 19470: * configure, configure.in, src/include/pa_config_auto.h.in,
19471: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19472: added yet another locking function: fcntl
1.95 moko 19473:
19474: * config.sub: on cygwin configure passes it with strange i1586
19475: const, hacked it to mean i586
19476:
19477: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19478: disabled $if reference due to conflicts with local variables
19479:
19480: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19481: xdoc::set obsolete now, now xdoc::create, with both sences
19482:
19483: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19484: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19485: table::create now // 'set' name obsolete now table clone.
19486:
19487: * operators.txt, src/classes/string.C,
19488: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19489: ^int/double/string.format now can be called with normal []
19490: brackets, not stupid {} as it were implemented for some strange
19491: reason. retaining backward compatibility due to some
19492: already-implemented servers
19493:
19494: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19495: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19496: operators now detected by check at name_without_curly_rdive_read
19497: rule whether diving code constists only of
19498: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19499: with OP_GET_ELEMENT_OR_OPERATOR to form
19500: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19501:
19502: 2002-02-06 paf
19503:
19504: * configure, configure.in: prefix expanded, grr
19505:
19506: * operators.txt, src/classes/mail.C: mail:send config changed
19507:
19508: 2002-02-05 paf
19509:
19510: * operators.txt: regex options commented
19511:
19512: * src/main/: pa_exec.C: argv0 now correct
19513:
19514: * src/types/pa_vstatus.C: status:rusage 3
19515:
19516: * src/types/pa_vstatus.C: status:rusage 2
19517:
19518: * operators.txt: status:rusage described int operators
19519:
19520: * src/types/pa_vstatus.C: status:rusage 1
19521:
19522: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19523: src/types/types.dsp: status:rusage
19524:
19525: * configure.in, operators.txt, src/classes/file.C,
19526: src/classes/op.C, src/include/pa_common.h,
19527: src/include/pa_config_includes.h, src/main/compile.tab.C,
19528: src/main/pa_common.C: rewritten ^cache to use
19529: non-blocking-exclusive-caches
19530:
19531: * src/main/pa_common.C: text file read mode on win32 adjusted
19532: [speed impact. was off for debugging purpose, but forgotten
19533: afterwards]
19534:
19535: 2002-02-01 paf
19536:
19537: * src/classes/op.C: file_write does EX lock after create, while
19538: file_read does SH after open, so there's a moment after create
19539: but before EX lock when read can sneak into, and read
19540: just-created-for-writing-and-not-yet-locked file, added a check
19541: for that in ^cache...read
19542:
19543: 2002-01-31 paf
19544:
19545: * src/main/: compile.y, compile.tab.C: disabled operator call after
19546: ^xxx:
19547:
19548: * src/main/: compile.tab.C, execute.C: made operators lookup first
19549: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19550:
19551: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19552: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19553: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19554: operators check 6.1 rewritten. now check is done at compile time
19555:
19556: * src/main/execute.C: operators check 5 floated up old error of
19557: staying in 'entered class/object' state after $a($a..) it
19558: prevented operators from being called thereafter
19559:
19560: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19561: main/execute.C: operators check 4 floated up old error of staying
19562: in 'entered object' state after ^a.a(a) it prevented operators
19563: from being called thereafter
19564:
19565: * src/main/execute.C: operators check 3 floated up old error of
19566: staying in 'entered class' state after $a:a(a) it prevented
19567: operators from being called thereafter
19568:
19569: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19570: floated up old error of staying in 'entered class' state after
19571: $a:a[a] it prevented operators from being called thereafter
19572:
19573: * src/main/execute.C: operators check, thay mistakenly seen in
19574: $class:operator $object.operators contexts
19575:
19576: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19577: win32
19578:
1.116 moko 19579: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19580: src/classes/Makefile.am, src/main/Makefile.am,
19581: src/targets/cgi/Makefile.am,
1.95 moko 19582: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19583: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19584:
1.116 moko 19585: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19586: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19587: configure, configure.in, form.txt, ident.awk, install-sh,
19588: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19589: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19590: etc/parser3.charsets/Makefile.am,
19591: etc/parser3.charsets/koi8-r.cfg,
19592: etc/parser3.charsets/windows-1250.cfg,
19593: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19594: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19595: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19596: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19597: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19598: straightened installation scripts procedure made
19599: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19600: change
19601:
19602: 2002-01-30 paf
19603:
19604: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19605: removed] those comments were a mistake, and prevented libltdl
19606: from function properly
19607:
19608: 2002-01-29 paf
19609:
1.116 moko 19610: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19611: creation [modified acinclude.m4 which were creating int into just
19612: assignment LIBTOOL=../libtool] added default system
19613: config&charsetts prepared 'make install', now it installs
19614: targets/cgi/parser3 into bin directory etc/parser3.conf &
19615: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19616: $sysconfdir/parser3.charsets respectively
19617:
19618: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19619: main/pa_globals.C: few forgotten ifdef XML added
19620:
19621: 2002-01-28 paf
19622:
1.116 moko 19623: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19624: removed
19625:
19626: * src/main/pa_exception.C: dom|generic error output fix
19627:
19628: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19629:
19630: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19631:
19632: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19633: [fixed as_node helper func to accept docs]
19634:
19635: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19636: xdoc.importNode 0
19637:
19638: * src/classes/xdoc.C: xdoc::set now untaints OK
19639:
19640: 2002-01-25 paf
19641:
19642: * src/main/: compile.tab.C, compile.y: #comment before @ after
19643: @SPECIAL now works OK
19644:
19645: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19646:
19647: * src/main/pa_exec.C: max arg count now 10, and proper message on
19648: violation that added
19649:
19650: * src/classes/hash.C: unified hash::sql, now
19651: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19652:
19653: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19654: ^file:lock[filename]{code}
19655:
19656: * src/: classes/file.C, classes/op.C, classes/string.C,
19657: classes/table.C, classes/xdoc.C, include/pa_common.h,
19658: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19659: to some pa_common funcs
19660:
19661: * src/: include/pa_charset.h, main/pa_globals.C:
19662: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19663:
19664: * src/: include/pa_charset.h, main/pa_charset.C,
19665: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19666: not stupid illegal define
19667:
19668: 2002-01-24 paf
19669:
19670: * src/include/pa_version.h: changed version number
19671:
19672: * src/: classes/hashfile.C, include/pa_db_table.h,
19673: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19674: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19675: main/pa_db_connection.C, main/pa_db_table.C,
19676: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19677: hashfile without logfiles
19678:
19679: * src/: classes/hashfile.C, include/pa_db_table.h,
19680: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19681: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19682: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19683: DB_INIT_TXN init bits, thus got rid of huge log files, which
19684: cluttered disk without huge need]
19685:
19686: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19687: handy macro, which is strangly abscent in dome lib
19688:
19689: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19690:
19691: * src/classes/xdoc.C: checked empty response
19692:
19693: * src/classes/xnode.C: xdoc.select fixed context node [were always
19694: /, not self node]
19695:
19696: * src/classes/xnode.C: xnode.select returns array always now, in
19697: case 'nothing found' returns empty array
19698:
19699: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19700: be more tender with ctrl/c/v
19701:
19702: 2002-01-23 paf
19703:
19704: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19705: substituted. // 2. when dom tree with entites goes under
19706: transform text nodes // got [erroreosly] cut on first
19707: entity occurance
19708:
19709: * src/types/pa_vdouble.h: double prec. todo: get rid of
19710: twice-converting
19711:
19712: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19713: 'e' in output this is for regretful twice-converting here:
19714: $a(double value) when they write double falue they convert it to
19715: string first, thus %g were losing precesion.
19716:
19717: todo: think up some way to remove double->string string->double
19718: twice-converting
19719:
19720: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19721: %.20E now default float format this is for regretful
19722: twice-converting here: $a(double value) when they write double
19723: falue they convert it to string first, thus %g were losing
19724: precesion.
19725:
19726: todo: think up some way to remove double->string string->double
19727: twice-converting
19728:
19729: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19730: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19731: reasons in comment inside
19732:
19733: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19734: statically linked]
19735:
19736: * src/: include/pa_exception.h, main/compile.tab.C,
19737: main/pa_exception.C: removed exception va_list constructor. 1.
19738: not needed anymore 2. there were a conflict[causing errors]
19739: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19740: never detected an ambiguilty here, compiling ctor(, "hello") into
19741: ctor(, va_list) which, of course, caused gpf
19742:
19743: * src/main/pa_globals.C: removed debug xslt messages
19744:
19745: 2002-01-22 paf
19746:
19747: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19748: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19749: helps compiling stylesheet properly. example: this refused to
19750: work, <b>«<xsl:value-of select="@title"
19751: />»</b> stranly worked only this way:
19752: <b>«<xsl:value-of select="@title" />»</b>
19753:
19754: docs says "set it to 1", never going into details, so I decided
19755: to try NOT to do that
19756:
19757: * src/classes/table.C: join behaived badly in case named tables
19758: structure mismatched: 0 strings sneaked into dest failing
19759: afterwards. replaced them with empty strings
19760:
19761: 2002-01-21 paf
19762:
19763: * src/main/pa_charset.C: checked empty transcoders in
19764: transcode_cstr|buf
19765:
19766: * src/classes/xdoc.C: xdoc::load error source = filespec
19767:
19768: * src/classes/xdoc.C: transform error source now
19769: stylesheet_filespec
19770:
1.116 moko 19771: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19772: include/pa_stylesheet_connection.h, main/pa_charset.C,
19773: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19774: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19775: gnome
1.95 moko 19776:
19777: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19778: include/pa_globals.h, include/pa_stylesheet_connection.h,
19779: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19780: xslt generic error 1
19781:
19782: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19783: xml generic message 1
19784:
19785: * src/classes/table.C: ^table::load empty lines or #comments before
19786: headline
19787:
19788: * src/: include/pa_array.h, include/pa_globals.h,
19789: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19790: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19791: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19792: errors 0
19793:
19794: 2002-01-16 paf
19795:
19796: * src/: classes/hash.C, classes/op.C, classes/string.C,
19797: classes/table.C, classes/void.C, classes/xdoc.C,
19798: include/pa_db_connection.h, include/pa_request.h,
19799: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19800: include/pa_stylesheet_connection.h,
19801: include/pa_stylesheet_manager.h, main/pa_request.C,
19802: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19803: targets/cgi/pool_storage.h: auto closers to sql_connection,
19804: stylesheet_connection auto destroyers to remaining gnome objects
19805:
19806: * src/classes/xdoc.C: few comments
19807:
19808: 2002-01-15 paf
19809:
19810: * src/classes/xdoc.C: xdoc file save string
19811:
19812: ready. todo: error handling
19813:
19814: * src/classes/xdoc.C: xdoc save rewritten using
19815: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19816: result
19817:
19818: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19819: started output options parsing
19820:
19821: 2002-01-14 paf
19822:
19823: * src/classes/xdoc.C: method
19824:
19825: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19826: include/pa_pool.h, include/pa_stylesheet_connection.h,
19827: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19828: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19829: xslt transform0. TODO: use output options handle errors
19830:
19831: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19832:
19833: 2002-01-11 paf
19834:
19835: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19836: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19837: partial logical && || evaluation
19838:
19839: * src/classes/xnode.C: xpath selectNodes
19840:
19841: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19842: string/number/bool
19843:
19844: * src/classes/xnode.C: xpath selectNode 2
19845:
19846: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19847: xpath selectNode 1
19848:
19849: 2002-01-10 paf
19850:
19851: * src/classes/xnode.C: xpath selectNode -100 [just written]
19852:
19853: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19854: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19855: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19856: refcounter]
19857:
19858: 2001-12-29 paf
19859:
19860: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19861: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19862: glib works 0
19863:
19864: 2001-12-28 paf
19865:
19866: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19867: main/pa_exception.C: started glib transcoders
19868:
19869: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19870:
19871: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19872: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19873: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19874: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19875: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19876: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19877: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19878: libs just compiled in. no refcounting no xpath no xslt yet
19879:
19880: 2001-12-27 paf
19881:
19882: * src/: include/pa_charset.h, include/pa_common.h,
19883: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19884: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19885: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19886: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19887: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19888: from xalan&xerces, started the process. globals [initialization
19889: pool [charset update charset [transcodings vxnode vxdoc [DOM
19890: calls
19891:
19892: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19893: anymore
19894:
19895: 2001-12-26 paf
19896:
19897: * src/: include/pa_charset.h, include/pa_charsets.h,
19898: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19899: key globalized [bug]
19900:
19901: 2001-12-25 paf
19902:
19903: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19904: main/pa_string.C: table set & append changed splitting languages,
19905: separators now can be clean AND as-is same to mail command line
19906: $MAIN:MAIL.progX arguments
19907:
19908: 2001-12-24 paf
19909:
19910: * src/classes/mail.C: one parted text messages - no multipart
19911: mime-type anymore. for convinient if $.attach-ments
19912:
19913: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19914: main/pa_string.C: read from cache size check updated
19915:
19916: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19917:
19918: 2001-12-21 paf
19919:
19920: * src/classes/date.C: date:sql-string now returns localtime
19921:
19922: * src/main/pa_request.C: $result in @main actually not working, to
19923: hell with it for now
19924:
19925: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19926: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19927: @postprocess @exception
19928:
19929: * src/main/execute.C: junction evaluation canceled - endless
19930: recursion detected
19931:
19932: 2001-12-19 paf
19933:
19934: * src/main/pa_charset.C: charset->charset transcoding via unicode
19935: intermediate
19936:
19937: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19938:
19939: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19940:
19941: * src/classes/op.C: ^cache keypath now relative
19942:
19943: * src/classes/mail.C: changed weighting prior to sort
19944:
19945: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19946: were missing
19947:
19948: 2001-12-17 paf
19949:
19950: * src/main/pa_charset.C: ifndef XML were bad type
19951:
19952: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19953: outdated unset services_pool
19954:
19955: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19956: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19957: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19958:
19959: * src/main/untaint.C: allowed space in filespec
19960:
19961: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19962:
19963: * src/classes/image.C: no govno
19964:
19965: * src/classes/image.C: govno
19966:
19967: 2001-12-16 paf
19968:
19969: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19970:
19971: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19972: charset_connection&manager replaced by charset&charsets
19973:
19974: * src/main/pa_charset.C: name_cstr 0
19975:
19976: * src/main/untaint.C: uri lang now knows about client/source
19977: charsets
19978:
19979: * src/: classes/file.C, classes/math.C, classes/op.C,
19980: classes/string.C, classes/table.C, classes/xdoc.C,
19981: include/pa_array.h, include/pa_cache_managers.h,
19982: include/pa_charset_connection.h, include/pa_charset_manager.h,
19983: include/pa_common.h, include/pa_db_connection.h,
19984: include/pa_db_manager.h, include/pa_db_table.h,
19985: include/pa_dictionary.h, include/pa_exception.h,
19986: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19987: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19988: include/pa_sapi.h, include/pa_socks.h,
19989: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19990: include/pa_string.h, include/pa_stylesheet_connection.h,
19991: include/pa_stylesheet_manager.h, include/pa_table.h,
19992: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19993: main/pa_charset.C, main/pa_charset_connection.C,
19994: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19995: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19996: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19997: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19998: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19999: types/types.dsp: introducing Charset
20000:
20001: 2001-12-14 paf
20002:
20003: * src/: include/pa_request.h, include/pa_transcoder.h,
20004: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20005: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20006: uri lang
20007:
20008: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20009:
20010: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20011:
20012: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20013: defalts_name global
20014:
20015: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20016: include/pa_request.h, main/main.dsp,
20017: main/pa_charset_connection.C, main/pa_charset_manager.C,
20018: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20019: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20020: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20021: changed charset model. now important: $request:charset
20022: $response:charset while $response:content-type.charset become
20023: unimportant [informational]
20024:
20025: 2001-12-13 paf
20026:
20027: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20028:
20029: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20030: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20031: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20032: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20033: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20034: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20035:
20036: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20037: auto_ptr part other way, because of stupid gcc 2.96
20038: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20039: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20040: FormatterListener] /usr/include/g++-3/memory:48:
20041: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20042: _Tp1 = FormatterListener, _Tp = FormatterListener]
20043:
20044: * src/classes/xdoc.C: removed extra inc
20045:
20046: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20047:
20048: * src/include/pa_types.h: msvc head debugging flag
20049:
20050: * src/classes/xdoc.C: freed up listener
20051:
20052: * src/classes/string.C: change msg '... code is not code'
20053:
20054: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20055: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20056: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20057: [past/future prob]
20058:
20059: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20060: include/pa_config_fixed.h, include/pa_db_manager.h,
20061: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20062: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20063:
20064: * src/: include/pa_config_fixed.h, main/pa_common.C,
20065: main/pa_string.C: removed signed mismatch warnings
20066:
20067: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20068: 'expires' from header outputs
20069:
20070: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20071: row ptr
20072:
20073: * src/classes/file.C: file::cgi bug, request_method were passed to
20074: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20075:
20076: * src/classes/xdoc.C: lang list updated
20077:
20078: 2001-12-10 paf
20079:
20080: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20081:
20082: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20083: erase files like that, knowing their full name introducing //
20084: theoretical problem with, for instance, "_2B" and "." fragments,
20085: // they would yield the same // because
20086: need_file_encode('_')=false // but we need to delete such files
20087: somehow, getting names from ^index
20088:
20089: * src/main/pa_string.C: ^string.replace bug fixed [bad
20090: string::join_chank break]
20091:
20092: 2001-12-07 paf
20093:
20094: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20095: include/pa_common.h, include/pa_config_auto.h.in,
20096: include/pa_config_fixed.h, include/pa_config_includes.h,
20097: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20098: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20099: types/pa_vhashfile.C: merged from r14_simple_cache
20100:
20101: * src/main/pa_string.C: stupid sparc architecture failed to access
20102: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20103: lduh [ %i2 + 1 ], %l0
20104:
20105: bus error, fixed that
20106:
20107: * src/main/pa_string.C: strange string deserialize bug on
20108: client[pmts], a bit shortened,
20109:
20110: * src/include/pa_config_auto.h.in: makes
20111:
20112: * src/: include/pa_common.h, include/pa_config_fixed.h,
20113: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20114: file write shared lock file read
20115:
20116: * src/: classes/op.C, include/pa_common.h,
20117: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20118:
20119: 2001-12-06 paf
20120:
20121: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20122: main/pa_request.C: #ifdef RESOURCES_DEBUG
20123:
20124: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20125: info
20126:
20127: * src/classes/hashfile.C: removed transaction from ^cache
20128:
20129: 2001-12-05 paf
20130:
20131: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20132: IIS5 there were a prob with illegal call check
20133:
20134: 2001-12-04 paf
20135:
20136: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20137: main/pa_request.C: measures to log
20138:
20139: 2001-11-23 paf
20140:
20141: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20142: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20143: types/pa_vhashfile.C: merged from _0014, 1
20144:
20145: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20146: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20147: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20148: ^cache(33) would change
20149:
20150: 0660 bits in file_write & hashfile create
20151:
20152: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20153: after pa_string optimization]
20154:
20155: 2001-11-22 paf
20156:
20157: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20158: table.offset[whence]
20159:
20160: * src/classes/op.C: process cstr(,connection)
20161:
20162: * src/classes/op.C: process now gets its body on current language,
20163: not as-is
20164:
20165: * src/main/untaint.C: ORIGINS mode removed UHTML
20166:
20167: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20168: bit
20169:
1.116 moko 20170: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20171:
20172: 2001-11-21 paf
20173:
20174: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20175: <xsl:output output options made identical to xsl:output
20176: attributes exclusion: cdata-section-elements what xalan can do
20177: but that not used now: it can escape and remove CDATA sections
20178:
20179: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20180: produced by xslt
20181:
20182: * src/targets/cgi/parser3.C: removed debug cgi||1
20183:
20184: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20185:
20186: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20187: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20188: default language for {code}, it happen to change it's language
20189: from CLEAN, so later refused to split by CLEAN \t
20190:
20191: 2001-11-20 paf
20192:
1.116 moko 20193: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20194: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20195: bottom of dependeces, so that errors would popup quicklier, fixed
20196: line numbering in table::sql
20197:
20198: 2001-11-19 paf
20199:
20200: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20201: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20202: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20203: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20204: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20205: at wcontext.write
20206:
1.116 moko 20207: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20208: _set_new_handler
20209:
1.116 moko 20210: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20211: set_new_handler in apache&isapi
1.95 moko 20212:
20213: 2001-11-16 paf
20214:
20215: * src/targets/cgi/parser3.C: pool debug @ die
20216:
20217: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20218: removed 8 bytes from String, 2 bytes from
20219: string::chunk::row::item
20220:
20221: * src/main/pa_string.C: removed 1+4 bytes from String
20222:
20223: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20224: types/pa_vstring.C: removed 1+4 bytes from String
20225:
20226: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20227: 0
20228:
20229: * src/: include/pa_globals.h, include/pa_string.h,
20230: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20231: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20232: targets/cgi/parser3.C: introducing estimating
20233: String::cstr_bufsize, 0
20234:
20235: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20236:
20237: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20238:
20239: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20240: include/pa_pool.h: die in pool::fail
20241:
20242: 2001-11-15 paf
20243:
20244: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20245: main/pa_exception.C, targets/cgi/parser3.C: exception with
20246: dynamic buffer re-back now with counter
20247:
20248: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20249: static buffer back
20250:
20251: * src/targets/cgi/parser3.C: std::
20252:
20253: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20254: include/pa_config_includes.h: setnewhandler check
20255:
1.116 moko 20256: * src/include/pa_config_auto.h.in: makes
1.95 moko 20257:
20258: * src/targets/cgi/parser3.C: set_new_handler started
20259:
20260: 2001-11-14 paf
20261:
20262: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20263: was wrong
20264:
20265: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20266: was wrong
20267:
20268: * src/main/pa_request.C: z
20269:
20270: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20271: full returns win32 -1 solaris >buffer_size
20272:
20273: checked all that
20274:
20275: * src/classes/op.C: ^untaint{body} as-is default now
20276:
20277: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20278: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20279: with no_bad_constructors_try
20280:
20281: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20282: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20283: this: $bred[^string::length[]] $bred[^response::clear[]]
20284: $bred[^int::int[]]
20285:
20286: now VObject creation moved into overriden
20287: VClass::create_new_value, thus 0 from create_new_value means that
20288: class has no ctors
20289:
20290: 2001-11-13 paf
20291:
20292: * src/classes/classes.C: returned accedently removed if in foreach
20293: callbacks [when hash no-0-restructure]
20294:
20295: 2001-11-12 paf
20296:
20297: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20298: passed as-is to method, xalan makes & into & itself
20299:
20300: * src/classes/date.C: date.roll parser2 alg used
20301:
20302: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20303: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20304: main/pa_dictionary.C, main/pa_hash.C,
20305: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20306: now does not containt 0 values. put 0 actullay removes. no check
20307: on 0 value in foreach now required
20308:
20309: 2001-11-11 paf
20310:
20311: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20312:
20313: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20314:
20315: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20316: driver initialize not const
20317:
20318: 2001-11-10 paf
20319:
20320: * src/main/pa_exec.C: doc
20321:
20322: 2001-11-09 paf
20323:
20324: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20325: param properly
20326:
20327: * src/classes/string.C: string.save now does untainting before
20328: saving
20329:
20330: * src/main/pa_common.C: line endings fixing fixed last piece[was
20331: still cstr oriented]
20332:
20333: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20334: line endings fixing got rid of cstr, now must work ok with post
20335: multipart
20336:
20337: * src/types/pa_vform.C: line endings fixed at post / multipart /
20338: not file also now
20339:
20340: 2001-11-08 paf
20341:
20342: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20343: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20344: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20345: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20346: main/pa_stylesheet_manager.C: restructured Cache manager to be
20347: simple parent, not second parent [gcc 2.96 strangly refused to
20348: call virtual from second parent]
20349:
1.116 moko 20350: * src/: include/pa_common.h, main/Makefile.am,
20351: targets/cgi/pa_pool.C: makes
1.95 moko 20352:
20353: * src/: include/pa_request.h, main/pa_request.C,
20354: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20355: 'status' class enabler
20356:
20357: <Location /parser-status.html> ParserStatusAllowed </Location>
20358:
20359: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20360: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20361: include/pa_stylesheet_manager.h, main/main.dsp,
20362: main/pa_cache_managers.C, main/pa_charset_manager.C,
20363: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20364: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20365: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20366: todo: apache 'status' class enabler
20367:
20368: 2001-11-05 paf
20369:
20370: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20371: debug to normal
20372:
20373: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20374: hence i removed skipping 0 values in hash::for_each-es we need to
20375: check cleaned cache items manually. few more checks.
20376:
20377: expiring to 0 time was wrong, changed to 'now' time
20378:
20379: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20380: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20381: on apache already done :)
20382:
20383: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20384: skipping 0 values in hash::for_each-es we need to check cleaned
20385: cache items manually
20386:
20387: * src/main/: pa_db_connection.C, pa_db_table.C:
20388: parser_multithreaded check was wrong
20389:
20390: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20391: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20392: classes/hashfile.C, classes/image.C, classes/int.C,
20393: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20394: classes/string.C, classes/table.C, classes/void.C,
20395: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20396: include/pa_array.h, include/pa_charset_connection.h,
20397: include/pa_charset_manager.h, include/pa_common.h,
20398: include/pa_config_fixed.h, include/pa_config_includes.h,
20399: include/pa_db_connection.h, include/pa_db_manager.h,
20400: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20401: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20402: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20403: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20404: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20405: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20406: include/pa_stack.h, include/pa_string.h,
20407: include/pa_stylesheet_connection.h,
20408: include/pa_stylesheet_manager.h, include/pa_table.h,
20409: include/pa_threads.h, include/pa_types.h, main/compile.C,
20410: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20411: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20412: main/pa_charset_manager.C, main/pa_common.C,
20413: main/pa_db_connection.C, main/pa_db_manager.C,
20414: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20415: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20416: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20417: main/pa_socks.C, main/pa_sql_driver_manager.C,
20418: main/pa_status_provider.C, main/pa_string.C,
20419: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20420: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20421: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20422: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20423: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20424: targets/isapi/pool_storage.h, types/pa_valiased.C,
20425: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20426: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20427: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20428: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20429: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20430: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20431: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20432: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20433: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20434: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20435: types/pa_vstateless_object.h, types/pa_vstatus.h,
20436: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20437: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20438: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20439: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20440: $status:db fixed used not initialized in db_connection & db_table
20441:
20442: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20443: $status:charset
20444:
20445: * src/: classes/xdoc.C, include/pa_db_connection.h,
20446: include/pa_stylesheet_connection.h,
20447: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20448: types/pa_vstatus.h: $status:stylesheet
20449:
20450: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20451: include/pa_request.h, include/pa_sql_connection.h,
20452: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20453: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20454: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20455: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20456: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20457: types/pa_vxnode.C, types/types.dsp: started status parser class
20458:
20459: 2001-11-01 paf
20460:
20461: * src/include/pa_config_auto.h.in: makes
20462:
20463: * src/main/pa_hash.C: removed old extra include
20464:
20465: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20466: checks [for hp, there are such in math.h]
20467:
20468: * src/classes/op.C: ^for endless loop check strightened
20469:
20470: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20471: behavior in native calls. it left unchanged, so ^for ^foreach &
20472: co can use r.root to write their i & key,value there
20473:
20474: * src/classes/op.C: detected for var storage bug, fixed.
20475: todo:foreach
20476:
20477: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20478: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20479: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20480: changing of hash inside of foreach
20481:
20482: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20483: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20484: were hash.foreach
20485:
20486: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20487: types/pa_vstring.C, types/pa_vstring.h:
20488: ^foreach[key|value]{body}[[separator]|{separator}]
20489:
20490: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20491: types/pa_vcookie.C: ^hash.delete[key]
20492:
20493: 2001-10-31 paf
20494:
20495: * src/main/: compile.C, pa_common.C: completely empty file now
20496: considered "read", not ignored [not perfect trick used]
20497:
20498: * src/main/pa_common.C: simplier common ifdefs
20499:
20500: * src/main/pa_common.C: typing bug in common - bad ifdeff
20501:
20502: * src/main/pa_db_connection.C: z
20503:
20504: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20505: lockdetector flags
20506: dbenv.lk_detect=DB_LOCK_RANDOM;
20507:
20508: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20509: from accidental show [imagine user forgot @exception]
20510:
20511: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20512:
20513: * src/: classes/file.C, classes/image.C, classes/mail.C,
20514: classes/string.C, classes/xnode.C, include/pa_common.h,
20515: main/pa_common.C: ^string.save[[append;]path]
20516:
20517: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20518: main/execute.C: \ in expression: int divide 10/3=3
20519:
20520: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20521: inside of ^cache
20522:
20523: * src/: include/pa_threads.h, main/pa_db_connection.C,
20524: main/pa_db_table.C, targets/cgi/pa_threads.C,
20525: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20526: needed
20527:
20528: 2001-10-30 paf
20529:
20530: * src/: classes/classes.dsp, main/main.dsp,
20531: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20532: types/types.dsp: enabled debug incremental compile
20533:
20534: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20535: form post data line endings not reformatted now.
20536:
20537: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20538: now required [had bug when file= has no value]
20539:
20540: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20541: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20542: cstr(asis) default param removed
20543:
20544: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20545:
20546: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20547:
20548: * src/include/pa_dir.h: LOAD_DIR fixed
20549:
20550: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20551: was broken} fix_line_breaks
20552:
20553: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20554: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20555: packed with #pragma pack
20556:
1.116 moko 20557: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20558:
20559: 2001-10-29 paf
20560:
20561: * src/types/pa_wcontext.h: bitfield syntax stricter
20562:
20563: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20564: string hash.puts
20565:
20566: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20567:
20568: * src/include/pa_sql_connection.h: there were one wrong
20569: SQL_CONNECTION_FUNC_GUARDED [failed]
20570:
20571: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20572: param.someday either ifdef or remove it
20573:
20574: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20575:
20576: * src/main/untaint.C: optimizing returned after debugging
20577:
20578: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20579: main/untaint.C: memory hunging #pragma pack(1)
20580:
20581: 16 419 844 13 169 394
20582:
20583: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20584: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20585: places [todo:Array]
20586:
20587: * src/: main/execute.C, targets/cgi/pa_pool.C,
20588: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20589: types/pa_wwrapper.h: debugging memory WContext flags to bits
20590:
20591: total 5 652 652/158731 total 5 469 332/158731
20592:
20593: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20594: Array:: without cache in get/put now
20595:
20596: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20597: 18:25:27 2001] total 5 652 652/158731
20598:
20599: * src/: include/pa_string.h, main/pa_string.C,
20600: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20601: now
20602:
20603: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20604: 18:11:53 2001] total 5796092/158731
20605:
20606: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20607: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20608: key ref now
20609:
20610: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20611: 17:11:17 2001] total 16867948/202658
20612:
20613: * src/: classes/file.C, classes/image.C, classes/string.C,
20614: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20615: main/execute.C, main/pa_array.C, main/pa_common.C,
20616: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20617: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20618: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20619: string::as_int/double now usually uses stack, not heap [200K out
20620: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20621:
20622: * src/main/pa_sql_driver_manager.C: ping to have services [old
20623: hiding bug]
20624:
20625: * src/Makefile.am: .am order
20626:
20627: * src/: include/pa_array.h, include/pa_charset_manager.h,
20628: include/pa_db_connection.h, include/pa_db_manager.h,
20629: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20630: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20631: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20632: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20633: required "friend class"
20634:
20635: ../include/pa_request.h:51: friend declaration requires
20636: class-key, i.e. `friend class Temp_lang'
20637:
20638: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20639: main/pa_exception.C, main/pa_sql_driver_manager.C,
20640: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20641:
20642: the idea is to #1 jump to C++ some function to main body, where
20643: every function stack frame has exception unwind information and
20644: from there... #2 propagate_exception()
20645:
20646: 2001-10-28 paf
20647:
20648: * src/main/pa_db_connection.C: removed old consts
20649:
20650: * src/main/pa_db_connection.C: expire table [was accidently pasted
20651: with wrong type/cast]
20652:
20653: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20654: translation
20655:
1.116 moko 20656: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20657: remember to build DB2 with -fexceptions!!!
20658:
20659: * src/main/pa_db_table.C: DB_RMW defed
20660:
20661: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20662: include/pa_db_connection.h, include/pa_db_manager.h,
20663: include/pa_db_table.h, main/pa_db_connection.C,
20664: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20665:
20666: 2001-10-27 paf
20667:
20668: * src/: classes/hashfile.C, include/pa_db_connection.h,
20669: include/pa_db_table.h, main/pa_db_connection.C,
20670: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20671: types/pa_vhashfile.C: DB2 ifdefs
20672:
1.116 moko 20673: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20674: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20675: makes with DB2
20676:
1.116 moko 20677: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20678: types/Makefile.am: makes db
1.95 moko 20679:
20680: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20681: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20682: globals.C
20683:
20684: * src/: classes/hashfile.C, include/pa_db_connection.h,
20685: include/pa_db_table.h, main/pa_db_connection.C,
20686: main/pa_db_table.C: ^hashfile.clear[]
20687:
20688: * src/classes/classes.awk: no $ in var names
20689:
20690: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20691: connection&table [forgotten calls]
20692:
20693: 2001-10-26 paf
20694:
20695: * src/main/pa_db_connection.C: db checkpoints
20696:
20697: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20698: checkpoints
20699:
20700: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20701: default. but entities still reparsed. todo: tothink
20702:
20703: * src/main/pa_db_connection.C: db recover mech 2
20704:
20705: * src/: classes/hashfile.C, include/pa_db_connection.h,
20706: include/pa_db_manager.h, include/pa_db_table.h,
20707: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20708: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20709: types/pa_vhashfile.h: db connections & tables now cached at
20710: create time & multithreaded
20711:
20712: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20713: parsed_source
20714:
20715: * src/main/pa_db_connection.C: about to remove connection from
20716: vhashfile
20717:
20718: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20719: transaction commit/rollback responsibility left to parent [as it
20720: sould - else there were a bug with double free]
20721:
20722: * src/include/pa_db_table.h: db: child transaction commit/rollback
20723: responsibility left to parent [as it sould - else there were a
20724: bug with double free]
20725:
20726: 2001-10-25 paf
20727:
20728: * src/: classes/hashfile.C, include/pa_common.h,
20729: include/pa_db_connection.h, include/pa_db_manager.h,
20730: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20731: types/pa_vhashfile.C, types/pa_vhashfile.h,
20732: include/pa_db_table.h, main/pa_db_table.C: started db_home
20733: [multiple, cached] todo: autorecover [tried, but not succeded,
20734: yet]
20735:
20736: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20737:
20738: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20739: transaction parent passed
20740:
20741: 2001-10-24 parser
20742:
1.116 moko 20743: * src/classes/Makefile.am: makes
1.95 moko 20744:
20745: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20746: isapi/pool_storage.h: pool_storage fixed
20747:
20748: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20749: types/pa_vform.h: form fix_line_breaks
20750:
1.116 moko 20751: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20752:
20753: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20754: targets/cgi/pool_storage.h: makes
20755:
20756: * src/sql/pa_sql_driver.h: version
20757:
20758: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20759: types/pa_vform.C, types/pa_vform.h: .am
20760:
20761: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20762: this: DB_RMW Acquire write locks instead of read locks when doing
20763: the retrieval. Setting this flag may decrease the likelihood of
20764: deadlock during a read-modify-write cycle by immediately
20765: acquiring the write lock during the read part of the cycle so
20766: that another thread of control acquiring a read lock for the same
20767: item, in its own read-modify-write cycle, will not result in
20768: deadlock
20769:
20770: * src/targets/isapi/parser3isapi.dsp: doc
20771:
20772: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20773:
20774: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20775:
20776: * src/: classes/hashfile.C, include/pa_db_connection.h,
20777: main/pa_db_connection.C: hashfile expired deleted from db when
20778: get & iterate
20779:
20780: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20781: expiring 1
20782:
20783: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20784:
20785: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20786: db_connection not bothers with key when not returning expired
20787: data
20788:
20789: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20790: types/pa_vhashfile.C: db_cursor constructor public now
20791:
20792: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20793: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20794: stamped, todo: put_element analize
20795:
20796: * src/: include/pa_db_connection.h, include/pa_string.h,
20797: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20798: serialize. todo stamp
20799:
20800: 2001-10-23 parser
20801:
20802: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20803: classes/image.C, classes/mail.C, classes/response.C,
20804: classes/string.C, classes/table.C, classes/xdoc.C,
20805: include/pa_config_fixed.h, include/pa_db_connection.h,
20806: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20807: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20808: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20809: types/pa_vtable.C: ^hashfile.hash[]
20810:
20811: * src/: classes/hashfile.C, classes/xdoc.C,
20812: include/pa_config_fixed.h, main/pa_db_manager.C,
20813: main/pa_globals.C: ifdefs so it compiled without db
20814:
20815: * src/: classes/hashfile.C, include/pa_db_connection.h,
20816: include/pa_db_manager.h, main/pa_db_connection.C,
20817: main/pa_db_manager.C, types/pa_vhashfile.h:
20818: ^hashfile.transaction{code} ^hashfile:clear[filename]
20819: ^hashfile.delete[key]
20820:
20821: 2001-10-22 parser
20822:
20823: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20824: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20825:
20826: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20827: classes/xnode.C, include/pa_charset_connection.h,
20828: include/pa_db_connection.h, include/pa_db_manager.h,
20829: include/pa_exception.h, include/pa_sapi.h,
20830: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20831: include/pa_stylesheet_connection.h,
20832: include/pa_stylesheet_manager.h,
20833: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20834: main/pa_db_connection.C, main/pa_db_manager.C,
20835: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20836: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20837: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20838: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20839: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20840: types/types.dsp: hashfile 0
20841:
20842: * src/types/pa_vhashfile.C: z
20843:
20844: * src/: classes/classes.dsp, classes/hashfile.C,
20845: include/pa_config_fixed.h, main/execute.C,
20846: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20847: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20848:
20849: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20850:
20851: * src/: include/pa_exception.h, include/pa_request.h,
20852: main/execute.C, main/pa_exception.C, main/pa_request.C,
20853: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20854: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20855:
20856: 2001-10-19 parser
20857:
20858: * src/include/pa_pool.h: header
20859:
20860: * src/main/pa_pool.C: auto compiled on gcc
20861:
20862: * src/classes/image.C: comment
20863:
1.116 moko 20864: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20865:
20866: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20867: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20868: types/pa_vxnode.h: xnode clone got freed
20869:
20870: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20871: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20872: can free up xalandomstring resulting from pool::transcode
20873:
20874: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20875: include/pa_config_fixed.h, include/pa_exception.h,
20876: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20877: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20878: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20879: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20880: from non-xml compile
20881:
20882: * src/main/pa_request.C: pool:: context - get_context
20883:
20884: * src/: classes/classes.h, classes/date.C, classes/double.C,
20885: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20886: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20887: classes/string.C, classes/table.C, classes/void.C,
20888: include/pa_config_fixed.h, include/pa_exception.h,
20889: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20890: main/compile.C, main/compile_tools.C, main/execute.C,
20891: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20892: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20893: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20894: main/pa_string.C, main/pa_table.C, main/untaint.C,
20895: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20896: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20897: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20898: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20899: types/pa_vstateless_class.h, types/pa_vtable.C,
20900: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20901: exceptions 0
20902:
20903: * src/classes/classes.awk: $ removed
20904:
20905: 2001-10-18 parser
20906:
20907: * src/types/pa_vcookie.C: cookie:CLASS
20908:
20909: * src/main/main.dsp: project
20910:
20911: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20912: set_document & ctor question "who owns document" solved
20913:
20914: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20915:
20916: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20917: main/pa_pool.C: encoding in dom creating funcs
20918:
20919: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20920: be transformed now
20921:
20922: * src/classes/xdoc.C: dom created by create can be transformed now
20923:
20924: * src/classes/xdoc.C: z
20925:
20926: * src/classes/xdoc.C: comment
20927:
20928: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20929: create now uses XercesDocumentBridge, appendChild&co now works
20930:
20931: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20932: @ recompile
20933:
20934: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20935: $origin @exception[
20936:
20937: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20938: tag names forced to XML lang
20939:
20940: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20941: leechy-found bugs in code&doc fixed
20942:
20943: 2001-10-17 parser
20944:
20945: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20946: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20947: n functionality preserved
20948:
20949: * src/types/pa_vimage.h: removed unused vimage::save
20950:
20951: 2001-10-16 parser
20952:
20953: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20954:
20955: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20956:
20957: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20958:
20959: * src/classes/image.C: image.copy tolerance
20960:
20961: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20962: ineffective, but works for small paleted image
20963:
20964: * src/types/pa_vimage.C: comment
20965:
20966: * src/classes/image.C: gd size/resize bugfix
20967:
20968: * src/: classes/classes.dsp, main/main.dsp,
20969: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20970: types/types.dsp: ident >nul 2>&1
20971:
20972: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20973: systems
20974:
20975: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20976: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20977:
20978: 2001-10-15 parser
20979:
20980: * src/main/execute.C: z
20981:
20982: * src/classes/: xdoc.C: !::create{qualifiedName}
20983:
20984: * src/types/pa_vxnode.C: document_type_node.
20985: !readonly attribute DOMString name
20986: !notation_node.
20987: !readonly attribute DOMString publicId
20988: !readonly attribute DOMString systemId
20989:
1.116 moko 20990: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20991: ::write badly passed string too transparently [failed to
20992: intercept it]
1.95 moko 20993:
20994: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20995: include/pa_request.h, main/pa_sql_driver_manager.C,
20996: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20997: types/pa_vxnode.h: DOM1 major addtion, only few
20998: attributes/methods left
20999:
21000: 2001-10-13 parser
21001:
21002: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21003: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21004: in main handler
21005:
21006: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21007: cleanups & frees order
21008:
21009: * src/types/pa_vcode_frame.h: couple comments
21010:
21011: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21012: transparent enough to handle hash if creation&passing
21013:
21014: * src/: include/pa_config_fixed.h, main/execute.C,
21015: main/pa_exception.C: noticed that vcodeframe not transparent
21016: enough, would change now
21017:
21018: 2001-10-12 parser
21019:
21020: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21021: fixed. initialization&free on each thread!
21022:
21023: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21024: handling changed: now type of default param analized always, not
21025: only at problem time, thus helping early problem spotting
21026:
21027: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21028: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21029: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21030: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21031: multithread bug fixed. initialization&free on each thread!
21032:
21033: 2001-10-11 parser
21034:
21035: * src/classes/xnode.C: xnode.selectSingle now
21036:
21037: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21038: include/pa_pool.h, include/pa_stylesheet_connection.h,
21039: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21040: convertors out of Pool into Exception
21041:
21042: * src/main/pa_string.C: const
21043:
21044: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21045: linked pieces of same language together prior to String::replace
21046:
21047: * src/classes/hash.C: !^hash.add[addme]
21048: !^hash.sub[subme]
21049: !^a.union[b] = new
21050: !^a.intersection[b] = new
21051: !^a.intersects[b] = bool
21052:
21053: * src/classes/hash.C: !^hash::append[append_from]
21054:
21055: * src/: classes/hash.C, types/pa_vhash.h:
21056: !^hash::create[[copy_from]]
21057:
21058: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21059: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21060: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21061: fixed. got rid of empty_string, which caused errors - it hasnt
21062: exception but somebody[value.bark] tried to throw it on it's pool
21063:
1.116 moko 21064: * src/include/pa_config_auto.h.in: makes
1.95 moko 21065:
21066: 2001-10-10 parser
21067:
21068: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21069:
21070: * src/main/: compile.tab.C, compile.y: ^a[
21071:
21072: @next_method << now unclosed ] would be reported here
21073:
21074: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21075: compile error
21076:
21077: 2001-10-09 parser
21078:
1.116 moko 21079: * src/: classes/Makefile.am, main/Makefile.am,
21080: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21081:
21082: * src/classes/Makefile.am: makes
21083:
21084: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21085: win32 errors intercepted [xalan transformer patched and
21086: incorporated]
21087:
21088: * src/: classes/classes.dsp, classes/xdoc.C,
21089: include/pa_stylesheet_connection.h, main/main.dsp,
21090: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21091: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21092: patches starting
21093:
21094: * src/classes/: string.C, table.C: ^string.save[file]
21095:
21096: * src/classes/: date.C, table.C: calendar moved to date
21097:
21098: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21099: string/table] now
21100:
21101: * src/classes/: op.C, table.C: z
21102:
21103: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21104: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21105: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21106: be code [be string..]
21107:
21108: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21109: table.C: lots of
21110: params->as_int/double/as_string/as_junction/as_no_junction
21111: messages added
21112:
21113: 2001-10-08 parser
21114:
21115: * src/: classes/date.C, classes/image.C, classes/string.C,
21116: classes/table.C, classes/void.C, include/pa_request.h:
21117: params->as_int/double message added
21118:
21119: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21120:
21121: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21122: image:sector removed image:html internal "line-*" attribs
21123:
21124: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21125: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21126:
21127: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21128: way
21129:
21130: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21131: main/untaint.C: header untainting to UL_HTTP_HEADER,
21132: UL_MAIL_HEADER made nonforced [only tainted pieces]
21133:
21134: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21135: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21136: @ SAPI::log
21137:
21138: * src/main/untaint.C: \r to ' ' in origins mode
21139:
21140: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21141: set]
21142:
21143: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21144: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21145: nonstandard liaison freed up
21146:
21147: 2001-10-07 parser
21148:
21149: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21150: project
21151:
21152: 2001-10-05 parser
21153:
21154: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21155: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21156: from outputing to cerr. lots of "todos"
21157:
21158: * src/main/untaint.C: http_header tainting more gentle with
21159: enquoting now
21160:
21161: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21162: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21163: xml errorhandler. fixed string.replace a little, read @test
21164:
21165: * src/main/pa_string.C: found replace bug - first_that_starts(char
21166: *) does not have limit, and looks further eos, fixing....
21167:
21168: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21169:
21170: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21171:
21172: * src/main/: pa_charset_connection.C: ctype another mem clear
21173: bugfix
21174:
1.116 moko 21175: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21176: $result[^[$p^]z] now works fine
1.95 moko 21177:
21178: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21179: wrong. fixed it
21180:
21181: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21182: of totable appered to be vital
21183:
21184: 2001-10-04 parser
21185:
21186: * src/classes/image.C: ^image.length[text]
21187:
21188: 2001-10-03 parser
21189:
21190: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21191:
21192: * src/main/pa_request.C: restored pcre defaulting in request
21193: [mindlessly "optimized" yesterday] comment left
21194:
21195: 2001-10-02 parser
21196:
21197: * src/: main/pa_charset_manager.C,
21198: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21199: needed
21200:
21201: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21202: forgot non-xml pool.*charset needed
21203:
21204: * src/classes/table.C: # config comments fixed
21205:
21206: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21207: charset_connection #comment now
21208:
21209: * src/: classes/classes.dsp, types/types.dsp: release projects
21210: options fixed to use release msvcrt lib
21211:
21212: * src/main/pa_charset_connection.C: pcre tables now const inside
21213: removed default - pcre handles that internally fixed bug on
21214: not-cleaning tables [previously was calloced, now member]
21215:
21216: * src/: include/pa_request.h, main/pa_charset_connection.C,
21217: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21218: inside removed default - pcre handles that internally fixed bug
21219: on not-cleaning tables [previously was calloced, now member]
21220:
21221: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21222: tested charset reload on file change @ apache version = OK tested
21223: freeing up prev encoding on adding new = OK
21224:
21225: 2001-10-01 parser
21226:
21227: * src/main/pa_charset_connection.C: removed entitify external hack
21228: [internal installed]
21229:
1.116 moko 21230: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21231:
21232: * src/: include/pa_charset_connection.h,
21233: include/pa_charset_manager.h,
21234: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21235: main/pa_charset_connection.C, main/pa_charset_manager.C,
21236: main/pa_request.C: charset loading & caching mech 0
21237:
21238: * src/: include/pa_stylesheet_connection.h,
21239: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21240: main/pa_globals.C, main/pa_request.C: would make charset loading
21241: & caching mech now
21242:
21243: 2001-09-30 parser
21244:
21245: * src/main/pa_request.C: forgot to fill toTable
21246:
21247: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21248: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21249: failed on win32 for now..
21250:
21251: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21252: now charsets table configuration variable is: CHARSETS
21253:
21254: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21255: ctype with unicode 1. todo: no П entities on output somehow
21256:
21257: * src/: classes/file.C, classes/op.C, classes/string.C,
21258: include/pa_request.h, main/pa_request.C: started ctype with
21259: unicode values
21260:
21261: 2001-09-28 parser
21262:
21263: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21264: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21265: string passed AS-IS now
21266:
21267: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21268: way of user-configuring... todo: implement
21269:
21270: 2001-09-27 parser
21271:
21272: * src/classes/table.C: table.sort changed to sort table itself
21273:
21274: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21275: X^.getElementsByTagName[tagname] = array of xnode
21276: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21277: nodes removed - regretfully not supported @ xalan. maybe someday
21278: would reimplement, if needed.
21279:
21280: win32build system: solved long waiting anti-non-started-apache
21281: problem
21282:
21283: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21284: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21285: types/types.dsp: win32 ident make system so not to rebuild
21286: library [ident.C.new]
21287:
21288: 2001-09-26 parser
21289:
21290: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21291: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21292: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21293: types/pa_vxnode.C, types/types.dsp: z
21294:
21295: * src/classes/classes.C: forgot one non-xml check
21296:
1.116 moko 21297: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21298: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21299:
21300: * src/targets/cgi/parser3.C: z
21301:
21302: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21303: targets/isapi/parser3isapi.C: #ifdef SMTP
21304:
21305: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21306: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21307: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21308: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21309: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21310: types/types.dsp: xdoc&xnode now
21311:
21312: * src/: classes/classes.C, classes/classes.awk,
21313: classes/classes.dsp, classes/classes.h, classes/date.C,
21314: classes/dnode.C, classes/dnode.h, classes/dom.C,
21315: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21316: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21317: classes/op.C, classes/response.C, classes/string.C,
21318: classes/table.C, classes/void.C, include/pa_array.h,
21319: include/pa_common.h, include/pa_config_fixed.h,
21320: include/pa_config_includes.h, include/pa_dictionary.h,
21321: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21322: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21323: include/pa_socks.h, include/pa_sql_connection.h,
21324: include/pa_sql_driver_manager.h, include/pa_stack.h,
21325: include/pa_string.h, include/pa_stylesheet_connection.h,
21326: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21327: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21328: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21329: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21330: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21331: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21332: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21333: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21334: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21335: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21336: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21337: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21338: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21339: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21340: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21341: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21342: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21343: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21344: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21345: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21346: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21347: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21348: types/pa_vmethod_frame.h, types/pa_vobject.h,
21349: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21350: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21351: types/pa_vstateless_object.h, types/pa_vstring.C,
21352: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21353: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21354: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21355: main.dsp splitted to main+classes+types along to .am
21356:
21357: * src/classes/Makefile.am: removed useless var
21358:
21359: * src/: classes/classes.cmd, main/main.dsp,
21360: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21361: main.dsp
21362:
21363: 2001-09-25 parser
21364:
21365: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21366: 1251 though, todo ICU
21367:
1.116 moko 21368: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21369: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21370: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21371: types/pa_vdom.h: xml configure makes
1.95 moko 21372:
21373: 2001-09-24 parser
21374:
1.116 moko 21375: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21376: types/Makefile.am: makes
1.95 moko 21377:
1.116 moko 21378: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21379:
21380: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21381: started unix makes update
21382:
21383: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21384: started unix makes update
21385:
21386: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21387:
21388: * src/types/pa_value.h: z
21389:
21390: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21391: bugs with usinge hash/table in expressions
21392:
21393: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21394: resolved conflicts fixed [const]
21395:
21396: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21397: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21398: main/compile.C, main/compile.tab.C, main/compile.y,
21399: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21400: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21401: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21402: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21403: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21404: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21405: with before_xml [merge2 actually didn't happen - i've created
21406: tags on wrong branch. so this merge is in fact re-merge]
21407:
21408: 2001-09-21 parser
21409:
21410: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21411: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21412: produced "" in make file and sadly wrong interpreted on load]
21413:
1.116 moko 21414: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21415: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21416: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21417: include/pa_sql_driver_manager.h, include/pa_string.h,
21418: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21419: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21420: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21421:
21422: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21423: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21424: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21425: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21426: main/pa_pool.C, main/pa_request.C,
21427: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21428: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21429: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21430: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21431: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21432: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21433: types/pa_vrequest.C, types/pa_vresponse.h,
21434: types/pa_vstateless_class.C, types/pa_vstring.C,
21435: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21436: created new projects for sql drivers [planning to remove sql
21437: drivers from main cvs project] first, will join latest changes
21438:
21439: * src/classes/: dom.C: defaulted dom writing methods encoding to
21440: pool.get_charset
21441:
21442: * src/classes/dom.C: defaulted dom writing methods encoding to
21443: pool.get_charset
21444:
21445: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21446: pool.get_charset
21447:
21448: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21449: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21450: methods encoding to pool.get_charset
21451:
21452: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21453: transcoder were created right "unsupported encoding" message.
21454: not @ set time, but @ use time, so until xml output functions
21455: .string, .file, .save used - no encoding name check occur
21456:
21457: reduced transcode buffer size to 60 fixed pool cleanup - no
21458: registration needed, pools are officially destructured
21459:
21460: 2001-09-20 parser
21461:
21462: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21463:
21464: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21465: $MAIN:DEFAULTS.content-type[$.charset[here]]
21466:
21467: * src/: classes/dnode.C, classes/dom.C,
21468: include/pa_config_includes.h, include/pa_globals.h,
21469: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21470: main/pa_pool.C, targets/cgi/parser3.dsp,
21471: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21472: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21473: Pool::transcode 0
21474:
21475: * src/classes/dom.C: dom. string save file moved output xml options
21476: to last param and made it optional
21477:
21478: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21479: dnodes
21480: !$attributenode.specified = boolean
21481: true if the attribute received its value explicitly
21482: in the XML document,
21483: or if a value was assigned programatically with the
21484: setValue function.
21485: false if the attribute value came from the default value
21486: declared in the document's DTD.
21487: !$pinode.target = target of this processing instruction
21488: XML defines this as being the first token following the
21489: markup
21490: that begins the processing instruction.
21491: XPath:
21492: !^node.select[xpath/query/expression] = hash of 0->node0
21493: 1->node1
21494: !^node.select-single[xpath/query/expression] = first node if
21495: any
21496:
21497: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21498: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21499: some 'const's added
21500:
21501: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21502: expression context now, there value = size and boolean value
21503: size!=0
21504:
21505: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21506: can be used in expression context now, there value = size and
21507: boolean value size!=0
21508:
21509: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21510: types/pa_vstring.h: dnode .file .string .save moved back to dom
21511: due to strange xalan bug
21512:
21513: 2001-09-18 parser
21514:
21515: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21516: classes/image.C, classes/op.C, classes/table.C,
21517: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21518: include/pa_sql_driver_manager.h, main/compile.C,
21519: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21520: main/execute.C, main/pa_common.C, main/pa_request.C,
21521: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21522: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21523: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21524: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21525: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21526: before_xml branch ^if(def $hash) now true only when
21527: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21528:
21529: * src/: classes/op.C, main/execute.C: operators self changed to
21530: root ^for variable context changed to self
21531:
21532: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21533: dnode 1
21534:
21535: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21536: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21537:
21538: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21539: poly* fixed
21540:
21541: 2001-09-17 parser
21542:
21543: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21544: types/pa_vdom.h: started dnode+dom
21545:
21546: dnode DOM methods: $node.name $node.value
21547: ...others...
21548:
21549: ^node.xpath[/rates/USD] = hash
21550: $hash[
21551: $.0[node0]
21552: $.1[node1]
21553: ]
21554:
21555: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21556: applies to all linear primitives
21557:
21558: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21559: include/pa_stylesheet_connection.h, main/main.dsp,
21560: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21561: types/pa_vimage.h: started dnode DOM: $node.name
21562: $node.value ...others... ^node.xpath[/rates/USD] = hash
21563: dom(dnode)
21564:
21565: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21566: main/compile.y, main/compile_tools.h, main/execute.C,
21567: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21568: in expression compound($aa.zz.xx) names now can have minus '-' in
21569: name after '.'
21570:
21571: 2001-09-15 parser
21572:
21573: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21574: image: $line-width ^line(...)[**** style]
21575:
21576: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21577: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21578: pool_storage - cleanups first, allocations second. apache wisely
21579: does just like that
21580:
21581: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21582: rewritten using template, no bugs now
21583:
21584: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21585: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21586: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21587: poorly started isapi pool_storage, would rewrite using template
21588: now
21589:
21590: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21591: include/pa_stylesheet_connection.h, main/main.dsp,
21592: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21593: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21594: xalan objects freed up [introducing Pool::register_cleanup]
21595:
21596: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21597: comments
21598:
21599: 2001-09-14 parser
21600:
21601: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21602: z
21603:
21604: * src/: classes/dom.C, classes/file.C, classes/image.C,
21605: classes/mail.C, include/pa_common.h,
21606: include/pa_sql_driver_manager.h, include/pa_string.h,
21607: include/pa_stylesheet_connection.h,
21608: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21609: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21610: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21611: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21612: compiled&cached
21613:
21614: 2001-09-13 parser
21615:
21616: * src/: classes/dom.C, classes/file.C, classes/image.C,
21617: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21618:
21619: * src/classes/dom.C: dom:file content-type(.method)
21620:
21621: * src/: include/pa_common.h, include/pa_globals.h,
21622: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21623: string now more informative error messages
21624:
21625: * src/: include/pa_globals.h, include/pa_request.h,
21626: main/pa_request.C, targets/cgi/parser3.C,
21627: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21628: ParserSiteConfig .../parser3.conf
21629:
21630: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21631:
21632: 2001-09-12 parser
21633:
21634: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21635: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21636: precise error reporting: "connection string must start with
21637: protocol://" now
21638:
21639: * src/main/compile.tab.C: fixed - subname code parts actually []
21640: braced
21641:
21642: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21643: lexer on LS_USER level did [] matching without setting nestage,
21644: introduced special LS_NAME_SQUARE_PART state
21645:
21646: 2001-09-11 parser
21647:
21648: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21649: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21650: languages+=xml
21651:
21652: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21653:
21654: * src/classes/dom.C: ^dom:save/string/file[output options] output
21655: options: $.method[xml|html|text] detection fixed
21656:
21657: * src/types/pa_vdom.h: messages
21658:
21659: * src/classes/dom.C: ^dom:save/string/file[output options] output
21660: options: $.method[xml|html|text] detection fixed
21661:
21662: 2001-09-10 parser
21663:
21664: * src/classes/dom.C: ^dom:save/string/file[output options] output
21665: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21666:
21667: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21668: added]
21669:
21670: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21671: ^dom.xslt[stylesheet filename] 0
21672:
21673: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21674: ^dom.xslt[stylesheet filename] -1 doc is lying
21675:
21676: * src/classes/dom.C: ^dom.file[encoding] = file
21677:
21678: * src/classes/: dom.C: ^dom.string[encoding] 1
21679: ^dom.save[encoding;filename]
21680:
21681: * src/classes/dom.C: ^dom.string[] 0
21682:
21683: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21684:
21685: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21686: types/pa_vform.h: ^dom.save[b.xml] 0
21687:
21688: 2001-09-08 parser
21689:
21690: * src/types/pa_vform.C: $form:tables.name.field
21691:
21692: 2001-09-07 parser
21693:
21694: * src/classes/table.C: table:empty removed, superceded by ^if(def
21695: $table)...
21696:
21697: * src/targets/cgi/parser3.C: z
21698:
21699: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21700: from '' to int/double is 0]
21701:
21702: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21703: $table) is false when table is empty
21704:
21705: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21706: !$form:tables $atable[$form:tables.a]
21707: ^atable.menu{a=$atable.element}[,]
21708:
21709: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21710: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21711:
1.116 moko 21712: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21713: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21714: of dom
21715:
21716: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21717: types/pa_vform.C, types/pa_vform.h: z
21718:
21719: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21720: element [not last]
21721:
1.116 moko 21722: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21723: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21724:
21725: 2001-09-06 parser
21726:
21727: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21728: table with one column 'element' and two rows: 1 and 2
21729:
21730: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21731: table with one column 'element' and two rows: 1 and 2
21732:
21733: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21734: bad int/double conversions, and now $form:nonexistent.int(88)
21735: would return 88
21736:
21737: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21738: types/pa_vhash.h: now there's special hash key '_default'
21739: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21740: $._default[xx] ] $hash.c
21741:
21742: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21743: fixed [thanks, fif], ^; were treated there non-literally
21744:
21745: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21746: doxygen
21747:
21748: * src/: classes/image.C, classes/op.C, classes/string.C,
21749: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21750: types/pa_vtable.C: few #ifndef DOXYGEN
21751:
21752: 2001-09-05 parser
21753:
21754: * src/classes/: string.C, table.C: sql options can be void [same as
21755: image:html the other day]
21756:
21757: * src/targets/cgi/Makefile.am: .am undo
21758:
21759: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21760: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21761: macro expantion on param, simply qoutes whatever passed, undone
21762:
21763: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21764: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21765: STRINGIZE(name) #name invented
21766:
21767: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21768: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21769: MAIN_SQL_DRIVERS_NAME "drivers"
21770:
21771: moved to be availible to all users
21772:
21773: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21774: SQL_DRIVER_CREATE_FUNC_NAME
21775:
21776: * src/classes/mail.C: MAIN:MAIL check fixed
21777:
21778: 2001-09-04 parser
21779:
21780: * src/classes/image.C: image.html now can accept void params
21781:
21782: * src/targets/isapi/parser3isapi.C: z
21783:
21784: * src/targets/cgi/parser3.C: full_file_spec bug
21785:
21786: * src/targets/cgi/parser3.C: getenvcheck
21787:
21788: * src/targets/cgi/parser3.C: zz
21789:
21790: * src/targets/cgi/parser3.C: zzz
21791:
21792: * src/classes/date.C: date
21793:
21794: * src/classes/date.C: date:sql-string is now without ''
21795:
1.116 moko 21796: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21797: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21798: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21799:
1.116 moko 21800: * src/include/pa_config_auto.h.in: makes
1.95 moko 21801:
21802: 2001-09-03 parser
21803:
21804: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21805:
21806: 2001-09-01 parser
21807:
21808: * src/classes/image.C: letter_spacing
21809:
21810: * src/classes/image.C: image: font params changed
21811:
21812: * src/classes/image.C: image: as_int as_string used
21813:
21814: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21815: analized
21816:
21817: 2001-08-31 parser
21818:
21819: * src/targets/cgi/parser3.C: z
21820:
1.116 moko 21821: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21822: cygwin
1.95 moko 21823:
21824: * src/classes/void.C: void:int/double += (default)
21825:
21826: * src/classes/image.C: image:font added space param image:font
21827: changed charwidth alg, added kerning const[for now]
21828:
21829: * src/classes/: string.C, table.C: string:int/double (defaults)
21830:
21831: 2001-08-29 parser
21832:
21833: * src/main/pa_exception.C: exception redundant debug info
21834:
21835: 2001-08-28 parser
21836:
21837: * src/classes/image.C: image error msgs
21838:
21839: * src/classes/image.C: image: gifsize little endian
21840:
21841: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21842: doxygeneration
21843:
21844: * src/: classes/Makefile.am, main/Makefile.am,
21845: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21846:
21847: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21848: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21849:
21850: * src/main/compile.C: NO_STRING_ORIGIN check2
21851:
21852: * src/classes/table.C: NO_STRING_ORIGIN check
21853:
21854: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21855: storage class specifiers invalid in friend function declarations
21856:
21857: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21858: main/untaint.C, targets/cgi/parser3.C,
21859: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21860: case of limit
21861:
21862: * src/: classes/file.C, main/pa_common.C: file:move
21863: autocreate/remove dest/src dir
21864:
21865: * src/: classes/string.C, include/pa_dictionary.h,
21866: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21867: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21868: to directory constructor. string:replace
21869:
21870: 2001-08-27 parser
21871:
21872: * src/classes/image.C: fixed jpgsize alg
21873:
21874: * src/classes/image.C: fixed jpgsize alg
21875:
21876: * src/main/pa_exception.C: z
21877:
21878: * src/main/pa_common.C: removed debug info from pa_common
21879:
21880: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21881: [auto.p from current dir loading]
21882:
1.116 moko 21883: * src/: main/pa_common.C, main/pa_exception.C,
21884: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21885: for solaris -lsocket
1.95 moko 21886:
21887: 2001-08-24 parser
21888:
21889: * src/targets/cgi/parser3.C: not cgi extra \n 3
21890:
21891: * src/targets/cgi/parser3.C: not cgi extra \n 2
21892:
21893: * src/targets/cgi/parser3.C: not cgi extra \n
21894:
21895: * src/main/pa_sql_driver_manager.C: z
21896:
21897: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21898: sql* removed services from disconnect - cross-request ideological
21899: probs.
21900:
21901: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21902: cross-request ideological probs. oracle - fixed bug: cs
21903: allocated on request.pool and got freed before disconnect
21904:
21905: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21906: mallocs fixed
21907:
21908: 2001-08-23 parser
21909:
21910: * src/classes/file.C: minor bug in file:save fixed
21911:
21912: * src/main/pa_sql_driver_manager.C: oracle: dlink
21913:
21914: 2001-08-22 parser
21915:
21916: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21917: types/pa_vfile.h: file:load|save[text|binary;
21918:
21919: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21920:
21921: 2001-08-21 parser
21922:
21923: * src/classes/: file.C, table.C: ^file:list
21924:
21925: 2001-08-20 parser
21926:
21927: * src/: main/compile.tab.C, main/compile.y,
21928: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21929: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21930: recousively caused problems: inc incremeted 123 literal!! fixed
21931:
21932: 2001-08-10 parser
21933:
21934: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21935:
21936: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21937: added
21938:
21939: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21940: added
21941:
21942: * src/classes/table.C: table:sort restored [it was bad test :(]
21943:
21944: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21945: ''
21946:
21947: * src/main/: pa_request.C: wanted to make const int
21948: MAX_EXECUTE_SECONDS=1;
21949:
21950: but couldnt, set_callback_and_alarm appeared to be not exported
21951: :(
21952:
21953: * src/main/pa_string.C: string.match hanged on. there were a hang
21954: check but it weren't wise enough
21955:
21956: @parse[dateString][tmp]
21957: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21958: #end
21959:
21960: @main[] ^parse[2001-02-03]
21961:
21962: * src/classes/: table.C: table:sort now default desc
21963:
21964: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21965: table.sort now creates new sorted table
21966:
21967: 2001-08-09 parser
21968:
21969: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21970:
21971: * src/classes/hash.C: hash:_default now [was hash:default]
21972:
21973: * src/classes/op.C: case without switch check added
21974:
21975: * src/types/pa_vcookie.C: cookie name&value origins added, more
21976: precise $ORIGINS(1)
21977:
21978: * src/main/Makefile.am: .am
21979:
21980: * src/classes/void.C: void: int double copy/paste from int: bug
21981: fixed
21982:
21983: * src/classes/void.C: void: int double copy/paste from int: bug
21984: fixed
21985:
21986: 2001-08-07 parser
21987:
21988: * src/: classes/double.C, classes/int.C, classes/string.C,
21989: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21990: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21991: string, table
21992:
21993: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21994: srand made working
21995:
21996: 2001-08-06 parser
21997:
21998: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21999: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22000: main/compile.tab.C, main/compile.y, main/pa_array.C,
22001: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22002: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22003:
22004: * src/main/pa_exec.C: exec win32 real filename
22005:
22006: * src/classes/file.C: exec stderr out
22007:
22008: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22009:
22010: 2001-08-03 parser
22011:
22012: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22013:
22014: 2001-08-02 parser
22015:
22016: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22017: main/execute.C, main/pa_exec.C: introducing Array_iter
22018:
22019: * src/main/execute.C: detected quick_get recursion bug. changed to
22020: get@execute, but needs array iterator, separate from array to
22021: avoid it & use caching
22022:
22023: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22024: bug fixed
22025:
22026: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22027: main/execute.C, main/pa_globals.C: found another multithread bug
22028: in op.C (last, last global var killed) :)
22029:
22030: 2001-08-01 parser
22031:
22032: * src/: include/pa_dictionary.h, include/pa_globals.h,
22033: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22034: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22035: main/untaint.C: speeded up typo-html replacements. introducing
22036: Dictionary with first-char caching
22037:
22038: 2001-07-31 parser
22039:
22040: * src/types/Makefile.am: pa_vtable.C added to .am
22041:
22042: * src/main/compile.tab.C: added, so that could be compiled even on
22043: non-bison-enabled platforms
22044:
22045: 2001-07-28 parser
22046:
22047: * src/classes/table.C: table:hash always produces hash, when can't
22048: - empty
22049:
22050: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22051: skipped \n
22052:
22053: 2001-07-27 parser
22054:
22055: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22056: on int/double/string :sql without result and default
22057:
22058: 2001-07-26 parser
22059:
22060: * src/classes/op.C: fixed bad multithread bug with strangly global
22061: OP
22062:
22063: * src/main/compile.y: $man[$.age[zzz]] 0
22064:
22065: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22066: creation syntax problem persists. restored $: for a while.
22067: thinking of $man[$.age[zzz]] syntax now
22068:
22069: * src/: classes/double.C, classes/int.C, classes/string.C,
22070: include/pa_opcode.h, main/compile.C, main/compile.y,
22071: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22072: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22073: types/pa_wwrapper.h: fixing :: realization #1
22074:
22075: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22076: main/compile_tools.h, main/execute.C, main/pa_request.C,
22077: types/pa_vmethod_frame.h: introducing :: this is constructor call
22078: prefix. ordinary : remains for static accesses
22079:
22080: 2001-07-25 parser
22081:
22082: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22083: fields 2. methods 3. columns
22084:
22085: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22086: quote. optimized double&int tostring-s
22087:
22088: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22089: whitespace before first method decl
22090:
22091: * src/classes/table.C: allowed nontable result in table:sql,
22092: results in empty table
22093:
22094: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22095: lines before first method decl
22096:
22097: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22098: types/pa_vtable.h: ^table.record[] now $table.fields
22099:
22100: * src/main/compile.y: $var[] is now empty string, not void
22101:
22102: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22103: void
22104:
22105: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22106: main/pa_globals.C: match replace code context moved to implicit
22107: $match context
22108:
22109: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22110: main/compile_tools.h, main/execute.C: with killed, code storage
22111: introduced with former 'with' syntax
22112:
22113: 2001-07-24 parser
22114:
22115: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22116: types/pa_value.h: first get_element, next get operator
22117:
22118: * src/main/compile.y: removed @end handling
22119:
22120: * src/main/: compile.C, compile.y: @end handling method2
22121:
22122: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22123: file:move
22124:
22125: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22126: fixed
22127:
22128: 2001-07-23 parser
22129:
22130: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22131: driver
22132:
22133: * src/classes/hash.C: changed sql driver query interface
22134:
22135: * src/: classes/hash.C, classes/string.C, classes/table.C,
22136: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22137: changed sql driver query interface
22138:
22139: 2001-07-20 parser
22140:
22141: * src/types/pa_vrequest.C: X!$browser:type
22142:
22143: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22144: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22145: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22146: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22147: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22148: types/pa_vobject.h, types/pa_vrequest.C,
22149: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22150: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22151: BASE element globally removed
22152:
22153: 2001-07-18 parser
22154:
22155: * src/classes/file.C: file:exec/cgi msg
22156:
22157: * src/classes/file.C: $file:exit-code renamed to 'status'
22158:
22159: * src/: classes/file.C, main/pa_exec.C: file:exec
22160:
1.116 moko 22161: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22162: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22163: removed $id from *.in *.am
1.95 moko 22164:
22165: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22166: abbrevations
22167:
22168: * src/: classes/date.C, classes/mail.C, classes/math.C,
22169: classes/string.C, classes/table.C, include/pa_globals.h,
22170: include/pa_string.h, main/execute.C, main/pa_globals.C,
22171: main/pa_request.C, main/pa_string.C, main/untaint.C,
22172: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22173: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22174: $ORIGINS(1) output tracing mode
22175:
22176: 2001-07-13 parser
22177:
22178: * src/: classes/double.C, classes/int.C, classes/string.C,
22179: include/pa_request.h, main/execute.C, main/pa_request.C:
22180: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22181: second would not call first @auto
22182:
22183: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22184: wrong, fixed
22185:
22186: 2001-07-12 parser
22187:
22188: * src/types/pa_value.h: pa_value.putelement modification of system
22189: classes prevented
22190:
22191: 2001-07-11 parser
22192:
22193: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22194: table $piece
22195:
22196: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22197: types/pa_vstateless_class.h: $file created by file:state +=
22198: .atime .mtime .ctime +found&fixed bug with exceptions on
22199: get_junction-created objects [they were on wrong pool]
22200:
22201: 2001-07-09 parser
22202:
22203: * src/main/untaint.C: qp wrong name
22204:
22205: * src/: classes/date.C, classes/string.C, classes/table.C,
22206: main/compile.y: date format 0
22207:
22208: 2001-07-07 parser
22209:
22210: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22211: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22212: roll table calendar
22213:
22214: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22215: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22216: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22217: include/pa_request.h, main/main.dsp, types/pa_value.h,
22218: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22219: string. todo: sql, calendar
22220:
22221: 2001-07-06 parser
22222:
22223: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22224: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22225:
22226: 2001-07-03 parser
22227:
22228: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22229: classes/random.C, main/main.dsp: class random renamed to math,
22230: operators became methods
22231:
22232: * src/classes/op.C: pow sqrt
22233:
22234: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22235:
22236: 2001-07-02 parser
22237:
22238: * src/classes/table.C: ^table.columns column renamed from 'name' to
22239: 'column'
22240:
22241: * src/classes/hash.C: ^hash.keys[]
22242:
22243: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22244:
22245: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22246: 'strings'
22247:
22248: 2001-06-29 parser
22249:
22250: * src/main/: execute.C: /0 %0 checkes ver 2
22251:
22252: * src/main/execute.C: /0 %0 checke
22253:
22254: * src/classes/Makefile.am: nothing - void
22255:
22256: * src/classes/table.C: empty strings @ sql
22257:
22258: 2001-06-28 parser
22259:
22260: * src/: classes/double.C, classes/file.C, classes/form.C,
22261: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22262: classes/op.C, classes/random.C, classes/response.C,
22263: classes/string.C, classes/table.C, classes/void.C,
22264: main/compile.C, main/compile_tools.C, main/execute.C,
22265: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22266: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22267: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22268: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22269: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22270: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22271: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22272: $";
22273:
22274: * src/: classes/double.C, classes/file.C, classes/form.C,
22275: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22276: classes/op.C, classes/random.C, classes/response.C,
22277: classes/string.C, classes/table.C, classes/void.C,
22278: main/compile.C, main/compile.y, main/compile_tools.C,
22279: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22280: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22281: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22282: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22283: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22284: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22285:
22286: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22287: $class:name: == ${class:name}:
22288:
22289: * src/classes/string.C: exactly one
22290:
22291: 2001-06-27 parser
22292:
22293: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22294: types/pa_vvoid.h: nothing renamed to void
22295:
22296: * src/classes/op.C: ^switch ^case
22297:
22298: * src/main/compile.y: nothing renamed to void
22299:
22300: * src/: classes/hash.C, classes/table.C, main/compile.y,
22301: main/execute.C, main/main.dsp, main/pa_request.C,
22302: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22303: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22304: void
22305:
22306: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22307:
22308: 2001-05-28 parser
22309:
22310: * src/doc/html2chm.cmd: removed >a
22311:
22312: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22313: project options [some bugs]
22314:
22315: * src/doc/sources2html.cmd: z
22316:
22317: * src/: classes/classes.C, main/compile.C, main/compile.y,
22318: main/execute.C: operators are not in root class again
22319:
22320: 2001-05-24 parser
22321:
22322: * src/targets/cgi/parser3.dsp: project file
22323:
22324: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22325: ^log ^exp
22326:
22327: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22328: conversions in @exception[params]
22329:
22330: * src/main/pa_request.C: // no _ conversions in @exception[params]
22331:
22332: 2001-05-23 parser
22333:
22334: * src/main/pa_string.C: string cmp bug
22335:
22336: * src/classes/: mail.C, op.C: rem max 1000
22337:
22338: * src/: classes/op.C, main/compile.y: allow one empty line before
22339: LS_DEF_NAME
22340:
22341: 2001-05-22 parser
22342:
22343: * src/classes/op.C: if params code-required
22344:
22345: 2001-05-21 parser
22346:
22347: * src/types/pa_vstring.C: eoleof
22348:
22349: * src/classes/Makefile.am: .AM
22350:
22351: * src/classes/nothing.C: resultless ^sql moved to nothing:
22352:
22353: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22354:
22355: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22356: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22357: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22358: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22359: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22360: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22361: 'nothing'
22362:
22363: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22364: vstring::set_string
22365:
22366: * src/classes/: double.C, int.C, string.C: int,double;sql
22367:
22368: * src/: classes/hash.C, classes/int.C, classes/string.C,
22369: classes/table.C, include/pa_string.h, main/pa_string.C,
22370: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22371:
22372: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22373: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22374: hash:sql moved to main trunc. operators.txt updated
22375:
22376: * src/classes/: hash.C, op.C, table.C: hash:sql
22377:
22378: * src/classes/op.C: z
22379:
22380: * src/: main/compile.C, classes/classes.C: 1
22381:
22382: * src/: classes/classes.C, main/compile.C, main/compile.y,
22383: main/execute.C: 0
22384:
22385: * src/main/execute.C: z
22386:
22387: * src/targets/cgi/parser3.C: z
22388:
22389: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22390: site_auto_path "." in that case
22391:
22392: * src/targets/cgi/: parser3.C: z
22393:
22394: * src/main/pa_request.C: .am
22395:
22396: * src/: main/pa_request.C, targets/cgi/parser3.C:
22397: pcre_tables=pcre_default_tables;
22398:
22399: 2001-05-19 parser
22400:
22401: * src/main/pa_string.C: z
22402:
22403: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22404: introducing String::cstr_bufsize, returns just size+1 for as_is
22405: target.
22406:
22407: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22408: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22409: used, 4* mem wasted
22410:
22411: * src/classes/string.C: root context in match replace body now
22412: unchanged
22413:
22414: * src/types/pa_value.h: parameter # 1 based
22415:
22416: * src/main/pa_common.C: common: actual filename '%s'
22417:
22418: * src/classes/string.C: z
22419:
22420: * src/classes/Makefile.am: classes/.am
22421:
22422: * src/classes/: Makefile.am: classes/.am
22423:
22424: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22425: targets/cgi/pa_pool.C: classes/.am
22426:
22427: 2001-05-18 parser
22428:
1.116 moko 22429: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22430: pa_threads.C ins
1.95 moko 22431:
22432: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22433:
22434: 2001-05-17 parser
22435:
22436: * src/: classes/string.C, include/pa_config_fixed.h,
22437: include/pa_config_includes.h, main/compile.y,
22438: main/compile_tools.h, main/execute.C, main/pa_array.C,
22439: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22440: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22441: types/pa_vform.C: #include "pa_config_includes.h" removed from
22442: most .C
22443:
22444: * src/doc/html2chm.cmd: z
22445:
22446: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22447: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22448:
22449: * src/main/pa_sql_driver_manager.C: moved expiration to
22450: get_connection_from_cache
22451:
22452: * src/main/pa_sql_driver_manager.C: cache expiration bf
22453:
22454: * src/: classes/classes.h, include/pa_sql_connection.h,
22455: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22456: cache expiration[use SQL_Driver::disconnect]
22457:
22458: * src/main/pa_table.C: table.locate current restored on "not found"
22459:
22460: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22461: line no
22462:
22463: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22464: ANTI_ENDLESS_EXECUTE_RECOURSION
22465:
22466: * src/: classes/op.C, include/pa_sql_connection.h,
22467: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22468: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22469: 1driver and set_services fight for driver::fservices. before fix
22470:
22471: * src/: classes/op.C, include/pa_config_fixed.h,
22472: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22473: main/pa_sql_driver_manager.C: found problem at last: 2connections
22474: own 1driver and set_services fight for driver::fservices. before
22475: fix
22476:
22477: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22478: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22479: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22480: pa_threads.C
22481:
22482: * src/include/pa_threads.h: removed targets/parser
22483:
22484: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22485: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22486: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22487: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22488: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22489: headers
22490:
22491: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22492: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22493: order prevented sqlmanager to see MULTYTHREAD define
22494:
22495: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22496: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22497: put/gets
22498:
22499: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22500: from hash.h
22501:
22502: * src/: classes/op.C, include/pa_sql_connection.h,
22503: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22504: from cache ->set_services(&services);
22505:
22506: 2001-05-16 parser
22507:
22508: * src/targets/cgi/parser3.C: z
22509:
22510: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22511: debug, #ifdefed some. would debug later, on more precise sample
22512: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22513: $name.$tail[$tail!] $name.$tail } ok3
22514:
22515: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22516: removed array debug. before vstring rebasing
22517:
22518: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22519: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22520: array debugged; adjusted
22521:
22522: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22523: SQL_Driver_manager line no for connect/charset errors
22524:
22525: 2001-05-15 parser
22526:
22527: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22528: main/pa_string.C: string+array made linear grows
22529:
22530: * src/: include/pa_string.h, main/pa_string.C,
22531: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22532: grow lineary, not exponentialy
22533:
22534: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22535: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22536: with fullchunk cmps
22537:
22538: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22539: 70041= 81
22540:
22541: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22542: targets/cgi/parser3.C: detected huge mem allocation: size/times
22543: malloc 27809390/368771, calloc 3232/83. would test now
22544:
22545: * src/: classes/random.C, main/compile.y, main/execute.C,
22546: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22547: numbered params had wrong name - for instance: bad error message
22548: in ^for[] bad body type. fixed
22549:
22550: 2001-05-14 parser
22551:
22552: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22553: main/untaint.C: ^string.upper|lower[]
22554:
22555: 2001-05-11 parser
22556:
22557: * src/: classes/double.C, classes/image.C, classes/op.C,
22558: classes/string.C, classes/table.C, classes/unknown.C,
22559: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22560: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22561: types/pa_vunknown.h: op: MAX_LOOPS as_int
22562:
22563: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22564: .dsp for win32tools
22565:
22566: 2001-05-11 paf
22567:
22568: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22569: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22570: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22571: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22572:
22573: 2001-05-10 paf
22574:
22575: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22576: for C++, that's all
22577:
1.116 moko 22578: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22579: pa_config_includes.h: inline wonders
1.95 moko 22580:
22581: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22582: doc/doxygen.cmd: hash.C added
22583:
22584: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22585:
22586: * src/main/compile.y: @end grammar: allowed zero strings in control
22587: menthod
22588:
22589: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22590: pa_vstateless_object.h: changed priority: field before method
22591: lookup in vclass & vobject
22592:
22593: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22594: grammar: priorities changes [lowerd && prior] vobject: now first
22595: fields, next methods
22596:
22597: 2001-05-08 paf
22598:
22599: * src/main/pa_table.C: table columnname2item on nameless ignored
22600: bark=false. fixed
22601:
22602: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22603: types/pa_vmethod_frame.h: hash:default works at last!
22604:
22605: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22606: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22607: hash:default
22608:
22609: * src/classes/table.C: z
22610:
22611: * src/classes/table.C: table:hash always hash of hash now
22612:
22613: * src/classes/table.C: table:empty return bool now
22614:
22615: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22616: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22617: types/pa_vtable.h: table:hash
22618:
22619: * src/classes/table.C: table:record have name
22620:
22621: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22622: returns vunknown
22623:
22624: * src/classes/: double.C, int.C, op.C, string.C:
22625: int,double,string:int[] double[] string:length[] results now have
22626: hames
22627:
22628: * src/: classes/op.C, classes/table.C, main/main.dsp,
22629: types/pa_vtable.h: removed table:find. table:locate and op:eval
22630: now return bool
22631:
22632: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22633: in method checkparams again. fixed
22634:
22635: 2001-05-07 paf
22636:
22637: * src/doc/chm.cmd: cmd
22638:
22639: * src/: classes/image.C, classes/mail.C, classes/string.C,
22640: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22641: types/pa_value.h: method reported errors on wrong pool
22642:
22643: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22644: now
22645:
22646: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22647: include/code.h, include/pa_opcode.h, main/compile.C,
22648: main/compile_tools.h, main/execute.C, types/pa_value.h,
22649: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22650: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22651: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22652: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22653: types/pa_vmethod_frame.h, types/pa_vobject.h,
22654: types/pa_vrequest.h, types/pa_vresponse.h,
22655: types/pa_vstateless_class.h, types/pa_vstring.h,
22656: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22657: types/pa_wwrapper.h: pa_code.h
22658:
22659: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22660:
22661: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22662: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22663: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22664: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22665: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22666: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22667: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22668: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22669: types/pa_vtable.h: dox, split by not clean parts also
22670:
22671: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22672: types/pa_vtable.h: table: fields, then methods. so to enable
22673: 'dir' fields & co. more
22674:
22675: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22676: so to enable 'dir' fields & co.
22677:
22678: * src/main/compile.y: grammar: @end
22679:
22680: 2001-05-04 paf
22681:
22682: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22683: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22684:
22685: * src/: classes/classes.h, classes/double.C, classes/file.C,
22686: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22687: classes/op.C, classes/random.C, classes/response.C,
22688: classes/string.C, classes/table.C, classes/unknown.C,
22689: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22690: method dox
22691:
22692: 2001-05-03 paf
22693:
22694: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22695: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22696: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22697: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22698: doc/string.dox, doc/targets.dox, doc/value.dox,
22699: main/pa_request.C: dox splitted .dox files and added some
22700:
22701: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22702:
22703: 2001-05-02 paf
22704:
22705: * src/classes/: image.C, table.C: table:dir result are not tainted
22706: by file_name language now
22707:
22708: 2001-04-28 paf
22709:
22710: * src/classes/classes.inc: removed classes.inc
22711:
22712: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22713: from .am
22714:
22715: * src/classes/classes.awk: skipped classes in .awk
22716:
22717: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22718: classes/classes.inc, classes/double.C, classes/file.C,
22719: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22720: classes/string.C, classes/table.C, classes/unknown.C,
22721: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22722: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22723: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22724: pa_methoded back to classes/classes.h
22725:
22726: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22727:
22728: * src/: classes/Makefile.am, classes/classes.awk,
22729: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22730: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22731:
22732: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22733: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22734: classes/response.C, classes/string.C, classes/table.C,
22735: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22736: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22737: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22738: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22739: include|main/pa_methoded
22740:
22741: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22742: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22743:
22744: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22745: moved some configured data to request::classes_conf moved some
22746: string crations from globals to M... [works]
22747:
22748: * src/: classes/form.C, classes/mail.C, classes/op.C,
22749: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22750: main/pa_request.C: moved some configured data to
22751: request::classes_conf moved some string crations from globals to
22752: M...
22753:
22754: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22755: about to move configured data to special request hash
22756:
22757: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22758: classes/form.C, classes/mail.C, include/pa_request.h,
22759: main/pa_request.C: configure started
22760:
22761: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22762: 2. todo: methoded-configure
22763:
22764: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22765: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22766: classes/_random.h, classes/_response.h, classes/_string.h,
22767: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22768: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22769: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22770: classes/random.C, classes/response.C, classes/string.C,
22771: classes/table.C, classes/unknown.C, include/pa_globals.h,
22772: include/pa_request.h, main/compile.y, main/execute.C,
22773: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22774: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22775: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22776: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22777: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22778: types/pa_vrequest.h, types/pa_vresponse.h,
22779: types/pa_vstateless_class.h, types/pa_vstring.h,
22780: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22781: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22782: methoded-configure
22783:
22784: * src/: classes/file.C, classes/table.C, main/compile.y,
22785: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22786: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22787: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22788:
22789: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22790: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22791: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22792: classes/random.C, classes/response.C, classes/string.C,
22793: classes/table.C, classes/unknown.C, include/pa_request.h,
22794: main/compile.y, main/execute.C, main/pa_globals.C,
22795: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22796: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22797: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22798: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22799: beautifying just compiled. todo: debug, configure
22800:
22801: 2001-04-27 paf
22802:
22803: * src/: classes/file.C, classes/image.C, classes/table.C,
22804: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22805: beautifying -99
22806:
22807: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22808: classes/_response.h, classes/_unknown.h, classes/classes.C,
22809: classes/classes.h, classes/double.C, classes/file.C,
22810: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22811: classes/op.C, classes/random.C, classes/response.C,
22812: classes/string.C, include/pa_globals.h, main/main.dsp,
22813: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22814: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22815: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22816: types/pa_vunknown.h: beautifying -100
22817:
22818: * src/main/compile.y: serge@ found @CLASS bug. fixed
22819:
22820: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22821: classes/_op.h, classes/_random.h, classes/_table.h,
22822: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22823: classes/op.C, classes/random.C, classes/response.C,
22824: classes/string.C, classes/table.C, classes/unknown.C,
22825: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22826: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22827: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22828: beautifying
22829:
22830: 2001-04-26 paf
22831:
22832: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22833:
22834: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22835: documentation ++
22836:
22837: * src/: classes/_exec.h, doc/doxygen.cfg,
22838: include/pa_config_fixed.h, include/pa_config_includes.h,
22839: targets/cgi/pa_pool.C: code documentation ++
22840:
22841: * src/: classes/_image.h, classes/op.C, classes/random.C,
22842: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22843: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22844: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22845: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22846: types/pa_vmethod_frame.h, types/pa_vobject.h,
22847: types/pa_vrequest.C, types/pa_vrequest.h,
22848: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22849: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22850: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22851: code documentation ++
22852:
22853: * src/: classes/image.C, classes/mail.C, classes/string.C,
22854: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22855: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22856: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22857: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22858: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22859: types/pa_vobject.h, types/pa_vstateless_class.h,
22860: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22861:
22862: * src/main/: pa_request.C, pa_string.C: z
22863:
22864: * src/: include/pa_common.h, include/pa_types.h,
22865: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22866: connection caching fixed. request-pooled-url were stored into
22867: global connectioncache
22868:
22869: 2001-04-25 paf
22870:
22871: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22872: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22873:
22874: * src/: include/code.h, include/pa_common.h, main/compile.y,
22875: main/execute.C, main/pa_common.C: -d
22876:
22877: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22878: illegal call check a bit improved, but still under iis no mapping
22879: of dir with parser allowed!
22880:
22881: 2001-04-24 paf
22882:
22883: * src/targets/Makefile.am: apache module lib .am
22884:
22885: * src/main/pa_exec.C: windows32 buildCommand
22886:
22887: 2001-04-23 paf
22888:
22889: * src/targets/cgi/Makefile.am: win32 conditional
22890:
22891: * src/targets/cgi/Makefile.am: win32 conditional
22892:
22893: * src/targets/cgi/Makefile.am: liblink
22894:
22895: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22896: vfile fields return type
22897:
22898: * src/types/pa_vfile.h: vfile fields return type
22899:
22900: * src/include/pa_config_auto.h.in: .h.in
22901:
22902: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22903: types/Makefile: makefiles removed
22904:
22905: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22906: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22907:
22908: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22909: [tested: i & g ]
22910:
22911: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22912: @test noticed series in isapi, check how initialize_random_class
22913: is called! [must be called only once]
22914:
22915: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22916: would not be 'unknown column'
22917:
22918: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22919: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22920:
22921: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22922: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22923: [now doesnt]
22924:
22925: * src/targets/cgi/parser3.C: cgi cmdline ver
22926:
22927: * src/targets/cgi/parser3.C: cgi /// @test disable
22928: /cgi-bin/parser3/auto.p
22929:
22930: * src/main/untaint.C: untaint without charset
22931:
22932: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22933: main/pa_common.C: common: file_write /// @test mkdirs
22934: file_delete rmdirs
22935:
22936: * src/main/untaint.C: mail header only once to =?
22937:
22938: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22939: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22940: main/untaint.C: untaint - @test optimize whitespaces for
22941: all but 'html'
22942:
22943: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22944: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22945: main/untaint.C: untaint - @test mail-header
22946:
22947: 2001-04-20 paf
22948:
22949: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22950: include/pa_request.h, include/pa_string.h, main/compile.y,
22951: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22952: targets/cgi/parser3.C: $MAIN:LOCALE
22953:
22954: * src/main/untaint.C: z
22955:
22956: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22957:
22958: 2001-04-19 paf
22959:
22960: * src/main/compile_tools.h: $a$b bugfix
22961:
22962: * src/targets/cgi/parser3.C: z
22963:
22964: * src/classes/file.C: z
22965:
22966: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22967: done: header to $fields. waits for header '\' tricks
22968:
22969: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22970: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22971: changed urlencode here and in untaint.C to HTTP standard's " and
22972: \" mech
22973:
22974: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22975: http://alx/~paf/ doesnt load /auto.p
22976:
22977: 2001-04-18 paf
22978:
22979: * src/main/pa_request.C: 1
22980:
22981: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22982: linux @alx
22983:
22984: 2001-04-17 paf
22985:
22986: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22987: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22988: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22989: enabled
22990:
22991: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22992: classes/_exec.h, classes/_file.h, classes/_form.h,
22993: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22994: classes/_random.h, classes/_response.h, classes/_string.h,
22995: classes/_table.h, classes/_unknown.h, classes/file.C,
22996: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22997: include/pa_config_fixed.h, include/pa_config_includes.h,
22998: include/pa_hash.h, include/pa_sql_driver_manager.h,
22999: include/pa_version.h, main/Makefile.am, main/compile.y,
23000: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23001: main/pa_sql_driver_manager.C, sql/Makefile.am,
23002: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23003: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23004: types/pa_vform.C, types/pa_vimage.h: exec @jav
23005:
23006: * src/: include/pa_sql_driver_manager.h,
23007: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23008: types/pa_vimage.h: sql driver interface now has initialize(client
23009: .so)
23010:
23011: 2001-04-16 paf
23012:
23013: * src/Makefile.am: compile2 cygwin
23014:
23015: * src/: include/pa_config_includes.h, main/pa_exec.C,
23016: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23017:
23018: * src/targets/cgi/Makefile.am: compile0 jav
23019:
23020: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23021: classes/_exec.h, classes/_file.h, classes/_form.h,
23022: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23023: classes/_random.h, classes/_response.h, classes/_string.h,
23024: classes/_table.h, classes/_unknown.h, classes/image.C,
23025: classes/mail.C, classes/op.C, classes/random.C,
23026: include/pa_config_fixed.h, include/pa_config_includes.h,
23027: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23028: main/compile.y, main/pa_common.C, main/pa_exec.C,
23029: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23030: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23031: compile-1
23032:
23033: 2001-04-15 paf
23034:
23035: * src/classes/op.C: z
23036:
23037: * src/classes/table.C: table:empty +=process
23038:
23039: * src/types/pa_value.h: MethodParams !junction
23040:
23041: * src/: classes/_string.h, classes/double.C, classes/file.C,
23042: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23043: classes/random.C, classes/response.C, classes/string.C,
23044: classes/table.C, classes/unknown.C, main/pa_request.C:
23045: MethodParams everywhere
23046:
23047: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23048: types/pa_vmethod_frame.h: MethodParams in op.C
23049:
23050: 2001-04-12 paf
23051:
23052: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23053:
23054: * src/: classes/_unknown.h, classes/unknown.C,
23055: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23056: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23057:
23058: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23059:
23060: * src/classes/image.C: image:gif now does not have params
23061:
23062: * src/classes/image.C:
23063: image:line/fill/rectangle/bar/replace/polygon/polybar
23064:
23065: * src/: classes/image.C, classes/op.C, main/execute.C,
23066: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23067: for var now written not to r.wcontext, but to r.root cleared
23068: "entered_object" state
23069:
23070: 2001-04-11 paf
23071:
23072: * src/classes/image.C: image:create image:load
23073:
23074: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23075: just compiled
23076:
23077: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23078: todo: gif without file
23079:
23080: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23081: started porting to Pooled descendant
23082:
23083: * src/: classes/image.C, main/execute.C, main/main.dsp,
23084: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23085: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23086: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23087:
23088: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23089: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23090: end. switching to python imaging lib
23091:
23092: * src/main/main.dsp: gd+smtp made separate libs
23093:
23094: * src/: include/pa_globals.h, include/pa_string.h,
23095: main/pa_common.C, main/pa_request.C, main/untaint.C,
23096: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23097: length
23098:
23099: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23100: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23101: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23102: UL_FILE_NAME of posted file name
23103:
23104: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23105: post [broke when moved post read to core]
23106:
23107: 2001-04-10 paf
23108:
23109: * src/classes/image.C: image:html done
23110:
23111: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23112:
23113: * src/classes/image.C: z
23114:
23115: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23116: forgotten!
23117:
23118: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23119: main/pa_request.C, main/pa_string.C, main/untaint.C,
23120: types/pa_vimage.h: image:measure -90
23121:
23122: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23123: classes/_int.h, classes/_mail.h, classes/_op.h,
23124: classes/_random.h, classes/_response.h, classes/_string.h,
23125: classes/_table.h, classes/file.C, classes/mail.C,
23126: include/pa_common.h, include/pa_globals.h, main/execute.C,
23127: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23128: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23129: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23130: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23131: compiled
23132:
23133: * src/classes/mail.C: minor bug with unclear from/to
23134:
23135: * src/classes/mail.C: sendmail unix skipping defaults
23136:
23137: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23138: sendmail unix added defaults
23139:
23140: * src/classes/mail.C: unix sendmail compiled. todo:testing
23141:
23142: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23143:
23144: 2001-04-09 paf
23145:
23146: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23147: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23148: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23149: targets/isapi/parser3isapi.dsp: all targets exec
23150:
23151: * src/: include/pa_sapi.h, include/pa_string.h,
23152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23153: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23154: args in apache:util.script
23155:
23156: * src/include/pa_string.h: written but not tested exec with env for
23157: unix
23158:
23159: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23160: targets/cgi/parser3.C: exec win32 env
23161:
23162: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23163: 0
23164:
23165: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23166: main/execute.C, main/main.dsp, main/pa_globals.C,
23167: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23168: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23169:
23170: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23171: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23172:
23173: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23174: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23175:
23176: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23177: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23178: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23179: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23180: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23181: exec class just compiled. moved post read to request core
23182:
23183: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23184: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23185: main/pa_globals.C, targets/cgi/parser3.C,
23186: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23187: are already read by vform
23188:
23189: 2001-04-08 paf
23190:
23191: * src/: classes/file.C, classes/mail.C, classes/string.C,
23192: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23193: uuencode. string<<
23194:
23195: 2001-04-07 paf
23196:
23197: * src/classes/mail.C: z
23198:
23199: * src/classes/mail.C: z
23200:
23201: * src/classes/mail.C: ^mail[$attach
23202:
23203: * src/classes/mail.C: ^attach dead end
23204:
23205: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23206: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23207: targets/isapi/parser3isapi.C: mail:send 1
23208:
23209: * src/: classes/mail.C, main/pa_request.C: z
23210:
23211: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23212: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23213: compiled
23214:
23215: * src/classes/mail.C: +=
23216:
23217: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23218: prepared
23219:
23220: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23221: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23222: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23223: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23224:
23225: 2001-04-06 paf
23226:
23227: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23228: main/pa_string.C: table:dir 1
23229:
23230: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23231: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23232:
23233: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23234: classes/root.C, include/pa_globals.h, include/pa_request.h,
23235: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23236: main/pa_request.C: renamed 'root' to 'op'
23237:
23238: * src/classes/: _op.h, op.C: renamed from 'root'
23239:
23240: * src/types/pa_valiased.C: another root inherititance skipped
23241:
23242: * src/main/: compile.C, compile.y, execute.C: operators are now not
23243: root methods of parent class. just 'ROOT' class
23244:
23245: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23246: @office
23247:
23248: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23249:
23250: 2001-04-05 paf
23251:
23252: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23253: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23254: constructor flag dropped at get_method_frame and remembered into
23255: method_frame
23256:
23257: * src/: classes/file.C, classes/root.C, classes/string.C,
23258: classes/table.C, main/pa_request.C: junction to code&expression
23259: in errors
23260:
23261: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23262: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23263: $LOCALE:ctype[Russian_Russia.1251]
23264:
23265: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23266: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23267: main/pa_table.C: hash now not thread-safe.
23268:
23269: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23270: main/untaint.C: z
23271:
23272: * src/: classes/random.C, classes/root.C, classes/table.C,
23273: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23274: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23275: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23276: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23277:
23278: * src/: classes/table.C, include/pa_sql_connection.h,
23279: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23280:
23281: * src/classes/table.C: select * from hren error contains statement
23282:
23283: * src/: classes/table.C, include/pa_sql_connection.h,
23284: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23285: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23286:
23287: * src/: classes/root.C, include/pa_sql_connection.h,
23288: include/pa_sql_driver.h, main/main.dsp,
23289: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23290: services for conv memory & error reporting
23291:
23292: 2001-04-04 paf
23293:
23294: * src/doc/doxygen.cfg: z
23295:
23296: * src/include/pa_sql_driver.h: mysql connect
23297:
23298: * src/include/pa_sql_driver.h: mysql info
23299:
23300: * src/: classes/root.C, include/pa_sql_driver.h,
23301: include/pa_sql_driver_manager.h, main/main.dsp,
23302: main/pa_sql_driver_manager.C: more manager&connection&driver
23303:
23304: * src/sql/Makefile.am: forgot to add mysql client
23305:
23306: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23307: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23308: [forgot to add libltdl, added]
23309:
23310: * src/: Makefile.am, classes/root.C, classes/string.C,
23311: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23312: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23313: include/pa_string.h, include/pa_table.h, main/main.dsp,
23314: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23315: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23316: -1000 just compiled
23317:
23318: * src/: classes/random.C, classes/root.C, classes/table.C,
23319: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23320: main/pa_request.C, types/pa_vclass.h: sql frame -10
23321:
23322: 2001-04-03 paf
23323:
23324: * src/types/pa_vform.C: z
23325:
23326: * src/: classes/string.C, types/pa_vform.C: string:match replace
23327: assigned lang
23328:
23329: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23330: {}[]< empty []
23331:
23332: * src/: classes/file.C, classes/string.C, classes/table.C,
23333: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23334: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23335:
23336: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23337: string:match replace strange matches
23338:
23339: * src/classes/string.C: string:match replace 0
23340:
23341: * src/: classes/string.C, main/pa_string.C: string:match replace
23342: prepared 2
23343:
23344: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23345: string:match replace prepared
23346:
23347: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23348: string:match replace -11
23349:
23350: * src/: classes/string.C, include/pa_globals.h,
23351: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23352: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23353:
23354: * src/: classes/string.C, include/pa_globals.h,
23355: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23356: main/pa_string.C: string:match [search] -1 just compiled
23357:
23358: * src/types/pa_vstring.C: z
23359:
23360: * src/: classes/double.C, classes/file.C, classes/form.C,
23361: classes/int.C, classes/response.C, classes/root.C,
23362: classes/string.C, classes/table.C, include/pa_string.h,
23363: main/pa_string.C: string:match -10 [frame]
23364:
23365: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23366: main/pa_request.C: z
23367:
23368: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23369: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23370: todo/tests
23371:
23372: * src/include/pa_common.h: z
23373:
23374: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23375: main/pa_request.C, targets/cgi/parser3.C,
23376: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23377: content-disposition
23378:
23379: * src/: include/pa_common.h, include/pa_globals.h,
23380: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23381: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23382:
23383: * src/: include/pa_common.h, include/pa_request.h,
23384: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23385: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23386: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23387: response:body
23388:
23389: * src/classes/table.C: table:append now uses string::split
23390:
23391: * src/classes/table.C: z
23392:
23393: * src/: classes/file.C, classes/root.C, classes/string.C,
23394: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23395: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23396: include/pa_string.h, main/execute.C, main/pa_string.C,
23397: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23398: string::pos & cmp & piece bugs fixed. string::split new
23399: table:load separated from set table:set implemented with clean \n
23400: \t searches
23401:
23402: 2001-04-02 paf
23403:
23404: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23405: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23406: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23407: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23408: it in table:set/load
23409:
23410: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23411: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23412:
23413: * src/classes/random.C: random:generate 1
23414:
23415: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23416: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23417: types/pa_value.h: random:generate
23418:
23419: 2001-03-30 paf
23420:
23421: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23422: todo: table flip and append. string::pos
23423:
23424: * src/: classes/double.C, classes/file.C, classes/int.C,
23425: classes/response.C, classes/root.C, classes/string.C,
23426: classes/table.C, main/compile.y, main/execute.C,
23427: types/pa_value.h, types/pa_vstateless_class.C,
23428: types/pa_vstateless_class.h: static|dynamic|any method
23429: registration
23430:
23431: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23432: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23433: table:flip
23434:
23435: 2001-03-29 paf
23436:
23437: * src/classes/string.C: string:xsplit forgot that they must result
23438: in 1 row N column [not vice versa]
23439:
23440: * src/classes/string.C: z
23441:
23442: * src/classes/string.C: string: rsplit
23443:
23444: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23445: string: lsplit
23446:
23447: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23448: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23449: lsplit -1
23450:
23451: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23452: string: pos
23453:
23454: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23455: string: pos -1
23456:
23457: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23458: main/compile.y, main/pa_request.C, main/pa_string.C,
23459: main/untaint.C: string: left right mid
23460:
23461: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23462: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23463: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23464: and [;] are different now.
23465:
23466: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23467: main/untaint.C: pool.request undone
23468:
23469: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23470: main/untaint.C: pool.request
23471:
23472: 2001-03-28 paf
23473:
23474: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23475: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23476: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23477: $request:browser [.type .version]; unknown.get_double now = 0.
23478:
23479: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23480: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23481: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23482: types/pa_vform.C: file:load autodetection of mime-type by
23483: user-file-name
23484:
23485: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23486: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23487: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23488:
23489: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23490: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23491: write. must be self.set
23492:
23493: * src/: classes/file.C, classes/root.C, classes/table.C,
23494: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23495:
23496: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23497: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23498: types/pa_vtable.h: table:locate just compiled
23499:
23500: 2001-03-27 paf
23501:
23502: * src/main/: execute.C, pa_common.C: fixed r/w context of
23503: code-params2, fixed ntfs hardlink slow dir update
23504:
23505: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23506: types/pa_wcontext.h: fixed r/w context of code-params
23507:
23508: * src/: classes/table.C, main/execute.C: about to change junction
23509: rcontext!!
23510:
23511: * src/: classes/double.C, classes/int.C, classes/root.C,
23512: classes/string.C, classes/table.C, main/compile_tools.C,
23513: main/execute.C, main/pa_request.C, main/untaint.C,
23514: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23515: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23516: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23517: types/pa_vunknown.h: sort 0
23518:
23519: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23520: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23521: renamed to are_static_calls_disabled
23522:
23523: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23524: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23525: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23526: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23527:
23528: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23529:
23530: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23531: started table:sort fixed minor bug in #...^{
23532:
23533: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23534: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23535: decided to have as it were. stepped back. grammar: added 'in'
23536: 'is' 'lt'&co follow-space check
23537:
23538: 2001-03-26 paf
23539:
23540: * src/: classes/file.C, classes/root.C, classes/table.C,
23541: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23542: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23543: main/pa_table.C: moved ::save to pa_table. disabled @auto
23544: invocation in ^process
23545:
23546: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23547:
23548: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23549: main/pa_array.C: table:record
23550:
23551: * src/: main/untaint.C, targets/cgi/parser3.C,
23552: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23553: targets/isapi/pool_storage.h, types/pa_valiased.h,
23554: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23555: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23556: types/pa_vtable.h: z
23557:
23558: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23559: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23560: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23561: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23562: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23563: method realisations on 'self' validity - they now can simply
23564: assume that 'self' is V{Proper} .
23565:
23566: 2001-03-25 paf
23567:
23568: * src/main/untaint.C: z
23569:
23570: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23571: lowlevel - it initialization could be skipped if failed in @auto.
23572: so that exception report would use some table
23573:
23574: * src/main/pa_request.C: table empty lines ignored. system-default
23575: content type assigned in output:result [can fail in main:auto and
23576: skipped normal defaults extraction]
23577:
23578: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23579: bug
23580:
23581: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23582: processing to table [except preliminary \r\n \r \n replacements
23583: to "\n"]
23584:
23585: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23586: move all the processing to table
23587:
23588: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23589: main/pa_table.C, main/untaint.C: returned table originating.
23590: useful for reporting typo table problems origin. think would be
23591: useful somewhere else
23592:
23593: * src/main/untaint.C: typo \r \r\n \n properly handled
23594:
23595: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23596: include/pa_table.h, main/compile.y, main/compile_tools.C,
23597: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23598: main/pa_string.C, main/pa_table.C, main/untaint.C,
23599: types/pa_vcookie.h: typo & typo-default
23600:
23601: 2001-03-24 paf
23602:
23603: * src/main/pa_common.C: z
23604:
23605: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23606: targets/cgi/parser3.C: html-typo 2
23607:
23608: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23609: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23610: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23611: main/execute.C, main/pa_array.C, main/pa_globals.C,
23612: main/pa_request.C, main/pa_string.C, main/untaint.C,
23613: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23614: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23615: noticed double default content-type prob. run cgi.cmd tomorrow
23616: first html-typo sample. detected << problem: they become ltlt too
23617: fast
23618:
23619: * src/main/compile.y: z
23620:
23621: * src/main/: compile.y, compile_tools.h: #comment
23622:
23623: * src/: classes/file.C, classes/root.C, classes/table.C,
23624: include/pa_common.h, include/pa_request.h, main/compile.y,
23625: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23626: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23627: stringified
23628:
23629: * src/types/pa_valiased.C: decided to String-ify file_read
23630:
23631: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23632: isapi/parser3isapi.dsp: cgi: sapi::log
23633:
23634: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23635: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23636: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23637: error log experiments failed - cgi under iis got no access to
23638: log. registereventsource simply failed with 5(illegal call) code,
23639: while worked OK as standalone executable. isapi: used
23640: HSE_APPEND_LOG_PARAMETER feature
23641:
23642: * src/: include/pa_common.h, include/pa_globals.h,
23643: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23644: targets/isapi/parser3isapi.C: fixed default content-type
23645: allocation storage
23646:
23647: * src/: include/pa_globals.h, include/pa_request.h,
23648: main/pa_globals.C, main/pa_request.C: z
23649:
23650: * src/: include/pa_array.h, include/pa_hash.h,
23651: include/pa_request.h, main/compile.y, main/pa_array.C,
23652: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23653: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23654: content-type
23655:
23656: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23657: sanity
23658:
23659: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23660: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23661: away freeze mech. no danger now for you can't do
23662: ^request:process[@new-method[] body] trick anymore. still
23663: remains $some_instance.process[@new-method[] possibility] but
23664: would leave it as a feature. see index for sample
23665:
23666: * src/: include/pa_common.h, main/pa_common.C,
23667: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23668: monkey every target
23669:
23670: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23671: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23672: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23673:
23674: 2001-03-23 paf
23675:
23676: * src/: include/pa_pool.h, main/pa_request.C,
23677: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23678: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23679: targets/isapi/pool_storage.h: isapi: dumb pool storage
23680:
23681: * src/targets/isapi/pa_pool.C: decided to continue with extension
23682:
23683: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23684: it would be better to rewrite as filter then to deal with pool
23685:
23686: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23687: now like in cgi, not from APPL_PHYSICAL_PATH
23688:
23689: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23690: include/pa_config_fixed.h, include/pa_config_includes.h,
23691: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23692: include/pa_version.h, main/compile.y, main/execute.C,
23693: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23694: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23695: main/untaint.C, targets/cgi/parser3.C,
23696: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23697: cgi: reinvent document_root and request_uri under iis. autoconf
23698: updated. introducing ap_config_includes
23699:
23700: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23701:
23702: * src/targets/cgi/parser3.C: cgi: only one pool now
23703:
23704: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23705: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23706: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23707: types/pa_venv.h, types/pa_vform.C: sapi made object
23708:
23709: * src/: include/pa_globals.h, main/pa_request.C,
23710: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23711: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23712: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23713:
23714: * src/: main/pa_request.C, targets/cgi/parser3.C,
23715: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23716: isapi minor env beauty
23717:
23718: * src/: main/pa_request.C, targets/cgi/parser3.C,
23719: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23720: isapi document_root 0
23721:
23722: 2001-03-22 paf
23723:
23724: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23725:
23726: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23727: isapi/parser3isapi.C: z
23728:
23729: * src/: include/pa_pool.h, main/pa_request.C,
23730: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23731:
23732: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23733: kill.pl: isapi added utils
23734:
23735: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23736: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23737: types/pa_vform.C: isapi 0
23738:
23739: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23740: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23741: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23742: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23743: started isapi
23744:
23745: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23746: some comments
23747:
23748: * src/: include/pa_globals.h, include/pa_request.h,
23749: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23750: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23751: parser_root_auto_path parser_site_auto_path
23752:
23753: * src/types/pa_vcookie.C: cookie attr decoded
23754:
23755: 2001-03-21 paf
23756:
23757: * src/targets/cgi/parser3.C: z
23758:
23759: * src/include/pa_globals.h: post. todo: config of auto.p path
23760:
23761: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23762: types/pa_venv.h: in cookie & env. todo:post
23763:
23764: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23765: classes/root.C, classes/table.C, include/pa_array.h,
23766: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23767: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23768: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23769: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23770: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23771: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23772: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23773: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23774: shifted apache branch on main trunc
23775:
23776: * src/: include/pa_common.h, include/pa_globals.h,
23777: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23778: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23779: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23780: starting mod_parser3
23781:
23782: * src/targets/cgi/parser3.C: starting mod_parser3
23783:
23784: 2001-03-20 paf
23785:
23786: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23787: targets/cgi/parser3.C: automake compiled and works. todo:make
23788: win32 ifdefs work and add ifdef unistd
23789:
23790: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23791: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23792: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23793: z
23794:
23795: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23796: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23797: locking
23798:
23799: * src/: classes/Makefile.am, types/Makefile.am: z
23800:
23801: * src/: Makefile.am, classes/file.C, classes/root.C,
23802: classes/table.C, include/pa_array.h, include/pa_request.h,
23803: include/pa_string.h, main/Makefile.am, main/execute.C,
23804: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23805: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23806: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23807: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23808:
23809: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23810: main/pa_request.C, types/pa_vfile.h: ^table:save
23811:
23812: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23813: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23814: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23815: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23816: types/pa_vform.h: z
23817:
23818: * src/include/pa_string.h: z
23819:
23820: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23821: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23822: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23823: :Value
23824:
23825: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23826: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23827: :VStateless_object
23828:
23829: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23830: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23831: :VStateless_object
23832:
23833: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23834: types/pa_valiased.C, types/pa_vform.h: commented VForm
23835:
23836: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23837: types/pa_valiased.h, types/pa_value.h,
23838: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23839: types/pa_vstateless_object.h: moved common get_element part from
23840: stateless object&class into VAliased
23841:
23842: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23843: classes/table.C, main/execute.C, main/main.dsp,
23844: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23845: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23846: now :Value
23847:
23848: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23849: main/execute.C, main/main.dsp, main/pa_globals.C,
23850: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23851:
23852: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23853: doxx
23854:
23855: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23856: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23857: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23858: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23859: and ^file:save
23860:
23861: 2001-03-19 paf
23862:
23863: * src/types/pa_vfile.C: z
23864:
23865: * src/: classes/file.C, classes/request.C, classes/table.C,
23866: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23867: main/pa_request.C, main/untaint.C, types/pa_value.h,
23868: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23869:
23870: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23871: include/pa_string.h, include/pa_table.h, main/main.dsp,
23872: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23873: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23874: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23875: classes/_file.h, classes/file.C, types/pa_vfile.C,
23876: types/pa_vfile.h: file class just compiled
23877:
23878: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23879: include/pa_table.h, include/pa_types.h, main/execute.C,
23880: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23881: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23882: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23883:
23884: * src/include/pa_pool.h: z
23885:
23886: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23887: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23888: Hash::Value to Val so to doxygen would finlly stop confusing
23889: those Value-s
23890:
23891: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23892: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23893: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23894: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23895: include/pa_types.h, main/compile.C, main/compile.y,
23896: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23897: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23898: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23899: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23900: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23901:
23902: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23903: derivates somehow unlinked. don't know why yet
23904:
23905: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23906: include/pa_string.h, include/pa_threads.h, main/compile.C,
23907: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23908: main/execute.C, main/pa_array.C, main/pa_common.C,
23909: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23910: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23911: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23912:
23913: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23914: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23915: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23916: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23917: types/pa_vrequest.h: doc: detected Value derivates prob
23918:
23919: * src/include/pa_globals.h: z
23920:
23921: * src/: classes/_request.h, classes/request.C, include/code.h,
23922: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23923: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23924: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23925: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23926: main/execute.C, main/pa_pool.C, main/pa_request.C,
23927: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23928: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23929:
23930: 2001-03-18 paf
23931:
23932: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23933: cookie: allowed access to hash-assigned
23934:
23935: * src/targets/cgi/parser3.C: z
23936:
23937: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23938: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23939: include/pa_types.h, main/main.dsp, main/pa_common.C,
23940: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23941: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23942: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23943: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23944: types/pa_vunknown.h: cookie class
23945:
23946: * src/main/pa_request.C: zero length output allowed
23947:
23948: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23949: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23950:
23951: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23952: lang switch
23953:
23954: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23955: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23956: types/pa_value.h, types/pa_vhash.h:
23957: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23958:
23959: * src/main/execute.C: z
23960:
23961: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23962: targets/cgi/parser3.C: taint[uri
23963:
23964: * src/: classes/request.C, classes/response.C, classes/root.C,
23965: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23966: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23967: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23968:
23969: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23970: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23971: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23972: types/pa_vstateless_class.C: convinient string(pool, char *src,
23973: bool tainted) ctor
23974:
23975: * src/: include/pa_hash.h, include/pa_request.h,
23976: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23977: main/pa_request.C, main/pa_string.C, main/untaint.C,
23978: targets/cgi/parser3.C: proper @exceptions params tainting
23979:
23980: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23981: response fields to header
23982:
23983: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23984: z
23985:
23986: * src/: classes/_response.h, classes/response.C,
23987: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23988: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23989: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23990: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23991: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23992: $response: 0 request::core exception rethrow
23993:
23994: 2001-03-16 paf
23995:
23996: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23997: types/pa_vrequest.h: native method' class call with less params
23998: then needed error reporting
23999:
24000: * src/: classes/_request.h, classes/request.C,
24001: include/pa_globals.h, include/pa_request.h, main/execute.C,
24002: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24003: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24004: types/pa_vrequest.h: $request : query :uri
24005:
24006: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24007: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24008: types/pa_wcontext.h: $result
24009:
24010: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24011:
24012: * src/: classes/double.C, include/code.h, main/compile.y,
24013: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24014: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24015:
24016: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24017: main/compile.y, main/execute.C, types/pa_value.h,
24018: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24019: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24020: wcontext conflict
24021:
24022: * src/: main/execute.C, types/pa_value.h,
24023: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24024: $string.field
24025:
24026: 2001-03-15 paf
24027:
24028: * src/main/pa_request.C: news sample
24029:
24030: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24031: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24032:
24033: * src/main/: compile.y, execute.C: z
24034:
24035: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24036: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24037: pre pre works
24038:
24039: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24040: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24041: fillfields just compiled
24042:
24043: 2001-03-14 paf
24044:
24045: * src/: include/pa_request.h, main/pa_request.C,
24046: targets/cgi/parser3.C: z
24047:
24048: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24049: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24050: types/pa_vstring.h: limits -1
24051:
24052: * src/: include/pa_globals.h, include/pa_request.h,
24053: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24054: main/pa_request.C, targets/cgi/parser3.C,
24055: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24056: request_info -1
24057:
24058: * src/: include/pa_globals.h, main/pa_globals.C,
24059: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24060: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24061: vform_fields_fill
24062:
24063: * src/targets/cgi/parser3.C: # if MSVC
24064:
24065: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24066: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24067:
24068: * src/targets/cgi/parser3.C: z
24069:
24070: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24071: include/pa_string.h, include/pa_types.h, main/compile.y,
24072: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24073: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24074: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24075: types/pa_vunknown.h: global handler, exceptions in parser3
24076:
24077: 2001-03-13 paf
24078:
24079: * src/: classes/form.C, main/compile.y, main/core.C,
24080: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24081: types/pa_vform.h, types/pa_vstateless_class.C,
24082: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24083: instead
24084:
24085: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24086: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24087: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24088: started cgi target
24089:
24090: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24091: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24092: before error show with parser
24093:
24094: * src/: classes/_form.h, classes/form.C, include/core.h,
24095: include/pa_request.h, main/core.C, main/pa_request.C,
24096: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24097:
24098: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24099:
24100: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24101: parser3.C: renamed targets/ parser to cgi
24102:
24103: * src/: classes/double.C, classes/env.C, classes/int.C,
24104: classes/root.C, classes/string.C, classes/table.C,
24105: include/pa_request.h, types/pa_vhash.h: z
24106:
24107: * src/: classes/_env.h, classes/env.C, classes/root.C,
24108: include/core.h, include/pa_pool.h, include/pa_request.h,
24109: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24110: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24111: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24112: [historical moment :)]
24113:
24114: * src/: include/code.h, include/pa_string.h, main/compile.y,
24115: main/execute.C, main/pa_string.C: 'value is type' expr operator
24116:
24117: * src/types/pa_venv.h: $ENV 1
24118:
24119: * src/main/execute.C: z
24120:
24121: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24122: future methods of ENV constructor if
24123:
24124: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24125: class
24126:
24127: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24128: classes/_root.h, classes/_string.h, classes/_table.h,
24129: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24130: classes/string.C, classes/table.C, include/pa_request.h,
24131: main/compile.C, main/compile_tools.h, main/core.C,
24132: main/execute.C, main/main.dsp, main/pa_request.C,
24133: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24134: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24135: types/pa_vobject.h, types/pa_vstateless_class.C,
24136: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24137: types/pa_wcontext.h: $ENV: re 0, stateless classes
24138:
24139: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24140: classes/_root.h, classes/_string.h, classes/_table.h,
24141: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24142: classes/string.C, classes/table.C, include/pa_request.h,
24143: main/compile.C, main/compile_tools.h, main/core.C,
24144: main/execute.C, main/main.dsp, main/pa_request.C,
24145: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24146: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24147: types/pa_vobject.h, types/pa_vstateless_class.C,
24148: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24149: types/pa_wcontext.h: $ENV: re 0, stateless classes
24150:
24151: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24152: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24153: yesterdays bad decision on execute_static_method
24154:
24155: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24156:
24157: * src/: classes/double.C, classes/int.C, classes/root.C,
24158: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24159:
24160: * src/main/pa_request.C: z
24161:
24162: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24163: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24164:
24165: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24166: include/pa_pool.h, main/pa_request.C:
24167: restructure_exceptions_dead_end
24168:
24169: * src/: classes/root.C, main/compile.y: ^if required junctions.
24170: allowed ; inside {} to break params
24171:
24172: * src/classes/root.C: ^eval
24173:
24174: * src/: classes/_string.h, classes/double.C, classes/int.C,
24175: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24176: string ^format
24177:
24178: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24179: 'bad' but not 'enough'
24180:
24181: * src/: classes/double.C, classes/root.C, classes/table.C,
24182: include/pa_common.h, include/pa_types.h, main/compile.y,
24183: main/pa_common.C, main/pa_request.C, main/untaint.C,
24184: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24185: types/pa_wwrapper.h: think constructing flag as is is bad
24186:
24187: * src/: classes/double.C, classes/int.C, classes/root.C,
24188: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24189: types/pa_vint.h: ^for
24190:
24191: 2001-03-12 paf
24192:
24193: * src/classes/table.C: table ^empty
24194:
24195: * src/: classes/table.C, include/pa_table.h: table ^menu
24196:
24197: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24198: ^offset ^line ^count
24199:
24200: * src/classes/root.C: ^round() ^floor() ^ceiling()
24201: ^abs() ^sign()
24202:
24203: * src/classes/: root.C, table.C: ^use
24204:
24205: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24206: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24207: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24208: ^while. switched off wcontext.constructing after write(value) or
24209: auto-vhash-constructing
24210:
24211: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24212: main/pa_request.C: fail_if_junction_ helper func
24213:
24214: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24215: include/pa_request.h, main/execute.C, main/main.dsp,
24216: main/pa_common.C, main/pa_request.C: ^process error point by
24217: actual method_name, not source. ^load
24218:
24219: * src/types/pa_vtable.h: table: no, better with string in cells...
24220:
24221: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24222: classes/_table.h, classes/table.C, main/untaint.C: z
24223:
24224: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24225: include/pa_table.h, main/core.C, main/execute.C,
24226: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24227: types/pa_value.h: table:set 0
24228:
24229: * src/: classes/root.C, include/core.h, include/pa_array.h,
24230: include/pa_request.h, include/pa_table.h, main/core.C,
24231: main/main.dsp, main/pa_request.C, main/pa_table.C,
24232: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24233: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24234: types/pa_vstring.h: freeze, ^table:create[] -1
24235:
24236: * src/: classes/root.C, types/pa_value.h: z
24237:
24238: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24239: get_method in couple places optimizing them
24240:
24241: * src/classes/root.C: z
24242:
24243: * src/: classes/root.C, types/pa_vclass.h: process temp main
24244: zeroing
24245:
24246: * src/: classes/double.C, classes/int.C, classes/root.C,
24247: classes/string.C, include/pa_common.h, include/pa_request.h,
24248: include/pa_string.h, include/pa_types.h, main/compile.C,
24249: main/compile.y, main/compile_tools.h, main/execute.C,
24250: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24251: types/pa_vmframe.h: ^process. actual names to store param and
24252: check_actual_numbered_params for better place diagnostics
24253:
24254: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24255: method-junctions bug fixed
24256:
24257: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24258: pa_vstateless_object.h, pa_vstring.h: stateless_object
24259:
24260: 2001-03-11 paf
24261:
24262: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24263: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24264: VDouble VInt base now VObject_base - without fields
24265:
24266: * src/: classes/root.C, include/core.h, main/core.C: z
24267:
24268: * src/: classes/double.C, classes/int.C, classes/root.C,
24269: classes/string.C, include/core.h, include/pa_hash.h,
24270: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24271: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24272:
24273: * src/: classes/double.C, classes/int.C, classes/root.C,
24274: include/pa_request.h, main/execute.C: intercept_string
24275:
24276: * src/: classes/double.C, classes/int.C, classes/root.C,
24277: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24278:
24279: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24280: ^inc-s(expr)
24281:
24282: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24283: classes/_root.h, classes/_string.h, classes/double.C,
24284: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24285: include/code.h, include/core.h, include/pa_array.h,
24286: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24287: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24288: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24289: include/pa_types.h, main/compile.C, main/compile.y,
24290: main/compile_tools.C, main/compile_tools.h, main/core.C,
24291: main/execute.C, main/pa_array.C, main/pa_common.C,
24292: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24293: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24294: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24295: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24296: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24297: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24298: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24299: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24300:
24301: * src/: main/pa_request.C, types/pa_vhash.h: z
24302:
24303: * src/: include/core.h, include/pa_request.h, main/core.C,
24304: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24305:
24306: * src/: include/pa_valiased.h, include/pa_value.h,
24307: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24308: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24309: include/pa_vjunction.h, include/pa_vmframe.h,
24310: include/pa_vobject.h, include/pa_vstring.h,
24311: include/pa_vunknown.h, include/pa_wcontext.h,
24312: include/pa_wwrapper.h, main/compile.y, main/core.C,
24313: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24314: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24315: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24316: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24317: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24318: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24319: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24320: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24321: include/
24322:
24323: 2001-03-10 paf
24324:
24325: * src/: include/core.h, include/pa_request.h, main/core.C,
24326: main/pa_request.C: run+auto=run
24327:
24328: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24329:
24330: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24331: classes/_root.h, classes/_string.h, classes/double.C,
24332: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24333: include/code.h, include/core.h, include/pa_array.h,
24334: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24335: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24336: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24337: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24338: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24339: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24340: include/pa_vjunction.h, include/pa_vmframe.h,
24341: include/pa_vobject.h, include/pa_vstring.h,
24342: include/pa_vunknown.h, include/pa_wcontext.h,
24343: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24344: main/compile_tools.C, main/compile_tools.h, main/core.C,
24345: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24346: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24347: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24348: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24349: main/pa_wcontext.C: sources header
24350:
24351: * src/main/pa_request.C: auto..
24352:
24353: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24354: main/pa_request.C: auto tree0
24355:
24356: * src/: include/core.h, include/pa_request.h, main/compile.y,
24357: main/core.C, main/pa_request.C: names to core.C
24358:
24359: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24360: include/pa_request.h, main/core.C, main/execute.C,
24361: main/pa_common.C, main/pa_request.C: root auto.p loaded
24362:
24363: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24364: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24365: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24366: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24367:
24368: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24369: @auto[] realised. auto.p scan togo
24370:
24371: * src/: include/pa_request.h, main/execute.C: autocalc
24372: code-junctions result now have names
24373:
24374: * src/: classes/double.C, classes/int.C, classes/root.C,
24375: classes/string.C, include/pa_request.h, include/pa_string.h,
24376: include/pa_wcontext.h, main/compile.y, main/execute.C,
24377: main/pa_string.C, main/pa_wcontext.C: tainting 0
24378:
24379: * src/classes/env.C: env:file/line
24380:
24381: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24382: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24383: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24384: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24385: main/compile_tools.C, main/compile_tools.h, main/core.C,
24386: main/execute.C, main/main.dsp, main/pa_cframe.C,
24387: main/pa_request.C, main/pa_wcontext.C: const fight finished
24388:
24389: * src/include/pa_vclass.h: const fight to go
24390:
24391: * src/: classes/_env.h, classes/env.C, classes/root.C,
24392: include/pa_request.h, include/pa_vclass.h, main/core.C,
24393: main/main.dsp: env0
24394:
24395: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24396: classes/_string.h, classes/double.C, classes/int.C,
24397: classes/root.C, classes/string.C, include/pa_request.h,
24398: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24399: include/pa_wcontext.h, main/core.C, main/main.dsp,
24400: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24401: main/pa_wcontext.C: ^lang prepare0
24402:
24403: 2001-03-09 paf
24404:
24405: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24406: construct proper naming
24407:
24408: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24409: classes/double.C, classes/int.C, classes/root.C,
24410: classes/string.C, include/code.h, include/pa_value.h,
24411: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24412: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24413: main/compile.y, main/compile_tools.C, main/core.C,
24414: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24415: and ^double[]. fixed expr type
24416:
24417: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24418: ^string.length[]
24419:
24420: 2001-03-08 paf
24421:
24422: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24423:
24424: * src/: include/pa_vclass.h, include/pa_vstring.h,
24425: include/pa_wcontext.h, main/compile.y, main/core.C,
24426: main/execute.C, main/main.dsp: dead end: vstring can't be
24427: derivated from vobject
24428:
24429: * src/: include/pa_vclass.h, include/pa_vhash.h,
24430: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24431:
24432: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24433: remained clone conseqs
24434:
24435: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24436:
24437: * src/main/pa_vclass.C: wow! vclass were out of vcs
24438:
24439: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24440: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24441: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24442: include/pa_vobject.h, include/pa_vstring.h,
24443: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24444: main/execute.C: withoud cloning. didn't need it actually, params
24445: got passed from out unnamed ewpool
24446:
24447: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24448: include/pa_vjunction.h, include/pa_vobject.h,
24449: include/pa_vunknown.h, main/compile.y: cloning dead end
24450:
24451: * src/: include/pa_bool.h, include/pa_double.h,
24452: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24453: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24454: include/pa_vjunction.h, include/pa_vmframe.h,
24455: include/pa_vobject.h, include/pa_vstring.h,
24456: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24457: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24458: to give params proper names
24459:
24460: * src/main/pa_wcontext.C: z
24461:
24462: * src/: include/pa_vmframe.h, main/execute.C: added names to
24463: unknown values in get_element and unfilled params. removed wrong
24464: name change in get_element
24465:
24466: * src/main/execute.C: z
24467:
24468: * src/main/execute.C: fixed problems calling operators in
24469: constructors
24470:
24471: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24472: detected problems calling operators in constructors
24473:
24474: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24475: autocalc def to string
24476:
24477: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24478: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24479:
24480: * src/classes/root.C: added root.c
24481:
24482: * src/: include/pa_request.h, include/pa_value.h,
24483: include/pa_vcframe.h, include/pa_vmframe.h,
24484: include/pa_wcontext.h, main/compile.C, main/compile.y,
24485: main/core.C, main/execute.C, main/pa_cframe.C,
24486: main/pa_wcontext.C: 'if' just compiled
24487:
24488: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24489: include/pa_vjunction.h, include/pa_vmframe.h,
24490: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24491: main/pa_wcontext.C: z
24492:
24493: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24494: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24495: with parameter names in operator methods
24496:
24497: * src/main/compile.y: minor renamings in .y
24498:
24499: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24500: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24501: @BASE. changed 'RUN' assignment mech
24502:
24503: * src/main/execute.C: z
24504:
24505: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24506: main/compile_tools.h, main/execute.C: made class: dynamic, not
24507: static. so to enable runtime ^use
24508:
24509: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24510:
24511: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24512: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24513:
24514: * src/main/execute.C: root root in code-junction
24515:
24516: 2001-03-07 paf
24517:
24518: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24519: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24520:
24521: * src/: include/pa_stack.h, include/pa_value.h,
24522: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24523: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24524: fixed rwcontext of {} params up
24525:
24526: * src/main/: compile.y, compile_tools.h: ^func(params)
24527:
24528: * src/main/compile.y: .y priorities syntax shaped up a bit
24529:
24530: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24531: include/pa_vunknown.h, main/compile.y, main/execute.C,
24532: main/pa_hash.C: expr def in -f
24533:
24534: * src/main/: compile.y, execute.C: expr calls
24535:
24536: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24537: fixed
24538:
24539: * src/main/compile.y: expr quoted code
24540:
24541: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24542: support0
24543:
24544: * src/main/compile.y: expr string comparisons 0
24545:
24546: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24547: main/pa_string.C: just compiled lt&co
24548:
24549: * src/main/execute.C: ^var.menu{$field} problem detected. that
24550: $field not a $var.field
24551:
24552: 2001-03-06 paf
24553:
24554: * src/main/compile.y: .y expr visible-shorter
24555:
24556: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24557: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24558: logical
24559:
24560: * src/: include/pa_vstring.h, main/compile.y: problems with
24561: skipping whitespace in yylex
24562:
24563: * src/include/pa_vbool.h: forgot this
24564:
24565: * src/: include/code.h, main/compile.y, main/execute.C: without
24566: string ops in expressions 0
24567:
24568: * src/: include/pa_value.h, include/pa_vdouble.h,
24569: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24570: main/execute.C, main/main.dsp: !~
24571:
24572: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24573: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24574: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24575: include/pa_vunknown.h, include/pa_wcontext.h,
24576: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24577: main/compile_tools.h, main/execute.C: +-*/
24578:
24579: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24580: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24581:
24582: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24583: main/execute.C: expr grammar-1 2*2=4.000000 :)
24584:
24585: * src/main/compile.y: expr grammar-1
24586:
24587: * src/main/compile.y: expr lexx1
24588:
24589: * src/main/: compile.y, execute.C, main.dsp: z
24590:
24591: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24592: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24593: main/execute.C: expr lex0 exec-1
24594:
24595: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24596:
24597: 2001-02-26 paf
24598:
24599: * src/main/compile.y: max_string in yyerror bug fix
24600:
24601: 2001-02-25 paf
24602:
24603: * src/: include/pa_value.h, include/pa_vmframe.h,
24604: include/pa_wcontext.h, main/execute.C: VAliased3
24605:
24606: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24607:
24608: * src/main/execute.C: VAliased1
24609:
24610: * src/: include/pa_request.h, include/pa_value.h,
24611: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24612: VAliased0
24613:
24614: * src/: include/pa_pool.h, include/pa_request.h,
24615: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24616: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24617: VAliased just compiled
24618:
24619: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24620: include/pa_vobject.h, main/execute.C: alias dead end
24621:
24622: * src/: include/pa_value.h, include/pa_vclass.h,
24623: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24624: main/main.dsp: no not get fields into interm VFielded class.
24625: fields & staticfields 1
24626:
24627: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24628: include/pa_vobject.h, include/pa_wcontext.h,
24629: include/pa_wwrapper.h, main/core.C, main/execute.C,
24630: main/main.dsp: would now get fields into interm VFielded class
24631:
24632: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24633: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24634: include/pa_wcontext.h, main/compile.y, main/core.C,
24635: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24636: main/pa_wcontext.C: virtuals2
24637:
24638: * src/main/compile.y: : 1
24639:
24640: * src/main/compile.y: rethought to $class:static.field.subfield
24641:
24642: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24643: $class:element
24644:
24645: * src/: include/pa_value.h, include/pa_vmframe.h,
24646: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24647: main/pa_wcontext.C: before execute class calls rewrite
24648:
24649: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24650: name RUN, also alias
24651:
24652: * src/main/compile.y: escaping bug
24653:
24654: * src/: include/pa_request.h, include/pa_value.h,
24655: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24656: main/core.C, main/execute.C, main/pa_common.C: vobject1
24657:
24658: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24659: include/pa_vmframe.h, include/pa_vobject.h,
24660: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24661: main/compile_tools.h, main/execute.C: ^class:method() just
24662: compiled
24663:
24664: 2001-02-24 paf
24665:
24666: * src/main/main.dsp: no bison -d
24667:
24668: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24669: class' err msg wrong
24670:
24671: * src/main/compile.y: z
24672:
24673: * src/main/: compile.y, core.C: yylex need some @special lines adj
24674:
24675: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24676: main/compile.y, main/compile_tools.h, main/core.C: modules0
24677:
24678: * src/: include/pa_vclass.h, main/core.C: z
24679:
24680: * src/: include/pa_value.h, include/pa_vclass.h,
24681: include/pa_vobject.h, main/main.dsp: vobject00
24682:
24683: * src/main/pa_array.C: minor bug in expanding very small arrays.
24684: 60% from 1 were 0
24685:
24686: * src/: include/pa_value.h, include/pa_wcontext.h,
24687: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24688: as bad as you've named it: wcontext.value() was not a perfect
24689: idea
24690:
24691: * src/main/execute.C: codeframe1
24692:
24693: * src/: include/pa_value.h, include/pa_vcframe.h,
24694: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24695: include/pa_vjunction.h, include/pa_vmframe.h,
24696: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24697: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24698: just compiled
24699:
24700: * src/: include/pa_vframe.h, main/compile.y: found junction
24701: ideology @: ^x{$a()) must construct current wcontext element, so
24702: smart wcontext handling needed
24703:
24704: * src/main/compile.y: fixed grammar bugs in constructor/params
24705: klinch
24706:
24707: * src/main/: compile.y, execute.C: fixed empty constructor
24708: optimized empty case. failed on calls - produced empty string
24709: param
24710:
24711: * src/main/compile.y: fixed last \n macrotemplate strip bug
24712:
24713: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24714: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24715: main/compile_tools.C, main/compile_tools.h, main/core.C,
24716: main/execute.C: code junctions0. something wrong with last \n
24717: macrotemplate strip
24718:
24719: * src/: include/pa_value.h, main/compile.C, main/core.C,
24720: main/pa_value.C: minor error reporting format beautifyings
24721:
24722: * src/: include/pa_value.h, include/pa_vclass.h,
24723: include/pa_vframe.h, main/core.C, main/execute.C,
24724: main/pa_value.C: get_method RIP. junctions everywhere. call with
24725: junctions0
24726:
24727: 2001-02-23 paf
24728:
24729: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24730: pa_wwrapper.h: lara came, can't work, sorry :(
24731:
24732: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24733: junction
24734:
24735: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24736: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24737: main/execute.C, main/main.dsp, main/pa_value.C: call0
24738:
24739: * src/: include/pa_hash.h, include/pa_value.h,
24740: include/pa_wcontext.h, main/core.C, main/execute.C,
24741: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24742: done
24743:
24744: * src/include/pa_wcontext.h: z
24745:
24746: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24747: wrong grammar in complex constructor case
24748:
24749: * src/main/: compile.y, execute.C: empty constructor bug fixed
24750:
24751: * src/main/execute.C: with result rwpool
24752:
24753: * src/: include/pa_value.h, main/core.C, main/execute.C,
24754: main/main.dsp: value named
24755:
24756: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24757: strign 2 value in 2 places in execute
24758:
24759: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24760: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24761: wcontext.put_element when wcontext fvalue==0
24762:
24763: 2001-02-22 paf
24764:
24765: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24766: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24767: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24768:
24769: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24770: erroreos checkout
24771:
24772: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24773:
24774: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24775: main/compile_tools.h, main/pa_array.C: $self.get
24776:
24777: * src/main/: compile.C, compile.y, compile_tools.C: z
24778:
24779: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24780: bit. finished now.
24781:
24782: * src/main/compile.y: $: finished
24783:
24784: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24785:
24786: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24787: main/execute.C: OP_STRING better then some xxx _VALUE
24788:
24789: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24790: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24791: string to vstring it .y all
24792:
24793: * src/: include/pa_request.h, include/pa_stack.h,
24794: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24795: all
24796:
24797: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24798: precise parse error line:col
24799:
24800: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24801: main/pa_hash.C, main/pa_pool.C: TRY...
24802:
24803: * src/: include/pa_exception.h, include/pa_pool.h,
24804: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24805: main/compile.C, main/compile.y, main/compile_tools.C,
24806: main/core.C, main/pa_array.C, main/pa_exception.C,
24807: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24808: main/pa_table.C: removed exception from request
24809:
24810: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24811: some forgotten
24812:
24813: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24814: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24815: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24816: get/put simple vars to VClass works0
24817:
24818: * src/: include/pa_array.h, include/pa_wcontext.h,
24819: main/pa_string.C: in process, but found that exceptions are too
24820: global
24821:
24822: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24823: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24824: main/execute.C, main/pa_string.C: write_value write_string 0 it
24825: seems wcontext must write strings regardles of fvalue!=0
24826:
24827: 2001-02-21 paf
24828:
24829: * src/main/execute.C: tired :)
24830:
24831: * src/main/: compile.C, compile.y, execute.C: store0
24832:
24833: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24834: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24835: include/pa_wcontext.h, main/compile.C, main/compile.y,
24836: main/execute.C, main/main.dsp, main/pa_array.C,
24837: main/pa_request.C: get put -1 [just compiled]
24838:
24839: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24840: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24841: main/main.dsp, main/pa_request.C: request core methods0
24842:
24843: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24844: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24845: execute
24846:
24847: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24848: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24849: methods and one_big_piece. now compile returns array<method*>
24850:
24851: * src/main/compile.y: more straightforward yylex[end]
24852:
24853: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24854: string.operator==(char*)
24855:
24856: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24857: main/execute.C, main/pa_array.C: after array.const get wonders
24858:
24859: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24860: pa_string.h, pa_value.h: struck with const array.gets
24861:
24862: * src/main/: execute.C: z
24863:
24864: * src/main/: compile.y, execute.C: z
24865:
24866: * src/main/: compile.C, compile.y, compile_tools.h: error
24867: processing in eval & yyerror so it wouldn't cause memleaks.
24868:
24869: * src/main/: compile.C, compile.y: failed to add absolute precies
24870: parse error positions. leaving RIGHTMOST position as
24871: @file[line:col]
24872:
24873: * src/: include/compile.h, main/compile.C, main/compile.y,
24874: main/compile_tools.h: line numbers needed. would add them to .y
24875: now internally. externally it's not as precise as needed
24876:
24877: * src/: include/code.h, include/pa_types.h, main/compile.C,
24878: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24879: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24880: compiler works ok
24881:
24882: 2001-02-20 paf
24883:
24884: * src/main/: compile.C, compile.y, compile_tools.C,
24885: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24886: not perfect
24887:
24888: * src/: include/code.h, include/compile.h, include/execute.h,
24889: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24890: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24891: main/compile.C, main/compile.y, main/compile_tools.C,
24892: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24893: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24894: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24895: compiled. execute=dump for now
24896:
24897: * src/main/core.C: core rewrite using yacc investigations now will
24898: be compile[yacc]/execute[opcodes]
24899:
24900: 2001-02-15 paf
24901:
24902: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24903: rewrite as turing machine? for it seems it would be it's too many
24904: ifs with this syntax now
24905:
24906: 2001-02-14 paf
24907:
24908: * src/main/core.C: get_params 1
24909:
24910: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24911: :( ]
24912:
24913: * src/main/core.C: varios breaks
24914:
24915: * src/main/core.C: get names 3
24916:
24917: * src/main/core.C: get names 2
24918:
24919: * src/main/core.C: get names 1
24920:
24921: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24922: names 0
24923:
24924: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24925: text repassing2 operator static vars
24926:
24927: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24928: main/pa_string.C: process text repassing
24929:
24930: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24931: module:calls changes
24932:
24933: 2001-02-13 paf
24934:
24935: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24936: ^class:calls[] started
24937:
24938: * src/: include/pa_value.h, main/core.C: z
24939:
24940: * src/main/core.C: operators : and self. prefixes
24941:
24942: * src/main/core.C: z
24943:
24944: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24945: tested
24946:
24947: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24948: optimized
24949:
24950: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24951: would change privates to better support optimization
24952:
24953: * src/: include/pa_string.h, main/pa_string.C:
24954: String_iterator::skip_to todo:optimize
24955:
24956: 2001-02-12 paf
24957:
24958: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24959: String_iterator
24960:
24961: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24962: comments
24963:
24964: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24965: self/methodref joined
24966:
24967: 2001-02-11 paf
24968:
24969: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24970: main/main.dsp: core started. core.C, context&value .h
24971:
24972: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24973: include/pa_string.h, main/main.dsp, main/pa_array.C,
24974: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24975:
24976: 2001-01-30 paf
24977:
24978: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24979: comments
24980:
24981: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24982: main/pa_pool.C: moved pa_pool.C to be target specific
24983:
24984: * src/: include/pa_exception.h, include/pa_pool.h,
24985: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24986: to & changes
24987:
24988: * src/: include/pa_exception.h, include/pa_pool.h,
24989: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24990: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24991: re-associated. that's much better even removed 'die' necessety
24992:
24993: * src/: include/pa_error.h, include/pa_exception.h,
24994: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24995: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24996: targets/Makefile.am: lowered targets/parser into subdir, added
24997: parser_Pool(Pool) failed to add. would think..
24998:
24999: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25000: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25001: main/pa_string.C, main/pa_table.C: Table more like C++ style
25002: hence lots of 'const'
25003:
25004: * src/: include/pa_error.h, include/pa_request.h,
25005: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25006: main/pa_table.C: Error fixed
25007:
25008: 2001-01-29 paf
25009:
25010: * src/: include/pa_array.h, include/pa_common.h,
25011: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25012: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25013: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25014: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25015:
25016: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25017: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25018: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25019: main/pa_string.C, main/pa_table.C: Request Error Table
25020:
25021: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25022: templates"
25023:
25024: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25025: main/main.dsp, main/pa_array.C: templates failed no template
25026: specializations [VC6], no library auto instantation [VC6, GNU c++
25027: 2.95.2-6 from latest cygwin]
25028:
25029: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25030: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25031: main/main.dsp, main/pa_array.C, main/pa_string.C,
25032: main/pa_table.C: Table started would test template Array now
25033:
25034: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25035: String originating
25036:
25037: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25038: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25039: SYNCHRONIZED(thread_safe)
25040:
25041: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25042: parts to top
25043:
25044: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25045: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25046: see: needed only in global Hash now, made Hash:: put/get
25047: SYNCHRONIZED
25048:
25049: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25050: main/pa_threads.C: added pa_threads
25051:
25052: Mutex
25053:
25054: * src/include/pa_hash.h: some comments
25055:
25056: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25057: Array& operator += (Array& src)
25058:
25059: * src/main/pa_array.C: expand not convinient, would rewrite
25060:
25061: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25062: (Array& src)
25063:
25064: rethought, would change now
25065:
25066: 2001-01-27 paf
25067:
25068: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25069: caching
25070:
25071: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25072: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25073: cache rethought to chunk caching
25074:
25075: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25076: include/pa_string.h, main/main.dsp, main/pa_array.C,
25077: main/pa_hash.C, main/pa_string.C: Array 0
25078:
25079: * src/main/pa_string.C: String::operator ==
25080:
25081: * src/main/pa_hash.C: String(&String)
25082:
25083: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25084:
25085: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25086: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25087: pa_hash[forgotten]
25088:
25089: 2001-01-26 paf
25090:
25091: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25092: removed templates [vc++ suxx]
25093:
25094: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25095: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25096:
25097: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25098:
1.119 moko 25099: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25100:
1.119 moko 25101: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25102: check
25103:
25104: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25105: dynamic row_count
25106:
25107: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25108: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25109: targets/Makefile.am: Initial revision
25110:
25111: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25112: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25113: targets/Makefile.am: creating parser3 module
25114:
E-mail: