Annotation of parser3/ChangeLog, revision 1.182
1.182 ! moko 1: 2023-10-01 moko
! 2:
! 3: * src/classes/json.C: we don't have a dynamic json object.
! 4:
! 5: 2023-09-28 moko
! 6:
! 7: * tests/: 420.html, results/261.processed, results/420.processed:
! 8: tests updated after bug #1228 fix reverted
! 9:
! 10: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
! 11: whitespace string is hash compatible, so we don't want $s.key to
! 12: return a junction
! 13:
! 14: * tests/: 261.html, 420.html, results/261.processed,
! 15: results/420.processed: test for bug #1227 added, test updated
! 16: after bug #1228 fixed
! 17:
! 18: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
! 19: now throws exception as $non-empty-string.field (fixes bug #1227)
! 20:
! 21: * src/types/pa_vstring.h: allow $string.method access (fixes bug
! 22: #1228)
! 23:
! 24: 2023-09-26 moko
! 25:
! 26: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
! 27: src/classes/classes.C, src/classes/classes.awk,
! 28: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
! 29: src/classes/double.C, src/classes/file.C, src/classes/form.C,
! 30: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
! 31: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
! 32: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
! 33: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
! 34: src/classes/regex.C, src/classes/response.C,
! 35: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 36: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 37: src/include/pa_array.h, src/include/pa_base64.h,
! 38: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 39: src/include/pa_charsets.h, src/include/pa_common.h,
! 40: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 41: src/include/pa_dictionary.h, src/include/pa_dir.h,
! 42: src/include/pa_exception.h, src/include/pa_exec.h,
! 43: src/include/pa_globals.h, src/include/pa_hash.h,
! 44: src/include/pa_http.h, src/include/pa_memory.h,
! 45: src/include/pa_opcode.h, src/include/pa_operation.h,
! 46: src/include/pa_os.h, src/include/pa_pool.h,
! 47: src/include/pa_random.h, src/include/pa_request.h,
! 48: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
! 49: src/include/pa_sapi.h, src/include/pa_socks.h,
! 50: src/include/pa_sql_connection.h,
! 51: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
! 52: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 53: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
! 54: src/include/pa_table.h, src/include/pa_threads.h,
! 55: src/include/pa_types.h, src/include/pa_uue.h,
! 56: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
! 57: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
! 58: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
! 59: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
! 60: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
! 61: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
! 62: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
! 63: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
! 64: src/main/compile.tab.C, src/main/compile.y,
! 65: src/main/compile_tools.C, src/main/compile_tools.h,
! 66: src/main/execute.C, src/main/pa_base64.C,
! 67: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 68: src/main/pa_charsets.C, src/main/pa_common.C,
! 69: src/main/pa_dictionary.C, src/main/pa_dir.C,
! 70: src/main/pa_exception.C, src/main/pa_exec.C,
! 71: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
! 72: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
! 73: src/main/pa_request.C, src/main/pa_socks.C,
! 74: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 75: src/main/pa_stylesheet_connection.C,
! 76: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
! 77: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
! 78: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
! 79: src/main/untaint.C, src/main/helpers/simple_folding.pl,
! 80: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
! 81: src/targets/apache/mod_parser3_core.C,
! 82: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
! 83: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
! 84: src/types/pa_method.h, src/types/pa_property.h,
! 85: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
! 86: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
! 87: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 88: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
! 89: src/types/pa_vcookie.h, src/types/pa_vdate.C,
! 90: src/types/pa_vdate.h, src/types/pa_vdouble.h,
! 91: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
! 92: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
! 93: src/types/pa_vhash.C, src/types/pa_vhash.h,
! 94: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 95: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 96: src/types/pa_vint.h, src/types/pa_vjunction.C,
! 97: src/types/pa_vjunction.h, src/types/pa_vmail.C,
! 98: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
! 99: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
! 100: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
! 101: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 102: src/types/pa_vobject.h, src/types/pa_vregex.C,
! 103: src/types/pa_vregex.h, src/types/pa_vrequest.C,
! 104: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 105: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 106: src/types/pa_vstateless_class.h,
! 107: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 108: src/types/pa_vstatus.h, src/types/pa_vstring.C,
! 109: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 110: src/types/pa_vtable.h, src/types/pa_vvoid.C,
! 111: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 112: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 113: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 114: src/types/pa_wwrapper.h: copyright, authors actualized
! 115:
1.181 moko 116: 2023-08-20 moko
117:
118: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
119: commited (related to feature #1219)
120:
121: 2023-08-16 moko
122:
123: * src/main/pa_random.C: replaced clock precision with monotonicity
124: counter, good for Windows version with low clock frequency
125: (related to feature #1229)
126:
127: 2023-08-15 moko
128:
129: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
130: fixes related to feature #1229
131:
132: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
133: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
134: (implements feature #1229)
135:
1.180 moko 136: 2023-08-02 moko
137:
138: * tests/: results/417.processed, 417.html: test for empty string
139: match after last char added (related to bug #1224)
140:
141: * src/main/pa_string.C: avoid prestart++ after last char on zero
142: length match (related to bug #1224)
143:
1.179 moko 144: 2022-11-22 moko
145:
146: * tests/: 419.html, results/419.processed: test for L_URI and path
147: removeal from filename added (related to bug #1204)
148:
149: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
150: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
151: attribute value, L_URI should be used
152:
1.178 moko 153: 2022-09-21 moko
154:
155: * src/targets/cgi/parser3.C: more clear error messages
156:
157: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
158: SAPI_Info will return 0 in read_post and post_size !=
159: content_length will be thrown
160:
1.177 moko 161: 2022-08-23 moko
162:
163: * src/types/pa_vmail.C: .tables addes as .raw contains only last
164: header value
165:
166: 2022-08-22 moko
167:
168: * tests/: 418.html, results/418.processed: test for
169: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
170: to #1225)
171:
172: * src/classes/hash.C: keep old behavoir by default
173:
174: * src/classes/hash.C: ^hash_a.intersection[hash_b;
175: $.order[self|arg] ] added (implements #1215)
176:
1.176 moko 177: 2022-03-21 moko
178:
179: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
180: xmlInitCharEncodingHandlers is called in libxml static
181: initializers before gc_substitute_memory_management_functions in
182: pa_globals and thus gc may not see reference to our
183: xmlCharEncodingHandler and free it.
184:
1.175 moko 185: 2022-01-26 moko
186:
187: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
188:
1.174 moko 189: 2021-12-28 moko
190:
191: * tests/: 417.html, results/417.processed: test for empty string
192: match added (related to bug #1224)
193:
194: * src/main/pa_string.C: empty string match now works (fixes bug
195: #1224)
196:
1.173 moko 197: 2021-12-24 moko
198:
199: * tests/: 415_dir/29.p, results/415.processed: yet another test
200:
201: 2021-12-23 moko
202:
203: * src/: classes/table.C, main/pa_request.C: warnings war
204:
205: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
206: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
207:
208: 2021-12-21 moko
209:
210: * tests/: 416.html, results/416.processed: test for ^break[] in
211: ^hash/table.select[] (related to feature #1222)
212:
213: * src/classes/: hash.C, table.C: ^break[] support for
214: ^hash/table.select[] (implements feature #1222)
215:
1.172 moko 216: 2021-11-30 moko
217:
218: * src/targets/cgi/parser3.C: default sock_ready interval changed to
219: 0.5 sec
220:
1.171 moko 221: 2021-11-10 moko
222:
223: * tests/results/415.processed: more syntax errors tests added
224:
225: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
226: 28.p: minor syntax error tests
227:
228: * src/main/pa_exception.C: pa_strdup added for compatibility
229:
230: * src/classes/curl.C: hint to call ^curl:options[
231: $.library[correct.libcurl.so.name] ] added if default load fails.
232:
233: 2021-11-09 moko
234:
235: * src/main/compile.y: error message can be on stack
236:
237: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
238:
239: * src/main/pa_charset.C: memcpy is more correct and efficient in
240: this case then strncpy
241:
242: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
243: instead of strcpy where possible
244:
245: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
246: used to avoid MAX_STRING limit in Exception comment
247:
248: * tests/results/415.processed: compiler exceptions are no longer
249: limited to MAX_STRING
250:
251: * src/main/: compile.y, compile_tools.h: Parse_control uses const
252: char * instead of fixed buffer
253:
254: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
255: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
256: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
257: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
258: results/415.processed: tests for parser.compile exceptions added
259:
260: 2021-11-08 moko
261:
262: * src/: classes/math.C, include/pa_common.h, main/compile.y,
263: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
264: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
265: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
266: drawbacks
267:
1.170 moko 268: 2021-11-06 moko
269:
270: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
271: (implements feature #1219)
272:
273: * tests/: 414.html, results/414.processed: test for
274: ^hash.rename[from;to] added (related to feature #1144)
275:
276: 2021-11-05 moko
277:
278: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
279: (related to feature #1144)
280:
281: 2021-11-04 moko
282:
283: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
284: added (implements feature #1144)
285:
1.169 moko 286: 2021-10-19 moko
287:
288: * tests/: 413.html, results/413.processed: test for hash no longer
289: is accepted as file parameter (related to bug #1218)
290:
291: * src/: classes/curl.C, classes/file.C, classes/image.C,
292: classes/math.C, classes/xdoc.C, types/pa_value.C,
293: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
294: longer is accepted as file parameter (fixes bug #1218)
295:
1.168 moko 296: 2021-07-19 moko
297:
298: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
299: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
300:
1.167 moko 301: 2021-04-16 moko
302:
303: * src/types/pa_vmail.C: message can be null when e-mail is broken,
304: processing it leads to assertions.
305:
1.166 moko 306: 2021-03-25 moko
307:
308: * tests/: 412.html, results/412.processed: test to demonstrate bug
309: #1213
310:
1.165 moko 311: 2021-02-12 moko
312:
313: * tests/: 360.html, results/360.processed, results/363.processed:
314: parser method call in expression mode no longer differs from call
315: in string mode (related to feature #1211)
316:
317: 2021-02-11 moko
318:
319: * src/types/pa_vmail.C: mail parsing with Windows line endings
320: fixed (bug #1212)
321:
322: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
323: when called $v[^test[]] vs $v(^test[]), numbers are converted to
324: strings in both calls (implements feature #1211)
325:
1.164 moko 326: 2021-01-28 moko
327:
328: * buildall, etc/auto.p.in: to remove last patch in debian package
329:
330: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
331: 3.4.7b
332:
1.162 moko 333: 2021-01-21 moko
334:
335: * src/main/pa_http.C: no alarm() in file::load when web server mode
336: is MULTITHREADED
337:
1.157 moko 338: 2021-01-20 moko
339:
1.161 moko 340: * src/targets/apache/mod_parser3.c: it is more correct to recommend
341: 'a2enmod mpm_prefork'
342:
1.160 moko 343: * src/targets/apache/mod_parser3.c: prefork name is now
344: 'libapache2-mpm-itk'
345:
346: * src/targets/apache/mod_parser3_core.C: last regular malloc
347: removed
348:
1.159 moko 349: * src/targets/isapi/Makefile.am: -pa_threads.C
350:
1.158 moko 351: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
352: 3.4.6
353:
1.157 moko 354: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
355:
356: * etc/auto.p.in: @config[result] added to simplify $cfg change in
357: /httpd.p
358:
359: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
360: ^use[/httpd.p] + optional ^preprocess[] (related to feature
361: #1203)
362:
363: 2021-01-19 moko
364:
365: * buildall: --disable-parallel-mark added to avoid "number of
366: processors" threads creation for heap marking as it conflicts
367: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
368: limits threads)
369:
1.156 moko 370: 2021-01-16 moko
371:
372: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
373: main/pa_globals.C, main/pa_memory.C,
374: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
375: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
376: feature #1209)
377:
378: 2021-01-15 moko
379:
380: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
381: 3.4.6rc
382:
383: * src/classes/json.C: get_delim added for delimiter caching (10%
384: faster on large json)
385:
386: 2021-01-14 moko
387:
388: * operators.txt: updated with 3.4.6 changes
389:
390: * tests/results/224.processed: test result modified after
391: today(shift) implemented
392:
393: * tests/: 407.html, results/407.processed: test for ^hash.select
394: option $.default(bool) added (related to feature #1172)
395:
396: * src/classes/hash.C: ^hash.select option $.default(bool) added
397: (related to feature #1172)
398:
399: * tests/: 141.html, results/141.processed: test modified for
400: feature #1185.
401:
402: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
403: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
404: options $.lower(bool) (implements feature #1185)
405:
406: 2021-01-11 moko
407:
408: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
409: #1192)
410:
411: * tests/: 411.html, results/411.processed: test for ^date::today(N)
412: added (related to feature #1192)
413:
1.155 moko 414: 2021-01-05 moko
415:
416: * tests/: 270.html, results/270.processed: test modified to work
417: under Windows
418:
419: * tests/: 390.html, 395.html, results/395.processed: tests updated
420: 4 windows
421:
422: * tests/: 410.html, results/410.processed: test for
423: $CLASS-GETTER-PROTECTED(false) added
424:
425: 2021-01-04 moko
426:
427: * tests/: 409.html, results/409.processed, results/auto.p: test for
428: $MAIN:LOCALS(true) added
429:
1.154 moko 430: 2021-01-03 moko
431:
432: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
433: types/pa_vclass.h, types/pa_vstateless_class.C,
434: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
435: +LOCALS. $main -> $MAIN in exception texts (implements feature
436: #1207)
437:
438: 2021-01-02 moko
439:
440: * etc/auto.p.in: minor
441:
442: * src/main/pa_request.C: sending headers only after opening file to
443: allow error reporting if file was not opened (foreign group,
444: etc).
445:
446: 2020-12-31 moko
447:
448: * src/: include/pa_request.h, main/pa_request.C,
449: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
450:
451: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
452: main/pa_request.C: get_class_ref added and used
453:
454: * etc/auto.p.in: @CLASS httpd added
455:
456: * etc/auto.p.in: @auto[] is now first
457:
458: 2020-12-30 moko
459:
460: * tests/: 408.html, results/408.processed: test for bug #1166
461: (windows only) added
462:
463: * src/main/pa_common.C: create_dir_for_file should not create dir
464: for trailing / (fixes bug #1166)
465:
466: * tests/: 341.html, results/341.processed: tests for
467: ^nameless_table.hash[] added (related to feature #1138)
468:
469: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
470: (implements feature #1138), extra fields in named tables no
471: longer ignored (implements feature #1138)
472:
473: * tests/results/390.processed: updated after exception text change
474:
475: 2020-12-29 moko
476:
477: * tests/: 407.html, results/407.processed: +$._default check
478:
479: * src/classes/hash.C: keep $_default in ^hash.reverse[]
480:
481: * tests/: 407.html, results/407.processed: test for ^hash.select[]
482: and ^hash.reverse[] added (releated to feature #1172)
483:
484: * src/classes/hash.C:
485: ^hash.select[key;value](bool-condition)[options hash] +
486: ^hash.reverse[] added (implements feature #1172)
487:
488: * src/types/pa_vtable.h: warning war
489:
490: * src/include/pa_config_fixed.h: win32 fix
491:
1.153 moko 492: 2020-12-27 moko
493:
494: * tests/: 406.html, results/406.processed: test results updated
495:
496: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
497: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
498: spelling
499:
500: 2020-12-26 moko
501:
502: * tests/: 406.html, results/406.processed: tests for
503: ^table.rename[] added (related to feature #1148)
504:
505: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
506: ^table.rename[column name from;column name to], ^table.rename[
507: $.[column name from][column name to] ... ] added (implements
508: feature #1148)
509:
510: 2020-12-25 moko
511:
512: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
513: request_info now on stack to avoid yet another THREAD_LOCAL
514: memory deallocation issue (now with cookies), explained in #1203
515:
516: * src/types/pa_vcookie.C: fields should be inited
517:
518: 2020-12-24 moko
519:
520: * src/include/pa_stylesheet_connection.h: looks like
521: xsltFreeStylesheet leads to memory double-free. If so, it's for
522: sure libxml bug, but we have GC anyway, so we just remove this
523: call and see...
524:
525: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
526: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
527: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
528: abort.c:65:8 frame #3: 0x00000000004da663
529: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
530: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
531: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
532: malloc.c:617:9 frame #5: 0x0000000000577f0c
533: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
534: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
535: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
536: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
537: frame #8: 0x000000000050d35c
538: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
539: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
540: frame #10: 0x00000000004436e5
541: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
542: [inlined]
543: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
544: pa_stylesheet_connection.h:62:3
545:
546: 2020-12-23 moko
547:
548: * src/classes/image.C: ^image::measure[; $.video() ] option added
549:
550: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
551: ^image::measure[; $.video(true) ] added
552:
553: * src/main/pa_exec.C: not cleared automatically in multithreaded
554: httpd mode for unknown reasons
555:
556: 2020-12-22 moko
557:
558: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
559: error_log uri of currently processed document", but never used
560: and conflicts with how libgc stops threads on FreeBSD (#define
561: SIG_SUSPEND SIGUSR1), thus removed.
562:
563: 2020-12-21 moko
564:
565: * src/main/pa_request.C: +comment
566:
1.151 moko 567: 2020-12-20 moko
568:
1.152 moko 569: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
570: it is more safe to have versions of pa_strdup with one and two
571: arguments, as helper_length=0 not always mean that strlen()
572: should be called, but means zero.
573:
574: * src/targets/isapi/parser3isapi.C: minor
575:
576: * src/main/pa_http.C: +valid_http_method
577:
1.151 moko 578: * src/: include/pa_http.h, main/pa_http.C,
579: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
580:
581: 2020-12-17 moko
582:
583: * tests/: 405.html, results/405.processed: test for split by regex
584: added (related to feature #1160)
585:
586: * src/classes/string.C: split by regex implemented (feature #1160)
587:
588: * src/classes/string.C: minor
589:
590: * tests/: 404.html, results/404.processed: test for whitespace
591: string is now OK for table argument (related to feature #1169)
592:
593: * src/: classes/image.C, classes/string.C, classes/table.C,
594: types/pa_vmethod_frame.C: whitespace string is now OK for table
595: argument (as with hash) (implements feature #1169)
596:
597: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
598: limit for comment (fixes bug #1102)
599:
600: * src/targets/cgi/parser3.C: +HAVE_TLS check
601:
602: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
603:
604: * src/include/pa_config_includes.h: HAVE_TLS used
605:
606: * configure.ac: +TLS check
607:
608: * src/main/pa_http.C: content logging added
609:
610: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
611: clear_response_headers added
612:
613: 2020-12-16 moko
614:
615: * buildall: as we now use threads, libatomic_ops still required for
616: some OS.
617:
618: * src/main/pa_request.C: whitespace
619:
620: * src/: include/pa_request.h, main/pa_request.C:
621: Request::Exception_trace::table extracted and used
622:
623: * src/main/pa_request.C: moving output_result call outside of try
624: as network exceptions should not be handled by parser code
625:
626: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
627: logging network exchange
628:
629: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
630: via network if it was network write error.
631:
632: * src/targets/cgi/parser3.C: log -> pa_log
633:
634: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
635:
636: * src/main/pa_threads.C: getpid() if no gettid() found
637:
638: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
639: we need to ignore "void" connections from browsers (browsers open
640: connections in advance and they will be empty if user does not
641: request more pages)
642:
643: 2020-12-15 moko
644:
645: * src/targets/cgi/parser3.C: avoid previous uri in logs
646:
647: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
648: RequestController not needed in httpd mode
649:
650: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
651: classes/classes.h, classes/curl.C, classes/date.C,
652: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
653: classes/hashfile.C, classes/image.C, classes/inet.C,
654: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
655: classes/memcached.C, classes/memory.C, classes/op.C,
656: classes/reflection.C, classes/regex.C, classes/response.C,
657: classes/string.C, classes/table.C, classes/void.C,
658: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
659: include/pa_array.h, include/pa_base64.h,
660: include/pa_cache_managers.h, include/pa_charset.h,
661: include/pa_charsets.h, include/pa_common.h,
662: include/pa_config_fixed.h, include/pa_config_includes.h,
663: include/pa_dictionary.h, include/pa_dir.h,
664: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
665: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
666: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
667: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
668: include/pa_request_charsets.h, include/pa_request_info.h,
669: include/pa_sapi.h, include/pa_socks.h,
670: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
671: include/pa_stack.h, include/pa_string.h,
672: include/pa_stylesheet_connection.h,
673: include/pa_stylesheet_manager.h, include/pa_symbols.h,
674: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
675: include/pa_uue.h, include/pa_xml_exception.h,
676: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
677: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
678: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
679: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
680: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
681: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
682: main/compile.tab.C, main/compile.y, main/compile_tools.C,
683: main/compile_tools.h, main/execute.C, main/pa_base64.C,
684: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
685: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
686: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
687: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
688: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
689: main/pa_sql_driver_manager.C, main/pa_string.C,
690: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
691: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
692: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
693: main/untaint.C, sql/pa_sql_driver.h,
694: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
695: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
696: targets/isapi/parser3isapi.C, types/pa_junction.h,
697: types/pa_method.h, types/pa_property.h, types/pa_value.C,
698: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
699: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
700: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
701: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
702: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
703: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
704: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
705: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
706: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
707: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
708: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
709: types/pa_vmemory.h, types/pa_vmethod_frame.C,
710: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
711: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
712: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
713: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
714: types/pa_vstateless_object.h, types/pa_vstatus.C,
715: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
716: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
717: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
718: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
719: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
720:
721: * src/main/pa_request.C: old compilers support
722:
723: * tests/: 362.html, results/362.processed: test updated after
724: changes after upgrade to libxml2-2.9.9 were made (related to bug
725: #1108)
726:
727: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
728: removed, as xsltFreeStylesheet has side effects on original doc.
729: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
730: not updated after xdoc modification (part 3 of test 362).
731: (related to bug #1108)
732:
733: * src/targets/isapi/parser3isapi.C: +pa_strcat
734:
735: * src/: classes/memory.C, include/pa_memory.h,
736: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
737: PA_GC_GCOLLECT used
738:
739: * src/include/pa_memory.h: +PA_GC_COLLECT
740:
741: * src/targets/cgi/parser3.C: msvs support fixes
742:
743: * src/lib/gc/include/gc.h: more cleanup
744:
745: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
746:
747: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
748: targets/cgi/parser3.C: $main:HTTPD.mode implemented
749:
750: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
751:
752: * configure.ac: pthread.h added to checked headers
753:
754: * src/classes/table.C: string stream is back :)
755:
756: * src/classes/memory.C: GC_generate_random_backtrace no longer
757: exists
758:
759: * src/main/pa_globals.C: GC_dont_gc replaced
760:
761: * src/lib/gc/include/gc.h: major cleanup, only used functions are
762: left to simplify adding new functions. depricated GC_dont_gc
763: replaced with GC_disable and GC_enable calls.
764:
765: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
766: CORD_from_file* not used and thus removed
767:
768: * src/lib/gc/include/gc_allocator.h: minor cleanup
769:
770: 2020-12-14 moko
771:
772: * src/classes/: curl.C, memory.C, table.C: every TLS should be
773: referenced elsewhere, or GC will collect it.
774:
775: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
776: main/pa_xml_io.C: bugfix: TLS variables should be referenced
777: elsewhere, or GC will collect them (and we'll get GPF in
778: multithreaded enviroment). May be it can be also fixed by some
779: GC call, not sure. But this fix costs nothing (but hours of
780: debugging to find the issue :).
781:
1.150 moko 782: 2020-12-11 moko
783:
784: * configure.ac: gettid() check added
785:
786: * src/main/pa_threads.C: HAVE_GETTID used
787:
788: * src/include/pa_config_auto.h.in: +HAVE_GETTID
789:
790: * src/: include/pa_threads.h, main/pa_threads.C: now unified
791: version for isapi/cgi/apache
792:
793: * buildall: threads are now required.
794:
795: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
796: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
797: main/main.vcproj: pa_threads.C moved to main
798:
799: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
800: isapi/pa_threads.C: pa_threads.C moved to main
801:
802: * src/: main/Makefile.am, targets/cgi/Makefile.am,
803: targets/apache/Makefile.am: pa_threads.C moved to main
804:
805: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
806:
807: * src/: include/pa_stylesheet_connection.h,
808: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
809: and weird GPF in multithreaded httpd is gone
810:
811: * src/include/: pa_stylesheet_connection.h,
812: pa_sql_driver_manager.h: whitespace
813:
814: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
815:
816: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
817: main/pa_stylesheet_manager.C: whitespace, warning war
818:
819: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
820: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
821: parser_multithreaded never used
822:
823: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
824:
825: 2020-12-10 moko
826:
827: * src/: include/pa_config_includes.h, include/pa_http.h,
828: main/pa_http.C, targets/cgi/parser3.C: initial support for
829: MULTITHREADED and PARALLEL httpd server modes
830:
831: * src/main/pa_globals.C: GC_java_finalization is depricated
832:
833: 2020-12-09 moko
834:
835: * etc/auto.p.in: + @httpd-main
836:
837: * src/: include/pa_common.h, main/pa_request.C,
838: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
839: work
840:
841: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
842: slow file_read_binary no longer used, send_range added
843:
844: 2020-12-08 moko
845:
846: * src/main/pa_request.C: >4Gb support
847:
848: * src/targets/cgi/parser3.C: msvc warning war
849:
850: * src/: include/pa_config_includes.h, main/pa_http.C,
851: main/pa_request.C: msvc warnings war
852:
853: * src/classes/image.C: warning war
854:
855: * src/classes/table.C: MSVC warning war
856:
857: * src/targets/cgi/parser3.C: msvc warnings war
858:
859: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
860: added
861:
1.149 moko 862: 2020-12-07 moko
863:
1.150 moko 864: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
865: avoid logging beside system-wide auto.p
866:
867: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
868:
869: * configure, configure.ac, src/include/pa_config_auto.h.in:
870: configure options added:
871:
872: --with-system-cfg=FILE to specify system-wide auto.p
873: --with-system-log=FILE to specify system-wide parser3.log
874:
875: * Makefile.am: bin no longer exists
876:
877: * configure, configure.ac: auto.p moved to etc to simplify debian
878: package
879:
880: * buildall: auto.p and parser3.charsets moved to their default
881: location after install
882:
883: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
884:
885: * aclocal.m4, configure: automake 1.15 -> 1.16.1
886:
1.149 moko 887: * src/targets/cgi/parser3.C: locate_config call returned to
888: original place as it requires pa_thread_request() under Windows
889:
890: * src/targets/cgi/parser3.C: renaming
891:
892: 2020-12-06 moko
893:
894: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
895: check added
896:
897: 2020-12-04 moko
898:
899: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
900: main/pa_request.C: unified uint64_t lseek implemented to support
901: >4Gb files under x86, including Windows
902:
903: 2020-12-02 moko
904:
905: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
906: with max_file_size
907:
908: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
909: support for processing files sized >4Gb on 32 bit planforms
910:
911: * tests/399.html: file moved
912:
913: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
914:
915: * src/targets/cgi/pa_sapi_info.h: warning war
916:
917: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
918: warning war
919:
920: 2020-12-01 moko
921:
922: * src/classes/image.C: mp4 extended size (>4Gb) support added
923:
924: * src/classes/image.C: for "size not found" exception to be shown
925: if size not found until eof
926:
927: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
928: bit linux)
929:
930: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
931: #1188)
932:
933: 2020-11-30 moko
934:
935: * src/classes/image.C: definitions moved closer to code
936:
937: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
938: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
939: 395_dir/3_VP8X.webp, results/395.processed,
940: results/396.processed: tests for ^image::measure[] .webp support
941: added, all image files moved into one directory (related to
942: feature #1188)
943:
944: * src/classes/image.C: ^image::measure[] now supports webp (feature
945: #1188)
946:
1.148 moko 947: 2020-11-29 moko
948:
949: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
950: processing, unnessesary defines removed
951:
952: 2020-11-24 moko
953:
954: * tests/results/: 099.processed, 100.processed, 205.processed,
955: 309.processed, 310.processed: Content-Disposition: inline
956: returned
957:
958: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
959: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
960: ] added (related to bug #1204)
961:
962: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
963: ] supported to avoid Content-Disposition: inline;
964: filename="<file>.ext" but still set Content-Type for ext (related
965: to bug #1204)
966:
1.147 moko 967: 2020-11-22 moko
968:
969: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
970: types/pa_vfile.C: pa_filename added to avoid useless rsplit
971:
972: * src/main/pa_request.C: content_disposition_inline returned.
973:
974: 2020-11-17 moko
975:
976: * src/main/pa_request.C: empty main method name support
977:
978: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
979: config_handler added, stdout flush added.
980:
981: 2020-11-16 moko
982:
983: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
984:
985: * tests/results/: 099.processed, 205.processed, 237.processed,
986: 309.processed, 310.processed: Content-Disposition: inline is not
987: required and should not contain filename="<name>"
988:
989: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
990: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
991: targets/isapi/parser3isapi.C: pa_strcat implemented and used
992:
1.146 moko 993: 2020-11-14 moko
994:
995: * src/targets/cgi/parser3.C: spelling
996:
997: * src/targets/cgi/parser3.C: renaming
998:
999: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1000: relocated
1001:
1002: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1003: before request processing, which is weired
1004:
1005: 2020-11-13 moko
1006:
1007: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1008: copied in httpd.
1009:
1010: 2020-11-12 moko
1011:
1012: * src/main/pa_http.C: ALARM code unified to be used in httpd
1013:
1014: * src/: include/pa_request.h, main/pa_request.C,
1015: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1016:
1017: * src/main/pa_http.C: URI validation added
1018:
1019: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1020: can't be empty but can be null. httpd-main is now main method
1021: name for httpd mode
1022:
1023: 2020-11-11 moko
1024:
1025: * src/main/pa_request.C: path_translated can be null in httpd mode
1026:
1027: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1028: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1029: classes/xdoc.C, include/pa_request.h, main/execute.C,
1030: main/pa_request.C: r.absolute -> r.full_disk_path
1031:
1032: * src/targets/cgi/parser3.C: if filename to process is not
1033: specified, auto.p should be present.
1034:
1.145 moko 1035: 2020-11-03 moko
1036:
1037: * src/: classes/op.C, include/pa_request.h: unused argument removed
1038:
1039: * src/main/pa_request.C: content_disposition_inline is the default,
1040: not required.
1041:
1.144 moko 1042: 2020-10-29 moko
1043:
1044: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1045: ^use[file; $.main(true) ] implemented for auto.p processing and
1046: path_translated changing to correct relative files path
1047: calculation in httpd mode
1048:
1049: * src/: include/pa_request.h, main/pa_request.C:
1050: fail_on_read_problem removed, as it allways true, as if should
1051: be.
1052:
1053: * src/: include/pa_request.h, main/pa_request.C,
1054: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1055: targets/isapi/parser3isapi.C: clearing config_filespec when
1056: config was not found, thus flag not required and removed.
1057:
1058: 2020-10-28 moko
1059:
1060: * tests/: 402.html, results/402.processed: error reporting test
1061:
1062: * src/main/execute.C: better error reporting when
1063: $result[^hash::create[]] in @main.
1064:
1065: * src/main/: execute.C, pa_request.C: frame.result() should be used
1066: + minor optimization
1067:
1068: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1069: main/pa_xml_io.C: execute_*_method simplified and unified
1070:
1071: 2020-10-27 moko
1072:
1073: * tests/: 306.html, results/306.processed: a bit more testing. :)
1074:
1075: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1076: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1077: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1078: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1079: types/pa_vmethod_frame.h, types/pa_vobject.C,
1080: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1081: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1082: longer used in object-prototype mode
1083:
1084: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1085: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1086: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1087: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1088: $form:name[value] features
1089:
1.143 moko 1090: 2020-10-18 moko
1091:
1092: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1093:
1094: 2020-10-15 moko
1095:
1096: * src/main/pa_http.C: url no longer needed as
1097: ALTER_EXCEPTION_SOURCE is used
1098:
1099: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1100: main/pa_http.C: check_file_size filespec is now optional
1101:
1102: * src/: classes/curl.C, include/pa_exception.h,
1103: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1104: ALTER_EXCEPTION_COMMENT added for better error reporting
1105:
1106: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1107: results/346-curl.processed, results/379-curl.processed,
1108: results/379.processed: test results updated as load now provides
1109: better error reporting + curl responses updated
1110:
1111: 2020-10-14 moko
1112:
1113: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1114: main/pa_string.C, targets/apache/mod_parser3_core.C,
1115: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1116: checked. 10 is now default base, no hex autodetect by default
1117:
1118: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1119: connection socket closing in destructor + accept exception
1120: handling
1121:
1122: * src/targets/cgi/parser3.C: warning war
1123:
1124: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1125: main/pa_request.C, targets/apache/mod_parser3_core.C,
1126: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1127: exception handling unified
1128:
1129: 2020-10-13 moko
1130:
1131: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1132: autodetection
1133:
1134: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1135:
1136: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1137:
1138: * src/main/pa_http.C: warning war
1139:
1.142 moko 1140: 2020-10-12 moko
1141:
1.143 moko 1142: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1143: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1144: unhandled exception code optimization
1145:
1146: * src/targets/cgi/parser3.C: request_info now global variable
1147:
1148: * src/main/pa_http.C: http_read_response moved to HTTP_response
1149: class
1150:
1151: * src/: include/pa_http.h, main/pa_http.C,
1152: targets/cgi/pa_sapi_info.h: read_post implemented
1153:
1.142 moko 1154: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1155: [host:]port syntax support in httpd mode
1156:
1157: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1158: targets/cgi/parser3.C: populate_env added
1159:
1160: * src/include/pa_hash.h: to make get(char *) compiling in
1161: HashStringString
1162:
1163: 2020-10-10 moko
1164:
1165: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1166: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1167:
1168: * src/: include/pa_http.h, include/pa_request_info.h,
1169: main/pa_http.C, main/pa_string.C,
1170: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1171: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1172: types/pa_vrequest.C: initial httpd mode implementation
1173:
1.141 moko 1174: 2020-10-04 moko
1175:
1176: * src/targets/cgi/parser3.C: options together
1177:
1178: 2020-09-30 moko
1179:
1180: * src/main/pa_http.C: renamed
1181:
1.140 moko 1182: 2020-08-14 moko
1183:
1184: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1185: src/targets/cgi/Makefile.am: no httpd as separate library
1186:
1187: 2020-08-13 moko
1188:
1189: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1190: unhandled exception handler to report 500 instead of 200 it was
1191: before.
1192:
1193: * src/targets/apache/mod_parser3_core.C: minor cleanup
1194:
1195: * src/: include/pa_sapi.h, main/untaint.C,
1196: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1197: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1198: thus replaced with SAPI::die and removed
1199:
1200: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1201: cgi/parser3.C: whitespace
1202:
1203: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1204:
1205: 2020-08-12 moko
1206:
1207: * src/targets/cgi/parser3.C: duplicate info in signal logging
1208: removed, whitespace was: SIGPIPE received while executing code.
1209: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1210: cl=0]
1211:
1212: * parser3.sln: + httpd.vcproj
1213:
1214: 2020-08-11 moko
1215:
1216: * src/targets/cgi/Makefile.am: +libhttpd
1217:
1218: * configure.ac, src/lib/Makefile.am: +libhttpd
1219:
1.139 moko 1220: 2020-07-13 moko
1221:
1222: * tests/: 401.html, results/401.processed: test for hash key does
1223: not keep language, but tainted in foreach.
1224:
1.138 moko 1225: 2020-07-01 moko
1226:
1227: * tests/: 235.html, results/235.processed: test result updated as
1228: messages before attachments implemented (feature #1176)
1229:
1.137 moko 1230: 2020-06-27 moko
1231:
1232: * tests/: 400.html, results/400.processed: test updated to check
1233: ^return{code}
1234:
1235: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1236: fixed
1237:
1238: 2020-06-26 moko
1239:
1240: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1241: added (related to https://www.parser.ru/forum/?id=85319)
1242:
1243: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1244: when $result assignment was last statement in the method
1245: (https://www.parser.ru/forum/?id=85319)
1246:
1.136 moko 1247: 2020-05-23 moko
1248:
1249: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1250: whitespace, unused level removed
1251:
1252: 2020-05-19 moko
1253:
1254: * src/types/pa_vmail.C: whitespace
1255:
1256: * src/types/pa_vmail.C: files should be processed last (related to
1257: feature #1176)
1258:
1.135 moko 1259: 2020-05-12 moko
1260:
1261: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1262: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1263:
1264: * configure.ac: FreeBSD1X.X check added to avoid
1265: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1266:
1.134 moko 1267: 2020-02-26 moko
1268:
1269: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1270: compilation issue (related to bug #1201)
1271:
1272: * src/main/pa_common.C: entry_readable -> entry_exists,
1273: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1274: -f and -d now works under Windows in UTF-8 with Russian
1275: filenames.
1276:
1277: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1278: advice (related to feature #1199)
1279:
1280: 2020-02-25 moko
1281:
1282: * buildall: --silent removed
1283:
1284: * configure.ac: gmime-3.0 support
1285:
1286: * buildall: --with-system-mailreceive option added to build with
1287: system libgmime
1288:
1289: * src/types/pa_vmail.C: avoiding
1290: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1291: to feature #1199)
1292:
1.133 moko 1293: 2020-02-18 moko
1294:
1295: * src/classes/op.C: windows x64 debug mode compile fix
1296:
1297: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1298: change (releated to feature #1200)
1299:
1300: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1301: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1302: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1303: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1304: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1305: targets/apache/ApacheModuleParser3.vcproj,
1306: targets/apache/ApacheModuleParser3Core.vcproj,
1307: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1308: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1309: dependency (related to feature #1200)
1310:
1.132 moko 1311: 2020-02-12 moko
1312:
1313: * src/types/pa_vmail.C: minimize diff
1314:
1315: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1316: #1199)
1317:
1.131 moko 1318: 2020-01-18 moko
1319:
1320: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1321:
1.130 moko 1322: 2019-12-28 moko
1323:
1324: * src/targets/cgi/parser3.C: avoid empty ?
1325:
1326: 2019-12-27 moko
1327:
1328: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1329: DOCUMENT_ROOT (related to feature #1164)
1330:
1331: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1332: fcgiwrap setup (implements feature #1164)
1333:
1334: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1335: but no issues found (related to feature #1164)
1336:
1337: * src/targets/cgi/parser3.C: actualized
1338:
1339: 2019-12-26 moko
1340:
1341: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1342: removed
1343:
1344: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1345: removed
1346:
1347: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1348: allocation errors, we don't want default gc warnings (without
1349: timestamp and URI).
1350:
1351: * src/: classes/memory.C, main/pa_globals.C,
1352: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1353: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1354: pa_globals_init
1355:
1356: * src/main/pa_globals.C: setup_hex_value() removed, static array
1357: initialization used (optimization)
1358:
1359: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1360: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1361: pa_socks_init/pa_socks_done moved inside pa_globals_init
1362: (optimization)
1363:
1.129 moko 1364: 2019-12-09 moko
1365:
1366: * src/include/pa_config_fixed.h: warning war
1367:
1.128 moko 1368: 2019-12-08 moko
1369:
1370: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1371: process grammar under Unix.
1372:
1373: 2019-12-07 moko
1374:
1375: * tests/389.html: For Windows XP. :)
1376:
1377: * tests/388-sql.html: Windows compatibility added
1378:
1379: 2019-12-06 moko
1380:
1381: * src/targets/cgi/parser3.C: warning war
1382:
1383: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1384: == sizeof(CORD)) to avoid aligning bugs in future
1385:
1386: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1387: XML_STATIC
1388:
1389: * src/include/pa_request.h: StackItem() not required
1390:
1391: * src/include/pa_stack.h: warning war
1392:
1393: * src/include/pa_config_includes.h: GCC warning silenced
1394:
1395: * src/include/pa_memory.h: warning war: the program should also
1396: define 'void operator delete [](void*, std::size_t)'
1397: [-Wsized-deallocation]
1398:
1399: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1400:
1401: * src/classes/string.C: not reqired cast removed
1402:
1403: * src/classes/string.C: not reqired cast removed
1404:
1405: 2019-12-05 moko
1406:
1407: * src/lib/sdbm/pa_file_io.C: warning war
1408:
1409: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1410: enum Language : size_t - required for VS2015+ to make
1411: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1412: without it (related to feature #1198)
1413:
1414: 2019-12-04 moko
1415:
1416: * src/main/pa_base64.C: unsigned char -> uchar
1417:
1418: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1419: as other libs
1420:
1421: * src/include/pa_version.h: +amd64
1422:
1423: 2019-12-03 moko
1424:
1425: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1426: release
1427:
1428: * src/include/pa_config_includes.h: warning war
1429:
1430: * src/classes/image.C: warning war
1431:
1432: * src/main/pa_globals.C: x64 libs support
1433:
1434: * src/include/pa_config_includes.h: warning war
1435:
1436: * src/types/pa_method.h: warning war
1437:
1.127 moko 1438: 2019-11-28 moko
1439:
1440: * src/classes/math.C: vs2003 compatibility + warning war
1441:
1442: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1443: libxml2-2.9.9 (related to feature #1136)
1444:
1445: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1446: typecast for more compatibility (related to feature #1136)
1447:
1448: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1449: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1450: feature #1136)
1451:
1452: 2019-11-26 moko
1453:
1454: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1455: removed (it was failing in $$var case), condition added
1456:
1.126 moko 1457: 2019-11-25 moko
1458:
1459: * tests/: 397.html, 399.html, results/141.processed,
1460: results/399.processed: base64 options tested
1461:
1462: * src/: classes/math.C, main/pa_http.C: base64 options used
1463:
1464: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1465: implemented (feature #986)
1466:
1467: * src/main/pa_cache_managers.C: whitespace
1468:
1469: * tests/: 397.html, 399.html, results/399.processed: tests for
1470: ^base64 encode options added (related to feature #986)
1471:
1472: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1473: pa_base64_encode(file) removed - more memory, but faster and less
1474: code (related fo feature #986)
1475:
1476: 2019-11-24 moko
1477:
1478: * tests/: 155.html, results/155.processed: limit and offset in
1479: ^table::load[] now supported, thus test added
1480:
1481: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1482: main/pa_common.C: optimization: offset and limit options parsing
1483: moved inside file_load.
1484:
1485: 2019-11-23 moko
1486:
1487: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1488: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1489: optimization: file_read replaced with simplified file_read_binary
1490:
1491: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1492: types/pa_vform.C: whitespace
1493:
1494: * src/: include/pa_common.h, main/pa_common.C: never used params
1495: removed
1496:
1497: 2019-11-21 moko
1498:
1499: * tests/: 193.html, results/193.processed, results/389.processed:
1500: test results updated as now base64 does not discard tail without
1501: padding (related to feature #986)
1502:
1503: 2019-11-20 moko
1504:
1505: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1506: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1507: pa_base64_decode (related to feature #986)
1508:
1509: * tests/398.html: tests for base64 decode added (related to feature
1510: #986)
1511:
1512: * src/main/pa_base64.C: base64_decode rewritten - padding option
1513: support, padding inside base 64 supported (related to feature
1514: #096)
1515:
1516: 2019-11-19 moko
1517:
1518: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1519: FreeBSD 12
1520:
1.125 moko 1521: 2019-11-16 moko
1522:
1523: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1524: support added, step support removed (related to #986)
1525:
1526: 2019-11-15 moko
1527:
1528: * src/classes/math.C: using log since log2 is not present on
1529: FreeBSD < 8.4 (related to feature #1177)
1530:
1531: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1532: pa_base64_size extracted and used for files as well (related to
1533: feature 986)
1534:
1535: 2019-11-14 moko
1536:
1537: * tests/: 397.html, results/397.processed: + content check
1538:
1539: * tests/: 141.html, results/141.processed: make test resuls more
1540: readable
1541:
1542: * tests/: 397.html, results/193.processed, results/397.processed:
1543: test results updated after \x00 character was disabled in
1544: math:convert string mode (related to feature #1177)
1545:
1546: * src/classes/: math.C, string.C: \\x00 character disabled while
1547: converting to string (as in base64, related to feature #1177)
1548:
1549: * src/classes/file.C: more correct arguments separation
1550:
1551: * src/: classes/file.C, classes/math.C, classes/string.C,
1552: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1553: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1554: options added, but not yet implemented (related to feature #986)
1555:
1556: * src/classes/math.C: whitespace
1557:
1558: 2019-11-13 moko
1559:
1560: * tests/: 397.html, results/397.processed: +tainting test (related
1561: to feature #1177)
1562:
1563: * src/classes/math.C: as we now produce not only digits, result
1564: should be tainted (related to feature #1177)
1565:
1566: * src/main/pa_base64.C: whitespace
1567:
1568: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1569: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1570: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1571: implementation moved from pa_common.h and pa_common.C
1572:
1573: 2019-11-12 moko
1574:
1575: * tests/: 275.html, results/275.processed: out of range test fixed,
1576: as ^math:convert now supports arbitrary precision
1577:
1578: 2019-11-11 moko
1579:
1580: * tests/results/389.processed: uctualized error message
1581:
1582: * tests/: 389.html, 397.html, results/397.processed: tests for
1583: ^math:convert added (related to feature #1177)
1584:
1585: * src/classes/math.C: ^math:convert now supports arbitrary
1586: precision, alphabet support added (implements feature #1177)
1587:
1.124 moko 1588: 2019-11-06 moko
1589:
1590: * tests/: 181.html, results/181.processed: entities usage added,
1591: more entites load tests (related to bug #842 discussion)
1592:
1593: 2019-11-05 moko
1594:
1595: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1596: call from xmlFileOpen if http://localhost/<file> was not found
1597: (related to bug #842)
1598:
1599: * src/main/pa_xml_io.C: rename
1600:
1601: * src/main/pa_xml_io.C: +MemoryStream constructor
1602:
1603: * src/main/pa_xml_io.C: whitespace
1604:
1.123 moko 1605: 2019-10-31 moko
1606:
1607: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1608: XML_PARSE_NOENT) added to fix entities load, (related to feature
1609: #1181)
1610:
1.122 moko 1611: 2019-10-25 moko
1612:
1613: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1614: queries tests
1615:
1616: 2019-10-24 moko
1617:
1618: * tests/: 388-sql.html, results/388-sql.processed: support for
1619: pgsql driver test
1620:
1621: * tests/: 388-sql.html, results/388-sql.processed:
1622: multi_statements=1 now tested, mysql test now supported
1623: (connection must be specified in [parser3] section in .my.cnf)
1624: related to issues #1195 and #1194
1625:
1.121 moko 1626: 2019-09-11 moko
1627:
1628: * src/classes/int.C: whitespace
1629:
1630: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1631: exception test
1632:
1633: * tests/results/388-sql.processed: sql queries now shown (related
1634: to feature #1196)
1635:
1636: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1637: with old parser versions.
1638:
1639: * src/: classes/file.C, classes/hash.C, classes/string.C,
1640: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1641: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1642: instead of connect string in query_event_handlers exceptions
1643: (implements feature #1196)
1644:
1.120 moko 1645: 2019-09-06 moko
1646:
1647: * tests/388-sql.html: mysql compat
1648:
1649: * src/: classes/hash.C, classes/string.C, classes/table.C,
1650: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1651: sql_ variables declaration moved to pa_common.h
1652:
1.116 moko 1653: 2019-01-15 moko
1654:
1655: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1656: logically sorted
1657:
1658: 2018-12-27 moko
1659:
1660: * src/include/pa_config_includes.h: warning war:
1661: -Wdeprecated-register added for C++ 17
1662:
1663: 2018-10-15 moko
1664:
1665: * configure.ac: FreeBSD 11.2 can be build with ./configure
1666: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1667: --with-xml=/usr/local/
1668:
1669: 2018-09-24 moko
1670:
1671: * tests/: 396.html, 396.tiff, results/396.processed: test for
1672: ^image::measure[] now supports tiff added (related to feature
1673: #1188)
1674:
1675: * src/classes/image.C: ^image::measure[] now supports tiff
1676: (implements feature #1188)
1677:
1678: 2018-09-20 moko
1679:
1680: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1681: files measure added (related to ticket #1188)
1682:
1683: * src/classes/image.C: measure of bmp files implemented (related to
1684: ticket #1188)
1685:
1686: 2018-09-18 moko
1687:
1688: * tests/: 394-curl.html, results/394-curl.processed,
1689: results/auto.p: test for bug #1187 (max_file_size check for head
1690: requests) added
1691:
1692: 2018-08-24 moko
1693:
1694: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1695: response content-length check is required (fixes bug #1187)
1696:
1697: 2018-05-11 moko
1698:
1699: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1700: $.append(bool) ] option added (related to feature #919)
1701:
1702: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1703: from misha@ patch (implements feature #919)
1704:
1705: 2018-03-22 moko
1706:
1707: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1708: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1709: with 128kb buffer. Now works at least 12 times faster. :) May be
1710: Windows-only problem.
1711:
1712: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1713: build fix)
1714:
1715: 2018-02-03 moko
1716:
1717: * src/main/execute.C: removes irrelevant lines from exception stack
1718: trace when exceptions occurs in assigment (fixes bug #1165)
1719:
1720: * tests/: 393.html, results/393.processed: test for behavour after
1721: "Property can not be created, already exists field with that
1722: name" exception removed (related to feature #1183)
1723:
1724: * src/types/pa_vclass.C: "Property can not be created, already
1725: exists field with that name" exception removed (implements
1726: feature #1183)
1727:
1728: 2018-01-19 moko
1729:
1730: * src/classes/string.C: whitespace
1731:
1732: * src/classes/string.C: whitespace
1733:
1734: * tests/: 392.html, results/392.processed: test for
1735: ^regex::create[$regex] added (related to feature #1135)
1736:
1737: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1738: ^regex::create[$regex] added (implements feature #1135)
1739:
1740: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1741: commented define added (related to feature #1157)
1742:
1743: 2018-01-17 moko
1744:
1745: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1746:
1747: 2018-01-15 moko
1748:
1749: * tests/: 390.html, results/390.processed: real path replaced by
1750: stub
1751:
1752: * tests/: 391.html, results/391.processed: test for feature #1181
1753: (XML_PARSE_HUGE exception) added
1754:
1755: 2018-01-11 moko
1756:
1757: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1758: XML_PARSE_HUGE option passed by default (implements feature
1759: #1181)
1760:
1761: * src/classes/string.C: whitespace
1762:
1763: 2017-12-10 moko
1764:
1765: * tests/: 389.html, 390.html, results/389.processed,
1766: results/390.processed: image code coverage tests added (related
1767: to feature #1125)
1768:
1769: 2017-12-08 moko
1770:
1771: * tests/: 346-curl.html, 388-sql.html, 389.html,
1772: results/346-curl.processed, results/388-sql.processed,
1773: results/389.processed: more code coverage tests
1774:
1775: * tests/: 264.html, results/264.processed: code coverage for
1776: ^file::exec[]
1777:
1778: 2017-12-07 moko
1779:
1780: * tests/: 174.html, 388-sql.html, 389.html,
1781: results/388-sql.processed, results/389.processed,
1782: results/174.processed: more coverage tests
1783:
1784: * src/classes/math.C: exception text actualized
1785:
1786: 2017-12-06 moko
1787:
1788: * tests/388-sql.html: $SQL can be here
1789:
1790: * tests/results/auto.p: $SQL not required here
1791:
1792: * tests/: 388-sql.html, 389.html, Makefile,
1793: results/388-sql.processed, results/389.processed, results/auto.p:
1794: code coverage tests for sql (using sqlite) and int/double/bool
1795: added (related to feature #1125)
1796:
1797: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1798: lib/json/json.vcproj, lib/md5/md5.vcproj,
1799: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1800: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1801: targets/apache/ApacheModuleParser3Core.vcproj,
1802: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1803: types/types.vcproj: gc\include no longer required
1804:
1805: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1806: required
1807:
1808: * src/: classes/Makefile.am, classes/table.C,
1809: include/pa_config_includes.h, include/pa_string.h,
1810: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1811: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1812: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1813: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1814: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1815: used, we now include it directly
1816:
1817: 2017-12-04 moko
1818:
1819: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1820: memcached/memcached.vcproj, punycode/punycode.vcproj,
1821: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1822: where required
1823:
1824: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1825: now can be used to trace memory allocations
1826:
1827: * src/: classes/table.C, include/pa_config_includes.h,
1828: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1829: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1830: method removes, libcord also can work without libgc
1831:
1832: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1833:
1834: 2017-11-29 moko
1835:
1836: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1837: are not present (related to feature #1173)
1838:
1839: * tests/346-curl.html: test updated to test curl content-length bug
1840: (related to feature #1173)
1841:
1842: * tests/results/346-curl.processed: more test for content-length
1843: curl bug (related to feature #1173)
1844:
1845: * tests/results/346-curl.processed: test results updated after
1846: #1173 implemented
1847:
1848: 2017-11-28 moko
1849:
1850: * src/classes/curl.C: another libcurl Content-length bug walkaround
1851: (related to feature #1173)
1852:
1853: 2017-11-27 moko
1854:
1855: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1856: $.http_version[version string] added (implements feature #1173),
1857: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1858: where $post(true) bug existed.
1859:
1860: 2017-11-18 moko
1861:
1862: * src/include/pa_memory.h: warning war (related to feature #1170)
1863:
1864: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1865: feature #1170)
1866:
1867: 2017-11-17 moko
1868:
1869: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1870: std::basic_stringstream used in ^table.csv-string[] is compatible
1871: with delete usage check only under Debian 9 (related to feature
1872: #1170)
1873:
1874: 2017-11-16 moko
1875:
1876: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1877: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1878: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1879: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1880: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1881: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1882: stubs defend from accidental use (implements feature #1170)
1883:
1884: 2017-06-24 moko
1885:
1886: * configure.ac: minor fix: thanks to alx@
1887:
1.115 moko 1888: 2017-05-29 moko
1889:
1890: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1891: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1892: added to avoid cutting of UTF-8 chars (fixed bug #123)
1893:
1894: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1895: ignored, =?UTF-8?Q?= should start in case of leading space
1896: (related to bug #123)
1897:
1898: * buildall: echo -n -> printf for OS X. :)
1899:
1900: 2017-05-25 moko
1901:
1902: * tests/: 288.html, results/288.processed: test updated afted
1903: setting $o.prop without setter exception removed (related to
1904: feature #1157)
1905:
1906: * src/types/pa_vclass.C: no more "this property has no setter
1907: method" when setting $o.prop without setter (implements feature
1908: #1157)
1909:
1910: * buildall: echo \c -> echo -n for FreeBSD
1911:
1912: * configure, configure.ac, src/include/pa_config_auto.h.in,
1913: src/types/pa_vdouble.h: isfinite now checked in configure
1914:
1915: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1916: upgraded to automake 1.15
1917:
1918: 2017-05-23 moko
1919:
1920: * src/types/pa_vdouble.h: finite returned where isfinite not
1921: defined
1922:
1923: 2017-05-22 moko
1924:
1925: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1926:
1927: * buildall: extern CFLAGS setting support
1928:
1929: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1930:
1931: * buildall: http -> https
1932:
1933: * buildall: gc-7.2f -> gc-7.6.0
1934:
1935: 2017-05-20 moko
1936:
1937: * buildall: https, pcre, xml, xslt updated to current versions
1938: (related to feature #1136)
1939:
1940: 2017-05-19 moko
1941:
1942: * tests/097.html: after parser.ru moved to https
1943:
1944: 2017-05-17 moko
1945:
1946: * tests/results/: 175.processed, 372.processed: tests resuls
1947: updated after lintian spelling typos fixed (related to bug #1156)
1948:
1949: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1950: classes/string.C, classes/table.C, main/pa_charset.C,
1951: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1952: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1953: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1954:
1955: * tests/results/096.processed: +XMP
1956:
1957: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1958: $.xmp(true) options tested (test for feature #1154)
1959:
1960: * src/classes/image.C: ^image:measure[] options $.exif(false)
1961: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1962: fetched by default! (implements feature #1154)
1963:
1964: 2017-05-16 moko
1965:
1966: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1967: allowed (related to feature #1154)
1968:
1969: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1970: initial XMP implementation - without options and transcode
1971: (related to feature #1154)
1972:
1973: 2017-05-12 moko
1974:
1975: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1976: image: exif moved to ffields, skipped in ^image.html[] where
1977: iterators now used (preparation for feature #1154)
1978:
1979: 2017-05-05 moko
1980:
1981: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1982: results/387.processed: test for circular class inheritance check
1983: added (related to bug #1150)
1984:
1985: * src/types/pa_vstateless_class.C: circular class inheritance check
1986: added (fixes endless add_derived bug #1150)
1987:
1988: 2017-05-04 moko
1989:
1990: * tests/: 386.html, results/386.processed: test for
1991: $table.value(number) added (related to feature #1152)
1992:
1993: * src/types/pa_vtable.C: table put_element: column value must be
1994: string - > column value must be string compatible to allow
1995: $t.value(1) (implements feature #1152)
1996:
1997: 2017-05-03 moko
1998:
1999: * src/main/pa_request.C: $use[$method] is not possible, reverting
2000: (related to feature #1151)
2001:
2002: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2003: not possible, removing test (related to feature #1151)
2004:
2005: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2006: get_element_method added and used to allow $use[$method] and
2007: $autouse[$method] (implements feature 1151)
2008:
2009: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2010: variable added (related to feature #1151)
2011:
2012: * tests/results/226.processed: actualized after ^try-catch used
2013:
2014: * tests/: 226.html, 385.html, results/385.processed: test for
2015: @autouse in variable added
2016:
2017: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2018:
1.114 moko 2019: 2017-02-27 moko
2020:
2021: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2022:
1.113 moko 2023: 2017-02-20 moko
2024:
2025: * operators.txt: actualization + beauty
2026:
2027: 2017-02-16 moko
2028:
2029: * tests/: 384.html, results/384.processed: test for
2030: ^reflection:mixin[; $.name[] ] option added (related to feature
2031: #1089)
2032:
2033: * tests/: 384.html, results/384.processed: test for
2034: ^reflection:mixin[] added (related to feature #1089)
2035:
2036: * src/types/pa_value.h: warning war: virtual ~Value() added
2037:
1.112 moko 2038: 2017-02-15 moko
2039:
2040: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2041: fixed
2042:
2043: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2044: test added (related to feature #1069)
2045:
2046: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2047: compilation without HASH_ORDER fixed
2048:
2049: * src/: classes/reflection.C, include/pa_hash.h:
2050: $.reverse(true/false) added to ^reflection:methods[] (related to
2051: feature #1069)
2052:
2053: 2017-02-14 moko
2054:
2055: * tests/: 152.html, results/152.processed: test for $._default hash
2056: added (related to bug #1131)
2057:
2058: * tests/: 277.html, results/277.processed: test for hash with only
2059: $._default is now defined (related to bug #1131)
2060:
2061: * src/types/pa_vhash.h: hash with only $._default is now defined
2062: (fixed bug #1131)
2063:
2064: 2017-02-13 moko
2065:
2066: * tests/cat-windows.sh: cat-windows added (cygwin required)
2067:
2068: * tests/: 171.html, 264.html, 286.html, 370.html,
2069: results/320.processed, results/375.processed, results/auto.p:
2070: cat-windows.sh support added
2071:
2072: * tests/375.html: Windows support
2073:
2074: * tests/270.html: documented
2075:
2076: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2077: (not backslashes) even under Windows (broke test 270)
2078:
2079: 2017-02-12 moko
2080:
2081: * tests/: descript.ion, todo.txt: cleanup
2082:
2083: 2017-02-09 moko
2084:
2085: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2086: run_tests.cmd: Windows compatibility
2087:
2088: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2089: incorrectly (GMT) if parser is called from cygwin
2090:
1.111 moko 2091: 2017-02-08 moko
2092:
1.112 moko 2093: * operators.txt: actualization 15% completed
2094:
2095: * operators.txt: cp1251 -> utf-8
2096:
2097: * NEWS, README: minor update
2098:
2099: * src/include/pa_config_includes.h: warning war continues
2100:
2101: * src/: include/pa_config_includes.h, include/pa_memory.h,
2102: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2103: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2104: gcc 6.x issues fixed
2105:
1.111 moko 2106: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2107: classes/classes.h, classes/curl.C, classes/date.C,
2108: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2109: classes/hashfile.C, classes/image.C, classes/inet.C,
2110: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2111: classes/memcached.C, classes/memory.C, classes/op.C,
2112: classes/reflection.C, classes/regex.C, classes/response.C,
2113: classes/string.C, classes/table.C, classes/void.C,
2114: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2115: include/pa_array.h, include/pa_cache_managers.h,
2116: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2117: include/pa_config_fixed.h, include/pa_config_includes.h,
2118: include/pa_dictionary.h, include/pa_dir.h,
2119: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2120: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2121: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2122: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2123: include/pa_request_charsets.h, include/pa_request_info.h,
2124: include/pa_sapi.h, include/pa_socks.h,
2125: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2126: include/pa_stack.h, include/pa_string.h,
2127: include/pa_stylesheet_connection.h,
2128: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2129: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2130: include/pa_uue.h, include/pa_xml_exception.h,
2131: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2132: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2133: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2134: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2135: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2136: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2137: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2138: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2139: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2140: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2141: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2142: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2143: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2144: main/pa_string.C, main/pa_stylesheet_connection.C,
2145: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2146: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2147: main/untaint.C, sql/pa_sql_driver.h,
2148: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2149: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2150: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2151: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2152: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2153: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2154: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2155: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2156: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2157: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2158: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2159: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2160: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2161: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2162: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2163: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2164: types/pa_vmemcached.h, types/pa_vmemory.h,
2165: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2166: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2167: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2168: types/pa_vresponse.C, types/pa_vresponse.h,
2169: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2170: types/pa_vstateless_object.h, types/pa_vstatus.C,
2171: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2172: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2173: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2174: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2175: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2176: 2015->2017
2177:
1.110 moko 2178: 2017-02-07 moko
2179:
2180: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2181:
2182: 2017-02-06 moko
2183:
2184: * src/main/pa_common.C: minor fixes, whitespace
2185:
2186: * src/: classes/curl.C, classes/file.C, classes/image.C,
2187: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2188: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2189: now used (implements feature #1081)
2190:
2191: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2192:
2193: 2017-02-01 moko
2194:
2195: * src/include/pa_request.h: cleanup
2196:
2197: 2017-01-30 moko
2198:
2199: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2200:
2201: 2017-01-29 moko
2202:
2203: * tests/: 383.html, results/383.processed: test for
2204: ^reflection:stack[] added (related to feature #1052)
2205:
2206: * src/classes/reflection.C: else added
2207:
2208: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2209: $.max_file_lock_wait added (implements feature #1128)
2210:
2211: 2017-01-28 moko
2212:
2213: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2214: body and other cases tests added (related to featue #1014)
2215:
2216: * src/classes/curl.C: bug if response is empty fixed (related to
2217: feature #1014)
2218:
2219: 2017-01-27 moko
2220:
2221: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2222: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2223: added (implements feature #1052)
2224:
2225: 2017-01-25 moko
2226:
2227: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2228: method test added
2229:
2230: 2017-01-23 moko
2231:
2232: * src/classes/reflection.C: optimization: options->get replaced by
2233: hash iterator
2234:
2235: * tests/: 381.html, results/381.processed: now -> fixed date
2236:
2237: * src/main/pa_request.C: warning war
2238:
2239: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2240: 5Mb (fixes bug #1058)
2241:
2242: * src/classes/curl.C: warning war
2243:
2244: * tests/: 381.html, results/381.processed: tests for ^json:string
2245: $.one-line(true) option added (related to feature #1124)
2246:
2247: * src/: classes/json.C, types/pa_value.h: $json-string
2248: $.one-line(true|false) options is now supported (implements
2249: feature #1124)
2250:
2251: * tests/: 380.html, results/380.processed: test for modified
2252: $.max_file_size added (related to bug #1014)
2253:
2254: * tests/: 379.html, results/auto.p: tests for rewritten http file
2255: load added (related to bug #1014)
2256:
2257: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2258: main/pa_common.C, main/pa_http.C: check_file_size added and used
2259: in curl / file load from disk and http, http file load rewritten
2260: (related to bug #1014)
2261:
2262: 2017-01-18 moko
2263:
2264: * tests/: 378.html, results/378.processed: tests for ^result[]
2265: added (related to feature #66)
2266:
2267: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2268: Method::CO_WITHOUT_FRAME as frame still added in expression
2269: (related to feature #66)
2270:
2271: 2017-01-17 moko
2272:
2273: * tests/: 377.html, results/377.processed: test for different
2274: combinations of breaks in body and delimiter (related to bug
2275: #1077)
2276:
2277: * tests/: 376.html, results/376.processed: many ^break[] tests
2278: added (related to bug #1077)
2279:
2280: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2281: passed to native method" exception added to avoid bugs due to
2282: WRITE_EXPR_RESULT skipped and native methods execution continues
2283: after ^break[] (related to bug #1077)
2284:
2285: 2017-01-14 moko
2286:
2287: * tests/: 330.html, results/330.processed: test results updated
2288: after ^break[] bugs where fixed (related to bug #1077)
2289:
2290: * tests/: 329.html, results/329.processed: test results updated
2291: after ^break[] bugs where fixed (related to bug #1077)
2292:
2293: * tests/results/320.processed: ^return[] added
2294:
2295: 2017-01-13 moko
2296:
2297: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2298: classes/table.C, include/pa_request.h, main/execute.C,
2299: main/pa_request.C, targets/cgi/parser3.C,
2300: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2301: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2302: checked after each possible process/execute call (fixes bug
2303: #1077)
2304:
2305: 2016-12-29 moko
2306:
2307: * src/main/pa_common.C: warning war
2308:
2309: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2310: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2311: pa_file_size_limit added, ^math:random fixed for upper limit and
2312: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2313: (related to feature #1014)
2314:
2315: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2316: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2317: (related to feature #1014)
2318:
2319: 2016-12-28 moko
2320:
2321: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2322: warning war
2323:
2324: 2016-12-26 moko
2325:
2326: * tests/: 341.html, results/341.processed: test for
2327: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2328:
2329: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2330: (related to feature #1057)
2331:
2332: * src/types/pa_vdate.C: warning war continues...
2333:
2334: * src/: classes/date.C, classes/image.C, classes/table.C,
2335: include/pa_config_includes.h, types/pa_vfile.C: warning war
2336:
2337: * src/lib/gd/gifio.C: warning war / cleanup
2338:
2339: * src/lib/json/pa_json.C: warning war
2340:
2341: * src/classes/hash.C: warning war
2342:
2343: * src/types/pa_vfile.C: warning war
2344:
2345: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2346: -Wall warning war continues
2347:
2348: * configure.ac: --with-build-warnings actualized
2349:
2350: 2016-12-25 moko
2351:
2352: * src/main/pa_exec.C: -wAll warning war
2353:
2354: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2355: -wAll warning war
2356:
2357: * src/: include/pa_common.h, include/pa_sapi.h,
2358: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2359: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2360: -wAll warning war
2361:
2362: 2016-12-23 moko
2363:
2364: * src/lib/ltdl/Makefile.am: extra dist added
2365:
2366: * tests/results/344.processed: test result updated after $file.text
2367: prefetched in ^hash::create[$file] (related to feature #1075)
2368:
2369: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2370: ^hash::create[$file] (related to feature #1075)
2371:
2372: 2016-12-22 moko
2373:
2374: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2375: main/pa_request.C, main/pa_stylesheet_connection.C,
2376: types/pa_vfile.C: file_stat now return 64-bit size (implements
2377: #1014 under 32-bit unix versions)
2378:
2379: 2016-12-21 moko
2380:
2381: * tests/: 375.html, results/375.processed: test for exec returning
2382: stated file added (related to feature #1119)
2383:
2384: * src/classes/file.C: load should not return file with null body
2385: (fixes bug #1119)
2386:
2387: 2016-12-14 moko
2388:
2389: * tests/: 374.html, results/374.processed: test for $method.name
2390: added (related to feature #1117) plus method returning junction
2391: test
2392:
2393: 2016-12-13 moko
2394:
2395: * src/: include/pa_symbols.h, main/pa_symbols.C,
2396: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2397: (implements feature #1117)
2398:
2399: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2400: HEAD and TRACE can't have body (implements feature #1116)
2401:
2402: 2016-12-09 moko
2403:
2404: * tests/: 373.html, results/373.processed: tests for
2405: ^reflection:tainting added (related to feature #1098)
2406:
2407: * src/classes/reflection.C: ^reflection:tainting arguments order
2408: change (related to feature #1098)
2409:
2410: 2016-12-06 moko
2411:
2412: * src/: classes/reflection.C, include/pa_string.h,
2413: main/pa_string.C: ^reflection:tainting[$string] added (implements
2414: feature #1098)
2415:
2416: 2016-12-05 moko
2417:
2418: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2419: (fixes bug #1114)
2420:
2421: 2016-12-04 moko
2422:
2423: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2424: check added
2425:
2426: 2016-12-03 moko
2427:
2428: * tests/: 346-curl.html, results/346-curl.processed: test modified
2429: to test value.as_hash() usage
2430:
2431: * src/classes/curl.C: value.as_hash() used for correct hash
2432: processing
2433:
2434: * src/classes/reflection.C: exceptions texts fixes
2435:
2436: 2016-12-02 moko
2437:
2438: * tests/: 372.html, results/372.processed: tests for
2439: ^reflection:create[ $.class[name] $.constructor[name]
2440: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2441: feature #1094)
2442:
2443: * src/types/pa_vmethod_frame.h: comment added: params should be
2444: declared outside of *_FRAME_ACTION as MethodParams destructor
2445: will be called in ~VNativeMethodFrame
2446:
2447: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2448: ] minor fix
2449:
2450: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2451: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2452: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2453: now supported (implements feature #1094) value::as_hash added
2454: (and should be used everywhere)
2455:
2456: * src/classes/reflection.C: cleanup
2457:
2458: 2016-12-01 moko
2459:
2460: * tests/: 356.html, results/356.processed: test for method
2461: junctions class name added to the resulting hash added (related
2462: to feature #1068)
2463:
2464: * src/classes/reflection.C: for method junctions class name added
2465: to the resulting hash (related to feature #1068)
2466:
2467: 2016-11-30 moko
2468:
2469: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2470: exception (related to bug #1113)
2471:
2472: * src/types/pa_vhashfile.C: whitespace
2473:
2474: * src/main/pa_os.C: errno now returned as it should (fixes bug
2475: #1113)
2476:
2477: * tests/results/: 175.processed, 192.processed, 224.processed,
2478: 229.processed, 239.processed, 244.processed, 246.processed,
2479: 314.processed, 352.processed: tests results updated after method
2480: call exceptions improved as method now keeps its name
2481:
2482: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2483: types/pa_vmethod_frame.h: method call exceptions improved as
2484: method now keeps its name
2485:
2486: * tests/: 224.html, 239.html, results/224.processed,
2487: results/239.processed: tests and tests results updated after
2488: Request::construct exception changed
2489:
2490: * src/: classes/reflection.C, main/execute.C: Request::construct
2491: exception optimized
2492:
2493: * tests/: 371.html, results/371.processed: test for
2494: WWrapper.get_element call in $.name.key[value] code added
2495: (related to feature #1091)
2496:
2497: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2498: in $.name.key[value] code (related to feature #1091)
2499:
2500: 2016-11-29 moko
2501:
2502: * src/classes/op.C: VS warning war
2503:
2504: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2505: C4239: nonstandard extension used : 'return' : conversion from
2506: 'Value' to 'Value &' (related to feature #1020)
2507:
2508: * src/: main/execute.C, types/pa_vmethod_frame.h,
2509: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2510: used : 'return' : conversion from 'Value' to 'Value &' (related
2511: to feature #1020)
2512:
2513: * src/main/execute.C: VS warning war
2514:
2515: * src/targets/cgi/parser3.C: VS compatibility fix
2516:
2517: * src/include/pa_request.h: VS warning war
2518:
2519: * tests/: 370.html, results/370.processed: test for ^file::exec[
2520: ... $.stdin[$binary_file] ] added (related to bug #1044)
2521:
2522: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2523: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2524: $.stdin[$binary_file] (fixes bug #1044)
2525:
2526: 2016-11-28 moko
2527:
2528: * src/main/pa_exec.C: whitespace
2529:
2530: * src/main/pa_request.C: whitespace
2531:
2532: * tests/: 369.html, results/369.processed: test for
2533: $response:status usage added (related to feature #1099)
2534:
2535: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2536: if < 100 (implements feature #1099)
2537:
2538: * src/targets/cgi/parser3.C: whitespace
2539:
2540: * src/targets/cgi/parser3.C: whitespace
2541:
2542: * tests/: 368.html, results/368.processed: test updated after
2543: ^reflection:filename[$method] added (related to feature #1053)
2544:
2545: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2546: main/compile.y, main/execute.C, main/pa_request.C,
2547: types/pa_vclass.h: filename -> filespec,
2548: ^reflection:filename[$method] added (related to feature #1053)
2549:
2550: 2016-11-27 moko
2551:
2552: * tests/: 368.html, results/368.processed: test for
2553: reflection:filename[$class or object] added (related to feature
2554: #1053)
2555:
2556: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2557: types/pa_vstateless_class.h: ^reflection:filename[$class or
2558: object] added (implements feature #1053)
2559:
2560: 2016-11-26 moko
2561:
2562: * src/: include/pa_request_info.h,
2563: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2564: remove_absolute_uri -> strip_absolute_uri
2565:
2566: 2016-11-25 moko
2567:
2568: * src/: include/pa_request_info.h,
2569: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2570: request_info.remove_absolute_uri added to remove possible
2571: http://site.name/ from $request:uri (implements feature #1112)
2572:
2573: 2016-11-24 moko
2574:
2575: * tests/: 367-curl.html, results/367-curl.processed: test for
2576: previous request headers clearing after redirect added (related
2577: to bug #1109)
2578:
2579: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2580: response headers from previous requests are now cleared, only
2581: last request headers are collected (fixes bug #1109)
2582:
2583: * tests/results/: 266.processed, 321.processed, 356.processed:
2584: tests results updated as method name now added to the resulting
2585: hash for new syntax only (Imp1 compatimility fixed, related to
2586: feature #1068)
2587:
2588: * src/classes/reflection.C: method name now added to the resulting
2589: hash for new syntax only (Imp1 compatimility fixed, related to
2590: feature #1068)
2591:
2592: * tests/results/366.processed: test for native and parser
2593: implementation of ^use[] logic (related to feature #1074)
2594:
2595: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2596: for native and parser implementation of ^use[] logic (related to
2597: feature #1074)
2598:
2599: 2016-11-23 moko
2600:
2601: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2602: main/pa_request.C: @USE file now implemented as ^use[file;
2603: $.origin[origin_file] ] (implements feature #1074)
2604:
1.109 moko 2605: 2016-11-21 moko
2606:
1.110 moko 2607: * tests/: 365.html, results/365.processed: test for $caller bugs in
2608: 3.4.4 and $caller.method now tested (related to feature #1110)
2609:
2610: * tests/: 364.html, results/364.processed: $caller usage in
2611: different contexts now tested (related to feature #1110)
2612:
2613: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2614:
2615: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2616:
1.109 moko 2617: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2618: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2619: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2620: used (implements feature #1110)
2621:
2622: 2016-11-20 moko
2623:
2624: * src/types/pa_vdouble.h: whitespace
2625:
2626: 2016-11-11 moko
2627:
2628: * tests/: 363.html, results/363.processed: more tests for feature
2629: #1091 (how parser methods work in expression context)
2630:
2631: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2632: expressions strings are now written as strings, not values by
2633: write_as_string (related to feature #1091)
2634:
2635: * src/classes/op.C: to make more correct behavour in expression
2636: context
2637:
2638: 2016-11-07 moko
2639:
2640: * tests/: 362.html, results/362.processed: test for
2641: xsltParseStylesheetDoc caching as xsl modification after it added
2642: (related to bug #1108)
2643:
2644: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2645: result now cached as xdoc is modified after it (fixes bug #1108)
2646:
2647: 2016-11-06 moko
2648:
2649: * src/types/pa_vxdoc.h: whitespace
2650:
2651: 2016-11-05 moko
2652:
2653: * src/types/pa_vmethod_frame.h: cleanup
2654:
2655: 2016-11-03 moko
2656:
2657: * tests/results/244.processed: more correct exception after method
2658: frames separation
2659:
2660: * src/types/pa_vmethod_frame.h: minor optimizaion
2661:
2662: * src/types/pa_method.h: optimization: params_count added
2663:
2664: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2665: include/pa_request.h, main/execute.C, main/pa_request.C,
2666: types/pa_value.C, types/pa_vmethod_frame.C,
2667: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2668: VMethodFrame now divided into VNativeMethodFrame,
2669: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2670: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2671: and used (related to feature #1104)
2672:
2673: 2016-11-02 moko
2674:
2675: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2676: classes/double.C, classes/file.C, classes/hash.C,
2677: classes/hashfile.C, classes/image.C, classes/inet.C,
2678: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2679: classes/memcached.C, classes/op.C, classes/reflection.C,
2680: classes/regex.C, classes/string.C, classes/table.C,
2681: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2682: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2683: r.write (implements feature #1091)
2684:
2685: * src/main/execute.C: cleanup (related to feature #1104)
2686:
2687: * src/: include/pa_request.h, main/execute.C,
2688: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2689: added, in_expression removed (implements feature #1104)
2690:
2691: 2016-10-31 moko
2692:
2693: * src/types/pa_value.C: whitespace
2694:
2695: 2016-10-28 moko
2696:
2697: * tests/results/244.processed: updated after error reporting fixed
2698: in pa_wcontext.C
2699:
2700: * src/types/pa_wcontext.C: error reporting fixed
2701:
2702: * src/types/pa_wcontext.h: whitespace
2703:
2704: * src/classes/image.C: not fully readed entries are no longer
2705: processed (fixes bug #1106)
2706:
2707: 2016-10-26 moko
2708:
2709: * src/classes/image.C: whitespace
2710:
2711: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2712: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2713: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2714: longer required (related to feature #1091)
2715:
2716: * tests/results/: 264.processed, 350.processed: test results update
2717: reverted (whitespace optimization) after write_no_lang removed :)
2718: (related to feature #1091)
2719:
2720: * src/: classes/file.C, classes/hash.C, classes/op.C,
2721: classes/string.C, classes/table.C, classes/void.C,
2722: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2723: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2724: equal write_pass_lang (related to feature #1091)
2725:
2726: * tests/results/: 264.processed, 350.processed: test results
2727: updated (whitespace optimization) after write_assign_lang removed
2728: (related to feature #1091)
2729:
2730: * tests/: 361.html, results/361.processed: test for non-string
2731: ^untaint added (related to feature #1091)
2732:
2733: * src/: classes/curl.C, classes/date.C, classes/file.C,
2734: classes/hash.C, classes/op.C, classes/string.C,
2735: include/pa_request.h, main/execute.C: optimization:
2736: write_assign_lang removed as not required (first part of feature
2737: #1091 implementation)
2738:
1.108 moko 2739: 2016-10-12 moko
2740:
2741: * tests/: 360.html, results/360.processed: more test code (related
2742: to feature #1104)
2743:
2744: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2745: include/pa_request.h, main/compile.y, main/execute.C: opcode
2746: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2747: WContext is next task (implements feature #1104)
2748:
2749: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2750: / CO_WITHOUT_WCONTEXT
2751:
2752: * tests/: 360.html, results/360.processed: test for in expression
2753: state (related to feature #1104)
2754:
2755: 2016-10-11 moko
2756:
2757: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2758:
2759: * src/classes/op.C: default value removed from initializer
2760:
2761: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2762:
2763: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2764:
2765: 2016-10-10 moko
2766:
2767: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2768: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2769: to feature #42)
2770:
2771: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2772: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2773:
2774: 2016-10-08 moko
2775:
2776: * src/classes/double.C: whitespace
2777:
2778: 2016-10-07 moko
2779:
2780: * src/types/pa_vmethod_frame.h: reorder
2781:
2782: 2016-10-06 moko
2783:
2784: * src/classes/date.C: typo
2785:
2786: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2787:
2788: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2789: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2790: types/pa_vmethod_frame.h: params.get now returns Value&, not
2791: Value*
2792:
2793: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2794:
2795: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2796: removed; first as_* code rewrite
2797:
2798: 2016-10-05 moko
2799:
2800: * src/include/pa_request.h: whitespace
2801:
2802: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2803: intercept_string added (related to feature #1097)
2804:
2805: * src/: classes/image.C, classes/op.C, classes/table.C,
2806: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2807: optimization: intercept_string removed (implements feature #1097)
2808:
2809: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2810:
2811: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2812: from VCodeFrame and WWrapper as not required
2813:
2814: 2016-10-04 moko
2815:
2816: * src/: classes/curl.C, classes/date.C, classes/double.C,
2817: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2818: classes/int.C, classes/json.C, classes/op.C,
2819: classes/reflection.C, classes/string.C, classes/table.C,
2820: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2821: proces_to_value -> process after StringOrValue removed (related
2822: to feature #1020)
2823:
2824: * src/classes/form.C: whitespace
2825:
2826: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2827:
2828: * tests/: 357.html, 358.html, results/357.processed,
2829: results/358.processed, results/auto.p: test for @conf
2830: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2831:
2832: 2016-10-03 moko
2833:
2834: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2835: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2836: supported (implements feature #42)
2837:
2838: * src/types/pa_vregex.h: no reason for VRegex to be
2839: is_evaluated_expr
2840:
2841: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2842: (implements feature #1095)
2843:
2844: 2016-10-01 moko
2845:
2846: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2847: false by default (related to feature #1089)
2848:
2849: 2016-09-30 moko
2850:
2851: * src/types/pa_wcontext.h: cleanup
2852:
2853: 2016-09-29 moko
2854:
2855: * src/main/execute.C: whitespace
2856:
2857: * src/include/pa_request.h: whitespace
2858:
2859: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2860: classes/op.C, classes/table.C, include/pa_request.h,
2861: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2862: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2863: StringOrValue removed as it just slows down and adds complexity
2864: (implements feature #1020)
2865:
2866: 2016-09-28 moko
2867:
2868: * tests/: 356.html, results/266.processed, results/321.processed,
2869: results/356.processed: tests updated after name was added to
2870: method_info hash, test for ^reflection:method_info[junction]
2871: added (related to feature #1068)
2872:
2873: * src/classes/reflection.C: ^reflection:method_info[junction] now
2874: supported, method name added to the resulting hash (implements
2875: feature #1068)
2876:
2877: * tests/: 276.html, results/276.processed: more tests for
2878: ^reflection:delete[]
2879:
2880: * src/classes/reflection.C: fixed bug then ^reflection:delete
2881: didn't work on class and could damage native objects (like file)
2882:
2883: 2016-09-26 moko
2884:
2885: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2886: results/345.processed, results/346-curl.processed,
2887: results/347-curl.processed, results/348.processed: numbers added
2888: to simplify diff analysis
2889:
2890: * tests/: 352.html, results/352.processed: test result updated as
2891: method name used
2892:
2893: * src/classes/reflection.C: method name used
2894:
2895: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2896: its name
2897:
2898: * src/types/pa_method.h: whitespace
2899:
2900: * src/classes/reflection.C: both method and field with one name can
2901: exist.
2902:
2903: * src/classes/reflection.C: ^reflection:mixin added (implements
2904: feature #1089)
2905:
2906: * tests/: 355.html, results/355.processed: property appears in
2907: derived class if added in base test added
2908:
2909: * src/types/pa_vstateless_class.h: get_method declaration +
2910: whitespace
2911:
2912: * tests/: 354.html, results/354.processed: nice test from method
2913: and property with one name in class added
2914:
2915: 2016-09-23 moko
2916:
2917: * src/classes/reflection.C: ^reflection:method usage documented
2918:
2919: 2016-09-22 moko
2920:
2921: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2922: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2923: compile warning and GPF occures on VS2003 (related to feature
2924: #1087)
2925:
2926: * tests/: 350.html, results/350.processed: test added for
2927: $.encloser[] support in ^table::create (related to feature #11)
2928:
2929: * src/classes/table.C: another minor fix (related to feature #11)
2930:
1.107 moko 2931: 2016-09-21 moko
2932:
2933: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2934:
2935: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2936: classes/json.C, classes/string.C, classes/table.C,
2937: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2938: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2939: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2940: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2941: pa_charsets, vs2015 warning war
2942:
2943: * src/classes/table.C: vs2015 warning war
2944:
2945: * src/types/pa_vdate.C: vs2015 warning war
2946:
2947: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2948:
2949: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2950: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2951:
2952: * src/main/pa_common.C: vs2015 compilation fixes
2953:
2954: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2955: vs2015 compilation fixes
2956:
2957: * src/main/pa_charset.C: vs2015 warning war
2958:
2959: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2960:
2961: * src/main/pa_charset.C: vs2015 warning war
2962:
2963: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2964:
2965: * src/types/pa_vdate.C: vs2015 compilation fix
2966:
2967: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2968:
2969: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2970: VS2015 compilation fixes
2971:
2972: * src/classes/table.C: minor fix (related to feature #11)
2973:
2974: * tests/results/282.processed: no longer skipping extra enclosers
2975: (related to feature #11)
2976:
2977: * src/classes/table.C: minor fix + no longer skipping extra
2978: enclosers (related to feature #11)
2979:
2980: * src/classes/table.C: minor optimization (related to feature #11)
2981:
2982: * src/classes/table.C: minor fix and optimization (related to
2983: feature #11)
2984:
2985: 2016-09-20 moko
2986:
2987: * tests/: 353.html, results/353.processed: test for
2988: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2989: added (related to bug #1090)
2990:
2991: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2992: one_big_piece (fixes bug #1090)
2993:
2994: * tests/: 229.html, results/229.processed: code coverage tests
2995:
2996: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2997: body) was called
2998:
2999: * src/classes/op.C: whitespace
3000:
3001: * tests/: 323.html, results/323.processed: test for code junction
3002: should not be returned by ^reflection:class, ^reflection:base
3003:
3004: * src/classes/reflection.C: bugfix: code junction should not be
3005: returned by ^reflection:class, ^reflection:base
3006:
3007: * tests/: 323.html, 352.html, results/352.processed: no more
3008: exception for ^reflection:method[class;no-such-method] (related
3009: to feature #1087)
3010:
3011: * src/classes/reflection.C:
3012: ^reflection:method[class;no-such-method] : exception -> void
3013: (related to feature #1087)
3014:
3015: * src/include/pa_request.h: request::write_value added to allow
3016: write value without convertion (related to issue #1091)
3017:
3018: 2016-09-19 moko
3019:
3020: * src/main/pa_random.C: windows build fix
3021:
3022: * src/types/pa_vhash.h: warning war
3023:
3024: 2016-09-14 moko
3025:
3026: * tests/: 352.html, 552.html, results/352.processed,
3027: results/552.processed: test for ^reflection:method[] extension
3028: added (related to feature #1087)
3029:
3030: * tests/: 552.html, results/552.processed: test for
3031: ^reflection:method[] extension added (related to feature #1087)
3032:
3033: * src/classes/reflection.C: compatibility issue fixed, VClass
3034: dynamic_cast check added (related to feature #1087)
3035:
3036: * tests/: 351.html, results/351.processed: test for @auto[]
3037: inheritance bug diring ^process[] added (related to bug #1088)
3038:
3039: * src/: classes/op.C, main/pa_request.C,
3040: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3041: disable it inheritance during ^process (fixes bug #1088)
3042:
3043: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3044: added (implements feature #1087)
3045:
3046: 2016-09-13 moko
3047:
3048: * tests/: 349.html, results/auto.p: test for objects prototyping
3049: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3050: to feature #1086)
3051:
3052: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3053: types/pa_vobject.C: objects now are not class instances, but have
3054: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3055: in @conf (implements feature #1086)
3056:
3057: 2016-09-08 moko
3058:
3059: * src/: classes/file.C, classes/mail.C, classes/string.C,
3060: classes/table.C, main/pa_http.C, main/pa_string.C,
3061: include/pa_string.h: cleanup: string::split limit argument
3062: removed as no longer required, pos_after no longer reference
3063: (related to feature #11)
3064:
3065: * src/classes/table.C, tests/results/348.processed: now exception
3066: is rised when invalid option is passed to ^table::create[]
3067:
3068: * tests/: 282.cfg, 282.html, results/282.processed: more code
3069: coverage tests
3070:
3071: * tests/: 348.html, results/348.processed: code coverage tests
3072: added
3073:
3074: * tests/: 348.html, results/348.processed: generic ^table::create[]
3075: tests
3076:
3077: * tests/: 035.html, results/035.processed, results/272.processed:
3078: tests updated after $.encloser[] support for ^table::create
3079: implementation (related to feature #11)
3080:
3081: * src/classes/table.C: $.encloser[] support for ^table::create
3082: finally added (implements feature #11)
3083:
3084: 2016-09-07 moko
3085:
3086: * src/include/pa_string.h: added StringSplitHelper as friend
3087: (related to feature #11)
3088:
3089: * src/include/pa_string.h: body and langs now protected, not
3090: private to allow inheritance (related to feature #11)
3091:
3092: * src/classes/table.C: lsplit optimized before cloning for
3093: ^table::create with $.encloser[] (related to feature #11)
3094:
3095: * src/classes/table.C: optimizaion: TableControlChars.separators
3096: added and used (related to feature #11)
3097:
3098: * src/classes/table.C: spelling:
3099:
3100: TableSeparators -> TableControlChars column -> separator
3101: separators -> control_chars
3102:
3103: 2016-09-06 moko
3104:
3105: * src/main/pa_string.C: whitespace
3106:
3107: * src/main/pa_string.C: whitespace
3108:
3109: 2016-09-01 moko
3110:
3111: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3112: results OS-independent
3113:
3114: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3115: compiler (related to feature #1042)
3116:
3117: 2016-08-15 moko
3118:
3119: * src/include/pa_string.h: whitespace
3120:
3121: * src/classes/table.C: whitespace
3122:
1.106 moko 3123: 2016-08-05 moko
3124:
3125: * tests/: 344.html, results/344.processed: test for
3126: ^hash::create[$file] added (related to feature #1075)
3127:
3128: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3129: supported (implements feature #1075)
3130:
3131: 2016-08-04 moko
3132:
3133: * tests/: 341.html, results/341.processed: more code coverage tests
3134:
3135: * tests/: 346-curl.html, results/346-curl.processed: more code
3136: coverage tests for curl
3137:
3138: * tests/: 346-curl.html, results/346-curl.processed: more code
3139: coverage tests for curl
3140:
3141: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3142: results/223.processed: code coverage tests: $.form[ $.table[] ]
3143: test added
3144:
3145: * tests/: 223-curl.html, results/223-curl.processed: more code
3146: coverage tests for curl
3147:
3148: 2016-08-03 moko
3149:
3150: * src/classes/curl.C: dlink(curl_library) now called not once, but
3151: until it will be loaded, allowing to find existing library.
3152:
3153: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3154: results/347-curl.processed: more code coverage tests for curl
3155:
3156: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3157: results/339-curl.processed, results/346-curl.processed: curl
3158: functionality tests
3159:
3160: 2016-08-02 moko
3161:
3162: * tests/: 339.html, results/339.processed: test for tables in
3163: ^file:load[] and ^curl:load[] (commented) added (related to
3164: feature #1042)
3165:
3166: * tests/: 345.html, results/345.processed: code coverage tests for
3167: file class
3168:
3169: * tests/: 344.html, results/344.processed: code coverage tests
3170:
3171: * tests/: 344.html, results/344.processed: mdate removed from
3172: output
3173:
3174: * src/classes/file.C: minor bugfix: is_text should be taked from
3175: fcontent.is_text_mode() if not set (related to feature #1061)
3176:
3177: * tests/: 344.html, results/344.processed: more tests
3178:
3179: * tests/: 343.html, 344.html, results/343.processed,
3180: results/344.processed: tests for ^file::create[ $.from-charset
3181: and $.to-charset ] (related to feature #1061)
3182:
3183: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3184: aset_text_mode argument optimized
3185:
3186: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3187: checkBOM now used in detect_binary_content (related to feature
3188: #1061)
3189:
3190: * src/main/pa_request.C: load_charset no longer required to_upper
3191:
3192: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3193: preserves original file mode (if no $.mode specified)
3194:
3195: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3196: ^file::create now supports $.from-charset[] and $.to-charset
3197: options (implements feature #1061), automatic transcode is done
3198: if text file is created from binary file and charset is detected.
3199:
3200: 2016-07-30 moko
3201:
3202: * src/classes/table.C: ^t.hash[..;] now supported (related to
3203: feature #1057)
3204:
3205: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3206: added (related to feature #1057)
3207:
3208: * tests/: 286.html, results/286.processed: code tests coverage
3209:
3210: 2016-07-29 moko
3211:
3212: * src/classes/table.C: table size should be checked inside menu and
3213: foreach (related to feature #858)
3214:
3215: * src/: classes/curl.C, classes/file.C, classes/string.C,
3216: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3217: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3218: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3219: charsets.get now does str_upper inside (related to feature #1061)
3220:
3221: * tests/: 342.html, results/342.processed: more code coverage tests
3222:
3223: * tests/: 342.html, outputs/342.processed: table menu code coverage
3224: + foreach test added (related to feature #858)
3225:
3226: * tests/: 341.html, results/341.processed: tests for
3227: ^table.hash[]{code} added + code coverage tests (related to
3228: feature #1057)
3229:
3230: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3231: value} support (implements feature #1057)
3232:
3233: * src/classes/table.C: whitespace
3234:
3235: 2016-07-28 moko
3236:
3237: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3238: from URL, if not specified query string removed from url-based
3239: filenames in ^curl:load[] and ^file::load[] (related to feature
3240: #1042)
3241:
3242: 2016-07-27 moko
3243:
3244: * tests/: 340.html, results/340.processed: test for
3245: transcode_text_result=false added (related to issue #1042)
3246:
3247: 2016-07-26 moko
3248:
3249: * src/types/pa_vfile.C: file name should not be empty (if file path
3250: is folder and ends with /) (related to feature #1042)
3251:
3252: * src/main/pa_http.C: whitespace optimizaion
3253:
3254: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3255: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3256: multiple headers, ^file::load supports headers transcoding
3257: (implements feature #1042)
3258:
3259: 2016-07-25 moko
3260:
3261: * src/include/pa_common.h: PA_DEFAULT added
3262:
3263: 2016-07-22 moko
3264:
3265: * tests/: 338.html, results/338.processed: test for
3266: $date.field(value) added (related to feature #1066)
3267:
3268: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3269: $date.field(value) now supported for y/m/d/h/m/s (implements
3270: feature #1066)
3271:
1.105 moko 3272: 2016-07-21 moko
3273:
3274: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3275: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3276: arguments removed; image.C - absolute path shown in exception
3277: (implements feature #1071)
3278:
3279: * tests/: 235.html, results/235.processed: test and test result
3280: updated after static boundary in mail and Errors-To: mail header
3281: removed (related to feature #1047)
3282:
3283: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3284: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3285: used, static boundary in mail removed, Errors-To: mail header
3286: removed (implements feature #1047)
3287:
3288: 2016-07-20 moko
3289:
3290: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3291: equest.classes(): Value -> VStateless_class, part 3 (related to
3292: issue #1051)
3293:
3294: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3295: request.classes(): Value -> VStateless_class, part 2 (related to
3296: issue #1051)
3297:
3298: * tests/results/: 224.processed, 323.processed: classes without
3299: methods should not be methoded (related to issue #1051)
3300:
3301: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3302: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3303: -> VStateless_class, part 1 (related to issue #1051)
3304:
3305: * tests/: 337.html, results/337.processed: test for
3306: ^reflection:fields_reference[] and VHashReference class added
3307: (related to feature #1072)
3308:
3309: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3310: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3311: and VHashReference added, allowing ^reflection:fields_reference[]
3312: implementation (closes feature #1072)
3313:
3314: 2016-07-19 moko
3315:
3316: * tests/: 323.html, results/323.processed: we want to see
3317: "methoded"
3318:
3319: * tests/: 336.html, results/336.processed: test for $BASE:property
3320: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3321: #1059)
3322:
3323: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3324: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3325: somebody_entered_some_class, $BASE:property works again,
3326: ^BASE:method[] bugs fixed (fixes bug #1059)
3327:
3328: 2016-07-14 moko
3329:
3330: * tests/: 335.html, results/335.processed: test for feature #1055
3331: added
3332:
3333: * src/classes/hash.C: bugfix: $._default was not copied if empty
3334: feature: ^hash.contains[_default] added (implements feature
3335: #1055)
3336:
3337: 2016-07-13 moko
3338:
3339: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3340: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3341:
3342: 2016-07-05 moko
3343:
3344: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3345: in ^hash.foreach (related to feature #1073)
3346:
3347: 2016-07-04 moko
3348:
3349: * tests/: 134.html, 281.html, results/134.processed,
3350: results/281.processed: tests updated after hash blocking removed
3351: (related to feature #1073)
3352:
3353: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3354: no longer blocks on change during foreach (implements feature
3355: #1073)
3356:
3357: 2016-06-17 moko
3358:
3359: * tests/: 330.html, results/330.processed: try exception source
3360: test added (related to bug in #1062)
3361:
3362: * tests/: 334.html, results/334.processed: Exception stack trace
3363: test added (related to bug in $1062)
3364:
3365: * src/classes/op.C: Exception trace now correctly restored and
3366: errors reported (related to bug #1062)
3367:
1.104 moko 3368: 2016-05-25 moko
3369:
3370: * src/main/compile.y: minor cleanup + beauty
3371:
3372: 2016-05-24 moko
3373:
3374: * tests/: 333.html, results/333.processed: more exceptions testing
3375:
3376: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3377: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3378: features #1056, #1026)
3379:
3380: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3381: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3382: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3383: (implements feature #1056)
3384:
3385: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3386: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3387: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3388: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3389: feature #1026)
3390:
3391: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3392: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3393: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3394: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3395: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3396: feature #1026)
3397:
3398: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3399: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3400: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3401: SYMBOLS_CACHING define implemented (related to feature #1026)
3402:
3403: * src/main/main.vcproj: + ps_symbols
3404:
3405: * src/: include/Makefile.am, include/pa_string.h,
3406: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3407: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3408: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3409: types/pa_vstateless_class.C: initial implementation for symbols
3410: cache (related to feature #1026)
3411:
3412: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3413:
3414: * src/main/pa_globals.C: minor cleanup
3415:
3416: 2016-05-19 moko
3417:
3418: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3419: (related to feature #1046)
3420:
3421: * tests/: 331.html, results/331.processed: test for
3422: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3423: (related to feature #1051)
3424:
3425: * src/main/compile.y:
3426: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3427: (implements feature #1054)
3428:
3429: 2016-05-18 moko
3430:
3431: * src/types/pa_vtable.C, tests/results/324.processed: no more
3432: "column not found" exception for ^table.no-such-method[] (related
3433: to feature #1046)
3434:
3435: * tests/: 261.html, results/261.processed: test added and updated
3436: after feature #1046 implementation
3437:
3438: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3439: types/pa_vvoid.h: $string.anything works for whitespace strings,
3440: ^string.contains added for hash compatibility, $string.method no
3441: longer returns stting method (implements feature #1046)
3442:
3443: 2016-05-12 moko
3444:
3445: * src/classes/curl.C: content-type response header no longer
3446: ignored (fixes issue #1045)
3447:
3448: * tests/: 330.html, results/330.processed: test for incomplete
3449: finally execution when break occures added (related to issue
3450: #1077)
3451:
3452: * src/classes/op.C: bugfix: Request::skip reset is called before
3453: executing catch and finally code (fixes issue #1062)
3454:
3455: 2016-05-11 moko
3456:
3457: * tests/: 329.html, results/329.processed: test for invalid
3458: ^break[] behavour added (bug #1077)
3459:
3460: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3461:
3462: 2016-04-24 moko
3463:
3464: * src/types/pa_vstateless_class.h: warning war
3465:
3466: 2016-04-17 moko
3467:
3468: * tests/: 328.html, results/328.processed: test for
3469: ^break(condition) and ^continue(condition) (related to feature
3470: #1063)
3471:
3472: * src/classes/op.C: ^break(condition) and ^continue(condition)
3473: implemented (feature #1063)
3474:
3475: 2016-04-12 moko
3476:
3477: * tests/results/280.processed: ordered hash now used for class
3478: methods and properties (test results updated for feature #1069)
3479:
3480: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3481: to xdoc.C as under FreeBSD it was inited after and inheritance
3482: failed (related to issue #1051)
3483:
3484: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3485: are printed to check inheritance (related to feature #1051)
3486:
1.103 moko 3487: 2016-04-09 moko
3488:
3489: * tests/results/320.processed: ordered hash now used for class
3490: methods and properties (test results updated for feature #1069)
3491:
3492: * src/types/pa_vstateless_class.h: ordered hash now used for class
3493: methods and properties (implements feature #1069)
3494:
3495: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3496: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3497: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3498: feature #1051)
3499:
3500: 2016-04-07 moko
3501:
3502: * src/main/execute.C: returned Value in .CLASS case for VJunction
3503: (related to feature #1051)
3504:
3505: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3506: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3507: string constants deduplication (related to feature #1051)
3508:
3509: * tests/results/224.processed: test result updated (related to
3510: feature #1051)
3511:
3512: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3513: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3514: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3515: types/pa_vstatus.h: classes hash now contains only
3516: VStateless_class derived objects, .CLASS is also allways
3517: VStateless_class derived object (related to feature #1051).
3518:
3519: 2016-04-06 moko
3520:
3521: * tests/results/323.processed: test result updated after feature
3522: #1051 implementation
3523:
3524: * src/: classes/classes.h, classes/op.C, classes/response.C,
3525: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3526: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3527: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3528: types/pa_vresponse.C, types/pa_vresponse.h,
3529: types/pa_vstateless_class.h: base -> methoded_donor for static
3530: classes, type() moved from VStateless_class to VClass and
3531: Methoded (implements feature #1051)
3532:
3533: 2016-04-04 moko
3534:
3535: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3536: beauty: put_class added (related to feature #1051)
3537:
3538: 2016-04-01 moko
3539:
3540: * tests/results/: 175.processed, 192.processed, 224.processed,
3541: 229.processed, 244.processed, 246.processed, 316.processed: test
3542: results updated as class.type() removed from error messages, only
3543: type() left (related to feature #1051)
3544:
3545: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3546: classes/op.C, classes/reflection.C, main/compile.y,
3547: main/compile_tools.h, main/execute.C, main/pa_request.C,
3548: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3549: types/pa_vmethod_frame.h, types/pa_vobject.h,
3550: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3551: from VStateless_class, type() is used instead (related to feature
3552: #1051)
3553:
3554: * src/classes/mail.C: old logic restored.
3555:
3556: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3557: classes/classes.h, classes/curl.C, classes/date.C,
3558: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3559: classes/hashfile.C, classes/image.C, classes/inet.C,
3560: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3561: classes/memcached.C, classes/memory.C, classes/reflection.C,
3562: classes/regex.C, classes/response.C, classes/string.C,
3563: classes/table.C, classes/xdoc.C, classes/xnode.C,
3564: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3565: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3566: feature #1051)
3567:
3568: 2016-03-30 moko
3569:
3570: * tests/: 327.html, results/224.processed, results/327.processed:
3571: test for TZ specification in ^date::create[], TZ is kept during
3572: ^date::create[$dt] (related to feature #1048)
3573:
3574: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3575: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3576: feature #1048)
3577:
3578: 2016-03-29 moko
3579:
3580: * tests/: 315.html, results/315.processed: test for timezone format
3581: +HHmm added (related to feature #1065)
3582:
3583: * src/classes/date.C: timezone format +HHmm now supported
3584: (implements feature #1065)
3585:
3586: 2016-03-28 moko
3587:
3588: * tests/: 202.html, results/131.processed, results/202.processed,
3589: results/224.processed, results/256.processed,
3590: results/315.processed: test results updated after %.2d now
3591: default for hours offset in iso-string (was %2d), test for
3592: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3593: added (related to feature #1065)
3594:
3595: 2016-03-27 moko
3596:
3597: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3598: feature #1065)
3599:
3600: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3601: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3602: added (implements feature #1065)
3603:
3604: 2016-03-24 moko
3605:
3606: * tests/: 202.html, results/202.processed: test $date.week added
3607: (related to bug #1067)
3608:
3609: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3610: date (fix for bug #1067)
3611:
3612: 2016-03-10 moko
3613:
3614: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3615:
1.102 moko 3616: 2015-12-07 moko
3617:
3618: * tests/: 326.html, results/326.processed: test for .CLASS &
3619: .CLASS_NAME optimization added (related to feature #844)
3620:
3621: 2015-11-17 moko
3622:
3623: * tests/: 323.html, results/323.processed: order added
3624:
3625: * tests/: 325.html, results/325.processed: double range test added
3626: (related to bug #1049)
3627:
3628: 2015-11-16 moko
3629:
3630: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3631: added to disallow NaN and Infinity (fixes bug #1049)
3632:
3633: 2015-11-11 moko
3634:
3635: * tests/324.html: parser 3.4.3 execution support added (related to
3636: feature #1017)
3637:
3638: * tests/: 324.html, results/324.processed: test for
3639: GET_ELEMENT4CALL feature added (feature #1017)
3640:
1.101 moko 3641: 2015-10-29 moko
3642:
3643: * operators.txt: updated for 3.4.4
3644:
3645: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3646:
3647: * src/main/pa_exec.C: get_exit_status implemented for Windows
3648: (related to bug #1043)
3649:
3650: 2015-10-28 moko
3651:
3652: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3653: hangup during ^file::exec (fixes bug #1043)
3654:
1.100 moko 3655: 2015-10-27 moko
3656:
3657: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3658:
1.99 moko 3659: 2015-10-26 moko
3660:
1.100 moko 3661: * tests/322.html, src/classes/reflection.C: arguments reorder
3662: (related to issue #1041)
3663:
3664: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3665: Copyright year updated
3666:
1.99 moko 3667: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3668: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3669: classes/form.C, classes/hash.C, classes/hashfile.C,
3670: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3671: classes/mail.C, classes/math.C, classes/memcached.C,
3672: classes/memory.C, classes/op.C, classes/reflection.C,
3673: classes/regex.C, classes/response.C, classes/string.C,
3674: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3675: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3676: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3677: include/pa_config_fixed.h, include/pa_config_includes.h,
3678: include/pa_dictionary.h, include/pa_dir.h,
3679: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3680: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3681: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3682: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3683: include/pa_request_charsets.h, include/pa_request_info.h,
3684: include/pa_sapi.h, include/pa_socks.h,
3685: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3686: include/pa_stack.h, include/pa_string.h,
3687: include/pa_stylesheet_connection.h,
3688: include/pa_stylesheet_manager.h, include/pa_table.h,
3689: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3690: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3691: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3692: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3693: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3694: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3695: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3696: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3697: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3698: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3699: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3700: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3701: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3702: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3703: main/pa_string.C, main/pa_stylesheet_connection.C,
3704: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3705: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3706: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3707: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3708: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3709: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3710: targets/isapi/parser3isapi.C, types/pa_junction.h,
3711: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3712: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3713: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3714: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3715: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3716: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3717: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3718: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3719: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3720: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3721: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3722: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3723: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3724: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3725: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3726: types/pa_vresponse.C, types/pa_vresponse.h,
3727: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3728: types/pa_vstateless_object.h, types/pa_vstatus.C,
3729: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3730: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3731: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3732: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3733: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3734:
3735: * src/targets/cgi/parser3.C: year updated
3736:
3737: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3738: issue #1041)
3739:
3740: * tests/: 323.html, results/323.processed: test for base classes
3741: added
3742:
3743: * tests/: 261.html, results/261.processed: updated after better
3744: error reporting done for $string.key exception
3745:
3746: * src/types/pa_vstring.h: better error report for $string.key
3747: exception
3748:
3749: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3750: copied as VObject::get_element4call to remove extra virtual call
3751:
3752: * tests/: 322.html, results/322.processed: test for
3753: ^reflection:is[] added (related to feature #1041)
3754:
3755: * src/classes/reflection.C: ^reflection:is empty value is void
3756: (related to feature #1041)
3757:
3758: * src/classes/reflection.C:
3759: ^reflection:is[class_name|code|method;[context;]element_name]
3760: added (implements feature #1041)
3761:
3762: 2015-10-24 moko
3763:
3764: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3765:
1.98 moko 3766: 2015-10-22 moko
3767:
3768: * tests/: 321.html, results/321.processed: test for
3769: ^reflection:method_info[] file detection added
3770:
3771: * tests/: 320.html, results/320.processed: test for
3772: ^reflection:class_by_name[class_name] added (related to feature
3773: #993)
3774:
3775: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3776: added (implements feature #993)
3777:
3778: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3779: (related to feature #1017)
3780:
3781: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3782: added (related to issue #1039)
3783:
3784: * src/main/pa_request.C: ^throw origin fixed (related to feature
3785: #1039)
3786:
3787: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3788: for VDate
3789:
3790: * tests/results/182.processed: updated after feature #1038
3791: implemented
3792:
3793: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3794: compile-time exception origin added (test for feature #1039)
3795:
3796: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3797: main/pa_request.C: exception unification: compile-time exceptions
3798: now have origin, @USE origins also tracked (implements feature
3799: #1039)
3800:
3801: 2015-10-20 moko
3802:
3803: * src/main/pa_request.C: cleanup
3804:
3805: 2015-10-15 moko
3806:
3807: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3808:
3809: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3810: types/pa_vtable.C: new feature: no more $table.method and
3811: $hash.method, aliases for _at, _count, _key (related to feature
3812: #1017)
3813:
1.97 moko 3814: 2015-10-14 moko
3815:
1.98 moko 3816: * tests/: 317.html, results/317.processed: test for
3817: ^string.unescape[] added (related to feature #120)
3818:
1.97 moko 3819: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3820: defined" bug (described in issue #1036)
3821:
3822: * tests/: 247.html, results/247.processed: test for checkBOM added
3823: (test for bug #1037)
3824:
3825: * src/: include/pa_charsets.h, main/pa_charsets.C,
3826: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3827: it's not enforced, skips BOM signature if it complies charset
3828: (fixes bug #1037)
3829:
3830: 2015-10-13 moko
3831:
3832: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3833: linking
3834:
3835: * src/classes/inet.C: vs2003 compilation fix
3836:
3837: * src/classes/math.C: warning war
3838:
3839: * src/lib/punycode/pa_punycode.c: warning war
3840:
3841: 2015-10-12 moko
3842:
3843: * src/lib/punycode/pa_punycode.c: warning war
3844:
3845: * parser3.sln: moved parser3 first, to make it default startup
3846: project
3847:
3848: * buildall: parser "mirror" now used for external libs sources
3849: (implements feature #1036)
3850:
3851: * buildall: most external libs are updated to their current
3852: versions (related to feature #1036)
3853:
3854: * src/classes/image.C: more tags added
3855:
3856: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3857:
3858: 2015-10-11 moko
3859:
3860: * src/classes/curl.C: minor optimization (related to feature #1035)
3861:
3862: 2015-10-09 moko
3863:
3864: * src/classes/curl.C: pa_strdup added for strings from curl
3865: (related to feature #1035)
3866:
3867: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3868: ULLONG_MAX definition
3869:
3870: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3871: (implements feature #1035)
3872:
3873: * src/main/pa_charset.C: String::Body(String::C) used
3874:
3875: * src/main/pa_charset.C: exceptions unified
3876:
3877: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3878: unified
3879:
3880: * src/: classes/file.C, classes/image.C, classes/mail.C,
3881: classes/op.C, classes/xdoc.C, classes/xnode.C,
3882: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3883: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3884: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3885: String::Body(String::C) constructor added (related to bug #957)
3886:
3887: * src/classes/file.C: minor optimization
3888:
3889: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3890: Cord(char*) autocreation (related to bug #957)
3891:
3892: * src/: classes/string.C, main/untaint.C: minor optimizations
3893:
3894: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3895: String(char*, Lang, length) removed, String(C(), Lang) used
3896: instead (related to bug #957)
3897:
3898: 2015-10-08 moko
3899:
3900: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3901: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3902: main/untaint.C: Now char * is converted to CORD only using
3903: AS_CORD() to check for empty cord bug (fixes bug #957)
3904:
3905: * src/include/pa_hash.h: fixed compilation without
3906: HASH_CODE_CACHING
3907:
3908: * src/classes/string.C:
3909: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3910: feature #120)
3911:
3912: * src/main/pa_common.C: reduce js flags checks count (related to
3913: feature #120)
3914:
1.96 moko 3915: 2015-10-07 moko
3916:
3917: * tests/: 275.html, results/275.processed: test modified after
3918: unsigned long long int support implemented (feature #1034)
3919:
3920: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3921: pa_atoul added for unsigned long long int support
3922:
3923: 2015-10-06 moko
3924:
3925: * src/types/pa_vdate.C: INT_MAX used
3926:
3927: 2015-10-03 moko
3928:
3929: * tests/: 302.html, results/302.processed: test for bug #1023
3930: (\u2028, \u2029 escaping) added
3931:
3932: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3933: json:string[] (fixes bug #1023)
3934:
3935: 2015-09-29 moko
3936:
3937: * tests/305.html: try-catch added for OS without ipv6 support
3938:
3939: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3940: compilation
3941:
3942: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3943: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3944: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3945: implemented to distinguish ^hash.method from $hash.field
3946: (implements feature #1017)
3947:
3948: * src/lib/punycode/pa_punycode.c: warning war
3949:
3950: * src/include/pa_config_includes.h: warning war
3951:
3952: * src/include/pa_config_includes.h: pragma warning actualized a bit
3953:
3954: * src/include/pa_config_includes.h: warning war
3955:
3956: * src/include/pa_hash.h: clang compilation fix
3957:
3958: 2015-09-27 moko
3959:
3960: * src/main/compile.tab.C: Bison 3 is now default
3961:
3962: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3963:
3964: 2015-09-25 moko
3965:
3966: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3967: works with undefined HASH_ORDER (related to feature #196)
3968:
3969: 2015-09-24 moko
3970:
3971: * tests/: 027.html, results/027.processed: test modified to test
3972: ^hash.sort (feature #196)
3973:
3974: * src/: classes/hash.C, include/pa_hash.h:
3975: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3976: added (implements feature #196)
3977:
3978: * tests/: 316.html, results/316.processed: Added test for bug #1025
3979: (exception handling in non-cached ^cache), plus for "it does not
3980: have logical value" and "$exception.handled value must be either
3981: boolean or string 'cache'" exceptions.
3982:
3983: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3984: code (fixes bug #1025)
3985:
1.95 moko 3986: 2015-09-23 moko
3987:
3988: * src/classes/table.C: warning war
3989:
3990: * src/: classes/math.C, types/pa_vcookie.C: warning war
3991:
3992: * src/classes/file.C: warning war
3993:
3994: * src/: include/pa_table.h, main/pa_table.C: warning war
3995:
3996: * src/: main/pa_request.C, classes/date.C: warning war
3997:
3998: * src/: types/pa_vdate.C, classes/op.C: warning war
3999:
4000: * tests/: 122.html, results/122.processed: win sync: to remove
4001: differences with OS that doesn't keep timezone change history
4002:
4003: * src/types/pa_vdate.C: tzset() should be called in Windows after
4004: TZ change (related to feature #36)
4005:
4006: * tests/: 075.html, results/075.processed: win sync: to remove
4007: differences with OS that doesn't keep timezone change history
4008:
4009: * tests/: 315.html, results/315.processed: win sync: to remove
4010: differences with OS that doesn't keep timezone change history
4011:
4012: * tests/: 256.html, results/256.processed: win sync: to remove
4013: differences with OS that doesn't keep timezone change history
4014:
4015: * tests/: 124.html, results/124.processed: win results sync: to
4016: avoid hitting time change hole.
4017:
4018: * src/types/pa_vdate.C: static returned. :)
4019:
4020: 2015-09-22 moko
4021:
4022: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4023:
4024: * tests/results/131.processed: more tests for feature #1032
4025:
4026: * src/classes/date.C: minor fix related to feature #1032
4027:
4028: * operators.txt: ISO date creation documented (related to feature
4029: #1032)
4030:
4031: * operators.txt: iso-string documented (related to feature #1032)
4032:
4033: * tests/: 315.html, results/315.processed: more tests added
4034: (related to feature #1032)
4035:
4036: * tests/: 131.html, results/131.processed: date range checks
4037: updated (related to feature #36)
4038:
4039: * tests/: 315.html, results/057.processed, results/315.processed:
4040: test added for ISO date support (related to issue #315)
4041:
4042: * src/classes/date.C: more readable exceptions in date creation
4043: (related to ticket #1032)
4044:
4045: 2015-09-18 moko
4046:
4047: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4048: added (related to issue #1032)
4049:
4050: * tests/results/256.processed, src/classes/json.C: iso-string
4051: documented (related to issue #1032)
4052:
4053: * tests/: 256.html, results/256.processed: ISO date check added
4054: (related to issue #1032)
4055:
4056: * tests/: 057.html, results/057.processed, results/224.processed:
4057: tests results updated after ISO date support implemented (related
4058: to feature #1032)
4059:
4060: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4061: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4062: ^date::create[string] constructor formalized, ^date.iso-string[]
4063: added (implements feature #1032)
4064:
4065: 2015-09-05 moko
4066:
4067: * operators.txt: actualized
4068:
4069: * operators.txt: date changes documented (related to ticket #36)
4070:
4071: 2015-09-04 moko
4072:
4073: * src/types/pa_vdate.C: warning war
4074:
4075: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4076:
4077: 2015-09-03 moko
4078:
4079: * tests/results/096.processed: test result updated for 0..9999 year
4080: date range support (related to feature #36)
4081:
4082: * tests/: 314.html, results/314.processed: test for
4083: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4084: bug #1031)
4085:
4086: * src/classes/string.C: Static calls fixed for ^string:base64[],
4087: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4088:
1.116 moko 4089: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4090: configure.in -> configure.ac
1.95 moko 4091:
1.116 moko 4092: * configure, configure.in, src/include/pa_config_auto.h.in: more
4093: correct timezone check for FreeBSD Warning war: configure.in ->
4094: configure.ac
1.95 moko 4095:
4096: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4097: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4098: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4099: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4100: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4101: src/main/Makefile.am, src/targets/apache/Makefile.am,
4102: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4103: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4104: check added
4105:
4106: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4107:
4108: * tests/results/: 124.processed, 224.processed: test resuls updated
4109: for new date implementation (related to feature #36)
4110:
4111: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4112: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4113: types/pa_vdate.h: new double date implementation with internal
4114: support for extended 0..9999 year range, default timezone support
4115: (related to feature #36)
4116:
4117: 2015-08-28 moko
4118:
4119: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4120: (fixes bug #1030)
4121:
4122: 2015-08-21 moko
4123:
4124: * src/classes/inet.C: snprintf size "bug" commented
4125:
4126: * src/main/pa_common.C: snprintf comments updated
4127:
4128: 2015-08-16 moko
4129:
4130: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4131:
4132: 2015-08-11 moko
4133:
4134: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4135: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4136: can be null (fixes bug #1029)
4137:
4138: 2015-08-06 moko
4139:
1.116 moko 4140: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4141: pa_vdate.C added
1.95 moko 4142:
4143: 2015-08-05 moko
4144:
4145: * tests/: 313.html, results/313.processed: test for
4146: ^table.count[columns] and ^table.flip[] with nameless tables
4147: (feature #1003)
4148:
4149: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4150: max_cell added, now ^table.count[columns] and ^table.flip[] works
4151: correctly for nameless tables (implements feature #1003)
4152:
4153: 2015-08-03 moko
4154:
4155: * tests/312.html: test for ^table.append[$hash] and
4156: ^table.insert[$hash] added (related to feature #1028)
4157:
4158: * src/classes/table.C: ^table.append[$hash] and
4159: ^table.insert[$hash] now supported (implements feature #1028)
4160:
4161: * tests/: 312.html, results/312.processed: test row copy in
4162: ^table.hash[; $.type[table] ] added (related to feature #1016)
4163:
4164: * src/classes/table.C: row copy now created in ^table.hash[;
4165: $.type[table] ] (related to feature #1016)
4166:
4167: 2015-07-29 moko
4168:
4169: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4170: added (related to feature #1016)
4171:
4172: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4173: ^table.delete[] added to delete current row (related to feature
4174: 1016)
4175:
4176: 2015-07-28 moko
4177:
4178: * tests/: 312.html, results/312.processed: test for
4179: $table.column[value] and ^table.insert{row} (related to feature
4180: #1016)
4181:
4182: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4183: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4184: ^table.insert{row} are now implemented (feature #1016)
4185:
4186: * src/include/pa_array.h: Optimization: bool reverse removed from
4187: append(), insert() added, memmove arguments order in remove()
4188: fixed (related to feature #1016)
4189:
4190: 2015-07-23 moko
4191:
4192: * src/classes/json.C: tainted json and empty json exception added
4193: (implements feature #1015)
4194:
4195: * tests/: 311.html, results/311.processed: empty json and tainted
4196: json exception test added (related to issue #1015)
4197:
4198: 2015-07-22 moko
4199:
4200: * tests/: 311.html, results/311.processed: test for UTF-8
4201: processing added
4202:
4203: * tests/: 311.html, results/311.processed: test for
4204: json_exception_with_source added (related to issue #394)
4205:
4206: * src/classes/json.C: json_exception_with_source added (implements
4207: feature #394)
4208:
4209: 2015-06-29 moko
4210:
4211: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4212: directories are now correctly determined if _d_type == DT_UNKNOWN
4213: (closes bug #1027)
4214:
4215: 2015-06-10 moko
4216:
4217: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4218: error if libxml has LIBXML_ICU_ENABLED.
4219:
4220: 2015-06-04 moko
4221:
4222: * tests/099.html: ups, reverting
4223:
4224: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4225: results/310.processed: tests for $response:body[ $.file[] ] and
4226: $response:last-modified added
4227:
4228: * src/main/pa_request.C: last-modified check fixed
4229:
4230: 2015-06-03 moko
4231:
4232: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4233: results/205.processed, results/293.processed: $response:headers
4234: logging added (tests for feature #1007)
4235:
4236: * src/: include/pa_common.h, include/pa_request.h,
4237: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4238: $response:headers are now in uppercase (closes feature #1007)
4239:
4240: 2015-06-02 moko
4241:
4242: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4243: build errors reverted for clang compatibility
4244:
4245: 2015-06-01 moko
4246:
4247: * src/include/pa_memory.h: -pedantic build errors fixed
4248:
4249: * src/classes/math.C: -pedantic build error fixed
4250:
4251: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4252:
4253: 2015-05-31 moko
4254:
4255: * src/classes/table.C: USE_STRINGSTREAM optimized
4256:
4257: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4258: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4259: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4260: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4261: types/pa_vxnode.h: warning war (-pedantic flag)
4262:
4263: 2015-05-28 moko
4264:
4265: * tests/: 308.html, results/308.processed: test for
4266: ^table::create[$t;], etc work added (related to bug #975)
4267:
4268: * src/classes/table.C: check_option_param removed,
4269: ^table::create[$t;], etc now works (fixes bug #975)
4270:
4271: 2015-05-27 moko
4272:
4273: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4274: (Debian jessie) fixed (closes issue #1024)
4275:
4276: * tests/Makefile: sort added as in Debian jessie list become
4277: unsorted
4278:
4279: 2015-05-18 moko
4280:
4281: * tests/: 201.html, results/201.processed: test for
4282: ^string.trim[what] feature #1022
4283:
4284: * src/classes/string.C: ^string.trim[what] now supported,
4285: implements feature #1022
4286:
4287: 2015-05-17 moko
4288:
4289: * tests/results/185.processed: test result updated as feature #1021
4290: implemented (left/right accept negative parameter)
4291:
4292: * src/classes/string.C: left/right now accept negative parameter
4293: (implements feature #1021)
4294:
4295: 2015-05-08 moko
4296:
4297: * src/classes/math.C: isalnum -> pa_isalnum
4298:
4299: * src/main/execute.C: optimization in getter-junction processing
4300: (related to issue #997)
4301:
4302: 2015-05-07 moko
4303:
4304: * tests/: 307.html, results/307.processed: test for issue #997
4305: added
4306:
4307: * src/main/execute.C: process_getter result now checked if junction
4308: returned (closes issue #997)
4309:
4310: * tests/: 305.html, results/305.processed: sort added to ignore
4311: different order
4312:
4313: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4314: assignment (closes issue #994)
4315:
4316: * tests/: 306.html, results/306.processed: test for issue #994
4317: added
4318:
4319: * tests/: 303.html, results/303.processed: two more errors tested
4320:
4321: 2015-05-06 moko
4322:
4323: * tests/: 305.html, results/305.processed: test for name2ip &
4324: ip2name added (related to feature #992)
4325:
4326: * tests/: 303.html, 304.html, results/303.processed,
4327: results/304.processed: tests for idna conversion added (related
4328: to issue #849)
4329:
4330: 2015-05-02 moko
4331:
4332: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4333: implemented
4334:
4335: 2015-04-30 moko
4336:
4337: * src/main/pa_http.C: idna_host added, related to issue #849
4338:
4339: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4340: (related to issue #849)
4341:
4342: 2015-04-24 moko
4343:
4344: * src/types/pa_vjunction.C: warning war
4345:
4346: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4347: unification
4348:
4349: * src/lib/punycode/pa_idna.c: warning war
4350:
4351: 2015-04-22 moko
4352:
4353: * src/main/main.vcproj: punycode include path added
4354:
4355: * src/lib/punycode/pa_idna.c: windows compile error fixed
4356:
4357: * src/lib/punycode/pa_idna.c: warning war
4358:
4359: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4360: project file added
4361:
4362: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4363:
4364: * src/include/pa_memory.h: warning war
4365:
4366: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4367: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4368: implemented (related to feature #849)
4369:
4370: * configure.in, src/main/Makefile.am,
4371: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4372: libpunycode added in Unix
4373:
4374: 2015-04-21 moko
4375:
4376: * configure.in: large files support
4377:
4378: 2015-04-15 moko
4379:
4380: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4381: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4382: pa_punycode.h: initial version for punycode/idna support library
4383: (ticket #849)
4384:
4385: 2015-04-08 moko
4386:
4387: * src/: classes/curl.C, classes/date.C, classes/file.C,
4388: classes/image.C, classes/mail.C, classes/reflection.C,
4389: classes/string.C, classes/xnode.C, include/pa_request.h,
4390: include/pa_string.h, include/pa_stylesheet_connection.h,
4391: main/compile.y, main/compile_tools.h, main/execute.C,
4392: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4393: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4394: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4395: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4396: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4397: clang compiler warnings (closes issue #1018)
4398:
4399: * src/include/pa_string.h: String::Body comparation operators with
4400: char * added (related to issue #958)
4401:
4402: 2015-04-07 moko
4403:
4404: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4405: pa_malloc/pa_free to remove system malloc/free usage (related to
4406: issue #1018)
4407:
4408: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4409: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4410: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4411: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4412: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4413: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4414: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4415: malloc/strdup/free replaced with pa_ version and checks for
4416: accidental use of non-pa_ version added (related to issue #1018)
4417:
4418: 2015-04-03 moko
4419:
4420: * buildall: pcre-8.33 -> pcre-8.36
4421:
4422: * src/: main/compile.y, classes/form.C, classes/mail.C,
4423: classes/op.C, classes/string.C, main/compile.tab.C,
4424: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4425: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4426: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4427: ticket #958)
4428:
4429: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4430: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4431: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4432: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4433: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4434: $request:headers, $request:method added (implements feature
4435: #1007)
4436:
4437: 2015-03-17 misha
4438:
4439: * tests/302.html: - test for
4440: ^json:string[...;$._default[method-name]]
4441:
4442: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4443: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4444: option $._default[method-name] is specified in ^json:string[], a
4445: method with specified name will be called for classes/objects
4446: serialization ( new feature: #982 )
4447:
4448: 2015-03-16 misha
4449:
4450: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4451: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4452: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4453: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4454: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4455: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4456: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4457: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4458: types/pa_vrequest.h, types/pa_vstateless_class.C,
4459: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4460: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4461: $var.CLASS_NAME now have special opcodes. This can be switched
4462: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4463: on pa_opcode.h ( new feature: #844 )
4464:
4465: 2015-03-15 misha
4466:
4467: * tests/075.html: - test for $response:header[]
4468:
4469: * src/types/pa_vresponse.C: - $response:header[] deletes header
4470: that was set earlie ( new feature: #1001 )
4471:
4472: 2015-03-12 misha
4473:
4474: * tests/246.html: - more tests for ^hash._at[]
4475:
4476: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4477: accepts second param [key|value|hash] ( new feature: #1012 )
4478:
4479: 2015-03-09 moko
4480:
4481: * src/types/pa_vmail.C: exception for everything but
4482: $mail:received, closes issue #1011
4483:
4484: 2015-02-20 moko
4485:
4486: * tests/: 275.html, results/275.processed: hex detection in
4487: pa_atoui fix test (closes issue #1010)
4488:
4489: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4490: issue #1010)
4491:
4492: 2015-02-17 moko
4493:
4494: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4495: tainted.
4496:
4497: 2015-02-03 misha
4498:
4499: * tests/301.html: - test for ^json:string($double) causes
4500: exception. bugfix: #1008
4501:
4502: * src/classes/json.C: - ^json:string($double) causes exception.
4503: bugfix: #1008
4504:
4505: * tests/014.html: - updated for work with ^hash.delete[]
4506:
4507: 2015-01-12 misha
4508:
4509: * src/: classes/form.C, include/pa_common.h,
4510: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4511: types/pa_vform.h: - supports body with PUT method as well ( new
4512: feature: #1006 )
4513:
4514: * src/classes/file.C: - warnings war
4515:
4516: 2015-01-11 misha
4517:
4518: * tests/300.html: - test for ^hash.delete[] is added
4519:
4520: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4521: feature: #989 ) - tiny optimization in intersects
4522:
4523: 2015-01-06 moko
4524:
4525: * src/types/pa_vmail.C: file names transcode added, to and cc added
4526: with transcode, attachments detection fixed
4527:
4528: * src/main/pa_request.C: filling mail received after cgi/auto.p
4529: load to allow charset switch (related to issue #996)
4530:
4531: 2014-12-31 moko
4532:
4533: * src/types/pa_vmail.C: from and subject now transcoded if not
4534: UTF-8 source charset (fixes issue 996)
4535:
4536: * src/main/pa_exception.C: fixed string from stack bug (closes
4537: issue #1000)
4538:
4539: 2014-12-11 misha
4540:
4541: * src/types/pa_vhashfile.C: - check if key is not empty before
4542: access ( bug fix: #1005 )
4543:
4544: 2014-11-13 misha
4545:
4546: * src/main/compile.y: - PC.append does not reset to false while
4547: creating a new class. bugfix: #990
4548:
4549: * tests/299.html: - test for creation class after working with
4550: partial class (create+append)
4551:
4552: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4553: #995
4554:
4555: * tests/232.html: - test for @get[def] added
4556:
4557: 2014-10-12 moko
4558:
4559: * src/lib/pcre/pcre_internal.vcproj: correct path
4560:
4561: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4562: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4563: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4564: targets/apache/ApacheModuleParser3.vcproj,
4565: targets/apache/ApacheModuleParser3Core.vcproj,
4566: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4567: types/types.vcproj: project GUID inserted in *.vcproj for correct
4568: conversion in newer VS versions
4569:
4570: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4571: pcre_internal.vcproj added
4572:
4573: 2014-08-28 moko
4574:
4575: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4576: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4577: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4578:
4579: 2014-06-30 misha
4580:
4581: * tests/298.html: - tests for ^reflection:def[class;className]
4582: added
4583:
4584: * src/classes/reflection.C: - ^reflection:def[class;className]
4585: added ( new feature: #918 )
4586:
4587: 2014-06-29 misha
4588:
4589: * src/classes/table.C: - ^table::create[unsupported data] -
4590: exception comment changed to "body must be table or code" ( bug
4591: fix: #951 )
4592:
4593: * tests/: 261.html, results/261.processed: - tests for
4594: ^json:string[...;$.void[null|string]] added
4595:
4596: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4597: option $.void[string|null] added to ^json:string[...] ( new
4598: feature: #952 )
4599:
4600: 2014-06-28 moko
4601:
4602: * src/classes/curl.C: $.charset now processed before other curl
4603: options (closes issue #980)
4604:
4605: 2014-05-23 misha
4606:
4607: * src/classes/json.C: - bug fix: #987
4608:
4609: 2014-05-04 misha
4610:
4611: * tests/: 253.html, 253_json.txt: - test for
4612: ^json:parse[$.int(false)] is added
4613:
4614: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4615: default true). The option is similar to $.double(bool) but for
4616: integers.
4617:
4618: 2014-05-01 moko
4619:
4620: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4621: #12 )
4622:
4623: 2014-04-16 moko
4624:
4625: * src/main/pa_http.C: response-charset option should finally work
4626: now (fix for issue #867)
4627:
4628: * src/main/pa_http.C: response-charset option should work now (fix
4629: for issue #867)
4630:
4631: 2014-03-07 moko
4632:
4633: * buildall: libgc moved
4634:
4635: * buildall: libgc moved
4636:
4637: 2013-12-29 moko
4638:
4639: * src/classes/string.C: ^string:js-unescape result now tainted,
4640: closes issue #966
4641:
4642: * tests/: 186.html, results/186.processed: ^string:js-unescape
4643: result now tainted, issue #966
4644:
4645: 2013-12-03 moko
4646:
4647: * src/: classes/memcached.C, types/pa_vmemcached.C,
4648: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4649: option was added for http://www.parser.ru/forum/?id=79343
4650:
4651: * src/classes/file.C: bugfix for
4652: http://www.parser.ru/forum/?id=79337
4653:
4654: 2013-11-05 moko
4655:
4656: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4657:
4658: * src/main/pa_globals.C: spelling fixed
4659:
4660: 2013-10-29 moko
4661:
4662: * src/lib/json/json.vcproj: json.c -> pa_json.C
4663:
4664: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4665: #892
4666:
4667: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4668: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4669: exceptions to be thrown thougth json library), related to issue
4670: #892
4671:
4672: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4673: related to issue #896
4674:
4675: 2013-10-24 moko
4676:
4677: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4678:
4679: 2013-10-23 moko
4680:
4681: * README: actualization
4682:
4683: 2013-10-22 moko
4684:
4685: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4686: compatibility patch from Sergey Kirpichev
4687:
4688: * tests/: 297.html, results/297.processed: non-working getter fix
4689: test for issue #948
4690:
4691: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4692: called when saving value of $match variable in ^string.match[] to
4693: increase compatibility (related to issue #948).
4694:
4695: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4696: usage optimization
4697:
4698: 2013-10-21 moko
4699:
4700: * tests/: 182.html, results/182.processed: local path removed for
4701: compatibility
4702:
4703: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4704: results/244.processed, results/253.processed,
4705: results/254.processed, results/275.processed,
4706: results/281.processed: try_catch -> try-catch
4707:
4708: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4709: results/294.processed, results/296.processed: try_catch ->
4710: try-catch
4711:
4712: 2013-10-20 moko
4713:
4714: * tests/: 296.html, results/296.processed: test for xsl exception
4715: for issue #938 added.
4716:
4717: * src/: include/pa_xml_exception.h,
4718: main/pa_stylesheet_connection.C: forgotten to be replaced
4719: XmlException is now replaced (once again closes issue #938)
4720:
4721: 2013-10-18 moko
4722:
4723: * buildall: disable clock_gettime detection to avoid librt linking
4724: (which in turn depends on libpthread), related to issue #943
4725:
4726: 2013-10-18 misha
4727:
4728: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4729: lib/smtp/smtp.vcproj, main/main.vcproj,
4730: targets/apache/ApacheModuleParser3Core.vcproj,
4731: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4732: types/types.vcproj: - new locations for libxml2 includes where
4733: added to vcproj files
4734:
4735: 2013-10-18 moko
4736:
4737: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4738: fix
4739:
4740: * tests/: 295.html, results/295.processed: test for issue #948
4741: updated
4742:
4743: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4744: :)
4745:
4746: * tests/: 295.html, results/295.processed: test for issue #948
4747: added
4748:
4749: * src/: classes/hash.C, classes/string.C, classes/table.C,
4750: include/pa_request.h, types/pa_method.h: for getters and setters
4751: to be executed request.put_element should be called, not
4752: context.put_element (fixes issue #948)
4753:
4754: 2013-10-17 moko
4755:
4756: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4757: LIBXML2_NEW_BUFFER check (closes issue #943)
4758:
4759: * buildall: libxml 2.9.1 build is broken --without-reader.
4760:
4761: 2013-10-16 moko
4762:
4763: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4764:
4765: * tests/: 294.html, results/294.processed: test for issue #938
4766:
4767: * src/: classes/xdoc.C, classes/xnode.C,
4768: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4769: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4770:
4771: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4772: libxslt-1.1.26 -> libxslt-1.1.28
4773:
4774: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4775: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4776: to '?', related to issue #938
4777:
4778: 2013-10-15 moko
4779:
4780: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4781: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4782: minor optimizations (closes issue #896)
4783:
4784: * tests/results/: 292.processed, 293.processed: results updated to
4785: comply with issue #896
4786:
4787: * tests/: 292.html, 293.html, results/292.processed,
4788: results/293.processed: tests for json escaping
4789:
4790: 2013-10-14 moko
4791:
4792: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4793: and cleanup, code moved from .h to .C, no changes in code
4794:
4795: 2013-10-12 moko
4796:
4797: * tests/results/119.processed: updated test result commited
4798:
4799: * tests/: 291.html, results/291.processed: test for issue #894
4800: added
4801:
4802: * src/types/pa_wcontext.h: base methods call support function
4803: get_somebody_entered_some_class should not be true forever, as
4804: wcontext can have many get_elements calls (fixes issue #894)
4805:
4806: 2013-10-11 moko
4807:
4808: * tests/: 290.html, results/290.processed: test for junction GPF
4809: issue #942 added
4810:
4811: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4812: to native method fixed (closes issue #942)
4813:
4814: * tests/: 158.html, results/158.processed: test for csv-string[]
4815: added
4816:
4817: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4818: feature #907)
4819:
4820: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4821: feature #907)
4822:
4823: 2013-10-09 moko
4824:
4825: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4826: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4827: types/pa_vstateless_class.C: GET_default, SET_default now works
4828: properly not only in objects, but in classes as well (closes
4829: issue #903)
4830:
4831: * tests/: 289.html, results/289.processed: GET/SET_default now
4832: works in classes, not only objects, test case added, related to
4833: issue #903
4834:
4835: * tests/: 288.html, results/288.processed: test for endless
4836: recursion bug added (related to issue #903)
4837:
4838: 2013-10-05 moko
4839:
4840: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4841: classes/table.C, main/execute.C, types/pa_method.h,
4842: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4843: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4844: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4845: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4846: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4847: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4848: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4849: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4850: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4851: optimization: put_element no longer has "bool areplace" argument,
4852: related to issue #903
4853:
4854: 2013-10-03 moko
4855:
4856: * tests/results/182.processed: result for $.replace(false) test
4857: commited
4858:
4859: * src/classes/date.C: ^date::create(number) processed correctly
4860: (fixes issue #901)
4861:
4862: * src/classes/image.C: as_no_junction removed, as param can be
4863: expression (closes issue #931)
4864:
4865: * tests/233.html: test for issue #931 added
4866:
4867: 2013-10-02 moko
4868:
4869: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4870: modified, test for $.replace(false) added
4871:
4872: * src/main/compile_tools.h: forgotten class replace returned. :)
4873:
4874: 2013-09-30 moko
4875:
4876: * tests/: 141.html, results/141.processed: md5 tainting test added
4877:
4878: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4879: main/compile_tools.h, main/pa_request.C: allow_class_replace
4880: implemented; $.replace option added to ^process and ^use
4881:
4882: 2013-08-27 moko
4883:
4884: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4885: cstr_to_string_body_untaint should be called with charsets for
4886: possible uri language and connection for possible sql language.
4887: related to issue #857
4888:
4889: * buildall: and -> or fixed
4890:
4891: 2013-08-26 moko
4892:
4893: * buildall: prepare_ functions logic changed to support
4894: gc-7.2d.tar.gz extracting to gc-7.2 directory
4895:
4896: 2013-08-23 moko
4897:
4898: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4899: statically
4900:
4901: 2013-08-22 moko
4902:
4903: * src/classes/string.C: String::Empty used (related to issue #912)
4904: append_know_length removed (related to old GPF bug)
4905:
4906: 2013-08-21 moko
4907:
4908: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4909:
4910: * src/classes/math.C: ^math:digest[...;$file] support added
4911: (related to ticket #857
4912:
4913: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4914: implemented
4915:
4916: * src/types/pa_vhashfile.h: warning war
4917:
4918: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4919: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4920: anti_endless_json_string_recoursion removed from request;
4921: json_string_recoursion added to json_options; $.indent[indent
4922: value] now supported and passed within recoursion closes feature
4923: #937
4924:
4925: * tests/: 287.html, results/287.processed: test for feature #937
4926:
4927: 2013-07-31 moko
4928:
4929: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4930: compilation having #define _S
4931:
4932: * src/main/pa_globals.C: cleanup
4933:
4934: 2013-07-30 moko
4935:
4936: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4937: main/pa_common.C: vs2003 warning war
4938:
4939: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4940:
4941: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4942:
4943: * src/lib/md5/pa_sha2.c: warning war
4944:
4945: 2013-07-29 moko
4946:
4947: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4948: patches from github
4949:
4950: * src/: classes/bool.C, classes/double.C, classes/int.C,
4951: classes/memcached.C, include/pa_config_includes.h,
4952: types/pa_vfile.C, types/pa_vfile.h: warning war
4953:
4954: * src/lib/json/json.vcproj: C++ -> C
4955:
4956: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4957:
4958: * src/lib/json/: json.c, pa_json.C: windows compatibility
4959:
4960: * src/lib/json/: json.c, pa_json.C: windows compatibility
4961:
4962: * src/lib/json/: json.c, pa_json.C: warning war
4963:
4964: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4965:
4966: * src/include/pa_config_fixed.h: uint16_t added
4967:
4968: * configure.in: uint16_t check added
4969:
4970: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4971: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4972: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4973: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4974: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4975:
4976: 2013-07-25 moko
4977:
4978: * parser3.sln: dependencies added
4979:
4980: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4981: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4982: module support
4983:
4984: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4985:
4986: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4987:
4988: 2013-07-23 moko
4989:
4990: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4991: PA_DEBUG_GC_MEMORY removed
4992:
4993: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4994: PA_DEBUG_DISABLE_GC compilation fix
4995:
4996: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4997: main/pa_request.C: outdated RESOURCES_DEBUG removed
4998:
4999: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5000: garbage cleanup
5001:
5002: * src/main/pa_common.C: warning war
5003:
5004: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5005:
5006: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5007: minor cleanup
5008:
5009: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5010: uses cygwin, not WIN32 implementation
5011:
5012: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5013: able to exec shell scripts
5014:
5015: * src/classes/math.C: ifdef WIN32 cleanup
5016:
5017: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5018:
5019: * src/classes/curl.C: LT_MODULE_EXT used
5020:
5021: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5022:
5023: 2013-07-22 moko
5024:
5025: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5026: includes fix
5027:
5028: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5029:
5030: * configure.in, src/include/pa_config_includes.h,
5031: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5032: src/main/pa_exec.C: includes cleanup
5033:
5034: * src/targets/cgi/parser3.C: 2012->2013
5035:
5036: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5037:
5038: * configure.in, src/include/pa_config_includes.h,
5039: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5040: src/main/pa_random.C, src/main/pa_socks.C,
5041: src/types/pa_vstatus.C: cygwin support cleanup
5042:
5043: * configure.in: dirent.h check added
5044:
5045: * src/: include/pa_config_includes.h, include/pa_dir.h,
5046: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5047: not copied
5048:
5049: 2013-07-21 moko
5050:
5051: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5052:
5053: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5054: parser3.vcproj: unused getopt.h / getopt.c removed
5055:
5056: * operators.txt, src/classes/file.C, tests/022.html,
5057: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5058: $.stat(true)] usage commented
5059:
5060: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5061: src/main/pa_dir.C: ^file:list[] now has dir column and when
5062: $.stat(true) it has size/*date columns modified patch from misha@
5063: that closes issue #914.
5064:
5065: * src/: include/pa_config_includes.h, main/pa_globals.C:
5066: PA_RELEASE_ASSERTS removed
5067:
5068: * src/lib/md5/pa_md5c.c: minor cleanup
5069:
5070: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5071: localeconv()->decimal_point usage remoed (related to issue #934)
5072:
5073: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5074: cordprnt.c removed
5075:
5076: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5077: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5078: pa-include/pa_strings.h: includes cleanup
5079:
5080: * src/lib/md5/pa_md5c.c: headers cleanup
5081:
5082: 2013-07-20 moko
5083:
5084: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5085: cleanup
5086:
5087: 2013-07-19 moko
5088:
5089: * src/classes/math.C: extern "C" added for crypt
5090:
5091: 2013-07-18 moko
5092:
5093: * src/classes/math.C: fix redhat7.2 build
5094:
5095: 2013-07-17 moko
5096:
5097: * configure.in, src/include/pa_config_includes.h,
5098: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5099: added for uint8/32/64_t)
5100:
5101: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5102: pa_config_includes.h used for uint32/64_t
5103:
5104: 2013-07-16 moko
5105:
5106: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5107: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5108: war
5109:
5110: * src/main/compile.tab.C: compile.y was updated
5111:
5112: * src/main/compile.y: warning war
5113:
5114: * src/: include/pa_exception.h, main/pa_exception.C,
5115: main/pa_xml_exception.C: warning war
5116:
5117: * src/: include/pa_common.h, main/pa_common.C: warning war
5118:
5119: * configure.in: beauty :)
5120:
5121: * tests/: 141.html, results/141.processed: sha256/512 added
5122:
5123: 2013-07-13 moko
5124:
5125: * src/lib/md5/md5.vcproj: sha2 added
5126:
5127: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5128: classes/math.C: sha2 support (sha256/sha512 digest)
5129:
5130: 2013-07-08 moko
5131:
5132: * src/classes/image.C: directory read or other read problem message
5133: fixed (related to issue #933)
5134:
5135: 2013-07-07 moko
5136:
5137: * AUTHORS: + misha + moko. :)
5138:
5139: 2013-07-06 moko
5140:
5141: * src/: classes/curl.C, include/pa_globals.h,
5142: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5143: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5144: for lt_dlinit to be called once and lt_dlexit called at right
5145: place (related to issue #925)
5146:
5147: 2013-07-04 moko
5148:
5149: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5150: VString::as_vfile now uses vfile.set_binary_string to avoid
5151: content-type to be set, as it brokes badly designed logic in
5152: response output. This hopefully finishes issue #928.
5153:
5154: * tests/results/: 256.processed, 286.processed: file now displayed
5155: as name, size, mode, content-type
5156:
5157: * src/main/pa_common.C: read error now reported cottectly (fixes
5158: issue #933
5159:
5160: 2013-06-28 moko
5161:
5162: * tests/: 286.html, results/286.processed: test extended
5163:
5164: * tests/: 286.html, results/286.processed: Test for issue #928
5165: added. it tests default content-type change.
5166:
5167: * src/types/pa_vfile.C: closes issue #928 - default content-type
5168: now updated
5169:
5170: 2013-06-25 moko
5171:
5172: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5173: content-type for text/binary files without name added;
5174: ^file::create[$f;...] options now works properly and $f
5175: properties are default (fixes issue #928)
5176:
5177: 2013-05-16 misha
5178:
5179: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5180: added
5181:
5182: * src/main/pa_table.C: - a tiny memory optimisation while creating
5183: table if specified limit is bigger than source rows count
5184:
5185: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5186: added ( new feature: #858 )
5187:
5188: 2013-04-29 moko
5189:
5190: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5191: $.ipresolve(0|1|2) added (closes issue #891)
5192:
5193: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5194:
5195: 2013-04-24 moko
5196:
5197: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5198: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5199: types/pa_vmemcached.h: ^memcache.release[] added, calls
5200: memcached_quit (refs #893)
5201:
5202: 2013-04-22 moko
5203:
5204: * src/: include/pa_string.h, main/pa_common.C: no more double
5205: slashes in file path (fixes bug #872)
5206:
5207: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5208: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5209: #739)
5210:
5211: * tests/results/266.processed: $.max_params added (feature #915)
5212:
5213: * src/: include/pa_common.h, main/pa_http.C: response-charset
5214: option added to file::load (closes issue #867)
5215:
5216: 2013-04-20 misha
5217:
5218: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5219: commited
5220:
5221: 2013-03-15 misha
5222:
5223: * src/classes/: hash.C, table.C: - Optimisation: do not create
5224: multiple empty strings while ::sql. uae String::Empty instead
5225:
5226: 2013-03-14 misha
5227:
5228: * src/classes/reflection.C: - for user classes
5229: ^reflection:method_info[] returns $.max_params and $.extra_param
5230: with $.call_type if they available ( new feature: #915 )
5231:
5232: * src/classes/file.C: - ^file:delete[] now supports an option
5233: $.exception(false) that suppress any exception while deleting
5234: file ( new feature: #916 )
5235:
5236: * src/classes/curl.C: - parsing cookies after curl:load now should
5237: work :)
5238:
5239: 2013-03-12 misha
5240:
5241: * src/types/pa_vfile.C: - if specified file_name is empty string
5242: set default name for the file
5243:
5244: 2013-03-11 misha
5245:
5246: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5247: also available in $f.cookies
5248:
5249: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5250: moved to a separate method
5251:
5252: 2013-03-10 moko
5253:
5254: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5255: added
5256:
5257: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5258: removed (declared by autoconf)
5259:
5260: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5261: uint32_t define
5262:
5263: 2013-03-10 misha
5264:
5265: * src/classes/file.C: ^file:delete and ^file:move now support
5266: option $.keep-empty-dirs(true) ( new feature: #884 )
5267:
5268: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5269: empty dirs is added
5270:
5271: 2013-03-10 moko
5272:
5273: * src/classes/: bool.C, double.C, int.C: default can be present,
5274: but default check removed from ^int/double/bool.int/double/bool
5275: for string.int/double/bool compatibility (related to issue #913)
5276:
5277: * src/classes/string.C: ^string.int/dobule/bool no longer
5278: internally throws exception if default is present (closes issue
5279: #913)
5280:
5281: 2013-03-09 misha
5282:
5283: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5284: optimisations ( #845 )
5285:
5286: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5287:
5288: 2013-03-08 moko
5289:
5290: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5291: creates correct table (fixes issue #910)
5292:
5293: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5294: use outside of 'connect' operator (fixes issue #911)
5295:
5296: * tests/results/: 096.processed, 122.processed: test results
5297: updated as doubles now printed with 15 significant digits, not 5
5298: (fixes issue #882)
5299:
5300: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5301: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5302:
5303: 2013-02-21 moko
5304:
5305: * src/classes/table.C: _locate_name_value does not check arguments
5306: count, so we check it in advance (fixes issue #905)
5307:
5308: 2012-10-23 moko
5309:
5310: * buildall: old shell for and echo compatibility (for six)
5311:
5312: 2012-10-19 moko
5313:
5314: * buildall: --strip added --disable-safe-mode listed in usage
5315:
5316: 2012-10-17 misha
5317:
5318: * src/classes/op.C: - apply-taint should not throw "outside
5319: connect" exception with sql lang now
5320:
5321: 2012-10-17 moko
5322:
5323: * src/main/pa_request.C: bugfix: safe mode should be inited for
5324: each request (for apache module)
5325:
5326: 2012-09-26 moko
5327:
5328: * src/doc/doxygen.cfg: png -> svg
5329:
5330: 2012-09-25 moko
5331:
5332: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5333: test added
5334:
5335: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5336: double use when key is long
5337:
5338: 2012-09-16 moko
5339:
5340: * src/classes/math.C: Format -> Method Encode -> Format
5341:
5342: * tests/: 141.html, results/141.processed: math:digest hmac test
5343: added
5344:
5345: 2012-09-14 moko
5346:
5347: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5348: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5349: implementation added
5350:
5351: 2012-09-12 moko
5352:
5353: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5354: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5355: targets.dox and string.dox slightly actualized
5356:
5357: 2012-08-31 moko
5358:
5359: * ChangeLog: now generated with patched cvs2cl.pl
5360:
5361: 2012-07-29 moko
5362:
5363: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5364: result should be pushed after VMethodFrame destructor is called,
5365: as it deletes junctions from stack params (fixes issue #868)
5366:
5367: 2012-07-23 moko
5368:
5369: * INSTALL, README: buildall script usage documented, other outdated
5370: info updated.
5371:
5372: * buildall-with-xml, buildall-without-xml: replaced by buildall
5373:
5374: 2012-07-21 moko
5375:
5376: * buildall: glib does not compile when threads are disabled...
5377:
5378: * src/types/pa_vmail.C: g_assertion fixes for empty input
5379:
5380: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5381: unref, can't unref nested objects)
5382:
5383: * src/types/pa_vmail.C: another check added
5384:
5385: 2012-07-19 moko
5386:
5387: * buildall: usage added
5388:
5389: * buildall: new buildall script that unites buildall-with-xml,
5390: buildall-without-xml, --with-apache and --with-mailreceive
5391:
5392: * configure.in: support for static gmime and dynamic glib linking.
5393: fixes for FreeBSD
5394:
5395: 2012-07-17 moko
5396:
5397: * configure.in: --with-mailreceive replaced
5398: --with-static-mailreceive and --with-shared-mailreceive pathlink
5399: removed
5400:
5401: 2012-07-16 moko
5402:
5403: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5404: capitalized, content now decoded and text content converted to
5405: $request:charset. all properties are accessed by functions, this
5406: ready for dynamic load.
5407:
5408: 2012-06-28 moko
5409:
1.116 moko 5410: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5411: 32 bit
1.95 moko 5412:
5413: 2012-06-27 moko
5414:
5415: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5416: passive ftp
5417:
5418: * src/lib/ltdl/ltdl.vcproj: release build fixed
5419:
5420: * configure.in: 3.4.2 RC -> 3.4.2
5421:
5422: 2012-06-22 moko
5423:
5424: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5425: #815)
5426:
5427: * tests/: 284.html, results/284.processed: output options test
5428: (feature #265)
5429:
5430: 2012-06-22 misha
5431:
5432: * tests/215.html: - little changes
5433:
5434: 2012-06-21 moko
5435:
5436: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5437: types/pa_vxdoc.h: output_options returned and used (bugfix for
5438: feature #265)
5439:
5440: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5441: breaks long .*, default 10M restored. (issue #216)
5442:
5443: * tests/: 283.html, results/283.processed: test for issue #815
5444: added
5445:
5446: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5447: again, cstrm not required.
5448:
5449: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5450: Win32 and broken FreeBSD (issue #45)
5451:
5452: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5453:
5454: * src/main/pa_string.C: warnings war
5455:
5456: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5457: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5458: main/pa_socks.C, targets/apache/pa_threads.C,
5459: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5460: types/pa_vstatus.C: compilation under cygwin fixed
5461:
5462: 2012-06-19 moko
5463:
5464: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5465: Windows fixed
5466:
5467: * parser3.sln: removed antique pcre_ctype
5468:
5469: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5470:
5471: * src/include/pa_config_fixed.h: undefined reference to
5472: __imp__pcre_* fix for Windows
5473:
5474: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5475: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5476: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5477: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5478: define fixed
1.95 moko 5479:
5480: 2012-06-18 moko
5481:
5482: * src/classes/memcached.C: flush -> clear
5483:
5484: * src/classes/memcached.C: memcached does not support quotes even
5485: in server name
5486:
5487: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5488: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5489: called on open to check servers existance. $.key(true) syntax
5490: now supported
5491:
5492: 2012-06-17 moko
5493:
5494: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5495: cleanup
5496:
5497: * src/classes/table.C, tests/282.cfg, tests/282.html,
5498: tests/results/282.processed: encloser at the EOF bug fixed,
5499: incorrectly enclosed data now processed more logicaly (fixes
5500: #339)
5501:
5502: 2012-06-15 moko
5503:
5504: * buildall-without-xml: sync with buildall-with-xml
5505:
5506: * buildall-with-xml: download auto-detected between fetch and curl
5507:
5508: * configure.in: --with-gc and --with-pcre now also processed
5509: correctly
5510:
1.116 moko 5511: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5512: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5513: should be run on rol1 using automake / aclocal (GNU automake)
5514: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5515:
5516: * configure.in: new PARSER_VERSION logic
5517:
5518: * src/include/pa_version.h: new pa_version.h logic
5519:
5520: * src/: classes/curl.C, classes/file.C, classes/image.C,
5521: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5522: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5523: feols_normalized -> fis_text_content set_binary added
5524:
5525: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5526:
5527: 2012-06-15 misha
5528:
5529: * src/: classes/curl.C, classes/file.C, classes/image.C,
5530: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5531: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5532: ^file::create[text;content] EOLs in content now is normalized. (
5533: new feature: #815 )
5534:
5535: 2012-06-15 moko
5536:
5537: * configure.in: --disable-version-update added to disable version
5538: update with host information (for debian package) whitespace
5539: optimized
5540:
5541: * configure.in: version changed to 3.4.2 RC no-pic added for
5542: libtool
5543:
5544: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5545: it.
5546:
5547: 2012-06-14 moko
5548:
5549: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5550: tests/results/281.processed: "hash flocked" error removed for
5551: safe operations like ^h._count[] ( new feature: #335 )
5552:
1.116 moko 5553: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5554:
5555: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5556:
5557: * configure.in: --with-static/shared xml replaced with --with-xml,
5558: xml compilation check added
5559:
5560: * configure.in: --with-static/shared-gc, --with-static-pcre are
5561: replaced with --with-gc and --with-pcre test for pcre linking
5562: added
5563:
5564: 2012-06-13 moko
5565:
5566: * configure.in: apxs2 check optimized
5567:
5568: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5569: .la, includes optimized
5570:
5571: * buildall-with-xml: --with-pic looks better for -fPIC
5572:
5573: * configure.in: switched to convenience library in static linking
5574:
5575: * src/targets/apache/Makefile.am: switched to convenience library
5576: usage to avoid libtool warnings
5577:
5578: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5579: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5580: smtp/Makefile.am: switched to convenience library usage
5581:
5582: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5583:
5584: * src/targets/apache/Makefile.am: updated for libtool usage
5585:
5586: * buildall-without-xml: --with-included-ltdl added
5587:
5588: * buildall-without-xml: sync with buildall-with-xml
5589:
5590: * buildall-with-xml: --with-included-ltdl added $cflags added for
5591: -fPIC for x64 $download added for wget success check added
5592:
5593: * buildall-without-xml: --with-dynamic-stdcpp removed
5594:
5595: * configure.in: disable-static returned
5596:
5597: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5598: LIBTOOLFLAGS
5599:
5600: 2012-06-12 moko
5601:
5602: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5603: compatible with LIBTOOLFLAGS for unknown reasons
5604:
5605: * buildall-with-xml: --with-dynamic-stdcpp removed
5606:
5607: * configure.in: static/dynamic -lstdc++ linking option removed
5608: apxs2 check added
5609:
5610: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5611: option removed
5612:
5613: 2012-06-10 moko
5614:
5615: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5616: added
5617:
5618: * src/targets/cgi/pp3.cmd: old PAF stuff
5619:
1.116 moko 5620: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5621: beauty
1.95 moko 5622:
5623: * depcomp: from libtool 2.4.2
5624:
5625: * configure.in: ltdl directory removed, it has correct Makefile.in
5626:
5627: 2012-06-09 moko
5628:
1.116 moko 5629: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5630: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5631: autogenerated files updated after libtool update
5632:
1.116 moko 5633: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5634: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5635: config_auto.h.in, config_fixed.h, configure, configure.ac,
5636: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5637: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5638: config/compile, config/config.guess, config/config.sub,
5639: config/depcomp, config/install-sh, config/ltmain.sh,
5640: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5641: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5642: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5643: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5644: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5645: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5646: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5647: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5648:
5649: * configure.in: preparation for new libtool
5650:
5651: * configure.in: Some beauty added :)
5652:
5653: * src/targets/apache/Makefile.am: := -> =
5654:
5655: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5656: again. :)
5657:
5658: * src/include/pa_config_includes.h, configure.in: limits.h added,
5659: previously was taken from pcre_internal.h. :)
5660:
5661: * src/lib/pcre/Makefile.am: config.h returned
5662:
5663: * src/lib/pcre/config.h: still need this. :)
5664:
5665: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5666:
5667: * configure.in: --with-charsets removed; --with-mysql-client & co
5668: removed
5669:
5670: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5671: now in parser tree, no need to copy
5672:
5673: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5674: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5675: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5676: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5677: extracts now used old trash removed
5678:
5679: * etc/parser3.charsets/Makefile.am: charsets now in share
5680: (debian/patches/104_automake.patch) + all charsets are copied
5681:
5682: * buildall-with-xml, buildall-without-xml: curl option removed +
5683: extra arguments now supported
5684:
5685: 2012-06-08 misha
5686:
5687: * src/classes/table.C: - one params.as_hash usage was rolled back:
5688: the 2nd option in ^table.hash[] could be hash or table so
5689: .as_hash will throw an exception when table option is specified
5690:
5691: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5692: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5693: classes/table.C, classes/void.C, classes/xdoc.C,
5694: include/pa_exception.h, types/pa_vmethod_frame.C,
5695: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5696: and improved (whitespaces are allowed as empty options) -
5697: MethodParams::as_table is added - above methods are used for
5698: parsing methods' options ( new feature: #9 )
5699:
5700: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5701: to vclass. now class fields can be accessible as a hash:
5702: $h[^hash::create[$asd:CLASS]]
5703:
5704: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5705: have get_fields method so their fields can be accessed with
5706: ^reflection:fields[...] & ^reflection:field[...]
5707:
5708: 2012-06-06 misha
5709:
5710: * tests/280.html: - tests for
5711: ^reflection:method[obj-or-class;method],
5712: ^reflection:field[obj-or-class;field] and
5713: ^reflection:fields[obj-or-class] are added
5714:
5715: 2012-06-05 misha
5716:
5717: * src/classes/reflection.C: - ^reflection:method[class or
5718: object;method name] and ^reflection:field[class or object;field
5719: name] are added
5720:
5721: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5722: is used
5723:
5724: * src/types/pa_method.h: - Method::as_vjunction method is added
5725:
5726: 2012-06-05 moko
5727:
1.116 moko 5728: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5729:
5730: * src/classes/memcached.C: flish ttl fixed
5731:
5732: 2012-06-04 moko
5733:
5734: * src/classes/json.C, src/classes/op.C, tests/279.html,
5735: tests/results/279.processed: ^json:parse[] now supports $.taint
5736: option (new feature #833)
5737:
5738: 2012-06-04 misha
5739:
5740: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5741: - search_stop method was moved from pa_vcookie.C to pa_common.C
5742:
5743: 2012-06-03 misha
5744:
5745: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5746: cookies are parced and stored into $.cookies ( new feature: #31 )
5747:
5748: 2012-05-30 misha
5749:
5750: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5751: incomplete class into a scope while @USE is found
5752:
5753: * src/main/compile.y: - add incomplete class into a scope while
5754: @USE and @CLASS instructions are found ( bugfix: #838 )
5755:
5756: 2012-05-30 moko
5757:
5758: * src/types/pa_vclass.C, tests/278.html,
5759: tests/results/278.processed: removed "property has no getter
5760: method" exception when GET_DEFAULT present (fixes #269)
5761:
5762: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5763: $._default
5764:
5765: 2012-05-29 moko
5766:
5767: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5768: uninitialized values usage (new feature: #154)
5769:
5770: 2012-05-28 moko
5771:
5772: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5773: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5774: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5775: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5776: src/types/pa_vobject.C, src/types/pa_vobject.h,
5777: src/types/pa_vstring.h, src/types/pa_vtable.C,
5778: tests/results/277.processed, src/types/pa_vtable.h,
5779: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5780: ^json:string[$o; $.default[$method]] implemented for VObject (new
5781: feature #803)
5782:
5783: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5784: tests/results/277.processed: json numbers are now treated as
5785: double ( new feature: #834 )
5786:
5787: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5788: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5789: added for out of range checks, zero division in vint/vdouble
5790: check added ( fixes #832 )
5791:
5792: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5793: ( fixes #832 )
5794:
5795: 2012-05-28 misha
5796:
5797: * buildall-with-xml: - --without-lzma option is added to libxml2
5798: configure
5799:
5800: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5801: added - tests for unsupported values for options $.file, $.table
5802: and $.date are added
5803:
5804: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5805: accepts "stat" $.file[] option's value in addition to existed
5806: "text" and "base64" ( new feature: #835 )
5807:
5808: * tests/276.html: - test for
5809: ^reflection:delete[$object-or-class;field-name]
5810:
5811: * src/classes/reflection.C: -
5812: ^reflection:delete[$object-or-class;field-name] is added ( new
5813: feature: #268 )
5814:
5815: 2012-05-27 misha
5816:
5817: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5818:
5819: 2012-05-24 misha
5820:
5821: * src/include/pa_common.h: - method lastposafter was removed
5822:
5823: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5824: lastposafter - ^file:dirname[] & Co proper handle windows file
5825: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5826: work as *nix commands
5827:
5828: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5829:
5830: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5831: rskipchars were added
5832:
5833: * tests/270.html: - more tests for ^file:find[]
5834:
5835: * tests/065.html: - more tests for ^file:dirname[] & Co
5836:
5837: * src/include/pa_version.h: - must be "win32" here. it is
5838: auto-generated on *nix
5839:
5840: 2012-05-24 moko
5841:
5842: * src/classes/math.C: ^math:convert[] now supports uint32 and
5843: throws overflow exception ( new feature: #830 )
5844:
5845: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5846: uint32 support and overflow added ( new feature: #830 )
5847:
5848: 2012-05-23 moko
5849:
5850: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5851: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5852: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5853: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5854: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5855: types/pa_vregex.h, types/pa_vstateless_class.C,
5856: types/pa_vstateless_class.h, types/pa_vstring.h,
5857: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5858: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5859: "return string as-is" removed from as_expr_result. ( new feature:
5860: #831 )
5861:
5862: * tests/results/244.processed: test changed after bug #782 fix
5863: commited
5864:
5865: * tests/results/229.processed: test results for bug #782 commited
5866:
5867: * tests/: 254.html, results/254.processed: uid now just compared,
5868: not printed. :)
5869:
5870: 2012-05-20 moko
5871:
5872: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5873: feature: #341 )
5874:
5875: * tests/: 254.html, results/254.processed: test for
5876: ^reflection:uid[] added
5877:
5878: * tests/: 254.html, results/254.processed: test for
5879: ^reflection:uid[$obj] added
5880:
5881: 2012-05-17 misha
5882:
5883: * src/main/untaint.C: - do not replace ' char by _26 while
5884: exploding filespec-tainting ( new feature: #829 )
5885:
5886: 2012-05-12 moko
5887:
5888: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5889: not.
5890:
5891: 2012-05-08 moko
5892:
5893: * src/types/pa_vmethod_frame.h: bug #782 fixed
5894:
5895: * tests/229.html: test for bug #782
5896:
5897: * tests/results/259.processed, src/main/pa_request.C,
5898: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5899: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5900: src/types/pa_vvoid.h: feature #154 - first empty param now
5901: string; defined locals are empty strings; $STRICT-VARS(true)
5902: added
5903:
5904: 2012-04-27 moko
5905:
1.116 moko 5906: * src/targets/apache/Makefile.am:
1.95 moko 5907: ../../lib/memcached/libmemcached.a added
5908:
5909: 2012-04-27 misha
5910:
5911: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5912: ( #827 )
5913:
5914: 2012-04-25 moko
5915:
5916: * src/: classes/json.C, classes/memcached.C,
5917: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5918: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5919: implemented.
5920:
5921: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5922:
5923: 2012-04-23 moko
5924:
5925: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5926: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5927: types/pa_vmemcached.h: open allows options hash for new
5928: memcached(options) function
5929:
5930: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5931: not appended
5932:
5933: 2012-04-21 moko
5934:
5935: * src/classes/curl.C: '' added. :)
5936:
5937: * src/classes/classes.vcproj: new curl.h location
5938:
5939: * src/classes/curl.C: verbose output redirection from stderr to
5940: file curl option added
5941:
5942: 2012-04-20 moko
5943:
5944: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5945: contains what we need from curl, #ifdef HAVE_CURL removed
5946:
1.116 moko 5947: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5948: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5949: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5950: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5951: configure option
5952:
5953: 2012-04-19 moko
5954:
5955: * src/: classes/double.C, classes/inet.C, classes/int.C,
5956: classes/string.C, lib/gc/include/gc_allocator.h,
5957: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5958: options from sql_result_string removed. (closes issue #468)
5959:
5960: * src/types/pa_vmemcached.C: empty string fix
5961:
5962: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5963: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5964: pa_vmemcached.C
5965:
5966: 2012-04-18 moko
5967:
5968: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5969: apache2-mpm-prefork" error displayed in threaded mpm.
5970:
5971: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5972: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5973: installed (issue #354)
5974:
5975: 2012-04-16 moko
5976:
5977: * src/types/pa_vmemcached.C: call to memcached_result_create and
5978: memcached_result_free removed
5979:
5980: 2012-04-14 moko
5981:
5982: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5983:
5984: * src/types/pa_vmemcached.C: check_key added and used
5985:
5986: 2012-04-13 moko
5987:
5988: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5989: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5990: Serialization_data now added and used, VString now serialized
5991: with languages into memcached.
5992:
5993: 2012-03-28 moko
5994:
5995: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5996: lib/memcached/pa_memcached.h: result lengths added
5997:
5998: 2012-03-27 moko
5999:
6000: * src/types/pa_vmemcached.C: strdup added
6001:
6002: 2012-03-24 moko
6003:
6004: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6005: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6006: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6007:
6008: 2012-03-20 moko
6009:
1.116 moko 6010: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6011:
6012: * src/targets/cgi/Makefile.am: cleanup
6013:
6014: * src/: types/Makefile.am, types/pa_vmemcached.C,
6015: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6016:
6017: * src/: classes/Makefile.am, classes/memcached.C,
6018: lib/memcached/Makefile.am, lib/memcached/constants.h,
6019: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6020: lib/memcached/types.h, lib/Makefile.am: memcached initial
6021:
6022: 2012-03-16 moko
6023:
6024: * src/main/execute.C: ident now works under Linux + ident displays
6025: filenames (closes issue #818)
6026:
1.116 moko 6027: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6028: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6029: pa_vmethod_frame_local.h removed
6030:
6031: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6032: classes/classes.h, classes/curl.C, classes/date.C,
6033: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6034: classes/hashfile.C, classes/image.C, classes/inet.C,
6035: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6036: classes/memory.C, classes/op.C, classes/reflection.C,
6037: classes/regex.C, classes/response.C, classes/string.C,
6038: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6039: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6040: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6041: include/pa_config_fixed.h, include/pa_config_includes.h,
6042: include/pa_dictionary.h, include/pa_dir.h,
6043: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6044: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6045: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6046: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6047: include/pa_request_charsets.h, include/pa_request_info.h,
6048: include/pa_sapi.h, include/pa_socks.h,
6049: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6050: include/pa_stack.h, include/pa_string.h,
6051: include/pa_stylesheet_connection.h,
6052: include/pa_stylesheet_manager.h, include/pa_table.h,
6053: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6054: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6055: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6056: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6057: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6058: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6059: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6060: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6061: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6062: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6063: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6064: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6065: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6066: main/pa_string.C, main/pa_stylesheet_connection.C,
6067: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6068: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6069: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6070: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6071: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6072: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6073: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6074: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6075: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6076: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6077: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6078: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6079: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6080: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6081: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6082: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6083: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6084: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6085: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6086: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6087: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6088: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6089: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6090: types/pa_vresponse.h, types/pa_vstateless_class.C,
6091: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6092: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6093: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6094: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6095: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6096: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6097: ident now works under Linux + ident displays filenames (closes
6098: issue #818) Copyright updated
6099:
6100: 2012-03-13 moko
6101:
6102: * src/main/pa_string.C: compilation fix for feature #741
6103:
6104: 2012-03-09 misha
6105:
6106: * tests/193.html: - tests for ^string:base64[encoded] are updated
6107:
6108: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6109: now detects invalid base64 chars in the middle of encoded stricg
6110: ( new feature: #55 )
6111:
6112: * src/include/pa_exception.h: - new exception type for base64
6113: decoding is added
6114:
6115: 2012-03-06 misha
6116:
6117: * tests/274.html: - tests for ^date::today[] and
6118: ^date.sql-string[datetime|date|time] are added
6119:
6120: * src/classes/date.C: - constructor ^date::today[] is added ( new
6121: feature: #811 ) - ^date.sql-string[] now can accept one param --
6122: strings "datetime", "date" or "time" - comments tidying up
6123:
6124: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6125: date and time
6126:
6127: 2012-03-03 misha
6128:
6129: * tests/193.html: - tests for
6130: ^string:base64[encoded;$.strict(true)] are added
6131:
6132: * tests/results/auto.p: - try-catch operator is added
6133:
6134: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6135: main/pa_common.C: - $.strict(true|false) option is added to
6136: base64 decode methods ( new feature: #55 )
6137:
6138: * src/main/pa_common.C: - base64 decode memory usage was decreased
6139: ( new feature: #819 )
6140:
6141: 2012-02-28 moko
6142:
6143: * src/classes/hash.C: ident test
6144:
6145: 2012-02-27 misha
6146:
6147: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6148:
6149: 2012-01-08 misha
6150:
6151: * tests/273.html: - tests for ^string.replace[from;to] are added
6152:
6153: * src/: classes/string.C, include/pa_dictionary.h,
6154: main/pa_dictionary.C, main/pa_string.C: -
6155: ^string.replace[from;to] is added ( new feature: #741 ) -
6156: ^string.replace[one subst here] is slightly optimized
6157:
6158: 2011-12-07 misha
6159:
6160: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6161: named table with one empty column ( bugfix: #63 )
6162:
6163: 2011-11-30 misha
6164:
6165: * src/classes/json.C: - it's possible to set user's method for
6166: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6167: #763 )
6168:
6169: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6170:
6171: 2011-11-23 misha
6172:
6173: * src/: classes/curl.C, classes/file.C, classes/image.C,
6174: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6175: types/pa_vfile.h, types/pa_vform.C: - constructor
6176: ^file::create[mode;filename;content[;options]] now accepts binary
6177: mode and file-content - new constructor's format:
6178: ^file::create[string-or-file-content[;$.name[filename]
6179: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6180: feature: #65 )
6181:
6182: * src/: include/pa_request.h, main/pa_request.C: - new method
6183: mime_type_of(const String*) is added
6184:
6185: * src/include/pa_exception.h: - new exception constant
6186: FILE_NAME_MUST_BE_SPECIFIED is added
6187:
6188: * src/classes/table.C: - bug with negative offset transformed into
6189: a feature. it means pointing to a row from the end of the table (
6190: new feature: #810 )
6191:
6192: 2011-11-19 misha
6193:
6194: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6195: â ìåòîäå _select ( new feature: #810 )
6196:
6197: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6198: options were specified together is simplified
6199:
6200: 2011-11-12 misha
6201:
6202: * src/main/pa_request.C: - forgotten fix for escaping filename in
6203: HTTP content-disposition header (a part of bug #361 )
6204:
6205: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6206: checks for ancestors' classes as well ( new feature: #456 )
6207:
6208: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6209: "without cycle" now have types "parser.break" and
6210: "parser.continue" instead of "parser.runtime" ( new feature: #799
6211: )
6212:
6213: 2011-11-11 misha
6214:
6215: * tests/results/: 099.processed, 100.processed, 205.processed,
6216: 237.processed: - since bug #361 was fixed the content of filename
6217: in HTTP headers is quoted
6218:
6219: * tests/results/270.processed: - result for test 270
6220:
6221: * tests/: 065.html, results/065.processed: - more tests for
6222: ^file:basename[] & Co were added
6223:
6224: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6225:
6226: * tests/270.html: - tests for ^file:find[] are added
6227:
6228: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6229: using option $.charset. option $.engoding is still supported but
6230: these options can not be specified together
6231:
6232: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6233: comparation charset name with string "UTF-8" ( bugfix: #759 )
6234:
6235: 2011-10-11 misha
6236:
6237: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6238: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6239: #622)
6240:
6241: 2011-09-30 misha
6242:
6243: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6244: exception "saving stat-ed file" ( bugfix: #395 )
6245:
6246: 2011-05-30 misha
6247:
6248: * src/classes/string.C: - fixed bug which was added with
6249: params.as_hash into string:sql
6250:
6251: 2011-05-29 misha
6252:
6253: * src/types/pa_value.C: - filename in content-disposition header
6254: must be quoted ( bugfix: #361 )
6255:
6256: 2011-05-27 misha
6257:
6258: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6259: created file
6260:
6261: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6262: usage
6263:
6264: * src/include/pa_exception.h: - one more string for exception was
6265: added
6266:
6267: 2011-05-25 misha
6268:
6269: * tests/269.html: - tests for checking input params in some dom
6270: methods
6271:
6272: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6273: was added. it isn't possible not wo create xdoc with invalid
6274: tagName. ( bugfix: #160 )
6275:
6276: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6277: string "data must be string" was mover from pa_exception.h to
6278: pa_xml_exception.h
6279:
6280: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6281: as_xmlncname, as_xmlname and as_xmlnsuri were added
6282:
6283: * src/main/pa_xml_exception.C: - XmlException accepts more options
6284:
6285: * src/include/pa_xml_exception.h: - XmlException accepts more
6286: options - XML-related exception's strings were added
6287:
6288: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6289: output_options were removed)
6290:
6291: 2011-05-19 misha
6292:
6293: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6294: params.as_hash is used more while parsing methods hash-options
6295:
6296: 2011-05-18 misha
6297:
6298: * operators.txt: - info about json-serialization of xdoc was added
6299:
6300: * tests/256.html: - tests for json-serialization xdoc were added
6301:
6302: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6303:
6304: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6305: classes/json.C, classes/xdoc.C: - now json:string can serialize
6306: xdoc-objects. options (the same as ^xdoc.string[]) could be
6307: specified in $.xdoc[] ( new feature: #265 )
6308:
6309: 2011-05-15 misha
6310:
6311: * tests/268.html: - tests for ^table.count[with options] were added
6312:
6313: * src/classes/table.C: - method ^table.count[] now can accept
6314: options ( new feature: #93 ): ^table.count[column] returns number
6315: of columns for named table; ^table.count[cells] returns number of
6316: cells in the current row; ^table.count[] & ^table.count[rows]
6317: return number of rows in a table.
6318:
6319: * tests/267.html: - test for checking switch/case in boolean mode
6320: was added
6321:
6322: * src/classes/op.C: - if switch's or case's value is bool, they are
6323: compared as bool values, not as double values: new feature: #351
6324:
6325: 2011-05-06 misha
6326:
6327: * tests/242.html: - EOL before EOF was added
6328:
6329: * tests/169.html: - tests for splitting empty string and void were
6330: added
6331:
6332: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6333: returned table with one empty cell)
6334:
6335: 2011-04-03 misha
6336:
6337: * src/include/pa_version.h, configure.in: - version in head was
6338: changed to 3.4.2b
6339:
6340: 2011-03-30 misha
6341:
6342: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6343: as well ( new feature #294 )
6344:
6345: 2011-03-29 misha
6346:
6347: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6348: limited to approx. 6 MB. previous limits were too big for real
6349: life. bugfix: #216
6350:
6351: 2011-03-04 moko
6352:
6353: * etc/parser3.charsets/cp866.cfg: Conforms to
6354: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6355:
6356: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6357: vlalek@
6358:
6359: 2011-02-22 misha
6360:
6361: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6362: be under #ifdef XML or parser can't be compiled without xml
6363: support
6364:
6365: 2011-02-21 misha
6366:
1.116 moko 6367: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6368: ApacheModuleParser3.vcproj was removed
6369:
6370: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6371: removed)
6372:
6373: 2011-02-20 misha
6374:
6375: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6376: $.overridden in ^reflection:method_info[...] were added
6377:
6378: * src/classes/reflection.C: - beautifying result of
6379: ^reflection:method_info[] ($.overridden/inherited)
6380:
6381: 2011-02-18 misha
6382:
6383: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6384: and pa_isalnum instead of isalpha and isalnum - bug with
6385: redundand quoting lowercased latin chars while building email
6386: body was fixed
6387:
6388: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6389: added (they check for latin chars only)
6390:
6391: 2011-02-16 misha
6392:
6393: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6394: string size for transcoding gave too small value (should ever
6395: look for availability char in dest charset inspite of the char
6396: size)
6397:
6398: 2011-02-04 moko
6399:
6400: * tests/223.html: header values now not url-encoded (issue #195)
6401:
6402: 2011-02-01 misha
6403:
6404: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6405:
6406: 2011-01-31 misha
6407:
6408: * src/main/pa_request.C: - throw exception if param file_name in
6409: use_file is empty
6410:
6411: 2011-01-08 moko
6412:
6413: * src/classes/curl.C: compilations errors fixed
6414:
6415: 2010-12-29 moko
6416:
6417: * tests/: 265.html, results/265.processed: test for issue #200
6418: added
6419:
6420: * src/main/pa_string.C: empty regex result check added (fixes issue
6421: #200)
6422:
6423: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6424:
6425: * tests/results/223.processed: header values now not url-encoded
6426: (issue #195)
6427:
6428: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6429: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6430: pa_http_safe_header_name added for headers names (fixes bug #195)
6431:
6432: 2010-12-18 misha
6433:
6434: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6435: => pa-include
6436:
6437: 2010-11-28 moko
6438:
6439: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6440:
6441: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6442: -> pa
6443:
6444: * configure.in: apr -> pa
6445:
6446: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6447:
6448: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6449: classes/Makefile.am, types/Makefile.am: apr -> pa
6450:
6451: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6452: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6453: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6454: pa-include/pa_apr.h, pa-include/pa_errno.h,
6455: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6456: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6457: module apr name conflict resolved)
6458:
6459: 2010-11-27 misha
6460:
6461: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6462: libbz2
6463:
6464: 2010-11-26 misha
6465:
6466: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6467: warnings removed
6468:
6469: 2010-11-25 moko
6470:
6471: * operators.txt: $.indent(true)
6472:
6473: * operators.txt: another bugfix. :)
6474:
6475: * operators.txt: bugfix. :)
6476:
6477: * buildall-with-xml: libxml2-2.7.8 + with-apache
6478:
6479: 2010-11-24 moko
6480:
1.116 moko 6481: * configure: apxs support
1.95 moko 6482:
6483: * configure.in: apxs support -Bstatic gc removed for OS X
6484:
6485: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6486:
6487: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6488: THREAD_LOCAL usage
6489:
6490: * src/: classes/curl.C, include/pa_config_includes.h,
6491: main/pa_globals.C: THREAD_LOCAL defined and used
6492:
6493: 2010-11-23 moko
6494:
6495: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6496: should be passed to pa_sleep, and only fractional part (bugfix:
6497: #188)
6498:
6499: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6500:
6501: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6502: GC_dont_gc=1, as in cgi version
6503:
6504: * src/targets/apache/mod_parser3.c: warning war
6505:
6506: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6507: pa_httpd.h: version removed, some trash removed
6508:
6509: * src/targets/apache/mod_parser3.c: version removed (we don't want
6510: to show it), warning war
6511:
6512: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6513: pa_httpd.h: parser_status_allowed removed + merge config
6514: functions removed (override is the default) + beauty
6515:
6516: * src/: include/pa_request.h, main/pa_request.C,
6517: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6518: hide $status used in apache module removed
6519:
6520: 2010-11-18 moko
6521:
6522: * operators.txt: $.table[compact] added for ^json:string[]
6523:
6524: 2010-11-16 moko
6525:
6526: * src/targets/apache/mod_parser3.c: some cleanup done
6527:
6528: * src/main/untaint.C: bugfix: first, second String::Body argument
6529: is hashcode; second, info.fragment_begin is original, not
6530: resulting length
6531:
6532: * src/classes/file.C: new feature: $.stdin now untainted
6533:
6534: * tests/results/264.processed: new feature: $.stdin[] now untainted
6535:
6536: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6537:
6538: * src/classes/op.C: ^apply-taint[] method added
6539:
6540: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6541: added; $.stdin untaint test added
6542:
6543: 2010-11-15 moko
6544:
6545: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6546: removed
6547:
6548: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6549: pa_httpd.h: 2x2 calculated under apache2. :)
6550:
6551: 2010-11-13 moko
6552:
6553: * src/targets/apache/mod_parser3.c: initial changes to build module
6554: with apache 2.x includes
6555:
6556: * src/targets/apache/: Makefile.am, mod_parser3.c,
6557: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6558: united apache 1.3 / apache 2.x DSO module
6559:
6560: 2010-11-09 moko
6561:
6562: * src/types/pa_method.h: check added to dissallow @method[name;*]
6563: syntax
6564:
6565: * tests/: 263.html, results/263.processed: test from method[*args]
6566: added
6567:
6568: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6569: number of params can now be passed to a method declared with *arg
6570:
6571: 2010-11-06 moko
6572:
6573: * src/classes/table.C: formating fixed. :)
6574:
6575: * src/classes/table.C: closes #4: ^table.select now supports
6576: $.limit(), $.offset, $.reverse() options
6577:
6578: * tests/: 262.html, results/262.processed: test for ^table:select
6579: with options added (feature #4)
6580:
6581: * src/include/pa_array.h: remove function added
6582:
6583: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6584: object in get_element/put_element, using static one.
6585:
6586: 2010-11-04 moko
6587:
6588: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6589: options is passed
6590:
6591: * tests/: 256.html, results/256.processed: $.table[compact] feature
6592: now tested; k and p in handler now tested.
6593:
6594: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6595: $.table[compact] feature added
6596:
6597: * src/classes/json.C: key is now passed to handler in
6598: value_json_string; ^json:string result now process tainting
6599: inside and returns clean string, related to issue #153
6600:
6601: * src/main/untaint.C: bugfix: charset can be null (in
6602: ^string:save[] as example), thus check is added
6603:
6604: 2010-10-31 moko
6605:
6606: * src/classes/string.C: error message changed (fixes issue #149)
6607:
6608: 2010-10-29 moko
6609:
6610: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6611: port is not default (fixes issue #155); exception on invalid port
6612: added.
6613:
6614: * src/main/untaint.C: '*' is now not urlencoded to allow header
6615: "Accept: */*" to be passed
6616:
6617: 2010-10-28 moko
6618:
6619: * src/classes/curl.C: bugfix: detect_charset() was throwing
6620: exception on unknown charset even if response_charset was
6621: specified
6622:
6623: 2010-10-27 moko
6624:
6625: * src/classes/string.C: ^string.append removed for void
6626: compatibility
6627:
6628: 2010-10-26 moko
6629:
6630: * src/classes/json.C: libjson supports array at top level, we too
6631: (GPF fixed)
6632:
6633: 2010-10-25 moko
6634:
6635: * tests/: 253.html, results/253.processed: libjson supports array
6636: at top level, parser now supports it as well.
6637:
6638: * tests/261.html, tests/results/261.processed,
6639: src/types/pa_vstring.h: empty string is now void compatible
6640: (allows $empty.key)
6641:
6642: 2010-10-22 misha
6643:
6644: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6645: while adding additional expires checkout)
6646:
6647: * tests/030.html: - test for session cookie was added
6648:
6649: 2010-10-21 moko
6650:
6651: * src/: classes/string.C, classes/void.C, main/execute.C,
6652: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6653: string (feature #111)
6654:
6655: * tests/: 261.html, results/261.processed: checks void from string
6656: inheritance (feature #111)
6657:
6658: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6659: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6660: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6661: now true by default
6662:
6663: 2010-10-17 moko
6664:
6665: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6666: upload now uses binary blocks instead of L_FILE_POST tainting.
6667: (bugfix: #128)
6668:
6669: * tests/: 223.html, results/223.processed: binary file upload test
6670: added, GPF (issue #128) also checked in this test
6671:
6672: 2010-10-13 misha
6673:
6674: * tests/260.html: - test for math:convert
6675:
6676: * src/classes/math.C: - error in math:convert was fixed
6677:
6678: * operators.txt: - info about
6679: ^math:convert[number](from-base;to-base) was added
6680:
6681: * src/classes/math.C: - method
6682: ^math:convert[number](from-base;to-base) for converting number
6683: represention from one base to another was added ( new feature:
6684: #23 )
6685:
6686: 2010-10-13 moko
6687:
6688: * src/main/compile.tab.C: [] now is empty string, not void
6689:
6690: * src/main/compile.y: [] now is empty string, not void
6691:
6692: * src/types/pa_vvoid.h: void now passed as parameter
6693:
6694: * tests/: 259.html, results/259.processed: to test difference
6695: between void and empty string (see ticket #111)
6696:
6697: * tests/results/152.processed: $sEmpty[] is now empty string, not
6698: void
6699:
6700: * tests/256.html: $s[$void] is no longer empty string
6701:
6702: * tests/254.html: empty string is no longer void
6703:
6704: 2010-10-12 misha
6705:
6706: * src/types/pa_vcookie.C: - check if $.expires value can be
6707: converted to date during cookies set up ( bugfix: #104 )
6708:
6709: * tests/041.html: - more tests for ^table.locate were added
6710:
6711: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6712: work ( bugfix: #129 ) - exception comment for incorrect options
6713: ^table.locate[field;value;options] was fixed
6714:
6715: 2010-10-10 moko
6716:
6717: * src/: classes/reflection.C, main/execute.C: constructor returning
6718: another object feature returned
6719:
6720: * tests/results/258.processed: test result updated as constructor
6721: returning another object feature returned
6722:
6723: * tests/: 258.html, results/258.processed: test for constructor
6724: returning another object
6725:
6726: 2010-10-08 misha
6727:
6728: * tests/257.html: - whitespaces after @METACOMMANDS and their
6729: options shouldn't cause exceptions any longer
6730:
6731: 2010-10-06 moko
6732:
6733: * src/classes/: hash.C, table.C: length from sql server is now
6734: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6735:
6736: 2010-10-02 misha
6737:
6738: * operators.txt: - the X mark was removed from ^cache[file]. it is
6739: usable to delete cache file.
6740:
6741: 2010-10-02 moko
6742:
6743: * tests/: 253.html, results/253.processed: hook_key added for key
6744: checking
6745:
6746: * src/classes/json.C: null key bug fixed
6747:
6748: 2010-09-29 misha
6749:
6750: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6751:
6752: 2010-09-25 moko
6753:
6754: * src/classes/json.C: small fixed
6755:
6756: * tests/results/: 253.processed, 255.processed: just updated
6757:
6758: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6759: results/255.processed: charset transcode test added for
6760: json:parse
6761:
6762: 2010-09-24 moko
6763:
6764: * src/types/pa_value.h: warning war :)
6765:
6766: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6767: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6768: ^json:string
6769:
6770: 2010-09-22 moko
6771:
6772: * src/main/pa_charset.C: parser charset tables declare only
6773: white-space before 0x20, thus adding the missing chars
6774:
6775: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6776: to http://unicode.org/Public/MAPPINGS/VENDORS/
6777:
6778: 2010-09-21 misha
6779:
6780: * src/main/compile.y: - some semicolons were added (VS2010 don't
6781: want to compile grammar if they are absent)
6782:
6783: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6784:
6785: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6786:
6787: * src/main/main.vcproj: - path to bison is changed
6788:
6789: 2010-09-21 moko
6790:
1.116 moko 6791: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6792: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6793: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6794:
6795: 2010-09-20 misha
6796:
6797: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6798:
6799: * src/classes/json.C: - add EOL while json-serializing hash
6800:
6801: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6802: compilers don't like 'ES'.
6803:
6804: 2010-09-17 misha
6805:
6806: * operators.txt: - info about json class was added
6807:
6808: * src/classes/json.C: - ^json:string[object]
6809:
6810: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6811: preventing infinite recursion while executing json:string was
6812: added
6813:
6814: * src/include/pa_string.h: - method append_quoted was added
6815:
6816: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6817: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6818: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6819: was added to Value & Co
6820:
6821: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6822: were used
6823:
6824: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6825: were added
6826:
6827: 2010-09-10 moko
6828:
6829: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6830: die_or_abort (backport from 3.4.1)
6831:
6832: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6833: die_or_abort (bugfix: #106)
6834:
6835: 2010-09-09 moko
6836:
6837: * src/classes/json.C: warning war. :)
6838:
6839: 2010-09-08 misha
6840:
6841: * src/lib/json/Makefile.am: - additional include directories were
6842: added (for pa_memory.h and gc.h)
6843:
6844: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6845: compile as C++ instead default - additional include directory was
6846: added (for gc.h)
6847:
6848: * src/types/pa_vform.C: - little code reformating
6849:
6850: * src/classes/file.C: - $.content-type option now can be specified
6851: in ^file::create ( new feature: #102 )
6852:
6853: 2010-09-08 moko
6854:
6855: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6856: pa_malloc/pa_free
6857:
6858: 2010-09-07 moko
6859:
6860: * tests/results/254.processed: VStateless_class:put_element
6861: exception was fixed
6862:
6863: * src/types/: pa_value.h, pa_vstateless_class.h: now
6864: VStateless_class:put_element barks self.type, not this.type
6865: (bugfix: #105)
6866:
6867: 2010-09-06 moko
6868:
6869: * src/classes/reflection.C: bugfix: new String() is required for
6870: exception handling
6871:
6872: * tests/: 254.html, results/254.processed: test modified
6873:
6874: 2010-09-05 moko
6875:
6876: * tests/: 254.html, results/254.processed: ^reflection:copy test
6877: added
6878:
6879: * src/: classes/reflection.C, include/pa_request.h:
6880: ^reflection:copy implemented (new feature: #100)
6881:
6882: 2010-09-03 moko
6883:
6884: * src/lib/json/JSON_parser.C: c++ compatiblity
6885:
6886: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6887: option testing added
6888:
6889: 2010-09-02 moko
6890:
6891: * src/classes/json.C: $.distinct[first|last|all] added
6892:
6893: 2010-09-01 moko
6894:
6895: * tests/results/253.processed: json test result
6896:
6897: * tests/: 253.html, 253_json.txt: json test added
6898:
6899: * src/classes/json.C: json.C update to actual version + hash key
6900: creation bugfix
6901:
6902: 2010-08-31 misha
6903:
6904: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6905: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6906: src/lib/Makefile.am, src/classes/Makefile.am,
6907: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6908: json library was added
6909:
6910: 2010-08-30 moko
6911:
6912: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6913: types/pa_vobject.C: cosmetic optimization in
6914: request:execute_method usage
6915:
6916: * src/: include/pa_charset.h, main/pa_charset.C: small
6917: optimization, just to decrease number of lines. :)
6918:
6919: 2010-08-27 misha
6920:
6921: * src/classes/op.C: - taint[json] was added
6922:
6923: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6924: were added
6925:
6926: * src/main/pa_exec.C: - warning fix was rolled back.
6927:
6928: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6929: include/pa_string.h: - taint[json] was added - escaping was
6930: slightly modified
6931:
6932: 2010-08-25 misha
6933:
6934: * src/classes/file.C: - typo in file:sql exception was fixed
6935:
6936: * src/main/pa_exec.C: - warning about declared and not used
6937: variable forced_allow was removed
6938:
6939: 2010-08-14 misha
6940:
6941: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6942: were removed
6943:
6944: 2010-08-11 moko
6945:
6946: * tests/: 249.html, results/249.processed: default setter and
6947: anti-recursive default getter test added
6948:
6949: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6950: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6951: types/pa_vobject.h, types/pa_vstateless_class.C,
6952: types/pa_vstateless_class.h: default setter support +
6953: anti-recursive default getter support ( new feature: #13 )
6954:
6955: * src/include/pa_hash.h: optimization: threshold member removed
6956: from hash, reducing sizeof(hash)
6957:
6958: 2010-08-10 misha
6959:
6960: * tests/196.html: - junction-method was added to the test
6961:
6962: * tests/248.html: - ups. typo :)
6963:
6964: * tests/248.html: - test for checking .match with 4 params
6965:
6966: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6967: 247_windows1251.txt: - test for "transcode file from utf-8 to
6968: $request:charset during loading if the BOM code is detected"
6969:
6970: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6971: $request:charset during loading if the BOM code is detected ( new
6972: feature: #98 )
6973:
6974: 2010-08-05 misha
6975:
6976: * src/classes/image.C: - ^image.replace now can accept only 2
6977: params. in this case the whole image is affected ( new feature:
6978: #95 )
6979:
6980: 2010-08-04 misha
6981:
6982: * tests/246.html: - test tor ^hash._at[] was added
6983:
6984: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6985: #53 )
6986:
6987: * src/include/pa_hash.h: - methods for accessing the first and the
6988: last values of ordered hash were added (first_value and
6989: last_value)
6990:
6991: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6992: (similar to others file's methods):
6993: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6994: #68 )
6995:
6996: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6997:
6998: 2010-08-01 moko
6999:
7000: * src/classes/op.C: to correctly process $result[] in code, called
7001: from ^process
7002:
7003: * tests/245.html: $result in ^process[] test added
7004:
7005: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7006: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7007: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7008: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7009: caller, self) op_call(VMethodFrame &frame, bool constructing)
7010: removed, construct(class,method) added
7011:
7012: * tests/results/: 192.processed, 244.processed: request::construct
7013: added
7014:
7015: * tests/: 244.html, 245.html, results/244.processed,
7016: results/245.processed: object creation exceptions and ^process
7017: tests added
7018:
7019: 2010-07-28 misha
7020:
7021: * tests/make_tests.cmd: - win32 EOLs
7022:
7023: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7024: tests on Win32 were added (The system timezone should be GMT+3)
7025:
7026: 2010-07-26 misha
7027:
7028: * tests/: 212.html, results/212.processed: - sizes were removed
7029: mecause they could be different on different OSs
7030:
7031: * tests/065.html: - make it "win32 friendly"
7032:
7033: 2010-07-25 misha
7034:
7035: * src/main/compile.y: - all EOLs between methods are removed during
7036: compilation ( new feature: #47 )
7037:
7038: * tests/results/149.processed: - prepare tests to trim trailing
7039: methods' EOLs
7040:
7041: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7042:
7043: * tests/: results/006.processed, results/014.processed, 006.html,
7044: 014.html, 022.html: - prepare tests to trim trailing methods'
7045: EOLs
7046:
7047: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7048: results/071.processed, results/022.processed: - prepare tests to
7049: trim trailing methods' EOLs
7050:
7051: * tests/: results/073.processed, results/109.processed,
7052: results/142.processed, results/144.processed,
7053: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7054: 144.html: - prepare tests to trim trailing methods' EOLs
7055:
7056: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7057: 149.html, 152.html, results/096.processed, results/107.processed,
7058: results/109.processed, results/142.processed,
7059: results/144.processed: - prepare tests to trim trailing methods'
7060: EOLs
7061:
7062: 2010-07-24 moko
7063:
7064: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7065: the hash order in this test
7066:
7067: * tests/014.html: to check hash order, hash no is longer sorted
7068: before print
7069:
7070: * src/include/pa_hash.h: hash copy constructor now keeps order
7071: (bugfix: #54)
7072:
7073: 2010-07-23 moko
7074:
7075: * tests/results/224.processed: @auto[] is no longer inherited
7076:
7077: * src/types/pa_vstateless_class.C, tests/227.html,
7078: tests/results/227.processed: @auto[] is no longer inherited
7079: (bugfix: #57)
7080:
7081: 2010-07-22 misha
7082:
7083: * src/classes/table.C: - don't skip comment lines during
7084: table::load if encloser or separator is set as '#' ( new feature:
7085: #30 )
7086:
7087: * src/targets/cgi/parser3.C: - don't run as cgi if
7088: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7089: #12 )
7090:
7091: * src/classes/file.C: - set PARSER_VARSION env before external
7092: script executing
7093:
7094: 2010-07-13 misha
7095:
7096: * tests/058.html: - test for suppressing @border was added - test
7097: for user attribute was added
7098:
7099: * tests/results/186.processed: unescaping from \uXXXX
7100:
7101: * tests/186.html: unescaping from \uXXXX
7102:
7103: * tests/: 239.html, results/239.processed: method call type
7104:
7105: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7106: $junction_method.CLASS_NAME (+CLASS)
7107:
7108: 2010-07-07 misha
7109:
7110: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7111: *nix
7112:
7113: 2010-07-05 misha
7114:
7115: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7116: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7117: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7118: comment strings "options must be hash", "options must be hash,
7119: not code" and "called with invalid option" were replaced by
7120: constatns - exception comment string "invalid option passed" was
7121: replaced by "called with invalid option" (now in different
7122: methods are the same exception comment string)
7123:
7124: * src/include/pa_exception.h: - more exception strings were defined
7125:
7126: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7127: types/pa_vstateless_class.h: - now we can define possible
7128: method's call type ( new feature: #5 ) 1.
7129: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7130: methods 2. @static:method[params] (only static keyword could be
7131: used here) -- for specified methods
7132:
7133: * src/main/pa_common.C: - junction points should not be deleted on
7134: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7135: cleanup
7136:
7137: 2010-07-03 misha
7138:
7139: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7140: results/158.processed, results/160.processed,
7141: results/161.processed, results/162.processed,
7142: results/163.processed: - prepare tests to trim trailing methods'
7143: EOLs
7144:
7145: * tests/results/169.processed: - prepare tests to trim trailing
7146: methods' EOLs
7147:
7148: * tests/results/: 168.processed, 169.processed: - prepare tests to
7149: trim trailing methods' EOLs
7150:
7151: * tests/: results/170.processed, results/167.processed,
7152: results/168.processed, results/169.processed, 167.html, 168.html,
7153: 169.html: - prepare tests to trim trailing methods' EOLs
7154:
7155: * tests/: results/170.processed, results/171.processed,
7156: results/172.processed, results/173.processed,
7157: results/174.processed, results/175.processed, 170.html, 171.html,
7158: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7159: trailing methods' EOLs
7160:
7161: * tests/: results/176.processed, results/180.processed,
7162: results/184.processed, results/185.processed,
7163: results/191.processed, results/192.processed,
7164: results/196.processed, results/197.processed,
7165: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7166: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7167: to trim trailing methods' EOLs
7168:
7169: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7170: results/199.processed, results/208.processed,
7171: results/209.processed, results/213.processed,
7172: results/214.processed: - prepare tests to trim trailing methods'
7173: EOLs
7174:
7175: 2010-06-29 misha
7176:
7177: * tests/: 220.html, 218.html, results/218.processed,
7178: results/215.processed, results/217.processed, 215.html, 217.html:
7179: - prepare tests to trim trailing methods' EOLs
7180:
7181: * tests/: results/224.processed, 224.html, 223.html,
7182: results/223.processed, results/220.processed: - prepare tests to
7183: trim trailing methods' EOLs
7184:
7185: * tests/results/: 226.processed, 230.processed: - prepare tests to
7186: trim trailing methods' EOLs
7187:
7188: * tests/: 229.html, results/229.processed: - prepare tests to trim
7189: trailing methods' EOLs
7190:
7191: * tests/: 232.html, 235.html, results/232.processed,
7192: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7193: results/226.processed, results/227.processed,
7194: results/228.processed, results/230.processed: - prepare tests to
7195: trim trailing methods' EOLs
7196:
7197: 2010-06-16 moko
7198:
7199: * tests/: 229.html, results/229.processed: elseif now supported in
7200: ^if
7201:
7202: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7203:
7204: 2010-06-03 misha
7205:
7206: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7207: instead of memcopy for overlaped regions
7208:
7209: 2010-05-25 misha
7210:
7211: * src/main/pa_common.C: - wanring about unused vars was removed
7212:
7213: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7214: get_method_filename was moved to execute.C
7215:
7216: 2010-05-23 misha
7217:
7218: * src/main/pa_request.C: - more accurate detection of method's file
7219:
7220: 2010-05-22 misha
7221:
7222: * src/classes/reflection.C: - bugfix: core during detection of
7223: .file if filespec isn't detected successfully
7224:
7225: 2010-05-20 misha
7226:
7227: * src/main/pa_request.C: - fix in get_method_filename
7228:
7229: * src/include/pa_request.h: - new feature: #24 -- searching
7230: included file in @USE/^use is changed. if its filespec doesn't
7231: start from '/' it will be searched in caller file directory
7232:
7233: * src/classes/reflection.C: - ^reflection:method_info returns file
7234: where the method is defined
7235:
7236: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7237: classes/op.C: - new feature: #24 -- searching included file in
7238: @USE/^use is changed. if its filespec doesn't start from '/' it
7239: will be searched in caller file directory
7240:
7241: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7242: is moved to pa_common.h
7243:
7244: 2010-05-18 misha
7245:
7246: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7247: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7248: cookie parser decode \uXXXX as well as %uXXXX
7249:
7250: 2010-05-17 misha
7251:
7252: * src/classes/curl.C: beauty: - unused param is removed in method
7253: _curl_version_action - some spaces were removed or replaced by
7254: tabs
7255:
7256: * src/classes/table.C: - bugfix: #72 core with empty value during
7257: ^table.hash[...;name_of_the_last_column][$.type[string]]
7258:
7259: 2010-05-16 misha
7260:
7261: * src/classes/curl.C: new: #61 more curl options were added
7262: (contributed by Sumo)
7263:
7264: 2010-04-29 pretender
7265:
7266: * src/main/pa_string.C: fixes #63 Split result from empty string
7267: now empty string.
7268:
7269: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7270: string type.
7271:
7272: 2010-04-28 pretender
7273:
7274: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7275: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7276: macrodefinition removed
7277:
7278: 2010-04-19 pretender
7279:
7280: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7281: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7282:
7283: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7284: fixes #64 Now file.missing exception generates in unsafe mode to.
7285:
7286: * src/classes/file.C: fixes #48 Now not throw "not save environment
7287: variable" exception in grpunlim version.
7288:
7289: 2010-04-05 misha
7290:
7291: * src/classes/string.C: - new feature: 4th param was added to
7292: match. if specified its value is returned in case of nothing was
7293: found
7294:
7295: 2010-04-01 misha
7296:
7297: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7298: multiple execution of /a/b/auto.p
7299:
7300: 2010-03-19 misha
7301:
7302: * src/main/execute.C: - core in $table1.$table2 was fixed
7303:
7304: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7305:
7306: 2010-01-27 misha
7307:
7308: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7309: trying to open file by path /existing-file/non-exixting-file
7310:
7311: 2010-01-26 misha
7312:
7313: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7314: was added (returns file)
7315:
7316: 2009-12-22 misha
7317:
7318: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7319: now parser doesn't have class curl if it was built without it
7320:
7321: 2009-12-15 misha
7322:
7323: * configure.in: - little cheat with curl include dir was added
7324:
7325: 2009-12-05 misha
7326:
7327: * src/classes/curl.C: - some fixes
7328:
7329: 2009-12-04 misha
7330:
7331: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7332: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7333: buildall-with-xml, buildall-without-xml, configure.in: - curl
7334: class was added
7335:
7336: * src/include/pa_hash.h: - hash-iterator was added
7337:
7338: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7339: was added to pcre
7340:
7341: 2009-11-27 misha
7342:
7343: * src/classes/image.C: - don't add @border attribute to output of
7344: ^image.html[] if it was specified by user with empty value
7345:
7346: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7347: root element and we are trying to access .documentElement
7348:
7349: 2009-11-11 misha
7350:
7351: * src/classes/table.C: - in ^table.flip[] look at number of columns
7352: instead of number of items in first row for named tables
7353:
7354: 2009-11-10 misha
7355:
7356: * operators.txt: - info about hash-options in ^file::create was
7357: added
7358:
7359: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7360: added
7361:
7362: 2009-11-09 misha
7363:
7364: * buildall-with-xml: - moving to libxml 2.7.6
7365:
7366: * tests/236.html: - tests for comparations cords with functions
7367: were added
7368:
7369: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7370: added
7371:
7372: * src/main/pa_http.C: - little optimisation
7373:
7374: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7375: GPF mallocs + stringstream (table.save)
7376:
7377: * src/classes/file.C: - file::create now accepts 4th param: options
7378: with $.charset
7379:
7380: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7381: bug in cord (comparation cords with functions was buggy)
7382:
7383: 2009-11-06 misha
7384:
7385: * src/main/pa_string.C: - bugfix: calculation string.length
7386: sometimes was buggy
7387:
7388: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7389: destroyed if exception occured during match/replace
7390:
7391: * src/: main/pa_charset.C, include/pa_charset.h: - method
7392: lengthUTF8Char was added
7393:
7394: * src/classes/op.C: - clean tainting lang was added for user's
7395: usage
7396:
7397: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7398: fixed: checkouts are required after GC_MALLOC
7399:
7400: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7401:
7402: * operators.txt: - actually, there is no ^untaint[xml] in
7403: file::create
7404:
7405: 2009-10-15 misha
7406:
7407: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7408: were added
7409:
7410: * tests/234.html: - more tests for checking ^taint[uri] escaping
7411: were added
7412:
7413: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7414: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7415: hacking: for dealing with transcoding+^taint[uri]
7416: transcode_and_untaint was replaced by untaint_and_transcode
7417:
7418: 2009-10-13 misha
7419:
7420: * tests/: 121.html, results/121.processed: - test transcoding +
7421: url-escaping now
7422:
7423: * tests/results/auto.p: - more helpers' methods were added
7424:
7425: * src/main/pa_globals.C: - die instead of abort
7426:
7427: 2009-10-06 misha
7428:
7429: * src/main/pa_common.C: - don't allocate memory during
7430: capitalization if input string is already capitalized
7431:
7432: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7433:
7434: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7435: use format function because it calls malloc
7436:
7437: * src/include/pa_common.h: - more capitalized headers were added
7438:
7439: * src/main/pa_common.C: - in safe mode clear executable bits during
7440: file writing
7441:
7442: 2009-10-05 misha
7443:
7444: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7445:
7446: 2009-10-03 misha
7447:
7448: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7449: ^img.text[] & ^img.length[] can work in utf-8 now
7450:
7451: * src/: include/pa_charset.h, main/pa_charset.C: - class
7452: UTF8_string_iterator was added
7453:
7454: * src/classes/image.C: - respect utf-8 when calculate alphabet
7455: length
7456:
7457: * src/classes/mail.C: - check from before get message.cstr
7458:
7459: 2009-10-02 misha
7460:
7461: * tests/233.html: - test for image.font, image.length, image.text
7462: with text in utf-8 were added
7463:
7464: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7465:
7466: * buildall-with-xml, buildall-without-xml: - comment about gc
7467: version for freebsd 4 was added
7468:
7469: 2009-10-01 misha
7470:
7471: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7472: terminator) - read_pipe were slightly optimized
7473:
7474: 2009-09-28 misha
7475:
7476: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7477: removed
7478:
7479: * src/types/pa_vmail.C: - forgot about space after ':'
7480:
7481: * src/types/pa_vmail.C: - escape filenames while preparing mail
7482: body - small simplifications
7483:
7484: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7485: inout params like pa_base64
7486:
7487: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7488: option $.debug-print(1) was added to mail:send - changes for
7489: using uue_encode which uses less memory
7490:
7491: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7492:
7493: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7494: memory now
7495:
7496: 2009-09-26 misha
7497:
7498: * src/types/pa_vmail.C: - default encoding now is base64
7499:
7500: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7501:
7502: 2009-09-25 misha
7503:
7504: * src/types/pa_vmail.C: - capitalization of headers was added to
7505: sending mail as well
7506:
7507: * buildall-with-xml: - catalog package was removed from libxml
7508:
7509: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7510: win32 absolute path
7511:
7512: * src/include/pa_common.h: - one more capitalized header was added
7513:
7514: 2009-09-22 misha
7515:
7516: * INSTALL: - comment about building just httpd binary while
7517: building apache module was added
7518:
7519: 2009-09-21 misha
7520:
7521: * buildall-with-xml: - moving to the latest versions of xml libs:
7522: libxml 2.7.4 and libxslt 1.1.25
7523:
7524: 2009-09-19 misha
7525:
7526: * tests/231.html: - test for encoding cookie in win-1251
7527:
7528: 2009-09-18 misha
7529:
7530: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7531: object] were added
7532:
7533: * operators.txt: - info about method ^reflection:fields[class or
7534: object] was added
7535:
7536: * src/classes/reflection.C: - method ^reflection:fields[class or
7537: object] was added
7538:
7539: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7540: methods get_fields were added
7541:
7542: * tests/232.html: - tests for @GET[name]
7543:
7544: * src/classes/table.C: - some changes in handling hash-options for
7545: creare, join and locate
7546:
7547: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7548: defined with option: the type of requested value
7549:
7550: 2009-09-17 misha
7551:
7552: * tests/212.html: - tests for .pattern and .options were added
7553:
7554: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7555: $regex.options were added
7556:
7557: 2009-09-11 misha
7558:
7559: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7560: rewrited. it checks not just one case of sending cookies during
7561: file::load[http], but also sending headers and fields (including
7562: files)
7563:
7564: 2009-09-10 misha
7565:
7566: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7567: was removed => now parser can open files with Russian 'r' in
7568: filename
7569:
7570: * src/main/untaint.C: - bugfix: client charset whould be analized
7571: while escaping cookies but now source charset
7572:
7573: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7574: ^tainted[uri] so it was possible to make request with incorrect
7575: http header
7576:
7577: * src/main/pa_http.C: - capitalization of http headers during
7578: file::load[http was slightly changes - bugfix: all headers which
7579: parser sends during file::load[http should be transcoded and only
7580: then escaped
7581:
7582: * src/main/untaint.C: - a bit more comments were added
7583:
7584: * src/classes/: file.C, string.C: - types where changes (minus 2
7585: warnings)
7586:
7587: * src/include/pa_common.h: - 2 capitalized strings for making http
7588: headers during file::load[http were added
7589:
7590: 2009-09-08 misha
7591:
7592: * operators.txt: - changes in file.save and string.save were added
7593:
7594: * tests/: 230.html, 230.txt: - tests for checking options in
7595: file.save and string.save were added
7596:
7597: * src/main/pa_request.C: - http headers names, which are passed to
7598: SAPI::add_header_attribute are lowercased now (it'll be
7599: capitalized in that method)
7600:
7601: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7602: classes/string.C: - file_write accepts Request_charsets and asked
7603: charset and cound transcode content before writing - string.save
7604: and file.save have option $.charset now
7605:
7606: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7607: classes/xdoc.C: - file_write accepts Request_charsets and asked
7608: charset and cound transcode content before writing
7609:
7610: * src/include/pa_exception.h: - new exception comment string was
7611: defined
7612:
7613: 2009-09-07 misha
7614:
7615: * src/main/compile.y: - grammar $name\ name stops now for regex
7616: sub-pattern\s
7617:
7618: 2009-09-04 misha
7619:
7620: * src/main/pa_http.C: - capitalization of http headers during
7621: file::load[http was implemented
7622:
7623: 2009-09-03 misha
7624:
7625: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7626: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7627: types/pa_vmail.C, targets/cgi/parser3.C,
7628: targets/isapi/parser3isapi.C: - back to storing response http
7629: headers in lowercase - capitalize them during output
7630:
7631: 2009-08-31 misha
7632:
7633: * src/classes/table.C: - allow call with any brackets (it could be
7634: useful in methods with explict result declaration)
7635:
7636: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7637: correctly if $request:charset==koi8-r
7638:
7639: 2009-08-30 misha
7640:
7641: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7642: changed: content-type => Content-type and so on
7643:
7644: * src/classes/file.C, src/include/pa_common.h,
7645: src/include/pa_request.h, src/main/pa_http.C,
7646: src/main/pa_request.C, src/types/pa_vcookie.C,
7647: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7648: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7649: tests/results/002.processed, tests/results/003.processed,
7650: tests/results/004.processed, tests/results/005.processed,
7651: tests/results/006.processed, tests/results/007.processed,
7652: tests/results/008.processed, tests/results/009.processed,
7653: tests/results/010.processed, tests/results/011.processed,
7654: tests/results/012.processed, tests/results/013.processed,
7655: tests/results/014.processed, tests/results/015.processed,
7656: tests/results/016.processed, tests/results/017.processed,
7657: tests/results/018.processed, tests/results/019.processed,
7658: tests/results/020.processed, tests/results/021.processed,
7659: tests/results/022.processed, tests/results/023.processed,
7660: tests/results/024.processed, tests/results/025.processed,
7661: tests/results/026.processed, tests/results/027.processed,
7662: tests/results/028.processed, tests/results/029.processed,
7663: tests/results/030.processed, tests/results/031.processed,
7664: tests/results/032.processed, tests/results/033.processed,
7665: tests/results/034.processed, tests/results/035.processed,
7666: tests/results/036.processed, tests/results/037.processed,
7667: tests/results/038.processed, tests/results/039.processed,
7668: tests/results/040.processed, tests/results/041.processed,
7669: tests/results/042.processed, tests/results/043.processed,
7670: tests/results/044.processed, tests/results/045.processed,
7671: tests/results/046.processed, tests/results/047.processed,
7672: tests/results/048.processed, tests/results/049.processed,
7673: tests/results/050.processed, tests/results/051.processed,
7674: tests/results/052.processed, tests/results/053.processed,
7675: tests/results/054.processed, tests/results/055.processed,
7676: tests/results/056.processed, tests/results/057.processed,
7677: tests/results/058.processed, tests/results/059.processed,
7678: tests/results/060.processed, tests/results/061.processed,
7679: tests/results/062.processed, tests/results/063.processed,
7680: tests/results/064.processed, tests/results/065.processed,
7681: tests/results/066.processed, tests/results/067.processed,
7682: tests/results/068.processed, tests/results/069.processed,
7683: tests/results/070.processed, tests/results/071.processed,
7684: tests/results/072.processed, tests/results/073.processed,
7685: tests/results/074.processed, tests/results/075.processed,
7686: tests/results/076.processed, tests/results/077.processed,
7687: tests/results/078.processed, tests/results/079.processed,
7688: tests/results/080.processed, tests/results/081.processed,
7689: tests/results/082.processed, tests/results/083.processed,
7690: tests/results/084.processed, tests/results/085.processed,
7691: tests/results/086.processed, tests/results/087.processed,
7692: tests/results/088.processed, tests/results/089.processed,
7693: tests/results/090.processed, tests/results/091.processed,
7694: tests/results/092.processed, tests/results/093.processed,
7695: tests/results/094.processed, tests/results/095.processed,
7696: tests/results/096.processed, tests/results/097.processed,
7697: tests/results/098.processed, tests/results/099.processed,
7698: tests/results/100.processed, tests/results/101.processed,
7699: tests/results/102.processed, tests/results/103.processed,
7700: tests/results/104.processed, tests/results/105.processed,
7701: tests/results/106.processed, tests/results/107.processed,
7702: tests/results/108.processed, tests/results/109.processed,
7703: tests/results/110.processed, tests/results/111.processed,
7704: tests/results/112.processed, tests/results/113.processed,
7705: tests/results/114.processed, tests/results/115.processed,
7706: tests/results/116.processed, tests/results/117.processed,
7707: tests/results/118.processed, tests/results/119.processed,
7708: tests/results/120.processed, tests/results/121.processed,
7709: tests/results/122.processed, tests/results/123.processed,
7710: tests/results/124.processed, tests/results/125.processed,
7711: tests/results/126.processed, tests/results/127.processed,
7712: tests/results/128.processed, tests/results/129.processed,
7713: tests/results/130.processed, tests/results/131.processed,
7714: tests/results/132.processed, tests/results/133.processed,
7715: tests/results/134.processed, tests/results/135.processed,
7716: tests/results/136.processed, tests/results/138.processed,
7717: tests/results/139.processed, tests/results/140.processed,
7718: tests/results/141.processed, tests/results/142.processed,
7719: tests/results/143.processed, tests/results/144.processed,
7720: tests/results/145.processed, tests/results/146.processed,
7721: tests/results/147.processed, tests/results/148.processed,
7722: tests/results/149.processed, tests/results/150.processed,
7723: tests/results/151.processed, tests/results/152.processed,
7724: tests/results/153.processed, tests/results/154.processed,
7725: tests/results/155.processed, tests/results/156.processed,
7726: tests/results/157.processed, tests/results/158.processed,
7727: tests/results/159.processed, tests/results/160.processed,
7728: tests/results/161.processed, tests/results/162.processed,
7729: tests/results/163.processed, tests/results/164.processed,
7730: tests/results/165.processed, tests/results/166.processed,
7731: tests/results/167.processed, tests/results/168.processed,
7732: tests/results/169.processed, tests/results/170.processed,
7733: tests/results/171.processed, tests/results/172.processed,
7734: tests/results/173.processed, tests/results/174.processed,
7735: tests/results/175.processed, tests/results/176.processed,
7736: tests/results/177.processed, tests/results/178.processed,
7737: tests/results/179.processed, tests/results/180.processed,
7738: tests/results/181.processed, tests/results/182.processed,
7739: tests/results/183.processed, tests/results/184.processed,
7740: tests/results/185.processed, tests/results/186.processed,
7741: tests/results/187.processed, tests/results/188.processed,
7742: tests/results/189.processed, tests/results/190.processed,
7743: tests/results/191.processed, tests/results/192.processed,
7744: tests/results/193.processed, tests/results/194.processed,
7745: tests/results/195.processed, tests/results/196.processed,
7746: tests/results/197.processed, tests/results/198.processed,
7747: tests/results/199.processed, tests/results/200.processed,
7748: tests/results/201.processed, tests/results/202.processed,
7749: tests/results/203.processed, tests/results/204.processed,
7750: tests/results/205.processed, tests/results/206.processed,
7751: tests/results/207.processed, tests/results/208.processed,
7752: tests/results/209.processed, tests/results/210.processed,
7753: tests/results/211.processed, tests/results/212.processed,
7754: tests/results/213.processed, tests/results/214.processed,
7755: tests/results/215.processed, tests/results/216.processed,
7756: tests/results/217.processed, tests/results/218.processed,
7757: tests/results/219.processed, tests/results/220.processed,
7758: tests/results/221.processed, tests/results/222.processed,
7759: tests/results/223.processed, tests/results/224.processed,
7760: tests/results/225.processed, tests/results/226.processed,
7761: tests/results/227.processed, tests/results/228.processed,
7762: tests/results/229.processed: - http headers were changed:
7763: content-type => Content-type and so on
7764:
7765: 2009-08-27 misha
7766:
7767: * src/: main/pa_random.C, include/pa_random.h,
7768: targets/cgi/parser3.C: - year was updated :)
7769:
7770: 2009-08-26 misha
7771:
7772: * tests/: 224.html, 224.p: - test for creating of parser object
7773: using constructor without params - little bugfix in test
7774:
7775: * src/main/compile_tools.h: - bugfix: should't call autouse while
7776: checking existed class while processing partial option
7777:
7778: * src/classes/reflection.C: - bugfix: core when creating object
7779: with reflection and constructor doesn't have params
7780:
7781: 2009-08-24 misha
7782:
7783: * tests/229.html: - tests for checking the number of parameters
7784: were added
7785:
7786: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7787: number of method's parameters wasn't checked correctly (the bug
7788: was introduced in 3.4.0)
7789:
7790: 2009-08-22 misha
7791:
7792: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7793: transcoded, but tainted pieces are escaped only when
7794: content-type==url-encoding
7795:
7796: * tests/228.html: - test for checking
7797: ^file::load[http://...;$.body[]]
7798:
7799: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7800: post charset was too early (charsets is empty at this moment)
7801:
7802: 2009-08-21 misha
7803:
7804: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7805: main/untaint.C: - some fixes with transcode+untaint
7806:
7807: 2009-08-15 misha
7808:
7809: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7810: was increaced to 100 (was 50)
7811:
7812: * tests/227.html: - test for checking overriding properties in
7813: static classes was added
7814:
7815: * tests/: 226.html, 226.p: - test for @autoload[] was added
7816:
7817: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7818: main/execute.C, main/pa_request.C, classes/reflection.C: -
7819: autouse was implemented
7820:
7821: 2009-08-14 misha
7822:
7823: * src/classes/reflection.C: - outdated checkout was removed
7824:
7825: * src/classes/reflection.C: - optimization - method ^dynamical was
7826: added.
7827:
7828: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7829: types/pa_vstateless_class.h, main/execute.C: - optimization
7830:
7831: * src/types/pa_vclass.C: - exception if base on sytem class
7832:
7833: 2009-08-12 misha
7834:
7835: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7836: pa_vstateless_class.h: - little optimisation
7837:
7838: 2009-08-11 misha
7839:
7840: * tests/224.html: - method_params => method_info - checking for
7841: $.inherited
7842:
7843: * src/classes/reflection.C, operators.txt: - method method_params
7844: was renamed to method_info and now it returns class name, if
7845: method was defined in ancestor
7846:
7847: * tests/225.html: - tests for cheching properties in hierarhical
7848: classes were added
7849:
7850: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7851: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7852: main/compile.y, main/execute.C, classes/classes.C: - problems
7853: with properties in new classes implementation were fixed
7854:
7855: 2009-08-10 misha
7856:
7857: * src/main/execute.C: - now constructor shouldn't be defined in
7858: class. it could be defined in parent.
7859:
7860: 2009-08-09 misha
7861:
7862: * src/classes/reflection.C: - ^reflection:methods doesn't return
7863: base's methods
7864:
7865: 2009-08-08 misha
7866:
7867: * src/: classes/classes.h, classes/date.C, classes/file.C,
7868: classes/form.C, classes/hash.C, classes/hashfile.C,
7869: classes/image.C, classes/mail.C, classes/op.C,
7870: classes/reflection.C, classes/regex.C, classes/string.C,
7871: classes/table.C, classes/xdoc.C, classes/xnode.C,
7872: classes/xnode.h, include/pa_hash.h, main/execute.C,
7873: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7874: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7875: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7876: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7877: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7878: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7879: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7880: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7881: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7882: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7883: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7884: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7885: types/pa_vresponse.C, types/pa_vresponse.h,
7886: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7887: types/pa_vstateless_object.h, types/pa_vstatus.C,
7888: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7889: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7890: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7891: types/pa_wwrapper.h, types/types.vcproj: - new classes
7892: implementation
7893:
7894: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7895: USE_MUNMAP is used. so it is disabled as a workaround.
7896:
7897: 2009-08-05 misha
7898:
7899: * src/: main/pa_common.C, include/pa_common.h: - not needed
7900: parameter was removed
7901:
7902: * src/main/pa_http.C: - bugfix: error was during detecting
7903: content-type of file which was loaded by http
7904:
7905: 2009-08-01 misha
7906:
7907: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7908: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7909: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7910: can't be disabled with defines any longer
7911:
7912: 2009-07-29 misha
7913:
7914: * src/classes/reflection.C, tests/results/224.processed: - for
7915: native methods with any call type now returned empty call_type
7916: value
7917:
7918: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7919: classes/table.C, include/pa_hash.h, include/pa_request.h,
7920: main/pa_request.C: - break in cycles was optimized
7921:
7922: * INSTALL: - more defines were described
7923:
7924: 2009-07-28 misha
7925:
7926: * operators.txt: - some changes in information about reflection
7927: class
7928:
7929: * tests/: 224.html, 224.p: - tests for reflection class
7930:
7931: * src/classes/reflection.C: - some bugs were fixed, method classes
7932: was added, refactoring
7933:
7934: 2009-07-26 misha
7935:
7936: * src/classes/classes.vcproj: - reflection class wass added to
7937: project
7938:
7939: * operators.txt: - information about reflection class was added
7940:
7941: * src/classes/reflection.C: - class was redesigned
7942:
7943: 2009-07-24 misha
7944:
7945: * src/classes/: Makefile.am, reflection.C: - class reflection was
7946: added
7947:
7948: * src/types/pa_vstateless_class.h: - method for reflection method's
7949: in classes was added
7950:
7951: 2009-07-22 misha
7952:
7953: * src/main/compile_tools.h: - bugfix: $object.$var was
7954: over-optimized. it failed if $object1.$object2.field
7955:
7956: 2009-07-16 misha
7957:
7958: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7959: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7960: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7961: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7962: one more arg: length of cord
7963:
7964: 2009-07-15 misha
7965:
7966: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7967: tainted in ^file::load[http://...;$.cookies[]]
7968:
7969: * src/classes/: op.C, regex.C, string.C: - new string with
7970: exception was used
7971:
7972: * src/include/pa_exception.h: - new string with exception was added
7973:
7974: * tests/223.html: - test for checking cookie-encoding during
7975: ^file::load[http was added
7976:
7977: * tests/: 221.html, 222.html: - tests for checking type of
7978: $table.fields.field were added
7979:
7980: * src/types/pa_vtable.C: - not used var decl was removed
7981:
7982: * src/include/pa_string.h: - use cached string length in Body::mid.
7983: it improves speed of match with brackets in pattern
7984:
7985: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7986: outside
7987:
7988: 2009-07-14 misha
7989:
7990: * src/types/pa_vtable.C: - $table.fields.a return string even if
7991: column is empty (sometime returned void) - $table.fields was
7992: added for nameless tables
7993:
7994: * src/targets/cgi/getopt.c: - one warning resolved
7995:
7996: * src/main/pa_string.C: - potentian bug fixed
7997:
7998: * src/classes/op.C: - small optimization in taint/untaint
7999:
8000: 2009-07-13 misha
8001:
8002: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8003: added
8004:
8005: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8006: souldn't add the attribut to output
8007:
8008: 2009-07-11 misha
8009:
8010: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8011: stack size was increaced to 2MB (default=1MB)
8012:
8013: 2009-07-08 misha
8014:
8015: * src/main/pa_string.C: - link to UTF-8 description was added
8016:
8017: * src/include/pa_hash.h: - hash keeps element's order in more
8018: places (ex: ._keys[])
8019:
8020: * tests/220.html: - test for checking order of elements in hash in
8021: foreach was added
8022:
8023: * tests/172.html: - small changes in printing hash
8024:
8025: * tests/129.html: - small changes in printing hash
8026:
8027: * src/: include/pa_common.h, include/pa_hash.h,
8028: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8029: types/pa_vmethod_frame.h: - hash now keeps order of elements
8030:
8031: * tests/014.html: - small changes in printing hash
8032:
8033: 2009-07-07 misha
8034:
8035: * src/classes/op.C: - new taint language "parser-code" was added
8036:
8037: * tests/219.html: - test for auto untaint parser code in process
8038: was added
8039:
8040: * src/classes/op.C: - tainted pieces in body of process are
8041: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8042:
8043: * src/: include/pa_string.h, main/untaint.C: - new language
8044: L_PARSER_CODE for auto-untaint in process was added
8045:
8046: * src/: classes/file.C, classes/hash.C, classes/image.C,
8047: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8048: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8049: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8050: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8051: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8052: code cleanup
8053:
8054: 2009-07-06 misha
8055:
8056: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8057: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8058: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8059:
8060: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8061: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8062: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8063: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8064: should be used
8065:
8066: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8067: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8068: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8069: untaint_cstr[m] should be used
8070:
8071: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8072: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8073:
8074: * tests/218.html: - test for checking automatic file-spec-taint was
8075: added
8076:
8077: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8078: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8079: classes/file.C, classes/hash.C, classes/image.C,
8080: classes/string.C, classes/table.C, classes/void.C,
8081: classes/xdoc.C: - optimizations and simplification of
8082: string.cstr(...)
8083:
8084: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8085: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8086: - optimizations and simplification of string.cstr(...)
8087:
8088: 2009-07-04 misha
8089:
8090: * tests/217.html: - test for recursion detection was added
8091:
8092: * src/: types/types.vcproj, main/main.vcproj,
8093: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8094: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8095: from .vcproj
8096:
8097: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8098:
8099: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8100: uploading files and case-insensitive http-method were added
8101:
8102: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8103: tainted pattern in ^file:list[] was added
8104:
8105: 2009-07-03 misha
8106:
8107: * src/: classes/classes.vcproj, main/main.vcproj,
8108: types/types.vcproj, targets/cgi/parser3.vcproj,
8109: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8110: for dynamic_cast) - little options changes
8111:
8112: * src/main/pa_http.C: - file::load[http works now with uploading
8113: files _and_ changing $.charset
8114:
8115: 2009-06-29 misha
8116:
8117: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8118: while creating pattern
8119:
8120: 2009-06-25 misha
8121:
8122: * src/classes/image.C, operators.txt: - options' names for
8123: ^image.font were changed to $.space, $.width and $spacing -
8124: default space width now == gif's width
8125:
8126: 2009-06-24 misha
8127:
8128: * tests/215.html: - tests for $file.mode were added
8129:
8130: * operators.txt: - added info about $file.mode and changes in
8131: ^image.font[
8132:
8133: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8134: param now could be omited - third param now could be hash (with
8135: all widths options: $.space-width, $.letter-width) - it's
8136: possible to specify tracking ($.letter-space)
8137:
8138: * src/classes/file.C: - file objects now could have mode field
8139: (text|binary)
8140:
8141: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8142:
8143: 2009-06-23 misha
8144:
8145: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8146: trim can work with utf-8 chars now
8147:
8148: 2009-06-20 misha
8149:
8150: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8151: was implemented
8152:
8153: * src/classes/table.C: - string length cacheing was implemented
8154:
8155: * src/include/pa_string.h: - string length cacheing was implemented
8156:
8157: 2009-06-17 misha
8158:
8159: * src/main/execute.C: - value param was removed from
8160: WContext::WContext
8161:
8162: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8163: pa_wwrapper.h: - value param was removed from WContext::WContext
8164: - field wcontext was removed from VCodeFrame (using fparent
8165: instead)
8166:
8167: * tests/214.html: - test with hash copying
8168:
8169: 2009-06-16 misha
8170:
8171: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8172: strings doesn't work in expression anymore
8173:
8174: * src/main/execute.C: - less calls for get_constructing() - little
8175: refactoring
8176:
8177: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8178: include/pa_request.h: - less calls for get_constructing()
8179:
8180: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8181: introduced with OPTIMIZE_SINGLE_STRING optimization
8182:
8183: 2009-06-14 misha
8184:
8185: * src/: classes/date.C, classes/file.C, classes/hash.C,
8186: classes/hashfile.C, classes/image.C, classes/regex.C,
8187: classes/table.C, classes/xdoc.C, classes/xnode.h,
8188: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8189: types/pa_vstateless_class.h, main/execute.C: - create object for
8190: storing object's fields only for parser objects
8191:
8192: 2009-06-13 misha
8193:
8194: * buildall-with-xml, buildall-without-xml: - new option was added
8195: for building GC (it slightly reduces memory usage)
8196:
8197: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8198: single string write
8199:
8200: * src/main/execute.C: - bytecode optimization of ^class:constructor
8201: - optimization of single string write
8202:
8203: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8204: - bytecode optimization of ^class:constructor
8205:
8206: 2009-06-09 misha
8207:
8208: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8209: main (better compatibility)
8210:
8211: 2009-06-08 misha
8212:
8213: * src/main/compile.y: - I've forgot to commit it :(
8214:
8215: 2009-06-07 misha
8216:
8217: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8218: WITH_READ and WITH_ROOT
8219:
8220: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8221: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8222: WITH_ROOT - little refactoring
8223:
8224: 2009-06-06 misha
8225:
8226: * tests/213.html: - tests for 3rd match string-param were added
8227:
8228: * src/classes/string.C: - 3rd match param could be string now
8229:
8230: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8231: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8232: GET_OBJECT_ELEMENT
8233:
8234: 2009-06-05 misha
8235:
8236: * src/main/pa_http.C: - bugfix: content-length was not calculated
8237: if $.body was specified
8238:
8239: 2009-06-04 misha
8240:
8241: * src/classes/op.C: - optimizing write_assign_lang in connect
8242:
8243: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8244:
8245: * src/main/execute.C: - little refactoring - optimizing
8246: write_assign_lang in taint/untaint
8247:
8248: * src/include/pa_opcode.h: - little refactoring
8249:
8250: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8251: main/compile_tools.h, main/execute.C: - optimizations for
8252: $self.field, ^self.method, $self.field[...] and $self.field(...)
8253: were added
8254:
8255: 2009-06-03 misha
8256:
8257: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8258:
8259: 2009-06-02 misha
8260:
8261: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8262: include/pa_opcode.h: - refactoring in last optimizations
8263: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8264: now but code is much easy and it is ready for further
8265: improvements.
8266:
8267: 2009-05-27 misha
8268:
8269: * src/: types/pa_junction.h, types/pa_vjunction.C,
8270: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8271: changed in destructing junctions
8272:
8273: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8274: String:Body
8275:
8276: 2009-05-26 misha
8277:
8278: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8279: one method detect_charset was deleted - bug was fixed in this
8280: method (error while detecting charset in content_type withot last
8281: ';')
8282:
8283: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8284: once
8285:
8286: 2009-05-25 misha
8287:
8288: * src/classes/file.C: - bugfix: file::exec didn't work after
8289: optimizing of helper_length
8290:
8291: 2009-05-24 misha
8292:
8293: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8294: were added - little refactoring
8295:
8296: * src/main/execute.C: - core while printing in debug log
8297: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8298: optimisations were added
8299:
8300: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8301: were added
8302:
8303: 2009-05-23 misha
8304:
8305: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8306: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8307: CORD_cat optimization
8308:
8309: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8310: - call constr optimisation under separate define now
8311:
8312: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8313: in $b should be string, not void
8314:
8315: * src/main/compile.y: - little fix for rem-cut optimisation
8316:
8317: * src/: include/pa_opcode.h, main/compile_tools.C,
8318: main/compile_tools.h, main/execute.C: - optimisations for
8319: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8320:
8321: * INSTALL: - description of some #defined were added
8322:
8323: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8324: before 1st access (memory usage is reduced if don't access to
8325: .text field)
8326:
8327: * src/include/pa_array.h: - array grows step now not static (it
8328: reduces numbers of reallocs)
8329:
8330: 2009-05-20 misha
8331:
8332: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8333: $.b(2), $c[d] and $.e[f] was added
8334:
8335: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8336: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8337: $.e[f] was added
8338:
8339: * src/main/execute.C: - debug printing moved in defines
8340:
8341: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8342: and little refactoring for OP_GET_OBJECT_ELEMENT +
8343: OP_GET_OBJECT_VAR_ELEMENT optimisation
8344:
8345: 2009-05-19 misha
8346:
8347: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8348: execute.C: - $a.$b & ^a.$b bytecode optimisation
8349:
8350: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8351: ^a.$b optimisation)
8352:
8353: * src/main/compile.y: - compiler now generate new opcodes:
8354: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8355: ^a.b - compiler now cut off ^rem{ with all content ; any number
8356: of params }
8357:
8358: * src/main/execute.C: - code for handle new opcodes
8359: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8360:
8361: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8362: added for LA2V and LA2S
8363:
8364: * src/include/pa_opcode.h: - new defines which can be used for
8365: disable some bytecode optimisation and new opcodes were added
8366:
8367: 2009-05-17 misha
8368:
8369: * src/lib/cord/cordxtra.c: - bugfix.
8370:
8371: * tests/212.html: - .size[] and .study_size[] were added to tests
8372:
8373: * operators.txt: - info about regex class was added
8374:
8375: * tests/212.html: - tests for regex class were added
8376:
8377: 2009-05-16 misha
8378:
8379: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8380: gc7.1
8381:
8382: * tests/022.html: - test for ^file:list[path;] (empty second param)
8383: was added
8384:
8385: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8386: param) should work
8387:
8388: 2009-05-15 misha
8389:
8390: * src/classes/table.C: - automatically disable stringstream usage
8391: on freebsd4
8392:
8393: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8394: scope
8395:
8396: * tests/211.html: - test with different types of access to hash was
8397: added
8398:
8399: * tests/210.html: - test which checks for loosing tainting in
8400: hash's keys was added
8401:
8402: * tests/208.html: - some parser work added. or stime == 0 %-)
8403:
8404: * src/lib/cord/cordbscs.c: - little hack was added to cord
8405:
8406: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8407:
8408: * src/include/pa_version.h, configure.in: - moko have made a lot of
8409: optimisations for increacing version number more dramatically :)
8410:
8411: * src/classes/date.C: - little refactoring: use constructor which
8412: accepts formated string
8413:
8414: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8415: which can print formatted string was added
8416:
8417: 2009-05-14 misha
8418:
8419: * src/include/pa_string.h: - type was fixed
8420:
8421: * src/: classes/hashfile.C, classes/op.C,
8422: include/pa_cache_managers.h, include/pa_charset.h,
8423: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8424: include/pa_request.h, include/pa_sql_driver_manager.h,
8425: include/pa_string.h, include/pa_stylesheet_manager.h,
8426: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8427: main/pa_charsets.C, main/pa_string.C,
8428: main/pa_stylesheet_connection.C, types/pa_value.h,
8429: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8430: types/pa_vobject.C, types/pa_vstateless_class.C,
8431: types/pa_vstateless_class.h: - hash_code caching was implemented
8432: (seaches should be faster now)
8433:
8434: * src/: classes/file.C, classes/hash.C, classes/image.C,
8435: classes/string.C, classes/table.C, include/pa_string.h,
8436: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8437: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8438: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8439: types/pa_vrequest.C: - String constructors don't have that stupid
8440: true/false param which means 'tainted'. they accept lang instead.
8441:
8442: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8443: with OPTIMIZE_RESULT
8444:
8445: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8446: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8447:
8448: 2009-05-13 misha
8449:
8450: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8451: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8452: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8453: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8454: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8455: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8456: include/pa_string.h, classes/date.C, classes/file.C,
8457: classes/hash.C, classes/image.C, classes/string.C,
8458: classes/table.C, classes/xdoc.C: - result optimisation -
8459: helper_length parameter removed from string constructors
8460:
8461: 2009-05-11 misha
8462:
8463: * tests/209.html: - tests for ^hash::create[hash] were added
8464:
8465: * tests/208.html: - tests for $status:rusage, $status:memory,
8466: ^memory:compact[] were added
8467:
8468: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8469: log10 were added
8470:
8471: * tests/206.html: - test for try with finally was added
8472:
8473: 2009-05-10 misha
8474:
8475: * tests/205.html: - test for ^file::create[...] was added
8476:
8477: * tests/204.html: - test for ^response:clear[] was added
8478:
8479: * tests/038.html: - tests for trigonometric functions were added
8480:
8481: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8482: added - more tests for .add, .sub, .union, .intersects and
8483: .intersections
8484:
8485: * tests/065.html: - test for ^file:dirname was added
8486:
8487: * tests/030.html: - test for $cookie:fields was added
8488:
8489: * tests/203.html: - test for ^h._keys[column name] was added
8490:
8491: * tests/201.html: - tests for .trim were added
8492:
8493: * tests/202.html: - tests for last-day,
8494: date:calendar[type](YYYY;MM;DD) were added
8495:
8496: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8497: .offset[type](N) were added
8498:
8499: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8500: and .pos[c](N) were added
8501:
8502: * tests/141.html: - test for math:sha1 was added
8503:
8504: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8505:
8506: 2009-05-09 misha
8507:
8508: * src/main/compile.y: - rollback
8509:
8510: 2009-05-05 misha
8511:
8512: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8513: replaced by is_empty()
8514:
8515: * src/: include/pa_string.h, main/pa_charset.C: - little
8516: optimisation: somewhere length() was replaced by is_empty()
8517:
8518: * src/classes/table.C: - little optimisation: somewhere length()
8519: was replaced by is_empty()
8520:
8521: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8522: classes/op.C, classes/table.C, main/pa_exception.C: - little
8523: optimisation: somewhere length() was replaced by is_empty()
8524:
8525: 2009-05-04 misha
8526:
8527: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8528: types/pa_vstateless_class.h, main/execute.C,
8529: include/pa_request.h, classes/hash.C, classes/op.C,
8530: classes/table.C: - more optimisations were added: some operators
8531: don't switch write context anylonger
8532:
8533: 2009-05-01 misha
8534:
8535: * src/main/compile.y: - slightly more opcode optimisations for
8536: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8537:
8538: * src/main/execute.C: - simplifying process for getters
8539:
8540: 2009-04-30 misha
8541:
8542: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8543:
8544: * tests/results/199.processed: - test for checking $result into
8545: ^rem was added
8546:
8547: * tests/199.html: - test for checking $result into ^rem was added
8548:
8549: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8550: some OS it returns list in different order)
8551:
8552: * src/: include/pa_array.h, include/pa_request.h,
8553: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8554: changes in stack impl - get_element() optimisation: 3rd param
8555: removed - bugfix: problems with reading empty input param -
8556: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8557:
8558: * tests/results/198.processed: - test for reading empty local var
8559: was added
8560:
8561: * tests/198.html: - test for reading empty local var was added
8562:
8563: 2009-04-29 misha
8564:
8565: * src/main/compile.y: - bugfix: couldn't compile because
8566: OP_VALUE__GET_ELEMENT should be unde #ifdef
8567:
8568: * src/: include/pa_array.h, include/pa_opcode.h,
8569: include/pa_request.h, main/compile.y, main/execute.C,
8570: main/pa_request.C, types/pa_vmethod_frame.C,
8571: types/pa_vmethod_frame.h: - we can work without opcode
8572: OP_STORE_PARAM, so it was removed
8573:
8574: 2009-04-28 misha
8575:
8576: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8577: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8578: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8579: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8580: 4.
8581: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8582:
8583: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8584:
8585: * src/: main/pa_string.C, classes/string.C: - !length() =>
8586: is_empty()
8587:
8588: 2009-04-27 misha
8589:
8590: * src/types/pa_vregex.h: - back explicit vars initialisation
8591:
8592: 2009-04-24 misha
8593:
8594: * src/classes/string.C: - ups. typo fixed
8595:
8596: * src/main/execute.C: - more replacements '*new VBool' to
8597: 'VBool::get' - checks for ^break[], ^continue[] and
8598: parser.interrupted were optimised
8599:
8600: * src/classes/string.C: - number of params.count() calls was
8601: slightly reduced
8602:
8603: 2009-04-23 misha
8604:
8605: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8606: make it x64 friendly
8607:
8608: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8609: parser is x64 friendly now
8610:
8611: 2009-04-22 misha
8612:
8613: * src/types/pa_vhashfile.C: - coder friendly exception about
8614: exceeding record size was added
8615:
8616: * src/classes/file.C: - use vregex object instead of direct calls
8617: methods from pcre lib
8618:
8619: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8620: classes/string.C: - use vregex object instead of direct calls
8621: methods from pcre lib
8622:
8623: * src/: include/pa_common.h, main/pa_common.C: - method
8624: print_pcre_exec_error_text was moved to class vregex
8625:
8626: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8627: was added
8628:
8629: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8630: - class vregex was added
8631:
8632: 2009-04-21 misha
8633:
8634: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8635:
8636: * src/: types/pa_junction.h, types/pa_value.C,
8637: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8638: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8639: junction-optimisation (destructors)
8640:
8641: * src/include/pa_array.h: - free under if now
8642:
8643: 2009-04-19 misha
8644:
8645: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8646:
8647: 2009-04-18 misha
8648:
8649: * src/include/pa_version.h:
8650: :q :
8651:
8652: CV:
8653: ----------------------------------------------------------------------
8654:
8655: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8656: refactoring
8657:
8658: * src/: include/pa_array.h, include/pa_hash.h,
8659: types/pa_vmethod_frame.h: - destructors under #ifdef now
8660:
8661: * src/include/pa_memory.h: - define for using destructors was added
8662:
8663: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8664: main/execute.C: - some junctions will be cached now
8665:
8666: * src/include/pa_hash.h: - hash destructor frees pairs now
8667:
8668: * src/include/pa_array.h: - inline was added to destructor
8669:
8670: * src/types/pa_method.h: - comment was changed
8671:
8672: 2009-04-17 misha
8673:
8674: * src/: include/pa_array.h, include/pa_hash.h,
8675: types/pa_vmethod_frame.h: - destructors were added
8676:
8677: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8678: renamed to always_use_result
8679:
8680: * src/main/: compile.y, compile_tools.h: - rollback changes in
8681: compiler: full backward compatibility is better
8682:
8683: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8684: result in var's hash
8685:
8686: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8687: optimisation in method_frame
8688:
8689: * src/include/pa_array.h: - optimisation in array (allocate
8690: elements only when needed)
8691:
8692: * src/types/pa_vresponse.C: - check for $response:headers field
8693: before looking at custom fields
8694:
8695: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8696: not needed to check existance var with name 'result' in var's
8697: hash
8698:
8699: * src/main/compile.y: - compiler was changed: now it detects
8700: writings to $result and set flag writo_to_result in method
8701:
8702: * src/classes/string.C: - little optimisation: no needed to write
8703: number with lang
8704:
8705: * src/main/pa_charset.C: - methods readChar and skipChar which is
8706: used for read utf8-strings were renamed - is_escaped was renamed
8707: to isEscaped (to the same name convention)
8708:
8709: * src/: types/pa_method.h, main/compile_tools.h: - flag
8710: write_to_result added. compiler get this info from code.
8711:
8712: 2009-04-16 misha
8713:
8714: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8715: String only before 1st write
8716:
8717: * src/include/pa_string.h: - not needed template removed
8718:
8719: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8720: types/pa_vjunction.C, types/pa_vproperty.C,
8721: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8722: main/pa_request.C, classes/bool.C, classes/double.C,
8723: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8724: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8725: bool objects)
8726:
8727: 2009-04-15 misha
8728:
8729: * src/lib/cord/cordxtra.c: - more optimisation
8730:
8731: * src/: include/pa_string.h, main/untaint.C: - String::append
8732: optimisation
8733:
8734: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8735: then get and can sometime be used)
8736:
8737: * src/main/pa_string.C: - String::length optimisation
8738:
8739: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8740: these methods read different strings
8741:
8742: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8743: fresult_initial_void removed + some optimisation - if $result
8744: defined we don't write to context anymore
8745:
8746: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8747: need just skip char)
8748:
8749: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8750: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8751: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8752:
8753: * src/types/pa_vvoid.h: - added get() method for retreave one
8754: instance
8755:
8756: 2009-04-11 misha
8757:
8758: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8759:
8760: * tests/197.html: - test for parser://test in xml was added
8761:
8762: * src/classes/string.C: - small optimisation
8763:
8764: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8765: optimisation
8766:
8767: 2009-04-10 misha
8768:
8769: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8770: to pcre-7.8
8771:
8772: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8773:
8774: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8775: added
8776:
8777: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8778: $request:CLASS_NAME were added
8779:
8780: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8781: were added
8782:
8783: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8784: $env:CLASS_NAME were added
8785:
8786: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8787: '@todo' now
8788:
8789: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8790: compirer
8791:
8792: * src/main/pa_string.C: - little code cleanup
8793:
8794: * src/main/pa_common.C: - describe one more UTF-8 related error
8795: during PCRE compile/execute
8796:
8797: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8798: normalizing todo-comments: '@todo' now
8799:
8800: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8801:
8802: * src/main/pa_charset.C: - type changed for making compiler happy
8803:
8804: 2009-03-10 misha
8805:
8806: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8807: in main()
8808:
8809: 2009-02-01 misha
8810:
8811: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8812: boundary
8813:
8814: 2009-01-25 misha
8815:
8816: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8817:
8818: * src/classes/file.C: - more changes for parsing different number
8819: of params for file::load
8820:
8821: * tests/193.html: - tests for exception while base64-decode binary
8822: to string was added
8823:
8824: * tests/192.html: - tests for file::load with different number of
8825: options
8826:
8827: * src/classes/math.C: - ups. forgot '+1'
8828:
8829: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8830: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8831: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8832: (new option $.encode[multipart-form/data] should be specified) -
8833: $.method[] option for file::load now is not case-sensitive
8834:
8835: * src/: include/pa_string.h, main/untaint.C: - for file post the
8836: new taint language L_FILE_POST was added
8837:
8838: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8839: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8840: stuff was moved to separate files
8841:
8842: 2009-01-23 misha
8843:
8844: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8845: spaces to tabs were converted
8846:
8847: 2009-01-12 misha
8848:
8849: * src/main/pa_http.C: - value of $.method[] option force uppercased
8850: now
8851:
8852: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8853: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8854: their names
8855:
8856: * src/main/pa_common.C: - changes in formating
8857:
8858: * src/: classes/file.C, main/pa_http.C: - some constants changed
8859: their names
8860:
8861: * src/include/pa_http.h: - some spaces were converted to tabs
8862:
8863: * src/include/pa_common.h: - some constants changed their names
8864:
8865: * src/classes/file.C: - fixed 4-th paramether for file::load -
8866: little code rewriting
8867:
8868: * src/types/pa_vfile.C: - little code rewriting
8869:
8870: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8871: types/pa_value.h: - some formating changes
8872:
8873: * src/include/pa_common.h: - some formating spaces transformed to
8874: tabs
8875:
8876: * src/classes/string.C: - exception while base64-decode binary to a
8877: string
8878:
8879: 2009-01-11 misha
8880:
8881: * configure.in: - version changed to 3.3.1b
8882:
8883: 2008-09-05 misha
8884:
8885: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8886: release_3_3_0 on 2008-09-05 10:59:35 +0000
8887:
8888: 2008-09-04 misha
8889:
8890: * tests/: 130.html, 131.html: - these exceptions not typeless
8891: anymore
8892:
8893: * src/classes/op.C: - exception with 'invalid taint language' not
8894: typeless anylonger
8895:
8896: * src/classes/image.C: - some exceptions while operations with
8897: image not typeless anymore
8898:
8899: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8900: main/pa_exec.C, main/pa_http.C: - some exceptions while
8901: operations with files not typeless anymore
8902:
8903: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8904: types/pa_vdate.h: - exceptions while checking date range not
8905: typeless anymore
8906:
8907: * src/include/pa_exception.h: - exception type string for invalid
8908: date range was added
8909:
8910: 2008-09-03 misha
8911:
8912: * src/: classes/file.C, main/pa_string.C: - exception while pce
8913: operations not typeless anymore
8914:
8915: * src/include/pa_exception.h: - exception type for pce operations
8916: was added
8917:
8918: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8919: and .CLASS_NAME insite classes
8920:
8921: * src/classes/table.C: - don't save table header whiile
8922: ^table.save[append;filename] if file exists
8923:
8924: 2008-09-02 misha
8925:
8926: * src/main/compile.y, src/main/compile_tools.h,
8927: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8928: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8929: renamed to partial and it login changed: we must mark class as
8930: partial for allow their modifications in future.
8931:
8932: 2008-08-29 misha
8933:
8934: * tests/results/022.processed: - testing taint[regex] in mask for
8935: file:list
8936:
8937: * tests/022.html: - testing taint[regex] in mask for file:list
8938:
8939: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8940: for file:list was added
8941:
8942: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8943: file:list
8944:
8945: 2008-08-26 misha
8946:
8947: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8948: last derived object
8949:
8950: * src/classes/image.C: - many strings "image.format" replaced by
8951: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8952: understand some more exif tags
8953:
8954: * src/include/pa_exception.h: - string "image.format" was added
8955:
8956: 2008-08-21 misha
8957:
8958: * src/: main/pa_string.C, classes/file.C: - use method for print
8959: pcre_exec text error
8960:
8961: * src/main/pa_common.C: - method for print pcre_exec text error was
8962: added
8963:
8964: * src/include/pa_common.h: - method declaration for print pcre_exec
8965: text error was added
8966:
8967: 2008-08-19 misha
8968:
8969: * src/main/execute.C: - bugfix: opcodes must be in separate
8970: namespace while debug execution as well
8971:
8972: * tests/: 015.html, results/015.processed: - test for escaping some
8973: parser chars was added
8974:
8975: 2008-08-18 misha
8976:
8977: * tests/: 190.html, 190.p, results/190.processed: - test for
8978: $caller.self.field + default getter in one class was added
8979:
8980: * tests/: 189.html, results/189.processed: - test for
8981: ^date::create[date object]
8982:
8983: * tests/: 188.html, results/188.processed: - tests for match with
8984: UTF-8 strings
8985:
8986: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8987: ^string.match[]
8988:
8989: * ChangeLog: - parser 3.3.0 beta13
8990:
8991: 2008-08-15 misha
8992:
1.116 moko 8993: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8994: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8995: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8996: dftables.c: - old PCRE files removed
1.95 moko 8997:
8998: * src/lib/pcre/config.h: - configuration for PCRE library
8999:
9000: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9001: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9002:
9003: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9004: library and set flag UTF8 if $request:charset is UTF-8
9005:
9006: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9007: include/pa_config_fixed.h: - moved to new PCRE library
9008:
9009: * src/: main/main.vcproj, types/types.vcproj,
9010: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9011: win32\pcre instead of parser3\src\lib\pcre
9012:
9013: * src/: include/pa_opcode.h, include/pa_operation.h,
9014: main/compile.C, main/compile.y, main/compile_tools.C,
9015: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9016: opcodes were moved to separate namespace
9017:
9018: 2008-08-14 misha
9019:
9020: * src/types/pa_vstateless_class.C: - newline at the end missed
9021:
9022: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9023: tainting
9024:
9025: 2008-08-11 misha
9026:
9027: * tests/: 187.html, 187.p, results/187.processed: - tests for
9028: $caller.self, $caller.self.field and $caller.self.field[value]
9029: were added
9030:
9031: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9032: runtime as well (for $caller.self)
9033:
9034: 2008-07-25 misha
9035:
9036: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9037: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9038: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9039: tests with international characters
9040:
9041: 2008-07-23 misha
9042:
9043: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9044: file::load[...;http://
9045:
9046: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9047: now everywhere in separate namespace
9048:
9049: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9050: for vars
9051:
9052: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9053: can be escaped by '^'
9054:
9055: 2008-07-22 misha
9056:
9057: * src/classes/string.C, tests/186.html: - names changes:
9058: escape=>js-escape, unescape=>js-unescape
9059:
9060: 2008-07-21 misha
9061:
9062: * tests/results/186.processed: - test for string escape/unescape
9063:
9064: * tests/186.html: - test for string escape/unescape
9065:
9066: * src/classes/string.C: - string has escape and unescape methods
9067: now
9068:
9069: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9070: added
9071:
9072: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9073: method-layers added (with different params)
9074:
9075: 2008-07-18 misha
9076:
9077: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9078: was added
9079:
9080: * tests/185.html: - test for ^str.pos[sub](offset) added
9081:
9082: * src/classes/string.C, src/classes/void.C, operators.txt: -
9083: ^string.pos[substr](offset) -- 2nd param accepted now
9084:
9085: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9086: strings
9087:
9088: 2008-07-17 misha
9089:
9090: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9091: helper length added for mid for small optimisation
9092:
9093: 2008-07-16 misha
9094:
9095: * tests/: 185.html, results/185.processed: - tests for
9096: length/left/right/mid/pos with utf-8 strings
9097:
9098: * src/classes/string.C: - left/right/mid/length/pos works fine for
9099: utf-8 strings
9100:
9101: * src/main/untaint.C: - comments removed
9102:
9103: * src/: include/pa_string.h, main/pa_string.C,
9104: include/pa_charset.h, main/pa_charset.C: - methods for working
9105: with pos/mid for strings in utf-8 were added
9106:
9107: 2008-07-15 misha
9108:
9109: * tests/: 184.html, results/184.processed: - test for case body as
9110: expression: $var(^switch(1){^case(1)(true)..})
9111:
9112: * src/classes/op.C: - case body can be expression now:
9113: $var(^switch(1){^case(1)(true)..})
9114:
9115: * tests/: results/183.processed, 183.html: - added test for testing
9116: new cookie encoding (%uXXXX)
9117:
9118: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9119: decoding for backward compatibility they decoded from %XX in
9120: request:charset too
9121:
9122: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9123: - cookie class now decode cookies before first access after last
9124: request:charset changing (as form class).
9125:
9126: * src/main/pa_charset.C: - added method escape for escaping cookies
9127: as %uXXXX - before transcode calculate required space for dest
9128: string. it reduce mem usage for transcode
9129:
9130: * src/include/pa_charset.h: - added method escape for escaping
9131: cookies as %uXXXX
9132:
9133: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9134: was added. will used for escaping cookies as %uXXXX
9135:
9136: * src/include/pa_common.h: - escape method has new option for skip
9137: converting '+' to a space char
9138:
9139: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9140: transcode - escape method has new option for skip converting '+'
9141: to a space char
9142:
9143: 2008-07-08 misha
9144:
9145: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9146: (no UE if more then 1 case matches anylonger) - optimization:
9147: doing searching.as_string() || searching.as_double() only once
9148:
9149: 2008-07-04 misha
9150:
9151: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9152: now ^date::create[date object] works
9153:
9154: * src/classes/string.C: - left and right added as aliases for start
9155: and end in ^string.trim[]
9156:
9157: 2008-07-03 misha
9158:
9159: * src/classes/file.C: - allow $.limit for file::sql as well
9160:
9161: * src/classes/file.C: - allow $.offset option for file::sql - force
9162: send limit=1 to query for use sql specifics authomatically
9163:
9164: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9165: if $.limit value if empty. autoconvert it as everywere
9166:
9167: 2008-07-02 misha
9168:
9169: * configure.in: - time to change version number to 3.3.0 %-)
9170:
9171: * src/include/pa_version.h: - time to change version number to
9172: 3.3.0 %-)
9173:
9174: 2008-06-26 misha
9175:
9176: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9177: $.limit(0) fixes
9178:
9179: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9180: - $.limit(0) fixes
9181:
9182: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9183: new API)
9184:
9185: * src/: include/pa_sql_driver_manager.h,
9186: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9187: classes/op.C: - document_root added
9188:
9189: * src/main/compile.tab.C: - error message was changed
9190:
9191: 2008-06-25 misha
9192:
9193: * src/main/compile.y: - error message was changed
9194:
9195: 2008-06-24 misha
9196:
9197: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9198:
9199: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9200: tests for @OPTIONS\nappend
9201:
9202: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9203:
9204: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9205:
9206: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9207:
9208: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9209: compile.y
9210:
9211: 2008-06-17 misha
9212:
9213: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9214: compilation: ^if(default){true. it's incorrect. must be
9215: exception}
9216:
9217: 2008-06-16 misha
9218:
9219: * tests/: 181.ent, 181.html, results/181.processed: - test for
9220: checking external reference loading with 'http://localhost'
9221: prefix while creating xdoc
9222:
9223: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9224: ^math:long2ip[] and ^math:ip2long[]
9225:
9226: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9227: added which use scalar stateless class method when user object
9228: used in scalar context - use get_scalar_value when user object
9229: requested in scalar context
9230:
9231: * src/main/pa_common.C: - size must be int but not size_t or we
9232: can't compare with 0 sprintf result
9233:
9234: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9235: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9236: with internal switch between local/global vars
9237:
9238: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9239: specified
9240:
9241: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9242: pa_vstateless_object.h: - stateless class and object now has
9243: private scalar field and getter/setter for working with it
9244:
9245: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9246: moved to inet static class
9247:
9248: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9249: class added (^inet:aton[IP], ^inet:ntoa(number))
9250:
9251: * tests/: 180.html, results/180.processed: - tests for
9252: ^math:long2ip(long) and ^math:ip2long[IP]
9253:
9254: * src/classes/math.C: - ^math:ip2long[IP] added
9255:
9256: 2008-06-11 misha
9257:
9258: * src/main/pa_xml_io.C: - use file_read_text again because of we
9259: need cut BOM code and remove DOS newline chars. but don't
9260: transcode it anyway.
9261:
9262: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9263: main/pa_http.C: - option for disable transcoding while file_read
9264: and file_read_text added
9265:
9266: 2008-06-10 misha
9267:
9268: * tests/: 179.html, 179.p, results/179.processed: - test for many
9269: classes in 1 file
9270:
9271: * src/main/: compile.C, compile_tools.h: - compile return list of
9272: classes now.
9273:
9274: * src/main/: compile.y, compile.tab.C: - compile return list of
9275: classes now. internals.
9276:
9277: * src/main/pa_request.C: - compile return list of classes now. try
9278: call @conf and @auto for each returned class
9279:
9280: * src/include/pa_request.h: - compile return list of classes now
9281:
9282: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9283: return list of classes when compile buf)
9284:
9285: 2008-06-07 misha
9286:
9287: * src/main/pa_request.C: - constructing VRequest object with 3rd
9288: param -- form
9289:
9290: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9291: 3rd param: form. needed for get post_charset
9292:
9293: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9294: added
9295:
9296: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9297: types/pa_vform.C, types/pa_vform.h: - some polish
9298:
9299: 2008-06-06 misha
9300:
9301: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9302: charset and decode chars from it but not from response:charset
9303:
9304: * src/main/pa_http.C: - detect_charset moved out of here
9305:
9306: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9307: methods moved here - unescape_chars accepn one charset now
9308:
9309: * src/main/pa_http.C: - new constants used - don't allow
9310: $.content-type in ^file::load[;http://;$.method[POST]] - add
9311: charset info while ^file::load[;http://;$.method[POST]] - option
9312: $.omit-post-charset(true) added to ^file::load[;http://] for
9313: disabling charset during post
9314:
9315: * src/types/pa_vform.C: - new constants used
9316:
9317: * src/include/pa_common.h: - some constants were added
9318:
9319: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9320: instead of StrEqNc
9321:
9322: * src/main/pa_common.C: - new method for caseless search
9323: c-substring in c-string - use isxdigit instead of is_hex_digit
9324:
9325: * src/include/pa_common.h: - new method for caseless search
9326: c-substring in c-string
9327:
9328: 2008-06-05 misha
9329:
9330: * tests/results/178.processed: - test for testing default getter
9331:
9332: * tests/178.html: - test for testing default getter
9333:
9334: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9335: for test for testing default getter
9336:
9337: * src/main/execute.C: - default getter soul
9338:
9339: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9340: requested objects' field not found
9341:
9342: * src/types/pa_vclass.C: - register default getter if defined - get
9343: default getter if requested field not found
9344:
9345: * src/types/pa_vstateless_object.h: - method get_default_getter was
9346: added
9347:
9348: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9349: pointer to default getter and methods for get/set it were added
9350:
9351: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9352: auto_name field (for default getter)
9353:
9354: 2008-06-04 misha
9355:
9356: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9357: transcoding, no cutting BOM code, no fixing line breaks) and get
9358: it to libxml "as is"
9359:
9360: 2008-06-03 misha
9361:
9362: * src/main/pa_common.C: - use store_Char instead of
9363: transcodeCharFromUTF8
9364:
9365: * src/: include/pa_charset.h, main/pa_charset.C: - method
9366: store_Char added, transcodeCharFromUTF8 -- removed
9367:
9368: 2008-06-02 misha
9369:
9370: * tests/: results/177.processed, 177.html: - test for checking
9371: .[acm]date after local ^file::load[] was added
9372:
9373: * tests/: results/176.processed, 176.html: - test for checking
9374: @OPTION\locals + @method[vars][locals] added
9375:
9376: * tests/results/auto.p: - CLASS_PATH specified for checking use
9377:
9378: 2008-05-30 misha
9379:
9380: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9381: @OPTION\nlocals + @method[vars][;locals;] were added
9382:
9383: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9384: moved to separate method op_code - switch from VMethodFrame to
9385: VMethodFrameGlobal + VMethodFrameLocal
9386:
9387: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9388: was moved to separate method op_code
9389:
9390: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9391: VMethodFrame now
9392:
9393: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9394: all_vars_local as well
9395:
9396: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9397: pa_vmethod_frame_local.h, Makefile.am: - who children for
9398: VMethodFrame were added: one (global) works as VMethodFrame
9399: before and second (local) write all vars in self vars scope
9400:
9401: * src/types/pa_method.h: - method has bool flag all_vars_local now
9402:
9403: 2008-05-29 misha
9404:
9405: * tests/: 129.html, results/129.processed: - more tests for
9406: ^table.hash[]
9407:
9408: * src/classes/hash.C: - ^hash::sql has a new option:
9409: $.type[hash|string|table] as ^table.hash[] one.
9410:
9411: * src/classes/op.C: - ^try has 3rd param now: finally code which
9412: executed anyway after try or catch section
9413:
9414: 2008-05-27 misha
9415:
9416: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9417: must not fail if $.distinct(1) wasn't specified
9418:
9419: 2008-05-26 misha
9420:
9421: * src/classes/op.C: - allow ^throw[my type]
9422:
9423: 2008-05-22 misha
9424:
9425: * configure.in, configure: - version number updated to 3.2.4b
9426:
9427: * src/classes/: op.C, string.C: - trim format string before
9428: eval/format
9429:
9430: * tests/: results/175.processed, 175.html: - more tests for
9431: different format strings in .format[]
9432:
9433: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9434: as well (not only %XX)
9435:
9436: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9437: charset specified - checks for format before print number
9438: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9439: (instead of tabs) removed
9440:
9441: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9442: charset specified
9443:
9444: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9445: char in requested charset from utf code was added
9446:
9447: 2008-05-19 misha
9448:
9449: * tests/: 174.html, results/174.processed: - test for
9450: ^hashfile.cleanup[] added
9451:
9452: * src/classes/hashfile.C: - optimization: don't create any key or
9453: value variable if it's name weren't specified
9454: (^hf.foreach[;v]{...})
9455:
9456: 2008-05-16 misha
9457:
9458: * src/classes/hash.C: - optimization: don't create any key variable
9459: if variable name wasn't specified (^h.foreach[;v]{...})
9460:
9461: 2008-05-15 misha
9462:
9463: * src/classes/op.C: - small changes
9464:
9465: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9466:
9467: * src/classes/hash.C: - calculate var_context once before foreach
9468:
9469: 2008-05-14 misha
9470:
9471: * src/classes/hashfile.C: - incorrect vars context calculation for
9472: ^hashfile.foreach[;]{} fixed
9473:
9474: * src/classes/: hash.C, table.C: - little optimisation
9475:
9476: * src/classes/file.C: - bugfix: double absolute path while loading
9477: file
9478:
9479: * tests/: 174.html, results/174.processed: - tests for hashfile
9480: were added
9481:
9482: * buildall-with-xml: - moving to libxslt 1.1.24
9483:
9484: 2008-04-30 misha
9485:
9486: * src/classes/file.C: - stat file while loading (local only) so
9487: .adate, .mdate and .cdate available without additional ::stat
9488:
9489: 2008-04-28 misha
9490:
9491: * src/classes/file.C: - $.name and $.content-type available for
9492: stated file
9493:
9494: 2008-04-14 misha
9495:
9496: * src/targets/cgi/parser3.C: - new year in copyright %-)
9497:
9498: * src/include/pa_version.h: - new version number in head
9499:
9500: 2008-04-10 misha
9501:
9502: * tests/: 080.html, results/080.processed: - cut '0' from
9503: exponential part because of on diff OS it differ (20 or 020 for
9504: ex)
9505:
9506: * tests/: 119.html, results/119.processed: - check for encoding
9507: while creating xdoc
9508:
9509: 2008-04-09 misha
9510:
9511: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9512:
9513: * src/main/pa_common.C: - comment added
9514:
9515: * src/classes/date.C: - little refactoring
9516:
9517: 2008-04-07 misha
9518:
9519: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9520: style of ^table.save[]: prepare one big string and sabe it at
9521: once. it's safe on freebsd 4.x but use much more memory.
9522:
9523: * buildall-with-xml, buildall-without-xml: - option
9524: --disable-stringstream added (under comment. use it on freebsd
9525: 4.x)
9526:
9527: 2008-02-22 misha
9528:
9529: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9530: specified together in file::load[;http] - get back transcoding
9531: $.body[] in file::load[;http]
9532:
9533: 2008-02-21 misha
9534:
9535: * src/classes/date.C: - ^date.gmt-string[] was added
9536:
9537: * src/types/pa_value.C: - method for output date in RFC 822 format
9538: moved to pa_common.h
9539:
9540: * src/include/pa_common.h: - method for output date in RFC 822
9541: format moved here from pa_value.C
9542:
9543: * src/types/pa_vmail.C: - fixed core in sending mail with
9544: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9545:
9546: 2008-02-20 misha
9547:
9548: * src/main/pa_http.C: - transcode $.headers before escaping into
9549: specified charset while ^file::load[...;http://...] (L_URI
9550: instead of L_HTTP_HEADER) - $.cookies param available in
9551: ^file::load[;http://...] now (but we don't parse set-cookies from
9552: response yet) (cookies not transcoded as common $cookies)
9553:
9554: 2008-02-19 misha
9555:
9556: * src/main/pa_request.C: - rollback: we mustn't force taint
9557: $response:field values because in this case
9558: $response:locateion[http://...] don't works.
9559:
9560: 2008-02-15 misha
9561:
9562: * src/classes/op.C: - little refactoring
9563:
9564: * src/main/pa_http.C: - taint names of $.headers for load[;http
9565:
9566: * src/main/pa_request.C: - force taint values of $response:field
9567:
9568: 2008-02-14 misha
9569:
9570: * src/main/pa_request.C: - $response:field transcoded to
9571: $response:charset before escaping now
9572:
9573: * src/main/pa_http.C: - some outdated comments removed
9574:
9575: * src/classes/date.C: - lastdat -> last-day
9576:
9577: * src/classes/date.C: - ^date:lastday(year;month) and
9578: ^date.lastday[] were added - little code refactoring - comments
9579: changes
9580:
9581: * tests/: 159.html, results/159.processed: - test for number of
9582: days in February
9583:
9584: * src/types/pa_value.C: - fixes in code formatting
9585:
9586: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9587: and comments
9588:
9589: 2008-02-13 misha
9590:
9591: * src/main/pa_common.C: - bugfix for february at leap year
9592:
9593: 2008-01-28 misha
9594:
9595: * tests/: 160.html, results/160.processed: - more test for cache
9596: added
9597:
9598: * src/classes/op.C: - bugfix: cache body executed twice if contains
9599: unhandled exception
9600:
9601: 2008-01-25 misha
9602:
9603: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9604: bug when hashfile became inavailable after memory:compact)
9605:
9606: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9607:
9608: 2008-01-22 misha
9609:
9610: * src/classes/table.C: - little refactiring and exception texts
9611: changes in method ^table.hash[]
9612:
9613: * src/types/pa_vcookie.C: - link to cookie specification changed
9614:
9615: 2008-01-21 misha
9616:
9617: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9618: file::exec/cgi
9619:
9620: * src/classes/file.C: - bugfix: core while processing headers if
9621: executed cgi script don't return content
9622:
9623: 2008-01-18 misha
9624:
9625: * buildall-with-xml: - move to libxml2 version 2.6.31
9626:
9627: * src/include/pa_version.h, configure.in: - version number updated
9628: to '3.2.3b'
9629:
9630: 2007-12-28 misha
9631:
9632: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9633: hash.contains
9634:
9635: 2007-12-27 misha
9636:
9637: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9638: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9639: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9640: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9641: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9642: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9643: src/targets/cgi/parser3.vcproj,
9644: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9645: back to VS2003 because of Apache 1.3 module can't work if it was
9646: built in VS 2005. with cgi all file so VS2003 project files can
9647: be easy converted to the new format.
9648:
9649: 2007-12-04 misha
9650:
9651: * src/types/pa_vcode_frame.h: - changes in comment
9652:
9653: 2007-11-29 misha
9654:
9655: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9656: intercept strings any longer
9657:
9658: * tests/: 173.html, results/173.processed: - tests for
9659: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9660: but not in main code frame
9661:
9662: * tests/: 172.html, results/172.processed: - more tests for pass
9663: objects from code frames
9664:
9665: 2007-11-27 misha
9666:
9667: * tests/: 152.html, results/152.processed: - tests for converting
9668: strings 'true'/'false' to bool were added
9669:
9670: * tests/152.html: - added checks for converting strings
9671: 'true'/'false' to bool
9672:
9673: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9674: not only strings with numbers but with values 'true'/'false' as
9675: well
9676:
9677: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9678: for parser3.log increased
9679:
9680: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9681:
9682: * src/include/pa_common.h: - remove_crlf return cstring size now
9683:
9684: * src/include/pa_types.h: - constant with buffer size for
9685: parser3.log added
9686:
9687: 2007-11-16 misha
9688:
9689: * tests/cat.sh: - script for tests for file::exec/cgi
9690:
9691: * tests/171.html: - tests for file::exec/cgi
9692:
9693: * tests/results/171.processed: - tests results for file::exec/cgi
9694:
9695: 2007-11-15 misha
9696:
9697: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9698:
9699: * src/classes/file.C: - .body must be set before analyzing cgi
9700: headers
9701:
9702: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9703: only if exec/cgi return anything.
9704:
9705: 2007-11-14 misha
9706:
9707: * operators.txt: - info about new text|binary option for
9708: file::exec/cgi was added
9709:
9710: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9711: ^file:exec[[text|binary];script;...]
9712:
9713: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9714: classes/string.C, classes/table.C: - more text strings moved to
9715: the one place
9716:
9717: 2007-11-09 misha
9718:
9719: * src/types/pa_vrequest.C: - $request:argv must be taint
9720:
9721: * ChangeLog: - $request:argv [patch from Sumo]
9722:
9723: * operators.txt: - $request:argv
9724:
9725: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9726: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9727:
9728: 2007-10-25 misha
9729:
9730: * buildall-with-xml, buildall-without-xml: - options preparations
9731: for ./configure rewrited
9732:
9733: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9734: error occure in unhandled_exception finally fixed
9735:
9736: 2007-10-23 misha
9737:
9738: * tests/: 170.html, results/170.processed: - test for
9739: @method[][result]
9740:
9741: * operators.txt: - added info about node.prefix and
9742: node.namespaceURI
9743:
9744: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9745:
9746: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9747: added for node and attribute
9748:
9749: 2007-10-22 misha
9750:
9751: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9752:
9753: * src/main/pa_request.C: - added const content-transfer-encoding
9754:
9755: * src/include/pa_request.h: - added const content-transfer-encoding
9756: - ups. constants must be in lowercase (for search)
9757:
9758: * src/types/pa_vmail.C: - more constants used -
9759: content-transfer-encoding: 8bit added
9760:
9761: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9762:
9763: * src/include/pa_request.h: - more constants
9764:
9765: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9766: ommit anymore if $.content-disposition was specified - little
9767: refactoring
9768:
9769: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9770:
9771: 2007-10-17 misha
9772:
9773: * operators.txt: - info about
9774: table::create[nameless]{data}[>options<] was added
9775:
9776: * src/main/: compile.tab.C, compile.y: - if error occure while
9777: compile method don't put this method in methods table anymore.
9778: in other case the parser coredumped if @unhandled_exception
9779: method can't be compiled because of parser.compile error.
9780:
9781: * src/main/execute.C: - little code reformating
9782:
9783: * src/main/pa_request.C: - little code reformating - comment
9784: changed
9785:
9786: 2007-10-16 misha
9787:
9788: * tests/: 035.html, results/035.processed: - tests
9789: table::create[]{}[options] added
9790:
9791: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9792: options (only $.seperator[] yet)
9793:
9794: 2007-10-10 misha
9795:
9796: * src/classes/table.C: - some contstants moved to pa_common.h -
9797: some code changes
9798:
9799: 2007-10-02 misha
9800:
9801: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9802: then three time as much. but base64 encoding method still use
9803: less memory anyway.
9804:
9805: 2007-09-17 misha
9806:
9807: * operators.txt: - added info about $cookie:fields
9808:
9809: * src/types/pa_vcookie.C: - $cookie:fields available now
9810:
9811: * src/classes/hash.C: - some stuff for use with .for_each moved to
9812: common
9813:
9814: * src/include/pa_common.h: - some stuff for use with .for_each
9815: moved here
9816:
9817: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9818:
9819: 2007-09-14 misha
9820:
9821: * buildall-with-xml: - new xml libs again =)
9822:
9823: 2007-08-28 misha
9824:
9825: * operators.txt: - texts about ^table.columns[[column name]] and
9826: ^string.split[...][v][column name] were added
9827:
9828: * tests/: 168.html, 169.html, results/168.processed,
9829: results/169.processed: - tests for ^table.columns[[column name]]
9830: and ^string.split[...][v][column name] were added
9831:
9832: * src/classes/table.C: - new option ^table.columns[[column name]]
9833: was added
9834:
9835: * src/classes/string.C: - new option ^string.split[...;v;[column
9836: name]]
9837:
9838: * src/include/pa_exception.h: - error text message for
9839: ^hash._keys[], ^table.columns[] and ^string.split[]
9840:
9841: 2007-08-27 misha
9842:
9843: * src/main/untaint.C: - try to fix coredump on unix if print to
9844: body ^taint[sql][something] outside of connect
9845:
9846: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9847: outside of connect
9848:
9849: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9850: added (commented by default)
9851:
9852: 2007-08-20 misha
9853:
9854: * operators.txt: - comment about new method ^node.hasAttributes[]
9855: was added
9856:
9857: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9858: duplicated exception text strings were removed
9859:
9860: * src/include/pa_exception.h: - more exception text strings moved
9861: here
9862:
9863: * src/classes/table.C: - some duplicate exceptions' text strings
9864: removed
9865:
9866: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9867: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9868: removed
9869:
9870: * src/include/pa_exception.h: - some exception text strings movet
9871: to pa_exception
9872:
9873: * tests/: 149.html, results/149.processed: - test for
9874: ^xnode.hasAttributes[] was added - some code changes
9875:
9876: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9877: added
9878:
9879: 2007-08-17 misha
9880:
9881: * tests/: results/006.processed, results/059.processed, 006.html,
9882: 059.html: - more tests for match
9883:
9884: * tests/: 129.html, results/129.processed: - tests for
9885: ^table.hash[...][$.type[string|hash|table]] added
9886:
9887: * src/targets/cgi/parser3.C: - little syntax changes
9888:
9889: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9890: syntax changes
9891:
9892: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9893: messages in parser3.log switched off by default. If someone
9894: really still need it: use $SIGPIPE(1)
9895:
9896: 2007-08-08 misha
9897:
9898: * buildall-with-xml, buildall-without-xml: - remove libs source
9899: files by default since now
9900:
9901: 2007-08-07 misha
9902:
9903: * buildall-without-xml: - some option syntax changes
9904:
9905: * buildall-with-xml: - compile libxml2 without http support - some
9906: option syntax changes
9907:
9908: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9909:
9910: 2007-08-06 misha
9911:
9912: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9913:
9914: * tests/: 160.html, results/160.processed: - cache test was
9915: rewrited
9916:
9917: 2007-07-06 misha
9918:
9919: * tests/: 153.html, results/153.processed: - added test for
9920: ^math:sha1[string]
9921:
9922: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9923: transcoded
9924:
9925: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9926: were added
9927:
9928: 2007-06-28 misha
9929:
9930: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9931: some incorrect chars
9932:
9933: 2007-06-19 misha
9934:
9935: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9936: were moved on top because of gcc 4 had a problems during
9937: building.
9938:
9939: 2007-06-18 misha
9940:
9941: * tests/results/019.processed: - new image commited
9942:
9943: 2007-06-09 misha
9944:
9945: * src/classes/: op.C, table.C: - in while and table.select method
9946: as_expression used now
9947:
9948: * src/types/pa_vmethod_frame.h: - method as_expression was added
9949:
9950: 2007-06-08 misha
9951:
9952: * tests/: 166.html, results/166.processed: - test for
9953: ^match[...][n]
9954:
9955: * tests/: 165.html, results/165.processed: - tests for loops
9956:
9957: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9958: because of no speed/memory optimisation but some proglems with
9959: long cycles occure
9960:
9961: 2007-06-06 misha
9962:
9963: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9964: ^table.select(true) and ^table.select(1) didn't works because of
9965: awaiting junction-param only. fixed.
9966:
9967: 2007-05-24 misha
9968:
9969: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9970: with 0.5 secs interval
9971:
9972: * src/classes/op.C: - cache was rewrited. I hope it works with
9973: locking system now on unix
9974:
9975: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9976: system locks which wait till other threads release it but try get
9977: lock, if fail wait 1 sec and make 10 attempts.
9978:
9979: * src/include/pa_os.h: - consts for blocking locks + some comments
9980: were added
9981:
9982: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9983: opening files
9984:
9985: * src/classes/table.C: - changes in includes. if unclude <sstream>
9986: after our classes on unix it can't be build
9987:
9988: * src/types/pa_vhashfile.C: - not needed code removed
9989:
9990: 2007-05-23 misha
9991:
9992: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9993: include/pa_common.h: - cosmetic changes
9994:
9995: 2007-05-18 misha
9996:
9997: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9998: often. it's give some speed increasing
9999:
10000: * tests/results/160.processed: - returned time corrected
10001:
10002: * tests/160.html: - time increased because on unix 1 mean nothing
10003: :(
10004:
10005: * operators.txt: - added info about ^hash.contain[key]
10006:
10007: * src/classes/hash.C: - added ^hash.contain[key]
10008:
10009: * src/include/pa_hash.h: - added method for checking key exists in
10010: hash
10011:
10012: 2007-05-07 misha
10013:
10014: * src/include/pa_string.h: - was compilation error during build on
10015: freebsd4
10016:
10017: 2007-05-03 misha
10018:
10019: * src/classes/table.C: - option $.type[hash|string|table] was added
10020: for ^table.hash[]
10021:
10022: * src/classes/file.C: - comment removed
10023:
10024: 2007-04-26 misha
10025:
10026: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10027: real files doesn't opened in place anymore
10028:
10029: 2007-04-24 misha
10030:
10031: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10032:
10033: * src/include/pa_exception.h: "static" removed
10034:
10035: 2007-04-23 misha
10036:
10037: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10038:
10039: * src/classes/math.C: added: - ^math:ln(N) (the same as
10040: ^math:log(N)) - ^math:lg(N)
10041:
10042: * tests/: 097.html, results/097.processed: - charsets converstion
10043: during ^file::load[text;http://...] added
10044:
10045: * tests/: 164.html, results/164.processed: - check for set expires
10046: as a date
10047:
10048: * tests/: 164.html, results/164.processed: - test for hashfile
10049:
10050: * src/classes/hashfile.C: - little comment changes
10051:
10052: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10053: access
10054:
10055: * src/: classes/date.C, classes/double.C, classes/file.C,
10056: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10057: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10058: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10059: classes/xnode.h, include/pa_request.h, main/execute.C,
10060: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10061: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10062: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10063: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10064: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10065: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10066: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10067: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10068: "parser.runtime" strings were removed
10069:
10070: * src/classes/hashfile.C: - with .clear[] called files_delete()
10071: now.
10072:
10073: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10074:
10075: * src/include/pa_exception.h: - string constant with
10076: "parser.runtime" text was added
10077:
10078: 2007-04-20 misha
10079:
10080: * operators.txt: - some comments changing
10081:
10082: * operators.txt: - added info about .^hashfile.release[],
10083: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10084:
10085: * configure: =cheching for unsetenv
10086:
10087: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10088: ^hashfile.release[] were added
10089:
10090: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10091: ^string.match[][] understand new option now: return number of
10092: matches but not table wit results
10093:
10094: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10095: reopen now
10096:
10097: * src/classes/op.C: - bug. must be false
10098:
10099: * configure.in: - checking for unsetenv was added
10100:
10101: * src/types/pa_vform.C: - some comments
10102:
10103: 2007-04-18 misha
10104:
10105: * buildall-with-xml: moving to libxml2-2.6.28
10106:
10107: * buildall-with-xml, buildall-without-xml: added commented lines
10108: with --disable-safe-mode option
10109:
10110: * operators.txt: - info about $form:files
10111:
10112: 2007-04-17 misha
10113:
10114: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10115: $form:files was added
10116:
10117: * tests/: 163.html, results/163.processed: removing auto format
10118:
10119: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10120:
10121: 2007-04-16 misha
10122:
10123: * tests/: 163.html, results/163.processed: - test for .int[],
10124: floor, round, ceiling and .format[]
10125:
10126: * src/classes/file.C: - little optimization for getting args in
10127: exec/cgi
10128:
10129: 2007-04-13 misha
10130:
10131: * src/classes/file.C: - arguments for file::exec/cgi can be
10132: specified now as s table with one column
10133:
10134: 2007-03-27 misha
10135:
10136: * tests/: 162.html, results/162.processed: - test for
10137: ^table.select(^condition[$t])
10138:
10139: * tests/results/auto.p: - load windows-1251 charset for some tests
10140:
10141: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10142:
10143: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10144: 161_windows1251.txt: - added test for
10145: ^file::load[text;/local/file.txt;$.charset[...]]
10146:
10147: * tests/: results/013.processed, 013.html: - added test for
10148: checking $._default value while hash modifications
10149:
10150: * tests/: 160.html, results/160.processed: - add test for
10151: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10152:
10153: 2007-03-22 misha
10154:
10155: * src/include/pa_common.h: - "charset" string defined for
10156: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10157:
10158: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10159: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10160: added - not needed transcodes were removed from
10161: ^file::load[...;http://...]
10162:
10163: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10164: added
10165:
10166: * src/classes/date.C: - date.week was fixed
10167:
10168: * operators.txt: - added info about date.weekyear
10169:
10170: * tests/: 159.html, results/159.processed: - tests for date.week
10171: and date.weekyear added
10172:
10173: 2007-03-15 misha
10174:
10175: * src/classes/table.C: - enclose column numbers for nameless tables
10176: as well
10177:
10178: 2007-03-14 misha
10179:
10180: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10181:
10182: * src/classes/table.C: - table.save optimization: now required much
10183: less memory
10184:
10185: 2007-03-13 misha
10186:
10187: * tests/results/: 158.processed, 158.processes: - tests for
10188: table.save/table.load
10189:
10190: * tests/: 158.html, results/158.processes: - tests for
10191: table.save/table.load
10192:
10193: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10194:
10195: * buildall-with-xml: - pattern needed now for building
10196:
10197: * tests/results/097.processed: - added test results for xdoc::load
10198: & xdoc::load[http://...]
10199:
10200: * tests/097.html: - added test for xdoc::load
10201:
10202: 2007-03-12 misha
10203:
10204: * tests/: 107.html, results/107.processed: - added test for xpath
10205: '//man'
10206:
10207: 2007-03-01 misha
10208:
10209: * tests/: 097.html, results/097.processed: - added test for
10210: creating xdoc from file
10211:
10212: * tests/: results/157.processed, 157.html: - added test for
10213: file:move
10214:
10215: 2007-02-28 misha
10216:
10217: * src/classes/xdoc.C: - another attempt
10218:
10219: * src/classes/xdoc.C: - roll back last changes for a while
10220:
10221: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10222:
10223: * src/classes/file.C: - under lock we create non-exist dir anyway
10224:
10225: * tests/results/099.processed: - ever send content-disposition to
10226: client with file
10227:
10228: * tests/157.html: + test for file:copy
10229:
10230: 2007-02-26 misha
10231:
10232: * src/classes/file.C: - some similar strings moved to #define
10233: instead of to be copy/pasted many times
10234:
10235: * src/types/pa_vfile.h: - class name string ("file") moved to
10236: #define
10237:
10238: 2007-02-20 misha
10239:
10240: * configure.in: - added some strings for sqlite detection
10241:
10242: 2007-02-19 misha
10243:
10244: * operators.txt: - some comments changes
10245:
10246: * buildall-with-xml, buildall-without-xml: - some modifications
10247:
10248: 2007-02-17 misha
10249:
10250: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10251:
10252: * src/main/pa_request.C: - damn, i forgot to commit it while I
10253: change console behaviour
10254:
10255: 2007-02-12 misha
10256:
10257: * src/targets/cgi/parser3.C: - don't print headers if
10258: $console:line[data] was used during cgi execution.
10259:
10260: * src/types/pa_vconsole.h: - console class have bool flag now which
10261: marked as 'true' if class was used.
10262:
10263: * tests/: 152.html, results/152.processed: - more types was added
10264: to test 152
10265:
10266: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10267: adding 'bool' (^if($image){} caused exception)
10268:
10269: 2007-02-09 misha
10270:
10271: * tests/: 152.html, results/152.processed: - test alightly updated
10272:
10273: * tests/: 152.html, results/152.processed: - test rewrited
10274:
10275: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10276: bugfix. I broke xdoc & xnode in expression
10277:
10278: 2007-02-08 misha
10279:
10280: * tests/: 152.html, results/152.processed: - add test for checking
10281: 'def' for void, string, bool, int & double
10282:
10283: 2007-02-07 misha
10284:
10285: * operators.txt: - ^file:base64[filespec] was added
10286:
10287: * tests/results/153.processed: - result test for
10288: ^file:base64[filespec] was updated
10289:
10290: * tests/153.html: - test for ^file:base64[filespec] was added
10291:
10292: * src/types/pa_vconsole.h: - little optimization
10293:
10294: * src/classes/file.C: - ^file:base64[filespec]
10295:
10296: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10297:
10298: * src/include/pa_common.h: - declarations for
10299: ^file:base64[filespec]
10300:
10301: * src/types/pa_vcookie.C: - little optimization
10302:
10303: 2007-02-06 misha
10304:
10305: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10306: were temporary commented
10307:
10308: * src/types/pa_vbool.h: - bugfix
10309:
10310: * tests/156.html: - added test for bool cookie
10311:
10312: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10313:
10314: * tests/: 155.html, results/155.processed: - added test for check
10315: $.encloser[] option for table save/load
10316:
10317: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10318:
10319: 2007-02-05 misha
10320:
10321: * tests/results/152.processed: - newline at the end was missed
10322:
10323: * tests/results/141.processed: - math:md5 must be lowercased
10324:
10325: * src/targets/cgi/parser3.C: - 2007 in help ;)
10326:
10327: 2007-02-03 misha
10328:
10329: * tests/results/: 150.processed, 151.processed, 152.processed: -
10330: test for bool added and some content length fixes
10331:
10332: * tests/152.html: - test for bool added
10333:
10334: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10335:
10336: * operators.txt: - info bool class was added
10337:
1.116 moko 10338: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10339: classes/classes.vcproj, classes/double.C, classes/int.C,
10340: classes/string.C, classes/void.C, classes/xnode.C,
10341: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10342: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10343: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10345: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10346: types/types.vcproj: - bool class was added
10347:
10348: * src/main/pa_request.C: - fix
10349:
10350: 2007-01-18 misha
10351:
10352: * src/: main/pa_string.C, classes/string.C: - return table during
10353: ^string.match[][] even if no matched found.
10354:
10355: 2006-12-20 misha
10356:
10357: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10358: http://www.parser.ru/forum/?id=55598 ]
10359:
10360: 2006-12-19 misha
10361:
10362: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10363: details: http://www.parser.ru/forum/?id=52359
10364:
10365: * src/main/pa_request.C: - always set content-disposition for
10366: $response:body[hash here]. more details:
10367: http://www.parser.ru/forum/?id=52130
10368:
10369: 2006-12-07 misha
10370:
10371: * operators.txt: - added info about bool params in cookie set
10372:
10373: * src/types/pa_vcookie.C: - bool param in cookies available now
10374: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10375: ]
10376:
10377: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10378: was added
10379:
10380: 2006-12-02 misha
10381:
10382: * src/classes/file.C: - file_block_read used instead of native read
10383:
10384: * src/main/pa_common.C: - added file_block_read with read error
10385: detection - file_block_read used instead of native read
10386:
10387: * src/include/pa_common.h: - added file_block_read declaration
10388:
10389: 2006-12-01 misha
10390:
10391: * operators.txt: - info about $var.CLASS_NAME was added
10392:
10393: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10394: $var.CLASS_NAME added
10395:
10396: * operators.txt: - added info about ^file:copy[]
10397:
10398: * src/classes/file.C: - ^file:copy[from;fo] was added
10399:
10400: 2006-11-20 misha
10401:
10402: * src/classes/date.C: - bug fix :)
10403:
10404: 2006-11-17 misha
10405:
10406: * src/include/pa_common.h: - array in crc32 calculation was changed
10407: to static
10408:
10409: * src/main/pa_common.C: - little optimization in getMonthDays -
10410: small changes in crc32 calculation
10411:
10412: * src/classes/date.C: - not needed code was removed
10413:
10414: 2006-11-16 misha
10415:
10416: * src/types/pa_vmail.C: - fix missed brakes
10417:
10418: * src/types/pa_vmail.C: - mail:send now set content-type:
10419: multipart/related instead of multipart/mixed if file have
10420: $.content-id[]
10421:
10422: 2006-11-15 misha
10423:
10424: * src/types/pa_vdouble.h: abs -> fabs
10425:
10426: 2006-11-14 misha
10427:
10428: * operators.txt: - added info about ^file.md5[] and
10429: ^file:md5[file-name]
10430:
10431: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10432: added
10433:
10434: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10435: FILE_BUFFER_SIZE
10436:
10437: * src/classes/math.C: - hex_string was moved to pa_common.h
10438:
10439: * src/include/pa_common.h: - hex_string was moved from math.C -
10440: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10441:
10442: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10443: values was fixed
10444:
10445: 2006-11-13 misha
10446:
10447: * operators.txt: - added info about ^math:crc32[string],
10448: ^file:crc32[file-name] & ^file.crc32[]
10449:
10450: * src/classes/math.C: - added ^math:crc32[string]
10451:
10452: * src/classes/file.C: - some comments were changed - added
10453: ^file:crc32[file-name] and ^file.crc32[]
10454:
10455: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10456: crc32 calculation added
10457:
10458: 2006-11-03 misha
10459:
10460: * src/include/pa_array.h: - not needed variable removed
10461:
10462: * tests/: 150.html, 151.html, results/150.processed,
10463: results/151.processed: - 2 tests were added
10464:
10465: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10466: with $.reverse(1) were fixed
10467:
10468: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10469: query converted to $.charset during ^file::load[http://...]
10470:
10471: 2006-11-02 misha
10472:
10473: * src/include/pa_table.h: ups. forget '=' char
10474:
10475: * src/include/pa_table.h: - one more fix in
10476: .locate[...][$.reverse(1)]
10477:
10478: 2006-11-01 misha
10479:
10480: * src/classes/math.C: - bug fix, details:
10481: http://www.parser.ru/forum/?id=53360
10482:
10483: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10484: false for all records )[$.reverse(1)]
10485:
10486: * src/main/pa_http.C: - second param for this mid method is length
10487: but not end_index so this method has error and can't detect
10488: charsets in next content-types: Content-type: text/html;
10489: charset="windows-1251" Content-type: text/html;
10490: charset="windows-1251"; Content-type: text/html;
10491: charset=windows-1251;
10492:
10493: only Content-type: text/html; charset=windows-1251 was fine
10494:
10495: 2006-10-31 misha
10496:
10497: * src/classes/file.C: - empty args in file::exec removed now
10498:
10499: 2006-09-03 paf
10500:
10501: * src/classes/file.C: proper tainting of
10502: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10503:
10504: 2006-06-09 paf
10505:
10506: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10507:
10508: * src/classes/table.C: formatting
10509:
10510: * src/classes/table.C: incorporated patch from misha: Sent:
10511: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10512: ignoring string options for ^table.save[]
10513:
10514: * src/classes/hash.C: incorporated patch from misha Sent:
10515: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10516: $hash._default disappear while
10517:
10518: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10519: $.format[!uue|!base64] << new base64 option. default uue ] ]
10520:
10521: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10522: PM Subject: patch for base64 in ^mail:send[] %-)
10523:
10524: 2006-04-09 paf
10525:
10526: * src/main/compile.tab.C: ` change compiled
10527:
10528: * gnu.vcproj, operators.txt, parser3.sln,
10529: src/classes/classes.vcproj, src/classes/file.C,
10530: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10531: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10532: src/classes/xnode.C, src/include/pa_array.h,
10533: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10534: src/include/pa_memory.h, src/include/pa_request.h,
10535: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10536: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10537: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10538: src/lib/pcre/pcre_dftables.vcproj,
10539: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10540: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10541: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10542: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10543: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10544: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10545: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10546: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10547: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10548: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10549: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10550: src/types/pa_value.h, src/types/pa_vcookie.C,
10551: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10552: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10553: src/types/pa_vstatus.C, src/types/types.vcproj,
10554: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10555: ^menu, ^hash/hashfile.foreach
10556:
10557: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10558: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10559: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10560: src/classes/xnode.C, src/include/pa_array.h,
10561: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10562: src/include/pa_memory.h, src/include/pa_request.h,
10563: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10564: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10565: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10566: src/lib/pcre/pcre_dftables.vcproj,
10567: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10568: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10569: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10570: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10571: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10572: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10573: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10574: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10575: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10576: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10577: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10578: src/types/pa_value.h, src/types/pa_vcookie.C,
10579: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10580: src/types/pa_vstatus.C, src/types/types.vcproj,
10581: tests/descript.ion: ! switched to VS2005 (projects and
10582: object<info explicitly typed>.for_each(, info)) +
10583: $response:field[] setting void means removing + grammar $name`
10584: name stops now, for mysql `$field` + started ^break[]
10585: ^continue[], in ^for. TODO: to other iterators (while, menu,
10586: foreach) + all log messages += [uri=, method=, cl=]
10587:
10588: * buildall-with-xml: merged . ftp paths update
10589:
10590: * buildall-with-xml: . ftp paths update
10591:
10592: 2006-03-04 paf
10593:
10594: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10595: checks++ [thanks to Igor Zinkovsky for detailed report]
10596:
10597: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10598: Igor Zinkovsky for detailed report]
10599:
10600: 2006-03-01 paf
10601:
10602: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10603: \n to ' ' in
10604:
10605: 2006-02-18 paf
10606:
10607: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10608: \n to ' ' in
10609:
10610: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10611:
10612: 2006-02-03 paf
10613:
10614: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10615: base64
10616:
10617: * src/main/pa_common.C: ! bugfix: decoding from base64
10618:
10619: 2006-01-20 paf
10620:
10621: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10622: economy fix
10623:
10624: * src/classes/: table.C: merged from HEAD ! bugfix
10625: ^table.save[$.encloser-s now handled properly
10626:
10627: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10628: handled properly
10629:
10630: 2006-01-19 paf
10631:
10632: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10633: libgc:USE_MUNMAP activates merging of free memory blocks which
10634: helps a lot in our case: after transform we want
10635: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10636:
10637: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10638: economy fix
10639:
10640: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10641: activates merging of free memory blocks which helps a lot in our
10642: case: after transform we want CORD(main.result)->cstr[big
10643: malloc]->transcode[big malloc]
10644:
10645: 2006-01-17 paf
10646:
10647: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10648: before reading them. got rid of reallocs = became quicker and
10649: less fragmentated
10650:
10651: 2005-12-29 paf
10652:
1.116 moko 10653: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10654: configure, configure.in, src/include/pa_version.h,
10655: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10656: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10657: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10658: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10659: src/lib/ltdl/missing: . merged from 3.2.1
10660:
1.116 moko 10661: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10662: packaged when 'make dist', so do configure companion files in
10663: src/lib/ltdl
10664:
10665: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10666: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10667: missing: . now config_auto.h is created with configure [were
10668: constant]
1.95 moko 10669:
10670: * INSTALL: . references to documentation and some clarification
10671:
10672: * buildall-with-xml, buildall-without-xml: . farawell doc
10673: indication
10674:
1.116 moko 10675: * Makefile.am: . dist+=buildall*
1.95 moko 10676:
10677: 2005-12-28 paf
10678:
10679: * configure: . 3.2.1
10680:
10681: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10682: simplify build process, see INSTALL
10683:
10684: 2005-12-26 paf
10685:
10686: * configure: ver
10687:
10688: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10689: version
10690:
10691: 2005-12-21 paf
10692:
10693: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10694: compiled with bison 1.875b, it reports unexpected token names
10695:
10696: 2005-12-19 paf
10697:
10698: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10699: holds a link to xmlNode to prevent premature gc(xmlNode)
10700:
10701: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10702: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10703: src/main/main.vcproj, src/main/pa_globals.C,
10704: src/targets/cgi/parser3.vcproj,
10705: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10706: configure, configure.in, src/include/pa_version.h: . killing
10707: gdome [what a relief]
10708:
10709: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10710: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10711: run_parser.sh, results/001.processed, results/002.processed,
10712: results/003.processed, results/004.processed,
10713: results/005.processed, results/006.processed,
10714: results/008.processed, results/009.processed,
10715: results/010.processed, results/011.processed,
10716: results/012.processed, results/013.processed,
10717: results/014.processed, results/015.processed,
10718: results/016.processed, results/017.processed,
10719: results/018.processed, results/020.processed,
10720: results/021.processed, results/022.processed,
10721: results/023.processed, results/024.processed,
10722: results/025.processed, results/026.processed,
10723: results/027.processed, results/028.processed,
10724: results/029.processed, results/030.processed,
10725: results/031.processed, results/032.processed,
10726: results/033.processed, results/034.processed,
10727: results/035.processed, results/036.processed,
10728: results/037.processed, results/038.processed,
10729: results/039.processed, results/040.processed,
10730: results/041.processed, results/042.processed,
10731: results/043.processed, results/044.processed,
10732: results/045.processed, results/046.processed,
10733: results/047.processed, results/048.processed,
10734: results/049.processed, results/050.processed,
10735: results/051.processed, results/052.processed,
10736: results/053.processed, results/054.processed,
10737: results/055.processed, results/056.processed,
10738: results/057.processed, results/058.processed,
10739: results/059.processed, results/060.processed,
10740: results/061.processed, results/062.processed,
10741: results/063.processed, results/064.processed,
10742: results/065.processed, results/066.processed,
10743: results/067.processed, results/068.processed,
10744: results/069.processed, results/070.processed,
10745: results/071.processed, results/072.processed,
10746: results/073.processed, results/074.processed,
10747: results/075.processed, results/076.processed,
10748: results/077.processed, results/078.processed,
10749: results/079.processed, results/080.processed,
10750: results/081.processed, results/082.processed,
10751: results/083.processed, results/084.processed,
10752: results/085.processed, results/086.processed,
10753: results/087.processed, results/088.processed,
10754: results/089.processed, results/090.processed,
10755: results/091.processed, results/092.processed,
10756: results/093.processed, results/094.processed,
10757: results/095.processed, results/096.processed,
10758: results/097.processed, results/099.processed,
10759: results/100.processed, results/101.processed,
10760: results/102.processed, results/104.processed,
10761: results/105.processed, results/106.processed,
10762: results/107.processed, results/108.processed,
10763: results/109.processed, results/110.processed,
10764: results/111.processed, results/112.processed,
10765: results/113.processed, results/114.processed,
10766: results/115.processed, results/117.processed,
10767: results/119.processed, results/120.processed,
10768: results/121.processed, results/122.processed,
10769: results/123.processed, results/124.processed,
10770: results/125.processed, results/126.processed,
10771: results/127.processed, results/128.processed,
10772: results/129.processed, results/130.processed,
10773: results/131.processed, results/132.processed,
10774: results/133.processed, results/134.processed,
10775: results/135.processed, results/136.processed,
10776: results/138.processed, results/139.processed,
10777: results/140.processed, results/141.processed,
10778: results/142.processed, results/143.processed,
10779: results/144.processed, results/145.processed,
10780: results/146.processed, results/147.processed,
10781: results/148.processed, results/149.processed, results/auto.p: .
10782: now works if we turn off default auto.p
10783:
1.116 moko 10784: * configure: . makes
1.95 moko 10785:
10786: * src/types/pa_vxnode.C: . less warnings
10787:
10788: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10789: tests/145.html, tests/149.html, tests/descript.ion,
10790: tests/outputs/d.cmd, tests/results/142.processed,
10791: tests/results/143.processed, tests/results/144.processed,
10792: tests/results/145.processed, tests/results/146.processed,
10793: tests/results/147.processed, tests/results/148.processed,
10794: tests/results/149.processed: . removed .nodeValue from all node
10795: types other than 5 (grabbed piece from gdome)
10796:
10797: * tests/: 137.html, results/137.processed: . not handled this case
10798: yet. code does not hang from inserting parent into child,
10799: considering thing minor issue -- nodes are removed from source
10800: anyway, don't know why shold that be an error after all
10801:
10802: * src/targets/cgi/parser3.C: . style
10803:
10804: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10805: xdoc too [were barking "not element"]
10806:
10807: 2005-12-16 paf
10808:
10809: * tests/: 146.html, 147.html, 148.html: . more tests
10810:
10811: * src/classes/xnode.C: . also bark on possible errors
10812:
10813: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10814: props
10815:
10816: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10817: main/compile.y: merged from HEAD ! fixed overoptimized
10818: ^call(false) case. (confused it with ^call[] case)
10819:
10820: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10821: ^call(false) case. (confused it with ^call[] case)
10822:
10823: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10824:
10825: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10826: results/001.processed, results/002.processed,
10827: results/003.processed, results/004.processed,
10828: results/005.processed, results/006.processed,
10829: results/008.processed, results/009.processed,
10830: results/010.processed, results/011.processed,
10831: results/012.processed, results/013.processed,
10832: results/014.processed, results/015.processed,
10833: results/016.processed, results/017.processed,
10834: results/018.processed, results/019.processed,
10835: results/020.processed, results/021.processed,
10836: results/022.processed, results/023.processed,
10837: results/024.processed, results/025.processed,
10838: results/026.processed, results/027.processed,
10839: results/028.processed, results/029.processed,
10840: results/030.processed, results/031.processed,
10841: results/032.processed, results/033.processed,
10842: results/034.processed, results/035.processed,
10843: results/036.processed, results/037.processed,
10844: results/038.processed, results/039.processed,
10845: results/040.processed, results/041.processed,
10846: results/042.processed, results/043.processed,
10847: results/044.processed, results/045.processed,
10848: results/046.processed, results/047.processed,
10849: results/048.processed, results/049.processed,
10850: results/050.processed, results/051.processed,
10851: results/052.processed, results/053.processed,
10852: results/054.processed, results/055.processed,
10853: results/056.processed, results/057.processed,
10854: results/058.processed, results/059.processed,
10855: results/060.processed, results/061.processed,
10856: results/062.processed, results/063.processed,
10857: results/064.processed, results/065.processed,
10858: results/066.processed, results/067.processed,
10859: results/068.processed, results/069.processed,
10860: results/070.processed, results/071.processed,
10861: results/072.processed, results/073.processed,
10862: results/074.processed, results/075.processed,
10863: results/076.processed, results/077.processed,
10864: results/078.processed, results/079.processed,
10865: results/080.processed, results/081.processed,
10866: results/082.processed, results/083.processed,
10867: results/084.processed, results/085.processed,
10868: results/086.processed, results/087.processed,
10869: results/088.processed, results/089.processed,
10870: results/090.processed, results/091.processed,
10871: results/092.processed, results/093.processed,
10872: results/094.processed, results/095.processed,
10873: results/096.processed, results/097.processed,
10874: results/099.processed, results/101.processed,
10875: results/102.processed, results/104.processed,
10876: results/105.processed, results/106.processed,
10877: results/107.processed, results/108.processed,
10878: results/109.processed, results/110.processed,
10879: results/111.processed, results/112.processed,
10880: results/113.processed, results/114.processed,
10881: results/115.processed, results/116.processed,
10882: results/117.processed, results/118.processed,
10883: results/119.processed, results/120.processed,
10884: results/121.processed, results/122.processed,
10885: results/123.processed, results/124.processed,
10886: results/125.processed, results/126.processed,
10887: results/127.processed, results/128.processed,
10888: results/129.processed, results/130.processed,
10889: results/131.processed, results/132.processed,
10890: results/133.processed, results/134.processed,
10891: results/135.processed, results/136.processed,
10892: results/137.processed, results/138.processed,
10893: results/139.processed, results/140.processed,
10894: results/141.processed: . refreshed old tests, made them work
10895: without auto.p (in utf8) . things noted: . gif got encoded
10896: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10897: some strange year)
10898:
10899: * INSTALL: . revived linux libgc fix
10900:
10901: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10902: glib/gdome in INSTALL and patches]
10903:
10904: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10905: include/pa_charset.h, include/pa_config_includes.h,
10906: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10907: include/pa_xml_exception.h, lib/cord/Makefile.am,
10908: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10909: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10910: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10911: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10912: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10913: types/pa_vxnode.h: . started killing gdome
10914:
10915: 2005-12-13 paf
10916:
10917: * src/main/: pa_request.C: merged from HEAD ! when code in
10918: @unhandled_exception thrown another exception, print correct
10919: origin (earlier code in catch of exception inside of
10920: @unhandled_exception grabbed parent_frame(original_exception)
10921: origin and printed it, instead of true origin)
10922:
10923: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10924: another exception, print correct origin (earlier code in catch of
10925: exception inside of @unhandled_exception grabbed
10926: parent_frame(original_exception) origin and printed it, instead
10927: of true origin)
10928:
10929: 2005-12-09 paf
10930:
10931: * INSTALL: . updated INSTALL doc to work around linux stack base
10932: detection problem, due to change in gc6.4 code
10933:
10934: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10935: ignored in ^string.matched :(
10936:
10937: * src/main/pa_string.C: ! regex tainting were ignored in
10938: ^string.matched :(
10939:
10940: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10941: src/include/pa_config_fixed.h, src/include/pa_version.h,
10942: src/main/compile.y, src/main/compile_tools.h,
10943: src/main/pa_charset.C, src/main/pa_common.C,
10944: src/main/pa_globals.C, src/main/pa_string.C,
10945: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10946: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10947:
10948: 2005-12-08 paf
10949:
10950: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10951: 500 chars now handled OK [were wrapped on 500th char according to
10952: rfc, but sendmail failed to unwrap it properly]
10953:
10954: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10955: handled OK [were wrapped on 500th char according to rfc, but
10956: sendmail failed to unwrap it properly]
10957:
10958: * src/targets/isapi/parser3isapi.C: . less warnings
10959:
10960: * src/targets/isapi/parser3isapi.C: . undone some strange change
10961: since 3.1.5
10962:
10963: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10964: link fixes
10965:
10966: * src/: classes/date.C, include/pa_config_fixed.h,
10967: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10968: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10969: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10970:
10971: * src/include/pa_config_fixed.h: . removed outdated string origins
10972: [in current storage scheme there's no place for them. someday we
10973: can add third CORD to store origins and special version of parser
10974: which stores origins there [separate binary]]
10975:
10976: 2005-12-07 paf
10977:
10978: * src/targets/isapi/parser3isapi.C: . now links in release mode
10979:
10980: * src/include/pa_version.h: makefiles
10981:
10982: * src/include/pa_version.h: . not beta
10983:
10984: * configure, configure.in, src/include/pa_version.h: not beta
10985:
10986: 2005-12-06 paf
10987:
10988: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10989: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10990: decided to undo the change ^call[$void] passes void. now it will
10991: pass empty string again.
10992:
10993: * src/main/: compile.tab.C, compile.y: . version readded
10994:
10995: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10996: = ^switch[void] problem
10997:
10998: 2005-12-01 paf
10999:
11000: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11001: caused ^case[string] to be coerced to double since searching
11002: value were not string (it was vvoid)
11003:
11004: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11005: ^case[string] to be coerced to double since searching value were
11006: not string (it was vvoid)
11007:
11008: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11009: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11010:
11011: 2005-11-30 paf
11012:
11013: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11014: win32 must putenv("TZ="), on unix works only putenv("TZ")
11015:
11016: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11017: putenv("TZ="), on unix works only putenv("TZ")
11018:
11019: * INSTALL: . xml libs versions updated
11020:
11021: * src/main/pa_globals.C: //20051130 trying to remove this, author
11022: claims that fixed a lot there // 20040920 for now both
11023: workarounds needed. wait for new libxml/xsl versions
11024:
11025: 2005-11-28 paf
11026:
11027: * src/classes/table.C: merged from HEAD: ! nameless table has
11028: columns==0
11029:
11030: * src/classes/table.C: ! nameless table has columns==0
11031:
11032: * src/main/pa_http.C: merged from HEAD: ! status line check made
11033: earlier [was totally wrong]
11034:
11035: * src/main/pa_http.C: ! status line check made earlier [was totally
11036: wrong]
11037:
11038: 2005-11-25 paf
11039:
11040: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11041: undoing for now...
11042:
11043: * src/include/pa_version.h: -this reduces speed(table::load),
11044: strange. undoing
11045:
11046: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11047:
11048: * src/classes/op.C: + ^while(){}[SEPARATOR]
11049:
11050: * src/include/pa_array.h: + optimistics added: all arrays (table
11051: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11052: this speeds things up and saves memory a LOT! (not noticed
11053: negative effect on syntetic tests, future will tell...)
11054:
11055: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11056: changed gc_malloc implementation, which obscured profiling
11057:
11058: * src/classes/table.C: merged from HEAD: + optimized
11059: table::load/sql, now row ArrayString-s allocated with
11060: columns.count() elements and don't always grow from
11061: count=3[realloc,realloc]
11062:
11063: * src/classes/table.C: + optimized table::load/sql, now row
11064: ArrayString-s allocated with columns.count() elements and don't
11065: always grow from count=3[realloc,realloc]
11066:
11067: * src/classes/table.C: merged from HEAD: . ^table.save unused
11068: buffer after save
11069:
11070: * src/classes/table.C: . ^table.save unused buffer after save
11071:
11072: 2005-11-24 paf
11073:
11074: * configure.in: . merged glib2-config patch
11075:
11076: * configure.in: + trying to find glib2-config
11077:
11078: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11079: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11080: file/dir_readable to simple file/dir_exist, this would help in
11081: situations "class not found because .p file has bad rights" << in
11082: that case error would be explicit "access denied to 'this' file"
11083:
1.116 moko 11084: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11085:
11086: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11087: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11088: to simple file/dir_exist, this would help in situations "class
11089: not found because .p file has bad rights" << in that case error
11090: would be explicit "access denied to 'this' file"
11091:
11092: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11093: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11094: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11095: ^file::exec/cgi[script;$.charset[changed]
11096: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11097: encoded in $.charset charset
11098:
11099: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11100: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11101: encoded in $.charset charset
11102:
11103: * src/: include/Makefile.am, include/pa_common.h,
11104: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11105: main/pa_common.C, main/pa_http.C: . extracted http:// into
11106: separate file [preparation for
11107: ^file::cgi[script;$.form[$.field1[]
11108:
11109: 2005-11-22 paf
11110:
11111: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11112:
11113: * acinclude.m4, configure.in: . merged underquting fixes
11114:
1.116 moko 11115: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11116:
11117: * src/classes/op.C: . overmerged a little
11118:
11119: * src/main/compile.tab.C: Makefile
11120:
11121: * src/main/: pa_common.C: . less gcc warnings
11122:
11123: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11124: now reports original exception if we have no old cache
11125:
11126: * src/classes/op.C: + $exception.handled[cache] now reports
11127: original exception if we have no old cache
11128:
11129: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11130: from HEAD: + ^taint/untaint[regex] << escapes these:
11131: \^$.[]|()?*+{}
11132:
11133: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11134: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11135:
11136: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11137: getenv-ed variable, which does not work both on win32&unix.
11138: copied old TZ value now
11139:
11140: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11141: stored pointer to getenv-ed variable, which does not work both on
11142: win32&unix. copied old TZ value now
11143:
11144: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11145: getenv-ed variable, which does not work both on win32&unix.
11146: copied old TZ value now
11147:
11148: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11149: access to internal hash
11150:
11151: * src/types/pa_vresponse.C: + $response:headers access to internal
11152: hash
11153:
11154: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11155: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11156: isapi] this reduces number of "GC Warning: Repeated allocation of
11157: very large block" messages to only important onces
11158:
11159: * src/targets/isapi/parser3isapi.C: +
11160: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11161: isapi] this reduces number of "GC Warning: Repeated allocation of
11162: very large block" messages to only important onces
11163:
11164: * src/classes/string.C: merged from HEAD: + removed limitation on
11165: ^string/int/double:sql{}[$.default[({param style})] ]
11166:
11167: * src/classes/string.C: + removed limitation on
11168: ^string/int/double:sql{}[$.default[({param style})] ]
11169:
11170: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11171: with ?params or $.form option" limitation
11172:
11173: * src/main/pa_common.C: + removed "use either uri with ?params or
11174: $.form option" limitation
11175:
11176: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11177: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11178: ^file::base64[encoded] decode
11179:
11180: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11181: main/pa_common.C: + ^file.base64[] encode +
11182: ^file::base64[encoded] decode
11183:
11184: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11185: ^string:base64[encoded] decode
11186:
11187: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11188: ^string:base64[in] encode + ^string.base64[] decode
11189:
11190: 2005-11-21 paf
11191:
11192: * src/classes/file.C: + merged from HEAD:
11193: ^file::create[text;file.xml;^untaint[xml]{data}]
11194:
11195: * src/classes/file.C: +
11196: ^file::create[text;file.xml;^untaint[xml]{data}]
11197:
11198: * src/main/pa_request.C: ! merged: $response:body[file] now
11199: differes from :download, it does not return content-disposition
11200: at all now [previusely it returned valueless content-disposition]
11201:
11202: * src/main/pa_request.C: ! $response:body[file] now differes from
11203: :download, it does not return content-disposition at all now
11204: [previusely it returned valueless content-disposition]
11205:
11206: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11207: literals, reverted to just vvod, recreating empty array with each
11208: void_value token. that's absolutely needed, since that array
11209: grows
11210:
11211: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11212: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11213: types/pa_vmethod_frame.h: + merged: expression literals:
11214: true/false. ^format[$.indent(true)]
11215:
11216: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11217: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11218: types/pa_vmethod_frame.h: + expression literals: true/false.
11219: ^format[$.indent(true)]
11220:
11221: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11222: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11223: i386-pc-win32)"
11224:
11225: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11226: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11227: i386-pc-win32)"
11228:
11229: 2005-11-18 paf
11230:
11231: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11232: null}[$.default(123)] will now return default value
11233:
11234: * src/classes/op.C: + merged ^cache[] << returns current cache
11235: expiration time
11236:
11237: * src/classes/op.C: + ^cache[] << returns current cache expiration
11238: time
11239:
11240: * src/classes/table.C: ! merged ^table::create[not'nameless';
11241: failed << Exception.problem_source pointed to local var!
11242:
11243: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11244: Exception.problem_source pointed to local var!
11245:
11246: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11247: now loads VFile.ptr!=0, so such files can be saved now
11248:
11249: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11250: loads VFile.ptr!=0, so such files can be saved now
11251:
11252: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11253: only . and .. now removed from list [were removed all .*]
11254:
11255: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11256: .. now removed from list [were removed all .*]
11257:
11258: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11259: open error now checked, were not :( [stole that piece from apache
11260: 1.3 sources]
11261:
11262: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11263: checked, were not :( [stole that piece from apache 1.3 sources]
11264:
11265: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11266: untainting of @main result if returned by $result or
11267: $response:body
11268:
11269: * src/main/pa_request.C: ! ensured proper untainting of @main
11270: result if returned by $result or $response:body
11271:
11272: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11273: issue: now tries to guess content-length and allocates one big
11274: piece if possible [regretfully gc_realloc works as malloc+free,
11275: leaving lots of holes behind]
11276:
11277: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11278: fixed file load memory issue: now tries to guess content-length
11279: and allocates one big piece if possible [regretfully gc_realloc
11280: works as malloc+free, leaving lots of holes behind]
11281:
11282: 2005-11-16 paf
11283:
11284: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11285: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11286: table::save with enclosers now doubles them: "->"" !
11287: table::save/load do not remove elements from options hash
11288:
11289: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11290: [were overoptimized ^if(double_literal), compiler confused
11291: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11292:
11293: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11294: [were overoptimized ^if(double_literal), compiler confused
11295: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11296:
11297: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11298: main/pa_common.C: ! table::save with enclosers now doubles them:
11299: "->"" ! table::save/load do not remove elements from options hash
11300:
11301: 2005-11-03 paf
11302:
1.116 moko 11303: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11304: compilation, not all makefiles liked that
1.95 moko 11305:
11306: 2005-08-30 paf
11307:
11308: * src/classes/op.C: merge . speedup check of [DEFAULT]
11309:
11310: * src/classes/op.C: . speedup check of [DEFAULT]
11311:
11312: 2005-08-26 paf
11313:
11314: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11315:
11316: * src/: classes/date.C, types/pa_vdate.h: + date.week
11317:
11318: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11319: complains about bad!=nameless
11320:
11321: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11322: about bad!=nameless
11323:
11324: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11325: optional options were allowed to be empty. were checked
11326: if(is_string), changed to !defined||is_string to allow void
11327:
11328: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11329: classes/string.C, classes/table.C, classes/void.C: ! optional
11330: options were allowed to be empty. were checked if(is_string),
11331: changed to !defined||is_string to allow void
11332:
11333: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11334: as_junction where they needed as_int/double, so failed with
11335: recent "(const) now no junction" optimization
11336:
11337: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11338: merged ! many classes/* used as_junction where they needed
11339: as_int/double, so failed with recent "(const) now no junction"
11340: optimization
11341:
11342: * src/: classes/double.C, classes/int.C, classes/math.C,
11343: classes/op.C, classes/string.C, classes/table.C,
11344: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11345: used as_junction where they needed as_int/double, so failed with
11346: recent "(const) now no junction" optimization
11347:
11348: 2005-08-24 paf
11349:
11350: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11351: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11352: stripped it
11353:
11354: 2005-08-09 paf
11355:
11356: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11357: not cleared
11358:
11359: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11360: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11361: classes/hashfile.C, classes/image.C, classes/int.C,
11362: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11363: classes/response.C, classes/string.C, classes/table.C,
11364: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11365: include/pa_array.h, include/pa_cache_managers.h,
11366: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11367: include/pa_config_fixed.h, include/pa_config_includes.h,
11368: include/pa_dictionary.h, include/pa_dir.h,
11369: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11370: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11371: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11372: include/pa_request_charsets.h, include/pa_request_info.h,
11373: include/pa_sapi.h, include/pa_socks.h,
11374: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11375: include/pa_stack.h, include/pa_string.h,
11376: include/pa_stylesheet_connection.h,
11377: include/pa_stylesheet_manager.h, include/pa_table.h,
11378: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11379: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11380: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11381: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11382: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11383: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11384: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11385: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11386: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11387: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11388: main/pa_sql_driver_manager.C, main/pa_string.C,
11389: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11390: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11391: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11392: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11393: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11394: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11395: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11396: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11397: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11398: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11399: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11400: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11401: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11402: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11403: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11404: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11405: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11406: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11407: types/pa_vresponse.C, types/pa_vresponse.h,
11408: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11409: types/pa_vstateless_object.h, types/pa_vstatus.C,
11410: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11411: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11412: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11413: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11414: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11415:
11416: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11417: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11418: speedup consequent checks in vmethod_frame
11419:
11420: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11421: not cleared
11422:
11423: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11424: params: 50 max (were 10)
11425:
11426: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11427: params: 50 max (were 10)
11428:
11429: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11430: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11431: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11432: empty string) ! simplified (double) speedup consequent checks in
11433: vmethod_frame
11434:
11435: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11436: optimized constants in expressions vstring->vdouble + optimized
11437: ^call(vdouble), no junction creation, no calls later
11438:
11439: 2005-08-08 paf
11440:
11441: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11442: compile_tools.h: merged + optimized constants in expressions
11443: vstring->vdouble + optimized ^call(vdouble), no junction
11444: creation, no calls later
11445:
11446: * src/types/pa_vdouble.h: merged . double values without fractional
11447: part now default printed as %.0f instead of %g
11448:
11449: * src/types/pa_vdouble.h: . double values without fractional part
11450: now default printed as %.0f instead of %g
11451:
11452: * src/classes/hashfile.C: . merged ! second hashfile::open would
11453: cause an exception
11454:
11455: * src/classes/hashfile.C: ! second hashfile::open would cause an
11456: exception
11457:
11458: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11459: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11460: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11461: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11462: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11463: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11464: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11465: types/pa_vresponse.h, types/pa_vstateless_class.C,
11466: types/pa_vstateless_object.h, types/pa_vvoid.h,
11467: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11468: merged VJunction(new Junction) optimization from 3.1.4
11469:
11470: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11471: types/pa_vstateless_class.C: + optimized new VJunction(new
11472: Junction(params)) to new VJunction(params), thousands of mallocs
11473: removed
11474:
11475: 2005-08-05 paf
11476:
11477: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11478: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11479: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11480: creation, no calls later
11481:
11482: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11483: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11484: classes/hashfile.C, classes/image.C, classes/int.C,
11485: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11486: classes/response.C, classes/string.C, classes/table.C,
11487: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11488: include/pa_array.h, include/pa_cache_managers.h,
11489: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11490: include/pa_config_fixed.h, include/pa_config_includes.h,
11491: include/pa_dictionary.h, include/pa_dir.h,
11492: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11493: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11494: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11495: include/pa_request_charsets.h, include/pa_request_info.h,
11496: include/pa_sapi.h, include/pa_socks.h,
11497: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11498: include/pa_stack.h, include/pa_string.h,
11499: include/pa_stylesheet_connection.h,
11500: include/pa_stylesheet_manager.h, include/pa_table.h,
11501: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11502: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11503: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11504: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11505: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11506: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11507: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11508: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11509: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11510: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11511: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11512: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11513: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11514: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11515: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11516: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11517: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11518: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11519: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11520: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11521: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11522: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11523: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11524: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11525: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11526: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11527: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11528: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11529: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11530: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11531: types/pa_vstateless_object.h, types/pa_vstatus.C,
11532: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11533: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11534: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11535: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11536: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11537:
11538: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11539: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11540: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11541: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11542: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11543: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11544: optimized constants in expressions vstring->vdouble
11545:
11546: 2005-07-29 paf
11547:
11548: * src/types/pa_vclass.C: . shaped up error messages a bit
11549:
11550: * src/types/pa_vclass.C: + property getter can now be overridden
11551:
11552: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11553: bug fix: static parent fields were not replaced in case
11554: $derived:field[put] + property setter can now be overridden
11555:
11556: 2005-07-28 paf
11557:
11558: * configure, configure.in, src/classes/classes.h,
11559: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11560: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11561: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11562: src/classes/xnode.h, src/include/pa_hash.h,
11563: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11564: src/types/Makefile.am, src/types/pa_method.h,
11565: src/types/pa_value.h, src/types/pa_vclass.C,
11566: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11567: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11568: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11569: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11570: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11571: src/types/pa_vobject.C, src/types/pa_vobject.h,
11572: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11573: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11574: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11575: src/types/pa_vstateless_class.h,
1.95 moko 11576: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11577: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11578: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11579: dynamic_fields_join
11580:
11581: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11582: classes/xnode.C, include/pa_hash.h, main/execute.C,
11583: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11584: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11585: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11586: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11587: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11588: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11589: types/pa_vresponse.h, types/pa_vstateless_object.h,
11590: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11591: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11592: restored its checks in vobject.put_element->static fields |
11593: dynamic properties
11594:
11595: 2005-07-27 paf
11596:
11597: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11598: is some old code containing @set_name $name
11599:
11600: * src/types/pa_vobject.h: . fixed warning
11601:
11602: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11603: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11604:
11605: * src/: classes/xnode.C, include/pa_hash.h,
11606: types/pa_vstateless_class.C: ! new asserts were all false.
11607: regretfully reverted them all to checks
11608:
11609: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11610: classes/op.C, main/execute.C, types/pa_method.h,
11611: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11612: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11613: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11614: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11615: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11616: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11617: types/pa_vstateless_object.h, types/pa_vvoid.h,
11618: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11619: joined_dynamic_fields: removed unused param from put_method
11620: (returned to 3 params)
11621:
11622: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11623: joined_dynamic_fields: dynamic get/set works with overriding
11624: props [alpha2]
11625:
11626: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11627: works [alfa]
11628:
11629: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11630: classes/op.C, include/pa_hash.h, main/execute.C,
11631: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11632: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11633: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11634: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11635: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11636: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11637: types/pa_vresponse.h, types/pa_vstateless_class.C,
11638: types/pa_vstateless_object.h, types/pa_vvoid.h,
11639: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11640: joined_dynamic_fields: just compiled
11641:
11642: * src/: classes/date.C, classes/file.C, classes/hash.C,
11643: classes/hashfile.C, classes/image.C, classes/table.C,
11644: classes/xdoc.C, classes/xnode.h, main/execute.C,
11645: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11646: types/pa_vstateless_class.h: joined_dynamic_fields: started
11647:
11648: * src/types/pa_vobject.C: . object setters [only started, does not
11649: work yet]
11650:
11651: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11652: object setters [only started, does not work yet]
11653:
11654: 2005-07-26 paf
11655:
11656: * src/: include/pa_request.h, main/execute.C: . properties: set
11657: works [alpha2]. for classes. todo: for objects
11658:
11659: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11660: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11661: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11662: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11663: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11664: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11665: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11666: types/pa_vstateless_object.h, types/pa_vvoid.h,
11667: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11668: properties: set works [alpha1]
11669:
11670: 2005-07-25 paf
11671:
11672: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11673: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11674: properties: started, get works [alpha1, other approach]
11675:
11676: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11677: properties: started, get works [alpha2]
11678:
11679: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11680: pa_vstateless_class.h: . properties: started, get works [alpha]
11681:
11682: 2005-07-15 paf
11683:
11684: * src/: classes/classes.h, classes/op.C, main/execute.C,
11685: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11686: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11687: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11688: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11689: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11690: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11691: types/pa_vresponse.C, types/pa_vresponse.h,
11692: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11693: types/pa_vstateless_object.h, types/pa_vvoid.h,
11694: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11695: types/pa_wwrapper.h, types/types.vcproj: + started property
11696: [getters work but think of changing them too to precaching]
11697:
11698: 2005-07-08 paf
11699:
11700: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11701: gpf
11702:
11703: 2005-06-28 paf
11704:
11705: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11706: in passing empty strings to file::exec/cgi environment
11707:
11708: 2005-06-06 paf
11709:
11710: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11711: ^table:sql ^hash:sql now DO process $.bind option
11712:
11713: 2005-05-24 paf
11714:
11715: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11716: $.limit] now work again [support was broken in 3.1.4]
11717:
11718: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11719: ALL_INTERIOR_POINTERS
11720:
11721: 2005-05-12 paf
11722:
11723: * configure: 3.1.5beta
11724:
11725: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11726:
11727: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11728: $.limit] now work again [support was broken in 3.1.4]
11729:
11730: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11731: line-width [was refusing to fill if line-width >1, thanks to
11732: Seras <seras@pinxit.lt> for repro case
11733:
11734: 2005-04-25 paf
11735:
11736: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11737: correctly
11738:
11739: 2005-04-19 paf
11740:
11741: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11742: in VString violating invariant!!
11743:
11744: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11745: getenv("TZ")==null
11746:
11747: 2005-04-08 paf
11748:
11749: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11750: bugfix: when there is no char in charset one byte produces 6
11751: (ÿ <<max). increased buffer size!
11752:
11753: 2005-03-23 paf
11754:
11755: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11756: ^date.sql-string now takes TZ into account
11757:
11758: 2005-03-16 paf
11759:
11760: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11761: gcc 3.4
11762:
11763: * src/types/pa_vhash.C: . warning about eof eol
11764:
11765: 2005-02-17 paf
11766:
11767: * operators.txt, src/classes/op.C: + operator ^sleep(double
11768: seconds)
11769:
11770: 2005-02-02 paf
11771:
11772: * src/classes/xnode.C: beauty: removed needless includes
11773:
11774: 2005-01-31 paf
11775:
11776: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11777: $.partNoNumber now alias to $.part1
11778:
11779: * src/types/pa_vmail.C: change: incoming letter part contains
11780: "content-disposition" header with any value? now considering that
11781: part to be "file#" [for text/plain text/html were $.text#
11782: $.html#]
11783:
11784: * INSTALL: updatet to latest working versions available
11785:
11786: 2005-01-20 paf
11787:
11788: * configure.in, src/include/pa_version.h: version
11789:
11790: 2005-01-19 paf
11791:
1.116 moko 11792: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11793: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11794: couple warnings in parser3.C
1.95 moko 11795:
11796: 2004-12-23 paf
11797:
11798: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11799:
11800: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11801: dir to directory of script (when shbang used), not to directory
11802: of its interpreter
11803:
11804: * src/include/pa_version.h: compiled on win32...
11805:
11806: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11807: we need more hspace
11808:
11809: * configure, configure.in, src/include/pa_version.h: configured
11810: host to pa_version. will be displayed everywhere
11811:
11812: * src/main/pa_request.C: new: @unhandled_exception can prevent
11813: exception from being logged by setting $exception.handled(1)
11814:
11815: * operators.txt, src/classes/file.C: change:
11816: ^file::sql{query}[[options]] options: $.name[file name]
11817: $.content-type[application/what]
11818:
11819: * src/: include/pa_common.h, main/pa_common.C,
11820: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11821: new file
11822:
11823: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11824: bugfix: table->hash now regards _default
11825:
11826: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11827: created by accessing $name_of_method it acquired bad self=closest
11828: methodframe; instead of proper self (current class)
11829:
11830: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11831: hashfile produced bad cord
11832:
11833: 2004-12-10 paf
11834:
11835: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11836: subsequent failures though defined in .h
11837:
11838: * src/main/pa_common.C: comment on volatile
11839:
11840: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11841: alarm function were not used since the beginning due to stupid
11842: error [setsigjmp were not checked in configure.in]
11843:
11844: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11845: unix too
11846:
11847: * src/main/pa_common.C: http: exception status of send/recv errors
11848: change to most probable http.timeout
11849:
11850: * src/main/pa_common.C: win32: http connection $.timeout option now
11851: works [setsockopt on send/receive]
11852:
11853: 2004-12-08 paf
11854:
11855: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11856: cstr-ed knowing mail charset, and untainting uri lang now knows
11857: proper charset
11858:
11859: 2004-11-24 paf
11860:
11861: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11862:
11863: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11864: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11865:
11866: 2004-11-12 paf
11867:
11868: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11869: [since 3.0.4]
11870:
11871: 2004-11-09 paf
11872:
11873: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11874: writes basics to c:\parser3.log
11875:
11876: 2004-10-21 paf
11877:
11878: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11879: tainted strings [were returning clean onces]
11880:
11881: 2004-10-15 paf
11882:
11883: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11884: cycles(i=1; i=2), which was wrong, now does ONE
11885:
11886: 2004-10-12 paf
11887:
11888: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11889:
11890: 2004-10-07 paf
11891:
11892: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11893: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11894: release asserts
11895:
11896: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11897: String.dump() to stdout in detailed form [were String.v() in
11898: short form]
11899:
11900: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11901: \t\r\n as @#| and truncates long char sequences less
11902:
11903: 2004-10-06 paf
11904:
11905: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11906: win32 beauty: socket errors properly decoded
11907:
11908: 2004-10-05 paf
11909:
11910: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11911: request::configure_user/admin done always, even if no
11912: file-to-process useful in @unhandled_exception [say, if they
11913: would want to mail by SMTP something]
11914:
11915: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11916: now performed prior to file loading [and @auto executing] thus
11917: making $cookie:value available in @auto and in
11918: @unhandled_exception when IIS is configured to run interpreter
11919: even if no file exist
11920:
11921: 2004-09-20 paf
11922:
11923: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11924: somewhere where it should have called xmlMalloc and it calls
11925: xmlFree when it should have not called it. inserted two
11926: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11927: xmlFree just ignored. put away a testcase, maybe someday libxml
11928: author would fix all that. until that day: we have SLOW garbage
11929: collecting when many xml objects are alive hint: do
11930: ^memory:compact[] before xdoc::create
11931:
11932: 2004-09-17 paf
11933:
11934: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11935: error from 3.0.8 version]
11936:
11937: 2004-09-14 paf
11938:
11939: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11940: part bugfix: hashfile.foreach iterated only part if hashfile were
11941: modified inside
11942:
11943: 2004-09-13 paf
11944:
11945: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11946: [were as octal]
11947:
11948: * src/types/pa_vhashfile.C: beauty: not reproduced
11949: $hashfile.key[$novalue] bug [reported by motorin], inserted
11950: safety-check
11951:
11952: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11953: [not something obscure from sdbm lib]
11954:
11955: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11956: = strerror now returnes something and we can properly report that
11957: to client
11958:
11959: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11960: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11961:
11962: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11963: [tainted as-is] this helps //[space][newline] to remain as-is and
11964: not be unnecessary optimized away [ruining javascript]
11965:
11966: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11967: [tainted as-is]
11968:
11969: * src/classes/mail.C: bugfix: typo error
11970:
11971: 2004-09-09 paf
11972:
11973: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11974: separators bugfix: loads header with endings \r\n\r\n and \n\n
11975: (bloody yandex.server)
11976:
11977: 2004-09-06 paf
11978:
11979: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11980: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11981: encoded
11982:
11983: 2004-09-01 paf
11984:
11985: * src/types/pa_vmail.C: change: multipart/mixed changed to
11986: multipart/related outlook express have no problems showing
11987: unrelated attachments. todo: someday figure out a way of
11988: multipart/mixed multipart/related text/html
11989: image/xxx application/octet-stream << true attachments
11990:
11991: * src/types/pa_vmail.C: new:
11992: ^mail:send[$.file[$.content-disposition can be overriden new:
11993: empty mail header fields removed from letter
11994:
11995: * src/: classes/mail.C, include/pa_config_fixed.h,
11996: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11997: ^mail:send[ $.file[ $.any[header]
11998:
11999: 2004-08-30 paf
12000:
12001: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12002: warnings
12003:
12004: * src/main/pa_common.C: beauty: do not bother with charset
12005: detection when ^file::load[binary
12006:
12007: 2004-08-27 paf
12008:
12009: * src/main/pa_common.C: hack: for yandex.server http server
12010:
12011: 2004-08-18 paf
12012:
12013: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12014: possibly-chunked response
12015:
12016: 2004-08-17 paf
12017:
12018: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12019: $f.content-type now = that of http response
12020:
12021: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12022: $f.content-type now = that of http response
12023:
12024: 2004-07-30 paf
12025:
12026: * src/: include/pa_request.h, main/pa_request.C,
12027: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12028: win32: system&parser exceptions in release mode reported properly
12029: parser exception in exception handler WERE mistakenly reported as
12030: system exception, without details [in apache & isapi] +some
12031: beauty in exception text
12032:
12033: * src/: include/pa_exception.h, main/pa_request.C,
12034: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12035: release mode reported properly parser exception in exception
12036: handler WERE mistakenly reported as system exception, without
12037: details
12038:
12039: * src/main/execute.C: beauty: simplified system exception handling
12040:
12041: 2004-07-29 paf
12042:
12043: * src/classes/table.C: bugfix:
12044: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12045: were ignored, and \t used unconditionally]
12046:
12047: * src/types/Makefile.am: added vhash.c
12048:
12049: 2004-07-28 paf
12050:
12051: * src/: classes/date.C, classes/image.C, classes/math.C,
12052: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12053: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12054: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12055: failed on russian letters
12056:
12057: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12058: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12059: letters
12060:
12061: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12062: as 'currentDirectory' parameter to CreateProcess
12063:
12064: 2004-07-27 paf
12065:
12066: * src/targets/cgi/parser3.vcproj: beauty: win32:
12067: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12068: from release somewhere [to help searching for unhandled system
12069: exceptions]
12070:
12071: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12072: TZ shift
12073:
12074: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12075: but also in ctor
12076:
12077: 2004-07-26 paf
12078:
12079: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12080: src/main/pa_request.C, src/types/pa_vfile.h,
12081: src/types/pa_vhash.C, src/types/pa_vhash.h,
12082: src/types/types.vcproj: new: $response:body/download[
12083: $.file[name on disk] $.name[of file for user]
12084: $.mdate[date of last-modified. default from directory] ]
12085:
12086: * src/classes/file.C: moving file:send somewhere else..
12087:
12088: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12089: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12090: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12091: $response:download[ $.filename[filename] $.option[] ,, ]
12092:
12093: * src/classes/file.C: beauty: invalid mode thoroughly reported
12094:
12095: 2004-07-21 paf
12096:
12097: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12098: to several lines
12099:
12100: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12101:
12102: note: ms outlook[!express] shows only first 255 characters of
12103: subject
12104:
12105: 2004-07-15 paf
12106:
12107: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12108: off]
12109:
12110: 2004-07-14 paf
12111:
12112: * src/classes/table.C: bugfix: $.bind values now got untainted
12113: according to lang [were: as-is]
12114:
12115: 2004-07-07 paf
12116:
12117: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12118: checked that
12119:
12120: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12121: now untainted according to their languages. were: as-is.
12122: EVERYWHERE
12123:
12124: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12125: environment string now untainted according to their languages.
12126: were: as-is. EVERYWHERE
12127:
12128: * src/main/pa_exec.C: bufix: on unix environment string now
12129: untainted according to their languages. were: as-is. on win32:
12130: ok
12131:
12132: * parser3.vssscc: ...would not go unnoticed
12133:
12134: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12135: fails. in case on input appears nonutf, those bytes will be
12136: printed in %HH form. that can be easily decoded/recovered.
12137:
12138: this form is quite noticable, and hopefully would not go noticed
12139:
12140: 2004-07-06 paf
12141:
12142: * src/main/pa_exec.C: bufix: on unix environment string now
12143: untainted according to their languages. were: as-is. on win32:
12144: ok
12145:
12146: 2004-07-01 paf
12147:
12148: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12149: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12150: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12151: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12152: main/main.vcproj, targets/cgi/parser3.vcproj,
12153: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12154: option: global optimization ON
12155:
12156: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12157: to do xdoc::create{invalid chars} standard disables chars less
12158: then \x20, except tab, cr, lf.
12159:
12160: changed tainting so that those become '!'
12161:
12162: 2004-06-25 paf
12163:
12164: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12165: int on odd address [prev bugfix failed due to superwize
12166: optimizer, which turned memcpy into same 'ld' asm command]
12167:
12168: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12169: int on odd address
12170:
12171: 2004-06-22 paf
12172:
12173: * src/sql/pa_sql_driver.h: note: about possible optimization
12174:
12175: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12176: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12177: src/include/pa_config_includes.h: new: ^void:sql{call
12178: paf(:a)}[ $.bind[ $.a[2]
12179: ] ] output variables work. todo: check in out
12180: variables
12181:
12182: 2004-06-18 paf
12183:
12184: * src/: classes/file.C, classes/hash.C, classes/string.C,
12185: classes/table.C, classes/void.C, include/pa_globals.h,
12186: include/pa_sql_connection.h, main/compile.tab.C,
12187: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12188: $.bind[ $.a[2] ]
12189: ] input variables work. todo:output
12190:
12191: * src/targets/cgi/parser3.C: bugfix: iis specific
12192: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12193: /_bug.html?404;http://hpsv/test/
12194: --------------------------------------------------------------------------------
12195: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12196: --------------------------------------------------------------------------------
12197: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12198:
12199: 2004-06-16 paf
12200:
12201: * src/targets/cgi/parser3.C: new: iis specific
12202: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12203: $request:query
12204: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12205: $form:fields IIS-STATUS="404"
12206: IIS-DOCUMENT="http://server/_bug.html" f="v"
12207:
12208: todo: isapi too
12209:
12210: 2004-05-26 paf
12211:
12212: * src/include/pa_version.h: 3.1.3
12213:
12214: * operators.txt: beauty: removed outdated level 'table'
12215:
12216: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12217:
12218: * src/main/pa_string.C: beauty: removed 3 warnings
12219:
12220: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12221: classes/op.C: beauty: removed outdated level 'table'
12222:
12223: 2004-05-25 paf
12224:
12225: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12226: implementation. mistery: how anything worked
12227:
12228: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12229: changed, it is now safe to use url if pointers to it are stored
12230: to gc mem
12231:
12232: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12233: unknown errors reported and not cause SIGSEGV now
12234:
12235: 2004-05-24 paf
12236:
12237: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12238: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12239: less memory: CORD_chars_block originally intended to ... it was
12240: good that CORD_chars_block were not used: it consumes more memory
12241: [and, might be slow too] undoing that. [and removed that func so
12242: that it would not confuse parser developer in future]
12243:
12244: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12245: less memory: CORD_chars_block originally intended to
12246: speedup/reduce mem usage were forgotten, and were used stupid
12247: CORD_chars
12248:
12249: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12250:
12251: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12252: BIGENDIAN processors space-conserving mech failed, causing
12253: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12254: (1|2|3));
12255:
12256: 2004-05-14 paf
12257:
12258: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12259: bugfix: void now has vfile value, and $response:body[] works OK
12260:
12261: 2004-05-12 paf
12262:
12263: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12264: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12265: sources to use is_defined() {return as_bool();} along VBool
12266:
12267: 2004-05-11 paf
12268:
12269: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12270: referencing to local objects
12271:
12272: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12273: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12274: left intact
12275:
12276: 2004-04-15 paf
12277:
12278: * src/classes/date.C: merged: beauty: unused var removed
12279:
12280: * src/classes/date.C: beauty: unused var removed
12281:
12282: * src/include/: pa_exec.h: bugfix: interface without pointer
12283: provoked bug
12284:
12285: 2004-04-09 paf
12286:
12287: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12288:
12289: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12290:
12291: 2004-04-08 paf
12292:
12293: * src/classes/date.C: new: ^date::create[y-m-d
12294: h-M-s>>.milliseconds<<] now allowed, ignored so far
12295:
12296: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12297:
12298: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12299: to consult default catalog [usually, that file belongs to other
12300: user/group]
12301:
12302: 2004-04-06 paf
12303:
12304: * src/main/pa_common.C: beauty: gcc warning removed
12305:
12306: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12307: accept that trick, trying other
12308:
12309: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12310: explicit result problem
12311:
12312: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12313: explicit result problem
12314:
12315: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12316: explicit result problem
12317:
12318: * operators.txt, src/classes/string.C: new: ^string.append[string]
12319:
12320: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12321: main/execute.C: attempt_check_call_in_explicit_result_mode:
12322: failed
12323:
12324: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12325: http://i.p.a.ddress gethostbyaddr added [on some platforms
12326: gethostbyname failed with such 'domains'] now checked properly,
12327: were: needless reverse/forward dns lookup
12328:
12329: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12330: http://i.p.a.ddress gethostbyaddr added [on some platforms
12331: gethostbyname failed with such 'domains'] now checked properly,
12332: were: needless reverse/forward dns lookup
12333:
12334: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12335: @method[][result] means "no string output here" moved to lexical
12336: level [on grammar level it were too difficult]
12337:
12338: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12339: src/main/compile.y, src/main/compile_tools.h,
12340: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12341: @method[][result] means "no string output here", implemented part
12342: of that idea: compiler throws away string literal generation
12343: code. and barks nonwhitespace chars
12344:
12345: * operators.txt: truth: removed comment about $ORIGIN
12346:
12347: 2004-04-05 paf
12348:
12349: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12350: src/include/pa_version.h, src/main/pa_common.C,
12351: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12352:
12353: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12354: Konstantin Tomashevitch [mailto:konst@design.ru]
12355:
12356: * src/doc/html2chm.cmd: beauty: no need in bg here
12357:
12358: * src/doc/sources2html.cmd: beauty: same window, in bg it
12359: interfered with FAR console
12360:
12361: * configure, configure.in: 3.1.3
12362:
12363: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12364:
12365: * src/main/pa_common.C: removed warning
12366:
12367: * src/include/pa_version.h: 3.1.3
12368:
12369: 2004-04-02 paf
12370:
12371: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12372:
12373: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12374: allows to specify where to put parser log file
12375:
12376: 2004-04-01 paf
12377:
12378: * src/classes/table.C: bugfix: bugfix: table::load last line
12379: without tab and enter were ignored
12380:
12381: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12382: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12383: main/pa_socks.C, targets/cgi/parser3.C,
12384: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12385: bugfix: sql connections now are disconnected
12386:
12387: 2004-03-30 paf
12388:
12389: * src/classes/table.C: bugfix: table::load last line without tab
12390: and enter were ignored
12391:
12392: * src/classes/table.C: bufix: if last table lines were commented,
12393: gpfed
12394:
12395: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12396: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12397: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12398: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12399: doc/methoded.dox, doc/object.dox, doc/string.dox,
12400: doc/targets.dox, doc/value.dox, include/pa_version.h,
12401: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12402: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12403: bugfixes from 3.1.2, changed version to 3.1.3beta
12404:
12405: 2004-03-29 paf
12406:
12407: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12408: causes gpf
12409:
12410: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12411: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12412: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12413: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12414: value.dox: translated to english
12415:
12416: 2004-03-25 paf
12417:
12418: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12419: parser3project dependency removed
12420:
12421: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12422: bugfix: refused to compile without xml
12423:
12424: * src/types/pa_vform.C: beauty: removed warning
12425:
12426: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12427: any folder [removed last ;) folder dependency]
12428:
12429: * src/classes/classes.vcproj: bugfix: now all compiles in any
12430: folder [removed last ;) folder dependency]
12431:
12432: * src/include/pa_version.h: release
12433:
12434: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12435:
12436: * src/classes/table.C: beauty: comment& more meaningful error
12437: message
12438:
12439: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12440: $.hash[$.column_value1(true) ... ] [were producing some strang
12441: thing]
12442:
12443: 2004-03-23 paf
12444:
12445: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12446: and http status line parsing checked number of columns in table
12447: [user reported an assert]
12448:
12449: * operators.txt: example: on hashfile
12450:
12451: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12452: bugfix: junction reattach now actually reattaches a junction to
12453: new wcontext [were only assigning it to junction, which caused
12454: junction tracking to loose junction, and it's context were not
12455: killed, and it tried to process in invalid context, gpf]
12456:
12457: * src/targets/cgi/parser3.C: debug helper added
12458:
12459: 2004-03-19 paf
12460:
12461: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12462: "type(type)" in braces
12463:
12464: 2004-03-10 paf
12465:
12466: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12467: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12468: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12469: solution to search-in-namespaces problem:
12470: $xdoc.search-namespaces.x[http://pif.design.ru/]
12471: $nodes[^xdoc.select[//x:second]]
12472:
12473: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12474: expression][[NAMESPACES HASH]] allows to search for info in
12475: namespaces
12476:
12477: $nodes[^xdoc.select[//x:second][
12478: $.x[http://pif.design.ru/] ]]
12479:
12480: 2004-03-09 paf
12481:
12482: * operators.txt, src/main/pa_common.C: new:
12483: ^file::load[...][options] $.form[
12484: !$.field1[string]
12485: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12486: ] !$.body[string]
12487:
12488: GET ?here notGET(POST, HEAD, others) in content-type:
12489: application/x-www-form-urlencoded
12490:
12491: todo: upload files ability
12492:
12493: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12494: properly, done
12495:
12496: 2004-03-05 paf
12497:
12498: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12499: GET/POST $.form[$.fields started, not tested yet
12500: todo:$.field[table] for multiple values
12501:
12502: * operators.txt: new: http:// options $.user $.password basic
12503: authorization
12504:
12505: * src/main/pa_common.C: beauty: link to rtf added
12506:
12507: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12508: new: http:// options $.user $.password basic authorization
12509:
12510: * src/main/pa_common.C: beauty: removed needless vars
12511:
12512: * operators.txt: new: pgsql option [like that recently added to
12513: oracle driver] ClientCharset=parser-charset <<
12514: charset in which parser thinks client works
12515:
12516: * operators.txt: new: odbc option [like that recently added to
12517: oracle driver] ClientCharset=parser-charset <<
12518: charset in which parser thinks client works
12519:
12520: * src/sql/pa_sql_driver.h: beauty: important warning added
12521:
12522: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12523: char!
12524:
12525: * etc/parser3.charsets/windows-1251.cfg: typo
12526:
12527: 2004-03-04 paf
12528:
12529: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12530: cached, sql transcoding now goes faster
12531:
12532: * operators.txt: new: mysql option [like that recently added to
12533: oracle driver] ClientCharset=parser-charset <<
12534: charset in which parser thinks client works
12535:
12536: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12537: typo error
12538:
12539: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12540: chars commented
12541:
12542: 2004-03-03 paf
12543:
12544: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12545: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12546:
12547: 2004-03-02 paf
12548:
12549: * operators.txt: new[update typo]: !^void.left(n)
12550: nothing !^void.right(n) nothing !^void.mid(p[;n])
12551: nothing
12552:
12553: * operators.txt, src/classes/void.C: new: !^void.left(n)
12554: nothing !^void.right(n) nothing !^void.pos(p[;n])
12555: nothing
12556:
12557: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12558: ^file::sql[[name_to_become_$.name]]{} query result must be one
12559: row with columns: first: data second: file name third:
12560: content-type
12561:
12562: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12563: ^connect gets properly escaped string, which can be passed to
12564: request now this for mysql only. it's up to parser sql driver to
12565: fix zeros properly
12566:
12567: * INSTALL: note: added on building apache with this option:
12568: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12569:
12570: 2004-03-01 paf
12571:
12572: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12573: extension memory:compact befor processingrequest
12574:
12575: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12576: call sole column of result
12577:
12578: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12579: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12580: pixel color
12581:
12582: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12583: beauty: image -- less checks [were ugly impl]
12584:
12585: * src/classes/string.C: bugfix: ^string.left/right/mid with
12586: negative values now considered bad
12587:
12588: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12589:
12590: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12591: options now have unified defaults [after transform
12592: indent/omit-xml-declaration/standalone 'default' erroreously
12593: meant 'true']
12594:
12595: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12596: added [on some platforms gethostbyname failed with such
12597: 'domains']
12598:
12599: * src/include/pa_config_auto.h.in: no select check, no define
12600:
12601: * src/classes/string.C: feature: ^string.trim both parameters may
12602: be empty-strings, meaning kind=both chars=whitespaces
12603:
12604: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12605: exist
12606:
12607: * src/classes/string.C: check: trim 'chars' must not be empty,
12608: exception if it is
12609:
12610: * src/classes/string.C: changed: ^string.trim [] << both,
12611: whitespaces [start|both|end] << kind, whitespaces
12612: [start|both|end;chars] full
12613:
12614: 2004-02-27 paf
12615:
12616: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12617: method: ^string.trim[start|both|end[;chars]] default
12618: 'chars' -- whitespace chars finished
12619:
12620: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12621: src/main/pa_string.C: new method:
12622: ^string.trim[start|both|end[;chars]] default 'chars' --
12623: whitespace chars started, only start works
12624:
12625: * src/main/compile.C: bugfix: line numbers after
12626: ^process{}[$.line(-10]] can be negative, allowed to print they as
12627: signed
12628:
12629: * src/main/untaint.C: speed: there's no \n chars in output
12630: [normally], so no need to optimize them they could be retrived
12631: from databases, though. but 1. should be replaced 2. if not
12632: optimized, no harm done
12633:
12634: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12635: ^file::exec/cgi could return invalid status & zombie child can
12636: remain for short period until process exists [very bad in
12637: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12638:
12639: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12640: malicious SMTP server to attack as by returning too long status
12641: responses http://i2/tasks/edit/?id=4629448401140924947
12642:
12643: 2004-02-26 paf
12644:
12645: * operators.txt: feature: ^process...{CODE}[now has options] which
12646: are $.main[to what to rename @main] $.file[file,
12647: from which (user says) goes that CODE] $.lineno(line
12648: number in that file, where CODE starts. may be negative)
12649:
12650: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12651: src/main/compile.C, src/main/compile_tools.h,
12652: src/main/pa_request.C: feature: ^process...{CODE}[now has
12653: options] which are $.main[to what to rename @main]
12654: $.file[file, from which (user says) goes that CODE]
12655: $.lineno(line number in that file, where CODE starts. may be
12656: negative)
12657:
12658: 2004-02-25 paf
12659:
1.116 moko 12660: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12661: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12662:
12663: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12664: produces hash of column=>1
12665:
12666: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12667: with incomplete errno constants set
12668:
12669: 2004-02-24 paf
12670:
12671: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12672: "man select"
12673:
12674: * src/main/pa_os.C: beauty: <0 better then ==-1
12675:
12676: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12677:
12678: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12679:
1.116 moko 12680: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12681:
12682: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12683: unix: steps to work on unix [extracted 'to']
12684:
12685: * src/classes/mail.C: smtp on unix: steps to work on unix
12686:
12687: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12688:
1.116 moko 12689: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12690: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12691: unix [testing on solaris]
1.95 moko 12692:
12693: 2004-02-20 paf
12694:
12695: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12696: pointing that out
12697:
12698: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12699: fixed again [same solution, mistanenly removed one line]
12700:
12701: 2004-02-19 paf
12702:
12703: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12704: date::create from bad datetime in spring daylightsaving hole now
12705: OK for all platforms [on some platforms it failed]
12706:
12707: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12708: in daylightsaving hole] now throws error
12709:
12710: * src/classes/date.C: comment: mistake fixed
12711:
12712: 2004-02-18 paf
12713:
12714: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12715: now renderes in $request:charset, but in header puts
12716: $response:charset todo: make that default only so that coder
12717: could override that
12718:
12719: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12720: turns off omit-xml-declaration
12721:
12722: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12723: /.xsl for sample
12724:
12725: 2004-02-17 paf
12726:
12727: * src/classes/xdoc.C: beauty: needless helper class removed
12728:
12729: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12730: copied extra time
12731:
12732: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12733: part of libxml
12734:
12735: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12736: libxml to do the work] <xsl:output method="html"
12737: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12738: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12739: />
12740:
12741: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12742:
12743: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12744: caused assertion
12745:
12746: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12747: could hang. now such add does nothing, sub clears $hash
12748:
12749: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12750: not made quoted-printable
12751:
12752: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12753: string invariant
12754:
12755: 2004-02-16 paf
12756:
12757: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12758: cleared [were not cleared properly]
12759:
12760: 2004-02-13 paf
12761:
1.116 moko 12762: * src/include/pa_version.h: prerelease
1.95 moko 12763:
12764: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12765: used, introducing dependencies timestamp check
12766:
12767: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12768: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12769: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12770: .xsl.stamp now not used, introducing dependencies timestamp check
12771:
1.150 moko 12772: * configure.in: auto.p: @conf made relative
1.95 moko 12773:
12774: 2004-02-12 paf
12775:
12776: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12777: ruined empty <input type=file> submits. parser thought there were
12778: nameless empty file and $form:field got value of type 'file'
12779:
12780: * INSTALL: --without-threads
12781:
12782: * src/include/pa_sapi.h: 2004
12783:
12784: 2004-02-11 paf
12785:
12786: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12787: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12788: classes/hashfile.C, classes/image.C, classes/int.C,
12789: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12790: classes/response.C, classes/string.C, classes/table.C,
12791: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12792: include/pa_array.h, include/pa_cache_managers.h,
12793: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12794: include/pa_config_fixed.h, include/pa_config_includes.h,
12795: include/pa_dictionary.h, include/pa_dir.h,
12796: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12797: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12798: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12799: include/pa_request_charsets.h, include/pa_request_info.h,
12800: include/pa_socks.h, include/pa_sql_connection.h,
12801: include/pa_sql_driver_manager.h, include/pa_stack.h,
12802: include/pa_string.h, include/pa_stylesheet_connection.h,
12803: include/pa_stylesheet_manager.h, include/pa_table.h,
12804: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12805: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12806: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12807: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12808: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12809: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12810: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12811: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12812: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12813: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12814: main/pa_sql_driver_manager.C, main/pa_string.C,
12815: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12816: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12817: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12818: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12819: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12820: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12821: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12822: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12823: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12824: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12825: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12826: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12827: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12828: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12829: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12830: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12831: types/pa_vresponse.h, types/pa_vstateless_class.C,
12832: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12833: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12834: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12835: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12836: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12837: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12838:
12839: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12840: debug version of gc.dll
12841:
12842: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12843: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12844: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12845: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12846: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12847: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12848: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12849: processes
12850:
12851: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12852: main/pa_globals.C, targets/cgi/parser3.vcproj,
12853: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12854: changes to reflect libxml xsl new folders
12855:
12856: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12857: lib/smtp/smtp.vcproj, main/main.vcproj,
12858: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12859: to reflect libxml xsl new folders
12860:
12861: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12862: lib/smtp/smtp.vcproj, main/main.vcproj,
12863: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12864: types/types.vcproj: started changes to reflect libxml xsl new
12865: folders
12866:
12867: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12868: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12869: src/main/compile.tab.C, src/main/main.vcproj,
12870: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12871: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12872: started changes to reflect libxml xsl new folders
12873:
12874: 2004-02-10 paf
12875:
12876: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12877: compile. recommened latest libxml up to date
12878:
12879: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12880: pattern compilation errors", on which spent 4 hours worktime. use
12881: versions higher than that. recommended now latest up to date
12882:
12883: 2004-02-06 paf
12884:
12885: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12886: beauty: unified destructing style
12887:
12888: * src/main/untaint.C: beauty: removed old def/ifdef
12889:
12890: * src/main/untaint.C: beauty: coredump @unknown untaint language
12891: now
12892:
12893: 2004-02-03 paf
12894:
12895: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12896: targets/isapi/parser3isapi.C, types/pa_value.C,
12897: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12898: then %ld/%lu
12899:
12900: * src/main/pa_common.C: typo: %l -> %u
12901:
12902: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12903: in attributes or documents-results of transform now not xx;
12904:
12905: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12906:
12907: * src/main/pa_charset.C: bugfix: forgot to undo some
12908:
12909: * src/main/pa_charset.C: beauty: uncomment
12910: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12911: libraries
12912:
12913: 2004-02-02 paf
12914:
12915: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12916: $cookie:example[ $.value[value] $.path[/there/] ]
12917:
12918: $cookie:example[ $.value[] $.expires[session]
12919: $.path[/there/] $.domain[test.com] ]
12920:
12921: * src/types/pa_vform.C: bugfix: empty values with
12922: enctype=multipart/form-data now produce entries in $form:tables
12923: <form method=post enctype=multipart/form-data> <input type=hidden
12924: name=a> <input type=hidden name=b>
12925:
12926: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12927: <hr> <pre>$request:body
12928:
12929: 2004-01-30 paf
12930:
12931: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12932: or documents-results of transform now not xx;
12933:
12934: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12935: produce exception.
12936:
12937: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12938: bugfix: ^date::create[invalid fields now produce exception.
12939:
12940: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12941: year] now produces exception. todo: check other fields
12942:
12943: 2004-01-29 paf
12944:
12945: * src/include/pa_memory.h: typo error
12946:
12947: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12948: more byte then specified, then zeroed it << useless and
12949: potentially harmful(could gpf)
12950:
12951: 2004-01-22 paf
12952:
12953: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12954:
12955: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12956: optimization
12957:
12958: * src/main/untaint.C: bugfix: whitespace now optimized properly
12959: [were bug: ^taint[1 & 2]="1 &2"
12960:
12961: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12962: errors
12963:
12964: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12965: overflow
12966:
12967: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12968: error-reporting code * in parser-error reporting code [when no
12969: @unhandled_exception defined]
12970:
12971: fixed in one place: my *snprintf override
12972:
12973: 2004-01-13 paf
12974:
12975: * operators.txt: typo erro
12976:
12977: 2003-12-25 paf
12978:
12979: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12980: garbled [pieces after zero bytes were removed]
12981:
12982: 2003-12-22 paf
12983:
1.116 moko 12984: * src/include/Makefile.am: bugfix: removed from dist:
12985: src/include/pa_config_auto.h which were configured for
1.95 moko 12986: make-dist-platform and badly updated proper config file in target
12987: [when .tar used for updating existing source tree]
12988:
12989: * ChangeLog, operators.txt, src/classes/op.C,
12990: src/include/pa_sql_connection.h,
12991: src/include/pa_sql_driver_manager.h,
12992: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12993: feature: sql introducing ability to transcode charsets
12994:
12995: 2003-12-19 paf
12996:
12997: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12998: error message
12999:
13000: * src/main/pa_charset.C: bugfix: memory for charsethandler
13001: structure for libxml now allocated properly
13002:
13003: 2003-12-17 paf
13004:
13005: * src/types/pa_vfile.C: beauty: removed outdated cast
13006:
13007: * src/main/pa_common.C: bugfix: empty http response caused gpf
13008:
13009: * src/include/pa_string.h: bugfix: removed too strong a assert
13010:
13011: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13012: unreported xmlGenericErrors]
13013:
13014: 2003-12-15 paf
13015:
13016: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13017: works}
13018:
13019: 2003-12-11 paf
13020:
13021: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13022: id
13023: !$status:tid thread id
13024:
13025: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13026: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13027: bugfix(solaris): removed dependency on object initialization
13028: order [one more place]
13029:
13030: * src/: classes/file.C, classes/mail.C, classes/op.C,
13031: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13032: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13033: understand that
13034:
13035: * src/: classes/file.C, classes/mail.C, classes/op.C,
13036: classes/xdoc.C, include/pa_cache_managers.h,
13037: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13038: include/pa_stylesheet_manager.h, main/pa_request.C,
13039: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13040: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13041: ctor call [relying on implicit String::Body(cstr) call]
13042:
13043: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13044: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13045: object initialization order [two places]
13046:
13047: 2003-12-10 paf
13048:
13049: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13050: << time now ok
13051:
13052: * operators.txt, src/main/pa_sql_driver_manager.C,
13053: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13054: operational
13055:
13056: * ChangeLog, operators.txt, src/classes/xdoc.C,
13057: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13058: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13059: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13060: back operational
13061:
13062: 2003-12-02 paf
13063:
13064: * src/types/pa_vmail.C: bugfix:
13065: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13066: as-is forced]
13067:
13068: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13069: exceptions out of libxml callbacks: reimplemented error handling
13070: of http://localhost, parser://method and safemode check callbacks
13071:
13072: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13073: [merged from HEAD]
13074:
13075: * src/classes/image.C: nothing: comment removed
13076:
13077: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13078: addresses to int
13079:
13080: 2003-12-01 paf
13081:
13082: * src/main/pa_xml_io.C: bugfix: typo
13083:
13084: * src/main/pa_globals.C: bugfix: win32: compile prob
13085:
13086: * src/classes/xdoc.C: bugfix: typo
13087:
13088: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13089: exception
13090:
13091: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13092:
13093: 2003-11-28 paf
13094:
13095: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13096: all xml documents read
13097:
13098: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13099:
13100: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13101: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13102: replaced original open mech of xdoc::create & co to use libxml
13103: open, so that this would work for root document todo: safe mode
13104: checks to libxml: ideally to some 1 point
13105:
13106: * src/main/pa_xml_io.C: comment
13107:
13108: * operators.txt, src/main/pa_xml_io.C: leading / in
13109: http://parser[abscent params]
13110:
13111: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13112: works. todo: maybe replace original open mech of xdoc::create &
13113: co to use libxml open, so that this would work for root document
13114:
13115: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13116: "parser://method/params/here"> <test> &test^; </test> }]
13117:
13118: ^taint[^xdoc.string[]]
13119:
13120: @method[param] <!ENTITY test
13121: "test-entity-value+$form:user+$param!">
13122:
13123: 2003-11-27 paf
13124:
13125: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13126:
13127: * src/classes/date.C: bugfix: typo error
13128:
13129: 2003-11-26 paf
13130:
13131: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13132: src/main/Makefile.am, src/main/main.vcproj,
13133: src/main/pa_globals.C, src/main/pa_request.C,
13134: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13135: xml errors to hash<thread_id,error> reorganization: xml io moved
13136: to pa_xml_io.C/h
13137:
13138: * src/types/pa_value.h: warnings: --
13139:
13140: 2003-11-25 paf
13141:
13142: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13143: whatever)
13144:
13145: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13146: a, (c?x:y, z)
13147:
13148: * src/main/untaint.C: bugfix: consequences of not reading this
13149: comment: CORD_pos_chars_left /* Number of characters in cache.
13150: <= 0 ==> none */
13151:
13152: * src/include/pa_array.h: removed needless checks
13153:
13154: 2003-11-24 paf
13155:
13156: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13157: removed limit: now $form:xxx can be accessed anytime, even in
13158: @auto/conf [and request/response:charset still can be changed
13159: anytime]
13160:
13161: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13162: now not transcodes response body
13163:
13164: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13165: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13166: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13167: $xdoc.firstChild.firstChild.nodeValue[different]
13168: ^taint[^xdoc.string[]]
13169:
13170: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13171: workaround: static Hash::allocates -> static Hash_allocates
13172:
13173: 2003-11-21 paf
13174:
1.116 moko 13175: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13176: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13177: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13178:
13179: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13180:
13181: * src/classes/mail.C: bugfix: typo
13182:
13183: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13184: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13185: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13186: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13187: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13188: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13189:
13190: * src/main/pa_exec.C: bug in safe mode
13191:
13192: * src/include/Makefile.am: pa_xml_exception.h
13193:
13194: * src/targets/isapi/parser3isapi.C: more warnings --
13195:
13196: 2003-11-20 paf
13197:
13198: * src/: classes/math.C, classes/op.C, classes/string.C,
13199: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13200: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13201: --
13202:
13203: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13204: more warnings --
13205:
13206: * src/classes/xdoc.C: more warnings --
13207:
13208: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13209:
13210: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13211: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13212:
13213: * src/: classes/date.C, classes/file.C, classes/hash.C,
13214: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13215: classes/table.C, include/pa_cache_managers.h,
13216: include/pa_stylesheet_connection.h, main/pa_request.C,
13217: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13218: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13219: --
13220:
13221: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13222: can't report problem (undefined @unhandled_exception) problem
13223: source string were not reported
13224:
13225: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13226: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13227: classes/hashfile.C, classes/image.C, classes/int.C,
13228: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13229: classes/response.C, classes/string.C, classes/table.C,
13230: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13231: include/pa_array.h, include/pa_cache_managers.h,
13232: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13233: include/pa_config_fixed.h, include/pa_dictionary.h,
13234: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13235: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13236: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13237: include/pa_request.h, include/pa_request_charsets.h,
13238: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13239: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13240: include/pa_stack.h, include/pa_string.h,
13241: include/pa_stylesheet_connection.h,
13242: include/pa_stylesheet_manager.h, include/pa_table.h,
13243: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13244: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13245: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13246: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13247: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13248: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13249: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13250: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13251: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13252: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13253: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13254: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13255: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13256: targets/isapi/parser3isapi.C, types/pa_junction.h,
13257: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13258: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13259: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13260: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13261: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13262: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13263: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13264: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13265: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13266: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13267: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13268: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13269: types/pa_vresponse.h, types/pa_vstateless_class.C,
13270: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13271: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13272: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13273: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13274: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13275: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13276: const IDENT
13277:
13278: * src/: include/pa_array.h, include/pa_pool.h,
13279: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13280: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13281: types/pa_wcontext.h: more warnings --
13282:
13283: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13284: classes/file.C, classes/hash.C, classes/hashfile.C,
13285: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13286: classes/memory.C, classes/op.C, classes/string.C,
13287: classes/table.C, classes/xdoc.C, classes/xnode.C,
13288: include/pa_config_includes.h, include/pa_operation.h,
13289: include/pa_sql_connection.h, include/pa_table.h,
13290: include/pa_types.h, lib/ltdl/config_fixed.h,
13291: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13292: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13293: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13294: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13295: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13296: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13297: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13298: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13299: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13300: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13301: types/pa_vmail.C, types/pa_vobject.C,
13302: types/pa_vstateless_class.h, types/pa_vtable.C,
13303: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13304: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13305: on all projects (except libltdl=off & libsdbm=level3) found
13306: several unitialized vars
13307:
13308: 2003-11-19 paf
13309:
13310: * src/classes/op.C: more ansi C++ comp
13311:
13312: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13313: src/main/pa_request.C: ^cache[...]{body}{catch block with
13314: $exception.handled[cache] meaning "get expired cache, if any.
13315: else error"}
13316:
13317: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13318: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13319: ^cache[...]{body}{catch code with $exception.cache field}
13320:
13321: 2003-11-12 paf
13322:
13323: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13324: [copy/paste bug]
13325:
13326: 2003-11-11 paf
13327:
13328: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13329: failed]
13330:
13331: 2003-11-10 paf
13332:
13333: * src/types/pa_vconsole.h: flush
13334:
13335: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13336: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13337: read/write [for nntp]
13338:
13339: * operators.txt: mysql: transaction support: ?autocommit=0
13340:
13341: * operators.txt: comment: updated
13342:
13343: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13344: serialize version and exipire now removes entries
13345:
13346: * operators.txt: ^hashfile.delete[] removes files altogether [and
13347: dir, if could]
13348:
13349: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13350: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13351: removes files altogether [and dir, if could]
13352:
13353: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13354: nonexistent pair. .c coded that that was error. fixed
13355:
13356: * src/types/pa_vhashfile.C: sdbm: exception type change to
13357: file.access [regretfull can't split it to different exceptions
13358: without modifying sdbm source wich would prefer not to]
13359:
13360: 2003-11-07 paf
13361:
13362: * src/: classes/date.C, classes/file.C, classes/hash.C,
13363: classes/hashfile.C, classes/image.C, classes/table.C,
13364: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13365: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13366: main/execute.C, main/main.vcproj, main/pa_pool.C,
13367: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13368: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13369: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13370: destructing objects at request processing end
13371:
13372: 2003-11-06 paf
13373:
13374: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13375: updates
13376:
13377: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13378: to include sdbm
13379:
1.116 moko 13380: * src/include/: pa_config_includes.h, pa_version.h: our
13381: replacements of max& co only for cpp
1.95 moko 13382:
13383: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13384: upper dir, .am updated
13385:
13386: * tests/todo.txt: hashfile: done
13387:
13388: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13389: expiration [time in value. todo: move time to key]
13390:
13391: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13392:
13393: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13394: to do that in foreach, no errors, but surely wrong]
13395:
13396: * operators.txt, src/types/pa_vhashfile.C,
13397: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13398:
13399: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13400: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13401: foreach
13402:
13403: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13404: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13405:
13406: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13407: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13408:
13409: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13410: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13411: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13412: get/put [raw]
13413:
13414: * src/: classes/op.C, main/pa_os.C: just linked
13415:
13416: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13417: XmlException changes
13418:
13419: * src/: include/pa_charset.h, include/pa_globals.h,
13420: include/pa_stylesheet_connection.h, main/pa_exception.C:
13421: XmlException changes
13422:
13423: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13424:
13425: * src/: include/pa_common.h, include/pa_exception.h,
13426: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13427: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13428: main/pa_xml_exception.C: locking move to pa_os [along with
13429: pa_sleep] apr-impl locking done
13430:
13431: * configure, configure.in, operators.txt, parser3.sln,
13432: src/classes/classes.vcproj, src/classes/hashfile.C,
13433: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13434: src/include/pa_exception.h, src/include/pa_globals.h,
13435: src/include/pa_memory.h, src/include/pa_version.h,
13436: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13437: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13438: src/main/compile.tab.C, src/main/main.vcproj,
13439: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13440: src/types/Makefile.am, src/types/pa_vhash.C,
13441: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13442: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13443: again with sdbm from apache
13444:
13445: 2003-11-05 paf
13446:
13447: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13448: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13449: \parser3project dir anymore
13450:
13451: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13452: thoughtlessly from xalan]
13453:
13454: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13455: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13456: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13457:
13458: * src/main/helpers/CaseFolding.txt:
13459: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13460:
13461: 2003-11-04 paf
13462:
13463: * operators.txt: comment: ^mail:send[$.options[
13464:
13465: * src/classes/table.C: compiled on unix
13466:
1.116 moko 13467: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13468:
13469: * src/classes/mail.C: compiled on unix
13470:
13471: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13472: src/types/pa_vmail.h: !^mail:send[
13473: $.options[unix: string to append to sendmail command
13474: line]
13475:
13476: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13477: tests/todo.txt: ^table.save[... $.separator[^#09]
13478: $.encloser["] <nothing> by default
13479:
13480: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13481: !$.separator[^#09] !$.encloser["] <nothing> by
13482: default
13483:
13484: 2003-11-03 paf
13485:
13486: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13487: ^table::load[; options: !$.column-separator[^#09]
13488: !$.column-encloser["]
13489:
13490: * operators.txt, src/include/pa_config_fixed.h,
13491: src/types/pa_vrequest.C: $request:document-root
13492:
13493: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13494: [already included into uri=xxx]
13495:
13496: * operators.txt, src/classes/image.C, tests/todo.txt:
13497: ^image.gif[filename] for $response:download
13498:
13499: * src/classes/date.C: minor precaution
13500:
13501: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13502: !^date.unix-timestamp[]
13503:
13504: 2003-10-30 paf
13505:
13506: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13507: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13508:
13509: * src/classes/: date.C, image.C: improvement diagnostics:
13510: $now[^date::create[$undefined]] now is error
13511:
13512: * src/main/pa_common.C: read errors would now be reported 'actually
13513: read -1 bytes'
13514:
13515: 2003-10-24 paf
13516:
13517: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13518: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13519: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13520: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13521:
13522: 2003-10-22 paf
13523:
13524: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13525:
13526: 2003-10-21 paf
13527:
13528: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13529: fixed: string.match[g] without <'> option produced columns with
13530: NULL's, which gpf'ed at table.save time
13531:
13532: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13533: recoursion' message with intensive throw-catches fixed: incorrect
13534: name and line (one name upper then needed) in error message about
13535: problems inside try block
13536:
13537: 2003-10-10 paf
13538:
13539: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13540: check offset argument for validity did that in String::Body::pos
13541: myself http://i2/tasks/edit/?id=4577425257580789777
13542:
13543: 2003-10-07 paf
13544:
13545: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13546: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13547:
13548: 2003-10-03 paf
13549:
13550: * parser3.sln, src/include/pa_dictionary.h,
13551: src/main/pa_dictionary.C, src/main/pa_string.C,
13552: src/targets/cgi/parser3.vcproj: dictionary optimized by
13553: precalculating cstr&length
13554:
13555: 2003-10-02 paf
13556:
13557: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13558: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13559: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13560: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13561:
13562: 2003-09-30 paf
13563:
13564: * src/main/pa_string.C: string::replace bug fix [were ignoring
13565: occurrances after lang-mismatched
13566:
13567: 2003-09-29 paf
13568:
13569: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13570: helper
13571:
13572: * src/main/pa_string.C: string::serialize bug fix with
13573: zero-terminator
13574:
13575: * src/classes/table.C: ^nameless_table.save column row now has no
13576: \t at the end
13577:
13578: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13579: @postprocess now takes $response:body/download
13580:
13581: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13582: error message
13583:
13584: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13585:
13586: * src/classes/table.C: bugfix: flip: must produce nameless
13587: http://i2/tasks/edit/?id=4573405524674081244
13588:
13589: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13590: main/helpers/simple_folding.pl: utf-8 upper/lower
13591:
13592: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13593: to typo error http://i2/tasks/edit/?id=4573354650786434584
13594:
13595: 2003-09-26 paf
13596:
13597: * src/main/untaint.C: removed needless field
13598:
13599: * src/main/untaint.C: removed needless const
13600:
13601: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13602: String.for_each bug fixed [omited one-char cases]
13603:
13604: * src/include/pa_stack.h: bugfix: before collecting garbage,
13605: runtime-executor stack were cleared... BADLY
13606:
13607: * src/main/pa_string.C: ^stirng.replace code used old
13608: param-convention on langs.append, fixed that search fo the like,
13609: found none
13610:
13611: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13612: string::serialize/deserialize implemented Language enum assigned
13613: meaningful letters [more convinient for debugging. read warning
13614: before adding/changing anything]
13615:
13616: 2003-09-25 paf
13617:
13618: * src/: include/pa_string.h, include/pa_version.h,
13619: main/pa_string.C, main/untaint.C: templates and anonymous unions
13620: differences on unix
13621:
13622: * parser3.sln, src/classes/file.C, src/classes/image.C,
13623: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13624: src/classes/xdoc.C, src/classes/xnode.C,
13625: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13626: src/include/pa_charsets.h, src/include/pa_common.h,
13627: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13628: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13629: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13630: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13631: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13632: src/main/compile_tools.h, src/main/pa_charset.C,
13633: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13634: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13635: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13636: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13637: src/types/pa_vmail.C, src/types/pa_vmath.C,
13638: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13639: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13640:
13641: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13642: functions aligned to that of eeparser3 look
13643:
13644: * src/lib/cord/cordprnt.c: removed warnings
13645:
13646: 2003-09-24 paf
13647:
13648: * src/: classes/file.C, classes/image.C, classes/mail.C,
13649: classes/op.C, classes/xdoc.C, classes/xnode.C,
13650: include/pa_cache_managers.h, include/pa_charset.h,
13651: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13652: include/pa_sql_driver_manager.h, include/pa_string.h,
13653: include/pa_stylesheet_manager.h, include/pa_table.h,
13654: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13655: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13656: main/pa_sql_driver_manager.C, main/pa_string.C,
13657: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13658: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13659: types/pa_vstateless_class.h, types/pa_vstatus.C,
13660: types/pa_vxnode.C: v() functions of String::Body,
13661: String::Languages and String itself StringBody->String::Body
13662:
13663: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13664: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13665: never optimized anything. todo: somehow speed up harder cases:
13666: concatenationA+concatenationB when last block of A and first of B
13667: contain same letters
13668:
13669: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13670: lib/cord/include/cord.h: langs: speed up by joining adjucent
13671: blocks of same char [CORD_append_block]
13672:
13673: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13674: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13675: save space by extending blocks when appending block with c ==
13676: lastblock.c
13677:
13678: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13679: working yet :( but more working &understood :)
13680:
13681: * src/: classes/table.C, include/pa_string.h,
13682: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13683:
13684: 2003-09-23 paf
13685:
13686: * src/main/untaint.C: $a[ok!] $a works!
13687:
13688: * src/main/untaint.C: something even more works :)
13689:
13690: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13691: something more works :)
13692:
13693: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13694: lib/cord/cordxtra.c: something already works :)
13695:
13696: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13697: serialize&deserialize
13698:
13699: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13700: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13701: main/untaint.C: main idea implemented, details left
13702:
13703: 2003-09-22 paf
13704:
13705: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13706:
13707: * src/classes/xnode.C: copy/paste comment bugfix
13708:
13709: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13710: allocator returns 0, just die.
13711: http://i2/tasks/edit/?id=4570798492410259445
13712:
13713: * src/classes/xdoc.C: copy/paste comment bugfix
13714:
13715: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13716: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13717: xnode: getAttributeNS setAttributeNS removeAttributeNS
13718: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13719:
13720: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13721: chars due to bitwise operation signed-char error]
13722:
13723: 2003-09-19 paf
13724:
13725: * src/types/pa_wcontext.C: output message: more practical
13726: suggestion
13727:
13728: * src/main/pa_common.C, operators.txt: merged
13729: $f[^file::load[binary;http://...]] $f.tables
13730:
13731: 2003-09-02 paf
13732:
13733: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13734: flush stdout without referencing 'stdout' symbol. to hell with
13735: non-ansi libraries without 'stdout' symbol
13736:
13737: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13738: unix (users reported problems with some old libc)
13739:
13740: * src/types/pa_vdate.h: forgot initializer
13741:
13742: 2003-09-01 paf
13743:
13744: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13745: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13746: zone]
13747:
13748: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13749:
13750: 2003-08-19 paf
13751:
13752: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13753: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13754: simplified a little
13755:
13756: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13757: [lost fix from 3.0.8]
13758:
13759: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13760: visible here }
13761:
13762: bug fix
13763:
13764: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13765:
13766: * src/main/compile.tab.C: initialized couple of variables about
13767: which user reported runtime problems when parser were compiled
13768: with VC7, warning level4. study shows that later in bison
13769: they've fixed that. would migrate to latest bison someday
13770:
13771: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13772: recoding headers)
13773:
13774: * src/types/pa_vmail.C: works as before, same charset problems:
13775: gmime recodes to UTF-8 only headers, not body. so not recoding
13776: anything for now
13777:
13778: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13779: problems with body
13780:
13781: * src/types/pa_vmail.C: mail_receive just compiled
13782:
13783: 2003-08-18 paf
13784:
13785: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13786: main/main.vcproj, types/types.vcproj: win32: continued process
13787: detaching from \parser3project directory
13788:
13789: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13790: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13791: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13792: src/lib/pcre/pcre_dftables.dsp,
13793: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13794: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13795: src/types/types.dsp: moved to MSVC 7
13796:
13797: * gnu.vcproj.vspscc, parser3.vssscc,
13798: src/classes/classes.vcproj.vspscc,
13799: src/lib/cord/cord.vcproj.vspscc,
13800: src/lib/ltdl/libltdl.vcproj.vspscc,
13801: src/lib/md5/md5.vcproj.vspscc,
13802: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13803: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13804: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13805: src/targets/isapi/parser3isapi.vcproj.vspscc,
13806: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13807: moved to MSVC 7
13808:
13809: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13810: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13811: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13812: src/lib/pcre/pcre_dftables.vcproj,
13813: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13814: src/targets/cgi/parser3.vcproj,
13815: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13816: new VS project files
13817:
13818: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13819: .NET to detect Jalindi Igloo capabilities.
13820:
13821: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13822: src/classes/classes.awk, src/doc/footer.htm,
13823: src/include/pa_config_fixed.h, src/include/pa_version.h,
13824: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13825: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13826: src/types/pa_vmail.C: merged 3.1.0 latest changes
13827:
13828: 2003-08-15 paf
13829:
13830: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13831: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13832:
13833: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13834: non-ascii <yyy> now encoded correctly
13835:
13836: 2003-07-29 paf
13837:
1.116 moko 13838: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13839: dist
1.95 moko 13840:
13841: * src/types/pa_vmail.C: just started --with-mail-receive
13842:
13843: 2003-07-28 paf
13844:
1.116 moko 13845: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13846: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13847:
13848: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13849:
13850: 2003-07-25 paf
13851:
13852: * src/doc/footer.htm: year
13853:
13854: 2003-07-24 paf
13855:
13856: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13857: fix
13858:
13859: * src/include/pa_version.h: release
13860:
1.116 moko 13861: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13862:
13863: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13864: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13865: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13866: getting rid of win32xml pseudo project
13867:
13868: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13869:
1.116 moko 13870: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13871: configure.in, operators.txt, parser3.dsw,
1.95 moko 13872: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13873: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13874: src/classes/classes.C, src/classes/classes.awk,
13875: src/classes/classes.dsp, src/classes/classes.h,
13876: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13877: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13878: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13879: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13880: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13881: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13882: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13883: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13884: src/include/pa_array.h, src/include/pa_cache_managers.h,
13885: src/include/pa_charset.h, src/include/pa_charsets.h,
13886: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13887: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13888: src/include/pa_dictionary.h, src/include/pa_dir.h,
13889: src/include/pa_exception.h, src/include/pa_exec.h,
13890: src/include/pa_globals.h, src/include/pa_hash.h,
13891: src/include/pa_memory.h, src/include/pa_opcode.h,
13892: src/include/pa_operation.h, src/include/pa_pool.h,
13893: src/include/pa_pragma_pack_begin.h,
1.95 moko 13894: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13895: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13896: src/include/pa_sapi.h, src/include/pa_socks.h,
13897: src/include/pa_sql_connection.h,
13898: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13899: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13900: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13901: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13902: src/include/pa_uue.h, src/lib/Makefile.am,
13903: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13904: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13905: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13906: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13907: src/lib/cord/include/ec.h,
13908: src/lib/cord/include/private/Makefile.am,
13909: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13910: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13911: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13912: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13913: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13914: src/main/compile_tools.C, src/main/compile_tools.h,
13915: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13916: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13917: src/main/pa_charsets.C, src/main/pa_common.C,
13918: src/main/pa_dictionary.C, src/main/pa_dir.C,
13919: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13920: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13921: src/main/pa_request.C, src/main/pa_socks.C,
13922: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13923: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13924: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13925: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13926: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13927: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13928: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13929: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13930: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13931: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13932: src/targets/isapi/parser3isapi.dsp,
13933: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13934: src/types/pa_junction.h, src/types/pa_method.h,
13935: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13936: src/types/pa_vclass.C, src/types/pa_vclass.h,
13937: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13938: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13939: src/types/pa_vdouble.h, src/types/pa_venv.h,
13940: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13941: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13942: src/types/pa_vimage.C, src/types/pa_vimage.h,
13943: src/types/pa_vint.h, src/types/pa_vjunction.h,
13944: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13945: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13946: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13947: src/types/pa_vobject.C, src/types/pa_vobject.h,
13948: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13949: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13950: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13951: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13952: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13953: src/types/pa_vstring.h, src/types/pa_vtable.C,
13954: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13955: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13956: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13957: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13958: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13959: HEAD
13960:
13961: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13962: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13963: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13964: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13965: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13966: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13967: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13968: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13969: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13970: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13971: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13972: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13973: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13974: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13975: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13976: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13977: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13978: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13979: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13980: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13981: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13982: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13983: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13984: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13985: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13986: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13987: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13988: outputs/create-dir, results/001.processed, results/002.processed,
13989: results/003.processed, results/004.processed,
13990: results/005.processed, results/006.processed,
13991: results/007.processed, results/008.processed,
13992: results/009.processed, results/010.processed,
13993: results/011.processed, results/012.processed,
13994: results/013.processed, results/014.processed,
13995: results/015.processed, results/016.processed,
13996: results/017.processed, results/018.processed,
13997: results/019.processed, results/020.processed,
13998: results/021.processed, results/022.processed,
13999: results/023.processed, results/024.processed,
14000: results/025.processed, results/026.processed,
14001: results/027.processed, results/028.processed,
14002: results/029.processed, results/030.processed,
14003: results/031.processed, results/032.processed,
14004: results/033.processed, results/034.processed,
14005: results/035.processed, results/036.processed,
14006: results/037.processed, results/038.processed,
14007: results/039.processed, results/040.processed,
14008: results/041.processed, results/042.processed,
14009: results/043.processed, results/044.processed,
14010: results/045.processed, results/046.processed,
14011: results/047.processed, results/048.processed,
14012: results/049.processed, results/050.processed,
14013: results/051.processed, results/052.processed,
14014: results/053.processed, results/054.processed,
14015: results/055.processed, results/056.processed,
14016: results/057.processed, results/058.processed,
14017: results/059.processed, results/060.processed,
14018: results/061.processed, results/062.processed,
14019: results/063.processed, results/064.processed,
14020: results/065.processed, results/066.processed,
14021: results/067.processed, results/068.processed,
14022: results/069.processed, results/070.processed,
14023: results/071.processed, results/072.processed,
14024: results/073.processed, results/074.processed,
14025: results/075.processed, results/076.processed,
14026: results/077.processed, results/078.processed,
14027: results/079.processed, results/080.processed,
14028: results/081.processed, results/082.processed,
14029: results/083.processed, results/084.processed,
14030: results/085.processed, results/086.processed,
14031: results/087.processed, results/088.processed,
14032: results/089.processed, results/090.processed,
14033: results/091.processed, results/092.processed,
14034: results/093.processed, results/094.processed,
14035: results/095.processed, results/096.processed,
14036: results/097.processed, results/098.processed,
14037: results/099.processed, results/100.processed,
14038: results/101.processed, results/102.processed,
14039: results/103.processed, results/104.processed,
14040: results/105.processed, results/106.processed,
14041: results/107.processed, results/108.processed,
14042: results/109.processed, results/110.processed,
14043: results/111.processed, results/112.processed,
14044: results/113.processed, results/114.processed,
14045: results/115.processed, results/116.processed,
14046: results/117.processed, results/118.processed,
14047: results/119.processed, results/120.processed,
14048: results/121.processed, results/122.processed,
14049: results/123.processed, results/124.processed,
14050: results/125.processed, results/126.processed,
14051: results/127.processed, results/128.processed,
14052: results/129.processed, results/130.processed,
14053: results/131.processed, results/132.processed,
14054: results/133.processed, results/134.processed,
14055: results/135.processed, results/136.processed,
14056: results/137.processed, results/138.processed,
14057: results/139.processed, results/140.processed,
14058: results/141.processed: merged(copied) to HEAD from template_gc
14059:
14060: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14061: towards \parser3project not having to be in root
14062:
14063: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14064: module compiled [were minor unnecessary changes in lib/md5
14065: interface]
14066:
14067: * src/include/pa_version.h: release
14068:
14069: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14070:
14071: * src/classes/math.C: merged uuid bugfix
14072:
14073: * tests/: 141.html, results/141.processed: fixed bug with
14074: too-small-a-buffer
14075:
14076: * src/classes/math.C: uuid bugfix
14077:
14078: * tests/: 141.html, Makefile, results/005.processed,
14079: results/030.processed, results/075.processed,
14080: results/078.processed: to reflect date format change (were -
14081: become ' ')
14082:
14083: * src/classes/math.C: uuid bugfix
14084:
14085: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14086: debug/release changes
14087:
14088: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14089:
14090: 2003-07-23 paf
14091:
14092: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14093: renamed a little [to move to comman naming conv]
14094:
1.116 moko 14095: * src/targets/Makefile.am: apache13 splitted to simplify apache
14096: build
1.95 moko 14097:
14098: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14099: main/pa_request.C, main/pa_sql_driver_manager.C,
14100: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14101: stack top_index() fixed
14102:
14103: * src/main/pa_globals.C: minor style changes
14104:
14105: * src/: classes/op.C, include/pa_sql_connection.h: connection
14106: closing/caching fixed [connections were not closed/put to cache]
14107:
14108: 2003-07-22 paf
14109:
14110: * INSTALL: gc part updated stightly
14111:
14112: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14113: new sapi interface
14114:
14115: * src/classes/file.C: comment on OS
14116:
14117: * src/main/pa_string.C: removed reduntant invariant check [there is
14118: one deeper in cord lib]
14119:
14120: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14121:
14122: * src/main/pa_memory.C: out of memory is no longer coredump
14123:
14124: * INSTALL: disable-threads adviced
14125:
14126: 2003-07-21 paf
14127:
1.116 moko 14128: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14129:
14130: * src/classes/file.C: file::exec/cgi environment variables now must
14131: be UPPERCASE and A-Z 0-9 _-
14132:
14133: * src/classes/file.C: env passing fixed
14134:
14135: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14136:
14137: * src/main/pa_common.C: http:// CRLF now
14138:
14139: 2003-07-02 paf
14140:
14141: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14142: fields to reflect their real meaning
14143:
14144: 2003-06-27 paf
14145:
14146: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14147: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14148: file::exec/cgi .charset
14149:
14150: 2003-06-26 paf
14151:
14152: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14153: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14154: src/classes/table.C: fixed several uninitialized local
14155: structures. notably ^hash.foreach now inserts delimiters
14156: properly [were inserting it before first body]
14157:
14158: 2003-06-24 paf
14159:
14160: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14161:
14162: 2003-06-20 paf
14163:
14164: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14165: src/main/pa_globals.C: introducing
14166: $f[^file::load[binary;http://...]] $f.tables
14167:
14168: 2003-06-06 paf
14169:
14170: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14171: table. [were method lookup: inconsistent]
14172:
14173: 2003-06-02 paf
14174:
14175: * src/include/pa_memory.h: empty string clone fixed to return
14176: writable memory
14177:
14178: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14179: were not appended] which violated string invariant
14180:
14181: 2003-05-30 paf
14182:
14183: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14184: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14185:
14186: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14187: GMT ; RFC 822, updated by RFC 1123
14188:
14189: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14190: targets/isapi/parser3isapi.C: initialized request_info properly
14191:
14192: * src/classes/xnode.C: found minor bug, commended for future
14193:
14194: 2003-05-28 paf
14195:
14196: * src/classes/form.C: request_info.content_length can't be <0,
14197: size_t for some time
14198:
14199: 2003-05-26 paf
14200:
14201: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14202: forgotten <0 changed to !=STRING_NOT_FOUND
14203:
14204: * src/classes/math.C: merged ffffu from HEAD
14205:
14206: 2003-05-11 paf
14207:
14208: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14209:
14210: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14211: premature doc free. transformed document had xmlDoc reference
14212: stored to non-gc-memory (libgdome) added holding-reference
14213:
14214: 2003-04-29 paf
14215:
14216: * src/main/pa_globals.C: started digging on double free. on win32
14217: found that that's perfectly normal.
14218:
14219: 2003-04-25 paf
14220:
14221: * src/classes/table.C: table.join bug fix [bad limit check]
14222:
14223: * src/classes/math.C: merged from HEAD: simpiler hash_string
14224:
14225: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14226: print anything. changed to quicker and simplier code
14227:
14228: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14229: strict a check]
14230:
14231: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14232:
14233: 2003-04-24 paf
14234:
14235: * src/include/pa_table.h: too strict assert loosened
14236:
14237: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14238: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14239: report
14240:
14241: 2003-04-21 paf
14242:
1.116 moko 14243: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14244:
14245: * src/main/pa_globals.C: pcre memory management changed to use GC
14246: memory
14247:
14248: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14249: xmlMallocAtomic [author agreed to my suggestion], used that
14250:
14251: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14252:
14253: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14254: types/pa_vmail.C: attributed_meaning_to_string added
14255: L_UNSPECIFIED piece which was sortof OK, but violated string
14256: invariant [assertion barked on that] changed to L_PASS_APPEND,
14257: made that param obligatory
14258:
14259: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14260: fixed [assert helped]
14261:
14262: * src/include/pa_string.h: assert added [looking for bug]
14263:
14264: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14265: names on Win32 considered disk-global
14266:
14267: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14268: considered disk-global
14269:
14270: 2003-04-18 paf
14271:
14272: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14273: filenames
14274:
14275: * src/main/untaint.C: enabled '~' letter in filenames
14276:
14277: 2003-04-16 paf
14278:
14279: * src/classes/file.C: small bug introduced in autoptr times fixed
14280:
14281: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14282: HEAD
14283:
1.116 moko 14284: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14285:
14286: 2003-04-15 paf
14287:
14288: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14289: src/lib/md5/pa_md5c.c, tests/141.html,
14290: tests/results/141.processed: merged from head ^math:uuid[]
14291: ^math:uid64[] ^math:md5[string]
14292:
14293: test added: 141.html
14294:
14295: * operators.txt, src/classes/math.C: ^math:uid64[]
14296:
14297: * src/classes/math.C: ^math:uuid[]
14298:
14299: * operators.txt, src/classes/math.C: ^math:uuid[]
14300:
14301: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14302: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14303:
14304: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14305: src/include/pa_config_fixed.h, src/main/pa_common.C:
14306: ^file::load[mode;name; $.offset $.limit
14307:
14308: 2003-04-14 paf
14309:
14310: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14311: started ^math:md5
14312:
14313: * src/classes/table.C, src/include/pa_array.h,
14314: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14315: tests/results/140.processed: table $.reverse option works in
14316: create&co table $.distinct[tables] bug fix merged
14317:
14318: * src/: classes/table.C, include/pa_table.h: table
14319: $.distinct[tables] bug fixed
14320:
14321: * src/classes/table.C: more warnings
14322:
14323: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14324: removed checks in table::set_current, moved them back to
14325: table::locate implemented table::create/join ñ $.reverse
14326:
14327: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14328: removed checks in table::set_current, moved them back to
14329: table::locate
14330:
14331: 2003-04-11 paf
14332:
14333: * operators.txt, src/classes/date.C, src/classes/table.C,
14334: src/include/pa_array.h, src/include/pa_common.h,
14335: src/include/pa_config_includes.h, src/include/pa_string.h,
14336: src/include/pa_table.h, src/main/pa_request.C,
14337: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14338: src/main/pa_table.C: merged from HEAD from
14339: before_append_array_limit_sense_change to
14340: after_append_array_limit_sense_change
14341:
14342: * src/classes/table.C: typo
14343:
14344: * operators.txt, src/classes/date.C, src/classes/table.C,
14345: src/include/pa_array.h, src/include/pa_common.h,
14346: src/include/pa_config_includes.h, src/include/pa_globals.h,
14347: src/include/pa_table.h, src/main/pa_array.C,
14348: src/main/pa_globals.C, src/main/pa_request.C,
14349: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14350: src/main/pa_table.C: append_array_limit_sense_change locate
14351: accepts options same as create new option: $.reverse(1) [do not
14352: work in table::create]
14353:
14354: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14355: (stat xxx,
14356:
14357: * src/classes/: table.C: typo
14358:
14359: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14360: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14361: results/130.processed, results/131.processed,
14362: results/132.processed, results/133.processed,
14363: results/134.processed, results/135.processed,
14364: results/136.processed, results/137.processed,
14365: results/138.processed, results/139.processed: added few mustfail
14366: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14367: date/time 132.html mustfail: access to junction outside of
14368: context 133.html mustfail: access to junction outside of context,
14369: case version 134.html mustfail: hash: adding a key inside of
14370: foreach 135.html mustfail: modifying system class 136.html
14371: mustfail: $.name outside of $hash[here] 137.html mustfail:
14372: appendChild without import 138.html mustfail: invalid encoding
14373: inside of xml 139.html mustfail: bad XPath
14374:
14375: * operators.txt, src/classes/table.C, tests/084.html,
14376: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14377: tests/129.html, tests/results/125.processed,
14378: tests/results/126.processed, tests/results/127.processed,
14379: tests/results/128.processed, tests/results/129.processed: merged
14380: from HEAD ^table.hash[key][$.distinct[tables]]
14381:
14382: maked appropriate tests [changed one old nonconforming]
14383:
14384: * operators.txt, src/classes/table.C:
14385: ^table.hash[key][$.distinct[tables]]
14386:
14387: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14388: merged fix for found very old xml (dom) bug: were passing
14389: domString objects and later ERROREOUSLY freed them
14390:
14391: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14392: src/main/pa_charset.C: re-added libgdome patch. regretfully
14393: libgdome bug can not be worked around
14394:
14395: 2003-04-10 paf
14396:
14397: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14398: found very old xml (dom) bug: were passing domString objects and
14399: later ERROREOUSLY freed them
14400:
14401: * src/doc/string.dox, src/include/pa_memory.h,
14402: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14403: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14404: tests/123.html, tests/124.html, tests/results/001.processed,
14405: tests/results/002.processed, tests/results/003.processed,
14406: tests/results/004.processed, tests/results/005.processed,
14407: tests/results/006.processed, tests/results/008.processed,
14408: tests/results/009.processed, tests/results/010.processed,
14409: tests/results/011.processed, tests/results/012.processed,
14410: tests/results/013.processed, tests/results/014.processed,
14411: tests/results/015.processed, tests/results/016.processed,
14412: tests/results/017.processed, tests/results/018.processed,
14413: tests/results/020.processed, tests/results/021.processed,
14414: tests/results/022.processed, tests/results/023.processed,
14415: tests/results/024.processed, tests/results/025.processed,
14416: tests/results/026.processed, tests/results/027.processed,
14417: tests/results/028.processed, tests/results/029.processed,
14418: tests/results/030.processed, tests/results/031.processed,
14419: tests/results/032.processed, tests/results/033.processed,
14420: tests/results/034.processed, tests/results/035.processed,
14421: tests/results/036.processed, tests/results/037.processed,
14422: tests/results/038.processed, tests/results/039.processed,
14423: tests/results/040.processed, tests/results/041.processed,
14424: tests/results/042.processed, tests/results/043.processed,
14425: tests/results/044.processed, tests/results/045.processed,
14426: tests/results/046.processed, tests/results/047.processed,
14427: tests/results/048.processed, tests/results/049.processed,
14428: tests/results/050.processed, tests/results/051.processed,
14429: tests/results/052.processed, tests/results/053.processed,
14430: tests/results/054.processed, tests/results/055.processed,
14431: tests/results/056.processed, tests/results/057.processed,
14432: tests/results/058.processed, tests/results/059.processed,
14433: tests/results/060.processed, tests/results/061.processed,
14434: tests/results/062.processed, tests/results/063.processed,
14435: tests/results/064.processed, tests/results/065.processed,
14436: tests/results/066.processed, tests/results/067.processed,
14437: tests/results/068.processed, tests/results/069.processed,
14438: tests/results/070.processed, tests/results/071.processed,
14439: tests/results/072.processed, tests/results/073.processed,
14440: tests/results/074.processed, tests/results/075.processed,
14441: tests/results/076.processed, tests/results/077.processed,
14442: tests/results/078.processed, tests/results/079.processed,
14443: tests/results/080.processed, tests/results/081.processed,
14444: tests/results/082.processed, tests/results/083.processed,
14445: tests/results/084.processed, tests/results/085.processed,
14446: tests/results/086.processed, tests/results/087.processed,
14447: tests/results/088.processed, tests/results/089.processed,
14448: tests/results/090.processed, tests/results/091.processed,
14449: tests/results/092.processed, tests/results/093.processed,
14450: tests/results/094.processed, tests/results/095.processed,
14451: tests/results/096.processed, tests/results/097.processed,
14452: tests/results/101.processed, tests/results/102.processed,
14453: tests/results/104.processed, tests/results/105.processed,
14454: tests/results/106.processed, tests/results/107.processed,
14455: tests/results/108.processed, tests/results/109.processed,
14456: tests/results/110.processed, tests/results/111.processed,
14457: tests/results/112.processed, tests/results/113.processed,
14458: tests/results/114.processed, tests/results/115.processed,
14459: tests/results/116.processed, tests/results/117.processed,
14460: tests/results/118.processed, tests/results/119.processed,
14461: tests/results/120.processed, tests/results/121.processed,
14462: tests/results/122.processed, tests/results/123.processed,
14463: tests/results/124.processed: new convention: char* never 0.
14464: assert in cord on that
14465:
14466: * src/main/pa_charset.C: couple more asserts
14467:
14468: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14469: speedup
14470:
14471: * src/main/pa_charset.C: couple assertions on fantastic situations
14472: added [may be those is the case now?]
14473:
14474: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14475: that's memory from gc_malloc, not from g_malloc :(, but would
14476: hope]
14477:
14478: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14479: that's memory from gc_malloc, not from g_malloc :(, but would
14480: hope]
14481:
14482: * src/main/pa_charset.C: checked custom malloc for returning 0
14483:
14484: 2003-04-09 paf
14485:
14486: * src/classes/date.C: merged ^date.roll changes
14487:
14488: * src/classes/date.C: ^date.roll bug fix
14489:
14490: * src/classes/date.C: ^date.roll now throws less errors: month
14491: shifts handles end of month situation by reducing day number
14492: hour-hole shift reduces hour to recover
14493:
14494: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14495: Sort by function time
14496:
14497: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14498: http:// $.charset[] param done
14499:
14500: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14501: added [after volatile fix. passes on win&intel-solaris]
14502:
14503: 2003-04-08 paf
14504:
14505: * src/: classes/file.C, classes/op.C, classes/table.C,
14506: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14507: include/pa_common.h, include/pa_request_charsets.h,
14508: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14509: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14510: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14511: types/pa_vresponse.C: started http:// $.charset[] param and
14512: http response charset detection just compiled. todo:test
14513:
14514: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14515:
14516: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14517: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14518: types/pa_vmail.C: changed transcode param converntion along with
14519: string creating convention -- all strings are zero-terminated,
14520: this allowed to fix one remaining String("123", 2) case
14521:
14522: * src/: classes/date.C, classes/file.C, classes/hash.C,
14523: classes/op.C, classes/string.C, classes/table.C,
14524: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14525: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14526: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14527: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14528: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14529: violated String::invariant. started fixing [not compiled now]
14530:
14531: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14532: main/compile.tab.C, main/compile.y, main/pa_string.C,
14533: main/untaint.C, targets/cgi/parser3.C: number of string style
14534: improvements & optimizations
14535:
14536: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14537: :(]
14538:
14539: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14540: [for it's a pointer really]
14541:
14542: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14543: 'n' param. worked that around
14544:
14545: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14546: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14547: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14548: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14549: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14550:
14551: Thanks for the bug report and patch.
14552:
14553: I hadn't looked at this code in a while. Reading it now, it
14554: seems to me that the tests should also be ">= MAX_DEPTH" to
14555: comply with the invariant, though that may not matter a lot. I
14556: changed that, too.
14557:
14558: Hans
14559:
14560: 2003-04-07 paf
14561:
14562: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14563: merged from head:safe mode error message now includes numbers
14564:
14565: * src/main/execute.C: n-th attempt to make a=a work with double.
14566: problem: as_double returns it's result in fp-register compiler
14567: optimizes access to that register after b->as_double, and just
14568: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14569: from memory. _SAME_ double values do not match here. when
14570: forced to REload fp-register, values do match.
14571:
14572: tried to make them volatile.
14573:
14574: * src/main/execute.C: n-th attempt to make a=a work with double.
14575: problem: as_double returns it's result in fp-register compiler
14576: optimizes access to that register after b->as_double, and just
14577: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14578: from memory. _SAME_ double values do not match here. when
14579: forced to REload fp-register, values do match.
14580:
14581: tried to make them volatile.
14582:
14583: * src/types/pa_vobject.h: small style change
14584:
14585: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14586:
14587: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14588: mode error message now includes numbers
14589:
14590: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14591: now causes death
14592:
14593: 2003-04-04 paf
14594:
14595: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14596: incorportated pa_exec patch by From: "Victor Fedoseev"
14597: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14598: Sent: Thursday, January 23, 2003 9:14 AM
14599:
14600: huge speedup on ^file::cgi with big result
14601:
14602: * src/classes/table.C: sort table with 0 rows bug fixed
14603:
14604: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14605: fix http://i2/tasks/edit/?id=4493701604654042676
14606:
14607: @main[] $with_default[ $.a[1] $._default[default from
14608: with_default] ] ^show[$with_default]
14609:
14610: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14611: =$to_add_to.xxx=<br>
14612:
14613: ^show[$to_add_to]
14614:
14615: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14616: ^show[$cloned]
14617:
14618: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14619:
14620: } <hr>
14621:
14622: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14623: http://i2/tasks/edit/?id=4493701604654042676
14624:
14625: @main[] $with_default[ $.a[1] $._default[default from
14626: with_default] ] ^show[$with_default]
14627:
14628: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14629: =$to_add_to.xxx=<br>
14630:
14631: ^show[$to_add_to]
14632:
14633: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14634: ^show[$cloned]
14635:
14636: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14637:
14638: } <hr>
14639:
14640: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14641: http://i2/tasks/edit/?id=4507350336410850921
14642:
14643: * src/classes/xdoc.C: memory allocation func bugfix
14644: http://i2/tasks/edit/?id=4499303470368629745
14645:
14646: * src/classes/math.C: allowed random 1...
14647:
14648: * src/classes/math.C: allowed random 0..
14649:
14650: * src/main/pa_globals.C: exif mem leak
14651: http://i2/tasks/edit/?id=4480590323629807263
14652:
14653: * src/: classes/classes.dsp, main/main.dsp,
14654: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14655: fix http://i2/tasks/edit/?id=4493946731322521294
14656: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14657:
14658: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14659: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14660: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14661: links to xml libs made relative, no need to unpack parser3project
14662: to /parser3project.
14663:
14664: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14665: column more precise - tab handling bug fixed
14666:
14667: * src/main/: compile.tab.C, compile.y: more understandable error
14668: message in case @CLASS with more then one line inside
14669:
14670: * src/targets/cgi/parser3.C: more understandable error message in
14671: case of errors in @unhandled_exception
14672:
14673: 2003-04-03 paf
14674:
14675: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14676: src/main/compile.tab.C, src/main/compile.y,
14677: src/main/compile_tools.C, src/main/compile_tools.h,
14678: src/main/execute.C, src/main/pa_request.C: debug info format
14679: simplified, now it's: OP_VALUE Operation::Origin << here value*
14680:
14681: higher limits: file number (max: 255) line number (max:
14682: 64535) column number (max: 255)
14683:
14684: * src/classes/math.C: top limit
14685:
14686: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14687: precise parse error position in case of
14688:
14689: ^bug ]
14690:
14691: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14692: changed to realities, and passed [bug fixed]
14693:
14694: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14695: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14696: main/compile_tools.h, main/pa_request.C: introducing
14697: ^process...[main-method-alias]
14698:
14699: * src/: classes/date.C, classes/image.C, classes/op.C,
14700: classes/string.C, classes/table.C, classes/xdoc.C,
14701: types/pa_vmethod_frame.h: MethodParams& now [methods without
14702: params receive zero reference, but they are expected not to look
14703: there]
14704:
14705: * operators.txt, src/classes/date.C, src/classes/double.C,
14706: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14707: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14708: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14709: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14710: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14711: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14712: [methods without params receive zero reference, but they are
14713: expected not to look there]
14714:
14715: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14716: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14717: ^process...[filename] useful for better error reporting
14718: [file/line/col]
14719:
14720: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14721: types/pa_vstring.h: slightly improved error messages text: 1. is
14722: '%s', it 2. method undefined in case of ^void[]
14723:
14724: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14725: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14726: handling done. now we have error columns todo: test it
14727:
14728: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14729: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14730:
14731: this makes life easier: were: bad stack order -- were in
14732: exception catch unwind order, which didn't match execution order
14733:
14734: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14735:
14736: @first[] ^throw[a;1]
14737:
14738: showed throw a first throw b try
14739:
14740: which is no good
14741:
14742: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14743: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14744: trace reset after handled exception [old bug fixed]
14745:
14746: * src/main/: compile.tab.C, compile.y: parse position old bug
14747: fixed. position reporting made precise [both, in parse erros and
14748: runtime errors]
14749:
14750: 2003-04-02 paf
14751:
14752: * src/: include/pa_operation.h, include/pa_request.h,
14753: main/compile.C, main/compile.tab.C, main/compile.y,
14754: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14755: main/pa_exception.C, main/pa_request.C: debug info: started
14756: using. todo:complete
14757:
14758: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14759: main/compile.C, main/compile.tab.C, main/compile.y,
14760: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14761: main/pa_request.C: prepared debug info todo:use it
14762:
14763: * src/include/pa_operation.h: strange mistake fixed: forgot to
14764: return Operation class->union after switching from autoptrs.
14765:
14766: * tests/: Makefile, results/108.processed, results/117.processed:
14767: meta considered OK [it's up to coder now to remove it not needed]
14768:
14769: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14770: Dictionary constructor when moved to gc]
14771:
14772: * src/main/pa_common.C: uncommented http:// file loading
14773:
14774: * src/include/pa_array.h, src/main/execute.C,
14775: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14776: fix [gdGrowingBuf]
14777:
14778: * configure.in, src/lib/Makefile.am: removed patches
14779:
14780: * configure, src/include/pa_config_auto.h.in,
14781: src/main/pa_charset.C: --enable-assertions autoconf-ed
14782:
14783: * src/main/pa_common.C: uncommented http:// file loading
14784:
14785: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14786: xdoc::create/load
14787:
14788: * src/: classes/form.C, classes/hash.C, classes/image.C,
14789: classes/string.C, classes/table.C, classes/void.C,
14790: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14791: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14792: String::String(str,helper_length) are checked. found/fixed one
14793: place: $request:body now zero-terminated,
14794:
14795: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14796: main/compile_tools.C, main/execute.C, types/pa_value.h,
14797: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14798: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14799: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14800: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14801: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14802: types/pa_vxnode.h: more locally scoped vars in execute (more
14803: easily optimizable)
14804:
14805: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14806: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14807:
14808: * src/: include/pa_array.h, include/pa_stack.h,
14809: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14810: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14811: become assertion iterator in methodframe filler
14812:
14813: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14814: targets/cgi/parser3.C: array::get/put inlined
14815:
14816: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14817: gc_substitute_memory_management_functions +installed CORD_oom
14818: function
14819:
14820: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14821: src/include/pa_config_includes.h, src/include/pa_string.h,
14822: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14823: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14824: assertions started configure.in --enable-assertions
14825:
14826: 2003-04-01 paf
14827:
14828: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14829: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14830: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14831: gdome uses glib memory, and stores last pointer to xmlDoc there,
14832: gc misses that and collects valid memory fixed by remembering
14833: xmlDoc from dom object in xdoc. todo: do something with
14834: premature free of xdoc with xnodes/node values referring into it
14835:
14836: * src/classes/: mail.C: typo fix
14837:
14838: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14839: changes
14840:
14841: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14842: main/pa_memory.C: moved memory debugging to global level: to
14843: pa_gc_malloc
14844:
14845: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14846: debugging showed no errors. todo: debug parser memory
14847:
14848: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14849: configurations
14850:
14851: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14852: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14853: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14854: types/types.dsp: prepared xml-static configuration
14855:
14856: 2003-03-31 paf
14857:
14858: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14859: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14860: xml lib memory debugging, simple checks failed: it seems that
14861: library does realloc(bad ptr), and recording those ptrs in heap
14862: [for debugging] was bad: heap situation changes = everything
14863: works fine
14864:
14865: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14866: xmlRegisterCharEncodingHandler limitation [currently imposed
14867: limit of 10 user-defined charsets]
14868:
14869: 2003-03-28 paf
14870:
14871: * src/main/execute.C: execution stack copied to local register
14872: variable, removed lots [~2e7) of memory accesses
14873:
14874: 2003-03-27 paf
14875:
14876: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14877: works in debug, but fails in release todo: fix that
14878:
14879: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14880: targets/cgi/parser3.C: forgot to merge XML memory funcs
14881: replacement from gc branch
14882:
14883: * src/main/pa_exec.C: introducing append_help_length [radical
14884: improvement here]
14885:
14886: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14887: 'not recommened' in gc.h, on win32 noticed no difference]
14888:
14889: * src/include/pa_array.h: returned checked array get [were disabled
14890: for debugging] result:not slower [don't understand that, it were
14891: INLINED] todo: find out a way of inlining it!
14892:
14893: * src/: include/pa_string.h, lib/gc/include/gc.h,
14894: lib/gc/include/gc_fake.h, main/compile.tab.C,
14895: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14896: convention changed: all resulting strings are zero-terminated
14897:
14898: * src/: classes/date.C, classes/file.C, classes/hash.C,
14899: classes/string.C, classes/table.C, classes/void.C,
14900: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14901: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14902: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14903: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14904: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14905: types/pa_vfile.C, types/pa_vmail.C: introducing
14906: append_help_length [radical improvement here]
14907:
14908: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14909: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14910: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14911: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14912: even slower
14913:
14914: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14915: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14916: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14917: clients of &get(): most to use non-ref version, some[in tight
14918: places] to get_unchecked_ref
14919:
14920: * src/doc/memory.dox: forgot to add
14921:
14922: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14923: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14924: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14925: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14926: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14927: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14928: targets/cgi/parser3.dsp, types/pa_vmail.C,
14929: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14930: T>>&<< removed after Stack::pop wiping removed [moved to separate
14931: func] other Array & removed
14932:
14933: 2003-03-26 paf
14934:
14935: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14936: classes/table.C, include/pa_array.h, include/pa_charset.h,
14937: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14938: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14939: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14940: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14941: main/pa_exec.C, main/pa_sql_driver_manager.C,
14942: main/pa_stylesheet_manager.C, main/pa_table.C,
14943: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14944: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14945: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14946: pre-evaluated .count() in some places
14947:
14948: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14949: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14950: types/types.dsp: .dsp profiling updated
14951:
14952: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14953: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14954: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14955:
14956: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14957: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14958: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14959: use lib/gc,lib/cord
14960:
1.116 moko 14961: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14962: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14963: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14964: src/include/pa_config_includes.h, src/include/pa_request.h,
14965: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14966: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14967: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14968: src/lib/cord/include/Makefile.am,
1.116 moko 14969: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14970: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14971: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14972: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14973: src/types/pa_vform.h, src/types/pa_vhash.h,
14974: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14975: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14976: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14977: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14978: funcs ported pa_exec
1.95 moko 14979:
14980: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14981:
14982: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14983: bundled gc includes
14984:
14985: * src/: classes/op.C, include/pa_array.h,
14986: include/pa_sql_connection.h, include/pa_string.h,
14987: include/pa_version.h, main/compile.tab.C, main/compile.y,
14988: main/execute.C, main/pa_common.C, main/pa_exception.C,
14989: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14990: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14991: first real site (aval)]
14992:
14993: 2003-03-25 paf
14994:
14995: * operators.txt, src/main/pa_sql_driver_manager.C,
14996: src/types/pa_vstatus.C: $status.memory used free since_compact
14997: process
14998:
14999: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15000: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15001:
15002: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15003:
15004: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15005: src/types/pa_value.h, src/types/pa_vfile.h,
15006: src/types/pa_vobject.C, src/types/pa_vobject.h,
15007: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15008: tests/results/121.processed: untaint.C L_URI
15009:
15010: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15011: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15012: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15013: src/types/pa_vmemory.h: ^memory:compact[]
15014:
15015: * tests/results/109.processed: it was a bug in parser. updated 109
15016: test result
15017:
15018: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15019:
15020: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15021: tests/results/107.processed: fixed dom language [values are now
15022: considered tainted. it was a bug in parser. updated 107 test
15023: result
15024:
15025: * src/classes/xdoc.C: fixed transform params
15026:
15027: * src/: include/pa_stylesheet_manager.h,
15028: main/pa_stylesheet_manager.C: fixed stylesheet caching
15029:
15030: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15031: overloads for structure handling
15032:
15033: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15034: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15035: StringBody(0) ambiguilty, introducting static
15036: StringBody::Format(int)
15037:
15038: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15039: linked
15040:
15041: * src/types/pa_vxdoc.C: vxdoc compiled
15042:
15043: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15044: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15045: finalizers isntalled
15046:
15047: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15048: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15049: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15050: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15051: compiled todo: xnode.C / finalizers
15052:
15053: * src/doc/string.dox: updated: new string internals
15054:
15055: 2003-03-24 paf
15056:
15057: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15058: include/pa_charset.h, include/pa_config_fixed.h,
15059: include/pa_request.h, include/pa_stylesheet_connection.h,
15060: include/pa_stylesheet_manager.h, main/pa_charset.C,
15061: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15062: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15063: types/pa_vxnode.h: started XML
15064:
15065: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15066:
15067: * src/: classes/file.C, classes/image.C, classes/mail.C,
15068: include/pa_string.h, main/pa_common.C,
15069: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15070:
15071: * src/: classes/file.C, classes/image.C, classes/mail.C,
15072: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15073: main/pa_request.C, main/pa_sql_driver_manager.C,
15074: types/pa_vimage.h: size_t pos everywhere checks changed to check
15075: for eq STRING_NOT_FOUND
15076:
15077: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15078: optimize bit implemented
15079:
15080: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15081: String::ArrayFragment::append_positions fixed
15082:
15083: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15084: String::this_starts fixed
15085:
15086: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15087:
15088: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15089: hashcode implemented fully, including per-char callback [it can
15090: be - substr CORD node]
15091:
15092: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15093: rewritten to rewalloc with 100byte buf ahead
15094:
15095: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15096: src/include/pa_string.h, src/main/compile.tab.C,
15097: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15098: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15099: CORD_ec [bad] would rewrite as realloc now
15100:
15101: * src/: classes/date.C, classes/file.C, classes/form.C,
15102: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15103: include/pa_cache_managers.h, include/pa_charsets.h,
15104: include/pa_common.h, include/pa_request.h,
15105: include/pa_sql_driver_manager.h, include/pa_table.h,
15106: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15107: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15108: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15109: types/pa_vmail.C, types/pa_vmethod_frame.C,
15110: types/pa_vstateless_class.h: 2*2 worked :)
15111:
15112: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15113: src/include/pa_exec.h, src/include/pa_string.h,
15114: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15115: passed OK
15116:
15117: * src/: classes/hash.C, classes/string.C, classes/table.C,
15118: types/pa_value.C: all linked todo: debug
15119:
15120: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15121: types/pa_vstateless_class.C: all compiled. todo:link
15122:
15123: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15124:
15125: * src/types/pa_vtable.C: pa_vtable.C compiled
15126:
15127: * src/types/pa_vstring.C: pa_vstring.C compiled
15128:
15129: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15130:
15131: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15132: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15133: pa_vstateless_class.C, pa_vstateless_class.h:
15134: pa_vstateless_class.C compiled
15135:
15136: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15137: types/pa_vmath.C: pa_vmail.C compiled
15138:
15139: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15140:
15141: * src/types/pa_vform.C: pa_vform.C compiled
15142:
15143: * src/types/pa_vfile.C: pa_vfile.C compiled
15144:
15145: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15146: pa_vstateless_class.C: pa_vcookie.C compiled
15147:
15148: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15149: types/pa_vhash.h: pa_value.C compiled
15150:
15151: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15152: classes.lib main.lib compiled
15153:
15154: * src/classes/void.C: void.C compiled
15155:
15156: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15157: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15158: compiled
15159:
15160: * src/: classes/string.C, include/pa_request.h,
15161: include/pa_string.h, main/pa_string.C: string.C compiled
15162:
15163: * src/: classes/op.C, classes/string.C, classes/table.C,
15164: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15165: main/pa_request.C, main/pa_string.C: op.C compiled
15166:
15167: * src/classes/: math.C, op.C: math.C compiled
15168:
15169: * src/: classes/mail.C, classes/string.C, classes/table.C,
15170: types/pa_vmail.h: mail.C compiled
15171:
15172: * src/classes/: int.C, table.C: int.C compiled
15173:
15174: * src/: classes/hash.C, classes/image.C, classes/string.C,
15175: classes/table.C, include/pa_memory.h, include/pa_string.h,
15176: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15177: compiled
15178:
15179: * src/: classes/hash.C, classes/string.C, classes/table.C,
15180: classes/void.C, classes/xdoc.C, include/pa_request.h,
15181: include/pa_sql_connection.h: hash.C compiled
15182:
15183: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15184: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15185: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15186: classes/math.C, classes/op.C, classes/response.C,
15187: classes/string.C, classes/table.C, classes/void.C,
15188: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15189: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15190: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15191: file.C table.C compiled
15192:
15193: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15194: main/untaint.C: main.lib compiled
15195:
15196: 2003-03-21 paf
15197:
15198: * src/: classes/op.C, include/pa_cache_managers.h,
15199: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15200: include/pa_stylesheet_manager.h, main/pa_exception.C,
15201: main/pa_globals.C, main/pa_sql_driver_manager.C,
15202: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15203: compiled
15204:
15205: * src/: classes/hash.C, classes/image.C, classes/op.C,
15206: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15207: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15208: main/compile.C, main/pa_common.C, main/pa_request.C,
15209: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15210: pa_request.C compiled
15211:
15212: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15213: include/pa_request.h, main/execute.C, main/pa_request.C,
15214: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15215: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15216: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15217: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15218: compiled
15219:
15220: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15221: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15222: on unix
15223:
15224: * src/: include/pa_charset.h, include/pa_charsets.h,
15225: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15226: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15227: pa_charsets.C compiled
15228:
15229: * src/: classes/image.C, classes/mail.C, classes/op.C,
15230: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15231: main/compile.y, main/execute.C, main/pa_common.C,
15232: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15233: types/pa_vcode_frame.h, types/pa_vimage.h,
15234: types/pa_vmethod_frame.h: execute.C compiled
15235:
15236: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15237: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15238: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15239: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15240: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15241: include/pa_cache_managers.h, include/pa_charsets.h,
15242: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15243: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15244: include/pa_sql_driver_manager.h, include/pa_string.h,
15245: include/pa_stylesheet_connection.h,
15246: include/pa_stylesheet_manager.h, include/pa_table.h,
15247: main/compile.C, main/compile.tab.C, main/compile.y,
15248: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15249: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15250: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15251: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15252: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15253: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15254: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15255: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15256: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15257: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15258: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15259: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15260: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15261: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15262: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15263: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15264: types/pa_vresponse.h, types/pa_vstateless_class.C,
15265: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15266: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15267: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15268: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15269: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15270: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15271: [C++ CORD wrapper]
15272:
15273: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15274:
15275: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15276: $file::exec/cgi[script; $.charset[this is script's charset]
15277:
15278: command line, env values, input got transcoded before call
15279: stdout, stderr got transcoded after call
15280:
15281: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15282: by default. use: ^file::exec[...;$.stdin[$request.body]
15283:
15284: * src/main/pa_common.C: } typo bug fix
15285:
15286: * src/main/pa_common.C: } typo bug fix
15287:
15288: 2003-03-20 paf
15289:
15290: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15291: main/untaint.C: cord bug fix, but still errors todo: clear out
15292:
15293: * src/include/pa_string.h: more tests
15294:
15295: * src/main/pa_string.C: string.pos fixed
15296:
1.116 moko 15297: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15298: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15299: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15300: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15301: replaces
1.95 moko 15302:
15303: * src/: classes/image.C, include/pa_dictionary.h,
15304: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15305: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15306: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15307: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15308:
15309: * src/include/pa_string.h: warning
15310:
15311: * src/include/pa_string.h: this_starts fixed
15312:
15313: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15314: new String ctor & append params convention
15315:
15316: * src/: classes/file.C, classes/hash.C, classes/image.C,
15317: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15318: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15319: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15320: main/pa_exception.C, main/pa_exec.C,
15321: main/pa_sql_driver_manager.C, main/pa_string.C,
15322: main/pa_stylesheet_manager.C, main/untaint.C,
15323: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15324: types/pa_vmail.C: more tests OK
15325:
15326: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15327: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15328: gc/exit runned OK
15329:
15330: * src/types/pa_vmail.C: another naming problem: should not name
15331: vars like that: unpredictable close caused problems with later
15332: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15333: descriptors missing on startup: stdin; Bad file number
15334:
15335: todo: find out why so many filters(stream) here. probably wrong?
15336:
15337: * src/: include/pa_dictionary.h, include/pa_string.h,
15338: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15339: main/untaint.C: test compiled
15340:
15341: * src/: classes/image.C, classes/mail.C, classes/math.C,
15342: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15343: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15344: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15345: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15346: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15347: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15348: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15349: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15350: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15351:
15352: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15353: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15354: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15355: src/include/pa_memory.h, src/include/pa_request.h,
15356: src/include/pa_request_charsets.h,
15357: src/include/pa_sql_connection.h, src/include/pa_string.h,
15358: src/main/compile.tab.C, src/main/execute.C,
15359: src/main/pa_charset.C, src/main/pa_common.C,
15360: src/main/pa_exception.C, src/main/pa_exec.C,
15361: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15362: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15363: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15364: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15365: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15366: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15367: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15368: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15369: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15370: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15371: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15372: pa_common.C [done, without http for now]
15373:
15374: 2003-03-19 paf
15375:
15376: * src/: classes/date.C, classes/form.C, classes/hash.C,
15377: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15378: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15379: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15380: include/pa_string.h, include/pa_table.h, main/compile.C,
15381: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15382: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15383: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15384: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15385: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15386: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15387: types/pa_vstateless_class.h, types/pa_vtable.C,
15388: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15389: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15390: types/pa_wwrapper.h: started test
15391:
1.116 moko 15392: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15393: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15394:
15395: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15396: include/pa_string.h, main/pa_string.C: string compiled todo: test
15397: it
15398:
15399: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15400: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15401: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15402: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15403: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15404: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15405: types/pa_vmethod_frame.h, types/types.dsp: string
15406: reimplementation with cord+array<fragment>: 70%
15407:
15408: 2003-03-18 paf
15409:
15410: * src/: classes/date.C, classes/file.C, classes/form.C,
15411: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15412: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15413: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15414: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15415: can ignore lang in cmp and pos really, but would
15416: split properly!
15417:
15418: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15419: cord part made parser/src/lib: it's not compiled into libgc by
15420: default
15421:
15422: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15423: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15424: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15425: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15426: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15427: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15428: src/classes/xnode.C, src/classes/xnode.h,
15429: src/include/Makefile.am, src/include/pa_cache_managers.h,
15430: src/include/pa_charset.h, src/include/pa_charsets.h,
15431: src/include/pa_common.h, src/include/pa_dictionary.h,
15432: src/include/pa_exception.h, src/include/pa_exec.h,
15433: src/include/pa_globals.h, src/include/pa_hash.h,
15434: src/include/pa_memory.h, src/include/pa_pool.h,
15435: src/include/pa_request.h, src/include/pa_request_charsets.h,
15436: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15437: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15438: src/include/pa_stylesheet_connection.h,
15439: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15440: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15441: src/main/compile.C, src/main/compile.tab.C,
15442: src/main/compile_tools.C, src/main/compile_tools.h,
15443: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15444: src/main/pa_charsets.C, src/main/pa_common.C,
15445: src/main/pa_dictionary.C, src/main/pa_exception.C,
15446: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15447: src/main/pa_pool.C, src/main/pa_request.C,
15448: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15449: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15450: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15451: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15452: src/types/pa_junction.h, src/types/pa_method.h,
15453: src/types/pa_value.C, src/types/pa_value.h,
15454: src/types/pa_vclass.C, src/types/pa_vclass.h,
15455: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15456: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15457: src/types/pa_vdouble.h, src/types/pa_venv.h,
15458: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15459: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15460: src/types/pa_vimage.C, src/types/pa_vimage.h,
15461: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15462: src/types/pa_vmath.C, src/types/pa_vmath.h,
15463: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15464: src/types/pa_vobject.C, src/types/pa_vobject.h,
15465: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15466: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15467: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15468: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15469: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15470: src/types/pa_vstring.h, src/types/pa_vtable.C,
15471: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15472: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15473: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15474: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15475: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15476: gc: PA_Object done lots of replacements also
15477:
15478: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15479: gc logging
15480:
15481: 2003-03-17 paf
15482:
15483: * src/: classes/date.C, classes/file.C, classes/form.C,
15484: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15485: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15486: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15487: include/pa_string.h, include/pa_types.h, main/compile.C,
15488: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15489: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15490: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15491: main/pa_sql_driver_manager.C, main/pa_string.C,
15492: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15493: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15494: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15495: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15496: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15497: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15498: types/pa_vxnode.h: libgc attempt
15499:
15500: 2003-03-13 paf
15501:
15502: * src/: include/pa_sql_driver_manager.h,
15503: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15504: called
15505:
15506: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15507: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15508: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15509: types/pa_value.h, types/pa_vobject.h,
15510: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15511: set_base, set_derived simplified [counter leaks fixed]
15512:
15513: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15514: src/types/types.dsp: incorporated status class patch From:
15515: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15516: 2003 8:14 AM
15517:
15518: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15519: Win32 specific: QuotaPeakNonPagedPoolUsage
15520: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15521:
15522: 2003-03-12 paf
15523:
1.116 moko 15524: * configure, configure.in, src/lib/ltdl/configure,
15525: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15526: lib/ltdl/Makefile now created by /configure.in only [were by
15527: lib/ltdl/configure.in OVERWRITE]
15528:
1.116 moko 15529: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15530: linkage fixed for g++ 3.2.2
1.95 moko 15531:
15532: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15533: on using privately declared class [fixed]
15534:
15535: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15536: 3.2 rightliy complained on using privately declared class [fixed]
15537:
15538: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15539: sigpipe before request constructor now causes death
15540:
15541: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15542: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15543: not cause exception in exception handler
15544:
1.116 moko 15545: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15546: now default links libstdc++ statically. that can be overriden by
15547: --with-dynamic-stdcpp
1.95 moko 15548:
15549: 2003-03-11 paf
15550:
15551: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15552: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15553: necessity of libstdc++
15554:
15555: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15556:
15557: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15558:
15559: 2003-03-08 paf
15560:
15561: * tests/Makefile: make install & co
15562:
15563: * src/: include/pa_request.h, classes/op.C: removing
15564: vclass,object.h -> pa_request.h dependency
15565:
15566: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15567: main/pa_request.C: removing vform,response,cookie.h ->
15568: pa_request.h dependency
15569:
15570: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15571: dependency [testing...]
15572:
15573: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15574: return 0; fixed
15575:
15576: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15577: types/pa_vmail.h: vmail.C received just compiled [not tested]
15578:
15579: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15580:
15581: * src/main/pa_request.C: forgotten: ifdef XML
15582:
15583: * src/main/pa_request.C: forgotten: ifdef XML
15584:
15585: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15586: win32 and run memleak tests again
15587:
15588: * src/targets/cgi/parser3.C: charsets: see some strange things with
15589: old xml lib-- it's internal memory handling has faults
15590:
15591: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15592: problems when transcode from charset A to A.
15593:
15594: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15595: todo: still problems when transcode from charset A to A.
15596:
15597: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15598: classes/table.C, include/pa_array.h,
15599: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15600: started full-scale-site-test [~ http://parser.ru sources]
15601:
15602: some fixes
15603:
15604: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15605: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15606: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15607: results/110.processed, results/111.processed,
15608: results/112.processed, results/113.processed,
15609: results/114.processed, results/115.processed,
15610: results/116.processed, results/117.processed,
15611: results/118.processed, results/119.processed,
15612: results/120.processed: xml: tests 109 dom create/show 110 xpath
15613: selectSingle 111 xdoc.create from tainted & 112
15614: xdoc.create/output with russian attr value 113 xpath
15615: selectString/Number 114 dom attributes.count 115 xpath selectBool
15616: 116 output media-type change 117 transform by dom stylesheet 118
15617: empty transform result 119 dom setAttribute 120 nbsp letter
15618: output
15619:
15620: =END OF PREPARED XML TESTS=
15621:
15622: 2003-03-07 paf
15623:
15624: * src/classes/xdoc.C, src/include/pa_charset.h,
15625: src/include/pa_stylesheet_connection.h, tests/108.html,
15626: tests/108.xsl, tests/results/108.processed: xml: test 108
15627: transform with params [bugs fixed]
15628:
15629: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15630: from copy/paste bug
15631:
15632: * src/classes/xdoc.C, src/include/pa_charset.h,
15633: src/include/pa_request.h, src/main/execute.C,
15634: src/main/pa_charset.C, src/main/pa_exception.C,
15635: src/main/pa_globals.C, src/main/pa_request.C,
15636: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15637: src/types/pa_vxnode.C, tests/107.html,
15638: tests/results/107.processed: xml: test: 107 bug fixes
15639:
15640: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15641: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15642: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15643:
15644: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15645: string
15646:
15647: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15648: mem alloc functions used for different cases [libxml, libxsl]
15649:
15650: * src/classes/classes.C: fixed: prevent system classes from
15651: modification to lock ALL the classes, not only directly used
15652:
15653: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15654: linked
15655:
15656: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15657:
15658: 2003-03-06 paf
15659:
15660: * src/classes/xdoc.C: xdoc.C 50%
15661:
15662: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15663: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15664: main/pa_globals.C, main/pa_request.C,
15665: main/pa_stylesheet_manager.C: xnode.C compiled
15666:
15667: * src/: include/pa_stylesheet_connection.h,
15668: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15669: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15670:
15671: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15672: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15673: xml: stylesheet&manager STARTED
15674:
15675: * src/: include/pa_globals.h, main/pa_charset.C,
15676: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15677:
15678: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15679: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15680: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15681: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15682: charsets
15683:
15684: * tests/023.html: in some cases it rounded up badly. postponing
15685: solution of that problem, making more simple test
15686:
15687: * tests/: 058_paf2000.png, results/058.processed: .png added with
15688: -kb now
15689:
15690: * src/: include/pa_charset.h, include/pa_charsets.h,
15691: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15692: moved to charsets.C
15693:
15694: 2003-03-05 paf
15695:
15696: * src/classes/string.C, src/include/pa_string.h,
15697: src/main/pa_string.C, tests/105.html,
15698: tests/results/105.processed: String::match bug fixed
15699:
15700: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15701: tests/results/104.processed: ^bpt operator added [does int3 in
15702: debug build on win32]
15703:
15704: * tests/: 057.html, results/057.processed: test bug fixed
15705:
1.116 moko 15706: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15707:
15708: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15709: missing
15710:
1.116 moko 15711: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15712: forgotten files added to Makes
1.95 moko 15713:
15714: * ltmain.sh: ltmain.sh added
15715:
15716: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15717: change undone ;(
15718:
15719: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15720: made static
15721:
15722: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15723: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15724: todo:make linker happy
1.95 moko 15725:
15726: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15727: env param made optional
15728:
15729: 2003-03-04 paf
15730:
15731: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15732: types/pa_vimage.h: number of gcc compiler bugs fixed
15733:
15734: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15735: results/103.processed: tests: 103 image.copy transparence test
15736:
15737: * src/main/execute.C, tests/101.html, tests/102.html,
15738: tests/results/101.processed, tests/results/102.processed: tests:
15739: 101 method/variable name conflict test 102 form fields change
15740: should not not change anything [bug fix]
15741:
15742: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15743: results/099.processed, results/100.processed: tests: 57 date
15744: create 2002: added 99,100 response:body/download
15745:
15746: * src/classes/image.C, tests/098.html, tests/098font.gif,
15747: tests/results/098.processed: test: 98 image font text [bug fixed]
15748:
15749: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15750: tests/results/097.processed: test: 97 file::load http:// [bugs
15751: fixed]
15752:
15753: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15754: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15755: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15756: image EXIF [bug fixed]
15757:
15758: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15759: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15760: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15761: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15762: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15763: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15764: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15765: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15766: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15767: tests/094.html, tests/095.html, tests/results/061.processed,
15768: tests/results/062.processed, tests/results/063.processed,
15769: tests/results/064.processed, tests/results/065.processed,
15770: tests/results/066.processed, tests/results/067.processed,
15771: tests/results/068.processed, tests/results/069.processed,
15772: tests/results/070.processed, tests/results/071.processed,
15773: tests/results/072.processed, tests/results/073.processed,
15774: tests/results/074.processed, tests/results/075.processed,
15775: tests/results/076.processed, tests/results/077.processed,
15776: tests/results/078.processed, tests/results/080.processed,
15777: tests/results/081.processed, tests/results/082.processed,
15778: tests/results/083.processed, tests/results/084.processed,
15779: tests/results/085.processed, tests/results/086.processed,
15780: tests/results/087.processed, tests/results/088.processed,
15781: tests/results/089.processed, tests/results/090.processed,
15782: tests/results/091.processed, tests/results/092.processed,
15783: tests/results/093.processed, tests/results/094.processed,
15784: tests/results/095.processed, tests/079.html,
15785: tests/results/079.processed: tests: 61 file::stat size 62
15786: string->int autoconvert 63 double .int,dec,div,mul 64 date
15787: compare 65 file: basename,justname,justext 66 math:crypt 67
15788: string.match simple on long 68 string.match normalized simple on
15789: long 69 string.int 70 file::stat content-type 71 table.join 72
15790: hash parameter conditional pass 73 date daylightsaving,yearday 74
15791: date arithmetics 75 response date values/attributes 76 string.pos
15792: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15793: with local 80 scientific numeric literal in string autoconvert 81
15794: xor: logical and numerical 82 for delims 83 menu delims 84
15795: table.hash distinct 85 long string replace 86 throw+catch
15796: current language preserve 87 bit shifts 88 junction tests +
15797: $caller test 89 hash.foreach selfmodification 90 int/void to int
15798: 91 $caller test 92 junction is + def junction tests 93 $caller
15799: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15800:
15801: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15802: fixed] 60 string eq string [bug fixed]
15803:
15804: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15805: 058.html, 058_paf2000.png, 059.html, 060.html,
15806: results/053.processed, results/054.processed,
15807: results/055.processed, results/056.processed,
15808: results/057.processed, results/058.processed,
15809: results/059.processed, results/060.processed: test: 53
15810: string.replace 54 junctions 55 table.hash 56 call indirect 57
15811: date.create[string] 58 image.measure[png]
15812:
15813: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15814: outputs/051.processed, results/052.processed: test: 52
15815: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15816: task: fix that
15817:
15818: 2003-03-03 paf
15819:
15820: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15821: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15822: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15823: outputs/049.processed, outputs/050.processed,
15824: outputs/051.processed, results/001.processed,
15825: results/002.processed, results/003.processed,
15826: results/005.processed, results/006.processed,
15827: results/008.processed, results/009.processed,
15828: results/011.processed, results/012.processed,
15829: results/013.processed, results/014.processed,
15830: results/015.processed, results/016.processed,
15831: results/017.processed, results/020.processed,
15832: results/021.processed, results/022.processed,
15833: results/024.processed, results/025.processed,
15834: results/026.processed, results/027.processed,
15835: results/028.processed, results/029.processed,
15836: results/030.processed, results/031.processed,
15837: results/049.processed, results/050.processed,
15838: results/051.processed, results/043.processed,
15839: results/044.processed, results/045.processed,
15840: results/046.processed, results/047.processed,
15841: results/048.processed: tests: 43,44,45 date rolls 46
15842: autoevaluating junction 47 table.select 48 name with subvar 49
15843: hash-creating switch 50 process 51 started parent/child, works as
15844: it were but it were NOT GOOD, created separate task to fix that
15845:
15846: * tests/: 042.html, results/042.processed: test: 42
15847: exception.handled
15848:
15849: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15850: expression
15851:
15852: * tests/: 040.html, results/040.processed: test: 39 method result
15853: of type table 40 method param junction auto evaluate
15854:
15855: * tests/: 039.html, results/039.processed: test: 37 method result
15856: of type table
15857:
15858: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15859: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15860: tests/038.html, tests/results/033.processed,
15861: tests/results/034.processed, tests/results/035.processed,
15862: tests/results/036.processed, tests/results/037.processed,
15863: tests/results/038.processed: tests: 33 string.replace 34
15864: string.upper 35 table created 36 local/global vars with juntions
15865: 37 table clone 38 math PI & number formatting
15866:
15867: math class registring typo fixed
15868:
15869: * src/classes/op.C, src/include/pa_request.h,
15870: src/include/pa_string.h, src/main/execute.C,
15871: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15872: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15873: tests/032.html, tests/results/032.processed: uchar changed to
15874: String_UL in all places [was not everywhere] untaint test: 032
15875:
15876: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15877: tests/results/004.processed, tests/parser-cygwin.sh,
15878: tests/parser-unix.sh: removed -H command line key, now testing
15879: using .sh file with SERVER_SOFTWARE=xxx
15880:
15881: 2003-02-26 paf
15882:
15883: * src/main/execute.C, src/types/pa_vstateless_class.h,
15884: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15885: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15886: tests/results/024.processed, tests/results/025.processed,
15887: tests/results/026.processed, tests/results/027.processed,
15888: tests/results/028.processed, tests/results/029.processed,
15889: tests/results/030.processed, tests/results/031.processed: fixed
15890: bug with name_cstr mutable CharPtr more tests
15891:
15892: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15893: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15894: << abort. die now just exits
15895:
15896: * src/classes/classes.awk, src/classes/classes.h,
15897: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15898: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15899: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15900: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15901: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15902: src/classes/xnode.C, src/include/pa_memory.h,
15903: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15904: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15905: src/types/pa_vform.C, tests/015.html, tests/016.html,
15906: tests/017.html, tests/018.html, tests/019.html,
15907: tests/019paf2001.gif, tests/020.html, tests/021.html,
15908: tests/022.html, tests/023.html, tests/022_dir/a.html,
15909: tests/022_dir/b.txt, tests/022_dir/c.htm,
15910: tests/results/015.processed, tests/results/016.processed,
15911: tests/results/017.processed, tests/results/018.processed,
15912: tests/results/019.processed, tests/results/020.processed,
15913: tests/results/021.processed, tests/results/022.processed,
15914: tests/results/023.processed: methoded_array now contains all Mxxx
15915: classes SAPI::get_env now returns info on pool more tests
15916:
15917: * src/include/pa_array.h, src/include/pa_hash.h,
15918: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15919: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15920: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15921: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15922: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15923: tests/results/001.processed, tests/results/002.processed,
15924: tests/results/003.processed, tests/results/004.processed,
15925: tests/results/005.processed, tests/results/006.processed,
15926: tests/results/007.processed, tests/results/008.processed,
15927: tests/results/009.processed, tests/results/010.processed,
15928: tests/results/011.processed, tests/results/012.processed,
15929: tests/results/013.processed, tests/results/014.processed: hash
15930: cloning fixed
15931:
15932: 2003-02-25 paf
15933:
15934: * src/main/pa_common.C: typo fixed
15935:
15936: 2003-02-24 paf
15937:
15938: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15939: [one remained]
15940:
15941: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15942: [should have been get_string(&pool)] todo: check other such calls
15943:
15944: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15945: test10, bad lookups
15946:
15947: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15948: object got destructed, and xxx points to sky
15949:
15950: * ChangeLog, src/classes/string.C: match bug fixed
15951:
15952: * src/types/pa_vmail.C: body [text/html] transcoded to
15953: $.charset[specified] now
15954:
15955: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15956: which failed to handle sigsetjmp+throw: crashed inside of
15957: pre-throw code. rewritten simplier [though duplicating
15958: closesocket code]
15959:
15960: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15961: which failed to handle sigsetjmp+throw: crashed inside of
15962: pre-throw code. rewritten simplier [though duplicating
15963: closesocket code]
15964:
15965: 2003-02-21 paf
15966:
15967: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15968: $cookie:name[$.expires[date << can be now]]
15969:
15970: written makefile with regression tests [raw]
15971:
15972: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15973: tests' only [it's not forcing CGI mode now] now use -H to output
15974: CGI header when parser used in command line [useful for tests
15975: also]
15976:
15977: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15978: switches on CGI mode, and is used in regression tests
15979:
15980: * src/: include/pa_request.h, main/pa_request.C,
15981: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15982: fixed
15983:
15984: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15985: handling pa_*
15986:
15987: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15988: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15989: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15990: memory handling files
15991:
15992: * src/main/pa_array.C: pool::format_integer terminator fixed
15993:
15994: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15995: compiles OK test to show benefits of free
15996:
15997: * src/: classes/file.C, classes/image.C, classes/mail.C,
15998: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15999: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16000: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16001: use pool [as the one in ^process]
16002:
16003: * src/classes/op.C: fixed process. sould now check for all cstr's
16004: -- some must use pool [as the one in ^process]
16005:
16006: 2003-02-20 paf
16007:
16008: * src/: classes/date.C, classes/double.C, classes/file.C,
16009: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16010: classes/math.C, classes/op.C, classes/response.C,
16011: classes/string.C, classes/table.C, classes/void.C,
16012: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16013: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16014: string cmp fixed
16015:
16016: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16017: values passed OK now
16018:
16019: 2003-02-19 paf
16020:
16021: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16022: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16023: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16024: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16025: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16026: all remaning leaks resulted from pooled::malloc calls [excluding
16027: in gd -- planning complete rewrite extremely ugly code]
16028:
16029: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16030: files
16031:
16032: 2003-02-17 paf
16033:
16034: * src/: classes/date.C, classes/double.C, classes/file.C,
16035: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16036: classes/response.C, classes/string.C, classes/table.C,
16037: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16038: include/pa_stylesheet_connection.h,
16039: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16040: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16041: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16042: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16043: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16044: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16045: of unitialized simple-typed field
16046:
16047: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16048: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16049: simple-typed field fixed. todo: find&kill all like that one
16050:
16051: * src/: main/execute.C, targets/cgi/pa_pool.C,
16052: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16053: debug output fixed
16054:
16055: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16056: main/pa_request.C: stack-stored items need extra .ref to prevent
16057: object_ptr from delete[them]
16058:
16059: * src/: classes/date.C, classes/op.C, classes/table.C,
16060: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16061: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16062: main/pa_charset.C, main/pa_common.C,
16063: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16064: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16065: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16066: calls
16067:
16068: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16069: couple mem leaks rusulted from old pooled::malloc usage.
16070: todo:find more like those
16071:
16072: * src/main/: compile.C, compile_tools.C: 2*2!
16073:
16074: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16075: stackItem fixed [there were no string on stack before]
16076:
16077: * src/: main/execute.C, main/pa_request.C,
16078: types/pa_vmethod_frame.C: first letters out OK
16079:
16080: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16081: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16082: main/pa_string.C, main/untaint.C, types/pa_value.h,
16083: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16084: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16085: type not initialized with zeros :( while class fields of class
16086: types initialized with default constructors. learn C++
16087:
16088: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16089: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16090: classes/math.C, classes/xdoc.C, classes/xnode.C,
16091: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16092: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16093:
16094: 2003-02-14 paf
16095:
16096: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16097: 13 link errors
16098:
16099: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16100: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16101: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16102: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16103: errors :)
16104:
16105: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16106: classes/hash.C, classes/mail.C, classes/op.C,
16107: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16108: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16109: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16110: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16111:
16112: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16113: classes/table.C, include/pa_common.h, include/pa_globals.h,
16114: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16115: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16116: types/pa_vint.h, types/types.dsp: op compiled
16117:
16118: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16119: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16120: main/untaint.C, types/pa_vtable.h: string, response compiled
16121:
16122: 2003-02-07 paf
16123:
16124: * src/: classes/table.C, types/pa_vtable.h: table compiled
16125:
16126: 2003-02-06 paf
16127:
16128: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16129: mail compiled
16130:
16131: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16132: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16133: types/pa_vfile.h, types/pa_vimage.h: image compiled
16134:
16135: * src/classes/: file.C, form.C: form compiled
16136:
16137: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16138: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16139: types/pa_vfile.C, types/pa_vfile.h: file compiled
16140:
16141: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16142: types/pa_vmath.h: math compiled [win32]
16143:
16144: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16145: types/pa_vstring.h: hash compiled
16146:
16147: 2003-02-04 paf
16148:
16149: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16150: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16151: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16152: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16153: types/pa_vhash.h: hash 50% compiled
16154:
16155: * src/: classes/date.C, classes/file.C, classes/hash.C,
16156: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16157: classes/string.C, classes/table.C, classes/xdoc.C,
16158: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16159: main/pa_string.C: date compiled
16160:
16161: * src/classes/: classes.dsp, double.C: double compiled
16162:
16163: * src/: classes/date.C, classes/double.C, classes/file.C,
16164: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16165: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16166: classes/string.C, classes/table.C, classes/void.C,
16167: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16168: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16169: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16170: compiled
16171:
16172: * src/: classes/date.C, classes/double.C, classes/file.C,
16173: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16174: classes/math.C, classes/op.C, classes/response.C,
16175: classes/string.C, classes/table.C, classes/void.C,
16176: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16177: types/pa_vvoid.h: void compiled :)
16178:
16179: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16180: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16181: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16182: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16183: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16184: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16185: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16186: types/pa_vresponse.C, types/pa_vstateless_class.C,
16187: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16188: types/pa_wcontext.C, types/types.dsp: removed stupid
16189: value_includes.h
16190:
16191: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16192: trying to remove stupid value_includes.h
16193:
16194: * src/main/pa_exec.C: pa_exec compiled on win32
16195:
16196: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16197:
16198: * src/: include/pa_globals.h, include/pa_request.h,
16199: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16200: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16201: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16202: types/pa_vrequest.C, types/pa_vstateless_class.C,
16203: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16204:
16205: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16206: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16207: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16208:
16209: * src/: include/pa_array.h, include/pa_config_includes.h,
16210: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16211: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16212: compiled
16213:
16214: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16215: name conflicts)
16216:
16217: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16218: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16219: yelds "virtual memory exhausted" while trying to compile
16220: execute.C [eating up to 127MB]
16221:
16222: 2003-02-03 paf
16223:
16224: * src/: include/pa_config_includes.h, include/pa_hash.h,
16225: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16226: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16227: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16228: types/pa_vint.h, types/pa_vjunction.h,
16229: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16230: started gcc compiling pa_common compiled
16231:
16232: * src/: include/pa_exception.h, include/pa_pool.h,
16233: main/pa_exception.C: exception gcc change #1
16234:
1.116 moko 16235: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16236: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16237:
16238: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16239:
16240: * src/types/pa_vtable.C: vtable compiled
16241:
16242: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16243:
16244: * src/: include/pa_cache_managers.h, main/pa_request.C,
16245: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16246:
16247: * src/types/pa_vstateless_class.C: vstateless_class compiled
16248:
16249: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16250:
16251: * src/types/pa_vrequest.C: vrequest compiled
16252:
16253: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16254: pa_vobject.C, pa_vobject.h: vobject compiled
16255:
16256: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16257: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16258: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16259: compiled
16260:
16261: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16262:
16263: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16264: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16265: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16266: compiled
16267:
16268: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16269: main.lib - 0 error(s), 0 warning(s)
16270:
16271: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16272: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16273:
16274: 2003-01-31 paf
16275:
16276: * src/: include/pa_array.h, include/pa_operation.h,
16277: include/pa_request.h, main/execute.C, main/main.dsp,
16278: types/pa_vjunction.h: started last file from main library:
16279: execute
16280:
16281: * src/: include/pa_request.h, include/pa_sapi.h,
16282: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16283: main/pa_request.C, targets/cgi/parser3.C,
16284: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16285: types/pa_vhash.h: pa_request compiled
16286:
16287: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16288: include/pa_globals.h, include/pa_request.h,
16289: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16290: main/execute.C, main/main.dsp, main/pa_common.C,
16291: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16292: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16293: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16294: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16295: types/types.dsp: most pa_request compiled
16296:
16297: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16298: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16299: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16300: classes/op.C, classes/response.C, classes/string.C,
16301: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16302: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16303: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16304: include/pa_config_fixed.h, include/pa_config_includes.h,
16305: include/pa_dictionary.h, include/pa_dir.h,
16306: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16307: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16308: include/pa_pool.h, include/pa_request.h,
16309: include/pa_request_charsets.h, include/pa_request_info.h,
16310: include/pa_sapi.h, include/pa_socks.h,
16311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16312: include/pa_stack.h, include/pa_string.h,
16313: include/pa_stylesheet_connection.h,
16314: include/pa_stylesheet_manager.h, include/pa_table.h,
16315: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16316: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16317: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16318: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16319: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16320: main/compile.C, main/compile.tab.C, main/compile.y,
16321: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16322: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16323: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16324: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16325: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16326: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16327: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16328: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16329: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16330: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16331: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16332: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16333: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16334: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16335: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16336: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16337: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16338: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16339: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16340: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16341: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16342: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16343: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16344: types/pa_vresponse.h, types/pa_vstateless_class.C,
16345: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16346: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16347: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16348: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16349: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16350: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16351:
16352: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16353: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16354: src/include/pa_charsets.h, src/include/pa_common.h,
16355: src/include/pa_dictionary.h, src/include/pa_exception.h,
16356: src/include/pa_exec.h, src/include/pa_pool.h,
16357: src/include/pa_request.h, src/include/pa_sapi.h,
16358: src/include/pa_sql_connection.h,
16359: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16360: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16361: src/main/compile.tab.C, src/main/compile_tools.C,
16362: src/main/compile_tools.h, src/main/main.dsp,
16363: src/main/pa_charset.C, src/main/pa_charsets.C,
16364: src/main/pa_common.C, src/main/pa_dictionary.C,
16365: src/main/pa_exception.C, src/main/pa_exec.C,
16366: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16367: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16368: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16369: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16370: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16371: src/types/pa_vdouble.h, src/types/pa_venv.h,
16372: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16373: src/types/pa_vhash.h, src/types/pa_vimage.C,
16374: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16375: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16376: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16377: src/types/pa_vobject.C, src/types/pa_vobject.h,
16378: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16379: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16380: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16381: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16382: src/types/pa_vstring.h, src/types/pa_vtable.h,
16383: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16384: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16385: died, long live StringPtr
16386:
16387: 2003-01-30 paf
16388:
16389: * src/: include/pa_charset.h, include/pa_request.h,
16390: include/pa_sql_driver_manager.h, main/compile.tab.C,
16391: main/compile.y, main/compile_tools.h, main/pa_request.C,
16392: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16393:
16394: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16395: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16396: types/pa_vhash.h, types/pa_vmethod_frame.h,
16397: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16398: types/types.dsp: vstateless_class compiled
16399:
16400: * src/main/compile.C: compile compiled
16401:
16402: * src/: include/pa_array.h, include/pa_operation.h,
16403: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16404: main/pa_table.C: compile_tools compiled
16405:
16406: * src/: include/pa_operation.h, main/compile.y,
16407: main/compile_tools.C, main/compile_tools.h: started
16408: compile_tools. vagues ideas of how to free compiled code
16409:
16410: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16411: main/main.dsp, types/pa_value.C, types/pa_value.h,
16412: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16413: compiled
16414:
16415: 2003-01-29 paf
16416:
16417: * src/: include/pa_globals.h, include/pa_request.h,
16418: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16419: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16420: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16421: compiled
16422:
16423: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16424: now
16425:
16426: * src/: include/pa_array.h, include/pa_exception.h,
16427: include/pa_pool.h, main/pa_exception.C: gd compiled
16428:
16429: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16430: compiled
16431:
16432: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16433: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16434: types/pa_vfile.h: vfile compiled
16435:
16436: * src/: include/pa_common.h, include/pa_globals.h,
16437: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16438: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16439: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16440:
16441: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16442: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16443: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16444: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16445: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16446:
16447: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16448: main/main.dsp, main/untaint.C: more compiled
16449:
16450: * src/: include/pa_charsets.h, include/pa_request.h,
16451: include/pa_request_info.h, include/pa_string.h,
16452: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16453: types/pa_vresponse.h: vrequest compiled
16454:
16455: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16456: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16457: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16458:
16459: * src/: classes/classes.h, include/pa_charset.h,
16460: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16461: include/pa_request.h, include/pa_string.h, main/main.dsp,
16462: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16463: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16464: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16465: types/pa_vrequest.C, types/pa_vrequest.h,
16466: types/pa_vstateless_class.h, types/pa_vstring.h,
16467: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16468:
16469: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16470: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16471: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16472: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16473: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16474: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16475: types/pa_vobject.h, types/pa_vstateless_class.h,
16476: types/pa_vstateless_object.h, types/pa_vstatus.h,
16477: types/pa_vstring.h, types/types.dsp: vmath compiled
16478:
16479: 2003-01-28 paf
16480:
16481: * src/: classes/classes.h, classes/date.C, classes/file.C,
16482: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16483: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16484: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16485: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16486: compile_tools
16487:
16488: * src/: include/pa_charset.h, include/pa_exception.h,
16489: include/pa_request.h, include/pa_string.h, main/untaint.C:
16490: untaint compiled
16491:
16492: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16493: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16494: more compiled. struck with string::store_to needing to know
16495: source/client charsets
16496:
16497: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16498: types/pa_vfile.h: uue compiled
16499:
16500: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16501: table compiled
16502:
16503: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16504: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16505:
16506: * src/: include/pa_charset.h, main/pa_charset.C,
16507: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16508: introduced]
16509:
16510: * src/: classes/date.C, include/pa_charset.h,
16511: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16512: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16513: pa_charsets compiled
16514:
16515: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16516: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16517:
16518: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16519: common compiled
16520:
16521: * src/: include/pa_charsets.h, main/pa_charsets.C,
16522: main/pa_sql_driver_manager.C: pa_charsets compiled
16523:
16524: * src/: include/pa_array.h, include/pa_charset.h,
16525: include/pa_charsets.h, include/pa_pool.h,
16526: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16527: include/pa_stack.h, include/pa_string.h,
16528: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16529: sql_driver_manager compiled
16530:
16531: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16532: letter i with two dots added to koi, all ukranian letters added
16533: to win1251.
16534:
16535: typographic simbol 0xb9 deleted from win1251 [strange one & were
16536: abscent from koi]
16537:
16538: 2003-01-27 paf
16539:
16540: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16541: include/pa_sql_driver_manager.h, include/pa_string.h,
16542: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16543: sql/pa_sql_driver.h: paused on sql_manager
16544:
16545: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16546: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16547: include/pa_stack.h, main/pa_sql_driver_manager.C,
16548: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16549:
16550: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16551: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16552: include/pa_table.h, main/pa_sql_driver_manager.C,
16553: main/pa_table.C: table compiled
16554:
16555: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16556: cache_managers compiled
16557:
16558: * src/: include/pa_array.h, include/pa_charset.h,
16559: include/pa_pool.h, main/pa_charset.C: charset compiled
16560:
16561: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16562:
16563: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16564: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16565: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16566: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16567: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16568:
16569: 2003-01-24 paf
16570:
16571: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16572: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16573: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16574: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16575: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16576: types/pa_vint.h, types/pa_vjunction.h,
16577: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16578: types/pa_vstatus.h, types/pa_vstring.h: more patched
16579:
16580: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16581: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16582: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16583: main/pa_string.C, main/pa_table.C: string compiled
16584:
16585: * src/: include/pa_array.h, include/pa_common.h,
16586: include/pa_dictionary.h, include/pa_exception.h,
16587: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16588: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16589: main/pa_string.C: dictionary compiled
16590:
16591: 2003-01-23 paf
16592:
16593: * src/: include/pa_array.h, include/pa_common.h,
16594: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16595: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16596: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16597: types/pa_value.h: resurrected pool in new sense: now it's
16598: factory, producing&accounting memory chunks for read[autofree]
16599: buffers
16600:
16601: * src/: include/pa_array.h, include/pa_exception.h,
16602: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16603: main/pa_exception.C, main/pa_table.C: table compiled
16604:
16605: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16606: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16607: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16608: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16609: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16610: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16611: main/pa_table.C: aint that easy
16612:
16613: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16614: main/main.dsp: continued with Hash
16615:
16616: * src/main/pa_common.C: connect_string allocated on heap[wes on
16617: stack] now. and exception can be reported OK now [can be reported
16618: outside of pro c with that stack]
16619:
16620: 2003-01-22 paf
16621:
16622: * src/: include/pa_array.h, include/pa_charset.h,
16623: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16624: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16625: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16626: base: contains references_count. auto_ptr template calls
16627: add_ref/release
16628:
16629: 2003-01-21 paf
16630:
16631: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16632: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16633: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16634: classes/op.C, classes/response.C, classes/string.C,
16635: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16636: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16637: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16638: include/pa_config_fixed.h, include/pa_config_includes.h,
16639: include/pa_dictionary.h, include/pa_dir.h,
16640: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16641: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16642: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16643: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16644: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16645: include/pa_stack.h, include/pa_string.h,
16646: include/pa_stylesheet_connection.h,
16647: include/pa_stylesheet_manager.h, include/pa_table.h,
16648: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16649: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16650: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16651: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16652: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16653: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16654: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16655: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16656: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16657: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16658: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16659: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16660: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16661: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16662: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16663: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16664: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16665: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16666: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16667: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16668: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16669: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16670: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16671: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16672: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16673: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16674: types/pa_vstateless_object.h, types/pa_vstatus.C,
16675: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16676: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16677: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16678: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16679: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16680: 2002->2003
16681:
16682: 2003-01-16 paf
16683:
16684: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16685: src/main/pa_globals.C: http:// introducing $.any-status(1)
16686:
16687: * operators.txt, src/include/pa_config_fixed.h,
16688: src/main/pa_common.C: http request now return status. and not
16689: fail on status!=200
16690:
16691: 2003-01-15 paf
16692:
16693: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16694:
16695: 2003-01-14 paf
16696:
16697: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16698: mkinstalldirs: removed some ancient files [they in / really]
16699:
16700: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16701: regretfully needed patch in two places. in config_fixed.h made
16702: stubs for lib to compile in MSVC
16703:
16704: 2003-01-13 paf
16705:
16706: * config.guess, config.sub, ltmain.sh: removed last piece of
16707: configure.in(libtool) hacks
16708:
1.116 moko 16709: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16710: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16711: ltdl.h: moved to latest libtool (1.4.3)
16712:
16713: 2003-01-10 paf
16714:
16715: * src/lib/ltdl/: configure, configure.in: PROG_NM
16716:
16717: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16718: patches. libxml2 >= 2.5.1
16719: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16720: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16721: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16722:
16723: * INSTALL: moved to latest versions of xml libs libxml2 >=
16724: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16725: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16726: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16727:
16728: 2003-01-09 paf
16729:
16730: * INSTALL: xml,xslt,gdome lib urls updated
16731:
16732: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16733: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16734: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16735: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16736: 1.7.2
1.95 moko 16737:
16738: * depcomp: moving to automake 1.7.2
16739:
16740: 2002-12-27 paf
16741:
16742: * src/include/pa_version.h: 0007
16743:
16744: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16745: outdated parts, made links to language docs
16746:
16747: * src/include/pa_config_auto.h.in: comment
16748:
16749: 2002-12-26 paf
16750:
16751: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16752: not contain trailing / fixed.
16753:
16754: * INSTALL: changing SAFE_MODE politics
16755:
16756: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16757:
16758: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16759:
16760: 2002-12-25 paf
16761:
16762: * src/main/pa_globals.C: optimized-xml
16763:
16764: * src/main/pa_globals.C: optimized-as-is
16765:
16766: 2002-12-24 paf
16767:
16768: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16769: fixed [were really called with zero size when .html?a=&b=]
16770:
16771: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16772: with --with-sendmail
16773:
16774: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16775: fixed]
16776:
16777: 2002-12-23 paf
16778:
16779: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16780: ignoring parameters & were storing only string with default
16781: expires
16782:
16783: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16784: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16785: December 23, 2002 4:22 AM Subject: bug â
16786: Charset::transcode_buf2xchar
16787:
16788: 2002-12-20 paf
16789:
16790: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16791: non-cgi [script] runs
16792:
16793: 2002-12-19 paf
16794:
16795: * INSTALL: --without-iconv recommended [it crashes on some systems
16796: [tested on elik]] moreover, it's not needed there [parser
16797: registers charsets itself]
16798:
16799: * INSTALL: --without-iconv recommended [it crashes on some systems
16800: [tested on elik]]
16801:
16802: * operators.txt, src/include/pa_globals.h,
16803: src/include/pa_request.h, src/main/pa_globals.C,
16804: src/main/pa_request.C: $response:download
16805:
16806: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16807: compiler [win32]].
16808:
16809: 2002-12-18 paf
16810:
16811: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16812:
16813: 2002-12-17 paf
16814:
16815: * src/targets/cgi/parser3.C: merged die&iis changes
16816:
16817: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16818: to exit(1) 2. more flexible iilegal call check
16819:
16820: 2002-12-16 paf
16821:
16822: * ltmain.sh: some automakes silly insist on having this handy
16823:
16824: * src/main/untaint.C: filespec russian small 'r' changed to latin
16825: 'p' bug fix
16826:
16827: 2002-12-15 paf
16828:
16829: * src/main/untaint.C: filespec russian small 'r' changed to latin
16830: 'p'
16831:
16832: * configure.in, src/include/pa_config_auto.h.in,
16833: src/main/compile.C, src/main/pa_common.C: merged small changes
16834: from branch 6 to HEAD
16835:
16836: * src/main/compile.C: removed warning
16837:
16838: * src/main/pa_common.C: ftruncate having checked
16839:
16840: * configure.in, src/include/pa_version.h: new version
16841:
16842: 2002-12-14 paf
16843:
16844: * src/classes/table.C: removed unnecessary code
16845:
16846: * src/sql/pa_sql_driver.h: exception type fixed
16847:
16848: 2002-12-09 paf
16849:
16850: * src/types/pa_vvoid.h: $void.store[now] error
16851:
16852: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16853:
16854: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16855: tries to write core dump
16856:
16857: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16858:
16859: * src/: classes/hash.C, classes/string.C, classes/table.C,
16860: classes/void.C, main/pa_sql_driver_manager.C,
16861: sql/pa_sql_driver.h: changed exception handling mech in sql
16862: handlers #2
16863:
16864: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16865: exception handling mech in sql handlers
16866:
16867: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16868: handlers
16869:
16870: * src/: classes/hash.C, classes/string.C, classes/table.C,
16871: classes/void.C, main/pa_sql_driver_manager.C,
16872: sql/pa_sql_driver.h: changed exception handling mech in sql
16873: handlers
16874:
1.116 moko 16875: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16876: to write makefile which used libtool to install things, which is
16877: not needed
1.95 moko 16878:
16879: 2002-12-06 paf
16880:
16881: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16882: $hash.fields -- pseudo field to make 'hash' more like 'table'
16883:
16884: 2002-12-05 paf
16885:
16886: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16887: cc/bcc OK now
16888:
16889: * src/main/untaint.C: mail header closed properly
16890:
16891: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16892: header ',' allowed. still bugs in smtp [only one receiptient
16893: works, cc, bcc ignored now, and MAILED ;)]
16894:
16895: [strncpy killed, memnchr used]
16896:
16897: * src/main/pa_table.C: table-copy now current=0
16898:
16899: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16900: lowlevel proc
16901:
16902: * src/targets/cgi/parser3.C: more checks on
16903: http://domain/parser.cgi start [maybe some getenv returns "",
16904: checked that now
16905:
16906: * src/targets/cgi/parser3.C: more checks on
16907: http://domain/parser.cgi start [maybe some getenv returns "",
16908: checked that now
16909:
16910: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16911: out-of-mem errors reached log]
16912:
16913: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16914: mail:send MIME-Version default
16915:
16916: * src/main/main.dsp: pa_version included into main.dsp
16917:
16918: 2002-12-04 paf
16919:
16920: * src/types/pa_vform.C: $form:field string value cut by premature 0
16921:
16922: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16923: lib/libltdl -> lib/ltdl Win32 changes. s
16924:
16925: * src/classes/classes.awk: more strict *.C$
16926:
16927: * gnu.dsp: restored
16928:
1.116 moko 16929: * configure.in, gnu.dsp, src/lib/Makefile.am,
16930: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16931: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16932: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16933: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16934: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16935: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16936: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16937: now created with /configure, not ltdl/configure, so it does have
16938: no problems with automake. ltdl/configure
16939: AC_OUTPUT(Makefile<<removed)
1.95 moko 16940:
16941: 2002-12-02 paf
16942:
16943: * operators.txt: removed outdated status:db
16944:
16945: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16946: src/main/pa_common.C, src/main/pa_request.C,
16947: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16948: tainted parts becomes http-header
16949:
16950: 2002-11-29 paf
16951:
16952: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16953: dates now objects of type date
16954:
16955: * src/classes/image.C: file.seek removed [it were used in image.C
16956: only, and for parser user this means that jpeg image has bad
16957: size in fragment's header] now used image.format
16958:
16959: * src/: include/pa_common.h, main/pa_common.C,
16960: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16961: now handled exactly like $response:header values. e.g. can be
16962: hash [can have subattributes] & contain date values.
16963:
16964: * src/main/pa_common.C: http:// param values lang forced URI
16965:
16966: * src/main/pa_common.C: http:// tainted partes now %xx
16967:
16968: 2002-11-28 paf
16969:
16970: * operators.txt: http.timeout
16971:
16972: * src/classes/image.C: ^image.length now counts interchar space.
16973: plus space after last char
16974:
16975: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16976:
16977: * src/classes/image.C: ^image.font width measurer now scans full
16978: height [were -1]
16979:
16980: * configure.in: stopped double libltdl/Makefile generation
16981:
16982: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16983: chars [one top horizontal line of 1pixel height were missing]
16984:
16985: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16986: 'false' to go into (Hash *) parameter
16987:
16988: 2002-11-27 paf
16989:
16990: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16991: types/pa_vmail.C: response:body[file] if file nows it's name now
16992: returns content-disposition: >>attachment<<
16993:
16994: * src/classes/image.C: ^image.font << bad font file-size now
16995: properly reported
16996:
16997: 2002-11-26 paf
16998:
16999: * src/main/pa_request.C: fixed lang in reponse header
17000:
17001: * src/main/pa_common.C: utf8 prefix ignored @read text
17002:
17003: * operators.txt, src/main/pa_common.C: http:// response status!=200
17004: made exception: http.status with source=bad status#
17005:
17006: 2002-11-25 paf
17007:
17008: * configure.in, src/classes/image.C,
17009: src/include/pa_config_auto.h.in,
17010: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17011: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17012: const void related probs fixed
1.95 moko 17013:
17014: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17015:
17016: $file[^file::load[http://there]] $file.SERVER
17017:
17018: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17019: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17020: http options [invalid onces now reported] made default
17021: user-agent: paf
17022:
17023: * operators.txt, src/classes/file.C, src/classes/table.C,
17024: src/classes/xdoc.C, src/include/pa_common.h,
17025: src/include/pa_globals.h, src/main/pa_common.C,
17026: src/main/pa_globals.C, src/main/pa_request.C,
17027: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17028: now understand http:// prefix and additional params, sample:
17029: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17030: $.USER-AGENT[parser3] ]]
17031:
17032: 2002-11-22 paf
17033:
17034: * src/classes/image.C, src/include/pa_globals.h,
17035: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17036: src/types/pa_vimage.h, operators.txt: $image.exif support
17037: $image.exif.DateTime & co
17038:
17039: 2002-11-21 paf
17040:
17041: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17042: _PASS_APPENDED)
17043:
17044: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17045: EXIF information [were big block and it's size were considered
17046: negative :(]
17047:
17048: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17049: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17050: internals rewritten. no there's reader.seek, and all's ready for
17051: EXIF extraction [now we fail to measure files with EXIF info]
17052:
17053: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17054: O_TRUNC truncates even exclusevely write-locked file [thanks to
17055: Igor Milyakov <virtan@rotabanner.com> for discovering]
17056:
17057: 2002-11-20 paf
17058:
17059: * src/targets/cgi/parser3.C: logging @signal += query_string
17060:
17061: * configure.in, src/include/pa_config_auto.h.in,
17062: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17063: comment
17064:
17065: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17066:
17067: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17068: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17069: currently processed document SIGPIPE >> interrupts request
17070: processing [exception = DB rollback]
17071:
17072: * src/main/pa_exec.C: comment
17073:
17074: * src/main/pa_exec.C: pa_exec: data written only if size>0
17075:
17076: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17077: << disable HTTP-POST repassing
17078:
17079: * src/: include/pa_config_fixed.h, main/pa_common.C,
17080: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17081: pipe read errors now checked
17082:
17083: 2002-11-19 paf
17084:
17085: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17086: CGI: Illegal call
17087:
17088: 2002-11-01 paf
17089:
17090: * src/main/execute.C: comment
17091:
17092: 2002-10-31 paf
17093:
17094: * src/main/execute.C: found out why, checked that for now. todo:
17095: find out a way for that user could do that
17096:
17097: * src/types/pa_vstateless_object.h: object put replaces static
17098: parent if any
17099:
17100: * src/types/pa_vobject.C: object put replaces static parent if any
17101:
17102: * src/: classes/form.C, classes/mail.C, classes/op.C,
17103: classes/xnode.h, main/compile.tab.C, main/execute.C,
17104: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17105: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17106: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17107: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17108: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17109: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17110: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17111: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17113: types/pa_vstateless_object.h, types/pa_vstatus.C,
17114: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17116: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17117: types/pa_wwrapper.h: static fix merged
17118:
17119: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17120: $virtual_fields in dynamic, but one can reach derived
17121: static[class] variable from base
17122:
17123: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17124: types/pa_vobject.C, types/pa_vobject.h,
17125: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17126: statics, left $virtual_fields in dynamic
17127:
17128: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17129: one can't remember derivates in base class: there's so many of
17130: them. also there can be no virtual method calls in static
17131: classes
17132:
17133: * src/: classes/form.C, classes/mail.C, classes/op.C,
17134: classes/xnode.h, main/execute.C, main/pa_request.C,
17135: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17136: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17137: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17138: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17139: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17140: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17141: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17142: types/pa_vresponse.C, types/pa_vresponse.h,
17143: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17144: types/pa_vstateless_object.h, types/pa_vstatus.C,
17145: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17146: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17147: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17148: types/pa_wwrapper.h: static call $self fixed
17149:
17150: * src/main/execute.C: comment
17151:
17152: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17153: ^process[$caller.self]{...} now compiles to last derived object
17154: part of that 'self'
17155:
17156: 2002-10-29 paf
17157:
17158: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17159: re-passing [iis to blame]
17160:
17161: * src/classes/string.C: changed string.save to pass current sql
17162: connection to cstr thus one can ^connect[some server]{
17163: $s[insert into table x (x) values (^taint[sql]{value})]
17164: ^s.save[some.sql] } and he'd get in some.sql file code with
17165: properly escaped. [tried in mssql->mysql export->import of
17166: binary data]
17167:
17168: 2002-10-25 paf
17169:
17170: * src/types/pa_vresponse.C: case insensitive response user fields
17171: get/put
17172:
17173: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17174: types/pa_vresponse.C: saving for maybe-future
17175:
17176: 2002-10-23 paf
17177:
17178: * operators.txt, src/classes/table.C: ^table.hash{code}...
17179: ^table.hash(expr)...
17180:
17181: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17182:
17183: 2002-10-22 paf
17184:
17185: * src/types/: pa_vform.C, pa_vform.h: removed needless
17186: VForm::Append...(...Value)
17187:
17188: * src/main/execute.C: $.name outside of $name[...] checked
17189:
17190: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17191: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17192:
17193: 2002-10-21 paf
17194:
17195: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17196: $form:qtail $form:imap.x/y
17197:
17198: * operators.txt, src/types/pa_vform.C: $form:nameless =
17199: "?value&...", "...&value&...", "...&value"
17200:
17201: * operators.txt, src/types/pa_vform.C: $form:image-map
17202:
17203: * operators.txt, src/classes/file.C: /some/page.html:
17204: ^file:fullpath[a.gif] => /some/a.gif
17205:
17206: 2002-10-17 paf
17207:
17208: * src/main/: compile.tab.C, compile.y: operators precedence changed
17209: a little: logical not and bitwise negation precedence made
17210: highest, << and >> bitshits precedence made equal [were << higher
17211: than >>]
17212:
17213: * src/classes/op.C: exception handling fixed [were bad with
17214: contexts]
17215:
17216: 2002-10-16 paf
17217:
17218: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17219: main/pa_request.C: Request::self considered equal to
17220: VMethodFrame::self, and removed, Request::get_self() mapped to
17221: VMethodFrame.self()
17222:
17223: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17224: $hash in open field now gives old good error meesage
17225:
17226: 2002-10-15 paf
17227:
17228: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17229: use ^if($junction is junction){was and now true}
17230:
17231: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17232: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17233: types/pa_vxnode.C: xml->parser strings now have origin, which
17234: points to place where value left xml library and came to parser:
17235: place of dom field extraction/call
17236:
17237: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17238: main/compile.tab.C, main/compile.y, main/execute.C,
17239: types/pa_vmethod_frame.h: removed last pieces of old code
17240: allowing $junction.xxx at compile time
17241:
17242: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17243: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17244: objects also considered [were only classes]
17245:
17246: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17247: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17248: with CLASS self. [ (request&method_frame).self temporarily
17249: changed ]
17250:
17251: * src/classes/: hash.C, op.C: method_frame now always changed, with
17252: no exception to native calls. for&foreach changed to use
17253: method_frame.caller for their var's name context
17254:
17255: * src/: main/execute.C, targets/cgi/parser3.C,
17256: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17257: compiling to system classes disabled
17258:
17259: * operators.txt, src/classes/op.C:
17260: ^process[$caller.CLASS]{code-string} added
17261:
17262: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17263: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17264: src/types/Makefile.am, src/types/pa_vjunction.C,
17265: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17266: src/types/types.dsp: removed $junction.get $junction.set[]
17267: introducing $caller
17268:
17269: * src/types/pa_value.h: removed outdated comments. doxygen would
17270: find them lower by inheritance tree
17271:
17272: * src/types/pa_vjunction.C: ident
17273:
17274: 2002-10-14 paf
17275:
17276: * src/classes/op.C: process compiles to code's class class
17277:
17278: * src/: classes/form.C, classes/mail.C, classes/op.C,
17279: include/pa_request.h, main/compile.C, main/compile.tab.C,
17280: main/compile.y, main/execute.C, main/pa_request.C,
17281: types/pa_vstateless_class.h: operators now main-class-methods
17282:
17283: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17284: better stack trace [has "call" & co there]
17285:
17286: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17287: operators @auto now executed in MAIN context
17288:
17289: * src/main/execute.C: operator execution context now = MAIN, not
17290: closest stack frame
17291:
17292: @touchit[] $i[after]
17293:
17294: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17295: were 'after'
17296:
17297: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17298: 'after'
17299:
17300: * src/main/execute.C: comment
17301:
17302: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17303: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17304: action]
17305:
17306: * src/types/pa_vxnode.C: misreplace fixed
17307:
17308: * configure, configure.in, src/include/pa_config_auto.h.in,
17309: src/types/pa_vstatus.C, operators.txt:
17310: $status:rusage.tv_secs/usecs introduced
17311:
17312: 2002-10-09 paf
17313:
17314: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17315: on empty string [or uses (default)]
17316:
17317: 2002-10-08 paf
17318:
17319: * src/main/untaint.C: mail header quoted printable changed after
17320: RFC reread
17321:
17322: * operators.txt: plan on ^if(method
17323:
17324: * src/types/pa_vxnode.C: misreplace
17325:
17326: 2002-09-24 paf
17327:
1.116 moko 17328: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17329:
17330: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17331: mailreceive would compile on freebsd now
17332:
17333: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17334: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17335: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17336: mailreceive would compile on freebsd now
1.95 moko 17337:
17338: * src/: classes/file.C, main/untaint.C: 1. file spec language
17339: changed: now there are only few chars are untainted: * ? ' " < >
17340: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17341: one should use ^untaint[uri]{...} now]
17342:
17343: 2. $list[^file:list[dir]] now returns simply tainted names in
17344: $list.name, not tainted as filespec
17345:
17346: @russianindex[] #dir with files with russian-lang names
17347: $where[dir]
17348:
17349: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17350: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17351:
17352: 2002-09-23 paf
17353:
17354: * src/types/pa_vdouble.h: double->int round added
17355:
17356: * src/classes/date.C: date bug fix, now
17357: round(floatDays*secondsPerDay)
17358:
17359: * src/classes/date.C: date bug fix, now
17360: round(floatDays*secondsPerDay)
17361:
17362: 2002-09-20 paf
17363:
17364: * src/main/execute.C: code junction calls disabled [before: code
17365: was compiled in such a way, that there were no code-junctions in
17366: OP_CALL]
17367:
17368: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17369:
17370: @badjunctioncallinside[code] ^code[]
17371:
17372: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17373: expanding to include ^junction.method
17374:
17375: * src/main/pa_common.C: -d "DIR/" now true
17376:
17377: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17378: as internal xdoc encoding, and after decoding attributes set by
17379: dom functions now encoded OK, not as digital entities
17380:
17381: * src/classes/xdoc.C: empty transform result, being taken as file
17382: now returns empty file, not raises stupid error about "stat-ed
17383: file"
17384:
17385: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17386: allowed
17387:
17388: * src/types/types.dsp: introducing $junction.get/put(1) one can
17389: write iterators now:
17390:
17391: ^user-foreach[key;value]{$key=$value<br>}
17392:
17393: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17394: $code.value($i*2) $code }
17395:
17396: * src/main/compile_tools.h: mistype
17397:
1.116 moko 17398: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17399: thus taking linking options configure changes into account [were:
17400: ignoring]
1.95 moko 17401:
17402: * src/types/: pa_vjunction.C, Makefile.am: introducing
17403: $junction.get/put(1) one can write iterators now:
17404:
17405: ^user-foreach[key;value]{$key=$value<br>}
17406:
17407: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17408: $code.value($i*2) $code }
17409:
17410: * src/: include/pa_opcode.h, include/pa_request.h,
17411: main/compile.tab.C, main/compile.y, main/execute.C,
17412: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17413: introducing $junction.get/put(1) one can write iterators now:
17414:
17415: ^user-foreach[key;value]{$key=$value<br>}
17416:
17417: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17418: $code.value($i*2) $code }
17419:
17420: 2002-09-19 paf
17421:
1.116 moko 17422: * Makefile.am: new: make commit
1.95 moko 17423:
17424: * aclocal.m4: forced to be older
17425:
17426: 2002-09-18 paf
17427:
17428: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17429: src/main/compile.y, src/main/execute.C: << >> int shifts
17430:
17431: * src/: include/pa_common.h, include/pa_request.h,
17432: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17433: - now this - fatal error
17434:
17435: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17436: that one can pass binary data there
17437:
17438: * src/: classes/date.C, classes/double.C, classes/file.C,
17439: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17440: classes/op.C, classes/response.C, classes/string.C,
17441: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17442: include/pa_request.h: pa_request contexts made privated, plus
17443: get_{self/method_frame} to read. Request_context_saver used in
17444: ^try to save flang too. [were not saved]
17445:
17446: * src/types/pa_vresponse.C: header value chains joined before
17447: output, this should help $.subject[$var $var] from being
17448: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17449:
17450: 2002-09-17 paf
17451:
17452: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17453: removed changes, operators executed with calling self. lots of
17454: code with ^include code relies on defined/defining self variables
17455:
17456: $a[1] ^include[print_a.p] print_a.p: $a
17457:
17458: ^include[set_a.p] a=$a set_a.p: $a[1]
17459:
17460: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17461: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17462: types/pa_vstateless_class.h: operators now executed with MAIN
17463: self. it's for ^include sake, too strong a change
17464:
17465: * src/classes/op.C: made place for ^process to compile it's code to
17466: in case of no self
17467:
17468: * src/main/execute.C: found ancient param to Junction, removed.
17469: allowed passing self to native_code_operators [for ^process to
17470: work, she needs self]
17471:
17472: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17473: types/pa_vstateless_class.h: found ancient param to Junction,
17474: removed. allowed passing self to native_code_operators [for
17475: ^process to work, she needs self]
17476:
17477: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17478: types/pa_value.h, types/pa_vmethod_frame.h,
17479: types/pa_vstateless_class.h: allowed Request.self to be 0,
17480: checked that in VMethodFrame get/put and $self.
17481:
17482: * src/classes/: table.C, xdoc.C: table::sql options table::create
17483: copy options options checked, wrong option now fatal error
17484:
17485: * src/main/pa_string.C: string.replace fixed [were missing words on
17486: pieces boundaries]
17487:
1.150 moko 17488: * configure, configure.in: .so now detected [can be .sl on hpux,
17489: .dll on cygwin, .so in other cases)
1.95 moko 17490:
17491: * configure, configure.in: .so now detected [can be .sl on hpux,
17492: .dll on cygwin, .so in other cases)
17493:
17494: * operators.txt, src/classes/hash.C, src/classes/table.C,
17495: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17496: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17497: record taken [were last]
17498:
17499: * src/: classes/hash.C, classes/table.C,
17500: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17501: now errors
17502:
17503: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17504:
17505: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17506: ,2,3]
17507:
17508: 2002-09-16 paf
17509:
17510: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17511: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17512: stdout to be binary. now detected closest header break.
17513:
17514: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17515: closed right
17516:
17517: 2002-09-13 paf
17518:
17519: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17520: src/main/compile_tools.h: (expression #comment)
17521:
17522: (multiline expression #comment line2 #comment )
17523:
17524: (expression #comment with (brackets) comment) << OK
17525:
17526: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17527: bitwise !|| numerical xor now [preparing for expression
17528: #comments]
17529:
17530: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17531: error
17532:
17533: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17534: cheched in pa_socks.C
17535:
1.116 moko 17536: * configure, configure.in, src/include/pa_config_auto.h.in:
17537: HAVE_WINSOCK_H created in configure.in
1.95 moko 17538:
17539: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17540: cookie date now clean [were mistakenly tainted & that worked bad
17541: with opera -- 'happily' that worked OK with msie]
17542:
17543: 2002-09-12 paf
17544:
17545: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17546: VClass get_element now first looks to fields, next to methods &
17547: co todo: the rest reason: more speed
17548:
17549: * src/main/untaint.C: quoted printable encoding stops before
17550: \s*<...>$
17551:
17552: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17553: stops before <...>$
17554:
17555: 2002-09-11 paf
17556:
17557: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17558: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17559: forgot to check users of those funcs. not all were using that
17560: return value convention
17561:
17562: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17563: windows-1254 added
17564:
17565: 2002-09-10 paf
17566:
17567: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17568: VCodeFrame parent param were specified badly
17569:
17570: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17571: WWrapper which used in constructing objects(second param to sql
17572: method) ^...sql{}[$.default{code}] now has parent, wich helps
17573: code in hash to survivi
17574:
17575: * src/: include/pa_request.h, main/execute.C: removed redundant
17576: param to execute [stack said 'thanks']
17577:
17578: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17579: types/pa_value.h, types/pa_vcode_frame.h,
17580: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17581: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17582: responsibility to wcontext
17583:
17584: * src/classes/file.C: decided not to log exec's with stderr, that
17585: could be warnings, and it's up to scritper to log/show them
17586:
17587: * src/: classes/double.C, main/execute.C: double:sql badly called
17588: write_assign_lang, not write_no_lang, thus doing unnecessary
17589: double/string converstion, which were loosing time&precesion
17590:
17591: * src/: main/pa_charset.C, types/pa_vmail.C:
17592: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17593: case of unfinished in buffer processing, causing accidental
17594: transcode stop [in case that source enc != utf-8 & there is
17595: incomplete utf-8 sequence at the end of 16000block iside of
17596: libxml lib] tfm readed & code updated
17597:
17598: 2002-09-04 paf
17599:
17600: * configure: makes with sjlj
17601:
17602: * INSTALL, src/include/pa_config_fixed.h,
17603: src/include/pa_sql_connection.h,
17604: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17605: checked. on win32 it made default
17606:
17607: * src/include/pa_config_auto.h.in: sjlj define
17608:
17609: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17610: can not work with longjump/throw pair, and one must switch that
17611: on there. todo: detect that automatically]
17612:
17613: * src/types/pa_vxnode.C: removed too strong checks of
17614: xnode.elements. now, for instance, if element does not have any
17615: attributes, $xnode.attributes is void, not error
17616:
17617: 2002-09-02 paf
17618:
17619: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17620: removed double_result, didn't help
17621:
17622: * src/main/execute.C: double_result made to move that var away from
17623: hungry g++ optimizer (-O2), before: it were optimized and
17624: comparison operators worked badly
17625:
17626: * src/types/pa_vdate.h: removed debug
17627:
1.116 moko 17628: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17629:
17630: * src/main/execute.C: fixed numeric < & co so that thay now use
17631: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17632: unknown reason.
17633:
17634: 2002-08-29 paf
17635:
17636: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17637: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17638: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17639: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17640: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17641: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17642: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17643: [called less frequent, allowed to remove ugly
17644: Junction.change_context-s from many places, switch,
17645: mail:send..html{}, ..] request.root renamed to method_frame [more
17646: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17647: [speed up]
17648:
17649: 2002-08-28 paf
17650:
17651: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17652: tainted
17653:
17654: * src/types/pa_vcookie.C: fixed cookie delete when
17655: $cookie:name[$.value[]]
17656:
17657: * operators.txt, src/classes/string.C:
17658: ^string.split[delim[;options]]
17659:
17660: 2002-08-27 paf
17661:
1.116 moko 17662: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17663:
17664: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17665: delimiter
17666:
17667: * INSTALL: recommended latest gmime 1.0.5
17668:
17669: 2002-08-26 paf
17670:
17671: * configure, configure.in: apache13/hook added to make dist.
17672:
17673: 2002-08-23 paf
17674:
17675: * src/: include/pa_common.h, main/pa_common.C,
17676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17677: beside binary [cgi, isapi] not accessible [due to bad rights or
17678: whatever] it's error now
17679:
17680: 2002-08-21 paf
17681:
1.116 moko 17682: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17683:
17684: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17685: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17686: class". compiled as if here they named base class
17687:
17688: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17689: cloning constructor]
17690:
17691: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17692:
1.150 moko 17693: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17694: $mail.received.file.value.content-type fixed
17695:
17696: 2002-08-20 paf
17697:
17698: * src/classes/file.C: fixed language of file:file result
17699:
17700: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17701: from 3.0.0005
17702:
17703: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17704:
17705: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17706: 3.0.0005
17707:
17708: * src/classes/void.C, operators.txt: ^void.length[] = 0
17709:
17710: 2002-08-19 paf
17711:
17712: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17713: work now
17714:
17715: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17716: error in xnode, which were not catched in xdoc]
17717:
17718: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17719: prepared: // validate each document after load/create (?)
17720: //xmlDoValidityCheckingDefaultValue = 1;
17721:
17722: 2002-08-15 paf
17723:
17724: * src/classes/classes.h: write to static var caused useless
17725: Exception, introduced Methoded::put_element wich consumes those
17726:
17727: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17728: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17729: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17730: $response:field[date] $response:field[$.xxx[date]]
17731:
17732: * src/: classes/hash.C, classes/string.C, classes/table.C,
17733: classes/void.C, include/pa_sql_connection.h: fixed source of
17734: ^hash::sql{bad}
17735:
17736: * operators.txt: $request:body unprecessed POST request body
17737:
17738: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17739:
17740: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17741: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17742:
17743: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17744: src/include/pa_request.h, src/main/pa_pool.C,
17745: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17746: $request:body r.post_data now const
17747:
17748: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17749: classes/xnode.C, main/execute.C, types/pa_value.h,
17750: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17751: types/pa_vtable.h: instead of type() checking everywhere used
17752: Value.as now user descendants can be used in params.
17753:
17754: VObject::as_*, is_defined now taken from bases. xtable(table)
17755: ^if($xtable) now OK
17756:
17757: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17758: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17759: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17760:
17761: 2002-08-14 paf
17762:
17763: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17764: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17765: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17766: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17767: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17768: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17769: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17770: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17771: types/pa_vresponse.C, types/pa_vresponse.h,
17772: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17773: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17774: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17775: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17776: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17777: & VClass
17778:
17779: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17780:
17781: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17782: removed fixopt stupidity. on stupid linux use cd /document/root
17783: ../cgi/parser3 script
17784:
17785: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17786: params, splitting them by space, excluding argv[0], argv[argc-1]
17787:
17788: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17789: fixopt.h: fixopt now preprocesses command line params, splitting
17790: them by space, excluding argv[0], argv[argc-1]
17791:
17792: * src/targets/cgi/parser3.C: -f config file
17793:
17794: * src/targets/cgi/parser3.C: fixed .log file dir
17795:
17796: 2002-08-13 paf
17797:
17798: * src/types/pa_vobject.C: allow override parent variables, useful
17799: for form descendants [in vobject too, were in vclass]
17800:
17801: * src/types/pa_vclass.C: allow override parent variables, useful
17802: for form descendants
17803:
17804: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17805: overwritten in derived(table)
17806:
17807: * src/: classes/form.C, classes/mail.C, classes/op.C,
17808: classes/xnode.h, include/pa_request.h, main/execute.C,
17809: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17810: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17811: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17812: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17813: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17814: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17815: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17816: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17817: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17818: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17819: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17820: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17821: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17822: Value::get_element(..., bool looking_down) [needed to exclude
17823: endless recoursion]
17824:
17825: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17826: fix bug with put endless recoursion todo: check 'as'
17827:
17828: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17829: reorganized modules todo: fix bug with put endless recoursion
17830: todo: check 'as'
17831:
17832: * src/types/pa_vobject.h: checked: table fields can be overwritten
17833: in derived(table)
17834:
17835: * src/types/pa_vobject.h: derived classes can have fields of their
17836: own now
17837:
17838: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17839: fixed error message on using non-created table
17840:
17841: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17842: classes/op.C, classes/xnode.h, include/pa_request.h,
17843: main/compile.C, main/compile.tab.C, main/execute.C,
17844: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17845: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17846: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17847: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17848: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17849: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17850: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17851: types/pa_vresponse.C, types/pa_vresponse.h,
17852: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17853: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17854: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17855: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17856: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17857: looking down/up tree todo: fix error message on non-constructed
17858: parents
17859:
17860: 2002-08-12 paf
17861:
17862: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17863: derived OK
17864:
17865: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17866: thorough testing
17867:
17868: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17869: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17870: types/pa_vobject.h, types/pa_vstateless_class.h,
17871: types/pa_vstateless_object.h, types/pa_wcontext.h,
17872: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17873: ^base:create[] dynamic call rewritten todo: thorough testing
17874:
17875: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17876: now instantates base class, remembers it and saves child in
17877: parent VObject.get_class now returns last child = downward
17878: virtual calls OK
17879:
17880: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17881: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17882: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17883: types/pa_vobject.h, types/pa_vresponse.h,
17884: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17885: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17886: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17887: VAliased [redundant], moved $CLASS to VObject only [parser class
17888: instance]
17889:
17890: * src/main/pa_request.C: $response:body[file] content-type check
17891: fixed [were bad when content-type is hash]
17892:
17893: 2002-08-09 paf
17894:
17895: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17896: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17897:
17898: 2002-08-08 paf
17899:
17900: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17901: src/main/pa_globals.C: year column in month calendar [week year]
17902:
17903: * src/main/execute.C: error reporting on object writes to MAIN
17904: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17905:
17906: * operators.txt, src/types/pa_vdate.h: $date.yearday
17907: $date.daylightsaving
17908:
17909: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17910: use tainted data now. only she must specify the language.
17911:
17912: ^mail:send[ $.from[paf@mail.design.ru]
17913: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17914: $.text[^taint[uri][ìîñêâà]=] ]
17915:
17916: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17917: now prints more precise origin
17918:
17919: * src/include/pa_string.h: String::first_char now not fails on
17920: empty strings ^if(-f '') now ok and in 3 other places.
17921:
17922: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17923: String::first_char now not fails on empty strings ^if(-f '') now
17924: ok and in 3 other places.
17925:
17926: 2002-08-07 paf
17927:
17928: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17929: fixed
17930:
17931: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17932:
17933: * src/: main/execute.C, types/pa_vcode_frame.h,
17934: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17935: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17936: mistakenly not completely transparent to object writes.
17937: $hash[^if(1){$hash}] now works
17938:
17939: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17940: now erasing cache file [there were bad check on that]
17941:
17942: * src/: classes/classes.dsp, classes/table.C,
17943: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17944: all Debug dirs in .dsp now named 'Debug'
17945:
1.116 moko 17946: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17947:
17948: * operators.txt, src/classes/mail.C: exception_type email.send
17949:
17950: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17951:
17952: * src/types/pa_vmail.C: mail:send empty email checked
17953:
17954: 2002-08-06 paf
17955:
17956: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17957: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17958: ^table::create[$source;$.options] ^table::join[$source;$.options]
17959:
17960: * operators.txt, src/classes/hash.C, src/classes/string.C,
17961: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17962: # $.default() }
17963:
17964: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17965:
17966: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17967: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17968: $file.content-type [instead of .mime-type] now works for
17969: file::stat also
17970:
17971: * src/main/pa_request.C: case insensitive mime_type_of
17972:
17973: 2002-08-05 paf
17974:
17975: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17976:
17977: * src/types/pa_vmail.C: file buffer relocated to parser heap
17978:
17979: * operators.txt: comment on date:calendar week column
17980:
17981: * src/main/pa_common.C: write checked
17982:
17983: * src/main/: pa_common.C: write checked
17984:
17985: * src/classes/date.C: +1 buf size for stupid snprintfs
17986:
17987: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17988: month calendar week column [ISO 8601 Week Numbers]
17989:
17990: 2002-08-02 paf
17991:
17992: * src/: include/pa_config_fixed.h, main/pa_string.C,
17993: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17994: DEBUG*
17995:
17996: * configure, configure.in, src/include/pa_version.h: release
17997: 3_0_0005
17998:
17999: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18000: multipart post fixed
18001:
18002: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18003: response transcoded source->client only when text/* or simple
18004: onoverridden $response:body
18005:
18006: 2002-08-01 paf
18007:
18008: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18009: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18010: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18011: classes/op.C, classes/response.C, classes/string.C,
18012: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18013: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18014: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18015: include/pa_config_fixed.h, include/pa_dictionary.h,
18016: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18017: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18018: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18019: include/pa_socks.h, include/pa_sql_connection.h,
18020: include/pa_sql_driver_manager.h, include/pa_stack.h,
18021: include/pa_string.h, include/pa_stylesheet_connection.h,
18022: include/pa_stylesheet_manager.h, include/pa_table.h,
18023: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18024: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18025: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18026: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18027: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18028: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18029: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18030: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18031: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18032: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18033: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18034: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18035: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18036: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18037: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18038: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18039: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18040: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18041: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18042: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18043: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18044: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18045: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18046: types/pa_vmethod_frame.h, types/pa_vobject.h,
18047: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18048: types/pa_vresponse.h, types/pa_vstateless_class.C,
18049: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18050: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18051: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18052: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18053: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18054: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18055:
18056: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18057: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18058: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18059: classes/math.C, classes/op.C, classes/response.C,
18060: classes/string.C, classes/table.C, classes/void.C,
18061: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18062: include/pa_array.h, include/pa_cache_managers.h,
18063: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18064: include/pa_config_fixed.h, include/pa_config_includes.h,
18065: include/pa_dictionary.h, include/pa_dir.h,
18066: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18067: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18068: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18069: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18070: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18071: include/pa_stack.h, include/pa_string.h,
18072: include/pa_stylesheet_connection.h,
18073: include/pa_stylesheet_manager.h, include/pa_table.h,
18074: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18075: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18076: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18077: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18078: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18079: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18080: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18081: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18082: main/pa_sql_driver_manager.C, main/pa_string.C,
18083: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18084: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18085: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18086: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18087: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18088: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18089: targets/isapi/pool_storage.h, types/pa_valiased.C,
18090: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18091: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18092: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18093: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18094: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18095: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18096: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18097: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18098: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18099: types/pa_vresponse.C, types/pa_vresponse.h,
18100: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18101: types/pa_vstateless_object.h, types/pa_vstatus.C,
18102: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18103: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18104: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18105: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18106: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18107: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18108: types/Makefile.am: ident.C* removed
18109:
18110: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18111: file:find[/can/do/this/now.txt]
18112:
18113: * src/targets/cgi/parser3.C: usage to stdout now
18114:
18115: 2002-07-31 paf
18116:
18117: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18118:
18119: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18120: default "postmaster"
18121:
18122: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18123: -f postmaster now default sendmail key word "postmaster"
18124: replaced to $.from
18125:
18126: 2002-07-30 paf
18127:
1.116 moko 18128: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18129: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18130:
18131: * src/main/pa_charset.C: comment
18132:
18133: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18134: table, &#decimal;
18135:
18136: * src/main/pa_request.C: comment
18137:
18138: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18139: paragraf]
18140:
18141: 2002-07-11 paf
18142:
18143: * src/main/pa_exec.C: build command line badly added params twice
18144: [and first time without ' ']. double wrong. fixed.
18145:
18146: * src/main/pa_exec.C: invalid .exe caused error message with params
18147: wich parser did not provide = reported badly. fixed that.
18148:
18149: * src/classes/mail.C: $MAIL[ # xxx ]
18150:
18151: now ok
18152:
18153: * operators.txt: plan: sql detailed exception
18154:
18155: 2002-07-01 paf
18156:
18157: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18158: [MForm.configure_admin were called when request.main_class ==0
18159:
18160: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18161:
18162: * src/classes/form.C: content_length type fix
18163:
18164: 2002-06-30 paf
18165:
18166: * src/classes/mail.C: merged from 4
18167:
18168: * src/classes/mail.C: restored $MAIL
18169:
18170: 2002-06-28 paf
18171:
18172: * configure, configure.in: removed paths.h
18173:
1.116 moko 18174: * configure, src/include/pa_version.h,
1.95 moko 18175: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18176: merged, makes updated
18177:
18178: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18179: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18180: src/include/pa_pool.h, src/include/pa_version.h,
18181: src/main/pa_charset.C, src/main/pa_pool.C,
18182: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18183: src/types/pa_vmail.C: merged latest updates to head
18184:
18185: 2002-06-27 paf
18186:
18187: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18188: not error now
18189:
18190: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18191: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18192: src/main/pa_charset.C, src/main/pa_pool.C:
18193: ^xdoc::create[[uri]]... base uri for document being created,
18194: imports and other relative file names would be relative to this
18195: uri default uri=path_translated
18196:
18197: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18198:
18199: 2002-06-26 paf
18200:
18201: * configure, configure.in, src/include/pa_version.h:
18202: release_3_0_0004
18203:
18204: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18205: 0 now
18206:
18207: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18208:
18209: 2002-06-25 paf
18210:
18211: * src/main/pa_string.C: emtpy string, or string of whitespaces
18212: considered bad number now
18213:
18214: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18215: now
18216:
18217: * operators.txt, src/classes/string.C: ^string.normalize [old
18218: name: optimize
18219:
18220: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18221: library configured
18222:
18223: * src/main/pa_request.C: configure_admin forced if no @conf
18224:
1.150 moko 18225: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18226: ^math:crypt updated to generate random salt when needed and to
18227: call system crypt() if not $apr1$ prefix
1.95 moko 18228:
18229: 2002-06-24 paf
18230:
18231: * INSTALL: --with-static/shared-mailreceive described
18232:
18233: * src/include/pa_config_fixed.h: ssize_t fixed
18234:
1.116 moko 18235: * configure, configure.in, src/include/pa_config_auto.h.in,
18236: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18237: src/types/pa_vmail.C: $mail:received makes update
18238:
18239: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18240: WITH_MAILRECEIVE
18241:
18242: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18243:
18244: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18245: option, for $mail:receive
18246:
18247: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18248: introducting $message:received ^mail:send rewritten with backward
18249: comp
18250:
18251: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18252: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18253: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18254: now
18255:
18256: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18257: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18258: src/include/pa_request.h, src/include/pa_string.h,
18259: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18260: src/main/pa_globals.C, src/main/pa_request.C,
18261: src/main/pa_string.C, src/main/pa_uue.C,
18262: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18263: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18264: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18265: uue to separate file introducting $message:received ^mail:send
18266: rewritten with backward comp
18267:
18268: 2002-06-21 paf
18269:
1.116 moko 18270: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18271: co changes
1.95 moko 18272:
1.116 moko 18273: * configure, configure.in, src/lib/md5/Makefile.am,
18274: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18275: restructure .in and .am files appropriate changes
1.95 moko 18276:
18277: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18278: pcre to libs/ added libs/md5 which is linked to non-apache
18279: targets ^math:crypt[password;$apr1$salt]
18280:
18281: * INSTALL, configure.in, operators.txt, parser3.dsw,
18282: src/Makefile.am, src/classes/Makefile.am,
18283: src/classes/classes.dsp, src/classes/math.C,
18284: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18285: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18286: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18287: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18288: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18289: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18290: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18291: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18292: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18293: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18294: src/lib/pcre/pcre_parser_ctype.dsp,
18295: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18296: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18297: src/main/compile.tab.C, src/main/main.dsp,
18298: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18299: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18300: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18301: to libs/ added libs/md5 which is linked to non-apache targets
18302: ^math:crypt[password;$apr1$salt]
18303:
18304: 2002-06-20 paf
18305:
1.150 moko 18306: * INSTALL, configure, configure.in, operators.txt,
18307: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18308: src/include/pa_globals.h, src/include/pa_request.h,
18309: src/main/execute.C, src/main/pa_request.C,
18310: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18311: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18312: file:justname&co & @auto/conf[filespec
1.95 moko 18313:
18314: * operators.txt, src/classes/file.C:
18315: !^file:dirname[/a/some.tar.gz]=/a
18316: !^file:dirname[/a/b/]=/a
18317: !^file:basename[/a/some.tar.gz]=some.tar.gz
18318: !^file:justname[/a/some.tar.gz]=some.tar
18319: !^file:justext[/a/some.tar.gz]=gz
18320:
18321: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18322: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18323: @conf/auto[filespec]
18324:
1.116 moko 18325: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18326:
1.150 moko 18327: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18328: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18329: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18330:
18331: 2002-06-18 paf
18332:
18333: * configure, configure.in, src/include/pa_version.h: version to
18334: configure.in
18335:
18336: * INSTALL: reflected .conf.dist dir change
18337:
1.150 moko 18338: * Makefile.am, configure, configure.in,
1.116 moko 18339: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18340: .in & *.am updated
18341:
18342: * src/classes/file.C: strncasecmp
18343:
18344: * src/classes/file.C: strcasecmp
18345:
1.150 moko 18346: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18347:
18348: * src/classes/file.C: ^file::exec[script;$.bad error case
18349: insensitive check now
18350:
18351: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18352:
18353: * configure, configure.in, src/include/pa_pool.h,
18354: src/include/pa_types.h: pack configure.in detection simplified.
18355: figured out that gcc on sparc not that stupid as thought
18356: previously: on sparc: when it sees packed class it modifies it's
18357: field-access-code to byte operations [stb, ldub] instead of 4byte
18358: operations [st, lduh] so packed must be all parts of packed
18359: class, i.e. it's parents&fields(classes). for now it's only
18360: String that packed and what was wrong is that it's parent -
18361: Pooled, were not packed. fixed that.
18362:
18363: 2002-06-14 paf
18364:
18365: * operators.txt: more precise xml-to-text options
18366:
18367: * operators.txt, src/types/pa_vxnode.C: xnode
18368: attribute_node.name/value xnode pi.node.data
18369:
18370: 2002-06-12 paf
18371:
1.116 moko 18372: * configure, configure.in, src/targets/cgi/Makefile.am,
18373: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18374:
18375: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18376: src/include/pa_globals.h, src/include/pa_request.h,
18377: src/main/compile.tab.C, src/main/pa_globals.C,
18378: src/main/pa_request.C, src/targets/cgi/parser3.C,
18379: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18380:
18381: * src/classes/mail.C: sendmail -ti [default now]
18382:
18383: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18384: to be strings. for convinient #ing
18385:
18386: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18387: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18388:
18389: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18390: main/pa_globals.C, main/pa_request.C: @conf
18391:
18392: 2002-06-11 paf
18393:
18394: * src/classes/file.C: check simplified
18395:
18396: * src/: classes/file.C, targets/cgi/parser3.dsp,
18397: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18398: valid prefix
18399:
18400: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18401: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18402: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18403:
18404: 2002-06-10 paf
18405:
18406: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18407: src/main/pa_common.C: lock failures reported now
18408:
18409: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18410: string->double @ compile time were not-enough-checking...
18411:
18412: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18413: autoconvert now ignored
18414:
18415: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18416: check
18417:
18418: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18419: $response:body content-type:name
18420:
18421: * configure, configure.in: hpux check, nsl link, no socket
18422:
18423: * operators.txt: old merge conflict removed
18424:
18425: * configure, configure.in: pack even address access on sparc&co
18426: arch checked in configure
18427:
18428: * configure, src/include/pa_version.h: makes
18429:
18430: * configure, configure.in, src/include/pa_version.h: makes
18431:
18432: * src/main/untaint.C: (bug#2) mail subject got always prepended
18433: with charset even when all letters were 7bit one
18434:
18435: * src/main/pa_common.C: merged fixed -d (bug)
18436:
18437: * src/main/pa_common.C: fixed -d (bug)
18438:
18439: 2002-06-03 paf
18440:
18441: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18442: src/classes/classes.dsp, src/main/compile.tab.C,
18443: src/main/main.dsp, src/main/pa_globals.C,
18444: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18445: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18446: .dsp-s along with reorganized cvs modules dirs structure
18447:
18448: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18449: main/pa_globals.C, targets/cgi/parser3.dsp,
18450: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18451: modules
18452:
18453: 2002-05-28 paf
18454:
18455: * src/targets/cgi/parser3.C: info.uri now ""
18456:
18457: 2002-05-17 paf
18458:
18459: * src/classes/: table.C: ^table.save << checked empty
18460: pre/match/post columns
18461:
18462: 2002-05-16 paf
18463:
18464: * src/classes/image.C: image::measure can png now
18465:
18466: 2002-05-15 paf
18467:
18468: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18469: added
18470:
18471: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18472:
18473: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18474: %H[:%M[:%S]]]]]] [-%m now
18475:
18476: 2002-05-14 paf
18477:
18478: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18479:
18480: 2002-05-07 paf
18481:
18482: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18483: src/include/pa_globals.h, src/include/pa_request.h,
18484: src/include/pa_table.h, src/main/compile.tab.C,
18485: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18486: src/main/pa_request.C, src/main/pa_table.C,
18487: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18488: src/targets/isapi/parser3isapi.dsp,
18489: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18490: name2number field now &. main_method_name now on Request pool
18491: rather on global_pool [Junction+VJunction created on same pool as
18492: name = were created on global pool, causing mem leaks]
18493:
18494: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18495: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18496: main/compile.y, main/main.dsp, main/pa_globals.C,
18497: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18498: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18499: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18500: field now &. main_method_name now on Request pool rather on
18501: global_pool [Junction+VJunction created on same pool as name =
18502: were created on global pool, causing mem leaks]
18503:
18504: 2002-05-06 paf
18505:
18506: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18507: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18508: 100*40 bytes per request memory leak [nonpool malloc in globals]
18509:
18510: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18511: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18512: 100*40 bytes per request memory leak [nonpool malloc in globals]
18513:
18514: 2002-04-30 paf
18515:
18516: * configure, src/include/pa_version.h: version now not b
18517:
18518: * src/targets/cgi/parser3.C: request.uri now never 0
18519:
18520: 2002-04-29 paf
18521:
18522: * configure.in: removed b
18523:
18524: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18525: Exception::comment/type checked in (), no there's no empty
18526: type/comment by default
18527:
18528: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18529: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18530: src/doc/value.dox, src/include/pa_exception.h,
18531: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18532: 0001
18533:
18534: 2002-04-26 paf
18535:
18536: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18537: size reduced
18538:
18539: 2002-04-25 paf
18540:
18541: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18542: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18543: now that took into account
18544:
18545: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18546: 01:03:04]
18547:
18548: * ChangeLog, operators.txt, src/classes/date.C:
18549: ^date::create[2002-12-33 01:03:04]
18550:
18551: * ChangeLog: updated changelog
18552:
18553: * src/classes/table.C: removed restriction on column count to
18554: ^table.hash to work, now must be >0 [were >1]
18555:
18556: 2002-04-24 paf
18557:
18558: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18559: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18560: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18561: targets
18562:
18563: 2002-04-23 paf
18564:
18565: * operators.txt, src/classes/string.C:
18566: int/double/string:sql{}[$.default{code}] fixed [were barking:
18567: "junction used outside of context"]
18568:
18569: 2002-04-22 paf
18570:
18571: * types.txt, src/classes/string.C, src/include/pa_string.h,
18572: src/main/pa_string.C, src/types/pa_vstring.C,
18573: src/types/pa_vstring.h: ^string.optimize[]
18574:
18575: * src/: include/pa_globals.h, include/pa_table.h,
18576: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18577: table template
18578:
18579: * src/classes/: string.C: optimize removed from string
18580: .left/right/pos
18581:
18582: * src/main/execute.C: rolled back to
18583: before_killing_userjunction_contexts
18584:
18585: * src/main/execute.C: user junctions context killed
18586:
18587: * src/main/execute.C: junctions to local contexts got
18588: cleanized&checked later
18589:
18590: 2002-04-19 paf
18591:
18592: * src/: classes/string.C, include/pa_request.h,
18593: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18594: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18595: prior to .left .right .mid .pos .match when that is profitable,
18596: and always before .replace when $ORIGINS(1) optimization disabled
18597: economy from not wasting mem on lots of strings which occur by
18598: lots of String:mid calls to get parts of source string between
18599: found_occurances
18600:
18601: * src/classes/file.C: ovector now local economy: 16 bytes per
18602: ^file:list
18603:
18604: * src/: include/pa_globals.h, include/pa_table.h,
18605: main/pa_globals.C, main/pa_string.C: String::match table columns
18606: globalized, not created @ each ^match anymore economy:
18607: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18608:
18609: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18610: removed from each String::match replace iteration, and made
18611: stacked sizeof(VTable)=12bytes economy on each replace code
18612:
18613: * src/doc/footer.htm: 2001,
18614:
18615: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18616: string.match[]['] option enables generation of $match.prematch
18617: .match .postmatch columns
18618:
18619: * src/main/pa_string.C: String::match options analized without
18620: cstr-ing them now
18621:
18622: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18623: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18624: config updated to doxygen 1.2.15, created helper which fixes
18625: minor bugs in chm project files & htm tree. changed extension to
18626: .htm
18627:
18628: 2002-04-18 paf
18629:
18630: * src/doc/doxygen.cfg: .chi generation disabled
18631:
18632: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18633: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18634: fields&methods
18635:
18636: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18637: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18638: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18639: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18640: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18641: types/pa_vresponse.h, types/pa_vstateless_class.h,
18642: types/pa_vstateless_object.h, types/pa_vstatus.h,
18643: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18644: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18645: VStateless_class to VObject
18646:
18647: * src/: main/pa_request.C, types/pa_valiased.h,
18648: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18649: types/pa_vstring.h: VStateless_string_object speicalized light
18650: version of VStateless_object
18651:
18652: * src/classes/op.C: ^throw comment param made optional
18653:
18654: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18655: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18656: and implemented down in VClass, fclass_alias removed,
18657:
18658: * src/types/pa_value.C: forced to cut that from .h because of
18659: VStateless_class usage [undefined in .h]
18660:
18661: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18662: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18663: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18664: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18665: on each CALL]
18666:
18667: * src/: classes/classes.h, classes/date.C, classes/double.C,
18668: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18669: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18670: classes/response.C, classes/string.C, classes/table.C,
18671: classes/void.C, classes/xnode.C, include/pa_globals.h,
18672: include/pa_request.h, main/execute.C, main/pa_globals.C,
18673: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18674: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18675: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18676: types/pa_vstateless_class.h, types/pa_wcontext.C,
18677: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18678: removed Value::fname
18679:
18680: 2002-04-17 paf
18681:
18682: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18683: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18684: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18685: include/pa_pool.h, include/pa_types.h: dox updated to current
18686: state, PTHROW freshen to throw & co
18687:
18688: * src/types/pa_vhash.h: vstring wrong parent fixed
18689:
18690: * src/classes/op.C: taint local result var bug fixed
18691:
18692: 2002-04-16 paf
18693:
18694: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18695: Attic asm.txt as most interesting
18696:
18697: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18698: check, preventing content-length: 0 from appearing
18699:
18700: * src/main/execute.C: $result in @main now taken into account as in
18701: usual functions
18702:
18703: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18704: & @unhandled_exception now taken into account as in usual
18705: functions
18706:
18707: * src/doc/postbuild.txt: instructions on post .html build
18708:
18709: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18710:
18711: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18712: tainted
18713:
18714: * src/main/pa_request.C: uri in error log
18715:
18716: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18717: cheched date:create(days) param for validity [later were assumed
18718: valid and crashed on invalid onces]
18719:
18720: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18721: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18722: and used that for removing VString wrapper
18723:
18724: * src/classes/op.C: exception2vhash file now tainted
18725:
18726: * src/classes/op.C: _process pseudo origin copied from local var to
18727: heap
18728:
18729: * src/classes/op.C: extra check on empty file in origin in _execute
18730:
18731: 2002-04-15 paf
18732:
18733: * src/: main/execute.C, types/pa_value.h: fixed name update
18734:
18735: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18736: functions
18737:
18738: * src/: classes/file.C, classes/hash.C, classes/op.C,
18739: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18740: started dual write_xxx_lang functions, if checked & works
18741:
18742: * src/: classes/date.C, classes/file.C, classes/mail.C,
18743: classes/string.C, classes/xnode.C, include/pa_request.h,
18744: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18745: unnecessary VString shells
18746:
18747: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18748: prev changes]
18749:
18750: * src/: classes/image.C, classes/op.C, classes/string.C,
18751: classes/table.C, include/pa_request.h, main/execute.C,
18752: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18753: StringOrValue wcontext result, now ready for dual writes
18754:
18755: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18756: checked that
18757:
18758: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18759: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18760: changed to OP_WRITE_VALUE in var get cases
18761:
18762: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18763: include/pa_request.h, main/compile.tab.C, main/compile.y,
18764: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18765: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18766: switch in hash constructor fixed [were problems with using of
18767: stacked wwrapper after it's death]
18768:
18769: 2002-04-12 paf
18770:
18771: * operators.txt, src/classes/table.C: table.select(expression) 0
18772:
18773: 2002-04-11 paf
18774:
18775: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18776: Request::process_internal codeFrame & wwrapper stacked [not
18777: wasting heap anymore]
18778:
18779: 2002-04-10 paf
18780:
18781: * src/: classes/double.C, classes/file.C, classes/hash.C,
18782: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18783: classes/string.C, classes/table.C, classes/void.C,
18784: classes/xdoc.C, include/pa_request.h, main/execute.C,
18785: main/pa_string.C: killed Request::process() wrapping
18786: VString(String) in case we need only String
18787:
18788: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18789: killed 8 bytes from String.head
18790:
18791: 2002-04-09 paf
18792:
18793: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18794: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18795: local*/char b[...]; a=b; situations
18796:
18797: * operators.txt, src/classes/xdoc.C: xslt params made literal
18798:
18799: * src/classes/xdoc.C: xslt params fixed
18800:
18801: * src/: main/pa_common.C, targets/cgi/parser3.C,
18802: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18803: not pool.malloc(MAX_NUMBER) but really neaded
18804:
18805: * operators.txt, src/classes/double.C, src/classes/int.C:
18806: int/double.int/double(default)
18807:
18808: 2002-04-04 paf
18809:
18810: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18811: [when reconstructing pieces were split by
18812: max_integral(piece.size), thus some strings to replace happen to
18813: be split into two = not replaced)
18814:
18815: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18816: standalone version = current dir
18817:
18818: * src/targets/cgi/parser3.C: document root in standalone version =
18819: current dir
18820:
18821: 2002-04-03 paf
18822:
18823: * configure, configure.in: more checks on nonexistent charset
18824:
1.116 moko 18825: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18826:
18827: 2002-04-02 paf
18828:
18829: * src/main/compile.C: parser.compile [exception name more like in
18830: doc]
18831:
18832: 2002-04-01 paf
18833:
18834: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18835: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18836: .content-type.charset, not .charset
18837:
18838: 2002-03-29 paf
18839:
18840: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18841:
18842: * operators.txt, src/classes/date.C: ^date::create now may not
18843: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18844: days' year. | 31.05->31.04 roll
18845:
18846: 2002-03-28 paf
18847:
18848: * operators.txt, src/classes/date.C, src/classes/op.C,
18849: src/include/pa_globals.h, src/include/pa_hash.h,
18850: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18851: ^cache(seconds) ^cache[date] }
18852:
18853: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18854: param
18855:
18856: 2002-03-27 paf
18857:
18858: * operators.txt, src/classes/date.C, src/classes/double.C,
18859: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18860: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18861: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18862: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18863: src/classes/xnode.C, src/include/pa_exception.h,
18864: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18865: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18866: src/main/pa_array.C, src/main/pa_charset.C,
18867: src/main/pa_charsets.C, src/main/pa_common.C,
18868: src/main/pa_dictionary.C, src/main/pa_exception.C,
18869: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18870: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18871: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18872: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18873: src/types/pa_value.h, src/types/pa_vcookie.C,
18874: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18875: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18876: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18877: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18878: src/types/pa_wwrapper.h: assigned exception types
18879:
18880: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18881: src/include/pa_request.h, src/main/execute.C,
18882: src/main/pa_request.C: decided agains resetting exception_trace,
18883: just changed name
18884:
18885: 2002-03-26 paf
18886:
18887: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18888: fixed
18889:
18890: * src/classes/op.C: forced language of $source field of exception
18891: to 'tainted', so that sql-langed-frags could be outputed outside
18892: of connect
18893:
18894: * operators.txt: removed date.roll limit of +-1 offset
18895:
18896: * src/classes/date.C: removed date.roll limit of +-1 offset
18897:
18898: * operators.txt, src/classes/date.C: fixed date roll on
18899: daylightsaving days mktime took into account tm_isdst flag, which
18900: remained from BEFORE roll, but should have been reset
18901:
18902: 2002-03-25 paf
18903:
18904: * operators.txt, src/targets/cgi/parser3.C:
18905: http_site_config_filespec
18906:
18907: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18908: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18909: with any/both --disable-foreign-group-files --disable-execs
18910:
18911: * INSTALL: "--with=sendmail=COMMAND" comment
18912:
18913: * INSTALL, configure, configure.in, src/classes/mail.C,
18914: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18915: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18916: disables execs also. introducing --sendmail
1.95 moko 18917:
18918: * operators.txt: pgsql options comment
18919:
18920: * INSTALL: comment on --disable-link-stdcpp
18921:
1.116 moko 18922: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18923: libstdc++ link skipping configure option
1.95 moko 18924:
18925: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18926: with error were put to cache with 'marked_to_rollback' flag, all
18927: consequent even OK requests rolled back
18928:
18929: 2002-03-22 paf
18930:
18931: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18932: false return
18933:
18934: * operators.txt: few comments on sets
18935:
18936: 2002-03-18 paf
18937:
18938: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18939: src/include/pa_globals.h, src/include/pa_request.h,
18940: src/include/pa_stack.h, src/main/pa_globals.C,
18941: src/main/pa_request.C: introducing ^try
18942:
18943: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18944: types/pa_vdouble.h: removed some tested @tests
18945:
18946: 2002-03-15 paf
18947:
18948: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18949:
18950: 2002-03-13 paf
18951:
18952: * src/main/pa_exception.C: checked not-pooled malloc
18953:
18954: 2002-03-11 paf
18955:
18956: * INSTALL, configure, configure.in,
18957: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18958:
18959: * src/main/pa_common.C: --disable-foreign-group-files
18960:
18961: * INSTALL: --disable-execs
18962:
18963: * src/main/pa_exec.C: --disable-execs
18964:
18965: * configure, configure.in, src/include/pa_config_auto.h.in:
18966: --disable-execs
18967:
18968: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18969:
18970: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18971: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18972:
18973: 2002-03-05 paf
18974:
18975: * operators.txt, src/classes/date.C: date week calendar columns
18976: named
18977:
18978: * operators.txt, src/classes/date.C: date week calendar columns
18979: named
18980:
18981: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18982: requires headers to be terminated with \r\n manually [refuses to
18983: separate header/body itself]
18984:
18985: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18986: targets/isapi/parser3isapi.C: isapi site config beside .dll
18987:
18988: 2002-03-04 paf
18989:
18990: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18991: in PASS language
18992:
18993: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18994: deserialize checks on broken file
18995:
18996: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18997: parser3isapi.dsp: isapi updated
18998:
18999: 2002-03-01 paf
19000:
19001: * src/main/pa_exec.C: execle -> execve, now argc OK
19002:
19003: 2002-02-28 paf
19004:
19005: * src/main/untaint.C: removed some debug comments
19006:
19007: * src/main/pa_charsets.C: when placing charset to cache using
19008: global name now [were request]
19009:
19010: * configure, configure.in: apache module updated
19011:
19012: * src/main/pa_string.C: origin by first piece preferred before last
19013: piece
19014:
19015: 2002-02-27 paf
19016:
19017: * src/main/pa_charset.C: size_t
19018:
19019: * INSTALL: shared/static-xml with-pathlink
19020:
19021: * operators.txt: SMTP comment
19022:
19023: 2002-02-26 paf
19024:
19025: * src/main/pa_exec.C: more precise names for vars, cosmetic
19026:
19027: * src/classes/xnode.C: in some situation, xpath query returned
19028: result with type NODESET, but empty nodeset member field, checked
19029: that
19030:
19031: 2002-02-22 paf
19032:
19033: * INSTALL: without-zlib comment
19034:
19035: * etc/parser3.charsets/windows-1251.cfg: °
19036:
19037: * configure, configure.in: glib###.a detection fixed
19038:
19039: * INSTALL: hashfile removed from INSTALL
19040:
1.116 moko 19041: * Makefile.am: make update
1.95 moko 19042:
19043: * src/main/pa_string.C: string iterators fixed again, so were
19044: String::join_chain
19045:
19046: * src/main/pa_string.C: string iterators fixed again, so were
19047: String::join_chain
19048:
19049: * src/: include/pa_string.h, main/pa_string.C: string iterators
19050: fixed again, so were String::join_chain
19051:
19052: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19053:
19054: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19055: "session"
19056:
1.116 moko 19057: * configure, configure.in, src/include/pa_config_auto.h.in:
19058: --with-shared-xml --with-static-xml
1.95 moko 19059:
19060: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19061: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19062: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19063: xalan&xml
19064:
19065: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19066:
19067: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19068: src/types/types.dsp: removed hashfile support from sources for
19069: now
19070:
1.116 moko 19071: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19072: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19073: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19074: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19075: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19076: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19077: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19078: src/types/Makefile.am, src/types/pa_vhashfile.C,
19079: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19080:
19081: 2002-02-21 paf
19082:
19083: * src/main/untaint.C: removed debug code, activated commented-for
19084: debug parts
19085:
1.116 moko 19086: * Makefile.am: make cvsupdate
1.95 moko 19087:
19088: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19089: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19090: append_row, not at link zero now string to string appending works
19091:
19092: 2002-02-20 paf
19093:
19094: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19095: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19096: DEBUG_STRING_APPENDS_VS_EXPANDS
19097:
19098: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19099: economy: 22%
19100:
19101: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19102: space uptimized: string::link_row removed
19103:
19104: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19105: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19106: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19107: types/pa_vstring.h: speed uptimized: string::is_empty
19108:
19109: * operators.txt, src/include/pa_common.h,
19110: src/include/pa_config_fixed.h, src/include/pa_string.h,
19111: src/include/pa_types.h, src/main/compile.tab.C,
19112: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19113: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19114: string append optimiziation idea and estimates
19115:
19116: 2002-02-19 paf
19117:
19118: * src/classes/math.C: not used directly [but erroreously reported
19119: that 'is', thus registering twice&other probs]
19120:
19121: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19122: to node [element]
19123:
19124: * src/main/compile.C: without string_origins parse error
19125: file+line+col possible
19126:
19127: * src/main/: compile.C: without string_origins not worked
19128:
19129: 2002-02-18 paf
19130:
19131: * src/types/pa_vdouble.h: since we have in_expression removed that
19132: trick i've installed into double::as_string
19133:
19134: * src/main/pa_globals.C: extern "C" was removed too fast
19135:
19136: * src/: include/pa_opcode.h, include/pa_request.h,
19137: main/compile.tab.C, main/compile.y, main/execute.C,
19138: types/pa_wcontext.h: in_expression aimed to solve old problem
19139: with string/nonstring values, now in expressions double/int
19140: values are passed as-is, without stupid tostring/fromstring
19141: conversions
19142:
19143: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19144: __cplusplus } #endif
19145:
19146: * src/main/compile.tab.C: bison env set so one could compile
19147: without cygwin installed
19148:
19149: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19150: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19151: gnome xml libs parser .dsp-s changed accordingly
19152:
19153: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19154:
19155: * operators.txt, src/classes/date.C: date::create [were date::set,
19156: with backward comp
19157:
19158: * src/classes/math.C: math:random range check fixed
19159:
19160: * src/main/: compile.tab.C, compile.y: integer division stops name
19161:
19162: * INSTALL: local install comment
19163:
1.116 moko 19164: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19165:
1.116 moko 19166: * acinclude.m4, aclocal.m4, configure, configure.in,
19167: src/include/pa_config_auto.h.in,
19168: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19169: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19170:
19171: * operators.txt: \ comment
19172:
19173: 2002-02-13 paf
19174:
19175: * src/include/pa_config_includes.h: sys/time time both included
19176: now. vaguely remember confilicts on this on some system [not on
19177: six|ablv] so when would see them again would think up proper
19178: check
19179:
1.116 moko 19180: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19181: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19182:
19183: * src/main/pa_common.C: truncation never occured when writing files
19184: on unix [since i've changed cache mech] fix
19185:
19186: * src/main/pa_common.C: strnchr: sanity check added
19187:
19188: * etc/parser3.charsets/windows-1257.cfg: id added
19189:
19190: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19191: baltic charset file generated, in generation script ispunct check
19192: added
19193:
19194: 2002-02-08 paf
19195:
1.116 moko 19196: * src/: include/Makefile.am, sql/Makefile.am,
19197: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19198:
19199: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19200: forgotten
19201:
19202: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19203:
19204: * INSTALL, README: install&others updated
19205:
19206: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19207:
1.116 moko 19208: * Makefile.am, configure, configure.in,
19209: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19210: src/classes/Makefile.am, src/main/Makefile.am,
19211: src/main/pa_status_provider.C, src/targets/Makefile.am,
19212: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19213: works
1.95 moko 19214:
19215: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19216: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19217: classes/hashfile.C, classes/int.C, classes/mail.C,
19218: classes/math.C, classes/op.C, classes/response.C,
19219: classes/string.C, classes/table.C, classes/void.C,
19220: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19221: include/pa_array.h, include/pa_cache_managers.h,
19222: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19223: include/pa_config_fixed.h, include/pa_config_includes.h,
19224: include/pa_db_connection.h, include/pa_db_manager.h,
19225: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19226: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19227: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19228: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19229: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19230: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19231: include/pa_stack.h, include/pa_string.h,
19232: include/pa_stylesheet_connection.h,
19233: include/pa_stylesheet_manager.h, include/pa_table.h,
19234: include/pa_threads.h, include/pa_types.h, main/compile.C,
19235: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19236: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19237: main/pa_db_connection.C, main/pa_db_manager.C,
19238: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19239: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19240: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19241: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19242: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19243: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19244: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19245: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19246: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19247: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19248: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19249: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19250: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19251: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19252: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19253: types/pa_vmethod_frame.h, types/pa_vobject.h,
19254: types/pa_vrequest.h, types/pa_vresponse.h,
19255: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19256: types/pa_vstateless_object.h, types/pa_vstatus.C,
19257: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19258: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19259: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19260: classes/image.C, main/pa_common.C, main/pa_exec.C,
19261: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19262: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19263: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19264: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19265: types/pa_vxnode.C, main/pa_charset.C: name spelling
19266:
19267: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19268: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19269: classes/hashfile.C, classes/image.C, classes/int.C,
19270: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19271: classes/string.C, classes/table.C, classes/void.C,
19272: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19273: include/pa_array.h, include/pa_cache_managers.h,
19274: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19275: include/pa_config_fixed.h, include/pa_config_includes.h,
19276: include/pa_db_connection.h, include/pa_db_manager.h,
19277: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19278: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19279: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19280: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19281: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19282: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19283: include/pa_stack.h, include/pa_string.h,
19284: include/pa_stylesheet_connection.h,
19285: include/pa_stylesheet_manager.h, include/pa_table.h,
19286: include/pa_threads.h, include/pa_types.h, main/compile.C,
19287: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19288: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19289: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19290: main/pa_db_connection.C, main/pa_db_manager.C,
19291: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19292: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19293: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19294: main/pa_socks.C, main/pa_sql_driver_manager.C,
19295: main/pa_status_provider.C, main/pa_string.C,
19296: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19297: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19298: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19299: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19300: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19301: targets/isapi/pool_storage.h, types/pa_valiased.C,
19302: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19303: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19304: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19305: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19306: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19307: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19308: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19309: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19310: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19311: types/pa_vresponse.h, types/pa_vstateless_class.C,
19312: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19313: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19314: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19315: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19316: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19317: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19318:
19319: 2002-02-07 paf
19320:
19321: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19322:
1.116 moko 19323: * configure, configure.in, src/include/pa_config_auto.h.in,
19324: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19325: added yet another locking function: fcntl
1.95 moko 19326:
19327: * config.sub: on cygwin configure passes it with strange i1586
19328: const, hacked it to mean i586
19329:
19330: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19331: disabled $if reference due to conflicts with local variables
19332:
19333: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19334: xdoc::set obsolete now, now xdoc::create, with both sences
19335:
19336: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19337: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19338: table::create now // 'set' name obsolete now table clone.
19339:
19340: * operators.txt, src/classes/string.C,
19341: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19342: ^int/double/string.format now can be called with normal []
19343: brackets, not stupid {} as it were implemented for some strange
19344: reason. retaining backward compatibility due to some
19345: already-implemented servers
19346:
19347: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19348: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19349: operators now detected by check at name_without_curly_rdive_read
19350: rule whether diving code constists only of
19351: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19352: with OP_GET_ELEMENT_OR_OPERATOR to form
19353: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19354:
19355: 2002-02-06 paf
19356:
19357: * configure, configure.in: prefix expanded, grr
19358:
19359: * operators.txt, src/classes/mail.C: mail:send config changed
19360:
19361: 2002-02-05 paf
19362:
19363: * operators.txt: regex options commented
19364:
19365: * src/main/: pa_exec.C: argv0 now correct
19366:
19367: * src/types/pa_vstatus.C: status:rusage 3
19368:
19369: * src/types/pa_vstatus.C: status:rusage 2
19370:
19371: * operators.txt: status:rusage described int operators
19372:
19373: * src/types/pa_vstatus.C: status:rusage 1
19374:
19375: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19376: src/types/types.dsp: status:rusage
19377:
19378: * configure.in, operators.txt, src/classes/file.C,
19379: src/classes/op.C, src/include/pa_common.h,
19380: src/include/pa_config_includes.h, src/main/compile.tab.C,
19381: src/main/pa_common.C: rewritten ^cache to use
19382: non-blocking-exclusive-caches
19383:
19384: * src/main/pa_common.C: text file read mode on win32 adjusted
19385: [speed impact. was off for debugging purpose, but forgotten
19386: afterwards]
19387:
19388: 2002-02-01 paf
19389:
19390: * src/classes/op.C: file_write does EX lock after create, while
19391: file_read does SH after open, so there's a moment after create
19392: but before EX lock when read can sneak into, and read
19393: just-created-for-writing-and-not-yet-locked file, added a check
19394: for that in ^cache...read
19395:
19396: 2002-01-31 paf
19397:
19398: * src/main/: compile.y, compile.tab.C: disabled operator call after
19399: ^xxx:
19400:
19401: * src/main/: compile.tab.C, execute.C: made operators lookup first
19402: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19403:
19404: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19405: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19406: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19407: operators check 6.1 rewritten. now check is done at compile time
19408:
19409: * src/main/execute.C: operators check 5 floated up old error of
19410: staying in 'entered class/object' state after $a($a..) it
19411: prevented operators from being called thereafter
19412:
19413: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19414: main/execute.C: operators check 4 floated up old error of staying
19415: in 'entered object' state after ^a.a(a) it prevented operators
19416: from being called thereafter
19417:
19418: * src/main/execute.C: operators check 3 floated up old error of
19419: staying in 'entered class' state after $a:a(a) it prevented
19420: operators from being called thereafter
19421:
19422: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19423: floated up old error of staying in 'entered class' state after
19424: $a:a[a] it prevented operators from being called thereafter
19425:
19426: * src/main/execute.C: operators check, thay mistakenly seen in
19427: $class:operator $object.operators contexts
19428:
19429: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19430: win32
19431:
1.116 moko 19432: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19433: src/classes/Makefile.am, src/main/Makefile.am,
19434: src/targets/cgi/Makefile.am,
1.95 moko 19435: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19436: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19437:
1.116 moko 19438: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19439: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19440: configure, configure.in, form.txt, ident.awk, install-sh,
19441: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19442: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19443: etc/parser3.charsets/Makefile.am,
19444: etc/parser3.charsets/koi8-r.cfg,
19445: etc/parser3.charsets/windows-1250.cfg,
19446: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19447: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19448: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19449: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19450: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19451: straightened installation scripts procedure made
19452: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19453: change
19454:
19455: 2002-01-30 paf
19456:
19457: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19458: removed] those comments were a mistake, and prevented libltdl
19459: from function properly
19460:
19461: 2002-01-29 paf
19462:
1.116 moko 19463: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19464: creation [modified acinclude.m4 which were creating int into just
19465: assignment LIBTOOL=../libtool] added default system
19466: config&charsetts prepared 'make install', now it installs
19467: targets/cgi/parser3 into bin directory etc/parser3.conf &
19468: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19469: $sysconfdir/parser3.charsets respectively
19470:
19471: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19472: main/pa_globals.C: few forgotten ifdef XML added
19473:
19474: 2002-01-28 paf
19475:
1.116 moko 19476: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19477: removed
19478:
19479: * src/main/pa_exception.C: dom|generic error output fix
19480:
19481: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19482:
19483: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19484:
19485: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19486: [fixed as_node helper func to accept docs]
19487:
19488: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19489: xdoc.importNode 0
19490:
19491: * src/classes/xdoc.C: xdoc::set now untaints OK
19492:
19493: 2002-01-25 paf
19494:
19495: * src/main/: compile.tab.C, compile.y: #comment before @ after
19496: @SPECIAL now works OK
19497:
19498: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19499:
19500: * src/main/pa_exec.C: max arg count now 10, and proper message on
19501: violation that added
19502:
19503: * src/classes/hash.C: unified hash::sql, now
19504: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19505:
19506: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19507: ^file:lock[filename]{code}
19508:
19509: * src/: classes/file.C, classes/op.C, classes/string.C,
19510: classes/table.C, classes/xdoc.C, include/pa_common.h,
19511: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19512: to some pa_common funcs
19513:
19514: * src/: include/pa_charset.h, main/pa_globals.C:
19515: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19516:
19517: * src/: include/pa_charset.h, main/pa_charset.C,
19518: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19519: not stupid illegal define
19520:
19521: 2002-01-24 paf
19522:
19523: * src/include/pa_version.h: changed version number
19524:
19525: * src/: classes/hashfile.C, include/pa_db_table.h,
19526: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19527: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19528: main/pa_db_connection.C, main/pa_db_table.C,
19529: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19530: hashfile without logfiles
19531:
19532: * src/: classes/hashfile.C, include/pa_db_table.h,
19533: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19534: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19535: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19536: DB_INIT_TXN init bits, thus got rid of huge log files, which
19537: cluttered disk without huge need]
19538:
19539: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19540: handy macro, which is strangly abscent in dome lib
19541:
19542: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19543:
19544: * src/classes/xdoc.C: checked empty response
19545:
19546: * src/classes/xnode.C: xdoc.select fixed context node [were always
19547: /, not self node]
19548:
19549: * src/classes/xnode.C: xnode.select returns array always now, in
19550: case 'nothing found' returns empty array
19551:
19552: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19553: be more tender with ctrl/c/v
19554:
19555: 2002-01-23 paf
19556:
19557: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19558: substituted. // 2. when dom tree with entites goes under
19559: transform text nodes // got [erroreosly] cut on first
19560: entity occurance
19561:
19562: * src/types/pa_vdouble.h: double prec. todo: get rid of
19563: twice-converting
19564:
19565: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19566: 'e' in output this is for regretful twice-converting here:
19567: $a(double value) when they write double falue they convert it to
19568: string first, thus %g were losing precesion.
19569:
19570: todo: think up some way to remove double->string string->double
19571: twice-converting
19572:
19573: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19574: %.20E now default float format this is for regretful
19575: twice-converting here: $a(double value) when they write double
19576: falue they convert it to string first, thus %g were losing
19577: precesion.
19578:
19579: todo: think up some way to remove double->string string->double
19580: twice-converting
19581:
19582: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19583: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19584: reasons in comment inside
19585:
19586: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19587: statically linked]
19588:
19589: * src/: include/pa_exception.h, main/compile.tab.C,
19590: main/pa_exception.C: removed exception va_list constructor. 1.
19591: not needed anymore 2. there were a conflict[causing errors]
19592: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19593: never detected an ambiguilty here, compiling ctor(, "hello") into
19594: ctor(, va_list) which, of course, caused gpf
19595:
19596: * src/main/pa_globals.C: removed debug xslt messages
19597:
19598: 2002-01-22 paf
19599:
19600: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19601: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19602: helps compiling stylesheet properly. example: this refused to
19603: work, <b>«<xsl:value-of select="@title"
19604: />»</b> stranly worked only this way:
19605: <b>«<xsl:value-of select="@title" />»</b>
19606:
19607: docs says "set it to 1", never going into details, so I decided
19608: to try NOT to do that
19609:
19610: * src/classes/table.C: join behaived badly in case named tables
19611: structure mismatched: 0 strings sneaked into dest failing
19612: afterwards. replaced them with empty strings
19613:
19614: 2002-01-21 paf
19615:
19616: * src/main/pa_charset.C: checked empty transcoders in
19617: transcode_cstr|buf
19618:
19619: * src/classes/xdoc.C: xdoc::load error source = filespec
19620:
19621: * src/classes/xdoc.C: transform error source now
19622: stylesheet_filespec
19623:
1.116 moko 19624: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19625: include/pa_stylesheet_connection.h, main/pa_charset.C,
19626: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19627: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19628: gnome
1.95 moko 19629:
19630: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19631: include/pa_globals.h, include/pa_stylesheet_connection.h,
19632: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19633: xslt generic error 1
19634:
19635: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19636: xml generic message 1
19637:
19638: * src/classes/table.C: ^table::load empty lines or #comments before
19639: headline
19640:
19641: * src/: include/pa_array.h, include/pa_globals.h,
19642: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19643: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19644: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19645: errors 0
19646:
19647: 2002-01-16 paf
19648:
19649: * src/: classes/hash.C, classes/op.C, classes/string.C,
19650: classes/table.C, classes/void.C, classes/xdoc.C,
19651: include/pa_db_connection.h, include/pa_request.h,
19652: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19653: include/pa_stylesheet_connection.h,
19654: include/pa_stylesheet_manager.h, main/pa_request.C,
19655: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19656: targets/cgi/pool_storage.h: auto closers to sql_connection,
19657: stylesheet_connection auto destroyers to remaining gnome objects
19658:
19659: * src/classes/xdoc.C: few comments
19660:
19661: 2002-01-15 paf
19662:
19663: * src/classes/xdoc.C: xdoc file save string
19664:
19665: ready. todo: error handling
19666:
19667: * src/classes/xdoc.C: xdoc save rewritten using
19668: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19669: result
19670:
19671: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19672: started output options parsing
19673:
19674: 2002-01-14 paf
19675:
19676: * src/classes/xdoc.C: method
19677:
19678: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19679: include/pa_pool.h, include/pa_stylesheet_connection.h,
19680: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19681: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19682: xslt transform0. TODO: use output options handle errors
19683:
19684: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19685:
19686: 2002-01-11 paf
19687:
19688: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19689: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19690: partial logical && || evaluation
19691:
19692: * src/classes/xnode.C: xpath selectNodes
19693:
19694: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19695: string/number/bool
19696:
19697: * src/classes/xnode.C: xpath selectNode 2
19698:
19699: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19700: xpath selectNode 1
19701:
19702: 2002-01-10 paf
19703:
19704: * src/classes/xnode.C: xpath selectNode -100 [just written]
19705:
19706: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19707: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19708: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19709: refcounter]
19710:
19711: 2001-12-29 paf
19712:
19713: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19714: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19715: glib works 0
19716:
19717: 2001-12-28 paf
19718:
19719: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19720: main/pa_exception.C: started glib transcoders
19721:
19722: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19723:
19724: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19725: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19726: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19727: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19728: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19729: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19730: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19731: libs just compiled in. no refcounting no xpath no xslt yet
19732:
19733: 2001-12-27 paf
19734:
19735: * src/: include/pa_charset.h, include/pa_common.h,
19736: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19737: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19738: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19739: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19740: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19741: from xalan&xerces, started the process. globals [initialization
19742: pool [charset update charset [transcodings vxnode vxdoc [DOM
19743: calls
19744:
19745: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19746: anymore
19747:
19748: 2001-12-26 paf
19749:
19750: * src/: include/pa_charset.h, include/pa_charsets.h,
19751: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19752: key globalized [bug]
19753:
19754: 2001-12-25 paf
19755:
19756: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19757: main/pa_string.C: table set & append changed splitting languages,
19758: separators now can be clean AND as-is same to mail command line
19759: $MAIN:MAIL.progX arguments
19760:
19761: 2001-12-24 paf
19762:
19763: * src/classes/mail.C: one parted text messages - no multipart
19764: mime-type anymore. for convinient if $.attach-ments
19765:
19766: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19767: main/pa_string.C: read from cache size check updated
19768:
19769: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19770:
19771: 2001-12-21 paf
19772:
19773: * src/classes/date.C: date:sql-string now returns localtime
19774:
19775: * src/main/pa_request.C: $result in @main actually not working, to
19776: hell with it for now
19777:
19778: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19779: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19780: @postprocess @exception
19781:
19782: * src/main/execute.C: junction evaluation canceled - endless
19783: recursion detected
19784:
19785: 2001-12-19 paf
19786:
19787: * src/main/pa_charset.C: charset->charset transcoding via unicode
19788: intermediate
19789:
19790: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19791:
19792: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19793:
19794: * src/classes/op.C: ^cache keypath now relative
19795:
19796: * src/classes/mail.C: changed weighting prior to sort
19797:
19798: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19799: were missing
19800:
19801: 2001-12-17 paf
19802:
19803: * src/main/pa_charset.C: ifndef XML were bad type
19804:
19805: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19806: outdated unset services_pool
19807:
19808: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19809: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19810: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19811:
19812: * src/main/untaint.C: allowed space in filespec
19813:
19814: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19815:
19816: * src/classes/image.C: no govno
19817:
19818: * src/classes/image.C: govno
19819:
19820: 2001-12-16 paf
19821:
19822: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19823:
19824: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19825: charset_connection&manager replaced by charset&charsets
19826:
19827: * src/main/pa_charset.C: name_cstr 0
19828:
19829: * src/main/untaint.C: uri lang now knows about client/source
19830: charsets
19831:
19832: * src/: classes/file.C, classes/math.C, classes/op.C,
19833: classes/string.C, classes/table.C, classes/xdoc.C,
19834: include/pa_array.h, include/pa_cache_managers.h,
19835: include/pa_charset_connection.h, include/pa_charset_manager.h,
19836: include/pa_common.h, include/pa_db_connection.h,
19837: include/pa_db_manager.h, include/pa_db_table.h,
19838: include/pa_dictionary.h, include/pa_exception.h,
19839: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19840: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19841: include/pa_sapi.h, include/pa_socks.h,
19842: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19843: include/pa_string.h, include/pa_stylesheet_connection.h,
19844: include/pa_stylesheet_manager.h, include/pa_table.h,
19845: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19846: main/pa_charset.C, main/pa_charset_connection.C,
19847: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19848: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19849: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19850: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19851: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19852: types/types.dsp: introducing Charset
19853:
19854: 2001-12-14 paf
19855:
19856: * src/: include/pa_request.h, include/pa_transcoder.h,
19857: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19858: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19859: uri lang
19860:
19861: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19862:
19863: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19864:
19865: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19866: defalts_name global
19867:
19868: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19869: include/pa_request.h, main/main.dsp,
19870: main/pa_charset_connection.C, main/pa_charset_manager.C,
19871: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19872: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19873: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19874: changed charset model. now important: $request:charset
19875: $response:charset while $response:content-type.charset become
19876: unimportant [informational]
19877:
19878: 2001-12-13 paf
19879:
19880: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19881:
19882: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19883: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19884: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19885: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19886: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19887: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19888:
19889: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19890: auto_ptr part other way, because of stupid gcc 2.96
19891: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19892: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19893: FormatterListener] /usr/include/g++-3/memory:48:
19894: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19895: _Tp1 = FormatterListener, _Tp = FormatterListener]
19896:
19897: * src/classes/xdoc.C: removed extra inc
19898:
19899: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19900:
19901: * src/include/pa_types.h: msvc head debugging flag
19902:
19903: * src/classes/xdoc.C: freed up listener
19904:
19905: * src/classes/string.C: change msg '... code is not code'
19906:
19907: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19908: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19909: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19910: [past/future prob]
19911:
19912: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19913: include/pa_config_fixed.h, include/pa_db_manager.h,
19914: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19915: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19916:
19917: * src/: include/pa_config_fixed.h, main/pa_common.C,
19918: main/pa_string.C: removed signed mismatch warnings
19919:
19920: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19921: 'expires' from header outputs
19922:
19923: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19924: row ptr
19925:
19926: * src/classes/file.C: file::cgi bug, request_method were passed to
19927: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19928:
19929: * src/classes/xdoc.C: lang list updated
19930:
19931: 2001-12-10 paf
19932:
19933: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19934:
19935: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19936: erase files like that, knowing their full name introducing //
19937: theoretical problem with, for instance, "_2B" and "." fragments,
19938: // they would yield the same // because
19939: need_file_encode('_')=false // but we need to delete such files
19940: somehow, getting names from ^index
19941:
19942: * src/main/pa_string.C: ^string.replace bug fixed [bad
19943: string::join_chank break]
19944:
19945: 2001-12-07 paf
19946:
19947: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19948: include/pa_common.h, include/pa_config_auto.h.in,
19949: include/pa_config_fixed.h, include/pa_config_includes.h,
19950: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19951: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19952: types/pa_vhashfile.C: merged from r14_simple_cache
19953:
19954: * src/main/pa_string.C: stupid sparc architecture failed to access
19955: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19956: lduh [ %i2 + 1 ], %l0
19957:
19958: bus error, fixed that
19959:
19960: * src/main/pa_string.C: strange string deserialize bug on
19961: client[pmts], a bit shortened,
19962:
19963: * src/include/pa_config_auto.h.in: makes
19964:
19965: * src/: include/pa_common.h, include/pa_config_fixed.h,
19966: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19967: file write shared lock file read
19968:
19969: * src/: classes/op.C, include/pa_common.h,
19970: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19971:
19972: 2001-12-06 paf
19973:
19974: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19975: main/pa_request.C: #ifdef RESOURCES_DEBUG
19976:
19977: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19978: info
19979:
19980: * src/classes/hashfile.C: removed transaction from ^cache
19981:
19982: 2001-12-05 paf
19983:
19984: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19985: IIS5 there were a prob with illegal call check
19986:
19987: 2001-12-04 paf
19988:
19989: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19990: main/pa_request.C: measures to log
19991:
19992: 2001-11-23 paf
19993:
19994: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19995: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19996: types/pa_vhashfile.C: merged from _0014, 1
19997:
19998: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19999: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20000: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20001: ^cache(33) would change
20002:
20003: 0660 bits in file_write & hashfile create
20004:
20005: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20006: after pa_string optimization]
20007:
20008: 2001-11-22 paf
20009:
20010: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20011: table.offset[whence]
20012:
20013: * src/classes/op.C: process cstr(,connection)
20014:
20015: * src/classes/op.C: process now gets its body on current language,
20016: not as-is
20017:
20018: * src/main/untaint.C: ORIGINS mode removed UHTML
20019:
20020: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20021: bit
20022:
1.116 moko 20023: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20024:
20025: 2001-11-21 paf
20026:
20027: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20028: <xsl:output output options made identical to xsl:output
20029: attributes exclusion: cdata-section-elements what xalan can do
20030: but that not used now: it can escape and remove CDATA sections
20031:
20032: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20033: produced by xslt
20034:
20035: * src/targets/cgi/parser3.C: removed debug cgi||1
20036:
20037: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20038:
20039: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20040: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20041: default language for {code}, it happen to change it's language
20042: from CLEAN, so later refused to split by CLEAN \t
20043:
20044: 2001-11-20 paf
20045:
1.116 moko 20046: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20047: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20048: bottom of dependeces, so that errors would popup quicklier, fixed
20049: line numbering in table::sql
20050:
20051: 2001-11-19 paf
20052:
20053: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20054: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20055: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20056: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20057: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20058: at wcontext.write
20059:
1.116 moko 20060: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20061: _set_new_handler
20062:
1.116 moko 20063: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20064: set_new_handler in apache&isapi
1.95 moko 20065:
20066: 2001-11-16 paf
20067:
20068: * src/targets/cgi/parser3.C: pool debug @ die
20069:
20070: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20071: removed 8 bytes from String, 2 bytes from
20072: string::chunk::row::item
20073:
20074: * src/main/pa_string.C: removed 1+4 bytes from String
20075:
20076: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20077: types/pa_vstring.C: removed 1+4 bytes from String
20078:
20079: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20080: 0
20081:
20082: * src/: include/pa_globals.h, include/pa_string.h,
20083: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20084: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20085: targets/cgi/parser3.C: introducing estimating
20086: String::cstr_bufsize, 0
20087:
20088: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20089:
20090: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20091:
20092: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20093: include/pa_pool.h: die in pool::fail
20094:
20095: 2001-11-15 paf
20096:
20097: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20098: main/pa_exception.C, targets/cgi/parser3.C: exception with
20099: dynamic buffer re-back now with counter
20100:
20101: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20102: static buffer back
20103:
20104: * src/targets/cgi/parser3.C: std::
20105:
20106: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20107: include/pa_config_includes.h: setnewhandler check
20108:
1.116 moko 20109: * src/include/pa_config_auto.h.in: makes
1.95 moko 20110:
20111: * src/targets/cgi/parser3.C: set_new_handler started
20112:
20113: 2001-11-14 paf
20114:
20115: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20116: was wrong
20117:
20118: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20119: was wrong
20120:
20121: * src/main/pa_request.C: z
20122:
20123: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20124: full returns win32 -1 solaris >buffer_size
20125:
20126: checked all that
20127:
20128: * src/classes/op.C: ^untaint{body} as-is default now
20129:
20130: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20131: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20132: with no_bad_constructors_try
20133:
20134: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20135: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20136: this: $bred[^string::length[]] $bred[^response::clear[]]
20137: $bred[^int::int[]]
20138:
20139: now VObject creation moved into overriden
20140: VClass::create_new_value, thus 0 from create_new_value means that
20141: class has no ctors
20142:
20143: 2001-11-13 paf
20144:
20145: * src/classes/classes.C: returned accedently removed if in foreach
20146: callbacks [when hash no-0-restructure]
20147:
20148: 2001-11-12 paf
20149:
20150: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20151: passed as-is to method, xalan makes & into & itself
20152:
20153: * src/classes/date.C: date.roll parser2 alg used
20154:
20155: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20156: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20157: main/pa_dictionary.C, main/pa_hash.C,
20158: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20159: now does not containt 0 values. put 0 actullay removes. no check
20160: on 0 value in foreach now required
20161:
20162: 2001-11-11 paf
20163:
20164: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20165:
20166: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20167:
20168: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20169: driver initialize not const
20170:
20171: 2001-11-10 paf
20172:
20173: * src/main/pa_exec.C: doc
20174:
20175: 2001-11-09 paf
20176:
20177: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20178: param properly
20179:
20180: * src/classes/string.C: string.save now does untainting before
20181: saving
20182:
20183: * src/main/pa_common.C: line endings fixing fixed last piece[was
20184: still cstr oriented]
20185:
20186: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20187: line endings fixing got rid of cstr, now must work ok with post
20188: multipart
20189:
20190: * src/types/pa_vform.C: line endings fixed at post / multipart /
20191: not file also now
20192:
20193: 2001-11-08 paf
20194:
20195: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20196: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20197: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20198: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20199: main/pa_stylesheet_manager.C: restructured Cache manager to be
20200: simple parent, not second parent [gcc 2.96 strangly refused to
20201: call virtual from second parent]
20202:
1.116 moko 20203: * src/: include/pa_common.h, main/Makefile.am,
20204: targets/cgi/pa_pool.C: makes
1.95 moko 20205:
20206: * src/: include/pa_request.h, main/pa_request.C,
20207: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20208: 'status' class enabler
20209:
20210: <Location /parser-status.html> ParserStatusAllowed </Location>
20211:
20212: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20213: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20214: include/pa_stylesheet_manager.h, main/main.dsp,
20215: main/pa_cache_managers.C, main/pa_charset_manager.C,
20216: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20217: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20218: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20219: todo: apache 'status' class enabler
20220:
20221: 2001-11-05 paf
20222:
20223: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20224: debug to normal
20225:
20226: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20227: hence i removed skipping 0 values in hash::for_each-es we need to
20228: check cleaned cache items manually. few more checks.
20229:
20230: expiring to 0 time was wrong, changed to 'now' time
20231:
20232: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20233: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20234: on apache already done :)
20235:
20236: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20237: skipping 0 values in hash::for_each-es we need to check cleaned
20238: cache items manually
20239:
20240: * src/main/: pa_db_connection.C, pa_db_table.C:
20241: parser_multithreaded check was wrong
20242:
20243: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20244: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20245: classes/hashfile.C, classes/image.C, classes/int.C,
20246: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20247: classes/string.C, classes/table.C, classes/void.C,
20248: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20249: include/pa_array.h, include/pa_charset_connection.h,
20250: include/pa_charset_manager.h, include/pa_common.h,
20251: include/pa_config_fixed.h, include/pa_config_includes.h,
20252: include/pa_db_connection.h, include/pa_db_manager.h,
20253: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20254: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20255: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20256: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20257: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20258: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20259: include/pa_stack.h, include/pa_string.h,
20260: include/pa_stylesheet_connection.h,
20261: include/pa_stylesheet_manager.h, include/pa_table.h,
20262: include/pa_threads.h, include/pa_types.h, main/compile.C,
20263: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20264: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20265: main/pa_charset_manager.C, main/pa_common.C,
20266: main/pa_db_connection.C, main/pa_db_manager.C,
20267: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20268: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20269: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20270: main/pa_socks.C, main/pa_sql_driver_manager.C,
20271: main/pa_status_provider.C, main/pa_string.C,
20272: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20273: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20274: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20275: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20276: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20277: targets/isapi/pool_storage.h, types/pa_valiased.C,
20278: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20279: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20280: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20281: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20282: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20283: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20284: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20285: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20286: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20287: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20288: types/pa_vstateless_object.h, types/pa_vstatus.h,
20289: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20290: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20291: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20292: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20293: $status:db fixed used not initialized in db_connection & db_table
20294:
20295: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20296: $status:charset
20297:
20298: * src/: classes/xdoc.C, include/pa_db_connection.h,
20299: include/pa_stylesheet_connection.h,
20300: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20301: types/pa_vstatus.h: $status:stylesheet
20302:
20303: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20304: include/pa_request.h, include/pa_sql_connection.h,
20305: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20306: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20307: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20308: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20309: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20310: types/pa_vxnode.C, types/types.dsp: started status parser class
20311:
20312: 2001-11-01 paf
20313:
20314: * src/include/pa_config_auto.h.in: makes
20315:
20316: * src/main/pa_hash.C: removed old extra include
20317:
20318: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20319: checks [for hp, there are such in math.h]
20320:
20321: * src/classes/op.C: ^for endless loop check strightened
20322:
20323: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20324: behavior in native calls. it left unchanged, so ^for ^foreach &
20325: co can use r.root to write their i & key,value there
20326:
20327: * src/classes/op.C: detected for var storage bug, fixed.
20328: todo:foreach
20329:
20330: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20331: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20332: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20333: changing of hash inside of foreach
20334:
20335: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20336: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20337: were hash.foreach
20338:
20339: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20340: types/pa_vstring.C, types/pa_vstring.h:
20341: ^foreach[key|value]{body}[[separator]|{separator}]
20342:
20343: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20344: types/pa_vcookie.C: ^hash.delete[key]
20345:
20346: 2001-10-31 paf
20347:
20348: * src/main/: compile.C, pa_common.C: completely empty file now
20349: considered "read", not ignored [not perfect trick used]
20350:
20351: * src/main/pa_common.C: simplier common ifdefs
20352:
20353: * src/main/pa_common.C: typing bug in common - bad ifdeff
20354:
20355: * src/main/pa_db_connection.C: z
20356:
20357: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20358: lockdetector flags
20359: dbenv.lk_detect=DB_LOCK_RANDOM;
20360:
20361: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20362: from accidental show [imagine user forgot @exception]
20363:
20364: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20365:
20366: * src/: classes/file.C, classes/image.C, classes/mail.C,
20367: classes/string.C, classes/xnode.C, include/pa_common.h,
20368: main/pa_common.C: ^string.save[[append;]path]
20369:
20370: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20371: main/execute.C: \ in expression: int divide 10/3=3
20372:
20373: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20374: inside of ^cache
20375:
20376: * src/: include/pa_threads.h, main/pa_db_connection.C,
20377: main/pa_db_table.C, targets/cgi/pa_threads.C,
20378: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20379: needed
20380:
20381: 2001-10-30 paf
20382:
20383: * src/: classes/classes.dsp, main/main.dsp,
20384: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20385: types/types.dsp: enabled debug incremental compile
20386:
20387: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20388: form post data line endings not reformatted now.
20389:
20390: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20391: now required [had bug when file= has no value]
20392:
20393: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20394: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20395: cstr(asis) default param removed
20396:
20397: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20398:
20399: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20400:
20401: * src/include/pa_dir.h: LOAD_DIR fixed
20402:
20403: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20404: was broken} fix_line_breaks
20405:
20406: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20407: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20408: packed with #pragma pack
20409:
1.116 moko 20410: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20411:
20412: 2001-10-29 paf
20413:
20414: * src/types/pa_wcontext.h: bitfield syntax stricter
20415:
20416: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20417: string hash.puts
20418:
20419: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20420:
20421: * src/include/pa_sql_connection.h: there were one wrong
20422: SQL_CONNECTION_FUNC_GUARDED [failed]
20423:
20424: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20425: param.someday either ifdef or remove it
20426:
20427: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20428:
20429: * src/main/untaint.C: optimizing returned after debugging
20430:
20431: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20432: main/untaint.C: memory hunging #pragma pack(1)
20433:
20434: 16 419 844 13 169 394
20435:
20436: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20437: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20438: places [todo:Array]
20439:
20440: * src/: main/execute.C, targets/cgi/pa_pool.C,
20441: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20442: types/pa_wwrapper.h: debugging memory WContext flags to bits
20443:
20444: total 5 652 652/158731 total 5 469 332/158731
20445:
20446: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20447: Array:: without cache in get/put now
20448:
20449: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20450: 18:25:27 2001] total 5 652 652/158731
20451:
20452: * src/: include/pa_string.h, main/pa_string.C,
20453: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20454: now
20455:
20456: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20457: 18:11:53 2001] total 5796092/158731
20458:
20459: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20460: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20461: key ref now
20462:
20463: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20464: 17:11:17 2001] total 16867948/202658
20465:
20466: * src/: classes/file.C, classes/image.C, classes/string.C,
20467: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20468: main/execute.C, main/pa_array.C, main/pa_common.C,
20469: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20470: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20471: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20472: string::as_int/double now usually uses stack, not heap [200K out
20473: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20474:
20475: * src/main/pa_sql_driver_manager.C: ping to have services [old
20476: hiding bug]
20477:
20478: * src/Makefile.am: .am order
20479:
20480: * src/: include/pa_array.h, include/pa_charset_manager.h,
20481: include/pa_db_connection.h, include/pa_db_manager.h,
20482: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20483: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20484: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20485: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20486: required "friend class"
20487:
20488: ../include/pa_request.h:51: friend declaration requires
20489: class-key, i.e. `friend class Temp_lang'
20490:
20491: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20492: main/pa_exception.C, main/pa_sql_driver_manager.C,
20493: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20494:
20495: the idea is to #1 jump to C++ some function to main body, where
20496: every function stack frame has exception unwind information and
20497: from there... #2 propagate_exception()
20498:
20499: 2001-10-28 paf
20500:
20501: * src/main/pa_db_connection.C: removed old consts
20502:
20503: * src/main/pa_db_connection.C: expire table [was accidently pasted
20504: with wrong type/cast]
20505:
20506: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20507: translation
20508:
1.116 moko 20509: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20510: remember to build DB2 with -fexceptions!!!
20511:
20512: * src/main/pa_db_table.C: DB_RMW defed
20513:
20514: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20515: include/pa_db_connection.h, include/pa_db_manager.h,
20516: include/pa_db_table.h, main/pa_db_connection.C,
20517: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20518:
20519: 2001-10-27 paf
20520:
20521: * src/: classes/hashfile.C, include/pa_db_connection.h,
20522: include/pa_db_table.h, main/pa_db_connection.C,
20523: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20524: types/pa_vhashfile.C: DB2 ifdefs
20525:
1.116 moko 20526: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20527: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20528: makes with DB2
20529:
1.116 moko 20530: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20531: types/Makefile.am: makes db
1.95 moko 20532:
20533: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20534: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20535: globals.C
20536:
20537: * src/: classes/hashfile.C, include/pa_db_connection.h,
20538: include/pa_db_table.h, main/pa_db_connection.C,
20539: main/pa_db_table.C: ^hashfile.clear[]
20540:
20541: * src/classes/classes.awk: no $ in var names
20542:
20543: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20544: connection&table [forgotten calls]
20545:
20546: 2001-10-26 paf
20547:
20548: * src/main/pa_db_connection.C: db checkpoints
20549:
20550: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20551: checkpoints
20552:
20553: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20554: default. but entities still reparsed. todo: tothink
20555:
20556: * src/main/pa_db_connection.C: db recover mech 2
20557:
20558: * src/: classes/hashfile.C, include/pa_db_connection.h,
20559: include/pa_db_manager.h, include/pa_db_table.h,
20560: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20561: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20562: types/pa_vhashfile.h: db connections & tables now cached at
20563: create time & multithreaded
20564:
20565: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20566: parsed_source
20567:
20568: * src/main/pa_db_connection.C: about to remove connection from
20569: vhashfile
20570:
20571: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20572: transaction commit/rollback responsibility left to parent [as it
20573: sould - else there were a bug with double free]
20574:
20575: * src/include/pa_db_table.h: db: child transaction commit/rollback
20576: responsibility left to parent [as it sould - else there were a
20577: bug with double free]
20578:
20579: 2001-10-25 paf
20580:
20581: * src/: classes/hashfile.C, include/pa_common.h,
20582: include/pa_db_connection.h, include/pa_db_manager.h,
20583: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20584: types/pa_vhashfile.C, types/pa_vhashfile.h,
20585: include/pa_db_table.h, main/pa_db_table.C: started db_home
20586: [multiple, cached] todo: autorecover [tried, but not succeded,
20587: yet]
20588:
20589: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20590:
20591: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20592: transaction parent passed
20593:
20594: 2001-10-24 parser
20595:
1.116 moko 20596: * src/classes/Makefile.am: makes
1.95 moko 20597:
20598: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20599: isapi/pool_storage.h: pool_storage fixed
20600:
20601: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20602: types/pa_vform.h: form fix_line_breaks
20603:
1.116 moko 20604: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20605:
20606: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20607: targets/cgi/pool_storage.h: makes
20608:
20609: * src/sql/pa_sql_driver.h: version
20610:
20611: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20612: types/pa_vform.C, types/pa_vform.h: .am
20613:
20614: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20615: this: DB_RMW Acquire write locks instead of read locks when doing
20616: the retrieval. Setting this flag may decrease the likelihood of
20617: deadlock during a read-modify-write cycle by immediately
20618: acquiring the write lock during the read part of the cycle so
20619: that another thread of control acquiring a read lock for the same
20620: item, in its own read-modify-write cycle, will not result in
20621: deadlock
20622:
20623: * src/targets/isapi/parser3isapi.dsp: doc
20624:
20625: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20626:
20627: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20628:
20629: * src/: classes/hashfile.C, include/pa_db_connection.h,
20630: main/pa_db_connection.C: hashfile expired deleted from db when
20631: get & iterate
20632:
20633: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20634: expiring 1
20635:
20636: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20637:
20638: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20639: db_connection not bothers with key when not returning expired
20640: data
20641:
20642: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20643: types/pa_vhashfile.C: db_cursor constructor public now
20644:
20645: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20646: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20647: stamped, todo: put_element analize
20648:
20649: * src/: include/pa_db_connection.h, include/pa_string.h,
20650: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20651: serialize. todo stamp
20652:
20653: 2001-10-23 parser
20654:
20655: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20656: classes/image.C, classes/mail.C, classes/response.C,
20657: classes/string.C, classes/table.C, classes/xdoc.C,
20658: include/pa_config_fixed.h, include/pa_db_connection.h,
20659: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20660: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20661: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20662: types/pa_vtable.C: ^hashfile.hash[]
20663:
20664: * src/: classes/hashfile.C, classes/xdoc.C,
20665: include/pa_config_fixed.h, main/pa_db_manager.C,
20666: main/pa_globals.C: ifdefs so it compiled without db
20667:
20668: * src/: classes/hashfile.C, include/pa_db_connection.h,
20669: include/pa_db_manager.h, main/pa_db_connection.C,
20670: main/pa_db_manager.C, types/pa_vhashfile.h:
20671: ^hashfile.transaction{code} ^hashfile:clear[filename]
20672: ^hashfile.delete[key]
20673:
20674: 2001-10-22 parser
20675:
20676: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20677: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20678:
20679: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20680: classes/xnode.C, include/pa_charset_connection.h,
20681: include/pa_db_connection.h, include/pa_db_manager.h,
20682: include/pa_exception.h, include/pa_sapi.h,
20683: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20684: include/pa_stylesheet_connection.h,
20685: include/pa_stylesheet_manager.h,
20686: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20687: main/pa_db_connection.C, main/pa_db_manager.C,
20688: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20689: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20690: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20691: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20692: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20693: types/types.dsp: hashfile 0
20694:
20695: * src/types/pa_vhashfile.C: z
20696:
20697: * src/: classes/classes.dsp, classes/hashfile.C,
20698: include/pa_config_fixed.h, main/execute.C,
20699: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20700: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20701:
20702: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20703:
20704: * src/: include/pa_exception.h, include/pa_request.h,
20705: main/execute.C, main/pa_exception.C, main/pa_request.C,
20706: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20707: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20708:
20709: 2001-10-19 parser
20710:
20711: * src/include/pa_pool.h: header
20712:
20713: * src/main/pa_pool.C: auto compiled on gcc
20714:
20715: * src/classes/image.C: comment
20716:
1.116 moko 20717: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20718:
20719: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20720: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20721: types/pa_vxnode.h: xnode clone got freed
20722:
20723: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20724: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20725: can free up xalandomstring resulting from pool::transcode
20726:
20727: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20728: include/pa_config_fixed.h, include/pa_exception.h,
20729: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20730: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20731: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20732: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20733: from non-xml compile
20734:
20735: * src/main/pa_request.C: pool:: context - get_context
20736:
20737: * src/: classes/classes.h, classes/date.C, classes/double.C,
20738: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20739: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20740: classes/string.C, classes/table.C, classes/void.C,
20741: include/pa_config_fixed.h, include/pa_exception.h,
20742: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20743: main/compile.C, main/compile_tools.C, main/execute.C,
20744: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20745: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20746: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20747: main/pa_string.C, main/pa_table.C, main/untaint.C,
20748: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20749: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20750: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20751: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20752: types/pa_vstateless_class.h, types/pa_vtable.C,
20753: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20754: exceptions 0
20755:
20756: * src/classes/classes.awk: $ removed
20757:
20758: 2001-10-18 parser
20759:
20760: * src/types/pa_vcookie.C: cookie:CLASS
20761:
20762: * src/main/main.dsp: project
20763:
20764: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20765: set_document & ctor question "who owns document" solved
20766:
20767: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20768:
20769: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20770: main/pa_pool.C: encoding in dom creating funcs
20771:
20772: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20773: be transformed now
20774:
20775: * src/classes/xdoc.C: dom created by create can be transformed now
20776:
20777: * src/classes/xdoc.C: z
20778:
20779: * src/classes/xdoc.C: comment
20780:
20781: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20782: create now uses XercesDocumentBridge, appendChild&co now works
20783:
20784: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20785: @ recompile
20786:
20787: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20788: $origin @exception[
20789:
20790: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20791: tag names forced to XML lang
20792:
20793: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20794: leechy-found bugs in code&doc fixed
20795:
20796: 2001-10-17 parser
20797:
20798: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20799: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20800: n functionality preserved
20801:
20802: * src/types/pa_vimage.h: removed unused vimage::save
20803:
20804: 2001-10-16 parser
20805:
20806: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20807:
20808: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20809:
20810: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20811:
20812: * src/classes/image.C: image.copy tolerance
20813:
20814: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20815: ineffective, but works for small paleted image
20816:
20817: * src/types/pa_vimage.C: comment
20818:
20819: * src/classes/image.C: gd size/resize bugfix
20820:
20821: * src/: classes/classes.dsp, main/main.dsp,
20822: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20823: types/types.dsp: ident >nul 2>&1
20824:
20825: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20826: systems
20827:
20828: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20829: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20830:
20831: 2001-10-15 parser
20832:
20833: * src/main/execute.C: z
20834:
20835: * src/classes/: xdoc.C: !::create{qualifiedName}
20836:
20837: * src/types/pa_vxnode.C: document_type_node.
20838: !readonly attribute DOMString name
20839: !notation_node.
20840: !readonly attribute DOMString publicId
20841: !readonly attribute DOMString systemId
20842:
1.116 moko 20843: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20844: ::write badly passed string too transparently [failed to
20845: intercept it]
1.95 moko 20846:
20847: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20848: include/pa_request.h, main/pa_sql_driver_manager.C,
20849: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20850: types/pa_vxnode.h: DOM1 major addtion, only few
20851: attributes/methods left
20852:
20853: 2001-10-13 parser
20854:
20855: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20856: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20857: in main handler
20858:
20859: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20860: cleanups & frees order
20861:
20862: * src/types/pa_vcode_frame.h: couple comments
20863:
20864: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20865: transparent enough to handle hash if creation&passing
20866:
20867: * src/: include/pa_config_fixed.h, main/execute.C,
20868: main/pa_exception.C: noticed that vcodeframe not transparent
20869: enough, would change now
20870:
20871: 2001-10-12 parser
20872:
20873: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20874: fixed. initialization&free on each thread!
20875:
20876: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20877: handling changed: now type of default param analized always, not
20878: only at problem time, thus helping early problem spotting
20879:
20880: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20881: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20882: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20883: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20884: multithread bug fixed. initialization&free on each thread!
20885:
20886: 2001-10-11 parser
20887:
20888: * src/classes/xnode.C: xnode.selectSingle now
20889:
20890: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20891: include/pa_pool.h, include/pa_stylesheet_connection.h,
20892: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20893: convertors out of Pool into Exception
20894:
20895: * src/main/pa_string.C: const
20896:
20897: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20898: linked pieces of same language together prior to String::replace
20899:
20900: * src/classes/hash.C: !^hash.add[addme]
20901: !^hash.sub[subme]
20902: !^a.union[b] = new
20903: !^a.intersection[b] = new
20904: !^a.intersects[b] = bool
20905:
20906: * src/classes/hash.C: !^hash::append[append_from]
20907:
20908: * src/: classes/hash.C, types/pa_vhash.h:
20909: !^hash::create[[copy_from]]
20910:
20911: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20912: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20913: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20914: fixed. got rid of empty_string, which caused errors - it hasnt
20915: exception but somebody[value.bark] tried to throw it on it's pool
20916:
1.116 moko 20917: * src/include/pa_config_auto.h.in: makes
1.95 moko 20918:
20919: 2001-10-10 parser
20920:
20921: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20922:
20923: * src/main/: compile.tab.C, compile.y: ^a[
20924:
20925: @next_method << now unclosed ] would be reported here
20926:
20927: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20928: compile error
20929:
20930: 2001-10-09 parser
20931:
1.116 moko 20932: * src/: classes/Makefile.am, main/Makefile.am,
20933: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20934:
20935: * src/classes/Makefile.am: makes
20936:
20937: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20938: win32 errors intercepted [xalan transformer patched and
20939: incorporated]
20940:
20941: * src/: classes/classes.dsp, classes/xdoc.C,
20942: include/pa_stylesheet_connection.h, main/main.dsp,
20943: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20944: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20945: patches starting
20946:
20947: * src/classes/: string.C, table.C: ^string.save[file]
20948:
20949: * src/classes/: date.C, table.C: calendar moved to date
20950:
20951: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20952: string/table] now
20953:
20954: * src/classes/: op.C, table.C: z
20955:
20956: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20957: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20958: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20959: be code [be string..]
20960:
20961: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20962: table.C: lots of
20963: params->as_int/double/as_string/as_junction/as_no_junction
20964: messages added
20965:
20966: 2001-10-08 parser
20967:
20968: * src/: classes/date.C, classes/image.C, classes/string.C,
20969: classes/table.C, classes/void.C, include/pa_request.h:
20970: params->as_int/double message added
20971:
20972: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20973:
20974: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20975: image:sector removed image:html internal "line-*" attribs
20976:
20977: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20978: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20979:
20980: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20981: way
20982:
20983: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20984: main/untaint.C: header untainting to UL_HTTP_HEADER,
20985: UL_MAIL_HEADER made nonforced [only tainted pieces]
20986:
20987: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20989: @ SAPI::log
20990:
20991: * src/main/untaint.C: \r to ' ' in origins mode
20992:
20993: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20994: set]
20995:
20996: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20997: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20998: nonstandard liaison freed up
20999:
21000: 2001-10-07 parser
21001:
21002: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21003: project
21004:
21005: 2001-10-05 parser
21006:
21007: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21008: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21009: from outputing to cerr. lots of "todos"
21010:
21011: * src/main/untaint.C: http_header tainting more gentle with
21012: enquoting now
21013:
21014: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21015: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21016: xml errorhandler. fixed string.replace a little, read @test
21017:
21018: * src/main/pa_string.C: found replace bug - first_that_starts(char
21019: *) does not have limit, and looks further eos, fixing....
21020:
21021: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21022:
21023: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21024:
21025: * src/main/: pa_charset_connection.C: ctype another mem clear
21026: bugfix
21027:
1.116 moko 21028: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21029: $result[^[$p^]z] now works fine
1.95 moko 21030:
21031: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21032: wrong. fixed it
21033:
21034: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21035: of totable appered to be vital
21036:
21037: 2001-10-04 parser
21038:
21039: * src/classes/image.C: ^image.length[text]
21040:
21041: 2001-10-03 parser
21042:
21043: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21044:
21045: * src/main/pa_request.C: restored pcre defaulting in request
21046: [mindlessly "optimized" yesterday] comment left
21047:
21048: 2001-10-02 parser
21049:
21050: * src/: main/pa_charset_manager.C,
21051: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21052: needed
21053:
21054: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21055: forgot non-xml pool.*charset needed
21056:
21057: * src/classes/table.C: # config comments fixed
21058:
21059: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21060: charset_connection #comment now
21061:
21062: * src/: classes/classes.dsp, types/types.dsp: release projects
21063: options fixed to use release msvcrt lib
21064:
21065: * src/main/pa_charset_connection.C: pcre tables now const inside
21066: removed default - pcre handles that internally fixed bug on
21067: not-cleaning tables [previously was calloced, now member]
21068:
21069: * src/: include/pa_request.h, main/pa_charset_connection.C,
21070: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21071: inside removed default - pcre handles that internally fixed bug
21072: on not-cleaning tables [previously was calloced, now member]
21073:
21074: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21075: tested charset reload on file change @ apache version = OK tested
21076: freeing up prev encoding on adding new = OK
21077:
21078: 2001-10-01 parser
21079:
21080: * src/main/pa_charset_connection.C: removed entitify external hack
21081: [internal installed]
21082:
1.116 moko 21083: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21084:
21085: * src/: include/pa_charset_connection.h,
21086: include/pa_charset_manager.h,
21087: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21088: main/pa_charset_connection.C, main/pa_charset_manager.C,
21089: main/pa_request.C: charset loading & caching mech 0
21090:
21091: * src/: include/pa_stylesheet_connection.h,
21092: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21093: main/pa_globals.C, main/pa_request.C: would make charset loading
21094: & caching mech now
21095:
21096: 2001-09-30 parser
21097:
21098: * src/main/pa_request.C: forgot to fill toTable
21099:
21100: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21101: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21102: failed on win32 for now..
21103:
21104: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21105: now charsets table configuration variable is: CHARSETS
21106:
21107: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21108: ctype with unicode 1. todo: no П entities on output somehow
21109:
21110: * src/: classes/file.C, classes/op.C, classes/string.C,
21111: include/pa_request.h, main/pa_request.C: started ctype with
21112: unicode values
21113:
21114: 2001-09-28 parser
21115:
21116: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21117: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21118: string passed AS-IS now
21119:
21120: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21121: way of user-configuring... todo: implement
21122:
21123: 2001-09-27 parser
21124:
21125: * src/classes/table.C: table.sort changed to sort table itself
21126:
21127: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21128: X^.getElementsByTagName[tagname] = array of xnode
21129: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21130: nodes removed - regretfully not supported @ xalan. maybe someday
21131: would reimplement, if needed.
21132:
21133: win32build system: solved long waiting anti-non-started-apache
21134: problem
21135:
21136: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21137: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21138: types/types.dsp: win32 ident make system so not to rebuild
21139: library [ident.C.new]
21140:
21141: 2001-09-26 parser
21142:
21143: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21144: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21145: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21146: types/pa_vxnode.C, types/types.dsp: z
21147:
21148: * src/classes/classes.C: forgot one non-xml check
21149:
1.116 moko 21150: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21151: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21152:
21153: * src/targets/cgi/parser3.C: z
21154:
21155: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21156: targets/isapi/parser3isapi.C: #ifdef SMTP
21157:
21158: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21159: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21160: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21161: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21162: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21163: types/types.dsp: xdoc&xnode now
21164:
21165: * src/: classes/classes.C, classes/classes.awk,
21166: classes/classes.dsp, classes/classes.h, classes/date.C,
21167: classes/dnode.C, classes/dnode.h, classes/dom.C,
21168: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21169: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21170: classes/op.C, classes/response.C, classes/string.C,
21171: classes/table.C, classes/void.C, include/pa_array.h,
21172: include/pa_common.h, include/pa_config_fixed.h,
21173: include/pa_config_includes.h, include/pa_dictionary.h,
21174: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21175: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21176: include/pa_socks.h, include/pa_sql_connection.h,
21177: include/pa_sql_driver_manager.h, include/pa_stack.h,
21178: include/pa_string.h, include/pa_stylesheet_connection.h,
21179: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21180: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21181: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21182: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21183: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21184: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21185: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21186: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21187: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21188: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21189: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21190: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21191: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21192: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21193: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21194: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21195: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21196: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21197: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21198: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21199: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21200: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21201: types/pa_vmethod_frame.h, types/pa_vobject.h,
21202: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21203: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21204: types/pa_vstateless_object.h, types/pa_vstring.C,
21205: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21206: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21207: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21208: main.dsp splitted to main+classes+types along to .am
21209:
21210: * src/classes/Makefile.am: removed useless var
21211:
21212: * src/: classes/classes.cmd, main/main.dsp,
21213: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21214: main.dsp
21215:
21216: 2001-09-25 parser
21217:
21218: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21219: 1251 though, todo ICU
21220:
1.116 moko 21221: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21222: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21223: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21224: types/pa_vdom.h: xml configure makes
1.95 moko 21225:
21226: 2001-09-24 parser
21227:
1.116 moko 21228: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21229: types/Makefile.am: makes
1.95 moko 21230:
1.116 moko 21231: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21232:
21233: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21234: started unix makes update
21235:
21236: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21237: started unix makes update
21238:
21239: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21240:
21241: * src/types/pa_value.h: z
21242:
21243: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21244: bugs with usinge hash/table in expressions
21245:
21246: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21247: resolved conflicts fixed [const]
21248:
21249: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21250: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21251: main/compile.C, main/compile.tab.C, main/compile.y,
21252: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21253: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21254: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21255: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21256: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21257: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21258: with before_xml [merge2 actually didn't happen - i've created
21259: tags on wrong branch. so this merge is in fact re-merge]
21260:
21261: 2001-09-21 parser
21262:
21263: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21264: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21265: produced "" in make file and sadly wrong interpreted on load]
21266:
1.116 moko 21267: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21268: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21269: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21270: include/pa_sql_driver_manager.h, include/pa_string.h,
21271: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21272: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21273: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21274:
21275: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21276: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21277: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21278: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21279: main/pa_pool.C, main/pa_request.C,
21280: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21281: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21282: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21283: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21284: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21285: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21286: types/pa_vrequest.C, types/pa_vresponse.h,
21287: types/pa_vstateless_class.C, types/pa_vstring.C,
21288: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21289: created new projects for sql drivers [planning to remove sql
21290: drivers from main cvs project] first, will join latest changes
21291:
21292: * src/classes/: dom.C: defaulted dom writing methods encoding to
21293: pool.get_charset
21294:
21295: * src/classes/dom.C: defaulted dom writing methods encoding to
21296: pool.get_charset
21297:
21298: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21299: pool.get_charset
21300:
21301: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21302: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21303: methods encoding to pool.get_charset
21304:
21305: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21306: transcoder were created right "unsupported encoding" message.
21307: not @ set time, but @ use time, so until xml output functions
21308: .string, .file, .save used - no encoding name check occur
21309:
21310: reduced transcode buffer size to 60 fixed pool cleanup - no
21311: registration needed, pools are officially destructured
21312:
21313: 2001-09-20 parser
21314:
21315: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21316:
21317: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21318: $MAIN:DEFAULTS.content-type[$.charset[here]]
21319:
21320: * src/: classes/dnode.C, classes/dom.C,
21321: include/pa_config_includes.h, include/pa_globals.h,
21322: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21323: main/pa_pool.C, targets/cgi/parser3.dsp,
21324: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21325: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21326: Pool::transcode 0
21327:
21328: * src/classes/dom.C: dom. string save file moved output xml options
21329: to last param and made it optional
21330:
21331: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21332: dnodes
21333: !$attributenode.specified = boolean
21334: true if the attribute received its value explicitly
21335: in the XML document,
21336: or if a value was assigned programatically with the
21337: setValue function.
21338: false if the attribute value came from the default value
21339: declared in the document's DTD.
21340: !$pinode.target = target of this processing instruction
21341: XML defines this as being the first token following the
21342: markup
21343: that begins the processing instruction.
21344: XPath:
21345: !^node.select[xpath/query/expression] = hash of 0->node0
21346: 1->node1
21347: !^node.select-single[xpath/query/expression] = first node if
21348: any
21349:
21350: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21351: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21352: some 'const's added
21353:
21354: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21355: expression context now, there value = size and boolean value
21356: size!=0
21357:
21358: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21359: can be used in expression context now, there value = size and
21360: boolean value size!=0
21361:
21362: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21363: types/pa_vstring.h: dnode .file .string .save moved back to dom
21364: due to strange xalan bug
21365:
21366: 2001-09-18 parser
21367:
21368: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21369: classes/image.C, classes/op.C, classes/table.C,
21370: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21371: include/pa_sql_driver_manager.h, main/compile.C,
21372: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21373: main/execute.C, main/pa_common.C, main/pa_request.C,
21374: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21375: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21376: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21377: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21378: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21379: before_xml branch ^if(def $hash) now true only when
21380: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21381:
21382: * src/: classes/op.C, main/execute.C: operators self changed to
21383: root ^for variable context changed to self
21384:
21385: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21386: dnode 1
21387:
21388: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21389: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21390:
21391: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21392: poly* fixed
21393:
21394: 2001-09-17 parser
21395:
21396: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21397: types/pa_vdom.h: started dnode+dom
21398:
21399: dnode DOM methods: $node.name $node.value
21400: ...others...
21401:
21402: ^node.xpath[/rates/USD] = hash
21403: $hash[
21404: $.0[node0]
21405: $.1[node1]
21406: ]
21407:
21408: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21409: applies to all linear primitives
21410:
21411: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21412: include/pa_stylesheet_connection.h, main/main.dsp,
21413: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21414: types/pa_vimage.h: started dnode DOM: $node.name
21415: $node.value ...others... ^node.xpath[/rates/USD] = hash
21416: dom(dnode)
21417:
21418: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21419: main/compile.y, main/compile_tools.h, main/execute.C,
21420: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21421: in expression compound($aa.zz.xx) names now can have minus '-' in
21422: name after '.'
21423:
21424: 2001-09-15 parser
21425:
21426: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21427: image: $line-width ^line(...)[**** style]
21428:
21429: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21430: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21431: pool_storage - cleanups first, allocations second. apache wisely
21432: does just like that
21433:
21434: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21435: rewritten using template, no bugs now
21436:
21437: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21438: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21439: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21440: poorly started isapi pool_storage, would rewrite using template
21441: now
21442:
21443: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21444: include/pa_stylesheet_connection.h, main/main.dsp,
21445: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21446: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21447: xalan objects freed up [introducing Pool::register_cleanup]
21448:
21449: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21450: comments
21451:
21452: 2001-09-14 parser
21453:
21454: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21455: z
21456:
21457: * src/: classes/dom.C, classes/file.C, classes/image.C,
21458: classes/mail.C, include/pa_common.h,
21459: include/pa_sql_driver_manager.h, include/pa_string.h,
21460: include/pa_stylesheet_connection.h,
21461: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21462: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21463: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21464: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21465: compiled&cached
21466:
21467: 2001-09-13 parser
21468:
21469: * src/: classes/dom.C, classes/file.C, classes/image.C,
21470: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21471:
21472: * src/classes/dom.C: dom:file content-type(.method)
21473:
21474: * src/: include/pa_common.h, include/pa_globals.h,
21475: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21476: string now more informative error messages
21477:
21478: * src/: include/pa_globals.h, include/pa_request.h,
21479: main/pa_request.C, targets/cgi/parser3.C,
21480: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21481: ParserSiteConfig .../parser3.conf
21482:
21483: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21484:
21485: 2001-09-12 parser
21486:
21487: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21488: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21489: precise error reporting: "connection string must start with
21490: protocol://" now
21491:
21492: * src/main/compile.tab.C: fixed - subname code parts actually []
21493: braced
21494:
21495: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21496: lexer on LS_USER level did [] matching without setting nestage,
21497: introduced special LS_NAME_SQUARE_PART state
21498:
21499: 2001-09-11 parser
21500:
21501: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21502: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21503: languages+=xml
21504:
21505: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21506:
21507: * src/classes/dom.C: ^dom:save/string/file[output options] output
21508: options: $.method[xml|html|text] detection fixed
21509:
21510: * src/types/pa_vdom.h: messages
21511:
21512: * src/classes/dom.C: ^dom:save/string/file[output options] output
21513: options: $.method[xml|html|text] detection fixed
21514:
21515: 2001-09-10 parser
21516:
21517: * src/classes/dom.C: ^dom:save/string/file[output options] output
21518: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21519:
21520: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21521: added]
21522:
21523: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21524: ^dom.xslt[stylesheet filename] 0
21525:
21526: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21527: ^dom.xslt[stylesheet filename] -1 doc is lying
21528:
21529: * src/classes/dom.C: ^dom.file[encoding] = file
21530:
21531: * src/classes/: dom.C: ^dom.string[encoding] 1
21532: ^dom.save[encoding;filename]
21533:
21534: * src/classes/dom.C: ^dom.string[] 0
21535:
21536: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21537:
21538: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21539: types/pa_vform.h: ^dom.save[b.xml] 0
21540:
21541: 2001-09-08 parser
21542:
21543: * src/types/pa_vform.C: $form:tables.name.field
21544:
21545: 2001-09-07 parser
21546:
21547: * src/classes/table.C: table:empty removed, superceded by ^if(def
21548: $table)...
21549:
21550: * src/targets/cgi/parser3.C: z
21551:
21552: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21553: from '' to int/double is 0]
21554:
21555: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21556: $table) is false when table is empty
21557:
21558: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21559: !$form:tables $atable[$form:tables.a]
21560: ^atable.menu{a=$atable.element}[,]
21561:
21562: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21563: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21564:
1.116 moko 21565: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21566: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21567: of dom
21568:
21569: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21570: types/pa_vform.C, types/pa_vform.h: z
21571:
21572: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21573: element [not last]
21574:
1.116 moko 21575: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21576: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21577:
21578: 2001-09-06 parser
21579:
21580: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21581: table with one column 'element' and two rows: 1 and 2
21582:
21583: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21584: table with one column 'element' and two rows: 1 and 2
21585:
21586: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21587: bad int/double conversions, and now $form:nonexistent.int(88)
21588: would return 88
21589:
21590: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21591: types/pa_vhash.h: now there's special hash key '_default'
21592: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21593: $._default[xx] ] $hash.c
21594:
21595: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21596: fixed [thanks, fif], ^; were treated there non-literally
21597:
21598: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21599: doxygen
21600:
21601: * src/: classes/image.C, classes/op.C, classes/string.C,
21602: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21603: types/pa_vtable.C: few #ifndef DOXYGEN
21604:
21605: 2001-09-05 parser
21606:
21607: * src/classes/: string.C, table.C: sql options can be void [same as
21608: image:html the other day]
21609:
21610: * src/targets/cgi/Makefile.am: .am undo
21611:
21612: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21613: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21614: macro expantion on param, simply qoutes whatever passed, undone
21615:
21616: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21617: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21618: STRINGIZE(name) #name invented
21619:
21620: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21621: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21622: MAIN_SQL_DRIVERS_NAME "drivers"
21623:
21624: moved to be availible to all users
21625:
21626: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21627: SQL_DRIVER_CREATE_FUNC_NAME
21628:
21629: * src/classes/mail.C: MAIN:MAIL check fixed
21630:
21631: 2001-09-04 parser
21632:
21633: * src/classes/image.C: image.html now can accept void params
21634:
21635: * src/targets/isapi/parser3isapi.C: z
21636:
21637: * src/targets/cgi/parser3.C: full_file_spec bug
21638:
21639: * src/targets/cgi/parser3.C: getenvcheck
21640:
21641: * src/targets/cgi/parser3.C: zz
21642:
21643: * src/targets/cgi/parser3.C: zzz
21644:
21645: * src/classes/date.C: date
21646:
21647: * src/classes/date.C: date:sql-string is now without ''
21648:
1.116 moko 21649: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21650: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21651: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21652:
1.116 moko 21653: * src/include/pa_config_auto.h.in: makes
1.95 moko 21654:
21655: 2001-09-03 parser
21656:
21657: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21658:
21659: 2001-09-01 parser
21660:
21661: * src/classes/image.C: letter_spacing
21662:
21663: * src/classes/image.C: image: font params changed
21664:
21665: * src/classes/image.C: image: as_int as_string used
21666:
21667: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21668: analized
21669:
21670: 2001-08-31 parser
21671:
21672: * src/targets/cgi/parser3.C: z
21673:
1.116 moko 21674: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21675: cygwin
1.95 moko 21676:
21677: * src/classes/void.C: void:int/double += (default)
21678:
21679: * src/classes/image.C: image:font added space param image:font
21680: changed charwidth alg, added kerning const[for now]
21681:
21682: * src/classes/: string.C, table.C: string:int/double (defaults)
21683:
21684: 2001-08-29 parser
21685:
21686: * src/main/pa_exception.C: exception redundant debug info
21687:
21688: 2001-08-28 parser
21689:
21690: * src/classes/image.C: image error msgs
21691:
21692: * src/classes/image.C: image: gifsize little endian
21693:
21694: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21695: doxygeneration
21696:
21697: * src/: classes/Makefile.am, main/Makefile.am,
21698: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21699:
21700: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21701: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21702:
21703: * src/main/compile.C: NO_STRING_ORIGIN check2
21704:
21705: * src/classes/table.C: NO_STRING_ORIGIN check
21706:
21707: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21708: storage class specifiers invalid in friend function declarations
21709:
21710: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21711: main/untaint.C, targets/cgi/parser3.C,
21712: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21713: case of limit
21714:
21715: * src/: classes/file.C, main/pa_common.C: file:move
21716: autocreate/remove dest/src dir
21717:
21718: * src/: classes/string.C, include/pa_dictionary.h,
21719: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21720: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21721: to directory constructor. string:replace
21722:
21723: 2001-08-27 parser
21724:
21725: * src/classes/image.C: fixed jpgsize alg
21726:
21727: * src/classes/image.C: fixed jpgsize alg
21728:
21729: * src/main/pa_exception.C: z
21730:
21731: * src/main/pa_common.C: removed debug info from pa_common
21732:
21733: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21734: [auto.p from current dir loading]
21735:
1.116 moko 21736: * src/: main/pa_common.C, main/pa_exception.C,
21737: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21738: for solaris -lsocket
1.95 moko 21739:
21740: 2001-08-24 parser
21741:
21742: * src/targets/cgi/parser3.C: not cgi extra \n 3
21743:
21744: * src/targets/cgi/parser3.C: not cgi extra \n 2
21745:
21746: * src/targets/cgi/parser3.C: not cgi extra \n
21747:
21748: * src/main/pa_sql_driver_manager.C: z
21749:
21750: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21751: sql* removed services from disconnect - cross-request ideological
21752: probs.
21753:
21754: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21755: cross-request ideological probs. oracle - fixed bug: cs
21756: allocated on request.pool and got freed before disconnect
21757:
21758: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21759: mallocs fixed
21760:
21761: 2001-08-23 parser
21762:
21763: * src/classes/file.C: minor bug in file:save fixed
21764:
21765: * src/main/pa_sql_driver_manager.C: oracle: dlink
21766:
21767: 2001-08-22 parser
21768:
21769: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21770: types/pa_vfile.h: file:load|save[text|binary;
21771:
21772: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21773:
21774: 2001-08-21 parser
21775:
21776: * src/classes/: file.C, table.C: ^file:list
21777:
21778: 2001-08-20 parser
21779:
21780: * src/: main/compile.tab.C, main/compile.y,
21781: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21782: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21783: recousively caused problems: inc incremeted 123 literal!! fixed
21784:
21785: 2001-08-10 parser
21786:
21787: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21788:
21789: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21790: added
21791:
21792: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21793: added
21794:
21795: * src/classes/table.C: table:sort restored [it was bad test :(]
21796:
21797: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21798: ''
21799:
21800: * src/main/: pa_request.C: wanted to make const int
21801: MAX_EXECUTE_SECONDS=1;
21802:
21803: but couldnt, set_callback_and_alarm appeared to be not exported
21804: :(
21805:
21806: * src/main/pa_string.C: string.match hanged on. there were a hang
21807: check but it weren't wise enough
21808:
21809: @parse[dateString][tmp]
21810: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21811: #end
21812:
21813: @main[] ^parse[2001-02-03]
21814:
21815: * src/classes/: table.C: table:sort now default desc
21816:
21817: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21818: table.sort now creates new sorted table
21819:
21820: 2001-08-09 parser
21821:
21822: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21823:
21824: * src/classes/hash.C: hash:_default now [was hash:default]
21825:
21826: * src/classes/op.C: case without switch check added
21827:
21828: * src/types/pa_vcookie.C: cookie name&value origins added, more
21829: precise $ORIGINS(1)
21830:
21831: * src/main/Makefile.am: .am
21832:
21833: * src/classes/void.C: void: int double copy/paste from int: bug
21834: fixed
21835:
21836: * src/classes/void.C: void: int double copy/paste from int: bug
21837: fixed
21838:
21839: 2001-08-07 parser
21840:
21841: * src/: classes/double.C, classes/int.C, classes/string.C,
21842: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21843: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21844: string, table
21845:
21846: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21847: srand made working
21848:
21849: 2001-08-06 parser
21850:
21851: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21852: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21853: main/compile.tab.C, main/compile.y, main/pa_array.C,
21854: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21855: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21856:
21857: * src/main/pa_exec.C: exec win32 real filename
21858:
21859: * src/classes/file.C: exec stderr out
21860:
21861: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21862:
21863: 2001-08-03 parser
21864:
21865: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21866:
21867: 2001-08-02 parser
21868:
21869: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21870: main/execute.C, main/pa_exec.C: introducing Array_iter
21871:
21872: * src/main/execute.C: detected quick_get recursion bug. changed to
21873: get@execute, but needs array iterator, separate from array to
21874: avoid it & use caching
21875:
21876: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21877: bug fixed
21878:
21879: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21880: main/execute.C, main/pa_globals.C: found another multithread bug
21881: in op.C (last, last global var killed) :)
21882:
21883: 2001-08-01 parser
21884:
21885: * src/: include/pa_dictionary.h, include/pa_globals.h,
21886: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21887: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21888: main/untaint.C: speeded up typo-html replacements. introducing
21889: Dictionary with first-char caching
21890:
21891: 2001-07-31 parser
21892:
21893: * src/types/Makefile.am: pa_vtable.C added to .am
21894:
21895: * src/main/compile.tab.C: added, so that could be compiled even on
21896: non-bison-enabled platforms
21897:
21898: 2001-07-28 parser
21899:
21900: * src/classes/table.C: table:hash always produces hash, when can't
21901: - empty
21902:
21903: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21904: skipped \n
21905:
21906: 2001-07-27 parser
21907:
21908: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21909: on int/double/string :sql without result and default
21910:
21911: 2001-07-26 parser
21912:
21913: * src/classes/op.C: fixed bad multithread bug with strangly global
21914: OP
21915:
21916: * src/main/compile.y: $man[$.age[zzz]] 0
21917:
21918: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21919: creation syntax problem persists. restored $: for a while.
21920: thinking of $man[$.age[zzz]] syntax now
21921:
21922: * src/: classes/double.C, classes/int.C, classes/string.C,
21923: include/pa_opcode.h, main/compile.C, main/compile.y,
21924: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21925: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21926: types/pa_wwrapper.h: fixing :: realization #1
21927:
21928: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21929: main/compile_tools.h, main/execute.C, main/pa_request.C,
21930: types/pa_vmethod_frame.h: introducing :: this is constructor call
21931: prefix. ordinary : remains for static accesses
21932:
21933: 2001-07-25 parser
21934:
21935: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21936: fields 2. methods 3. columns
21937:
21938: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21939: quote. optimized double&int tostring-s
21940:
21941: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21942: whitespace before first method decl
21943:
21944: * src/classes/table.C: allowed nontable result in table:sql,
21945: results in empty table
21946:
21947: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21948: lines before first method decl
21949:
21950: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21951: types/pa_vtable.h: ^table.record[] now $table.fields
21952:
21953: * src/main/compile.y: $var[] is now empty string, not void
21954:
21955: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21956: void
21957:
21958: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21959: main/pa_globals.C: match replace code context moved to implicit
21960: $match context
21961:
21962: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21963: main/compile_tools.h, main/execute.C: with killed, code storage
21964: introduced with former 'with' syntax
21965:
21966: 2001-07-24 parser
21967:
21968: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21969: types/pa_value.h: first get_element, next get operator
21970:
21971: * src/main/compile.y: removed @end handling
21972:
21973: * src/main/: compile.C, compile.y: @end handling method2
21974:
21975: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21976: file:move
21977:
21978: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21979: fixed
21980:
21981: 2001-07-23 parser
21982:
21983: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21984: driver
21985:
21986: * src/classes/hash.C: changed sql driver query interface
21987:
21988: * src/: classes/hash.C, classes/string.C, classes/table.C,
21989: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21990: changed sql driver query interface
21991:
21992: 2001-07-20 parser
21993:
21994: * src/types/pa_vrequest.C: X!$browser:type
21995:
21996: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21997: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21998: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21999: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22000: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22001: types/pa_vobject.h, types/pa_vrequest.C,
22002: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22003: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22004: BASE element globally removed
22005:
22006: 2001-07-18 parser
22007:
22008: * src/classes/file.C: file:exec/cgi msg
22009:
22010: * src/classes/file.C: $file:exit-code renamed to 'status'
22011:
22012: * src/: classes/file.C, main/pa_exec.C: file:exec
22013:
1.116 moko 22014: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22015: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22016: removed $id from *.in *.am
1.95 moko 22017:
22018: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22019: abbrevations
22020:
22021: * src/: classes/date.C, classes/mail.C, classes/math.C,
22022: classes/string.C, classes/table.C, include/pa_globals.h,
22023: include/pa_string.h, main/execute.C, main/pa_globals.C,
22024: main/pa_request.C, main/pa_string.C, main/untaint.C,
22025: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22026: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22027: $ORIGINS(1) output tracing mode
22028:
22029: 2001-07-13 parser
22030:
22031: * src/: classes/double.C, classes/int.C, classes/string.C,
22032: include/pa_request.h, main/execute.C, main/pa_request.C:
22033: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22034: second would not call first @auto
22035:
22036: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22037: wrong, fixed
22038:
22039: 2001-07-12 parser
22040:
22041: * src/types/pa_value.h: pa_value.putelement modification of system
22042: classes prevented
22043:
22044: 2001-07-11 parser
22045:
22046: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22047: table $piece
22048:
22049: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22050: types/pa_vstateless_class.h: $file created by file:state +=
22051: .atime .mtime .ctime +found&fixed bug with exceptions on
22052: get_junction-created objects [they were on wrong pool]
22053:
22054: 2001-07-09 parser
22055:
22056: * src/main/untaint.C: qp wrong name
22057:
22058: * src/: classes/date.C, classes/string.C, classes/table.C,
22059: main/compile.y: date format 0
22060:
22061: 2001-07-07 parser
22062:
22063: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22064: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22065: roll table calendar
22066:
22067: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22068: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22069: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22070: include/pa_request.h, main/main.dsp, types/pa_value.h,
22071: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22072: string. todo: sql, calendar
22073:
22074: 2001-07-06 parser
22075:
22076: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22077: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22078:
22079: 2001-07-03 parser
22080:
22081: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22082: classes/random.C, main/main.dsp: class random renamed to math,
22083: operators became methods
22084:
22085: * src/classes/op.C: pow sqrt
22086:
22087: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22088:
22089: 2001-07-02 parser
22090:
22091: * src/classes/table.C: ^table.columns column renamed from 'name' to
22092: 'column'
22093:
22094: * src/classes/hash.C: ^hash.keys[]
22095:
22096: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22097:
22098: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22099: 'strings'
22100:
22101: 2001-06-29 parser
22102:
22103: * src/main/: execute.C: /0 %0 checkes ver 2
22104:
22105: * src/main/execute.C: /0 %0 checke
22106:
22107: * src/classes/Makefile.am: nothing - void
22108:
22109: * src/classes/table.C: empty strings @ sql
22110:
22111: 2001-06-28 parser
22112:
22113: * src/: classes/double.C, classes/file.C, classes/form.C,
22114: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22115: classes/op.C, classes/random.C, classes/response.C,
22116: classes/string.C, classes/table.C, classes/void.C,
22117: main/compile.C, main/compile_tools.C, main/execute.C,
22118: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22119: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22120: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22121: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22122: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22123: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22124: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22125: $";
22126:
22127: * src/: classes/double.C, classes/file.C, classes/form.C,
22128: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22129: classes/op.C, classes/random.C, classes/response.C,
22130: classes/string.C, classes/table.C, classes/void.C,
22131: main/compile.C, main/compile.y, main/compile_tools.C,
22132: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22133: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22134: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22135: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22136: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22137: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22138:
22139: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22140: $class:name: == ${class:name}:
22141:
22142: * src/classes/string.C: exactly one
22143:
22144: 2001-06-27 parser
22145:
22146: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22147: types/pa_vvoid.h: nothing renamed to void
22148:
22149: * src/classes/op.C: ^switch ^case
22150:
22151: * src/main/compile.y: nothing renamed to void
22152:
22153: * src/: classes/hash.C, classes/table.C, main/compile.y,
22154: main/execute.C, main/main.dsp, main/pa_request.C,
22155: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22156: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22157: void
22158:
22159: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22160:
22161: 2001-05-28 parser
22162:
22163: * src/doc/html2chm.cmd: removed >a
22164:
22165: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22166: project options [some bugs]
22167:
22168: * src/doc/sources2html.cmd: z
22169:
22170: * src/: classes/classes.C, main/compile.C, main/compile.y,
22171: main/execute.C: operators are not in root class again
22172:
22173: 2001-05-24 parser
22174:
22175: * src/targets/cgi/parser3.dsp: project file
22176:
22177: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22178: ^log ^exp
22179:
22180: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22181: conversions in @exception[params]
22182:
22183: * src/main/pa_request.C: // no _ conversions in @exception[params]
22184:
22185: 2001-05-23 parser
22186:
22187: * src/main/pa_string.C: string cmp bug
22188:
22189: * src/classes/: mail.C, op.C: rem max 1000
22190:
22191: * src/: classes/op.C, main/compile.y: allow one empty line before
22192: LS_DEF_NAME
22193:
22194: 2001-05-22 parser
22195:
22196: * src/classes/op.C: if params code-required
22197:
22198: 2001-05-21 parser
22199:
22200: * src/types/pa_vstring.C: eoleof
22201:
22202: * src/classes/Makefile.am: .AM
22203:
22204: * src/classes/nothing.C: resultless ^sql moved to nothing:
22205:
22206: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22207:
22208: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22209: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22210: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22211: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22212: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22213: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22214: 'nothing'
22215:
22216: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22217: vstring::set_string
22218:
22219: * src/classes/: double.C, int.C, string.C: int,double;sql
22220:
22221: * src/: classes/hash.C, classes/int.C, classes/string.C,
22222: classes/table.C, include/pa_string.h, main/pa_string.C,
22223: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22224:
22225: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22226: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22227: hash:sql moved to main trunc. operators.txt updated
22228:
22229: * src/classes/: hash.C, op.C, table.C: hash:sql
22230:
22231: * src/classes/op.C: z
22232:
22233: * src/: main/compile.C, classes/classes.C: 1
22234:
22235: * src/: classes/classes.C, main/compile.C, main/compile.y,
22236: main/execute.C: 0
22237:
22238: * src/main/execute.C: z
22239:
22240: * src/targets/cgi/parser3.C: z
22241:
22242: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22243: site_auto_path "." in that case
22244:
22245: * src/targets/cgi/: parser3.C: z
22246:
22247: * src/main/pa_request.C: .am
22248:
22249: * src/: main/pa_request.C, targets/cgi/parser3.C:
22250: pcre_tables=pcre_default_tables;
22251:
22252: 2001-05-19 parser
22253:
22254: * src/main/pa_string.C: z
22255:
22256: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22257: introducing String::cstr_bufsize, returns just size+1 for as_is
22258: target.
22259:
22260: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22261: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22262: used, 4* mem wasted
22263:
22264: * src/classes/string.C: root context in match replace body now
22265: unchanged
22266:
22267: * src/types/pa_value.h: parameter # 1 based
22268:
22269: * src/main/pa_common.C: common: actual filename '%s'
22270:
22271: * src/classes/string.C: z
22272:
22273: * src/classes/Makefile.am: classes/.am
22274:
22275: * src/classes/: Makefile.am: classes/.am
22276:
22277: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22278: targets/cgi/pa_pool.C: classes/.am
22279:
22280: 2001-05-18 parser
22281:
1.116 moko 22282: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22283: pa_threads.C ins
1.95 moko 22284:
22285: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22286:
22287: 2001-05-17 parser
22288:
22289: * src/: classes/string.C, include/pa_config_fixed.h,
22290: include/pa_config_includes.h, main/compile.y,
22291: main/compile_tools.h, main/execute.C, main/pa_array.C,
22292: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22293: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22294: types/pa_vform.C: #include "pa_config_includes.h" removed from
22295: most .C
22296:
22297: * src/doc/html2chm.cmd: z
22298:
22299: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22300: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22301:
22302: * src/main/pa_sql_driver_manager.C: moved expiration to
22303: get_connection_from_cache
22304:
22305: * src/main/pa_sql_driver_manager.C: cache expiration bf
22306:
22307: * src/: classes/classes.h, include/pa_sql_connection.h,
22308: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22309: cache expiration[use SQL_Driver::disconnect]
22310:
22311: * src/main/pa_table.C: table.locate current restored on "not found"
22312:
22313: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22314: line no
22315:
22316: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22317: ANTI_ENDLESS_EXECUTE_RECOURSION
22318:
22319: * src/: classes/op.C, include/pa_sql_connection.h,
22320: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22321: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22322: 1driver and set_services fight for driver::fservices. before fix
22323:
22324: * src/: classes/op.C, include/pa_config_fixed.h,
22325: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22326: main/pa_sql_driver_manager.C: found problem at last: 2connections
22327: own 1driver and set_services fight for driver::fservices. before
22328: fix
22329:
22330: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22331: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22332: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22333: pa_threads.C
22334:
22335: * src/include/pa_threads.h: removed targets/parser
22336:
22337: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22338: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22339: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22340: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22341: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22342: headers
22343:
22344: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22345: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22346: order prevented sqlmanager to see MULTYTHREAD define
22347:
22348: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22349: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22350: put/gets
22351:
22352: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22353: from hash.h
22354:
22355: * src/: classes/op.C, include/pa_sql_connection.h,
22356: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22357: from cache ->set_services(&services);
22358:
22359: 2001-05-16 parser
22360:
22361: * src/targets/cgi/parser3.C: z
22362:
22363: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22364: debug, #ifdefed some. would debug later, on more precise sample
22365: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22366: $name.$tail[$tail!] $name.$tail } ok3
22367:
22368: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22369: removed array debug. before vstring rebasing
22370:
22371: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22372: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22373: array debugged; adjusted
22374:
22375: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22376: SQL_Driver_manager line no for connect/charset errors
22377:
22378: 2001-05-15 parser
22379:
22380: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22381: main/pa_string.C: string+array made linear grows
22382:
22383: * src/: include/pa_string.h, main/pa_string.C,
22384: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22385: grow lineary, not exponentialy
22386:
22387: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22388: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22389: with fullchunk cmps
22390:
22391: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22392: 70041= 81
22393:
22394: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22395: targets/cgi/parser3.C: detected huge mem allocation: size/times
22396: malloc 27809390/368771, calloc 3232/83. would test now
22397:
22398: * src/: classes/random.C, main/compile.y, main/execute.C,
22399: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22400: numbered params had wrong name - for instance: bad error message
22401: in ^for[] bad body type. fixed
22402:
22403: 2001-05-14 parser
22404:
22405: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22406: main/untaint.C: ^string.upper|lower[]
22407:
22408: 2001-05-11 parser
22409:
22410: * src/: classes/double.C, classes/image.C, classes/op.C,
22411: classes/string.C, classes/table.C, classes/unknown.C,
22412: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22413: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22414: types/pa_vunknown.h: op: MAX_LOOPS as_int
22415:
22416: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22417: .dsp for win32tools
22418:
22419: 2001-05-11 paf
22420:
22421: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22422: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22423: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22424: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22425:
22426: 2001-05-10 paf
22427:
22428: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22429: for C++, that's all
22430:
1.116 moko 22431: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22432: pa_config_includes.h: inline wonders
1.95 moko 22433:
22434: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22435: doc/doxygen.cmd: hash.C added
22436:
22437: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22438:
22439: * src/main/compile.y: @end grammar: allowed zero strings in control
22440: menthod
22441:
22442: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22443: pa_vstateless_object.h: changed priority: field before method
22444: lookup in vclass & vobject
22445:
22446: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22447: grammar: priorities changes [lowerd && prior] vobject: now first
22448: fields, next methods
22449:
22450: 2001-05-08 paf
22451:
22452: * src/main/pa_table.C: table columnname2item on nameless ignored
22453: bark=false. fixed
22454:
22455: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22456: types/pa_vmethod_frame.h: hash:default works at last!
22457:
22458: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22459: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22460: hash:default
22461:
22462: * src/classes/table.C: z
22463:
22464: * src/classes/table.C: table:hash always hash of hash now
22465:
22466: * src/classes/table.C: table:empty return bool now
22467:
22468: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22469: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22470: types/pa_vtable.h: table:hash
22471:
22472: * src/classes/table.C: table:record have name
22473:
22474: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22475: returns vunknown
22476:
22477: * src/classes/: double.C, int.C, op.C, string.C:
22478: int,double,string:int[] double[] string:length[] results now have
22479: hames
22480:
22481: * src/: classes/op.C, classes/table.C, main/main.dsp,
22482: types/pa_vtable.h: removed table:find. table:locate and op:eval
22483: now return bool
22484:
22485: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22486: in method checkparams again. fixed
22487:
22488: 2001-05-07 paf
22489:
22490: * src/doc/chm.cmd: cmd
22491:
22492: * src/: classes/image.C, classes/mail.C, classes/string.C,
22493: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22494: types/pa_value.h: method reported errors on wrong pool
22495:
22496: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22497: now
22498:
22499: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22500: include/code.h, include/pa_opcode.h, main/compile.C,
22501: main/compile_tools.h, main/execute.C, types/pa_value.h,
22502: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22503: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22504: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22505: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22506: types/pa_vmethod_frame.h, types/pa_vobject.h,
22507: types/pa_vrequest.h, types/pa_vresponse.h,
22508: types/pa_vstateless_class.h, types/pa_vstring.h,
22509: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22510: types/pa_wwrapper.h: pa_code.h
22511:
22512: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22513:
22514: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22515: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22516: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22517: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22518: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22519: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22520: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22521: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22522: types/pa_vtable.h: dox, split by not clean parts also
22523:
22524: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22525: types/pa_vtable.h: table: fields, then methods. so to enable
22526: 'dir' fields & co. more
22527:
22528: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22529: so to enable 'dir' fields & co.
22530:
22531: * src/main/compile.y: grammar: @end
22532:
22533: 2001-05-04 paf
22534:
22535: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22536: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22537:
22538: * src/: classes/classes.h, classes/double.C, classes/file.C,
22539: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22540: classes/op.C, classes/random.C, classes/response.C,
22541: classes/string.C, classes/table.C, classes/unknown.C,
22542: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22543: method dox
22544:
22545: 2001-05-03 paf
22546:
22547: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22548: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22549: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22550: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22551: doc/string.dox, doc/targets.dox, doc/value.dox,
22552: main/pa_request.C: dox splitted .dox files and added some
22553:
22554: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22555:
22556: 2001-05-02 paf
22557:
22558: * src/classes/: image.C, table.C: table:dir result are not tainted
22559: by file_name language now
22560:
22561: 2001-04-28 paf
22562:
22563: * src/classes/classes.inc: removed classes.inc
22564:
22565: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22566: from .am
22567:
22568: * src/classes/classes.awk: skipped classes in .awk
22569:
22570: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22571: classes/classes.inc, classes/double.C, classes/file.C,
22572: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22573: classes/string.C, classes/table.C, classes/unknown.C,
22574: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22575: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22576: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22577: pa_methoded back to classes/classes.h
22578:
22579: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22580:
22581: * src/: classes/Makefile.am, classes/classes.awk,
22582: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22583: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22584:
22585: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22586: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22587: classes/response.C, classes/string.C, classes/table.C,
22588: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22589: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22590: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22591: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22592: include|main/pa_methoded
22593:
22594: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22595: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22596:
22597: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22598: moved some configured data to request::classes_conf moved some
22599: string crations from globals to M... [works]
22600:
22601: * src/: classes/form.C, classes/mail.C, classes/op.C,
22602: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22603: main/pa_request.C: moved some configured data to
22604: request::classes_conf moved some string crations from globals to
22605: M...
22606:
22607: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22608: about to move configured data to special request hash
22609:
22610: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22611: classes/form.C, classes/mail.C, include/pa_request.h,
22612: main/pa_request.C: configure started
22613:
22614: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22615: 2. todo: methoded-configure
22616:
22617: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22618: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22619: classes/_random.h, classes/_response.h, classes/_string.h,
22620: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22621: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22622: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22623: classes/random.C, classes/response.C, classes/string.C,
22624: classes/table.C, classes/unknown.C, include/pa_globals.h,
22625: include/pa_request.h, main/compile.y, main/execute.C,
22626: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22627: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22628: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22629: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22630: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22631: types/pa_vrequest.h, types/pa_vresponse.h,
22632: types/pa_vstateless_class.h, types/pa_vstring.h,
22633: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22634: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22635: methoded-configure
22636:
22637: * src/: classes/file.C, classes/table.C, main/compile.y,
22638: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22639: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22640: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22641:
22642: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22643: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22644: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22645: classes/random.C, classes/response.C, classes/string.C,
22646: classes/table.C, classes/unknown.C, include/pa_request.h,
22647: main/compile.y, main/execute.C, main/pa_globals.C,
22648: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22649: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22650: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22651: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22652: beautifying just compiled. todo: debug, configure
22653:
22654: 2001-04-27 paf
22655:
22656: * src/: classes/file.C, classes/image.C, classes/table.C,
22657: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22658: beautifying -99
22659:
22660: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22661: classes/_response.h, classes/_unknown.h, classes/classes.C,
22662: classes/classes.h, classes/double.C, classes/file.C,
22663: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22664: classes/op.C, classes/random.C, classes/response.C,
22665: classes/string.C, include/pa_globals.h, main/main.dsp,
22666: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22667: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22668: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22669: types/pa_vunknown.h: beautifying -100
22670:
22671: * src/main/compile.y: serge@ found @CLASS bug. fixed
22672:
22673: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22674: classes/_op.h, classes/_random.h, classes/_table.h,
22675: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22676: classes/op.C, classes/random.C, classes/response.C,
22677: classes/string.C, classes/table.C, classes/unknown.C,
22678: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22679: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22680: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22681: beautifying
22682:
22683: 2001-04-26 paf
22684:
22685: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22686:
22687: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22688: documentation ++
22689:
22690: * src/: classes/_exec.h, doc/doxygen.cfg,
22691: include/pa_config_fixed.h, include/pa_config_includes.h,
22692: targets/cgi/pa_pool.C: code documentation ++
22693:
22694: * src/: classes/_image.h, classes/op.C, classes/random.C,
22695: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22696: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22697: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22698: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22699: types/pa_vmethod_frame.h, types/pa_vobject.h,
22700: types/pa_vrequest.C, types/pa_vrequest.h,
22701: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22702: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22703: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22704: code documentation ++
22705:
22706: * src/: classes/image.C, classes/mail.C, classes/string.C,
22707: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22708: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22709: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22710: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22711: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22712: types/pa_vobject.h, types/pa_vstateless_class.h,
22713: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22714:
22715: * src/main/: pa_request.C, pa_string.C: z
22716:
22717: * src/: include/pa_common.h, include/pa_types.h,
22718: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22719: connection caching fixed. request-pooled-url were stored into
22720: global connectioncache
22721:
22722: 2001-04-25 paf
22723:
22724: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22725: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22726:
22727: * src/: include/code.h, include/pa_common.h, main/compile.y,
22728: main/execute.C, main/pa_common.C: -d
22729:
22730: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22731: illegal call check a bit improved, but still under iis no mapping
22732: of dir with parser allowed!
22733:
22734: 2001-04-24 paf
22735:
22736: * src/targets/Makefile.am: apache module lib .am
22737:
22738: * src/main/pa_exec.C: windows32 buildCommand
22739:
22740: 2001-04-23 paf
22741:
22742: * src/targets/cgi/Makefile.am: win32 conditional
22743:
22744: * src/targets/cgi/Makefile.am: win32 conditional
22745:
22746: * src/targets/cgi/Makefile.am: liblink
22747:
22748: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22749: vfile fields return type
22750:
22751: * src/types/pa_vfile.h: vfile fields return type
22752:
22753: * src/include/pa_config_auto.h.in: .h.in
22754:
22755: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22756: types/Makefile: makefiles removed
22757:
22758: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22759: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22760:
22761: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22762: [tested: i & g ]
22763:
22764: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22765: @test noticed series in isapi, check how initialize_random_class
22766: is called! [must be called only once]
22767:
22768: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22769: would not be 'unknown column'
22770:
22771: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22772: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22773:
22774: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22775: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22776: [now doesnt]
22777:
22778: * src/targets/cgi/parser3.C: cgi cmdline ver
22779:
22780: * src/targets/cgi/parser3.C: cgi /// @test disable
22781: /cgi-bin/parser3/auto.p
22782:
22783: * src/main/untaint.C: untaint without charset
22784:
22785: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22786: main/pa_common.C: common: file_write /// @test mkdirs
22787: file_delete rmdirs
22788:
22789: * src/main/untaint.C: mail header only once to =?
22790:
22791: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22792: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22793: main/untaint.C: untaint - @test optimize whitespaces for
22794: all but 'html'
22795:
22796: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22797: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22798: main/untaint.C: untaint - @test mail-header
22799:
22800: 2001-04-20 paf
22801:
22802: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22803: include/pa_request.h, include/pa_string.h, main/compile.y,
22804: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22805: targets/cgi/parser3.C: $MAIN:LOCALE
22806:
22807: * src/main/untaint.C: z
22808:
22809: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22810:
22811: 2001-04-19 paf
22812:
22813: * src/main/compile_tools.h: $a$b bugfix
22814:
22815: * src/targets/cgi/parser3.C: z
22816:
22817: * src/classes/file.C: z
22818:
22819: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22820: done: header to $fields. waits for header '\' tricks
22821:
22822: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22823: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22824: changed urlencode here and in untaint.C to HTTP standard's " and
22825: \" mech
22826:
22827: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22828: http://alx/~paf/ doesnt load /auto.p
22829:
22830: 2001-04-18 paf
22831:
22832: * src/main/pa_request.C: 1
22833:
22834: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22835: linux @alx
22836:
22837: 2001-04-17 paf
22838:
22839: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22840: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22841: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22842: enabled
22843:
22844: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22845: classes/_exec.h, classes/_file.h, classes/_form.h,
22846: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22847: classes/_random.h, classes/_response.h, classes/_string.h,
22848: classes/_table.h, classes/_unknown.h, classes/file.C,
22849: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22850: include/pa_config_fixed.h, include/pa_config_includes.h,
22851: include/pa_hash.h, include/pa_sql_driver_manager.h,
22852: include/pa_version.h, main/Makefile.am, main/compile.y,
22853: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22854: main/pa_sql_driver_manager.C, sql/Makefile.am,
22855: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22856: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22857: types/pa_vform.C, types/pa_vimage.h: exec @jav
22858:
22859: * src/: include/pa_sql_driver_manager.h,
22860: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22861: types/pa_vimage.h: sql driver interface now has initialize(client
22862: .so)
22863:
22864: 2001-04-16 paf
22865:
22866: * src/Makefile.am: compile2 cygwin
22867:
22868: * src/: include/pa_config_includes.h, main/pa_exec.C,
22869: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22870:
22871: * src/targets/cgi/Makefile.am: compile0 jav
22872:
22873: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22874: classes/_exec.h, classes/_file.h, classes/_form.h,
22875: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22876: classes/_random.h, classes/_response.h, classes/_string.h,
22877: classes/_table.h, classes/_unknown.h, classes/image.C,
22878: classes/mail.C, classes/op.C, classes/random.C,
22879: include/pa_config_fixed.h, include/pa_config_includes.h,
22880: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22881: main/compile.y, main/pa_common.C, main/pa_exec.C,
22882: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22883: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22884: compile-1
22885:
22886: 2001-04-15 paf
22887:
22888: * src/classes/op.C: z
22889:
22890: * src/classes/table.C: table:empty +=process
22891:
22892: * src/types/pa_value.h: MethodParams !junction
22893:
22894: * src/: classes/_string.h, classes/double.C, classes/file.C,
22895: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22896: classes/random.C, classes/response.C, classes/string.C,
22897: classes/table.C, classes/unknown.C, main/pa_request.C:
22898: MethodParams everywhere
22899:
22900: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22901: types/pa_vmethod_frame.h: MethodParams in op.C
22902:
22903: 2001-04-12 paf
22904:
22905: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22906:
22907: * src/: classes/_unknown.h, classes/unknown.C,
22908: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22909: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22910:
22911: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22912:
22913: * src/classes/image.C: image:gif now does not have params
22914:
22915: * src/classes/image.C:
22916: image:line/fill/rectangle/bar/replace/polygon/polybar
22917:
22918: * src/: classes/image.C, classes/op.C, main/execute.C,
22919: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22920: for var now written not to r.wcontext, but to r.root cleared
22921: "entered_object" state
22922:
22923: 2001-04-11 paf
22924:
22925: * src/classes/image.C: image:create image:load
22926:
22927: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22928: just compiled
22929:
22930: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22931: todo: gif without file
22932:
22933: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22934: started porting to Pooled descendant
22935:
22936: * src/: classes/image.C, main/execute.C, main/main.dsp,
22937: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22938: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22939: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22940:
22941: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22942: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22943: end. switching to python imaging lib
22944:
22945: * src/main/main.dsp: gd+smtp made separate libs
22946:
22947: * src/: include/pa_globals.h, include/pa_string.h,
22948: main/pa_common.C, main/pa_request.C, main/untaint.C,
22949: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22950: length
22951:
22952: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22953: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22954: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22955: UL_FILE_NAME of posted file name
22956:
22957: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22958: post [broke when moved post read to core]
22959:
22960: 2001-04-10 paf
22961:
22962: * src/classes/image.C: image:html done
22963:
22964: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22965:
22966: * src/classes/image.C: z
22967:
22968: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22969: forgotten!
22970:
22971: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22972: main/pa_request.C, main/pa_string.C, main/untaint.C,
22973: types/pa_vimage.h: image:measure -90
22974:
22975: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22976: classes/_int.h, classes/_mail.h, classes/_op.h,
22977: classes/_random.h, classes/_response.h, classes/_string.h,
22978: classes/_table.h, classes/file.C, classes/mail.C,
22979: include/pa_common.h, include/pa_globals.h, main/execute.C,
22980: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22981: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22982: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22983: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22984: compiled
22985:
22986: * src/classes/mail.C: minor bug with unclear from/to
22987:
22988: * src/classes/mail.C: sendmail unix skipping defaults
22989:
22990: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22991: sendmail unix added defaults
22992:
22993: * src/classes/mail.C: unix sendmail compiled. todo:testing
22994:
22995: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22996:
22997: 2001-04-09 paf
22998:
22999: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23000: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23001: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23002: targets/isapi/parser3isapi.dsp: all targets exec
23003:
23004: * src/: include/pa_sapi.h, include/pa_string.h,
23005: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23006: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23007: args in apache:util.script
23008:
23009: * src/include/pa_string.h: written but not tested exec with env for
23010: unix
23011:
23012: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23013: targets/cgi/parser3.C: exec win32 env
23014:
23015: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23016: 0
23017:
23018: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23019: main/execute.C, main/main.dsp, main/pa_globals.C,
23020: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23021: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23022:
23023: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23024: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23025:
23026: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23027: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23028:
23029: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23030: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23031: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23032: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23033: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23034: exec class just compiled. moved post read to request core
23035:
23036: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23037: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23038: main/pa_globals.C, targets/cgi/parser3.C,
23039: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23040: are already read by vform
23041:
23042: 2001-04-08 paf
23043:
23044: * src/: classes/file.C, classes/mail.C, classes/string.C,
23045: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23046: uuencode. string<<
23047:
23048: 2001-04-07 paf
23049:
23050: * src/classes/mail.C: z
23051:
23052: * src/classes/mail.C: z
23053:
23054: * src/classes/mail.C: ^mail[$attach
23055:
23056: * src/classes/mail.C: ^attach dead end
23057:
23058: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23059: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23060: targets/isapi/parser3isapi.C: mail:send 1
23061:
23062: * src/: classes/mail.C, main/pa_request.C: z
23063:
23064: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23065: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23066: compiled
23067:
23068: * src/classes/mail.C: +=
23069:
23070: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23071: prepared
23072:
23073: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23074: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23075: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23076: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23077:
23078: 2001-04-06 paf
23079:
23080: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23081: main/pa_string.C: table:dir 1
23082:
23083: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23084: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23085:
23086: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23087: classes/root.C, include/pa_globals.h, include/pa_request.h,
23088: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23089: main/pa_request.C: renamed 'root' to 'op'
23090:
23091: * src/classes/: _op.h, op.C: renamed from 'root'
23092:
23093: * src/types/pa_valiased.C: another root inherititance skipped
23094:
23095: * src/main/: compile.C, compile.y, execute.C: operators are now not
23096: root methods of parent class. just 'ROOT' class
23097:
23098: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23099: @office
23100:
23101: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23102:
23103: 2001-04-05 paf
23104:
23105: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23106: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23107: constructor flag dropped at get_method_frame and remembered into
23108: method_frame
23109:
23110: * src/: classes/file.C, classes/root.C, classes/string.C,
23111: classes/table.C, main/pa_request.C: junction to code&expression
23112: in errors
23113:
23114: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23115: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23116: $LOCALE:ctype[Russian_Russia.1251]
23117:
23118: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23119: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23120: main/pa_table.C: hash now not thread-safe.
23121:
23122: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23123: main/untaint.C: z
23124:
23125: * src/: classes/random.C, classes/root.C, classes/table.C,
23126: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23127: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23128: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23129: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23130:
23131: * src/: classes/table.C, include/pa_sql_connection.h,
23132: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23133:
23134: * src/classes/table.C: select * from hren error contains statement
23135:
23136: * src/: classes/table.C, include/pa_sql_connection.h,
23137: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23138: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23139:
23140: * src/: classes/root.C, include/pa_sql_connection.h,
23141: include/pa_sql_driver.h, main/main.dsp,
23142: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23143: services for conv memory & error reporting
23144:
23145: 2001-04-04 paf
23146:
23147: * src/doc/doxygen.cfg: z
23148:
23149: * src/include/pa_sql_driver.h: mysql connect
23150:
23151: * src/include/pa_sql_driver.h: mysql info
23152:
23153: * src/: classes/root.C, include/pa_sql_driver.h,
23154: include/pa_sql_driver_manager.h, main/main.dsp,
23155: main/pa_sql_driver_manager.C: more manager&connection&driver
23156:
23157: * src/sql/Makefile.am: forgot to add mysql client
23158:
23159: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23160: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23161: [forgot to add libltdl, added]
23162:
23163: * src/: Makefile.am, classes/root.C, classes/string.C,
23164: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23165: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23166: include/pa_string.h, include/pa_table.h, main/main.dsp,
23167: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23168: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23169: -1000 just compiled
23170:
23171: * src/: classes/random.C, classes/root.C, classes/table.C,
23172: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23173: main/pa_request.C, types/pa_vclass.h: sql frame -10
23174:
23175: 2001-04-03 paf
23176:
23177: * src/types/pa_vform.C: z
23178:
23179: * src/: classes/string.C, types/pa_vform.C: string:match replace
23180: assigned lang
23181:
23182: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23183: {}[]< empty []
23184:
23185: * src/: classes/file.C, classes/string.C, classes/table.C,
23186: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23187: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23188:
23189: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23190: string:match replace strange matches
23191:
23192: * src/classes/string.C: string:match replace 0
23193:
23194: * src/: classes/string.C, main/pa_string.C: string:match replace
23195: prepared 2
23196:
23197: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23198: string:match replace prepared
23199:
23200: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23201: string:match replace -11
23202:
23203: * src/: classes/string.C, include/pa_globals.h,
23204: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23205: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23206:
23207: * src/: classes/string.C, include/pa_globals.h,
23208: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23209: main/pa_string.C: string:match [search] -1 just compiled
23210:
23211: * src/types/pa_vstring.C: z
23212:
23213: * src/: classes/double.C, classes/file.C, classes/form.C,
23214: classes/int.C, classes/response.C, classes/root.C,
23215: classes/string.C, classes/table.C, include/pa_string.h,
23216: main/pa_string.C: string:match -10 [frame]
23217:
23218: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23219: main/pa_request.C: z
23220:
23221: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23222: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23223: todo/tests
23224:
23225: * src/include/pa_common.h: z
23226:
23227: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23228: main/pa_request.C, targets/cgi/parser3.C,
23229: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23230: content-disposition
23231:
23232: * src/: include/pa_common.h, include/pa_globals.h,
23233: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23234: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23235:
23236: * src/: include/pa_common.h, include/pa_request.h,
23237: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23238: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23239: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23240: response:body
23241:
23242: * src/classes/table.C: table:append now uses string::split
23243:
23244: * src/classes/table.C: z
23245:
23246: * src/: classes/file.C, classes/root.C, classes/string.C,
23247: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23248: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23249: include/pa_string.h, main/execute.C, main/pa_string.C,
23250: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23251: string::pos & cmp & piece bugs fixed. string::split new
23252: table:load separated from set table:set implemented with clean \n
23253: \t searches
23254:
23255: 2001-04-02 paf
23256:
23257: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23258: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23259: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23260: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23261: it in table:set/load
23262:
23263: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23264: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23265:
23266: * src/classes/random.C: random:generate 1
23267:
23268: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23269: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23270: types/pa_value.h: random:generate
23271:
23272: 2001-03-30 paf
23273:
23274: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23275: todo: table flip and append. string::pos
23276:
23277: * src/: classes/double.C, classes/file.C, classes/int.C,
23278: classes/response.C, classes/root.C, classes/string.C,
23279: classes/table.C, main/compile.y, main/execute.C,
23280: types/pa_value.h, types/pa_vstateless_class.C,
23281: types/pa_vstateless_class.h: static|dynamic|any method
23282: registration
23283:
23284: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23285: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23286: table:flip
23287:
23288: 2001-03-29 paf
23289:
23290: * src/classes/string.C: string:xsplit forgot that they must result
23291: in 1 row N column [not vice versa]
23292:
23293: * src/classes/string.C: z
23294:
23295: * src/classes/string.C: string: rsplit
23296:
23297: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23298: string: lsplit
23299:
23300: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23301: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23302: lsplit -1
23303:
23304: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23305: string: pos
23306:
23307: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23308: string: pos -1
23309:
23310: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23311: main/compile.y, main/pa_request.C, main/pa_string.C,
23312: main/untaint.C: string: left right mid
23313:
23314: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23315: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23316: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23317: and [;] are different now.
23318:
23319: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23320: main/untaint.C: pool.request undone
23321:
23322: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23323: main/untaint.C: pool.request
23324:
23325: 2001-03-28 paf
23326:
23327: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23328: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23329: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23330: $request:browser [.type .version]; unknown.get_double now = 0.
23331:
23332: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23333: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23334: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23335: types/pa_vform.C: file:load autodetection of mime-type by
23336: user-file-name
23337:
23338: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23339: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23340: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23341:
23342: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23343: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23344: write. must be self.set
23345:
23346: * src/: classes/file.C, classes/root.C, classes/table.C,
23347: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23348:
23349: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23350: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23351: types/pa_vtable.h: table:locate just compiled
23352:
23353: 2001-03-27 paf
23354:
23355: * src/main/: execute.C, pa_common.C: fixed r/w context of
23356: code-params2, fixed ntfs hardlink slow dir update
23357:
23358: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23359: types/pa_wcontext.h: fixed r/w context of code-params
23360:
23361: * src/: classes/table.C, main/execute.C: about to change junction
23362: rcontext!!
23363:
23364: * src/: classes/double.C, classes/int.C, classes/root.C,
23365: classes/string.C, classes/table.C, main/compile_tools.C,
23366: main/execute.C, main/pa_request.C, main/untaint.C,
23367: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23368: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23369: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23370: types/pa_vunknown.h: sort 0
23371:
23372: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23373: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23374: renamed to are_static_calls_disabled
23375:
23376: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23377: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23378: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23379: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23380:
23381: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23382:
23383: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23384: started table:sort fixed minor bug in #...^{
23385:
23386: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23387: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23388: decided to have as it were. stepped back. grammar: added 'in'
23389: 'is' 'lt'&co follow-space check
23390:
23391: 2001-03-26 paf
23392:
23393: * src/: classes/file.C, classes/root.C, classes/table.C,
23394: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23395: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23396: main/pa_table.C: moved ::save to pa_table. disabled @auto
23397: invocation in ^process
23398:
23399: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23400:
23401: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23402: main/pa_array.C: table:record
23403:
23404: * src/: main/untaint.C, targets/cgi/parser3.C,
23405: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23406: targets/isapi/pool_storage.h, types/pa_valiased.h,
23407: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23408: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23409: types/pa_vtable.h: z
23410:
23411: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23412: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23413: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23414: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23415: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23416: method realisations on 'self' validity - they now can simply
23417: assume that 'self' is V{Proper} .
23418:
23419: 2001-03-25 paf
23420:
23421: * src/main/untaint.C: z
23422:
23423: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23424: lowlevel - it initialization could be skipped if failed in @auto.
23425: so that exception report would use some table
23426:
23427: * src/main/pa_request.C: table empty lines ignored. system-default
23428: content type assigned in output:result [can fail in main:auto and
23429: skipped normal defaults extraction]
23430:
23431: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23432: bug
23433:
23434: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23435: processing to table [except preliminary \r\n \r \n replacements
23436: to "\n"]
23437:
23438: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23439: move all the processing to table
23440:
23441: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23442: main/pa_table.C, main/untaint.C: returned table originating.
23443: useful for reporting typo table problems origin. think would be
23444: useful somewhere else
23445:
23446: * src/main/untaint.C: typo \r \r\n \n properly handled
23447:
23448: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23449: include/pa_table.h, main/compile.y, main/compile_tools.C,
23450: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23451: main/pa_string.C, main/pa_table.C, main/untaint.C,
23452: types/pa_vcookie.h: typo & typo-default
23453:
23454: 2001-03-24 paf
23455:
23456: * src/main/pa_common.C: z
23457:
23458: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23459: targets/cgi/parser3.C: html-typo 2
23460:
23461: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23462: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23463: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23464: main/execute.C, main/pa_array.C, main/pa_globals.C,
23465: main/pa_request.C, main/pa_string.C, main/untaint.C,
23466: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23467: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23468: noticed double default content-type prob. run cgi.cmd tomorrow
23469: first html-typo sample. detected << problem: they become ltlt too
23470: fast
23471:
23472: * src/main/compile.y: z
23473:
23474: * src/main/: compile.y, compile_tools.h: #comment
23475:
23476: * src/: classes/file.C, classes/root.C, classes/table.C,
23477: include/pa_common.h, include/pa_request.h, main/compile.y,
23478: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23479: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23480: stringified
23481:
23482: * src/types/pa_valiased.C: decided to String-ify file_read
23483:
23484: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23485: isapi/parser3isapi.dsp: cgi: sapi::log
23486:
23487: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23488: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23489: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23490: error log experiments failed - cgi under iis got no access to
23491: log. registereventsource simply failed with 5(illegal call) code,
23492: while worked OK as standalone executable. isapi: used
23493: HSE_APPEND_LOG_PARAMETER feature
23494:
23495: * src/: include/pa_common.h, include/pa_globals.h,
23496: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23497: targets/isapi/parser3isapi.C: fixed default content-type
23498: allocation storage
23499:
23500: * src/: include/pa_globals.h, include/pa_request.h,
23501: main/pa_globals.C, main/pa_request.C: z
23502:
23503: * src/: include/pa_array.h, include/pa_hash.h,
23504: include/pa_request.h, main/compile.y, main/pa_array.C,
23505: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23506: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23507: content-type
23508:
23509: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23510: sanity
23511:
23512: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23513: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23514: away freeze mech. no danger now for you can't do
23515: ^request:process[@new-method[] body] trick anymore. still
23516: remains $some_instance.process[@new-method[] possibility] but
23517: would leave it as a feature. see index for sample
23518:
23519: * src/: include/pa_common.h, main/pa_common.C,
23520: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23521: monkey every target
23522:
23523: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23524: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23525: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23526:
23527: 2001-03-23 paf
23528:
23529: * src/: include/pa_pool.h, main/pa_request.C,
23530: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23531: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23532: targets/isapi/pool_storage.h: isapi: dumb pool storage
23533:
23534: * src/targets/isapi/pa_pool.C: decided to continue with extension
23535:
23536: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23537: it would be better to rewrite as filter then to deal with pool
23538:
23539: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23540: now like in cgi, not from APPL_PHYSICAL_PATH
23541:
23542: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23543: include/pa_config_fixed.h, include/pa_config_includes.h,
23544: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23545: include/pa_version.h, main/compile.y, main/execute.C,
23546: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23547: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23548: main/untaint.C, targets/cgi/parser3.C,
23549: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23550: cgi: reinvent document_root and request_uri under iis. autoconf
23551: updated. introducing ap_config_includes
23552:
23553: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23554:
23555: * src/targets/cgi/parser3.C: cgi: only one pool now
23556:
23557: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23558: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23559: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23560: types/pa_venv.h, types/pa_vform.C: sapi made object
23561:
23562: * src/: include/pa_globals.h, main/pa_request.C,
23563: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23564: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23565: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23566:
23567: * src/: main/pa_request.C, targets/cgi/parser3.C,
23568: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23569: isapi minor env beauty
23570:
23571: * src/: main/pa_request.C, targets/cgi/parser3.C,
23572: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23573: isapi document_root 0
23574:
23575: 2001-03-22 paf
23576:
23577: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23578:
23579: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23580: isapi/parser3isapi.C: z
23581:
23582: * src/: include/pa_pool.h, main/pa_request.C,
23583: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23584:
23585: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23586: kill.pl: isapi added utils
23587:
23588: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23589: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23590: types/pa_vform.C: isapi 0
23591:
23592: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23593: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23594: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23595: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23596: started isapi
23597:
23598: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23599: some comments
23600:
23601: * src/: include/pa_globals.h, include/pa_request.h,
23602: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23603: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23604: parser_root_auto_path parser_site_auto_path
23605:
23606: * src/types/pa_vcookie.C: cookie attr decoded
23607:
23608: 2001-03-21 paf
23609:
23610: * src/targets/cgi/parser3.C: z
23611:
23612: * src/include/pa_globals.h: post. todo: config of auto.p path
23613:
23614: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23615: types/pa_venv.h: in cookie & env. todo:post
23616:
23617: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23618: classes/root.C, classes/table.C, include/pa_array.h,
23619: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23620: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23621: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23622: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23623: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23624: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23625: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23626: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23627: shifted apache branch on main trunc
23628:
23629: * src/: include/pa_common.h, include/pa_globals.h,
23630: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23631: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23632: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23633: starting mod_parser3
23634:
23635: * src/targets/cgi/parser3.C: starting mod_parser3
23636:
23637: 2001-03-20 paf
23638:
23639: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23640: targets/cgi/parser3.C: automake compiled and works. todo:make
23641: win32 ifdefs work and add ifdef unistd
23642:
23643: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23644: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23645: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23646: z
23647:
23648: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23649: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23650: locking
23651:
23652: * src/: classes/Makefile.am, types/Makefile.am: z
23653:
23654: * src/: Makefile.am, classes/file.C, classes/root.C,
23655: classes/table.C, include/pa_array.h, include/pa_request.h,
23656: include/pa_string.h, main/Makefile.am, main/execute.C,
23657: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23658: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23659: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23660: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23661:
23662: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23663: main/pa_request.C, types/pa_vfile.h: ^table:save
23664:
23665: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23666: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23667: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23668: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23669: types/pa_vform.h: z
23670:
23671: * src/include/pa_string.h: z
23672:
23673: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23674: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23675: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23676: :Value
23677:
23678: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23679: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23680: :VStateless_object
23681:
23682: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23683: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23684: :VStateless_object
23685:
23686: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23687: types/pa_valiased.C, types/pa_vform.h: commented VForm
23688:
23689: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23690: types/pa_valiased.h, types/pa_value.h,
23691: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23692: types/pa_vstateless_object.h: moved common get_element part from
23693: stateless object&class into VAliased
23694:
23695: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23696: classes/table.C, main/execute.C, main/main.dsp,
23697: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23698: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23699: now :Value
23700:
23701: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23702: main/execute.C, main/main.dsp, main/pa_globals.C,
23703: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23704:
23705: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23706: doxx
23707:
23708: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23709: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23710: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23711: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23712: and ^file:save
23713:
23714: 2001-03-19 paf
23715:
23716: * src/types/pa_vfile.C: z
23717:
23718: * src/: classes/file.C, classes/request.C, classes/table.C,
23719: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23720: main/pa_request.C, main/untaint.C, types/pa_value.h,
23721: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23722:
23723: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23724: include/pa_string.h, include/pa_table.h, main/main.dsp,
23725: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23726: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23727: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23728: classes/_file.h, classes/file.C, types/pa_vfile.C,
23729: types/pa_vfile.h: file class just compiled
23730:
23731: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23732: include/pa_table.h, include/pa_types.h, main/execute.C,
23733: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23734: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23735: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23736:
23737: * src/include/pa_pool.h: z
23738:
23739: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23740: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23741: Hash::Value to Val so to doxygen would finlly stop confusing
23742: those Value-s
23743:
23744: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23745: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23746: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23747: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23748: include/pa_types.h, main/compile.C, main/compile.y,
23749: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23750: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23751: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23752: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23753: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23754:
23755: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23756: derivates somehow unlinked. don't know why yet
23757:
23758: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23759: include/pa_string.h, include/pa_threads.h, main/compile.C,
23760: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23761: main/execute.C, main/pa_array.C, main/pa_common.C,
23762: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23763: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23764: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23765:
23766: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23767: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23768: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23769: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23770: types/pa_vrequest.h: doc: detected Value derivates prob
23771:
23772: * src/include/pa_globals.h: z
23773:
23774: * src/: classes/_request.h, classes/request.C, include/code.h,
23775: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23776: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23777: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23778: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23779: main/execute.C, main/pa_pool.C, main/pa_request.C,
23780: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23781: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23782:
23783: 2001-03-18 paf
23784:
23785: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23786: cookie: allowed access to hash-assigned
23787:
23788: * src/targets/cgi/parser3.C: z
23789:
23790: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23791: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23792: include/pa_types.h, main/main.dsp, main/pa_common.C,
23793: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23794: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23795: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23796: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23797: types/pa_vunknown.h: cookie class
23798:
23799: * src/main/pa_request.C: zero length output allowed
23800:
23801: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23802: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23803:
23804: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23805: lang switch
23806:
23807: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23808: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23809: types/pa_value.h, types/pa_vhash.h:
23810: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23811:
23812: * src/main/execute.C: z
23813:
23814: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23815: targets/cgi/parser3.C: taint[uri
23816:
23817: * src/: classes/request.C, classes/response.C, classes/root.C,
23818: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23819: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23820: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23821:
23822: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23823: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23824: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23825: types/pa_vstateless_class.C: convinient string(pool, char *src,
23826: bool tainted) ctor
23827:
23828: * src/: include/pa_hash.h, include/pa_request.h,
23829: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23830: main/pa_request.C, main/pa_string.C, main/untaint.C,
23831: targets/cgi/parser3.C: proper @exceptions params tainting
23832:
23833: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23834: response fields to header
23835:
23836: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23837: z
23838:
23839: * src/: classes/_response.h, classes/response.C,
23840: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23841: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23842: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23843: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23844: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23845: $response: 0 request::core exception rethrow
23846:
23847: 2001-03-16 paf
23848:
23849: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23850: types/pa_vrequest.h: native method' class call with less params
23851: then needed error reporting
23852:
23853: * src/: classes/_request.h, classes/request.C,
23854: include/pa_globals.h, include/pa_request.h, main/execute.C,
23855: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23856: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23857: types/pa_vrequest.h: $request : query :uri
23858:
23859: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23860: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23861: types/pa_wcontext.h: $result
23862:
23863: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23864:
23865: * src/: classes/double.C, include/code.h, main/compile.y,
23866: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23867: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23868:
23869: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23870: main/compile.y, main/execute.C, types/pa_value.h,
23871: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23872: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23873: wcontext conflict
23874:
23875: * src/: main/execute.C, types/pa_value.h,
23876: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23877: $string.field
23878:
23879: 2001-03-15 paf
23880:
23881: * src/main/pa_request.C: news sample
23882:
23883: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23884: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23885:
23886: * src/main/: compile.y, execute.C: z
23887:
23888: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23889: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23890: pre pre works
23891:
23892: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23893: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23894: fillfields just compiled
23895:
23896: 2001-03-14 paf
23897:
23898: * src/: include/pa_request.h, main/pa_request.C,
23899: targets/cgi/parser3.C: z
23900:
23901: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23902: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23903: types/pa_vstring.h: limits -1
23904:
23905: * src/: include/pa_globals.h, include/pa_request.h,
23906: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23907: main/pa_request.C, targets/cgi/parser3.C,
23908: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23909: request_info -1
23910:
23911: * src/: include/pa_globals.h, main/pa_globals.C,
23912: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23913: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23914: vform_fields_fill
23915:
23916: * src/targets/cgi/parser3.C: # if MSVC
23917:
23918: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23919: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23920:
23921: * src/targets/cgi/parser3.C: z
23922:
23923: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23924: include/pa_string.h, include/pa_types.h, main/compile.y,
23925: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23926: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23927: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23928: types/pa_vunknown.h: global handler, exceptions in parser3
23929:
23930: 2001-03-13 paf
23931:
23932: * src/: classes/form.C, main/compile.y, main/core.C,
23933: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23934: types/pa_vform.h, types/pa_vstateless_class.C,
23935: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23936: instead
23937:
23938: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23939: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23940: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23941: started cgi target
23942:
23943: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23944: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23945: before error show with parser
23946:
23947: * src/: classes/_form.h, classes/form.C, include/core.h,
23948: include/pa_request.h, main/core.C, main/pa_request.C,
23949: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23950:
23951: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23952:
23953: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23954: parser3.C: renamed targets/ parser to cgi
23955:
23956: * src/: classes/double.C, classes/env.C, classes/int.C,
23957: classes/root.C, classes/string.C, classes/table.C,
23958: include/pa_request.h, types/pa_vhash.h: z
23959:
23960: * src/: classes/_env.h, classes/env.C, classes/root.C,
23961: include/core.h, include/pa_pool.h, include/pa_request.h,
23962: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23963: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23964: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23965: [historical moment :)]
23966:
23967: * src/: include/code.h, include/pa_string.h, main/compile.y,
23968: main/execute.C, main/pa_string.C: 'value is type' expr operator
23969:
23970: * src/types/pa_venv.h: $ENV 1
23971:
23972: * src/main/execute.C: z
23973:
23974: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23975: future methods of ENV constructor if
23976:
23977: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23978: class
23979:
23980: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23981: classes/_root.h, classes/_string.h, classes/_table.h,
23982: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23983: classes/string.C, classes/table.C, include/pa_request.h,
23984: main/compile.C, main/compile_tools.h, main/core.C,
23985: main/execute.C, main/main.dsp, main/pa_request.C,
23986: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23987: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23988: types/pa_vobject.h, types/pa_vstateless_class.C,
23989: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23990: types/pa_wcontext.h: $ENV: re 0, stateless classes
23991:
23992: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23993: classes/_root.h, classes/_string.h, classes/_table.h,
23994: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23995: classes/string.C, classes/table.C, include/pa_request.h,
23996: main/compile.C, main/compile_tools.h, main/core.C,
23997: main/execute.C, main/main.dsp, main/pa_request.C,
23998: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23999: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24000: types/pa_vobject.h, types/pa_vstateless_class.C,
24001: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24002: types/pa_wcontext.h: $ENV: re 0, stateless classes
24003:
24004: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24005: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24006: yesterdays bad decision on execute_static_method
24007:
24008: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24009:
24010: * src/: classes/double.C, classes/int.C, classes/root.C,
24011: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24012:
24013: * src/main/pa_request.C: z
24014:
24015: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24016: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24017:
24018: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24019: include/pa_pool.h, main/pa_request.C:
24020: restructure_exceptions_dead_end
24021:
24022: * src/: classes/root.C, main/compile.y: ^if required junctions.
24023: allowed ; inside {} to break params
24024:
24025: * src/classes/root.C: ^eval
24026:
24027: * src/: classes/_string.h, classes/double.C, classes/int.C,
24028: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24029: string ^format
24030:
24031: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24032: 'bad' but not 'enough'
24033:
24034: * src/: classes/double.C, classes/root.C, classes/table.C,
24035: include/pa_common.h, include/pa_types.h, main/compile.y,
24036: main/pa_common.C, main/pa_request.C, main/untaint.C,
24037: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24038: types/pa_wwrapper.h: think constructing flag as is is bad
24039:
24040: * src/: classes/double.C, classes/int.C, classes/root.C,
24041: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24042: types/pa_vint.h: ^for
24043:
24044: 2001-03-12 paf
24045:
24046: * src/classes/table.C: table ^empty
24047:
24048: * src/: classes/table.C, include/pa_table.h: table ^menu
24049:
24050: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24051: ^offset ^line ^count
24052:
24053: * src/classes/root.C: ^round() ^floor() ^ceiling()
24054: ^abs() ^sign()
24055:
24056: * src/classes/: root.C, table.C: ^use
24057:
24058: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24059: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24060: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24061: ^while. switched off wcontext.constructing after write(value) or
24062: auto-vhash-constructing
24063:
24064: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24065: main/pa_request.C: fail_if_junction_ helper func
24066:
24067: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24068: include/pa_request.h, main/execute.C, main/main.dsp,
24069: main/pa_common.C, main/pa_request.C: ^process error point by
24070: actual method_name, not source. ^load
24071:
24072: * src/types/pa_vtable.h: table: no, better with string in cells...
24073:
24074: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24075: classes/_table.h, classes/table.C, main/untaint.C: z
24076:
24077: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24078: include/pa_table.h, main/core.C, main/execute.C,
24079: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24080: types/pa_value.h: table:set 0
24081:
24082: * src/: classes/root.C, include/core.h, include/pa_array.h,
24083: include/pa_request.h, include/pa_table.h, main/core.C,
24084: main/main.dsp, main/pa_request.C, main/pa_table.C,
24085: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24086: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24087: types/pa_vstring.h: freeze, ^table:create[] -1
24088:
24089: * src/: classes/root.C, types/pa_value.h: z
24090:
24091: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24092: get_method in couple places optimizing them
24093:
24094: * src/classes/root.C: z
24095:
24096: * src/: classes/root.C, types/pa_vclass.h: process temp main
24097: zeroing
24098:
24099: * src/: classes/double.C, classes/int.C, classes/root.C,
24100: classes/string.C, include/pa_common.h, include/pa_request.h,
24101: include/pa_string.h, include/pa_types.h, main/compile.C,
24102: main/compile.y, main/compile_tools.h, main/execute.C,
24103: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24104: types/pa_vmframe.h: ^process. actual names to store param and
24105: check_actual_numbered_params for better place diagnostics
24106:
24107: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24108: method-junctions bug fixed
24109:
24110: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24111: pa_vstateless_object.h, pa_vstring.h: stateless_object
24112:
24113: 2001-03-11 paf
24114:
24115: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24116: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24117: VDouble VInt base now VObject_base - without fields
24118:
24119: * src/: classes/root.C, include/core.h, main/core.C: z
24120:
24121: * src/: classes/double.C, classes/int.C, classes/root.C,
24122: classes/string.C, include/core.h, include/pa_hash.h,
24123: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24124: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24125:
24126: * src/: classes/double.C, classes/int.C, classes/root.C,
24127: include/pa_request.h, main/execute.C: intercept_string
24128:
24129: * src/: classes/double.C, classes/int.C, classes/root.C,
24130: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24131:
24132: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24133: ^inc-s(expr)
24134:
24135: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24136: classes/_root.h, classes/_string.h, classes/double.C,
24137: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24138: include/code.h, include/core.h, include/pa_array.h,
24139: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24140: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24141: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24142: include/pa_types.h, main/compile.C, main/compile.y,
24143: main/compile_tools.C, main/compile_tools.h, main/core.C,
24144: main/execute.C, main/pa_array.C, main/pa_common.C,
24145: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24146: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24147: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24148: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24149: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24150: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24151: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24152: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24153:
24154: * src/: main/pa_request.C, types/pa_vhash.h: z
24155:
24156: * src/: include/core.h, include/pa_request.h, main/core.C,
24157: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24158:
24159: * src/: include/pa_valiased.h, include/pa_value.h,
24160: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24161: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24162: include/pa_vjunction.h, include/pa_vmframe.h,
24163: include/pa_vobject.h, include/pa_vstring.h,
24164: include/pa_vunknown.h, include/pa_wcontext.h,
24165: include/pa_wwrapper.h, main/compile.y, main/core.C,
24166: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24167: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24168: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24169: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24170: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24171: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24172: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24173: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24174: include/
24175:
24176: 2001-03-10 paf
24177:
24178: * src/: include/core.h, include/pa_request.h, main/core.C,
24179: main/pa_request.C: run+auto=run
24180:
24181: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24182:
24183: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24184: classes/_root.h, classes/_string.h, classes/double.C,
24185: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24186: include/code.h, include/core.h, include/pa_array.h,
24187: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24188: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24189: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24190: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24191: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24192: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24193: include/pa_vjunction.h, include/pa_vmframe.h,
24194: include/pa_vobject.h, include/pa_vstring.h,
24195: include/pa_vunknown.h, include/pa_wcontext.h,
24196: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24197: main/compile_tools.C, main/compile_tools.h, main/core.C,
24198: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24199: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24200: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24201: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24202: main/pa_wcontext.C: sources header
24203:
24204: * src/main/pa_request.C: auto..
24205:
24206: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24207: main/pa_request.C: auto tree0
24208:
24209: * src/: include/core.h, include/pa_request.h, main/compile.y,
24210: main/core.C, main/pa_request.C: names to core.C
24211:
24212: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24213: include/pa_request.h, main/core.C, main/execute.C,
24214: main/pa_common.C, main/pa_request.C: root auto.p loaded
24215:
24216: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24217: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24218: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24219: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24220:
24221: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24222: @auto[] realised. auto.p scan togo
24223:
24224: * src/: include/pa_request.h, main/execute.C: autocalc
24225: code-junctions result now have names
24226:
24227: * src/: classes/double.C, classes/int.C, classes/root.C,
24228: classes/string.C, include/pa_request.h, include/pa_string.h,
24229: include/pa_wcontext.h, main/compile.y, main/execute.C,
24230: main/pa_string.C, main/pa_wcontext.C: tainting 0
24231:
24232: * src/classes/env.C: env:file/line
24233:
24234: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24235: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24236: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24237: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24238: main/compile_tools.C, main/compile_tools.h, main/core.C,
24239: main/execute.C, main/main.dsp, main/pa_cframe.C,
24240: main/pa_request.C, main/pa_wcontext.C: const fight finished
24241:
24242: * src/include/pa_vclass.h: const fight to go
24243:
24244: * src/: classes/_env.h, classes/env.C, classes/root.C,
24245: include/pa_request.h, include/pa_vclass.h, main/core.C,
24246: main/main.dsp: env0
24247:
24248: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24249: classes/_string.h, classes/double.C, classes/int.C,
24250: classes/root.C, classes/string.C, include/pa_request.h,
24251: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24252: include/pa_wcontext.h, main/core.C, main/main.dsp,
24253: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24254: main/pa_wcontext.C: ^lang prepare0
24255:
24256: 2001-03-09 paf
24257:
24258: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24259: construct proper naming
24260:
24261: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24262: classes/double.C, classes/int.C, classes/root.C,
24263: classes/string.C, include/code.h, include/pa_value.h,
24264: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24265: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24266: main/compile.y, main/compile_tools.C, main/core.C,
24267: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24268: and ^double[]. fixed expr type
24269:
24270: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24271: ^string.length[]
24272:
24273: 2001-03-08 paf
24274:
24275: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24276:
24277: * src/: include/pa_vclass.h, include/pa_vstring.h,
24278: include/pa_wcontext.h, main/compile.y, main/core.C,
24279: main/execute.C, main/main.dsp: dead end: vstring can't be
24280: derivated from vobject
24281:
24282: * src/: include/pa_vclass.h, include/pa_vhash.h,
24283: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24284:
24285: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24286: remained clone conseqs
24287:
24288: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24289:
24290: * src/main/pa_vclass.C: wow! vclass were out of vcs
24291:
24292: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24293: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24294: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24295: include/pa_vobject.h, include/pa_vstring.h,
24296: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24297: main/execute.C: withoud cloning. didn't need it actually, params
24298: got passed from out unnamed ewpool
24299:
24300: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24301: include/pa_vjunction.h, include/pa_vobject.h,
24302: include/pa_vunknown.h, main/compile.y: cloning dead end
24303:
24304: * src/: include/pa_bool.h, include/pa_double.h,
24305: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24306: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24307: include/pa_vjunction.h, include/pa_vmframe.h,
24308: include/pa_vobject.h, include/pa_vstring.h,
24309: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24310: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24311: to give params proper names
24312:
24313: * src/main/pa_wcontext.C: z
24314:
24315: * src/: include/pa_vmframe.h, main/execute.C: added names to
24316: unknown values in get_element and unfilled params. removed wrong
24317: name change in get_element
24318:
24319: * src/main/execute.C: z
24320:
24321: * src/main/execute.C: fixed problems calling operators in
24322: constructors
24323:
24324: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24325: detected problems calling operators in constructors
24326:
24327: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24328: autocalc def to string
24329:
24330: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24331: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24332:
24333: * src/classes/root.C: added root.c
24334:
24335: * src/: include/pa_request.h, include/pa_value.h,
24336: include/pa_vcframe.h, include/pa_vmframe.h,
24337: include/pa_wcontext.h, main/compile.C, main/compile.y,
24338: main/core.C, main/execute.C, main/pa_cframe.C,
24339: main/pa_wcontext.C: 'if' just compiled
24340:
24341: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24342: include/pa_vjunction.h, include/pa_vmframe.h,
24343: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24344: main/pa_wcontext.C: z
24345:
24346: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24347: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24348: with parameter names in operator methods
24349:
24350: * src/main/compile.y: minor renamings in .y
24351:
24352: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24353: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24354: @BASE. changed 'RUN' assignment mech
24355:
24356: * src/main/execute.C: z
24357:
24358: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24359: main/compile_tools.h, main/execute.C: made class: dynamic, not
24360: static. so to enable runtime ^use
24361:
24362: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24363:
24364: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24365: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24366:
24367: * src/main/execute.C: root root in code-junction
24368:
24369: 2001-03-07 paf
24370:
24371: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24372: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24373:
24374: * src/: include/pa_stack.h, include/pa_value.h,
24375: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24376: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24377: fixed rwcontext of {} params up
24378:
24379: * src/main/: compile.y, compile_tools.h: ^func(params)
24380:
24381: * src/main/compile.y: .y priorities syntax shaped up a bit
24382:
24383: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24384: include/pa_vunknown.h, main/compile.y, main/execute.C,
24385: main/pa_hash.C: expr def in -f
24386:
24387: * src/main/: compile.y, execute.C: expr calls
24388:
24389: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24390: fixed
24391:
24392: * src/main/compile.y: expr quoted code
24393:
24394: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24395: support0
24396:
24397: * src/main/compile.y: expr string comparisons 0
24398:
24399: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24400: main/pa_string.C: just compiled lt&co
24401:
24402: * src/main/execute.C: ^var.menu{$field} problem detected. that
24403: $field not a $var.field
24404:
24405: 2001-03-06 paf
24406:
24407: * src/main/compile.y: .y expr visible-shorter
24408:
24409: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24410: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24411: logical
24412:
24413: * src/: include/pa_vstring.h, main/compile.y: problems with
24414: skipping whitespace in yylex
24415:
24416: * src/include/pa_vbool.h: forgot this
24417:
24418: * src/: include/code.h, main/compile.y, main/execute.C: without
24419: string ops in expressions 0
24420:
24421: * src/: include/pa_value.h, include/pa_vdouble.h,
24422: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24423: main/execute.C, main/main.dsp: !~
24424:
24425: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24426: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24427: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24428: include/pa_vunknown.h, include/pa_wcontext.h,
24429: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24430: main/compile_tools.h, main/execute.C: +-*/
24431:
24432: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24433: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24434:
24435: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24436: main/execute.C: expr grammar-1 2*2=4.000000 :)
24437:
24438: * src/main/compile.y: expr grammar-1
24439:
24440: * src/main/compile.y: expr lexx1
24441:
24442: * src/main/: compile.y, execute.C, main.dsp: z
24443:
24444: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24445: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24446: main/execute.C: expr lex0 exec-1
24447:
24448: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24449:
24450: 2001-02-26 paf
24451:
24452: * src/main/compile.y: max_string in yyerror bug fix
24453:
24454: 2001-02-25 paf
24455:
24456: * src/: include/pa_value.h, include/pa_vmframe.h,
24457: include/pa_wcontext.h, main/execute.C: VAliased3
24458:
24459: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24460:
24461: * src/main/execute.C: VAliased1
24462:
24463: * src/: include/pa_request.h, include/pa_value.h,
24464: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24465: VAliased0
24466:
24467: * src/: include/pa_pool.h, include/pa_request.h,
24468: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24469: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24470: VAliased just compiled
24471:
24472: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24473: include/pa_vobject.h, main/execute.C: alias dead end
24474:
24475: * src/: include/pa_value.h, include/pa_vclass.h,
24476: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24477: main/main.dsp: no not get fields into interm VFielded class.
24478: fields & staticfields 1
24479:
24480: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24481: include/pa_vobject.h, include/pa_wcontext.h,
24482: include/pa_wwrapper.h, main/core.C, main/execute.C,
24483: main/main.dsp: would now get fields into interm VFielded class
24484:
24485: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24486: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24487: include/pa_wcontext.h, main/compile.y, main/core.C,
24488: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24489: main/pa_wcontext.C: virtuals2
24490:
24491: * src/main/compile.y: : 1
24492:
24493: * src/main/compile.y: rethought to $class:static.field.subfield
24494:
24495: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24496: $class:element
24497:
24498: * src/: include/pa_value.h, include/pa_vmframe.h,
24499: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24500: main/pa_wcontext.C: before execute class calls rewrite
24501:
24502: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24503: name RUN, also alias
24504:
24505: * src/main/compile.y: escaping bug
24506:
24507: * src/: include/pa_request.h, include/pa_value.h,
24508: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24509: main/core.C, main/execute.C, main/pa_common.C: vobject1
24510:
24511: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24512: include/pa_vmframe.h, include/pa_vobject.h,
24513: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24514: main/compile_tools.h, main/execute.C: ^class:method() just
24515: compiled
24516:
24517: 2001-02-24 paf
24518:
24519: * src/main/main.dsp: no bison -d
24520:
24521: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24522: class' err msg wrong
24523:
24524: * src/main/compile.y: z
24525:
24526: * src/main/: compile.y, core.C: yylex need some @special lines adj
24527:
24528: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24529: main/compile.y, main/compile_tools.h, main/core.C: modules0
24530:
24531: * src/: include/pa_vclass.h, main/core.C: z
24532:
24533: * src/: include/pa_value.h, include/pa_vclass.h,
24534: include/pa_vobject.h, main/main.dsp: vobject00
24535:
24536: * src/main/pa_array.C: minor bug in expanding very small arrays.
24537: 60% from 1 were 0
24538:
24539: * src/: include/pa_value.h, include/pa_wcontext.h,
24540: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24541: as bad as you've named it: wcontext.value() was not a perfect
24542: idea
24543:
24544: * src/main/execute.C: codeframe1
24545:
24546: * src/: include/pa_value.h, include/pa_vcframe.h,
24547: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24548: include/pa_vjunction.h, include/pa_vmframe.h,
24549: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24550: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24551: just compiled
24552:
24553: * src/: include/pa_vframe.h, main/compile.y: found junction
24554: ideology @: ^x{$a()) must construct current wcontext element, so
24555: smart wcontext handling needed
24556:
24557: * src/main/compile.y: fixed grammar bugs in constructor/params
24558: klinch
24559:
24560: * src/main/: compile.y, execute.C: fixed empty constructor
24561: optimized empty case. failed on calls - produced empty string
24562: param
24563:
24564: * src/main/compile.y: fixed last \n macrotemplate strip bug
24565:
24566: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24567: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24568: main/compile_tools.C, main/compile_tools.h, main/core.C,
24569: main/execute.C: code junctions0. something wrong with last \n
24570: macrotemplate strip
24571:
24572: * src/: include/pa_value.h, main/compile.C, main/core.C,
24573: main/pa_value.C: minor error reporting format beautifyings
24574:
24575: * src/: include/pa_value.h, include/pa_vclass.h,
24576: include/pa_vframe.h, main/core.C, main/execute.C,
24577: main/pa_value.C: get_method RIP. junctions everywhere. call with
24578: junctions0
24579:
24580: 2001-02-23 paf
24581:
24582: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24583: pa_wwrapper.h: lara came, can't work, sorry :(
24584:
24585: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24586: junction
24587:
24588: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24589: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24590: main/execute.C, main/main.dsp, main/pa_value.C: call0
24591:
24592: * src/: include/pa_hash.h, include/pa_value.h,
24593: include/pa_wcontext.h, main/core.C, main/execute.C,
24594: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24595: done
24596:
24597: * src/include/pa_wcontext.h: z
24598:
24599: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24600: wrong grammar in complex constructor case
24601:
24602: * src/main/: compile.y, execute.C: empty constructor bug fixed
24603:
24604: * src/main/execute.C: with result rwpool
24605:
24606: * src/: include/pa_value.h, main/core.C, main/execute.C,
24607: main/main.dsp: value named
24608:
24609: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24610: strign 2 value in 2 places in execute
24611:
24612: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24613: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24614: wcontext.put_element when wcontext fvalue==0
24615:
24616: 2001-02-22 paf
24617:
24618: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24619: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24620: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24621:
24622: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24623: erroreos checkout
24624:
24625: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24626:
24627: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24628: main/compile_tools.h, main/pa_array.C: $self.get
24629:
24630: * src/main/: compile.C, compile.y, compile_tools.C: z
24631:
24632: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24633: bit. finished now.
24634:
24635: * src/main/compile.y: $: finished
24636:
24637: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24638:
24639: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24640: main/execute.C: OP_STRING better then some xxx _VALUE
24641:
24642: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24643: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24644: string to vstring it .y all
24645:
24646: * src/: include/pa_request.h, include/pa_stack.h,
24647: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24648: all
24649:
24650: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24651: precise parse error line:col
24652:
24653: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24654: main/pa_hash.C, main/pa_pool.C: TRY...
24655:
24656: * src/: include/pa_exception.h, include/pa_pool.h,
24657: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24658: main/compile.C, main/compile.y, main/compile_tools.C,
24659: main/core.C, main/pa_array.C, main/pa_exception.C,
24660: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24661: main/pa_table.C: removed exception from request
24662:
24663: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24664: some forgotten
24665:
24666: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24667: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24668: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24669: get/put simple vars to VClass works0
24670:
24671: * src/: include/pa_array.h, include/pa_wcontext.h,
24672: main/pa_string.C: in process, but found that exceptions are too
24673: global
24674:
24675: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24676: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24677: main/execute.C, main/pa_string.C: write_value write_string 0 it
24678: seems wcontext must write strings regardles of fvalue!=0
24679:
24680: 2001-02-21 paf
24681:
24682: * src/main/execute.C: tired :)
24683:
24684: * src/main/: compile.C, compile.y, execute.C: store0
24685:
24686: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24687: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24688: include/pa_wcontext.h, main/compile.C, main/compile.y,
24689: main/execute.C, main/main.dsp, main/pa_array.C,
24690: main/pa_request.C: get put -1 [just compiled]
24691:
24692: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24693: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24694: main/main.dsp, main/pa_request.C: request core methods0
24695:
24696: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24697: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24698: execute
24699:
24700: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24701: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24702: methods and one_big_piece. now compile returns array<method*>
24703:
24704: * src/main/compile.y: more straightforward yylex[end]
24705:
24706: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24707: string.operator==(char*)
24708:
24709: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24710: main/execute.C, main/pa_array.C: after array.const get wonders
24711:
24712: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24713: pa_string.h, pa_value.h: struck with const array.gets
24714:
24715: * src/main/: execute.C: z
24716:
24717: * src/main/: compile.y, execute.C: z
24718:
24719: * src/main/: compile.C, compile.y, compile_tools.h: error
24720: processing in eval & yyerror so it wouldn't cause memleaks.
24721:
24722: * src/main/: compile.C, compile.y: failed to add absolute precies
24723: parse error positions. leaving RIGHTMOST position as
24724: @file[line:col]
24725:
24726: * src/: include/compile.h, main/compile.C, main/compile.y,
24727: main/compile_tools.h: line numbers needed. would add them to .y
24728: now internally. externally it's not as precise as needed
24729:
24730: * src/: include/code.h, include/pa_types.h, main/compile.C,
24731: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24732: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24733: compiler works ok
24734:
24735: 2001-02-20 paf
24736:
24737: * src/main/: compile.C, compile.y, compile_tools.C,
24738: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24739: not perfect
24740:
24741: * src/: include/code.h, include/compile.h, include/execute.h,
24742: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24743: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24744: main/compile.C, main/compile.y, main/compile_tools.C,
24745: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24746: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24747: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24748: compiled. execute=dump for now
24749:
24750: * src/main/core.C: core rewrite using yacc investigations now will
24751: be compile[yacc]/execute[opcodes]
24752:
24753: 2001-02-15 paf
24754:
24755: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24756: rewrite as turing machine? for it seems it would be it's too many
24757: ifs with this syntax now
24758:
24759: 2001-02-14 paf
24760:
24761: * src/main/core.C: get_params 1
24762:
24763: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24764: :( ]
24765:
24766: * src/main/core.C: varios breaks
24767:
24768: * src/main/core.C: get names 3
24769:
24770: * src/main/core.C: get names 2
24771:
24772: * src/main/core.C: get names 1
24773:
24774: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24775: names 0
24776:
24777: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24778: text repassing2 operator static vars
24779:
24780: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24781: main/pa_string.C: process text repassing
24782:
24783: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24784: module:calls changes
24785:
24786: 2001-02-13 paf
24787:
24788: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24789: ^class:calls[] started
24790:
24791: * src/: include/pa_value.h, main/core.C: z
24792:
24793: * src/main/core.C: operators : and self. prefixes
24794:
24795: * src/main/core.C: z
24796:
24797: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24798: tested
24799:
24800: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24801: optimized
24802:
24803: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24804: would change privates to better support optimization
24805:
24806: * src/: include/pa_string.h, main/pa_string.C:
24807: String_iterator::skip_to todo:optimize
24808:
24809: 2001-02-12 paf
24810:
24811: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24812: String_iterator
24813:
24814: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24815: comments
24816:
24817: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24818: self/methodref joined
24819:
24820: 2001-02-11 paf
24821:
24822: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24823: main/main.dsp: core started. core.C, context&value .h
24824:
24825: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24826: include/pa_string.h, main/main.dsp, main/pa_array.C,
24827: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24828:
24829: 2001-01-30 paf
24830:
24831: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24832: comments
24833:
24834: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24835: main/pa_pool.C: moved pa_pool.C to be target specific
24836:
24837: * src/: include/pa_exception.h, include/pa_pool.h,
24838: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24839: to & changes
24840:
24841: * src/: include/pa_exception.h, include/pa_pool.h,
24842: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24843: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24844: re-associated. that's much better even removed 'die' necessety
24845:
24846: * src/: include/pa_error.h, include/pa_exception.h,
24847: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24848: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24849: targets/Makefile.am: lowered targets/parser into subdir, added
24850: parser_Pool(Pool) failed to add. would think..
24851:
24852: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24853: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24854: main/pa_string.C, main/pa_table.C: Table more like C++ style
24855: hence lots of 'const'
24856:
24857: * src/: include/pa_error.h, include/pa_request.h,
24858: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24859: main/pa_table.C: Error fixed
24860:
24861: 2001-01-29 paf
24862:
24863: * src/: include/pa_array.h, include/pa_common.h,
24864: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24865: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24866: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24867: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24868:
24869: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24870: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24871: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24872: main/pa_string.C, main/pa_table.C: Request Error Table
24873:
24874: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24875: templates"
24876:
24877: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24878: main/main.dsp, main/pa_array.C: templates failed no template
24879: specializations [VC6], no library auto instantation [VC6, GNU c++
24880: 2.95.2-6 from latest cygwin]
24881:
24882: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24883: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24884: main/main.dsp, main/pa_array.C, main/pa_string.C,
24885: main/pa_table.C: Table started would test template Array now
24886:
24887: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24888: String originating
24889:
24890: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24891: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24892: SYNCHRONIZED(thread_safe)
24893:
24894: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24895: parts to top
24896:
24897: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24898: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24899: see: needed only in global Hash now, made Hash:: put/get
24900: SYNCHRONIZED
24901:
24902: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24903: main/pa_threads.C: added pa_threads
24904:
24905: Mutex
24906:
24907: * src/include/pa_hash.h: some comments
24908:
24909: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24910: Array& operator += (Array& src)
24911:
24912: * src/main/pa_array.C: expand not convinient, would rewrite
24913:
24914: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24915: (Array& src)
24916:
24917: rethought, would change now
24918:
24919: 2001-01-27 paf
24920:
24921: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24922: caching
24923:
24924: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24925: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24926: cache rethought to chunk caching
24927:
24928: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24929: include/pa_string.h, main/main.dsp, main/pa_array.C,
24930: main/pa_hash.C, main/pa_string.C: Array 0
24931:
24932: * src/main/pa_string.C: String::operator ==
24933:
24934: * src/main/pa_hash.C: String(&String)
24935:
24936: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24937:
24938: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24939: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24940: pa_hash[forgotten]
24941:
24942: 2001-01-26 paf
24943:
24944: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24945: removed templates [vc++ suxx]
24946:
24947: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24948: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24949:
24950: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24951:
1.119 moko 24952: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24953:
1.119 moko 24954: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24955: check
24956:
24957: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24958: dynamic row_count
24959:
24960: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24961: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24962: targets/Makefile.am: Initial revision
24963:
24964: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24965: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24966: targets/Makefile.am: creating parser3 module
24967:
E-mail: