Annotation of parser3/ChangeLog, revision 1.184
1.184 ! moko 1: 2023-11-18 moko
! 2:
! 3: * src/include/pa_types.h: minor
! 4:
! 5: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
! 6:
! 7: * tests/: 389.html, results/389.processed: error messages for some
! 8: OS differs a bit, reducing failing tests for them
! 9:
! 10: 2023-11-17 moko
! 11:
! 12: * tests/: 423.html, results/423.processed: test for optional
! 13: @auto[] inheritance added (related to feature #1233)
! 14:
! 15: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 16: types/pa_vstateless_class.C: optional @auto[] inheritance
! 17: implemented if defined with two args (path, class name)
! 18: (implements feature #1233)
! 19:
! 20: * src/: classes/double.C, classes/int.C, classes/math.C,
! 21: include/pa_random.h, include/pa_types.h, main/pa_common.C,
! 22: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
! 23: sync double->int overflow behavour under different architectures
! 24: (fixes bug #1232)
! 25:
! 26: * tests/: 422.html, results/422.processed: int clipping added
! 27:
! 28: 2023-11-16 moko
! 29:
! 30: * tests/: 422.html, results/422.processed: test for int and uint
! 31: overflow in ^n.format[d/u/x]
! 32:
! 33: * src/classes/math.C: bugfix: crc32 should not be negative (under
! 34: Apple M1 when negative double converts to uint the result is 0)
! 35: and crc32 should be 32 bits
! 36:
! 37: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
! 38: on Apple M1 it's 0
! 39:
! 40: * src/classes/file.C: bugfix: crc32 should not be negative (under
! 41: Apple M1 when negative double converts to uint the result is 0)
! 42: and crc32 should be 32 bits
! 43:
1.183 moko 44: 2023-10-07 moko
45:
46: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
47: behavour with other OP_NUM_*, related to bug #1230
48:
49: 2023-10-06 moko
50:
51: * tests/: 338.html, results/338.processed: test for bug #1230 added
52:
53: * src/: main/execute.C, types/pa_vdate.h: force double operands to
54: be converted to double to avoid 80 bit operations in x87 mode
55: (fixes bug #1230)
56:
57: 2023-10-05 moko
58:
59: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
60: compatibility
61:
62: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
63:
64: * tests/: 421.html, results/421.processed: test to cover all
65: classes and objects nonexistent method and field exceptions
66: (related to feature #1080 and #1227)
67:
68: * tests/results/: 182.processed, 324.processed: undefined method ->
69: <type> method not found exception (related to feature #1080)
70:
71: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
72: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
73: "element can not be fetched from" for them, "field not found" for
74: all other types (related to bug #1227)
75:
76: 2023-10-03 moko
77:
78: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
79: <type> method not found" exception now thrown for static calls
80: instead of "undefined method" without class name (related to
81: feature #1080)
82:
83: 2023-10-02 moko
84:
85: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
86: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
87: <method name>, Comment: <type> method not found" exception now
88: thrown for all dynamic objects instead of "undefined method"
89: without class name (implements feature #1080)
90:
1.182 moko 91: 2023-10-01 moko
92:
93: * src/classes/json.C: we don't have a dynamic json object.
94:
95: 2023-09-28 moko
96:
97: * tests/: 420.html, results/261.processed, results/420.processed:
98: tests updated after bug #1228 fix reverted
99:
100: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
101: whitespace string is hash compatible, so we don't want $s.key to
102: return a junction
103:
104: * tests/: 261.html, 420.html, results/261.processed,
105: results/420.processed: test for bug #1227 added, test updated
106: after bug #1228 fixed
107:
108: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
109: now throws exception as $non-empty-string.field (fixes bug #1227)
110:
111: * src/types/pa_vstring.h: allow $string.method access (fixes bug
112: #1228)
113:
114: 2023-09-26 moko
115:
116: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
117: src/classes/classes.C, src/classes/classes.awk,
118: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
119: src/classes/double.C, src/classes/file.C, src/classes/form.C,
120: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
121: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
122: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
123: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
124: src/classes/regex.C, src/classes/response.C,
125: src/classes/string.C, src/classes/table.C, src/classes/void.C,
126: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
127: src/include/pa_array.h, src/include/pa_base64.h,
128: src/include/pa_cache_managers.h, src/include/pa_charset.h,
129: src/include/pa_charsets.h, src/include/pa_common.h,
130: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
131: src/include/pa_dictionary.h, src/include/pa_dir.h,
132: src/include/pa_exception.h, src/include/pa_exec.h,
133: src/include/pa_globals.h, src/include/pa_hash.h,
134: src/include/pa_http.h, src/include/pa_memory.h,
135: src/include/pa_opcode.h, src/include/pa_operation.h,
136: src/include/pa_os.h, src/include/pa_pool.h,
137: src/include/pa_random.h, src/include/pa_request.h,
138: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
139: src/include/pa_sapi.h, src/include/pa_socks.h,
140: src/include/pa_sql_connection.h,
141: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
142: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
143: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
144: src/include/pa_table.h, src/include/pa_threads.h,
145: src/include/pa_types.h, src/include/pa_uue.h,
146: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
147: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
148: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
149: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
150: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
151: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
152: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
153: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
154: src/main/compile.tab.C, src/main/compile.y,
155: src/main/compile_tools.C, src/main/compile_tools.h,
156: src/main/execute.C, src/main/pa_base64.C,
157: src/main/pa_cache_managers.C, src/main/pa_charset.C,
158: src/main/pa_charsets.C, src/main/pa_common.C,
159: src/main/pa_dictionary.C, src/main/pa_dir.C,
160: src/main/pa_exception.C, src/main/pa_exec.C,
161: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
162: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
163: src/main/pa_request.C, src/main/pa_socks.C,
164: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
165: src/main/pa_stylesheet_connection.C,
166: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
167: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
168: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
169: src/main/untaint.C, src/main/helpers/simple_folding.pl,
170: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
171: src/targets/apache/mod_parser3_core.C,
172: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
173: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
174: src/types/pa_method.h, src/types/pa_property.h,
175: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
176: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
177: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
178: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
179: src/types/pa_vcookie.h, src/types/pa_vdate.C,
180: src/types/pa_vdate.h, src/types/pa_vdouble.h,
181: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
182: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
183: src/types/pa_vhash.C, src/types/pa_vhash.h,
184: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
185: src/types/pa_vimage.C, src/types/pa_vimage.h,
186: src/types/pa_vint.h, src/types/pa_vjunction.C,
187: src/types/pa_vjunction.h, src/types/pa_vmail.C,
188: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
189: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
190: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
191: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
192: src/types/pa_vobject.h, src/types/pa_vregex.C,
193: src/types/pa_vregex.h, src/types/pa_vrequest.C,
194: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
195: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
196: src/types/pa_vstateless_class.h,
197: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
198: src/types/pa_vstatus.h, src/types/pa_vstring.C,
199: src/types/pa_vstring.h, src/types/pa_vtable.C,
200: src/types/pa_vtable.h, src/types/pa_vvoid.C,
201: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
202: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
203: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
204: src/types/pa_wwrapper.h: copyright, authors actualized
205:
1.181 moko 206: 2023-08-20 moko
207:
208: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
209: commited (related to feature #1219)
210:
211: 2023-08-16 moko
212:
213: * src/main/pa_random.C: replaced clock precision with monotonicity
214: counter, good for Windows version with low clock frequency
215: (related to feature #1229)
216:
217: 2023-08-15 moko
218:
219: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
220: fixes related to feature #1229
221:
222: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
223: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
224: (implements feature #1229)
225:
1.180 moko 226: 2023-08-02 moko
227:
228: * tests/: results/417.processed, 417.html: test for empty string
229: match after last char added (related to bug #1224)
230:
231: * src/main/pa_string.C: avoid prestart++ after last char on zero
232: length match (related to bug #1224)
233:
1.179 moko 234: 2022-11-22 moko
235:
236: * tests/: 419.html, results/419.processed: test for L_URI and path
237: removeal from filename added (related to bug #1204)
238:
239: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
240: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
241: attribute value, L_URI should be used
242:
1.178 moko 243: 2022-09-21 moko
244:
245: * src/targets/cgi/parser3.C: more clear error messages
246:
247: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
248: SAPI_Info will return 0 in read_post and post_size !=
249: content_length will be thrown
250:
1.177 moko 251: 2022-08-23 moko
252:
253: * src/types/pa_vmail.C: .tables addes as .raw contains only last
254: header value
255:
256: 2022-08-22 moko
257:
258: * tests/: 418.html, results/418.processed: test for
259: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
260: to #1225)
261:
262: * src/classes/hash.C: keep old behavoir by default
263:
264: * src/classes/hash.C: ^hash_a.intersection[hash_b;
265: $.order[self|arg] ] added (implements #1215)
266:
1.176 moko 267: 2022-03-21 moko
268:
269: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
270: xmlInitCharEncodingHandlers is called in libxml static
271: initializers before gc_substitute_memory_management_functions in
272: pa_globals and thus gc may not see reference to our
273: xmlCharEncodingHandler and free it.
274:
1.175 moko 275: 2022-01-26 moko
276:
277: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
278:
1.174 moko 279: 2021-12-28 moko
280:
281: * tests/: 417.html, results/417.processed: test for empty string
282: match added (related to bug #1224)
283:
284: * src/main/pa_string.C: empty string match now works (fixes bug
285: #1224)
286:
1.173 moko 287: 2021-12-24 moko
288:
289: * tests/: 415_dir/29.p, results/415.processed: yet another test
290:
291: 2021-12-23 moko
292:
293: * src/: classes/table.C, main/pa_request.C: warnings war
294:
295: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
296: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
297:
298: 2021-12-21 moko
299:
300: * tests/: 416.html, results/416.processed: test for ^break[] in
301: ^hash/table.select[] (related to feature #1222)
302:
303: * src/classes/: hash.C, table.C: ^break[] support for
304: ^hash/table.select[] (implements feature #1222)
305:
1.172 moko 306: 2021-11-30 moko
307:
308: * src/targets/cgi/parser3.C: default sock_ready interval changed to
309: 0.5 sec
310:
1.171 moko 311: 2021-11-10 moko
312:
313: * tests/results/415.processed: more syntax errors tests added
314:
315: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
316: 28.p: minor syntax error tests
317:
318: * src/main/pa_exception.C: pa_strdup added for compatibility
319:
320: * src/classes/curl.C: hint to call ^curl:options[
321: $.library[correct.libcurl.so.name] ] added if default load fails.
322:
323: 2021-11-09 moko
324:
325: * src/main/compile.y: error message can be on stack
326:
327: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
328:
329: * src/main/pa_charset.C: memcpy is more correct and efficient in
330: this case then strncpy
331:
332: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
333: instead of strcpy where possible
334:
335: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
336: used to avoid MAX_STRING limit in Exception comment
337:
338: * tests/results/415.processed: compiler exceptions are no longer
339: limited to MAX_STRING
340:
341: * src/main/: compile.y, compile_tools.h: Parse_control uses const
342: char * instead of fixed buffer
343:
344: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
345: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
346: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
347: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
348: results/415.processed: tests for parser.compile exceptions added
349:
350: 2021-11-08 moko
351:
352: * src/: classes/math.C, include/pa_common.h, main/compile.y,
353: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
354: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
355: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
356: drawbacks
357:
1.170 moko 358: 2021-11-06 moko
359:
360: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
361: (implements feature #1219)
362:
363: * tests/: 414.html, results/414.processed: test for
364: ^hash.rename[from;to] added (related to feature #1144)
365:
366: 2021-11-05 moko
367:
368: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
369: (related to feature #1144)
370:
371: 2021-11-04 moko
372:
373: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
374: added (implements feature #1144)
375:
1.169 moko 376: 2021-10-19 moko
377:
378: * tests/: 413.html, results/413.processed: test for hash no longer
379: is accepted as file parameter (related to bug #1218)
380:
381: * src/: classes/curl.C, classes/file.C, classes/image.C,
382: classes/math.C, classes/xdoc.C, types/pa_value.C,
383: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
384: longer is accepted as file parameter (fixes bug #1218)
385:
1.168 moko 386: 2021-07-19 moko
387:
388: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
389: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
390:
1.167 moko 391: 2021-04-16 moko
392:
393: * src/types/pa_vmail.C: message can be null when e-mail is broken,
394: processing it leads to assertions.
395:
1.166 moko 396: 2021-03-25 moko
397:
398: * tests/: 412.html, results/412.processed: test to demonstrate bug
399: #1213
400:
1.165 moko 401: 2021-02-12 moko
402:
403: * tests/: 360.html, results/360.processed, results/363.processed:
404: parser method call in expression mode no longer differs from call
405: in string mode (related to feature #1211)
406:
407: 2021-02-11 moko
408:
409: * src/types/pa_vmail.C: mail parsing with Windows line endings
410: fixed (bug #1212)
411:
412: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
413: when called $v[^test[]] vs $v(^test[]), numbers are converted to
414: strings in both calls (implements feature #1211)
415:
1.164 moko 416: 2021-01-28 moko
417:
418: * buildall, etc/auto.p.in: to remove last patch in debian package
419:
420: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
421: 3.4.7b
422:
1.162 moko 423: 2021-01-21 moko
424:
425: * src/main/pa_http.C: no alarm() in file::load when web server mode
426: is MULTITHREADED
427:
1.157 moko 428: 2021-01-20 moko
429:
1.161 moko 430: * src/targets/apache/mod_parser3.c: it is more correct to recommend
431: 'a2enmod mpm_prefork'
432:
1.160 moko 433: * src/targets/apache/mod_parser3.c: prefork name is now
434: 'libapache2-mpm-itk'
435:
436: * src/targets/apache/mod_parser3_core.C: last regular malloc
437: removed
438:
1.159 moko 439: * src/targets/isapi/Makefile.am: -pa_threads.C
440:
1.158 moko 441: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
442: 3.4.6
443:
1.157 moko 444: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
445:
446: * etc/auto.p.in: @config[result] added to simplify $cfg change in
447: /httpd.p
448:
449: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
450: ^use[/httpd.p] + optional ^preprocess[] (related to feature
451: #1203)
452:
453: 2021-01-19 moko
454:
455: * buildall: --disable-parallel-mark added to avoid "number of
456: processors" threads creation for heap marking as it conflicts
457: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
458: limits threads)
459:
1.156 moko 460: 2021-01-16 moko
461:
462: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
463: main/pa_globals.C, main/pa_memory.C,
464: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
465: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
466: feature #1209)
467:
468: 2021-01-15 moko
469:
470: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
471: 3.4.6rc
472:
473: * src/classes/json.C: get_delim added for delimiter caching (10%
474: faster on large json)
475:
476: 2021-01-14 moko
477:
478: * operators.txt: updated with 3.4.6 changes
479:
480: * tests/results/224.processed: test result modified after
481: today(shift) implemented
482:
483: * tests/: 407.html, results/407.processed: test for ^hash.select
484: option $.default(bool) added (related to feature #1172)
485:
486: * src/classes/hash.C: ^hash.select option $.default(bool) added
487: (related to feature #1172)
488:
489: * tests/: 141.html, results/141.processed: test modified for
490: feature #1185.
491:
492: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
493: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
494: options $.lower(bool) (implements feature #1185)
495:
496: 2021-01-11 moko
497:
498: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
499: #1192)
500:
501: * tests/: 411.html, results/411.processed: test for ^date::today(N)
502: added (related to feature #1192)
503:
1.155 moko 504: 2021-01-05 moko
505:
506: * tests/: 270.html, results/270.processed: test modified to work
507: under Windows
508:
509: * tests/: 390.html, 395.html, results/395.processed: tests updated
510: 4 windows
511:
512: * tests/: 410.html, results/410.processed: test for
513: $CLASS-GETTER-PROTECTED(false) added
514:
515: 2021-01-04 moko
516:
517: * tests/: 409.html, results/409.processed, results/auto.p: test for
518: $MAIN:LOCALS(true) added
519:
1.154 moko 520: 2021-01-03 moko
521:
522: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
523: types/pa_vclass.h, types/pa_vstateless_class.C,
524: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
525: +LOCALS. $main -> $MAIN in exception texts (implements feature
526: #1207)
527:
528: 2021-01-02 moko
529:
530: * etc/auto.p.in: minor
531:
532: * src/main/pa_request.C: sending headers only after opening file to
533: allow error reporting if file was not opened (foreign group,
534: etc).
535:
536: 2020-12-31 moko
537:
538: * src/: include/pa_request.h, main/pa_request.C,
539: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
540:
541: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
542: main/pa_request.C: get_class_ref added and used
543:
544: * etc/auto.p.in: @CLASS httpd added
545:
546: * etc/auto.p.in: @auto[] is now first
547:
548: 2020-12-30 moko
549:
550: * tests/: 408.html, results/408.processed: test for bug #1166
551: (windows only) added
552:
553: * src/main/pa_common.C: create_dir_for_file should not create dir
554: for trailing / (fixes bug #1166)
555:
556: * tests/: 341.html, results/341.processed: tests for
557: ^nameless_table.hash[] added (related to feature #1138)
558:
559: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
560: (implements feature #1138), extra fields in named tables no
561: longer ignored (implements feature #1138)
562:
563: * tests/results/390.processed: updated after exception text change
564:
565: 2020-12-29 moko
566:
567: * tests/: 407.html, results/407.processed: +$._default check
568:
569: * src/classes/hash.C: keep $_default in ^hash.reverse[]
570:
571: * tests/: 407.html, results/407.processed: test for ^hash.select[]
572: and ^hash.reverse[] added (releated to feature #1172)
573:
574: * src/classes/hash.C:
575: ^hash.select[key;value](bool-condition)[options hash] +
576: ^hash.reverse[] added (implements feature #1172)
577:
578: * src/types/pa_vtable.h: warning war
579:
580: * src/include/pa_config_fixed.h: win32 fix
581:
1.153 moko 582: 2020-12-27 moko
583:
584: * tests/: 406.html, results/406.processed: test results updated
585:
586: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
587: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
588: spelling
589:
590: 2020-12-26 moko
591:
592: * tests/: 406.html, results/406.processed: tests for
593: ^table.rename[] added (related to feature #1148)
594:
595: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
596: ^table.rename[column name from;column name to], ^table.rename[
597: $.[column name from][column name to] ... ] added (implements
598: feature #1148)
599:
600: 2020-12-25 moko
601:
602: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
603: request_info now on stack to avoid yet another THREAD_LOCAL
604: memory deallocation issue (now with cookies), explained in #1203
605:
606: * src/types/pa_vcookie.C: fields should be inited
607:
608: 2020-12-24 moko
609:
610: * src/include/pa_stylesheet_connection.h: looks like
611: xsltFreeStylesheet leads to memory double-free. If so, it's for
612: sure libxml bug, but we have GC anyway, so we just remove this
613: call and see...
614:
615: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
616: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
617: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
618: abort.c:65:8 frame #3: 0x00000000004da663
619: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
620: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
621: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
622: malloc.c:617:9 frame #5: 0x0000000000577f0c
623: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
624: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
625: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
626: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
627: frame #8: 0x000000000050d35c
628: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
629: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
630: frame #10: 0x00000000004436e5
631: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
632: [inlined]
633: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
634: pa_stylesheet_connection.h:62:3
635:
636: 2020-12-23 moko
637:
638: * src/classes/image.C: ^image::measure[; $.video() ] option added
639:
640: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
641: ^image::measure[; $.video(true) ] added
642:
643: * src/main/pa_exec.C: not cleared automatically in multithreaded
644: httpd mode for unknown reasons
645:
646: 2020-12-22 moko
647:
648: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
649: error_log uri of currently processed document", but never used
650: and conflicts with how libgc stops threads on FreeBSD (#define
651: SIG_SUSPEND SIGUSR1), thus removed.
652:
653: 2020-12-21 moko
654:
655: * src/main/pa_request.C: +comment
656:
1.151 moko 657: 2020-12-20 moko
658:
1.152 moko 659: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
660: it is more safe to have versions of pa_strdup with one and two
661: arguments, as helper_length=0 not always mean that strlen()
662: should be called, but means zero.
663:
664: * src/targets/isapi/parser3isapi.C: minor
665:
666: * src/main/pa_http.C: +valid_http_method
667:
1.151 moko 668: * src/: include/pa_http.h, main/pa_http.C,
669: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
670:
671: 2020-12-17 moko
672:
673: * tests/: 405.html, results/405.processed: test for split by regex
674: added (related to feature #1160)
675:
676: * src/classes/string.C: split by regex implemented (feature #1160)
677:
678: * src/classes/string.C: minor
679:
680: * tests/: 404.html, results/404.processed: test for whitespace
681: string is now OK for table argument (related to feature #1169)
682:
683: * src/: classes/image.C, classes/string.C, classes/table.C,
684: types/pa_vmethod_frame.C: whitespace string is now OK for table
685: argument (as with hash) (implements feature #1169)
686:
687: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
688: limit for comment (fixes bug #1102)
689:
690: * src/targets/cgi/parser3.C: +HAVE_TLS check
691:
692: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
693:
694: * src/include/pa_config_includes.h: HAVE_TLS used
695:
696: * configure.ac: +TLS check
697:
698: * src/main/pa_http.C: content logging added
699:
700: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
701: clear_response_headers added
702:
703: 2020-12-16 moko
704:
705: * buildall: as we now use threads, libatomic_ops still required for
706: some OS.
707:
708: * src/main/pa_request.C: whitespace
709:
710: * src/: include/pa_request.h, main/pa_request.C:
711: Request::Exception_trace::table extracted and used
712:
713: * src/main/pa_request.C: moving output_result call outside of try
714: as network exceptions should not be handled by parser code
715:
716: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
717: logging network exchange
718:
719: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
720: via network if it was network write error.
721:
722: * src/targets/cgi/parser3.C: log -> pa_log
723:
724: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
725:
726: * src/main/pa_threads.C: getpid() if no gettid() found
727:
728: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
729: we need to ignore "void" connections from browsers (browsers open
730: connections in advance and they will be empty if user does not
731: request more pages)
732:
733: 2020-12-15 moko
734:
735: * src/targets/cgi/parser3.C: avoid previous uri in logs
736:
737: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
738: RequestController not needed in httpd mode
739:
740: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
741: classes/classes.h, classes/curl.C, classes/date.C,
742: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
743: classes/hashfile.C, classes/image.C, classes/inet.C,
744: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
745: classes/memcached.C, classes/memory.C, classes/op.C,
746: classes/reflection.C, classes/regex.C, classes/response.C,
747: classes/string.C, classes/table.C, classes/void.C,
748: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
749: include/pa_array.h, include/pa_base64.h,
750: include/pa_cache_managers.h, include/pa_charset.h,
751: include/pa_charsets.h, include/pa_common.h,
752: include/pa_config_fixed.h, include/pa_config_includes.h,
753: include/pa_dictionary.h, include/pa_dir.h,
754: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
755: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
756: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
757: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
758: include/pa_request_charsets.h, include/pa_request_info.h,
759: include/pa_sapi.h, include/pa_socks.h,
760: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
761: include/pa_stack.h, include/pa_string.h,
762: include/pa_stylesheet_connection.h,
763: include/pa_stylesheet_manager.h, include/pa_symbols.h,
764: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
765: include/pa_uue.h, include/pa_xml_exception.h,
766: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
767: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
768: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
769: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
770: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
771: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
772: main/compile.tab.C, main/compile.y, main/compile_tools.C,
773: main/compile_tools.h, main/execute.C, main/pa_base64.C,
774: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
775: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
776: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
777: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
778: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
779: main/pa_sql_driver_manager.C, main/pa_string.C,
780: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
781: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
782: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
783: main/untaint.C, sql/pa_sql_driver.h,
784: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
785: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
786: targets/isapi/parser3isapi.C, types/pa_junction.h,
787: types/pa_method.h, types/pa_property.h, types/pa_value.C,
788: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
789: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
790: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
791: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
792: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
793: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
794: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
795: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
796: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
797: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
798: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
799: types/pa_vmemory.h, types/pa_vmethod_frame.C,
800: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
801: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
802: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
803: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
804: types/pa_vstateless_object.h, types/pa_vstatus.C,
805: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
806: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
807: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
808: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
809: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
810:
811: * src/main/pa_request.C: old compilers support
812:
813: * tests/: 362.html, results/362.processed: test updated after
814: changes after upgrade to libxml2-2.9.9 were made (related to bug
815: #1108)
816:
817: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
818: removed, as xsltFreeStylesheet has side effects on original doc.
819: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
820: not updated after xdoc modification (part 3 of test 362).
821: (related to bug #1108)
822:
823: * src/targets/isapi/parser3isapi.C: +pa_strcat
824:
825: * src/: classes/memory.C, include/pa_memory.h,
826: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
827: PA_GC_GCOLLECT used
828:
829: * src/include/pa_memory.h: +PA_GC_COLLECT
830:
831: * src/targets/cgi/parser3.C: msvs support fixes
832:
833: * src/lib/gc/include/gc.h: more cleanup
834:
835: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
836:
837: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
838: targets/cgi/parser3.C: $main:HTTPD.mode implemented
839:
840: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
841:
842: * configure.ac: pthread.h added to checked headers
843:
844: * src/classes/table.C: string stream is back :)
845:
846: * src/classes/memory.C: GC_generate_random_backtrace no longer
847: exists
848:
849: * src/main/pa_globals.C: GC_dont_gc replaced
850:
851: * src/lib/gc/include/gc.h: major cleanup, only used functions are
852: left to simplify adding new functions. depricated GC_dont_gc
853: replaced with GC_disable and GC_enable calls.
854:
855: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
856: CORD_from_file* not used and thus removed
857:
858: * src/lib/gc/include/gc_allocator.h: minor cleanup
859:
860: 2020-12-14 moko
861:
862: * src/classes/: curl.C, memory.C, table.C: every TLS should be
863: referenced elsewhere, or GC will collect it.
864:
865: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
866: main/pa_xml_io.C: bugfix: TLS variables should be referenced
867: elsewhere, or GC will collect them (and we'll get GPF in
868: multithreaded enviroment). May be it can be also fixed by some
869: GC call, not sure. But this fix costs nothing (but hours of
870: debugging to find the issue :).
871:
1.150 moko 872: 2020-12-11 moko
873:
874: * configure.ac: gettid() check added
875:
876: * src/main/pa_threads.C: HAVE_GETTID used
877:
878: * src/include/pa_config_auto.h.in: +HAVE_GETTID
879:
880: * src/: include/pa_threads.h, main/pa_threads.C: now unified
881: version for isapi/cgi/apache
882:
883: * buildall: threads are now required.
884:
885: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
886: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
887: main/main.vcproj: pa_threads.C moved to main
888:
889: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
890: isapi/pa_threads.C: pa_threads.C moved to main
891:
892: * src/: main/Makefile.am, targets/cgi/Makefile.am,
893: targets/apache/Makefile.am: pa_threads.C moved to main
894:
895: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
896:
897: * src/: include/pa_stylesheet_connection.h,
898: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
899: and weird GPF in multithreaded httpd is gone
900:
901: * src/include/: pa_stylesheet_connection.h,
902: pa_sql_driver_manager.h: whitespace
903:
904: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
905:
906: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
907: main/pa_stylesheet_manager.C: whitespace, warning war
908:
909: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
910: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
911: parser_multithreaded never used
912:
913: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
914:
915: 2020-12-10 moko
916:
917: * src/: include/pa_config_includes.h, include/pa_http.h,
918: main/pa_http.C, targets/cgi/parser3.C: initial support for
919: MULTITHREADED and PARALLEL httpd server modes
920:
921: * src/main/pa_globals.C: GC_java_finalization is depricated
922:
923: 2020-12-09 moko
924:
925: * etc/auto.p.in: + @httpd-main
926:
927: * src/: include/pa_common.h, main/pa_request.C,
928: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
929: work
930:
931: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
932: slow file_read_binary no longer used, send_range added
933:
934: 2020-12-08 moko
935:
936: * src/main/pa_request.C: >4Gb support
937:
938: * src/targets/cgi/parser3.C: msvc warning war
939:
940: * src/: include/pa_config_includes.h, main/pa_http.C,
941: main/pa_request.C: msvc warnings war
942:
943: * src/classes/image.C: warning war
944:
945: * src/classes/table.C: MSVC warning war
946:
947: * src/targets/cgi/parser3.C: msvc warnings war
948:
949: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
950: added
951:
1.149 moko 952: 2020-12-07 moko
953:
1.150 moko 954: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
955: avoid logging beside system-wide auto.p
956:
957: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
958:
959: * configure, configure.ac, src/include/pa_config_auto.h.in:
960: configure options added:
961:
962: --with-system-cfg=FILE to specify system-wide auto.p
963: --with-system-log=FILE to specify system-wide parser3.log
964:
965: * Makefile.am: bin no longer exists
966:
967: * configure, configure.ac: auto.p moved to etc to simplify debian
968: package
969:
970: * buildall: auto.p and parser3.charsets moved to their default
971: location after install
972:
973: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
974:
975: * aclocal.m4, configure: automake 1.15 -> 1.16.1
976:
1.149 moko 977: * src/targets/cgi/parser3.C: locate_config call returned to
978: original place as it requires pa_thread_request() under Windows
979:
980: * src/targets/cgi/parser3.C: renaming
981:
982: 2020-12-06 moko
983:
984: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
985: check added
986:
987: 2020-12-04 moko
988:
989: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
990: main/pa_request.C: unified uint64_t lseek implemented to support
991: >4Gb files under x86, including Windows
992:
993: 2020-12-02 moko
994:
995: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
996: with max_file_size
997:
998: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
999: support for processing files sized >4Gb on 32 bit planforms
1000:
1001: * tests/399.html: file moved
1002:
1003: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1004:
1005: * src/targets/cgi/pa_sapi_info.h: warning war
1006:
1007: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1008: warning war
1009:
1010: 2020-12-01 moko
1011:
1012: * src/classes/image.C: mp4 extended size (>4Gb) support added
1013:
1014: * src/classes/image.C: for "size not found" exception to be shown
1015: if size not found until eof
1016:
1017: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1018: bit linux)
1019:
1020: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1021: #1188)
1022:
1023: 2020-11-30 moko
1024:
1025: * src/classes/image.C: definitions moved closer to code
1026:
1027: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1028: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1029: 395_dir/3_VP8X.webp, results/395.processed,
1030: results/396.processed: tests for ^image::measure[] .webp support
1031: added, all image files moved into one directory (related to
1032: feature #1188)
1033:
1034: * src/classes/image.C: ^image::measure[] now supports webp (feature
1035: #1188)
1036:
1.148 moko 1037: 2020-11-29 moko
1038:
1039: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1040: processing, unnessesary defines removed
1041:
1042: 2020-11-24 moko
1043:
1044: * tests/results/: 099.processed, 100.processed, 205.processed,
1045: 309.processed, 310.processed: Content-Disposition: inline
1046: returned
1047:
1048: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1049: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1050: ] added (related to bug #1204)
1051:
1052: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1053: ] supported to avoid Content-Disposition: inline;
1054: filename="<file>.ext" but still set Content-Type for ext (related
1055: to bug #1204)
1056:
1.147 moko 1057: 2020-11-22 moko
1058:
1059: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1060: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1061:
1062: * src/main/pa_request.C: content_disposition_inline returned.
1063:
1064: 2020-11-17 moko
1065:
1066: * src/main/pa_request.C: empty main method name support
1067:
1068: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1069: config_handler added, stdout flush added.
1070:
1071: 2020-11-16 moko
1072:
1073: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1074:
1075: * tests/results/: 099.processed, 205.processed, 237.processed,
1076: 309.processed, 310.processed: Content-Disposition: inline is not
1077: required and should not contain filename="<name>"
1078:
1079: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1080: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1081: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1082:
1.146 moko 1083: 2020-11-14 moko
1084:
1085: * src/targets/cgi/parser3.C: spelling
1086:
1087: * src/targets/cgi/parser3.C: renaming
1088:
1089: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1090: relocated
1091:
1092: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1093: before request processing, which is weired
1094:
1095: 2020-11-13 moko
1096:
1097: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1098: copied in httpd.
1099:
1100: 2020-11-12 moko
1101:
1102: * src/main/pa_http.C: ALARM code unified to be used in httpd
1103:
1104: * src/: include/pa_request.h, main/pa_request.C,
1105: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1106:
1107: * src/main/pa_http.C: URI validation added
1108:
1109: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1110: can't be empty but can be null. httpd-main is now main method
1111: name for httpd mode
1112:
1113: 2020-11-11 moko
1114:
1115: * src/main/pa_request.C: path_translated can be null in httpd mode
1116:
1117: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1118: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1119: classes/xdoc.C, include/pa_request.h, main/execute.C,
1120: main/pa_request.C: r.absolute -> r.full_disk_path
1121:
1122: * src/targets/cgi/parser3.C: if filename to process is not
1123: specified, auto.p should be present.
1124:
1.145 moko 1125: 2020-11-03 moko
1126:
1127: * src/: classes/op.C, include/pa_request.h: unused argument removed
1128:
1129: * src/main/pa_request.C: content_disposition_inline is the default,
1130: not required.
1131:
1.144 moko 1132: 2020-10-29 moko
1133:
1134: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1135: ^use[file; $.main(true) ] implemented for auto.p processing and
1136: path_translated changing to correct relative files path
1137: calculation in httpd mode
1138:
1139: * src/: include/pa_request.h, main/pa_request.C:
1140: fail_on_read_problem removed, as it allways true, as if should
1141: be.
1142:
1143: * src/: include/pa_request.h, main/pa_request.C,
1144: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1145: targets/isapi/parser3isapi.C: clearing config_filespec when
1146: config was not found, thus flag not required and removed.
1147:
1148: 2020-10-28 moko
1149:
1150: * tests/: 402.html, results/402.processed: error reporting test
1151:
1152: * src/main/execute.C: better error reporting when
1153: $result[^hash::create[]] in @main.
1154:
1155: * src/main/: execute.C, pa_request.C: frame.result() should be used
1156: + minor optimization
1157:
1158: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1159: main/pa_xml_io.C: execute_*_method simplified and unified
1160:
1161: 2020-10-27 moko
1162:
1163: * tests/: 306.html, results/306.processed: a bit more testing. :)
1164:
1165: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1166: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1167: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1168: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1169: types/pa_vmethod_frame.h, types/pa_vobject.C,
1170: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1171: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1172: longer used in object-prototype mode
1173:
1174: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1175: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1176: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1177: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1178: $form:name[value] features
1179:
1.143 moko 1180: 2020-10-18 moko
1181:
1182: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1183:
1184: 2020-10-15 moko
1185:
1186: * src/main/pa_http.C: url no longer needed as
1187: ALTER_EXCEPTION_SOURCE is used
1188:
1189: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1190: main/pa_http.C: check_file_size filespec is now optional
1191:
1192: * src/: classes/curl.C, include/pa_exception.h,
1193: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1194: ALTER_EXCEPTION_COMMENT added for better error reporting
1195:
1196: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1197: results/346-curl.processed, results/379-curl.processed,
1198: results/379.processed: test results updated as load now provides
1199: better error reporting + curl responses updated
1200:
1201: 2020-10-14 moko
1202:
1203: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1204: main/pa_string.C, targets/apache/mod_parser3_core.C,
1205: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1206: checked. 10 is now default base, no hex autodetect by default
1207:
1208: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1209: connection socket closing in destructor + accept exception
1210: handling
1211:
1212: * src/targets/cgi/parser3.C: warning war
1213:
1214: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1215: main/pa_request.C, targets/apache/mod_parser3_core.C,
1216: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1217: exception handling unified
1218:
1219: 2020-10-13 moko
1220:
1221: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1222: autodetection
1223:
1224: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1225:
1226: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1227:
1228: * src/main/pa_http.C: warning war
1229:
1.142 moko 1230: 2020-10-12 moko
1231:
1.143 moko 1232: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1233: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1234: unhandled exception code optimization
1235:
1236: * src/targets/cgi/parser3.C: request_info now global variable
1237:
1238: * src/main/pa_http.C: http_read_response moved to HTTP_response
1239: class
1240:
1241: * src/: include/pa_http.h, main/pa_http.C,
1242: targets/cgi/pa_sapi_info.h: read_post implemented
1243:
1.142 moko 1244: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1245: [host:]port syntax support in httpd mode
1246:
1247: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1248: targets/cgi/parser3.C: populate_env added
1249:
1250: * src/include/pa_hash.h: to make get(char *) compiling in
1251: HashStringString
1252:
1253: 2020-10-10 moko
1254:
1255: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1256: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1257:
1258: * src/: include/pa_http.h, include/pa_request_info.h,
1259: main/pa_http.C, main/pa_string.C,
1260: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1261: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1262: types/pa_vrequest.C: initial httpd mode implementation
1263:
1.141 moko 1264: 2020-10-04 moko
1265:
1266: * src/targets/cgi/parser3.C: options together
1267:
1268: 2020-09-30 moko
1269:
1270: * src/main/pa_http.C: renamed
1271:
1.140 moko 1272: 2020-08-14 moko
1273:
1274: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1275: src/targets/cgi/Makefile.am: no httpd as separate library
1276:
1277: 2020-08-13 moko
1278:
1279: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1280: unhandled exception handler to report 500 instead of 200 it was
1281: before.
1282:
1283: * src/targets/apache/mod_parser3_core.C: minor cleanup
1284:
1285: * src/: include/pa_sapi.h, main/untaint.C,
1286: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1287: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1288: thus replaced with SAPI::die and removed
1289:
1290: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1291: cgi/parser3.C: whitespace
1292:
1293: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1294:
1295: 2020-08-12 moko
1296:
1297: * src/targets/cgi/parser3.C: duplicate info in signal logging
1298: removed, whitespace was: SIGPIPE received while executing code.
1299: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1300: cl=0]
1301:
1302: * parser3.sln: + httpd.vcproj
1303:
1304: 2020-08-11 moko
1305:
1306: * src/targets/cgi/Makefile.am: +libhttpd
1307:
1308: * configure.ac, src/lib/Makefile.am: +libhttpd
1309:
1.139 moko 1310: 2020-07-13 moko
1311:
1312: * tests/: 401.html, results/401.processed: test for hash key does
1313: not keep language, but tainted in foreach.
1314:
1.138 moko 1315: 2020-07-01 moko
1316:
1317: * tests/: 235.html, results/235.processed: test result updated as
1318: messages before attachments implemented (feature #1176)
1319:
1.137 moko 1320: 2020-06-27 moko
1321:
1322: * tests/: 400.html, results/400.processed: test updated to check
1323: ^return{code}
1324:
1325: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1326: fixed
1327:
1328: 2020-06-26 moko
1329:
1330: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1331: added (related to https://www.parser.ru/forum/?id=85319)
1332:
1333: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1334: when $result assignment was last statement in the method
1335: (https://www.parser.ru/forum/?id=85319)
1336:
1.136 moko 1337: 2020-05-23 moko
1338:
1339: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1340: whitespace, unused level removed
1341:
1342: 2020-05-19 moko
1343:
1344: * src/types/pa_vmail.C: whitespace
1345:
1346: * src/types/pa_vmail.C: files should be processed last (related to
1347: feature #1176)
1348:
1.135 moko 1349: 2020-05-12 moko
1350:
1351: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1352: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1353:
1354: * configure.ac: FreeBSD1X.X check added to avoid
1355: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1356:
1.134 moko 1357: 2020-02-26 moko
1358:
1359: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1360: compilation issue (related to bug #1201)
1361:
1362: * src/main/pa_common.C: entry_readable -> entry_exists,
1363: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1364: -f and -d now works under Windows in UTF-8 with Russian
1365: filenames.
1366:
1367: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1368: advice (related to feature #1199)
1369:
1370: 2020-02-25 moko
1371:
1372: * buildall: --silent removed
1373:
1374: * configure.ac: gmime-3.0 support
1375:
1376: * buildall: --with-system-mailreceive option added to build with
1377: system libgmime
1378:
1379: * src/types/pa_vmail.C: avoiding
1380: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1381: to feature #1199)
1382:
1.133 moko 1383: 2020-02-18 moko
1384:
1385: * src/classes/op.C: windows x64 debug mode compile fix
1386:
1387: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1388: change (releated to feature #1200)
1389:
1390: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1391: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1392: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1393: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1394: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1395: targets/apache/ApacheModuleParser3.vcproj,
1396: targets/apache/ApacheModuleParser3Core.vcproj,
1397: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1398: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1399: dependency (related to feature #1200)
1400:
1.132 moko 1401: 2020-02-12 moko
1402:
1403: * src/types/pa_vmail.C: minimize diff
1404:
1405: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1406: #1199)
1407:
1.131 moko 1408: 2020-01-18 moko
1409:
1410: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1411:
1.130 moko 1412: 2019-12-28 moko
1413:
1414: * src/targets/cgi/parser3.C: avoid empty ?
1415:
1416: 2019-12-27 moko
1417:
1418: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1419: DOCUMENT_ROOT (related to feature #1164)
1420:
1421: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1422: fcgiwrap setup (implements feature #1164)
1423:
1424: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1425: but no issues found (related to feature #1164)
1426:
1427: * src/targets/cgi/parser3.C: actualized
1428:
1429: 2019-12-26 moko
1430:
1431: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1432: removed
1433:
1434: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1435: removed
1436:
1437: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1438: allocation errors, we don't want default gc warnings (without
1439: timestamp and URI).
1440:
1441: * src/: classes/memory.C, main/pa_globals.C,
1442: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1443: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1444: pa_globals_init
1445:
1446: * src/main/pa_globals.C: setup_hex_value() removed, static array
1447: initialization used (optimization)
1448:
1449: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1450: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1451: pa_socks_init/pa_socks_done moved inside pa_globals_init
1452: (optimization)
1453:
1.129 moko 1454: 2019-12-09 moko
1455:
1456: * src/include/pa_config_fixed.h: warning war
1457:
1.128 moko 1458: 2019-12-08 moko
1459:
1460: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1461: process grammar under Unix.
1462:
1463: 2019-12-07 moko
1464:
1465: * tests/389.html: For Windows XP. :)
1466:
1467: * tests/388-sql.html: Windows compatibility added
1468:
1469: 2019-12-06 moko
1470:
1471: * src/targets/cgi/parser3.C: warning war
1472:
1473: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1474: == sizeof(CORD)) to avoid aligning bugs in future
1475:
1476: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1477: XML_STATIC
1478:
1479: * src/include/pa_request.h: StackItem() not required
1480:
1481: * src/include/pa_stack.h: warning war
1482:
1483: * src/include/pa_config_includes.h: GCC warning silenced
1484:
1485: * src/include/pa_memory.h: warning war: the program should also
1486: define 'void operator delete [](void*, std::size_t)'
1487: [-Wsized-deallocation]
1488:
1489: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1490:
1491: * src/classes/string.C: not reqired cast removed
1492:
1493: * src/classes/string.C: not reqired cast removed
1494:
1495: 2019-12-05 moko
1496:
1497: * src/lib/sdbm/pa_file_io.C: warning war
1498:
1499: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1500: enum Language : size_t - required for VS2015+ to make
1501: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1502: without it (related to feature #1198)
1503:
1504: 2019-12-04 moko
1505:
1506: * src/main/pa_base64.C: unsigned char -> uchar
1507:
1508: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1509: as other libs
1510:
1511: * src/include/pa_version.h: +amd64
1512:
1513: 2019-12-03 moko
1514:
1515: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1516: release
1517:
1518: * src/include/pa_config_includes.h: warning war
1519:
1520: * src/classes/image.C: warning war
1521:
1522: * src/main/pa_globals.C: x64 libs support
1523:
1524: * src/include/pa_config_includes.h: warning war
1525:
1526: * src/types/pa_method.h: warning war
1527:
1.127 moko 1528: 2019-11-28 moko
1529:
1530: * src/classes/math.C: vs2003 compatibility + warning war
1531:
1532: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1533: libxml2-2.9.9 (related to feature #1136)
1534:
1535: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1536: typecast for more compatibility (related to feature #1136)
1537:
1538: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1539: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1540: feature #1136)
1541:
1542: 2019-11-26 moko
1543:
1544: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1545: removed (it was failing in $$var case), condition added
1546:
1.126 moko 1547: 2019-11-25 moko
1548:
1549: * tests/: 397.html, 399.html, results/141.processed,
1550: results/399.processed: base64 options tested
1551:
1552: * src/: classes/math.C, main/pa_http.C: base64 options used
1553:
1554: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1555: implemented (feature #986)
1556:
1557: * src/main/pa_cache_managers.C: whitespace
1558:
1559: * tests/: 397.html, 399.html, results/399.processed: tests for
1560: ^base64 encode options added (related to feature #986)
1561:
1562: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1563: pa_base64_encode(file) removed - more memory, but faster and less
1564: code (related fo feature #986)
1565:
1566: 2019-11-24 moko
1567:
1568: * tests/: 155.html, results/155.processed: limit and offset in
1569: ^table::load[] now supported, thus test added
1570:
1571: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1572: main/pa_common.C: optimization: offset and limit options parsing
1573: moved inside file_load.
1574:
1575: 2019-11-23 moko
1576:
1577: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1578: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1579: optimization: file_read replaced with simplified file_read_binary
1580:
1581: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1582: types/pa_vform.C: whitespace
1583:
1584: * src/: include/pa_common.h, main/pa_common.C: never used params
1585: removed
1586:
1587: 2019-11-21 moko
1588:
1589: * tests/: 193.html, results/193.processed, results/389.processed:
1590: test results updated as now base64 does not discard tail without
1591: padding (related to feature #986)
1592:
1593: 2019-11-20 moko
1594:
1595: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1596: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1597: pa_base64_decode (related to feature #986)
1598:
1599: * tests/398.html: tests for base64 decode added (related to feature
1600: #986)
1601:
1602: * src/main/pa_base64.C: base64_decode rewritten - padding option
1603: support, padding inside base 64 supported (related to feature
1604: #096)
1605:
1606: 2019-11-19 moko
1607:
1608: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1609: FreeBSD 12
1610:
1.125 moko 1611: 2019-11-16 moko
1612:
1613: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1614: support added, step support removed (related to #986)
1615:
1616: 2019-11-15 moko
1617:
1618: * src/classes/math.C: using log since log2 is not present on
1619: FreeBSD < 8.4 (related to feature #1177)
1620:
1621: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1622: pa_base64_size extracted and used for files as well (related to
1623: feature 986)
1624:
1625: 2019-11-14 moko
1626:
1627: * tests/: 397.html, results/397.processed: + content check
1628:
1629: * tests/: 141.html, results/141.processed: make test resuls more
1630: readable
1631:
1632: * tests/: 397.html, results/193.processed, results/397.processed:
1633: test results updated after \x00 character was disabled in
1634: math:convert string mode (related to feature #1177)
1635:
1636: * src/classes/: math.C, string.C: \\x00 character disabled while
1637: converting to string (as in base64, related to feature #1177)
1638:
1639: * src/classes/file.C: more correct arguments separation
1640:
1641: * src/: classes/file.C, classes/math.C, classes/string.C,
1642: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1643: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1644: options added, but not yet implemented (related to feature #986)
1645:
1646: * src/classes/math.C: whitespace
1647:
1648: 2019-11-13 moko
1649:
1650: * tests/: 397.html, results/397.processed: +tainting test (related
1651: to feature #1177)
1652:
1653: * src/classes/math.C: as we now produce not only digits, result
1654: should be tainted (related to feature #1177)
1655:
1656: * src/main/pa_base64.C: whitespace
1657:
1658: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1659: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1660: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1661: implementation moved from pa_common.h and pa_common.C
1662:
1663: 2019-11-12 moko
1664:
1665: * tests/: 275.html, results/275.processed: out of range test fixed,
1666: as ^math:convert now supports arbitrary precision
1667:
1668: 2019-11-11 moko
1669:
1670: * tests/results/389.processed: uctualized error message
1671:
1672: * tests/: 389.html, 397.html, results/397.processed: tests for
1673: ^math:convert added (related to feature #1177)
1674:
1675: * src/classes/math.C: ^math:convert now supports arbitrary
1676: precision, alphabet support added (implements feature #1177)
1677:
1.124 moko 1678: 2019-11-06 moko
1679:
1680: * tests/: 181.html, results/181.processed: entities usage added,
1681: more entites load tests (related to bug #842 discussion)
1682:
1683: 2019-11-05 moko
1684:
1685: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1686: call from xmlFileOpen if http://localhost/<file> was not found
1687: (related to bug #842)
1688:
1689: * src/main/pa_xml_io.C: rename
1690:
1691: * src/main/pa_xml_io.C: +MemoryStream constructor
1692:
1693: * src/main/pa_xml_io.C: whitespace
1694:
1.123 moko 1695: 2019-10-31 moko
1696:
1697: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1698: XML_PARSE_NOENT) added to fix entities load, (related to feature
1699: #1181)
1700:
1.122 moko 1701: 2019-10-25 moko
1702:
1703: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1704: queries tests
1705:
1706: 2019-10-24 moko
1707:
1708: * tests/: 388-sql.html, results/388-sql.processed: support for
1709: pgsql driver test
1710:
1711: * tests/: 388-sql.html, results/388-sql.processed:
1712: multi_statements=1 now tested, mysql test now supported
1713: (connection must be specified in [parser3] section in .my.cnf)
1714: related to issues #1195 and #1194
1715:
1.121 moko 1716: 2019-09-11 moko
1717:
1718: * src/classes/int.C: whitespace
1719:
1720: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1721: exception test
1722:
1723: * tests/results/388-sql.processed: sql queries now shown (related
1724: to feature #1196)
1725:
1726: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1727: with old parser versions.
1728:
1729: * src/: classes/file.C, classes/hash.C, classes/string.C,
1730: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1731: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1732: instead of connect string in query_event_handlers exceptions
1733: (implements feature #1196)
1734:
1.120 moko 1735: 2019-09-06 moko
1736:
1737: * tests/388-sql.html: mysql compat
1738:
1739: * src/: classes/hash.C, classes/string.C, classes/table.C,
1740: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1741: sql_ variables declaration moved to pa_common.h
1742:
1.116 moko 1743: 2019-01-15 moko
1744:
1745: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1746: logically sorted
1747:
1748: 2018-12-27 moko
1749:
1750: * src/include/pa_config_includes.h: warning war:
1751: -Wdeprecated-register added for C++ 17
1752:
1753: 2018-10-15 moko
1754:
1755: * configure.ac: FreeBSD 11.2 can be build with ./configure
1756: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1757: --with-xml=/usr/local/
1758:
1759: 2018-09-24 moko
1760:
1761: * tests/: 396.html, 396.tiff, results/396.processed: test for
1762: ^image::measure[] now supports tiff added (related to feature
1763: #1188)
1764:
1765: * src/classes/image.C: ^image::measure[] now supports tiff
1766: (implements feature #1188)
1767:
1768: 2018-09-20 moko
1769:
1770: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1771: files measure added (related to ticket #1188)
1772:
1773: * src/classes/image.C: measure of bmp files implemented (related to
1774: ticket #1188)
1775:
1776: 2018-09-18 moko
1777:
1778: * tests/: 394-curl.html, results/394-curl.processed,
1779: results/auto.p: test for bug #1187 (max_file_size check for head
1780: requests) added
1781:
1782: 2018-08-24 moko
1783:
1784: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1785: response content-length check is required (fixes bug #1187)
1786:
1787: 2018-05-11 moko
1788:
1789: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1790: $.append(bool) ] option added (related to feature #919)
1791:
1792: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1793: from misha@ patch (implements feature #919)
1794:
1795: 2018-03-22 moko
1796:
1797: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1798: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1799: with 128kb buffer. Now works at least 12 times faster. :) May be
1800: Windows-only problem.
1801:
1802: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1803: build fix)
1804:
1805: 2018-02-03 moko
1806:
1807: * src/main/execute.C: removes irrelevant lines from exception stack
1808: trace when exceptions occurs in assigment (fixes bug #1165)
1809:
1810: * tests/: 393.html, results/393.processed: test for behavour after
1811: "Property can not be created, already exists field with that
1812: name" exception removed (related to feature #1183)
1813:
1814: * src/types/pa_vclass.C: "Property can not be created, already
1815: exists field with that name" exception removed (implements
1816: feature #1183)
1817:
1818: 2018-01-19 moko
1819:
1820: * src/classes/string.C: whitespace
1821:
1822: * src/classes/string.C: whitespace
1823:
1824: * tests/: 392.html, results/392.processed: test for
1825: ^regex::create[$regex] added (related to feature #1135)
1826:
1827: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1828: ^regex::create[$regex] added (implements feature #1135)
1829:
1830: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1831: commented define added (related to feature #1157)
1832:
1833: 2018-01-17 moko
1834:
1835: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1836:
1837: 2018-01-15 moko
1838:
1839: * tests/: 390.html, results/390.processed: real path replaced by
1840: stub
1841:
1842: * tests/: 391.html, results/391.processed: test for feature #1181
1843: (XML_PARSE_HUGE exception) added
1844:
1845: 2018-01-11 moko
1846:
1847: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1848: XML_PARSE_HUGE option passed by default (implements feature
1849: #1181)
1850:
1851: * src/classes/string.C: whitespace
1852:
1853: 2017-12-10 moko
1854:
1855: * tests/: 389.html, 390.html, results/389.processed,
1856: results/390.processed: image code coverage tests added (related
1857: to feature #1125)
1858:
1859: 2017-12-08 moko
1860:
1861: * tests/: 346-curl.html, 388-sql.html, 389.html,
1862: results/346-curl.processed, results/388-sql.processed,
1863: results/389.processed: more code coverage tests
1864:
1865: * tests/: 264.html, results/264.processed: code coverage for
1866: ^file::exec[]
1867:
1868: 2017-12-07 moko
1869:
1870: * tests/: 174.html, 388-sql.html, 389.html,
1871: results/388-sql.processed, results/389.processed,
1872: results/174.processed: more coverage tests
1873:
1874: * src/classes/math.C: exception text actualized
1875:
1876: 2017-12-06 moko
1877:
1878: * tests/388-sql.html: $SQL can be here
1879:
1880: * tests/results/auto.p: $SQL not required here
1881:
1882: * tests/: 388-sql.html, 389.html, Makefile,
1883: results/388-sql.processed, results/389.processed, results/auto.p:
1884: code coverage tests for sql (using sqlite) and int/double/bool
1885: added (related to feature #1125)
1886:
1887: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1888: lib/json/json.vcproj, lib/md5/md5.vcproj,
1889: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1890: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1891: targets/apache/ApacheModuleParser3Core.vcproj,
1892: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1893: types/types.vcproj: gc\include no longer required
1894:
1895: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1896: required
1897:
1898: * src/: classes/Makefile.am, classes/table.C,
1899: include/pa_config_includes.h, include/pa_string.h,
1900: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1901: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1902: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1903: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1904: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1905: used, we now include it directly
1906:
1907: 2017-12-04 moko
1908:
1909: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1910: memcached/memcached.vcproj, punycode/punycode.vcproj,
1911: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1912: where required
1913:
1914: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1915: now can be used to trace memory allocations
1916:
1917: * src/: classes/table.C, include/pa_config_includes.h,
1918: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1919: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1920: method removes, libcord also can work without libgc
1921:
1922: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1923:
1924: 2017-11-29 moko
1925:
1926: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1927: are not present (related to feature #1173)
1928:
1929: * tests/346-curl.html: test updated to test curl content-length bug
1930: (related to feature #1173)
1931:
1932: * tests/results/346-curl.processed: more test for content-length
1933: curl bug (related to feature #1173)
1934:
1935: * tests/results/346-curl.processed: test results updated after
1936: #1173 implemented
1937:
1938: 2017-11-28 moko
1939:
1940: * src/classes/curl.C: another libcurl Content-length bug walkaround
1941: (related to feature #1173)
1942:
1943: 2017-11-27 moko
1944:
1945: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1946: $.http_version[version string] added (implements feature #1173),
1947: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1948: where $post(true) bug existed.
1949:
1950: 2017-11-18 moko
1951:
1952: * src/include/pa_memory.h: warning war (related to feature #1170)
1953:
1954: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1955: feature #1170)
1956:
1957: 2017-11-17 moko
1958:
1959: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1960: std::basic_stringstream used in ^table.csv-string[] is compatible
1961: with delete usage check only under Debian 9 (related to feature
1962: #1170)
1963:
1964: 2017-11-16 moko
1965:
1966: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1967: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1968: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1969: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1970: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1971: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1972: stubs defend from accidental use (implements feature #1170)
1973:
1974: 2017-06-24 moko
1975:
1976: * configure.ac: minor fix: thanks to alx@
1977:
1.115 moko 1978: 2017-05-29 moko
1979:
1980: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1981: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1982: added to avoid cutting of UTF-8 chars (fixed bug #123)
1983:
1984: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1985: ignored, =?UTF-8?Q?= should start in case of leading space
1986: (related to bug #123)
1987:
1988: * buildall: echo -n -> printf for OS X. :)
1989:
1990: 2017-05-25 moko
1991:
1992: * tests/: 288.html, results/288.processed: test updated afted
1993: setting $o.prop without setter exception removed (related to
1994: feature #1157)
1995:
1996: * src/types/pa_vclass.C: no more "this property has no setter
1997: method" when setting $o.prop without setter (implements feature
1998: #1157)
1999:
2000: * buildall: echo \c -> echo -n for FreeBSD
2001:
2002: * configure, configure.ac, src/include/pa_config_auto.h.in,
2003: src/types/pa_vdouble.h: isfinite now checked in configure
2004:
2005: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2006: upgraded to automake 1.15
2007:
2008: 2017-05-23 moko
2009:
2010: * src/types/pa_vdouble.h: finite returned where isfinite not
2011: defined
2012:
2013: 2017-05-22 moko
2014:
2015: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2016:
2017: * buildall: extern CFLAGS setting support
2018:
2019: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2020:
2021: * buildall: http -> https
2022:
2023: * buildall: gc-7.2f -> gc-7.6.0
2024:
2025: 2017-05-20 moko
2026:
2027: * buildall: https, pcre, xml, xslt updated to current versions
2028: (related to feature #1136)
2029:
2030: 2017-05-19 moko
2031:
2032: * tests/097.html: after parser.ru moved to https
2033:
2034: 2017-05-17 moko
2035:
2036: * tests/results/: 175.processed, 372.processed: tests resuls
2037: updated after lintian spelling typos fixed (related to bug #1156)
2038:
2039: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2040: classes/string.C, classes/table.C, main/pa_charset.C,
2041: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2042: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2043: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2044:
2045: * tests/results/096.processed: +XMP
2046:
2047: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2048: $.xmp(true) options tested (test for feature #1154)
2049:
2050: * src/classes/image.C: ^image:measure[] options $.exif(false)
2051: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2052: fetched by default! (implements feature #1154)
2053:
2054: 2017-05-16 moko
2055:
2056: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2057: allowed (related to feature #1154)
2058:
2059: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2060: initial XMP implementation - without options and transcode
2061: (related to feature #1154)
2062:
2063: 2017-05-12 moko
2064:
2065: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2066: image: exif moved to ffields, skipped in ^image.html[] where
2067: iterators now used (preparation for feature #1154)
2068:
2069: 2017-05-05 moko
2070:
2071: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2072: results/387.processed: test for circular class inheritance check
2073: added (related to bug #1150)
2074:
2075: * src/types/pa_vstateless_class.C: circular class inheritance check
2076: added (fixes endless add_derived bug #1150)
2077:
2078: 2017-05-04 moko
2079:
2080: * tests/: 386.html, results/386.processed: test for
2081: $table.value(number) added (related to feature #1152)
2082:
2083: * src/types/pa_vtable.C: table put_element: column value must be
2084: string - > column value must be string compatible to allow
2085: $t.value(1) (implements feature #1152)
2086:
2087: 2017-05-03 moko
2088:
2089: * src/main/pa_request.C: $use[$method] is not possible, reverting
2090: (related to feature #1151)
2091:
2092: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2093: not possible, removing test (related to feature #1151)
2094:
2095: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2096: get_element_method added and used to allow $use[$method] and
2097: $autouse[$method] (implements feature 1151)
2098:
2099: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2100: variable added (related to feature #1151)
2101:
2102: * tests/results/226.processed: actualized after ^try-catch used
2103:
2104: * tests/: 226.html, 385.html, results/385.processed: test for
2105: @autouse in variable added
2106:
2107: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2108:
1.114 moko 2109: 2017-02-27 moko
2110:
2111: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2112:
1.113 moko 2113: 2017-02-20 moko
2114:
2115: * operators.txt: actualization + beauty
2116:
2117: 2017-02-16 moko
2118:
2119: * tests/: 384.html, results/384.processed: test for
2120: ^reflection:mixin[; $.name[] ] option added (related to feature
2121: #1089)
2122:
2123: * tests/: 384.html, results/384.processed: test for
2124: ^reflection:mixin[] added (related to feature #1089)
2125:
2126: * src/types/pa_value.h: warning war: virtual ~Value() added
2127:
1.112 moko 2128: 2017-02-15 moko
2129:
2130: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2131: fixed
2132:
2133: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2134: test added (related to feature #1069)
2135:
2136: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2137: compilation without HASH_ORDER fixed
2138:
2139: * src/: classes/reflection.C, include/pa_hash.h:
2140: $.reverse(true/false) added to ^reflection:methods[] (related to
2141: feature #1069)
2142:
2143: 2017-02-14 moko
2144:
2145: * tests/: 152.html, results/152.processed: test for $._default hash
2146: added (related to bug #1131)
2147:
2148: * tests/: 277.html, results/277.processed: test for hash with only
2149: $._default is now defined (related to bug #1131)
2150:
2151: * src/types/pa_vhash.h: hash with only $._default is now defined
2152: (fixed bug #1131)
2153:
2154: 2017-02-13 moko
2155:
2156: * tests/cat-windows.sh: cat-windows added (cygwin required)
2157:
2158: * tests/: 171.html, 264.html, 286.html, 370.html,
2159: results/320.processed, results/375.processed, results/auto.p:
2160: cat-windows.sh support added
2161:
2162: * tests/375.html: Windows support
2163:
2164: * tests/270.html: documented
2165:
2166: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2167: (not backslashes) even under Windows (broke test 270)
2168:
2169: 2017-02-12 moko
2170:
2171: * tests/: descript.ion, todo.txt: cleanup
2172:
2173: 2017-02-09 moko
2174:
2175: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2176: run_tests.cmd: Windows compatibility
2177:
2178: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2179: incorrectly (GMT) if parser is called from cygwin
2180:
1.111 moko 2181: 2017-02-08 moko
2182:
1.112 moko 2183: * operators.txt: actualization 15% completed
2184:
2185: * operators.txt: cp1251 -> utf-8
2186:
2187: * NEWS, README: minor update
2188:
2189: * src/include/pa_config_includes.h: warning war continues
2190:
2191: * src/: include/pa_config_includes.h, include/pa_memory.h,
2192: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2193: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2194: gcc 6.x issues fixed
2195:
1.111 moko 2196: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2197: classes/classes.h, classes/curl.C, classes/date.C,
2198: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2199: classes/hashfile.C, classes/image.C, classes/inet.C,
2200: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2201: classes/memcached.C, classes/memory.C, classes/op.C,
2202: classes/reflection.C, classes/regex.C, classes/response.C,
2203: classes/string.C, classes/table.C, classes/void.C,
2204: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2205: include/pa_array.h, include/pa_cache_managers.h,
2206: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2207: include/pa_config_fixed.h, include/pa_config_includes.h,
2208: include/pa_dictionary.h, include/pa_dir.h,
2209: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2210: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2211: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2212: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2213: include/pa_request_charsets.h, include/pa_request_info.h,
2214: include/pa_sapi.h, include/pa_socks.h,
2215: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2216: include/pa_stack.h, include/pa_string.h,
2217: include/pa_stylesheet_connection.h,
2218: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2219: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2220: include/pa_uue.h, include/pa_xml_exception.h,
2221: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2222: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2223: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2224: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2225: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2226: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2227: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2228: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2229: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2230: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2231: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2232: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2233: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2234: main/pa_string.C, main/pa_stylesheet_connection.C,
2235: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2236: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2237: main/untaint.C, sql/pa_sql_driver.h,
2238: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2239: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2240: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2241: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2242: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2243: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2244: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2245: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2246: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2247: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2248: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2249: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2250: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2251: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2252: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2253: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2254: types/pa_vmemcached.h, types/pa_vmemory.h,
2255: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2256: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2257: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2258: types/pa_vresponse.C, types/pa_vresponse.h,
2259: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2260: types/pa_vstateless_object.h, types/pa_vstatus.C,
2261: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2262: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2263: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2264: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2265: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2266: 2015->2017
2267:
1.110 moko 2268: 2017-02-07 moko
2269:
2270: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2271:
2272: 2017-02-06 moko
2273:
2274: * src/main/pa_common.C: minor fixes, whitespace
2275:
2276: * src/: classes/curl.C, classes/file.C, classes/image.C,
2277: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2278: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2279: now used (implements feature #1081)
2280:
2281: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2282:
2283: 2017-02-01 moko
2284:
2285: * src/include/pa_request.h: cleanup
2286:
2287: 2017-01-30 moko
2288:
2289: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2290:
2291: 2017-01-29 moko
2292:
2293: * tests/: 383.html, results/383.processed: test for
2294: ^reflection:stack[] added (related to feature #1052)
2295:
2296: * src/classes/reflection.C: else added
2297:
2298: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2299: $.max_file_lock_wait added (implements feature #1128)
2300:
2301: 2017-01-28 moko
2302:
2303: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2304: body and other cases tests added (related to featue #1014)
2305:
2306: * src/classes/curl.C: bug if response is empty fixed (related to
2307: feature #1014)
2308:
2309: 2017-01-27 moko
2310:
2311: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2312: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2313: added (implements feature #1052)
2314:
2315: 2017-01-25 moko
2316:
2317: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2318: method test added
2319:
2320: 2017-01-23 moko
2321:
2322: * src/classes/reflection.C: optimization: options->get replaced by
2323: hash iterator
2324:
2325: * tests/: 381.html, results/381.processed: now -> fixed date
2326:
2327: * src/main/pa_request.C: warning war
2328:
2329: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2330: 5Mb (fixes bug #1058)
2331:
2332: * src/classes/curl.C: warning war
2333:
2334: * tests/: 381.html, results/381.processed: tests for ^json:string
2335: $.one-line(true) option added (related to feature #1124)
2336:
2337: * src/: classes/json.C, types/pa_value.h: $json-string
2338: $.one-line(true|false) options is now supported (implements
2339: feature #1124)
2340:
2341: * tests/: 380.html, results/380.processed: test for modified
2342: $.max_file_size added (related to bug #1014)
2343:
2344: * tests/: 379.html, results/auto.p: tests for rewritten http file
2345: load added (related to bug #1014)
2346:
2347: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2348: main/pa_common.C, main/pa_http.C: check_file_size added and used
2349: in curl / file load from disk and http, http file load rewritten
2350: (related to bug #1014)
2351:
2352: 2017-01-18 moko
2353:
2354: * tests/: 378.html, results/378.processed: tests for ^result[]
2355: added (related to feature #66)
2356:
2357: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2358: Method::CO_WITHOUT_FRAME as frame still added in expression
2359: (related to feature #66)
2360:
2361: 2017-01-17 moko
2362:
2363: * tests/: 377.html, results/377.processed: test for different
2364: combinations of breaks in body and delimiter (related to bug
2365: #1077)
2366:
2367: * tests/: 376.html, results/376.processed: many ^break[] tests
2368: added (related to bug #1077)
2369:
2370: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2371: passed to native method" exception added to avoid bugs due to
2372: WRITE_EXPR_RESULT skipped and native methods execution continues
2373: after ^break[] (related to bug #1077)
2374:
2375: 2017-01-14 moko
2376:
2377: * tests/: 330.html, results/330.processed: test results updated
2378: after ^break[] bugs where fixed (related to bug #1077)
2379:
2380: * tests/: 329.html, results/329.processed: test results updated
2381: after ^break[] bugs where fixed (related to bug #1077)
2382:
2383: * tests/results/320.processed: ^return[] added
2384:
2385: 2017-01-13 moko
2386:
2387: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2388: classes/table.C, include/pa_request.h, main/execute.C,
2389: main/pa_request.C, targets/cgi/parser3.C,
2390: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2391: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2392: checked after each possible process/execute call (fixes bug
2393: #1077)
2394:
2395: 2016-12-29 moko
2396:
2397: * src/main/pa_common.C: warning war
2398:
2399: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2400: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2401: pa_file_size_limit added, ^math:random fixed for upper limit and
2402: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2403: (related to feature #1014)
2404:
2405: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2406: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2407: (related to feature #1014)
2408:
2409: 2016-12-28 moko
2410:
2411: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2412: warning war
2413:
2414: 2016-12-26 moko
2415:
2416: * tests/: 341.html, results/341.processed: test for
2417: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2418:
2419: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2420: (related to feature #1057)
2421:
2422: * src/types/pa_vdate.C: warning war continues...
2423:
2424: * src/: classes/date.C, classes/image.C, classes/table.C,
2425: include/pa_config_includes.h, types/pa_vfile.C: warning war
2426:
2427: * src/lib/gd/gifio.C: warning war / cleanup
2428:
2429: * src/lib/json/pa_json.C: warning war
2430:
2431: * src/classes/hash.C: warning war
2432:
2433: * src/types/pa_vfile.C: warning war
2434:
2435: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2436: -Wall warning war continues
2437:
2438: * configure.ac: --with-build-warnings actualized
2439:
2440: 2016-12-25 moko
2441:
2442: * src/main/pa_exec.C: -wAll warning war
2443:
2444: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2445: -wAll warning war
2446:
2447: * src/: include/pa_common.h, include/pa_sapi.h,
2448: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2449: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2450: -wAll warning war
2451:
2452: 2016-12-23 moko
2453:
2454: * src/lib/ltdl/Makefile.am: extra dist added
2455:
2456: * tests/results/344.processed: test result updated after $file.text
2457: prefetched in ^hash::create[$file] (related to feature #1075)
2458:
2459: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2460: ^hash::create[$file] (related to feature #1075)
2461:
2462: 2016-12-22 moko
2463:
2464: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2465: main/pa_request.C, main/pa_stylesheet_connection.C,
2466: types/pa_vfile.C: file_stat now return 64-bit size (implements
2467: #1014 under 32-bit unix versions)
2468:
2469: 2016-12-21 moko
2470:
2471: * tests/: 375.html, results/375.processed: test for exec returning
2472: stated file added (related to feature #1119)
2473:
2474: * src/classes/file.C: load should not return file with null body
2475: (fixes bug #1119)
2476:
2477: 2016-12-14 moko
2478:
2479: * tests/: 374.html, results/374.processed: test for $method.name
2480: added (related to feature #1117) plus method returning junction
2481: test
2482:
2483: 2016-12-13 moko
2484:
2485: * src/: include/pa_symbols.h, main/pa_symbols.C,
2486: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2487: (implements feature #1117)
2488:
2489: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2490: HEAD and TRACE can't have body (implements feature #1116)
2491:
2492: 2016-12-09 moko
2493:
2494: * tests/: 373.html, results/373.processed: tests for
2495: ^reflection:tainting added (related to feature #1098)
2496:
2497: * src/classes/reflection.C: ^reflection:tainting arguments order
2498: change (related to feature #1098)
2499:
2500: 2016-12-06 moko
2501:
2502: * src/: classes/reflection.C, include/pa_string.h,
2503: main/pa_string.C: ^reflection:tainting[$string] added (implements
2504: feature #1098)
2505:
2506: 2016-12-05 moko
2507:
2508: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2509: (fixes bug #1114)
2510:
2511: 2016-12-04 moko
2512:
2513: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2514: check added
2515:
2516: 2016-12-03 moko
2517:
2518: * tests/: 346-curl.html, results/346-curl.processed: test modified
2519: to test value.as_hash() usage
2520:
2521: * src/classes/curl.C: value.as_hash() used for correct hash
2522: processing
2523:
2524: * src/classes/reflection.C: exceptions texts fixes
2525:
2526: 2016-12-02 moko
2527:
2528: * tests/: 372.html, results/372.processed: tests for
2529: ^reflection:create[ $.class[name] $.constructor[name]
2530: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2531: feature #1094)
2532:
2533: * src/types/pa_vmethod_frame.h: comment added: params should be
2534: declared outside of *_FRAME_ACTION as MethodParams destructor
2535: will be called in ~VNativeMethodFrame
2536:
2537: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2538: ] minor fix
2539:
2540: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2541: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2542: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2543: now supported (implements feature #1094) value::as_hash added
2544: (and should be used everywhere)
2545:
2546: * src/classes/reflection.C: cleanup
2547:
2548: 2016-12-01 moko
2549:
2550: * tests/: 356.html, results/356.processed: test for method
2551: junctions class name added to the resulting hash added (related
2552: to feature #1068)
2553:
2554: * src/classes/reflection.C: for method junctions class name added
2555: to the resulting hash (related to feature #1068)
2556:
2557: 2016-11-30 moko
2558:
2559: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2560: exception (related to bug #1113)
2561:
2562: * src/types/pa_vhashfile.C: whitespace
2563:
2564: * src/main/pa_os.C: errno now returned as it should (fixes bug
2565: #1113)
2566:
2567: * tests/results/: 175.processed, 192.processed, 224.processed,
2568: 229.processed, 239.processed, 244.processed, 246.processed,
2569: 314.processed, 352.processed: tests results updated after method
2570: call exceptions improved as method now keeps its name
2571:
2572: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2573: types/pa_vmethod_frame.h: method call exceptions improved as
2574: method now keeps its name
2575:
2576: * tests/: 224.html, 239.html, results/224.processed,
2577: results/239.processed: tests and tests results updated after
2578: Request::construct exception changed
2579:
2580: * src/: classes/reflection.C, main/execute.C: Request::construct
2581: exception optimized
2582:
2583: * tests/: 371.html, results/371.processed: test for
2584: WWrapper.get_element call in $.name.key[value] code added
2585: (related to feature #1091)
2586:
2587: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2588: in $.name.key[value] code (related to feature #1091)
2589:
2590: 2016-11-29 moko
2591:
2592: * src/classes/op.C: VS warning war
2593:
2594: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2595: C4239: nonstandard extension used : 'return' : conversion from
2596: 'Value' to 'Value &' (related to feature #1020)
2597:
2598: * src/: main/execute.C, types/pa_vmethod_frame.h,
2599: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2600: used : 'return' : conversion from 'Value' to 'Value &' (related
2601: to feature #1020)
2602:
2603: * src/main/execute.C: VS warning war
2604:
2605: * src/targets/cgi/parser3.C: VS compatibility fix
2606:
2607: * src/include/pa_request.h: VS warning war
2608:
2609: * tests/: 370.html, results/370.processed: test for ^file::exec[
2610: ... $.stdin[$binary_file] ] added (related to bug #1044)
2611:
2612: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2613: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2614: $.stdin[$binary_file] (fixes bug #1044)
2615:
2616: 2016-11-28 moko
2617:
2618: * src/main/pa_exec.C: whitespace
2619:
2620: * src/main/pa_request.C: whitespace
2621:
2622: * tests/: 369.html, results/369.processed: test for
2623: $response:status usage added (related to feature #1099)
2624:
2625: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2626: if < 100 (implements feature #1099)
2627:
2628: * src/targets/cgi/parser3.C: whitespace
2629:
2630: * src/targets/cgi/parser3.C: whitespace
2631:
2632: * tests/: 368.html, results/368.processed: test updated after
2633: ^reflection:filename[$method] added (related to feature #1053)
2634:
2635: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2636: main/compile.y, main/execute.C, main/pa_request.C,
2637: types/pa_vclass.h: filename -> filespec,
2638: ^reflection:filename[$method] added (related to feature #1053)
2639:
2640: 2016-11-27 moko
2641:
2642: * tests/: 368.html, results/368.processed: test for
2643: reflection:filename[$class or object] added (related to feature
2644: #1053)
2645:
2646: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2647: types/pa_vstateless_class.h: ^reflection:filename[$class or
2648: object] added (implements feature #1053)
2649:
2650: 2016-11-26 moko
2651:
2652: * src/: include/pa_request_info.h,
2653: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2654: remove_absolute_uri -> strip_absolute_uri
2655:
2656: 2016-11-25 moko
2657:
2658: * src/: include/pa_request_info.h,
2659: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2660: request_info.remove_absolute_uri added to remove possible
2661: http://site.name/ from $request:uri (implements feature #1112)
2662:
2663: 2016-11-24 moko
2664:
2665: * tests/: 367-curl.html, results/367-curl.processed: test for
2666: previous request headers clearing after redirect added (related
2667: to bug #1109)
2668:
2669: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2670: response headers from previous requests are now cleared, only
2671: last request headers are collected (fixes bug #1109)
2672:
2673: * tests/results/: 266.processed, 321.processed, 356.processed:
2674: tests results updated as method name now added to the resulting
2675: hash for new syntax only (Imp1 compatimility fixed, related to
2676: feature #1068)
2677:
2678: * src/classes/reflection.C: method name now added to the resulting
2679: hash for new syntax only (Imp1 compatimility fixed, related to
2680: feature #1068)
2681:
2682: * tests/results/366.processed: test for native and parser
2683: implementation of ^use[] logic (related to feature #1074)
2684:
2685: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2686: for native and parser implementation of ^use[] logic (related to
2687: feature #1074)
2688:
2689: 2016-11-23 moko
2690:
2691: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2692: main/pa_request.C: @USE file now implemented as ^use[file;
2693: $.origin[origin_file] ] (implements feature #1074)
2694:
1.109 moko 2695: 2016-11-21 moko
2696:
1.110 moko 2697: * tests/: 365.html, results/365.processed: test for $caller bugs in
2698: 3.4.4 and $caller.method now tested (related to feature #1110)
2699:
2700: * tests/: 364.html, results/364.processed: $caller usage in
2701: different contexts now tested (related to feature #1110)
2702:
2703: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2704:
2705: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2706:
1.109 moko 2707: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2708: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2709: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2710: used (implements feature #1110)
2711:
2712: 2016-11-20 moko
2713:
2714: * src/types/pa_vdouble.h: whitespace
2715:
2716: 2016-11-11 moko
2717:
2718: * tests/: 363.html, results/363.processed: more tests for feature
2719: #1091 (how parser methods work in expression context)
2720:
2721: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2722: expressions strings are now written as strings, not values by
2723: write_as_string (related to feature #1091)
2724:
2725: * src/classes/op.C: to make more correct behavour in expression
2726: context
2727:
2728: 2016-11-07 moko
2729:
2730: * tests/: 362.html, results/362.processed: test for
2731: xsltParseStylesheetDoc caching as xsl modification after it added
2732: (related to bug #1108)
2733:
2734: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2735: result now cached as xdoc is modified after it (fixes bug #1108)
2736:
2737: 2016-11-06 moko
2738:
2739: * src/types/pa_vxdoc.h: whitespace
2740:
2741: 2016-11-05 moko
2742:
2743: * src/types/pa_vmethod_frame.h: cleanup
2744:
2745: 2016-11-03 moko
2746:
2747: * tests/results/244.processed: more correct exception after method
2748: frames separation
2749:
2750: * src/types/pa_vmethod_frame.h: minor optimizaion
2751:
2752: * src/types/pa_method.h: optimization: params_count added
2753:
2754: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2755: include/pa_request.h, main/execute.C, main/pa_request.C,
2756: types/pa_value.C, types/pa_vmethod_frame.C,
2757: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2758: VMethodFrame now divided into VNativeMethodFrame,
2759: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2760: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2761: and used (related to feature #1104)
2762:
2763: 2016-11-02 moko
2764:
2765: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2766: classes/double.C, classes/file.C, classes/hash.C,
2767: classes/hashfile.C, classes/image.C, classes/inet.C,
2768: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2769: classes/memcached.C, classes/op.C, classes/reflection.C,
2770: classes/regex.C, classes/string.C, classes/table.C,
2771: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2772: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2773: r.write (implements feature #1091)
2774:
2775: * src/main/execute.C: cleanup (related to feature #1104)
2776:
2777: * src/: include/pa_request.h, main/execute.C,
2778: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2779: added, in_expression removed (implements feature #1104)
2780:
2781: 2016-10-31 moko
2782:
2783: * src/types/pa_value.C: whitespace
2784:
2785: 2016-10-28 moko
2786:
2787: * tests/results/244.processed: updated after error reporting fixed
2788: in pa_wcontext.C
2789:
2790: * src/types/pa_wcontext.C: error reporting fixed
2791:
2792: * src/types/pa_wcontext.h: whitespace
2793:
2794: * src/classes/image.C: not fully readed entries are no longer
2795: processed (fixes bug #1106)
2796:
2797: 2016-10-26 moko
2798:
2799: * src/classes/image.C: whitespace
2800:
2801: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2802: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2803: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2804: longer required (related to feature #1091)
2805:
2806: * tests/results/: 264.processed, 350.processed: test results update
2807: reverted (whitespace optimization) after write_no_lang removed :)
2808: (related to feature #1091)
2809:
2810: * src/: classes/file.C, classes/hash.C, classes/op.C,
2811: classes/string.C, classes/table.C, classes/void.C,
2812: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2813: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2814: equal write_pass_lang (related to feature #1091)
2815:
2816: * tests/results/: 264.processed, 350.processed: test results
2817: updated (whitespace optimization) after write_assign_lang removed
2818: (related to feature #1091)
2819:
2820: * tests/: 361.html, results/361.processed: test for non-string
2821: ^untaint added (related to feature #1091)
2822:
2823: * src/: classes/curl.C, classes/date.C, classes/file.C,
2824: classes/hash.C, classes/op.C, classes/string.C,
2825: include/pa_request.h, main/execute.C: optimization:
2826: write_assign_lang removed as not required (first part of feature
2827: #1091 implementation)
2828:
1.108 moko 2829: 2016-10-12 moko
2830:
2831: * tests/: 360.html, results/360.processed: more test code (related
2832: to feature #1104)
2833:
2834: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2835: include/pa_request.h, main/compile.y, main/execute.C: opcode
2836: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2837: WContext is next task (implements feature #1104)
2838:
2839: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2840: / CO_WITHOUT_WCONTEXT
2841:
2842: * tests/: 360.html, results/360.processed: test for in expression
2843: state (related to feature #1104)
2844:
2845: 2016-10-11 moko
2846:
2847: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2848:
2849: * src/classes/op.C: default value removed from initializer
2850:
2851: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2852:
2853: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2854:
2855: 2016-10-10 moko
2856:
2857: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2858: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2859: to feature #42)
2860:
2861: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2862: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2863:
2864: 2016-10-08 moko
2865:
2866: * src/classes/double.C: whitespace
2867:
2868: 2016-10-07 moko
2869:
2870: * src/types/pa_vmethod_frame.h: reorder
2871:
2872: 2016-10-06 moko
2873:
2874: * src/classes/date.C: typo
2875:
2876: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2877:
2878: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2879: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2880: types/pa_vmethod_frame.h: params.get now returns Value&, not
2881: Value*
2882:
2883: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2884:
2885: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2886: removed; first as_* code rewrite
2887:
2888: 2016-10-05 moko
2889:
2890: * src/include/pa_request.h: whitespace
2891:
2892: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2893: intercept_string added (related to feature #1097)
2894:
2895: * src/: classes/image.C, classes/op.C, classes/table.C,
2896: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2897: optimization: intercept_string removed (implements feature #1097)
2898:
2899: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2900:
2901: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2902: from VCodeFrame and WWrapper as not required
2903:
2904: 2016-10-04 moko
2905:
2906: * src/: classes/curl.C, classes/date.C, classes/double.C,
2907: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2908: classes/int.C, classes/json.C, classes/op.C,
2909: classes/reflection.C, classes/string.C, classes/table.C,
2910: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2911: proces_to_value -> process after StringOrValue removed (related
2912: to feature #1020)
2913:
2914: * src/classes/form.C: whitespace
2915:
2916: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2917:
2918: * tests/: 357.html, 358.html, results/357.processed,
2919: results/358.processed, results/auto.p: test for @conf
2920: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2921:
2922: 2016-10-03 moko
2923:
2924: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2925: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2926: supported (implements feature #42)
2927:
2928: * src/types/pa_vregex.h: no reason for VRegex to be
2929: is_evaluated_expr
2930:
2931: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2932: (implements feature #1095)
2933:
2934: 2016-10-01 moko
2935:
2936: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2937: false by default (related to feature #1089)
2938:
2939: 2016-09-30 moko
2940:
2941: * src/types/pa_wcontext.h: cleanup
2942:
2943: 2016-09-29 moko
2944:
2945: * src/main/execute.C: whitespace
2946:
2947: * src/include/pa_request.h: whitespace
2948:
2949: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2950: classes/op.C, classes/table.C, include/pa_request.h,
2951: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2952: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2953: StringOrValue removed as it just slows down and adds complexity
2954: (implements feature #1020)
2955:
2956: 2016-09-28 moko
2957:
2958: * tests/: 356.html, results/266.processed, results/321.processed,
2959: results/356.processed: tests updated after name was added to
2960: method_info hash, test for ^reflection:method_info[junction]
2961: added (related to feature #1068)
2962:
2963: * src/classes/reflection.C: ^reflection:method_info[junction] now
2964: supported, method name added to the resulting hash (implements
2965: feature #1068)
2966:
2967: * tests/: 276.html, results/276.processed: more tests for
2968: ^reflection:delete[]
2969:
2970: * src/classes/reflection.C: fixed bug then ^reflection:delete
2971: didn't work on class and could damage native objects (like file)
2972:
2973: 2016-09-26 moko
2974:
2975: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2976: results/345.processed, results/346-curl.processed,
2977: results/347-curl.processed, results/348.processed: numbers added
2978: to simplify diff analysis
2979:
2980: * tests/: 352.html, results/352.processed: test result updated as
2981: method name used
2982:
2983: * src/classes/reflection.C: method name used
2984:
2985: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2986: its name
2987:
2988: * src/types/pa_method.h: whitespace
2989:
2990: * src/classes/reflection.C: both method and field with one name can
2991: exist.
2992:
2993: * src/classes/reflection.C: ^reflection:mixin added (implements
2994: feature #1089)
2995:
2996: * tests/: 355.html, results/355.processed: property appears in
2997: derived class if added in base test added
2998:
2999: * src/types/pa_vstateless_class.h: get_method declaration +
3000: whitespace
3001:
3002: * tests/: 354.html, results/354.processed: nice test from method
3003: and property with one name in class added
3004:
3005: 2016-09-23 moko
3006:
3007: * src/classes/reflection.C: ^reflection:method usage documented
3008:
3009: 2016-09-22 moko
3010:
3011: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3012: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3013: compile warning and GPF occures on VS2003 (related to feature
3014: #1087)
3015:
3016: * tests/: 350.html, results/350.processed: test added for
3017: $.encloser[] support in ^table::create (related to feature #11)
3018:
3019: * src/classes/table.C: another minor fix (related to feature #11)
3020:
1.107 moko 3021: 2016-09-21 moko
3022:
3023: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3024:
3025: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3026: classes/json.C, classes/string.C, classes/table.C,
3027: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3028: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3029: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3030: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3031: pa_charsets, vs2015 warning war
3032:
3033: * src/classes/table.C: vs2015 warning war
3034:
3035: * src/types/pa_vdate.C: vs2015 warning war
3036:
3037: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3038:
3039: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3040: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3041:
3042: * src/main/pa_common.C: vs2015 compilation fixes
3043:
3044: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3045: vs2015 compilation fixes
3046:
3047: * src/main/pa_charset.C: vs2015 warning war
3048:
3049: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3050:
3051: * src/main/pa_charset.C: vs2015 warning war
3052:
3053: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3054:
3055: * src/types/pa_vdate.C: vs2015 compilation fix
3056:
3057: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3058:
3059: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3060: VS2015 compilation fixes
3061:
3062: * src/classes/table.C: minor fix (related to feature #11)
3063:
3064: * tests/results/282.processed: no longer skipping extra enclosers
3065: (related to feature #11)
3066:
3067: * src/classes/table.C: minor fix + no longer skipping extra
3068: enclosers (related to feature #11)
3069:
3070: * src/classes/table.C: minor optimization (related to feature #11)
3071:
3072: * src/classes/table.C: minor fix and optimization (related to
3073: feature #11)
3074:
3075: 2016-09-20 moko
3076:
3077: * tests/: 353.html, results/353.processed: test for
3078: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3079: added (related to bug #1090)
3080:
3081: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3082: one_big_piece (fixes bug #1090)
3083:
3084: * tests/: 229.html, results/229.processed: code coverage tests
3085:
3086: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3087: body) was called
3088:
3089: * src/classes/op.C: whitespace
3090:
3091: * tests/: 323.html, results/323.processed: test for code junction
3092: should not be returned by ^reflection:class, ^reflection:base
3093:
3094: * src/classes/reflection.C: bugfix: code junction should not be
3095: returned by ^reflection:class, ^reflection:base
3096:
3097: * tests/: 323.html, 352.html, results/352.processed: no more
3098: exception for ^reflection:method[class;no-such-method] (related
3099: to feature #1087)
3100:
3101: * src/classes/reflection.C:
3102: ^reflection:method[class;no-such-method] : exception -> void
3103: (related to feature #1087)
3104:
3105: * src/include/pa_request.h: request::write_value added to allow
3106: write value without convertion (related to issue #1091)
3107:
3108: 2016-09-19 moko
3109:
3110: * src/main/pa_random.C: windows build fix
3111:
3112: * src/types/pa_vhash.h: warning war
3113:
3114: 2016-09-14 moko
3115:
3116: * tests/: 352.html, 552.html, results/352.processed,
3117: results/552.processed: test for ^reflection:method[] extension
3118: added (related to feature #1087)
3119:
3120: * tests/: 552.html, results/552.processed: test for
3121: ^reflection:method[] extension added (related to feature #1087)
3122:
3123: * src/classes/reflection.C: compatibility issue fixed, VClass
3124: dynamic_cast check added (related to feature #1087)
3125:
3126: * tests/: 351.html, results/351.processed: test for @auto[]
3127: inheritance bug diring ^process[] added (related to bug #1088)
3128:
3129: * src/: classes/op.C, main/pa_request.C,
3130: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3131: disable it inheritance during ^process (fixes bug #1088)
3132:
3133: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3134: added (implements feature #1087)
3135:
3136: 2016-09-13 moko
3137:
3138: * tests/: 349.html, results/auto.p: test for objects prototyping
3139: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3140: to feature #1086)
3141:
3142: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3143: types/pa_vobject.C: objects now are not class instances, but have
3144: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3145: in @conf (implements feature #1086)
3146:
3147: 2016-09-08 moko
3148:
3149: * src/: classes/file.C, classes/mail.C, classes/string.C,
3150: classes/table.C, main/pa_http.C, main/pa_string.C,
3151: include/pa_string.h: cleanup: string::split limit argument
3152: removed as no longer required, pos_after no longer reference
3153: (related to feature #11)
3154:
3155: * src/classes/table.C, tests/results/348.processed: now exception
3156: is rised when invalid option is passed to ^table::create[]
3157:
3158: * tests/: 282.cfg, 282.html, results/282.processed: more code
3159: coverage tests
3160:
3161: * tests/: 348.html, results/348.processed: code coverage tests
3162: added
3163:
3164: * tests/: 348.html, results/348.processed: generic ^table::create[]
3165: tests
3166:
3167: * tests/: 035.html, results/035.processed, results/272.processed:
3168: tests updated after $.encloser[] support for ^table::create
3169: implementation (related to feature #11)
3170:
3171: * src/classes/table.C: $.encloser[] support for ^table::create
3172: finally added (implements feature #11)
3173:
3174: 2016-09-07 moko
3175:
3176: * src/include/pa_string.h: added StringSplitHelper as friend
3177: (related to feature #11)
3178:
3179: * src/include/pa_string.h: body and langs now protected, not
3180: private to allow inheritance (related to feature #11)
3181:
3182: * src/classes/table.C: lsplit optimized before cloning for
3183: ^table::create with $.encloser[] (related to feature #11)
3184:
3185: * src/classes/table.C: optimizaion: TableControlChars.separators
3186: added and used (related to feature #11)
3187:
3188: * src/classes/table.C: spelling:
3189:
3190: TableSeparators -> TableControlChars column -> separator
3191: separators -> control_chars
3192:
3193: 2016-09-06 moko
3194:
3195: * src/main/pa_string.C: whitespace
3196:
3197: * src/main/pa_string.C: whitespace
3198:
3199: 2016-09-01 moko
3200:
3201: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3202: results OS-independent
3203:
3204: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3205: compiler (related to feature #1042)
3206:
3207: 2016-08-15 moko
3208:
3209: * src/include/pa_string.h: whitespace
3210:
3211: * src/classes/table.C: whitespace
3212:
1.106 moko 3213: 2016-08-05 moko
3214:
3215: * tests/: 344.html, results/344.processed: test for
3216: ^hash::create[$file] added (related to feature #1075)
3217:
3218: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3219: supported (implements feature #1075)
3220:
3221: 2016-08-04 moko
3222:
3223: * tests/: 341.html, results/341.processed: more code coverage tests
3224:
3225: * tests/: 346-curl.html, results/346-curl.processed: more code
3226: coverage tests for curl
3227:
3228: * tests/: 346-curl.html, results/346-curl.processed: more code
3229: coverage tests for curl
3230:
3231: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3232: results/223.processed: code coverage tests: $.form[ $.table[] ]
3233: test added
3234:
3235: * tests/: 223-curl.html, results/223-curl.processed: more code
3236: coverage tests for curl
3237:
3238: 2016-08-03 moko
3239:
3240: * src/classes/curl.C: dlink(curl_library) now called not once, but
3241: until it will be loaded, allowing to find existing library.
3242:
3243: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3244: results/347-curl.processed: more code coverage tests for curl
3245:
3246: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3247: results/339-curl.processed, results/346-curl.processed: curl
3248: functionality tests
3249:
3250: 2016-08-02 moko
3251:
3252: * tests/: 339.html, results/339.processed: test for tables in
3253: ^file:load[] and ^curl:load[] (commented) added (related to
3254: feature #1042)
3255:
3256: * tests/: 345.html, results/345.processed: code coverage tests for
3257: file class
3258:
3259: * tests/: 344.html, results/344.processed: code coverage tests
3260:
3261: * tests/: 344.html, results/344.processed: mdate removed from
3262: output
3263:
3264: * src/classes/file.C: minor bugfix: is_text should be taked from
3265: fcontent.is_text_mode() if not set (related to feature #1061)
3266:
3267: * tests/: 344.html, results/344.processed: more tests
3268:
3269: * tests/: 343.html, 344.html, results/343.processed,
3270: results/344.processed: tests for ^file::create[ $.from-charset
3271: and $.to-charset ] (related to feature #1061)
3272:
3273: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3274: aset_text_mode argument optimized
3275:
3276: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3277: checkBOM now used in detect_binary_content (related to feature
3278: #1061)
3279:
3280: * src/main/pa_request.C: load_charset no longer required to_upper
3281:
3282: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3283: preserves original file mode (if no $.mode specified)
3284:
3285: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3286: ^file::create now supports $.from-charset[] and $.to-charset
3287: options (implements feature #1061), automatic transcode is done
3288: if text file is created from binary file and charset is detected.
3289:
3290: 2016-07-30 moko
3291:
3292: * src/classes/table.C: ^t.hash[..;] now supported (related to
3293: feature #1057)
3294:
3295: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3296: added (related to feature #1057)
3297:
3298: * tests/: 286.html, results/286.processed: code tests coverage
3299:
3300: 2016-07-29 moko
3301:
3302: * src/classes/table.C: table size should be checked inside menu and
3303: foreach (related to feature #858)
3304:
3305: * src/: classes/curl.C, classes/file.C, classes/string.C,
3306: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3307: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3308: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3309: charsets.get now does str_upper inside (related to feature #1061)
3310:
3311: * tests/: 342.html, results/342.processed: more code coverage tests
3312:
3313: * tests/: 342.html, outputs/342.processed: table menu code coverage
3314: + foreach test added (related to feature #858)
3315:
3316: * tests/: 341.html, results/341.processed: tests for
3317: ^table.hash[]{code} added + code coverage tests (related to
3318: feature #1057)
3319:
3320: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3321: value} support (implements feature #1057)
3322:
3323: * src/classes/table.C: whitespace
3324:
3325: 2016-07-28 moko
3326:
3327: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3328: from URL, if not specified query string removed from url-based
3329: filenames in ^curl:load[] and ^file::load[] (related to feature
3330: #1042)
3331:
3332: 2016-07-27 moko
3333:
3334: * tests/: 340.html, results/340.processed: test for
3335: transcode_text_result=false added (related to issue #1042)
3336:
3337: 2016-07-26 moko
3338:
3339: * src/types/pa_vfile.C: file name should not be empty (if file path
3340: is folder and ends with /) (related to feature #1042)
3341:
3342: * src/main/pa_http.C: whitespace optimizaion
3343:
3344: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3345: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3346: multiple headers, ^file::load supports headers transcoding
3347: (implements feature #1042)
3348:
3349: 2016-07-25 moko
3350:
3351: * src/include/pa_common.h: PA_DEFAULT added
3352:
3353: 2016-07-22 moko
3354:
3355: * tests/: 338.html, results/338.processed: test for
3356: $date.field(value) added (related to feature #1066)
3357:
3358: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3359: $date.field(value) now supported for y/m/d/h/m/s (implements
3360: feature #1066)
3361:
1.105 moko 3362: 2016-07-21 moko
3363:
3364: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3365: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3366: arguments removed; image.C - absolute path shown in exception
3367: (implements feature #1071)
3368:
3369: * tests/: 235.html, results/235.processed: test and test result
3370: updated after static boundary in mail and Errors-To: mail header
3371: removed (related to feature #1047)
3372:
3373: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3374: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3375: used, static boundary in mail removed, Errors-To: mail header
3376: removed (implements feature #1047)
3377:
3378: 2016-07-20 moko
3379:
3380: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3381: equest.classes(): Value -> VStateless_class, part 3 (related to
3382: issue #1051)
3383:
3384: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3385: request.classes(): Value -> VStateless_class, part 2 (related to
3386: issue #1051)
3387:
3388: * tests/results/: 224.processed, 323.processed: classes without
3389: methods should not be methoded (related to issue #1051)
3390:
3391: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3392: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3393: -> VStateless_class, part 1 (related to issue #1051)
3394:
3395: * tests/: 337.html, results/337.processed: test for
3396: ^reflection:fields_reference[] and VHashReference class added
3397: (related to feature #1072)
3398:
3399: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3400: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3401: and VHashReference added, allowing ^reflection:fields_reference[]
3402: implementation (closes feature #1072)
3403:
3404: 2016-07-19 moko
3405:
3406: * tests/: 323.html, results/323.processed: we want to see
3407: "methoded"
3408:
3409: * tests/: 336.html, results/336.processed: test for $BASE:property
3410: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3411: #1059)
3412:
3413: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3414: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3415: somebody_entered_some_class, $BASE:property works again,
3416: ^BASE:method[] bugs fixed (fixes bug #1059)
3417:
3418: 2016-07-14 moko
3419:
3420: * tests/: 335.html, results/335.processed: test for feature #1055
3421: added
3422:
3423: * src/classes/hash.C: bugfix: $._default was not copied if empty
3424: feature: ^hash.contains[_default] added (implements feature
3425: #1055)
3426:
3427: 2016-07-13 moko
3428:
3429: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3430: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3431:
3432: 2016-07-05 moko
3433:
3434: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3435: in ^hash.foreach (related to feature #1073)
3436:
3437: 2016-07-04 moko
3438:
3439: * tests/: 134.html, 281.html, results/134.processed,
3440: results/281.processed: tests updated after hash blocking removed
3441: (related to feature #1073)
3442:
3443: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3444: no longer blocks on change during foreach (implements feature
3445: #1073)
3446:
3447: 2016-06-17 moko
3448:
3449: * tests/: 330.html, results/330.processed: try exception source
3450: test added (related to bug in #1062)
3451:
3452: * tests/: 334.html, results/334.processed: Exception stack trace
3453: test added (related to bug in $1062)
3454:
3455: * src/classes/op.C: Exception trace now correctly restored and
3456: errors reported (related to bug #1062)
3457:
1.104 moko 3458: 2016-05-25 moko
3459:
3460: * src/main/compile.y: minor cleanup + beauty
3461:
3462: 2016-05-24 moko
3463:
3464: * tests/: 333.html, results/333.processed: more exceptions testing
3465:
3466: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3467: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3468: features #1056, #1026)
3469:
3470: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3471: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3472: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3473: (implements feature #1056)
3474:
3475: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3476: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3477: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3478: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3479: feature #1026)
3480:
3481: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3482: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3483: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3484: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3485: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3486: feature #1026)
3487:
3488: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3489: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3490: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3491: SYMBOLS_CACHING define implemented (related to feature #1026)
3492:
3493: * src/main/main.vcproj: + ps_symbols
3494:
3495: * src/: include/Makefile.am, include/pa_string.h,
3496: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3497: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3498: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3499: types/pa_vstateless_class.C: initial implementation for symbols
3500: cache (related to feature #1026)
3501:
3502: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3503:
3504: * src/main/pa_globals.C: minor cleanup
3505:
3506: 2016-05-19 moko
3507:
3508: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3509: (related to feature #1046)
3510:
3511: * tests/: 331.html, results/331.processed: test for
3512: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3513: (related to feature #1051)
3514:
3515: * src/main/compile.y:
3516: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3517: (implements feature #1054)
3518:
3519: 2016-05-18 moko
3520:
3521: * src/types/pa_vtable.C, tests/results/324.processed: no more
3522: "column not found" exception for ^table.no-such-method[] (related
3523: to feature #1046)
3524:
3525: * tests/: 261.html, results/261.processed: test added and updated
3526: after feature #1046 implementation
3527:
3528: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3529: types/pa_vvoid.h: $string.anything works for whitespace strings,
3530: ^string.contains added for hash compatibility, $string.method no
3531: longer returns stting method (implements feature #1046)
3532:
3533: 2016-05-12 moko
3534:
3535: * src/classes/curl.C: content-type response header no longer
3536: ignored (fixes issue #1045)
3537:
3538: * tests/: 330.html, results/330.processed: test for incomplete
3539: finally execution when break occures added (related to issue
3540: #1077)
3541:
3542: * src/classes/op.C: bugfix: Request::skip reset is called before
3543: executing catch and finally code (fixes issue #1062)
3544:
3545: 2016-05-11 moko
3546:
3547: * tests/: 329.html, results/329.processed: test for invalid
3548: ^break[] behavour added (bug #1077)
3549:
3550: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3551:
3552: 2016-04-24 moko
3553:
3554: * src/types/pa_vstateless_class.h: warning war
3555:
3556: 2016-04-17 moko
3557:
3558: * tests/: 328.html, results/328.processed: test for
3559: ^break(condition) and ^continue(condition) (related to feature
3560: #1063)
3561:
3562: * src/classes/op.C: ^break(condition) and ^continue(condition)
3563: implemented (feature #1063)
3564:
3565: 2016-04-12 moko
3566:
3567: * tests/results/280.processed: ordered hash now used for class
3568: methods and properties (test results updated for feature #1069)
3569:
3570: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3571: to xdoc.C as under FreeBSD it was inited after and inheritance
3572: failed (related to issue #1051)
3573:
3574: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3575: are printed to check inheritance (related to feature #1051)
3576:
1.103 moko 3577: 2016-04-09 moko
3578:
3579: * tests/results/320.processed: ordered hash now used for class
3580: methods and properties (test results updated for feature #1069)
3581:
3582: * src/types/pa_vstateless_class.h: ordered hash now used for class
3583: methods and properties (implements feature #1069)
3584:
3585: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3586: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3587: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3588: feature #1051)
3589:
3590: 2016-04-07 moko
3591:
3592: * src/main/execute.C: returned Value in .CLASS case for VJunction
3593: (related to feature #1051)
3594:
3595: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3596: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3597: string constants deduplication (related to feature #1051)
3598:
3599: * tests/results/224.processed: test result updated (related to
3600: feature #1051)
3601:
3602: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3603: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3604: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3605: types/pa_vstatus.h: classes hash now contains only
3606: VStateless_class derived objects, .CLASS is also allways
3607: VStateless_class derived object (related to feature #1051).
3608:
3609: 2016-04-06 moko
3610:
3611: * tests/results/323.processed: test result updated after feature
3612: #1051 implementation
3613:
3614: * src/: classes/classes.h, classes/op.C, classes/response.C,
3615: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3616: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3617: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3618: types/pa_vresponse.C, types/pa_vresponse.h,
3619: types/pa_vstateless_class.h: base -> methoded_donor for static
3620: classes, type() moved from VStateless_class to VClass and
3621: Methoded (implements feature #1051)
3622:
3623: 2016-04-04 moko
3624:
3625: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3626: beauty: put_class added (related to feature #1051)
3627:
3628: 2016-04-01 moko
3629:
3630: * tests/results/: 175.processed, 192.processed, 224.processed,
3631: 229.processed, 244.processed, 246.processed, 316.processed: test
3632: results updated as class.type() removed from error messages, only
3633: type() left (related to feature #1051)
3634:
3635: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3636: classes/op.C, classes/reflection.C, main/compile.y,
3637: main/compile_tools.h, main/execute.C, main/pa_request.C,
3638: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3639: types/pa_vmethod_frame.h, types/pa_vobject.h,
3640: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3641: from VStateless_class, type() is used instead (related to feature
3642: #1051)
3643:
3644: * src/classes/mail.C: old logic restored.
3645:
3646: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3647: classes/classes.h, classes/curl.C, classes/date.C,
3648: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3649: classes/hashfile.C, classes/image.C, classes/inet.C,
3650: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3651: classes/memcached.C, classes/memory.C, classes/reflection.C,
3652: classes/regex.C, classes/response.C, classes/string.C,
3653: classes/table.C, classes/xdoc.C, classes/xnode.C,
3654: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3655: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3656: feature #1051)
3657:
3658: 2016-03-30 moko
3659:
3660: * tests/: 327.html, results/224.processed, results/327.processed:
3661: test for TZ specification in ^date::create[], TZ is kept during
3662: ^date::create[$dt] (related to feature #1048)
3663:
3664: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3665: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3666: feature #1048)
3667:
3668: 2016-03-29 moko
3669:
3670: * tests/: 315.html, results/315.processed: test for timezone format
3671: +HHmm added (related to feature #1065)
3672:
3673: * src/classes/date.C: timezone format +HHmm now supported
3674: (implements feature #1065)
3675:
3676: 2016-03-28 moko
3677:
3678: * tests/: 202.html, results/131.processed, results/202.processed,
3679: results/224.processed, results/256.processed,
3680: results/315.processed: test results updated after %.2d now
3681: default for hours offset in iso-string (was %2d), test for
3682: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3683: added (related to feature #1065)
3684:
3685: 2016-03-27 moko
3686:
3687: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3688: feature #1065)
3689:
3690: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3691: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3692: added (implements feature #1065)
3693:
3694: 2016-03-24 moko
3695:
3696: * tests/: 202.html, results/202.processed: test $date.week added
3697: (related to bug #1067)
3698:
3699: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3700: date (fix for bug #1067)
3701:
3702: 2016-03-10 moko
3703:
3704: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3705:
1.102 moko 3706: 2015-12-07 moko
3707:
3708: * tests/: 326.html, results/326.processed: test for .CLASS &
3709: .CLASS_NAME optimization added (related to feature #844)
3710:
3711: 2015-11-17 moko
3712:
3713: * tests/: 323.html, results/323.processed: order added
3714:
3715: * tests/: 325.html, results/325.processed: double range test added
3716: (related to bug #1049)
3717:
3718: 2015-11-16 moko
3719:
3720: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3721: added to disallow NaN and Infinity (fixes bug #1049)
3722:
3723: 2015-11-11 moko
3724:
3725: * tests/324.html: parser 3.4.3 execution support added (related to
3726: feature #1017)
3727:
3728: * tests/: 324.html, results/324.processed: test for
3729: GET_ELEMENT4CALL feature added (feature #1017)
3730:
1.101 moko 3731: 2015-10-29 moko
3732:
3733: * operators.txt: updated for 3.4.4
3734:
3735: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3736:
3737: * src/main/pa_exec.C: get_exit_status implemented for Windows
3738: (related to bug #1043)
3739:
3740: 2015-10-28 moko
3741:
3742: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3743: hangup during ^file::exec (fixes bug #1043)
3744:
1.100 moko 3745: 2015-10-27 moko
3746:
3747: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3748:
1.99 moko 3749: 2015-10-26 moko
3750:
1.100 moko 3751: * tests/322.html, src/classes/reflection.C: arguments reorder
3752: (related to issue #1041)
3753:
3754: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3755: Copyright year updated
3756:
1.99 moko 3757: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3758: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3759: classes/form.C, classes/hash.C, classes/hashfile.C,
3760: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3761: classes/mail.C, classes/math.C, classes/memcached.C,
3762: classes/memory.C, classes/op.C, classes/reflection.C,
3763: classes/regex.C, classes/response.C, classes/string.C,
3764: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3765: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3766: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3767: include/pa_config_fixed.h, include/pa_config_includes.h,
3768: include/pa_dictionary.h, include/pa_dir.h,
3769: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3770: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3771: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3772: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3773: include/pa_request_charsets.h, include/pa_request_info.h,
3774: include/pa_sapi.h, include/pa_socks.h,
3775: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3776: include/pa_stack.h, include/pa_string.h,
3777: include/pa_stylesheet_connection.h,
3778: include/pa_stylesheet_manager.h, include/pa_table.h,
3779: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3780: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3781: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3782: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3783: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3784: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3785: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3786: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3787: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3788: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3789: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3790: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3791: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3792: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3793: main/pa_string.C, main/pa_stylesheet_connection.C,
3794: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3795: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3796: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3797: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3798: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3799: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3800: targets/isapi/parser3isapi.C, types/pa_junction.h,
3801: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3802: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3803: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3804: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3805: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3806: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3807: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3808: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3809: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3810: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3811: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3812: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3813: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3814: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3815: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3816: types/pa_vresponse.C, types/pa_vresponse.h,
3817: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3818: types/pa_vstateless_object.h, types/pa_vstatus.C,
3819: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3820: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3821: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3822: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3823: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3824:
3825: * src/targets/cgi/parser3.C: year updated
3826:
3827: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3828: issue #1041)
3829:
3830: * tests/: 323.html, results/323.processed: test for base classes
3831: added
3832:
3833: * tests/: 261.html, results/261.processed: updated after better
3834: error reporting done for $string.key exception
3835:
3836: * src/types/pa_vstring.h: better error report for $string.key
3837: exception
3838:
3839: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3840: copied as VObject::get_element4call to remove extra virtual call
3841:
3842: * tests/: 322.html, results/322.processed: test for
3843: ^reflection:is[] added (related to feature #1041)
3844:
3845: * src/classes/reflection.C: ^reflection:is empty value is void
3846: (related to feature #1041)
3847:
3848: * src/classes/reflection.C:
3849: ^reflection:is[class_name|code|method;[context;]element_name]
3850: added (implements feature #1041)
3851:
3852: 2015-10-24 moko
3853:
3854: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3855:
1.98 moko 3856: 2015-10-22 moko
3857:
3858: * tests/: 321.html, results/321.processed: test for
3859: ^reflection:method_info[] file detection added
3860:
3861: * tests/: 320.html, results/320.processed: test for
3862: ^reflection:class_by_name[class_name] added (related to feature
3863: #993)
3864:
3865: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3866: added (implements feature #993)
3867:
3868: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3869: (related to feature #1017)
3870:
3871: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3872: added (related to issue #1039)
3873:
3874: * src/main/pa_request.C: ^throw origin fixed (related to feature
3875: #1039)
3876:
3877: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3878: for VDate
3879:
3880: * tests/results/182.processed: updated after feature #1038
3881: implemented
3882:
3883: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3884: compile-time exception origin added (test for feature #1039)
3885:
3886: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3887: main/pa_request.C: exception unification: compile-time exceptions
3888: now have origin, @USE origins also tracked (implements feature
3889: #1039)
3890:
3891: 2015-10-20 moko
3892:
3893: * src/main/pa_request.C: cleanup
3894:
3895: 2015-10-15 moko
3896:
3897: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3898:
3899: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3900: types/pa_vtable.C: new feature: no more $table.method and
3901: $hash.method, aliases for _at, _count, _key (related to feature
3902: #1017)
3903:
1.97 moko 3904: 2015-10-14 moko
3905:
1.98 moko 3906: * tests/: 317.html, results/317.processed: test for
3907: ^string.unescape[] added (related to feature #120)
3908:
1.97 moko 3909: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3910: defined" bug (described in issue #1036)
3911:
3912: * tests/: 247.html, results/247.processed: test for checkBOM added
3913: (test for bug #1037)
3914:
3915: * src/: include/pa_charsets.h, main/pa_charsets.C,
3916: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3917: it's not enforced, skips BOM signature if it complies charset
3918: (fixes bug #1037)
3919:
3920: 2015-10-13 moko
3921:
3922: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3923: linking
3924:
3925: * src/classes/inet.C: vs2003 compilation fix
3926:
3927: * src/classes/math.C: warning war
3928:
3929: * src/lib/punycode/pa_punycode.c: warning war
3930:
3931: 2015-10-12 moko
3932:
3933: * src/lib/punycode/pa_punycode.c: warning war
3934:
3935: * parser3.sln: moved parser3 first, to make it default startup
3936: project
3937:
3938: * buildall: parser "mirror" now used for external libs sources
3939: (implements feature #1036)
3940:
3941: * buildall: most external libs are updated to their current
3942: versions (related to feature #1036)
3943:
3944: * src/classes/image.C: more tags added
3945:
3946: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3947:
3948: 2015-10-11 moko
3949:
3950: * src/classes/curl.C: minor optimization (related to feature #1035)
3951:
3952: 2015-10-09 moko
3953:
3954: * src/classes/curl.C: pa_strdup added for strings from curl
3955: (related to feature #1035)
3956:
3957: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3958: ULLONG_MAX definition
3959:
3960: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3961: (implements feature #1035)
3962:
3963: * src/main/pa_charset.C: String::Body(String::C) used
3964:
3965: * src/main/pa_charset.C: exceptions unified
3966:
3967: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3968: unified
3969:
3970: * src/: classes/file.C, classes/image.C, classes/mail.C,
3971: classes/op.C, classes/xdoc.C, classes/xnode.C,
3972: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3973: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3974: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3975: String::Body(String::C) constructor added (related to bug #957)
3976:
3977: * src/classes/file.C: minor optimization
3978:
3979: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3980: Cord(char*) autocreation (related to bug #957)
3981:
3982: * src/: classes/string.C, main/untaint.C: minor optimizations
3983:
3984: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3985: String(char*, Lang, length) removed, String(C(), Lang) used
3986: instead (related to bug #957)
3987:
3988: 2015-10-08 moko
3989:
3990: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3991: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3992: main/untaint.C: Now char * is converted to CORD only using
3993: AS_CORD() to check for empty cord bug (fixes bug #957)
3994:
3995: * src/include/pa_hash.h: fixed compilation without
3996: HASH_CODE_CACHING
3997:
3998: * src/classes/string.C:
3999: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4000: feature #120)
4001:
4002: * src/main/pa_common.C: reduce js flags checks count (related to
4003: feature #120)
4004:
1.96 moko 4005: 2015-10-07 moko
4006:
4007: * tests/: 275.html, results/275.processed: test modified after
4008: unsigned long long int support implemented (feature #1034)
4009:
4010: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4011: pa_atoul added for unsigned long long int support
4012:
4013: 2015-10-06 moko
4014:
4015: * src/types/pa_vdate.C: INT_MAX used
4016:
4017: 2015-10-03 moko
4018:
4019: * tests/: 302.html, results/302.processed: test for bug #1023
4020: (\u2028, \u2029 escaping) added
4021:
4022: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4023: json:string[] (fixes bug #1023)
4024:
4025: 2015-09-29 moko
4026:
4027: * tests/305.html: try-catch added for OS without ipv6 support
4028:
4029: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4030: compilation
4031:
4032: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4033: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4034: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4035: implemented to distinguish ^hash.method from $hash.field
4036: (implements feature #1017)
4037:
4038: * src/lib/punycode/pa_punycode.c: warning war
4039:
4040: * src/include/pa_config_includes.h: warning war
4041:
4042: * src/include/pa_config_includes.h: pragma warning actualized a bit
4043:
4044: * src/include/pa_config_includes.h: warning war
4045:
4046: * src/include/pa_hash.h: clang compilation fix
4047:
4048: 2015-09-27 moko
4049:
4050: * src/main/compile.tab.C: Bison 3 is now default
4051:
4052: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4053:
4054: 2015-09-25 moko
4055:
4056: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4057: works with undefined HASH_ORDER (related to feature #196)
4058:
4059: 2015-09-24 moko
4060:
4061: * tests/: 027.html, results/027.processed: test modified to test
4062: ^hash.sort (feature #196)
4063:
4064: * src/: classes/hash.C, include/pa_hash.h:
4065: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4066: added (implements feature #196)
4067:
4068: * tests/: 316.html, results/316.processed: Added test for bug #1025
4069: (exception handling in non-cached ^cache), plus for "it does not
4070: have logical value" and "$exception.handled value must be either
4071: boolean or string 'cache'" exceptions.
4072:
4073: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4074: code (fixes bug #1025)
4075:
1.95 moko 4076: 2015-09-23 moko
4077:
4078: * src/classes/table.C: warning war
4079:
4080: * src/: classes/math.C, types/pa_vcookie.C: warning war
4081:
4082: * src/classes/file.C: warning war
4083:
4084: * src/: include/pa_table.h, main/pa_table.C: warning war
4085:
4086: * src/: main/pa_request.C, classes/date.C: warning war
4087:
4088: * src/: types/pa_vdate.C, classes/op.C: warning war
4089:
4090: * tests/: 122.html, results/122.processed: win sync: to remove
4091: differences with OS that doesn't keep timezone change history
4092:
4093: * src/types/pa_vdate.C: tzset() should be called in Windows after
4094: TZ change (related to feature #36)
4095:
4096: * tests/: 075.html, results/075.processed: win sync: to remove
4097: differences with OS that doesn't keep timezone change history
4098:
4099: * tests/: 315.html, results/315.processed: win sync: to remove
4100: differences with OS that doesn't keep timezone change history
4101:
4102: * tests/: 256.html, results/256.processed: win sync: to remove
4103: differences with OS that doesn't keep timezone change history
4104:
4105: * tests/: 124.html, results/124.processed: win results sync: to
4106: avoid hitting time change hole.
4107:
4108: * src/types/pa_vdate.C: static returned. :)
4109:
4110: 2015-09-22 moko
4111:
4112: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4113:
4114: * tests/results/131.processed: more tests for feature #1032
4115:
4116: * src/classes/date.C: minor fix related to feature #1032
4117:
4118: * operators.txt: ISO date creation documented (related to feature
4119: #1032)
4120:
4121: * operators.txt: iso-string documented (related to feature #1032)
4122:
4123: * tests/: 315.html, results/315.processed: more tests added
4124: (related to feature #1032)
4125:
4126: * tests/: 131.html, results/131.processed: date range checks
4127: updated (related to feature #36)
4128:
4129: * tests/: 315.html, results/057.processed, results/315.processed:
4130: test added for ISO date support (related to issue #315)
4131:
4132: * src/classes/date.C: more readable exceptions in date creation
4133: (related to ticket #1032)
4134:
4135: 2015-09-18 moko
4136:
4137: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4138: added (related to issue #1032)
4139:
4140: * tests/results/256.processed, src/classes/json.C: iso-string
4141: documented (related to issue #1032)
4142:
4143: * tests/: 256.html, results/256.processed: ISO date check added
4144: (related to issue #1032)
4145:
4146: * tests/: 057.html, results/057.processed, results/224.processed:
4147: tests results updated after ISO date support implemented (related
4148: to feature #1032)
4149:
4150: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4151: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4152: ^date::create[string] constructor formalized, ^date.iso-string[]
4153: added (implements feature #1032)
4154:
4155: 2015-09-05 moko
4156:
4157: * operators.txt: actualized
4158:
4159: * operators.txt: date changes documented (related to ticket #36)
4160:
4161: 2015-09-04 moko
4162:
4163: * src/types/pa_vdate.C: warning war
4164:
4165: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4166:
4167: 2015-09-03 moko
4168:
4169: * tests/results/096.processed: test result updated for 0..9999 year
4170: date range support (related to feature #36)
4171:
4172: * tests/: 314.html, results/314.processed: test for
4173: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4174: bug #1031)
4175:
4176: * src/classes/string.C: Static calls fixed for ^string:base64[],
4177: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4178:
1.116 moko 4179: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4180: configure.in -> configure.ac
1.95 moko 4181:
1.116 moko 4182: * configure, configure.in, src/include/pa_config_auto.h.in: more
4183: correct timezone check for FreeBSD Warning war: configure.in ->
4184: configure.ac
1.95 moko 4185:
4186: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4187: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4188: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4189: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4190: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4191: src/main/Makefile.am, src/targets/apache/Makefile.am,
4192: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4193: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4194: check added
4195:
4196: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4197:
4198: * tests/results/: 124.processed, 224.processed: test resuls updated
4199: for new date implementation (related to feature #36)
4200:
4201: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4202: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4203: types/pa_vdate.h: new double date implementation with internal
4204: support for extended 0..9999 year range, default timezone support
4205: (related to feature #36)
4206:
4207: 2015-08-28 moko
4208:
4209: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4210: (fixes bug #1030)
4211:
4212: 2015-08-21 moko
4213:
4214: * src/classes/inet.C: snprintf size "bug" commented
4215:
4216: * src/main/pa_common.C: snprintf comments updated
4217:
4218: 2015-08-16 moko
4219:
4220: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4221:
4222: 2015-08-11 moko
4223:
4224: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4225: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4226: can be null (fixes bug #1029)
4227:
4228: 2015-08-06 moko
4229:
1.116 moko 4230: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4231: pa_vdate.C added
1.95 moko 4232:
4233: 2015-08-05 moko
4234:
4235: * tests/: 313.html, results/313.processed: test for
4236: ^table.count[columns] and ^table.flip[] with nameless tables
4237: (feature #1003)
4238:
4239: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4240: max_cell added, now ^table.count[columns] and ^table.flip[] works
4241: correctly for nameless tables (implements feature #1003)
4242:
4243: 2015-08-03 moko
4244:
4245: * tests/312.html: test for ^table.append[$hash] and
4246: ^table.insert[$hash] added (related to feature #1028)
4247:
4248: * src/classes/table.C: ^table.append[$hash] and
4249: ^table.insert[$hash] now supported (implements feature #1028)
4250:
4251: * tests/: 312.html, results/312.processed: test row copy in
4252: ^table.hash[; $.type[table] ] added (related to feature #1016)
4253:
4254: * src/classes/table.C: row copy now created in ^table.hash[;
4255: $.type[table] ] (related to feature #1016)
4256:
4257: 2015-07-29 moko
4258:
4259: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4260: added (related to feature #1016)
4261:
4262: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4263: ^table.delete[] added to delete current row (related to feature
4264: 1016)
4265:
4266: 2015-07-28 moko
4267:
4268: * tests/: 312.html, results/312.processed: test for
4269: $table.column[value] and ^table.insert{row} (related to feature
4270: #1016)
4271:
4272: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4273: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4274: ^table.insert{row} are now implemented (feature #1016)
4275:
4276: * src/include/pa_array.h: Optimization: bool reverse removed from
4277: append(), insert() added, memmove arguments order in remove()
4278: fixed (related to feature #1016)
4279:
4280: 2015-07-23 moko
4281:
4282: * src/classes/json.C: tainted json and empty json exception added
4283: (implements feature #1015)
4284:
4285: * tests/: 311.html, results/311.processed: empty json and tainted
4286: json exception test added (related to issue #1015)
4287:
4288: 2015-07-22 moko
4289:
4290: * tests/: 311.html, results/311.processed: test for UTF-8
4291: processing added
4292:
4293: * tests/: 311.html, results/311.processed: test for
4294: json_exception_with_source added (related to issue #394)
4295:
4296: * src/classes/json.C: json_exception_with_source added (implements
4297: feature #394)
4298:
4299: 2015-06-29 moko
4300:
4301: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4302: directories are now correctly determined if _d_type == DT_UNKNOWN
4303: (closes bug #1027)
4304:
4305: 2015-06-10 moko
4306:
4307: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4308: error if libxml has LIBXML_ICU_ENABLED.
4309:
4310: 2015-06-04 moko
4311:
4312: * tests/099.html: ups, reverting
4313:
4314: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4315: results/310.processed: tests for $response:body[ $.file[] ] and
4316: $response:last-modified added
4317:
4318: * src/main/pa_request.C: last-modified check fixed
4319:
4320: 2015-06-03 moko
4321:
4322: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4323: results/205.processed, results/293.processed: $response:headers
4324: logging added (tests for feature #1007)
4325:
4326: * src/: include/pa_common.h, include/pa_request.h,
4327: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4328: $response:headers are now in uppercase (closes feature #1007)
4329:
4330: 2015-06-02 moko
4331:
4332: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4333: build errors reverted for clang compatibility
4334:
4335: 2015-06-01 moko
4336:
4337: * src/include/pa_memory.h: -pedantic build errors fixed
4338:
4339: * src/classes/math.C: -pedantic build error fixed
4340:
4341: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4342:
4343: 2015-05-31 moko
4344:
4345: * src/classes/table.C: USE_STRINGSTREAM optimized
4346:
4347: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4348: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4349: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4350: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4351: types/pa_vxnode.h: warning war (-pedantic flag)
4352:
4353: 2015-05-28 moko
4354:
4355: * tests/: 308.html, results/308.processed: test for
4356: ^table::create[$t;], etc work added (related to bug #975)
4357:
4358: * src/classes/table.C: check_option_param removed,
4359: ^table::create[$t;], etc now works (fixes bug #975)
4360:
4361: 2015-05-27 moko
4362:
4363: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4364: (Debian jessie) fixed (closes issue #1024)
4365:
4366: * tests/Makefile: sort added as in Debian jessie list become
4367: unsorted
4368:
4369: 2015-05-18 moko
4370:
4371: * tests/: 201.html, results/201.processed: test for
4372: ^string.trim[what] feature #1022
4373:
4374: * src/classes/string.C: ^string.trim[what] now supported,
4375: implements feature #1022
4376:
4377: 2015-05-17 moko
4378:
4379: * tests/results/185.processed: test result updated as feature #1021
4380: implemented (left/right accept negative parameter)
4381:
4382: * src/classes/string.C: left/right now accept negative parameter
4383: (implements feature #1021)
4384:
4385: 2015-05-08 moko
4386:
4387: * src/classes/math.C: isalnum -> pa_isalnum
4388:
4389: * src/main/execute.C: optimization in getter-junction processing
4390: (related to issue #997)
4391:
4392: 2015-05-07 moko
4393:
4394: * tests/: 307.html, results/307.processed: test for issue #997
4395: added
4396:
4397: * src/main/execute.C: process_getter result now checked if junction
4398: returned (closes issue #997)
4399:
4400: * tests/: 305.html, results/305.processed: sort added to ignore
4401: different order
4402:
4403: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4404: assignment (closes issue #994)
4405:
4406: * tests/: 306.html, results/306.processed: test for issue #994
4407: added
4408:
4409: * tests/: 303.html, results/303.processed: two more errors tested
4410:
4411: 2015-05-06 moko
4412:
4413: * tests/: 305.html, results/305.processed: test for name2ip &
4414: ip2name added (related to feature #992)
4415:
4416: * tests/: 303.html, 304.html, results/303.processed,
4417: results/304.processed: tests for idna conversion added (related
4418: to issue #849)
4419:
4420: 2015-05-02 moko
4421:
4422: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4423: implemented
4424:
4425: 2015-04-30 moko
4426:
4427: * src/main/pa_http.C: idna_host added, related to issue #849
4428:
4429: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4430: (related to issue #849)
4431:
4432: 2015-04-24 moko
4433:
4434: * src/types/pa_vjunction.C: warning war
4435:
4436: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4437: unification
4438:
4439: * src/lib/punycode/pa_idna.c: warning war
4440:
4441: 2015-04-22 moko
4442:
4443: * src/main/main.vcproj: punycode include path added
4444:
4445: * src/lib/punycode/pa_idna.c: windows compile error fixed
4446:
4447: * src/lib/punycode/pa_idna.c: warning war
4448:
4449: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4450: project file added
4451:
4452: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4453:
4454: * src/include/pa_memory.h: warning war
4455:
4456: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4457: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4458: implemented (related to feature #849)
4459:
4460: * configure.in, src/main/Makefile.am,
4461: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4462: libpunycode added in Unix
4463:
4464: 2015-04-21 moko
4465:
4466: * configure.in: large files support
4467:
4468: 2015-04-15 moko
4469:
4470: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4471: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4472: pa_punycode.h: initial version for punycode/idna support library
4473: (ticket #849)
4474:
4475: 2015-04-08 moko
4476:
4477: * src/: classes/curl.C, classes/date.C, classes/file.C,
4478: classes/image.C, classes/mail.C, classes/reflection.C,
4479: classes/string.C, classes/xnode.C, include/pa_request.h,
4480: include/pa_string.h, include/pa_stylesheet_connection.h,
4481: main/compile.y, main/compile_tools.h, main/execute.C,
4482: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4483: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4484: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4485: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4486: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4487: clang compiler warnings (closes issue #1018)
4488:
4489: * src/include/pa_string.h: String::Body comparation operators with
4490: char * added (related to issue #958)
4491:
4492: 2015-04-07 moko
4493:
4494: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4495: pa_malloc/pa_free to remove system malloc/free usage (related to
4496: issue #1018)
4497:
4498: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4499: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4500: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4501: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4502: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4503: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4504: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4505: malloc/strdup/free replaced with pa_ version and checks for
4506: accidental use of non-pa_ version added (related to issue #1018)
4507:
4508: 2015-04-03 moko
4509:
4510: * buildall: pcre-8.33 -> pcre-8.36
4511:
4512: * src/: main/compile.y, classes/form.C, classes/mail.C,
4513: classes/op.C, classes/string.C, main/compile.tab.C,
4514: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4515: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4516: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4517: ticket #958)
4518:
4519: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4520: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4521: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4522: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4523: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4524: $request:headers, $request:method added (implements feature
4525: #1007)
4526:
4527: 2015-03-17 misha
4528:
4529: * tests/302.html: - test for
4530: ^json:string[...;$._default[method-name]]
4531:
4532: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4533: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4534: option $._default[method-name] is specified in ^json:string[], a
4535: method with specified name will be called for classes/objects
4536: serialization ( new feature: #982 )
4537:
4538: 2015-03-16 misha
4539:
4540: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4541: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4542: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4543: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4544: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4545: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4546: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4547: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4548: types/pa_vrequest.h, types/pa_vstateless_class.C,
4549: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4550: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4551: $var.CLASS_NAME now have special opcodes. This can be switched
4552: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4553: on pa_opcode.h ( new feature: #844 )
4554:
4555: 2015-03-15 misha
4556:
4557: * tests/075.html: - test for $response:header[]
4558:
4559: * src/types/pa_vresponse.C: - $response:header[] deletes header
4560: that was set earlie ( new feature: #1001 )
4561:
4562: 2015-03-12 misha
4563:
4564: * tests/246.html: - more tests for ^hash._at[]
4565:
4566: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4567: accepts second param [key|value|hash] ( new feature: #1012 )
4568:
4569: 2015-03-09 moko
4570:
4571: * src/types/pa_vmail.C: exception for everything but
4572: $mail:received, closes issue #1011
4573:
4574: 2015-02-20 moko
4575:
4576: * tests/: 275.html, results/275.processed: hex detection in
4577: pa_atoui fix test (closes issue #1010)
4578:
4579: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4580: issue #1010)
4581:
4582: 2015-02-17 moko
4583:
4584: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4585: tainted.
4586:
4587: 2015-02-03 misha
4588:
4589: * tests/301.html: - test for ^json:string($double) causes
4590: exception. bugfix: #1008
4591:
4592: * src/classes/json.C: - ^json:string($double) causes exception.
4593: bugfix: #1008
4594:
4595: * tests/014.html: - updated for work with ^hash.delete[]
4596:
4597: 2015-01-12 misha
4598:
4599: * src/: classes/form.C, include/pa_common.h,
4600: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4601: types/pa_vform.h: - supports body with PUT method as well ( new
4602: feature: #1006 )
4603:
4604: * src/classes/file.C: - warnings war
4605:
4606: 2015-01-11 misha
4607:
4608: * tests/300.html: - test for ^hash.delete[] is added
4609:
4610: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4611: feature: #989 ) - tiny optimization in intersects
4612:
4613: 2015-01-06 moko
4614:
4615: * src/types/pa_vmail.C: file names transcode added, to and cc added
4616: with transcode, attachments detection fixed
4617:
4618: * src/main/pa_request.C: filling mail received after cgi/auto.p
4619: load to allow charset switch (related to issue #996)
4620:
4621: 2014-12-31 moko
4622:
4623: * src/types/pa_vmail.C: from and subject now transcoded if not
4624: UTF-8 source charset (fixes issue 996)
4625:
4626: * src/main/pa_exception.C: fixed string from stack bug (closes
4627: issue #1000)
4628:
4629: 2014-12-11 misha
4630:
4631: * src/types/pa_vhashfile.C: - check if key is not empty before
4632: access ( bug fix: #1005 )
4633:
4634: 2014-11-13 misha
4635:
4636: * src/main/compile.y: - PC.append does not reset to false while
4637: creating a new class. bugfix: #990
4638:
4639: * tests/299.html: - test for creation class after working with
4640: partial class (create+append)
4641:
4642: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4643: #995
4644:
4645: * tests/232.html: - test for @get[def] added
4646:
4647: 2014-10-12 moko
4648:
4649: * src/lib/pcre/pcre_internal.vcproj: correct path
4650:
4651: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4652: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4653: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4654: targets/apache/ApacheModuleParser3.vcproj,
4655: targets/apache/ApacheModuleParser3Core.vcproj,
4656: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4657: types/types.vcproj: project GUID inserted in *.vcproj for correct
4658: conversion in newer VS versions
4659:
4660: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4661: pcre_internal.vcproj added
4662:
4663: 2014-08-28 moko
4664:
4665: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4666: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4667: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4668:
4669: 2014-06-30 misha
4670:
4671: * tests/298.html: - tests for ^reflection:def[class;className]
4672: added
4673:
4674: * src/classes/reflection.C: - ^reflection:def[class;className]
4675: added ( new feature: #918 )
4676:
4677: 2014-06-29 misha
4678:
4679: * src/classes/table.C: - ^table::create[unsupported data] -
4680: exception comment changed to "body must be table or code" ( bug
4681: fix: #951 )
4682:
4683: * tests/: 261.html, results/261.processed: - tests for
4684: ^json:string[...;$.void[null|string]] added
4685:
4686: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4687: option $.void[string|null] added to ^json:string[...] ( new
4688: feature: #952 )
4689:
4690: 2014-06-28 moko
4691:
4692: * src/classes/curl.C: $.charset now processed before other curl
4693: options (closes issue #980)
4694:
4695: 2014-05-23 misha
4696:
4697: * src/classes/json.C: - bug fix: #987
4698:
4699: 2014-05-04 misha
4700:
4701: * tests/: 253.html, 253_json.txt: - test for
4702: ^json:parse[$.int(false)] is added
4703:
4704: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4705: default true). The option is similar to $.double(bool) but for
4706: integers.
4707:
4708: 2014-05-01 moko
4709:
4710: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4711: #12 )
4712:
4713: 2014-04-16 moko
4714:
4715: * src/main/pa_http.C: response-charset option should finally work
4716: now (fix for issue #867)
4717:
4718: * src/main/pa_http.C: response-charset option should work now (fix
4719: for issue #867)
4720:
4721: 2014-03-07 moko
4722:
4723: * buildall: libgc moved
4724:
4725: * buildall: libgc moved
4726:
4727: 2013-12-29 moko
4728:
4729: * src/classes/string.C: ^string:js-unescape result now tainted,
4730: closes issue #966
4731:
4732: * tests/: 186.html, results/186.processed: ^string:js-unescape
4733: result now tainted, issue #966
4734:
4735: 2013-12-03 moko
4736:
4737: * src/: classes/memcached.C, types/pa_vmemcached.C,
4738: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4739: option was added for http://www.parser.ru/forum/?id=79343
4740:
4741: * src/classes/file.C: bugfix for
4742: http://www.parser.ru/forum/?id=79337
4743:
4744: 2013-11-05 moko
4745:
4746: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4747:
4748: * src/main/pa_globals.C: spelling fixed
4749:
4750: 2013-10-29 moko
4751:
4752: * src/lib/json/json.vcproj: json.c -> pa_json.C
4753:
4754: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4755: #892
4756:
4757: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4758: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4759: exceptions to be thrown thougth json library), related to issue
4760: #892
4761:
4762: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4763: related to issue #896
4764:
4765: 2013-10-24 moko
4766:
4767: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4768:
4769: 2013-10-23 moko
4770:
4771: * README: actualization
4772:
4773: 2013-10-22 moko
4774:
4775: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4776: compatibility patch from Sergey Kirpichev
4777:
4778: * tests/: 297.html, results/297.processed: non-working getter fix
4779: test for issue #948
4780:
4781: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4782: called when saving value of $match variable in ^string.match[] to
4783: increase compatibility (related to issue #948).
4784:
4785: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4786: usage optimization
4787:
4788: 2013-10-21 moko
4789:
4790: * tests/: 182.html, results/182.processed: local path removed for
4791: compatibility
4792:
4793: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4794: results/244.processed, results/253.processed,
4795: results/254.processed, results/275.processed,
4796: results/281.processed: try_catch -> try-catch
4797:
4798: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4799: results/294.processed, results/296.processed: try_catch ->
4800: try-catch
4801:
4802: 2013-10-20 moko
4803:
4804: * tests/: 296.html, results/296.processed: test for xsl exception
4805: for issue #938 added.
4806:
4807: * src/: include/pa_xml_exception.h,
4808: main/pa_stylesheet_connection.C: forgotten to be replaced
4809: XmlException is now replaced (once again closes issue #938)
4810:
4811: 2013-10-18 moko
4812:
4813: * buildall: disable clock_gettime detection to avoid librt linking
4814: (which in turn depends on libpthread), related to issue #943
4815:
4816: 2013-10-18 misha
4817:
4818: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4819: lib/smtp/smtp.vcproj, main/main.vcproj,
4820: targets/apache/ApacheModuleParser3Core.vcproj,
4821: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4822: types/types.vcproj: - new locations for libxml2 includes where
4823: added to vcproj files
4824:
4825: 2013-10-18 moko
4826:
4827: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4828: fix
4829:
4830: * tests/: 295.html, results/295.processed: test for issue #948
4831: updated
4832:
4833: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4834: :)
4835:
4836: * tests/: 295.html, results/295.processed: test for issue #948
4837: added
4838:
4839: * src/: classes/hash.C, classes/string.C, classes/table.C,
4840: include/pa_request.h, types/pa_method.h: for getters and setters
4841: to be executed request.put_element should be called, not
4842: context.put_element (fixes issue #948)
4843:
4844: 2013-10-17 moko
4845:
4846: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4847: LIBXML2_NEW_BUFFER check (closes issue #943)
4848:
4849: * buildall: libxml 2.9.1 build is broken --without-reader.
4850:
4851: 2013-10-16 moko
4852:
4853: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4854:
4855: * tests/: 294.html, results/294.processed: test for issue #938
4856:
4857: * src/: classes/xdoc.C, classes/xnode.C,
4858: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4859: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4860:
4861: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4862: libxslt-1.1.26 -> libxslt-1.1.28
4863:
4864: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4865: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4866: to '?', related to issue #938
4867:
4868: 2013-10-15 moko
4869:
4870: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4871: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4872: minor optimizations (closes issue #896)
4873:
4874: * tests/results/: 292.processed, 293.processed: results updated to
4875: comply with issue #896
4876:
4877: * tests/: 292.html, 293.html, results/292.processed,
4878: results/293.processed: tests for json escaping
4879:
4880: 2013-10-14 moko
4881:
4882: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4883: and cleanup, code moved from .h to .C, no changes in code
4884:
4885: 2013-10-12 moko
4886:
4887: * tests/results/119.processed: updated test result commited
4888:
4889: * tests/: 291.html, results/291.processed: test for issue #894
4890: added
4891:
4892: * src/types/pa_wcontext.h: base methods call support function
4893: get_somebody_entered_some_class should not be true forever, as
4894: wcontext can have many get_elements calls (fixes issue #894)
4895:
4896: 2013-10-11 moko
4897:
4898: * tests/: 290.html, results/290.processed: test for junction GPF
4899: issue #942 added
4900:
4901: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4902: to native method fixed (closes issue #942)
4903:
4904: * tests/: 158.html, results/158.processed: test for csv-string[]
4905: added
4906:
4907: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4908: feature #907)
4909:
4910: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4911: feature #907)
4912:
4913: 2013-10-09 moko
4914:
4915: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4916: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4917: types/pa_vstateless_class.C: GET_default, SET_default now works
4918: properly not only in objects, but in classes as well (closes
4919: issue #903)
4920:
4921: * tests/: 289.html, results/289.processed: GET/SET_default now
4922: works in classes, not only objects, test case added, related to
4923: issue #903
4924:
4925: * tests/: 288.html, results/288.processed: test for endless
4926: recursion bug added (related to issue #903)
4927:
4928: 2013-10-05 moko
4929:
4930: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4931: classes/table.C, main/execute.C, types/pa_method.h,
4932: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4933: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4934: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4935: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4936: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4937: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4938: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4939: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4940: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4941: optimization: put_element no longer has "bool areplace" argument,
4942: related to issue #903
4943:
4944: 2013-10-03 moko
4945:
4946: * tests/results/182.processed: result for $.replace(false) test
4947: commited
4948:
4949: * src/classes/date.C: ^date::create(number) processed correctly
4950: (fixes issue #901)
4951:
4952: * src/classes/image.C: as_no_junction removed, as param can be
4953: expression (closes issue #931)
4954:
4955: * tests/233.html: test for issue #931 added
4956:
4957: 2013-10-02 moko
4958:
4959: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4960: modified, test for $.replace(false) added
4961:
4962: * src/main/compile_tools.h: forgotten class replace returned. :)
4963:
4964: 2013-09-30 moko
4965:
4966: * tests/: 141.html, results/141.processed: md5 tainting test added
4967:
4968: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4969: main/compile_tools.h, main/pa_request.C: allow_class_replace
4970: implemented; $.replace option added to ^process and ^use
4971:
4972: 2013-08-27 moko
4973:
4974: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4975: cstr_to_string_body_untaint should be called with charsets for
4976: possible uri language and connection for possible sql language.
4977: related to issue #857
4978:
4979: * buildall: and -> or fixed
4980:
4981: 2013-08-26 moko
4982:
4983: * buildall: prepare_ functions logic changed to support
4984: gc-7.2d.tar.gz extracting to gc-7.2 directory
4985:
4986: 2013-08-23 moko
4987:
4988: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4989: statically
4990:
4991: 2013-08-22 moko
4992:
4993: * src/classes/string.C: String::Empty used (related to issue #912)
4994: append_know_length removed (related to old GPF bug)
4995:
4996: 2013-08-21 moko
4997:
4998: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4999:
5000: * src/classes/math.C: ^math:digest[...;$file] support added
5001: (related to ticket #857
5002:
5003: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5004: implemented
5005:
5006: * src/types/pa_vhashfile.h: warning war
5007:
5008: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5009: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5010: anti_endless_json_string_recoursion removed from request;
5011: json_string_recoursion added to json_options; $.indent[indent
5012: value] now supported and passed within recoursion closes feature
5013: #937
5014:
5015: * tests/: 287.html, results/287.processed: test for feature #937
5016:
5017: 2013-07-31 moko
5018:
5019: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5020: compilation having #define _S
5021:
5022: * src/main/pa_globals.C: cleanup
5023:
5024: 2013-07-30 moko
5025:
5026: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5027: main/pa_common.C: vs2003 warning war
5028:
5029: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5030:
5031: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5032:
5033: * src/lib/md5/pa_sha2.c: warning war
5034:
5035: 2013-07-29 moko
5036:
5037: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5038: patches from github
5039:
5040: * src/: classes/bool.C, classes/double.C, classes/int.C,
5041: classes/memcached.C, include/pa_config_includes.h,
5042: types/pa_vfile.C, types/pa_vfile.h: warning war
5043:
5044: * src/lib/json/json.vcproj: C++ -> C
5045:
5046: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5047:
5048: * src/lib/json/: json.c, pa_json.C: windows compatibility
5049:
5050: * src/lib/json/: json.c, pa_json.C: windows compatibility
5051:
5052: * src/lib/json/: json.c, pa_json.C: warning war
5053:
5054: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5055:
5056: * src/include/pa_config_fixed.h: uint16_t added
5057:
5058: * configure.in: uint16_t check added
5059:
5060: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5061: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5062: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5063: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5064: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5065:
5066: 2013-07-25 moko
5067:
5068: * parser3.sln: dependencies added
5069:
5070: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5071: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5072: module support
5073:
5074: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5075:
5076: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5077:
5078: 2013-07-23 moko
5079:
5080: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5081: PA_DEBUG_GC_MEMORY removed
5082:
5083: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5084: PA_DEBUG_DISABLE_GC compilation fix
5085:
5086: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5087: main/pa_request.C: outdated RESOURCES_DEBUG removed
5088:
5089: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5090: garbage cleanup
5091:
5092: * src/main/pa_common.C: warning war
5093:
5094: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5095:
5096: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5097: minor cleanup
5098:
5099: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5100: uses cygwin, not WIN32 implementation
5101:
5102: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5103: able to exec shell scripts
5104:
5105: * src/classes/math.C: ifdef WIN32 cleanup
5106:
5107: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5108:
5109: * src/classes/curl.C: LT_MODULE_EXT used
5110:
5111: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5112:
5113: 2013-07-22 moko
5114:
5115: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5116: includes fix
5117:
5118: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5119:
5120: * configure.in, src/include/pa_config_includes.h,
5121: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5122: src/main/pa_exec.C: includes cleanup
5123:
5124: * src/targets/cgi/parser3.C: 2012->2013
5125:
5126: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5127:
5128: * configure.in, src/include/pa_config_includes.h,
5129: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5130: src/main/pa_random.C, src/main/pa_socks.C,
5131: src/types/pa_vstatus.C: cygwin support cleanup
5132:
5133: * configure.in: dirent.h check added
5134:
5135: * src/: include/pa_config_includes.h, include/pa_dir.h,
5136: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5137: not copied
5138:
5139: 2013-07-21 moko
5140:
5141: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5142:
5143: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5144: parser3.vcproj: unused getopt.h / getopt.c removed
5145:
5146: * operators.txt, src/classes/file.C, tests/022.html,
5147: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5148: $.stat(true)] usage commented
5149:
5150: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5151: src/main/pa_dir.C: ^file:list[] now has dir column and when
5152: $.stat(true) it has size/*date columns modified patch from misha@
5153: that closes issue #914.
5154:
5155: * src/: include/pa_config_includes.h, main/pa_globals.C:
5156: PA_RELEASE_ASSERTS removed
5157:
5158: * src/lib/md5/pa_md5c.c: minor cleanup
5159:
5160: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5161: localeconv()->decimal_point usage remoed (related to issue #934)
5162:
5163: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5164: cordprnt.c removed
5165:
5166: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5167: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5168: pa-include/pa_strings.h: includes cleanup
5169:
5170: * src/lib/md5/pa_md5c.c: headers cleanup
5171:
5172: 2013-07-20 moko
5173:
5174: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5175: cleanup
5176:
5177: 2013-07-19 moko
5178:
5179: * src/classes/math.C: extern "C" added for crypt
5180:
5181: 2013-07-18 moko
5182:
5183: * src/classes/math.C: fix redhat7.2 build
5184:
5185: 2013-07-17 moko
5186:
5187: * configure.in, src/include/pa_config_includes.h,
5188: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5189: added for uint8/32/64_t)
5190:
5191: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5192: pa_config_includes.h used for uint32/64_t
5193:
5194: 2013-07-16 moko
5195:
5196: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5197: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5198: war
5199:
5200: * src/main/compile.tab.C: compile.y was updated
5201:
5202: * src/main/compile.y: warning war
5203:
5204: * src/: include/pa_exception.h, main/pa_exception.C,
5205: main/pa_xml_exception.C: warning war
5206:
5207: * src/: include/pa_common.h, main/pa_common.C: warning war
5208:
5209: * configure.in: beauty :)
5210:
5211: * tests/: 141.html, results/141.processed: sha256/512 added
5212:
5213: 2013-07-13 moko
5214:
5215: * src/lib/md5/md5.vcproj: sha2 added
5216:
5217: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5218: classes/math.C: sha2 support (sha256/sha512 digest)
5219:
5220: 2013-07-08 moko
5221:
5222: * src/classes/image.C: directory read or other read problem message
5223: fixed (related to issue #933)
5224:
5225: 2013-07-07 moko
5226:
5227: * AUTHORS: + misha + moko. :)
5228:
5229: 2013-07-06 moko
5230:
5231: * src/: classes/curl.C, include/pa_globals.h,
5232: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5233: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5234: for lt_dlinit to be called once and lt_dlexit called at right
5235: place (related to issue #925)
5236:
5237: 2013-07-04 moko
5238:
5239: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5240: VString::as_vfile now uses vfile.set_binary_string to avoid
5241: content-type to be set, as it brokes badly designed logic in
5242: response output. This hopefully finishes issue #928.
5243:
5244: * tests/results/: 256.processed, 286.processed: file now displayed
5245: as name, size, mode, content-type
5246:
5247: * src/main/pa_common.C: read error now reported cottectly (fixes
5248: issue #933
5249:
5250: 2013-06-28 moko
5251:
5252: * tests/: 286.html, results/286.processed: test extended
5253:
5254: * tests/: 286.html, results/286.processed: Test for issue #928
5255: added. it tests default content-type change.
5256:
5257: * src/types/pa_vfile.C: closes issue #928 - default content-type
5258: now updated
5259:
5260: 2013-06-25 moko
5261:
5262: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5263: content-type for text/binary files without name added;
5264: ^file::create[$f;...] options now works properly and $f
5265: properties are default (fixes issue #928)
5266:
5267: 2013-05-16 misha
5268:
5269: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5270: added
5271:
5272: * src/main/pa_table.C: - a tiny memory optimisation while creating
5273: table if specified limit is bigger than source rows count
5274:
5275: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5276: added ( new feature: #858 )
5277:
5278: 2013-04-29 moko
5279:
5280: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5281: $.ipresolve(0|1|2) added (closes issue #891)
5282:
5283: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5284:
5285: 2013-04-24 moko
5286:
5287: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5288: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5289: types/pa_vmemcached.h: ^memcache.release[] added, calls
5290: memcached_quit (refs #893)
5291:
5292: 2013-04-22 moko
5293:
5294: * src/: include/pa_string.h, main/pa_common.C: no more double
5295: slashes in file path (fixes bug #872)
5296:
5297: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5298: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5299: #739)
5300:
5301: * tests/results/266.processed: $.max_params added (feature #915)
5302:
5303: * src/: include/pa_common.h, main/pa_http.C: response-charset
5304: option added to file::load (closes issue #867)
5305:
5306: 2013-04-20 misha
5307:
5308: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5309: commited
5310:
5311: 2013-03-15 misha
5312:
5313: * src/classes/: hash.C, table.C: - Optimisation: do not create
5314: multiple empty strings while ::sql. uae String::Empty instead
5315:
5316: 2013-03-14 misha
5317:
5318: * src/classes/reflection.C: - for user classes
5319: ^reflection:method_info[] returns $.max_params and $.extra_param
5320: with $.call_type if they available ( new feature: #915 )
5321:
5322: * src/classes/file.C: - ^file:delete[] now supports an option
5323: $.exception(false) that suppress any exception while deleting
5324: file ( new feature: #916 )
5325:
5326: * src/classes/curl.C: - parsing cookies after curl:load now should
5327: work :)
5328:
5329: 2013-03-12 misha
5330:
5331: * src/types/pa_vfile.C: - if specified file_name is empty string
5332: set default name for the file
5333:
5334: 2013-03-11 misha
5335:
5336: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5337: also available in $f.cookies
5338:
5339: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5340: moved to a separate method
5341:
5342: 2013-03-10 moko
5343:
5344: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5345: added
5346:
5347: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5348: removed (declared by autoconf)
5349:
5350: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5351: uint32_t define
5352:
5353: 2013-03-10 misha
5354:
5355: * src/classes/file.C: ^file:delete and ^file:move now support
5356: option $.keep-empty-dirs(true) ( new feature: #884 )
5357:
5358: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5359: empty dirs is added
5360:
5361: 2013-03-10 moko
5362:
5363: * src/classes/: bool.C, double.C, int.C: default can be present,
5364: but default check removed from ^int/double/bool.int/double/bool
5365: for string.int/double/bool compatibility (related to issue #913)
5366:
5367: * src/classes/string.C: ^string.int/dobule/bool no longer
5368: internally throws exception if default is present (closes issue
5369: #913)
5370:
5371: 2013-03-09 misha
5372:
5373: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5374: optimisations ( #845 )
5375:
5376: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5377:
5378: 2013-03-08 moko
5379:
5380: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5381: creates correct table (fixes issue #910)
5382:
5383: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5384: use outside of 'connect' operator (fixes issue #911)
5385:
5386: * tests/results/: 096.processed, 122.processed: test results
5387: updated as doubles now printed with 15 significant digits, not 5
5388: (fixes issue #882)
5389:
5390: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5391: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5392:
5393: 2013-02-21 moko
5394:
5395: * src/classes/table.C: _locate_name_value does not check arguments
5396: count, so we check it in advance (fixes issue #905)
5397:
5398: 2012-10-23 moko
5399:
5400: * buildall: old shell for and echo compatibility (for six)
5401:
5402: 2012-10-19 moko
5403:
5404: * buildall: --strip added --disable-safe-mode listed in usage
5405:
5406: 2012-10-17 misha
5407:
5408: * src/classes/op.C: - apply-taint should not throw "outside
5409: connect" exception with sql lang now
5410:
5411: 2012-10-17 moko
5412:
5413: * src/main/pa_request.C: bugfix: safe mode should be inited for
5414: each request (for apache module)
5415:
5416: 2012-09-26 moko
5417:
5418: * src/doc/doxygen.cfg: png -> svg
5419:
5420: 2012-09-25 moko
5421:
5422: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5423: test added
5424:
5425: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5426: double use when key is long
5427:
5428: 2012-09-16 moko
5429:
5430: * src/classes/math.C: Format -> Method Encode -> Format
5431:
5432: * tests/: 141.html, results/141.processed: math:digest hmac test
5433: added
5434:
5435: 2012-09-14 moko
5436:
5437: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5438: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5439: implementation added
5440:
5441: 2012-09-12 moko
5442:
5443: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5444: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5445: targets.dox and string.dox slightly actualized
5446:
5447: 2012-08-31 moko
5448:
5449: * ChangeLog: now generated with patched cvs2cl.pl
5450:
5451: 2012-07-29 moko
5452:
5453: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5454: result should be pushed after VMethodFrame destructor is called,
5455: as it deletes junctions from stack params (fixes issue #868)
5456:
5457: 2012-07-23 moko
5458:
5459: * INSTALL, README: buildall script usage documented, other outdated
5460: info updated.
5461:
5462: * buildall-with-xml, buildall-without-xml: replaced by buildall
5463:
5464: 2012-07-21 moko
5465:
5466: * buildall: glib does not compile when threads are disabled...
5467:
5468: * src/types/pa_vmail.C: g_assertion fixes for empty input
5469:
5470: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5471: unref, can't unref nested objects)
5472:
5473: * src/types/pa_vmail.C: another check added
5474:
5475: 2012-07-19 moko
5476:
5477: * buildall: usage added
5478:
5479: * buildall: new buildall script that unites buildall-with-xml,
5480: buildall-without-xml, --with-apache and --with-mailreceive
5481:
5482: * configure.in: support for static gmime and dynamic glib linking.
5483: fixes for FreeBSD
5484:
5485: 2012-07-17 moko
5486:
5487: * configure.in: --with-mailreceive replaced
5488: --with-static-mailreceive and --with-shared-mailreceive pathlink
5489: removed
5490:
5491: 2012-07-16 moko
5492:
5493: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5494: capitalized, content now decoded and text content converted to
5495: $request:charset. all properties are accessed by functions, this
5496: ready for dynamic load.
5497:
5498: 2012-06-28 moko
5499:
1.116 moko 5500: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5501: 32 bit
1.95 moko 5502:
5503: 2012-06-27 moko
5504:
5505: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5506: passive ftp
5507:
5508: * src/lib/ltdl/ltdl.vcproj: release build fixed
5509:
5510: * configure.in: 3.4.2 RC -> 3.4.2
5511:
5512: 2012-06-22 moko
5513:
5514: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5515: #815)
5516:
5517: * tests/: 284.html, results/284.processed: output options test
5518: (feature #265)
5519:
5520: 2012-06-22 misha
5521:
5522: * tests/215.html: - little changes
5523:
5524: 2012-06-21 moko
5525:
5526: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5527: types/pa_vxdoc.h: output_options returned and used (bugfix for
5528: feature #265)
5529:
5530: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5531: breaks long .*, default 10M restored. (issue #216)
5532:
5533: * tests/: 283.html, results/283.processed: test for issue #815
5534: added
5535:
5536: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5537: again, cstrm not required.
5538:
5539: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5540: Win32 and broken FreeBSD (issue #45)
5541:
5542: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5543:
5544: * src/main/pa_string.C: warnings war
5545:
5546: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5547: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5548: main/pa_socks.C, targets/apache/pa_threads.C,
5549: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5550: types/pa_vstatus.C: compilation under cygwin fixed
5551:
5552: 2012-06-19 moko
5553:
5554: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5555: Windows fixed
5556:
5557: * parser3.sln: removed antique pcre_ctype
5558:
5559: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5560:
5561: * src/include/pa_config_fixed.h: undefined reference to
5562: __imp__pcre_* fix for Windows
5563:
5564: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5565: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5566: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5567: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5568: define fixed
1.95 moko 5569:
5570: 2012-06-18 moko
5571:
5572: * src/classes/memcached.C: flush -> clear
5573:
5574: * src/classes/memcached.C: memcached does not support quotes even
5575: in server name
5576:
5577: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5578: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5579: called on open to check servers existance. $.key(true) syntax
5580: now supported
5581:
5582: 2012-06-17 moko
5583:
5584: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5585: cleanup
5586:
5587: * src/classes/table.C, tests/282.cfg, tests/282.html,
5588: tests/results/282.processed: encloser at the EOF bug fixed,
5589: incorrectly enclosed data now processed more logicaly (fixes
5590: #339)
5591:
5592: 2012-06-15 moko
5593:
5594: * buildall-without-xml: sync with buildall-with-xml
5595:
5596: * buildall-with-xml: download auto-detected between fetch and curl
5597:
5598: * configure.in: --with-gc and --with-pcre now also processed
5599: correctly
5600:
1.116 moko 5601: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5602: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5603: should be run on rol1 using automake / aclocal (GNU automake)
5604: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5605:
5606: * configure.in: new PARSER_VERSION logic
5607:
5608: * src/include/pa_version.h: new pa_version.h logic
5609:
5610: * src/: classes/curl.C, classes/file.C, classes/image.C,
5611: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5612: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5613: feols_normalized -> fis_text_content set_binary added
5614:
5615: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5616:
5617: 2012-06-15 misha
5618:
5619: * src/: classes/curl.C, classes/file.C, classes/image.C,
5620: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5621: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5622: ^file::create[text;content] EOLs in content now is normalized. (
5623: new feature: #815 )
5624:
5625: 2012-06-15 moko
5626:
5627: * configure.in: --disable-version-update added to disable version
5628: update with host information (for debian package) whitespace
5629: optimized
5630:
5631: * configure.in: version changed to 3.4.2 RC no-pic added for
5632: libtool
5633:
5634: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5635: it.
5636:
5637: 2012-06-14 moko
5638:
5639: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5640: tests/results/281.processed: "hash flocked" error removed for
5641: safe operations like ^h._count[] ( new feature: #335 )
5642:
1.116 moko 5643: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5644:
5645: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5646:
5647: * configure.in: --with-static/shared xml replaced with --with-xml,
5648: xml compilation check added
5649:
5650: * configure.in: --with-static/shared-gc, --with-static-pcre are
5651: replaced with --with-gc and --with-pcre test for pcre linking
5652: added
5653:
5654: 2012-06-13 moko
5655:
5656: * configure.in: apxs2 check optimized
5657:
5658: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5659: .la, includes optimized
5660:
5661: * buildall-with-xml: --with-pic looks better for -fPIC
5662:
5663: * configure.in: switched to convenience library in static linking
5664:
5665: * src/targets/apache/Makefile.am: switched to convenience library
5666: usage to avoid libtool warnings
5667:
5668: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5669: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5670: smtp/Makefile.am: switched to convenience library usage
5671:
5672: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5673:
5674: * src/targets/apache/Makefile.am: updated for libtool usage
5675:
5676: * buildall-without-xml: --with-included-ltdl added
5677:
5678: * buildall-without-xml: sync with buildall-with-xml
5679:
5680: * buildall-with-xml: --with-included-ltdl added $cflags added for
5681: -fPIC for x64 $download added for wget success check added
5682:
5683: * buildall-without-xml: --with-dynamic-stdcpp removed
5684:
5685: * configure.in: disable-static returned
5686:
5687: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5688: LIBTOOLFLAGS
5689:
5690: 2012-06-12 moko
5691:
5692: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5693: compatible with LIBTOOLFLAGS for unknown reasons
5694:
5695: * buildall-with-xml: --with-dynamic-stdcpp removed
5696:
5697: * configure.in: static/dynamic -lstdc++ linking option removed
5698: apxs2 check added
5699:
5700: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5701: option removed
5702:
5703: 2012-06-10 moko
5704:
5705: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5706: added
5707:
5708: * src/targets/cgi/pp3.cmd: old PAF stuff
5709:
1.116 moko 5710: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5711: beauty
1.95 moko 5712:
5713: * depcomp: from libtool 2.4.2
5714:
5715: * configure.in: ltdl directory removed, it has correct Makefile.in
5716:
5717: 2012-06-09 moko
5718:
1.116 moko 5719: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5720: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5721: autogenerated files updated after libtool update
5722:
1.116 moko 5723: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5724: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5725: config_auto.h.in, config_fixed.h, configure, configure.ac,
5726: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5727: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5728: config/compile, config/config.guess, config/config.sub,
5729: config/depcomp, config/install-sh, config/ltmain.sh,
5730: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5731: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5732: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5733: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5734: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5735: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5736: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5737: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5738:
5739: * configure.in: preparation for new libtool
5740:
5741: * configure.in: Some beauty added :)
5742:
5743: * src/targets/apache/Makefile.am: := -> =
5744:
5745: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5746: again. :)
5747:
5748: * src/include/pa_config_includes.h, configure.in: limits.h added,
5749: previously was taken from pcre_internal.h. :)
5750:
5751: * src/lib/pcre/Makefile.am: config.h returned
5752:
5753: * src/lib/pcre/config.h: still need this. :)
5754:
5755: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5756:
5757: * configure.in: --with-charsets removed; --with-mysql-client & co
5758: removed
5759:
5760: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5761: now in parser tree, no need to copy
5762:
5763: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5764: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5765: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5766: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5767: extracts now used old trash removed
5768:
5769: * etc/parser3.charsets/Makefile.am: charsets now in share
5770: (debian/patches/104_automake.patch) + all charsets are copied
5771:
5772: * buildall-with-xml, buildall-without-xml: curl option removed +
5773: extra arguments now supported
5774:
5775: 2012-06-08 misha
5776:
5777: * src/classes/table.C: - one params.as_hash usage was rolled back:
5778: the 2nd option in ^table.hash[] could be hash or table so
5779: .as_hash will throw an exception when table option is specified
5780:
5781: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5782: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5783: classes/table.C, classes/void.C, classes/xdoc.C,
5784: include/pa_exception.h, types/pa_vmethod_frame.C,
5785: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5786: and improved (whitespaces are allowed as empty options) -
5787: MethodParams::as_table is added - above methods are used for
5788: parsing methods' options ( new feature: #9 )
5789:
5790: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5791: to vclass. now class fields can be accessible as a hash:
5792: $h[^hash::create[$asd:CLASS]]
5793:
5794: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5795: have get_fields method so their fields can be accessed with
5796: ^reflection:fields[...] & ^reflection:field[...]
5797:
5798: 2012-06-06 misha
5799:
5800: * tests/280.html: - tests for
5801: ^reflection:method[obj-or-class;method],
5802: ^reflection:field[obj-or-class;field] and
5803: ^reflection:fields[obj-or-class] are added
5804:
5805: 2012-06-05 misha
5806:
5807: * src/classes/reflection.C: - ^reflection:method[class or
5808: object;method name] and ^reflection:field[class or object;field
5809: name] are added
5810:
5811: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5812: is used
5813:
5814: * src/types/pa_method.h: - Method::as_vjunction method is added
5815:
5816: 2012-06-05 moko
5817:
1.116 moko 5818: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5819:
5820: * src/classes/memcached.C: flish ttl fixed
5821:
5822: 2012-06-04 moko
5823:
5824: * src/classes/json.C, src/classes/op.C, tests/279.html,
5825: tests/results/279.processed: ^json:parse[] now supports $.taint
5826: option (new feature #833)
5827:
5828: 2012-06-04 misha
5829:
5830: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5831: - search_stop method was moved from pa_vcookie.C to pa_common.C
5832:
5833: 2012-06-03 misha
5834:
5835: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5836: cookies are parced and stored into $.cookies ( new feature: #31 )
5837:
5838: 2012-05-30 misha
5839:
5840: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5841: incomplete class into a scope while @USE is found
5842:
5843: * src/main/compile.y: - add incomplete class into a scope while
5844: @USE and @CLASS instructions are found ( bugfix: #838 )
5845:
5846: 2012-05-30 moko
5847:
5848: * src/types/pa_vclass.C, tests/278.html,
5849: tests/results/278.processed: removed "property has no getter
5850: method" exception when GET_DEFAULT present (fixes #269)
5851:
5852: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5853: $._default
5854:
5855: 2012-05-29 moko
5856:
5857: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5858: uninitialized values usage (new feature: #154)
5859:
5860: 2012-05-28 moko
5861:
5862: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5863: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5864: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5865: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5866: src/types/pa_vobject.C, src/types/pa_vobject.h,
5867: src/types/pa_vstring.h, src/types/pa_vtable.C,
5868: tests/results/277.processed, src/types/pa_vtable.h,
5869: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5870: ^json:string[$o; $.default[$method]] implemented for VObject (new
5871: feature #803)
5872:
5873: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5874: tests/results/277.processed: json numbers are now treated as
5875: double ( new feature: #834 )
5876:
5877: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5878: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5879: added for out of range checks, zero division in vint/vdouble
5880: check added ( fixes #832 )
5881:
5882: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5883: ( fixes #832 )
5884:
5885: 2012-05-28 misha
5886:
5887: * buildall-with-xml: - --without-lzma option is added to libxml2
5888: configure
5889:
5890: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5891: added - tests for unsupported values for options $.file, $.table
5892: and $.date are added
5893:
5894: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5895: accepts "stat" $.file[] option's value in addition to existed
5896: "text" and "base64" ( new feature: #835 )
5897:
5898: * tests/276.html: - test for
5899: ^reflection:delete[$object-or-class;field-name]
5900:
5901: * src/classes/reflection.C: -
5902: ^reflection:delete[$object-or-class;field-name] is added ( new
5903: feature: #268 )
5904:
5905: 2012-05-27 misha
5906:
5907: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5908:
5909: 2012-05-24 misha
5910:
5911: * src/include/pa_common.h: - method lastposafter was removed
5912:
5913: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5914: lastposafter - ^file:dirname[] & Co proper handle windows file
5915: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5916: work as *nix commands
5917:
5918: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5919:
5920: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5921: rskipchars were added
5922:
5923: * tests/270.html: - more tests for ^file:find[]
5924:
5925: * tests/065.html: - more tests for ^file:dirname[] & Co
5926:
5927: * src/include/pa_version.h: - must be "win32" here. it is
5928: auto-generated on *nix
5929:
5930: 2012-05-24 moko
5931:
5932: * src/classes/math.C: ^math:convert[] now supports uint32 and
5933: throws overflow exception ( new feature: #830 )
5934:
5935: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5936: uint32 support and overflow added ( new feature: #830 )
5937:
5938: 2012-05-23 moko
5939:
5940: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5941: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5942: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5943: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5944: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5945: types/pa_vregex.h, types/pa_vstateless_class.C,
5946: types/pa_vstateless_class.h, types/pa_vstring.h,
5947: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5948: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5949: "return string as-is" removed from as_expr_result. ( new feature:
5950: #831 )
5951:
5952: * tests/results/244.processed: test changed after bug #782 fix
5953: commited
5954:
5955: * tests/results/229.processed: test results for bug #782 commited
5956:
5957: * tests/: 254.html, results/254.processed: uid now just compared,
5958: not printed. :)
5959:
5960: 2012-05-20 moko
5961:
5962: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5963: feature: #341 )
5964:
5965: * tests/: 254.html, results/254.processed: test for
5966: ^reflection:uid[] added
5967:
5968: * tests/: 254.html, results/254.processed: test for
5969: ^reflection:uid[$obj] added
5970:
5971: 2012-05-17 misha
5972:
5973: * src/main/untaint.C: - do not replace ' char by _26 while
5974: exploding filespec-tainting ( new feature: #829 )
5975:
5976: 2012-05-12 moko
5977:
5978: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5979: not.
5980:
5981: 2012-05-08 moko
5982:
5983: * src/types/pa_vmethod_frame.h: bug #782 fixed
5984:
5985: * tests/229.html: test for bug #782
5986:
5987: * tests/results/259.processed, src/main/pa_request.C,
5988: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5989: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5990: src/types/pa_vvoid.h: feature #154 - first empty param now
5991: string; defined locals are empty strings; $STRICT-VARS(true)
5992: added
5993:
5994: 2012-04-27 moko
5995:
1.116 moko 5996: * src/targets/apache/Makefile.am:
1.95 moko 5997: ../../lib/memcached/libmemcached.a added
5998:
5999: 2012-04-27 misha
6000:
6001: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6002: ( #827 )
6003:
6004: 2012-04-25 moko
6005:
6006: * src/: classes/json.C, classes/memcached.C,
6007: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6008: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6009: implemented.
6010:
6011: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6012:
6013: 2012-04-23 moko
6014:
6015: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6016: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6017: types/pa_vmemcached.h: open allows options hash for new
6018: memcached(options) function
6019:
6020: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6021: not appended
6022:
6023: 2012-04-21 moko
6024:
6025: * src/classes/curl.C: '' added. :)
6026:
6027: * src/classes/classes.vcproj: new curl.h location
6028:
6029: * src/classes/curl.C: verbose output redirection from stderr to
6030: file curl option added
6031:
6032: 2012-04-20 moko
6033:
6034: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6035: contains what we need from curl, #ifdef HAVE_CURL removed
6036:
1.116 moko 6037: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6038: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6039: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6040: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6041: configure option
6042:
6043: 2012-04-19 moko
6044:
6045: * src/: classes/double.C, classes/inet.C, classes/int.C,
6046: classes/string.C, lib/gc/include/gc_allocator.h,
6047: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6048: options from sql_result_string removed. (closes issue #468)
6049:
6050: * src/types/pa_vmemcached.C: empty string fix
6051:
6052: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6053: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6054: pa_vmemcached.C
6055:
6056: 2012-04-18 moko
6057:
6058: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6059: apache2-mpm-prefork" error displayed in threaded mpm.
6060:
6061: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6062: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6063: installed (issue #354)
6064:
6065: 2012-04-16 moko
6066:
6067: * src/types/pa_vmemcached.C: call to memcached_result_create and
6068: memcached_result_free removed
6069:
6070: 2012-04-14 moko
6071:
6072: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6073:
6074: * src/types/pa_vmemcached.C: check_key added and used
6075:
6076: 2012-04-13 moko
6077:
6078: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6079: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6080: Serialization_data now added and used, VString now serialized
6081: with languages into memcached.
6082:
6083: 2012-03-28 moko
6084:
6085: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6086: lib/memcached/pa_memcached.h: result lengths added
6087:
6088: 2012-03-27 moko
6089:
6090: * src/types/pa_vmemcached.C: strdup added
6091:
6092: 2012-03-24 moko
6093:
6094: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6095: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6096: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6097:
6098: 2012-03-20 moko
6099:
1.116 moko 6100: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6101:
6102: * src/targets/cgi/Makefile.am: cleanup
6103:
6104: * src/: types/Makefile.am, types/pa_vmemcached.C,
6105: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6106:
6107: * src/: classes/Makefile.am, classes/memcached.C,
6108: lib/memcached/Makefile.am, lib/memcached/constants.h,
6109: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6110: lib/memcached/types.h, lib/Makefile.am: memcached initial
6111:
6112: 2012-03-16 moko
6113:
6114: * src/main/execute.C: ident now works under Linux + ident displays
6115: filenames (closes issue #818)
6116:
1.116 moko 6117: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6118: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6119: pa_vmethod_frame_local.h removed
6120:
6121: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6122: classes/classes.h, classes/curl.C, classes/date.C,
6123: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6124: classes/hashfile.C, classes/image.C, classes/inet.C,
6125: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6126: classes/memory.C, classes/op.C, classes/reflection.C,
6127: classes/regex.C, classes/response.C, classes/string.C,
6128: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6129: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6130: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6131: include/pa_config_fixed.h, include/pa_config_includes.h,
6132: include/pa_dictionary.h, include/pa_dir.h,
6133: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6134: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6135: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6136: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6137: include/pa_request_charsets.h, include/pa_request_info.h,
6138: include/pa_sapi.h, include/pa_socks.h,
6139: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6140: include/pa_stack.h, include/pa_string.h,
6141: include/pa_stylesheet_connection.h,
6142: include/pa_stylesheet_manager.h, include/pa_table.h,
6143: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6144: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6145: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6146: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6147: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6148: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6149: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6150: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6151: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6152: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6153: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6154: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6155: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6156: main/pa_string.C, main/pa_stylesheet_connection.C,
6157: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6158: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6159: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6160: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6161: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6162: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6163: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6164: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6165: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6166: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6167: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6168: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6169: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6170: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6171: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6172: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6173: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6174: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6175: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6176: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6177: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6178: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6179: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6180: types/pa_vresponse.h, types/pa_vstateless_class.C,
6181: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6182: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6183: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6184: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6185: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6186: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6187: ident now works under Linux + ident displays filenames (closes
6188: issue #818) Copyright updated
6189:
6190: 2012-03-13 moko
6191:
6192: * src/main/pa_string.C: compilation fix for feature #741
6193:
6194: 2012-03-09 misha
6195:
6196: * tests/193.html: - tests for ^string:base64[encoded] are updated
6197:
6198: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6199: now detects invalid base64 chars in the middle of encoded stricg
6200: ( new feature: #55 )
6201:
6202: * src/include/pa_exception.h: - new exception type for base64
6203: decoding is added
6204:
6205: 2012-03-06 misha
6206:
6207: * tests/274.html: - tests for ^date::today[] and
6208: ^date.sql-string[datetime|date|time] are added
6209:
6210: * src/classes/date.C: - constructor ^date::today[] is added ( new
6211: feature: #811 ) - ^date.sql-string[] now can accept one param --
6212: strings "datetime", "date" or "time" - comments tidying up
6213:
6214: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6215: date and time
6216:
6217: 2012-03-03 misha
6218:
6219: * tests/193.html: - tests for
6220: ^string:base64[encoded;$.strict(true)] are added
6221:
6222: * tests/results/auto.p: - try-catch operator is added
6223:
6224: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6225: main/pa_common.C: - $.strict(true|false) option is added to
6226: base64 decode methods ( new feature: #55 )
6227:
6228: * src/main/pa_common.C: - base64 decode memory usage was decreased
6229: ( new feature: #819 )
6230:
6231: 2012-02-28 moko
6232:
6233: * src/classes/hash.C: ident test
6234:
6235: 2012-02-27 misha
6236:
6237: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6238:
6239: 2012-01-08 misha
6240:
6241: * tests/273.html: - tests for ^string.replace[from;to] are added
6242:
6243: * src/: classes/string.C, include/pa_dictionary.h,
6244: main/pa_dictionary.C, main/pa_string.C: -
6245: ^string.replace[from;to] is added ( new feature: #741 ) -
6246: ^string.replace[one subst here] is slightly optimized
6247:
6248: 2011-12-07 misha
6249:
6250: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6251: named table with one empty column ( bugfix: #63 )
6252:
6253: 2011-11-30 misha
6254:
6255: * src/classes/json.C: - it's possible to set user's method for
6256: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6257: #763 )
6258:
6259: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6260:
6261: 2011-11-23 misha
6262:
6263: * src/: classes/curl.C, classes/file.C, classes/image.C,
6264: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6265: types/pa_vfile.h, types/pa_vform.C: - constructor
6266: ^file::create[mode;filename;content[;options]] now accepts binary
6267: mode and file-content - new constructor's format:
6268: ^file::create[string-or-file-content[;$.name[filename]
6269: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6270: feature: #65 )
6271:
6272: * src/: include/pa_request.h, main/pa_request.C: - new method
6273: mime_type_of(const String*) is added
6274:
6275: * src/include/pa_exception.h: - new exception constant
6276: FILE_NAME_MUST_BE_SPECIFIED is added
6277:
6278: * src/classes/table.C: - bug with negative offset transformed into
6279: a feature. it means pointing to a row from the end of the table (
6280: new feature: #810 )
6281:
6282: 2011-11-19 misha
6283:
6284: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6285: â ìåòîäå _select ( new feature: #810 )
6286:
6287: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6288: options were specified together is simplified
6289:
6290: 2011-11-12 misha
6291:
6292: * src/main/pa_request.C: - forgotten fix for escaping filename in
6293: HTTP content-disposition header (a part of bug #361 )
6294:
6295: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6296: checks for ancestors' classes as well ( new feature: #456 )
6297:
6298: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6299: "without cycle" now have types "parser.break" and
6300: "parser.continue" instead of "parser.runtime" ( new feature: #799
6301: )
6302:
6303: 2011-11-11 misha
6304:
6305: * tests/results/: 099.processed, 100.processed, 205.processed,
6306: 237.processed: - since bug #361 was fixed the content of filename
6307: in HTTP headers is quoted
6308:
6309: * tests/results/270.processed: - result for test 270
6310:
6311: * tests/: 065.html, results/065.processed: - more tests for
6312: ^file:basename[] & Co were added
6313:
6314: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6315:
6316: * tests/270.html: - tests for ^file:find[] are added
6317:
6318: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6319: using option $.charset. option $.engoding is still supported but
6320: these options can not be specified together
6321:
6322: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6323: comparation charset name with string "UTF-8" ( bugfix: #759 )
6324:
6325: 2011-10-11 misha
6326:
6327: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6328: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6329: #622)
6330:
6331: 2011-09-30 misha
6332:
6333: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6334: exception "saving stat-ed file" ( bugfix: #395 )
6335:
6336: 2011-05-30 misha
6337:
6338: * src/classes/string.C: - fixed bug which was added with
6339: params.as_hash into string:sql
6340:
6341: 2011-05-29 misha
6342:
6343: * src/types/pa_value.C: - filename in content-disposition header
6344: must be quoted ( bugfix: #361 )
6345:
6346: 2011-05-27 misha
6347:
6348: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6349: created file
6350:
6351: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6352: usage
6353:
6354: * src/include/pa_exception.h: - one more string for exception was
6355: added
6356:
6357: 2011-05-25 misha
6358:
6359: * tests/269.html: - tests for checking input params in some dom
6360: methods
6361:
6362: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6363: was added. it isn't possible not wo create xdoc with invalid
6364: tagName. ( bugfix: #160 )
6365:
6366: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6367: string "data must be string" was mover from pa_exception.h to
6368: pa_xml_exception.h
6369:
6370: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6371: as_xmlncname, as_xmlname and as_xmlnsuri were added
6372:
6373: * src/main/pa_xml_exception.C: - XmlException accepts more options
6374:
6375: * src/include/pa_xml_exception.h: - XmlException accepts more
6376: options - XML-related exception's strings were added
6377:
6378: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6379: output_options were removed)
6380:
6381: 2011-05-19 misha
6382:
6383: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6384: params.as_hash is used more while parsing methods hash-options
6385:
6386: 2011-05-18 misha
6387:
6388: * operators.txt: - info about json-serialization of xdoc was added
6389:
6390: * tests/256.html: - tests for json-serialization xdoc were added
6391:
6392: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6393:
6394: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6395: classes/json.C, classes/xdoc.C: - now json:string can serialize
6396: xdoc-objects. options (the same as ^xdoc.string[]) could be
6397: specified in $.xdoc[] ( new feature: #265 )
6398:
6399: 2011-05-15 misha
6400:
6401: * tests/268.html: - tests for ^table.count[with options] were added
6402:
6403: * src/classes/table.C: - method ^table.count[] now can accept
6404: options ( new feature: #93 ): ^table.count[column] returns number
6405: of columns for named table; ^table.count[cells] returns number of
6406: cells in the current row; ^table.count[] & ^table.count[rows]
6407: return number of rows in a table.
6408:
6409: * tests/267.html: - test for checking switch/case in boolean mode
6410: was added
6411:
6412: * src/classes/op.C: - if switch's or case's value is bool, they are
6413: compared as bool values, not as double values: new feature: #351
6414:
6415: 2011-05-06 misha
6416:
6417: * tests/242.html: - EOL before EOF was added
6418:
6419: * tests/169.html: - tests for splitting empty string and void were
6420: added
6421:
6422: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6423: returned table with one empty cell)
6424:
6425: 2011-04-03 misha
6426:
6427: * src/include/pa_version.h, configure.in: - version in head was
6428: changed to 3.4.2b
6429:
6430: 2011-03-30 misha
6431:
6432: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6433: as well ( new feature #294 )
6434:
6435: 2011-03-29 misha
6436:
6437: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6438: limited to approx. 6 MB. previous limits were too big for real
6439: life. bugfix: #216
6440:
6441: 2011-03-04 moko
6442:
6443: * etc/parser3.charsets/cp866.cfg: Conforms to
6444: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6445:
6446: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6447: vlalek@
6448:
6449: 2011-02-22 misha
6450:
6451: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6452: be under #ifdef XML or parser can't be compiled without xml
6453: support
6454:
6455: 2011-02-21 misha
6456:
1.116 moko 6457: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6458: ApacheModuleParser3.vcproj was removed
6459:
6460: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6461: removed)
6462:
6463: 2011-02-20 misha
6464:
6465: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6466: $.overridden in ^reflection:method_info[...] were added
6467:
6468: * src/classes/reflection.C: - beautifying result of
6469: ^reflection:method_info[] ($.overridden/inherited)
6470:
6471: 2011-02-18 misha
6472:
6473: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6474: and pa_isalnum instead of isalpha and isalnum - bug with
6475: redundand quoting lowercased latin chars while building email
6476: body was fixed
6477:
6478: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6479: added (they check for latin chars only)
6480:
6481: 2011-02-16 misha
6482:
6483: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6484: string size for transcoding gave too small value (should ever
6485: look for availability char in dest charset inspite of the char
6486: size)
6487:
6488: 2011-02-04 moko
6489:
6490: * tests/223.html: header values now not url-encoded (issue #195)
6491:
6492: 2011-02-01 misha
6493:
6494: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6495:
6496: 2011-01-31 misha
6497:
6498: * src/main/pa_request.C: - throw exception if param file_name in
6499: use_file is empty
6500:
6501: 2011-01-08 moko
6502:
6503: * src/classes/curl.C: compilations errors fixed
6504:
6505: 2010-12-29 moko
6506:
6507: * tests/: 265.html, results/265.processed: test for issue #200
6508: added
6509:
6510: * src/main/pa_string.C: empty regex result check added (fixes issue
6511: #200)
6512:
6513: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6514:
6515: * tests/results/223.processed: header values now not url-encoded
6516: (issue #195)
6517:
6518: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6519: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6520: pa_http_safe_header_name added for headers names (fixes bug #195)
6521:
6522: 2010-12-18 misha
6523:
6524: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6525: => pa-include
6526:
6527: 2010-11-28 moko
6528:
6529: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6530:
6531: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6532: -> pa
6533:
6534: * configure.in: apr -> pa
6535:
6536: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6537:
6538: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6539: classes/Makefile.am, types/Makefile.am: apr -> pa
6540:
6541: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6542: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6543: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6544: pa-include/pa_apr.h, pa-include/pa_errno.h,
6545: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6546: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6547: module apr name conflict resolved)
6548:
6549: 2010-11-27 misha
6550:
6551: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6552: libbz2
6553:
6554: 2010-11-26 misha
6555:
6556: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6557: warnings removed
6558:
6559: 2010-11-25 moko
6560:
6561: * operators.txt: $.indent(true)
6562:
6563: * operators.txt: another bugfix. :)
6564:
6565: * operators.txt: bugfix. :)
6566:
6567: * buildall-with-xml: libxml2-2.7.8 + with-apache
6568:
6569: 2010-11-24 moko
6570:
1.116 moko 6571: * configure: apxs support
1.95 moko 6572:
6573: * configure.in: apxs support -Bstatic gc removed for OS X
6574:
6575: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6576:
6577: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6578: THREAD_LOCAL usage
6579:
6580: * src/: classes/curl.C, include/pa_config_includes.h,
6581: main/pa_globals.C: THREAD_LOCAL defined and used
6582:
6583: 2010-11-23 moko
6584:
6585: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6586: should be passed to pa_sleep, and only fractional part (bugfix:
6587: #188)
6588:
6589: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6590:
6591: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6592: GC_dont_gc=1, as in cgi version
6593:
6594: * src/targets/apache/mod_parser3.c: warning war
6595:
6596: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6597: pa_httpd.h: version removed, some trash removed
6598:
6599: * src/targets/apache/mod_parser3.c: version removed (we don't want
6600: to show it), warning war
6601:
6602: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6603: pa_httpd.h: parser_status_allowed removed + merge config
6604: functions removed (override is the default) + beauty
6605:
6606: * src/: include/pa_request.h, main/pa_request.C,
6607: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6608: hide $status used in apache module removed
6609:
6610: 2010-11-18 moko
6611:
6612: * operators.txt: $.table[compact] added for ^json:string[]
6613:
6614: 2010-11-16 moko
6615:
6616: * src/targets/apache/mod_parser3.c: some cleanup done
6617:
6618: * src/main/untaint.C: bugfix: first, second String::Body argument
6619: is hashcode; second, info.fragment_begin is original, not
6620: resulting length
6621:
6622: * src/classes/file.C: new feature: $.stdin now untainted
6623:
6624: * tests/results/264.processed: new feature: $.stdin[] now untainted
6625:
6626: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6627:
6628: * src/classes/op.C: ^apply-taint[] method added
6629:
6630: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6631: added; $.stdin untaint test added
6632:
6633: 2010-11-15 moko
6634:
6635: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6636: removed
6637:
6638: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6639: pa_httpd.h: 2x2 calculated under apache2. :)
6640:
6641: 2010-11-13 moko
6642:
6643: * src/targets/apache/mod_parser3.c: initial changes to build module
6644: with apache 2.x includes
6645:
6646: * src/targets/apache/: Makefile.am, mod_parser3.c,
6647: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6648: united apache 1.3 / apache 2.x DSO module
6649:
6650: 2010-11-09 moko
6651:
6652: * src/types/pa_method.h: check added to dissallow @method[name;*]
6653: syntax
6654:
6655: * tests/: 263.html, results/263.processed: test from method[*args]
6656: added
6657:
6658: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6659: number of params can now be passed to a method declared with *arg
6660:
6661: 2010-11-06 moko
6662:
6663: * src/classes/table.C: formating fixed. :)
6664:
6665: * src/classes/table.C: closes #4: ^table.select now supports
6666: $.limit(), $.offset, $.reverse() options
6667:
6668: * tests/: 262.html, results/262.processed: test for ^table:select
6669: with options added (feature #4)
6670:
6671: * src/include/pa_array.h: remove function added
6672:
6673: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6674: object in get_element/put_element, using static one.
6675:
6676: 2010-11-04 moko
6677:
6678: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6679: options is passed
6680:
6681: * tests/: 256.html, results/256.processed: $.table[compact] feature
6682: now tested; k and p in handler now tested.
6683:
6684: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6685: $.table[compact] feature added
6686:
6687: * src/classes/json.C: key is now passed to handler in
6688: value_json_string; ^json:string result now process tainting
6689: inside and returns clean string, related to issue #153
6690:
6691: * src/main/untaint.C: bugfix: charset can be null (in
6692: ^string:save[] as example), thus check is added
6693:
6694: 2010-10-31 moko
6695:
6696: * src/classes/string.C: error message changed (fixes issue #149)
6697:
6698: 2010-10-29 moko
6699:
6700: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6701: port is not default (fixes issue #155); exception on invalid port
6702: added.
6703:
6704: * src/main/untaint.C: '*' is now not urlencoded to allow header
6705: "Accept: */*" to be passed
6706:
6707: 2010-10-28 moko
6708:
6709: * src/classes/curl.C: bugfix: detect_charset() was throwing
6710: exception on unknown charset even if response_charset was
6711: specified
6712:
6713: 2010-10-27 moko
6714:
6715: * src/classes/string.C: ^string.append removed for void
6716: compatibility
6717:
6718: 2010-10-26 moko
6719:
6720: * src/classes/json.C: libjson supports array at top level, we too
6721: (GPF fixed)
6722:
6723: 2010-10-25 moko
6724:
6725: * tests/: 253.html, results/253.processed: libjson supports array
6726: at top level, parser now supports it as well.
6727:
6728: * tests/261.html, tests/results/261.processed,
6729: src/types/pa_vstring.h: empty string is now void compatible
6730: (allows $empty.key)
6731:
6732: 2010-10-22 misha
6733:
6734: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6735: while adding additional expires checkout)
6736:
6737: * tests/030.html: - test for session cookie was added
6738:
6739: 2010-10-21 moko
6740:
6741: * src/: classes/string.C, classes/void.C, main/execute.C,
6742: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6743: string (feature #111)
6744:
6745: * tests/: 261.html, results/261.processed: checks void from string
6746: inheritance (feature #111)
6747:
6748: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6749: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6750: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6751: now true by default
6752:
6753: 2010-10-17 moko
6754:
6755: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6756: upload now uses binary blocks instead of L_FILE_POST tainting.
6757: (bugfix: #128)
6758:
6759: * tests/: 223.html, results/223.processed: binary file upload test
6760: added, GPF (issue #128) also checked in this test
6761:
6762: 2010-10-13 misha
6763:
6764: * tests/260.html: - test for math:convert
6765:
6766: * src/classes/math.C: - error in math:convert was fixed
6767:
6768: * operators.txt: - info about
6769: ^math:convert[number](from-base;to-base) was added
6770:
6771: * src/classes/math.C: - method
6772: ^math:convert[number](from-base;to-base) for converting number
6773: represention from one base to another was added ( new feature:
6774: #23 )
6775:
6776: 2010-10-13 moko
6777:
6778: * src/main/compile.tab.C: [] now is empty string, not void
6779:
6780: * src/main/compile.y: [] now is empty string, not void
6781:
6782: * src/types/pa_vvoid.h: void now passed as parameter
6783:
6784: * tests/: 259.html, results/259.processed: to test difference
6785: between void and empty string (see ticket #111)
6786:
6787: * tests/results/152.processed: $sEmpty[] is now empty string, not
6788: void
6789:
6790: * tests/256.html: $s[$void] is no longer empty string
6791:
6792: * tests/254.html: empty string is no longer void
6793:
6794: 2010-10-12 misha
6795:
6796: * src/types/pa_vcookie.C: - check if $.expires value can be
6797: converted to date during cookies set up ( bugfix: #104 )
6798:
6799: * tests/041.html: - more tests for ^table.locate were added
6800:
6801: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6802: work ( bugfix: #129 ) - exception comment for incorrect options
6803: ^table.locate[field;value;options] was fixed
6804:
6805: 2010-10-10 moko
6806:
6807: * src/: classes/reflection.C, main/execute.C: constructor returning
6808: another object feature returned
6809:
6810: * tests/results/258.processed: test result updated as constructor
6811: returning another object feature returned
6812:
6813: * tests/: 258.html, results/258.processed: test for constructor
6814: returning another object
6815:
6816: 2010-10-08 misha
6817:
6818: * tests/257.html: - whitespaces after @METACOMMANDS and their
6819: options shouldn't cause exceptions any longer
6820:
6821: 2010-10-06 moko
6822:
6823: * src/classes/: hash.C, table.C: length from sql server is now
6824: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6825:
6826: 2010-10-02 misha
6827:
6828: * operators.txt: - the X mark was removed from ^cache[file]. it is
6829: usable to delete cache file.
6830:
6831: 2010-10-02 moko
6832:
6833: * tests/: 253.html, results/253.processed: hook_key added for key
6834: checking
6835:
6836: * src/classes/json.C: null key bug fixed
6837:
6838: 2010-09-29 misha
6839:
6840: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6841:
6842: 2010-09-25 moko
6843:
6844: * src/classes/json.C: small fixed
6845:
6846: * tests/results/: 253.processed, 255.processed: just updated
6847:
6848: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6849: results/255.processed: charset transcode test added for
6850: json:parse
6851:
6852: 2010-09-24 moko
6853:
6854: * src/types/pa_value.h: warning war :)
6855:
6856: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6857: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6858: ^json:string
6859:
6860: 2010-09-22 moko
6861:
6862: * src/main/pa_charset.C: parser charset tables declare only
6863: white-space before 0x20, thus adding the missing chars
6864:
6865: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6866: to http://unicode.org/Public/MAPPINGS/VENDORS/
6867:
6868: 2010-09-21 misha
6869:
6870: * src/main/compile.y: - some semicolons were added (VS2010 don't
6871: want to compile grammar if they are absent)
6872:
6873: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6874:
6875: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6876:
6877: * src/main/main.vcproj: - path to bison is changed
6878:
6879: 2010-09-21 moko
6880:
1.116 moko 6881: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6882: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6883: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6884:
6885: 2010-09-20 misha
6886:
6887: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6888:
6889: * src/classes/json.C: - add EOL while json-serializing hash
6890:
6891: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6892: compilers don't like 'ES'.
6893:
6894: 2010-09-17 misha
6895:
6896: * operators.txt: - info about json class was added
6897:
6898: * src/classes/json.C: - ^json:string[object]
6899:
6900: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6901: preventing infinite recursion while executing json:string was
6902: added
6903:
6904: * src/include/pa_string.h: - method append_quoted was added
6905:
6906: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6907: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6908: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6909: was added to Value & Co
6910:
6911: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6912: were used
6913:
6914: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6915: were added
6916:
6917: 2010-09-10 moko
6918:
6919: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6920: die_or_abort (backport from 3.4.1)
6921:
6922: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6923: die_or_abort (bugfix: #106)
6924:
6925: 2010-09-09 moko
6926:
6927: * src/classes/json.C: warning war. :)
6928:
6929: 2010-09-08 misha
6930:
6931: * src/lib/json/Makefile.am: - additional include directories were
6932: added (for pa_memory.h and gc.h)
6933:
6934: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6935: compile as C++ instead default - additional include directory was
6936: added (for gc.h)
6937:
6938: * src/types/pa_vform.C: - little code reformating
6939:
6940: * src/classes/file.C: - $.content-type option now can be specified
6941: in ^file::create ( new feature: #102 )
6942:
6943: 2010-09-08 moko
6944:
6945: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6946: pa_malloc/pa_free
6947:
6948: 2010-09-07 moko
6949:
6950: * tests/results/254.processed: VStateless_class:put_element
6951: exception was fixed
6952:
6953: * src/types/: pa_value.h, pa_vstateless_class.h: now
6954: VStateless_class:put_element barks self.type, not this.type
6955: (bugfix: #105)
6956:
6957: 2010-09-06 moko
6958:
6959: * src/classes/reflection.C: bugfix: new String() is required for
6960: exception handling
6961:
6962: * tests/: 254.html, results/254.processed: test modified
6963:
6964: 2010-09-05 moko
6965:
6966: * tests/: 254.html, results/254.processed: ^reflection:copy test
6967: added
6968:
6969: * src/: classes/reflection.C, include/pa_request.h:
6970: ^reflection:copy implemented (new feature: #100)
6971:
6972: 2010-09-03 moko
6973:
6974: * src/lib/json/JSON_parser.C: c++ compatiblity
6975:
6976: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6977: option testing added
6978:
6979: 2010-09-02 moko
6980:
6981: * src/classes/json.C: $.distinct[first|last|all] added
6982:
6983: 2010-09-01 moko
6984:
6985: * tests/results/253.processed: json test result
6986:
6987: * tests/: 253.html, 253_json.txt: json test added
6988:
6989: * src/classes/json.C: json.C update to actual version + hash key
6990: creation bugfix
6991:
6992: 2010-08-31 misha
6993:
6994: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6995: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6996: src/lib/Makefile.am, src/classes/Makefile.am,
6997: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6998: json library was added
6999:
7000: 2010-08-30 moko
7001:
7002: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7003: types/pa_vobject.C: cosmetic optimization in
7004: request:execute_method usage
7005:
7006: * src/: include/pa_charset.h, main/pa_charset.C: small
7007: optimization, just to decrease number of lines. :)
7008:
7009: 2010-08-27 misha
7010:
7011: * src/classes/op.C: - taint[json] was added
7012:
7013: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7014: were added
7015:
7016: * src/main/pa_exec.C: - warning fix was rolled back.
7017:
7018: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7019: include/pa_string.h: - taint[json] was added - escaping was
7020: slightly modified
7021:
7022: 2010-08-25 misha
7023:
7024: * src/classes/file.C: - typo in file:sql exception was fixed
7025:
7026: * src/main/pa_exec.C: - warning about declared and not used
7027: variable forced_allow was removed
7028:
7029: 2010-08-14 misha
7030:
7031: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7032: were removed
7033:
7034: 2010-08-11 moko
7035:
7036: * tests/: 249.html, results/249.processed: default setter and
7037: anti-recursive default getter test added
7038:
7039: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7040: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7041: types/pa_vobject.h, types/pa_vstateless_class.C,
7042: types/pa_vstateless_class.h: default setter support +
7043: anti-recursive default getter support ( new feature: #13 )
7044:
7045: * src/include/pa_hash.h: optimization: threshold member removed
7046: from hash, reducing sizeof(hash)
7047:
7048: 2010-08-10 misha
7049:
7050: * tests/196.html: - junction-method was added to the test
7051:
7052: * tests/248.html: - ups. typo :)
7053:
7054: * tests/248.html: - test for checking .match with 4 params
7055:
7056: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7057: 247_windows1251.txt: - test for "transcode file from utf-8 to
7058: $request:charset during loading if the BOM code is detected"
7059:
7060: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7061: $request:charset during loading if the BOM code is detected ( new
7062: feature: #98 )
7063:
7064: 2010-08-05 misha
7065:
7066: * src/classes/image.C: - ^image.replace now can accept only 2
7067: params. in this case the whole image is affected ( new feature:
7068: #95 )
7069:
7070: 2010-08-04 misha
7071:
7072: * tests/246.html: - test tor ^hash._at[] was added
7073:
7074: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7075: #53 )
7076:
7077: * src/include/pa_hash.h: - methods for accessing the first and the
7078: last values of ordered hash were added (first_value and
7079: last_value)
7080:
7081: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7082: (similar to others file's methods):
7083: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7084: #68 )
7085:
7086: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7087:
7088: 2010-08-01 moko
7089:
7090: * src/classes/op.C: to correctly process $result[] in code, called
7091: from ^process
7092:
7093: * tests/245.html: $result in ^process[] test added
7094:
7095: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7096: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7097: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7098: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7099: caller, self) op_call(VMethodFrame &frame, bool constructing)
7100: removed, construct(class,method) added
7101:
7102: * tests/results/: 192.processed, 244.processed: request::construct
7103: added
7104:
7105: * tests/: 244.html, 245.html, results/244.processed,
7106: results/245.processed: object creation exceptions and ^process
7107: tests added
7108:
7109: 2010-07-28 misha
7110:
7111: * tests/make_tests.cmd: - win32 EOLs
7112:
7113: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7114: tests on Win32 were added (The system timezone should be GMT+3)
7115:
7116: 2010-07-26 misha
7117:
7118: * tests/: 212.html, results/212.processed: - sizes were removed
7119: mecause they could be different on different OSs
7120:
7121: * tests/065.html: - make it "win32 friendly"
7122:
7123: 2010-07-25 misha
7124:
7125: * src/main/compile.y: - all EOLs between methods are removed during
7126: compilation ( new feature: #47 )
7127:
7128: * tests/results/149.processed: - prepare tests to trim trailing
7129: methods' EOLs
7130:
7131: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7132:
7133: * tests/: results/006.processed, results/014.processed, 006.html,
7134: 014.html, 022.html: - prepare tests to trim trailing methods'
7135: EOLs
7136:
7137: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7138: results/071.processed, results/022.processed: - prepare tests to
7139: trim trailing methods' EOLs
7140:
7141: * tests/: results/073.processed, results/109.processed,
7142: results/142.processed, results/144.processed,
7143: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7144: 144.html: - prepare tests to trim trailing methods' EOLs
7145:
7146: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7147: 149.html, 152.html, results/096.processed, results/107.processed,
7148: results/109.processed, results/142.processed,
7149: results/144.processed: - prepare tests to trim trailing methods'
7150: EOLs
7151:
7152: 2010-07-24 moko
7153:
7154: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7155: the hash order in this test
7156:
7157: * tests/014.html: to check hash order, hash no is longer sorted
7158: before print
7159:
7160: * src/include/pa_hash.h: hash copy constructor now keeps order
7161: (bugfix: #54)
7162:
7163: 2010-07-23 moko
7164:
7165: * tests/results/224.processed: @auto[] is no longer inherited
7166:
7167: * src/types/pa_vstateless_class.C, tests/227.html,
7168: tests/results/227.processed: @auto[] is no longer inherited
7169: (bugfix: #57)
7170:
7171: 2010-07-22 misha
7172:
7173: * src/classes/table.C: - don't skip comment lines during
7174: table::load if encloser or separator is set as '#' ( new feature:
7175: #30 )
7176:
7177: * src/targets/cgi/parser3.C: - don't run as cgi if
7178: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7179: #12 )
7180:
7181: * src/classes/file.C: - set PARSER_VARSION env before external
7182: script executing
7183:
7184: 2010-07-13 misha
7185:
7186: * tests/058.html: - test for suppressing @border was added - test
7187: for user attribute was added
7188:
7189: * tests/results/186.processed: unescaping from \uXXXX
7190:
7191: * tests/186.html: unescaping from \uXXXX
7192:
7193: * tests/: 239.html, results/239.processed: method call type
7194:
7195: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7196: $junction_method.CLASS_NAME (+CLASS)
7197:
7198: 2010-07-07 misha
7199:
7200: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7201: *nix
7202:
7203: 2010-07-05 misha
7204:
7205: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7206: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7207: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7208: comment strings "options must be hash", "options must be hash,
7209: not code" and "called with invalid option" were replaced by
7210: constatns - exception comment string "invalid option passed" was
7211: replaced by "called with invalid option" (now in different
7212: methods are the same exception comment string)
7213:
7214: * src/include/pa_exception.h: - more exception strings were defined
7215:
7216: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7217: types/pa_vstateless_class.h: - now we can define possible
7218: method's call type ( new feature: #5 ) 1.
7219: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7220: methods 2. @static:method[params] (only static keyword could be
7221: used here) -- for specified methods
7222:
7223: * src/main/pa_common.C: - junction points should not be deleted on
7224: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7225: cleanup
7226:
7227: 2010-07-03 misha
7228:
7229: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7230: results/158.processed, results/160.processed,
7231: results/161.processed, results/162.processed,
7232: results/163.processed: - prepare tests to trim trailing methods'
7233: EOLs
7234:
7235: * tests/results/169.processed: - prepare tests to trim trailing
7236: methods' EOLs
7237:
7238: * tests/results/: 168.processed, 169.processed: - prepare tests to
7239: trim trailing methods' EOLs
7240:
7241: * tests/: results/170.processed, results/167.processed,
7242: results/168.processed, results/169.processed, 167.html, 168.html,
7243: 169.html: - prepare tests to trim trailing methods' EOLs
7244:
7245: * tests/: results/170.processed, results/171.processed,
7246: results/172.processed, results/173.processed,
7247: results/174.processed, results/175.processed, 170.html, 171.html,
7248: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7249: trailing methods' EOLs
7250:
7251: * tests/: results/176.processed, results/180.processed,
7252: results/184.processed, results/185.processed,
7253: results/191.processed, results/192.processed,
7254: results/196.processed, results/197.processed,
7255: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7256: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7257: to trim trailing methods' EOLs
7258:
7259: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7260: results/199.processed, results/208.processed,
7261: results/209.processed, results/213.processed,
7262: results/214.processed: - prepare tests to trim trailing methods'
7263: EOLs
7264:
7265: 2010-06-29 misha
7266:
7267: * tests/: 220.html, 218.html, results/218.processed,
7268: results/215.processed, results/217.processed, 215.html, 217.html:
7269: - prepare tests to trim trailing methods' EOLs
7270:
7271: * tests/: results/224.processed, 224.html, 223.html,
7272: results/223.processed, results/220.processed: - prepare tests to
7273: trim trailing methods' EOLs
7274:
7275: * tests/results/: 226.processed, 230.processed: - prepare tests to
7276: trim trailing methods' EOLs
7277:
7278: * tests/: 229.html, results/229.processed: - prepare tests to trim
7279: trailing methods' EOLs
7280:
7281: * tests/: 232.html, 235.html, results/232.processed,
7282: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7283: results/226.processed, results/227.processed,
7284: results/228.processed, results/230.processed: - prepare tests to
7285: trim trailing methods' EOLs
7286:
7287: 2010-06-16 moko
7288:
7289: * tests/: 229.html, results/229.processed: elseif now supported in
7290: ^if
7291:
7292: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7293:
7294: 2010-06-03 misha
7295:
7296: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7297: instead of memcopy for overlaped regions
7298:
7299: 2010-05-25 misha
7300:
7301: * src/main/pa_common.C: - wanring about unused vars was removed
7302:
7303: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7304: get_method_filename was moved to execute.C
7305:
7306: 2010-05-23 misha
7307:
7308: * src/main/pa_request.C: - more accurate detection of method's file
7309:
7310: 2010-05-22 misha
7311:
7312: * src/classes/reflection.C: - bugfix: core during detection of
7313: .file if filespec isn't detected successfully
7314:
7315: 2010-05-20 misha
7316:
7317: * src/main/pa_request.C: - fix in get_method_filename
7318:
7319: * src/include/pa_request.h: - new feature: #24 -- searching
7320: included file in @USE/^use is changed. if its filespec doesn't
7321: start from '/' it will be searched in caller file directory
7322:
7323: * src/classes/reflection.C: - ^reflection:method_info returns file
7324: where the method is defined
7325:
7326: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7327: classes/op.C: - new feature: #24 -- searching included file in
7328: @USE/^use is changed. if its filespec doesn't start from '/' it
7329: will be searched in caller file directory
7330:
7331: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7332: is moved to pa_common.h
7333:
7334: 2010-05-18 misha
7335:
7336: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7337: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7338: cookie parser decode \uXXXX as well as %uXXXX
7339:
7340: 2010-05-17 misha
7341:
7342: * src/classes/curl.C: beauty: - unused param is removed in method
7343: _curl_version_action - some spaces were removed or replaced by
7344: tabs
7345:
7346: * src/classes/table.C: - bugfix: #72 core with empty value during
7347: ^table.hash[...;name_of_the_last_column][$.type[string]]
7348:
7349: 2010-05-16 misha
7350:
7351: * src/classes/curl.C: new: #61 more curl options were added
7352: (contributed by Sumo)
7353:
7354: 2010-04-29 pretender
7355:
7356: * src/main/pa_string.C: fixes #63 Split result from empty string
7357: now empty string.
7358:
7359: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7360: string type.
7361:
7362: 2010-04-28 pretender
7363:
7364: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7365: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7366: macrodefinition removed
7367:
7368: 2010-04-19 pretender
7369:
7370: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7371: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7372:
7373: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7374: fixes #64 Now file.missing exception generates in unsafe mode to.
7375:
7376: * src/classes/file.C: fixes #48 Now not throw "not save environment
7377: variable" exception in grpunlim version.
7378:
7379: 2010-04-05 misha
7380:
7381: * src/classes/string.C: - new feature: 4th param was added to
7382: match. if specified its value is returned in case of nothing was
7383: found
7384:
7385: 2010-04-01 misha
7386:
7387: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7388: multiple execution of /a/b/auto.p
7389:
7390: 2010-03-19 misha
7391:
7392: * src/main/execute.C: - core in $table1.$table2 was fixed
7393:
7394: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7395:
7396: 2010-01-27 misha
7397:
7398: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7399: trying to open file by path /existing-file/non-exixting-file
7400:
7401: 2010-01-26 misha
7402:
7403: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7404: was added (returns file)
7405:
7406: 2009-12-22 misha
7407:
7408: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7409: now parser doesn't have class curl if it was built without it
7410:
7411: 2009-12-15 misha
7412:
7413: * configure.in: - little cheat with curl include dir was added
7414:
7415: 2009-12-05 misha
7416:
7417: * src/classes/curl.C: - some fixes
7418:
7419: 2009-12-04 misha
7420:
7421: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7422: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7423: buildall-with-xml, buildall-without-xml, configure.in: - curl
7424: class was added
7425:
7426: * src/include/pa_hash.h: - hash-iterator was added
7427:
7428: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7429: was added to pcre
7430:
7431: 2009-11-27 misha
7432:
7433: * src/classes/image.C: - don't add @border attribute to output of
7434: ^image.html[] if it was specified by user with empty value
7435:
7436: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7437: root element and we are trying to access .documentElement
7438:
7439: 2009-11-11 misha
7440:
7441: * src/classes/table.C: - in ^table.flip[] look at number of columns
7442: instead of number of items in first row for named tables
7443:
7444: 2009-11-10 misha
7445:
7446: * operators.txt: - info about hash-options in ^file::create was
7447: added
7448:
7449: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7450: added
7451:
7452: 2009-11-09 misha
7453:
7454: * buildall-with-xml: - moving to libxml 2.7.6
7455:
7456: * tests/236.html: - tests for comparations cords with functions
7457: were added
7458:
7459: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7460: added
7461:
7462: * src/main/pa_http.C: - little optimisation
7463:
7464: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7465: GPF mallocs + stringstream (table.save)
7466:
7467: * src/classes/file.C: - file::create now accepts 4th param: options
7468: with $.charset
7469:
7470: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7471: bug in cord (comparation cords with functions was buggy)
7472:
7473: 2009-11-06 misha
7474:
7475: * src/main/pa_string.C: - bugfix: calculation string.length
7476: sometimes was buggy
7477:
7478: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7479: destroyed if exception occured during match/replace
7480:
7481: * src/: main/pa_charset.C, include/pa_charset.h: - method
7482: lengthUTF8Char was added
7483:
7484: * src/classes/op.C: - clean tainting lang was added for user's
7485: usage
7486:
7487: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7488: fixed: checkouts are required after GC_MALLOC
7489:
7490: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7491:
7492: * operators.txt: - actually, there is no ^untaint[xml] in
7493: file::create
7494:
7495: 2009-10-15 misha
7496:
7497: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7498: were added
7499:
7500: * tests/234.html: - more tests for checking ^taint[uri] escaping
7501: were added
7502:
7503: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7504: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7505: hacking: for dealing with transcoding+^taint[uri]
7506: transcode_and_untaint was replaced by untaint_and_transcode
7507:
7508: 2009-10-13 misha
7509:
7510: * tests/: 121.html, results/121.processed: - test transcoding +
7511: url-escaping now
7512:
7513: * tests/results/auto.p: - more helpers' methods were added
7514:
7515: * src/main/pa_globals.C: - die instead of abort
7516:
7517: 2009-10-06 misha
7518:
7519: * src/main/pa_common.C: - don't allocate memory during
7520: capitalization if input string is already capitalized
7521:
7522: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7523:
7524: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7525: use format function because it calls malloc
7526:
7527: * src/include/pa_common.h: - more capitalized headers were added
7528:
7529: * src/main/pa_common.C: - in safe mode clear executable bits during
7530: file writing
7531:
7532: 2009-10-05 misha
7533:
7534: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7535:
7536: 2009-10-03 misha
7537:
7538: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7539: ^img.text[] & ^img.length[] can work in utf-8 now
7540:
7541: * src/: include/pa_charset.h, main/pa_charset.C: - class
7542: UTF8_string_iterator was added
7543:
7544: * src/classes/image.C: - respect utf-8 when calculate alphabet
7545: length
7546:
7547: * src/classes/mail.C: - check from before get message.cstr
7548:
7549: 2009-10-02 misha
7550:
7551: * tests/233.html: - test for image.font, image.length, image.text
7552: with text in utf-8 were added
7553:
7554: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7555:
7556: * buildall-with-xml, buildall-without-xml: - comment about gc
7557: version for freebsd 4 was added
7558:
7559: 2009-10-01 misha
7560:
7561: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7562: terminator) - read_pipe were slightly optimized
7563:
7564: 2009-09-28 misha
7565:
7566: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7567: removed
7568:
7569: * src/types/pa_vmail.C: - forgot about space after ':'
7570:
7571: * src/types/pa_vmail.C: - escape filenames while preparing mail
7572: body - small simplifications
7573:
7574: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7575: inout params like pa_base64
7576:
7577: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7578: option $.debug-print(1) was added to mail:send - changes for
7579: using uue_encode which uses less memory
7580:
7581: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7582:
7583: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7584: memory now
7585:
7586: 2009-09-26 misha
7587:
7588: * src/types/pa_vmail.C: - default encoding now is base64
7589:
7590: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7591:
7592: 2009-09-25 misha
7593:
7594: * src/types/pa_vmail.C: - capitalization of headers was added to
7595: sending mail as well
7596:
7597: * buildall-with-xml: - catalog package was removed from libxml
7598:
7599: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7600: win32 absolute path
7601:
7602: * src/include/pa_common.h: - one more capitalized header was added
7603:
7604: 2009-09-22 misha
7605:
7606: * INSTALL: - comment about building just httpd binary while
7607: building apache module was added
7608:
7609: 2009-09-21 misha
7610:
7611: * buildall-with-xml: - moving to the latest versions of xml libs:
7612: libxml 2.7.4 and libxslt 1.1.25
7613:
7614: 2009-09-19 misha
7615:
7616: * tests/231.html: - test for encoding cookie in win-1251
7617:
7618: 2009-09-18 misha
7619:
7620: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7621: object] were added
7622:
7623: * operators.txt: - info about method ^reflection:fields[class or
7624: object] was added
7625:
7626: * src/classes/reflection.C: - method ^reflection:fields[class or
7627: object] was added
7628:
7629: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7630: methods get_fields were added
7631:
7632: * tests/232.html: - tests for @GET[name]
7633:
7634: * src/classes/table.C: - some changes in handling hash-options for
7635: creare, join and locate
7636:
7637: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7638: defined with option: the type of requested value
7639:
7640: 2009-09-17 misha
7641:
7642: * tests/212.html: - tests for .pattern and .options were added
7643:
7644: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7645: $regex.options were added
7646:
7647: 2009-09-11 misha
7648:
7649: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7650: rewrited. it checks not just one case of sending cookies during
7651: file::load[http], but also sending headers and fields (including
7652: files)
7653:
7654: 2009-09-10 misha
7655:
7656: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7657: was removed => now parser can open files with Russian 'r' in
7658: filename
7659:
7660: * src/main/untaint.C: - bugfix: client charset whould be analized
7661: while escaping cookies but now source charset
7662:
7663: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7664: ^tainted[uri] so it was possible to make request with incorrect
7665: http header
7666:
7667: * src/main/pa_http.C: - capitalization of http headers during
7668: file::load[http was slightly changes - bugfix: all headers which
7669: parser sends during file::load[http should be transcoded and only
7670: then escaped
7671:
7672: * src/main/untaint.C: - a bit more comments were added
7673:
7674: * src/classes/: file.C, string.C: - types where changes (minus 2
7675: warnings)
7676:
7677: * src/include/pa_common.h: - 2 capitalized strings for making http
7678: headers during file::load[http were added
7679:
7680: 2009-09-08 misha
7681:
7682: * operators.txt: - changes in file.save and string.save were added
7683:
7684: * tests/: 230.html, 230.txt: - tests for checking options in
7685: file.save and string.save were added
7686:
7687: * src/main/pa_request.C: - http headers names, which are passed to
7688: SAPI::add_header_attribute are lowercased now (it'll be
7689: capitalized in that method)
7690:
7691: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7692: classes/string.C: - file_write accepts Request_charsets and asked
7693: charset and cound transcode content before writing - string.save
7694: and file.save have option $.charset now
7695:
7696: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7697: classes/xdoc.C: - file_write accepts Request_charsets and asked
7698: charset and cound transcode content before writing
7699:
7700: * src/include/pa_exception.h: - new exception comment string was
7701: defined
7702:
7703: 2009-09-07 misha
7704:
7705: * src/main/compile.y: - grammar $name\ name stops now for regex
7706: sub-pattern\s
7707:
7708: 2009-09-04 misha
7709:
7710: * src/main/pa_http.C: - capitalization of http headers during
7711: file::load[http was implemented
7712:
7713: 2009-09-03 misha
7714:
7715: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7716: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7717: types/pa_vmail.C, targets/cgi/parser3.C,
7718: targets/isapi/parser3isapi.C: - back to storing response http
7719: headers in lowercase - capitalize them during output
7720:
7721: 2009-08-31 misha
7722:
7723: * src/classes/table.C: - allow call with any brackets (it could be
7724: useful in methods with explict result declaration)
7725:
7726: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7727: correctly if $request:charset==koi8-r
7728:
7729: 2009-08-30 misha
7730:
7731: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7732: changed: content-type => Content-type and so on
7733:
7734: * src/classes/file.C, src/include/pa_common.h,
7735: src/include/pa_request.h, src/main/pa_http.C,
7736: src/main/pa_request.C, src/types/pa_vcookie.C,
7737: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7738: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7739: tests/results/002.processed, tests/results/003.processed,
7740: tests/results/004.processed, tests/results/005.processed,
7741: tests/results/006.processed, tests/results/007.processed,
7742: tests/results/008.processed, tests/results/009.processed,
7743: tests/results/010.processed, tests/results/011.processed,
7744: tests/results/012.processed, tests/results/013.processed,
7745: tests/results/014.processed, tests/results/015.processed,
7746: tests/results/016.processed, tests/results/017.processed,
7747: tests/results/018.processed, tests/results/019.processed,
7748: tests/results/020.processed, tests/results/021.processed,
7749: tests/results/022.processed, tests/results/023.processed,
7750: tests/results/024.processed, tests/results/025.processed,
7751: tests/results/026.processed, tests/results/027.processed,
7752: tests/results/028.processed, tests/results/029.processed,
7753: tests/results/030.processed, tests/results/031.processed,
7754: tests/results/032.processed, tests/results/033.processed,
7755: tests/results/034.processed, tests/results/035.processed,
7756: tests/results/036.processed, tests/results/037.processed,
7757: tests/results/038.processed, tests/results/039.processed,
7758: tests/results/040.processed, tests/results/041.processed,
7759: tests/results/042.processed, tests/results/043.processed,
7760: tests/results/044.processed, tests/results/045.processed,
7761: tests/results/046.processed, tests/results/047.processed,
7762: tests/results/048.processed, tests/results/049.processed,
7763: tests/results/050.processed, tests/results/051.processed,
7764: tests/results/052.processed, tests/results/053.processed,
7765: tests/results/054.processed, tests/results/055.processed,
7766: tests/results/056.processed, tests/results/057.processed,
7767: tests/results/058.processed, tests/results/059.processed,
7768: tests/results/060.processed, tests/results/061.processed,
7769: tests/results/062.processed, tests/results/063.processed,
7770: tests/results/064.processed, tests/results/065.processed,
7771: tests/results/066.processed, tests/results/067.processed,
7772: tests/results/068.processed, tests/results/069.processed,
7773: tests/results/070.processed, tests/results/071.processed,
7774: tests/results/072.processed, tests/results/073.processed,
7775: tests/results/074.processed, tests/results/075.processed,
7776: tests/results/076.processed, tests/results/077.processed,
7777: tests/results/078.processed, tests/results/079.processed,
7778: tests/results/080.processed, tests/results/081.processed,
7779: tests/results/082.processed, tests/results/083.processed,
7780: tests/results/084.processed, tests/results/085.processed,
7781: tests/results/086.processed, tests/results/087.processed,
7782: tests/results/088.processed, tests/results/089.processed,
7783: tests/results/090.processed, tests/results/091.processed,
7784: tests/results/092.processed, tests/results/093.processed,
7785: tests/results/094.processed, tests/results/095.processed,
7786: tests/results/096.processed, tests/results/097.processed,
7787: tests/results/098.processed, tests/results/099.processed,
7788: tests/results/100.processed, tests/results/101.processed,
7789: tests/results/102.processed, tests/results/103.processed,
7790: tests/results/104.processed, tests/results/105.processed,
7791: tests/results/106.processed, tests/results/107.processed,
7792: tests/results/108.processed, tests/results/109.processed,
7793: tests/results/110.processed, tests/results/111.processed,
7794: tests/results/112.processed, tests/results/113.processed,
7795: tests/results/114.processed, tests/results/115.processed,
7796: tests/results/116.processed, tests/results/117.processed,
7797: tests/results/118.processed, tests/results/119.processed,
7798: tests/results/120.processed, tests/results/121.processed,
7799: tests/results/122.processed, tests/results/123.processed,
7800: tests/results/124.processed, tests/results/125.processed,
7801: tests/results/126.processed, tests/results/127.processed,
7802: tests/results/128.processed, tests/results/129.processed,
7803: tests/results/130.processed, tests/results/131.processed,
7804: tests/results/132.processed, tests/results/133.processed,
7805: tests/results/134.processed, tests/results/135.processed,
7806: tests/results/136.processed, tests/results/138.processed,
7807: tests/results/139.processed, tests/results/140.processed,
7808: tests/results/141.processed, tests/results/142.processed,
7809: tests/results/143.processed, tests/results/144.processed,
7810: tests/results/145.processed, tests/results/146.processed,
7811: tests/results/147.processed, tests/results/148.processed,
7812: tests/results/149.processed, tests/results/150.processed,
7813: tests/results/151.processed, tests/results/152.processed,
7814: tests/results/153.processed, tests/results/154.processed,
7815: tests/results/155.processed, tests/results/156.processed,
7816: tests/results/157.processed, tests/results/158.processed,
7817: tests/results/159.processed, tests/results/160.processed,
7818: tests/results/161.processed, tests/results/162.processed,
7819: tests/results/163.processed, tests/results/164.processed,
7820: tests/results/165.processed, tests/results/166.processed,
7821: tests/results/167.processed, tests/results/168.processed,
7822: tests/results/169.processed, tests/results/170.processed,
7823: tests/results/171.processed, tests/results/172.processed,
7824: tests/results/173.processed, tests/results/174.processed,
7825: tests/results/175.processed, tests/results/176.processed,
7826: tests/results/177.processed, tests/results/178.processed,
7827: tests/results/179.processed, tests/results/180.processed,
7828: tests/results/181.processed, tests/results/182.processed,
7829: tests/results/183.processed, tests/results/184.processed,
7830: tests/results/185.processed, tests/results/186.processed,
7831: tests/results/187.processed, tests/results/188.processed,
7832: tests/results/189.processed, tests/results/190.processed,
7833: tests/results/191.processed, tests/results/192.processed,
7834: tests/results/193.processed, tests/results/194.processed,
7835: tests/results/195.processed, tests/results/196.processed,
7836: tests/results/197.processed, tests/results/198.processed,
7837: tests/results/199.processed, tests/results/200.processed,
7838: tests/results/201.processed, tests/results/202.processed,
7839: tests/results/203.processed, tests/results/204.processed,
7840: tests/results/205.processed, tests/results/206.processed,
7841: tests/results/207.processed, tests/results/208.processed,
7842: tests/results/209.processed, tests/results/210.processed,
7843: tests/results/211.processed, tests/results/212.processed,
7844: tests/results/213.processed, tests/results/214.processed,
7845: tests/results/215.processed, tests/results/216.processed,
7846: tests/results/217.processed, tests/results/218.processed,
7847: tests/results/219.processed, tests/results/220.processed,
7848: tests/results/221.processed, tests/results/222.processed,
7849: tests/results/223.processed, tests/results/224.processed,
7850: tests/results/225.processed, tests/results/226.processed,
7851: tests/results/227.processed, tests/results/228.processed,
7852: tests/results/229.processed: - http headers were changed:
7853: content-type => Content-type and so on
7854:
7855: 2009-08-27 misha
7856:
7857: * src/: main/pa_random.C, include/pa_random.h,
7858: targets/cgi/parser3.C: - year was updated :)
7859:
7860: 2009-08-26 misha
7861:
7862: * tests/: 224.html, 224.p: - test for creating of parser object
7863: using constructor without params - little bugfix in test
7864:
7865: * src/main/compile_tools.h: - bugfix: should't call autouse while
7866: checking existed class while processing partial option
7867:
7868: * src/classes/reflection.C: - bugfix: core when creating object
7869: with reflection and constructor doesn't have params
7870:
7871: 2009-08-24 misha
7872:
7873: * tests/229.html: - tests for checking the number of parameters
7874: were added
7875:
7876: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7877: number of method's parameters wasn't checked correctly (the bug
7878: was introduced in 3.4.0)
7879:
7880: 2009-08-22 misha
7881:
7882: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7883: transcoded, but tainted pieces are escaped only when
7884: content-type==url-encoding
7885:
7886: * tests/228.html: - test for checking
7887: ^file::load[http://...;$.body[]]
7888:
7889: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7890: post charset was too early (charsets is empty at this moment)
7891:
7892: 2009-08-21 misha
7893:
7894: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7895: main/untaint.C: - some fixes with transcode+untaint
7896:
7897: 2009-08-15 misha
7898:
7899: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7900: was increaced to 100 (was 50)
7901:
7902: * tests/227.html: - test for checking overriding properties in
7903: static classes was added
7904:
7905: * tests/: 226.html, 226.p: - test for @autoload[] was added
7906:
7907: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7908: main/execute.C, main/pa_request.C, classes/reflection.C: -
7909: autouse was implemented
7910:
7911: 2009-08-14 misha
7912:
7913: * src/classes/reflection.C: - outdated checkout was removed
7914:
7915: * src/classes/reflection.C: - optimization - method ^dynamical was
7916: added.
7917:
7918: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7919: types/pa_vstateless_class.h, main/execute.C: - optimization
7920:
7921: * src/types/pa_vclass.C: - exception if base on sytem class
7922:
7923: 2009-08-12 misha
7924:
7925: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7926: pa_vstateless_class.h: - little optimisation
7927:
7928: 2009-08-11 misha
7929:
7930: * tests/224.html: - method_params => method_info - checking for
7931: $.inherited
7932:
7933: * src/classes/reflection.C, operators.txt: - method method_params
7934: was renamed to method_info and now it returns class name, if
7935: method was defined in ancestor
7936:
7937: * tests/225.html: - tests for cheching properties in hierarhical
7938: classes were added
7939:
7940: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7941: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7942: main/compile.y, main/execute.C, classes/classes.C: - problems
7943: with properties in new classes implementation were fixed
7944:
7945: 2009-08-10 misha
7946:
7947: * src/main/execute.C: - now constructor shouldn't be defined in
7948: class. it could be defined in parent.
7949:
7950: 2009-08-09 misha
7951:
7952: * src/classes/reflection.C: - ^reflection:methods doesn't return
7953: base's methods
7954:
7955: 2009-08-08 misha
7956:
7957: * src/: classes/classes.h, classes/date.C, classes/file.C,
7958: classes/form.C, classes/hash.C, classes/hashfile.C,
7959: classes/image.C, classes/mail.C, classes/op.C,
7960: classes/reflection.C, classes/regex.C, classes/string.C,
7961: classes/table.C, classes/xdoc.C, classes/xnode.C,
7962: classes/xnode.h, include/pa_hash.h, main/execute.C,
7963: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7964: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7965: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7966: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7967: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7968: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7969: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7970: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7971: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7972: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7973: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7974: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7975: types/pa_vresponse.C, types/pa_vresponse.h,
7976: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7977: types/pa_vstateless_object.h, types/pa_vstatus.C,
7978: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7979: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7980: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7981: types/pa_wwrapper.h, types/types.vcproj: - new classes
7982: implementation
7983:
7984: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7985: USE_MUNMAP is used. so it is disabled as a workaround.
7986:
7987: 2009-08-05 misha
7988:
7989: * src/: main/pa_common.C, include/pa_common.h: - not needed
7990: parameter was removed
7991:
7992: * src/main/pa_http.C: - bugfix: error was during detecting
7993: content-type of file which was loaded by http
7994:
7995: 2009-08-01 misha
7996:
7997: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7998: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7999: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8000: can't be disabled with defines any longer
8001:
8002: 2009-07-29 misha
8003:
8004: * src/classes/reflection.C, tests/results/224.processed: - for
8005: native methods with any call type now returned empty call_type
8006: value
8007:
8008: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8009: classes/table.C, include/pa_hash.h, include/pa_request.h,
8010: main/pa_request.C: - break in cycles was optimized
8011:
8012: * INSTALL: - more defines were described
8013:
8014: 2009-07-28 misha
8015:
8016: * operators.txt: - some changes in information about reflection
8017: class
8018:
8019: * tests/: 224.html, 224.p: - tests for reflection class
8020:
8021: * src/classes/reflection.C: - some bugs were fixed, method classes
8022: was added, refactoring
8023:
8024: 2009-07-26 misha
8025:
8026: * src/classes/classes.vcproj: - reflection class wass added to
8027: project
8028:
8029: * operators.txt: - information about reflection class was added
8030:
8031: * src/classes/reflection.C: - class was redesigned
8032:
8033: 2009-07-24 misha
8034:
8035: * src/classes/: Makefile.am, reflection.C: - class reflection was
8036: added
8037:
8038: * src/types/pa_vstateless_class.h: - method for reflection method's
8039: in classes was added
8040:
8041: 2009-07-22 misha
8042:
8043: * src/main/compile_tools.h: - bugfix: $object.$var was
8044: over-optimized. it failed if $object1.$object2.field
8045:
8046: 2009-07-16 misha
8047:
8048: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8049: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8050: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8051: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8052: one more arg: length of cord
8053:
8054: 2009-07-15 misha
8055:
8056: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8057: tainted in ^file::load[http://...;$.cookies[]]
8058:
8059: * src/classes/: op.C, regex.C, string.C: - new string with
8060: exception was used
8061:
8062: * src/include/pa_exception.h: - new string with exception was added
8063:
8064: * tests/223.html: - test for checking cookie-encoding during
8065: ^file::load[http was added
8066:
8067: * tests/: 221.html, 222.html: - tests for checking type of
8068: $table.fields.field were added
8069:
8070: * src/types/pa_vtable.C: - not used var decl was removed
8071:
8072: * src/include/pa_string.h: - use cached string length in Body::mid.
8073: it improves speed of match with brackets in pattern
8074:
8075: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8076: outside
8077:
8078: 2009-07-14 misha
8079:
8080: * src/types/pa_vtable.C: - $table.fields.a return string even if
8081: column is empty (sometime returned void) - $table.fields was
8082: added for nameless tables
8083:
8084: * src/targets/cgi/getopt.c: - one warning resolved
8085:
8086: * src/main/pa_string.C: - potentian bug fixed
8087:
8088: * src/classes/op.C: - small optimization in taint/untaint
8089:
8090: 2009-07-13 misha
8091:
8092: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8093: added
8094:
8095: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8096: souldn't add the attribut to output
8097:
8098: 2009-07-11 misha
8099:
8100: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8101: stack size was increaced to 2MB (default=1MB)
8102:
8103: 2009-07-08 misha
8104:
8105: * src/main/pa_string.C: - link to UTF-8 description was added
8106:
8107: * src/include/pa_hash.h: - hash keeps element's order in more
8108: places (ex: ._keys[])
8109:
8110: * tests/220.html: - test for checking order of elements in hash in
8111: foreach was added
8112:
8113: * tests/172.html: - small changes in printing hash
8114:
8115: * tests/129.html: - small changes in printing hash
8116:
8117: * src/: include/pa_common.h, include/pa_hash.h,
8118: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8119: types/pa_vmethod_frame.h: - hash now keeps order of elements
8120:
8121: * tests/014.html: - small changes in printing hash
8122:
8123: 2009-07-07 misha
8124:
8125: * src/classes/op.C: - new taint language "parser-code" was added
8126:
8127: * tests/219.html: - test for auto untaint parser code in process
8128: was added
8129:
8130: * src/classes/op.C: - tainted pieces in body of process are
8131: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8132:
8133: * src/: include/pa_string.h, main/untaint.C: - new language
8134: L_PARSER_CODE for auto-untaint in process was added
8135:
8136: * src/: classes/file.C, classes/hash.C, classes/image.C,
8137: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8138: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8139: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8140: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8141: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8142: code cleanup
8143:
8144: 2009-07-06 misha
8145:
8146: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8147: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8148: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8149:
8150: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8151: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8152: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8153: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8154: should be used
8155:
8156: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8157: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8158: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8159: untaint_cstr[m] should be used
8160:
8161: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8162: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8163:
8164: * tests/218.html: - test for checking automatic file-spec-taint was
8165: added
8166:
8167: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8168: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8169: classes/file.C, classes/hash.C, classes/image.C,
8170: classes/string.C, classes/table.C, classes/void.C,
8171: classes/xdoc.C: - optimizations and simplification of
8172: string.cstr(...)
8173:
8174: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8175: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8176: - optimizations and simplification of string.cstr(...)
8177:
8178: 2009-07-04 misha
8179:
8180: * tests/217.html: - test for recursion detection was added
8181:
8182: * src/: types/types.vcproj, main/main.vcproj,
8183: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8184: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8185: from .vcproj
8186:
8187: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8188:
8189: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8190: uploading files and case-insensitive http-method were added
8191:
8192: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8193: tainted pattern in ^file:list[] was added
8194:
8195: 2009-07-03 misha
8196:
8197: * src/: classes/classes.vcproj, main/main.vcproj,
8198: types/types.vcproj, targets/cgi/parser3.vcproj,
8199: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8200: for dynamic_cast) - little options changes
8201:
8202: * src/main/pa_http.C: - file::load[http works now with uploading
8203: files _and_ changing $.charset
8204:
8205: 2009-06-29 misha
8206:
8207: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8208: while creating pattern
8209:
8210: 2009-06-25 misha
8211:
8212: * src/classes/image.C, operators.txt: - options' names for
8213: ^image.font were changed to $.space, $.width and $spacing -
8214: default space width now == gif's width
8215:
8216: 2009-06-24 misha
8217:
8218: * tests/215.html: - tests for $file.mode were added
8219:
8220: * operators.txt: - added info about $file.mode and changes in
8221: ^image.font[
8222:
8223: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8224: param now could be omited - third param now could be hash (with
8225: all widths options: $.space-width, $.letter-width) - it's
8226: possible to specify tracking ($.letter-space)
8227:
8228: * src/classes/file.C: - file objects now could have mode field
8229: (text|binary)
8230:
8231: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8232:
8233: 2009-06-23 misha
8234:
8235: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8236: trim can work with utf-8 chars now
8237:
8238: 2009-06-20 misha
8239:
8240: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8241: was implemented
8242:
8243: * src/classes/table.C: - string length cacheing was implemented
8244:
8245: * src/include/pa_string.h: - string length cacheing was implemented
8246:
8247: 2009-06-17 misha
8248:
8249: * src/main/execute.C: - value param was removed from
8250: WContext::WContext
8251:
8252: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8253: pa_wwrapper.h: - value param was removed from WContext::WContext
8254: - field wcontext was removed from VCodeFrame (using fparent
8255: instead)
8256:
8257: * tests/214.html: - test with hash copying
8258:
8259: 2009-06-16 misha
8260:
8261: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8262: strings doesn't work in expression anymore
8263:
8264: * src/main/execute.C: - less calls for get_constructing() - little
8265: refactoring
8266:
8267: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8268: include/pa_request.h: - less calls for get_constructing()
8269:
8270: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8271: introduced with OPTIMIZE_SINGLE_STRING optimization
8272:
8273: 2009-06-14 misha
8274:
8275: * src/: classes/date.C, classes/file.C, classes/hash.C,
8276: classes/hashfile.C, classes/image.C, classes/regex.C,
8277: classes/table.C, classes/xdoc.C, classes/xnode.h,
8278: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8279: types/pa_vstateless_class.h, main/execute.C: - create object for
8280: storing object's fields only for parser objects
8281:
8282: 2009-06-13 misha
8283:
8284: * buildall-with-xml, buildall-without-xml: - new option was added
8285: for building GC (it slightly reduces memory usage)
8286:
8287: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8288: single string write
8289:
8290: * src/main/execute.C: - bytecode optimization of ^class:constructor
8291: - optimization of single string write
8292:
8293: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8294: - bytecode optimization of ^class:constructor
8295:
8296: 2009-06-09 misha
8297:
8298: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8299: main (better compatibility)
8300:
8301: 2009-06-08 misha
8302:
8303: * src/main/compile.y: - I've forgot to commit it :(
8304:
8305: 2009-06-07 misha
8306:
8307: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8308: WITH_READ and WITH_ROOT
8309:
8310: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8311: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8312: WITH_ROOT - little refactoring
8313:
8314: 2009-06-06 misha
8315:
8316: * tests/213.html: - tests for 3rd match string-param were added
8317:
8318: * src/classes/string.C: - 3rd match param could be string now
8319:
8320: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8321: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8322: GET_OBJECT_ELEMENT
8323:
8324: 2009-06-05 misha
8325:
8326: * src/main/pa_http.C: - bugfix: content-length was not calculated
8327: if $.body was specified
8328:
8329: 2009-06-04 misha
8330:
8331: * src/classes/op.C: - optimizing write_assign_lang in connect
8332:
8333: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8334:
8335: * src/main/execute.C: - little refactoring - optimizing
8336: write_assign_lang in taint/untaint
8337:
8338: * src/include/pa_opcode.h: - little refactoring
8339:
8340: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8341: main/compile_tools.h, main/execute.C: - optimizations for
8342: $self.field, ^self.method, $self.field[...] and $self.field(...)
8343: were added
8344:
8345: 2009-06-03 misha
8346:
8347: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8348:
8349: 2009-06-02 misha
8350:
8351: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8352: include/pa_opcode.h: - refactoring in last optimizations
8353: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8354: now but code is much easy and it is ready for further
8355: improvements.
8356:
8357: 2009-05-27 misha
8358:
8359: * src/: types/pa_junction.h, types/pa_vjunction.C,
8360: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8361: changed in destructing junctions
8362:
8363: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8364: String:Body
8365:
8366: 2009-05-26 misha
8367:
8368: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8369: one method detect_charset was deleted - bug was fixed in this
8370: method (error while detecting charset in content_type withot last
8371: ';')
8372:
8373: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8374: once
8375:
8376: 2009-05-25 misha
8377:
8378: * src/classes/file.C: - bugfix: file::exec didn't work after
8379: optimizing of helper_length
8380:
8381: 2009-05-24 misha
8382:
8383: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8384: were added - little refactoring
8385:
8386: * src/main/execute.C: - core while printing in debug log
8387: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8388: optimisations were added
8389:
8390: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8391: were added
8392:
8393: 2009-05-23 misha
8394:
8395: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8396: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8397: CORD_cat optimization
8398:
8399: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8400: - call constr optimisation under separate define now
8401:
8402: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8403: in $b should be string, not void
8404:
8405: * src/main/compile.y: - little fix for rem-cut optimisation
8406:
8407: * src/: include/pa_opcode.h, main/compile_tools.C,
8408: main/compile_tools.h, main/execute.C: - optimisations for
8409: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8410:
8411: * INSTALL: - description of some #defined were added
8412:
8413: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8414: before 1st access (memory usage is reduced if don't access to
8415: .text field)
8416:
8417: * src/include/pa_array.h: - array grows step now not static (it
8418: reduces numbers of reallocs)
8419:
8420: 2009-05-20 misha
8421:
8422: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8423: $.b(2), $c[d] and $.e[f] was added
8424:
8425: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8426: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8427: $.e[f] was added
8428:
8429: * src/main/execute.C: - debug printing moved in defines
8430:
8431: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8432: and little refactoring for OP_GET_OBJECT_ELEMENT +
8433: OP_GET_OBJECT_VAR_ELEMENT optimisation
8434:
8435: 2009-05-19 misha
8436:
8437: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8438: execute.C: - $a.$b & ^a.$b bytecode optimisation
8439:
8440: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8441: ^a.$b optimisation)
8442:
8443: * src/main/compile.y: - compiler now generate new opcodes:
8444: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8445: ^a.b - compiler now cut off ^rem{ with all content ; any number
8446: of params }
8447:
8448: * src/main/execute.C: - code for handle new opcodes
8449: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8450:
8451: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8452: added for LA2V and LA2S
8453:
8454: * src/include/pa_opcode.h: - new defines which can be used for
8455: disable some bytecode optimisation and new opcodes were added
8456:
8457: 2009-05-17 misha
8458:
8459: * src/lib/cord/cordxtra.c: - bugfix.
8460:
8461: * tests/212.html: - .size[] and .study_size[] were added to tests
8462:
8463: * operators.txt: - info about regex class was added
8464:
8465: * tests/212.html: - tests for regex class were added
8466:
8467: 2009-05-16 misha
8468:
8469: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8470: gc7.1
8471:
8472: * tests/022.html: - test for ^file:list[path;] (empty second param)
8473: was added
8474:
8475: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8476: param) should work
8477:
8478: 2009-05-15 misha
8479:
8480: * src/classes/table.C: - automatically disable stringstream usage
8481: on freebsd4
8482:
8483: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8484: scope
8485:
8486: * tests/211.html: - test with different types of access to hash was
8487: added
8488:
8489: * tests/210.html: - test which checks for loosing tainting in
8490: hash's keys was added
8491:
8492: * tests/208.html: - some parser work added. or stime == 0 %-)
8493:
8494: * src/lib/cord/cordbscs.c: - little hack was added to cord
8495:
8496: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8497:
8498: * src/include/pa_version.h, configure.in: - moko have made a lot of
8499: optimisations for increacing version number more dramatically :)
8500:
8501: * src/classes/date.C: - little refactoring: use constructor which
8502: accepts formated string
8503:
8504: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8505: which can print formatted string was added
8506:
8507: 2009-05-14 misha
8508:
8509: * src/include/pa_string.h: - type was fixed
8510:
8511: * src/: classes/hashfile.C, classes/op.C,
8512: include/pa_cache_managers.h, include/pa_charset.h,
8513: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8514: include/pa_request.h, include/pa_sql_driver_manager.h,
8515: include/pa_string.h, include/pa_stylesheet_manager.h,
8516: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8517: main/pa_charsets.C, main/pa_string.C,
8518: main/pa_stylesheet_connection.C, types/pa_value.h,
8519: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8520: types/pa_vobject.C, types/pa_vstateless_class.C,
8521: types/pa_vstateless_class.h: - hash_code caching was implemented
8522: (seaches should be faster now)
8523:
8524: * src/: classes/file.C, classes/hash.C, classes/image.C,
8525: classes/string.C, classes/table.C, include/pa_string.h,
8526: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8527: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8528: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8529: types/pa_vrequest.C: - String constructors don't have that stupid
8530: true/false param which means 'tainted'. they accept lang instead.
8531:
8532: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8533: with OPTIMIZE_RESULT
8534:
8535: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8536: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8537:
8538: 2009-05-13 misha
8539:
8540: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8541: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8542: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8543: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8544: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8545: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8546: include/pa_string.h, classes/date.C, classes/file.C,
8547: classes/hash.C, classes/image.C, classes/string.C,
8548: classes/table.C, classes/xdoc.C: - result optimisation -
8549: helper_length parameter removed from string constructors
8550:
8551: 2009-05-11 misha
8552:
8553: * tests/209.html: - tests for ^hash::create[hash] were added
8554:
8555: * tests/208.html: - tests for $status:rusage, $status:memory,
8556: ^memory:compact[] were added
8557:
8558: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8559: log10 were added
8560:
8561: * tests/206.html: - test for try with finally was added
8562:
8563: 2009-05-10 misha
8564:
8565: * tests/205.html: - test for ^file::create[...] was added
8566:
8567: * tests/204.html: - test for ^response:clear[] was added
8568:
8569: * tests/038.html: - tests for trigonometric functions were added
8570:
8571: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8572: added - more tests for .add, .sub, .union, .intersects and
8573: .intersections
8574:
8575: * tests/065.html: - test for ^file:dirname was added
8576:
8577: * tests/030.html: - test for $cookie:fields was added
8578:
8579: * tests/203.html: - test for ^h._keys[column name] was added
8580:
8581: * tests/201.html: - tests for .trim were added
8582:
8583: * tests/202.html: - tests for last-day,
8584: date:calendar[type](YYYY;MM;DD) were added
8585:
8586: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8587: .offset[type](N) were added
8588:
8589: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8590: and .pos[c](N) were added
8591:
8592: * tests/141.html: - test for math:sha1 was added
8593:
8594: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8595:
8596: 2009-05-09 misha
8597:
8598: * src/main/compile.y: - rollback
8599:
8600: 2009-05-05 misha
8601:
8602: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8603: replaced by is_empty()
8604:
8605: * src/: include/pa_string.h, main/pa_charset.C: - little
8606: optimisation: somewhere length() was replaced by is_empty()
8607:
8608: * src/classes/table.C: - little optimisation: somewhere length()
8609: was replaced by is_empty()
8610:
8611: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8612: classes/op.C, classes/table.C, main/pa_exception.C: - little
8613: optimisation: somewhere length() was replaced by is_empty()
8614:
8615: 2009-05-04 misha
8616:
8617: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8618: types/pa_vstateless_class.h, main/execute.C,
8619: include/pa_request.h, classes/hash.C, classes/op.C,
8620: classes/table.C: - more optimisations were added: some operators
8621: don't switch write context anylonger
8622:
8623: 2009-05-01 misha
8624:
8625: * src/main/compile.y: - slightly more opcode optimisations for
8626: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8627:
8628: * src/main/execute.C: - simplifying process for getters
8629:
8630: 2009-04-30 misha
8631:
8632: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8633:
8634: * tests/results/199.processed: - test for checking $result into
8635: ^rem was added
8636:
8637: * tests/199.html: - test for checking $result into ^rem was added
8638:
8639: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8640: some OS it returns list in different order)
8641:
8642: * src/: include/pa_array.h, include/pa_request.h,
8643: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8644: changes in stack impl - get_element() optimisation: 3rd param
8645: removed - bugfix: problems with reading empty input param -
8646: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8647:
8648: * tests/results/198.processed: - test for reading empty local var
8649: was added
8650:
8651: * tests/198.html: - test for reading empty local var was added
8652:
8653: 2009-04-29 misha
8654:
8655: * src/main/compile.y: - bugfix: couldn't compile because
8656: OP_VALUE__GET_ELEMENT should be unde #ifdef
8657:
8658: * src/: include/pa_array.h, include/pa_opcode.h,
8659: include/pa_request.h, main/compile.y, main/execute.C,
8660: main/pa_request.C, types/pa_vmethod_frame.C,
8661: types/pa_vmethod_frame.h: - we can work without opcode
8662: OP_STORE_PARAM, so it was removed
8663:
8664: 2009-04-28 misha
8665:
8666: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8667: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8668: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8669: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8670: 4.
8671: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8672:
8673: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8674:
8675: * src/: main/pa_string.C, classes/string.C: - !length() =>
8676: is_empty()
8677:
8678: 2009-04-27 misha
8679:
8680: * src/types/pa_vregex.h: - back explicit vars initialisation
8681:
8682: 2009-04-24 misha
8683:
8684: * src/classes/string.C: - ups. typo fixed
8685:
8686: * src/main/execute.C: - more replacements '*new VBool' to
8687: 'VBool::get' - checks for ^break[], ^continue[] and
8688: parser.interrupted were optimised
8689:
8690: * src/classes/string.C: - number of params.count() calls was
8691: slightly reduced
8692:
8693: 2009-04-23 misha
8694:
8695: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8696: make it x64 friendly
8697:
8698: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8699: parser is x64 friendly now
8700:
8701: 2009-04-22 misha
8702:
8703: * src/types/pa_vhashfile.C: - coder friendly exception about
8704: exceeding record size was added
8705:
8706: * src/classes/file.C: - use vregex object instead of direct calls
8707: methods from pcre lib
8708:
8709: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8710: classes/string.C: - use vregex object instead of direct calls
8711: methods from pcre lib
8712:
8713: * src/: include/pa_common.h, main/pa_common.C: - method
8714: print_pcre_exec_error_text was moved to class vregex
8715:
8716: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8717: was added
8718:
8719: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8720: - class vregex was added
8721:
8722: 2009-04-21 misha
8723:
8724: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8725:
8726: * src/: types/pa_junction.h, types/pa_value.C,
8727: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8728: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8729: junction-optimisation (destructors)
8730:
8731: * src/include/pa_array.h: - free under if now
8732:
8733: 2009-04-19 misha
8734:
8735: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8736:
8737: 2009-04-18 misha
8738:
8739: * src/include/pa_version.h:
8740: :q :
8741:
8742: CV:
8743: ----------------------------------------------------------------------
8744:
8745: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8746: refactoring
8747:
8748: * src/: include/pa_array.h, include/pa_hash.h,
8749: types/pa_vmethod_frame.h: - destructors under #ifdef now
8750:
8751: * src/include/pa_memory.h: - define for using destructors was added
8752:
8753: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8754: main/execute.C: - some junctions will be cached now
8755:
8756: * src/include/pa_hash.h: - hash destructor frees pairs now
8757:
8758: * src/include/pa_array.h: - inline was added to destructor
8759:
8760: * src/types/pa_method.h: - comment was changed
8761:
8762: 2009-04-17 misha
8763:
8764: * src/: include/pa_array.h, include/pa_hash.h,
8765: types/pa_vmethod_frame.h: - destructors were added
8766:
8767: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8768: renamed to always_use_result
8769:
8770: * src/main/: compile.y, compile_tools.h: - rollback changes in
8771: compiler: full backward compatibility is better
8772:
8773: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8774: result in var's hash
8775:
8776: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8777: optimisation in method_frame
8778:
8779: * src/include/pa_array.h: - optimisation in array (allocate
8780: elements only when needed)
8781:
8782: * src/types/pa_vresponse.C: - check for $response:headers field
8783: before looking at custom fields
8784:
8785: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8786: not needed to check existance var with name 'result' in var's
8787: hash
8788:
8789: * src/main/compile.y: - compiler was changed: now it detects
8790: writings to $result and set flag writo_to_result in method
8791:
8792: * src/classes/string.C: - little optimisation: no needed to write
8793: number with lang
8794:
8795: * src/main/pa_charset.C: - methods readChar and skipChar which is
8796: used for read utf8-strings were renamed - is_escaped was renamed
8797: to isEscaped (to the same name convention)
8798:
8799: * src/: types/pa_method.h, main/compile_tools.h: - flag
8800: write_to_result added. compiler get this info from code.
8801:
8802: 2009-04-16 misha
8803:
8804: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8805: String only before 1st write
8806:
8807: * src/include/pa_string.h: - not needed template removed
8808:
8809: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8810: types/pa_vjunction.C, types/pa_vproperty.C,
8811: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8812: main/pa_request.C, classes/bool.C, classes/double.C,
8813: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8814: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8815: bool objects)
8816:
8817: 2009-04-15 misha
8818:
8819: * src/lib/cord/cordxtra.c: - more optimisation
8820:
8821: * src/: include/pa_string.h, main/untaint.C: - String::append
8822: optimisation
8823:
8824: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8825: then get and can sometime be used)
8826:
8827: * src/main/pa_string.C: - String::length optimisation
8828:
8829: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8830: these methods read different strings
8831:
8832: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8833: fresult_initial_void removed + some optimisation - if $result
8834: defined we don't write to context anymore
8835:
8836: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8837: need just skip char)
8838:
8839: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8840: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8841: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8842:
8843: * src/types/pa_vvoid.h: - added get() method for retreave one
8844: instance
8845:
8846: 2009-04-11 misha
8847:
8848: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8849:
8850: * tests/197.html: - test for parser://test in xml was added
8851:
8852: * src/classes/string.C: - small optimisation
8853:
8854: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8855: optimisation
8856:
8857: 2009-04-10 misha
8858:
8859: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8860: to pcre-7.8
8861:
8862: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8863:
8864: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8865: added
8866:
8867: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8868: $request:CLASS_NAME were added
8869:
8870: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8871: were added
8872:
8873: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8874: $env:CLASS_NAME were added
8875:
8876: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8877: '@todo' now
8878:
8879: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8880: compirer
8881:
8882: * src/main/pa_string.C: - little code cleanup
8883:
8884: * src/main/pa_common.C: - describe one more UTF-8 related error
8885: during PCRE compile/execute
8886:
8887: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8888: normalizing todo-comments: '@todo' now
8889:
8890: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8891:
8892: * src/main/pa_charset.C: - type changed for making compiler happy
8893:
8894: 2009-03-10 misha
8895:
8896: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8897: in main()
8898:
8899: 2009-02-01 misha
8900:
8901: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8902: boundary
8903:
8904: 2009-01-25 misha
8905:
8906: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8907:
8908: * src/classes/file.C: - more changes for parsing different number
8909: of params for file::load
8910:
8911: * tests/193.html: - tests for exception while base64-decode binary
8912: to string was added
8913:
8914: * tests/192.html: - tests for file::load with different number of
8915: options
8916:
8917: * src/classes/math.C: - ups. forgot '+1'
8918:
8919: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8920: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8921: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8922: (new option $.encode[multipart-form/data] should be specified) -
8923: $.method[] option for file::load now is not case-sensitive
8924:
8925: * src/: include/pa_string.h, main/untaint.C: - for file post the
8926: new taint language L_FILE_POST was added
8927:
8928: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8929: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8930: stuff was moved to separate files
8931:
8932: 2009-01-23 misha
8933:
8934: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8935: spaces to tabs were converted
8936:
8937: 2009-01-12 misha
8938:
8939: * src/main/pa_http.C: - value of $.method[] option force uppercased
8940: now
8941:
8942: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8943: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8944: their names
8945:
8946: * src/main/pa_common.C: - changes in formating
8947:
8948: * src/: classes/file.C, main/pa_http.C: - some constants changed
8949: their names
8950:
8951: * src/include/pa_http.h: - some spaces were converted to tabs
8952:
8953: * src/include/pa_common.h: - some constants changed their names
8954:
8955: * src/classes/file.C: - fixed 4-th paramether for file::load -
8956: little code rewriting
8957:
8958: * src/types/pa_vfile.C: - little code rewriting
8959:
8960: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8961: types/pa_value.h: - some formating changes
8962:
8963: * src/include/pa_common.h: - some formating spaces transformed to
8964: tabs
8965:
8966: * src/classes/string.C: - exception while base64-decode binary to a
8967: string
8968:
8969: 2009-01-11 misha
8970:
8971: * configure.in: - version changed to 3.3.1b
8972:
8973: 2008-09-05 misha
8974:
8975: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8976: release_3_3_0 on 2008-09-05 10:59:35 +0000
8977:
8978: 2008-09-04 misha
8979:
8980: * tests/: 130.html, 131.html: - these exceptions not typeless
8981: anymore
8982:
8983: * src/classes/op.C: - exception with 'invalid taint language' not
8984: typeless anylonger
8985:
8986: * src/classes/image.C: - some exceptions while operations with
8987: image not typeless anymore
8988:
8989: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8990: main/pa_exec.C, main/pa_http.C: - some exceptions while
8991: operations with files not typeless anymore
8992:
8993: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8994: types/pa_vdate.h: - exceptions while checking date range not
8995: typeless anymore
8996:
8997: * src/include/pa_exception.h: - exception type string for invalid
8998: date range was added
8999:
9000: 2008-09-03 misha
9001:
9002: * src/: classes/file.C, main/pa_string.C: - exception while pce
9003: operations not typeless anymore
9004:
9005: * src/include/pa_exception.h: - exception type for pce operations
9006: was added
9007:
9008: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9009: and .CLASS_NAME insite classes
9010:
9011: * src/classes/table.C: - don't save table header whiile
9012: ^table.save[append;filename] if file exists
9013:
9014: 2008-09-02 misha
9015:
9016: * src/main/compile.y, src/main/compile_tools.h,
9017: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9018: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9019: renamed to partial and it login changed: we must mark class as
9020: partial for allow their modifications in future.
9021:
9022: 2008-08-29 misha
9023:
9024: * tests/results/022.processed: - testing taint[regex] in mask for
9025: file:list
9026:
9027: * tests/022.html: - testing taint[regex] in mask for file:list
9028:
9029: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9030: for file:list was added
9031:
9032: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9033: file:list
9034:
9035: 2008-08-26 misha
9036:
9037: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9038: last derived object
9039:
9040: * src/classes/image.C: - many strings "image.format" replaced by
9041: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9042: understand some more exif tags
9043:
9044: * src/include/pa_exception.h: - string "image.format" was added
9045:
9046: 2008-08-21 misha
9047:
9048: * src/: main/pa_string.C, classes/file.C: - use method for print
9049: pcre_exec text error
9050:
9051: * src/main/pa_common.C: - method for print pcre_exec text error was
9052: added
9053:
9054: * src/include/pa_common.h: - method declaration for print pcre_exec
9055: text error was added
9056:
9057: 2008-08-19 misha
9058:
9059: * src/main/execute.C: - bugfix: opcodes must be in separate
9060: namespace while debug execution as well
9061:
9062: * tests/: 015.html, results/015.processed: - test for escaping some
9063: parser chars was added
9064:
9065: 2008-08-18 misha
9066:
9067: * tests/: 190.html, 190.p, results/190.processed: - test for
9068: $caller.self.field + default getter in one class was added
9069:
9070: * tests/: 189.html, results/189.processed: - test for
9071: ^date::create[date object]
9072:
9073: * tests/: 188.html, results/188.processed: - tests for match with
9074: UTF-8 strings
9075:
9076: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9077: ^string.match[]
9078:
9079: * ChangeLog: - parser 3.3.0 beta13
9080:
9081: 2008-08-15 misha
9082:
1.116 moko 9083: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9084: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9085: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9086: dftables.c: - old PCRE files removed
1.95 moko 9087:
9088: * src/lib/pcre/config.h: - configuration for PCRE library
9089:
9090: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9091: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9092:
9093: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9094: library and set flag UTF8 if $request:charset is UTF-8
9095:
9096: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9097: include/pa_config_fixed.h: - moved to new PCRE library
9098:
9099: * src/: main/main.vcproj, types/types.vcproj,
9100: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9101: win32\pcre instead of parser3\src\lib\pcre
9102:
9103: * src/: include/pa_opcode.h, include/pa_operation.h,
9104: main/compile.C, main/compile.y, main/compile_tools.C,
9105: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9106: opcodes were moved to separate namespace
9107:
9108: 2008-08-14 misha
9109:
9110: * src/types/pa_vstateless_class.C: - newline at the end missed
9111:
9112: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9113: tainting
9114:
9115: 2008-08-11 misha
9116:
9117: * tests/: 187.html, 187.p, results/187.processed: - tests for
9118: $caller.self, $caller.self.field and $caller.self.field[value]
9119: were added
9120:
9121: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9122: runtime as well (for $caller.self)
9123:
9124: 2008-07-25 misha
9125:
9126: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9127: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9128: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9129: tests with international characters
9130:
9131: 2008-07-23 misha
9132:
9133: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9134: file::load[...;http://
9135:
9136: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9137: now everywhere in separate namespace
9138:
9139: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9140: for vars
9141:
9142: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9143: can be escaped by '^'
9144:
9145: 2008-07-22 misha
9146:
9147: * src/classes/string.C, tests/186.html: - names changes:
9148: escape=>js-escape, unescape=>js-unescape
9149:
9150: 2008-07-21 misha
9151:
9152: * tests/results/186.processed: - test for string escape/unescape
9153:
9154: * tests/186.html: - test for string escape/unescape
9155:
9156: * src/classes/string.C: - string has escape and unescape methods
9157: now
9158:
9159: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9160: added
9161:
9162: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9163: method-layers added (with different params)
9164:
9165: 2008-07-18 misha
9166:
9167: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9168: was added
9169:
9170: * tests/185.html: - test for ^str.pos[sub](offset) added
9171:
9172: * src/classes/string.C, src/classes/void.C, operators.txt: -
9173: ^string.pos[substr](offset) -- 2nd param accepted now
9174:
9175: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9176: strings
9177:
9178: 2008-07-17 misha
9179:
9180: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9181: helper length added for mid for small optimisation
9182:
9183: 2008-07-16 misha
9184:
9185: * tests/: 185.html, results/185.processed: - tests for
9186: length/left/right/mid/pos with utf-8 strings
9187:
9188: * src/classes/string.C: - left/right/mid/length/pos works fine for
9189: utf-8 strings
9190:
9191: * src/main/untaint.C: - comments removed
9192:
9193: * src/: include/pa_string.h, main/pa_string.C,
9194: include/pa_charset.h, main/pa_charset.C: - methods for working
9195: with pos/mid for strings in utf-8 were added
9196:
9197: 2008-07-15 misha
9198:
9199: * tests/: 184.html, results/184.processed: - test for case body as
9200: expression: $var(^switch(1){^case(1)(true)..})
9201:
9202: * src/classes/op.C: - case body can be expression now:
9203: $var(^switch(1){^case(1)(true)..})
9204:
9205: * tests/: results/183.processed, 183.html: - added test for testing
9206: new cookie encoding (%uXXXX)
9207:
9208: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9209: decoding for backward compatibility they decoded from %XX in
9210: request:charset too
9211:
9212: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9213: - cookie class now decode cookies before first access after last
9214: request:charset changing (as form class).
9215:
9216: * src/main/pa_charset.C: - added method escape for escaping cookies
9217: as %uXXXX - before transcode calculate required space for dest
9218: string. it reduce mem usage for transcode
9219:
9220: * src/include/pa_charset.h: - added method escape for escaping
9221: cookies as %uXXXX
9222:
9223: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9224: was added. will used for escaping cookies as %uXXXX
9225:
9226: * src/include/pa_common.h: - escape method has new option for skip
9227: converting '+' to a space char
9228:
9229: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9230: transcode - escape method has new option for skip converting '+'
9231: to a space char
9232:
9233: 2008-07-08 misha
9234:
9235: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9236: (no UE if more then 1 case matches anylonger) - optimization:
9237: doing searching.as_string() || searching.as_double() only once
9238:
9239: 2008-07-04 misha
9240:
9241: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9242: now ^date::create[date object] works
9243:
9244: * src/classes/string.C: - left and right added as aliases for start
9245: and end in ^string.trim[]
9246:
9247: 2008-07-03 misha
9248:
9249: * src/classes/file.C: - allow $.limit for file::sql as well
9250:
9251: * src/classes/file.C: - allow $.offset option for file::sql - force
9252: send limit=1 to query for use sql specifics authomatically
9253:
9254: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9255: if $.limit value if empty. autoconvert it as everywere
9256:
9257: 2008-07-02 misha
9258:
9259: * configure.in: - time to change version number to 3.3.0 %-)
9260:
9261: * src/include/pa_version.h: - time to change version number to
9262: 3.3.0 %-)
9263:
9264: 2008-06-26 misha
9265:
9266: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9267: $.limit(0) fixes
9268:
9269: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9270: - $.limit(0) fixes
9271:
9272: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9273: new API)
9274:
9275: * src/: include/pa_sql_driver_manager.h,
9276: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9277: classes/op.C: - document_root added
9278:
9279: * src/main/compile.tab.C: - error message was changed
9280:
9281: 2008-06-25 misha
9282:
9283: * src/main/compile.y: - error message was changed
9284:
9285: 2008-06-24 misha
9286:
9287: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9288:
9289: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9290: tests for @OPTIONS\nappend
9291:
9292: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9293:
9294: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9295:
9296: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9297:
9298: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9299: compile.y
9300:
9301: 2008-06-17 misha
9302:
9303: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9304: compilation: ^if(default){true. it's incorrect. must be
9305: exception}
9306:
9307: 2008-06-16 misha
9308:
9309: * tests/: 181.ent, 181.html, results/181.processed: - test for
9310: checking external reference loading with 'http://localhost'
9311: prefix while creating xdoc
9312:
9313: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9314: ^math:long2ip[] and ^math:ip2long[]
9315:
9316: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9317: added which use scalar stateless class method when user object
9318: used in scalar context - use get_scalar_value when user object
9319: requested in scalar context
9320:
9321: * src/main/pa_common.C: - size must be int but not size_t or we
9322: can't compare with 0 sprintf result
9323:
9324: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9325: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9326: with internal switch between local/global vars
9327:
9328: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9329: specified
9330:
9331: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9332: pa_vstateless_object.h: - stateless class and object now has
9333: private scalar field and getter/setter for working with it
9334:
9335: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9336: moved to inet static class
9337:
9338: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9339: class added (^inet:aton[IP], ^inet:ntoa(number))
9340:
9341: * tests/: 180.html, results/180.processed: - tests for
9342: ^math:long2ip(long) and ^math:ip2long[IP]
9343:
9344: * src/classes/math.C: - ^math:ip2long[IP] added
9345:
9346: 2008-06-11 misha
9347:
9348: * src/main/pa_xml_io.C: - use file_read_text again because of we
9349: need cut BOM code and remove DOS newline chars. but don't
9350: transcode it anyway.
9351:
9352: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9353: main/pa_http.C: - option for disable transcoding while file_read
9354: and file_read_text added
9355:
9356: 2008-06-10 misha
9357:
9358: * tests/: 179.html, 179.p, results/179.processed: - test for many
9359: classes in 1 file
9360:
9361: * src/main/: compile.C, compile_tools.h: - compile return list of
9362: classes now.
9363:
9364: * src/main/: compile.y, compile.tab.C: - compile return list of
9365: classes now. internals.
9366:
9367: * src/main/pa_request.C: - compile return list of classes now. try
9368: call @conf and @auto for each returned class
9369:
9370: * src/include/pa_request.h: - compile return list of classes now
9371:
9372: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9373: return list of classes when compile buf)
9374:
9375: 2008-06-07 misha
9376:
9377: * src/main/pa_request.C: - constructing VRequest object with 3rd
9378: param -- form
9379:
9380: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9381: 3rd param: form. needed for get post_charset
9382:
9383: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9384: added
9385:
9386: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9387: types/pa_vform.C, types/pa_vform.h: - some polish
9388:
9389: 2008-06-06 misha
9390:
9391: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9392: charset and decode chars from it but not from response:charset
9393:
9394: * src/main/pa_http.C: - detect_charset moved out of here
9395:
9396: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9397: methods moved here - unescape_chars accepn one charset now
9398:
9399: * src/main/pa_http.C: - new constants used - don't allow
9400: $.content-type in ^file::load[;http://;$.method[POST]] - add
9401: charset info while ^file::load[;http://;$.method[POST]] - option
9402: $.omit-post-charset(true) added to ^file::load[;http://] for
9403: disabling charset during post
9404:
9405: * src/types/pa_vform.C: - new constants used
9406:
9407: * src/include/pa_common.h: - some constants were added
9408:
9409: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9410: instead of StrEqNc
9411:
9412: * src/main/pa_common.C: - new method for caseless search
9413: c-substring in c-string - use isxdigit instead of is_hex_digit
9414:
9415: * src/include/pa_common.h: - new method for caseless search
9416: c-substring in c-string
9417:
9418: 2008-06-05 misha
9419:
9420: * tests/results/178.processed: - test for testing default getter
9421:
9422: * tests/178.html: - test for testing default getter
9423:
9424: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9425: for test for testing default getter
9426:
9427: * src/main/execute.C: - default getter soul
9428:
9429: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9430: requested objects' field not found
9431:
9432: * src/types/pa_vclass.C: - register default getter if defined - get
9433: default getter if requested field not found
9434:
9435: * src/types/pa_vstateless_object.h: - method get_default_getter was
9436: added
9437:
9438: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9439: pointer to default getter and methods for get/set it were added
9440:
9441: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9442: auto_name field (for default getter)
9443:
9444: 2008-06-04 misha
9445:
9446: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9447: transcoding, no cutting BOM code, no fixing line breaks) and get
9448: it to libxml "as is"
9449:
9450: 2008-06-03 misha
9451:
9452: * src/main/pa_common.C: - use store_Char instead of
9453: transcodeCharFromUTF8
9454:
9455: * src/: include/pa_charset.h, main/pa_charset.C: - method
9456: store_Char added, transcodeCharFromUTF8 -- removed
9457:
9458: 2008-06-02 misha
9459:
9460: * tests/: results/177.processed, 177.html: - test for checking
9461: .[acm]date after local ^file::load[] was added
9462:
9463: * tests/: results/176.processed, 176.html: - test for checking
9464: @OPTION\locals + @method[vars][locals] added
9465:
9466: * tests/results/auto.p: - CLASS_PATH specified for checking use
9467:
9468: 2008-05-30 misha
9469:
9470: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9471: @OPTION\nlocals + @method[vars][;locals;] were added
9472:
9473: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9474: moved to separate method op_code - switch from VMethodFrame to
9475: VMethodFrameGlobal + VMethodFrameLocal
9476:
9477: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9478: was moved to separate method op_code
9479:
9480: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9481: VMethodFrame now
9482:
9483: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9484: all_vars_local as well
9485:
9486: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9487: pa_vmethod_frame_local.h, Makefile.am: - who children for
9488: VMethodFrame were added: one (global) works as VMethodFrame
9489: before and second (local) write all vars in self vars scope
9490:
9491: * src/types/pa_method.h: - method has bool flag all_vars_local now
9492:
9493: 2008-05-29 misha
9494:
9495: * tests/: 129.html, results/129.processed: - more tests for
9496: ^table.hash[]
9497:
9498: * src/classes/hash.C: - ^hash::sql has a new option:
9499: $.type[hash|string|table] as ^table.hash[] one.
9500:
9501: * src/classes/op.C: - ^try has 3rd param now: finally code which
9502: executed anyway after try or catch section
9503:
9504: 2008-05-27 misha
9505:
9506: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9507: must not fail if $.distinct(1) wasn't specified
9508:
9509: 2008-05-26 misha
9510:
9511: * src/classes/op.C: - allow ^throw[my type]
9512:
9513: 2008-05-22 misha
9514:
9515: * configure.in, configure: - version number updated to 3.2.4b
9516:
9517: * src/classes/: op.C, string.C: - trim format string before
9518: eval/format
9519:
9520: * tests/: results/175.processed, 175.html: - more tests for
9521: different format strings in .format[]
9522:
9523: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9524: as well (not only %XX)
9525:
9526: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9527: charset specified - checks for format before print number
9528: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9529: (instead of tabs) removed
9530:
9531: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9532: charset specified
9533:
9534: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9535: char in requested charset from utf code was added
9536:
9537: 2008-05-19 misha
9538:
9539: * tests/: 174.html, results/174.processed: - test for
9540: ^hashfile.cleanup[] added
9541:
9542: * src/classes/hashfile.C: - optimization: don't create any key or
9543: value variable if it's name weren't specified
9544: (^hf.foreach[;v]{...})
9545:
9546: 2008-05-16 misha
9547:
9548: * src/classes/hash.C: - optimization: don't create any key variable
9549: if variable name wasn't specified (^h.foreach[;v]{...})
9550:
9551: 2008-05-15 misha
9552:
9553: * src/classes/op.C: - small changes
9554:
9555: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9556:
9557: * src/classes/hash.C: - calculate var_context once before foreach
9558:
9559: 2008-05-14 misha
9560:
9561: * src/classes/hashfile.C: - incorrect vars context calculation for
9562: ^hashfile.foreach[;]{} fixed
9563:
9564: * src/classes/: hash.C, table.C: - little optimisation
9565:
9566: * src/classes/file.C: - bugfix: double absolute path while loading
9567: file
9568:
9569: * tests/: 174.html, results/174.processed: - tests for hashfile
9570: were added
9571:
9572: * buildall-with-xml: - moving to libxslt 1.1.24
9573:
9574: 2008-04-30 misha
9575:
9576: * src/classes/file.C: - stat file while loading (local only) so
9577: .adate, .mdate and .cdate available without additional ::stat
9578:
9579: 2008-04-28 misha
9580:
9581: * src/classes/file.C: - $.name and $.content-type available for
9582: stated file
9583:
9584: 2008-04-14 misha
9585:
9586: * src/targets/cgi/parser3.C: - new year in copyright %-)
9587:
9588: * src/include/pa_version.h: - new version number in head
9589:
9590: 2008-04-10 misha
9591:
9592: * tests/: 080.html, results/080.processed: - cut '0' from
9593: exponential part because of on diff OS it differ (20 or 020 for
9594: ex)
9595:
9596: * tests/: 119.html, results/119.processed: - check for encoding
9597: while creating xdoc
9598:
9599: 2008-04-09 misha
9600:
9601: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9602:
9603: * src/main/pa_common.C: - comment added
9604:
9605: * src/classes/date.C: - little refactoring
9606:
9607: 2008-04-07 misha
9608:
9609: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9610: style of ^table.save[]: prepare one big string and sabe it at
9611: once. it's safe on freebsd 4.x but use much more memory.
9612:
9613: * buildall-with-xml, buildall-without-xml: - option
9614: --disable-stringstream added (under comment. use it on freebsd
9615: 4.x)
9616:
9617: 2008-02-22 misha
9618:
9619: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9620: specified together in file::load[;http] - get back transcoding
9621: $.body[] in file::load[;http]
9622:
9623: 2008-02-21 misha
9624:
9625: * src/classes/date.C: - ^date.gmt-string[] was added
9626:
9627: * src/types/pa_value.C: - method for output date in RFC 822 format
9628: moved to pa_common.h
9629:
9630: * src/include/pa_common.h: - method for output date in RFC 822
9631: format moved here from pa_value.C
9632:
9633: * src/types/pa_vmail.C: - fixed core in sending mail with
9634: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9635:
9636: 2008-02-20 misha
9637:
9638: * src/main/pa_http.C: - transcode $.headers before escaping into
9639: specified charset while ^file::load[...;http://...] (L_URI
9640: instead of L_HTTP_HEADER) - $.cookies param available in
9641: ^file::load[;http://...] now (but we don't parse set-cookies from
9642: response yet) (cookies not transcoded as common $cookies)
9643:
9644: 2008-02-19 misha
9645:
9646: * src/main/pa_request.C: - rollback: we mustn't force taint
9647: $response:field values because in this case
9648: $response:locateion[http://...] don't works.
9649:
9650: 2008-02-15 misha
9651:
9652: * src/classes/op.C: - little refactoring
9653:
9654: * src/main/pa_http.C: - taint names of $.headers for load[;http
9655:
9656: * src/main/pa_request.C: - force taint values of $response:field
9657:
9658: 2008-02-14 misha
9659:
9660: * src/main/pa_request.C: - $response:field transcoded to
9661: $response:charset before escaping now
9662:
9663: * src/main/pa_http.C: - some outdated comments removed
9664:
9665: * src/classes/date.C: - lastdat -> last-day
9666:
9667: * src/classes/date.C: - ^date:lastday(year;month) and
9668: ^date.lastday[] were added - little code refactoring - comments
9669: changes
9670:
9671: * tests/: 159.html, results/159.processed: - test for number of
9672: days in February
9673:
9674: * src/types/pa_value.C: - fixes in code formatting
9675:
9676: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9677: and comments
9678:
9679: 2008-02-13 misha
9680:
9681: * src/main/pa_common.C: - bugfix for february at leap year
9682:
9683: 2008-01-28 misha
9684:
9685: * tests/: 160.html, results/160.processed: - more test for cache
9686: added
9687:
9688: * src/classes/op.C: - bugfix: cache body executed twice if contains
9689: unhandled exception
9690:
9691: 2008-01-25 misha
9692:
9693: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9694: bug when hashfile became inavailable after memory:compact)
9695:
9696: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9697:
9698: 2008-01-22 misha
9699:
9700: * src/classes/table.C: - little refactiring and exception texts
9701: changes in method ^table.hash[]
9702:
9703: * src/types/pa_vcookie.C: - link to cookie specification changed
9704:
9705: 2008-01-21 misha
9706:
9707: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9708: file::exec/cgi
9709:
9710: * src/classes/file.C: - bugfix: core while processing headers if
9711: executed cgi script don't return content
9712:
9713: 2008-01-18 misha
9714:
9715: * buildall-with-xml: - move to libxml2 version 2.6.31
9716:
9717: * src/include/pa_version.h, configure.in: - version number updated
9718: to '3.2.3b'
9719:
9720: 2007-12-28 misha
9721:
9722: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9723: hash.contains
9724:
9725: 2007-12-27 misha
9726:
9727: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9728: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9729: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9730: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9731: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9732: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9733: src/targets/cgi/parser3.vcproj,
9734: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9735: back to VS2003 because of Apache 1.3 module can't work if it was
9736: built in VS 2005. with cgi all file so VS2003 project files can
9737: be easy converted to the new format.
9738:
9739: 2007-12-04 misha
9740:
9741: * src/types/pa_vcode_frame.h: - changes in comment
9742:
9743: 2007-11-29 misha
9744:
9745: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9746: intercept strings any longer
9747:
9748: * tests/: 173.html, results/173.processed: - tests for
9749: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9750: but not in main code frame
9751:
9752: * tests/: 172.html, results/172.processed: - more tests for pass
9753: objects from code frames
9754:
9755: 2007-11-27 misha
9756:
9757: * tests/: 152.html, results/152.processed: - tests for converting
9758: strings 'true'/'false' to bool were added
9759:
9760: * tests/152.html: - added checks for converting strings
9761: 'true'/'false' to bool
9762:
9763: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9764: not only strings with numbers but with values 'true'/'false' as
9765: well
9766:
9767: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9768: for parser3.log increased
9769:
9770: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9771:
9772: * src/include/pa_common.h: - remove_crlf return cstring size now
9773:
9774: * src/include/pa_types.h: - constant with buffer size for
9775: parser3.log added
9776:
9777: 2007-11-16 misha
9778:
9779: * tests/cat.sh: - script for tests for file::exec/cgi
9780:
9781: * tests/171.html: - tests for file::exec/cgi
9782:
9783: * tests/results/171.processed: - tests results for file::exec/cgi
9784:
9785: 2007-11-15 misha
9786:
9787: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9788:
9789: * src/classes/file.C: - .body must be set before analyzing cgi
9790: headers
9791:
9792: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9793: only if exec/cgi return anything.
9794:
9795: 2007-11-14 misha
9796:
9797: * operators.txt: - info about new text|binary option for
9798: file::exec/cgi was added
9799:
9800: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9801: ^file:exec[[text|binary];script;...]
9802:
9803: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9804: classes/string.C, classes/table.C: - more text strings moved to
9805: the one place
9806:
9807: 2007-11-09 misha
9808:
9809: * src/types/pa_vrequest.C: - $request:argv must be taint
9810:
9811: * ChangeLog: - $request:argv [patch from Sumo]
9812:
9813: * operators.txt: - $request:argv
9814:
9815: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9816: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9817:
9818: 2007-10-25 misha
9819:
9820: * buildall-with-xml, buildall-without-xml: - options preparations
9821: for ./configure rewrited
9822:
9823: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9824: error occure in unhandled_exception finally fixed
9825:
9826: 2007-10-23 misha
9827:
9828: * tests/: 170.html, results/170.processed: - test for
9829: @method[][result]
9830:
9831: * operators.txt: - added info about node.prefix and
9832: node.namespaceURI
9833:
9834: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9835:
9836: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9837: added for node and attribute
9838:
9839: 2007-10-22 misha
9840:
9841: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9842:
9843: * src/main/pa_request.C: - added const content-transfer-encoding
9844:
9845: * src/include/pa_request.h: - added const content-transfer-encoding
9846: - ups. constants must be in lowercase (for search)
9847:
9848: * src/types/pa_vmail.C: - more constants used -
9849: content-transfer-encoding: 8bit added
9850:
9851: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9852:
9853: * src/include/pa_request.h: - more constants
9854:
9855: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9856: ommit anymore if $.content-disposition was specified - little
9857: refactoring
9858:
9859: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9860:
9861: 2007-10-17 misha
9862:
9863: * operators.txt: - info about
9864: table::create[nameless]{data}[>options<] was added
9865:
9866: * src/main/: compile.tab.C, compile.y: - if error occure while
9867: compile method don't put this method in methods table anymore.
9868: in other case the parser coredumped if @unhandled_exception
9869: method can't be compiled because of parser.compile error.
9870:
9871: * src/main/execute.C: - little code reformating
9872:
9873: * src/main/pa_request.C: - little code reformating - comment
9874: changed
9875:
9876: 2007-10-16 misha
9877:
9878: * tests/: 035.html, results/035.processed: - tests
9879: table::create[]{}[options] added
9880:
9881: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9882: options (only $.seperator[] yet)
9883:
9884: 2007-10-10 misha
9885:
9886: * src/classes/table.C: - some contstants moved to pa_common.h -
9887: some code changes
9888:
9889: 2007-10-02 misha
9890:
9891: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9892: then three time as much. but base64 encoding method still use
9893: less memory anyway.
9894:
9895: 2007-09-17 misha
9896:
9897: * operators.txt: - added info about $cookie:fields
9898:
9899: * src/types/pa_vcookie.C: - $cookie:fields available now
9900:
9901: * src/classes/hash.C: - some stuff for use with .for_each moved to
9902: common
9903:
9904: * src/include/pa_common.h: - some stuff for use with .for_each
9905: moved here
9906:
9907: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9908:
9909: 2007-09-14 misha
9910:
9911: * buildall-with-xml: - new xml libs again =)
9912:
9913: 2007-08-28 misha
9914:
9915: * operators.txt: - texts about ^table.columns[[column name]] and
9916: ^string.split[...][v][column name] were added
9917:
9918: * tests/: 168.html, 169.html, results/168.processed,
9919: results/169.processed: - tests for ^table.columns[[column name]]
9920: and ^string.split[...][v][column name] were added
9921:
9922: * src/classes/table.C: - new option ^table.columns[[column name]]
9923: was added
9924:
9925: * src/classes/string.C: - new option ^string.split[...;v;[column
9926: name]]
9927:
9928: * src/include/pa_exception.h: - error text message for
9929: ^hash._keys[], ^table.columns[] and ^string.split[]
9930:
9931: 2007-08-27 misha
9932:
9933: * src/main/untaint.C: - try to fix coredump on unix if print to
9934: body ^taint[sql][something] outside of connect
9935:
9936: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9937: outside of connect
9938:
9939: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9940: added (commented by default)
9941:
9942: 2007-08-20 misha
9943:
9944: * operators.txt: - comment about new method ^node.hasAttributes[]
9945: was added
9946:
9947: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9948: duplicated exception text strings were removed
9949:
9950: * src/include/pa_exception.h: - more exception text strings moved
9951: here
9952:
9953: * src/classes/table.C: - some duplicate exceptions' text strings
9954: removed
9955:
9956: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9957: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9958: removed
9959:
9960: * src/include/pa_exception.h: - some exception text strings movet
9961: to pa_exception
9962:
9963: * tests/: 149.html, results/149.processed: - test for
9964: ^xnode.hasAttributes[] was added - some code changes
9965:
9966: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9967: added
9968:
9969: 2007-08-17 misha
9970:
9971: * tests/: results/006.processed, results/059.processed, 006.html,
9972: 059.html: - more tests for match
9973:
9974: * tests/: 129.html, results/129.processed: - tests for
9975: ^table.hash[...][$.type[string|hash|table]] added
9976:
9977: * src/targets/cgi/parser3.C: - little syntax changes
9978:
9979: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9980: syntax changes
9981:
9982: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9983: messages in parser3.log switched off by default. If someone
9984: really still need it: use $SIGPIPE(1)
9985:
9986: 2007-08-08 misha
9987:
9988: * buildall-with-xml, buildall-without-xml: - remove libs source
9989: files by default since now
9990:
9991: 2007-08-07 misha
9992:
9993: * buildall-without-xml: - some option syntax changes
9994:
9995: * buildall-with-xml: - compile libxml2 without http support - some
9996: option syntax changes
9997:
9998: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9999:
10000: 2007-08-06 misha
10001:
10002: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10003:
10004: * tests/: 160.html, results/160.processed: - cache test was
10005: rewrited
10006:
10007: 2007-07-06 misha
10008:
10009: * tests/: 153.html, results/153.processed: - added test for
10010: ^math:sha1[string]
10011:
10012: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10013: transcoded
10014:
10015: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10016: were added
10017:
10018: 2007-06-28 misha
10019:
10020: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10021: some incorrect chars
10022:
10023: 2007-06-19 misha
10024:
10025: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10026: were moved on top because of gcc 4 had a problems during
10027: building.
10028:
10029: 2007-06-18 misha
10030:
10031: * tests/results/019.processed: - new image commited
10032:
10033: 2007-06-09 misha
10034:
10035: * src/classes/: op.C, table.C: - in while and table.select method
10036: as_expression used now
10037:
10038: * src/types/pa_vmethod_frame.h: - method as_expression was added
10039:
10040: 2007-06-08 misha
10041:
10042: * tests/: 166.html, results/166.processed: - test for
10043: ^match[...][n]
10044:
10045: * tests/: 165.html, results/165.processed: - tests for loops
10046:
10047: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10048: because of no speed/memory optimisation but some proglems with
10049: long cycles occure
10050:
10051: 2007-06-06 misha
10052:
10053: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10054: ^table.select(true) and ^table.select(1) didn't works because of
10055: awaiting junction-param only. fixed.
10056:
10057: 2007-05-24 misha
10058:
10059: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10060: with 0.5 secs interval
10061:
10062: * src/classes/op.C: - cache was rewrited. I hope it works with
10063: locking system now on unix
10064:
10065: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10066: system locks which wait till other threads release it but try get
10067: lock, if fail wait 1 sec and make 10 attempts.
10068:
10069: * src/include/pa_os.h: - consts for blocking locks + some comments
10070: were added
10071:
10072: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10073: opening files
10074:
10075: * src/classes/table.C: - changes in includes. if unclude <sstream>
10076: after our classes on unix it can't be build
10077:
10078: * src/types/pa_vhashfile.C: - not needed code removed
10079:
10080: 2007-05-23 misha
10081:
10082: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10083: include/pa_common.h: - cosmetic changes
10084:
10085: 2007-05-18 misha
10086:
10087: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10088: often. it's give some speed increasing
10089:
10090: * tests/results/160.processed: - returned time corrected
10091:
10092: * tests/160.html: - time increased because on unix 1 mean nothing
10093: :(
10094:
10095: * operators.txt: - added info about ^hash.contain[key]
10096:
10097: * src/classes/hash.C: - added ^hash.contain[key]
10098:
10099: * src/include/pa_hash.h: - added method for checking key exists in
10100: hash
10101:
10102: 2007-05-07 misha
10103:
10104: * src/include/pa_string.h: - was compilation error during build on
10105: freebsd4
10106:
10107: 2007-05-03 misha
10108:
10109: * src/classes/table.C: - option $.type[hash|string|table] was added
10110: for ^table.hash[]
10111:
10112: * src/classes/file.C: - comment removed
10113:
10114: 2007-04-26 misha
10115:
10116: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10117: real files doesn't opened in place anymore
10118:
10119: 2007-04-24 misha
10120:
10121: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10122:
10123: * src/include/pa_exception.h: "static" removed
10124:
10125: 2007-04-23 misha
10126:
10127: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10128:
10129: * src/classes/math.C: added: - ^math:ln(N) (the same as
10130: ^math:log(N)) - ^math:lg(N)
10131:
10132: * tests/: 097.html, results/097.processed: - charsets converstion
10133: during ^file::load[text;http://...] added
10134:
10135: * tests/: 164.html, results/164.processed: - check for set expires
10136: as a date
10137:
10138: * tests/: 164.html, results/164.processed: - test for hashfile
10139:
10140: * src/classes/hashfile.C: - little comment changes
10141:
10142: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10143: access
10144:
10145: * src/: classes/date.C, classes/double.C, classes/file.C,
10146: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10147: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10148: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10149: classes/xnode.h, include/pa_request.h, main/execute.C,
10150: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10151: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10152: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10153: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10154: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10155: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10156: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10157: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10158: "parser.runtime" strings were removed
10159:
10160: * src/classes/hashfile.C: - with .clear[] called files_delete()
10161: now.
10162:
10163: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10164:
10165: * src/include/pa_exception.h: - string constant with
10166: "parser.runtime" text was added
10167:
10168: 2007-04-20 misha
10169:
10170: * operators.txt: - some comments changing
10171:
10172: * operators.txt: - added info about .^hashfile.release[],
10173: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10174:
10175: * configure: =cheching for unsetenv
10176:
10177: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10178: ^hashfile.release[] were added
10179:
10180: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10181: ^string.match[][] understand new option now: return number of
10182: matches but not table wit results
10183:
10184: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10185: reopen now
10186:
10187: * src/classes/op.C: - bug. must be false
10188:
10189: * configure.in: - checking for unsetenv was added
10190:
10191: * src/types/pa_vform.C: - some comments
10192:
10193: 2007-04-18 misha
10194:
10195: * buildall-with-xml: moving to libxml2-2.6.28
10196:
10197: * buildall-with-xml, buildall-without-xml: added commented lines
10198: with --disable-safe-mode option
10199:
10200: * operators.txt: - info about $form:files
10201:
10202: 2007-04-17 misha
10203:
10204: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10205: $form:files was added
10206:
10207: * tests/: 163.html, results/163.processed: removing auto format
10208:
10209: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10210:
10211: 2007-04-16 misha
10212:
10213: * tests/: 163.html, results/163.processed: - test for .int[],
10214: floor, round, ceiling and .format[]
10215:
10216: * src/classes/file.C: - little optimization for getting args in
10217: exec/cgi
10218:
10219: 2007-04-13 misha
10220:
10221: * src/classes/file.C: - arguments for file::exec/cgi can be
10222: specified now as s table with one column
10223:
10224: 2007-03-27 misha
10225:
10226: * tests/: 162.html, results/162.processed: - test for
10227: ^table.select(^condition[$t])
10228:
10229: * tests/results/auto.p: - load windows-1251 charset for some tests
10230:
10231: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10232:
10233: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10234: 161_windows1251.txt: - added test for
10235: ^file::load[text;/local/file.txt;$.charset[...]]
10236:
10237: * tests/: results/013.processed, 013.html: - added test for
10238: checking $._default value while hash modifications
10239:
10240: * tests/: 160.html, results/160.processed: - add test for
10241: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10242:
10243: 2007-03-22 misha
10244:
10245: * src/include/pa_common.h: - "charset" string defined for
10246: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10247:
10248: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10249: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10250: added - not needed transcodes were removed from
10251: ^file::load[...;http://...]
10252:
10253: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10254: added
10255:
10256: * src/classes/date.C: - date.week was fixed
10257:
10258: * operators.txt: - added info about date.weekyear
10259:
10260: * tests/: 159.html, results/159.processed: - tests for date.week
10261: and date.weekyear added
10262:
10263: 2007-03-15 misha
10264:
10265: * src/classes/table.C: - enclose column numbers for nameless tables
10266: as well
10267:
10268: 2007-03-14 misha
10269:
10270: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10271:
10272: * src/classes/table.C: - table.save optimization: now required much
10273: less memory
10274:
10275: 2007-03-13 misha
10276:
10277: * tests/results/: 158.processed, 158.processes: - tests for
10278: table.save/table.load
10279:
10280: * tests/: 158.html, results/158.processes: - tests for
10281: table.save/table.load
10282:
10283: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10284:
10285: * buildall-with-xml: - pattern needed now for building
10286:
10287: * tests/results/097.processed: - added test results for xdoc::load
10288: & xdoc::load[http://...]
10289:
10290: * tests/097.html: - added test for xdoc::load
10291:
10292: 2007-03-12 misha
10293:
10294: * tests/: 107.html, results/107.processed: - added test for xpath
10295: '//man'
10296:
10297: 2007-03-01 misha
10298:
10299: * tests/: 097.html, results/097.processed: - added test for
10300: creating xdoc from file
10301:
10302: * tests/: results/157.processed, 157.html: - added test for
10303: file:move
10304:
10305: 2007-02-28 misha
10306:
10307: * src/classes/xdoc.C: - another attempt
10308:
10309: * src/classes/xdoc.C: - roll back last changes for a while
10310:
10311: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10312:
10313: * src/classes/file.C: - under lock we create non-exist dir anyway
10314:
10315: * tests/results/099.processed: - ever send content-disposition to
10316: client with file
10317:
10318: * tests/157.html: + test for file:copy
10319:
10320: 2007-02-26 misha
10321:
10322: * src/classes/file.C: - some similar strings moved to #define
10323: instead of to be copy/pasted many times
10324:
10325: * src/types/pa_vfile.h: - class name string ("file") moved to
10326: #define
10327:
10328: 2007-02-20 misha
10329:
10330: * configure.in: - added some strings for sqlite detection
10331:
10332: 2007-02-19 misha
10333:
10334: * operators.txt: - some comments changes
10335:
10336: * buildall-with-xml, buildall-without-xml: - some modifications
10337:
10338: 2007-02-17 misha
10339:
10340: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10341:
10342: * src/main/pa_request.C: - damn, i forgot to commit it while I
10343: change console behaviour
10344:
10345: 2007-02-12 misha
10346:
10347: * src/targets/cgi/parser3.C: - don't print headers if
10348: $console:line[data] was used during cgi execution.
10349:
10350: * src/types/pa_vconsole.h: - console class have bool flag now which
10351: marked as 'true' if class was used.
10352:
10353: * tests/: 152.html, results/152.processed: - more types was added
10354: to test 152
10355:
10356: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10357: adding 'bool' (^if($image){} caused exception)
10358:
10359: 2007-02-09 misha
10360:
10361: * tests/: 152.html, results/152.processed: - test alightly updated
10362:
10363: * tests/: 152.html, results/152.processed: - test rewrited
10364:
10365: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10366: bugfix. I broke xdoc & xnode in expression
10367:
10368: 2007-02-08 misha
10369:
10370: * tests/: 152.html, results/152.processed: - add test for checking
10371: 'def' for void, string, bool, int & double
10372:
10373: 2007-02-07 misha
10374:
10375: * operators.txt: - ^file:base64[filespec] was added
10376:
10377: * tests/results/153.processed: - result test for
10378: ^file:base64[filespec] was updated
10379:
10380: * tests/153.html: - test for ^file:base64[filespec] was added
10381:
10382: * src/types/pa_vconsole.h: - little optimization
10383:
10384: * src/classes/file.C: - ^file:base64[filespec]
10385:
10386: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10387:
10388: * src/include/pa_common.h: - declarations for
10389: ^file:base64[filespec]
10390:
10391: * src/types/pa_vcookie.C: - little optimization
10392:
10393: 2007-02-06 misha
10394:
10395: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10396: were temporary commented
10397:
10398: * src/types/pa_vbool.h: - bugfix
10399:
10400: * tests/156.html: - added test for bool cookie
10401:
10402: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10403:
10404: * tests/: 155.html, results/155.processed: - added test for check
10405: $.encloser[] option for table save/load
10406:
10407: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10408:
10409: 2007-02-05 misha
10410:
10411: * tests/results/152.processed: - newline at the end was missed
10412:
10413: * tests/results/141.processed: - math:md5 must be lowercased
10414:
10415: * src/targets/cgi/parser3.C: - 2007 in help ;)
10416:
10417: 2007-02-03 misha
10418:
10419: * tests/results/: 150.processed, 151.processed, 152.processed: -
10420: test for bool added and some content length fixes
10421:
10422: * tests/152.html: - test for bool added
10423:
10424: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10425:
10426: * operators.txt: - info bool class was added
10427:
1.116 moko 10428: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10429: classes/classes.vcproj, classes/double.C, classes/int.C,
10430: classes/string.C, classes/void.C, classes/xnode.C,
10431: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10432: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10433: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10434: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10435: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10436: types/types.vcproj: - bool class was added
10437:
10438: * src/main/pa_request.C: - fix
10439:
10440: 2007-01-18 misha
10441:
10442: * src/: main/pa_string.C, classes/string.C: - return table during
10443: ^string.match[][] even if no matched found.
10444:
10445: 2006-12-20 misha
10446:
10447: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10448: http://www.parser.ru/forum/?id=55598 ]
10449:
10450: 2006-12-19 misha
10451:
10452: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10453: details: http://www.parser.ru/forum/?id=52359
10454:
10455: * src/main/pa_request.C: - always set content-disposition for
10456: $response:body[hash here]. more details:
10457: http://www.parser.ru/forum/?id=52130
10458:
10459: 2006-12-07 misha
10460:
10461: * operators.txt: - added info about bool params in cookie set
10462:
10463: * src/types/pa_vcookie.C: - bool param in cookies available now
10464: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10465: ]
10466:
10467: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10468: was added
10469:
10470: 2006-12-02 misha
10471:
10472: * src/classes/file.C: - file_block_read used instead of native read
10473:
10474: * src/main/pa_common.C: - added file_block_read with read error
10475: detection - file_block_read used instead of native read
10476:
10477: * src/include/pa_common.h: - added file_block_read declaration
10478:
10479: 2006-12-01 misha
10480:
10481: * operators.txt: - info about $var.CLASS_NAME was added
10482:
10483: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10484: $var.CLASS_NAME added
10485:
10486: * operators.txt: - added info about ^file:copy[]
10487:
10488: * src/classes/file.C: - ^file:copy[from;fo] was added
10489:
10490: 2006-11-20 misha
10491:
10492: * src/classes/date.C: - bug fix :)
10493:
10494: 2006-11-17 misha
10495:
10496: * src/include/pa_common.h: - array in crc32 calculation was changed
10497: to static
10498:
10499: * src/main/pa_common.C: - little optimization in getMonthDays -
10500: small changes in crc32 calculation
10501:
10502: * src/classes/date.C: - not needed code was removed
10503:
10504: 2006-11-16 misha
10505:
10506: * src/types/pa_vmail.C: - fix missed brakes
10507:
10508: * src/types/pa_vmail.C: - mail:send now set content-type:
10509: multipart/related instead of multipart/mixed if file have
10510: $.content-id[]
10511:
10512: 2006-11-15 misha
10513:
10514: * src/types/pa_vdouble.h: abs -> fabs
10515:
10516: 2006-11-14 misha
10517:
10518: * operators.txt: - added info about ^file.md5[] and
10519: ^file:md5[file-name]
10520:
10521: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10522: added
10523:
10524: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10525: FILE_BUFFER_SIZE
10526:
10527: * src/classes/math.C: - hex_string was moved to pa_common.h
10528:
10529: * src/include/pa_common.h: - hex_string was moved from math.C -
10530: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10531:
10532: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10533: values was fixed
10534:
10535: 2006-11-13 misha
10536:
10537: * operators.txt: - added info about ^math:crc32[string],
10538: ^file:crc32[file-name] & ^file.crc32[]
10539:
10540: * src/classes/math.C: - added ^math:crc32[string]
10541:
10542: * src/classes/file.C: - some comments were changed - added
10543: ^file:crc32[file-name] and ^file.crc32[]
10544:
10545: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10546: crc32 calculation added
10547:
10548: 2006-11-03 misha
10549:
10550: * src/include/pa_array.h: - not needed variable removed
10551:
10552: * tests/: 150.html, 151.html, results/150.processed,
10553: results/151.processed: - 2 tests were added
10554:
10555: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10556: with $.reverse(1) were fixed
10557:
10558: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10559: query converted to $.charset during ^file::load[http://...]
10560:
10561: 2006-11-02 misha
10562:
10563: * src/include/pa_table.h: ups. forget '=' char
10564:
10565: * src/include/pa_table.h: - one more fix in
10566: .locate[...][$.reverse(1)]
10567:
10568: 2006-11-01 misha
10569:
10570: * src/classes/math.C: - bug fix, details:
10571: http://www.parser.ru/forum/?id=53360
10572:
10573: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10574: false for all records )[$.reverse(1)]
10575:
10576: * src/main/pa_http.C: - second param for this mid method is length
10577: but not end_index so this method has error and can't detect
10578: charsets in next content-types: Content-type: text/html;
10579: charset="windows-1251" Content-type: text/html;
10580: charset="windows-1251"; Content-type: text/html;
10581: charset=windows-1251;
10582:
10583: only Content-type: text/html; charset=windows-1251 was fine
10584:
10585: 2006-10-31 misha
10586:
10587: * src/classes/file.C: - empty args in file::exec removed now
10588:
10589: 2006-09-03 paf
10590:
10591: * src/classes/file.C: proper tainting of
10592: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10593:
10594: 2006-06-09 paf
10595:
10596: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10597:
10598: * src/classes/table.C: formatting
10599:
10600: * src/classes/table.C: incorporated patch from misha: Sent:
10601: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10602: ignoring string options for ^table.save[]
10603:
10604: * src/classes/hash.C: incorporated patch from misha Sent:
10605: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10606: $hash._default disappear while
10607:
10608: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10609: $.format[!uue|!base64] << new base64 option. default uue ] ]
10610:
10611: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10612: PM Subject: patch for base64 in ^mail:send[] %-)
10613:
10614: 2006-04-09 paf
10615:
10616: * src/main/compile.tab.C: ` change compiled
10617:
10618: * gnu.vcproj, operators.txt, parser3.sln,
10619: src/classes/classes.vcproj, src/classes/file.C,
10620: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10621: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10622: src/classes/xnode.C, src/include/pa_array.h,
10623: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10624: src/include/pa_memory.h, src/include/pa_request.h,
10625: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10626: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10627: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10628: src/lib/pcre/pcre_dftables.vcproj,
10629: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10630: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10631: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10632: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10633: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10634: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10635: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10636: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10637: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10638: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10639: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10640: src/types/pa_value.h, src/types/pa_vcookie.C,
10641: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10642: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10643: src/types/pa_vstatus.C, src/types/types.vcproj,
10644: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10645: ^menu, ^hash/hashfile.foreach
10646:
10647: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10648: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10649: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10650: src/classes/xnode.C, src/include/pa_array.h,
10651: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10652: src/include/pa_memory.h, src/include/pa_request.h,
10653: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10654: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10655: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10656: src/lib/pcre/pcre_dftables.vcproj,
10657: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10658: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10659: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10660: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10661: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10662: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10663: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10664: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10665: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10666: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10667: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10668: src/types/pa_value.h, src/types/pa_vcookie.C,
10669: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10670: src/types/pa_vstatus.C, src/types/types.vcproj,
10671: tests/descript.ion: ! switched to VS2005 (projects and
10672: object<info explicitly typed>.for_each(, info)) +
10673: $response:field[] setting void means removing + grammar $name`
10674: name stops now, for mysql `$field` + started ^break[]
10675: ^continue[], in ^for. TODO: to other iterators (while, menu,
10676: foreach) + all log messages += [uri=, method=, cl=]
10677:
10678: * buildall-with-xml: merged . ftp paths update
10679:
10680: * buildall-with-xml: . ftp paths update
10681:
10682: 2006-03-04 paf
10683:
10684: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10685: checks++ [thanks to Igor Zinkovsky for detailed report]
10686:
10687: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10688: Igor Zinkovsky for detailed report]
10689:
10690: 2006-03-01 paf
10691:
10692: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10693: \n to ' ' in
10694:
10695: 2006-02-18 paf
10696:
10697: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10698: \n to ' ' in
10699:
10700: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10701:
10702: 2006-02-03 paf
10703:
10704: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10705: base64
10706:
10707: * src/main/pa_common.C: ! bugfix: decoding from base64
10708:
10709: 2006-01-20 paf
10710:
10711: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10712: economy fix
10713:
10714: * src/classes/: table.C: merged from HEAD ! bugfix
10715: ^table.save[$.encloser-s now handled properly
10716:
10717: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10718: handled properly
10719:
10720: 2006-01-19 paf
10721:
10722: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10723: libgc:USE_MUNMAP activates merging of free memory blocks which
10724: helps a lot in our case: after transform we want
10725: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10726:
10727: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10728: economy fix
10729:
10730: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10731: activates merging of free memory blocks which helps a lot in our
10732: case: after transform we want CORD(main.result)->cstr[big
10733: malloc]->transcode[big malloc]
10734:
10735: 2006-01-17 paf
10736:
10737: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10738: before reading them. got rid of reallocs = became quicker and
10739: less fragmentated
10740:
10741: 2005-12-29 paf
10742:
1.116 moko 10743: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10744: configure, configure.in, src/include/pa_version.h,
10745: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10746: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10747: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10748: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10749: src/lib/ltdl/missing: . merged from 3.2.1
10750:
1.116 moko 10751: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10752: packaged when 'make dist', so do configure companion files in
10753: src/lib/ltdl
10754:
10755: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10756: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10757: missing: . now config_auto.h is created with configure [were
10758: constant]
1.95 moko 10759:
10760: * INSTALL: . references to documentation and some clarification
10761:
10762: * buildall-with-xml, buildall-without-xml: . farawell doc
10763: indication
10764:
1.116 moko 10765: * Makefile.am: . dist+=buildall*
1.95 moko 10766:
10767: 2005-12-28 paf
10768:
10769: * configure: . 3.2.1
10770:
10771: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10772: simplify build process, see INSTALL
10773:
10774: 2005-12-26 paf
10775:
10776: * configure: ver
10777:
10778: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10779: version
10780:
10781: 2005-12-21 paf
10782:
10783: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10784: compiled with bison 1.875b, it reports unexpected token names
10785:
10786: 2005-12-19 paf
10787:
10788: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10789: holds a link to xmlNode to prevent premature gc(xmlNode)
10790:
10791: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10792: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10793: src/main/main.vcproj, src/main/pa_globals.C,
10794: src/targets/cgi/parser3.vcproj,
10795: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10796: configure, configure.in, src/include/pa_version.h: . killing
10797: gdome [what a relief]
10798:
10799: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10800: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10801: run_parser.sh, results/001.processed, results/002.processed,
10802: results/003.processed, results/004.processed,
10803: results/005.processed, results/006.processed,
10804: results/008.processed, results/009.processed,
10805: results/010.processed, results/011.processed,
10806: results/012.processed, results/013.processed,
10807: results/014.processed, results/015.processed,
10808: results/016.processed, results/017.processed,
10809: results/018.processed, results/020.processed,
10810: results/021.processed, results/022.processed,
10811: results/023.processed, results/024.processed,
10812: results/025.processed, results/026.processed,
10813: results/027.processed, results/028.processed,
10814: results/029.processed, results/030.processed,
10815: results/031.processed, results/032.processed,
10816: results/033.processed, results/034.processed,
10817: results/035.processed, results/036.processed,
10818: results/037.processed, results/038.processed,
10819: results/039.processed, results/040.processed,
10820: results/041.processed, results/042.processed,
10821: results/043.processed, results/044.processed,
10822: results/045.processed, results/046.processed,
10823: results/047.processed, results/048.processed,
10824: results/049.processed, results/050.processed,
10825: results/051.processed, results/052.processed,
10826: results/053.processed, results/054.processed,
10827: results/055.processed, results/056.processed,
10828: results/057.processed, results/058.processed,
10829: results/059.processed, results/060.processed,
10830: results/061.processed, results/062.processed,
10831: results/063.processed, results/064.processed,
10832: results/065.processed, results/066.processed,
10833: results/067.processed, results/068.processed,
10834: results/069.processed, results/070.processed,
10835: results/071.processed, results/072.processed,
10836: results/073.processed, results/074.processed,
10837: results/075.processed, results/076.processed,
10838: results/077.processed, results/078.processed,
10839: results/079.processed, results/080.processed,
10840: results/081.processed, results/082.processed,
10841: results/083.processed, results/084.processed,
10842: results/085.processed, results/086.processed,
10843: results/087.processed, results/088.processed,
10844: results/089.processed, results/090.processed,
10845: results/091.processed, results/092.processed,
10846: results/093.processed, results/094.processed,
10847: results/095.processed, results/096.processed,
10848: results/097.processed, results/099.processed,
10849: results/100.processed, results/101.processed,
10850: results/102.processed, results/104.processed,
10851: results/105.processed, results/106.processed,
10852: results/107.processed, results/108.processed,
10853: results/109.processed, results/110.processed,
10854: results/111.processed, results/112.processed,
10855: results/113.processed, results/114.processed,
10856: results/115.processed, results/117.processed,
10857: results/119.processed, results/120.processed,
10858: results/121.processed, results/122.processed,
10859: results/123.processed, results/124.processed,
10860: results/125.processed, results/126.processed,
10861: results/127.processed, results/128.processed,
10862: results/129.processed, results/130.processed,
10863: results/131.processed, results/132.processed,
10864: results/133.processed, results/134.processed,
10865: results/135.processed, results/136.processed,
10866: results/138.processed, results/139.processed,
10867: results/140.processed, results/141.processed,
10868: results/142.processed, results/143.processed,
10869: results/144.processed, results/145.processed,
10870: results/146.processed, results/147.processed,
10871: results/148.processed, results/149.processed, results/auto.p: .
10872: now works if we turn off default auto.p
10873:
1.116 moko 10874: * configure: . makes
1.95 moko 10875:
10876: * src/types/pa_vxnode.C: . less warnings
10877:
10878: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10879: tests/145.html, tests/149.html, tests/descript.ion,
10880: tests/outputs/d.cmd, tests/results/142.processed,
10881: tests/results/143.processed, tests/results/144.processed,
10882: tests/results/145.processed, tests/results/146.processed,
10883: tests/results/147.processed, tests/results/148.processed,
10884: tests/results/149.processed: . removed .nodeValue from all node
10885: types other than 5 (grabbed piece from gdome)
10886:
10887: * tests/: 137.html, results/137.processed: . not handled this case
10888: yet. code does not hang from inserting parent into child,
10889: considering thing minor issue -- nodes are removed from source
10890: anyway, don't know why shold that be an error after all
10891:
10892: * src/targets/cgi/parser3.C: . style
10893:
10894: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10895: xdoc too [were barking "not element"]
10896:
10897: 2005-12-16 paf
10898:
10899: * tests/: 146.html, 147.html, 148.html: . more tests
10900:
10901: * src/classes/xnode.C: . also bark on possible errors
10902:
10903: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10904: props
10905:
10906: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10907: main/compile.y: merged from HEAD ! fixed overoptimized
10908: ^call(false) case. (confused it with ^call[] case)
10909:
10910: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10911: ^call(false) case. (confused it with ^call[] case)
10912:
10913: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10914:
10915: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10916: results/001.processed, results/002.processed,
10917: results/003.processed, results/004.processed,
10918: results/005.processed, results/006.processed,
10919: results/008.processed, results/009.processed,
10920: results/010.processed, results/011.processed,
10921: results/012.processed, results/013.processed,
10922: results/014.processed, results/015.processed,
10923: results/016.processed, results/017.processed,
10924: results/018.processed, results/019.processed,
10925: results/020.processed, results/021.processed,
10926: results/022.processed, results/023.processed,
10927: results/024.processed, results/025.processed,
10928: results/026.processed, results/027.processed,
10929: results/028.processed, results/029.processed,
10930: results/030.processed, results/031.processed,
10931: results/032.processed, results/033.processed,
10932: results/034.processed, results/035.processed,
10933: results/036.processed, results/037.processed,
10934: results/038.processed, results/039.processed,
10935: results/040.processed, results/041.processed,
10936: results/042.processed, results/043.processed,
10937: results/044.processed, results/045.processed,
10938: results/046.processed, results/047.processed,
10939: results/048.processed, results/049.processed,
10940: results/050.processed, results/051.processed,
10941: results/052.processed, results/053.processed,
10942: results/054.processed, results/055.processed,
10943: results/056.processed, results/057.processed,
10944: results/058.processed, results/059.processed,
10945: results/060.processed, results/061.processed,
10946: results/062.processed, results/063.processed,
10947: results/064.processed, results/065.processed,
10948: results/066.processed, results/067.processed,
10949: results/068.processed, results/069.processed,
10950: results/070.processed, results/071.processed,
10951: results/072.processed, results/073.processed,
10952: results/074.processed, results/075.processed,
10953: results/076.processed, results/077.processed,
10954: results/078.processed, results/079.processed,
10955: results/080.processed, results/081.processed,
10956: results/082.processed, results/083.processed,
10957: results/084.processed, results/085.processed,
10958: results/086.processed, results/087.processed,
10959: results/088.processed, results/089.processed,
10960: results/090.processed, results/091.processed,
10961: results/092.processed, results/093.processed,
10962: results/094.processed, results/095.processed,
10963: results/096.processed, results/097.processed,
10964: results/099.processed, results/101.processed,
10965: results/102.processed, results/104.processed,
10966: results/105.processed, results/106.processed,
10967: results/107.processed, results/108.processed,
10968: results/109.processed, results/110.processed,
10969: results/111.processed, results/112.processed,
10970: results/113.processed, results/114.processed,
10971: results/115.processed, results/116.processed,
10972: results/117.processed, results/118.processed,
10973: results/119.processed, results/120.processed,
10974: results/121.processed, results/122.processed,
10975: results/123.processed, results/124.processed,
10976: results/125.processed, results/126.processed,
10977: results/127.processed, results/128.processed,
10978: results/129.processed, results/130.processed,
10979: results/131.processed, results/132.processed,
10980: results/133.processed, results/134.processed,
10981: results/135.processed, results/136.processed,
10982: results/137.processed, results/138.processed,
10983: results/139.processed, results/140.processed,
10984: results/141.processed: . refreshed old tests, made them work
10985: without auto.p (in utf8) . things noted: . gif got encoded
10986: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10987: some strange year)
10988:
10989: * INSTALL: . revived linux libgc fix
10990:
10991: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10992: glib/gdome in INSTALL and patches]
10993:
10994: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10995: include/pa_charset.h, include/pa_config_includes.h,
10996: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10997: include/pa_xml_exception.h, lib/cord/Makefile.am,
10998: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10999: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11000: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11001: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11002: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11003: types/pa_vxnode.h: . started killing gdome
11004:
11005: 2005-12-13 paf
11006:
11007: * src/main/: pa_request.C: merged from HEAD ! when code in
11008: @unhandled_exception thrown another exception, print correct
11009: origin (earlier code in catch of exception inside of
11010: @unhandled_exception grabbed parent_frame(original_exception)
11011: origin and printed it, instead of true origin)
11012:
11013: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11014: another exception, print correct origin (earlier code in catch of
11015: exception inside of @unhandled_exception grabbed
11016: parent_frame(original_exception) origin and printed it, instead
11017: of true origin)
11018:
11019: 2005-12-09 paf
11020:
11021: * INSTALL: . updated INSTALL doc to work around linux stack base
11022: detection problem, due to change in gc6.4 code
11023:
11024: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11025: ignored in ^string.matched :(
11026:
11027: * src/main/pa_string.C: ! regex tainting were ignored in
11028: ^string.matched :(
11029:
11030: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11031: src/include/pa_config_fixed.h, src/include/pa_version.h,
11032: src/main/compile.y, src/main/compile_tools.h,
11033: src/main/pa_charset.C, src/main/pa_common.C,
11034: src/main/pa_globals.C, src/main/pa_string.C,
11035: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11036: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11037:
11038: 2005-12-08 paf
11039:
11040: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11041: 500 chars now handled OK [were wrapped on 500th char according to
11042: rfc, but sendmail failed to unwrap it properly]
11043:
11044: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11045: handled OK [were wrapped on 500th char according to rfc, but
11046: sendmail failed to unwrap it properly]
11047:
11048: * src/targets/isapi/parser3isapi.C: . less warnings
11049:
11050: * src/targets/isapi/parser3isapi.C: . undone some strange change
11051: since 3.1.5
11052:
11053: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11054: link fixes
11055:
11056: * src/: classes/date.C, include/pa_config_fixed.h,
11057: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11058: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11059: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11060:
11061: * src/include/pa_config_fixed.h: . removed outdated string origins
11062: [in current storage scheme there's no place for them. someday we
11063: can add third CORD to store origins and special version of parser
11064: which stores origins there [separate binary]]
11065:
11066: 2005-12-07 paf
11067:
11068: * src/targets/isapi/parser3isapi.C: . now links in release mode
11069:
11070: * src/include/pa_version.h: makefiles
11071:
11072: * src/include/pa_version.h: . not beta
11073:
11074: * configure, configure.in, src/include/pa_version.h: not beta
11075:
11076: 2005-12-06 paf
11077:
11078: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11079: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11080: decided to undo the change ^call[$void] passes void. now it will
11081: pass empty string again.
11082:
11083: * src/main/: compile.tab.C, compile.y: . version readded
11084:
11085: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11086: = ^switch[void] problem
11087:
11088: 2005-12-01 paf
11089:
11090: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11091: caused ^case[string] to be coerced to double since searching
11092: value were not string (it was vvoid)
11093:
11094: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11095: ^case[string] to be coerced to double since searching value were
11096: not string (it was vvoid)
11097:
11098: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11099: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11100:
11101: 2005-11-30 paf
11102:
11103: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11104: win32 must putenv("TZ="), on unix works only putenv("TZ")
11105:
11106: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11107: putenv("TZ="), on unix works only putenv("TZ")
11108:
11109: * INSTALL: . xml libs versions updated
11110:
11111: * src/main/pa_globals.C: //20051130 trying to remove this, author
11112: claims that fixed a lot there // 20040920 for now both
11113: workarounds needed. wait for new libxml/xsl versions
11114:
11115: 2005-11-28 paf
11116:
11117: * src/classes/table.C: merged from HEAD: ! nameless table has
11118: columns==0
11119:
11120: * src/classes/table.C: ! nameless table has columns==0
11121:
11122: * src/main/pa_http.C: merged from HEAD: ! status line check made
11123: earlier [was totally wrong]
11124:
11125: * src/main/pa_http.C: ! status line check made earlier [was totally
11126: wrong]
11127:
11128: 2005-11-25 paf
11129:
11130: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11131: undoing for now...
11132:
11133: * src/include/pa_version.h: -this reduces speed(table::load),
11134: strange. undoing
11135:
11136: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11137:
11138: * src/classes/op.C: + ^while(){}[SEPARATOR]
11139:
11140: * src/include/pa_array.h: + optimistics added: all arrays (table
11141: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11142: this speeds things up and saves memory a LOT! (not noticed
11143: negative effect on syntetic tests, future will tell...)
11144:
11145: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11146: changed gc_malloc implementation, which obscured profiling
11147:
11148: * src/classes/table.C: merged from HEAD: + optimized
11149: table::load/sql, now row ArrayString-s allocated with
11150: columns.count() elements and don't always grow from
11151: count=3[realloc,realloc]
11152:
11153: * src/classes/table.C: + optimized table::load/sql, now row
11154: ArrayString-s allocated with columns.count() elements and don't
11155: always grow from count=3[realloc,realloc]
11156:
11157: * src/classes/table.C: merged from HEAD: . ^table.save unused
11158: buffer after save
11159:
11160: * src/classes/table.C: . ^table.save unused buffer after save
11161:
11162: 2005-11-24 paf
11163:
11164: * configure.in: . merged glib2-config patch
11165:
11166: * configure.in: + trying to find glib2-config
11167:
11168: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11169: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11170: file/dir_readable to simple file/dir_exist, this would help in
11171: situations "class not found because .p file has bad rights" << in
11172: that case error would be explicit "access denied to 'this' file"
11173:
1.116 moko 11174: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11175:
11176: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11177: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11178: to simple file/dir_exist, this would help in situations "class
11179: not found because .p file has bad rights" << in that case error
11180: would be explicit "access denied to 'this' file"
11181:
11182: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11183: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11184: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11185: ^file::exec/cgi[script;$.charset[changed]
11186: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11187: encoded in $.charset charset
11188:
11189: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11190: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11191: encoded in $.charset charset
11192:
11193: * src/: include/Makefile.am, include/pa_common.h,
11194: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11195: main/pa_common.C, main/pa_http.C: . extracted http:// into
11196: separate file [preparation for
11197: ^file::cgi[script;$.form[$.field1[]
11198:
11199: 2005-11-22 paf
11200:
11201: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11202:
11203: * acinclude.m4, configure.in: . merged underquting fixes
11204:
1.116 moko 11205: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11206:
11207: * src/classes/op.C: . overmerged a little
11208:
11209: * src/main/compile.tab.C: Makefile
11210:
11211: * src/main/: pa_common.C: . less gcc warnings
11212:
11213: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11214: now reports original exception if we have no old cache
11215:
11216: * src/classes/op.C: + $exception.handled[cache] now reports
11217: original exception if we have no old cache
11218:
11219: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11220: from HEAD: + ^taint/untaint[regex] << escapes these:
11221: \^$.[]|()?*+{}
11222:
11223: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11224: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11225:
11226: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11227: getenv-ed variable, which does not work both on win32&unix.
11228: copied old TZ value now
11229:
11230: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11231: stored pointer to getenv-ed variable, which does not work both on
11232: win32&unix. copied old TZ value now
11233:
11234: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11235: getenv-ed variable, which does not work both on win32&unix.
11236: copied old TZ value now
11237:
11238: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11239: access to internal hash
11240:
11241: * src/types/pa_vresponse.C: + $response:headers access to internal
11242: hash
11243:
11244: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11245: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11246: isapi] this reduces number of "GC Warning: Repeated allocation of
11247: very large block" messages to only important onces
11248:
11249: * src/targets/isapi/parser3isapi.C: +
11250: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11251: isapi] this reduces number of "GC Warning: Repeated allocation of
11252: very large block" messages to only important onces
11253:
11254: * src/classes/string.C: merged from HEAD: + removed limitation on
11255: ^string/int/double:sql{}[$.default[({param style})] ]
11256:
11257: * src/classes/string.C: + removed limitation on
11258: ^string/int/double:sql{}[$.default[({param style})] ]
11259:
11260: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11261: with ?params or $.form option" limitation
11262:
11263: * src/main/pa_common.C: + removed "use either uri with ?params or
11264: $.form option" limitation
11265:
11266: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11267: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11268: ^file::base64[encoded] decode
11269:
11270: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11271: main/pa_common.C: + ^file.base64[] encode +
11272: ^file::base64[encoded] decode
11273:
11274: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11275: ^string:base64[encoded] decode
11276:
11277: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11278: ^string:base64[in] encode + ^string.base64[] decode
11279:
11280: 2005-11-21 paf
11281:
11282: * src/classes/file.C: + merged from HEAD:
11283: ^file::create[text;file.xml;^untaint[xml]{data}]
11284:
11285: * src/classes/file.C: +
11286: ^file::create[text;file.xml;^untaint[xml]{data}]
11287:
11288: * src/main/pa_request.C: ! merged: $response:body[file] now
11289: differes from :download, it does not return content-disposition
11290: at all now [previusely it returned valueless content-disposition]
11291:
11292: * src/main/pa_request.C: ! $response:body[file] now differes from
11293: :download, it does not return content-disposition at all now
11294: [previusely it returned valueless content-disposition]
11295:
11296: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11297: literals, reverted to just vvod, recreating empty array with each
11298: void_value token. that's absolutely needed, since that array
11299: grows
11300:
11301: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11302: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11303: types/pa_vmethod_frame.h: + merged: expression literals:
11304: true/false. ^format[$.indent(true)]
11305:
11306: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11307: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11308: types/pa_vmethod_frame.h: + expression literals: true/false.
11309: ^format[$.indent(true)]
11310:
11311: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11312: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11313: i386-pc-win32)"
11314:
11315: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11316: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11317: i386-pc-win32)"
11318:
11319: 2005-11-18 paf
11320:
11321: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11322: null}[$.default(123)] will now return default value
11323:
11324: * src/classes/op.C: + merged ^cache[] << returns current cache
11325: expiration time
11326:
11327: * src/classes/op.C: + ^cache[] << returns current cache expiration
11328: time
11329:
11330: * src/classes/table.C: ! merged ^table::create[not'nameless';
11331: failed << Exception.problem_source pointed to local var!
11332:
11333: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11334: Exception.problem_source pointed to local var!
11335:
11336: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11337: now loads VFile.ptr!=0, so such files can be saved now
11338:
11339: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11340: loads VFile.ptr!=0, so such files can be saved now
11341:
11342: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11343: only . and .. now removed from list [were removed all .*]
11344:
11345: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11346: .. now removed from list [were removed all .*]
11347:
11348: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11349: open error now checked, were not :( [stole that piece from apache
11350: 1.3 sources]
11351:
11352: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11353: checked, were not :( [stole that piece from apache 1.3 sources]
11354:
11355: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11356: untainting of @main result if returned by $result or
11357: $response:body
11358:
11359: * src/main/pa_request.C: ! ensured proper untainting of @main
11360: result if returned by $result or $response:body
11361:
11362: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11363: issue: now tries to guess content-length and allocates one big
11364: piece if possible [regretfully gc_realloc works as malloc+free,
11365: leaving lots of holes behind]
11366:
11367: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11368: fixed file load memory issue: now tries to guess content-length
11369: and allocates one big piece if possible [regretfully gc_realloc
11370: works as malloc+free, leaving lots of holes behind]
11371:
11372: 2005-11-16 paf
11373:
11374: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11375: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11376: table::save with enclosers now doubles them: "->"" !
11377: table::save/load do not remove elements from options hash
11378:
11379: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11380: [were overoptimized ^if(double_literal), compiler confused
11381: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11382:
11383: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11384: [were overoptimized ^if(double_literal), compiler confused
11385: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11386:
11387: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11388: main/pa_common.C: ! table::save with enclosers now doubles them:
11389: "->"" ! table::save/load do not remove elements from options hash
11390:
11391: 2005-11-03 paf
11392:
1.116 moko 11393: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11394: compilation, not all makefiles liked that
1.95 moko 11395:
11396: 2005-08-30 paf
11397:
11398: * src/classes/op.C: merge . speedup check of [DEFAULT]
11399:
11400: * src/classes/op.C: . speedup check of [DEFAULT]
11401:
11402: 2005-08-26 paf
11403:
11404: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11405:
11406: * src/: classes/date.C, types/pa_vdate.h: + date.week
11407:
11408: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11409: complains about bad!=nameless
11410:
11411: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11412: about bad!=nameless
11413:
11414: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11415: optional options were allowed to be empty. were checked
11416: if(is_string), changed to !defined||is_string to allow void
11417:
11418: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11419: classes/string.C, classes/table.C, classes/void.C: ! optional
11420: options were allowed to be empty. were checked if(is_string),
11421: changed to !defined||is_string to allow void
11422:
11423: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11424: as_junction where they needed as_int/double, so failed with
11425: recent "(const) now no junction" optimization
11426:
11427: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11428: merged ! many classes/* used as_junction where they needed
11429: as_int/double, so failed with recent "(const) now no junction"
11430: optimization
11431:
11432: * src/: classes/double.C, classes/int.C, classes/math.C,
11433: classes/op.C, classes/string.C, classes/table.C,
11434: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11435: used as_junction where they needed as_int/double, so failed with
11436: recent "(const) now no junction" optimization
11437:
11438: 2005-08-24 paf
11439:
11440: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11441: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11442: stripped it
11443:
11444: 2005-08-09 paf
11445:
11446: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11447: not cleared
11448:
11449: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11450: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11451: classes/hashfile.C, classes/image.C, classes/int.C,
11452: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11453: classes/response.C, classes/string.C, classes/table.C,
11454: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11455: include/pa_array.h, include/pa_cache_managers.h,
11456: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11457: include/pa_config_fixed.h, include/pa_config_includes.h,
11458: include/pa_dictionary.h, include/pa_dir.h,
11459: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11460: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11461: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11462: include/pa_request_charsets.h, include/pa_request_info.h,
11463: include/pa_sapi.h, include/pa_socks.h,
11464: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11465: include/pa_stack.h, include/pa_string.h,
11466: include/pa_stylesheet_connection.h,
11467: include/pa_stylesheet_manager.h, include/pa_table.h,
11468: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11469: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11470: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11471: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11472: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11473: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11474: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11475: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11476: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11477: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11478: main/pa_sql_driver_manager.C, main/pa_string.C,
11479: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11480: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11481: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11482: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11483: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11484: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11485: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11486: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11487: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11488: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11489: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11490: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11491: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11492: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11493: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11494: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11495: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11496: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11497: types/pa_vresponse.C, types/pa_vresponse.h,
11498: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11499: types/pa_vstateless_object.h, types/pa_vstatus.C,
11500: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11501: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11502: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11503: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11504: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11505:
11506: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11507: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11508: speedup consequent checks in vmethod_frame
11509:
11510: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11511: not cleared
11512:
11513: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11514: params: 50 max (were 10)
11515:
11516: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11517: params: 50 max (were 10)
11518:
11519: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11520: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11521: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11522: empty string) ! simplified (double) speedup consequent checks in
11523: vmethod_frame
11524:
11525: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11526: optimized constants in expressions vstring->vdouble + optimized
11527: ^call(vdouble), no junction creation, no calls later
11528:
11529: 2005-08-08 paf
11530:
11531: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11532: compile_tools.h: merged + optimized constants in expressions
11533: vstring->vdouble + optimized ^call(vdouble), no junction
11534: creation, no calls later
11535:
11536: * src/types/pa_vdouble.h: merged . double values without fractional
11537: part now default printed as %.0f instead of %g
11538:
11539: * src/types/pa_vdouble.h: . double values without fractional part
11540: now default printed as %.0f instead of %g
11541:
11542: * src/classes/hashfile.C: . merged ! second hashfile::open would
11543: cause an exception
11544:
11545: * src/classes/hashfile.C: ! second hashfile::open would cause an
11546: exception
11547:
11548: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11549: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11550: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11551: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11552: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11553: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11554: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11555: types/pa_vresponse.h, types/pa_vstateless_class.C,
11556: types/pa_vstateless_object.h, types/pa_vvoid.h,
11557: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11558: merged VJunction(new Junction) optimization from 3.1.4
11559:
11560: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11561: types/pa_vstateless_class.C: + optimized new VJunction(new
11562: Junction(params)) to new VJunction(params), thousands of mallocs
11563: removed
11564:
11565: 2005-08-05 paf
11566:
11567: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11568: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11569: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11570: creation, no calls later
11571:
11572: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11573: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11574: classes/hashfile.C, classes/image.C, classes/int.C,
11575: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11576: classes/response.C, classes/string.C, classes/table.C,
11577: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11578: include/pa_array.h, include/pa_cache_managers.h,
11579: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11580: include/pa_config_fixed.h, include/pa_config_includes.h,
11581: include/pa_dictionary.h, include/pa_dir.h,
11582: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11583: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11584: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11585: include/pa_request_charsets.h, include/pa_request_info.h,
11586: include/pa_sapi.h, include/pa_socks.h,
11587: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11588: include/pa_stack.h, include/pa_string.h,
11589: include/pa_stylesheet_connection.h,
11590: include/pa_stylesheet_manager.h, include/pa_table.h,
11591: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11592: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11593: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11594: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11595: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11596: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11597: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11598: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11599: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11600: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11601: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11602: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11603: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11604: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11605: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11606: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11607: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11608: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11609: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11610: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11611: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11612: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11613: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11614: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11615: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11616: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11617: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11618: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11619: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11620: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11621: types/pa_vstateless_object.h, types/pa_vstatus.C,
11622: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11623: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11624: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11625: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11626: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11627:
11628: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11629: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11630: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11631: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11632: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11633: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11634: optimized constants in expressions vstring->vdouble
11635:
11636: 2005-07-29 paf
11637:
11638: * src/types/pa_vclass.C: . shaped up error messages a bit
11639:
11640: * src/types/pa_vclass.C: + property getter can now be overridden
11641:
11642: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11643: bug fix: static parent fields were not replaced in case
11644: $derived:field[put] + property setter can now be overridden
11645:
11646: 2005-07-28 paf
11647:
11648: * configure, configure.in, src/classes/classes.h,
11649: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11650: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11651: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11652: src/classes/xnode.h, src/include/pa_hash.h,
11653: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11654: src/types/Makefile.am, src/types/pa_method.h,
11655: src/types/pa_value.h, src/types/pa_vclass.C,
11656: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11657: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11658: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11659: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11660: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11661: src/types/pa_vobject.C, src/types/pa_vobject.h,
11662: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11663: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11664: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11665: src/types/pa_vstateless_class.h,
1.95 moko 11666: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11667: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11668: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11669: dynamic_fields_join
11670:
11671: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11672: classes/xnode.C, include/pa_hash.h, main/execute.C,
11673: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11674: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11675: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11676: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11677: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11678: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11679: types/pa_vresponse.h, types/pa_vstateless_object.h,
11680: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11681: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11682: restored its checks in vobject.put_element->static fields |
11683: dynamic properties
11684:
11685: 2005-07-27 paf
11686:
11687: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11688: is some old code containing @set_name $name
11689:
11690: * src/types/pa_vobject.h: . fixed warning
11691:
11692: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11693: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11694:
11695: * src/: classes/xnode.C, include/pa_hash.h,
11696: types/pa_vstateless_class.C: ! new asserts were all false.
11697: regretfully reverted them all to checks
11698:
11699: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11700: classes/op.C, main/execute.C, types/pa_method.h,
11701: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11702: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11703: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11704: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11705: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11706: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11707: types/pa_vstateless_object.h, types/pa_vvoid.h,
11708: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11709: joined_dynamic_fields: removed unused param from put_method
11710: (returned to 3 params)
11711:
11712: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11713: joined_dynamic_fields: dynamic get/set works with overriding
11714: props [alpha2]
11715:
11716: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11717: works [alfa]
11718:
11719: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11720: classes/op.C, include/pa_hash.h, main/execute.C,
11721: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11722: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11723: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11724: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11725: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11726: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11727: types/pa_vresponse.h, types/pa_vstateless_class.C,
11728: types/pa_vstateless_object.h, types/pa_vvoid.h,
11729: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11730: joined_dynamic_fields: just compiled
11731:
11732: * src/: classes/date.C, classes/file.C, classes/hash.C,
11733: classes/hashfile.C, classes/image.C, classes/table.C,
11734: classes/xdoc.C, classes/xnode.h, main/execute.C,
11735: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11736: types/pa_vstateless_class.h: joined_dynamic_fields: started
11737:
11738: * src/types/pa_vobject.C: . object setters [only started, does not
11739: work yet]
11740:
11741: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11742: object setters [only started, does not work yet]
11743:
11744: 2005-07-26 paf
11745:
11746: * src/: include/pa_request.h, main/execute.C: . properties: set
11747: works [alpha2]. for classes. todo: for objects
11748:
11749: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11750: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11751: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11752: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11753: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11754: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11755: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11756: types/pa_vstateless_object.h, types/pa_vvoid.h,
11757: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11758: properties: set works [alpha1]
11759:
11760: 2005-07-25 paf
11761:
11762: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11763: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11764: properties: started, get works [alpha1, other approach]
11765:
11766: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11767: properties: started, get works [alpha2]
11768:
11769: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11770: pa_vstateless_class.h: . properties: started, get works [alpha]
11771:
11772: 2005-07-15 paf
11773:
11774: * src/: classes/classes.h, classes/op.C, main/execute.C,
11775: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11776: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11777: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11778: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11779: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11780: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11781: types/pa_vresponse.C, types/pa_vresponse.h,
11782: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11783: types/pa_vstateless_object.h, types/pa_vvoid.h,
11784: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11785: types/pa_wwrapper.h, types/types.vcproj: + started property
11786: [getters work but think of changing them too to precaching]
11787:
11788: 2005-07-08 paf
11789:
11790: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11791: gpf
11792:
11793: 2005-06-28 paf
11794:
11795: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11796: in passing empty strings to file::exec/cgi environment
11797:
11798: 2005-06-06 paf
11799:
11800: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11801: ^table:sql ^hash:sql now DO process $.bind option
11802:
11803: 2005-05-24 paf
11804:
11805: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11806: $.limit] now work again [support was broken in 3.1.4]
11807:
11808: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11809: ALL_INTERIOR_POINTERS
11810:
11811: 2005-05-12 paf
11812:
11813: * configure: 3.1.5beta
11814:
11815: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11816:
11817: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11818: $.limit] now work again [support was broken in 3.1.4]
11819:
11820: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11821: line-width [was refusing to fill if line-width >1, thanks to
11822: Seras <seras@pinxit.lt> for repro case
11823:
11824: 2005-04-25 paf
11825:
11826: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11827: correctly
11828:
11829: 2005-04-19 paf
11830:
11831: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11832: in VString violating invariant!!
11833:
11834: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11835: getenv("TZ")==null
11836:
11837: 2005-04-08 paf
11838:
11839: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11840: bugfix: when there is no char in charset one byte produces 6
11841: (ÿ <<max). increased buffer size!
11842:
11843: 2005-03-23 paf
11844:
11845: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11846: ^date.sql-string now takes TZ into account
11847:
11848: 2005-03-16 paf
11849:
11850: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11851: gcc 3.4
11852:
11853: * src/types/pa_vhash.C: . warning about eof eol
11854:
11855: 2005-02-17 paf
11856:
11857: * operators.txt, src/classes/op.C: + operator ^sleep(double
11858: seconds)
11859:
11860: 2005-02-02 paf
11861:
11862: * src/classes/xnode.C: beauty: removed needless includes
11863:
11864: 2005-01-31 paf
11865:
11866: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11867: $.partNoNumber now alias to $.part1
11868:
11869: * src/types/pa_vmail.C: change: incoming letter part contains
11870: "content-disposition" header with any value? now considering that
11871: part to be "file#" [for text/plain text/html were $.text#
11872: $.html#]
11873:
11874: * INSTALL: updatet to latest working versions available
11875:
11876: 2005-01-20 paf
11877:
11878: * configure.in, src/include/pa_version.h: version
11879:
11880: 2005-01-19 paf
11881:
1.116 moko 11882: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11883: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11884: couple warnings in parser3.C
1.95 moko 11885:
11886: 2004-12-23 paf
11887:
11888: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11889:
11890: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11891: dir to directory of script (when shbang used), not to directory
11892: of its interpreter
11893:
11894: * src/include/pa_version.h: compiled on win32...
11895:
11896: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11897: we need more hspace
11898:
11899: * configure, configure.in, src/include/pa_version.h: configured
11900: host to pa_version. will be displayed everywhere
11901:
11902: * src/main/pa_request.C: new: @unhandled_exception can prevent
11903: exception from being logged by setting $exception.handled(1)
11904:
11905: * operators.txt, src/classes/file.C: change:
11906: ^file::sql{query}[[options]] options: $.name[file name]
11907: $.content-type[application/what]
11908:
11909: * src/: include/pa_common.h, main/pa_common.C,
11910: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11911: new file
11912:
11913: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11914: bugfix: table->hash now regards _default
11915:
11916: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11917: created by accessing $name_of_method it acquired bad self=closest
11918: methodframe; instead of proper self (current class)
11919:
11920: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11921: hashfile produced bad cord
11922:
11923: 2004-12-10 paf
11924:
11925: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11926: subsequent failures though defined in .h
11927:
11928: * src/main/pa_common.C: comment on volatile
11929:
11930: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11931: alarm function were not used since the beginning due to stupid
11932: error [setsigjmp were not checked in configure.in]
11933:
11934: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11935: unix too
11936:
11937: * src/main/pa_common.C: http: exception status of send/recv errors
11938: change to most probable http.timeout
11939:
11940: * src/main/pa_common.C: win32: http connection $.timeout option now
11941: works [setsockopt on send/receive]
11942:
11943: 2004-12-08 paf
11944:
11945: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11946: cstr-ed knowing mail charset, and untainting uri lang now knows
11947: proper charset
11948:
11949: 2004-11-24 paf
11950:
11951: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11952:
11953: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11954: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11955:
11956: 2004-11-12 paf
11957:
11958: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11959: [since 3.0.4]
11960:
11961: 2004-11-09 paf
11962:
11963: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11964: writes basics to c:\parser3.log
11965:
11966: 2004-10-21 paf
11967:
11968: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11969: tainted strings [were returning clean onces]
11970:
11971: 2004-10-15 paf
11972:
11973: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11974: cycles(i=1; i=2), which was wrong, now does ONE
11975:
11976: 2004-10-12 paf
11977:
11978: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11979:
11980: 2004-10-07 paf
11981:
11982: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11983: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11984: release asserts
11985:
11986: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11987: String.dump() to stdout in detailed form [were String.v() in
11988: short form]
11989:
11990: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11991: \t\r\n as @#| and truncates long char sequences less
11992:
11993: 2004-10-06 paf
11994:
11995: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11996: win32 beauty: socket errors properly decoded
11997:
11998: 2004-10-05 paf
11999:
12000: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12001: request::configure_user/admin done always, even if no
12002: file-to-process useful in @unhandled_exception [say, if they
12003: would want to mail by SMTP something]
12004:
12005: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12006: now performed prior to file loading [and @auto executing] thus
12007: making $cookie:value available in @auto and in
12008: @unhandled_exception when IIS is configured to run interpreter
12009: even if no file exist
12010:
12011: 2004-09-20 paf
12012:
12013: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12014: somewhere where it should have called xmlMalloc and it calls
12015: xmlFree when it should have not called it. inserted two
12016: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12017: xmlFree just ignored. put away a testcase, maybe someday libxml
12018: author would fix all that. until that day: we have SLOW garbage
12019: collecting when many xml objects are alive hint: do
12020: ^memory:compact[] before xdoc::create
12021:
12022: 2004-09-17 paf
12023:
12024: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12025: error from 3.0.8 version]
12026:
12027: 2004-09-14 paf
12028:
12029: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12030: part bugfix: hashfile.foreach iterated only part if hashfile were
12031: modified inside
12032:
12033: 2004-09-13 paf
12034:
12035: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12036: [were as octal]
12037:
12038: * src/types/pa_vhashfile.C: beauty: not reproduced
12039: $hashfile.key[$novalue] bug [reported by motorin], inserted
12040: safety-check
12041:
12042: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12043: [not something obscure from sdbm lib]
12044:
12045: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12046: = strerror now returnes something and we can properly report that
12047: to client
12048:
12049: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12050: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12051:
12052: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12053: [tainted as-is] this helps //[space][newline] to remain as-is and
12054: not be unnecessary optimized away [ruining javascript]
12055:
12056: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12057: [tainted as-is]
12058:
12059: * src/classes/mail.C: bugfix: typo error
12060:
12061: 2004-09-09 paf
12062:
12063: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12064: separators bugfix: loads header with endings \r\n\r\n and \n\n
12065: (bloody yandex.server)
12066:
12067: 2004-09-06 paf
12068:
12069: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12070: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12071: encoded
12072:
12073: 2004-09-01 paf
12074:
12075: * src/types/pa_vmail.C: change: multipart/mixed changed to
12076: multipart/related outlook express have no problems showing
12077: unrelated attachments. todo: someday figure out a way of
12078: multipart/mixed multipart/related text/html
12079: image/xxx application/octet-stream << true attachments
12080:
12081: * src/types/pa_vmail.C: new:
12082: ^mail:send[$.file[$.content-disposition can be overriden new:
12083: empty mail header fields removed from letter
12084:
12085: * src/: classes/mail.C, include/pa_config_fixed.h,
12086: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12087: ^mail:send[ $.file[ $.any[header]
12088:
12089: 2004-08-30 paf
12090:
12091: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12092: warnings
12093:
12094: * src/main/pa_common.C: beauty: do not bother with charset
12095: detection when ^file::load[binary
12096:
12097: 2004-08-27 paf
12098:
12099: * src/main/pa_common.C: hack: for yandex.server http server
12100:
12101: 2004-08-18 paf
12102:
12103: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12104: possibly-chunked response
12105:
12106: 2004-08-17 paf
12107:
12108: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12109: $f.content-type now = that of http response
12110:
12111: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12112: $f.content-type now = that of http response
12113:
12114: 2004-07-30 paf
12115:
12116: * src/: include/pa_request.h, main/pa_request.C,
12117: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12118: win32: system&parser exceptions in release mode reported properly
12119: parser exception in exception handler WERE mistakenly reported as
12120: system exception, without details [in apache & isapi] +some
12121: beauty in exception text
12122:
12123: * src/: include/pa_exception.h, main/pa_request.C,
12124: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12125: release mode reported properly parser exception in exception
12126: handler WERE mistakenly reported as system exception, without
12127: details
12128:
12129: * src/main/execute.C: beauty: simplified system exception handling
12130:
12131: 2004-07-29 paf
12132:
12133: * src/classes/table.C: bugfix:
12134: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12135: were ignored, and \t used unconditionally]
12136:
12137: * src/types/Makefile.am: added vhash.c
12138:
12139: 2004-07-28 paf
12140:
12141: * src/: classes/date.C, classes/image.C, classes/math.C,
12142: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12143: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12144: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12145: failed on russian letters
12146:
12147: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12148: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12149: letters
12150:
12151: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12152: as 'currentDirectory' parameter to CreateProcess
12153:
12154: 2004-07-27 paf
12155:
12156: * src/targets/cgi/parser3.vcproj: beauty: win32:
12157: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12158: from release somewhere [to help searching for unhandled system
12159: exceptions]
12160:
12161: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12162: TZ shift
12163:
12164: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12165: but also in ctor
12166:
12167: 2004-07-26 paf
12168:
12169: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12170: src/main/pa_request.C, src/types/pa_vfile.h,
12171: src/types/pa_vhash.C, src/types/pa_vhash.h,
12172: src/types/types.vcproj: new: $response:body/download[
12173: $.file[name on disk] $.name[of file for user]
12174: $.mdate[date of last-modified. default from directory] ]
12175:
12176: * src/classes/file.C: moving file:send somewhere else..
12177:
12178: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12179: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12180: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12181: $response:download[ $.filename[filename] $.option[] ,, ]
12182:
12183: * src/classes/file.C: beauty: invalid mode thoroughly reported
12184:
12185: 2004-07-21 paf
12186:
12187: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12188: to several lines
12189:
12190: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12191:
12192: note: ms outlook[!express] shows only first 255 characters of
12193: subject
12194:
12195: 2004-07-15 paf
12196:
12197: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12198: off]
12199:
12200: 2004-07-14 paf
12201:
12202: * src/classes/table.C: bugfix: $.bind values now got untainted
12203: according to lang [were: as-is]
12204:
12205: 2004-07-07 paf
12206:
12207: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12208: checked that
12209:
12210: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12211: now untainted according to their languages. were: as-is.
12212: EVERYWHERE
12213:
12214: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12215: environment string now untainted according to their languages.
12216: were: as-is. EVERYWHERE
12217:
12218: * src/main/pa_exec.C: bufix: on unix environment string now
12219: untainted according to their languages. were: as-is. on win32:
12220: ok
12221:
12222: * parser3.vssscc: ...would not go unnoticed
12223:
12224: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12225: fails. in case on input appears nonutf, those bytes will be
12226: printed in %HH form. that can be easily decoded/recovered.
12227:
12228: this form is quite noticable, and hopefully would not go noticed
12229:
12230: 2004-07-06 paf
12231:
12232: * src/main/pa_exec.C: bufix: on unix environment string now
12233: untainted according to their languages. were: as-is. on win32:
12234: ok
12235:
12236: 2004-07-01 paf
12237:
12238: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12239: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12240: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12241: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12242: main/main.vcproj, targets/cgi/parser3.vcproj,
12243: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12244: option: global optimization ON
12245:
12246: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12247: to do xdoc::create{invalid chars} standard disables chars less
12248: then \x20, except tab, cr, lf.
12249:
12250: changed tainting so that those become '!'
12251:
12252: 2004-06-25 paf
12253:
12254: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12255: int on odd address [prev bugfix failed due to superwize
12256: optimizer, which turned memcpy into same 'ld' asm command]
12257:
12258: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12259: int on odd address
12260:
12261: 2004-06-22 paf
12262:
12263: * src/sql/pa_sql_driver.h: note: about possible optimization
12264:
12265: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12266: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12267: src/include/pa_config_includes.h: new: ^void:sql{call
12268: paf(:a)}[ $.bind[ $.a[2]
12269: ] ] output variables work. todo: check in out
12270: variables
12271:
12272: 2004-06-18 paf
12273:
12274: * src/: classes/file.C, classes/hash.C, classes/string.C,
12275: classes/table.C, classes/void.C, include/pa_globals.h,
12276: include/pa_sql_connection.h, main/compile.tab.C,
12277: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12278: $.bind[ $.a[2] ]
12279: ] input variables work. todo:output
12280:
12281: * src/targets/cgi/parser3.C: bugfix: iis specific
12282: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12283: /_bug.html?404;http://hpsv/test/
12284: --------------------------------------------------------------------------------
12285: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12286: --------------------------------------------------------------------------------
12287: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12288:
12289: 2004-06-16 paf
12290:
12291: * src/targets/cgi/parser3.C: new: iis specific
12292: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12293: $request:query
12294: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12295: $form:fields IIS-STATUS="404"
12296: IIS-DOCUMENT="http://server/_bug.html" f="v"
12297:
12298: todo: isapi too
12299:
12300: 2004-05-26 paf
12301:
12302: * src/include/pa_version.h: 3.1.3
12303:
12304: * operators.txt: beauty: removed outdated level 'table'
12305:
12306: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12307:
12308: * src/main/pa_string.C: beauty: removed 3 warnings
12309:
12310: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12311: classes/op.C: beauty: removed outdated level 'table'
12312:
12313: 2004-05-25 paf
12314:
12315: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12316: implementation. mistery: how anything worked
12317:
12318: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12319: changed, it is now safe to use url if pointers to it are stored
12320: to gc mem
12321:
12322: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12323: unknown errors reported and not cause SIGSEGV now
12324:
12325: 2004-05-24 paf
12326:
12327: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12328: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12329: less memory: CORD_chars_block originally intended to ... it was
12330: good that CORD_chars_block were not used: it consumes more memory
12331: [and, might be slow too] undoing that. [and removed that func so
12332: that it would not confuse parser developer in future]
12333:
12334: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12335: less memory: CORD_chars_block originally intended to
12336: speedup/reduce mem usage were forgotten, and were used stupid
12337: CORD_chars
12338:
12339: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12340:
12341: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12342: BIGENDIAN processors space-conserving mech failed, causing
12343: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12344: (1|2|3));
12345:
12346: 2004-05-14 paf
12347:
12348: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12349: bugfix: void now has vfile value, and $response:body[] works OK
12350:
12351: 2004-05-12 paf
12352:
12353: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12354: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12355: sources to use is_defined() {return as_bool();} along VBool
12356:
12357: 2004-05-11 paf
12358:
12359: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12360: referencing to local objects
12361:
12362: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12363: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12364: left intact
12365:
12366: 2004-04-15 paf
12367:
12368: * src/classes/date.C: merged: beauty: unused var removed
12369:
12370: * src/classes/date.C: beauty: unused var removed
12371:
12372: * src/include/: pa_exec.h: bugfix: interface without pointer
12373: provoked bug
12374:
12375: 2004-04-09 paf
12376:
12377: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12378:
12379: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12380:
12381: 2004-04-08 paf
12382:
12383: * src/classes/date.C: new: ^date::create[y-m-d
12384: h-M-s>>.milliseconds<<] now allowed, ignored so far
12385:
12386: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12387:
12388: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12389: to consult default catalog [usually, that file belongs to other
12390: user/group]
12391:
12392: 2004-04-06 paf
12393:
12394: * src/main/pa_common.C: beauty: gcc warning removed
12395:
12396: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12397: accept that trick, trying other
12398:
12399: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12400: explicit result problem
12401:
12402: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12403: explicit result problem
12404:
12405: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12406: explicit result problem
12407:
12408: * operators.txt, src/classes/string.C: new: ^string.append[string]
12409:
12410: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12411: main/execute.C: attempt_check_call_in_explicit_result_mode:
12412: failed
12413:
12414: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12415: http://i.p.a.ddress gethostbyaddr added [on some platforms
12416: gethostbyname failed with such 'domains'] now checked properly,
12417: were: needless reverse/forward dns lookup
12418:
12419: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12420: http://i.p.a.ddress gethostbyaddr added [on some platforms
12421: gethostbyname failed with such 'domains'] now checked properly,
12422: were: needless reverse/forward dns lookup
12423:
12424: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12425: @method[][result] means "no string output here" moved to lexical
12426: level [on grammar level it were too difficult]
12427:
12428: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12429: src/main/compile.y, src/main/compile_tools.h,
12430: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12431: @method[][result] means "no string output here", implemented part
12432: of that idea: compiler throws away string literal generation
12433: code. and barks nonwhitespace chars
12434:
12435: * operators.txt: truth: removed comment about $ORIGIN
12436:
12437: 2004-04-05 paf
12438:
12439: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12440: src/include/pa_version.h, src/main/pa_common.C,
12441: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12442:
12443: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12444: Konstantin Tomashevitch [mailto:konst@design.ru]
12445:
12446: * src/doc/html2chm.cmd: beauty: no need in bg here
12447:
12448: * src/doc/sources2html.cmd: beauty: same window, in bg it
12449: interfered with FAR console
12450:
12451: * configure, configure.in: 3.1.3
12452:
12453: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12454:
12455: * src/main/pa_common.C: removed warning
12456:
12457: * src/include/pa_version.h: 3.1.3
12458:
12459: 2004-04-02 paf
12460:
12461: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12462:
12463: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12464: allows to specify where to put parser log file
12465:
12466: 2004-04-01 paf
12467:
12468: * src/classes/table.C: bugfix: bugfix: table::load last line
12469: without tab and enter were ignored
12470:
12471: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12472: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12473: main/pa_socks.C, targets/cgi/parser3.C,
12474: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12475: bugfix: sql connections now are disconnected
12476:
12477: 2004-03-30 paf
12478:
12479: * src/classes/table.C: bugfix: table::load last line without tab
12480: and enter were ignored
12481:
12482: * src/classes/table.C: bufix: if last table lines were commented,
12483: gpfed
12484:
12485: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12486: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12487: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12488: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12489: doc/methoded.dox, doc/object.dox, doc/string.dox,
12490: doc/targets.dox, doc/value.dox, include/pa_version.h,
12491: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12492: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12493: bugfixes from 3.1.2, changed version to 3.1.3beta
12494:
12495: 2004-03-29 paf
12496:
12497: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12498: causes gpf
12499:
12500: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12501: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12502: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12503: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12504: value.dox: translated to english
12505:
12506: 2004-03-25 paf
12507:
12508: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12509: parser3project dependency removed
12510:
12511: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12512: bugfix: refused to compile without xml
12513:
12514: * src/types/pa_vform.C: beauty: removed warning
12515:
12516: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12517: any folder [removed last ;) folder dependency]
12518:
12519: * src/classes/classes.vcproj: bugfix: now all compiles in any
12520: folder [removed last ;) folder dependency]
12521:
12522: * src/include/pa_version.h: release
12523:
12524: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12525:
12526: * src/classes/table.C: beauty: comment& more meaningful error
12527: message
12528:
12529: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12530: $.hash[$.column_value1(true) ... ] [were producing some strang
12531: thing]
12532:
12533: 2004-03-23 paf
12534:
12535: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12536: and http status line parsing checked number of columns in table
12537: [user reported an assert]
12538:
12539: * operators.txt: example: on hashfile
12540:
12541: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12542: bugfix: junction reattach now actually reattaches a junction to
12543: new wcontext [were only assigning it to junction, which caused
12544: junction tracking to loose junction, and it's context were not
12545: killed, and it tried to process in invalid context, gpf]
12546:
12547: * src/targets/cgi/parser3.C: debug helper added
12548:
12549: 2004-03-19 paf
12550:
12551: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12552: "type(type)" in braces
12553:
12554: 2004-03-10 paf
12555:
12556: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12557: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12558: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12559: solution to search-in-namespaces problem:
12560: $xdoc.search-namespaces.x[http://pif.design.ru/]
12561: $nodes[^xdoc.select[//x:second]]
12562:
12563: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12564: expression][[NAMESPACES HASH]] allows to search for info in
12565: namespaces
12566:
12567: $nodes[^xdoc.select[//x:second][
12568: $.x[http://pif.design.ru/] ]]
12569:
12570: 2004-03-09 paf
12571:
12572: * operators.txt, src/main/pa_common.C: new:
12573: ^file::load[...][options] $.form[
12574: !$.field1[string]
12575: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12576: ] !$.body[string]
12577:
12578: GET ?here notGET(POST, HEAD, others) in content-type:
12579: application/x-www-form-urlencoded
12580:
12581: todo: upload files ability
12582:
12583: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12584: properly, done
12585:
12586: 2004-03-05 paf
12587:
12588: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12589: GET/POST $.form[$.fields started, not tested yet
12590: todo:$.field[table] for multiple values
12591:
12592: * operators.txt: new: http:// options $.user $.password basic
12593: authorization
12594:
12595: * src/main/pa_common.C: beauty: link to rtf added
12596:
12597: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12598: new: http:// options $.user $.password basic authorization
12599:
12600: * src/main/pa_common.C: beauty: removed needless vars
12601:
12602: * operators.txt: new: pgsql option [like that recently added to
12603: oracle driver] ClientCharset=parser-charset <<
12604: charset in which parser thinks client works
12605:
12606: * operators.txt: new: odbc option [like that recently added to
12607: oracle driver] ClientCharset=parser-charset <<
12608: charset in which parser thinks client works
12609:
12610: * src/sql/pa_sql_driver.h: beauty: important warning added
12611:
12612: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12613: char!
12614:
12615: * etc/parser3.charsets/windows-1251.cfg: typo
12616:
12617: 2004-03-04 paf
12618:
12619: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12620: cached, sql transcoding now goes faster
12621:
12622: * operators.txt: new: mysql option [like that recently added to
12623: oracle driver] ClientCharset=parser-charset <<
12624: charset in which parser thinks client works
12625:
12626: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12627: typo error
12628:
12629: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12630: chars commented
12631:
12632: 2004-03-03 paf
12633:
12634: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12635: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12636:
12637: 2004-03-02 paf
12638:
12639: * operators.txt: new[update typo]: !^void.left(n)
12640: nothing !^void.right(n) nothing !^void.mid(p[;n])
12641: nothing
12642:
12643: * operators.txt, src/classes/void.C: new: !^void.left(n)
12644: nothing !^void.right(n) nothing !^void.pos(p[;n])
12645: nothing
12646:
12647: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12648: ^file::sql[[name_to_become_$.name]]{} query result must be one
12649: row with columns: first: data second: file name third:
12650: content-type
12651:
12652: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12653: ^connect gets properly escaped string, which can be passed to
12654: request now this for mysql only. it's up to parser sql driver to
12655: fix zeros properly
12656:
12657: * INSTALL: note: added on building apache with this option:
12658: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12659:
12660: 2004-03-01 paf
12661:
12662: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12663: extension memory:compact befor processingrequest
12664:
12665: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12666: call sole column of result
12667:
12668: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12669: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12670: pixel color
12671:
12672: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12673: beauty: image -- less checks [were ugly impl]
12674:
12675: * src/classes/string.C: bugfix: ^string.left/right/mid with
12676: negative values now considered bad
12677:
12678: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12679:
12680: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12681: options now have unified defaults [after transform
12682: indent/omit-xml-declaration/standalone 'default' erroreously
12683: meant 'true']
12684:
12685: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12686: added [on some platforms gethostbyname failed with such
12687: 'domains']
12688:
12689: * src/include/pa_config_auto.h.in: no select check, no define
12690:
12691: * src/classes/string.C: feature: ^string.trim both parameters may
12692: be empty-strings, meaning kind=both chars=whitespaces
12693:
12694: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12695: exist
12696:
12697: * src/classes/string.C: check: trim 'chars' must not be empty,
12698: exception if it is
12699:
12700: * src/classes/string.C: changed: ^string.trim [] << both,
12701: whitespaces [start|both|end] << kind, whitespaces
12702: [start|both|end;chars] full
12703:
12704: 2004-02-27 paf
12705:
12706: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12707: method: ^string.trim[start|both|end[;chars]] default
12708: 'chars' -- whitespace chars finished
12709:
12710: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12711: src/main/pa_string.C: new method:
12712: ^string.trim[start|both|end[;chars]] default 'chars' --
12713: whitespace chars started, only start works
12714:
12715: * src/main/compile.C: bugfix: line numbers after
12716: ^process{}[$.line(-10]] can be negative, allowed to print they as
12717: signed
12718:
12719: * src/main/untaint.C: speed: there's no \n chars in output
12720: [normally], so no need to optimize them they could be retrived
12721: from databases, though. but 1. should be replaced 2. if not
12722: optimized, no harm done
12723:
12724: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12725: ^file::exec/cgi could return invalid status & zombie child can
12726: remain for short period until process exists [very bad in
12727: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12728:
12729: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12730: malicious SMTP server to attack as by returning too long status
12731: responses http://i2/tasks/edit/?id=4629448401140924947
12732:
12733: 2004-02-26 paf
12734:
12735: * operators.txt: feature: ^process...{CODE}[now has options] which
12736: are $.main[to what to rename @main] $.file[file,
12737: from which (user says) goes that CODE] $.lineno(line
12738: number in that file, where CODE starts. may be negative)
12739:
12740: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12741: src/main/compile.C, src/main/compile_tools.h,
12742: src/main/pa_request.C: feature: ^process...{CODE}[now has
12743: options] which are $.main[to what to rename @main]
12744: $.file[file, from which (user says) goes that CODE]
12745: $.lineno(line number in that file, where CODE starts. may be
12746: negative)
12747:
12748: 2004-02-25 paf
12749:
1.116 moko 12750: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12751: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12752:
12753: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12754: produces hash of column=>1
12755:
12756: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12757: with incomplete errno constants set
12758:
12759: 2004-02-24 paf
12760:
12761: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12762: "man select"
12763:
12764: * src/main/pa_os.C: beauty: <0 better then ==-1
12765:
12766: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12767:
12768: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12769:
1.116 moko 12770: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12771:
12772: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12773: unix: steps to work on unix [extracted 'to']
12774:
12775: * src/classes/mail.C: smtp on unix: steps to work on unix
12776:
12777: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12778:
1.116 moko 12779: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12780: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12781: unix [testing on solaris]
1.95 moko 12782:
12783: 2004-02-20 paf
12784:
12785: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12786: pointing that out
12787:
12788: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12789: fixed again [same solution, mistanenly removed one line]
12790:
12791: 2004-02-19 paf
12792:
12793: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12794: date::create from bad datetime in spring daylightsaving hole now
12795: OK for all platforms [on some platforms it failed]
12796:
12797: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12798: in daylightsaving hole] now throws error
12799:
12800: * src/classes/date.C: comment: mistake fixed
12801:
12802: 2004-02-18 paf
12803:
12804: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12805: now renderes in $request:charset, but in header puts
12806: $response:charset todo: make that default only so that coder
12807: could override that
12808:
12809: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12810: turns off omit-xml-declaration
12811:
12812: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12813: /.xsl for sample
12814:
12815: 2004-02-17 paf
12816:
12817: * src/classes/xdoc.C: beauty: needless helper class removed
12818:
12819: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12820: copied extra time
12821:
12822: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12823: part of libxml
12824:
12825: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12826: libxml to do the work] <xsl:output method="html"
12827: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12828: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12829: />
12830:
12831: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12832:
12833: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12834: caused assertion
12835:
12836: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12837: could hang. now such add does nothing, sub clears $hash
12838:
12839: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12840: not made quoted-printable
12841:
12842: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12843: string invariant
12844:
12845: 2004-02-16 paf
12846:
12847: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12848: cleared [were not cleared properly]
12849:
12850: 2004-02-13 paf
12851:
1.116 moko 12852: * src/include/pa_version.h: prerelease
1.95 moko 12853:
12854: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12855: used, introducing dependencies timestamp check
12856:
12857: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12858: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12859: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12860: .xsl.stamp now not used, introducing dependencies timestamp check
12861:
1.150 moko 12862: * configure.in: auto.p: @conf made relative
1.95 moko 12863:
12864: 2004-02-12 paf
12865:
12866: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12867: ruined empty <input type=file> submits. parser thought there were
12868: nameless empty file and $form:field got value of type 'file'
12869:
12870: * INSTALL: --without-threads
12871:
12872: * src/include/pa_sapi.h: 2004
12873:
12874: 2004-02-11 paf
12875:
12876: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12877: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12878: classes/hashfile.C, classes/image.C, classes/int.C,
12879: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12880: classes/response.C, classes/string.C, classes/table.C,
12881: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12882: include/pa_array.h, include/pa_cache_managers.h,
12883: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12884: include/pa_config_fixed.h, include/pa_config_includes.h,
12885: include/pa_dictionary.h, include/pa_dir.h,
12886: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12887: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12888: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12889: include/pa_request_charsets.h, include/pa_request_info.h,
12890: include/pa_socks.h, include/pa_sql_connection.h,
12891: include/pa_sql_driver_manager.h, include/pa_stack.h,
12892: include/pa_string.h, include/pa_stylesheet_connection.h,
12893: include/pa_stylesheet_manager.h, include/pa_table.h,
12894: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12895: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12896: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12897: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12898: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12899: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12900: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12901: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12902: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12903: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12904: main/pa_sql_driver_manager.C, main/pa_string.C,
12905: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12906: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12907: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12908: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12909: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12910: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12911: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12912: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12913: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12914: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12915: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12916: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12917: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12918: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12919: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12920: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12921: types/pa_vresponse.h, types/pa_vstateless_class.C,
12922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12923: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12924: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12925: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12926: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12927: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12928:
12929: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12930: debug version of gc.dll
12931:
12932: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12933: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12934: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12935: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12936: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12937: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12938: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12939: processes
12940:
12941: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12942: main/pa_globals.C, targets/cgi/parser3.vcproj,
12943: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12944: changes to reflect libxml xsl new folders
12945:
12946: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12947: lib/smtp/smtp.vcproj, main/main.vcproj,
12948: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12949: to reflect libxml xsl new folders
12950:
12951: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12952: lib/smtp/smtp.vcproj, main/main.vcproj,
12953: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12954: types/types.vcproj: started changes to reflect libxml xsl new
12955: folders
12956:
12957: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12958: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12959: src/main/compile.tab.C, src/main/main.vcproj,
12960: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12961: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12962: started changes to reflect libxml xsl new folders
12963:
12964: 2004-02-10 paf
12965:
12966: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12967: compile. recommened latest libxml up to date
12968:
12969: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12970: pattern compilation errors", on which spent 4 hours worktime. use
12971: versions higher than that. recommended now latest up to date
12972:
12973: 2004-02-06 paf
12974:
12975: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12976: beauty: unified destructing style
12977:
12978: * src/main/untaint.C: beauty: removed old def/ifdef
12979:
12980: * src/main/untaint.C: beauty: coredump @unknown untaint language
12981: now
12982:
12983: 2004-02-03 paf
12984:
12985: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12986: targets/isapi/parser3isapi.C, types/pa_value.C,
12987: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12988: then %ld/%lu
12989:
12990: * src/main/pa_common.C: typo: %l -> %u
12991:
12992: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12993: in attributes or documents-results of transform now not xx;
12994:
12995: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12996:
12997: * src/main/pa_charset.C: bugfix: forgot to undo some
12998:
12999: * src/main/pa_charset.C: beauty: uncomment
13000: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13001: libraries
13002:
13003: 2004-02-02 paf
13004:
13005: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13006: $cookie:example[ $.value[value] $.path[/there/] ]
13007:
13008: $cookie:example[ $.value[] $.expires[session]
13009: $.path[/there/] $.domain[test.com] ]
13010:
13011: * src/types/pa_vform.C: bugfix: empty values with
13012: enctype=multipart/form-data now produce entries in $form:tables
13013: <form method=post enctype=multipart/form-data> <input type=hidden
13014: name=a> <input type=hidden name=b>
13015:
13016: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13017: <hr> <pre>$request:body
13018:
13019: 2004-01-30 paf
13020:
13021: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13022: or documents-results of transform now not xx;
13023:
13024: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13025: produce exception.
13026:
13027: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13028: bugfix: ^date::create[invalid fields now produce exception.
13029:
13030: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13031: year] now produces exception. todo: check other fields
13032:
13033: 2004-01-29 paf
13034:
13035: * src/include/pa_memory.h: typo error
13036:
13037: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13038: more byte then specified, then zeroed it << useless and
13039: potentially harmful(could gpf)
13040:
13041: 2004-01-22 paf
13042:
13043: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13044:
13045: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13046: optimization
13047:
13048: * src/main/untaint.C: bugfix: whitespace now optimized properly
13049: [were bug: ^taint[1 & 2]="1 &2"
13050:
13051: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13052: errors
13053:
13054: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13055: overflow
13056:
13057: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13058: error-reporting code * in parser-error reporting code [when no
13059: @unhandled_exception defined]
13060:
13061: fixed in one place: my *snprintf override
13062:
13063: 2004-01-13 paf
13064:
13065: * operators.txt: typo erro
13066:
13067: 2003-12-25 paf
13068:
13069: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13070: garbled [pieces after zero bytes were removed]
13071:
13072: 2003-12-22 paf
13073:
1.116 moko 13074: * src/include/Makefile.am: bugfix: removed from dist:
13075: src/include/pa_config_auto.h which were configured for
1.95 moko 13076: make-dist-platform and badly updated proper config file in target
13077: [when .tar used for updating existing source tree]
13078:
13079: * ChangeLog, operators.txt, src/classes/op.C,
13080: src/include/pa_sql_connection.h,
13081: src/include/pa_sql_driver_manager.h,
13082: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13083: feature: sql introducing ability to transcode charsets
13084:
13085: 2003-12-19 paf
13086:
13087: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13088: error message
13089:
13090: * src/main/pa_charset.C: bugfix: memory for charsethandler
13091: structure for libxml now allocated properly
13092:
13093: 2003-12-17 paf
13094:
13095: * src/types/pa_vfile.C: beauty: removed outdated cast
13096:
13097: * src/main/pa_common.C: bugfix: empty http response caused gpf
13098:
13099: * src/include/pa_string.h: bugfix: removed too strong a assert
13100:
13101: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13102: unreported xmlGenericErrors]
13103:
13104: 2003-12-15 paf
13105:
13106: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13107: works}
13108:
13109: 2003-12-11 paf
13110:
13111: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13112: id
13113: !$status:tid thread id
13114:
13115: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13116: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13117: bugfix(solaris): removed dependency on object initialization
13118: order [one more place]
13119:
13120: * src/: classes/file.C, classes/mail.C, classes/op.C,
13121: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13122: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13123: understand that
13124:
13125: * src/: classes/file.C, classes/mail.C, classes/op.C,
13126: classes/xdoc.C, include/pa_cache_managers.h,
13127: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13128: include/pa_stylesheet_manager.h, main/pa_request.C,
13129: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13130: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13131: ctor call [relying on implicit String::Body(cstr) call]
13132:
13133: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13134: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13135: object initialization order [two places]
13136:
13137: 2003-12-10 paf
13138:
13139: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13140: << time now ok
13141:
13142: * operators.txt, src/main/pa_sql_driver_manager.C,
13143: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13144: operational
13145:
13146: * ChangeLog, operators.txt, src/classes/xdoc.C,
13147: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13148: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13149: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13150: back operational
13151:
13152: 2003-12-02 paf
13153:
13154: * src/types/pa_vmail.C: bugfix:
13155: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13156: as-is forced]
13157:
13158: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13159: exceptions out of libxml callbacks: reimplemented error handling
13160: of http://localhost, parser://method and safemode check callbacks
13161:
13162: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13163: [merged from HEAD]
13164:
13165: * src/classes/image.C: nothing: comment removed
13166:
13167: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13168: addresses to int
13169:
13170: 2003-12-01 paf
13171:
13172: * src/main/pa_xml_io.C: bugfix: typo
13173:
13174: * src/main/pa_globals.C: bugfix: win32: compile prob
13175:
13176: * src/classes/xdoc.C: bugfix: typo
13177:
13178: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13179: exception
13180:
13181: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13182:
13183: 2003-11-28 paf
13184:
13185: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13186: all xml documents read
13187:
13188: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13189:
13190: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13191: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13192: replaced original open mech of xdoc::create & co to use libxml
13193: open, so that this would work for root document todo: safe mode
13194: checks to libxml: ideally to some 1 point
13195:
13196: * src/main/pa_xml_io.C: comment
13197:
13198: * operators.txt, src/main/pa_xml_io.C: leading / in
13199: http://parser[abscent params]
13200:
13201: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13202: works. todo: maybe replace original open mech of xdoc::create &
13203: co to use libxml open, so that this would work for root document
13204:
13205: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13206: "parser://method/params/here"> <test> &test^; </test> }]
13207:
13208: ^taint[^xdoc.string[]]
13209:
13210: @method[param] <!ENTITY test
13211: "test-entity-value+$form:user+$param!">
13212:
13213: 2003-11-27 paf
13214:
13215: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13216:
13217: * src/classes/date.C: bugfix: typo error
13218:
13219: 2003-11-26 paf
13220:
13221: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13222: src/main/Makefile.am, src/main/main.vcproj,
13223: src/main/pa_globals.C, src/main/pa_request.C,
13224: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13225: xml errors to hash<thread_id,error> reorganization: xml io moved
13226: to pa_xml_io.C/h
13227:
13228: * src/types/pa_value.h: warnings: --
13229:
13230: 2003-11-25 paf
13231:
13232: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13233: whatever)
13234:
13235: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13236: a, (c?x:y, z)
13237:
13238: * src/main/untaint.C: bugfix: consequences of not reading this
13239: comment: CORD_pos_chars_left /* Number of characters in cache.
13240: <= 0 ==> none */
13241:
13242: * src/include/pa_array.h: removed needless checks
13243:
13244: 2003-11-24 paf
13245:
13246: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13247: removed limit: now $form:xxx can be accessed anytime, even in
13248: @auto/conf [and request/response:charset still can be changed
13249: anytime]
13250:
13251: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13252: now not transcodes response body
13253:
13254: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13255: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13256: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13257: $xdoc.firstChild.firstChild.nodeValue[different]
13258: ^taint[^xdoc.string[]]
13259:
13260: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13261: workaround: static Hash::allocates -> static Hash_allocates
13262:
13263: 2003-11-21 paf
13264:
1.116 moko 13265: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13266: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13267: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13268:
13269: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13270:
13271: * src/classes/mail.C: bugfix: typo
13272:
13273: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13274: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13275: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13276: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13277: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13278: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13279:
13280: * src/main/pa_exec.C: bug in safe mode
13281:
13282: * src/include/Makefile.am: pa_xml_exception.h
13283:
13284: * src/targets/isapi/parser3isapi.C: more warnings --
13285:
13286: 2003-11-20 paf
13287:
13288: * src/: classes/math.C, classes/op.C, classes/string.C,
13289: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13290: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13291: --
13292:
13293: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13294: more warnings --
13295:
13296: * src/classes/xdoc.C: more warnings --
13297:
13298: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13299:
13300: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13301: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13302:
13303: * src/: classes/date.C, classes/file.C, classes/hash.C,
13304: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13305: classes/table.C, include/pa_cache_managers.h,
13306: include/pa_stylesheet_connection.h, main/pa_request.C,
13307: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13308: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13309: --
13310:
13311: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13312: can't report problem (undefined @unhandled_exception) problem
13313: source string were not reported
13314:
13315: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13316: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13317: classes/hashfile.C, classes/image.C, classes/int.C,
13318: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13319: classes/response.C, classes/string.C, classes/table.C,
13320: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13321: include/pa_array.h, include/pa_cache_managers.h,
13322: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13323: include/pa_config_fixed.h, include/pa_dictionary.h,
13324: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13325: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13326: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13327: include/pa_request.h, include/pa_request_charsets.h,
13328: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13329: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13330: include/pa_stack.h, include/pa_string.h,
13331: include/pa_stylesheet_connection.h,
13332: include/pa_stylesheet_manager.h, include/pa_table.h,
13333: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13334: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13335: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13336: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13337: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13338: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13339: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13340: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13341: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13342: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13343: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13344: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13345: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13346: targets/isapi/parser3isapi.C, types/pa_junction.h,
13347: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13348: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13349: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13350: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13351: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13352: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13353: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13354: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13355: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13356: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13357: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13358: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13359: types/pa_vresponse.h, types/pa_vstateless_class.C,
13360: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13361: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13362: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13363: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13364: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13365: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13366: const IDENT
13367:
13368: * src/: include/pa_array.h, include/pa_pool.h,
13369: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13370: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13371: types/pa_wcontext.h: more warnings --
13372:
13373: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13374: classes/file.C, classes/hash.C, classes/hashfile.C,
13375: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13376: classes/memory.C, classes/op.C, classes/string.C,
13377: classes/table.C, classes/xdoc.C, classes/xnode.C,
13378: include/pa_config_includes.h, include/pa_operation.h,
13379: include/pa_sql_connection.h, include/pa_table.h,
13380: include/pa_types.h, lib/ltdl/config_fixed.h,
13381: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13382: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13383: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13384: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13385: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13386: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13387: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13388: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13389: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13390: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13391: types/pa_vmail.C, types/pa_vobject.C,
13392: types/pa_vstateless_class.h, types/pa_vtable.C,
13393: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13394: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13395: on all projects (except libltdl=off & libsdbm=level3) found
13396: several unitialized vars
13397:
13398: 2003-11-19 paf
13399:
13400: * src/classes/op.C: more ansi C++ comp
13401:
13402: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13403: src/main/pa_request.C: ^cache[...]{body}{catch block with
13404: $exception.handled[cache] meaning "get expired cache, if any.
13405: else error"}
13406:
13407: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13408: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13409: ^cache[...]{body}{catch code with $exception.cache field}
13410:
13411: 2003-11-12 paf
13412:
13413: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13414: [copy/paste bug]
13415:
13416: 2003-11-11 paf
13417:
13418: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13419: failed]
13420:
13421: 2003-11-10 paf
13422:
13423: * src/types/pa_vconsole.h: flush
13424:
13425: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13426: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13427: read/write [for nntp]
13428:
13429: * operators.txt: mysql: transaction support: ?autocommit=0
13430:
13431: * operators.txt: comment: updated
13432:
13433: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13434: serialize version and exipire now removes entries
13435:
13436: * operators.txt: ^hashfile.delete[] removes files altogether [and
13437: dir, if could]
13438:
13439: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13440: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13441: removes files altogether [and dir, if could]
13442:
13443: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13444: nonexistent pair. .c coded that that was error. fixed
13445:
13446: * src/types/pa_vhashfile.C: sdbm: exception type change to
13447: file.access [regretfull can't split it to different exceptions
13448: without modifying sdbm source wich would prefer not to]
13449:
13450: 2003-11-07 paf
13451:
13452: * src/: classes/date.C, classes/file.C, classes/hash.C,
13453: classes/hashfile.C, classes/image.C, classes/table.C,
13454: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13455: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13456: main/execute.C, main/main.vcproj, main/pa_pool.C,
13457: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13458: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13459: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13460: destructing objects at request processing end
13461:
13462: 2003-11-06 paf
13463:
13464: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13465: updates
13466:
13467: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13468: to include sdbm
13469:
1.116 moko 13470: * src/include/: pa_config_includes.h, pa_version.h: our
13471: replacements of max& co only for cpp
1.95 moko 13472:
13473: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13474: upper dir, .am updated
13475:
13476: * tests/todo.txt: hashfile: done
13477:
13478: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13479: expiration [time in value. todo: move time to key]
13480:
13481: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13482:
13483: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13484: to do that in foreach, no errors, but surely wrong]
13485:
13486: * operators.txt, src/types/pa_vhashfile.C,
13487: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13488:
13489: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13490: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13491: foreach
13492:
13493: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13494: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13495:
13496: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13497: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13498:
13499: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13500: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13501: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13502: get/put [raw]
13503:
13504: * src/: classes/op.C, main/pa_os.C: just linked
13505:
13506: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13507: XmlException changes
13508:
13509: * src/: include/pa_charset.h, include/pa_globals.h,
13510: include/pa_stylesheet_connection.h, main/pa_exception.C:
13511: XmlException changes
13512:
13513: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13514:
13515: * src/: include/pa_common.h, include/pa_exception.h,
13516: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13517: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13518: main/pa_xml_exception.C: locking move to pa_os [along with
13519: pa_sleep] apr-impl locking done
13520:
13521: * configure, configure.in, operators.txt, parser3.sln,
13522: src/classes/classes.vcproj, src/classes/hashfile.C,
13523: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13524: src/include/pa_exception.h, src/include/pa_globals.h,
13525: src/include/pa_memory.h, src/include/pa_version.h,
13526: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13527: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13528: src/main/compile.tab.C, src/main/main.vcproj,
13529: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13530: src/types/Makefile.am, src/types/pa_vhash.C,
13531: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13532: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13533: again with sdbm from apache
13534:
13535: 2003-11-05 paf
13536:
13537: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13538: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13539: \parser3project dir anymore
13540:
13541: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13542: thoughtlessly from xalan]
13543:
13544: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13545: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13546: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13547:
13548: * src/main/helpers/CaseFolding.txt:
13549: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13550:
13551: 2003-11-04 paf
13552:
13553: * operators.txt: comment: ^mail:send[$.options[
13554:
13555: * src/classes/table.C: compiled on unix
13556:
1.116 moko 13557: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13558:
13559: * src/classes/mail.C: compiled on unix
13560:
13561: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13562: src/types/pa_vmail.h: !^mail:send[
13563: $.options[unix: string to append to sendmail command
13564: line]
13565:
13566: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13567: tests/todo.txt: ^table.save[... $.separator[^#09]
13568: $.encloser["] <nothing> by default
13569:
13570: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13571: !$.separator[^#09] !$.encloser["] <nothing> by
13572: default
13573:
13574: 2003-11-03 paf
13575:
13576: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13577: ^table::load[; options: !$.column-separator[^#09]
13578: !$.column-encloser["]
13579:
13580: * operators.txt, src/include/pa_config_fixed.h,
13581: src/types/pa_vrequest.C: $request:document-root
13582:
13583: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13584: [already included into uri=xxx]
13585:
13586: * operators.txt, src/classes/image.C, tests/todo.txt:
13587: ^image.gif[filename] for $response:download
13588:
13589: * src/classes/date.C: minor precaution
13590:
13591: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13592: !^date.unix-timestamp[]
13593:
13594: 2003-10-30 paf
13595:
13596: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13597: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13598:
13599: * src/classes/: date.C, image.C: improvement diagnostics:
13600: $now[^date::create[$undefined]] now is error
13601:
13602: * src/main/pa_common.C: read errors would now be reported 'actually
13603: read -1 bytes'
13604:
13605: 2003-10-24 paf
13606:
13607: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13608: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13609: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13610: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13611:
13612: 2003-10-22 paf
13613:
13614: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13615:
13616: 2003-10-21 paf
13617:
13618: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13619: fixed: string.match[g] without <'> option produced columns with
13620: NULL's, which gpf'ed at table.save time
13621:
13622: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13623: recoursion' message with intensive throw-catches fixed: incorrect
13624: name and line (one name upper then needed) in error message about
13625: problems inside try block
13626:
13627: 2003-10-10 paf
13628:
13629: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13630: check offset argument for validity did that in String::Body::pos
13631: myself http://i2/tasks/edit/?id=4577425257580789777
13632:
13633: 2003-10-07 paf
13634:
13635: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13636: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13637:
13638: 2003-10-03 paf
13639:
13640: * parser3.sln, src/include/pa_dictionary.h,
13641: src/main/pa_dictionary.C, src/main/pa_string.C,
13642: src/targets/cgi/parser3.vcproj: dictionary optimized by
13643: precalculating cstr&length
13644:
13645: 2003-10-02 paf
13646:
13647: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13648: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13649: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13650: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13651:
13652: 2003-09-30 paf
13653:
13654: * src/main/pa_string.C: string::replace bug fix [were ignoring
13655: occurrances after lang-mismatched
13656:
13657: 2003-09-29 paf
13658:
13659: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13660: helper
13661:
13662: * src/main/pa_string.C: string::serialize bug fix with
13663: zero-terminator
13664:
13665: * src/classes/table.C: ^nameless_table.save column row now has no
13666: \t at the end
13667:
13668: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13669: @postprocess now takes $response:body/download
13670:
13671: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13672: error message
13673:
13674: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13675:
13676: * src/classes/table.C: bugfix: flip: must produce nameless
13677: http://i2/tasks/edit/?id=4573405524674081244
13678:
13679: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13680: main/helpers/simple_folding.pl: utf-8 upper/lower
13681:
13682: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13683: to typo error http://i2/tasks/edit/?id=4573354650786434584
13684:
13685: 2003-09-26 paf
13686:
13687: * src/main/untaint.C: removed needless field
13688:
13689: * src/main/untaint.C: removed needless const
13690:
13691: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13692: String.for_each bug fixed [omited one-char cases]
13693:
13694: * src/include/pa_stack.h: bugfix: before collecting garbage,
13695: runtime-executor stack were cleared... BADLY
13696:
13697: * src/main/pa_string.C: ^stirng.replace code used old
13698: param-convention on langs.append, fixed that search fo the like,
13699: found none
13700:
13701: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13702: string::serialize/deserialize implemented Language enum assigned
13703: meaningful letters [more convinient for debugging. read warning
13704: before adding/changing anything]
13705:
13706: 2003-09-25 paf
13707:
13708: * src/: include/pa_string.h, include/pa_version.h,
13709: main/pa_string.C, main/untaint.C: templates and anonymous unions
13710: differences on unix
13711:
13712: * parser3.sln, src/classes/file.C, src/classes/image.C,
13713: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13714: src/classes/xdoc.C, src/classes/xnode.C,
13715: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13716: src/include/pa_charsets.h, src/include/pa_common.h,
13717: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13718: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13719: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13720: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13721: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13722: src/main/compile_tools.h, src/main/pa_charset.C,
13723: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13724: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13725: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13726: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13727: src/types/pa_vmail.C, src/types/pa_vmath.C,
13728: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13729: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13730:
13731: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13732: functions aligned to that of eeparser3 look
13733:
13734: * src/lib/cord/cordprnt.c: removed warnings
13735:
13736: 2003-09-24 paf
13737:
13738: * src/: classes/file.C, classes/image.C, classes/mail.C,
13739: classes/op.C, classes/xdoc.C, classes/xnode.C,
13740: include/pa_cache_managers.h, include/pa_charset.h,
13741: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13742: include/pa_sql_driver_manager.h, include/pa_string.h,
13743: include/pa_stylesheet_manager.h, include/pa_table.h,
13744: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13745: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13746: main/pa_sql_driver_manager.C, main/pa_string.C,
13747: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13748: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13749: types/pa_vstateless_class.h, types/pa_vstatus.C,
13750: types/pa_vxnode.C: v() functions of String::Body,
13751: String::Languages and String itself StringBody->String::Body
13752:
13753: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13754: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13755: never optimized anything. todo: somehow speed up harder cases:
13756: concatenationA+concatenationB when last block of A and first of B
13757: contain same letters
13758:
13759: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13760: lib/cord/include/cord.h: langs: speed up by joining adjucent
13761: blocks of same char [CORD_append_block]
13762:
13763: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13764: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13765: save space by extending blocks when appending block with c ==
13766: lastblock.c
13767:
13768: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13769: working yet :( but more working &understood :)
13770:
13771: * src/: classes/table.C, include/pa_string.h,
13772: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13773:
13774: 2003-09-23 paf
13775:
13776: * src/main/untaint.C: $a[ok!] $a works!
13777:
13778: * src/main/untaint.C: something even more works :)
13779:
13780: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13781: something more works :)
13782:
13783: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13784: lib/cord/cordxtra.c: something already works :)
13785:
13786: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13787: serialize&deserialize
13788:
13789: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13790: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13791: main/untaint.C: main idea implemented, details left
13792:
13793: 2003-09-22 paf
13794:
13795: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13796:
13797: * src/classes/xnode.C: copy/paste comment bugfix
13798:
13799: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13800: allocator returns 0, just die.
13801: http://i2/tasks/edit/?id=4570798492410259445
13802:
13803: * src/classes/xdoc.C: copy/paste comment bugfix
13804:
13805: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13806: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13807: xnode: getAttributeNS setAttributeNS removeAttributeNS
13808: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13809:
13810: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13811: chars due to bitwise operation signed-char error]
13812:
13813: 2003-09-19 paf
13814:
13815: * src/types/pa_wcontext.C: output message: more practical
13816: suggestion
13817:
13818: * src/main/pa_common.C, operators.txt: merged
13819: $f[^file::load[binary;http://...]] $f.tables
13820:
13821: 2003-09-02 paf
13822:
13823: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13824: flush stdout without referencing 'stdout' symbol. to hell with
13825: non-ansi libraries without 'stdout' symbol
13826:
13827: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13828: unix (users reported problems with some old libc)
13829:
13830: * src/types/pa_vdate.h: forgot initializer
13831:
13832: 2003-09-01 paf
13833:
13834: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13835: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13836: zone]
13837:
13838: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13839:
13840: 2003-08-19 paf
13841:
13842: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13843: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13844: simplified a little
13845:
13846: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13847: [lost fix from 3.0.8]
13848:
13849: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13850: visible here }
13851:
13852: bug fix
13853:
13854: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13855:
13856: * src/main/compile.tab.C: initialized couple of variables about
13857: which user reported runtime problems when parser were compiled
13858: with VC7, warning level4. study shows that later in bison
13859: they've fixed that. would migrate to latest bison someday
13860:
13861: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13862: recoding headers)
13863:
13864: * src/types/pa_vmail.C: works as before, same charset problems:
13865: gmime recodes to UTF-8 only headers, not body. so not recoding
13866: anything for now
13867:
13868: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13869: problems with body
13870:
13871: * src/types/pa_vmail.C: mail_receive just compiled
13872:
13873: 2003-08-18 paf
13874:
13875: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13876: main/main.vcproj, types/types.vcproj: win32: continued process
13877: detaching from \parser3project directory
13878:
13879: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13880: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13881: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13882: src/lib/pcre/pcre_dftables.dsp,
13883: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13884: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13885: src/types/types.dsp: moved to MSVC 7
13886:
13887: * gnu.vcproj.vspscc, parser3.vssscc,
13888: src/classes/classes.vcproj.vspscc,
13889: src/lib/cord/cord.vcproj.vspscc,
13890: src/lib/ltdl/libltdl.vcproj.vspscc,
13891: src/lib/md5/md5.vcproj.vspscc,
13892: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13893: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13894: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13895: src/targets/isapi/parser3isapi.vcproj.vspscc,
13896: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13897: moved to MSVC 7
13898:
13899: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13900: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13901: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13902: src/lib/pcre/pcre_dftables.vcproj,
13903: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13904: src/targets/cgi/parser3.vcproj,
13905: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13906: new VS project files
13907:
13908: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13909: .NET to detect Jalindi Igloo capabilities.
13910:
13911: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13912: src/classes/classes.awk, src/doc/footer.htm,
13913: src/include/pa_config_fixed.h, src/include/pa_version.h,
13914: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13915: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13916: src/types/pa_vmail.C: merged 3.1.0 latest changes
13917:
13918: 2003-08-15 paf
13919:
13920: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13921: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13922:
13923: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13924: non-ascii <yyy> now encoded correctly
13925:
13926: 2003-07-29 paf
13927:
1.116 moko 13928: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13929: dist
1.95 moko 13930:
13931: * src/types/pa_vmail.C: just started --with-mail-receive
13932:
13933: 2003-07-28 paf
13934:
1.116 moko 13935: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13936: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13937:
13938: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13939:
13940: 2003-07-25 paf
13941:
13942: * src/doc/footer.htm: year
13943:
13944: 2003-07-24 paf
13945:
13946: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13947: fix
13948:
13949: * src/include/pa_version.h: release
13950:
1.116 moko 13951: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13952:
13953: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13954: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13955: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13956: getting rid of win32xml pseudo project
13957:
13958: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13959:
1.116 moko 13960: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13961: configure.in, operators.txt, parser3.dsw,
1.95 moko 13962: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13963: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13964: src/classes/classes.C, src/classes/classes.awk,
13965: src/classes/classes.dsp, src/classes/classes.h,
13966: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13967: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13968: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13969: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13970: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13971: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13972: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13973: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13974: src/include/pa_array.h, src/include/pa_cache_managers.h,
13975: src/include/pa_charset.h, src/include/pa_charsets.h,
13976: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13977: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13978: src/include/pa_dictionary.h, src/include/pa_dir.h,
13979: src/include/pa_exception.h, src/include/pa_exec.h,
13980: src/include/pa_globals.h, src/include/pa_hash.h,
13981: src/include/pa_memory.h, src/include/pa_opcode.h,
13982: src/include/pa_operation.h, src/include/pa_pool.h,
13983: src/include/pa_pragma_pack_begin.h,
1.95 moko 13984: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13985: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13986: src/include/pa_sapi.h, src/include/pa_socks.h,
13987: src/include/pa_sql_connection.h,
13988: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13989: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13990: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13991: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13992: src/include/pa_uue.h, src/lib/Makefile.am,
13993: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13994: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13995: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13996: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13997: src/lib/cord/include/ec.h,
13998: src/lib/cord/include/private/Makefile.am,
13999: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14000: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14001: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14002: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14003: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14004: src/main/compile_tools.C, src/main/compile_tools.h,
14005: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14006: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14007: src/main/pa_charsets.C, src/main/pa_common.C,
14008: src/main/pa_dictionary.C, src/main/pa_dir.C,
14009: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14010: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14011: src/main/pa_request.C, src/main/pa_socks.C,
14012: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14013: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14014: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14015: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14016: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14017: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14018: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14019: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14020: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14021: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14022: src/targets/isapi/parser3isapi.dsp,
14023: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14024: src/types/pa_junction.h, src/types/pa_method.h,
14025: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14026: src/types/pa_vclass.C, src/types/pa_vclass.h,
14027: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14028: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14029: src/types/pa_vdouble.h, src/types/pa_venv.h,
14030: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14031: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14032: src/types/pa_vimage.C, src/types/pa_vimage.h,
14033: src/types/pa_vint.h, src/types/pa_vjunction.h,
14034: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14035: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14036: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14037: src/types/pa_vobject.C, src/types/pa_vobject.h,
14038: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14039: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14040: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14041: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14042: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14043: src/types/pa_vstring.h, src/types/pa_vtable.C,
14044: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14045: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14046: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14047: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14048: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14049: HEAD
14050:
14051: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14052: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14053: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14054: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14055: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14056: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14057: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14058: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14059: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14060: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14061: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14062: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14063: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14064: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14065: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14066: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14067: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14068: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14069: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14070: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14071: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14072: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14073: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14074: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14075: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14076: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14077: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14078: outputs/create-dir, results/001.processed, results/002.processed,
14079: results/003.processed, results/004.processed,
14080: results/005.processed, results/006.processed,
14081: results/007.processed, results/008.processed,
14082: results/009.processed, results/010.processed,
14083: results/011.processed, results/012.processed,
14084: results/013.processed, results/014.processed,
14085: results/015.processed, results/016.processed,
14086: results/017.processed, results/018.processed,
14087: results/019.processed, results/020.processed,
14088: results/021.processed, results/022.processed,
14089: results/023.processed, results/024.processed,
14090: results/025.processed, results/026.processed,
14091: results/027.processed, results/028.processed,
14092: results/029.processed, results/030.processed,
14093: results/031.processed, results/032.processed,
14094: results/033.processed, results/034.processed,
14095: results/035.processed, results/036.processed,
14096: results/037.processed, results/038.processed,
14097: results/039.processed, results/040.processed,
14098: results/041.processed, results/042.processed,
14099: results/043.processed, results/044.processed,
14100: results/045.processed, results/046.processed,
14101: results/047.processed, results/048.processed,
14102: results/049.processed, results/050.processed,
14103: results/051.processed, results/052.processed,
14104: results/053.processed, results/054.processed,
14105: results/055.processed, results/056.processed,
14106: results/057.processed, results/058.processed,
14107: results/059.processed, results/060.processed,
14108: results/061.processed, results/062.processed,
14109: results/063.processed, results/064.processed,
14110: results/065.processed, results/066.processed,
14111: results/067.processed, results/068.processed,
14112: results/069.processed, results/070.processed,
14113: results/071.processed, results/072.processed,
14114: results/073.processed, results/074.processed,
14115: results/075.processed, results/076.processed,
14116: results/077.processed, results/078.processed,
14117: results/079.processed, results/080.processed,
14118: results/081.processed, results/082.processed,
14119: results/083.processed, results/084.processed,
14120: results/085.processed, results/086.processed,
14121: results/087.processed, results/088.processed,
14122: results/089.processed, results/090.processed,
14123: results/091.processed, results/092.processed,
14124: results/093.processed, results/094.processed,
14125: results/095.processed, results/096.processed,
14126: results/097.processed, results/098.processed,
14127: results/099.processed, results/100.processed,
14128: results/101.processed, results/102.processed,
14129: results/103.processed, results/104.processed,
14130: results/105.processed, results/106.processed,
14131: results/107.processed, results/108.processed,
14132: results/109.processed, results/110.processed,
14133: results/111.processed, results/112.processed,
14134: results/113.processed, results/114.processed,
14135: results/115.processed, results/116.processed,
14136: results/117.processed, results/118.processed,
14137: results/119.processed, results/120.processed,
14138: results/121.processed, results/122.processed,
14139: results/123.processed, results/124.processed,
14140: results/125.processed, results/126.processed,
14141: results/127.processed, results/128.processed,
14142: results/129.processed, results/130.processed,
14143: results/131.processed, results/132.processed,
14144: results/133.processed, results/134.processed,
14145: results/135.processed, results/136.processed,
14146: results/137.processed, results/138.processed,
14147: results/139.processed, results/140.processed,
14148: results/141.processed: merged(copied) to HEAD from template_gc
14149:
14150: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14151: towards \parser3project not having to be in root
14152:
14153: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14154: module compiled [were minor unnecessary changes in lib/md5
14155: interface]
14156:
14157: * src/include/pa_version.h: release
14158:
14159: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14160:
14161: * src/classes/math.C: merged uuid bugfix
14162:
14163: * tests/: 141.html, results/141.processed: fixed bug with
14164: too-small-a-buffer
14165:
14166: * src/classes/math.C: uuid bugfix
14167:
14168: * tests/: 141.html, Makefile, results/005.processed,
14169: results/030.processed, results/075.processed,
14170: results/078.processed: to reflect date format change (were -
14171: become ' ')
14172:
14173: * src/classes/math.C: uuid bugfix
14174:
14175: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14176: debug/release changes
14177:
14178: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14179:
14180: 2003-07-23 paf
14181:
14182: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14183: renamed a little [to move to comman naming conv]
14184:
1.116 moko 14185: * src/targets/Makefile.am: apache13 splitted to simplify apache
14186: build
1.95 moko 14187:
14188: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14189: main/pa_request.C, main/pa_sql_driver_manager.C,
14190: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14191: stack top_index() fixed
14192:
14193: * src/main/pa_globals.C: minor style changes
14194:
14195: * src/: classes/op.C, include/pa_sql_connection.h: connection
14196: closing/caching fixed [connections were not closed/put to cache]
14197:
14198: 2003-07-22 paf
14199:
14200: * INSTALL: gc part updated stightly
14201:
14202: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14203: new sapi interface
14204:
14205: * src/classes/file.C: comment on OS
14206:
14207: * src/main/pa_string.C: removed reduntant invariant check [there is
14208: one deeper in cord lib]
14209:
14210: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14211:
14212: * src/main/pa_memory.C: out of memory is no longer coredump
14213:
14214: * INSTALL: disable-threads adviced
14215:
14216: 2003-07-21 paf
14217:
1.116 moko 14218: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14219:
14220: * src/classes/file.C: file::exec/cgi environment variables now must
14221: be UPPERCASE and A-Z 0-9 _-
14222:
14223: * src/classes/file.C: env passing fixed
14224:
14225: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14226:
14227: * src/main/pa_common.C: http:// CRLF now
14228:
14229: 2003-07-02 paf
14230:
14231: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14232: fields to reflect their real meaning
14233:
14234: 2003-06-27 paf
14235:
14236: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14237: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14238: file::exec/cgi .charset
14239:
14240: 2003-06-26 paf
14241:
14242: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14243: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14244: src/classes/table.C: fixed several uninitialized local
14245: structures. notably ^hash.foreach now inserts delimiters
14246: properly [were inserting it before first body]
14247:
14248: 2003-06-24 paf
14249:
14250: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14251:
14252: 2003-06-20 paf
14253:
14254: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14255: src/main/pa_globals.C: introducing
14256: $f[^file::load[binary;http://...]] $f.tables
14257:
14258: 2003-06-06 paf
14259:
14260: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14261: table. [were method lookup: inconsistent]
14262:
14263: 2003-06-02 paf
14264:
14265: * src/include/pa_memory.h: empty string clone fixed to return
14266: writable memory
14267:
14268: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14269: were not appended] which violated string invariant
14270:
14271: 2003-05-30 paf
14272:
14273: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14274: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14275:
14276: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14277: GMT ; RFC 822, updated by RFC 1123
14278:
14279: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14280: targets/isapi/parser3isapi.C: initialized request_info properly
14281:
14282: * src/classes/xnode.C: found minor bug, commended for future
14283:
14284: 2003-05-28 paf
14285:
14286: * src/classes/form.C: request_info.content_length can't be <0,
14287: size_t for some time
14288:
14289: 2003-05-26 paf
14290:
14291: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14292: forgotten <0 changed to !=STRING_NOT_FOUND
14293:
14294: * src/classes/math.C: merged ffffu from HEAD
14295:
14296: 2003-05-11 paf
14297:
14298: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14299:
14300: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14301: premature doc free. transformed document had xmlDoc reference
14302: stored to non-gc-memory (libgdome) added holding-reference
14303:
14304: 2003-04-29 paf
14305:
14306: * src/main/pa_globals.C: started digging on double free. on win32
14307: found that that's perfectly normal.
14308:
14309: 2003-04-25 paf
14310:
14311: * src/classes/table.C: table.join bug fix [bad limit check]
14312:
14313: * src/classes/math.C: merged from HEAD: simpiler hash_string
14314:
14315: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14316: print anything. changed to quicker and simplier code
14317:
14318: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14319: strict a check]
14320:
14321: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14322:
14323: 2003-04-24 paf
14324:
14325: * src/include/pa_table.h: too strict assert loosened
14326:
14327: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14328: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14329: report
14330:
14331: 2003-04-21 paf
14332:
1.116 moko 14333: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14334:
14335: * src/main/pa_globals.C: pcre memory management changed to use GC
14336: memory
14337:
14338: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14339: xmlMallocAtomic [author agreed to my suggestion], used that
14340:
14341: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14342:
14343: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14344: types/pa_vmail.C: attributed_meaning_to_string added
14345: L_UNSPECIFIED piece which was sortof OK, but violated string
14346: invariant [assertion barked on that] changed to L_PASS_APPEND,
14347: made that param obligatory
14348:
14349: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14350: fixed [assert helped]
14351:
14352: * src/include/pa_string.h: assert added [looking for bug]
14353:
14354: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14355: names on Win32 considered disk-global
14356:
14357: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14358: considered disk-global
14359:
14360: 2003-04-18 paf
14361:
14362: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14363: filenames
14364:
14365: * src/main/untaint.C: enabled '~' letter in filenames
14366:
14367: 2003-04-16 paf
14368:
14369: * src/classes/file.C: small bug introduced in autoptr times fixed
14370:
14371: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14372: HEAD
14373:
1.116 moko 14374: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14375:
14376: 2003-04-15 paf
14377:
14378: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14379: src/lib/md5/pa_md5c.c, tests/141.html,
14380: tests/results/141.processed: merged from head ^math:uuid[]
14381: ^math:uid64[] ^math:md5[string]
14382:
14383: test added: 141.html
14384:
14385: * operators.txt, src/classes/math.C: ^math:uid64[]
14386:
14387: * src/classes/math.C: ^math:uuid[]
14388:
14389: * operators.txt, src/classes/math.C: ^math:uuid[]
14390:
14391: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14392: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14393:
14394: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14395: src/include/pa_config_fixed.h, src/main/pa_common.C:
14396: ^file::load[mode;name; $.offset $.limit
14397:
14398: 2003-04-14 paf
14399:
14400: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14401: started ^math:md5
14402:
14403: * src/classes/table.C, src/include/pa_array.h,
14404: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14405: tests/results/140.processed: table $.reverse option works in
14406: create&co table $.distinct[tables] bug fix merged
14407:
14408: * src/: classes/table.C, include/pa_table.h: table
14409: $.distinct[tables] bug fixed
14410:
14411: * src/classes/table.C: more warnings
14412:
14413: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14414: removed checks in table::set_current, moved them back to
14415: table::locate implemented table::create/join ñ $.reverse
14416:
14417: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14418: removed checks in table::set_current, moved them back to
14419: table::locate
14420:
14421: 2003-04-11 paf
14422:
14423: * operators.txt, src/classes/date.C, src/classes/table.C,
14424: src/include/pa_array.h, src/include/pa_common.h,
14425: src/include/pa_config_includes.h, src/include/pa_string.h,
14426: src/include/pa_table.h, src/main/pa_request.C,
14427: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14428: src/main/pa_table.C: merged from HEAD from
14429: before_append_array_limit_sense_change to
14430: after_append_array_limit_sense_change
14431:
14432: * src/classes/table.C: typo
14433:
14434: * operators.txt, src/classes/date.C, src/classes/table.C,
14435: src/include/pa_array.h, src/include/pa_common.h,
14436: src/include/pa_config_includes.h, src/include/pa_globals.h,
14437: src/include/pa_table.h, src/main/pa_array.C,
14438: src/main/pa_globals.C, src/main/pa_request.C,
14439: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14440: src/main/pa_table.C: append_array_limit_sense_change locate
14441: accepts options same as create new option: $.reverse(1) [do not
14442: work in table::create]
14443:
14444: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14445: (stat xxx,
14446:
14447: * src/classes/: table.C: typo
14448:
14449: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14450: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14451: results/130.processed, results/131.processed,
14452: results/132.processed, results/133.processed,
14453: results/134.processed, results/135.processed,
14454: results/136.processed, results/137.processed,
14455: results/138.processed, results/139.processed: added few mustfail
14456: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14457: date/time 132.html mustfail: access to junction outside of
14458: context 133.html mustfail: access to junction outside of context,
14459: case version 134.html mustfail: hash: adding a key inside of
14460: foreach 135.html mustfail: modifying system class 136.html
14461: mustfail: $.name outside of $hash[here] 137.html mustfail:
14462: appendChild without import 138.html mustfail: invalid encoding
14463: inside of xml 139.html mustfail: bad XPath
14464:
14465: * operators.txt, src/classes/table.C, tests/084.html,
14466: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14467: tests/129.html, tests/results/125.processed,
14468: tests/results/126.processed, tests/results/127.processed,
14469: tests/results/128.processed, tests/results/129.processed: merged
14470: from HEAD ^table.hash[key][$.distinct[tables]]
14471:
14472: maked appropriate tests [changed one old nonconforming]
14473:
14474: * operators.txt, src/classes/table.C:
14475: ^table.hash[key][$.distinct[tables]]
14476:
14477: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14478: merged fix for found very old xml (dom) bug: were passing
14479: domString objects and later ERROREOUSLY freed them
14480:
14481: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14482: src/main/pa_charset.C: re-added libgdome patch. regretfully
14483: libgdome bug can not be worked around
14484:
14485: 2003-04-10 paf
14486:
14487: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14488: found very old xml (dom) bug: were passing domString objects and
14489: later ERROREOUSLY freed them
14490:
14491: * src/doc/string.dox, src/include/pa_memory.h,
14492: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14493: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14494: tests/123.html, tests/124.html, tests/results/001.processed,
14495: tests/results/002.processed, tests/results/003.processed,
14496: tests/results/004.processed, tests/results/005.processed,
14497: tests/results/006.processed, tests/results/008.processed,
14498: tests/results/009.processed, tests/results/010.processed,
14499: tests/results/011.processed, tests/results/012.processed,
14500: tests/results/013.processed, tests/results/014.processed,
14501: tests/results/015.processed, tests/results/016.processed,
14502: tests/results/017.processed, tests/results/018.processed,
14503: tests/results/020.processed, tests/results/021.processed,
14504: tests/results/022.processed, tests/results/023.processed,
14505: tests/results/024.processed, tests/results/025.processed,
14506: tests/results/026.processed, tests/results/027.processed,
14507: tests/results/028.processed, tests/results/029.processed,
14508: tests/results/030.processed, tests/results/031.processed,
14509: tests/results/032.processed, tests/results/033.processed,
14510: tests/results/034.processed, tests/results/035.processed,
14511: tests/results/036.processed, tests/results/037.processed,
14512: tests/results/038.processed, tests/results/039.processed,
14513: tests/results/040.processed, tests/results/041.processed,
14514: tests/results/042.processed, tests/results/043.processed,
14515: tests/results/044.processed, tests/results/045.processed,
14516: tests/results/046.processed, tests/results/047.processed,
14517: tests/results/048.processed, tests/results/049.processed,
14518: tests/results/050.processed, tests/results/051.processed,
14519: tests/results/052.processed, tests/results/053.processed,
14520: tests/results/054.processed, tests/results/055.processed,
14521: tests/results/056.processed, tests/results/057.processed,
14522: tests/results/058.processed, tests/results/059.processed,
14523: tests/results/060.processed, tests/results/061.processed,
14524: tests/results/062.processed, tests/results/063.processed,
14525: tests/results/064.processed, tests/results/065.processed,
14526: tests/results/066.processed, tests/results/067.processed,
14527: tests/results/068.processed, tests/results/069.processed,
14528: tests/results/070.processed, tests/results/071.processed,
14529: tests/results/072.processed, tests/results/073.processed,
14530: tests/results/074.processed, tests/results/075.processed,
14531: tests/results/076.processed, tests/results/077.processed,
14532: tests/results/078.processed, tests/results/079.processed,
14533: tests/results/080.processed, tests/results/081.processed,
14534: tests/results/082.processed, tests/results/083.processed,
14535: tests/results/084.processed, tests/results/085.processed,
14536: tests/results/086.processed, tests/results/087.processed,
14537: tests/results/088.processed, tests/results/089.processed,
14538: tests/results/090.processed, tests/results/091.processed,
14539: tests/results/092.processed, tests/results/093.processed,
14540: tests/results/094.processed, tests/results/095.processed,
14541: tests/results/096.processed, tests/results/097.processed,
14542: tests/results/101.processed, tests/results/102.processed,
14543: tests/results/104.processed, tests/results/105.processed,
14544: tests/results/106.processed, tests/results/107.processed,
14545: tests/results/108.processed, tests/results/109.processed,
14546: tests/results/110.processed, tests/results/111.processed,
14547: tests/results/112.processed, tests/results/113.processed,
14548: tests/results/114.processed, tests/results/115.processed,
14549: tests/results/116.processed, tests/results/117.processed,
14550: tests/results/118.processed, tests/results/119.processed,
14551: tests/results/120.processed, tests/results/121.processed,
14552: tests/results/122.processed, tests/results/123.processed,
14553: tests/results/124.processed: new convention: char* never 0.
14554: assert in cord on that
14555:
14556: * src/main/pa_charset.C: couple more asserts
14557:
14558: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14559: speedup
14560:
14561: * src/main/pa_charset.C: couple assertions on fantastic situations
14562: added [may be those is the case now?]
14563:
14564: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14565: that's memory from gc_malloc, not from g_malloc :(, but would
14566: hope]
14567:
14568: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14569: that's memory from gc_malloc, not from g_malloc :(, but would
14570: hope]
14571:
14572: * src/main/pa_charset.C: checked custom malloc for returning 0
14573:
14574: 2003-04-09 paf
14575:
14576: * src/classes/date.C: merged ^date.roll changes
14577:
14578: * src/classes/date.C: ^date.roll bug fix
14579:
14580: * src/classes/date.C: ^date.roll now throws less errors: month
14581: shifts handles end of month situation by reducing day number
14582: hour-hole shift reduces hour to recover
14583:
14584: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14585: Sort by function time
14586:
14587: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14588: http:// $.charset[] param done
14589:
14590: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14591: added [after volatile fix. passes on win&intel-solaris]
14592:
14593: 2003-04-08 paf
14594:
14595: * src/: classes/file.C, classes/op.C, classes/table.C,
14596: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14597: include/pa_common.h, include/pa_request_charsets.h,
14598: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14599: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14600: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14601: types/pa_vresponse.C: started http:// $.charset[] param and
14602: http response charset detection just compiled. todo:test
14603:
14604: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14605:
14606: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14607: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14608: types/pa_vmail.C: changed transcode param converntion along with
14609: string creating convention -- all strings are zero-terminated,
14610: this allowed to fix one remaining String("123", 2) case
14611:
14612: * src/: classes/date.C, classes/file.C, classes/hash.C,
14613: classes/op.C, classes/string.C, classes/table.C,
14614: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14615: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14616: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14617: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14618: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14619: violated String::invariant. started fixing [not compiled now]
14620:
14621: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14622: main/compile.tab.C, main/compile.y, main/pa_string.C,
14623: main/untaint.C, targets/cgi/parser3.C: number of string style
14624: improvements & optimizations
14625:
14626: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14627: :(]
14628:
14629: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14630: [for it's a pointer really]
14631:
14632: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14633: 'n' param. worked that around
14634:
14635: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14636: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14637: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14638: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14639: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14640:
14641: Thanks for the bug report and patch.
14642:
14643: I hadn't looked at this code in a while. Reading it now, it
14644: seems to me that the tests should also be ">= MAX_DEPTH" to
14645: comply with the invariant, though that may not matter a lot. I
14646: changed that, too.
14647:
14648: Hans
14649:
14650: 2003-04-07 paf
14651:
14652: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14653: merged from head:safe mode error message now includes numbers
14654:
14655: * src/main/execute.C: n-th attempt to make a=a work with double.
14656: problem: as_double returns it's result in fp-register compiler
14657: optimizes access to that register after b->as_double, and just
14658: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14659: from memory. _SAME_ double values do not match here. when
14660: forced to REload fp-register, values do match.
14661:
14662: tried to make them volatile.
14663:
14664: * src/main/execute.C: n-th attempt to make a=a work with double.
14665: problem: as_double returns it's result in fp-register compiler
14666: optimizes access to that register after b->as_double, and just
14667: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14668: from memory. _SAME_ double values do not match here. when
14669: forced to REload fp-register, values do match.
14670:
14671: tried to make them volatile.
14672:
14673: * src/types/pa_vobject.h: small style change
14674:
14675: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14676:
14677: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14678: mode error message now includes numbers
14679:
14680: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14681: now causes death
14682:
14683: 2003-04-04 paf
14684:
14685: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14686: incorportated pa_exec patch by From: "Victor Fedoseev"
14687: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14688: Sent: Thursday, January 23, 2003 9:14 AM
14689:
14690: huge speedup on ^file::cgi with big result
14691:
14692: * src/classes/table.C: sort table with 0 rows bug fixed
14693:
14694: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14695: fix http://i2/tasks/edit/?id=4493701604654042676
14696:
14697: @main[] $with_default[ $.a[1] $._default[default from
14698: with_default] ] ^show[$with_default]
14699:
14700: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14701: =$to_add_to.xxx=<br>
14702:
14703: ^show[$to_add_to]
14704:
14705: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14706: ^show[$cloned]
14707:
14708: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14709:
14710: } <hr>
14711:
14712: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14713: http://i2/tasks/edit/?id=4493701604654042676
14714:
14715: @main[] $with_default[ $.a[1] $._default[default from
14716: with_default] ] ^show[$with_default]
14717:
14718: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14719: =$to_add_to.xxx=<br>
14720:
14721: ^show[$to_add_to]
14722:
14723: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14724: ^show[$cloned]
14725:
14726: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14727:
14728: } <hr>
14729:
14730: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14731: http://i2/tasks/edit/?id=4507350336410850921
14732:
14733: * src/classes/xdoc.C: memory allocation func bugfix
14734: http://i2/tasks/edit/?id=4499303470368629745
14735:
14736: * src/classes/math.C: allowed random 1...
14737:
14738: * src/classes/math.C: allowed random 0..
14739:
14740: * src/main/pa_globals.C: exif mem leak
14741: http://i2/tasks/edit/?id=4480590323629807263
14742:
14743: * src/: classes/classes.dsp, main/main.dsp,
14744: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14745: fix http://i2/tasks/edit/?id=4493946731322521294
14746: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14747:
14748: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14749: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14750: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14751: links to xml libs made relative, no need to unpack parser3project
14752: to /parser3project.
14753:
14754: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14755: column more precise - tab handling bug fixed
14756:
14757: * src/main/: compile.tab.C, compile.y: more understandable error
14758: message in case @CLASS with more then one line inside
14759:
14760: * src/targets/cgi/parser3.C: more understandable error message in
14761: case of errors in @unhandled_exception
14762:
14763: 2003-04-03 paf
14764:
14765: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14766: src/main/compile.tab.C, src/main/compile.y,
14767: src/main/compile_tools.C, src/main/compile_tools.h,
14768: src/main/execute.C, src/main/pa_request.C: debug info format
14769: simplified, now it's: OP_VALUE Operation::Origin << here value*
14770:
14771: higher limits: file number (max: 255) line number (max:
14772: 64535) column number (max: 255)
14773:
14774: * src/classes/math.C: top limit
14775:
14776: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14777: precise parse error position in case of
14778:
14779: ^bug ]
14780:
14781: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14782: changed to realities, and passed [bug fixed]
14783:
14784: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14785: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14786: main/compile_tools.h, main/pa_request.C: introducing
14787: ^process...[main-method-alias]
14788:
14789: * src/: classes/date.C, classes/image.C, classes/op.C,
14790: classes/string.C, classes/table.C, classes/xdoc.C,
14791: types/pa_vmethod_frame.h: MethodParams& now [methods without
14792: params receive zero reference, but they are expected not to look
14793: there]
14794:
14795: * operators.txt, src/classes/date.C, src/classes/double.C,
14796: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14797: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14798: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14799: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14800: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14801: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14802: [methods without params receive zero reference, but they are
14803: expected not to look there]
14804:
14805: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14806: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14807: ^process...[filename] useful for better error reporting
14808: [file/line/col]
14809:
14810: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14811: types/pa_vstring.h: slightly improved error messages text: 1. is
14812: '%s', it 2. method undefined in case of ^void[]
14813:
14814: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14815: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14816: handling done. now we have error columns todo: test it
14817:
14818: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14819: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14820:
14821: this makes life easier: were: bad stack order -- were in
14822: exception catch unwind order, which didn't match execution order
14823:
14824: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14825:
14826: @first[] ^throw[a;1]
14827:
14828: showed throw a first throw b try
14829:
14830: which is no good
14831:
14832: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14833: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14834: trace reset after handled exception [old bug fixed]
14835:
14836: * src/main/: compile.tab.C, compile.y: parse position old bug
14837: fixed. position reporting made precise [both, in parse erros and
14838: runtime errors]
14839:
14840: 2003-04-02 paf
14841:
14842: * src/: include/pa_operation.h, include/pa_request.h,
14843: main/compile.C, main/compile.tab.C, main/compile.y,
14844: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14845: main/pa_exception.C, main/pa_request.C: debug info: started
14846: using. todo:complete
14847:
14848: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14849: main/compile.C, main/compile.tab.C, main/compile.y,
14850: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14851: main/pa_request.C: prepared debug info todo:use it
14852:
14853: * src/include/pa_operation.h: strange mistake fixed: forgot to
14854: return Operation class->union after switching from autoptrs.
14855:
14856: * tests/: Makefile, results/108.processed, results/117.processed:
14857: meta considered OK [it's up to coder now to remove it not needed]
14858:
14859: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14860: Dictionary constructor when moved to gc]
14861:
14862: * src/main/pa_common.C: uncommented http:// file loading
14863:
14864: * src/include/pa_array.h, src/main/execute.C,
14865: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14866: fix [gdGrowingBuf]
14867:
14868: * configure.in, src/lib/Makefile.am: removed patches
14869:
14870: * configure, src/include/pa_config_auto.h.in,
14871: src/main/pa_charset.C: --enable-assertions autoconf-ed
14872:
14873: * src/main/pa_common.C: uncommented http:// file loading
14874:
14875: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14876: xdoc::create/load
14877:
14878: * src/: classes/form.C, classes/hash.C, classes/image.C,
14879: classes/string.C, classes/table.C, classes/void.C,
14880: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14881: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14882: String::String(str,helper_length) are checked. found/fixed one
14883: place: $request:body now zero-terminated,
14884:
14885: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14886: main/compile_tools.C, main/execute.C, types/pa_value.h,
14887: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14888: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14889: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14890: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14891: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14892: types/pa_vxnode.h: more locally scoped vars in execute (more
14893: easily optimizable)
14894:
14895: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14896: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14897:
14898: * src/: include/pa_array.h, include/pa_stack.h,
14899: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14900: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14901: become assertion iterator in methodframe filler
14902:
14903: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14904: targets/cgi/parser3.C: array::get/put inlined
14905:
14906: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14907: gc_substitute_memory_management_functions +installed CORD_oom
14908: function
14909:
14910: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14911: src/include/pa_config_includes.h, src/include/pa_string.h,
14912: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14913: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14914: assertions started configure.in --enable-assertions
14915:
14916: 2003-04-01 paf
14917:
14918: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14919: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14920: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14921: gdome uses glib memory, and stores last pointer to xmlDoc there,
14922: gc misses that and collects valid memory fixed by remembering
14923: xmlDoc from dom object in xdoc. todo: do something with
14924: premature free of xdoc with xnodes/node values referring into it
14925:
14926: * src/classes/: mail.C: typo fix
14927:
14928: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14929: changes
14930:
14931: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14932: main/pa_memory.C: moved memory debugging to global level: to
14933: pa_gc_malloc
14934:
14935: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14936: debugging showed no errors. todo: debug parser memory
14937:
14938: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14939: configurations
14940:
14941: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14942: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14943: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14944: types/types.dsp: prepared xml-static configuration
14945:
14946: 2003-03-31 paf
14947:
14948: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14949: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14950: xml lib memory debugging, simple checks failed: it seems that
14951: library does realloc(bad ptr), and recording those ptrs in heap
14952: [for debugging] was bad: heap situation changes = everything
14953: works fine
14954:
14955: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14956: xmlRegisterCharEncodingHandler limitation [currently imposed
14957: limit of 10 user-defined charsets]
14958:
14959: 2003-03-28 paf
14960:
14961: * src/main/execute.C: execution stack copied to local register
14962: variable, removed lots [~2e7) of memory accesses
14963:
14964: 2003-03-27 paf
14965:
14966: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14967: works in debug, but fails in release todo: fix that
14968:
14969: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14970: targets/cgi/parser3.C: forgot to merge XML memory funcs
14971: replacement from gc branch
14972:
14973: * src/main/pa_exec.C: introducing append_help_length [radical
14974: improvement here]
14975:
14976: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14977: 'not recommened' in gc.h, on win32 noticed no difference]
14978:
14979: * src/include/pa_array.h: returned checked array get [were disabled
14980: for debugging] result:not slower [don't understand that, it were
14981: INLINED] todo: find out a way of inlining it!
14982:
14983: * src/: include/pa_string.h, lib/gc/include/gc.h,
14984: lib/gc/include/gc_fake.h, main/compile.tab.C,
14985: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14986: convention changed: all resulting strings are zero-terminated
14987:
14988: * src/: classes/date.C, classes/file.C, classes/hash.C,
14989: classes/string.C, classes/table.C, classes/void.C,
14990: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14991: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14992: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14993: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14994: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14995: types/pa_vfile.C, types/pa_vmail.C: introducing
14996: append_help_length [radical improvement here]
14997:
14998: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14999: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15000: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15001: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15002: even slower
15003:
15004: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15005: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15006: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15007: clients of &get(): most to use non-ref version, some[in tight
15008: places] to get_unchecked_ref
15009:
15010: * src/doc/memory.dox: forgot to add
15011:
15012: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15013: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15014: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15015: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15016: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15017: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15018: targets/cgi/parser3.dsp, types/pa_vmail.C,
15019: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15020: T>>&<< removed after Stack::pop wiping removed [moved to separate
15021: func] other Array & removed
15022:
15023: 2003-03-26 paf
15024:
15025: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15026: classes/table.C, include/pa_array.h, include/pa_charset.h,
15027: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15028: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15029: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15030: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15031: main/pa_exec.C, main/pa_sql_driver_manager.C,
15032: main/pa_stylesheet_manager.C, main/pa_table.C,
15033: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15034: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15035: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15036: pre-evaluated .count() in some places
15037:
15038: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15039: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15040: types/types.dsp: .dsp profiling updated
15041:
15042: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15043: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15044: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15045:
15046: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15047: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15048: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15049: use lib/gc,lib/cord
15050:
1.116 moko 15051: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15052: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15053: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15054: src/include/pa_config_includes.h, src/include/pa_request.h,
15055: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15056: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15057: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15058: src/lib/cord/include/Makefile.am,
1.116 moko 15059: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15060: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15061: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15062: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15063: src/types/pa_vform.h, src/types/pa_vhash.h,
15064: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15065: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15066: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15067: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15068: funcs ported pa_exec
1.95 moko 15069:
15070: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15071:
15072: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15073: bundled gc includes
15074:
15075: * src/: classes/op.C, include/pa_array.h,
15076: include/pa_sql_connection.h, include/pa_string.h,
15077: include/pa_version.h, main/compile.tab.C, main/compile.y,
15078: main/execute.C, main/pa_common.C, main/pa_exception.C,
15079: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15080: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15081: first real site (aval)]
15082:
15083: 2003-03-25 paf
15084:
15085: * operators.txt, src/main/pa_sql_driver_manager.C,
15086: src/types/pa_vstatus.C: $status.memory used free since_compact
15087: process
15088:
15089: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15090: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15091:
15092: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15093:
15094: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15095: src/types/pa_value.h, src/types/pa_vfile.h,
15096: src/types/pa_vobject.C, src/types/pa_vobject.h,
15097: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15098: tests/results/121.processed: untaint.C L_URI
15099:
15100: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15101: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15102: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15103: src/types/pa_vmemory.h: ^memory:compact[]
15104:
15105: * tests/results/109.processed: it was a bug in parser. updated 109
15106: test result
15107:
15108: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15109:
15110: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15111: tests/results/107.processed: fixed dom language [values are now
15112: considered tainted. it was a bug in parser. updated 107 test
15113: result
15114:
15115: * src/classes/xdoc.C: fixed transform params
15116:
15117: * src/: include/pa_stylesheet_manager.h,
15118: main/pa_stylesheet_manager.C: fixed stylesheet caching
15119:
15120: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15121: overloads for structure handling
15122:
15123: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15124: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15125: StringBody(0) ambiguilty, introducting static
15126: StringBody::Format(int)
15127:
15128: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15129: linked
15130:
15131: * src/types/pa_vxdoc.C: vxdoc compiled
15132:
15133: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15134: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15135: finalizers isntalled
15136:
15137: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15138: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15139: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15140: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15141: compiled todo: xnode.C / finalizers
15142:
15143: * src/doc/string.dox: updated: new string internals
15144:
15145: 2003-03-24 paf
15146:
15147: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15148: include/pa_charset.h, include/pa_config_fixed.h,
15149: include/pa_request.h, include/pa_stylesheet_connection.h,
15150: include/pa_stylesheet_manager.h, main/pa_charset.C,
15151: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15152: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15153: types/pa_vxnode.h: started XML
15154:
15155: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15156:
15157: * src/: classes/file.C, classes/image.C, classes/mail.C,
15158: include/pa_string.h, main/pa_common.C,
15159: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15160:
15161: * src/: classes/file.C, classes/image.C, classes/mail.C,
15162: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15163: main/pa_request.C, main/pa_sql_driver_manager.C,
15164: types/pa_vimage.h: size_t pos everywhere checks changed to check
15165: for eq STRING_NOT_FOUND
15166:
15167: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15168: optimize bit implemented
15169:
15170: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15171: String::ArrayFragment::append_positions fixed
15172:
15173: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15174: String::this_starts fixed
15175:
15176: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15177:
15178: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15179: hashcode implemented fully, including per-char callback [it can
15180: be - substr CORD node]
15181:
15182: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15183: rewritten to rewalloc with 100byte buf ahead
15184:
15185: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15186: src/include/pa_string.h, src/main/compile.tab.C,
15187: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15188: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15189: CORD_ec [bad] would rewrite as realloc now
15190:
15191: * src/: classes/date.C, classes/file.C, classes/form.C,
15192: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15193: include/pa_cache_managers.h, include/pa_charsets.h,
15194: include/pa_common.h, include/pa_request.h,
15195: include/pa_sql_driver_manager.h, include/pa_table.h,
15196: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15197: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15198: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15199: types/pa_vmail.C, types/pa_vmethod_frame.C,
15200: types/pa_vstateless_class.h: 2*2 worked :)
15201:
15202: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15203: src/include/pa_exec.h, src/include/pa_string.h,
15204: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15205: passed OK
15206:
15207: * src/: classes/hash.C, classes/string.C, classes/table.C,
15208: types/pa_value.C: all linked todo: debug
15209:
15210: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15211: types/pa_vstateless_class.C: all compiled. todo:link
15212:
15213: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15214:
15215: * src/types/pa_vtable.C: pa_vtable.C compiled
15216:
15217: * src/types/pa_vstring.C: pa_vstring.C compiled
15218:
15219: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15220:
15221: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15222: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15223: pa_vstateless_class.C, pa_vstateless_class.h:
15224: pa_vstateless_class.C compiled
15225:
15226: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15227: types/pa_vmath.C: pa_vmail.C compiled
15228:
15229: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15230:
15231: * src/types/pa_vform.C: pa_vform.C compiled
15232:
15233: * src/types/pa_vfile.C: pa_vfile.C compiled
15234:
15235: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15236: pa_vstateless_class.C: pa_vcookie.C compiled
15237:
15238: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15239: types/pa_vhash.h: pa_value.C compiled
15240:
15241: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15242: classes.lib main.lib compiled
15243:
15244: * src/classes/void.C: void.C compiled
15245:
15246: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15247: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15248: compiled
15249:
15250: * src/: classes/string.C, include/pa_request.h,
15251: include/pa_string.h, main/pa_string.C: string.C compiled
15252:
15253: * src/: classes/op.C, classes/string.C, classes/table.C,
15254: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15255: main/pa_request.C, main/pa_string.C: op.C compiled
15256:
15257: * src/classes/: math.C, op.C: math.C compiled
15258:
15259: * src/: classes/mail.C, classes/string.C, classes/table.C,
15260: types/pa_vmail.h: mail.C compiled
15261:
15262: * src/classes/: int.C, table.C: int.C compiled
15263:
15264: * src/: classes/hash.C, classes/image.C, classes/string.C,
15265: classes/table.C, include/pa_memory.h, include/pa_string.h,
15266: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15267: compiled
15268:
15269: * src/: classes/hash.C, classes/string.C, classes/table.C,
15270: classes/void.C, classes/xdoc.C, include/pa_request.h,
15271: include/pa_sql_connection.h: hash.C compiled
15272:
15273: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15274: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15275: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15276: classes/math.C, classes/op.C, classes/response.C,
15277: classes/string.C, classes/table.C, classes/void.C,
15278: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15279: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15280: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15281: file.C table.C compiled
15282:
15283: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15284: main/untaint.C: main.lib compiled
15285:
15286: 2003-03-21 paf
15287:
15288: * src/: classes/op.C, include/pa_cache_managers.h,
15289: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15290: include/pa_stylesheet_manager.h, main/pa_exception.C,
15291: main/pa_globals.C, main/pa_sql_driver_manager.C,
15292: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15293: compiled
15294:
15295: * src/: classes/hash.C, classes/image.C, classes/op.C,
15296: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15297: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15298: main/compile.C, main/pa_common.C, main/pa_request.C,
15299: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15300: pa_request.C compiled
15301:
15302: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15303: include/pa_request.h, main/execute.C, main/pa_request.C,
15304: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15305: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15306: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15307: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15308: compiled
15309:
15310: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15311: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15312: on unix
15313:
15314: * src/: include/pa_charset.h, include/pa_charsets.h,
15315: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15316: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15317: pa_charsets.C compiled
15318:
15319: * src/: classes/image.C, classes/mail.C, classes/op.C,
15320: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15321: main/compile.y, main/execute.C, main/pa_common.C,
15322: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15323: types/pa_vcode_frame.h, types/pa_vimage.h,
15324: types/pa_vmethod_frame.h: execute.C compiled
15325:
15326: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15327: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15328: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15329: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15330: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15331: include/pa_cache_managers.h, include/pa_charsets.h,
15332: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15333: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15334: include/pa_sql_driver_manager.h, include/pa_string.h,
15335: include/pa_stylesheet_connection.h,
15336: include/pa_stylesheet_manager.h, include/pa_table.h,
15337: main/compile.C, main/compile.tab.C, main/compile.y,
15338: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15339: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15340: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15341: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15342: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15343: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15344: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15345: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15346: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15347: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15348: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15349: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15350: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15351: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15352: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15353: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15354: types/pa_vresponse.h, types/pa_vstateless_class.C,
15355: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15356: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15357: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15358: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15359: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15360: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15361: [C++ CORD wrapper]
15362:
15363: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15364:
15365: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15366: $file::exec/cgi[script; $.charset[this is script's charset]
15367:
15368: command line, env values, input got transcoded before call
15369: stdout, stderr got transcoded after call
15370:
15371: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15372: by default. use: ^file::exec[...;$.stdin[$request.body]
15373:
15374: * src/main/pa_common.C: } typo bug fix
15375:
15376: * src/main/pa_common.C: } typo bug fix
15377:
15378: 2003-03-20 paf
15379:
15380: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15381: main/untaint.C: cord bug fix, but still errors todo: clear out
15382:
15383: * src/include/pa_string.h: more tests
15384:
15385: * src/main/pa_string.C: string.pos fixed
15386:
1.116 moko 15387: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15388: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15389: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15390: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15391: replaces
1.95 moko 15392:
15393: * src/: classes/image.C, include/pa_dictionary.h,
15394: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15395: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15396: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15397: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15398:
15399: * src/include/pa_string.h: warning
15400:
15401: * src/include/pa_string.h: this_starts fixed
15402:
15403: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15404: new String ctor & append params convention
15405:
15406: * src/: classes/file.C, classes/hash.C, classes/image.C,
15407: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15408: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15409: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15410: main/pa_exception.C, main/pa_exec.C,
15411: main/pa_sql_driver_manager.C, main/pa_string.C,
15412: main/pa_stylesheet_manager.C, main/untaint.C,
15413: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15414: types/pa_vmail.C: more tests OK
15415:
15416: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15417: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15418: gc/exit runned OK
15419:
15420: * src/types/pa_vmail.C: another naming problem: should not name
15421: vars like that: unpredictable close caused problems with later
15422: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15423: descriptors missing on startup: stdin; Bad file number
15424:
15425: todo: find out why so many filters(stream) here. probably wrong?
15426:
15427: * src/: include/pa_dictionary.h, include/pa_string.h,
15428: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15429: main/untaint.C: test compiled
15430:
15431: * src/: classes/image.C, classes/mail.C, classes/math.C,
15432: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15433: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15434: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15435: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15436: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15437: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15438: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15439: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15440: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15441:
15442: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15443: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15444: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15445: src/include/pa_memory.h, src/include/pa_request.h,
15446: src/include/pa_request_charsets.h,
15447: src/include/pa_sql_connection.h, src/include/pa_string.h,
15448: src/main/compile.tab.C, src/main/execute.C,
15449: src/main/pa_charset.C, src/main/pa_common.C,
15450: src/main/pa_exception.C, src/main/pa_exec.C,
15451: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15452: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15453: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15454: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15455: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15456: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15457: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15458: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15459: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15460: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15461: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15462: pa_common.C [done, without http for now]
15463:
15464: 2003-03-19 paf
15465:
15466: * src/: classes/date.C, classes/form.C, classes/hash.C,
15467: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15468: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15469: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15470: include/pa_string.h, include/pa_table.h, main/compile.C,
15471: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15472: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15473: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15474: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15475: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15476: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15477: types/pa_vstateless_class.h, types/pa_vtable.C,
15478: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15479: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15480: types/pa_wwrapper.h: started test
15481:
1.116 moko 15482: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15483: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15484:
15485: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15486: include/pa_string.h, main/pa_string.C: string compiled todo: test
15487: it
15488:
15489: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15490: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15491: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15492: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15493: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15494: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15495: types/pa_vmethod_frame.h, types/types.dsp: string
15496: reimplementation with cord+array<fragment>: 70%
15497:
15498: 2003-03-18 paf
15499:
15500: * src/: classes/date.C, classes/file.C, classes/form.C,
15501: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15502: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15503: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15504: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15505: can ignore lang in cmp and pos really, but would
15506: split properly!
15507:
15508: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15509: cord part made parser/src/lib: it's not compiled into libgc by
15510: default
15511:
15512: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15513: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15514: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15515: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15516: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15517: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15518: src/classes/xnode.C, src/classes/xnode.h,
15519: src/include/Makefile.am, src/include/pa_cache_managers.h,
15520: src/include/pa_charset.h, src/include/pa_charsets.h,
15521: src/include/pa_common.h, src/include/pa_dictionary.h,
15522: src/include/pa_exception.h, src/include/pa_exec.h,
15523: src/include/pa_globals.h, src/include/pa_hash.h,
15524: src/include/pa_memory.h, src/include/pa_pool.h,
15525: src/include/pa_request.h, src/include/pa_request_charsets.h,
15526: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15527: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15528: src/include/pa_stylesheet_connection.h,
15529: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15530: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15531: src/main/compile.C, src/main/compile.tab.C,
15532: src/main/compile_tools.C, src/main/compile_tools.h,
15533: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15534: src/main/pa_charsets.C, src/main/pa_common.C,
15535: src/main/pa_dictionary.C, src/main/pa_exception.C,
15536: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15537: src/main/pa_pool.C, src/main/pa_request.C,
15538: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15539: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15540: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15541: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15542: src/types/pa_junction.h, src/types/pa_method.h,
15543: src/types/pa_value.C, src/types/pa_value.h,
15544: src/types/pa_vclass.C, src/types/pa_vclass.h,
15545: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15546: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15547: src/types/pa_vdouble.h, src/types/pa_venv.h,
15548: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15549: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15550: src/types/pa_vimage.C, src/types/pa_vimage.h,
15551: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15552: src/types/pa_vmath.C, src/types/pa_vmath.h,
15553: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15554: src/types/pa_vobject.C, src/types/pa_vobject.h,
15555: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15556: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15557: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15558: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15559: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15560: src/types/pa_vstring.h, src/types/pa_vtable.C,
15561: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15562: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15563: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15564: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15565: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15566: gc: PA_Object done lots of replacements also
15567:
15568: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15569: gc logging
15570:
15571: 2003-03-17 paf
15572:
15573: * src/: classes/date.C, classes/file.C, classes/form.C,
15574: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15575: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15576: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15577: include/pa_string.h, include/pa_types.h, main/compile.C,
15578: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15579: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15580: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15581: main/pa_sql_driver_manager.C, main/pa_string.C,
15582: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15583: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15584: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15585: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15586: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15587: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15588: types/pa_vxnode.h: libgc attempt
15589:
15590: 2003-03-13 paf
15591:
15592: * src/: include/pa_sql_driver_manager.h,
15593: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15594: called
15595:
15596: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15597: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15598: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15599: types/pa_value.h, types/pa_vobject.h,
15600: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15601: set_base, set_derived simplified [counter leaks fixed]
15602:
15603: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15604: src/types/types.dsp: incorporated status class patch From:
15605: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15606: 2003 8:14 AM
15607:
15608: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15609: Win32 specific: QuotaPeakNonPagedPoolUsage
15610: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15611:
15612: 2003-03-12 paf
15613:
1.116 moko 15614: * configure, configure.in, src/lib/ltdl/configure,
15615: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15616: lib/ltdl/Makefile now created by /configure.in only [were by
15617: lib/ltdl/configure.in OVERWRITE]
15618:
1.116 moko 15619: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15620: linkage fixed for g++ 3.2.2
1.95 moko 15621:
15622: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15623: on using privately declared class [fixed]
15624:
15625: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15626: 3.2 rightliy complained on using privately declared class [fixed]
15627:
15628: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15629: sigpipe before request constructor now causes death
15630:
15631: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15632: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15633: not cause exception in exception handler
15634:
1.116 moko 15635: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15636: now default links libstdc++ statically. that can be overriden by
15637: --with-dynamic-stdcpp
1.95 moko 15638:
15639: 2003-03-11 paf
15640:
15641: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15642: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15643: necessity of libstdc++
15644:
15645: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15646:
15647: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15648:
15649: 2003-03-08 paf
15650:
15651: * tests/Makefile: make install & co
15652:
15653: * src/: include/pa_request.h, classes/op.C: removing
15654: vclass,object.h -> pa_request.h dependency
15655:
15656: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15657: main/pa_request.C: removing vform,response,cookie.h ->
15658: pa_request.h dependency
15659:
15660: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15661: dependency [testing...]
15662:
15663: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15664: return 0; fixed
15665:
15666: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15667: types/pa_vmail.h: vmail.C received just compiled [not tested]
15668:
15669: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15670:
15671: * src/main/pa_request.C: forgotten: ifdef XML
15672:
15673: * src/main/pa_request.C: forgotten: ifdef XML
15674:
15675: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15676: win32 and run memleak tests again
15677:
15678: * src/targets/cgi/parser3.C: charsets: see some strange things with
15679: old xml lib-- it's internal memory handling has faults
15680:
15681: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15682: problems when transcode from charset A to A.
15683:
15684: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15685: todo: still problems when transcode from charset A to A.
15686:
15687: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15688: classes/table.C, include/pa_array.h,
15689: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15690: started full-scale-site-test [~ http://parser.ru sources]
15691:
15692: some fixes
15693:
15694: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15695: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15696: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15697: results/110.processed, results/111.processed,
15698: results/112.processed, results/113.processed,
15699: results/114.processed, results/115.processed,
15700: results/116.processed, results/117.processed,
15701: results/118.processed, results/119.processed,
15702: results/120.processed: xml: tests 109 dom create/show 110 xpath
15703: selectSingle 111 xdoc.create from tainted & 112
15704: xdoc.create/output with russian attr value 113 xpath
15705: selectString/Number 114 dom attributes.count 115 xpath selectBool
15706: 116 output media-type change 117 transform by dom stylesheet 118
15707: empty transform result 119 dom setAttribute 120 nbsp letter
15708: output
15709:
15710: =END OF PREPARED XML TESTS=
15711:
15712: 2003-03-07 paf
15713:
15714: * src/classes/xdoc.C, src/include/pa_charset.h,
15715: src/include/pa_stylesheet_connection.h, tests/108.html,
15716: tests/108.xsl, tests/results/108.processed: xml: test 108
15717: transform with params [bugs fixed]
15718:
15719: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15720: from copy/paste bug
15721:
15722: * src/classes/xdoc.C, src/include/pa_charset.h,
15723: src/include/pa_request.h, src/main/execute.C,
15724: src/main/pa_charset.C, src/main/pa_exception.C,
15725: src/main/pa_globals.C, src/main/pa_request.C,
15726: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15727: src/types/pa_vxnode.C, tests/107.html,
15728: tests/results/107.processed: xml: test: 107 bug fixes
15729:
15730: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15731: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15732: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15733:
15734: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15735: string
15736:
15737: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15738: mem alloc functions used for different cases [libxml, libxsl]
15739:
15740: * src/classes/classes.C: fixed: prevent system classes from
15741: modification to lock ALL the classes, not only directly used
15742:
15743: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15744: linked
15745:
15746: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15747:
15748: 2003-03-06 paf
15749:
15750: * src/classes/xdoc.C: xdoc.C 50%
15751:
15752: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15753: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15754: main/pa_globals.C, main/pa_request.C,
15755: main/pa_stylesheet_manager.C: xnode.C compiled
15756:
15757: * src/: include/pa_stylesheet_connection.h,
15758: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15759: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15760:
15761: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15762: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15763: xml: stylesheet&manager STARTED
15764:
15765: * src/: include/pa_globals.h, main/pa_charset.C,
15766: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15767:
15768: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15769: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15770: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15771: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15772: charsets
15773:
15774: * tests/023.html: in some cases it rounded up badly. postponing
15775: solution of that problem, making more simple test
15776:
15777: * tests/: 058_paf2000.png, results/058.processed: .png added with
15778: -kb now
15779:
15780: * src/: include/pa_charset.h, include/pa_charsets.h,
15781: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15782: moved to charsets.C
15783:
15784: 2003-03-05 paf
15785:
15786: * src/classes/string.C, src/include/pa_string.h,
15787: src/main/pa_string.C, tests/105.html,
15788: tests/results/105.processed: String::match bug fixed
15789:
15790: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15791: tests/results/104.processed: ^bpt operator added [does int3 in
15792: debug build on win32]
15793:
15794: * tests/: 057.html, results/057.processed: test bug fixed
15795:
1.116 moko 15796: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15797:
15798: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15799: missing
15800:
1.116 moko 15801: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15802: forgotten files added to Makes
1.95 moko 15803:
15804: * ltmain.sh: ltmain.sh added
15805:
15806: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15807: change undone ;(
15808:
15809: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15810: made static
15811:
15812: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15813: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15814: todo:make linker happy
1.95 moko 15815:
15816: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15817: env param made optional
15818:
15819: 2003-03-04 paf
15820:
15821: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15822: types/pa_vimage.h: number of gcc compiler bugs fixed
15823:
15824: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15825: results/103.processed: tests: 103 image.copy transparence test
15826:
15827: * src/main/execute.C, tests/101.html, tests/102.html,
15828: tests/results/101.processed, tests/results/102.processed: tests:
15829: 101 method/variable name conflict test 102 form fields change
15830: should not not change anything [bug fix]
15831:
15832: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15833: results/099.processed, results/100.processed: tests: 57 date
15834: create 2002: added 99,100 response:body/download
15835:
15836: * src/classes/image.C, tests/098.html, tests/098font.gif,
15837: tests/results/098.processed: test: 98 image font text [bug fixed]
15838:
15839: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15840: tests/results/097.processed: test: 97 file::load http:// [bugs
15841: fixed]
15842:
15843: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15844: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15845: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15846: image EXIF [bug fixed]
15847:
15848: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15849: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15850: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15851: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15852: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15853: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15854: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15855: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15856: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15857: tests/094.html, tests/095.html, tests/results/061.processed,
15858: tests/results/062.processed, tests/results/063.processed,
15859: tests/results/064.processed, tests/results/065.processed,
15860: tests/results/066.processed, tests/results/067.processed,
15861: tests/results/068.processed, tests/results/069.processed,
15862: tests/results/070.processed, tests/results/071.processed,
15863: tests/results/072.processed, tests/results/073.processed,
15864: tests/results/074.processed, tests/results/075.processed,
15865: tests/results/076.processed, tests/results/077.processed,
15866: tests/results/078.processed, tests/results/080.processed,
15867: tests/results/081.processed, tests/results/082.processed,
15868: tests/results/083.processed, tests/results/084.processed,
15869: tests/results/085.processed, tests/results/086.processed,
15870: tests/results/087.processed, tests/results/088.processed,
15871: tests/results/089.processed, tests/results/090.processed,
15872: tests/results/091.processed, tests/results/092.processed,
15873: tests/results/093.processed, tests/results/094.processed,
15874: tests/results/095.processed, tests/079.html,
15875: tests/results/079.processed: tests: 61 file::stat size 62
15876: string->int autoconvert 63 double .int,dec,div,mul 64 date
15877: compare 65 file: basename,justname,justext 66 math:crypt 67
15878: string.match simple on long 68 string.match normalized simple on
15879: long 69 string.int 70 file::stat content-type 71 table.join 72
15880: hash parameter conditional pass 73 date daylightsaving,yearday 74
15881: date arithmetics 75 response date values/attributes 76 string.pos
15882: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15883: with local 80 scientific numeric literal in string autoconvert 81
15884: xor: logical and numerical 82 for delims 83 menu delims 84
15885: table.hash distinct 85 long string replace 86 throw+catch
15886: current language preserve 87 bit shifts 88 junction tests +
15887: $caller test 89 hash.foreach selfmodification 90 int/void to int
15888: 91 $caller test 92 junction is + def junction tests 93 $caller
15889: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15890:
15891: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15892: fixed] 60 string eq string [bug fixed]
15893:
15894: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15895: 058.html, 058_paf2000.png, 059.html, 060.html,
15896: results/053.processed, results/054.processed,
15897: results/055.processed, results/056.processed,
15898: results/057.processed, results/058.processed,
15899: results/059.processed, results/060.processed: test: 53
15900: string.replace 54 junctions 55 table.hash 56 call indirect 57
15901: date.create[string] 58 image.measure[png]
15902:
15903: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15904: outputs/051.processed, results/052.processed: test: 52
15905: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15906: task: fix that
15907:
15908: 2003-03-03 paf
15909:
15910: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15911: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15912: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15913: outputs/049.processed, outputs/050.processed,
15914: outputs/051.processed, results/001.processed,
15915: results/002.processed, results/003.processed,
15916: results/005.processed, results/006.processed,
15917: results/008.processed, results/009.processed,
15918: results/011.processed, results/012.processed,
15919: results/013.processed, results/014.processed,
15920: results/015.processed, results/016.processed,
15921: results/017.processed, results/020.processed,
15922: results/021.processed, results/022.processed,
15923: results/024.processed, results/025.processed,
15924: results/026.processed, results/027.processed,
15925: results/028.processed, results/029.processed,
15926: results/030.processed, results/031.processed,
15927: results/049.processed, results/050.processed,
15928: results/051.processed, results/043.processed,
15929: results/044.processed, results/045.processed,
15930: results/046.processed, results/047.processed,
15931: results/048.processed: tests: 43,44,45 date rolls 46
15932: autoevaluating junction 47 table.select 48 name with subvar 49
15933: hash-creating switch 50 process 51 started parent/child, works as
15934: it were but it were NOT GOOD, created separate task to fix that
15935:
15936: * tests/: 042.html, results/042.processed: test: 42
15937: exception.handled
15938:
15939: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15940: expression
15941:
15942: * tests/: 040.html, results/040.processed: test: 39 method result
15943: of type table 40 method param junction auto evaluate
15944:
15945: * tests/: 039.html, results/039.processed: test: 37 method result
15946: of type table
15947:
15948: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15949: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15950: tests/038.html, tests/results/033.processed,
15951: tests/results/034.processed, tests/results/035.processed,
15952: tests/results/036.processed, tests/results/037.processed,
15953: tests/results/038.processed: tests: 33 string.replace 34
15954: string.upper 35 table created 36 local/global vars with juntions
15955: 37 table clone 38 math PI & number formatting
15956:
15957: math class registring typo fixed
15958:
15959: * src/classes/op.C, src/include/pa_request.h,
15960: src/include/pa_string.h, src/main/execute.C,
15961: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15962: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15963: tests/032.html, tests/results/032.processed: uchar changed to
15964: String_UL in all places [was not everywhere] untaint test: 032
15965:
15966: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15967: tests/results/004.processed, tests/parser-cygwin.sh,
15968: tests/parser-unix.sh: removed -H command line key, now testing
15969: using .sh file with SERVER_SOFTWARE=xxx
15970:
15971: 2003-02-26 paf
15972:
15973: * src/main/execute.C, src/types/pa_vstateless_class.h,
15974: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15975: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15976: tests/results/024.processed, tests/results/025.processed,
15977: tests/results/026.processed, tests/results/027.processed,
15978: tests/results/028.processed, tests/results/029.processed,
15979: tests/results/030.processed, tests/results/031.processed: fixed
15980: bug with name_cstr mutable CharPtr more tests
15981:
15982: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15983: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15984: << abort. die now just exits
15985:
15986: * src/classes/classes.awk, src/classes/classes.h,
15987: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15988: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15989: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15990: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15991: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15992: src/classes/xnode.C, src/include/pa_memory.h,
15993: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15994: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15995: src/types/pa_vform.C, tests/015.html, tests/016.html,
15996: tests/017.html, tests/018.html, tests/019.html,
15997: tests/019paf2001.gif, tests/020.html, tests/021.html,
15998: tests/022.html, tests/023.html, tests/022_dir/a.html,
15999: tests/022_dir/b.txt, tests/022_dir/c.htm,
16000: tests/results/015.processed, tests/results/016.processed,
16001: tests/results/017.processed, tests/results/018.processed,
16002: tests/results/019.processed, tests/results/020.processed,
16003: tests/results/021.processed, tests/results/022.processed,
16004: tests/results/023.processed: methoded_array now contains all Mxxx
16005: classes SAPI::get_env now returns info on pool more tests
16006:
16007: * src/include/pa_array.h, src/include/pa_hash.h,
16008: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16009: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16010: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16011: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16012: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16013: tests/results/001.processed, tests/results/002.processed,
16014: tests/results/003.processed, tests/results/004.processed,
16015: tests/results/005.processed, tests/results/006.processed,
16016: tests/results/007.processed, tests/results/008.processed,
16017: tests/results/009.processed, tests/results/010.processed,
16018: tests/results/011.processed, tests/results/012.processed,
16019: tests/results/013.processed, tests/results/014.processed: hash
16020: cloning fixed
16021:
16022: 2003-02-25 paf
16023:
16024: * src/main/pa_common.C: typo fixed
16025:
16026: 2003-02-24 paf
16027:
16028: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16029: [one remained]
16030:
16031: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16032: [should have been get_string(&pool)] todo: check other such calls
16033:
16034: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16035: test10, bad lookups
16036:
16037: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16038: object got destructed, and xxx points to sky
16039:
16040: * ChangeLog, src/classes/string.C: match bug fixed
16041:
16042: * src/types/pa_vmail.C: body [text/html] transcoded to
16043: $.charset[specified] now
16044:
16045: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16046: which failed to handle sigsetjmp+throw: crashed inside of
16047: pre-throw code. rewritten simplier [though duplicating
16048: closesocket code]
16049:
16050: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16051: which failed to handle sigsetjmp+throw: crashed inside of
16052: pre-throw code. rewritten simplier [though duplicating
16053: closesocket code]
16054:
16055: 2003-02-21 paf
16056:
16057: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16058: $cookie:name[$.expires[date << can be now]]
16059:
16060: written makefile with regression tests [raw]
16061:
16062: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16063: tests' only [it's not forcing CGI mode now] now use -H to output
16064: CGI header when parser used in command line [useful for tests
16065: also]
16066:
16067: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16068: switches on CGI mode, and is used in regression tests
16069:
16070: * src/: include/pa_request.h, main/pa_request.C,
16071: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16072: fixed
16073:
16074: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16075: handling pa_*
16076:
16077: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16078: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16079: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16080: memory handling files
16081:
16082: * src/main/pa_array.C: pool::format_integer terminator fixed
16083:
16084: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16085: compiles OK test to show benefits of free
16086:
16087: * src/: classes/file.C, classes/image.C, classes/mail.C,
16088: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16089: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16090: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16091: use pool [as the one in ^process]
16092:
16093: * src/classes/op.C: fixed process. sould now check for all cstr's
16094: -- some must use pool [as the one in ^process]
16095:
16096: 2003-02-20 paf
16097:
16098: * src/: classes/date.C, classes/double.C, classes/file.C,
16099: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16100: classes/math.C, classes/op.C, classes/response.C,
16101: classes/string.C, classes/table.C, classes/void.C,
16102: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16103: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16104: string cmp fixed
16105:
16106: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16107: values passed OK now
16108:
16109: 2003-02-19 paf
16110:
16111: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16112: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16113: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16114: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16115: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16116: all remaning leaks resulted from pooled::malloc calls [excluding
16117: in gd -- planning complete rewrite extremely ugly code]
16118:
16119: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16120: files
16121:
16122: 2003-02-17 paf
16123:
16124: * src/: classes/date.C, classes/double.C, classes/file.C,
16125: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16126: classes/response.C, classes/string.C, classes/table.C,
16127: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16128: include/pa_stylesheet_connection.h,
16129: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16130: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16131: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16132: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16133: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16134: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16135: of unitialized simple-typed field
16136:
16137: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16138: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16139: simple-typed field fixed. todo: find&kill all like that one
16140:
16141: * src/: main/execute.C, targets/cgi/pa_pool.C,
16142: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16143: debug output fixed
16144:
16145: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16146: main/pa_request.C: stack-stored items need extra .ref to prevent
16147: object_ptr from delete[them]
16148:
16149: * src/: classes/date.C, classes/op.C, classes/table.C,
16150: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16151: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16152: main/pa_charset.C, main/pa_common.C,
16153: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16154: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16155: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16156: calls
16157:
16158: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16159: couple mem leaks rusulted from old pooled::malloc usage.
16160: todo:find more like those
16161:
16162: * src/main/: compile.C, compile_tools.C: 2*2!
16163:
16164: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16165: stackItem fixed [there were no string on stack before]
16166:
16167: * src/: main/execute.C, main/pa_request.C,
16168: types/pa_vmethod_frame.C: first letters out OK
16169:
16170: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16171: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16172: main/pa_string.C, main/untaint.C, types/pa_value.h,
16173: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16174: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16175: type not initialized with zeros :( while class fields of class
16176: types initialized with default constructors. learn C++
16177:
16178: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16179: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16180: classes/math.C, classes/xdoc.C, classes/xnode.C,
16181: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16182: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16183:
16184: 2003-02-14 paf
16185:
16186: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16187: 13 link errors
16188:
16189: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16190: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16191: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16192: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16193: errors :)
16194:
16195: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16196: classes/hash.C, classes/mail.C, classes/op.C,
16197: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16198: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16199: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16200: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16201:
16202: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16203: classes/table.C, include/pa_common.h, include/pa_globals.h,
16204: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16205: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16206: types/pa_vint.h, types/types.dsp: op compiled
16207:
16208: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16209: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16210: main/untaint.C, types/pa_vtable.h: string, response compiled
16211:
16212: 2003-02-07 paf
16213:
16214: * src/: classes/table.C, types/pa_vtable.h: table compiled
16215:
16216: 2003-02-06 paf
16217:
16218: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16219: mail compiled
16220:
16221: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16222: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16223: types/pa_vfile.h, types/pa_vimage.h: image compiled
16224:
16225: * src/classes/: file.C, form.C: form compiled
16226:
16227: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16228: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16229: types/pa_vfile.C, types/pa_vfile.h: file compiled
16230:
16231: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16232: types/pa_vmath.h: math compiled [win32]
16233:
16234: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16235: types/pa_vstring.h: hash compiled
16236:
16237: 2003-02-04 paf
16238:
16239: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16240: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16241: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16242: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16243: types/pa_vhash.h: hash 50% compiled
16244:
16245: * src/: classes/date.C, classes/file.C, classes/hash.C,
16246: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16247: classes/string.C, classes/table.C, classes/xdoc.C,
16248: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16249: main/pa_string.C: date compiled
16250:
16251: * src/classes/: classes.dsp, double.C: double compiled
16252:
16253: * src/: classes/date.C, classes/double.C, classes/file.C,
16254: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16255: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16256: classes/string.C, classes/table.C, classes/void.C,
16257: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16258: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16259: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16260: compiled
16261:
16262: * src/: classes/date.C, classes/double.C, classes/file.C,
16263: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16264: classes/math.C, classes/op.C, classes/response.C,
16265: classes/string.C, classes/table.C, classes/void.C,
16266: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16267: types/pa_vvoid.h: void compiled :)
16268:
16269: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16270: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16271: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16272: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16273: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16274: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16275: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16276: types/pa_vresponse.C, types/pa_vstateless_class.C,
16277: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16278: types/pa_wcontext.C, types/types.dsp: removed stupid
16279: value_includes.h
16280:
16281: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16282: trying to remove stupid value_includes.h
16283:
16284: * src/main/pa_exec.C: pa_exec compiled on win32
16285:
16286: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16287:
16288: * src/: include/pa_globals.h, include/pa_request.h,
16289: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16290: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16291: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16292: types/pa_vrequest.C, types/pa_vstateless_class.C,
16293: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16294:
16295: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16296: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16297: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16298:
16299: * src/: include/pa_array.h, include/pa_config_includes.h,
16300: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16301: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16302: compiled
16303:
16304: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16305: name conflicts)
16306:
16307: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16308: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16309: yelds "virtual memory exhausted" while trying to compile
16310: execute.C [eating up to 127MB]
16311:
16312: 2003-02-03 paf
16313:
16314: * src/: include/pa_config_includes.h, include/pa_hash.h,
16315: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16316: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16317: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16318: types/pa_vint.h, types/pa_vjunction.h,
16319: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16320: started gcc compiling pa_common compiled
16321:
16322: * src/: include/pa_exception.h, include/pa_pool.h,
16323: main/pa_exception.C: exception gcc change #1
16324:
1.116 moko 16325: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16326: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16327:
16328: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16329:
16330: * src/types/pa_vtable.C: vtable compiled
16331:
16332: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16333:
16334: * src/: include/pa_cache_managers.h, main/pa_request.C,
16335: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16336:
16337: * src/types/pa_vstateless_class.C: vstateless_class compiled
16338:
16339: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16340:
16341: * src/types/pa_vrequest.C: vrequest compiled
16342:
16343: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16344: pa_vobject.C, pa_vobject.h: vobject compiled
16345:
16346: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16347: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16348: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16349: compiled
16350:
16351: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16352:
16353: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16354: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16355: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16356: compiled
16357:
16358: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16359: main.lib - 0 error(s), 0 warning(s)
16360:
16361: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16362: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16363:
16364: 2003-01-31 paf
16365:
16366: * src/: include/pa_array.h, include/pa_operation.h,
16367: include/pa_request.h, main/execute.C, main/main.dsp,
16368: types/pa_vjunction.h: started last file from main library:
16369: execute
16370:
16371: * src/: include/pa_request.h, include/pa_sapi.h,
16372: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16373: main/pa_request.C, targets/cgi/parser3.C,
16374: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16375: types/pa_vhash.h: pa_request compiled
16376:
16377: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16378: include/pa_globals.h, include/pa_request.h,
16379: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16380: main/execute.C, main/main.dsp, main/pa_common.C,
16381: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16382: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16383: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16384: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16385: types/types.dsp: most pa_request compiled
16386:
16387: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16388: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16389: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16390: classes/op.C, classes/response.C, classes/string.C,
16391: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16392: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16393: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16394: include/pa_config_fixed.h, include/pa_config_includes.h,
16395: include/pa_dictionary.h, include/pa_dir.h,
16396: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16397: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16398: include/pa_pool.h, include/pa_request.h,
16399: include/pa_request_charsets.h, include/pa_request_info.h,
16400: include/pa_sapi.h, include/pa_socks.h,
16401: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16402: include/pa_stack.h, include/pa_string.h,
16403: include/pa_stylesheet_connection.h,
16404: include/pa_stylesheet_manager.h, include/pa_table.h,
16405: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16406: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16407: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16408: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16409: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16410: main/compile.C, main/compile.tab.C, main/compile.y,
16411: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16412: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16413: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16414: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16415: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16416: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16417: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16418: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16419: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16420: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16421: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16422: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16423: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16424: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16425: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16426: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16427: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16428: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16429: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16430: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16431: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16432: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16433: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16434: types/pa_vresponse.h, types/pa_vstateless_class.C,
16435: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16436: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16437: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16438: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16439: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16440: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16441:
16442: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16443: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16444: src/include/pa_charsets.h, src/include/pa_common.h,
16445: src/include/pa_dictionary.h, src/include/pa_exception.h,
16446: src/include/pa_exec.h, src/include/pa_pool.h,
16447: src/include/pa_request.h, src/include/pa_sapi.h,
16448: src/include/pa_sql_connection.h,
16449: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16450: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16451: src/main/compile.tab.C, src/main/compile_tools.C,
16452: src/main/compile_tools.h, src/main/main.dsp,
16453: src/main/pa_charset.C, src/main/pa_charsets.C,
16454: src/main/pa_common.C, src/main/pa_dictionary.C,
16455: src/main/pa_exception.C, src/main/pa_exec.C,
16456: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16457: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16458: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16459: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16460: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16461: src/types/pa_vdouble.h, src/types/pa_venv.h,
16462: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16463: src/types/pa_vhash.h, src/types/pa_vimage.C,
16464: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16465: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16466: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16467: src/types/pa_vobject.C, src/types/pa_vobject.h,
16468: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16469: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16470: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16471: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16472: src/types/pa_vstring.h, src/types/pa_vtable.h,
16473: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16474: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16475: died, long live StringPtr
16476:
16477: 2003-01-30 paf
16478:
16479: * src/: include/pa_charset.h, include/pa_request.h,
16480: include/pa_sql_driver_manager.h, main/compile.tab.C,
16481: main/compile.y, main/compile_tools.h, main/pa_request.C,
16482: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16483:
16484: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16485: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16486: types/pa_vhash.h, types/pa_vmethod_frame.h,
16487: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16488: types/types.dsp: vstateless_class compiled
16489:
16490: * src/main/compile.C: compile compiled
16491:
16492: * src/: include/pa_array.h, include/pa_operation.h,
16493: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16494: main/pa_table.C: compile_tools compiled
16495:
16496: * src/: include/pa_operation.h, main/compile.y,
16497: main/compile_tools.C, main/compile_tools.h: started
16498: compile_tools. vagues ideas of how to free compiled code
16499:
16500: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16501: main/main.dsp, types/pa_value.C, types/pa_value.h,
16502: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16503: compiled
16504:
16505: 2003-01-29 paf
16506:
16507: * src/: include/pa_globals.h, include/pa_request.h,
16508: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16509: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16510: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16511: compiled
16512:
16513: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16514: now
16515:
16516: * src/: include/pa_array.h, include/pa_exception.h,
16517: include/pa_pool.h, main/pa_exception.C: gd compiled
16518:
16519: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16520: compiled
16521:
16522: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16523: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16524: types/pa_vfile.h: vfile compiled
16525:
16526: * src/: include/pa_common.h, include/pa_globals.h,
16527: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16528: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16529: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16530:
16531: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16532: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16533: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16534: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16535: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16536:
16537: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16538: main/main.dsp, main/untaint.C: more compiled
16539:
16540: * src/: include/pa_charsets.h, include/pa_request.h,
16541: include/pa_request_info.h, include/pa_string.h,
16542: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16543: types/pa_vresponse.h: vrequest compiled
16544:
16545: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16546: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16547: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16548:
16549: * src/: classes/classes.h, include/pa_charset.h,
16550: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16551: include/pa_request.h, include/pa_string.h, main/main.dsp,
16552: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16553: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16554: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16555: types/pa_vrequest.C, types/pa_vrequest.h,
16556: types/pa_vstateless_class.h, types/pa_vstring.h,
16557: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16558:
16559: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16560: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16561: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16562: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16563: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16564: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16565: types/pa_vobject.h, types/pa_vstateless_class.h,
16566: types/pa_vstateless_object.h, types/pa_vstatus.h,
16567: types/pa_vstring.h, types/types.dsp: vmath compiled
16568:
16569: 2003-01-28 paf
16570:
16571: * src/: classes/classes.h, classes/date.C, classes/file.C,
16572: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16573: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16574: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16575: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16576: compile_tools
16577:
16578: * src/: include/pa_charset.h, include/pa_exception.h,
16579: include/pa_request.h, include/pa_string.h, main/untaint.C:
16580: untaint compiled
16581:
16582: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16583: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16584: more compiled. struck with string::store_to needing to know
16585: source/client charsets
16586:
16587: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16588: types/pa_vfile.h: uue compiled
16589:
16590: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16591: table compiled
16592:
16593: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16594: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16595:
16596: * src/: include/pa_charset.h, main/pa_charset.C,
16597: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16598: introduced]
16599:
16600: * src/: classes/date.C, include/pa_charset.h,
16601: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16602: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16603: pa_charsets compiled
16604:
16605: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16606: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16607:
16608: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16609: common compiled
16610:
16611: * src/: include/pa_charsets.h, main/pa_charsets.C,
16612: main/pa_sql_driver_manager.C: pa_charsets compiled
16613:
16614: * src/: include/pa_array.h, include/pa_charset.h,
16615: include/pa_charsets.h, include/pa_pool.h,
16616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16617: include/pa_stack.h, include/pa_string.h,
16618: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16619: sql_driver_manager compiled
16620:
16621: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16622: letter i with two dots added to koi, all ukranian letters added
16623: to win1251.
16624:
16625: typographic simbol 0xb9 deleted from win1251 [strange one & were
16626: abscent from koi]
16627:
16628: 2003-01-27 paf
16629:
16630: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16631: include/pa_sql_driver_manager.h, include/pa_string.h,
16632: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16633: sql/pa_sql_driver.h: paused on sql_manager
16634:
16635: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16636: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16637: include/pa_stack.h, main/pa_sql_driver_manager.C,
16638: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16639:
16640: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16641: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16642: include/pa_table.h, main/pa_sql_driver_manager.C,
16643: main/pa_table.C: table compiled
16644:
16645: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16646: cache_managers compiled
16647:
16648: * src/: include/pa_array.h, include/pa_charset.h,
16649: include/pa_pool.h, main/pa_charset.C: charset compiled
16650:
16651: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16652:
16653: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16654: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16655: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16656: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16657: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16658:
16659: 2003-01-24 paf
16660:
16661: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16662: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16663: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16664: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16665: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16666: types/pa_vint.h, types/pa_vjunction.h,
16667: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16668: types/pa_vstatus.h, types/pa_vstring.h: more patched
16669:
16670: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16671: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16672: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16673: main/pa_string.C, main/pa_table.C: string compiled
16674:
16675: * src/: include/pa_array.h, include/pa_common.h,
16676: include/pa_dictionary.h, include/pa_exception.h,
16677: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16678: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16679: main/pa_string.C: dictionary compiled
16680:
16681: 2003-01-23 paf
16682:
16683: * src/: include/pa_array.h, include/pa_common.h,
16684: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16685: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16686: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16687: types/pa_value.h: resurrected pool in new sense: now it's
16688: factory, producing&accounting memory chunks for read[autofree]
16689: buffers
16690:
16691: * src/: include/pa_array.h, include/pa_exception.h,
16692: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16693: main/pa_exception.C, main/pa_table.C: table compiled
16694:
16695: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16696: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16697: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16698: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16699: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16700: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16701: main/pa_table.C: aint that easy
16702:
16703: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16704: main/main.dsp: continued with Hash
16705:
16706: * src/main/pa_common.C: connect_string allocated on heap[wes on
16707: stack] now. and exception can be reported OK now [can be reported
16708: outside of pro c with that stack]
16709:
16710: 2003-01-22 paf
16711:
16712: * src/: include/pa_array.h, include/pa_charset.h,
16713: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16714: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16715: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16716: base: contains references_count. auto_ptr template calls
16717: add_ref/release
16718:
16719: 2003-01-21 paf
16720:
16721: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16722: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16723: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16724: classes/op.C, classes/response.C, classes/string.C,
16725: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16726: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16727: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16728: include/pa_config_fixed.h, include/pa_config_includes.h,
16729: include/pa_dictionary.h, include/pa_dir.h,
16730: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16731: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16732: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16733: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16734: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16735: include/pa_stack.h, include/pa_string.h,
16736: include/pa_stylesheet_connection.h,
16737: include/pa_stylesheet_manager.h, include/pa_table.h,
16738: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16739: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16740: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16741: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16742: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16743: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16744: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16745: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16746: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16747: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16748: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16749: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16750: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16751: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16752: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16753: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16754: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16755: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16756: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16757: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16758: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16759: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16760: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16761: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16762: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16763: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16764: types/pa_vstateless_object.h, types/pa_vstatus.C,
16765: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16766: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16767: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16768: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16769: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16770: 2002->2003
16771:
16772: 2003-01-16 paf
16773:
16774: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16775: src/main/pa_globals.C: http:// introducing $.any-status(1)
16776:
16777: * operators.txt, src/include/pa_config_fixed.h,
16778: src/main/pa_common.C: http request now return status. and not
16779: fail on status!=200
16780:
16781: 2003-01-15 paf
16782:
16783: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16784:
16785: 2003-01-14 paf
16786:
16787: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16788: mkinstalldirs: removed some ancient files [they in / really]
16789:
16790: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16791: regretfully needed patch in two places. in config_fixed.h made
16792: stubs for lib to compile in MSVC
16793:
16794: 2003-01-13 paf
16795:
16796: * config.guess, config.sub, ltmain.sh: removed last piece of
16797: configure.in(libtool) hacks
16798:
1.116 moko 16799: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16800: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16801: ltdl.h: moved to latest libtool (1.4.3)
16802:
16803: 2003-01-10 paf
16804:
16805: * src/lib/ltdl/: configure, configure.in: PROG_NM
16806:
16807: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16808: patches. libxml2 >= 2.5.1
16809: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16810: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16811: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16812:
16813: * INSTALL: moved to latest versions of xml libs libxml2 >=
16814: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16815: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16816: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16817:
16818: 2003-01-09 paf
16819:
16820: * INSTALL: xml,xslt,gdome lib urls updated
16821:
16822: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16823: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16824: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16825: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16826: 1.7.2
1.95 moko 16827:
16828: * depcomp: moving to automake 1.7.2
16829:
16830: 2002-12-27 paf
16831:
16832: * src/include/pa_version.h: 0007
16833:
16834: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16835: outdated parts, made links to language docs
16836:
16837: * src/include/pa_config_auto.h.in: comment
16838:
16839: 2002-12-26 paf
16840:
16841: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16842: not contain trailing / fixed.
16843:
16844: * INSTALL: changing SAFE_MODE politics
16845:
16846: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16847:
16848: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16849:
16850: 2002-12-25 paf
16851:
16852: * src/main/pa_globals.C: optimized-xml
16853:
16854: * src/main/pa_globals.C: optimized-as-is
16855:
16856: 2002-12-24 paf
16857:
16858: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16859: fixed [were really called with zero size when .html?a=&b=]
16860:
16861: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16862: with --with-sendmail
16863:
16864: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16865: fixed]
16866:
16867: 2002-12-23 paf
16868:
16869: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16870: ignoring parameters & were storing only string with default
16871: expires
16872:
16873: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16874: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16875: December 23, 2002 4:22 AM Subject: bug â
16876: Charset::transcode_buf2xchar
16877:
16878: 2002-12-20 paf
16879:
16880: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16881: non-cgi [script] runs
16882:
16883: 2002-12-19 paf
16884:
16885: * INSTALL: --without-iconv recommended [it crashes on some systems
16886: [tested on elik]] moreover, it's not needed there [parser
16887: registers charsets itself]
16888:
16889: * INSTALL: --without-iconv recommended [it crashes on some systems
16890: [tested on elik]]
16891:
16892: * operators.txt, src/include/pa_globals.h,
16893: src/include/pa_request.h, src/main/pa_globals.C,
16894: src/main/pa_request.C: $response:download
16895:
16896: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16897: compiler [win32]].
16898:
16899: 2002-12-18 paf
16900:
16901: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16902:
16903: 2002-12-17 paf
16904:
16905: * src/targets/cgi/parser3.C: merged die&iis changes
16906:
16907: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16908: to exit(1) 2. more flexible iilegal call check
16909:
16910: 2002-12-16 paf
16911:
16912: * ltmain.sh: some automakes silly insist on having this handy
16913:
16914: * src/main/untaint.C: filespec russian small 'r' changed to latin
16915: 'p' bug fix
16916:
16917: 2002-12-15 paf
16918:
16919: * src/main/untaint.C: filespec russian small 'r' changed to latin
16920: 'p'
16921:
16922: * configure.in, src/include/pa_config_auto.h.in,
16923: src/main/compile.C, src/main/pa_common.C: merged small changes
16924: from branch 6 to HEAD
16925:
16926: * src/main/compile.C: removed warning
16927:
16928: * src/main/pa_common.C: ftruncate having checked
16929:
16930: * configure.in, src/include/pa_version.h: new version
16931:
16932: 2002-12-14 paf
16933:
16934: * src/classes/table.C: removed unnecessary code
16935:
16936: * src/sql/pa_sql_driver.h: exception type fixed
16937:
16938: 2002-12-09 paf
16939:
16940: * src/types/pa_vvoid.h: $void.store[now] error
16941:
16942: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16943:
16944: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16945: tries to write core dump
16946:
16947: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16948:
16949: * src/: classes/hash.C, classes/string.C, classes/table.C,
16950: classes/void.C, main/pa_sql_driver_manager.C,
16951: sql/pa_sql_driver.h: changed exception handling mech in sql
16952: handlers #2
16953:
16954: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16955: exception handling mech in sql handlers
16956:
16957: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16958: handlers
16959:
16960: * src/: classes/hash.C, classes/string.C, classes/table.C,
16961: classes/void.C, main/pa_sql_driver_manager.C,
16962: sql/pa_sql_driver.h: changed exception handling mech in sql
16963: handlers
16964:
1.116 moko 16965: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16966: to write makefile which used libtool to install things, which is
16967: not needed
1.95 moko 16968:
16969: 2002-12-06 paf
16970:
16971: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16972: $hash.fields -- pseudo field to make 'hash' more like 'table'
16973:
16974: 2002-12-05 paf
16975:
16976: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16977: cc/bcc OK now
16978:
16979: * src/main/untaint.C: mail header closed properly
16980:
16981: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16982: header ',' allowed. still bugs in smtp [only one receiptient
16983: works, cc, bcc ignored now, and MAILED ;)]
16984:
16985: [strncpy killed, memnchr used]
16986:
16987: * src/main/pa_table.C: table-copy now current=0
16988:
16989: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16990: lowlevel proc
16991:
16992: * src/targets/cgi/parser3.C: more checks on
16993: http://domain/parser.cgi start [maybe some getenv returns "",
16994: checked that now
16995:
16996: * src/targets/cgi/parser3.C: more checks on
16997: http://domain/parser.cgi start [maybe some getenv returns "",
16998: checked that now
16999:
17000: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17001: out-of-mem errors reached log]
17002:
17003: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17004: mail:send MIME-Version default
17005:
17006: * src/main/main.dsp: pa_version included into main.dsp
17007:
17008: 2002-12-04 paf
17009:
17010: * src/types/pa_vform.C: $form:field string value cut by premature 0
17011:
17012: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17013: lib/libltdl -> lib/ltdl Win32 changes. s
17014:
17015: * src/classes/classes.awk: more strict *.C$
17016:
17017: * gnu.dsp: restored
17018:
1.116 moko 17019: * configure.in, gnu.dsp, src/lib/Makefile.am,
17020: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17021: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17022: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17023: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17024: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17025: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17026: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17027: now created with /configure, not ltdl/configure, so it does have
17028: no problems with automake. ltdl/configure
17029: AC_OUTPUT(Makefile<<removed)
1.95 moko 17030:
17031: 2002-12-02 paf
17032:
17033: * operators.txt: removed outdated status:db
17034:
17035: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17036: src/main/pa_common.C, src/main/pa_request.C,
17037: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17038: tainted parts becomes http-header
17039:
17040: 2002-11-29 paf
17041:
17042: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17043: dates now objects of type date
17044:
17045: * src/classes/image.C: file.seek removed [it were used in image.C
17046: only, and for parser user this means that jpeg image has bad
17047: size in fragment's header] now used image.format
17048:
17049: * src/: include/pa_common.h, main/pa_common.C,
17050: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17051: now handled exactly like $response:header values. e.g. can be
17052: hash [can have subattributes] & contain date values.
17053:
17054: * src/main/pa_common.C: http:// param values lang forced URI
17055:
17056: * src/main/pa_common.C: http:// tainted partes now %xx
17057:
17058: 2002-11-28 paf
17059:
17060: * operators.txt: http.timeout
17061:
17062: * src/classes/image.C: ^image.length now counts interchar space.
17063: plus space after last char
17064:
17065: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17066:
17067: * src/classes/image.C: ^image.font width measurer now scans full
17068: height [were -1]
17069:
17070: * configure.in: stopped double libltdl/Makefile generation
17071:
17072: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17073: chars [one top horizontal line of 1pixel height were missing]
17074:
17075: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17076: 'false' to go into (Hash *) parameter
17077:
17078: 2002-11-27 paf
17079:
17080: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17081: types/pa_vmail.C: response:body[file] if file nows it's name now
17082: returns content-disposition: >>attachment<<
17083:
17084: * src/classes/image.C: ^image.font << bad font file-size now
17085: properly reported
17086:
17087: 2002-11-26 paf
17088:
17089: * src/main/pa_request.C: fixed lang in reponse header
17090:
17091: * src/main/pa_common.C: utf8 prefix ignored @read text
17092:
17093: * operators.txt, src/main/pa_common.C: http:// response status!=200
17094: made exception: http.status with source=bad status#
17095:
17096: 2002-11-25 paf
17097:
17098: * configure.in, src/classes/image.C,
17099: src/include/pa_config_auto.h.in,
17100: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17101: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17102: const void related probs fixed
1.95 moko 17103:
17104: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17105:
17106: $file[^file::load[http://there]] $file.SERVER
17107:
17108: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17109: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17110: http options [invalid onces now reported] made default
17111: user-agent: paf
17112:
17113: * operators.txt, src/classes/file.C, src/classes/table.C,
17114: src/classes/xdoc.C, src/include/pa_common.h,
17115: src/include/pa_globals.h, src/main/pa_common.C,
17116: src/main/pa_globals.C, src/main/pa_request.C,
17117: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17118: now understand http:// prefix and additional params, sample:
17119: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17120: $.USER-AGENT[parser3] ]]
17121:
17122: 2002-11-22 paf
17123:
17124: * src/classes/image.C, src/include/pa_globals.h,
17125: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17126: src/types/pa_vimage.h, operators.txt: $image.exif support
17127: $image.exif.DateTime & co
17128:
17129: 2002-11-21 paf
17130:
17131: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17132: _PASS_APPENDED)
17133:
17134: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17135: EXIF information [were big block and it's size were considered
17136: negative :(]
17137:
17138: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17139: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17140: internals rewritten. no there's reader.seek, and all's ready for
17141: EXIF extraction [now we fail to measure files with EXIF info]
17142:
17143: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17144: O_TRUNC truncates even exclusevely write-locked file [thanks to
17145: Igor Milyakov <virtan@rotabanner.com> for discovering]
17146:
17147: 2002-11-20 paf
17148:
17149: * src/targets/cgi/parser3.C: logging @signal += query_string
17150:
17151: * configure.in, src/include/pa_config_auto.h.in,
17152: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17153: comment
17154:
17155: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17156:
17157: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17158: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17159: currently processed document SIGPIPE >> interrupts request
17160: processing [exception = DB rollback]
17161:
17162: * src/main/pa_exec.C: comment
17163:
17164: * src/main/pa_exec.C: pa_exec: data written only if size>0
17165:
17166: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17167: << disable HTTP-POST repassing
17168:
17169: * src/: include/pa_config_fixed.h, main/pa_common.C,
17170: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17171: pipe read errors now checked
17172:
17173: 2002-11-19 paf
17174:
17175: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17176: CGI: Illegal call
17177:
17178: 2002-11-01 paf
17179:
17180: * src/main/execute.C: comment
17181:
17182: 2002-10-31 paf
17183:
17184: * src/main/execute.C: found out why, checked that for now. todo:
17185: find out a way for that user could do that
17186:
17187: * src/types/pa_vstateless_object.h: object put replaces static
17188: parent if any
17189:
17190: * src/types/pa_vobject.C: object put replaces static parent if any
17191:
17192: * src/: classes/form.C, classes/mail.C, classes/op.C,
17193: classes/xnode.h, main/compile.tab.C, main/execute.C,
17194: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17195: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17196: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17197: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17198: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17199: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17200: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17201: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17202: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17203: types/pa_vstateless_object.h, types/pa_vstatus.C,
17204: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17205: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17206: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17207: types/pa_wwrapper.h: static fix merged
17208:
17209: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17210: $virtual_fields in dynamic, but one can reach derived
17211: static[class] variable from base
17212:
17213: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17214: types/pa_vobject.C, types/pa_vobject.h,
17215: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17216: statics, left $virtual_fields in dynamic
17217:
17218: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17219: one can't remember derivates in base class: there's so many of
17220: them. also there can be no virtual method calls in static
17221: classes
17222:
17223: * src/: classes/form.C, classes/mail.C, classes/op.C,
17224: classes/xnode.h, main/execute.C, main/pa_request.C,
17225: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17226: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17227: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17228: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17229: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17230: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17231: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17232: types/pa_vresponse.C, types/pa_vresponse.h,
17233: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17234: types/pa_vstateless_object.h, types/pa_vstatus.C,
17235: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17236: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17237: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17238: types/pa_wwrapper.h: static call $self fixed
17239:
17240: * src/main/execute.C: comment
17241:
17242: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17243: ^process[$caller.self]{...} now compiles to last derived object
17244: part of that 'self'
17245:
17246: 2002-10-29 paf
17247:
17248: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17249: re-passing [iis to blame]
17250:
17251: * src/classes/string.C: changed string.save to pass current sql
17252: connection to cstr thus one can ^connect[some server]{
17253: $s[insert into table x (x) values (^taint[sql]{value})]
17254: ^s.save[some.sql] } and he'd get in some.sql file code with
17255: properly escaped. [tried in mssql->mysql export->import of
17256: binary data]
17257:
17258: 2002-10-25 paf
17259:
17260: * src/types/pa_vresponse.C: case insensitive response user fields
17261: get/put
17262:
17263: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17264: types/pa_vresponse.C: saving for maybe-future
17265:
17266: 2002-10-23 paf
17267:
17268: * operators.txt, src/classes/table.C: ^table.hash{code}...
17269: ^table.hash(expr)...
17270:
17271: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17272:
17273: 2002-10-22 paf
17274:
17275: * src/types/: pa_vform.C, pa_vform.h: removed needless
17276: VForm::Append...(...Value)
17277:
17278: * src/main/execute.C: $.name outside of $name[...] checked
17279:
17280: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17281: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17282:
17283: 2002-10-21 paf
17284:
17285: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17286: $form:qtail $form:imap.x/y
17287:
17288: * operators.txt, src/types/pa_vform.C: $form:nameless =
17289: "?value&...", "...&value&...", "...&value"
17290:
17291: * operators.txt, src/types/pa_vform.C: $form:image-map
17292:
17293: * operators.txt, src/classes/file.C: /some/page.html:
17294: ^file:fullpath[a.gif] => /some/a.gif
17295:
17296: 2002-10-17 paf
17297:
17298: * src/main/: compile.tab.C, compile.y: operators precedence changed
17299: a little: logical not and bitwise negation precedence made
17300: highest, << and >> bitshits precedence made equal [were << higher
17301: than >>]
17302:
17303: * src/classes/op.C: exception handling fixed [were bad with
17304: contexts]
17305:
17306: 2002-10-16 paf
17307:
17308: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17309: main/pa_request.C: Request::self considered equal to
17310: VMethodFrame::self, and removed, Request::get_self() mapped to
17311: VMethodFrame.self()
17312:
17313: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17314: $hash in open field now gives old good error meesage
17315:
17316: 2002-10-15 paf
17317:
17318: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17319: use ^if($junction is junction){was and now true}
17320:
17321: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17322: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17323: types/pa_vxnode.C: xml->parser strings now have origin, which
17324: points to place where value left xml library and came to parser:
17325: place of dom field extraction/call
17326:
17327: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17328: main/compile.tab.C, main/compile.y, main/execute.C,
17329: types/pa_vmethod_frame.h: removed last pieces of old code
17330: allowing $junction.xxx at compile time
17331:
17332: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17333: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17334: objects also considered [were only classes]
17335:
17336: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17337: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17338: with CLASS self. [ (request&method_frame).self temporarily
17339: changed ]
17340:
17341: * src/classes/: hash.C, op.C: method_frame now always changed, with
17342: no exception to native calls. for&foreach changed to use
17343: method_frame.caller for their var's name context
17344:
17345: * src/: main/execute.C, targets/cgi/parser3.C,
17346: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17347: compiling to system classes disabled
17348:
17349: * operators.txt, src/classes/op.C:
17350: ^process[$caller.CLASS]{code-string} added
17351:
17352: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17353: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17354: src/types/Makefile.am, src/types/pa_vjunction.C,
17355: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17356: src/types/types.dsp: removed $junction.get $junction.set[]
17357: introducing $caller
17358:
17359: * src/types/pa_value.h: removed outdated comments. doxygen would
17360: find them lower by inheritance tree
17361:
17362: * src/types/pa_vjunction.C: ident
17363:
17364: 2002-10-14 paf
17365:
17366: * src/classes/op.C: process compiles to code's class class
17367:
17368: * src/: classes/form.C, classes/mail.C, classes/op.C,
17369: include/pa_request.h, main/compile.C, main/compile.tab.C,
17370: main/compile.y, main/execute.C, main/pa_request.C,
17371: types/pa_vstateless_class.h: operators now main-class-methods
17372:
17373: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17374: better stack trace [has "call" & co there]
17375:
17376: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17377: operators @auto now executed in MAIN context
17378:
17379: * src/main/execute.C: operator execution context now = MAIN, not
17380: closest stack frame
17381:
17382: @touchit[] $i[after]
17383:
17384: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17385: were 'after'
17386:
17387: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17388: 'after'
17389:
17390: * src/main/execute.C: comment
17391:
17392: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17393: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17394: action]
17395:
17396: * src/types/pa_vxnode.C: misreplace fixed
17397:
17398: * configure, configure.in, src/include/pa_config_auto.h.in,
17399: src/types/pa_vstatus.C, operators.txt:
17400: $status:rusage.tv_secs/usecs introduced
17401:
17402: 2002-10-09 paf
17403:
17404: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17405: on empty string [or uses (default)]
17406:
17407: 2002-10-08 paf
17408:
17409: * src/main/untaint.C: mail header quoted printable changed after
17410: RFC reread
17411:
17412: * operators.txt: plan on ^if(method
17413:
17414: * src/types/pa_vxnode.C: misreplace
17415:
17416: 2002-09-24 paf
17417:
1.116 moko 17418: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17419:
17420: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17421: mailreceive would compile on freebsd now
17422:
17423: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17424: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17425: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17426: mailreceive would compile on freebsd now
1.95 moko 17427:
17428: * src/: classes/file.C, main/untaint.C: 1. file spec language
17429: changed: now there are only few chars are untainted: * ? ' " < >
17430: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17431: one should use ^untaint[uri]{...} now]
17432:
17433: 2. $list[^file:list[dir]] now returns simply tainted names in
17434: $list.name, not tainted as filespec
17435:
17436: @russianindex[] #dir with files with russian-lang names
17437: $where[dir]
17438:
17439: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17440: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17441:
17442: 2002-09-23 paf
17443:
17444: * src/types/pa_vdouble.h: double->int round added
17445:
17446: * src/classes/date.C: date bug fix, now
17447: round(floatDays*secondsPerDay)
17448:
17449: * src/classes/date.C: date bug fix, now
17450: round(floatDays*secondsPerDay)
17451:
17452: 2002-09-20 paf
17453:
17454: * src/main/execute.C: code junction calls disabled [before: code
17455: was compiled in such a way, that there were no code-junctions in
17456: OP_CALL]
17457:
17458: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17459:
17460: @badjunctioncallinside[code] ^code[]
17461:
17462: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17463: expanding to include ^junction.method
17464:
17465: * src/main/pa_common.C: -d "DIR/" now true
17466:
17467: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17468: as internal xdoc encoding, and after decoding attributes set by
17469: dom functions now encoded OK, not as digital entities
17470:
17471: * src/classes/xdoc.C: empty transform result, being taken as file
17472: now returns empty file, not raises stupid error about "stat-ed
17473: file"
17474:
17475: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17476: allowed
17477:
17478: * src/types/types.dsp: introducing $junction.get/put(1) one can
17479: write iterators now:
17480:
17481: ^user-foreach[key;value]{$key=$value<br>}
17482:
17483: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17484: $code.value($i*2) $code }
17485:
17486: * src/main/compile_tools.h: mistype
17487:
1.116 moko 17488: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17489: thus taking linking options configure changes into account [were:
17490: ignoring]
1.95 moko 17491:
17492: * src/types/: pa_vjunction.C, Makefile.am: introducing
17493: $junction.get/put(1) one can write iterators now:
17494:
17495: ^user-foreach[key;value]{$key=$value<br>}
17496:
17497: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17498: $code.value($i*2) $code }
17499:
17500: * src/: include/pa_opcode.h, include/pa_request.h,
17501: main/compile.tab.C, main/compile.y, main/execute.C,
17502: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17503: introducing $junction.get/put(1) one can write iterators now:
17504:
17505: ^user-foreach[key;value]{$key=$value<br>}
17506:
17507: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17508: $code.value($i*2) $code }
17509:
17510: 2002-09-19 paf
17511:
1.116 moko 17512: * Makefile.am: new: make commit
1.95 moko 17513:
17514: * aclocal.m4: forced to be older
17515:
17516: 2002-09-18 paf
17517:
17518: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17519: src/main/compile.y, src/main/execute.C: << >> int shifts
17520:
17521: * src/: include/pa_common.h, include/pa_request.h,
17522: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17523: - now this - fatal error
17524:
17525: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17526: that one can pass binary data there
17527:
17528: * src/: classes/date.C, classes/double.C, classes/file.C,
17529: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17530: classes/op.C, classes/response.C, classes/string.C,
17531: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17532: include/pa_request.h: pa_request contexts made privated, plus
17533: get_{self/method_frame} to read. Request_context_saver used in
17534: ^try to save flang too. [were not saved]
17535:
17536: * src/types/pa_vresponse.C: header value chains joined before
17537: output, this should help $.subject[$var $var] from being
17538: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17539:
17540: 2002-09-17 paf
17541:
17542: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17543: removed changes, operators executed with calling self. lots of
17544: code with ^include code relies on defined/defining self variables
17545:
17546: $a[1] ^include[print_a.p] print_a.p: $a
17547:
17548: ^include[set_a.p] a=$a set_a.p: $a[1]
17549:
17550: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17551: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17552: types/pa_vstateless_class.h: operators now executed with MAIN
17553: self. it's for ^include sake, too strong a change
17554:
17555: * src/classes/op.C: made place for ^process to compile it's code to
17556: in case of no self
17557:
17558: * src/main/execute.C: found ancient param to Junction, removed.
17559: allowed passing self to native_code_operators [for ^process to
17560: work, she needs self]
17561:
17562: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17563: types/pa_vstateless_class.h: found ancient param to Junction,
17564: removed. allowed passing self to native_code_operators [for
17565: ^process to work, she needs self]
17566:
17567: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17568: types/pa_value.h, types/pa_vmethod_frame.h,
17569: types/pa_vstateless_class.h: allowed Request.self to be 0,
17570: checked that in VMethodFrame get/put and $self.
17571:
17572: * src/classes/: table.C, xdoc.C: table::sql options table::create
17573: copy options options checked, wrong option now fatal error
17574:
17575: * src/main/pa_string.C: string.replace fixed [were missing words on
17576: pieces boundaries]
17577:
1.150 moko 17578: * configure, configure.in: .so now detected [can be .sl on hpux,
17579: .dll on cygwin, .so in other cases)
1.95 moko 17580:
17581: * configure, configure.in: .so now detected [can be .sl on hpux,
17582: .dll on cygwin, .so in other cases)
17583:
17584: * operators.txt, src/classes/hash.C, src/classes/table.C,
17585: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17586: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17587: record taken [were last]
17588:
17589: * src/: classes/hash.C, classes/table.C,
17590: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17591: now errors
17592:
17593: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17594:
17595: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17596: ,2,3]
17597:
17598: 2002-09-16 paf
17599:
17600: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17601: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17602: stdout to be binary. now detected closest header break.
17603:
17604: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17605: closed right
17606:
17607: 2002-09-13 paf
17608:
17609: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17610: src/main/compile_tools.h: (expression #comment)
17611:
17612: (multiline expression #comment line2 #comment )
17613:
17614: (expression #comment with (brackets) comment) << OK
17615:
17616: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17617: bitwise !|| numerical xor now [preparing for expression
17618: #comments]
17619:
17620: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17621: error
17622:
17623: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17624: cheched in pa_socks.C
17625:
1.116 moko 17626: * configure, configure.in, src/include/pa_config_auto.h.in:
17627: HAVE_WINSOCK_H created in configure.in
1.95 moko 17628:
17629: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17630: cookie date now clean [were mistakenly tainted & that worked bad
17631: with opera -- 'happily' that worked OK with msie]
17632:
17633: 2002-09-12 paf
17634:
17635: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17636: VClass get_element now first looks to fields, next to methods &
17637: co todo: the rest reason: more speed
17638:
17639: * src/main/untaint.C: quoted printable encoding stops before
17640: \s*<...>$
17641:
17642: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17643: stops before <...>$
17644:
17645: 2002-09-11 paf
17646:
17647: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17648: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17649: forgot to check users of those funcs. not all were using that
17650: return value convention
17651:
17652: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17653: windows-1254 added
17654:
17655: 2002-09-10 paf
17656:
17657: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17658: VCodeFrame parent param were specified badly
17659:
17660: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17661: WWrapper which used in constructing objects(second param to sql
17662: method) ^...sql{}[$.default{code}] now has parent, wich helps
17663: code in hash to survivi
17664:
17665: * src/: include/pa_request.h, main/execute.C: removed redundant
17666: param to execute [stack said 'thanks']
17667:
17668: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17669: types/pa_value.h, types/pa_vcode_frame.h,
17670: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17671: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17672: responsibility to wcontext
17673:
17674: * src/classes/file.C: decided not to log exec's with stderr, that
17675: could be warnings, and it's up to scritper to log/show them
17676:
17677: * src/: classes/double.C, main/execute.C: double:sql badly called
17678: write_assign_lang, not write_no_lang, thus doing unnecessary
17679: double/string converstion, which were loosing time&precesion
17680:
17681: * src/: main/pa_charset.C, types/pa_vmail.C:
17682: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17683: case of unfinished in buffer processing, causing accidental
17684: transcode stop [in case that source enc != utf-8 & there is
17685: incomplete utf-8 sequence at the end of 16000block iside of
17686: libxml lib] tfm readed & code updated
17687:
17688: 2002-09-04 paf
17689:
17690: * configure: makes with sjlj
17691:
17692: * INSTALL, src/include/pa_config_fixed.h,
17693: src/include/pa_sql_connection.h,
17694: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17695: checked. on win32 it made default
17696:
17697: * src/include/pa_config_auto.h.in: sjlj define
17698:
17699: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17700: can not work with longjump/throw pair, and one must switch that
17701: on there. todo: detect that automatically]
17702:
17703: * src/types/pa_vxnode.C: removed too strong checks of
17704: xnode.elements. now, for instance, if element does not have any
17705: attributes, $xnode.attributes is void, not error
17706:
17707: 2002-09-02 paf
17708:
17709: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17710: removed double_result, didn't help
17711:
17712: * src/main/execute.C: double_result made to move that var away from
17713: hungry g++ optimizer (-O2), before: it were optimized and
17714: comparison operators worked badly
17715:
17716: * src/types/pa_vdate.h: removed debug
17717:
1.116 moko 17718: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17719:
17720: * src/main/execute.C: fixed numeric < & co so that thay now use
17721: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17722: unknown reason.
17723:
17724: 2002-08-29 paf
17725:
17726: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17727: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17728: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17729: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17730: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17731: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17732: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17733: [called less frequent, allowed to remove ugly
17734: Junction.change_context-s from many places, switch,
17735: mail:send..html{}, ..] request.root renamed to method_frame [more
17736: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17737: [speed up]
17738:
17739: 2002-08-28 paf
17740:
17741: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17742: tainted
17743:
17744: * src/types/pa_vcookie.C: fixed cookie delete when
17745: $cookie:name[$.value[]]
17746:
17747: * operators.txt, src/classes/string.C:
17748: ^string.split[delim[;options]]
17749:
17750: 2002-08-27 paf
17751:
1.116 moko 17752: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17753:
17754: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17755: delimiter
17756:
17757: * INSTALL: recommended latest gmime 1.0.5
17758:
17759: 2002-08-26 paf
17760:
17761: * configure, configure.in: apache13/hook added to make dist.
17762:
17763: 2002-08-23 paf
17764:
17765: * src/: include/pa_common.h, main/pa_common.C,
17766: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17767: beside binary [cgi, isapi] not accessible [due to bad rights or
17768: whatever] it's error now
17769:
17770: 2002-08-21 paf
17771:
1.116 moko 17772: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17773:
17774: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17775: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17776: class". compiled as if here they named base class
17777:
17778: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17779: cloning constructor]
17780:
17781: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17782:
1.150 moko 17783: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17784: $mail.received.file.value.content-type fixed
17785:
17786: 2002-08-20 paf
17787:
17788: * src/classes/file.C: fixed language of file:file result
17789:
17790: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17791: from 3.0.0005
17792:
17793: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17794:
17795: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17796: 3.0.0005
17797:
17798: * src/classes/void.C, operators.txt: ^void.length[] = 0
17799:
17800: 2002-08-19 paf
17801:
17802: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17803: work now
17804:
17805: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17806: error in xnode, which were not catched in xdoc]
17807:
17808: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17809: prepared: // validate each document after load/create (?)
17810: //xmlDoValidityCheckingDefaultValue = 1;
17811:
17812: 2002-08-15 paf
17813:
17814: * src/classes/classes.h: write to static var caused useless
17815: Exception, introduced Methoded::put_element wich consumes those
17816:
17817: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17818: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17819: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17820: $response:field[date] $response:field[$.xxx[date]]
17821:
17822: * src/: classes/hash.C, classes/string.C, classes/table.C,
17823: classes/void.C, include/pa_sql_connection.h: fixed source of
17824: ^hash::sql{bad}
17825:
17826: * operators.txt: $request:body unprecessed POST request body
17827:
17828: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17829:
17830: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17831: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17832:
17833: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17834: src/include/pa_request.h, src/main/pa_pool.C,
17835: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17836: $request:body r.post_data now const
17837:
17838: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17839: classes/xnode.C, main/execute.C, types/pa_value.h,
17840: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17841: types/pa_vtable.h: instead of type() checking everywhere used
17842: Value.as now user descendants can be used in params.
17843:
17844: VObject::as_*, is_defined now taken from bases. xtable(table)
17845: ^if($xtable) now OK
17846:
17847: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17848: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17849: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17850:
17851: 2002-08-14 paf
17852:
17853: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17854: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17855: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17856: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17857: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17858: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17859: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17860: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17861: types/pa_vresponse.C, types/pa_vresponse.h,
17862: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17863: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17864: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17865: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17866: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17867: & VClass
17868:
17869: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17870:
17871: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17872: removed fixopt stupidity. on stupid linux use cd /document/root
17873: ../cgi/parser3 script
17874:
17875: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17876: params, splitting them by space, excluding argv[0], argv[argc-1]
17877:
17878: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17879: fixopt.h: fixopt now preprocesses command line params, splitting
17880: them by space, excluding argv[0], argv[argc-1]
17881:
17882: * src/targets/cgi/parser3.C: -f config file
17883:
17884: * src/targets/cgi/parser3.C: fixed .log file dir
17885:
17886: 2002-08-13 paf
17887:
17888: * src/types/pa_vobject.C: allow override parent variables, useful
17889: for form descendants [in vobject too, were in vclass]
17890:
17891: * src/types/pa_vclass.C: allow override parent variables, useful
17892: for form descendants
17893:
17894: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17895: overwritten in derived(table)
17896:
17897: * src/: classes/form.C, classes/mail.C, classes/op.C,
17898: classes/xnode.h, include/pa_request.h, main/execute.C,
17899: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17900: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17901: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17902: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17903: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17904: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17905: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17906: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17907: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17908: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17909: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17910: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17911: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17912: Value::get_element(..., bool looking_down) [needed to exclude
17913: endless recoursion]
17914:
17915: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17916: fix bug with put endless recoursion todo: check 'as'
17917:
17918: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17919: reorganized modules todo: fix bug with put endless recoursion
17920: todo: check 'as'
17921:
17922: * src/types/pa_vobject.h: checked: table fields can be overwritten
17923: in derived(table)
17924:
17925: * src/types/pa_vobject.h: derived classes can have fields of their
17926: own now
17927:
17928: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17929: fixed error message on using non-created table
17930:
17931: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17932: classes/op.C, classes/xnode.h, include/pa_request.h,
17933: main/compile.C, main/compile.tab.C, main/execute.C,
17934: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17935: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17936: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17937: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17938: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17939: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17940: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17941: types/pa_vresponse.C, types/pa_vresponse.h,
17942: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17943: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17944: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17945: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17946: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17947: looking down/up tree todo: fix error message on non-constructed
17948: parents
17949:
17950: 2002-08-12 paf
17951:
17952: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17953: derived OK
17954:
17955: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17956: thorough testing
17957:
17958: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17959: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17960: types/pa_vobject.h, types/pa_vstateless_class.h,
17961: types/pa_vstateless_object.h, types/pa_wcontext.h,
17962: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17963: ^base:create[] dynamic call rewritten todo: thorough testing
17964:
17965: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17966: now instantates base class, remembers it and saves child in
17967: parent VObject.get_class now returns last child = downward
17968: virtual calls OK
17969:
17970: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17971: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17972: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17973: types/pa_vobject.h, types/pa_vresponse.h,
17974: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17975: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17976: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17977: VAliased [redundant], moved $CLASS to VObject only [parser class
17978: instance]
17979:
17980: * src/main/pa_request.C: $response:body[file] content-type check
17981: fixed [were bad when content-type is hash]
17982:
17983: 2002-08-09 paf
17984:
17985: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17986: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17987:
17988: 2002-08-08 paf
17989:
17990: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17991: src/main/pa_globals.C: year column in month calendar [week year]
17992:
17993: * src/main/execute.C: error reporting on object writes to MAIN
17994: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17995:
17996: * operators.txt, src/types/pa_vdate.h: $date.yearday
17997: $date.daylightsaving
17998:
17999: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18000: use tainted data now. only she must specify the language.
18001:
18002: ^mail:send[ $.from[paf@mail.design.ru]
18003: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18004: $.text[^taint[uri][ìîñêâà]=] ]
18005:
18006: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18007: now prints more precise origin
18008:
18009: * src/include/pa_string.h: String::first_char now not fails on
18010: empty strings ^if(-f '') now ok and in 3 other places.
18011:
18012: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18013: String::first_char now not fails on empty strings ^if(-f '') now
18014: ok and in 3 other places.
18015:
18016: 2002-08-07 paf
18017:
18018: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18019: fixed
18020:
18021: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18022:
18023: * src/: main/execute.C, types/pa_vcode_frame.h,
18024: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18025: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18026: mistakenly not completely transparent to object writes.
18027: $hash[^if(1){$hash}] now works
18028:
18029: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18030: now erasing cache file [there were bad check on that]
18031:
18032: * src/: classes/classes.dsp, classes/table.C,
18033: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18034: all Debug dirs in .dsp now named 'Debug'
18035:
1.116 moko 18036: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18037:
18038: * operators.txt, src/classes/mail.C: exception_type email.send
18039:
18040: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18041:
18042: * src/types/pa_vmail.C: mail:send empty email checked
18043:
18044: 2002-08-06 paf
18045:
18046: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18047: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18048: ^table::create[$source;$.options] ^table::join[$source;$.options]
18049:
18050: * operators.txt, src/classes/hash.C, src/classes/string.C,
18051: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18052: # $.default() }
18053:
18054: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18055:
18056: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18057: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18058: $file.content-type [instead of .mime-type] now works for
18059: file::stat also
18060:
18061: * src/main/pa_request.C: case insensitive mime_type_of
18062:
18063: 2002-08-05 paf
18064:
18065: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18066:
18067: * src/types/pa_vmail.C: file buffer relocated to parser heap
18068:
18069: * operators.txt: comment on date:calendar week column
18070:
18071: * src/main/pa_common.C: write checked
18072:
18073: * src/main/: pa_common.C: write checked
18074:
18075: * src/classes/date.C: +1 buf size for stupid snprintfs
18076:
18077: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18078: month calendar week column [ISO 8601 Week Numbers]
18079:
18080: 2002-08-02 paf
18081:
18082: * src/: include/pa_config_fixed.h, main/pa_string.C,
18083: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18084: DEBUG*
18085:
18086: * configure, configure.in, src/include/pa_version.h: release
18087: 3_0_0005
18088:
18089: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18090: multipart post fixed
18091:
18092: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18093: response transcoded source->client only when text/* or simple
18094: onoverridden $response:body
18095:
18096: 2002-08-01 paf
18097:
18098: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18099: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18100: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18101: classes/op.C, classes/response.C, classes/string.C,
18102: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18103: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18104: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18105: include/pa_config_fixed.h, include/pa_dictionary.h,
18106: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18107: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18108: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18109: include/pa_socks.h, include/pa_sql_connection.h,
18110: include/pa_sql_driver_manager.h, include/pa_stack.h,
18111: include/pa_string.h, include/pa_stylesheet_connection.h,
18112: include/pa_stylesheet_manager.h, include/pa_table.h,
18113: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18114: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18115: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18116: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18117: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18118: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18119: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18120: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18121: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18122: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18123: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18124: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18125: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18126: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18127: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18128: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18129: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18130: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18131: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18132: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18133: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18134: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18135: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18136: types/pa_vmethod_frame.h, types/pa_vobject.h,
18137: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18138: types/pa_vresponse.h, types/pa_vstateless_class.C,
18139: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18140: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18141: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18142: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18143: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18144: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18145:
18146: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18147: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18148: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18149: classes/math.C, classes/op.C, classes/response.C,
18150: classes/string.C, classes/table.C, classes/void.C,
18151: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18152: include/pa_array.h, include/pa_cache_managers.h,
18153: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18154: include/pa_config_fixed.h, include/pa_config_includes.h,
18155: include/pa_dictionary.h, include/pa_dir.h,
18156: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18157: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18158: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18159: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18160: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18161: include/pa_stack.h, include/pa_string.h,
18162: include/pa_stylesheet_connection.h,
18163: include/pa_stylesheet_manager.h, include/pa_table.h,
18164: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18165: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18166: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18167: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18168: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18169: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18170: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18171: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18172: main/pa_sql_driver_manager.C, main/pa_string.C,
18173: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18174: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18175: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18176: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18177: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18178: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18179: targets/isapi/pool_storage.h, types/pa_valiased.C,
18180: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18181: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18182: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18183: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18184: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18185: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18186: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18187: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18188: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18189: types/pa_vresponse.C, types/pa_vresponse.h,
18190: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18191: types/pa_vstateless_object.h, types/pa_vstatus.C,
18192: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18193: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18194: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18195: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18196: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18197: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18198: types/Makefile.am: ident.C* removed
18199:
18200: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18201: file:find[/can/do/this/now.txt]
18202:
18203: * src/targets/cgi/parser3.C: usage to stdout now
18204:
18205: 2002-07-31 paf
18206:
18207: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18208:
18209: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18210: default "postmaster"
18211:
18212: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18213: -f postmaster now default sendmail key word "postmaster"
18214: replaced to $.from
18215:
18216: 2002-07-30 paf
18217:
1.116 moko 18218: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18219: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18220:
18221: * src/main/pa_charset.C: comment
18222:
18223: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18224: table, &#decimal;
18225:
18226: * src/main/pa_request.C: comment
18227:
18228: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18229: paragraf]
18230:
18231: 2002-07-11 paf
18232:
18233: * src/main/pa_exec.C: build command line badly added params twice
18234: [and first time without ' ']. double wrong. fixed.
18235:
18236: * src/main/pa_exec.C: invalid .exe caused error message with params
18237: wich parser did not provide = reported badly. fixed that.
18238:
18239: * src/classes/mail.C: $MAIL[ # xxx ]
18240:
18241: now ok
18242:
18243: * operators.txt: plan: sql detailed exception
18244:
18245: 2002-07-01 paf
18246:
18247: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18248: [MForm.configure_admin were called when request.main_class ==0
18249:
18250: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18251:
18252: * src/classes/form.C: content_length type fix
18253:
18254: 2002-06-30 paf
18255:
18256: * src/classes/mail.C: merged from 4
18257:
18258: * src/classes/mail.C: restored $MAIL
18259:
18260: 2002-06-28 paf
18261:
18262: * configure, configure.in: removed paths.h
18263:
1.116 moko 18264: * configure, src/include/pa_version.h,
1.95 moko 18265: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18266: merged, makes updated
18267:
18268: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18269: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18270: src/include/pa_pool.h, src/include/pa_version.h,
18271: src/main/pa_charset.C, src/main/pa_pool.C,
18272: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18273: src/types/pa_vmail.C: merged latest updates to head
18274:
18275: 2002-06-27 paf
18276:
18277: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18278: not error now
18279:
18280: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18281: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18282: src/main/pa_charset.C, src/main/pa_pool.C:
18283: ^xdoc::create[[uri]]... base uri for document being created,
18284: imports and other relative file names would be relative to this
18285: uri default uri=path_translated
18286:
18287: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18288:
18289: 2002-06-26 paf
18290:
18291: * configure, configure.in, src/include/pa_version.h:
18292: release_3_0_0004
18293:
18294: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18295: 0 now
18296:
18297: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18298:
18299: 2002-06-25 paf
18300:
18301: * src/main/pa_string.C: emtpy string, or string of whitespaces
18302: considered bad number now
18303:
18304: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18305: now
18306:
18307: * operators.txt, src/classes/string.C: ^string.normalize [old
18308: name: optimize
18309:
18310: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18311: library configured
18312:
18313: * src/main/pa_request.C: configure_admin forced if no @conf
18314:
1.150 moko 18315: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18316: ^math:crypt updated to generate random salt when needed and to
18317: call system crypt() if not $apr1$ prefix
1.95 moko 18318:
18319: 2002-06-24 paf
18320:
18321: * INSTALL: --with-static/shared-mailreceive described
18322:
18323: * src/include/pa_config_fixed.h: ssize_t fixed
18324:
1.116 moko 18325: * configure, configure.in, src/include/pa_config_auto.h.in,
18326: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18327: src/types/pa_vmail.C: $mail:received makes update
18328:
18329: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18330: WITH_MAILRECEIVE
18331:
18332: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18333:
18334: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18335: option, for $mail:receive
18336:
18337: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18338: introducting $message:received ^mail:send rewritten with backward
18339: comp
18340:
18341: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18342: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18343: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18344: now
18345:
18346: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18347: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18348: src/include/pa_request.h, src/include/pa_string.h,
18349: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18350: src/main/pa_globals.C, src/main/pa_request.C,
18351: src/main/pa_string.C, src/main/pa_uue.C,
18352: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18353: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18354: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18355: uue to separate file introducting $message:received ^mail:send
18356: rewritten with backward comp
18357:
18358: 2002-06-21 paf
18359:
1.116 moko 18360: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18361: co changes
1.95 moko 18362:
1.116 moko 18363: * configure, configure.in, src/lib/md5/Makefile.am,
18364: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18365: restructure .in and .am files appropriate changes
1.95 moko 18366:
18367: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18368: pcre to libs/ added libs/md5 which is linked to non-apache
18369: targets ^math:crypt[password;$apr1$salt]
18370:
18371: * INSTALL, configure.in, operators.txt, parser3.dsw,
18372: src/Makefile.am, src/classes/Makefile.am,
18373: src/classes/classes.dsp, src/classes/math.C,
18374: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18375: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18376: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18377: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18378: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18379: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18380: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18381: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18382: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18383: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18384: src/lib/pcre/pcre_parser_ctype.dsp,
18385: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18386: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18387: src/main/compile.tab.C, src/main/main.dsp,
18388: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18389: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18390: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18391: to libs/ added libs/md5 which is linked to non-apache targets
18392: ^math:crypt[password;$apr1$salt]
18393:
18394: 2002-06-20 paf
18395:
1.150 moko 18396: * INSTALL, configure, configure.in, operators.txt,
18397: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18398: src/include/pa_globals.h, src/include/pa_request.h,
18399: src/main/execute.C, src/main/pa_request.C,
18400: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18401: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18402: file:justname&co & @auto/conf[filespec
1.95 moko 18403:
18404: * operators.txt, src/classes/file.C:
18405: !^file:dirname[/a/some.tar.gz]=/a
18406: !^file:dirname[/a/b/]=/a
18407: !^file:basename[/a/some.tar.gz]=some.tar.gz
18408: !^file:justname[/a/some.tar.gz]=some.tar
18409: !^file:justext[/a/some.tar.gz]=gz
18410:
18411: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18412: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18413: @conf/auto[filespec]
18414:
1.116 moko 18415: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18416:
1.150 moko 18417: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18418: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18419: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18420:
18421: 2002-06-18 paf
18422:
18423: * configure, configure.in, src/include/pa_version.h: version to
18424: configure.in
18425:
18426: * INSTALL: reflected .conf.dist dir change
18427:
1.150 moko 18428: * Makefile.am, configure, configure.in,
1.116 moko 18429: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18430: .in & *.am updated
18431:
18432: * src/classes/file.C: strncasecmp
18433:
18434: * src/classes/file.C: strcasecmp
18435:
1.150 moko 18436: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18437:
18438: * src/classes/file.C: ^file::exec[script;$.bad error case
18439: insensitive check now
18440:
18441: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18442:
18443: * configure, configure.in, src/include/pa_pool.h,
18444: src/include/pa_types.h: pack configure.in detection simplified.
18445: figured out that gcc on sparc not that stupid as thought
18446: previously: on sparc: when it sees packed class it modifies it's
18447: field-access-code to byte operations [stb, ldub] instead of 4byte
18448: operations [st, lduh] so packed must be all parts of packed
18449: class, i.e. it's parents&fields(classes). for now it's only
18450: String that packed and what was wrong is that it's parent -
18451: Pooled, were not packed. fixed that.
18452:
18453: 2002-06-14 paf
18454:
18455: * operators.txt: more precise xml-to-text options
18456:
18457: * operators.txt, src/types/pa_vxnode.C: xnode
18458: attribute_node.name/value xnode pi.node.data
18459:
18460: 2002-06-12 paf
18461:
1.116 moko 18462: * configure, configure.in, src/targets/cgi/Makefile.am,
18463: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18464:
18465: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18466: src/include/pa_globals.h, src/include/pa_request.h,
18467: src/main/compile.tab.C, src/main/pa_globals.C,
18468: src/main/pa_request.C, src/targets/cgi/parser3.C,
18469: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18470:
18471: * src/classes/mail.C: sendmail -ti [default now]
18472:
18473: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18474: to be strings. for convinient #ing
18475:
18476: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18477: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18478:
18479: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18480: main/pa_globals.C, main/pa_request.C: @conf
18481:
18482: 2002-06-11 paf
18483:
18484: * src/classes/file.C: check simplified
18485:
18486: * src/: classes/file.C, targets/cgi/parser3.dsp,
18487: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18488: valid prefix
18489:
18490: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18491: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18492: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18493:
18494: 2002-06-10 paf
18495:
18496: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18497: src/main/pa_common.C: lock failures reported now
18498:
18499: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18500: string->double @ compile time were not-enough-checking...
18501:
18502: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18503: autoconvert now ignored
18504:
18505: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18506: check
18507:
18508: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18509: $response:body content-type:name
18510:
18511: * configure, configure.in: hpux check, nsl link, no socket
18512:
18513: * operators.txt: old merge conflict removed
18514:
18515: * configure, configure.in: pack even address access on sparc&co
18516: arch checked in configure
18517:
18518: * configure, src/include/pa_version.h: makes
18519:
18520: * configure, configure.in, src/include/pa_version.h: makes
18521:
18522: * src/main/untaint.C: (bug#2) mail subject got always prepended
18523: with charset even when all letters were 7bit one
18524:
18525: * src/main/pa_common.C: merged fixed -d (bug)
18526:
18527: * src/main/pa_common.C: fixed -d (bug)
18528:
18529: 2002-06-03 paf
18530:
18531: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18532: src/classes/classes.dsp, src/main/compile.tab.C,
18533: src/main/main.dsp, src/main/pa_globals.C,
18534: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18535: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18536: .dsp-s along with reorganized cvs modules dirs structure
18537:
18538: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18539: main/pa_globals.C, targets/cgi/parser3.dsp,
18540: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18541: modules
18542:
18543: 2002-05-28 paf
18544:
18545: * src/targets/cgi/parser3.C: info.uri now ""
18546:
18547: 2002-05-17 paf
18548:
18549: * src/classes/: table.C: ^table.save << checked empty
18550: pre/match/post columns
18551:
18552: 2002-05-16 paf
18553:
18554: * src/classes/image.C: image::measure can png now
18555:
18556: 2002-05-15 paf
18557:
18558: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18559: added
18560:
18561: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18562:
18563: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18564: %H[:%M[:%S]]]]]] [-%m now
18565:
18566: 2002-05-14 paf
18567:
18568: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18569:
18570: 2002-05-07 paf
18571:
18572: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18573: src/include/pa_globals.h, src/include/pa_request.h,
18574: src/include/pa_table.h, src/main/compile.tab.C,
18575: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18576: src/main/pa_request.C, src/main/pa_table.C,
18577: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18578: src/targets/isapi/parser3isapi.dsp,
18579: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18580: name2number field now &. main_method_name now on Request pool
18581: rather on global_pool [Junction+VJunction created on same pool as
18582: name = were created on global pool, causing mem leaks]
18583:
18584: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18585: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18586: main/compile.y, main/main.dsp, main/pa_globals.C,
18587: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18588: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18589: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18590: field now &. main_method_name now on Request pool rather on
18591: global_pool [Junction+VJunction created on same pool as name =
18592: were created on global pool, causing mem leaks]
18593:
18594: 2002-05-06 paf
18595:
18596: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18597: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18598: 100*40 bytes per request memory leak [nonpool malloc in globals]
18599:
18600: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18601: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18602: 100*40 bytes per request memory leak [nonpool malloc in globals]
18603:
18604: 2002-04-30 paf
18605:
18606: * configure, src/include/pa_version.h: version now not b
18607:
18608: * src/targets/cgi/parser3.C: request.uri now never 0
18609:
18610: 2002-04-29 paf
18611:
18612: * configure.in: removed b
18613:
18614: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18615: Exception::comment/type checked in (), no there's no empty
18616: type/comment by default
18617:
18618: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18619: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18620: src/doc/value.dox, src/include/pa_exception.h,
18621: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18622: 0001
18623:
18624: 2002-04-26 paf
18625:
18626: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18627: size reduced
18628:
18629: 2002-04-25 paf
18630:
18631: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18632: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18633: now that took into account
18634:
18635: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18636: 01:03:04]
18637:
18638: * ChangeLog, operators.txt, src/classes/date.C:
18639: ^date::create[2002-12-33 01:03:04]
18640:
18641: * ChangeLog: updated changelog
18642:
18643: * src/classes/table.C: removed restriction on column count to
18644: ^table.hash to work, now must be >0 [were >1]
18645:
18646: 2002-04-24 paf
18647:
18648: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18649: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18650: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18651: targets
18652:
18653: 2002-04-23 paf
18654:
18655: * operators.txt, src/classes/string.C:
18656: int/double/string:sql{}[$.default{code}] fixed [were barking:
18657: "junction used outside of context"]
18658:
18659: 2002-04-22 paf
18660:
18661: * types.txt, src/classes/string.C, src/include/pa_string.h,
18662: src/main/pa_string.C, src/types/pa_vstring.C,
18663: src/types/pa_vstring.h: ^string.optimize[]
18664:
18665: * src/: include/pa_globals.h, include/pa_table.h,
18666: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18667: table template
18668:
18669: * src/classes/: string.C: optimize removed from string
18670: .left/right/pos
18671:
18672: * src/main/execute.C: rolled back to
18673: before_killing_userjunction_contexts
18674:
18675: * src/main/execute.C: user junctions context killed
18676:
18677: * src/main/execute.C: junctions to local contexts got
18678: cleanized&checked later
18679:
18680: 2002-04-19 paf
18681:
18682: * src/: classes/string.C, include/pa_request.h,
18683: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18684: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18685: prior to .left .right .mid .pos .match when that is profitable,
18686: and always before .replace when $ORIGINS(1) optimization disabled
18687: economy from not wasting mem on lots of strings which occur by
18688: lots of String:mid calls to get parts of source string between
18689: found_occurances
18690:
18691: * src/classes/file.C: ovector now local economy: 16 bytes per
18692: ^file:list
18693:
18694: * src/: include/pa_globals.h, include/pa_table.h,
18695: main/pa_globals.C, main/pa_string.C: String::match table columns
18696: globalized, not created @ each ^match anymore economy:
18697: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18698:
18699: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18700: removed from each String::match replace iteration, and made
18701: stacked sizeof(VTable)=12bytes economy on each replace code
18702:
18703: * src/doc/footer.htm: 2001,
18704:
18705: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18706: string.match[]['] option enables generation of $match.prematch
18707: .match .postmatch columns
18708:
18709: * src/main/pa_string.C: String::match options analized without
18710: cstr-ing them now
18711:
18712: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18713: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18714: config updated to doxygen 1.2.15, created helper which fixes
18715: minor bugs in chm project files & htm tree. changed extension to
18716: .htm
18717:
18718: 2002-04-18 paf
18719:
18720: * src/doc/doxygen.cfg: .chi generation disabled
18721:
18722: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18723: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18724: fields&methods
18725:
18726: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18727: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18728: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18729: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18730: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18731: types/pa_vresponse.h, types/pa_vstateless_class.h,
18732: types/pa_vstateless_object.h, types/pa_vstatus.h,
18733: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18734: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18735: VStateless_class to VObject
18736:
18737: * src/: main/pa_request.C, types/pa_valiased.h,
18738: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18739: types/pa_vstring.h: VStateless_string_object speicalized light
18740: version of VStateless_object
18741:
18742: * src/classes/op.C: ^throw comment param made optional
18743:
18744: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18745: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18746: and implemented down in VClass, fclass_alias removed,
18747:
18748: * src/types/pa_value.C: forced to cut that from .h because of
18749: VStateless_class usage [undefined in .h]
18750:
18751: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18752: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18753: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18754: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18755: on each CALL]
18756:
18757: * src/: classes/classes.h, classes/date.C, classes/double.C,
18758: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18759: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18760: classes/response.C, classes/string.C, classes/table.C,
18761: classes/void.C, classes/xnode.C, include/pa_globals.h,
18762: include/pa_request.h, main/execute.C, main/pa_globals.C,
18763: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18764: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18765: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18766: types/pa_vstateless_class.h, types/pa_wcontext.C,
18767: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18768: removed Value::fname
18769:
18770: 2002-04-17 paf
18771:
18772: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18773: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18774: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18775: include/pa_pool.h, include/pa_types.h: dox updated to current
18776: state, PTHROW freshen to throw & co
18777:
18778: * src/types/pa_vhash.h: vstring wrong parent fixed
18779:
18780: * src/classes/op.C: taint local result var bug fixed
18781:
18782: 2002-04-16 paf
18783:
18784: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18785: Attic asm.txt as most interesting
18786:
18787: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18788: check, preventing content-length: 0 from appearing
18789:
18790: * src/main/execute.C: $result in @main now taken into account as in
18791: usual functions
18792:
18793: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18794: & @unhandled_exception now taken into account as in usual
18795: functions
18796:
18797: * src/doc/postbuild.txt: instructions on post .html build
18798:
18799: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18800:
18801: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18802: tainted
18803:
18804: * src/main/pa_request.C: uri in error log
18805:
18806: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18807: cheched date:create(days) param for validity [later were assumed
18808: valid and crashed on invalid onces]
18809:
18810: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18811: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18812: and used that for removing VString wrapper
18813:
18814: * src/classes/op.C: exception2vhash file now tainted
18815:
18816: * src/classes/op.C: _process pseudo origin copied from local var to
18817: heap
18818:
18819: * src/classes/op.C: extra check on empty file in origin in _execute
18820:
18821: 2002-04-15 paf
18822:
18823: * src/: main/execute.C, types/pa_value.h: fixed name update
18824:
18825: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18826: functions
18827:
18828: * src/: classes/file.C, classes/hash.C, classes/op.C,
18829: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18830: started dual write_xxx_lang functions, if checked & works
18831:
18832: * src/: classes/date.C, classes/file.C, classes/mail.C,
18833: classes/string.C, classes/xnode.C, include/pa_request.h,
18834: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18835: unnecessary VString shells
18836:
18837: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18838: prev changes]
18839:
18840: * src/: classes/image.C, classes/op.C, classes/string.C,
18841: classes/table.C, include/pa_request.h, main/execute.C,
18842: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18843: StringOrValue wcontext result, now ready for dual writes
18844:
18845: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18846: checked that
18847:
18848: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18849: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18850: changed to OP_WRITE_VALUE in var get cases
18851:
18852: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18853: include/pa_request.h, main/compile.tab.C, main/compile.y,
18854: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18855: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18856: switch in hash constructor fixed [were problems with using of
18857: stacked wwrapper after it's death]
18858:
18859: 2002-04-12 paf
18860:
18861: * operators.txt, src/classes/table.C: table.select(expression) 0
18862:
18863: 2002-04-11 paf
18864:
18865: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18866: Request::process_internal codeFrame & wwrapper stacked [not
18867: wasting heap anymore]
18868:
18869: 2002-04-10 paf
18870:
18871: * src/: classes/double.C, classes/file.C, classes/hash.C,
18872: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18873: classes/string.C, classes/table.C, classes/void.C,
18874: classes/xdoc.C, include/pa_request.h, main/execute.C,
18875: main/pa_string.C: killed Request::process() wrapping
18876: VString(String) in case we need only String
18877:
18878: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18879: killed 8 bytes from String.head
18880:
18881: 2002-04-09 paf
18882:
18883: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18884: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18885: local*/char b[...]; a=b; situations
18886:
18887: * operators.txt, src/classes/xdoc.C: xslt params made literal
18888:
18889: * src/classes/xdoc.C: xslt params fixed
18890:
18891: * src/: main/pa_common.C, targets/cgi/parser3.C,
18892: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18893: not pool.malloc(MAX_NUMBER) but really neaded
18894:
18895: * operators.txt, src/classes/double.C, src/classes/int.C:
18896: int/double.int/double(default)
18897:
18898: 2002-04-04 paf
18899:
18900: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18901: [when reconstructing pieces were split by
18902: max_integral(piece.size), thus some strings to replace happen to
18903: be split into two = not replaced)
18904:
18905: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18906: standalone version = current dir
18907:
18908: * src/targets/cgi/parser3.C: document root in standalone version =
18909: current dir
18910:
18911: 2002-04-03 paf
18912:
18913: * configure, configure.in: more checks on nonexistent charset
18914:
1.116 moko 18915: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18916:
18917: 2002-04-02 paf
18918:
18919: * src/main/compile.C: parser.compile [exception name more like in
18920: doc]
18921:
18922: 2002-04-01 paf
18923:
18924: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18925: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18926: .content-type.charset, not .charset
18927:
18928: 2002-03-29 paf
18929:
18930: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18931:
18932: * operators.txt, src/classes/date.C: ^date::create now may not
18933: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18934: days' year. | 31.05->31.04 roll
18935:
18936: 2002-03-28 paf
18937:
18938: * operators.txt, src/classes/date.C, src/classes/op.C,
18939: src/include/pa_globals.h, src/include/pa_hash.h,
18940: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18941: ^cache(seconds) ^cache[date] }
18942:
18943: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18944: param
18945:
18946: 2002-03-27 paf
18947:
18948: * operators.txt, src/classes/date.C, src/classes/double.C,
18949: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18950: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18951: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18952: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18953: src/classes/xnode.C, src/include/pa_exception.h,
18954: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18955: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18956: src/main/pa_array.C, src/main/pa_charset.C,
18957: src/main/pa_charsets.C, src/main/pa_common.C,
18958: src/main/pa_dictionary.C, src/main/pa_exception.C,
18959: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18960: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18961: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18962: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18963: src/types/pa_value.h, src/types/pa_vcookie.C,
18964: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18965: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18966: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18967: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18968: src/types/pa_wwrapper.h: assigned exception types
18969:
18970: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18971: src/include/pa_request.h, src/main/execute.C,
18972: src/main/pa_request.C: decided agains resetting exception_trace,
18973: just changed name
18974:
18975: 2002-03-26 paf
18976:
18977: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18978: fixed
18979:
18980: * src/classes/op.C: forced language of $source field of exception
18981: to 'tainted', so that sql-langed-frags could be outputed outside
18982: of connect
18983:
18984: * operators.txt: removed date.roll limit of +-1 offset
18985:
18986: * src/classes/date.C: removed date.roll limit of +-1 offset
18987:
18988: * operators.txt, src/classes/date.C: fixed date roll on
18989: daylightsaving days mktime took into account tm_isdst flag, which
18990: remained from BEFORE roll, but should have been reset
18991:
18992: 2002-03-25 paf
18993:
18994: * operators.txt, src/targets/cgi/parser3.C:
18995: http_site_config_filespec
18996:
18997: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18998: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18999: with any/both --disable-foreign-group-files --disable-execs
19000:
19001: * INSTALL: "--with=sendmail=COMMAND" comment
19002:
19003: * INSTALL, configure, configure.in, src/classes/mail.C,
19004: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19005: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19006: disables execs also. introducing --sendmail
1.95 moko 19007:
19008: * operators.txt: pgsql options comment
19009:
19010: * INSTALL: comment on --disable-link-stdcpp
19011:
1.116 moko 19012: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19013: libstdc++ link skipping configure option
1.95 moko 19014:
19015: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19016: with error were put to cache with 'marked_to_rollback' flag, all
19017: consequent even OK requests rolled back
19018:
19019: 2002-03-22 paf
19020:
19021: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19022: false return
19023:
19024: * operators.txt: few comments on sets
19025:
19026: 2002-03-18 paf
19027:
19028: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19029: src/include/pa_globals.h, src/include/pa_request.h,
19030: src/include/pa_stack.h, src/main/pa_globals.C,
19031: src/main/pa_request.C: introducing ^try
19032:
19033: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19034: types/pa_vdouble.h: removed some tested @tests
19035:
19036: 2002-03-15 paf
19037:
19038: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19039:
19040: 2002-03-13 paf
19041:
19042: * src/main/pa_exception.C: checked not-pooled malloc
19043:
19044: 2002-03-11 paf
19045:
19046: * INSTALL, configure, configure.in,
19047: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19048:
19049: * src/main/pa_common.C: --disable-foreign-group-files
19050:
19051: * INSTALL: --disable-execs
19052:
19053: * src/main/pa_exec.C: --disable-execs
19054:
19055: * configure, configure.in, src/include/pa_config_auto.h.in:
19056: --disable-execs
19057:
19058: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19059:
19060: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19061: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19062:
19063: 2002-03-05 paf
19064:
19065: * operators.txt, src/classes/date.C: date week calendar columns
19066: named
19067:
19068: * operators.txt, src/classes/date.C: date week calendar columns
19069: named
19070:
19071: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19072: requires headers to be terminated with \r\n manually [refuses to
19073: separate header/body itself]
19074:
19075: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19076: targets/isapi/parser3isapi.C: isapi site config beside .dll
19077:
19078: 2002-03-04 paf
19079:
19080: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19081: in PASS language
19082:
19083: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19084: deserialize checks on broken file
19085:
19086: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19087: parser3isapi.dsp: isapi updated
19088:
19089: 2002-03-01 paf
19090:
19091: * src/main/pa_exec.C: execle -> execve, now argc OK
19092:
19093: 2002-02-28 paf
19094:
19095: * src/main/untaint.C: removed some debug comments
19096:
19097: * src/main/pa_charsets.C: when placing charset to cache using
19098: global name now [were request]
19099:
19100: * configure, configure.in: apache module updated
19101:
19102: * src/main/pa_string.C: origin by first piece preferred before last
19103: piece
19104:
19105: 2002-02-27 paf
19106:
19107: * src/main/pa_charset.C: size_t
19108:
19109: * INSTALL: shared/static-xml with-pathlink
19110:
19111: * operators.txt: SMTP comment
19112:
19113: 2002-02-26 paf
19114:
19115: * src/main/pa_exec.C: more precise names for vars, cosmetic
19116:
19117: * src/classes/xnode.C: in some situation, xpath query returned
19118: result with type NODESET, but empty nodeset member field, checked
19119: that
19120:
19121: 2002-02-22 paf
19122:
19123: * INSTALL: without-zlib comment
19124:
19125: * etc/parser3.charsets/windows-1251.cfg: °
19126:
19127: * configure, configure.in: glib###.a detection fixed
19128:
19129: * INSTALL: hashfile removed from INSTALL
19130:
1.116 moko 19131: * Makefile.am: make update
1.95 moko 19132:
19133: * src/main/pa_string.C: string iterators fixed again, so were
19134: String::join_chain
19135:
19136: * src/main/pa_string.C: string iterators fixed again, so were
19137: String::join_chain
19138:
19139: * src/: include/pa_string.h, main/pa_string.C: string iterators
19140: fixed again, so were String::join_chain
19141:
19142: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19143:
19144: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19145: "session"
19146:
1.116 moko 19147: * configure, configure.in, src/include/pa_config_auto.h.in:
19148: --with-shared-xml --with-static-xml
1.95 moko 19149:
19150: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19151: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19152: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19153: xalan&xml
19154:
19155: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19156:
19157: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19158: src/types/types.dsp: removed hashfile support from sources for
19159: now
19160:
1.116 moko 19161: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19162: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19163: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19164: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19165: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19166: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19167: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19168: src/types/Makefile.am, src/types/pa_vhashfile.C,
19169: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19170:
19171: 2002-02-21 paf
19172:
19173: * src/main/untaint.C: removed debug code, activated commented-for
19174: debug parts
19175:
1.116 moko 19176: * Makefile.am: make cvsupdate
1.95 moko 19177:
19178: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19179: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19180: append_row, not at link zero now string to string appending works
19181:
19182: 2002-02-20 paf
19183:
19184: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19185: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19186: DEBUG_STRING_APPENDS_VS_EXPANDS
19187:
19188: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19189: economy: 22%
19190:
19191: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19192: space uptimized: string::link_row removed
19193:
19194: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19195: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19196: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19197: types/pa_vstring.h: speed uptimized: string::is_empty
19198:
19199: * operators.txt, src/include/pa_common.h,
19200: src/include/pa_config_fixed.h, src/include/pa_string.h,
19201: src/include/pa_types.h, src/main/compile.tab.C,
19202: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19203: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19204: string append optimiziation idea and estimates
19205:
19206: 2002-02-19 paf
19207:
19208: * src/classes/math.C: not used directly [but erroreously reported
19209: that 'is', thus registering twice&other probs]
19210:
19211: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19212: to node [element]
19213:
19214: * src/main/compile.C: without string_origins parse error
19215: file+line+col possible
19216:
19217: * src/main/: compile.C: without string_origins not worked
19218:
19219: 2002-02-18 paf
19220:
19221: * src/types/pa_vdouble.h: since we have in_expression removed that
19222: trick i've installed into double::as_string
19223:
19224: * src/main/pa_globals.C: extern "C" was removed too fast
19225:
19226: * src/: include/pa_opcode.h, include/pa_request.h,
19227: main/compile.tab.C, main/compile.y, main/execute.C,
19228: types/pa_wcontext.h: in_expression aimed to solve old problem
19229: with string/nonstring values, now in expressions double/int
19230: values are passed as-is, without stupid tostring/fromstring
19231: conversions
19232:
19233: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19234: __cplusplus } #endif
19235:
19236: * src/main/compile.tab.C: bison env set so one could compile
19237: without cygwin installed
19238:
19239: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19240: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19241: gnome xml libs parser .dsp-s changed accordingly
19242:
19243: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19244:
19245: * operators.txt, src/classes/date.C: date::create [were date::set,
19246: with backward comp
19247:
19248: * src/classes/math.C: math:random range check fixed
19249:
19250: * src/main/: compile.tab.C, compile.y: integer division stops name
19251:
19252: * INSTALL: local install comment
19253:
1.116 moko 19254: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19255:
1.116 moko 19256: * acinclude.m4, aclocal.m4, configure, configure.in,
19257: src/include/pa_config_auto.h.in,
19258: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19259: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19260:
19261: * operators.txt: \ comment
19262:
19263: 2002-02-13 paf
19264:
19265: * src/include/pa_config_includes.h: sys/time time both included
19266: now. vaguely remember confilicts on this on some system [not on
19267: six|ablv] so when would see them again would think up proper
19268: check
19269:
1.116 moko 19270: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19271: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19272:
19273: * src/main/pa_common.C: truncation never occured when writing files
19274: on unix [since i've changed cache mech] fix
19275:
19276: * src/main/pa_common.C: strnchr: sanity check added
19277:
19278: * etc/parser3.charsets/windows-1257.cfg: id added
19279:
19280: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19281: baltic charset file generated, in generation script ispunct check
19282: added
19283:
19284: 2002-02-08 paf
19285:
1.116 moko 19286: * src/: include/Makefile.am, sql/Makefile.am,
19287: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19288:
19289: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19290: forgotten
19291:
19292: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19293:
19294: * INSTALL, README: install&others updated
19295:
19296: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19297:
1.116 moko 19298: * Makefile.am, configure, configure.in,
19299: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19300: src/classes/Makefile.am, src/main/Makefile.am,
19301: src/main/pa_status_provider.C, src/targets/Makefile.am,
19302: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19303: works
1.95 moko 19304:
19305: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19306: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19307: classes/hashfile.C, classes/int.C, classes/mail.C,
19308: classes/math.C, classes/op.C, classes/response.C,
19309: classes/string.C, classes/table.C, classes/void.C,
19310: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19311: include/pa_array.h, include/pa_cache_managers.h,
19312: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19313: include/pa_config_fixed.h, include/pa_config_includes.h,
19314: include/pa_db_connection.h, include/pa_db_manager.h,
19315: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19316: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19317: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19318: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19319: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19320: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19321: include/pa_stack.h, include/pa_string.h,
19322: include/pa_stylesheet_connection.h,
19323: include/pa_stylesheet_manager.h, include/pa_table.h,
19324: include/pa_threads.h, include/pa_types.h, main/compile.C,
19325: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19326: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19327: main/pa_db_connection.C, main/pa_db_manager.C,
19328: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19329: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19330: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19331: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19332: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19333: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19334: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19335: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19336: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19337: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19338: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19339: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19340: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19341: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19342: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19343: types/pa_vmethod_frame.h, types/pa_vobject.h,
19344: types/pa_vrequest.h, types/pa_vresponse.h,
19345: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19346: types/pa_vstateless_object.h, types/pa_vstatus.C,
19347: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19348: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19349: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19350: classes/image.C, main/pa_common.C, main/pa_exec.C,
19351: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19352: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19353: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19354: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19355: types/pa_vxnode.C, main/pa_charset.C: name spelling
19356:
19357: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19358: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19359: classes/hashfile.C, classes/image.C, classes/int.C,
19360: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19361: classes/string.C, classes/table.C, classes/void.C,
19362: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19363: include/pa_array.h, include/pa_cache_managers.h,
19364: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19365: include/pa_config_fixed.h, include/pa_config_includes.h,
19366: include/pa_db_connection.h, include/pa_db_manager.h,
19367: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19368: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19369: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19370: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19371: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19372: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19373: include/pa_stack.h, include/pa_string.h,
19374: include/pa_stylesheet_connection.h,
19375: include/pa_stylesheet_manager.h, include/pa_table.h,
19376: include/pa_threads.h, include/pa_types.h, main/compile.C,
19377: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19378: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19379: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19380: main/pa_db_connection.C, main/pa_db_manager.C,
19381: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19382: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19383: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19384: main/pa_socks.C, main/pa_sql_driver_manager.C,
19385: main/pa_status_provider.C, main/pa_string.C,
19386: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19387: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19388: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19389: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19390: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19391: targets/isapi/pool_storage.h, types/pa_valiased.C,
19392: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19393: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19394: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19395: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19396: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19397: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19398: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19399: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19400: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19401: types/pa_vresponse.h, types/pa_vstateless_class.C,
19402: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19403: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19404: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19405: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19406: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19407: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19408:
19409: 2002-02-07 paf
19410:
19411: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19412:
1.116 moko 19413: * configure, configure.in, src/include/pa_config_auto.h.in,
19414: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19415: added yet another locking function: fcntl
1.95 moko 19416:
19417: * config.sub: on cygwin configure passes it with strange i1586
19418: const, hacked it to mean i586
19419:
19420: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19421: disabled $if reference due to conflicts with local variables
19422:
19423: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19424: xdoc::set obsolete now, now xdoc::create, with both sences
19425:
19426: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19427: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19428: table::create now // 'set' name obsolete now table clone.
19429:
19430: * operators.txt, src/classes/string.C,
19431: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19432: ^int/double/string.format now can be called with normal []
19433: brackets, not stupid {} as it were implemented for some strange
19434: reason. retaining backward compatibility due to some
19435: already-implemented servers
19436:
19437: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19438: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19439: operators now detected by check at name_without_curly_rdive_read
19440: rule whether diving code constists only of
19441: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19442: with OP_GET_ELEMENT_OR_OPERATOR to form
19443: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19444:
19445: 2002-02-06 paf
19446:
19447: * configure, configure.in: prefix expanded, grr
19448:
19449: * operators.txt, src/classes/mail.C: mail:send config changed
19450:
19451: 2002-02-05 paf
19452:
19453: * operators.txt: regex options commented
19454:
19455: * src/main/: pa_exec.C: argv0 now correct
19456:
19457: * src/types/pa_vstatus.C: status:rusage 3
19458:
19459: * src/types/pa_vstatus.C: status:rusage 2
19460:
19461: * operators.txt: status:rusage described int operators
19462:
19463: * src/types/pa_vstatus.C: status:rusage 1
19464:
19465: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19466: src/types/types.dsp: status:rusage
19467:
19468: * configure.in, operators.txt, src/classes/file.C,
19469: src/classes/op.C, src/include/pa_common.h,
19470: src/include/pa_config_includes.h, src/main/compile.tab.C,
19471: src/main/pa_common.C: rewritten ^cache to use
19472: non-blocking-exclusive-caches
19473:
19474: * src/main/pa_common.C: text file read mode on win32 adjusted
19475: [speed impact. was off for debugging purpose, but forgotten
19476: afterwards]
19477:
19478: 2002-02-01 paf
19479:
19480: * src/classes/op.C: file_write does EX lock after create, while
19481: file_read does SH after open, so there's a moment after create
19482: but before EX lock when read can sneak into, and read
19483: just-created-for-writing-and-not-yet-locked file, added a check
19484: for that in ^cache...read
19485:
19486: 2002-01-31 paf
19487:
19488: * src/main/: compile.y, compile.tab.C: disabled operator call after
19489: ^xxx:
19490:
19491: * src/main/: compile.tab.C, execute.C: made operators lookup first
19492: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19493:
19494: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19495: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19496: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19497: operators check 6.1 rewritten. now check is done at compile time
19498:
19499: * src/main/execute.C: operators check 5 floated up old error of
19500: staying in 'entered class/object' state after $a($a..) it
19501: prevented operators from being called thereafter
19502:
19503: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19504: main/execute.C: operators check 4 floated up old error of staying
19505: in 'entered object' state after ^a.a(a) it prevented operators
19506: from being called thereafter
19507:
19508: * src/main/execute.C: operators check 3 floated up old error of
19509: staying in 'entered class' state after $a:a(a) it prevented
19510: operators from being called thereafter
19511:
19512: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19513: floated up old error of staying in 'entered class' state after
19514: $a:a[a] it prevented operators from being called thereafter
19515:
19516: * src/main/execute.C: operators check, thay mistakenly seen in
19517: $class:operator $object.operators contexts
19518:
19519: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19520: win32
19521:
1.116 moko 19522: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19523: src/classes/Makefile.am, src/main/Makefile.am,
19524: src/targets/cgi/Makefile.am,
1.95 moko 19525: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19526: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19527:
1.116 moko 19528: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19529: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19530: configure, configure.in, form.txt, ident.awk, install-sh,
19531: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19532: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19533: etc/parser3.charsets/Makefile.am,
19534: etc/parser3.charsets/koi8-r.cfg,
19535: etc/parser3.charsets/windows-1250.cfg,
19536: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19537: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19538: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19539: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19540: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19541: straightened installation scripts procedure made
19542: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19543: change
19544:
19545: 2002-01-30 paf
19546:
19547: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19548: removed] those comments were a mistake, and prevented libltdl
19549: from function properly
19550:
19551: 2002-01-29 paf
19552:
1.116 moko 19553: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19554: creation [modified acinclude.m4 which were creating int into just
19555: assignment LIBTOOL=../libtool] added default system
19556: config&charsetts prepared 'make install', now it installs
19557: targets/cgi/parser3 into bin directory etc/parser3.conf &
19558: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19559: $sysconfdir/parser3.charsets respectively
19560:
19561: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19562: main/pa_globals.C: few forgotten ifdef XML added
19563:
19564: 2002-01-28 paf
19565:
1.116 moko 19566: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19567: removed
19568:
19569: * src/main/pa_exception.C: dom|generic error output fix
19570:
19571: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19572:
19573: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19574:
19575: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19576: [fixed as_node helper func to accept docs]
19577:
19578: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19579: xdoc.importNode 0
19580:
19581: * src/classes/xdoc.C: xdoc::set now untaints OK
19582:
19583: 2002-01-25 paf
19584:
19585: * src/main/: compile.tab.C, compile.y: #comment before @ after
19586: @SPECIAL now works OK
19587:
19588: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19589:
19590: * src/main/pa_exec.C: max arg count now 10, and proper message on
19591: violation that added
19592:
19593: * src/classes/hash.C: unified hash::sql, now
19594: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19595:
19596: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19597: ^file:lock[filename]{code}
19598:
19599: * src/: classes/file.C, classes/op.C, classes/string.C,
19600: classes/table.C, classes/xdoc.C, include/pa_common.h,
19601: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19602: to some pa_common funcs
19603:
19604: * src/: include/pa_charset.h, main/pa_globals.C:
19605: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19606:
19607: * src/: include/pa_charset.h, main/pa_charset.C,
19608: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19609: not stupid illegal define
19610:
19611: 2002-01-24 paf
19612:
19613: * src/include/pa_version.h: changed version number
19614:
19615: * src/: classes/hashfile.C, include/pa_db_table.h,
19616: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19617: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19618: main/pa_db_connection.C, main/pa_db_table.C,
19619: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19620: hashfile without logfiles
19621:
19622: * src/: classes/hashfile.C, include/pa_db_table.h,
19623: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19624: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19625: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19626: DB_INIT_TXN init bits, thus got rid of huge log files, which
19627: cluttered disk without huge need]
19628:
19629: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19630: handy macro, which is strangly abscent in dome lib
19631:
19632: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19633:
19634: * src/classes/xdoc.C: checked empty response
19635:
19636: * src/classes/xnode.C: xdoc.select fixed context node [were always
19637: /, not self node]
19638:
19639: * src/classes/xnode.C: xnode.select returns array always now, in
19640: case 'nothing found' returns empty array
19641:
19642: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19643: be more tender with ctrl/c/v
19644:
19645: 2002-01-23 paf
19646:
19647: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19648: substituted. // 2. when dom tree with entites goes under
19649: transform text nodes // got [erroreosly] cut on first
19650: entity occurance
19651:
19652: * src/types/pa_vdouble.h: double prec. todo: get rid of
19653: twice-converting
19654:
19655: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19656: 'e' in output this is for regretful twice-converting here:
19657: $a(double value) when they write double falue they convert it to
19658: string first, thus %g were losing precesion.
19659:
19660: todo: think up some way to remove double->string string->double
19661: twice-converting
19662:
19663: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19664: %.20E now default float format this is for regretful
19665: twice-converting here: $a(double value) when they write double
19666: falue they convert it to string first, thus %g were losing
19667: precesion.
19668:
19669: todo: think up some way to remove double->string string->double
19670: twice-converting
19671:
19672: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19673: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19674: reasons in comment inside
19675:
19676: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19677: statically linked]
19678:
19679: * src/: include/pa_exception.h, main/compile.tab.C,
19680: main/pa_exception.C: removed exception va_list constructor. 1.
19681: not needed anymore 2. there were a conflict[causing errors]
19682: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19683: never detected an ambiguilty here, compiling ctor(, "hello") into
19684: ctor(, va_list) which, of course, caused gpf
19685:
19686: * src/main/pa_globals.C: removed debug xslt messages
19687:
19688: 2002-01-22 paf
19689:
19690: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19691: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19692: helps compiling stylesheet properly. example: this refused to
19693: work, <b>«<xsl:value-of select="@title"
19694: />»</b> stranly worked only this way:
19695: <b>«<xsl:value-of select="@title" />»</b>
19696:
19697: docs says "set it to 1", never going into details, so I decided
19698: to try NOT to do that
19699:
19700: * src/classes/table.C: join behaived badly in case named tables
19701: structure mismatched: 0 strings sneaked into dest failing
19702: afterwards. replaced them with empty strings
19703:
19704: 2002-01-21 paf
19705:
19706: * src/main/pa_charset.C: checked empty transcoders in
19707: transcode_cstr|buf
19708:
19709: * src/classes/xdoc.C: xdoc::load error source = filespec
19710:
19711: * src/classes/xdoc.C: transform error source now
19712: stylesheet_filespec
19713:
1.116 moko 19714: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19715: include/pa_stylesheet_connection.h, main/pa_charset.C,
19716: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19717: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19718: gnome
1.95 moko 19719:
19720: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19721: include/pa_globals.h, include/pa_stylesheet_connection.h,
19722: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19723: xslt generic error 1
19724:
19725: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19726: xml generic message 1
19727:
19728: * src/classes/table.C: ^table::load empty lines or #comments before
19729: headline
19730:
19731: * src/: include/pa_array.h, include/pa_globals.h,
19732: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19733: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19734: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19735: errors 0
19736:
19737: 2002-01-16 paf
19738:
19739: * src/: classes/hash.C, classes/op.C, classes/string.C,
19740: classes/table.C, classes/void.C, classes/xdoc.C,
19741: include/pa_db_connection.h, include/pa_request.h,
19742: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19743: include/pa_stylesheet_connection.h,
19744: include/pa_stylesheet_manager.h, main/pa_request.C,
19745: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19746: targets/cgi/pool_storage.h: auto closers to sql_connection,
19747: stylesheet_connection auto destroyers to remaining gnome objects
19748:
19749: * src/classes/xdoc.C: few comments
19750:
19751: 2002-01-15 paf
19752:
19753: * src/classes/xdoc.C: xdoc file save string
19754:
19755: ready. todo: error handling
19756:
19757: * src/classes/xdoc.C: xdoc save rewritten using
19758: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19759: result
19760:
19761: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19762: started output options parsing
19763:
19764: 2002-01-14 paf
19765:
19766: * src/classes/xdoc.C: method
19767:
19768: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19769: include/pa_pool.h, include/pa_stylesheet_connection.h,
19770: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19771: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19772: xslt transform0. TODO: use output options handle errors
19773:
19774: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19775:
19776: 2002-01-11 paf
19777:
19778: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19779: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19780: partial logical && || evaluation
19781:
19782: * src/classes/xnode.C: xpath selectNodes
19783:
19784: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19785: string/number/bool
19786:
19787: * src/classes/xnode.C: xpath selectNode 2
19788:
19789: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19790: xpath selectNode 1
19791:
19792: 2002-01-10 paf
19793:
19794: * src/classes/xnode.C: xpath selectNode -100 [just written]
19795:
19796: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19797: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19798: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19799: refcounter]
19800:
19801: 2001-12-29 paf
19802:
19803: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19804: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19805: glib works 0
19806:
19807: 2001-12-28 paf
19808:
19809: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19810: main/pa_exception.C: started glib transcoders
19811:
19812: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19813:
19814: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19815: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19816: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19817: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19818: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19819: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19820: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19821: libs just compiled in. no refcounting no xpath no xslt yet
19822:
19823: 2001-12-27 paf
19824:
19825: * src/: include/pa_charset.h, include/pa_common.h,
19826: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19827: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19828: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19829: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19830: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19831: from xalan&xerces, started the process. globals [initialization
19832: pool [charset update charset [transcodings vxnode vxdoc [DOM
19833: calls
19834:
19835: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19836: anymore
19837:
19838: 2001-12-26 paf
19839:
19840: * src/: include/pa_charset.h, include/pa_charsets.h,
19841: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19842: key globalized [bug]
19843:
19844: 2001-12-25 paf
19845:
19846: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19847: main/pa_string.C: table set & append changed splitting languages,
19848: separators now can be clean AND as-is same to mail command line
19849: $MAIN:MAIL.progX arguments
19850:
19851: 2001-12-24 paf
19852:
19853: * src/classes/mail.C: one parted text messages - no multipart
19854: mime-type anymore. for convinient if $.attach-ments
19855:
19856: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19857: main/pa_string.C: read from cache size check updated
19858:
19859: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19860:
19861: 2001-12-21 paf
19862:
19863: * src/classes/date.C: date:sql-string now returns localtime
19864:
19865: * src/main/pa_request.C: $result in @main actually not working, to
19866: hell with it for now
19867:
19868: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19869: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19870: @postprocess @exception
19871:
19872: * src/main/execute.C: junction evaluation canceled - endless
19873: recursion detected
19874:
19875: 2001-12-19 paf
19876:
19877: * src/main/pa_charset.C: charset->charset transcoding via unicode
19878: intermediate
19879:
19880: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19881:
19882: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19883:
19884: * src/classes/op.C: ^cache keypath now relative
19885:
19886: * src/classes/mail.C: changed weighting prior to sort
19887:
19888: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19889: were missing
19890:
19891: 2001-12-17 paf
19892:
19893: * src/main/pa_charset.C: ifndef XML were bad type
19894:
19895: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19896: outdated unset services_pool
19897:
19898: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19899: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19900: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19901:
19902: * src/main/untaint.C: allowed space in filespec
19903:
19904: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19905:
19906: * src/classes/image.C: no govno
19907:
19908: * src/classes/image.C: govno
19909:
19910: 2001-12-16 paf
19911:
19912: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19913:
19914: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19915: charset_connection&manager replaced by charset&charsets
19916:
19917: * src/main/pa_charset.C: name_cstr 0
19918:
19919: * src/main/untaint.C: uri lang now knows about client/source
19920: charsets
19921:
19922: * src/: classes/file.C, classes/math.C, classes/op.C,
19923: classes/string.C, classes/table.C, classes/xdoc.C,
19924: include/pa_array.h, include/pa_cache_managers.h,
19925: include/pa_charset_connection.h, include/pa_charset_manager.h,
19926: include/pa_common.h, include/pa_db_connection.h,
19927: include/pa_db_manager.h, include/pa_db_table.h,
19928: include/pa_dictionary.h, include/pa_exception.h,
19929: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19930: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19931: include/pa_sapi.h, include/pa_socks.h,
19932: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19933: include/pa_string.h, include/pa_stylesheet_connection.h,
19934: include/pa_stylesheet_manager.h, include/pa_table.h,
19935: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19936: main/pa_charset.C, main/pa_charset_connection.C,
19937: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19938: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19939: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19940: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19941: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19942: types/types.dsp: introducing Charset
19943:
19944: 2001-12-14 paf
19945:
19946: * src/: include/pa_request.h, include/pa_transcoder.h,
19947: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19948: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19949: uri lang
19950:
19951: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19952:
19953: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19954:
19955: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19956: defalts_name global
19957:
19958: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19959: include/pa_request.h, main/main.dsp,
19960: main/pa_charset_connection.C, main/pa_charset_manager.C,
19961: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19962: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19963: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19964: changed charset model. now important: $request:charset
19965: $response:charset while $response:content-type.charset become
19966: unimportant [informational]
19967:
19968: 2001-12-13 paf
19969:
19970: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19971:
19972: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19973: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19974: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19975: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19976: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19977: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19978:
19979: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19980: auto_ptr part other way, because of stupid gcc 2.96
19981: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19982: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19983: FormatterListener] /usr/include/g++-3/memory:48:
19984: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19985: _Tp1 = FormatterListener, _Tp = FormatterListener]
19986:
19987: * src/classes/xdoc.C: removed extra inc
19988:
19989: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19990:
19991: * src/include/pa_types.h: msvc head debugging flag
19992:
19993: * src/classes/xdoc.C: freed up listener
19994:
19995: * src/classes/string.C: change msg '... code is not code'
19996:
19997: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19998: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19999: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20000: [past/future prob]
20001:
20002: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20003: include/pa_config_fixed.h, include/pa_db_manager.h,
20004: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20005: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20006:
20007: * src/: include/pa_config_fixed.h, main/pa_common.C,
20008: main/pa_string.C: removed signed mismatch warnings
20009:
20010: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20011: 'expires' from header outputs
20012:
20013: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20014: row ptr
20015:
20016: * src/classes/file.C: file::cgi bug, request_method were passed to
20017: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20018:
20019: * src/classes/xdoc.C: lang list updated
20020:
20021: 2001-12-10 paf
20022:
20023: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20024:
20025: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20026: erase files like that, knowing their full name introducing //
20027: theoretical problem with, for instance, "_2B" and "." fragments,
20028: // they would yield the same // because
20029: need_file_encode('_')=false // but we need to delete such files
20030: somehow, getting names from ^index
20031:
20032: * src/main/pa_string.C: ^string.replace bug fixed [bad
20033: string::join_chank break]
20034:
20035: 2001-12-07 paf
20036:
20037: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20038: include/pa_common.h, include/pa_config_auto.h.in,
20039: include/pa_config_fixed.h, include/pa_config_includes.h,
20040: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20041: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20042: types/pa_vhashfile.C: merged from r14_simple_cache
20043:
20044: * src/main/pa_string.C: stupid sparc architecture failed to access
20045: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20046: lduh [ %i2 + 1 ], %l0
20047:
20048: bus error, fixed that
20049:
20050: * src/main/pa_string.C: strange string deserialize bug on
20051: client[pmts], a bit shortened,
20052:
20053: * src/include/pa_config_auto.h.in: makes
20054:
20055: * src/: include/pa_common.h, include/pa_config_fixed.h,
20056: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20057: file write shared lock file read
20058:
20059: * src/: classes/op.C, include/pa_common.h,
20060: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20061:
20062: 2001-12-06 paf
20063:
20064: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20065: main/pa_request.C: #ifdef RESOURCES_DEBUG
20066:
20067: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20068: info
20069:
20070: * src/classes/hashfile.C: removed transaction from ^cache
20071:
20072: 2001-12-05 paf
20073:
20074: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20075: IIS5 there were a prob with illegal call check
20076:
20077: 2001-12-04 paf
20078:
20079: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20080: main/pa_request.C: measures to log
20081:
20082: 2001-11-23 paf
20083:
20084: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20085: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20086: types/pa_vhashfile.C: merged from _0014, 1
20087:
20088: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20089: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20090: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20091: ^cache(33) would change
20092:
20093: 0660 bits in file_write & hashfile create
20094:
20095: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20096: after pa_string optimization]
20097:
20098: 2001-11-22 paf
20099:
20100: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20101: table.offset[whence]
20102:
20103: * src/classes/op.C: process cstr(,connection)
20104:
20105: * src/classes/op.C: process now gets its body on current language,
20106: not as-is
20107:
20108: * src/main/untaint.C: ORIGINS mode removed UHTML
20109:
20110: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20111: bit
20112:
1.116 moko 20113: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20114:
20115: 2001-11-21 paf
20116:
20117: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20118: <xsl:output output options made identical to xsl:output
20119: attributes exclusion: cdata-section-elements what xalan can do
20120: but that not used now: it can escape and remove CDATA sections
20121:
20122: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20123: produced by xslt
20124:
20125: * src/targets/cgi/parser3.C: removed debug cgi||1
20126:
20127: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20128:
20129: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20130: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20131: default language for {code}, it happen to change it's language
20132: from CLEAN, so later refused to split by CLEAN \t
20133:
20134: 2001-11-20 paf
20135:
1.116 moko 20136: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20137: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20138: bottom of dependeces, so that errors would popup quicklier, fixed
20139: line numbering in table::sql
20140:
20141: 2001-11-19 paf
20142:
20143: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20144: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20145: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20146: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20147: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20148: at wcontext.write
20149:
1.116 moko 20150: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20151: _set_new_handler
20152:
1.116 moko 20153: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20154: set_new_handler in apache&isapi
1.95 moko 20155:
20156: 2001-11-16 paf
20157:
20158: * src/targets/cgi/parser3.C: pool debug @ die
20159:
20160: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20161: removed 8 bytes from String, 2 bytes from
20162: string::chunk::row::item
20163:
20164: * src/main/pa_string.C: removed 1+4 bytes from String
20165:
20166: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20167: types/pa_vstring.C: removed 1+4 bytes from String
20168:
20169: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20170: 0
20171:
20172: * src/: include/pa_globals.h, include/pa_string.h,
20173: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20174: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20175: targets/cgi/parser3.C: introducing estimating
20176: String::cstr_bufsize, 0
20177:
20178: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20179:
20180: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20181:
20182: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20183: include/pa_pool.h: die in pool::fail
20184:
20185: 2001-11-15 paf
20186:
20187: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20188: main/pa_exception.C, targets/cgi/parser3.C: exception with
20189: dynamic buffer re-back now with counter
20190:
20191: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20192: static buffer back
20193:
20194: * src/targets/cgi/parser3.C: std::
20195:
20196: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20197: include/pa_config_includes.h: setnewhandler check
20198:
1.116 moko 20199: * src/include/pa_config_auto.h.in: makes
1.95 moko 20200:
20201: * src/targets/cgi/parser3.C: set_new_handler started
20202:
20203: 2001-11-14 paf
20204:
20205: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20206: was wrong
20207:
20208: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20209: was wrong
20210:
20211: * src/main/pa_request.C: z
20212:
20213: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20214: full returns win32 -1 solaris >buffer_size
20215:
20216: checked all that
20217:
20218: * src/classes/op.C: ^untaint{body} as-is default now
20219:
20220: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20221: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20222: with no_bad_constructors_try
20223:
20224: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20225: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20226: this: $bred[^string::length[]] $bred[^response::clear[]]
20227: $bred[^int::int[]]
20228:
20229: now VObject creation moved into overriden
20230: VClass::create_new_value, thus 0 from create_new_value means that
20231: class has no ctors
20232:
20233: 2001-11-13 paf
20234:
20235: * src/classes/classes.C: returned accedently removed if in foreach
20236: callbacks [when hash no-0-restructure]
20237:
20238: 2001-11-12 paf
20239:
20240: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20241: passed as-is to method, xalan makes & into & itself
20242:
20243: * src/classes/date.C: date.roll parser2 alg used
20244:
20245: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20246: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20247: main/pa_dictionary.C, main/pa_hash.C,
20248: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20249: now does not containt 0 values. put 0 actullay removes. no check
20250: on 0 value in foreach now required
20251:
20252: 2001-11-11 paf
20253:
20254: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20255:
20256: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20257:
20258: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20259: driver initialize not const
20260:
20261: 2001-11-10 paf
20262:
20263: * src/main/pa_exec.C: doc
20264:
20265: 2001-11-09 paf
20266:
20267: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20268: param properly
20269:
20270: * src/classes/string.C: string.save now does untainting before
20271: saving
20272:
20273: * src/main/pa_common.C: line endings fixing fixed last piece[was
20274: still cstr oriented]
20275:
20276: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20277: line endings fixing got rid of cstr, now must work ok with post
20278: multipart
20279:
20280: * src/types/pa_vform.C: line endings fixed at post / multipart /
20281: not file also now
20282:
20283: 2001-11-08 paf
20284:
20285: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20286: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20287: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20288: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20289: main/pa_stylesheet_manager.C: restructured Cache manager to be
20290: simple parent, not second parent [gcc 2.96 strangly refused to
20291: call virtual from second parent]
20292:
1.116 moko 20293: * src/: include/pa_common.h, main/Makefile.am,
20294: targets/cgi/pa_pool.C: makes
1.95 moko 20295:
20296: * src/: include/pa_request.h, main/pa_request.C,
20297: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20298: 'status' class enabler
20299:
20300: <Location /parser-status.html> ParserStatusAllowed </Location>
20301:
20302: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20303: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20304: include/pa_stylesheet_manager.h, main/main.dsp,
20305: main/pa_cache_managers.C, main/pa_charset_manager.C,
20306: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20307: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20308: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20309: todo: apache 'status' class enabler
20310:
20311: 2001-11-05 paf
20312:
20313: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20314: debug to normal
20315:
20316: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20317: hence i removed skipping 0 values in hash::for_each-es we need to
20318: check cleaned cache items manually. few more checks.
20319:
20320: expiring to 0 time was wrong, changed to 'now' time
20321:
20322: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20323: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20324: on apache already done :)
20325:
20326: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20327: skipping 0 values in hash::for_each-es we need to check cleaned
20328: cache items manually
20329:
20330: * src/main/: pa_db_connection.C, pa_db_table.C:
20331: parser_multithreaded check was wrong
20332:
20333: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20334: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20335: classes/hashfile.C, classes/image.C, classes/int.C,
20336: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20337: classes/string.C, classes/table.C, classes/void.C,
20338: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20339: include/pa_array.h, include/pa_charset_connection.h,
20340: include/pa_charset_manager.h, include/pa_common.h,
20341: include/pa_config_fixed.h, include/pa_config_includes.h,
20342: include/pa_db_connection.h, include/pa_db_manager.h,
20343: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20344: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20345: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20346: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20347: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20348: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20349: include/pa_stack.h, include/pa_string.h,
20350: include/pa_stylesheet_connection.h,
20351: include/pa_stylesheet_manager.h, include/pa_table.h,
20352: include/pa_threads.h, include/pa_types.h, main/compile.C,
20353: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20354: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20355: main/pa_charset_manager.C, main/pa_common.C,
20356: main/pa_db_connection.C, main/pa_db_manager.C,
20357: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20358: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20359: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20360: main/pa_socks.C, main/pa_sql_driver_manager.C,
20361: main/pa_status_provider.C, main/pa_string.C,
20362: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20363: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20364: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20365: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20366: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20367: targets/isapi/pool_storage.h, types/pa_valiased.C,
20368: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20369: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20370: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20371: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20372: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20373: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20374: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20375: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20376: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20377: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20378: types/pa_vstateless_object.h, types/pa_vstatus.h,
20379: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20380: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20381: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20382: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20383: $status:db fixed used not initialized in db_connection & db_table
20384:
20385: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20386: $status:charset
20387:
20388: * src/: classes/xdoc.C, include/pa_db_connection.h,
20389: include/pa_stylesheet_connection.h,
20390: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20391: types/pa_vstatus.h: $status:stylesheet
20392:
20393: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20394: include/pa_request.h, include/pa_sql_connection.h,
20395: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20396: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20397: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20398: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20399: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20400: types/pa_vxnode.C, types/types.dsp: started status parser class
20401:
20402: 2001-11-01 paf
20403:
20404: * src/include/pa_config_auto.h.in: makes
20405:
20406: * src/main/pa_hash.C: removed old extra include
20407:
20408: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20409: checks [for hp, there are such in math.h]
20410:
20411: * src/classes/op.C: ^for endless loop check strightened
20412:
20413: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20414: behavior in native calls. it left unchanged, so ^for ^foreach &
20415: co can use r.root to write their i & key,value there
20416:
20417: * src/classes/op.C: detected for var storage bug, fixed.
20418: todo:foreach
20419:
20420: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20421: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20422: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20423: changing of hash inside of foreach
20424:
20425: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20426: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20427: were hash.foreach
20428:
20429: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20430: types/pa_vstring.C, types/pa_vstring.h:
20431: ^foreach[key|value]{body}[[separator]|{separator}]
20432:
20433: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20434: types/pa_vcookie.C: ^hash.delete[key]
20435:
20436: 2001-10-31 paf
20437:
20438: * src/main/: compile.C, pa_common.C: completely empty file now
20439: considered "read", not ignored [not perfect trick used]
20440:
20441: * src/main/pa_common.C: simplier common ifdefs
20442:
20443: * src/main/pa_common.C: typing bug in common - bad ifdeff
20444:
20445: * src/main/pa_db_connection.C: z
20446:
20447: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20448: lockdetector flags
20449: dbenv.lk_detect=DB_LOCK_RANDOM;
20450:
20451: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20452: from accidental show [imagine user forgot @exception]
20453:
20454: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20455:
20456: * src/: classes/file.C, classes/image.C, classes/mail.C,
20457: classes/string.C, classes/xnode.C, include/pa_common.h,
20458: main/pa_common.C: ^string.save[[append;]path]
20459:
20460: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20461: main/execute.C: \ in expression: int divide 10/3=3
20462:
20463: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20464: inside of ^cache
20465:
20466: * src/: include/pa_threads.h, main/pa_db_connection.C,
20467: main/pa_db_table.C, targets/cgi/pa_threads.C,
20468: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20469: needed
20470:
20471: 2001-10-30 paf
20472:
20473: * src/: classes/classes.dsp, main/main.dsp,
20474: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20475: types/types.dsp: enabled debug incremental compile
20476:
20477: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20478: form post data line endings not reformatted now.
20479:
20480: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20481: now required [had bug when file= has no value]
20482:
20483: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20484: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20485: cstr(asis) default param removed
20486:
20487: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20488:
20489: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20490:
20491: * src/include/pa_dir.h: LOAD_DIR fixed
20492:
20493: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20494: was broken} fix_line_breaks
20495:
20496: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20497: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20498: packed with #pragma pack
20499:
1.116 moko 20500: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20501:
20502: 2001-10-29 paf
20503:
20504: * src/types/pa_wcontext.h: bitfield syntax stricter
20505:
20506: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20507: string hash.puts
20508:
20509: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20510:
20511: * src/include/pa_sql_connection.h: there were one wrong
20512: SQL_CONNECTION_FUNC_GUARDED [failed]
20513:
20514: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20515: param.someday either ifdef or remove it
20516:
20517: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20518:
20519: * src/main/untaint.C: optimizing returned after debugging
20520:
20521: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20522: main/untaint.C: memory hunging #pragma pack(1)
20523:
20524: 16 419 844 13 169 394
20525:
20526: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20527: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20528: places [todo:Array]
20529:
20530: * src/: main/execute.C, targets/cgi/pa_pool.C,
20531: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20532: types/pa_wwrapper.h: debugging memory WContext flags to bits
20533:
20534: total 5 652 652/158731 total 5 469 332/158731
20535:
20536: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20537: Array:: without cache in get/put now
20538:
20539: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20540: 18:25:27 2001] total 5 652 652/158731
20541:
20542: * src/: include/pa_string.h, main/pa_string.C,
20543: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20544: now
20545:
20546: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20547: 18:11:53 2001] total 5796092/158731
20548:
20549: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20550: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20551: key ref now
20552:
20553: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20554: 17:11:17 2001] total 16867948/202658
20555:
20556: * src/: classes/file.C, classes/image.C, classes/string.C,
20557: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20558: main/execute.C, main/pa_array.C, main/pa_common.C,
20559: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20560: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20561: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20562: string::as_int/double now usually uses stack, not heap [200K out
20563: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20564:
20565: * src/main/pa_sql_driver_manager.C: ping to have services [old
20566: hiding bug]
20567:
20568: * src/Makefile.am: .am order
20569:
20570: * src/: include/pa_array.h, include/pa_charset_manager.h,
20571: include/pa_db_connection.h, include/pa_db_manager.h,
20572: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20573: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20574: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20575: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20576: required "friend class"
20577:
20578: ../include/pa_request.h:51: friend declaration requires
20579: class-key, i.e. `friend class Temp_lang'
20580:
20581: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20582: main/pa_exception.C, main/pa_sql_driver_manager.C,
20583: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20584:
20585: the idea is to #1 jump to C++ some function to main body, where
20586: every function stack frame has exception unwind information and
20587: from there... #2 propagate_exception()
20588:
20589: 2001-10-28 paf
20590:
20591: * src/main/pa_db_connection.C: removed old consts
20592:
20593: * src/main/pa_db_connection.C: expire table [was accidently pasted
20594: with wrong type/cast]
20595:
20596: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20597: translation
20598:
1.116 moko 20599: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20600: remember to build DB2 with -fexceptions!!!
20601:
20602: * src/main/pa_db_table.C: DB_RMW defed
20603:
20604: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20605: include/pa_db_connection.h, include/pa_db_manager.h,
20606: include/pa_db_table.h, main/pa_db_connection.C,
20607: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20608:
20609: 2001-10-27 paf
20610:
20611: * src/: classes/hashfile.C, include/pa_db_connection.h,
20612: include/pa_db_table.h, main/pa_db_connection.C,
20613: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20614: types/pa_vhashfile.C: DB2 ifdefs
20615:
1.116 moko 20616: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20617: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20618: makes with DB2
20619:
1.116 moko 20620: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20621: types/Makefile.am: makes db
1.95 moko 20622:
20623: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20624: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20625: globals.C
20626:
20627: * src/: classes/hashfile.C, include/pa_db_connection.h,
20628: include/pa_db_table.h, main/pa_db_connection.C,
20629: main/pa_db_table.C: ^hashfile.clear[]
20630:
20631: * src/classes/classes.awk: no $ in var names
20632:
20633: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20634: connection&table [forgotten calls]
20635:
20636: 2001-10-26 paf
20637:
20638: * src/main/pa_db_connection.C: db checkpoints
20639:
20640: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20641: checkpoints
20642:
20643: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20644: default. but entities still reparsed. todo: tothink
20645:
20646: * src/main/pa_db_connection.C: db recover mech 2
20647:
20648: * src/: classes/hashfile.C, include/pa_db_connection.h,
20649: include/pa_db_manager.h, include/pa_db_table.h,
20650: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20651: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20652: types/pa_vhashfile.h: db connections & tables now cached at
20653: create time & multithreaded
20654:
20655: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20656: parsed_source
20657:
20658: * src/main/pa_db_connection.C: about to remove connection from
20659: vhashfile
20660:
20661: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20662: transaction commit/rollback responsibility left to parent [as it
20663: sould - else there were a bug with double free]
20664:
20665: * src/include/pa_db_table.h: db: child transaction commit/rollback
20666: responsibility left to parent [as it sould - else there were a
20667: bug with double free]
20668:
20669: 2001-10-25 paf
20670:
20671: * src/: classes/hashfile.C, include/pa_common.h,
20672: include/pa_db_connection.h, include/pa_db_manager.h,
20673: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20674: types/pa_vhashfile.C, types/pa_vhashfile.h,
20675: include/pa_db_table.h, main/pa_db_table.C: started db_home
20676: [multiple, cached] todo: autorecover [tried, but not succeded,
20677: yet]
20678:
20679: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20680:
20681: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20682: transaction parent passed
20683:
20684: 2001-10-24 parser
20685:
1.116 moko 20686: * src/classes/Makefile.am: makes
1.95 moko 20687:
20688: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20689: isapi/pool_storage.h: pool_storage fixed
20690:
20691: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20692: types/pa_vform.h: form fix_line_breaks
20693:
1.116 moko 20694: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20695:
20696: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20697: targets/cgi/pool_storage.h: makes
20698:
20699: * src/sql/pa_sql_driver.h: version
20700:
20701: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20702: types/pa_vform.C, types/pa_vform.h: .am
20703:
20704: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20705: this: DB_RMW Acquire write locks instead of read locks when doing
20706: the retrieval. Setting this flag may decrease the likelihood of
20707: deadlock during a read-modify-write cycle by immediately
20708: acquiring the write lock during the read part of the cycle so
20709: that another thread of control acquiring a read lock for the same
20710: item, in its own read-modify-write cycle, will not result in
20711: deadlock
20712:
20713: * src/targets/isapi/parser3isapi.dsp: doc
20714:
20715: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20716:
20717: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20718:
20719: * src/: classes/hashfile.C, include/pa_db_connection.h,
20720: main/pa_db_connection.C: hashfile expired deleted from db when
20721: get & iterate
20722:
20723: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20724: expiring 1
20725:
20726: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20727:
20728: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20729: db_connection not bothers with key when not returning expired
20730: data
20731:
20732: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20733: types/pa_vhashfile.C: db_cursor constructor public now
20734:
20735: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20736: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20737: stamped, todo: put_element analize
20738:
20739: * src/: include/pa_db_connection.h, include/pa_string.h,
20740: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20741: serialize. todo stamp
20742:
20743: 2001-10-23 parser
20744:
20745: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20746: classes/image.C, classes/mail.C, classes/response.C,
20747: classes/string.C, classes/table.C, classes/xdoc.C,
20748: include/pa_config_fixed.h, include/pa_db_connection.h,
20749: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20750: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20751: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20752: types/pa_vtable.C: ^hashfile.hash[]
20753:
20754: * src/: classes/hashfile.C, classes/xdoc.C,
20755: include/pa_config_fixed.h, main/pa_db_manager.C,
20756: main/pa_globals.C: ifdefs so it compiled without db
20757:
20758: * src/: classes/hashfile.C, include/pa_db_connection.h,
20759: include/pa_db_manager.h, main/pa_db_connection.C,
20760: main/pa_db_manager.C, types/pa_vhashfile.h:
20761: ^hashfile.transaction{code} ^hashfile:clear[filename]
20762: ^hashfile.delete[key]
20763:
20764: 2001-10-22 parser
20765:
20766: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20767: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20768:
20769: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20770: classes/xnode.C, include/pa_charset_connection.h,
20771: include/pa_db_connection.h, include/pa_db_manager.h,
20772: include/pa_exception.h, include/pa_sapi.h,
20773: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20774: include/pa_stylesheet_connection.h,
20775: include/pa_stylesheet_manager.h,
20776: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20777: main/pa_db_connection.C, main/pa_db_manager.C,
20778: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20779: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20780: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20781: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20782: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20783: types/types.dsp: hashfile 0
20784:
20785: * src/types/pa_vhashfile.C: z
20786:
20787: * src/: classes/classes.dsp, classes/hashfile.C,
20788: include/pa_config_fixed.h, main/execute.C,
20789: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20790: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20791:
20792: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20793:
20794: * src/: include/pa_exception.h, include/pa_request.h,
20795: main/execute.C, main/pa_exception.C, main/pa_request.C,
20796: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20797: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20798:
20799: 2001-10-19 parser
20800:
20801: * src/include/pa_pool.h: header
20802:
20803: * src/main/pa_pool.C: auto compiled on gcc
20804:
20805: * src/classes/image.C: comment
20806:
1.116 moko 20807: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20808:
20809: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20810: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20811: types/pa_vxnode.h: xnode clone got freed
20812:
20813: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20814: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20815: can free up xalandomstring resulting from pool::transcode
20816:
20817: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20818: include/pa_config_fixed.h, include/pa_exception.h,
20819: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20820: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20821: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20822: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20823: from non-xml compile
20824:
20825: * src/main/pa_request.C: pool:: context - get_context
20826:
20827: * src/: classes/classes.h, classes/date.C, classes/double.C,
20828: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20829: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20830: classes/string.C, classes/table.C, classes/void.C,
20831: include/pa_config_fixed.h, include/pa_exception.h,
20832: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20833: main/compile.C, main/compile_tools.C, main/execute.C,
20834: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20835: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20836: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20837: main/pa_string.C, main/pa_table.C, main/untaint.C,
20838: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20839: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20840: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20841: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20842: types/pa_vstateless_class.h, types/pa_vtable.C,
20843: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20844: exceptions 0
20845:
20846: * src/classes/classes.awk: $ removed
20847:
20848: 2001-10-18 parser
20849:
20850: * src/types/pa_vcookie.C: cookie:CLASS
20851:
20852: * src/main/main.dsp: project
20853:
20854: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20855: set_document & ctor question "who owns document" solved
20856:
20857: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20858:
20859: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20860: main/pa_pool.C: encoding in dom creating funcs
20861:
20862: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20863: be transformed now
20864:
20865: * src/classes/xdoc.C: dom created by create can be transformed now
20866:
20867: * src/classes/xdoc.C: z
20868:
20869: * src/classes/xdoc.C: comment
20870:
20871: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20872: create now uses XercesDocumentBridge, appendChild&co now works
20873:
20874: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20875: @ recompile
20876:
20877: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20878: $origin @exception[
20879:
20880: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20881: tag names forced to XML lang
20882:
20883: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20884: leechy-found bugs in code&doc fixed
20885:
20886: 2001-10-17 parser
20887:
20888: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20889: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20890: n functionality preserved
20891:
20892: * src/types/pa_vimage.h: removed unused vimage::save
20893:
20894: 2001-10-16 parser
20895:
20896: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20897:
20898: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20899:
20900: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20901:
20902: * src/classes/image.C: image.copy tolerance
20903:
20904: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20905: ineffective, but works for small paleted image
20906:
20907: * src/types/pa_vimage.C: comment
20908:
20909: * src/classes/image.C: gd size/resize bugfix
20910:
20911: * src/: classes/classes.dsp, main/main.dsp,
20912: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20913: types/types.dsp: ident >nul 2>&1
20914:
20915: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20916: systems
20917:
20918: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20919: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20920:
20921: 2001-10-15 parser
20922:
20923: * src/main/execute.C: z
20924:
20925: * src/classes/: xdoc.C: !::create{qualifiedName}
20926:
20927: * src/types/pa_vxnode.C: document_type_node.
20928: !readonly attribute DOMString name
20929: !notation_node.
20930: !readonly attribute DOMString publicId
20931: !readonly attribute DOMString systemId
20932:
1.116 moko 20933: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20934: ::write badly passed string too transparently [failed to
20935: intercept it]
1.95 moko 20936:
20937: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20938: include/pa_request.h, main/pa_sql_driver_manager.C,
20939: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20940: types/pa_vxnode.h: DOM1 major addtion, only few
20941: attributes/methods left
20942:
20943: 2001-10-13 parser
20944:
20945: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20946: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20947: in main handler
20948:
20949: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20950: cleanups & frees order
20951:
20952: * src/types/pa_vcode_frame.h: couple comments
20953:
20954: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20955: transparent enough to handle hash if creation&passing
20956:
20957: * src/: include/pa_config_fixed.h, main/execute.C,
20958: main/pa_exception.C: noticed that vcodeframe not transparent
20959: enough, would change now
20960:
20961: 2001-10-12 parser
20962:
20963: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20964: fixed. initialization&free on each thread!
20965:
20966: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20967: handling changed: now type of default param analized always, not
20968: only at problem time, thus helping early problem spotting
20969:
20970: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20971: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20972: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20973: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20974: multithread bug fixed. initialization&free on each thread!
20975:
20976: 2001-10-11 parser
20977:
20978: * src/classes/xnode.C: xnode.selectSingle now
20979:
20980: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20981: include/pa_pool.h, include/pa_stylesheet_connection.h,
20982: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20983: convertors out of Pool into Exception
20984:
20985: * src/main/pa_string.C: const
20986:
20987: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20988: linked pieces of same language together prior to String::replace
20989:
20990: * src/classes/hash.C: !^hash.add[addme]
20991: !^hash.sub[subme]
20992: !^a.union[b] = new
20993: !^a.intersection[b] = new
20994: !^a.intersects[b] = bool
20995:
20996: * src/classes/hash.C: !^hash::append[append_from]
20997:
20998: * src/: classes/hash.C, types/pa_vhash.h:
20999: !^hash::create[[copy_from]]
21000:
21001: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21002: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21003: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21004: fixed. got rid of empty_string, which caused errors - it hasnt
21005: exception but somebody[value.bark] tried to throw it on it's pool
21006:
1.116 moko 21007: * src/include/pa_config_auto.h.in: makes
1.95 moko 21008:
21009: 2001-10-10 parser
21010:
21011: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21012:
21013: * src/main/: compile.tab.C, compile.y: ^a[
21014:
21015: @next_method << now unclosed ] would be reported here
21016:
21017: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21018: compile error
21019:
21020: 2001-10-09 parser
21021:
1.116 moko 21022: * src/: classes/Makefile.am, main/Makefile.am,
21023: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21024:
21025: * src/classes/Makefile.am: makes
21026:
21027: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21028: win32 errors intercepted [xalan transformer patched and
21029: incorporated]
21030:
21031: * src/: classes/classes.dsp, classes/xdoc.C,
21032: include/pa_stylesheet_connection.h, main/main.dsp,
21033: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21034: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21035: patches starting
21036:
21037: * src/classes/: string.C, table.C: ^string.save[file]
21038:
21039: * src/classes/: date.C, table.C: calendar moved to date
21040:
21041: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21042: string/table] now
21043:
21044: * src/classes/: op.C, table.C: z
21045:
21046: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21047: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21048: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21049: be code [be string..]
21050:
21051: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21052: table.C: lots of
21053: params->as_int/double/as_string/as_junction/as_no_junction
21054: messages added
21055:
21056: 2001-10-08 parser
21057:
21058: * src/: classes/date.C, classes/image.C, classes/string.C,
21059: classes/table.C, classes/void.C, include/pa_request.h:
21060: params->as_int/double message added
21061:
21062: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21063:
21064: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21065: image:sector removed image:html internal "line-*" attribs
21066:
21067: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21068: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21069:
21070: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21071: way
21072:
21073: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21074: main/untaint.C: header untainting to UL_HTTP_HEADER,
21075: UL_MAIL_HEADER made nonforced [only tainted pieces]
21076:
21077: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21078: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21079: @ SAPI::log
21080:
21081: * src/main/untaint.C: \r to ' ' in origins mode
21082:
21083: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21084: set]
21085:
21086: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21087: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21088: nonstandard liaison freed up
21089:
21090: 2001-10-07 parser
21091:
21092: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21093: project
21094:
21095: 2001-10-05 parser
21096:
21097: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21098: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21099: from outputing to cerr. lots of "todos"
21100:
21101: * src/main/untaint.C: http_header tainting more gentle with
21102: enquoting now
21103:
21104: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21105: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21106: xml errorhandler. fixed string.replace a little, read @test
21107:
21108: * src/main/pa_string.C: found replace bug - first_that_starts(char
21109: *) does not have limit, and looks further eos, fixing....
21110:
21111: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21112:
21113: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21114:
21115: * src/main/: pa_charset_connection.C: ctype another mem clear
21116: bugfix
21117:
1.116 moko 21118: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21119: $result[^[$p^]z] now works fine
1.95 moko 21120:
21121: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21122: wrong. fixed it
21123:
21124: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21125: of totable appered to be vital
21126:
21127: 2001-10-04 parser
21128:
21129: * src/classes/image.C: ^image.length[text]
21130:
21131: 2001-10-03 parser
21132:
21133: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21134:
21135: * src/main/pa_request.C: restored pcre defaulting in request
21136: [mindlessly "optimized" yesterday] comment left
21137:
21138: 2001-10-02 parser
21139:
21140: * src/: main/pa_charset_manager.C,
21141: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21142: needed
21143:
21144: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21145: forgot non-xml pool.*charset needed
21146:
21147: * src/classes/table.C: # config comments fixed
21148:
21149: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21150: charset_connection #comment now
21151:
21152: * src/: classes/classes.dsp, types/types.dsp: release projects
21153: options fixed to use release msvcrt lib
21154:
21155: * src/main/pa_charset_connection.C: pcre tables now const inside
21156: removed default - pcre handles that internally fixed bug on
21157: not-cleaning tables [previously was calloced, now member]
21158:
21159: * src/: include/pa_request.h, main/pa_charset_connection.C,
21160: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21161: inside removed default - pcre handles that internally fixed bug
21162: on not-cleaning tables [previously was calloced, now member]
21163:
21164: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21165: tested charset reload on file change @ apache version = OK tested
21166: freeing up prev encoding on adding new = OK
21167:
21168: 2001-10-01 parser
21169:
21170: * src/main/pa_charset_connection.C: removed entitify external hack
21171: [internal installed]
21172:
1.116 moko 21173: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21174:
21175: * src/: include/pa_charset_connection.h,
21176: include/pa_charset_manager.h,
21177: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21178: main/pa_charset_connection.C, main/pa_charset_manager.C,
21179: main/pa_request.C: charset loading & caching mech 0
21180:
21181: * src/: include/pa_stylesheet_connection.h,
21182: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21183: main/pa_globals.C, main/pa_request.C: would make charset loading
21184: & caching mech now
21185:
21186: 2001-09-30 parser
21187:
21188: * src/main/pa_request.C: forgot to fill toTable
21189:
21190: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21191: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21192: failed on win32 for now..
21193:
21194: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21195: now charsets table configuration variable is: CHARSETS
21196:
21197: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21198: ctype with unicode 1. todo: no П entities on output somehow
21199:
21200: * src/: classes/file.C, classes/op.C, classes/string.C,
21201: include/pa_request.h, main/pa_request.C: started ctype with
21202: unicode values
21203:
21204: 2001-09-28 parser
21205:
21206: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21207: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21208: string passed AS-IS now
21209:
21210: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21211: way of user-configuring... todo: implement
21212:
21213: 2001-09-27 parser
21214:
21215: * src/classes/table.C: table.sort changed to sort table itself
21216:
21217: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21218: X^.getElementsByTagName[tagname] = array of xnode
21219: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21220: nodes removed - regretfully not supported @ xalan. maybe someday
21221: would reimplement, if needed.
21222:
21223: win32build system: solved long waiting anti-non-started-apache
21224: problem
21225:
21226: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21227: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21228: types/types.dsp: win32 ident make system so not to rebuild
21229: library [ident.C.new]
21230:
21231: 2001-09-26 parser
21232:
21233: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21234: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21235: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21236: types/pa_vxnode.C, types/types.dsp: z
21237:
21238: * src/classes/classes.C: forgot one non-xml check
21239:
1.116 moko 21240: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21241: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21242:
21243: * src/targets/cgi/parser3.C: z
21244:
21245: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21246: targets/isapi/parser3isapi.C: #ifdef SMTP
21247:
21248: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21249: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21250: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21251: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21252: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21253: types/types.dsp: xdoc&xnode now
21254:
21255: * src/: classes/classes.C, classes/classes.awk,
21256: classes/classes.dsp, classes/classes.h, classes/date.C,
21257: classes/dnode.C, classes/dnode.h, classes/dom.C,
21258: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21259: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21260: classes/op.C, classes/response.C, classes/string.C,
21261: classes/table.C, classes/void.C, include/pa_array.h,
21262: include/pa_common.h, include/pa_config_fixed.h,
21263: include/pa_config_includes.h, include/pa_dictionary.h,
21264: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21265: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21266: include/pa_socks.h, include/pa_sql_connection.h,
21267: include/pa_sql_driver_manager.h, include/pa_stack.h,
21268: include/pa_string.h, include/pa_stylesheet_connection.h,
21269: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21270: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21271: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21272: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21273: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21274: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21275: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21276: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21277: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21278: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21279: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21280: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21281: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21282: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21283: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21284: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21286: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21287: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21288: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21289: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21290: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21291: types/pa_vmethod_frame.h, types/pa_vobject.h,
21292: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21293: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21294: types/pa_vstateless_object.h, types/pa_vstring.C,
21295: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21296: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21297: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21298: main.dsp splitted to main+classes+types along to .am
21299:
21300: * src/classes/Makefile.am: removed useless var
21301:
21302: * src/: classes/classes.cmd, main/main.dsp,
21303: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21304: main.dsp
21305:
21306: 2001-09-25 parser
21307:
21308: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21309: 1251 though, todo ICU
21310:
1.116 moko 21311: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21312: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21313: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21314: types/pa_vdom.h: xml configure makes
1.95 moko 21315:
21316: 2001-09-24 parser
21317:
1.116 moko 21318: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21319: types/Makefile.am: makes
1.95 moko 21320:
1.116 moko 21321: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21322:
21323: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21324: started unix makes update
21325:
21326: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21327: started unix makes update
21328:
21329: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21330:
21331: * src/types/pa_value.h: z
21332:
21333: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21334: bugs with usinge hash/table in expressions
21335:
21336: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21337: resolved conflicts fixed [const]
21338:
21339: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21340: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21341: main/compile.C, main/compile.tab.C, main/compile.y,
21342: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21343: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21344: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21345: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21346: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21347: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21348: with before_xml [merge2 actually didn't happen - i've created
21349: tags on wrong branch. so this merge is in fact re-merge]
21350:
21351: 2001-09-21 parser
21352:
21353: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21354: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21355: produced "" in make file and sadly wrong interpreted on load]
21356:
1.116 moko 21357: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21358: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21359: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21360: include/pa_sql_driver_manager.h, include/pa_string.h,
21361: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21362: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21363: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21364:
21365: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21366: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21367: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21368: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21369: main/pa_pool.C, main/pa_request.C,
21370: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21371: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21372: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21373: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21374: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21375: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21376: types/pa_vrequest.C, types/pa_vresponse.h,
21377: types/pa_vstateless_class.C, types/pa_vstring.C,
21378: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21379: created new projects for sql drivers [planning to remove sql
21380: drivers from main cvs project] first, will join latest changes
21381:
21382: * src/classes/: dom.C: defaulted dom writing methods encoding to
21383: pool.get_charset
21384:
21385: * src/classes/dom.C: defaulted dom writing methods encoding to
21386: pool.get_charset
21387:
21388: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21389: pool.get_charset
21390:
21391: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21392: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21393: methods encoding to pool.get_charset
21394:
21395: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21396: transcoder were created right "unsupported encoding" message.
21397: not @ set time, but @ use time, so until xml output functions
21398: .string, .file, .save used - no encoding name check occur
21399:
21400: reduced transcode buffer size to 60 fixed pool cleanup - no
21401: registration needed, pools are officially destructured
21402:
21403: 2001-09-20 parser
21404:
21405: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21406:
21407: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21408: $MAIN:DEFAULTS.content-type[$.charset[here]]
21409:
21410: * src/: classes/dnode.C, classes/dom.C,
21411: include/pa_config_includes.h, include/pa_globals.h,
21412: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21413: main/pa_pool.C, targets/cgi/parser3.dsp,
21414: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21415: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21416: Pool::transcode 0
21417:
21418: * src/classes/dom.C: dom. string save file moved output xml options
21419: to last param and made it optional
21420:
21421: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21422: dnodes
21423: !$attributenode.specified = boolean
21424: true if the attribute received its value explicitly
21425: in the XML document,
21426: or if a value was assigned programatically with the
21427: setValue function.
21428: false if the attribute value came from the default value
21429: declared in the document's DTD.
21430: !$pinode.target = target of this processing instruction
21431: XML defines this as being the first token following the
21432: markup
21433: that begins the processing instruction.
21434: XPath:
21435: !^node.select[xpath/query/expression] = hash of 0->node0
21436: 1->node1
21437: !^node.select-single[xpath/query/expression] = first node if
21438: any
21439:
21440: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21441: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21442: some 'const's added
21443:
21444: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21445: expression context now, there value = size and boolean value
21446: size!=0
21447:
21448: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21449: can be used in expression context now, there value = size and
21450: boolean value size!=0
21451:
21452: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21453: types/pa_vstring.h: dnode .file .string .save moved back to dom
21454: due to strange xalan bug
21455:
21456: 2001-09-18 parser
21457:
21458: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21459: classes/image.C, classes/op.C, classes/table.C,
21460: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21461: include/pa_sql_driver_manager.h, main/compile.C,
21462: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21463: main/execute.C, main/pa_common.C, main/pa_request.C,
21464: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21465: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21466: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21467: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21468: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21469: before_xml branch ^if(def $hash) now true only when
21470: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21471:
21472: * src/: classes/op.C, main/execute.C: operators self changed to
21473: root ^for variable context changed to self
21474:
21475: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21476: dnode 1
21477:
21478: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21479: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21480:
21481: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21482: poly* fixed
21483:
21484: 2001-09-17 parser
21485:
21486: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21487: types/pa_vdom.h: started dnode+dom
21488:
21489: dnode DOM methods: $node.name $node.value
21490: ...others...
21491:
21492: ^node.xpath[/rates/USD] = hash
21493: $hash[
21494: $.0[node0]
21495: $.1[node1]
21496: ]
21497:
21498: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21499: applies to all linear primitives
21500:
21501: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21502: include/pa_stylesheet_connection.h, main/main.dsp,
21503: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21504: types/pa_vimage.h: started dnode DOM: $node.name
21505: $node.value ...others... ^node.xpath[/rates/USD] = hash
21506: dom(dnode)
21507:
21508: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21509: main/compile.y, main/compile_tools.h, main/execute.C,
21510: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21511: in expression compound($aa.zz.xx) names now can have minus '-' in
21512: name after '.'
21513:
21514: 2001-09-15 parser
21515:
21516: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21517: image: $line-width ^line(...)[**** style]
21518:
21519: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21520: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21521: pool_storage - cleanups first, allocations second. apache wisely
21522: does just like that
21523:
21524: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21525: rewritten using template, no bugs now
21526:
21527: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21528: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21529: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21530: poorly started isapi pool_storage, would rewrite using template
21531: now
21532:
21533: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21534: include/pa_stylesheet_connection.h, main/main.dsp,
21535: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21536: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21537: xalan objects freed up [introducing Pool::register_cleanup]
21538:
21539: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21540: comments
21541:
21542: 2001-09-14 parser
21543:
21544: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21545: z
21546:
21547: * src/: classes/dom.C, classes/file.C, classes/image.C,
21548: classes/mail.C, include/pa_common.h,
21549: include/pa_sql_driver_manager.h, include/pa_string.h,
21550: include/pa_stylesheet_connection.h,
21551: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21552: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21553: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21554: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21555: compiled&cached
21556:
21557: 2001-09-13 parser
21558:
21559: * src/: classes/dom.C, classes/file.C, classes/image.C,
21560: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21561:
21562: * src/classes/dom.C: dom:file content-type(.method)
21563:
21564: * src/: include/pa_common.h, include/pa_globals.h,
21565: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21566: string now more informative error messages
21567:
21568: * src/: include/pa_globals.h, include/pa_request.h,
21569: main/pa_request.C, targets/cgi/parser3.C,
21570: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21571: ParserSiteConfig .../parser3.conf
21572:
21573: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21574:
21575: 2001-09-12 parser
21576:
21577: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21578: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21579: precise error reporting: "connection string must start with
21580: protocol://" now
21581:
21582: * src/main/compile.tab.C: fixed - subname code parts actually []
21583: braced
21584:
21585: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21586: lexer on LS_USER level did [] matching without setting nestage,
21587: introduced special LS_NAME_SQUARE_PART state
21588:
21589: 2001-09-11 parser
21590:
21591: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21592: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21593: languages+=xml
21594:
21595: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21596:
21597: * src/classes/dom.C: ^dom:save/string/file[output options] output
21598: options: $.method[xml|html|text] detection fixed
21599:
21600: * src/types/pa_vdom.h: messages
21601:
21602: * src/classes/dom.C: ^dom:save/string/file[output options] output
21603: options: $.method[xml|html|text] detection fixed
21604:
21605: 2001-09-10 parser
21606:
21607: * src/classes/dom.C: ^dom:save/string/file[output options] output
21608: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21609:
21610: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21611: added]
21612:
21613: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21614: ^dom.xslt[stylesheet filename] 0
21615:
21616: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21617: ^dom.xslt[stylesheet filename] -1 doc is lying
21618:
21619: * src/classes/dom.C: ^dom.file[encoding] = file
21620:
21621: * src/classes/: dom.C: ^dom.string[encoding] 1
21622: ^dom.save[encoding;filename]
21623:
21624: * src/classes/dom.C: ^dom.string[] 0
21625:
21626: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21627:
21628: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21629: types/pa_vform.h: ^dom.save[b.xml] 0
21630:
21631: 2001-09-08 parser
21632:
21633: * src/types/pa_vform.C: $form:tables.name.field
21634:
21635: 2001-09-07 parser
21636:
21637: * src/classes/table.C: table:empty removed, superceded by ^if(def
21638: $table)...
21639:
21640: * src/targets/cgi/parser3.C: z
21641:
21642: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21643: from '' to int/double is 0]
21644:
21645: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21646: $table) is false when table is empty
21647:
21648: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21649: !$form:tables $atable[$form:tables.a]
21650: ^atable.menu{a=$atable.element}[,]
21651:
21652: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21653: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21654:
1.116 moko 21655: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21656: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21657: of dom
21658:
21659: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21660: types/pa_vform.C, types/pa_vform.h: z
21661:
21662: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21663: element [not last]
21664:
1.116 moko 21665: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21666: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21667:
21668: 2001-09-06 parser
21669:
21670: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21671: table with one column 'element' and two rows: 1 and 2
21672:
21673: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21674: table with one column 'element' and two rows: 1 and 2
21675:
21676: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21677: bad int/double conversions, and now $form:nonexistent.int(88)
21678: would return 88
21679:
21680: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21681: types/pa_vhash.h: now there's special hash key '_default'
21682: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21683: $._default[xx] ] $hash.c
21684:
21685: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21686: fixed [thanks, fif], ^; were treated there non-literally
21687:
21688: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21689: doxygen
21690:
21691: * src/: classes/image.C, classes/op.C, classes/string.C,
21692: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21693: types/pa_vtable.C: few #ifndef DOXYGEN
21694:
21695: 2001-09-05 parser
21696:
21697: * src/classes/: string.C, table.C: sql options can be void [same as
21698: image:html the other day]
21699:
21700: * src/targets/cgi/Makefile.am: .am undo
21701:
21702: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21703: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21704: macro expantion on param, simply qoutes whatever passed, undone
21705:
21706: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21707: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21708: STRINGIZE(name) #name invented
21709:
21710: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21711: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21712: MAIN_SQL_DRIVERS_NAME "drivers"
21713:
21714: moved to be availible to all users
21715:
21716: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21717: SQL_DRIVER_CREATE_FUNC_NAME
21718:
21719: * src/classes/mail.C: MAIN:MAIL check fixed
21720:
21721: 2001-09-04 parser
21722:
21723: * src/classes/image.C: image.html now can accept void params
21724:
21725: * src/targets/isapi/parser3isapi.C: z
21726:
21727: * src/targets/cgi/parser3.C: full_file_spec bug
21728:
21729: * src/targets/cgi/parser3.C: getenvcheck
21730:
21731: * src/targets/cgi/parser3.C: zz
21732:
21733: * src/targets/cgi/parser3.C: zzz
21734:
21735: * src/classes/date.C: date
21736:
21737: * src/classes/date.C: date:sql-string is now without ''
21738:
1.116 moko 21739: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21740: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21741: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21742:
1.116 moko 21743: * src/include/pa_config_auto.h.in: makes
1.95 moko 21744:
21745: 2001-09-03 parser
21746:
21747: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21748:
21749: 2001-09-01 parser
21750:
21751: * src/classes/image.C: letter_spacing
21752:
21753: * src/classes/image.C: image: font params changed
21754:
21755: * src/classes/image.C: image: as_int as_string used
21756:
21757: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21758: analized
21759:
21760: 2001-08-31 parser
21761:
21762: * src/targets/cgi/parser3.C: z
21763:
1.116 moko 21764: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21765: cygwin
1.95 moko 21766:
21767: * src/classes/void.C: void:int/double += (default)
21768:
21769: * src/classes/image.C: image:font added space param image:font
21770: changed charwidth alg, added kerning const[for now]
21771:
21772: * src/classes/: string.C, table.C: string:int/double (defaults)
21773:
21774: 2001-08-29 parser
21775:
21776: * src/main/pa_exception.C: exception redundant debug info
21777:
21778: 2001-08-28 parser
21779:
21780: * src/classes/image.C: image error msgs
21781:
21782: * src/classes/image.C: image: gifsize little endian
21783:
21784: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21785: doxygeneration
21786:
21787: * src/: classes/Makefile.am, main/Makefile.am,
21788: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21789:
21790: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21791: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21792:
21793: * src/main/compile.C: NO_STRING_ORIGIN check2
21794:
21795: * src/classes/table.C: NO_STRING_ORIGIN check
21796:
21797: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21798: storage class specifiers invalid in friend function declarations
21799:
21800: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21801: main/untaint.C, targets/cgi/parser3.C,
21802: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21803: case of limit
21804:
21805: * src/: classes/file.C, main/pa_common.C: file:move
21806: autocreate/remove dest/src dir
21807:
21808: * src/: classes/string.C, include/pa_dictionary.h,
21809: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21810: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21811: to directory constructor. string:replace
21812:
21813: 2001-08-27 parser
21814:
21815: * src/classes/image.C: fixed jpgsize alg
21816:
21817: * src/classes/image.C: fixed jpgsize alg
21818:
21819: * src/main/pa_exception.C: z
21820:
21821: * src/main/pa_common.C: removed debug info from pa_common
21822:
21823: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21824: [auto.p from current dir loading]
21825:
1.116 moko 21826: * src/: main/pa_common.C, main/pa_exception.C,
21827: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21828: for solaris -lsocket
1.95 moko 21829:
21830: 2001-08-24 parser
21831:
21832: * src/targets/cgi/parser3.C: not cgi extra \n 3
21833:
21834: * src/targets/cgi/parser3.C: not cgi extra \n 2
21835:
21836: * src/targets/cgi/parser3.C: not cgi extra \n
21837:
21838: * src/main/pa_sql_driver_manager.C: z
21839:
21840: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21841: sql* removed services from disconnect - cross-request ideological
21842: probs.
21843:
21844: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21845: cross-request ideological probs. oracle - fixed bug: cs
21846: allocated on request.pool and got freed before disconnect
21847:
21848: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21849: mallocs fixed
21850:
21851: 2001-08-23 parser
21852:
21853: * src/classes/file.C: minor bug in file:save fixed
21854:
21855: * src/main/pa_sql_driver_manager.C: oracle: dlink
21856:
21857: 2001-08-22 parser
21858:
21859: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21860: types/pa_vfile.h: file:load|save[text|binary;
21861:
21862: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21863:
21864: 2001-08-21 parser
21865:
21866: * src/classes/: file.C, table.C: ^file:list
21867:
21868: 2001-08-20 parser
21869:
21870: * src/: main/compile.tab.C, main/compile.y,
21871: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21872: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21873: recousively caused problems: inc incremeted 123 literal!! fixed
21874:
21875: 2001-08-10 parser
21876:
21877: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21878:
21879: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21880: added
21881:
21882: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21883: added
21884:
21885: * src/classes/table.C: table:sort restored [it was bad test :(]
21886:
21887: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21888: ''
21889:
21890: * src/main/: pa_request.C: wanted to make const int
21891: MAX_EXECUTE_SECONDS=1;
21892:
21893: but couldnt, set_callback_and_alarm appeared to be not exported
21894: :(
21895:
21896: * src/main/pa_string.C: string.match hanged on. there were a hang
21897: check but it weren't wise enough
21898:
21899: @parse[dateString][tmp]
21900: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21901: #end
21902:
21903: @main[] ^parse[2001-02-03]
21904:
21905: * src/classes/: table.C: table:sort now default desc
21906:
21907: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21908: table.sort now creates new sorted table
21909:
21910: 2001-08-09 parser
21911:
21912: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21913:
21914: * src/classes/hash.C: hash:_default now [was hash:default]
21915:
21916: * src/classes/op.C: case without switch check added
21917:
21918: * src/types/pa_vcookie.C: cookie name&value origins added, more
21919: precise $ORIGINS(1)
21920:
21921: * src/main/Makefile.am: .am
21922:
21923: * src/classes/void.C: void: int double copy/paste from int: bug
21924: fixed
21925:
21926: * src/classes/void.C: void: int double copy/paste from int: bug
21927: fixed
21928:
21929: 2001-08-07 parser
21930:
21931: * src/: classes/double.C, classes/int.C, classes/string.C,
21932: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21933: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21934: string, table
21935:
21936: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21937: srand made working
21938:
21939: 2001-08-06 parser
21940:
21941: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21942: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21943: main/compile.tab.C, main/compile.y, main/pa_array.C,
21944: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21945: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21946:
21947: * src/main/pa_exec.C: exec win32 real filename
21948:
21949: * src/classes/file.C: exec stderr out
21950:
21951: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21952:
21953: 2001-08-03 parser
21954:
21955: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21956:
21957: 2001-08-02 parser
21958:
21959: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21960: main/execute.C, main/pa_exec.C: introducing Array_iter
21961:
21962: * src/main/execute.C: detected quick_get recursion bug. changed to
21963: get@execute, but needs array iterator, separate from array to
21964: avoid it & use caching
21965:
21966: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21967: bug fixed
21968:
21969: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21970: main/execute.C, main/pa_globals.C: found another multithread bug
21971: in op.C (last, last global var killed) :)
21972:
21973: 2001-08-01 parser
21974:
21975: * src/: include/pa_dictionary.h, include/pa_globals.h,
21976: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21977: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21978: main/untaint.C: speeded up typo-html replacements. introducing
21979: Dictionary with first-char caching
21980:
21981: 2001-07-31 parser
21982:
21983: * src/types/Makefile.am: pa_vtable.C added to .am
21984:
21985: * src/main/compile.tab.C: added, so that could be compiled even on
21986: non-bison-enabled platforms
21987:
21988: 2001-07-28 parser
21989:
21990: * src/classes/table.C: table:hash always produces hash, when can't
21991: - empty
21992:
21993: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21994: skipped \n
21995:
21996: 2001-07-27 parser
21997:
21998: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21999: on int/double/string :sql without result and default
22000:
22001: 2001-07-26 parser
22002:
22003: * src/classes/op.C: fixed bad multithread bug with strangly global
22004: OP
22005:
22006: * src/main/compile.y: $man[$.age[zzz]] 0
22007:
22008: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22009: creation syntax problem persists. restored $: for a while.
22010: thinking of $man[$.age[zzz]] syntax now
22011:
22012: * src/: classes/double.C, classes/int.C, classes/string.C,
22013: include/pa_opcode.h, main/compile.C, main/compile.y,
22014: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22015: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22016: types/pa_wwrapper.h: fixing :: realization #1
22017:
22018: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22019: main/compile_tools.h, main/execute.C, main/pa_request.C,
22020: types/pa_vmethod_frame.h: introducing :: this is constructor call
22021: prefix. ordinary : remains for static accesses
22022:
22023: 2001-07-25 parser
22024:
22025: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22026: fields 2. methods 3. columns
22027:
22028: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22029: quote. optimized double&int tostring-s
22030:
22031: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22032: whitespace before first method decl
22033:
22034: * src/classes/table.C: allowed nontable result in table:sql,
22035: results in empty table
22036:
22037: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22038: lines before first method decl
22039:
22040: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22041: types/pa_vtable.h: ^table.record[] now $table.fields
22042:
22043: * src/main/compile.y: $var[] is now empty string, not void
22044:
22045: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22046: void
22047:
22048: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22049: main/pa_globals.C: match replace code context moved to implicit
22050: $match context
22051:
22052: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22053: main/compile_tools.h, main/execute.C: with killed, code storage
22054: introduced with former 'with' syntax
22055:
22056: 2001-07-24 parser
22057:
22058: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22059: types/pa_value.h: first get_element, next get operator
22060:
22061: * src/main/compile.y: removed @end handling
22062:
22063: * src/main/: compile.C, compile.y: @end handling method2
22064:
22065: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22066: file:move
22067:
22068: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22069: fixed
22070:
22071: 2001-07-23 parser
22072:
22073: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22074: driver
22075:
22076: * src/classes/hash.C: changed sql driver query interface
22077:
22078: * src/: classes/hash.C, classes/string.C, classes/table.C,
22079: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22080: changed sql driver query interface
22081:
22082: 2001-07-20 parser
22083:
22084: * src/types/pa_vrequest.C: X!$browser:type
22085:
22086: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22087: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22088: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22089: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22090: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22091: types/pa_vobject.h, types/pa_vrequest.C,
22092: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22093: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22094: BASE element globally removed
22095:
22096: 2001-07-18 parser
22097:
22098: * src/classes/file.C: file:exec/cgi msg
22099:
22100: * src/classes/file.C: $file:exit-code renamed to 'status'
22101:
22102: * src/: classes/file.C, main/pa_exec.C: file:exec
22103:
1.116 moko 22104: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22105: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22106: removed $id from *.in *.am
1.95 moko 22107:
22108: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22109: abbrevations
22110:
22111: * src/: classes/date.C, classes/mail.C, classes/math.C,
22112: classes/string.C, classes/table.C, include/pa_globals.h,
22113: include/pa_string.h, main/execute.C, main/pa_globals.C,
22114: main/pa_request.C, main/pa_string.C, main/untaint.C,
22115: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22116: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22117: $ORIGINS(1) output tracing mode
22118:
22119: 2001-07-13 parser
22120:
22121: * src/: classes/double.C, classes/int.C, classes/string.C,
22122: include/pa_request.h, main/execute.C, main/pa_request.C:
22123: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22124: second would not call first @auto
22125:
22126: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22127: wrong, fixed
22128:
22129: 2001-07-12 parser
22130:
22131: * src/types/pa_value.h: pa_value.putelement modification of system
22132: classes prevented
22133:
22134: 2001-07-11 parser
22135:
22136: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22137: table $piece
22138:
22139: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22140: types/pa_vstateless_class.h: $file created by file:state +=
22141: .atime .mtime .ctime +found&fixed bug with exceptions on
22142: get_junction-created objects [they were on wrong pool]
22143:
22144: 2001-07-09 parser
22145:
22146: * src/main/untaint.C: qp wrong name
22147:
22148: * src/: classes/date.C, classes/string.C, classes/table.C,
22149: main/compile.y: date format 0
22150:
22151: 2001-07-07 parser
22152:
22153: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22154: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22155: roll table calendar
22156:
22157: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22158: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22159: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22160: include/pa_request.h, main/main.dsp, types/pa_value.h,
22161: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22162: string. todo: sql, calendar
22163:
22164: 2001-07-06 parser
22165:
22166: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22167: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22168:
22169: 2001-07-03 parser
22170:
22171: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22172: classes/random.C, main/main.dsp: class random renamed to math,
22173: operators became methods
22174:
22175: * src/classes/op.C: pow sqrt
22176:
22177: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22178:
22179: 2001-07-02 parser
22180:
22181: * src/classes/table.C: ^table.columns column renamed from 'name' to
22182: 'column'
22183:
22184: * src/classes/hash.C: ^hash.keys[]
22185:
22186: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22187:
22188: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22189: 'strings'
22190:
22191: 2001-06-29 parser
22192:
22193: * src/main/: execute.C: /0 %0 checkes ver 2
22194:
22195: * src/main/execute.C: /0 %0 checke
22196:
22197: * src/classes/Makefile.am: nothing - void
22198:
22199: * src/classes/table.C: empty strings @ sql
22200:
22201: 2001-06-28 parser
22202:
22203: * src/: classes/double.C, classes/file.C, classes/form.C,
22204: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22205: classes/op.C, classes/random.C, classes/response.C,
22206: classes/string.C, classes/table.C, classes/void.C,
22207: main/compile.C, main/compile_tools.C, main/execute.C,
22208: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22209: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22210: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22211: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22212: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22213: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22214: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22215: $";
22216:
22217: * src/: classes/double.C, classes/file.C, classes/form.C,
22218: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22219: classes/op.C, classes/random.C, classes/response.C,
22220: classes/string.C, classes/table.C, classes/void.C,
22221: main/compile.C, main/compile.y, main/compile_tools.C,
22222: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22223: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22224: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22225: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22226: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22227: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22228:
22229: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22230: $class:name: == ${class:name}:
22231:
22232: * src/classes/string.C: exactly one
22233:
22234: 2001-06-27 parser
22235:
22236: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22237: types/pa_vvoid.h: nothing renamed to void
22238:
22239: * src/classes/op.C: ^switch ^case
22240:
22241: * src/main/compile.y: nothing renamed to void
22242:
22243: * src/: classes/hash.C, classes/table.C, main/compile.y,
22244: main/execute.C, main/main.dsp, main/pa_request.C,
22245: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22246: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22247: void
22248:
22249: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22250:
22251: 2001-05-28 parser
22252:
22253: * src/doc/html2chm.cmd: removed >a
22254:
22255: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22256: project options [some bugs]
22257:
22258: * src/doc/sources2html.cmd: z
22259:
22260: * src/: classes/classes.C, main/compile.C, main/compile.y,
22261: main/execute.C: operators are not in root class again
22262:
22263: 2001-05-24 parser
22264:
22265: * src/targets/cgi/parser3.dsp: project file
22266:
22267: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22268: ^log ^exp
22269:
22270: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22271: conversions in @exception[params]
22272:
22273: * src/main/pa_request.C: // no _ conversions in @exception[params]
22274:
22275: 2001-05-23 parser
22276:
22277: * src/main/pa_string.C: string cmp bug
22278:
22279: * src/classes/: mail.C, op.C: rem max 1000
22280:
22281: * src/: classes/op.C, main/compile.y: allow one empty line before
22282: LS_DEF_NAME
22283:
22284: 2001-05-22 parser
22285:
22286: * src/classes/op.C: if params code-required
22287:
22288: 2001-05-21 parser
22289:
22290: * src/types/pa_vstring.C: eoleof
22291:
22292: * src/classes/Makefile.am: .AM
22293:
22294: * src/classes/nothing.C: resultless ^sql moved to nothing:
22295:
22296: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22297:
22298: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22299: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22300: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22301: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22302: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22303: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22304: 'nothing'
22305:
22306: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22307: vstring::set_string
22308:
22309: * src/classes/: double.C, int.C, string.C: int,double;sql
22310:
22311: * src/: classes/hash.C, classes/int.C, classes/string.C,
22312: classes/table.C, include/pa_string.h, main/pa_string.C,
22313: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22314:
22315: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22316: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22317: hash:sql moved to main trunc. operators.txt updated
22318:
22319: * src/classes/: hash.C, op.C, table.C: hash:sql
22320:
22321: * src/classes/op.C: z
22322:
22323: * src/: main/compile.C, classes/classes.C: 1
22324:
22325: * src/: classes/classes.C, main/compile.C, main/compile.y,
22326: main/execute.C: 0
22327:
22328: * src/main/execute.C: z
22329:
22330: * src/targets/cgi/parser3.C: z
22331:
22332: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22333: site_auto_path "." in that case
22334:
22335: * src/targets/cgi/: parser3.C: z
22336:
22337: * src/main/pa_request.C: .am
22338:
22339: * src/: main/pa_request.C, targets/cgi/parser3.C:
22340: pcre_tables=pcre_default_tables;
22341:
22342: 2001-05-19 parser
22343:
22344: * src/main/pa_string.C: z
22345:
22346: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22347: introducing String::cstr_bufsize, returns just size+1 for as_is
22348: target.
22349:
22350: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22351: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22352: used, 4* mem wasted
22353:
22354: * src/classes/string.C: root context in match replace body now
22355: unchanged
22356:
22357: * src/types/pa_value.h: parameter # 1 based
22358:
22359: * src/main/pa_common.C: common: actual filename '%s'
22360:
22361: * src/classes/string.C: z
22362:
22363: * src/classes/Makefile.am: classes/.am
22364:
22365: * src/classes/: Makefile.am: classes/.am
22366:
22367: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22368: targets/cgi/pa_pool.C: classes/.am
22369:
22370: 2001-05-18 parser
22371:
1.116 moko 22372: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22373: pa_threads.C ins
1.95 moko 22374:
22375: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22376:
22377: 2001-05-17 parser
22378:
22379: * src/: classes/string.C, include/pa_config_fixed.h,
22380: include/pa_config_includes.h, main/compile.y,
22381: main/compile_tools.h, main/execute.C, main/pa_array.C,
22382: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22383: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22384: types/pa_vform.C: #include "pa_config_includes.h" removed from
22385: most .C
22386:
22387: * src/doc/html2chm.cmd: z
22388:
22389: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22390: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22391:
22392: * src/main/pa_sql_driver_manager.C: moved expiration to
22393: get_connection_from_cache
22394:
22395: * src/main/pa_sql_driver_manager.C: cache expiration bf
22396:
22397: * src/: classes/classes.h, include/pa_sql_connection.h,
22398: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22399: cache expiration[use SQL_Driver::disconnect]
22400:
22401: * src/main/pa_table.C: table.locate current restored on "not found"
22402:
22403: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22404: line no
22405:
22406: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22407: ANTI_ENDLESS_EXECUTE_RECOURSION
22408:
22409: * src/: classes/op.C, include/pa_sql_connection.h,
22410: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22411: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22412: 1driver and set_services fight for driver::fservices. before fix
22413:
22414: * src/: classes/op.C, include/pa_config_fixed.h,
22415: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22416: main/pa_sql_driver_manager.C: found problem at last: 2connections
22417: own 1driver and set_services fight for driver::fservices. before
22418: fix
22419:
22420: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22421: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22422: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22423: pa_threads.C
22424:
22425: * src/include/pa_threads.h: removed targets/parser
22426:
22427: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22428: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22429: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22430: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22431: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22432: headers
22433:
22434: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22435: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22436: order prevented sqlmanager to see MULTYTHREAD define
22437:
22438: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22439: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22440: put/gets
22441:
22442: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22443: from hash.h
22444:
22445: * src/: classes/op.C, include/pa_sql_connection.h,
22446: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22447: from cache ->set_services(&services);
22448:
22449: 2001-05-16 parser
22450:
22451: * src/targets/cgi/parser3.C: z
22452:
22453: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22454: debug, #ifdefed some. would debug later, on more precise sample
22455: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22456: $name.$tail[$tail!] $name.$tail } ok3
22457:
22458: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22459: removed array debug. before vstring rebasing
22460:
22461: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22462: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22463: array debugged; adjusted
22464:
22465: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22466: SQL_Driver_manager line no for connect/charset errors
22467:
22468: 2001-05-15 parser
22469:
22470: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22471: main/pa_string.C: string+array made linear grows
22472:
22473: * src/: include/pa_string.h, main/pa_string.C,
22474: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22475: grow lineary, not exponentialy
22476:
22477: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22478: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22479: with fullchunk cmps
22480:
22481: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22482: 70041= 81
22483:
22484: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22485: targets/cgi/parser3.C: detected huge mem allocation: size/times
22486: malloc 27809390/368771, calloc 3232/83. would test now
22487:
22488: * src/: classes/random.C, main/compile.y, main/execute.C,
22489: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22490: numbered params had wrong name - for instance: bad error message
22491: in ^for[] bad body type. fixed
22492:
22493: 2001-05-14 parser
22494:
22495: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22496: main/untaint.C: ^string.upper|lower[]
22497:
22498: 2001-05-11 parser
22499:
22500: * src/: classes/double.C, classes/image.C, classes/op.C,
22501: classes/string.C, classes/table.C, classes/unknown.C,
22502: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22503: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22504: types/pa_vunknown.h: op: MAX_LOOPS as_int
22505:
22506: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22507: .dsp for win32tools
22508:
22509: 2001-05-11 paf
22510:
22511: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22512: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22513: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22514: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22515:
22516: 2001-05-10 paf
22517:
22518: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22519: for C++, that's all
22520:
1.116 moko 22521: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22522: pa_config_includes.h: inline wonders
1.95 moko 22523:
22524: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22525: doc/doxygen.cmd: hash.C added
22526:
22527: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22528:
22529: * src/main/compile.y: @end grammar: allowed zero strings in control
22530: menthod
22531:
22532: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22533: pa_vstateless_object.h: changed priority: field before method
22534: lookup in vclass & vobject
22535:
22536: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22537: grammar: priorities changes [lowerd && prior] vobject: now first
22538: fields, next methods
22539:
22540: 2001-05-08 paf
22541:
22542: * src/main/pa_table.C: table columnname2item on nameless ignored
22543: bark=false. fixed
22544:
22545: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22546: types/pa_vmethod_frame.h: hash:default works at last!
22547:
22548: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22549: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22550: hash:default
22551:
22552: * src/classes/table.C: z
22553:
22554: * src/classes/table.C: table:hash always hash of hash now
22555:
22556: * src/classes/table.C: table:empty return bool now
22557:
22558: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22559: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22560: types/pa_vtable.h: table:hash
22561:
22562: * src/classes/table.C: table:record have name
22563:
22564: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22565: returns vunknown
22566:
22567: * src/classes/: double.C, int.C, op.C, string.C:
22568: int,double,string:int[] double[] string:length[] results now have
22569: hames
22570:
22571: * src/: classes/op.C, classes/table.C, main/main.dsp,
22572: types/pa_vtable.h: removed table:find. table:locate and op:eval
22573: now return bool
22574:
22575: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22576: in method checkparams again. fixed
22577:
22578: 2001-05-07 paf
22579:
22580: * src/doc/chm.cmd: cmd
22581:
22582: * src/: classes/image.C, classes/mail.C, classes/string.C,
22583: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22584: types/pa_value.h: method reported errors on wrong pool
22585:
22586: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22587: now
22588:
22589: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22590: include/code.h, include/pa_opcode.h, main/compile.C,
22591: main/compile_tools.h, main/execute.C, types/pa_value.h,
22592: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22593: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22594: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22595: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22596: types/pa_vmethod_frame.h, types/pa_vobject.h,
22597: types/pa_vrequest.h, types/pa_vresponse.h,
22598: types/pa_vstateless_class.h, types/pa_vstring.h,
22599: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22600: types/pa_wwrapper.h: pa_code.h
22601:
22602: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22603:
22604: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22605: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22606: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22607: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22608: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22609: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22610: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22611: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22612: types/pa_vtable.h: dox, split by not clean parts also
22613:
22614: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22615: types/pa_vtable.h: table: fields, then methods. so to enable
22616: 'dir' fields & co. more
22617:
22618: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22619: so to enable 'dir' fields & co.
22620:
22621: * src/main/compile.y: grammar: @end
22622:
22623: 2001-05-04 paf
22624:
22625: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22626: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22627:
22628: * src/: classes/classes.h, classes/double.C, classes/file.C,
22629: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22630: classes/op.C, classes/random.C, classes/response.C,
22631: classes/string.C, classes/table.C, classes/unknown.C,
22632: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22633: method dox
22634:
22635: 2001-05-03 paf
22636:
22637: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22638: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22639: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22640: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22641: doc/string.dox, doc/targets.dox, doc/value.dox,
22642: main/pa_request.C: dox splitted .dox files and added some
22643:
22644: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22645:
22646: 2001-05-02 paf
22647:
22648: * src/classes/: image.C, table.C: table:dir result are not tainted
22649: by file_name language now
22650:
22651: 2001-04-28 paf
22652:
22653: * src/classes/classes.inc: removed classes.inc
22654:
22655: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22656: from .am
22657:
22658: * src/classes/classes.awk: skipped classes in .awk
22659:
22660: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22661: classes/classes.inc, classes/double.C, classes/file.C,
22662: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22663: classes/string.C, classes/table.C, classes/unknown.C,
22664: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22665: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22666: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22667: pa_methoded back to classes/classes.h
22668:
22669: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22670:
22671: * src/: classes/Makefile.am, classes/classes.awk,
22672: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22673: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22674:
22675: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22676: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22677: classes/response.C, classes/string.C, classes/table.C,
22678: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22679: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22680: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22681: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22682: include|main/pa_methoded
22683:
22684: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22685: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22686:
22687: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22688: moved some configured data to request::classes_conf moved some
22689: string crations from globals to M... [works]
22690:
22691: * src/: classes/form.C, classes/mail.C, classes/op.C,
22692: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22693: main/pa_request.C: moved some configured data to
22694: request::classes_conf moved some string crations from globals to
22695: M...
22696:
22697: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22698: about to move configured data to special request hash
22699:
22700: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22701: classes/form.C, classes/mail.C, include/pa_request.h,
22702: main/pa_request.C: configure started
22703:
22704: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22705: 2. todo: methoded-configure
22706:
22707: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22708: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22709: classes/_random.h, classes/_response.h, classes/_string.h,
22710: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22711: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22712: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22713: classes/random.C, classes/response.C, classes/string.C,
22714: classes/table.C, classes/unknown.C, include/pa_globals.h,
22715: include/pa_request.h, main/compile.y, main/execute.C,
22716: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22717: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22718: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22719: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22720: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22721: types/pa_vrequest.h, types/pa_vresponse.h,
22722: types/pa_vstateless_class.h, types/pa_vstring.h,
22723: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22724: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22725: methoded-configure
22726:
22727: * src/: classes/file.C, classes/table.C, main/compile.y,
22728: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22729: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22730: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22731:
22732: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22733: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22734: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22735: classes/random.C, classes/response.C, classes/string.C,
22736: classes/table.C, classes/unknown.C, include/pa_request.h,
22737: main/compile.y, main/execute.C, main/pa_globals.C,
22738: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22739: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22740: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22741: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22742: beautifying just compiled. todo: debug, configure
22743:
22744: 2001-04-27 paf
22745:
22746: * src/: classes/file.C, classes/image.C, classes/table.C,
22747: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22748: beautifying -99
22749:
22750: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22751: classes/_response.h, classes/_unknown.h, classes/classes.C,
22752: classes/classes.h, classes/double.C, classes/file.C,
22753: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22754: classes/op.C, classes/random.C, classes/response.C,
22755: classes/string.C, include/pa_globals.h, main/main.dsp,
22756: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22757: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22758: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22759: types/pa_vunknown.h: beautifying -100
22760:
22761: * src/main/compile.y: serge@ found @CLASS bug. fixed
22762:
22763: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22764: classes/_op.h, classes/_random.h, classes/_table.h,
22765: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22766: classes/op.C, classes/random.C, classes/response.C,
22767: classes/string.C, classes/table.C, classes/unknown.C,
22768: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22769: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22770: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22771: beautifying
22772:
22773: 2001-04-26 paf
22774:
22775: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22776:
22777: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22778: documentation ++
22779:
22780: * src/: classes/_exec.h, doc/doxygen.cfg,
22781: include/pa_config_fixed.h, include/pa_config_includes.h,
22782: targets/cgi/pa_pool.C: code documentation ++
22783:
22784: * src/: classes/_image.h, classes/op.C, classes/random.C,
22785: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22786: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22787: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22788: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22789: types/pa_vmethod_frame.h, types/pa_vobject.h,
22790: types/pa_vrequest.C, types/pa_vrequest.h,
22791: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22792: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22793: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22794: code documentation ++
22795:
22796: * src/: classes/image.C, classes/mail.C, classes/string.C,
22797: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22798: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22799: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22800: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22801: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22802: types/pa_vobject.h, types/pa_vstateless_class.h,
22803: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22804:
22805: * src/main/: pa_request.C, pa_string.C: z
22806:
22807: * src/: include/pa_common.h, include/pa_types.h,
22808: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22809: connection caching fixed. request-pooled-url were stored into
22810: global connectioncache
22811:
22812: 2001-04-25 paf
22813:
22814: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22815: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22816:
22817: * src/: include/code.h, include/pa_common.h, main/compile.y,
22818: main/execute.C, main/pa_common.C: -d
22819:
22820: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22821: illegal call check a bit improved, but still under iis no mapping
22822: of dir with parser allowed!
22823:
22824: 2001-04-24 paf
22825:
22826: * src/targets/Makefile.am: apache module lib .am
22827:
22828: * src/main/pa_exec.C: windows32 buildCommand
22829:
22830: 2001-04-23 paf
22831:
22832: * src/targets/cgi/Makefile.am: win32 conditional
22833:
22834: * src/targets/cgi/Makefile.am: win32 conditional
22835:
22836: * src/targets/cgi/Makefile.am: liblink
22837:
22838: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22839: vfile fields return type
22840:
22841: * src/types/pa_vfile.h: vfile fields return type
22842:
22843: * src/include/pa_config_auto.h.in: .h.in
22844:
22845: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22846: types/Makefile: makefiles removed
22847:
22848: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22849: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22850:
22851: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22852: [tested: i & g ]
22853:
22854: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22855: @test noticed series in isapi, check how initialize_random_class
22856: is called! [must be called only once]
22857:
22858: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22859: would not be 'unknown column'
22860:
22861: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22862: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22863:
22864: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22865: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22866: [now doesnt]
22867:
22868: * src/targets/cgi/parser3.C: cgi cmdline ver
22869:
22870: * src/targets/cgi/parser3.C: cgi /// @test disable
22871: /cgi-bin/parser3/auto.p
22872:
22873: * src/main/untaint.C: untaint without charset
22874:
22875: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22876: main/pa_common.C: common: file_write /// @test mkdirs
22877: file_delete rmdirs
22878:
22879: * src/main/untaint.C: mail header only once to =?
22880:
22881: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22882: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22883: main/untaint.C: untaint - @test optimize whitespaces for
22884: all but 'html'
22885:
22886: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22887: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22888: main/untaint.C: untaint - @test mail-header
22889:
22890: 2001-04-20 paf
22891:
22892: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22893: include/pa_request.h, include/pa_string.h, main/compile.y,
22894: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22895: targets/cgi/parser3.C: $MAIN:LOCALE
22896:
22897: * src/main/untaint.C: z
22898:
22899: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22900:
22901: 2001-04-19 paf
22902:
22903: * src/main/compile_tools.h: $a$b bugfix
22904:
22905: * src/targets/cgi/parser3.C: z
22906:
22907: * src/classes/file.C: z
22908:
22909: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22910: done: header to $fields. waits for header '\' tricks
22911:
22912: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22913: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22914: changed urlencode here and in untaint.C to HTTP standard's " and
22915: \" mech
22916:
22917: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22918: http://alx/~paf/ doesnt load /auto.p
22919:
22920: 2001-04-18 paf
22921:
22922: * src/main/pa_request.C: 1
22923:
22924: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22925: linux @alx
22926:
22927: 2001-04-17 paf
22928:
22929: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22930: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22931: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22932: enabled
22933:
22934: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22935: classes/_exec.h, classes/_file.h, classes/_form.h,
22936: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22937: classes/_random.h, classes/_response.h, classes/_string.h,
22938: classes/_table.h, classes/_unknown.h, classes/file.C,
22939: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22940: include/pa_config_fixed.h, include/pa_config_includes.h,
22941: include/pa_hash.h, include/pa_sql_driver_manager.h,
22942: include/pa_version.h, main/Makefile.am, main/compile.y,
22943: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22944: main/pa_sql_driver_manager.C, sql/Makefile.am,
22945: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22946: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22947: types/pa_vform.C, types/pa_vimage.h: exec @jav
22948:
22949: * src/: include/pa_sql_driver_manager.h,
22950: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22951: types/pa_vimage.h: sql driver interface now has initialize(client
22952: .so)
22953:
22954: 2001-04-16 paf
22955:
22956: * src/Makefile.am: compile2 cygwin
22957:
22958: * src/: include/pa_config_includes.h, main/pa_exec.C,
22959: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22960:
22961: * src/targets/cgi/Makefile.am: compile0 jav
22962:
22963: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22964: classes/_exec.h, classes/_file.h, classes/_form.h,
22965: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22966: classes/_random.h, classes/_response.h, classes/_string.h,
22967: classes/_table.h, classes/_unknown.h, classes/image.C,
22968: classes/mail.C, classes/op.C, classes/random.C,
22969: include/pa_config_fixed.h, include/pa_config_includes.h,
22970: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22971: main/compile.y, main/pa_common.C, main/pa_exec.C,
22972: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22973: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22974: compile-1
22975:
22976: 2001-04-15 paf
22977:
22978: * src/classes/op.C: z
22979:
22980: * src/classes/table.C: table:empty +=process
22981:
22982: * src/types/pa_value.h: MethodParams !junction
22983:
22984: * src/: classes/_string.h, classes/double.C, classes/file.C,
22985: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22986: classes/random.C, classes/response.C, classes/string.C,
22987: classes/table.C, classes/unknown.C, main/pa_request.C:
22988: MethodParams everywhere
22989:
22990: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22991: types/pa_vmethod_frame.h: MethodParams in op.C
22992:
22993: 2001-04-12 paf
22994:
22995: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22996:
22997: * src/: classes/_unknown.h, classes/unknown.C,
22998: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22999: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23000:
23001: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23002:
23003: * src/classes/image.C: image:gif now does not have params
23004:
23005: * src/classes/image.C:
23006: image:line/fill/rectangle/bar/replace/polygon/polybar
23007:
23008: * src/: classes/image.C, classes/op.C, main/execute.C,
23009: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23010: for var now written not to r.wcontext, but to r.root cleared
23011: "entered_object" state
23012:
23013: 2001-04-11 paf
23014:
23015: * src/classes/image.C: image:create image:load
23016:
23017: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23018: just compiled
23019:
23020: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23021: todo: gif without file
23022:
23023: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23024: started porting to Pooled descendant
23025:
23026: * src/: classes/image.C, main/execute.C, main/main.dsp,
23027: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23028: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23029: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23030:
23031: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23032: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23033: end. switching to python imaging lib
23034:
23035: * src/main/main.dsp: gd+smtp made separate libs
23036:
23037: * src/: include/pa_globals.h, include/pa_string.h,
23038: main/pa_common.C, main/pa_request.C, main/untaint.C,
23039: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23040: length
23041:
23042: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23043: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23044: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23045: UL_FILE_NAME of posted file name
23046:
23047: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23048: post [broke when moved post read to core]
23049:
23050: 2001-04-10 paf
23051:
23052: * src/classes/image.C: image:html done
23053:
23054: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23055:
23056: * src/classes/image.C: z
23057:
23058: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23059: forgotten!
23060:
23061: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23062: main/pa_request.C, main/pa_string.C, main/untaint.C,
23063: types/pa_vimage.h: image:measure -90
23064:
23065: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23066: classes/_int.h, classes/_mail.h, classes/_op.h,
23067: classes/_random.h, classes/_response.h, classes/_string.h,
23068: classes/_table.h, classes/file.C, classes/mail.C,
23069: include/pa_common.h, include/pa_globals.h, main/execute.C,
23070: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23071: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23072: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23073: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23074: compiled
23075:
23076: * src/classes/mail.C: minor bug with unclear from/to
23077:
23078: * src/classes/mail.C: sendmail unix skipping defaults
23079:
23080: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23081: sendmail unix added defaults
23082:
23083: * src/classes/mail.C: unix sendmail compiled. todo:testing
23084:
23085: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23086:
23087: 2001-04-09 paf
23088:
23089: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23090: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23091: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23092: targets/isapi/parser3isapi.dsp: all targets exec
23093:
23094: * src/: include/pa_sapi.h, include/pa_string.h,
23095: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23096: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23097: args in apache:util.script
23098:
23099: * src/include/pa_string.h: written but not tested exec with env for
23100: unix
23101:
23102: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23103: targets/cgi/parser3.C: exec win32 env
23104:
23105: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23106: 0
23107:
23108: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23109: main/execute.C, main/main.dsp, main/pa_globals.C,
23110: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23111: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23112:
23113: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23114: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23115:
23116: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23117: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23118:
23119: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23120: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23121: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23122: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23123: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23124: exec class just compiled. moved post read to request core
23125:
23126: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23127: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23128: main/pa_globals.C, targets/cgi/parser3.C,
23129: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23130: are already read by vform
23131:
23132: 2001-04-08 paf
23133:
23134: * src/: classes/file.C, classes/mail.C, classes/string.C,
23135: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23136: uuencode. string<<
23137:
23138: 2001-04-07 paf
23139:
23140: * src/classes/mail.C: z
23141:
23142: * src/classes/mail.C: z
23143:
23144: * src/classes/mail.C: ^mail[$attach
23145:
23146: * src/classes/mail.C: ^attach dead end
23147:
23148: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23149: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23150: targets/isapi/parser3isapi.C: mail:send 1
23151:
23152: * src/: classes/mail.C, main/pa_request.C: z
23153:
23154: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23155: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23156: compiled
23157:
23158: * src/classes/mail.C: +=
23159:
23160: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23161: prepared
23162:
23163: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23164: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23165: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23166: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23167:
23168: 2001-04-06 paf
23169:
23170: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23171: main/pa_string.C: table:dir 1
23172:
23173: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23174: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23175:
23176: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23177: classes/root.C, include/pa_globals.h, include/pa_request.h,
23178: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23179: main/pa_request.C: renamed 'root' to 'op'
23180:
23181: * src/classes/: _op.h, op.C: renamed from 'root'
23182:
23183: * src/types/pa_valiased.C: another root inherititance skipped
23184:
23185: * src/main/: compile.C, compile.y, execute.C: operators are now not
23186: root methods of parent class. just 'ROOT' class
23187:
23188: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23189: @office
23190:
23191: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23192:
23193: 2001-04-05 paf
23194:
23195: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23196: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23197: constructor flag dropped at get_method_frame and remembered into
23198: method_frame
23199:
23200: * src/: classes/file.C, classes/root.C, classes/string.C,
23201: classes/table.C, main/pa_request.C: junction to code&expression
23202: in errors
23203:
23204: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23205: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23206: $LOCALE:ctype[Russian_Russia.1251]
23207:
23208: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23209: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23210: main/pa_table.C: hash now not thread-safe.
23211:
23212: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23213: main/untaint.C: z
23214:
23215: * src/: classes/random.C, classes/root.C, classes/table.C,
23216: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23217: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23218: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23219: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23220:
23221: * src/: classes/table.C, include/pa_sql_connection.h,
23222: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23223:
23224: * src/classes/table.C: select * from hren error contains statement
23225:
23226: * src/: classes/table.C, include/pa_sql_connection.h,
23227: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23228: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23229:
23230: * src/: classes/root.C, include/pa_sql_connection.h,
23231: include/pa_sql_driver.h, main/main.dsp,
23232: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23233: services for conv memory & error reporting
23234:
23235: 2001-04-04 paf
23236:
23237: * src/doc/doxygen.cfg: z
23238:
23239: * src/include/pa_sql_driver.h: mysql connect
23240:
23241: * src/include/pa_sql_driver.h: mysql info
23242:
23243: * src/: classes/root.C, include/pa_sql_driver.h,
23244: include/pa_sql_driver_manager.h, main/main.dsp,
23245: main/pa_sql_driver_manager.C: more manager&connection&driver
23246:
23247: * src/sql/Makefile.am: forgot to add mysql client
23248:
23249: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23250: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23251: [forgot to add libltdl, added]
23252:
23253: * src/: Makefile.am, classes/root.C, classes/string.C,
23254: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23255: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23256: include/pa_string.h, include/pa_table.h, main/main.dsp,
23257: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23258: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23259: -1000 just compiled
23260:
23261: * src/: classes/random.C, classes/root.C, classes/table.C,
23262: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23263: main/pa_request.C, types/pa_vclass.h: sql frame -10
23264:
23265: 2001-04-03 paf
23266:
23267: * src/types/pa_vform.C: z
23268:
23269: * src/: classes/string.C, types/pa_vform.C: string:match replace
23270: assigned lang
23271:
23272: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23273: {}[]< empty []
23274:
23275: * src/: classes/file.C, classes/string.C, classes/table.C,
23276: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23277: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23278:
23279: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23280: string:match replace strange matches
23281:
23282: * src/classes/string.C: string:match replace 0
23283:
23284: * src/: classes/string.C, main/pa_string.C: string:match replace
23285: prepared 2
23286:
23287: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23288: string:match replace prepared
23289:
23290: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23291: string:match replace -11
23292:
23293: * src/: classes/string.C, include/pa_globals.h,
23294: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23295: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23296:
23297: * src/: classes/string.C, include/pa_globals.h,
23298: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23299: main/pa_string.C: string:match [search] -1 just compiled
23300:
23301: * src/types/pa_vstring.C: z
23302:
23303: * src/: classes/double.C, classes/file.C, classes/form.C,
23304: classes/int.C, classes/response.C, classes/root.C,
23305: classes/string.C, classes/table.C, include/pa_string.h,
23306: main/pa_string.C: string:match -10 [frame]
23307:
23308: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23309: main/pa_request.C: z
23310:
23311: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23312: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23313: todo/tests
23314:
23315: * src/include/pa_common.h: z
23316:
23317: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23318: main/pa_request.C, targets/cgi/parser3.C,
23319: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23320: content-disposition
23321:
23322: * src/: include/pa_common.h, include/pa_globals.h,
23323: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23324: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23325:
23326: * src/: include/pa_common.h, include/pa_request.h,
23327: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23328: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23329: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23330: response:body
23331:
23332: * src/classes/table.C: table:append now uses string::split
23333:
23334: * src/classes/table.C: z
23335:
23336: * src/: classes/file.C, classes/root.C, classes/string.C,
23337: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23338: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23339: include/pa_string.h, main/execute.C, main/pa_string.C,
23340: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23341: string::pos & cmp & piece bugs fixed. string::split new
23342: table:load separated from set table:set implemented with clean \n
23343: \t searches
23344:
23345: 2001-04-02 paf
23346:
23347: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23348: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23349: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23350: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23351: it in table:set/load
23352:
23353: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23354: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23355:
23356: * src/classes/random.C: random:generate 1
23357:
23358: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23359: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23360: types/pa_value.h: random:generate
23361:
23362: 2001-03-30 paf
23363:
23364: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23365: todo: table flip and append. string::pos
23366:
23367: * src/: classes/double.C, classes/file.C, classes/int.C,
23368: classes/response.C, classes/root.C, classes/string.C,
23369: classes/table.C, main/compile.y, main/execute.C,
23370: types/pa_value.h, types/pa_vstateless_class.C,
23371: types/pa_vstateless_class.h: static|dynamic|any method
23372: registration
23373:
23374: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23375: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23376: table:flip
23377:
23378: 2001-03-29 paf
23379:
23380: * src/classes/string.C: string:xsplit forgot that they must result
23381: in 1 row N column [not vice versa]
23382:
23383: * src/classes/string.C: z
23384:
23385: * src/classes/string.C: string: rsplit
23386:
23387: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23388: string: lsplit
23389:
23390: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23391: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23392: lsplit -1
23393:
23394: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23395: string: pos
23396:
23397: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23398: string: pos -1
23399:
23400: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23401: main/compile.y, main/pa_request.C, main/pa_string.C,
23402: main/untaint.C: string: left right mid
23403:
23404: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23405: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23406: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23407: and [;] are different now.
23408:
23409: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23410: main/untaint.C: pool.request undone
23411:
23412: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23413: main/untaint.C: pool.request
23414:
23415: 2001-03-28 paf
23416:
23417: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23418: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23419: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23420: $request:browser [.type .version]; unknown.get_double now = 0.
23421:
23422: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23423: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23424: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23425: types/pa_vform.C: file:load autodetection of mime-type by
23426: user-file-name
23427:
23428: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23429: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23430: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23431:
23432: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23433: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23434: write. must be self.set
23435:
23436: * src/: classes/file.C, classes/root.C, classes/table.C,
23437: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23438:
23439: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23440: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23441: types/pa_vtable.h: table:locate just compiled
23442:
23443: 2001-03-27 paf
23444:
23445: * src/main/: execute.C, pa_common.C: fixed r/w context of
23446: code-params2, fixed ntfs hardlink slow dir update
23447:
23448: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23449: types/pa_wcontext.h: fixed r/w context of code-params
23450:
23451: * src/: classes/table.C, main/execute.C: about to change junction
23452: rcontext!!
23453:
23454: * src/: classes/double.C, classes/int.C, classes/root.C,
23455: classes/string.C, classes/table.C, main/compile_tools.C,
23456: main/execute.C, main/pa_request.C, main/untaint.C,
23457: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23458: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23459: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23460: types/pa_vunknown.h: sort 0
23461:
23462: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23463: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23464: renamed to are_static_calls_disabled
23465:
23466: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23467: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23468: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23469: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23470:
23471: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23472:
23473: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23474: started table:sort fixed minor bug in #...^{
23475:
23476: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23477: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23478: decided to have as it were. stepped back. grammar: added 'in'
23479: 'is' 'lt'&co follow-space check
23480:
23481: 2001-03-26 paf
23482:
23483: * src/: classes/file.C, classes/root.C, classes/table.C,
23484: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23485: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23486: main/pa_table.C: moved ::save to pa_table. disabled @auto
23487: invocation in ^process
23488:
23489: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23490:
23491: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23492: main/pa_array.C: table:record
23493:
23494: * src/: main/untaint.C, targets/cgi/parser3.C,
23495: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23496: targets/isapi/pool_storage.h, types/pa_valiased.h,
23497: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23498: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23499: types/pa_vtable.h: z
23500:
23501: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23502: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23503: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23504: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23505: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23506: method realisations on 'self' validity - they now can simply
23507: assume that 'self' is V{Proper} .
23508:
23509: 2001-03-25 paf
23510:
23511: * src/main/untaint.C: z
23512:
23513: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23514: lowlevel - it initialization could be skipped if failed in @auto.
23515: so that exception report would use some table
23516:
23517: * src/main/pa_request.C: table empty lines ignored. system-default
23518: content type assigned in output:result [can fail in main:auto and
23519: skipped normal defaults extraction]
23520:
23521: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23522: bug
23523:
23524: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23525: processing to table [except preliminary \r\n \r \n replacements
23526: to "\n"]
23527:
23528: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23529: move all the processing to table
23530:
23531: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23532: main/pa_table.C, main/untaint.C: returned table originating.
23533: useful for reporting typo table problems origin. think would be
23534: useful somewhere else
23535:
23536: * src/main/untaint.C: typo \r \r\n \n properly handled
23537:
23538: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23539: include/pa_table.h, main/compile.y, main/compile_tools.C,
23540: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23541: main/pa_string.C, main/pa_table.C, main/untaint.C,
23542: types/pa_vcookie.h: typo & typo-default
23543:
23544: 2001-03-24 paf
23545:
23546: * src/main/pa_common.C: z
23547:
23548: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23549: targets/cgi/parser3.C: html-typo 2
23550:
23551: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23552: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23553: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23554: main/execute.C, main/pa_array.C, main/pa_globals.C,
23555: main/pa_request.C, main/pa_string.C, main/untaint.C,
23556: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23557: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23558: noticed double default content-type prob. run cgi.cmd tomorrow
23559: first html-typo sample. detected << problem: they become ltlt too
23560: fast
23561:
23562: * src/main/compile.y: z
23563:
23564: * src/main/: compile.y, compile_tools.h: #comment
23565:
23566: * src/: classes/file.C, classes/root.C, classes/table.C,
23567: include/pa_common.h, include/pa_request.h, main/compile.y,
23568: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23569: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23570: stringified
23571:
23572: * src/types/pa_valiased.C: decided to String-ify file_read
23573:
23574: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23575: isapi/parser3isapi.dsp: cgi: sapi::log
23576:
23577: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23578: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23579: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23580: error log experiments failed - cgi under iis got no access to
23581: log. registereventsource simply failed with 5(illegal call) code,
23582: while worked OK as standalone executable. isapi: used
23583: HSE_APPEND_LOG_PARAMETER feature
23584:
23585: * src/: include/pa_common.h, include/pa_globals.h,
23586: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23587: targets/isapi/parser3isapi.C: fixed default content-type
23588: allocation storage
23589:
23590: * src/: include/pa_globals.h, include/pa_request.h,
23591: main/pa_globals.C, main/pa_request.C: z
23592:
23593: * src/: include/pa_array.h, include/pa_hash.h,
23594: include/pa_request.h, main/compile.y, main/pa_array.C,
23595: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23596: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23597: content-type
23598:
23599: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23600: sanity
23601:
23602: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23603: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23604: away freeze mech. no danger now for you can't do
23605: ^request:process[@new-method[] body] trick anymore. still
23606: remains $some_instance.process[@new-method[] possibility] but
23607: would leave it as a feature. see index for sample
23608:
23609: * src/: include/pa_common.h, main/pa_common.C,
23610: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23611: monkey every target
23612:
23613: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23614: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23615: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23616:
23617: 2001-03-23 paf
23618:
23619: * src/: include/pa_pool.h, main/pa_request.C,
23620: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23621: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23622: targets/isapi/pool_storage.h: isapi: dumb pool storage
23623:
23624: * src/targets/isapi/pa_pool.C: decided to continue with extension
23625:
23626: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23627: it would be better to rewrite as filter then to deal with pool
23628:
23629: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23630: now like in cgi, not from APPL_PHYSICAL_PATH
23631:
23632: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23633: include/pa_config_fixed.h, include/pa_config_includes.h,
23634: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23635: include/pa_version.h, main/compile.y, main/execute.C,
23636: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23637: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23638: main/untaint.C, targets/cgi/parser3.C,
23639: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23640: cgi: reinvent document_root and request_uri under iis. autoconf
23641: updated. introducing ap_config_includes
23642:
23643: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23644:
23645: * src/targets/cgi/parser3.C: cgi: only one pool now
23646:
23647: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23648: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23649: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23650: types/pa_venv.h, types/pa_vform.C: sapi made object
23651:
23652: * src/: include/pa_globals.h, main/pa_request.C,
23653: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23654: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23655: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23656:
23657: * src/: main/pa_request.C, targets/cgi/parser3.C,
23658: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23659: isapi minor env beauty
23660:
23661: * src/: main/pa_request.C, targets/cgi/parser3.C,
23662: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23663: isapi document_root 0
23664:
23665: 2001-03-22 paf
23666:
23667: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23668:
23669: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23670: isapi/parser3isapi.C: z
23671:
23672: * src/: include/pa_pool.h, main/pa_request.C,
23673: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23674:
23675: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23676: kill.pl: isapi added utils
23677:
23678: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23679: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23680: types/pa_vform.C: isapi 0
23681:
23682: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23683: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23684: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23685: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23686: started isapi
23687:
23688: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23689: some comments
23690:
23691: * src/: include/pa_globals.h, include/pa_request.h,
23692: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23693: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23694: parser_root_auto_path parser_site_auto_path
23695:
23696: * src/types/pa_vcookie.C: cookie attr decoded
23697:
23698: 2001-03-21 paf
23699:
23700: * src/targets/cgi/parser3.C: z
23701:
23702: * src/include/pa_globals.h: post. todo: config of auto.p path
23703:
23704: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23705: types/pa_venv.h: in cookie & env. todo:post
23706:
23707: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23708: classes/root.C, classes/table.C, include/pa_array.h,
23709: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23710: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23711: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23712: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23713: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23714: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23715: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23716: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23717: shifted apache branch on main trunc
23718:
23719: * src/: include/pa_common.h, include/pa_globals.h,
23720: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23721: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23722: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23723: starting mod_parser3
23724:
23725: * src/targets/cgi/parser3.C: starting mod_parser3
23726:
23727: 2001-03-20 paf
23728:
23729: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23730: targets/cgi/parser3.C: automake compiled and works. todo:make
23731: win32 ifdefs work and add ifdef unistd
23732:
23733: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23734: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23735: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23736: z
23737:
23738: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23739: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23740: locking
23741:
23742: * src/: classes/Makefile.am, types/Makefile.am: z
23743:
23744: * src/: Makefile.am, classes/file.C, classes/root.C,
23745: classes/table.C, include/pa_array.h, include/pa_request.h,
23746: include/pa_string.h, main/Makefile.am, main/execute.C,
23747: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23748: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23749: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23750: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23751:
23752: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23753: main/pa_request.C, types/pa_vfile.h: ^table:save
23754:
23755: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23756: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23757: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23758: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23759: types/pa_vform.h: z
23760:
23761: * src/include/pa_string.h: z
23762:
23763: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23764: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23765: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23766: :Value
23767:
23768: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23769: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23770: :VStateless_object
23771:
23772: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23773: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23774: :VStateless_object
23775:
23776: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23777: types/pa_valiased.C, types/pa_vform.h: commented VForm
23778:
23779: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23780: types/pa_valiased.h, types/pa_value.h,
23781: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23782: types/pa_vstateless_object.h: moved common get_element part from
23783: stateless object&class into VAliased
23784:
23785: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23786: classes/table.C, main/execute.C, main/main.dsp,
23787: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23788: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23789: now :Value
23790:
23791: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23792: main/execute.C, main/main.dsp, main/pa_globals.C,
23793: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23794:
23795: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23796: doxx
23797:
23798: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23799: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23800: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23801: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23802: and ^file:save
23803:
23804: 2001-03-19 paf
23805:
23806: * src/types/pa_vfile.C: z
23807:
23808: * src/: classes/file.C, classes/request.C, classes/table.C,
23809: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23810: main/pa_request.C, main/untaint.C, types/pa_value.h,
23811: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23812:
23813: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23814: include/pa_string.h, include/pa_table.h, main/main.dsp,
23815: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23816: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23817: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23818: classes/_file.h, classes/file.C, types/pa_vfile.C,
23819: types/pa_vfile.h: file class just compiled
23820:
23821: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23822: include/pa_table.h, include/pa_types.h, main/execute.C,
23823: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23824: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23825: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23826:
23827: * src/include/pa_pool.h: z
23828:
23829: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23830: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23831: Hash::Value to Val so to doxygen would finlly stop confusing
23832: those Value-s
23833:
23834: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23835: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23836: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23837: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23838: include/pa_types.h, main/compile.C, main/compile.y,
23839: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23840: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23841: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23842: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23843: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23844:
23845: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23846: derivates somehow unlinked. don't know why yet
23847:
23848: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23849: include/pa_string.h, include/pa_threads.h, main/compile.C,
23850: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23851: main/execute.C, main/pa_array.C, main/pa_common.C,
23852: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23853: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23854: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23855:
23856: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23857: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23858: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23859: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23860: types/pa_vrequest.h: doc: detected Value derivates prob
23861:
23862: * src/include/pa_globals.h: z
23863:
23864: * src/: classes/_request.h, classes/request.C, include/code.h,
23865: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23866: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23867: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23868: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23869: main/execute.C, main/pa_pool.C, main/pa_request.C,
23870: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23871: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23872:
23873: 2001-03-18 paf
23874:
23875: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23876: cookie: allowed access to hash-assigned
23877:
23878: * src/targets/cgi/parser3.C: z
23879:
23880: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23881: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23882: include/pa_types.h, main/main.dsp, main/pa_common.C,
23883: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23884: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23885: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23886: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23887: types/pa_vunknown.h: cookie class
23888:
23889: * src/main/pa_request.C: zero length output allowed
23890:
23891: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23892: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23893:
23894: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23895: lang switch
23896:
23897: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23898: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23899: types/pa_value.h, types/pa_vhash.h:
23900: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23901:
23902: * src/main/execute.C: z
23903:
23904: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23905: targets/cgi/parser3.C: taint[uri
23906:
23907: * src/: classes/request.C, classes/response.C, classes/root.C,
23908: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23909: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23910: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23911:
23912: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23913: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23914: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23915: types/pa_vstateless_class.C: convinient string(pool, char *src,
23916: bool tainted) ctor
23917:
23918: * src/: include/pa_hash.h, include/pa_request.h,
23919: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23920: main/pa_request.C, main/pa_string.C, main/untaint.C,
23921: targets/cgi/parser3.C: proper @exceptions params tainting
23922:
23923: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23924: response fields to header
23925:
23926: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23927: z
23928:
23929: * src/: classes/_response.h, classes/response.C,
23930: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23931: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23932: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23933: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23934: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23935: $response: 0 request::core exception rethrow
23936:
23937: 2001-03-16 paf
23938:
23939: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23940: types/pa_vrequest.h: native method' class call with less params
23941: then needed error reporting
23942:
23943: * src/: classes/_request.h, classes/request.C,
23944: include/pa_globals.h, include/pa_request.h, main/execute.C,
23945: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23946: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23947: types/pa_vrequest.h: $request : query :uri
23948:
23949: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23950: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23951: types/pa_wcontext.h: $result
23952:
23953: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23954:
23955: * src/: classes/double.C, include/code.h, main/compile.y,
23956: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23957: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23958:
23959: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23960: main/compile.y, main/execute.C, types/pa_value.h,
23961: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23962: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23963: wcontext conflict
23964:
23965: * src/: main/execute.C, types/pa_value.h,
23966: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23967: $string.field
23968:
23969: 2001-03-15 paf
23970:
23971: * src/main/pa_request.C: news sample
23972:
23973: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23974: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23975:
23976: * src/main/: compile.y, execute.C: z
23977:
23978: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23979: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23980: pre pre works
23981:
23982: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23983: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23984: fillfields just compiled
23985:
23986: 2001-03-14 paf
23987:
23988: * src/: include/pa_request.h, main/pa_request.C,
23989: targets/cgi/parser3.C: z
23990:
23991: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23992: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23993: types/pa_vstring.h: limits -1
23994:
23995: * src/: include/pa_globals.h, include/pa_request.h,
23996: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23997: main/pa_request.C, targets/cgi/parser3.C,
23998: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23999: request_info -1
24000:
24001: * src/: include/pa_globals.h, main/pa_globals.C,
24002: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24003: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24004: vform_fields_fill
24005:
24006: * src/targets/cgi/parser3.C: # if MSVC
24007:
24008: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24009: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24010:
24011: * src/targets/cgi/parser3.C: z
24012:
24013: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24014: include/pa_string.h, include/pa_types.h, main/compile.y,
24015: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24016: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24017: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24018: types/pa_vunknown.h: global handler, exceptions in parser3
24019:
24020: 2001-03-13 paf
24021:
24022: * src/: classes/form.C, main/compile.y, main/core.C,
24023: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24024: types/pa_vform.h, types/pa_vstateless_class.C,
24025: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24026: instead
24027:
24028: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24029: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24030: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24031: started cgi target
24032:
24033: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24034: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24035: before error show with parser
24036:
24037: * src/: classes/_form.h, classes/form.C, include/core.h,
24038: include/pa_request.h, main/core.C, main/pa_request.C,
24039: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24040:
24041: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24042:
24043: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24044: parser3.C: renamed targets/ parser to cgi
24045:
24046: * src/: classes/double.C, classes/env.C, classes/int.C,
24047: classes/root.C, classes/string.C, classes/table.C,
24048: include/pa_request.h, types/pa_vhash.h: z
24049:
24050: * src/: classes/_env.h, classes/env.C, classes/root.C,
24051: include/core.h, include/pa_pool.h, include/pa_request.h,
24052: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24053: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24054: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24055: [historical moment :)]
24056:
24057: * src/: include/code.h, include/pa_string.h, main/compile.y,
24058: main/execute.C, main/pa_string.C: 'value is type' expr operator
24059:
24060: * src/types/pa_venv.h: $ENV 1
24061:
24062: * src/main/execute.C: z
24063:
24064: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24065: future methods of ENV constructor if
24066:
24067: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24068: class
24069:
24070: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24071: classes/_root.h, classes/_string.h, classes/_table.h,
24072: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24073: classes/string.C, classes/table.C, include/pa_request.h,
24074: main/compile.C, main/compile_tools.h, main/core.C,
24075: main/execute.C, main/main.dsp, main/pa_request.C,
24076: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24077: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24078: types/pa_vobject.h, types/pa_vstateless_class.C,
24079: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24080: types/pa_wcontext.h: $ENV: re 0, stateless classes
24081:
24082: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24083: classes/_root.h, classes/_string.h, classes/_table.h,
24084: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24085: classes/string.C, classes/table.C, include/pa_request.h,
24086: main/compile.C, main/compile_tools.h, main/core.C,
24087: main/execute.C, main/main.dsp, main/pa_request.C,
24088: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24089: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24090: types/pa_vobject.h, types/pa_vstateless_class.C,
24091: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24092: types/pa_wcontext.h: $ENV: re 0, stateless classes
24093:
24094: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24095: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24096: yesterdays bad decision on execute_static_method
24097:
24098: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24099:
24100: * src/: classes/double.C, classes/int.C, classes/root.C,
24101: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24102:
24103: * src/main/pa_request.C: z
24104:
24105: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24106: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24107:
24108: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24109: include/pa_pool.h, main/pa_request.C:
24110: restructure_exceptions_dead_end
24111:
24112: * src/: classes/root.C, main/compile.y: ^if required junctions.
24113: allowed ; inside {} to break params
24114:
24115: * src/classes/root.C: ^eval
24116:
24117: * src/: classes/_string.h, classes/double.C, classes/int.C,
24118: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24119: string ^format
24120:
24121: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24122: 'bad' but not 'enough'
24123:
24124: * src/: classes/double.C, classes/root.C, classes/table.C,
24125: include/pa_common.h, include/pa_types.h, main/compile.y,
24126: main/pa_common.C, main/pa_request.C, main/untaint.C,
24127: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24128: types/pa_wwrapper.h: think constructing flag as is is bad
24129:
24130: * src/: classes/double.C, classes/int.C, classes/root.C,
24131: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24132: types/pa_vint.h: ^for
24133:
24134: 2001-03-12 paf
24135:
24136: * src/classes/table.C: table ^empty
24137:
24138: * src/: classes/table.C, include/pa_table.h: table ^menu
24139:
24140: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24141: ^offset ^line ^count
24142:
24143: * src/classes/root.C: ^round() ^floor() ^ceiling()
24144: ^abs() ^sign()
24145:
24146: * src/classes/: root.C, table.C: ^use
24147:
24148: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24149: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24150: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24151: ^while. switched off wcontext.constructing after write(value) or
24152: auto-vhash-constructing
24153:
24154: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24155: main/pa_request.C: fail_if_junction_ helper func
24156:
24157: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24158: include/pa_request.h, main/execute.C, main/main.dsp,
24159: main/pa_common.C, main/pa_request.C: ^process error point by
24160: actual method_name, not source. ^load
24161:
24162: * src/types/pa_vtable.h: table: no, better with string in cells...
24163:
24164: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24165: classes/_table.h, classes/table.C, main/untaint.C: z
24166:
24167: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24168: include/pa_table.h, main/core.C, main/execute.C,
24169: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24170: types/pa_value.h: table:set 0
24171:
24172: * src/: classes/root.C, include/core.h, include/pa_array.h,
24173: include/pa_request.h, include/pa_table.h, main/core.C,
24174: main/main.dsp, main/pa_request.C, main/pa_table.C,
24175: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24176: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24177: types/pa_vstring.h: freeze, ^table:create[] -1
24178:
24179: * src/: classes/root.C, types/pa_value.h: z
24180:
24181: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24182: get_method in couple places optimizing them
24183:
24184: * src/classes/root.C: z
24185:
24186: * src/: classes/root.C, types/pa_vclass.h: process temp main
24187: zeroing
24188:
24189: * src/: classes/double.C, classes/int.C, classes/root.C,
24190: classes/string.C, include/pa_common.h, include/pa_request.h,
24191: include/pa_string.h, include/pa_types.h, main/compile.C,
24192: main/compile.y, main/compile_tools.h, main/execute.C,
24193: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24194: types/pa_vmframe.h: ^process. actual names to store param and
24195: check_actual_numbered_params for better place diagnostics
24196:
24197: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24198: method-junctions bug fixed
24199:
24200: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24201: pa_vstateless_object.h, pa_vstring.h: stateless_object
24202:
24203: 2001-03-11 paf
24204:
24205: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24206: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24207: VDouble VInt base now VObject_base - without fields
24208:
24209: * src/: classes/root.C, include/core.h, main/core.C: z
24210:
24211: * src/: classes/double.C, classes/int.C, classes/root.C,
24212: classes/string.C, include/core.h, include/pa_hash.h,
24213: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24214: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24215:
24216: * src/: classes/double.C, classes/int.C, classes/root.C,
24217: include/pa_request.h, main/execute.C: intercept_string
24218:
24219: * src/: classes/double.C, classes/int.C, classes/root.C,
24220: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24221:
24222: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24223: ^inc-s(expr)
24224:
24225: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24226: classes/_root.h, classes/_string.h, classes/double.C,
24227: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24228: include/code.h, include/core.h, include/pa_array.h,
24229: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24230: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24231: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24232: include/pa_types.h, main/compile.C, main/compile.y,
24233: main/compile_tools.C, main/compile_tools.h, main/core.C,
24234: main/execute.C, main/pa_array.C, main/pa_common.C,
24235: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24236: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24237: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24238: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24239: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24240: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24241: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24242: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24243:
24244: * src/: main/pa_request.C, types/pa_vhash.h: z
24245:
24246: * src/: include/core.h, include/pa_request.h, main/core.C,
24247: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24248:
24249: * src/: include/pa_valiased.h, include/pa_value.h,
24250: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24251: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24252: include/pa_vjunction.h, include/pa_vmframe.h,
24253: include/pa_vobject.h, include/pa_vstring.h,
24254: include/pa_vunknown.h, include/pa_wcontext.h,
24255: include/pa_wwrapper.h, main/compile.y, main/core.C,
24256: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24257: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24258: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24259: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24260: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24261: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24262: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24263: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24264: include/
24265:
24266: 2001-03-10 paf
24267:
24268: * src/: include/core.h, include/pa_request.h, main/core.C,
24269: main/pa_request.C: run+auto=run
24270:
24271: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24272:
24273: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24274: classes/_root.h, classes/_string.h, classes/double.C,
24275: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24276: include/code.h, include/core.h, include/pa_array.h,
24277: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24278: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24279: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24280: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24281: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24282: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24283: include/pa_vjunction.h, include/pa_vmframe.h,
24284: include/pa_vobject.h, include/pa_vstring.h,
24285: include/pa_vunknown.h, include/pa_wcontext.h,
24286: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24287: main/compile_tools.C, main/compile_tools.h, main/core.C,
24288: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24289: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24290: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24291: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24292: main/pa_wcontext.C: sources header
24293:
24294: * src/main/pa_request.C: auto..
24295:
24296: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24297: main/pa_request.C: auto tree0
24298:
24299: * src/: include/core.h, include/pa_request.h, main/compile.y,
24300: main/core.C, main/pa_request.C: names to core.C
24301:
24302: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24303: include/pa_request.h, main/core.C, main/execute.C,
24304: main/pa_common.C, main/pa_request.C: root auto.p loaded
24305:
24306: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24307: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24308: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24309: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24310:
24311: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24312: @auto[] realised. auto.p scan togo
24313:
24314: * src/: include/pa_request.h, main/execute.C: autocalc
24315: code-junctions result now have names
24316:
24317: * src/: classes/double.C, classes/int.C, classes/root.C,
24318: classes/string.C, include/pa_request.h, include/pa_string.h,
24319: include/pa_wcontext.h, main/compile.y, main/execute.C,
24320: main/pa_string.C, main/pa_wcontext.C: tainting 0
24321:
24322: * src/classes/env.C: env:file/line
24323:
24324: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24325: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24326: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24327: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24328: main/compile_tools.C, main/compile_tools.h, main/core.C,
24329: main/execute.C, main/main.dsp, main/pa_cframe.C,
24330: main/pa_request.C, main/pa_wcontext.C: const fight finished
24331:
24332: * src/include/pa_vclass.h: const fight to go
24333:
24334: * src/: classes/_env.h, classes/env.C, classes/root.C,
24335: include/pa_request.h, include/pa_vclass.h, main/core.C,
24336: main/main.dsp: env0
24337:
24338: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24339: classes/_string.h, classes/double.C, classes/int.C,
24340: classes/root.C, classes/string.C, include/pa_request.h,
24341: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24342: include/pa_wcontext.h, main/core.C, main/main.dsp,
24343: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24344: main/pa_wcontext.C: ^lang prepare0
24345:
24346: 2001-03-09 paf
24347:
24348: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24349: construct proper naming
24350:
24351: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24352: classes/double.C, classes/int.C, classes/root.C,
24353: classes/string.C, include/code.h, include/pa_value.h,
24354: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24355: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24356: main/compile.y, main/compile_tools.C, main/core.C,
24357: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24358: and ^double[]. fixed expr type
24359:
24360: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24361: ^string.length[]
24362:
24363: 2001-03-08 paf
24364:
24365: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24366:
24367: * src/: include/pa_vclass.h, include/pa_vstring.h,
24368: include/pa_wcontext.h, main/compile.y, main/core.C,
24369: main/execute.C, main/main.dsp: dead end: vstring can't be
24370: derivated from vobject
24371:
24372: * src/: include/pa_vclass.h, include/pa_vhash.h,
24373: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24374:
24375: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24376: remained clone conseqs
24377:
24378: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24379:
24380: * src/main/pa_vclass.C: wow! vclass were out of vcs
24381:
24382: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24383: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24384: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24385: include/pa_vobject.h, include/pa_vstring.h,
24386: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24387: main/execute.C: withoud cloning. didn't need it actually, params
24388: got passed from out unnamed ewpool
24389:
24390: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24391: include/pa_vjunction.h, include/pa_vobject.h,
24392: include/pa_vunknown.h, main/compile.y: cloning dead end
24393:
24394: * src/: include/pa_bool.h, include/pa_double.h,
24395: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24396: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24397: include/pa_vjunction.h, include/pa_vmframe.h,
24398: include/pa_vobject.h, include/pa_vstring.h,
24399: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24400: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24401: to give params proper names
24402:
24403: * src/main/pa_wcontext.C: z
24404:
24405: * src/: include/pa_vmframe.h, main/execute.C: added names to
24406: unknown values in get_element and unfilled params. removed wrong
24407: name change in get_element
24408:
24409: * src/main/execute.C: z
24410:
24411: * src/main/execute.C: fixed problems calling operators in
24412: constructors
24413:
24414: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24415: detected problems calling operators in constructors
24416:
24417: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24418: autocalc def to string
24419:
24420: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24421: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24422:
24423: * src/classes/root.C: added root.c
24424:
24425: * src/: include/pa_request.h, include/pa_value.h,
24426: include/pa_vcframe.h, include/pa_vmframe.h,
24427: include/pa_wcontext.h, main/compile.C, main/compile.y,
24428: main/core.C, main/execute.C, main/pa_cframe.C,
24429: main/pa_wcontext.C: 'if' just compiled
24430:
24431: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24432: include/pa_vjunction.h, include/pa_vmframe.h,
24433: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24434: main/pa_wcontext.C: z
24435:
24436: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24437: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24438: with parameter names in operator methods
24439:
24440: * src/main/compile.y: minor renamings in .y
24441:
24442: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24443: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24444: @BASE. changed 'RUN' assignment mech
24445:
24446: * src/main/execute.C: z
24447:
24448: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24449: main/compile_tools.h, main/execute.C: made class: dynamic, not
24450: static. so to enable runtime ^use
24451:
24452: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24453:
24454: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24455: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24456:
24457: * src/main/execute.C: root root in code-junction
24458:
24459: 2001-03-07 paf
24460:
24461: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24462: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24463:
24464: * src/: include/pa_stack.h, include/pa_value.h,
24465: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24466: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24467: fixed rwcontext of {} params up
24468:
24469: * src/main/: compile.y, compile_tools.h: ^func(params)
24470:
24471: * src/main/compile.y: .y priorities syntax shaped up a bit
24472:
24473: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24474: include/pa_vunknown.h, main/compile.y, main/execute.C,
24475: main/pa_hash.C: expr def in -f
24476:
24477: * src/main/: compile.y, execute.C: expr calls
24478:
24479: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24480: fixed
24481:
24482: * src/main/compile.y: expr quoted code
24483:
24484: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24485: support0
24486:
24487: * src/main/compile.y: expr string comparisons 0
24488:
24489: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24490: main/pa_string.C: just compiled lt&co
24491:
24492: * src/main/execute.C: ^var.menu{$field} problem detected. that
24493: $field not a $var.field
24494:
24495: 2001-03-06 paf
24496:
24497: * src/main/compile.y: .y expr visible-shorter
24498:
24499: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24500: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24501: logical
24502:
24503: * src/: include/pa_vstring.h, main/compile.y: problems with
24504: skipping whitespace in yylex
24505:
24506: * src/include/pa_vbool.h: forgot this
24507:
24508: * src/: include/code.h, main/compile.y, main/execute.C: without
24509: string ops in expressions 0
24510:
24511: * src/: include/pa_value.h, include/pa_vdouble.h,
24512: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24513: main/execute.C, main/main.dsp: !~
24514:
24515: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24516: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24517: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24518: include/pa_vunknown.h, include/pa_wcontext.h,
24519: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24520: main/compile_tools.h, main/execute.C: +-*/
24521:
24522: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24523: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24524:
24525: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24526: main/execute.C: expr grammar-1 2*2=4.000000 :)
24527:
24528: * src/main/compile.y: expr grammar-1
24529:
24530: * src/main/compile.y: expr lexx1
24531:
24532: * src/main/: compile.y, execute.C, main.dsp: z
24533:
24534: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24535: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24536: main/execute.C: expr lex0 exec-1
24537:
24538: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24539:
24540: 2001-02-26 paf
24541:
24542: * src/main/compile.y: max_string in yyerror bug fix
24543:
24544: 2001-02-25 paf
24545:
24546: * src/: include/pa_value.h, include/pa_vmframe.h,
24547: include/pa_wcontext.h, main/execute.C: VAliased3
24548:
24549: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24550:
24551: * src/main/execute.C: VAliased1
24552:
24553: * src/: include/pa_request.h, include/pa_value.h,
24554: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24555: VAliased0
24556:
24557: * src/: include/pa_pool.h, include/pa_request.h,
24558: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24559: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24560: VAliased just compiled
24561:
24562: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24563: include/pa_vobject.h, main/execute.C: alias dead end
24564:
24565: * src/: include/pa_value.h, include/pa_vclass.h,
24566: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24567: main/main.dsp: no not get fields into interm VFielded class.
24568: fields & staticfields 1
24569:
24570: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24571: include/pa_vobject.h, include/pa_wcontext.h,
24572: include/pa_wwrapper.h, main/core.C, main/execute.C,
24573: main/main.dsp: would now get fields into interm VFielded class
24574:
24575: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24576: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24577: include/pa_wcontext.h, main/compile.y, main/core.C,
24578: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24579: main/pa_wcontext.C: virtuals2
24580:
24581: * src/main/compile.y: : 1
24582:
24583: * src/main/compile.y: rethought to $class:static.field.subfield
24584:
24585: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24586: $class:element
24587:
24588: * src/: include/pa_value.h, include/pa_vmframe.h,
24589: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24590: main/pa_wcontext.C: before execute class calls rewrite
24591:
24592: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24593: name RUN, also alias
24594:
24595: * src/main/compile.y: escaping bug
24596:
24597: * src/: include/pa_request.h, include/pa_value.h,
24598: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24599: main/core.C, main/execute.C, main/pa_common.C: vobject1
24600:
24601: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24602: include/pa_vmframe.h, include/pa_vobject.h,
24603: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24604: main/compile_tools.h, main/execute.C: ^class:method() just
24605: compiled
24606:
24607: 2001-02-24 paf
24608:
24609: * src/main/main.dsp: no bison -d
24610:
24611: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24612: class' err msg wrong
24613:
24614: * src/main/compile.y: z
24615:
24616: * src/main/: compile.y, core.C: yylex need some @special lines adj
24617:
24618: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24619: main/compile.y, main/compile_tools.h, main/core.C: modules0
24620:
24621: * src/: include/pa_vclass.h, main/core.C: z
24622:
24623: * src/: include/pa_value.h, include/pa_vclass.h,
24624: include/pa_vobject.h, main/main.dsp: vobject00
24625:
24626: * src/main/pa_array.C: minor bug in expanding very small arrays.
24627: 60% from 1 were 0
24628:
24629: * src/: include/pa_value.h, include/pa_wcontext.h,
24630: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24631: as bad as you've named it: wcontext.value() was not a perfect
24632: idea
24633:
24634: * src/main/execute.C: codeframe1
24635:
24636: * src/: include/pa_value.h, include/pa_vcframe.h,
24637: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24638: include/pa_vjunction.h, include/pa_vmframe.h,
24639: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24640: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24641: just compiled
24642:
24643: * src/: include/pa_vframe.h, main/compile.y: found junction
24644: ideology @: ^x{$a()) must construct current wcontext element, so
24645: smart wcontext handling needed
24646:
24647: * src/main/compile.y: fixed grammar bugs in constructor/params
24648: klinch
24649:
24650: * src/main/: compile.y, execute.C: fixed empty constructor
24651: optimized empty case. failed on calls - produced empty string
24652: param
24653:
24654: * src/main/compile.y: fixed last \n macrotemplate strip bug
24655:
24656: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24657: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24658: main/compile_tools.C, main/compile_tools.h, main/core.C,
24659: main/execute.C: code junctions0. something wrong with last \n
24660: macrotemplate strip
24661:
24662: * src/: include/pa_value.h, main/compile.C, main/core.C,
24663: main/pa_value.C: minor error reporting format beautifyings
24664:
24665: * src/: include/pa_value.h, include/pa_vclass.h,
24666: include/pa_vframe.h, main/core.C, main/execute.C,
24667: main/pa_value.C: get_method RIP. junctions everywhere. call with
24668: junctions0
24669:
24670: 2001-02-23 paf
24671:
24672: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24673: pa_wwrapper.h: lara came, can't work, sorry :(
24674:
24675: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24676: junction
24677:
24678: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24679: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24680: main/execute.C, main/main.dsp, main/pa_value.C: call0
24681:
24682: * src/: include/pa_hash.h, include/pa_value.h,
24683: include/pa_wcontext.h, main/core.C, main/execute.C,
24684: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24685: done
24686:
24687: * src/include/pa_wcontext.h: z
24688:
24689: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24690: wrong grammar in complex constructor case
24691:
24692: * src/main/: compile.y, execute.C: empty constructor bug fixed
24693:
24694: * src/main/execute.C: with result rwpool
24695:
24696: * src/: include/pa_value.h, main/core.C, main/execute.C,
24697: main/main.dsp: value named
24698:
24699: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24700: strign 2 value in 2 places in execute
24701:
24702: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24703: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24704: wcontext.put_element when wcontext fvalue==0
24705:
24706: 2001-02-22 paf
24707:
24708: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24709: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24710: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24711:
24712: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24713: erroreos checkout
24714:
24715: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24716:
24717: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24718: main/compile_tools.h, main/pa_array.C: $self.get
24719:
24720: * src/main/: compile.C, compile.y, compile_tools.C: z
24721:
24722: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24723: bit. finished now.
24724:
24725: * src/main/compile.y: $: finished
24726:
24727: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24728:
24729: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24730: main/execute.C: OP_STRING better then some xxx _VALUE
24731:
24732: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24733: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24734: string to vstring it .y all
24735:
24736: * src/: include/pa_request.h, include/pa_stack.h,
24737: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24738: all
24739:
24740: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24741: precise parse error line:col
24742:
24743: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24744: main/pa_hash.C, main/pa_pool.C: TRY...
24745:
24746: * src/: include/pa_exception.h, include/pa_pool.h,
24747: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24748: main/compile.C, main/compile.y, main/compile_tools.C,
24749: main/core.C, main/pa_array.C, main/pa_exception.C,
24750: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24751: main/pa_table.C: removed exception from request
24752:
24753: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24754: some forgotten
24755:
24756: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24757: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24758: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24759: get/put simple vars to VClass works0
24760:
24761: * src/: include/pa_array.h, include/pa_wcontext.h,
24762: main/pa_string.C: in process, but found that exceptions are too
24763: global
24764:
24765: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24766: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24767: main/execute.C, main/pa_string.C: write_value write_string 0 it
24768: seems wcontext must write strings regardles of fvalue!=0
24769:
24770: 2001-02-21 paf
24771:
24772: * src/main/execute.C: tired :)
24773:
24774: * src/main/: compile.C, compile.y, execute.C: store0
24775:
24776: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24777: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24778: include/pa_wcontext.h, main/compile.C, main/compile.y,
24779: main/execute.C, main/main.dsp, main/pa_array.C,
24780: main/pa_request.C: get put -1 [just compiled]
24781:
24782: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24783: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24784: main/main.dsp, main/pa_request.C: request core methods0
24785:
24786: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24787: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24788: execute
24789:
24790: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24791: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24792: methods and one_big_piece. now compile returns array<method*>
24793:
24794: * src/main/compile.y: more straightforward yylex[end]
24795:
24796: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24797: string.operator==(char*)
24798:
24799: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24800: main/execute.C, main/pa_array.C: after array.const get wonders
24801:
24802: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24803: pa_string.h, pa_value.h: struck with const array.gets
24804:
24805: * src/main/: execute.C: z
24806:
24807: * src/main/: compile.y, execute.C: z
24808:
24809: * src/main/: compile.C, compile.y, compile_tools.h: error
24810: processing in eval & yyerror so it wouldn't cause memleaks.
24811:
24812: * src/main/: compile.C, compile.y: failed to add absolute precies
24813: parse error positions. leaving RIGHTMOST position as
24814: @file[line:col]
24815:
24816: * src/: include/compile.h, main/compile.C, main/compile.y,
24817: main/compile_tools.h: line numbers needed. would add them to .y
24818: now internally. externally it's not as precise as needed
24819:
24820: * src/: include/code.h, include/pa_types.h, main/compile.C,
24821: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24822: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24823: compiler works ok
24824:
24825: 2001-02-20 paf
24826:
24827: * src/main/: compile.C, compile.y, compile_tools.C,
24828: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24829: not perfect
24830:
24831: * src/: include/code.h, include/compile.h, include/execute.h,
24832: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24833: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24834: main/compile.C, main/compile.y, main/compile_tools.C,
24835: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24836: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24837: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24838: compiled. execute=dump for now
24839:
24840: * src/main/core.C: core rewrite using yacc investigations now will
24841: be compile[yacc]/execute[opcodes]
24842:
24843: 2001-02-15 paf
24844:
24845: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24846: rewrite as turing machine? for it seems it would be it's too many
24847: ifs with this syntax now
24848:
24849: 2001-02-14 paf
24850:
24851: * src/main/core.C: get_params 1
24852:
24853: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24854: :( ]
24855:
24856: * src/main/core.C: varios breaks
24857:
24858: * src/main/core.C: get names 3
24859:
24860: * src/main/core.C: get names 2
24861:
24862: * src/main/core.C: get names 1
24863:
24864: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24865: names 0
24866:
24867: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24868: text repassing2 operator static vars
24869:
24870: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24871: main/pa_string.C: process text repassing
24872:
24873: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24874: module:calls changes
24875:
24876: 2001-02-13 paf
24877:
24878: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24879: ^class:calls[] started
24880:
24881: * src/: include/pa_value.h, main/core.C: z
24882:
24883: * src/main/core.C: operators : and self. prefixes
24884:
24885: * src/main/core.C: z
24886:
24887: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24888: tested
24889:
24890: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24891: optimized
24892:
24893: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24894: would change privates to better support optimization
24895:
24896: * src/: include/pa_string.h, main/pa_string.C:
24897: String_iterator::skip_to todo:optimize
24898:
24899: 2001-02-12 paf
24900:
24901: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24902: String_iterator
24903:
24904: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24905: comments
24906:
24907: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24908: self/methodref joined
24909:
24910: 2001-02-11 paf
24911:
24912: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24913: main/main.dsp: core started. core.C, context&value .h
24914:
24915: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24916: include/pa_string.h, main/main.dsp, main/pa_array.C,
24917: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24918:
24919: 2001-01-30 paf
24920:
24921: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24922: comments
24923:
24924: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24925: main/pa_pool.C: moved pa_pool.C to be target specific
24926:
24927: * src/: include/pa_exception.h, include/pa_pool.h,
24928: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24929: to & changes
24930:
24931: * src/: include/pa_exception.h, include/pa_pool.h,
24932: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24933: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24934: re-associated. that's much better even removed 'die' necessety
24935:
24936: * src/: include/pa_error.h, include/pa_exception.h,
24937: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24938: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24939: targets/Makefile.am: lowered targets/parser into subdir, added
24940: parser_Pool(Pool) failed to add. would think..
24941:
24942: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24943: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24944: main/pa_string.C, main/pa_table.C: Table more like C++ style
24945: hence lots of 'const'
24946:
24947: * src/: include/pa_error.h, include/pa_request.h,
24948: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24949: main/pa_table.C: Error fixed
24950:
24951: 2001-01-29 paf
24952:
24953: * src/: include/pa_array.h, include/pa_common.h,
24954: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24955: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24956: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24957: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24958:
24959: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24960: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24961: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24962: main/pa_string.C, main/pa_table.C: Request Error Table
24963:
24964: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24965: templates"
24966:
24967: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24968: main/main.dsp, main/pa_array.C: templates failed no template
24969: specializations [VC6], no library auto instantation [VC6, GNU c++
24970: 2.95.2-6 from latest cygwin]
24971:
24972: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24973: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24974: main/main.dsp, main/pa_array.C, main/pa_string.C,
24975: main/pa_table.C: Table started would test template Array now
24976:
24977: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24978: String originating
24979:
24980: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24981: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24982: SYNCHRONIZED(thread_safe)
24983:
24984: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24985: parts to top
24986:
24987: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24988: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24989: see: needed only in global Hash now, made Hash:: put/get
24990: SYNCHRONIZED
24991:
24992: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24993: main/pa_threads.C: added pa_threads
24994:
24995: Mutex
24996:
24997: * src/include/pa_hash.h: some comments
24998:
24999: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25000: Array& operator += (Array& src)
25001:
25002: * src/main/pa_array.C: expand not convinient, would rewrite
25003:
25004: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25005: (Array& src)
25006:
25007: rethought, would change now
25008:
25009: 2001-01-27 paf
25010:
25011: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25012: caching
25013:
25014: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25015: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25016: cache rethought to chunk caching
25017:
25018: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25019: include/pa_string.h, main/main.dsp, main/pa_array.C,
25020: main/pa_hash.C, main/pa_string.C: Array 0
25021:
25022: * src/main/pa_string.C: String::operator ==
25023:
25024: * src/main/pa_hash.C: String(&String)
25025:
25026: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25027:
25028: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25029: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25030: pa_hash[forgotten]
25031:
25032: 2001-01-26 paf
25033:
25034: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25035: removed templates [vc++ suxx]
25036:
25037: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25038: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25039:
25040: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25041:
1.119 moko 25042: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25043:
1.119 moko 25044: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25045: check
25046:
25047: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25048: dynamic row_count
25049:
25050: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25051: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25052: targets/Makefile.am: Initial revision
25053:
25054: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25055: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25056: targets/Makefile.am: creating parser3 module
25057:
E-mail: