Annotation of parser3/ChangeLog, revision 1.178
1.178 ! moko 1: 2022-09-21 moko
! 2:
! 3: * src/targets/cgi/parser3.C: more clear error messages
! 4:
! 5: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
! 6: SAPI_Info will return 0 in read_post and post_size !=
! 7: content_length will be thrown
! 8:
1.177 moko 9: 2022-08-23 moko
10:
11: * src/types/pa_vmail.C: .tables addes as .raw contains only last
12: header value
13:
14: 2022-08-22 moko
15:
16: * tests/: 418.html, results/418.processed: test for
17: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
18: to #1225)
19:
20: * src/classes/hash.C: keep old behavoir by default
21:
22: * src/classes/hash.C: ^hash_a.intersection[hash_b;
23: $.order[self|arg] ] added (implements #1215)
24:
1.176 moko 25: 2022-03-21 moko
26:
27: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
28: xmlInitCharEncodingHandlers is called in libxml static
29: initializers before gc_substitute_memory_management_functions in
30: pa_globals and thus gc may not see reference to our
31: xmlCharEncodingHandler and free it.
32:
1.175 moko 33: 2022-01-26 moko
34:
35: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
36:
1.174 moko 37: 2021-12-28 moko
38:
39: * tests/: 417.html, results/417.processed: test for empty string
40: match added (related to bug #1224)
41:
42: * src/main/pa_string.C: empty string match now works (fixes bug
43: #1224)
44:
1.173 moko 45: 2021-12-24 moko
46:
47: * tests/: 415_dir/29.p, results/415.processed: yet another test
48:
49: 2021-12-23 moko
50:
51: * src/: classes/table.C, main/pa_request.C: warnings war
52:
53: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
54: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
55:
56: 2021-12-21 moko
57:
58: * tests/: 416.html, results/416.processed: test for ^break[] in
59: ^hash/table.select[] (related to feature #1222)
60:
61: * src/classes/: hash.C, table.C: ^break[] support for
62: ^hash/table.select[] (implements feature #1222)
63:
1.172 moko 64: 2021-11-30 moko
65:
66: * src/targets/cgi/parser3.C: default sock_ready interval changed to
67: 0.5 sec
68:
1.171 moko 69: 2021-11-10 moko
70:
71: * tests/results/415.processed: more syntax errors tests added
72:
73: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
74: 28.p: minor syntax error tests
75:
76: * src/main/pa_exception.C: pa_strdup added for compatibility
77:
78: * src/classes/curl.C: hint to call ^curl:options[
79: $.library[correct.libcurl.so.name] ] added if default load fails.
80:
81: 2021-11-09 moko
82:
83: * src/main/compile.y: error message can be on stack
84:
85: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
86:
87: * src/main/pa_charset.C: memcpy is more correct and efficient in
88: this case then strncpy
89:
90: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
91: instead of strcpy where possible
92:
93: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
94: used to avoid MAX_STRING limit in Exception comment
95:
96: * tests/results/415.processed: compiler exceptions are no longer
97: limited to MAX_STRING
98:
99: * src/main/: compile.y, compile_tools.h: Parse_control uses const
100: char * instead of fixed buffer
101:
102: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
103: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
104: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
105: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
106: results/415.processed: tests for parser.compile exceptions added
107:
108: 2021-11-08 moko
109:
110: * src/: classes/math.C, include/pa_common.h, main/compile.y,
111: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
112: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
113: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
114: drawbacks
115:
1.170 moko 116: 2021-11-06 moko
117:
118: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
119: (implements feature #1219)
120:
121: * tests/: 414.html, results/414.processed: test for
122: ^hash.rename[from;to] added (related to feature #1144)
123:
124: 2021-11-05 moko
125:
126: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
127: (related to feature #1144)
128:
129: 2021-11-04 moko
130:
131: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
132: added (implements feature #1144)
133:
1.169 moko 134: 2021-10-19 moko
135:
136: * tests/: 413.html, results/413.processed: test for hash no longer
137: is accepted as file parameter (related to bug #1218)
138:
139: * src/: classes/curl.C, classes/file.C, classes/image.C,
140: classes/math.C, classes/xdoc.C, types/pa_value.C,
141: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
142: longer is accepted as file parameter (fixes bug #1218)
143:
1.168 moko 144: 2021-07-19 moko
145:
146: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
147: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
148:
1.167 moko 149: 2021-04-16 moko
150:
151: * src/types/pa_vmail.C: message can be null when e-mail is broken,
152: processing it leads to assertions.
153:
1.166 moko 154: 2021-03-25 moko
155:
156: * tests/: 412.html, results/412.processed: test to demonstrate bug
157: #1213
158:
1.165 moko 159: 2021-02-12 moko
160:
161: * tests/: 360.html, results/360.processed, results/363.processed:
162: parser method call in expression mode no longer differs from call
163: in string mode (related to feature #1211)
164:
165: 2021-02-11 moko
166:
167: * src/types/pa_vmail.C: mail parsing with Windows line endings
168: fixed (bug #1212)
169:
170: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
171: when called $v[^test[]] vs $v(^test[]), numbers are converted to
172: strings in both calls (implements feature #1211)
173:
1.164 moko 174: 2021-01-28 moko
175:
176: * buildall, etc/auto.p.in: to remove last patch in debian package
177:
178: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
179: 3.4.7b
180:
1.162 moko 181: 2021-01-21 moko
182:
183: * src/main/pa_http.C: no alarm() in file::load when web server mode
184: is MULTITHREADED
185:
1.157 moko 186: 2021-01-20 moko
187:
1.161 moko 188: * src/targets/apache/mod_parser3.c: it is more correct to recommend
189: 'a2enmod mpm_prefork'
190:
1.160 moko 191: * src/targets/apache/mod_parser3.c: prefork name is now
192: 'libapache2-mpm-itk'
193:
194: * src/targets/apache/mod_parser3_core.C: last regular malloc
195: removed
196:
1.159 moko 197: * src/targets/isapi/Makefile.am: -pa_threads.C
198:
1.158 moko 199: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
200: 3.4.6
201:
1.157 moko 202: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
203:
204: * etc/auto.p.in: @config[result] added to simplify $cfg change in
205: /httpd.p
206:
207: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
208: ^use[/httpd.p] + optional ^preprocess[] (related to feature
209: #1203)
210:
211: 2021-01-19 moko
212:
213: * buildall: --disable-parallel-mark added to avoid "number of
214: processors" threads creation for heap marking as it conflicts
215: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
216: limits threads)
217:
1.156 moko 218: 2021-01-16 moko
219:
220: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
221: main/pa_globals.C, main/pa_memory.C,
222: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
223: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
224: feature #1209)
225:
226: 2021-01-15 moko
227:
228: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
229: 3.4.6rc
230:
231: * src/classes/json.C: get_delim added for delimiter caching (10%
232: faster on large json)
233:
234: 2021-01-14 moko
235:
236: * operators.txt: updated with 3.4.6 changes
237:
238: * tests/results/224.processed: test result modified after
239: today(shift) implemented
240:
241: * tests/: 407.html, results/407.processed: test for ^hash.select
242: option $.default(bool) added (related to feature #1172)
243:
244: * src/classes/hash.C: ^hash.select option $.default(bool) added
245: (related to feature #1172)
246:
247: * tests/: 141.html, results/141.processed: test modified for
248: feature #1185.
249:
250: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
251: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
252: options $.lower(bool) (implements feature #1185)
253:
254: 2021-01-11 moko
255:
256: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
257: #1192)
258:
259: * tests/: 411.html, results/411.processed: test for ^date::today(N)
260: added (related to feature #1192)
261:
1.155 moko 262: 2021-01-05 moko
263:
264: * tests/: 270.html, results/270.processed: test modified to work
265: under Windows
266:
267: * tests/: 390.html, 395.html, results/395.processed: tests updated
268: 4 windows
269:
270: * tests/: 410.html, results/410.processed: test for
271: $CLASS-GETTER-PROTECTED(false) added
272:
273: 2021-01-04 moko
274:
275: * tests/: 409.html, results/409.processed, results/auto.p: test for
276: $MAIN:LOCALS(true) added
277:
1.154 moko 278: 2021-01-03 moko
279:
280: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
281: types/pa_vclass.h, types/pa_vstateless_class.C,
282: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
283: +LOCALS. $main -> $MAIN in exception texts (implements feature
284: #1207)
285:
286: 2021-01-02 moko
287:
288: * etc/auto.p.in: minor
289:
290: * src/main/pa_request.C: sending headers only after opening file to
291: allow error reporting if file was not opened (foreign group,
292: etc).
293:
294: 2020-12-31 moko
295:
296: * src/: include/pa_request.h, main/pa_request.C,
297: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
298:
299: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
300: main/pa_request.C: get_class_ref added and used
301:
302: * etc/auto.p.in: @CLASS httpd added
303:
304: * etc/auto.p.in: @auto[] is now first
305:
306: 2020-12-30 moko
307:
308: * tests/: 408.html, results/408.processed: test for bug #1166
309: (windows only) added
310:
311: * src/main/pa_common.C: create_dir_for_file should not create dir
312: for trailing / (fixes bug #1166)
313:
314: * tests/: 341.html, results/341.processed: tests for
315: ^nameless_table.hash[] added (related to feature #1138)
316:
317: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
318: (implements feature #1138), extra fields in named tables no
319: longer ignored (implements feature #1138)
320:
321: * tests/results/390.processed: updated after exception text change
322:
323: 2020-12-29 moko
324:
325: * tests/: 407.html, results/407.processed: +$._default check
326:
327: * src/classes/hash.C: keep $_default in ^hash.reverse[]
328:
329: * tests/: 407.html, results/407.processed: test for ^hash.select[]
330: and ^hash.reverse[] added (releated to feature #1172)
331:
332: * src/classes/hash.C:
333: ^hash.select[key;value](bool-condition)[options hash] +
334: ^hash.reverse[] added (implements feature #1172)
335:
336: * src/types/pa_vtable.h: warning war
337:
338: * src/include/pa_config_fixed.h: win32 fix
339:
1.153 moko 340: 2020-12-27 moko
341:
342: * tests/: 406.html, results/406.processed: test results updated
343:
344: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
345: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
346: spelling
347:
348: 2020-12-26 moko
349:
350: * tests/: 406.html, results/406.processed: tests for
351: ^table.rename[] added (related to feature #1148)
352:
353: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
354: ^table.rename[column name from;column name to], ^table.rename[
355: $.[column name from][column name to] ... ] added (implements
356: feature #1148)
357:
358: 2020-12-25 moko
359:
360: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
361: request_info now on stack to avoid yet another THREAD_LOCAL
362: memory deallocation issue (now with cookies), explained in #1203
363:
364: * src/types/pa_vcookie.C: fields should be inited
365:
366: 2020-12-24 moko
367:
368: * src/include/pa_stylesheet_connection.h: looks like
369: xsltFreeStylesheet leads to memory double-free. If so, it's for
370: sure libxml bug, but we have GC anyway, so we just remove this
371: call and see...
372:
373: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
374: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
375: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
376: abort.c:65:8 frame #3: 0x00000000004da663
377: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
378: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
379: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
380: malloc.c:617:9 frame #5: 0x0000000000577f0c
381: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
382: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
383: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
384: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
385: frame #8: 0x000000000050d35c
386: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
387: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
388: frame #10: 0x00000000004436e5
389: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
390: [inlined]
391: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
392: pa_stylesheet_connection.h:62:3
393:
394: 2020-12-23 moko
395:
396: * src/classes/image.C: ^image::measure[; $.video() ] option added
397:
398: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
399: ^image::measure[; $.video(true) ] added
400:
401: * src/main/pa_exec.C: not cleared automatically in multithreaded
402: httpd mode for unknown reasons
403:
404: 2020-12-22 moko
405:
406: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
407: error_log uri of currently processed document", but never used
408: and conflicts with how libgc stops threads on FreeBSD (#define
409: SIG_SUSPEND SIGUSR1), thus removed.
410:
411: 2020-12-21 moko
412:
413: * src/main/pa_request.C: +comment
414:
1.151 moko 415: 2020-12-20 moko
416:
1.152 moko 417: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
418: it is more safe to have versions of pa_strdup with one and two
419: arguments, as helper_length=0 not always mean that strlen()
420: should be called, but means zero.
421:
422: * src/targets/isapi/parser3isapi.C: minor
423:
424: * src/main/pa_http.C: +valid_http_method
425:
1.151 moko 426: * src/: include/pa_http.h, main/pa_http.C,
427: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
428:
429: 2020-12-17 moko
430:
431: * tests/: 405.html, results/405.processed: test for split by regex
432: added (related to feature #1160)
433:
434: * src/classes/string.C: split by regex implemented (feature #1160)
435:
436: * src/classes/string.C: minor
437:
438: * tests/: 404.html, results/404.processed: test for whitespace
439: string is now OK for table argument (related to feature #1169)
440:
441: * src/: classes/image.C, classes/string.C, classes/table.C,
442: types/pa_vmethod_frame.C: whitespace string is now OK for table
443: argument (as with hash) (implements feature #1169)
444:
445: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
446: limit for comment (fixes bug #1102)
447:
448: * src/targets/cgi/parser3.C: +HAVE_TLS check
449:
450: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
451:
452: * src/include/pa_config_includes.h: HAVE_TLS used
453:
454: * configure.ac: +TLS check
455:
456: * src/main/pa_http.C: content logging added
457:
458: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
459: clear_response_headers added
460:
461: 2020-12-16 moko
462:
463: * buildall: as we now use threads, libatomic_ops still required for
464: some OS.
465:
466: * src/main/pa_request.C: whitespace
467:
468: * src/: include/pa_request.h, main/pa_request.C:
469: Request::Exception_trace::table extracted and used
470:
471: * src/main/pa_request.C: moving output_result call outside of try
472: as network exceptions should not be handled by parser code
473:
474: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
475: logging network exchange
476:
477: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
478: via network if it was network write error.
479:
480: * src/targets/cgi/parser3.C: log -> pa_log
481:
482: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
483:
484: * src/main/pa_threads.C: getpid() if no gettid() found
485:
486: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
487: we need to ignore "void" connections from browsers (browsers open
488: connections in advance and they will be empty if user does not
489: request more pages)
490:
491: 2020-12-15 moko
492:
493: * src/targets/cgi/parser3.C: avoid previous uri in logs
494:
495: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
496: RequestController not needed in httpd mode
497:
498: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
499: classes/classes.h, classes/curl.C, classes/date.C,
500: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
501: classes/hashfile.C, classes/image.C, classes/inet.C,
502: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
503: classes/memcached.C, classes/memory.C, classes/op.C,
504: classes/reflection.C, classes/regex.C, classes/response.C,
505: classes/string.C, classes/table.C, classes/void.C,
506: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
507: include/pa_array.h, include/pa_base64.h,
508: include/pa_cache_managers.h, include/pa_charset.h,
509: include/pa_charsets.h, include/pa_common.h,
510: include/pa_config_fixed.h, include/pa_config_includes.h,
511: include/pa_dictionary.h, include/pa_dir.h,
512: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
513: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
514: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
515: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
516: include/pa_request_charsets.h, include/pa_request_info.h,
517: include/pa_sapi.h, include/pa_socks.h,
518: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
519: include/pa_stack.h, include/pa_string.h,
520: include/pa_stylesheet_connection.h,
521: include/pa_stylesheet_manager.h, include/pa_symbols.h,
522: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
523: include/pa_uue.h, include/pa_xml_exception.h,
524: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
525: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
526: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
527: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
528: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
529: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
530: main/compile.tab.C, main/compile.y, main/compile_tools.C,
531: main/compile_tools.h, main/execute.C, main/pa_base64.C,
532: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
533: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
534: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
535: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
536: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
537: main/pa_sql_driver_manager.C, main/pa_string.C,
538: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
539: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
540: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
541: main/untaint.C, sql/pa_sql_driver.h,
542: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
543: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
544: targets/isapi/parser3isapi.C, types/pa_junction.h,
545: types/pa_method.h, types/pa_property.h, types/pa_value.C,
546: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
547: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
548: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
549: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
550: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
551: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
552: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
553: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
554: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
555: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
556: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
557: types/pa_vmemory.h, types/pa_vmethod_frame.C,
558: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
559: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
560: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
561: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
562: types/pa_vstateless_object.h, types/pa_vstatus.C,
563: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
564: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
565: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
566: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
567: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
568:
569: * src/main/pa_request.C: old compilers support
570:
571: * tests/: 362.html, results/362.processed: test updated after
572: changes after upgrade to libxml2-2.9.9 were made (related to bug
573: #1108)
574:
575: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
576: removed, as xsltFreeStylesheet has side effects on original doc.
577: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
578: not updated after xdoc modification (part 3 of test 362).
579: (related to bug #1108)
580:
581: * src/targets/isapi/parser3isapi.C: +pa_strcat
582:
583: * src/: classes/memory.C, include/pa_memory.h,
584: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
585: PA_GC_GCOLLECT used
586:
587: * src/include/pa_memory.h: +PA_GC_COLLECT
588:
589: * src/targets/cgi/parser3.C: msvs support fixes
590:
591: * src/lib/gc/include/gc.h: more cleanup
592:
593: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
594:
595: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
596: targets/cgi/parser3.C: $main:HTTPD.mode implemented
597:
598: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
599:
600: * configure.ac: pthread.h added to checked headers
601:
602: * src/classes/table.C: string stream is back :)
603:
604: * src/classes/memory.C: GC_generate_random_backtrace no longer
605: exists
606:
607: * src/main/pa_globals.C: GC_dont_gc replaced
608:
609: * src/lib/gc/include/gc.h: major cleanup, only used functions are
610: left to simplify adding new functions. depricated GC_dont_gc
611: replaced with GC_disable and GC_enable calls.
612:
613: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
614: CORD_from_file* not used and thus removed
615:
616: * src/lib/gc/include/gc_allocator.h: minor cleanup
617:
618: 2020-12-14 moko
619:
620: * src/classes/: curl.C, memory.C, table.C: every TLS should be
621: referenced elsewhere, or GC will collect it.
622:
623: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
624: main/pa_xml_io.C: bugfix: TLS variables should be referenced
625: elsewhere, or GC will collect them (and we'll get GPF in
626: multithreaded enviroment). May be it can be also fixed by some
627: GC call, not sure. But this fix costs nothing (but hours of
628: debugging to find the issue :).
629:
1.150 moko 630: 2020-12-11 moko
631:
632: * configure.ac: gettid() check added
633:
634: * src/main/pa_threads.C: HAVE_GETTID used
635:
636: * src/include/pa_config_auto.h.in: +HAVE_GETTID
637:
638: * src/: include/pa_threads.h, main/pa_threads.C: now unified
639: version for isapi/cgi/apache
640:
641: * buildall: threads are now required.
642:
643: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
644: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
645: main/main.vcproj: pa_threads.C moved to main
646:
647: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
648: isapi/pa_threads.C: pa_threads.C moved to main
649:
650: * src/: main/Makefile.am, targets/cgi/Makefile.am,
651: targets/apache/Makefile.am: pa_threads.C moved to main
652:
653: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
654:
655: * src/: include/pa_stylesheet_connection.h,
656: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
657: and weird GPF in multithreaded httpd is gone
658:
659: * src/include/: pa_stylesheet_connection.h,
660: pa_sql_driver_manager.h: whitespace
661:
662: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
663:
664: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
665: main/pa_stylesheet_manager.C: whitespace, warning war
666:
667: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
668: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
669: parser_multithreaded never used
670:
671: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
672:
673: 2020-12-10 moko
674:
675: * src/: include/pa_config_includes.h, include/pa_http.h,
676: main/pa_http.C, targets/cgi/parser3.C: initial support for
677: MULTITHREADED and PARALLEL httpd server modes
678:
679: * src/main/pa_globals.C: GC_java_finalization is depricated
680:
681: 2020-12-09 moko
682:
683: * etc/auto.p.in: + @httpd-main
684:
685: * src/: include/pa_common.h, main/pa_request.C,
686: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
687: work
688:
689: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
690: slow file_read_binary no longer used, send_range added
691:
692: 2020-12-08 moko
693:
694: * src/main/pa_request.C: >4Gb support
695:
696: * src/targets/cgi/parser3.C: msvc warning war
697:
698: * src/: include/pa_config_includes.h, main/pa_http.C,
699: main/pa_request.C: msvc warnings war
700:
701: * src/classes/image.C: warning war
702:
703: * src/classes/table.C: MSVC warning war
704:
705: * src/targets/cgi/parser3.C: msvc warnings war
706:
707: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
708: added
709:
1.149 moko 710: 2020-12-07 moko
711:
1.150 moko 712: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
713: avoid logging beside system-wide auto.p
714:
715: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
716:
717: * configure, configure.ac, src/include/pa_config_auto.h.in:
718: configure options added:
719:
720: --with-system-cfg=FILE to specify system-wide auto.p
721: --with-system-log=FILE to specify system-wide parser3.log
722:
723: * Makefile.am: bin no longer exists
724:
725: * configure, configure.ac: auto.p moved to etc to simplify debian
726: package
727:
728: * buildall: auto.p and parser3.charsets moved to their default
729: location after install
730:
731: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
732:
733: * aclocal.m4, configure: automake 1.15 -> 1.16.1
734:
1.149 moko 735: * src/targets/cgi/parser3.C: locate_config call returned to
736: original place as it requires pa_thread_request() under Windows
737:
738: * src/targets/cgi/parser3.C: renaming
739:
740: 2020-12-06 moko
741:
742: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
743: check added
744:
745: 2020-12-04 moko
746:
747: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
748: main/pa_request.C: unified uint64_t lseek implemented to support
749: >4Gb files under x86, including Windows
750:
751: 2020-12-02 moko
752:
753: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
754: with max_file_size
755:
756: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
757: support for processing files sized >4Gb on 32 bit planforms
758:
759: * tests/399.html: file moved
760:
761: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
762:
763: * src/targets/cgi/pa_sapi_info.h: warning war
764:
765: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
766: warning war
767:
768: 2020-12-01 moko
769:
770: * src/classes/image.C: mp4 extended size (>4Gb) support added
771:
772: * src/classes/image.C: for "size not found" exception to be shown
773: if size not found until eof
774:
775: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
776: bit linux)
777:
778: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
779: #1188)
780:
781: 2020-11-30 moko
782:
783: * src/classes/image.C: definitions moved closer to code
784:
785: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
786: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
787: 395_dir/3_VP8X.webp, results/395.processed,
788: results/396.processed: tests for ^image::measure[] .webp support
789: added, all image files moved into one directory (related to
790: feature #1188)
791:
792: * src/classes/image.C: ^image::measure[] now supports webp (feature
793: #1188)
794:
1.148 moko 795: 2020-11-29 moko
796:
797: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
798: processing, unnessesary defines removed
799:
800: 2020-11-24 moko
801:
802: * tests/results/: 099.processed, 100.processed, 205.processed,
803: 309.processed, 310.processed: Content-Disposition: inline
804: returned
805:
806: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
807: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
808: ] added (related to bug #1204)
809:
810: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
811: ] supported to avoid Content-Disposition: inline;
812: filename="<file>.ext" but still set Content-Type for ext (related
813: to bug #1204)
814:
1.147 moko 815: 2020-11-22 moko
816:
817: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
818: types/pa_vfile.C: pa_filename added to avoid useless rsplit
819:
820: * src/main/pa_request.C: content_disposition_inline returned.
821:
822: 2020-11-17 moko
823:
824: * src/main/pa_request.C: empty main method name support
825:
826: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
827: config_handler added, stdout flush added.
828:
829: 2020-11-16 moko
830:
831: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
832:
833: * tests/results/: 099.processed, 205.processed, 237.processed,
834: 309.processed, 310.processed: Content-Disposition: inline is not
835: required and should not contain filename="<name>"
836:
837: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
838: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
839: targets/isapi/parser3isapi.C: pa_strcat implemented and used
840:
1.146 moko 841: 2020-11-14 moko
842:
843: * src/targets/cgi/parser3.C: spelling
844:
845: * src/targets/cgi/parser3.C: renaming
846:
847: * src/targets/cgi/parser3.C: args_skip removed, locate_config
848: relocated
849:
850: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
851: before request processing, which is weired
852:
853: 2020-11-13 moko
854:
855: * src/main/pa_http.C: pa_recv added with timeout support, thus read
856: copied in httpd.
857:
858: 2020-11-12 moko
859:
860: * src/main/pa_http.C: ALARM code unified to be used in httpd
861:
862: * src/: include/pa_request.h, main/pa_request.C,
863: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
864:
865: * src/main/pa_http.C: URI validation added
866:
867: * src/targets/cgi/parser3.C: filespec_to_process now variable,
868: can't be empty but can be null. httpd-main is now main method
869: name for httpd mode
870:
871: 2020-11-11 moko
872:
873: * src/main/pa_request.C: path_translated can be null in httpd mode
874:
875: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
876: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
877: classes/xdoc.C, include/pa_request.h, main/execute.C,
878: main/pa_request.C: r.absolute -> r.full_disk_path
879:
880: * src/targets/cgi/parser3.C: if filename to process is not
881: specified, auto.p should be present.
882:
1.145 moko 883: 2020-11-03 moko
884:
885: * src/: classes/op.C, include/pa_request.h: unused argument removed
886:
887: * src/main/pa_request.C: content_disposition_inline is the default,
888: not required.
889:
1.144 moko 890: 2020-10-29 moko
891:
892: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
893: ^use[file; $.main(true) ] implemented for auto.p processing and
894: path_translated changing to correct relative files path
895: calculation in httpd mode
896:
897: * src/: include/pa_request.h, main/pa_request.C:
898: fail_on_read_problem removed, as it allways true, as if should
899: be.
900:
901: * src/: include/pa_request.h, main/pa_request.C,
902: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
903: targets/isapi/parser3isapi.C: clearing config_filespec when
904: config was not found, thus flag not required and removed.
905:
906: 2020-10-28 moko
907:
908: * tests/: 402.html, results/402.processed: error reporting test
909:
910: * src/main/execute.C: better error reporting when
911: $result[^hash::create[]] in @main.
912:
913: * src/main/: execute.C, pa_request.C: frame.result() should be used
914: + minor optimization
915:
916: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
917: main/pa_xml_io.C: execute_*_method simplified and unified
918:
919: 2020-10-27 moko
920:
921: * tests/: 306.html, results/306.processed: a bit more testing. :)
922:
923: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
924: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
925: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
926: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
927: types/pa_vmethod_frame.h, types/pa_vobject.C,
928: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
929: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
930: longer used in object-prototype mode
931:
932: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
933: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
934: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
935: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
936: $form:name[value] features
937:
1.143 moko 938: 2020-10-18 moko
939:
940: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
941:
942: 2020-10-15 moko
943:
944: * src/main/pa_http.C: url no longer needed as
945: ALTER_EXCEPTION_SOURCE is used
946:
947: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
948: main/pa_http.C: check_file_size filespec is now optional
949:
950: * src/: classes/curl.C, include/pa_exception.h,
951: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
952: ALTER_EXCEPTION_COMMENT added for better error reporting
953:
954: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
955: results/346-curl.processed, results/379-curl.processed,
956: results/379.processed: test results updated as load now provides
957: better error reporting + curl responses updated
958:
959: 2020-10-14 moko
960:
961: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
962: main/pa_string.C, targets/apache/mod_parser3_core.C,
963: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
964: checked. 10 is now default base, no hex autodetect by default
965:
966: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
967: connection socket closing in destructor + accept exception
968: handling
969:
970: * src/targets/cgi/parser3.C: warning war
971:
972: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
973: main/pa_request.C, targets/apache/mod_parser3_core.C,
974: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
975: exception handling unified
976:
977: 2020-10-13 moko
978:
979: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
980: autodetection
981:
982: * src/targets/apache/mod_parser3_core.C: reverted to atoi
983:
984: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
985:
986: * src/main/pa_http.C: warning war
987:
1.142 moko 988: 2020-10-12 moko
989:
1.143 moko 990: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
991: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
992: unhandled exception code optimization
993:
994: * src/targets/cgi/parser3.C: request_info now global variable
995:
996: * src/main/pa_http.C: http_read_response moved to HTTP_response
997: class
998:
999: * src/: include/pa_http.h, main/pa_http.C,
1000: targets/cgi/pa_sapi_info.h: read_post implemented
1001:
1.142 moko 1002: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1003: [host:]port syntax support in httpd mode
1004:
1005: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1006: targets/cgi/parser3.C: populate_env added
1007:
1008: * src/include/pa_hash.h: to make get(char *) compiling in
1009: HashStringString
1010:
1011: 2020-10-10 moko
1012:
1013: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1014: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1015:
1016: * src/: include/pa_http.h, include/pa_request_info.h,
1017: main/pa_http.C, main/pa_string.C,
1018: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1019: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1020: types/pa_vrequest.C: initial httpd mode implementation
1021:
1.141 moko 1022: 2020-10-04 moko
1023:
1024: * src/targets/cgi/parser3.C: options together
1025:
1026: 2020-09-30 moko
1027:
1028: * src/main/pa_http.C: renamed
1029:
1.140 moko 1030: 2020-08-14 moko
1031:
1032: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1033: src/targets/cgi/Makefile.am: no httpd as separate library
1034:
1035: 2020-08-13 moko
1036:
1037: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1038: unhandled exception handler to report 500 instead of 200 it was
1039: before.
1040:
1041: * src/targets/apache/mod_parser3_core.C: minor cleanup
1042:
1043: * src/: include/pa_sapi.h, main/untaint.C,
1044: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1045: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1046: thus replaced with SAPI::die and removed
1047:
1048: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1049: cgi/parser3.C: whitespace
1050:
1051: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1052:
1053: 2020-08-12 moko
1054:
1055: * src/targets/cgi/parser3.C: duplicate info in signal logging
1056: removed, whitespace was: SIGPIPE received while executing code.
1057: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1058: cl=0]
1059:
1060: * parser3.sln: + httpd.vcproj
1061:
1062: 2020-08-11 moko
1063:
1064: * src/targets/cgi/Makefile.am: +libhttpd
1065:
1066: * configure.ac, src/lib/Makefile.am: +libhttpd
1067:
1.139 moko 1068: 2020-07-13 moko
1069:
1070: * tests/: 401.html, results/401.processed: test for hash key does
1071: not keep language, but tainted in foreach.
1072:
1.138 moko 1073: 2020-07-01 moko
1074:
1075: * tests/: 235.html, results/235.processed: test result updated as
1076: messages before attachments implemented (feature #1176)
1077:
1.137 moko 1078: 2020-06-27 moko
1079:
1080: * tests/: 400.html, results/400.processed: test updated to check
1081: ^return{code}
1082:
1083: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1084: fixed
1085:
1086: 2020-06-26 moko
1087:
1088: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1089: added (related to https://www.parser.ru/forum/?id=85319)
1090:
1091: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1092: when $result assignment was last statement in the method
1093: (https://www.parser.ru/forum/?id=85319)
1094:
1.136 moko 1095: 2020-05-23 moko
1096:
1097: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1098: whitespace, unused level removed
1099:
1100: 2020-05-19 moko
1101:
1102: * src/types/pa_vmail.C: whitespace
1103:
1104: * src/types/pa_vmail.C: files should be processed last (related to
1105: feature #1176)
1106:
1.135 moko 1107: 2020-05-12 moko
1108:
1109: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1110: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1111:
1112: * configure.ac: FreeBSD1X.X check added to avoid
1113: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1114:
1.134 moko 1115: 2020-02-26 moko
1116:
1117: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1118: compilation issue (related to bug #1201)
1119:
1120: * src/main/pa_common.C: entry_readable -> entry_exists,
1121: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1122: -f and -d now works under Windows in UTF-8 with Russian
1123: filenames.
1124:
1125: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1126: advice (related to feature #1199)
1127:
1128: 2020-02-25 moko
1129:
1130: * buildall: --silent removed
1131:
1132: * configure.ac: gmime-3.0 support
1133:
1134: * buildall: --with-system-mailreceive option added to build with
1135: system libgmime
1136:
1137: * src/types/pa_vmail.C: avoiding
1138: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1139: to feature #1199)
1140:
1.133 moko 1141: 2020-02-18 moko
1142:
1143: * src/classes/op.C: windows x64 debug mode compile fix
1144:
1145: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1146: change (releated to feature #1200)
1147:
1148: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1149: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1150: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1151: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1152: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1153: targets/apache/ApacheModuleParser3.vcproj,
1154: targets/apache/ApacheModuleParser3Core.vcproj,
1155: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1156: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1157: dependency (related to feature #1200)
1158:
1.132 moko 1159: 2020-02-12 moko
1160:
1161: * src/types/pa_vmail.C: minimize diff
1162:
1163: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1164: #1199)
1165:
1.131 moko 1166: 2020-01-18 moko
1167:
1168: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1169:
1.130 moko 1170: 2019-12-28 moko
1171:
1172: * src/targets/cgi/parser3.C: avoid empty ?
1173:
1174: 2019-12-27 moko
1175:
1176: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1177: DOCUMENT_ROOT (related to feature #1164)
1178:
1179: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1180: fcgiwrap setup (implements feature #1164)
1181:
1182: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1183: but no issues found (related to feature #1164)
1184:
1185: * src/targets/cgi/parser3.C: actualized
1186:
1187: 2019-12-26 moko
1188:
1189: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1190: removed
1191:
1192: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1193: removed
1194:
1195: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1196: allocation errors, we don't want default gc warnings (without
1197: timestamp and URI).
1198:
1199: * src/: classes/memory.C, main/pa_globals.C,
1200: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1201: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1202: pa_globals_init
1203:
1204: * src/main/pa_globals.C: setup_hex_value() removed, static array
1205: initialization used (optimization)
1206:
1207: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1208: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1209: pa_socks_init/pa_socks_done moved inside pa_globals_init
1210: (optimization)
1211:
1.129 moko 1212: 2019-12-09 moko
1213:
1214: * src/include/pa_config_fixed.h: warning war
1215:
1.128 moko 1216: 2019-12-08 moko
1217:
1218: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1219: process grammar under Unix.
1220:
1221: 2019-12-07 moko
1222:
1223: * tests/389.html: For Windows XP. :)
1224:
1225: * tests/388-sql.html: Windows compatibility added
1226:
1227: 2019-12-06 moko
1228:
1229: * src/targets/cgi/parser3.C: warning war
1230:
1231: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1232: == sizeof(CORD)) to avoid aligning bugs in future
1233:
1234: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1235: XML_STATIC
1236:
1237: * src/include/pa_request.h: StackItem() not required
1238:
1239: * src/include/pa_stack.h: warning war
1240:
1241: * src/include/pa_config_includes.h: GCC warning silenced
1242:
1243: * src/include/pa_memory.h: warning war: the program should also
1244: define 'void operator delete [](void*, std::size_t)'
1245: [-Wsized-deallocation]
1246:
1247: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1248:
1249: * src/classes/string.C: not reqired cast removed
1250:
1251: * src/classes/string.C: not reqired cast removed
1252:
1253: 2019-12-05 moko
1254:
1255: * src/lib/sdbm/pa_file_io.C: warning war
1256:
1257: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1258: enum Language : size_t - required for VS2015+ to make
1259: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1260: without it (related to feature #1198)
1261:
1262: 2019-12-04 moko
1263:
1264: * src/main/pa_base64.C: unsigned char -> uchar
1265:
1266: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1267: as other libs
1268:
1269: * src/include/pa_version.h: +amd64
1270:
1271: 2019-12-03 moko
1272:
1273: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1274: release
1275:
1276: * src/include/pa_config_includes.h: warning war
1277:
1278: * src/classes/image.C: warning war
1279:
1280: * src/main/pa_globals.C: x64 libs support
1281:
1282: * src/include/pa_config_includes.h: warning war
1283:
1284: * src/types/pa_method.h: warning war
1285:
1.127 moko 1286: 2019-11-28 moko
1287:
1288: * src/classes/math.C: vs2003 compatibility + warning war
1289:
1290: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1291: libxml2-2.9.9 (related to feature #1136)
1292:
1293: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1294: typecast for more compatibility (related to feature #1136)
1295:
1296: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1297: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1298: feature #1136)
1299:
1300: 2019-11-26 moko
1301:
1302: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1303: removed (it was failing in $$var case), condition added
1304:
1.126 moko 1305: 2019-11-25 moko
1306:
1307: * tests/: 397.html, 399.html, results/141.processed,
1308: results/399.processed: base64 options tested
1309:
1310: * src/: classes/math.C, main/pa_http.C: base64 options used
1311:
1312: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1313: implemented (feature #986)
1314:
1315: * src/main/pa_cache_managers.C: whitespace
1316:
1317: * tests/: 397.html, 399.html, results/399.processed: tests for
1318: ^base64 encode options added (related to feature #986)
1319:
1320: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1321: pa_base64_encode(file) removed - more memory, but faster and less
1322: code (related fo feature #986)
1323:
1324: 2019-11-24 moko
1325:
1326: * tests/: 155.html, results/155.processed: limit and offset in
1327: ^table::load[] now supported, thus test added
1328:
1329: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1330: main/pa_common.C: optimization: offset and limit options parsing
1331: moved inside file_load.
1332:
1333: 2019-11-23 moko
1334:
1335: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1336: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1337: optimization: file_read replaced with simplified file_read_binary
1338:
1339: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1340: types/pa_vform.C: whitespace
1341:
1342: * src/: include/pa_common.h, main/pa_common.C: never used params
1343: removed
1344:
1345: 2019-11-21 moko
1346:
1347: * tests/: 193.html, results/193.processed, results/389.processed:
1348: test results updated as now base64 does not discard tail without
1349: padding (related to feature #986)
1350:
1351: 2019-11-20 moko
1352:
1353: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1354: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1355: pa_base64_decode (related to feature #986)
1356:
1357: * tests/398.html: tests for base64 decode added (related to feature
1358: #986)
1359:
1360: * src/main/pa_base64.C: base64_decode rewritten - padding option
1361: support, padding inside base 64 supported (related to feature
1362: #096)
1363:
1364: 2019-11-19 moko
1365:
1366: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1367: FreeBSD 12
1368:
1.125 moko 1369: 2019-11-16 moko
1370:
1371: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1372: support added, step support removed (related to #986)
1373:
1374: 2019-11-15 moko
1375:
1376: * src/classes/math.C: using log since log2 is not present on
1377: FreeBSD < 8.4 (related to feature #1177)
1378:
1379: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1380: pa_base64_size extracted and used for files as well (related to
1381: feature 986)
1382:
1383: 2019-11-14 moko
1384:
1385: * tests/: 397.html, results/397.processed: + content check
1386:
1387: * tests/: 141.html, results/141.processed: make test resuls more
1388: readable
1389:
1390: * tests/: 397.html, results/193.processed, results/397.processed:
1391: test results updated after \x00 character was disabled in
1392: math:convert string mode (related to feature #1177)
1393:
1394: * src/classes/: math.C, string.C: \\x00 character disabled while
1395: converting to string (as in base64, related to feature #1177)
1396:
1397: * src/classes/file.C: more correct arguments separation
1398:
1399: * src/: classes/file.C, classes/math.C, classes/string.C,
1400: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1401: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1402: options added, but not yet implemented (related to feature #986)
1403:
1404: * src/classes/math.C: whitespace
1405:
1406: 2019-11-13 moko
1407:
1408: * tests/: 397.html, results/397.processed: +tainting test (related
1409: to feature #1177)
1410:
1411: * src/classes/math.C: as we now produce not only digits, result
1412: should be tainted (related to feature #1177)
1413:
1414: * src/main/pa_base64.C: whitespace
1415:
1416: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1417: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1418: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1419: implementation moved from pa_common.h and pa_common.C
1420:
1421: 2019-11-12 moko
1422:
1423: * tests/: 275.html, results/275.processed: out of range test fixed,
1424: as ^math:convert now supports arbitrary precision
1425:
1426: 2019-11-11 moko
1427:
1428: * tests/results/389.processed: uctualized error message
1429:
1430: * tests/: 389.html, 397.html, results/397.processed: tests for
1431: ^math:convert added (related to feature #1177)
1432:
1433: * src/classes/math.C: ^math:convert now supports arbitrary
1434: precision, alphabet support added (implements feature #1177)
1435:
1.124 moko 1436: 2019-11-06 moko
1437:
1438: * tests/: 181.html, results/181.processed: entities usage added,
1439: more entites load tests (related to bug #842 discussion)
1440:
1441: 2019-11-05 moko
1442:
1443: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1444: call from xmlFileOpen if http://localhost/<file> was not found
1445: (related to bug #842)
1446:
1447: * src/main/pa_xml_io.C: rename
1448:
1449: * src/main/pa_xml_io.C: +MemoryStream constructor
1450:
1451: * src/main/pa_xml_io.C: whitespace
1452:
1.123 moko 1453: 2019-10-31 moko
1454:
1455: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1456: XML_PARSE_NOENT) added to fix entities load, (related to feature
1457: #1181)
1458:
1.122 moko 1459: 2019-10-25 moko
1460:
1461: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1462: queries tests
1463:
1464: 2019-10-24 moko
1465:
1466: * tests/: 388-sql.html, results/388-sql.processed: support for
1467: pgsql driver test
1468:
1469: * tests/: 388-sql.html, results/388-sql.processed:
1470: multi_statements=1 now tested, mysql test now supported
1471: (connection must be specified in [parser3] section in .my.cnf)
1472: related to issues #1195 and #1194
1473:
1.121 moko 1474: 2019-09-11 moko
1475:
1476: * src/classes/int.C: whitespace
1477:
1478: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1479: exception test
1480:
1481: * tests/results/388-sql.processed: sql queries now shown (related
1482: to feature #1196)
1483:
1484: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1485: with old parser versions.
1486:
1487: * src/: classes/file.C, classes/hash.C, classes/string.C,
1488: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1489: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1490: instead of connect string in query_event_handlers exceptions
1491: (implements feature #1196)
1492:
1.120 moko 1493: 2019-09-06 moko
1494:
1495: * tests/388-sql.html: mysql compat
1496:
1497: * src/: classes/hash.C, classes/string.C, classes/table.C,
1498: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1499: sql_ variables declaration moved to pa_common.h
1500:
1.116 moko 1501: 2019-01-15 moko
1502:
1503: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1504: logically sorted
1505:
1506: 2018-12-27 moko
1507:
1508: * src/include/pa_config_includes.h: warning war:
1509: -Wdeprecated-register added for C++ 17
1510:
1511: 2018-10-15 moko
1512:
1513: * configure.ac: FreeBSD 11.2 can be build with ./configure
1514: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1515: --with-xml=/usr/local/
1516:
1517: 2018-09-24 moko
1518:
1519: * tests/: 396.html, 396.tiff, results/396.processed: test for
1520: ^image::measure[] now supports tiff added (related to feature
1521: #1188)
1522:
1523: * src/classes/image.C: ^image::measure[] now supports tiff
1524: (implements feature #1188)
1525:
1526: 2018-09-20 moko
1527:
1528: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1529: files measure added (related to ticket #1188)
1530:
1531: * src/classes/image.C: measure of bmp files implemented (related to
1532: ticket #1188)
1533:
1534: 2018-09-18 moko
1535:
1536: * tests/: 394-curl.html, results/394-curl.processed,
1537: results/auto.p: test for bug #1187 (max_file_size check for head
1538: requests) added
1539:
1540: 2018-08-24 moko
1541:
1542: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1543: response content-length check is required (fixes bug #1187)
1544:
1545: 2018-05-11 moko
1546:
1547: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1548: $.append(bool) ] option added (related to feature #919)
1549:
1550: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1551: from misha@ patch (implements feature #919)
1552:
1553: 2018-03-22 moko
1554:
1555: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1556: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1557: with 128kb buffer. Now works at least 12 times faster. :) May be
1558: Windows-only problem.
1559:
1560: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1561: build fix)
1562:
1563: 2018-02-03 moko
1564:
1565: * src/main/execute.C: removes irrelevant lines from exception stack
1566: trace when exceptions occurs in assigment (fixes bug #1165)
1567:
1568: * tests/: 393.html, results/393.processed: test for behavour after
1569: "Property can not be created, already exists field with that
1570: name" exception removed (related to feature #1183)
1571:
1572: * src/types/pa_vclass.C: "Property can not be created, already
1573: exists field with that name" exception removed (implements
1574: feature #1183)
1575:
1576: 2018-01-19 moko
1577:
1578: * src/classes/string.C: whitespace
1579:
1580: * src/classes/string.C: whitespace
1581:
1582: * tests/: 392.html, results/392.processed: test for
1583: ^regex::create[$regex] added (related to feature #1135)
1584:
1585: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1586: ^regex::create[$regex] added (implements feature #1135)
1587:
1588: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1589: commented define added (related to feature #1157)
1590:
1591: 2018-01-17 moko
1592:
1593: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1594:
1595: 2018-01-15 moko
1596:
1597: * tests/: 390.html, results/390.processed: real path replaced by
1598: stub
1599:
1600: * tests/: 391.html, results/391.processed: test for feature #1181
1601: (XML_PARSE_HUGE exception) added
1602:
1603: 2018-01-11 moko
1604:
1605: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1606: XML_PARSE_HUGE option passed by default (implements feature
1607: #1181)
1608:
1609: * src/classes/string.C: whitespace
1610:
1611: 2017-12-10 moko
1612:
1613: * tests/: 389.html, 390.html, results/389.processed,
1614: results/390.processed: image code coverage tests added (related
1615: to feature #1125)
1616:
1617: 2017-12-08 moko
1618:
1619: * tests/: 346-curl.html, 388-sql.html, 389.html,
1620: results/346-curl.processed, results/388-sql.processed,
1621: results/389.processed: more code coverage tests
1622:
1623: * tests/: 264.html, results/264.processed: code coverage for
1624: ^file::exec[]
1625:
1626: 2017-12-07 moko
1627:
1628: * tests/: 174.html, 388-sql.html, 389.html,
1629: results/388-sql.processed, results/389.processed,
1630: results/174.processed: more coverage tests
1631:
1632: * src/classes/math.C: exception text actualized
1633:
1634: 2017-12-06 moko
1635:
1636: * tests/388-sql.html: $SQL can be here
1637:
1638: * tests/results/auto.p: $SQL not required here
1639:
1640: * tests/: 388-sql.html, 389.html, Makefile,
1641: results/388-sql.processed, results/389.processed, results/auto.p:
1642: code coverage tests for sql (using sqlite) and int/double/bool
1643: added (related to feature #1125)
1644:
1645: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1646: lib/json/json.vcproj, lib/md5/md5.vcproj,
1647: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1648: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1649: targets/apache/ApacheModuleParser3Core.vcproj,
1650: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1651: types/types.vcproj: gc\include no longer required
1652:
1653: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1654: required
1655:
1656: * src/: classes/Makefile.am, classes/table.C,
1657: include/pa_config_includes.h, include/pa_string.h,
1658: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1659: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1660: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1661: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1662: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1663: used, we now include it directly
1664:
1665: 2017-12-04 moko
1666:
1667: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1668: memcached/memcached.vcproj, punycode/punycode.vcproj,
1669: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1670: where required
1671:
1672: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1673: now can be used to trace memory allocations
1674:
1675: * src/: classes/table.C, include/pa_config_includes.h,
1676: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1677: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1678: method removes, libcord also can work without libgc
1679:
1680: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1681:
1682: 2017-11-29 moko
1683:
1684: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1685: are not present (related to feature #1173)
1686:
1687: * tests/346-curl.html: test updated to test curl content-length bug
1688: (related to feature #1173)
1689:
1690: * tests/results/346-curl.processed: more test for content-length
1691: curl bug (related to feature #1173)
1692:
1693: * tests/results/346-curl.processed: test results updated after
1694: #1173 implemented
1695:
1696: 2017-11-28 moko
1697:
1698: * src/classes/curl.C: another libcurl Content-length bug walkaround
1699: (related to feature #1173)
1700:
1701: 2017-11-27 moko
1702:
1703: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1704: $.http_version[version string] added (implements feature #1173),
1705: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1706: where $post(true) bug existed.
1707:
1708: 2017-11-18 moko
1709:
1710: * src/include/pa_memory.h: warning war (related to feature #1170)
1711:
1712: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1713: feature #1170)
1714:
1715: 2017-11-17 moko
1716:
1717: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1718: std::basic_stringstream used in ^table.csv-string[] is compatible
1719: with delete usage check only under Debian 9 (related to feature
1720: #1170)
1721:
1722: 2017-11-16 moko
1723:
1724: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1725: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1726: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1727: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1728: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1729: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1730: stubs defend from accidental use (implements feature #1170)
1731:
1732: 2017-06-24 moko
1733:
1734: * configure.ac: minor fix: thanks to alx@
1735:
1.115 moko 1736: 2017-05-29 moko
1737:
1738: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1739: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1740: added to avoid cutting of UTF-8 chars (fixed bug #123)
1741:
1742: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1743: ignored, =?UTF-8?Q?= should start in case of leading space
1744: (related to bug #123)
1745:
1746: * buildall: echo -n -> printf for OS X. :)
1747:
1748: 2017-05-25 moko
1749:
1750: * tests/: 288.html, results/288.processed: test updated afted
1751: setting $o.prop without setter exception removed (related to
1752: feature #1157)
1753:
1754: * src/types/pa_vclass.C: no more "this property has no setter
1755: method" when setting $o.prop without setter (implements feature
1756: #1157)
1757:
1758: * buildall: echo \c -> echo -n for FreeBSD
1759:
1760: * configure, configure.ac, src/include/pa_config_auto.h.in,
1761: src/types/pa_vdouble.h: isfinite now checked in configure
1762:
1763: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1764: upgraded to automake 1.15
1765:
1766: 2017-05-23 moko
1767:
1768: * src/types/pa_vdouble.h: finite returned where isfinite not
1769: defined
1770:
1771: 2017-05-22 moko
1772:
1773: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1774:
1775: * buildall: extern CFLAGS setting support
1776:
1777: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1778:
1779: * buildall: http -> https
1780:
1781: * buildall: gc-7.2f -> gc-7.6.0
1782:
1783: 2017-05-20 moko
1784:
1785: * buildall: https, pcre, xml, xslt updated to current versions
1786: (related to feature #1136)
1787:
1788: 2017-05-19 moko
1789:
1790: * tests/097.html: after parser.ru moved to https
1791:
1792: 2017-05-17 moko
1793:
1794: * tests/results/: 175.processed, 372.processed: tests resuls
1795: updated after lintian spelling typos fixed (related to bug #1156)
1796:
1797: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1798: classes/string.C, classes/table.C, main/pa_charset.C,
1799: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1800: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1801: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1802:
1803: * tests/results/096.processed: +XMP
1804:
1805: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1806: $.xmp(true) options tested (test for feature #1154)
1807:
1808: * src/classes/image.C: ^image:measure[] options $.exif(false)
1809: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1810: fetched by default! (implements feature #1154)
1811:
1812: 2017-05-16 moko
1813:
1814: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1815: allowed (related to feature #1154)
1816:
1817: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1818: initial XMP implementation - without options and transcode
1819: (related to feature #1154)
1820:
1821: 2017-05-12 moko
1822:
1823: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1824: image: exif moved to ffields, skipped in ^image.html[] where
1825: iterators now used (preparation for feature #1154)
1826:
1827: 2017-05-05 moko
1828:
1829: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1830: results/387.processed: test for circular class inheritance check
1831: added (related to bug #1150)
1832:
1833: * src/types/pa_vstateless_class.C: circular class inheritance check
1834: added (fixes endless add_derived bug #1150)
1835:
1836: 2017-05-04 moko
1837:
1838: * tests/: 386.html, results/386.processed: test for
1839: $table.value(number) added (related to feature #1152)
1840:
1841: * src/types/pa_vtable.C: table put_element: column value must be
1842: string - > column value must be string compatible to allow
1843: $t.value(1) (implements feature #1152)
1844:
1845: 2017-05-03 moko
1846:
1847: * src/main/pa_request.C: $use[$method] is not possible, reverting
1848: (related to feature #1151)
1849:
1850: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1851: not possible, removing test (related to feature #1151)
1852:
1853: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1854: get_element_method added and used to allow $use[$method] and
1855: $autouse[$method] (implements feature 1151)
1856:
1857: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1858: variable added (related to feature #1151)
1859:
1860: * tests/results/226.processed: actualized after ^try-catch used
1861:
1862: * tests/: 226.html, 385.html, results/385.processed: test for
1863: @autouse in variable added
1864:
1865: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1866:
1.114 moko 1867: 2017-02-27 moko
1868:
1869: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1870:
1.113 moko 1871: 2017-02-20 moko
1872:
1873: * operators.txt: actualization + beauty
1874:
1875: 2017-02-16 moko
1876:
1877: * tests/: 384.html, results/384.processed: test for
1878: ^reflection:mixin[; $.name[] ] option added (related to feature
1879: #1089)
1880:
1881: * tests/: 384.html, results/384.processed: test for
1882: ^reflection:mixin[] added (related to feature #1089)
1883:
1884: * src/types/pa_value.h: warning war: virtual ~Value() added
1885:
1.112 moko 1886: 2017-02-15 moko
1887:
1888: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1889: fixed
1890:
1891: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1892: test added (related to feature #1069)
1893:
1894: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1895: compilation without HASH_ORDER fixed
1896:
1897: * src/: classes/reflection.C, include/pa_hash.h:
1898: $.reverse(true/false) added to ^reflection:methods[] (related to
1899: feature #1069)
1900:
1901: 2017-02-14 moko
1902:
1903: * tests/: 152.html, results/152.processed: test for $._default hash
1904: added (related to bug #1131)
1905:
1906: * tests/: 277.html, results/277.processed: test for hash with only
1907: $._default is now defined (related to bug #1131)
1908:
1909: * src/types/pa_vhash.h: hash with only $._default is now defined
1910: (fixed bug #1131)
1911:
1912: 2017-02-13 moko
1913:
1914: * tests/cat-windows.sh: cat-windows added (cygwin required)
1915:
1916: * tests/: 171.html, 264.html, 286.html, 370.html,
1917: results/320.processed, results/375.processed, results/auto.p:
1918: cat-windows.sh support added
1919:
1920: * tests/375.html: Windows support
1921:
1922: * tests/270.html: documented
1923:
1924: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1925: (not backslashes) even under Windows (broke test 270)
1926:
1927: 2017-02-12 moko
1928:
1929: * tests/: descript.ion, todo.txt: cleanup
1930:
1931: 2017-02-09 moko
1932:
1933: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1934: run_tests.cmd: Windows compatibility
1935:
1936: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1937: incorrectly (GMT) if parser is called from cygwin
1938:
1.111 moko 1939: 2017-02-08 moko
1940:
1.112 moko 1941: * operators.txt: actualization 15% completed
1942:
1943: * operators.txt: cp1251 -> utf-8
1944:
1945: * NEWS, README: minor update
1946:
1947: * src/include/pa_config_includes.h: warning war continues
1948:
1949: * src/: include/pa_config_includes.h, include/pa_memory.h,
1950: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1951: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1952: gcc 6.x issues fixed
1953:
1.111 moko 1954: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1955: classes/classes.h, classes/curl.C, classes/date.C,
1956: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1957: classes/hashfile.C, classes/image.C, classes/inet.C,
1958: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1959: classes/memcached.C, classes/memory.C, classes/op.C,
1960: classes/reflection.C, classes/regex.C, classes/response.C,
1961: classes/string.C, classes/table.C, classes/void.C,
1962: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1963: include/pa_array.h, include/pa_cache_managers.h,
1964: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1965: include/pa_config_fixed.h, include/pa_config_includes.h,
1966: include/pa_dictionary.h, include/pa_dir.h,
1967: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1968: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1969: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1970: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1971: include/pa_request_charsets.h, include/pa_request_info.h,
1972: include/pa_sapi.h, include/pa_socks.h,
1973: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1974: include/pa_stack.h, include/pa_string.h,
1975: include/pa_stylesheet_connection.h,
1976: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1977: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1978: include/pa_uue.h, include/pa_xml_exception.h,
1979: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1980: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1981: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1982: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1983: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1984: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1985: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1986: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1987: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1988: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1989: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1990: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1991: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1992: main/pa_string.C, main/pa_stylesheet_connection.C,
1993: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1994: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1995: main/untaint.C, sql/pa_sql_driver.h,
1996: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1997: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1998: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1999: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2000: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2001: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2002: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2003: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2004: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2005: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2006: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2007: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2008: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2009: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2010: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2011: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2012: types/pa_vmemcached.h, types/pa_vmemory.h,
2013: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2014: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2015: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2016: types/pa_vresponse.C, types/pa_vresponse.h,
2017: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2018: types/pa_vstateless_object.h, types/pa_vstatus.C,
2019: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2020: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2021: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2022: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2023: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2024: 2015->2017
2025:
1.110 moko 2026: 2017-02-07 moko
2027:
2028: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2029:
2030: 2017-02-06 moko
2031:
2032: * src/main/pa_common.C: minor fixes, whitespace
2033:
2034: * src/: classes/curl.C, classes/file.C, classes/image.C,
2035: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2036: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2037: now used (implements feature #1081)
2038:
2039: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2040:
2041: 2017-02-01 moko
2042:
2043: * src/include/pa_request.h: cleanup
2044:
2045: 2017-01-30 moko
2046:
2047: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2048:
2049: 2017-01-29 moko
2050:
2051: * tests/: 383.html, results/383.processed: test for
2052: ^reflection:stack[] added (related to feature #1052)
2053:
2054: * src/classes/reflection.C: else added
2055:
2056: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2057: $.max_file_lock_wait added (implements feature #1128)
2058:
2059: 2017-01-28 moko
2060:
2061: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2062: body and other cases tests added (related to featue #1014)
2063:
2064: * src/classes/curl.C: bug if response is empty fixed (related to
2065: feature #1014)
2066:
2067: 2017-01-27 moko
2068:
2069: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2070: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2071: added (implements feature #1052)
2072:
2073: 2017-01-25 moko
2074:
2075: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2076: method test added
2077:
2078: 2017-01-23 moko
2079:
2080: * src/classes/reflection.C: optimization: options->get replaced by
2081: hash iterator
2082:
2083: * tests/: 381.html, results/381.processed: now -> fixed date
2084:
2085: * src/main/pa_request.C: warning war
2086:
2087: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2088: 5Mb (fixes bug #1058)
2089:
2090: * src/classes/curl.C: warning war
2091:
2092: * tests/: 381.html, results/381.processed: tests for ^json:string
2093: $.one-line(true) option added (related to feature #1124)
2094:
2095: * src/: classes/json.C, types/pa_value.h: $json-string
2096: $.one-line(true|false) options is now supported (implements
2097: feature #1124)
2098:
2099: * tests/: 380.html, results/380.processed: test for modified
2100: $.max_file_size added (related to bug #1014)
2101:
2102: * tests/: 379.html, results/auto.p: tests for rewritten http file
2103: load added (related to bug #1014)
2104:
2105: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2106: main/pa_common.C, main/pa_http.C: check_file_size added and used
2107: in curl / file load from disk and http, http file load rewritten
2108: (related to bug #1014)
2109:
2110: 2017-01-18 moko
2111:
2112: * tests/: 378.html, results/378.processed: tests for ^result[]
2113: added (related to feature #66)
2114:
2115: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2116: Method::CO_WITHOUT_FRAME as frame still added in expression
2117: (related to feature #66)
2118:
2119: 2017-01-17 moko
2120:
2121: * tests/: 377.html, results/377.processed: test for different
2122: combinations of breaks in body and delimiter (related to bug
2123: #1077)
2124:
2125: * tests/: 376.html, results/376.processed: many ^break[] tests
2126: added (related to bug #1077)
2127:
2128: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2129: passed to native method" exception added to avoid bugs due to
2130: WRITE_EXPR_RESULT skipped and native methods execution continues
2131: after ^break[] (related to bug #1077)
2132:
2133: 2017-01-14 moko
2134:
2135: * tests/: 330.html, results/330.processed: test results updated
2136: after ^break[] bugs where fixed (related to bug #1077)
2137:
2138: * tests/: 329.html, results/329.processed: test results updated
2139: after ^break[] bugs where fixed (related to bug #1077)
2140:
2141: * tests/results/320.processed: ^return[] added
2142:
2143: 2017-01-13 moko
2144:
2145: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2146: classes/table.C, include/pa_request.h, main/execute.C,
2147: main/pa_request.C, targets/cgi/parser3.C,
2148: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2149: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2150: checked after each possible process/execute call (fixes bug
2151: #1077)
2152:
2153: 2016-12-29 moko
2154:
2155: * src/main/pa_common.C: warning war
2156:
2157: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2158: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2159: pa_file_size_limit added, ^math:random fixed for upper limit and
2160: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2161: (related to feature #1014)
2162:
2163: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2164: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2165: (related to feature #1014)
2166:
2167: 2016-12-28 moko
2168:
2169: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2170: warning war
2171:
2172: 2016-12-26 moko
2173:
2174: * tests/: 341.html, results/341.processed: test for
2175: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2176:
2177: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2178: (related to feature #1057)
2179:
2180: * src/types/pa_vdate.C: warning war continues...
2181:
2182: * src/: classes/date.C, classes/image.C, classes/table.C,
2183: include/pa_config_includes.h, types/pa_vfile.C: warning war
2184:
2185: * src/lib/gd/gifio.C: warning war / cleanup
2186:
2187: * src/lib/json/pa_json.C: warning war
2188:
2189: * src/classes/hash.C: warning war
2190:
2191: * src/types/pa_vfile.C: warning war
2192:
2193: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2194: -Wall warning war continues
2195:
2196: * configure.ac: --with-build-warnings actualized
2197:
2198: 2016-12-25 moko
2199:
2200: * src/main/pa_exec.C: -wAll warning war
2201:
2202: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2203: -wAll warning war
2204:
2205: * src/: include/pa_common.h, include/pa_sapi.h,
2206: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2207: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2208: -wAll warning war
2209:
2210: 2016-12-23 moko
2211:
2212: * src/lib/ltdl/Makefile.am: extra dist added
2213:
2214: * tests/results/344.processed: test result updated after $file.text
2215: prefetched in ^hash::create[$file] (related to feature #1075)
2216:
2217: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2218: ^hash::create[$file] (related to feature #1075)
2219:
2220: 2016-12-22 moko
2221:
2222: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2223: main/pa_request.C, main/pa_stylesheet_connection.C,
2224: types/pa_vfile.C: file_stat now return 64-bit size (implements
2225: #1014 under 32-bit unix versions)
2226:
2227: 2016-12-21 moko
2228:
2229: * tests/: 375.html, results/375.processed: test for exec returning
2230: stated file added (related to feature #1119)
2231:
2232: * src/classes/file.C: load should not return file with null body
2233: (fixes bug #1119)
2234:
2235: 2016-12-14 moko
2236:
2237: * tests/: 374.html, results/374.processed: test for $method.name
2238: added (related to feature #1117) plus method returning junction
2239: test
2240:
2241: 2016-12-13 moko
2242:
2243: * src/: include/pa_symbols.h, main/pa_symbols.C,
2244: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2245: (implements feature #1117)
2246:
2247: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2248: HEAD and TRACE can't have body (implements feature #1116)
2249:
2250: 2016-12-09 moko
2251:
2252: * tests/: 373.html, results/373.processed: tests for
2253: ^reflection:tainting added (related to feature #1098)
2254:
2255: * src/classes/reflection.C: ^reflection:tainting arguments order
2256: change (related to feature #1098)
2257:
2258: 2016-12-06 moko
2259:
2260: * src/: classes/reflection.C, include/pa_string.h,
2261: main/pa_string.C: ^reflection:tainting[$string] added (implements
2262: feature #1098)
2263:
2264: 2016-12-05 moko
2265:
2266: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2267: (fixes bug #1114)
2268:
2269: 2016-12-04 moko
2270:
2271: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2272: check added
2273:
2274: 2016-12-03 moko
2275:
2276: * tests/: 346-curl.html, results/346-curl.processed: test modified
2277: to test value.as_hash() usage
2278:
2279: * src/classes/curl.C: value.as_hash() used for correct hash
2280: processing
2281:
2282: * src/classes/reflection.C: exceptions texts fixes
2283:
2284: 2016-12-02 moko
2285:
2286: * tests/: 372.html, results/372.processed: tests for
2287: ^reflection:create[ $.class[name] $.constructor[name]
2288: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2289: feature #1094)
2290:
2291: * src/types/pa_vmethod_frame.h: comment added: params should be
2292: declared outside of *_FRAME_ACTION as MethodParams destructor
2293: will be called in ~VNativeMethodFrame
2294:
2295: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2296: ] minor fix
2297:
2298: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2299: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2300: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2301: now supported (implements feature #1094) value::as_hash added
2302: (and should be used everywhere)
2303:
2304: * src/classes/reflection.C: cleanup
2305:
2306: 2016-12-01 moko
2307:
2308: * tests/: 356.html, results/356.processed: test for method
2309: junctions class name added to the resulting hash added (related
2310: to feature #1068)
2311:
2312: * src/classes/reflection.C: for method junctions class name added
2313: to the resulting hash (related to feature #1068)
2314:
2315: 2016-11-30 moko
2316:
2317: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2318: exception (related to bug #1113)
2319:
2320: * src/types/pa_vhashfile.C: whitespace
2321:
2322: * src/main/pa_os.C: errno now returned as it should (fixes bug
2323: #1113)
2324:
2325: * tests/results/: 175.processed, 192.processed, 224.processed,
2326: 229.processed, 239.processed, 244.processed, 246.processed,
2327: 314.processed, 352.processed: tests results updated after method
2328: call exceptions improved as method now keeps its name
2329:
2330: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2331: types/pa_vmethod_frame.h: method call exceptions improved as
2332: method now keeps its name
2333:
2334: * tests/: 224.html, 239.html, results/224.processed,
2335: results/239.processed: tests and tests results updated after
2336: Request::construct exception changed
2337:
2338: * src/: classes/reflection.C, main/execute.C: Request::construct
2339: exception optimized
2340:
2341: * tests/: 371.html, results/371.processed: test for
2342: WWrapper.get_element call in $.name.key[value] code added
2343: (related to feature #1091)
2344:
2345: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2346: in $.name.key[value] code (related to feature #1091)
2347:
2348: 2016-11-29 moko
2349:
2350: * src/classes/op.C: VS warning war
2351:
2352: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2353: C4239: nonstandard extension used : 'return' : conversion from
2354: 'Value' to 'Value &' (related to feature #1020)
2355:
2356: * src/: main/execute.C, types/pa_vmethod_frame.h,
2357: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2358: used : 'return' : conversion from 'Value' to 'Value &' (related
2359: to feature #1020)
2360:
2361: * src/main/execute.C: VS warning war
2362:
2363: * src/targets/cgi/parser3.C: VS compatibility fix
2364:
2365: * src/include/pa_request.h: VS warning war
2366:
2367: * tests/: 370.html, results/370.processed: test for ^file::exec[
2368: ... $.stdin[$binary_file] ] added (related to bug #1044)
2369:
2370: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2371: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2372: $.stdin[$binary_file] (fixes bug #1044)
2373:
2374: 2016-11-28 moko
2375:
2376: * src/main/pa_exec.C: whitespace
2377:
2378: * src/main/pa_request.C: whitespace
2379:
2380: * tests/: 369.html, results/369.processed: test for
2381: $response:status usage added (related to feature #1099)
2382:
2383: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2384: if < 100 (implements feature #1099)
2385:
2386: * src/targets/cgi/parser3.C: whitespace
2387:
2388: * src/targets/cgi/parser3.C: whitespace
2389:
2390: * tests/: 368.html, results/368.processed: test updated after
2391: ^reflection:filename[$method] added (related to feature #1053)
2392:
2393: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2394: main/compile.y, main/execute.C, main/pa_request.C,
2395: types/pa_vclass.h: filename -> filespec,
2396: ^reflection:filename[$method] added (related to feature #1053)
2397:
2398: 2016-11-27 moko
2399:
2400: * tests/: 368.html, results/368.processed: test for
2401: reflection:filename[$class or object] added (related to feature
2402: #1053)
2403:
2404: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2405: types/pa_vstateless_class.h: ^reflection:filename[$class or
2406: object] added (implements feature #1053)
2407:
2408: 2016-11-26 moko
2409:
2410: * src/: include/pa_request_info.h,
2411: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2412: remove_absolute_uri -> strip_absolute_uri
2413:
2414: 2016-11-25 moko
2415:
2416: * src/: include/pa_request_info.h,
2417: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2418: request_info.remove_absolute_uri added to remove possible
2419: http://site.name/ from $request:uri (implements feature #1112)
2420:
2421: 2016-11-24 moko
2422:
2423: * tests/: 367-curl.html, results/367-curl.processed: test for
2424: previous request headers clearing after redirect added (related
2425: to bug #1109)
2426:
2427: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2428: response headers from previous requests are now cleared, only
2429: last request headers are collected (fixes bug #1109)
2430:
2431: * tests/results/: 266.processed, 321.processed, 356.processed:
2432: tests results updated as method name now added to the resulting
2433: hash for new syntax only (Imp1 compatimility fixed, related to
2434: feature #1068)
2435:
2436: * src/classes/reflection.C: method name now added to the resulting
2437: hash for new syntax only (Imp1 compatimility fixed, related to
2438: feature #1068)
2439:
2440: * tests/results/366.processed: test for native and parser
2441: implementation of ^use[] logic (related to feature #1074)
2442:
2443: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2444: for native and parser implementation of ^use[] logic (related to
2445: feature #1074)
2446:
2447: 2016-11-23 moko
2448:
2449: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2450: main/pa_request.C: @USE file now implemented as ^use[file;
2451: $.origin[origin_file] ] (implements feature #1074)
2452:
1.109 moko 2453: 2016-11-21 moko
2454:
1.110 moko 2455: * tests/: 365.html, results/365.processed: test for $caller bugs in
2456: 3.4.4 and $caller.method now tested (related to feature #1110)
2457:
2458: * tests/: 364.html, results/364.processed: $caller usage in
2459: different contexts now tested (related to feature #1110)
2460:
2461: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2462:
2463: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2464:
1.109 moko 2465: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2466: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2467: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2468: used (implements feature #1110)
2469:
2470: 2016-11-20 moko
2471:
2472: * src/types/pa_vdouble.h: whitespace
2473:
2474: 2016-11-11 moko
2475:
2476: * tests/: 363.html, results/363.processed: more tests for feature
2477: #1091 (how parser methods work in expression context)
2478:
2479: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2480: expressions strings are now written as strings, not values by
2481: write_as_string (related to feature #1091)
2482:
2483: * src/classes/op.C: to make more correct behavour in expression
2484: context
2485:
2486: 2016-11-07 moko
2487:
2488: * tests/: 362.html, results/362.processed: test for
2489: xsltParseStylesheetDoc caching as xsl modification after it added
2490: (related to bug #1108)
2491:
2492: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2493: result now cached as xdoc is modified after it (fixes bug #1108)
2494:
2495: 2016-11-06 moko
2496:
2497: * src/types/pa_vxdoc.h: whitespace
2498:
2499: 2016-11-05 moko
2500:
2501: * src/types/pa_vmethod_frame.h: cleanup
2502:
2503: 2016-11-03 moko
2504:
2505: * tests/results/244.processed: more correct exception after method
2506: frames separation
2507:
2508: * src/types/pa_vmethod_frame.h: minor optimizaion
2509:
2510: * src/types/pa_method.h: optimization: params_count added
2511:
2512: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2513: include/pa_request.h, main/execute.C, main/pa_request.C,
2514: types/pa_value.C, types/pa_vmethod_frame.C,
2515: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2516: VMethodFrame now divided into VNativeMethodFrame,
2517: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2518: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2519: and used (related to feature #1104)
2520:
2521: 2016-11-02 moko
2522:
2523: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2524: classes/double.C, classes/file.C, classes/hash.C,
2525: classes/hashfile.C, classes/image.C, classes/inet.C,
2526: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2527: classes/memcached.C, classes/op.C, classes/reflection.C,
2528: classes/regex.C, classes/string.C, classes/table.C,
2529: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2530: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2531: r.write (implements feature #1091)
2532:
2533: * src/main/execute.C: cleanup (related to feature #1104)
2534:
2535: * src/: include/pa_request.h, main/execute.C,
2536: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2537: added, in_expression removed (implements feature #1104)
2538:
2539: 2016-10-31 moko
2540:
2541: * src/types/pa_value.C: whitespace
2542:
2543: 2016-10-28 moko
2544:
2545: * tests/results/244.processed: updated after error reporting fixed
2546: in pa_wcontext.C
2547:
2548: * src/types/pa_wcontext.C: error reporting fixed
2549:
2550: * src/types/pa_wcontext.h: whitespace
2551:
2552: * src/classes/image.C: not fully readed entries are no longer
2553: processed (fixes bug #1106)
2554:
2555: 2016-10-26 moko
2556:
2557: * src/classes/image.C: whitespace
2558:
2559: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2560: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2561: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2562: longer required (related to feature #1091)
2563:
2564: * tests/results/: 264.processed, 350.processed: test results update
2565: reverted (whitespace optimization) after write_no_lang removed :)
2566: (related to feature #1091)
2567:
2568: * src/: classes/file.C, classes/hash.C, classes/op.C,
2569: classes/string.C, classes/table.C, classes/void.C,
2570: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2571: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2572: equal write_pass_lang (related to feature #1091)
2573:
2574: * tests/results/: 264.processed, 350.processed: test results
2575: updated (whitespace optimization) after write_assign_lang removed
2576: (related to feature #1091)
2577:
2578: * tests/: 361.html, results/361.processed: test for non-string
2579: ^untaint added (related to feature #1091)
2580:
2581: * src/: classes/curl.C, classes/date.C, classes/file.C,
2582: classes/hash.C, classes/op.C, classes/string.C,
2583: include/pa_request.h, main/execute.C: optimization:
2584: write_assign_lang removed as not required (first part of feature
2585: #1091 implementation)
2586:
1.108 moko 2587: 2016-10-12 moko
2588:
2589: * tests/: 360.html, results/360.processed: more test code (related
2590: to feature #1104)
2591:
2592: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2593: include/pa_request.h, main/compile.y, main/execute.C: opcode
2594: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2595: WContext is next task (implements feature #1104)
2596:
2597: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2598: / CO_WITHOUT_WCONTEXT
2599:
2600: * tests/: 360.html, results/360.processed: test for in expression
2601: state (related to feature #1104)
2602:
2603: 2016-10-11 moko
2604:
2605: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2606:
2607: * src/classes/op.C: default value removed from initializer
2608:
2609: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2610:
2611: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2612:
2613: 2016-10-10 moko
2614:
2615: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2616: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2617: to feature #42)
2618:
2619: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2620: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2621:
2622: 2016-10-08 moko
2623:
2624: * src/classes/double.C: whitespace
2625:
2626: 2016-10-07 moko
2627:
2628: * src/types/pa_vmethod_frame.h: reorder
2629:
2630: 2016-10-06 moko
2631:
2632: * src/classes/date.C: typo
2633:
2634: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2635:
2636: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2637: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2638: types/pa_vmethod_frame.h: params.get now returns Value&, not
2639: Value*
2640:
2641: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2642:
2643: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2644: removed; first as_* code rewrite
2645:
2646: 2016-10-05 moko
2647:
2648: * src/include/pa_request.h: whitespace
2649:
2650: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2651: intercept_string added (related to feature #1097)
2652:
2653: * src/: classes/image.C, classes/op.C, classes/table.C,
2654: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2655: optimization: intercept_string removed (implements feature #1097)
2656:
2657: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2658:
2659: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2660: from VCodeFrame and WWrapper as not required
2661:
2662: 2016-10-04 moko
2663:
2664: * src/: classes/curl.C, classes/date.C, classes/double.C,
2665: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2666: classes/int.C, classes/json.C, classes/op.C,
2667: classes/reflection.C, classes/string.C, classes/table.C,
2668: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2669: proces_to_value -> process after StringOrValue removed (related
2670: to feature #1020)
2671:
2672: * src/classes/form.C: whitespace
2673:
2674: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2675:
2676: * tests/: 357.html, 358.html, results/357.processed,
2677: results/358.processed, results/auto.p: test for @conf
2678: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2679:
2680: 2016-10-03 moko
2681:
2682: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2683: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2684: supported (implements feature #42)
2685:
2686: * src/types/pa_vregex.h: no reason for VRegex to be
2687: is_evaluated_expr
2688:
2689: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2690: (implements feature #1095)
2691:
2692: 2016-10-01 moko
2693:
2694: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2695: false by default (related to feature #1089)
2696:
2697: 2016-09-30 moko
2698:
2699: * src/types/pa_wcontext.h: cleanup
2700:
2701: 2016-09-29 moko
2702:
2703: * src/main/execute.C: whitespace
2704:
2705: * src/include/pa_request.h: whitespace
2706:
2707: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2708: classes/op.C, classes/table.C, include/pa_request.h,
2709: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2710: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2711: StringOrValue removed as it just slows down and adds complexity
2712: (implements feature #1020)
2713:
2714: 2016-09-28 moko
2715:
2716: * tests/: 356.html, results/266.processed, results/321.processed,
2717: results/356.processed: tests updated after name was added to
2718: method_info hash, test for ^reflection:method_info[junction]
2719: added (related to feature #1068)
2720:
2721: * src/classes/reflection.C: ^reflection:method_info[junction] now
2722: supported, method name added to the resulting hash (implements
2723: feature #1068)
2724:
2725: * tests/: 276.html, results/276.processed: more tests for
2726: ^reflection:delete[]
2727:
2728: * src/classes/reflection.C: fixed bug then ^reflection:delete
2729: didn't work on class and could damage native objects (like file)
2730:
2731: 2016-09-26 moko
2732:
2733: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2734: results/345.processed, results/346-curl.processed,
2735: results/347-curl.processed, results/348.processed: numbers added
2736: to simplify diff analysis
2737:
2738: * tests/: 352.html, results/352.processed: test result updated as
2739: method name used
2740:
2741: * src/classes/reflection.C: method name used
2742:
2743: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2744: its name
2745:
2746: * src/types/pa_method.h: whitespace
2747:
2748: * src/classes/reflection.C: both method and field with one name can
2749: exist.
2750:
2751: * src/classes/reflection.C: ^reflection:mixin added (implements
2752: feature #1089)
2753:
2754: * tests/: 355.html, results/355.processed: property appears in
2755: derived class if added in base test added
2756:
2757: * src/types/pa_vstateless_class.h: get_method declaration +
2758: whitespace
2759:
2760: * tests/: 354.html, results/354.processed: nice test from method
2761: and property with one name in class added
2762:
2763: 2016-09-23 moko
2764:
2765: * src/classes/reflection.C: ^reflection:method usage documented
2766:
2767: 2016-09-22 moko
2768:
2769: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2770: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2771: compile warning and GPF occures on VS2003 (related to feature
2772: #1087)
2773:
2774: * tests/: 350.html, results/350.processed: test added for
2775: $.encloser[] support in ^table::create (related to feature #11)
2776:
2777: * src/classes/table.C: another minor fix (related to feature #11)
2778:
1.107 moko 2779: 2016-09-21 moko
2780:
2781: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2782:
2783: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2784: classes/json.C, classes/string.C, classes/table.C,
2785: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2786: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2787: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2788: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2789: pa_charsets, vs2015 warning war
2790:
2791: * src/classes/table.C: vs2015 warning war
2792:
2793: * src/types/pa_vdate.C: vs2015 warning war
2794:
2795: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2796:
2797: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2798: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2799:
2800: * src/main/pa_common.C: vs2015 compilation fixes
2801:
2802: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2803: vs2015 compilation fixes
2804:
2805: * src/main/pa_charset.C: vs2015 warning war
2806:
2807: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2808:
2809: * src/main/pa_charset.C: vs2015 warning war
2810:
2811: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2812:
2813: * src/types/pa_vdate.C: vs2015 compilation fix
2814:
2815: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2816:
2817: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2818: VS2015 compilation fixes
2819:
2820: * src/classes/table.C: minor fix (related to feature #11)
2821:
2822: * tests/results/282.processed: no longer skipping extra enclosers
2823: (related to feature #11)
2824:
2825: * src/classes/table.C: minor fix + no longer skipping extra
2826: enclosers (related to feature #11)
2827:
2828: * src/classes/table.C: minor optimization (related to feature #11)
2829:
2830: * src/classes/table.C: minor fix and optimization (related to
2831: feature #11)
2832:
2833: 2016-09-20 moko
2834:
2835: * tests/: 353.html, results/353.processed: test for
2836: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2837: added (related to bug #1090)
2838:
2839: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2840: one_big_piece (fixes bug #1090)
2841:
2842: * tests/: 229.html, results/229.processed: code coverage tests
2843:
2844: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2845: body) was called
2846:
2847: * src/classes/op.C: whitespace
2848:
2849: * tests/: 323.html, results/323.processed: test for code junction
2850: should not be returned by ^reflection:class, ^reflection:base
2851:
2852: * src/classes/reflection.C: bugfix: code junction should not be
2853: returned by ^reflection:class, ^reflection:base
2854:
2855: * tests/: 323.html, 352.html, results/352.processed: no more
2856: exception for ^reflection:method[class;no-such-method] (related
2857: to feature #1087)
2858:
2859: * src/classes/reflection.C:
2860: ^reflection:method[class;no-such-method] : exception -> void
2861: (related to feature #1087)
2862:
2863: * src/include/pa_request.h: request::write_value added to allow
2864: write value without convertion (related to issue #1091)
2865:
2866: 2016-09-19 moko
2867:
2868: * src/main/pa_random.C: windows build fix
2869:
2870: * src/types/pa_vhash.h: warning war
2871:
2872: 2016-09-14 moko
2873:
2874: * tests/: 352.html, 552.html, results/352.processed,
2875: results/552.processed: test for ^reflection:method[] extension
2876: added (related to feature #1087)
2877:
2878: * tests/: 552.html, results/552.processed: test for
2879: ^reflection:method[] extension added (related to feature #1087)
2880:
2881: * src/classes/reflection.C: compatibility issue fixed, VClass
2882: dynamic_cast check added (related to feature #1087)
2883:
2884: * tests/: 351.html, results/351.processed: test for @auto[]
2885: inheritance bug diring ^process[] added (related to bug #1088)
2886:
2887: * src/: classes/op.C, main/pa_request.C,
2888: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2889: disable it inheritance during ^process (fixes bug #1088)
2890:
2891: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2892: added (implements feature #1087)
2893:
2894: 2016-09-13 moko
2895:
2896: * tests/: 349.html, results/auto.p: test for objects prototyping
2897: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2898: to feature #1086)
2899:
2900: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2901: types/pa_vobject.C: objects now are not class instances, but have
2902: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2903: in @conf (implements feature #1086)
2904:
2905: 2016-09-08 moko
2906:
2907: * src/: classes/file.C, classes/mail.C, classes/string.C,
2908: classes/table.C, main/pa_http.C, main/pa_string.C,
2909: include/pa_string.h: cleanup: string::split limit argument
2910: removed as no longer required, pos_after no longer reference
2911: (related to feature #11)
2912:
2913: * src/classes/table.C, tests/results/348.processed: now exception
2914: is rised when invalid option is passed to ^table::create[]
2915:
2916: * tests/: 282.cfg, 282.html, results/282.processed: more code
2917: coverage tests
2918:
2919: * tests/: 348.html, results/348.processed: code coverage tests
2920: added
2921:
2922: * tests/: 348.html, results/348.processed: generic ^table::create[]
2923: tests
2924:
2925: * tests/: 035.html, results/035.processed, results/272.processed:
2926: tests updated after $.encloser[] support for ^table::create
2927: implementation (related to feature #11)
2928:
2929: * src/classes/table.C: $.encloser[] support for ^table::create
2930: finally added (implements feature #11)
2931:
2932: 2016-09-07 moko
2933:
2934: * src/include/pa_string.h: added StringSplitHelper as friend
2935: (related to feature #11)
2936:
2937: * src/include/pa_string.h: body and langs now protected, not
2938: private to allow inheritance (related to feature #11)
2939:
2940: * src/classes/table.C: lsplit optimized before cloning for
2941: ^table::create with $.encloser[] (related to feature #11)
2942:
2943: * src/classes/table.C: optimizaion: TableControlChars.separators
2944: added and used (related to feature #11)
2945:
2946: * src/classes/table.C: spelling:
2947:
2948: TableSeparators -> TableControlChars column -> separator
2949: separators -> control_chars
2950:
2951: 2016-09-06 moko
2952:
2953: * src/main/pa_string.C: whitespace
2954:
2955: * src/main/pa_string.C: whitespace
2956:
2957: 2016-09-01 moko
2958:
2959: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2960: results OS-independent
2961:
2962: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2963: compiler (related to feature #1042)
2964:
2965: 2016-08-15 moko
2966:
2967: * src/include/pa_string.h: whitespace
2968:
2969: * src/classes/table.C: whitespace
2970:
1.106 moko 2971: 2016-08-05 moko
2972:
2973: * tests/: 344.html, results/344.processed: test for
2974: ^hash::create[$file] added (related to feature #1075)
2975:
2976: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2977: supported (implements feature #1075)
2978:
2979: 2016-08-04 moko
2980:
2981: * tests/: 341.html, results/341.processed: more code coverage tests
2982:
2983: * tests/: 346-curl.html, results/346-curl.processed: more code
2984: coverage tests for curl
2985:
2986: * tests/: 346-curl.html, results/346-curl.processed: more code
2987: coverage tests for curl
2988:
2989: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2990: results/223.processed: code coverage tests: $.form[ $.table[] ]
2991: test added
2992:
2993: * tests/: 223-curl.html, results/223-curl.processed: more code
2994: coverage tests for curl
2995:
2996: 2016-08-03 moko
2997:
2998: * src/classes/curl.C: dlink(curl_library) now called not once, but
2999: until it will be loaded, allowing to find existing library.
3000:
3001: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3002: results/347-curl.processed: more code coverage tests for curl
3003:
3004: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3005: results/339-curl.processed, results/346-curl.processed: curl
3006: functionality tests
3007:
3008: 2016-08-02 moko
3009:
3010: * tests/: 339.html, results/339.processed: test for tables in
3011: ^file:load[] and ^curl:load[] (commented) added (related to
3012: feature #1042)
3013:
3014: * tests/: 345.html, results/345.processed: code coverage tests for
3015: file class
3016:
3017: * tests/: 344.html, results/344.processed: code coverage tests
3018:
3019: * tests/: 344.html, results/344.processed: mdate removed from
3020: output
3021:
3022: * src/classes/file.C: minor bugfix: is_text should be taked from
3023: fcontent.is_text_mode() if not set (related to feature #1061)
3024:
3025: * tests/: 344.html, results/344.processed: more tests
3026:
3027: * tests/: 343.html, 344.html, results/343.processed,
3028: results/344.processed: tests for ^file::create[ $.from-charset
3029: and $.to-charset ] (related to feature #1061)
3030:
3031: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3032: aset_text_mode argument optimized
3033:
3034: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3035: checkBOM now used in detect_binary_content (related to feature
3036: #1061)
3037:
3038: * src/main/pa_request.C: load_charset no longer required to_upper
3039:
3040: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3041: preserves original file mode (if no $.mode specified)
3042:
3043: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3044: ^file::create now supports $.from-charset[] and $.to-charset
3045: options (implements feature #1061), automatic transcode is done
3046: if text file is created from binary file and charset is detected.
3047:
3048: 2016-07-30 moko
3049:
3050: * src/classes/table.C: ^t.hash[..;] now supported (related to
3051: feature #1057)
3052:
3053: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3054: added (related to feature #1057)
3055:
3056: * tests/: 286.html, results/286.processed: code tests coverage
3057:
3058: 2016-07-29 moko
3059:
3060: * src/classes/table.C: table size should be checked inside menu and
3061: foreach (related to feature #858)
3062:
3063: * src/: classes/curl.C, classes/file.C, classes/string.C,
3064: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3065: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3066: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3067: charsets.get now does str_upper inside (related to feature #1061)
3068:
3069: * tests/: 342.html, results/342.processed: more code coverage tests
3070:
3071: * tests/: 342.html, outputs/342.processed: table menu code coverage
3072: + foreach test added (related to feature #858)
3073:
3074: * tests/: 341.html, results/341.processed: tests for
3075: ^table.hash[]{code} added + code coverage tests (related to
3076: feature #1057)
3077:
3078: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3079: value} support (implements feature #1057)
3080:
3081: * src/classes/table.C: whitespace
3082:
3083: 2016-07-28 moko
3084:
3085: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3086: from URL, if not specified query string removed from url-based
3087: filenames in ^curl:load[] and ^file::load[] (related to feature
3088: #1042)
3089:
3090: 2016-07-27 moko
3091:
3092: * tests/: 340.html, results/340.processed: test for
3093: transcode_text_result=false added (related to issue #1042)
3094:
3095: 2016-07-26 moko
3096:
3097: * src/types/pa_vfile.C: file name should not be empty (if file path
3098: is folder and ends with /) (related to feature #1042)
3099:
3100: * src/main/pa_http.C: whitespace optimizaion
3101:
3102: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3103: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3104: multiple headers, ^file::load supports headers transcoding
3105: (implements feature #1042)
3106:
3107: 2016-07-25 moko
3108:
3109: * src/include/pa_common.h: PA_DEFAULT added
3110:
3111: 2016-07-22 moko
3112:
3113: * tests/: 338.html, results/338.processed: test for
3114: $date.field(value) added (related to feature #1066)
3115:
3116: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3117: $date.field(value) now supported for y/m/d/h/m/s (implements
3118: feature #1066)
3119:
1.105 moko 3120: 2016-07-21 moko
3121:
3122: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3123: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3124: arguments removed; image.C - absolute path shown in exception
3125: (implements feature #1071)
3126:
3127: * tests/: 235.html, results/235.processed: test and test result
3128: updated after static boundary in mail and Errors-To: mail header
3129: removed (related to feature #1047)
3130:
3131: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3132: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3133: used, static boundary in mail removed, Errors-To: mail header
3134: removed (implements feature #1047)
3135:
3136: 2016-07-20 moko
3137:
3138: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3139: equest.classes(): Value -> VStateless_class, part 3 (related to
3140: issue #1051)
3141:
3142: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3143: request.classes(): Value -> VStateless_class, part 2 (related to
3144: issue #1051)
3145:
3146: * tests/results/: 224.processed, 323.processed: classes without
3147: methods should not be methoded (related to issue #1051)
3148:
3149: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3150: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3151: -> VStateless_class, part 1 (related to issue #1051)
3152:
3153: * tests/: 337.html, results/337.processed: test for
3154: ^reflection:fields_reference[] and VHashReference class added
3155: (related to feature #1072)
3156:
3157: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3158: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3159: and VHashReference added, allowing ^reflection:fields_reference[]
3160: implementation (closes feature #1072)
3161:
3162: 2016-07-19 moko
3163:
3164: * tests/: 323.html, results/323.processed: we want to see
3165: "methoded"
3166:
3167: * tests/: 336.html, results/336.processed: test for $BASE:property
3168: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3169: #1059)
3170:
3171: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3172: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3173: somebody_entered_some_class, $BASE:property works again,
3174: ^BASE:method[] bugs fixed (fixes bug #1059)
3175:
3176: 2016-07-14 moko
3177:
3178: * tests/: 335.html, results/335.processed: test for feature #1055
3179: added
3180:
3181: * src/classes/hash.C: bugfix: $._default was not copied if empty
3182: feature: ^hash.contains[_default] added (implements feature
3183: #1055)
3184:
3185: 2016-07-13 moko
3186:
3187: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3188: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3189:
3190: 2016-07-05 moko
3191:
3192: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3193: in ^hash.foreach (related to feature #1073)
3194:
3195: 2016-07-04 moko
3196:
3197: * tests/: 134.html, 281.html, results/134.processed,
3198: results/281.processed: tests updated after hash blocking removed
3199: (related to feature #1073)
3200:
3201: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3202: no longer blocks on change during foreach (implements feature
3203: #1073)
3204:
3205: 2016-06-17 moko
3206:
3207: * tests/: 330.html, results/330.processed: try exception source
3208: test added (related to bug in #1062)
3209:
3210: * tests/: 334.html, results/334.processed: Exception stack trace
3211: test added (related to bug in $1062)
3212:
3213: * src/classes/op.C: Exception trace now correctly restored and
3214: errors reported (related to bug #1062)
3215:
1.104 moko 3216: 2016-05-25 moko
3217:
3218: * src/main/compile.y: minor cleanup + beauty
3219:
3220: 2016-05-24 moko
3221:
3222: * tests/: 333.html, results/333.processed: more exceptions testing
3223:
3224: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3225: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3226: features #1056, #1026)
3227:
3228: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3229: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3230: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3231: (implements feature #1056)
3232:
3233: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3234: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3235: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3236: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3237: feature #1026)
3238:
3239: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3240: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3241: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3242: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3243: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3244: feature #1026)
3245:
3246: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3247: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3248: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3249: SYMBOLS_CACHING define implemented (related to feature #1026)
3250:
3251: * src/main/main.vcproj: + ps_symbols
3252:
3253: * src/: include/Makefile.am, include/pa_string.h,
3254: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3255: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3256: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3257: types/pa_vstateless_class.C: initial implementation for symbols
3258: cache (related to feature #1026)
3259:
3260: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3261:
3262: * src/main/pa_globals.C: minor cleanup
3263:
3264: 2016-05-19 moko
3265:
3266: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3267: (related to feature #1046)
3268:
3269: * tests/: 331.html, results/331.processed: test for
3270: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3271: (related to feature #1051)
3272:
3273: * src/main/compile.y:
3274: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3275: (implements feature #1054)
3276:
3277: 2016-05-18 moko
3278:
3279: * src/types/pa_vtable.C, tests/results/324.processed: no more
3280: "column not found" exception for ^table.no-such-method[] (related
3281: to feature #1046)
3282:
3283: * tests/: 261.html, results/261.processed: test added and updated
3284: after feature #1046 implementation
3285:
3286: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3287: types/pa_vvoid.h: $string.anything works for whitespace strings,
3288: ^string.contains added for hash compatibility, $string.method no
3289: longer returns stting method (implements feature #1046)
3290:
3291: 2016-05-12 moko
3292:
3293: * src/classes/curl.C: content-type response header no longer
3294: ignored (fixes issue #1045)
3295:
3296: * tests/: 330.html, results/330.processed: test for incomplete
3297: finally execution when break occures added (related to issue
3298: #1077)
3299:
3300: * src/classes/op.C: bugfix: Request::skip reset is called before
3301: executing catch and finally code (fixes issue #1062)
3302:
3303: 2016-05-11 moko
3304:
3305: * tests/: 329.html, results/329.processed: test for invalid
3306: ^break[] behavour added (bug #1077)
3307:
3308: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3309:
3310: 2016-04-24 moko
3311:
3312: * src/types/pa_vstateless_class.h: warning war
3313:
3314: 2016-04-17 moko
3315:
3316: * tests/: 328.html, results/328.processed: test for
3317: ^break(condition) and ^continue(condition) (related to feature
3318: #1063)
3319:
3320: * src/classes/op.C: ^break(condition) and ^continue(condition)
3321: implemented (feature #1063)
3322:
3323: 2016-04-12 moko
3324:
3325: * tests/results/280.processed: ordered hash now used for class
3326: methods and properties (test results updated for feature #1069)
3327:
3328: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3329: to xdoc.C as under FreeBSD it was inited after and inheritance
3330: failed (related to issue #1051)
3331:
3332: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3333: are printed to check inheritance (related to feature #1051)
3334:
1.103 moko 3335: 2016-04-09 moko
3336:
3337: * tests/results/320.processed: ordered hash now used for class
3338: methods and properties (test results updated for feature #1069)
3339:
3340: * src/types/pa_vstateless_class.h: ordered hash now used for class
3341: methods and properties (implements feature #1069)
3342:
3343: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3344: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3345: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3346: feature #1051)
3347:
3348: 2016-04-07 moko
3349:
3350: * src/main/execute.C: returned Value in .CLASS case for VJunction
3351: (related to feature #1051)
3352:
3353: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3354: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3355: string constants deduplication (related to feature #1051)
3356:
3357: * tests/results/224.processed: test result updated (related to
3358: feature #1051)
3359:
3360: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3361: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3362: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3363: types/pa_vstatus.h: classes hash now contains only
3364: VStateless_class derived objects, .CLASS is also allways
3365: VStateless_class derived object (related to feature #1051).
3366:
3367: 2016-04-06 moko
3368:
3369: * tests/results/323.processed: test result updated after feature
3370: #1051 implementation
3371:
3372: * src/: classes/classes.h, classes/op.C, classes/response.C,
3373: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3374: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3375: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3376: types/pa_vresponse.C, types/pa_vresponse.h,
3377: types/pa_vstateless_class.h: base -> methoded_donor for static
3378: classes, type() moved from VStateless_class to VClass and
3379: Methoded (implements feature #1051)
3380:
3381: 2016-04-04 moko
3382:
3383: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3384: beauty: put_class added (related to feature #1051)
3385:
3386: 2016-04-01 moko
3387:
3388: * tests/results/: 175.processed, 192.processed, 224.processed,
3389: 229.processed, 244.processed, 246.processed, 316.processed: test
3390: results updated as class.type() removed from error messages, only
3391: type() left (related to feature #1051)
3392:
3393: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3394: classes/op.C, classes/reflection.C, main/compile.y,
3395: main/compile_tools.h, main/execute.C, main/pa_request.C,
3396: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3397: types/pa_vmethod_frame.h, types/pa_vobject.h,
3398: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3399: from VStateless_class, type() is used instead (related to feature
3400: #1051)
3401:
3402: * src/classes/mail.C: old logic restored.
3403:
3404: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3405: classes/classes.h, classes/curl.C, classes/date.C,
3406: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3407: classes/hashfile.C, classes/image.C, classes/inet.C,
3408: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3409: classes/memcached.C, classes/memory.C, classes/reflection.C,
3410: classes/regex.C, classes/response.C, classes/string.C,
3411: classes/table.C, classes/xdoc.C, classes/xnode.C,
3412: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3413: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3414: feature #1051)
3415:
3416: 2016-03-30 moko
3417:
3418: * tests/: 327.html, results/224.processed, results/327.processed:
3419: test for TZ specification in ^date::create[], TZ is kept during
3420: ^date::create[$dt] (related to feature #1048)
3421:
3422: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3423: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3424: feature #1048)
3425:
3426: 2016-03-29 moko
3427:
3428: * tests/: 315.html, results/315.processed: test for timezone format
3429: +HHmm added (related to feature #1065)
3430:
3431: * src/classes/date.C: timezone format +HHmm now supported
3432: (implements feature #1065)
3433:
3434: 2016-03-28 moko
3435:
3436: * tests/: 202.html, results/131.processed, results/202.processed,
3437: results/224.processed, results/256.processed,
3438: results/315.processed: test results updated after %.2d now
3439: default for hours offset in iso-string (was %2d), test for
3440: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3441: added (related to feature #1065)
3442:
3443: 2016-03-27 moko
3444:
3445: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3446: feature #1065)
3447:
3448: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3449: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3450: added (implements feature #1065)
3451:
3452: 2016-03-24 moko
3453:
3454: * tests/: 202.html, results/202.processed: test $date.week added
3455: (related to bug #1067)
3456:
3457: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3458: date (fix for bug #1067)
3459:
3460: 2016-03-10 moko
3461:
3462: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3463:
1.102 moko 3464: 2015-12-07 moko
3465:
3466: * tests/: 326.html, results/326.processed: test for .CLASS &
3467: .CLASS_NAME optimization added (related to feature #844)
3468:
3469: 2015-11-17 moko
3470:
3471: * tests/: 323.html, results/323.processed: order added
3472:
3473: * tests/: 325.html, results/325.processed: double range test added
3474: (related to bug #1049)
3475:
3476: 2015-11-16 moko
3477:
3478: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3479: added to disallow NaN and Infinity (fixes bug #1049)
3480:
3481: 2015-11-11 moko
3482:
3483: * tests/324.html: parser 3.4.3 execution support added (related to
3484: feature #1017)
3485:
3486: * tests/: 324.html, results/324.processed: test for
3487: GET_ELEMENT4CALL feature added (feature #1017)
3488:
1.101 moko 3489: 2015-10-29 moko
3490:
3491: * operators.txt: updated for 3.4.4
3492:
3493: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3494:
3495: * src/main/pa_exec.C: get_exit_status implemented for Windows
3496: (related to bug #1043)
3497:
3498: 2015-10-28 moko
3499:
3500: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3501: hangup during ^file::exec (fixes bug #1043)
3502:
1.100 moko 3503: 2015-10-27 moko
3504:
3505: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3506:
1.99 moko 3507: 2015-10-26 moko
3508:
1.100 moko 3509: * tests/322.html, src/classes/reflection.C: arguments reorder
3510: (related to issue #1041)
3511:
3512: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3513: Copyright year updated
3514:
1.99 moko 3515: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3516: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3517: classes/form.C, classes/hash.C, classes/hashfile.C,
3518: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3519: classes/mail.C, classes/math.C, classes/memcached.C,
3520: classes/memory.C, classes/op.C, classes/reflection.C,
3521: classes/regex.C, classes/response.C, classes/string.C,
3522: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3523: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3524: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3525: include/pa_config_fixed.h, include/pa_config_includes.h,
3526: include/pa_dictionary.h, include/pa_dir.h,
3527: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3528: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3529: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3530: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3531: include/pa_request_charsets.h, include/pa_request_info.h,
3532: include/pa_sapi.h, include/pa_socks.h,
3533: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3534: include/pa_stack.h, include/pa_string.h,
3535: include/pa_stylesheet_connection.h,
3536: include/pa_stylesheet_manager.h, include/pa_table.h,
3537: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3538: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3539: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3540: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3541: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3542: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3543: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3544: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3545: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3546: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3547: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3548: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3549: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3550: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3551: main/pa_string.C, main/pa_stylesheet_connection.C,
3552: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3553: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3554: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3555: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3556: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3557: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3558: targets/isapi/parser3isapi.C, types/pa_junction.h,
3559: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3560: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3561: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3562: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3563: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3564: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3565: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3566: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3567: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3568: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3569: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3570: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3571: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3572: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3573: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3574: types/pa_vresponse.C, types/pa_vresponse.h,
3575: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3576: types/pa_vstateless_object.h, types/pa_vstatus.C,
3577: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3578: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3579: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3580: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3581: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3582:
3583: * src/targets/cgi/parser3.C: year updated
3584:
3585: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3586: issue #1041)
3587:
3588: * tests/: 323.html, results/323.processed: test for base classes
3589: added
3590:
3591: * tests/: 261.html, results/261.processed: updated after better
3592: error reporting done for $string.key exception
3593:
3594: * src/types/pa_vstring.h: better error report for $string.key
3595: exception
3596:
3597: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3598: copied as VObject::get_element4call to remove extra virtual call
3599:
3600: * tests/: 322.html, results/322.processed: test for
3601: ^reflection:is[] added (related to feature #1041)
3602:
3603: * src/classes/reflection.C: ^reflection:is empty value is void
3604: (related to feature #1041)
3605:
3606: * src/classes/reflection.C:
3607: ^reflection:is[class_name|code|method;[context;]element_name]
3608: added (implements feature #1041)
3609:
3610: 2015-10-24 moko
3611:
3612: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3613:
1.98 moko 3614: 2015-10-22 moko
3615:
3616: * tests/: 321.html, results/321.processed: test for
3617: ^reflection:method_info[] file detection added
3618:
3619: * tests/: 320.html, results/320.processed: test for
3620: ^reflection:class_by_name[class_name] added (related to feature
3621: #993)
3622:
3623: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3624: added (implements feature #993)
3625:
3626: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3627: (related to feature #1017)
3628:
3629: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3630: added (related to issue #1039)
3631:
3632: * src/main/pa_request.C: ^throw origin fixed (related to feature
3633: #1039)
3634:
3635: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3636: for VDate
3637:
3638: * tests/results/182.processed: updated after feature #1038
3639: implemented
3640:
3641: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3642: compile-time exception origin added (test for feature #1039)
3643:
3644: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3645: main/pa_request.C: exception unification: compile-time exceptions
3646: now have origin, @USE origins also tracked (implements feature
3647: #1039)
3648:
3649: 2015-10-20 moko
3650:
3651: * src/main/pa_request.C: cleanup
3652:
3653: 2015-10-15 moko
3654:
3655: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3656:
3657: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3658: types/pa_vtable.C: new feature: no more $table.method and
3659: $hash.method, aliases for _at, _count, _key (related to feature
3660: #1017)
3661:
1.97 moko 3662: 2015-10-14 moko
3663:
1.98 moko 3664: * tests/: 317.html, results/317.processed: test for
3665: ^string.unescape[] added (related to feature #120)
3666:
1.97 moko 3667: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3668: defined" bug (described in issue #1036)
3669:
3670: * tests/: 247.html, results/247.processed: test for checkBOM added
3671: (test for bug #1037)
3672:
3673: * src/: include/pa_charsets.h, main/pa_charsets.C,
3674: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3675: it's not enforced, skips BOM signature if it complies charset
3676: (fixes bug #1037)
3677:
3678: 2015-10-13 moko
3679:
3680: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3681: linking
3682:
3683: * src/classes/inet.C: vs2003 compilation fix
3684:
3685: * src/classes/math.C: warning war
3686:
3687: * src/lib/punycode/pa_punycode.c: warning war
3688:
3689: 2015-10-12 moko
3690:
3691: * src/lib/punycode/pa_punycode.c: warning war
3692:
3693: * parser3.sln: moved parser3 first, to make it default startup
3694: project
3695:
3696: * buildall: parser "mirror" now used for external libs sources
3697: (implements feature #1036)
3698:
3699: * buildall: most external libs are updated to their current
3700: versions (related to feature #1036)
3701:
3702: * src/classes/image.C: more tags added
3703:
3704: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3705:
3706: 2015-10-11 moko
3707:
3708: * src/classes/curl.C: minor optimization (related to feature #1035)
3709:
3710: 2015-10-09 moko
3711:
3712: * src/classes/curl.C: pa_strdup added for strings from curl
3713: (related to feature #1035)
3714:
3715: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3716: ULLONG_MAX definition
3717:
3718: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3719: (implements feature #1035)
3720:
3721: * src/main/pa_charset.C: String::Body(String::C) used
3722:
3723: * src/main/pa_charset.C: exceptions unified
3724:
3725: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3726: unified
3727:
3728: * src/: classes/file.C, classes/image.C, classes/mail.C,
3729: classes/op.C, classes/xdoc.C, classes/xnode.C,
3730: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3731: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3732: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3733: String::Body(String::C) constructor added (related to bug #957)
3734:
3735: * src/classes/file.C: minor optimization
3736:
3737: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3738: Cord(char*) autocreation (related to bug #957)
3739:
3740: * src/: classes/string.C, main/untaint.C: minor optimizations
3741:
3742: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3743: String(char*, Lang, length) removed, String(C(), Lang) used
3744: instead (related to bug #957)
3745:
3746: 2015-10-08 moko
3747:
3748: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3749: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3750: main/untaint.C: Now char * is converted to CORD only using
3751: AS_CORD() to check for empty cord bug (fixes bug #957)
3752:
3753: * src/include/pa_hash.h: fixed compilation without
3754: HASH_CODE_CACHING
3755:
3756: * src/classes/string.C:
3757: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3758: feature #120)
3759:
3760: * src/main/pa_common.C: reduce js flags checks count (related to
3761: feature #120)
3762:
1.96 moko 3763: 2015-10-07 moko
3764:
3765: * tests/: 275.html, results/275.processed: test modified after
3766: unsigned long long int support implemented (feature #1034)
3767:
3768: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3769: pa_atoul added for unsigned long long int support
3770:
3771: 2015-10-06 moko
3772:
3773: * src/types/pa_vdate.C: INT_MAX used
3774:
3775: 2015-10-03 moko
3776:
3777: * tests/: 302.html, results/302.processed: test for bug #1023
3778: (\u2028, \u2029 escaping) added
3779:
3780: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3781: json:string[] (fixes bug #1023)
3782:
3783: 2015-09-29 moko
3784:
3785: * tests/305.html: try-catch added for OS without ipv6 support
3786:
3787: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3788: compilation
3789:
3790: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3791: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3792: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3793: implemented to distinguish ^hash.method from $hash.field
3794: (implements feature #1017)
3795:
3796: * src/lib/punycode/pa_punycode.c: warning war
3797:
3798: * src/include/pa_config_includes.h: warning war
3799:
3800: * src/include/pa_config_includes.h: pragma warning actualized a bit
3801:
3802: * src/include/pa_config_includes.h: warning war
3803:
3804: * src/include/pa_hash.h: clang compilation fix
3805:
3806: 2015-09-27 moko
3807:
3808: * src/main/compile.tab.C: Bison 3 is now default
3809:
3810: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3811:
3812: 2015-09-25 moko
3813:
3814: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3815: works with undefined HASH_ORDER (related to feature #196)
3816:
3817: 2015-09-24 moko
3818:
3819: * tests/: 027.html, results/027.processed: test modified to test
3820: ^hash.sort (feature #196)
3821:
3822: * src/: classes/hash.C, include/pa_hash.h:
3823: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3824: added (implements feature #196)
3825:
3826: * tests/: 316.html, results/316.processed: Added test for bug #1025
3827: (exception handling in non-cached ^cache), plus for "it does not
3828: have logical value" and "$exception.handled value must be either
3829: boolean or string 'cache'" exceptions.
3830:
3831: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3832: code (fixes bug #1025)
3833:
1.95 moko 3834: 2015-09-23 moko
3835:
3836: * src/classes/table.C: warning war
3837:
3838: * src/: classes/math.C, types/pa_vcookie.C: warning war
3839:
3840: * src/classes/file.C: warning war
3841:
3842: * src/: include/pa_table.h, main/pa_table.C: warning war
3843:
3844: * src/: main/pa_request.C, classes/date.C: warning war
3845:
3846: * src/: types/pa_vdate.C, classes/op.C: warning war
3847:
3848: * tests/: 122.html, results/122.processed: win sync: to remove
3849: differences with OS that doesn't keep timezone change history
3850:
3851: * src/types/pa_vdate.C: tzset() should be called in Windows after
3852: TZ change (related to feature #36)
3853:
3854: * tests/: 075.html, results/075.processed: win sync: to remove
3855: differences with OS that doesn't keep timezone change history
3856:
3857: * tests/: 315.html, results/315.processed: win sync: to remove
3858: differences with OS that doesn't keep timezone change history
3859:
3860: * tests/: 256.html, results/256.processed: win sync: to remove
3861: differences with OS that doesn't keep timezone change history
3862:
3863: * tests/: 124.html, results/124.processed: win results sync: to
3864: avoid hitting time change hole.
3865:
3866: * src/types/pa_vdate.C: static returned. :)
3867:
3868: 2015-09-22 moko
3869:
3870: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3871:
3872: * tests/results/131.processed: more tests for feature #1032
3873:
3874: * src/classes/date.C: minor fix related to feature #1032
3875:
3876: * operators.txt: ISO date creation documented (related to feature
3877: #1032)
3878:
3879: * operators.txt: iso-string documented (related to feature #1032)
3880:
3881: * tests/: 315.html, results/315.processed: more tests added
3882: (related to feature #1032)
3883:
3884: * tests/: 131.html, results/131.processed: date range checks
3885: updated (related to feature #36)
3886:
3887: * tests/: 315.html, results/057.processed, results/315.processed:
3888: test added for ISO date support (related to issue #315)
3889:
3890: * src/classes/date.C: more readable exceptions in date creation
3891: (related to ticket #1032)
3892:
3893: 2015-09-18 moko
3894:
3895: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3896: added (related to issue #1032)
3897:
3898: * tests/results/256.processed, src/classes/json.C: iso-string
3899: documented (related to issue #1032)
3900:
3901: * tests/: 256.html, results/256.processed: ISO date check added
3902: (related to issue #1032)
3903:
3904: * tests/: 057.html, results/057.processed, results/224.processed:
3905: tests results updated after ISO date support implemented (related
3906: to feature #1032)
3907:
3908: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3909: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3910: ^date::create[string] constructor formalized, ^date.iso-string[]
3911: added (implements feature #1032)
3912:
3913: 2015-09-05 moko
3914:
3915: * operators.txt: actualized
3916:
3917: * operators.txt: date changes documented (related to ticket #36)
3918:
3919: 2015-09-04 moko
3920:
3921: * src/types/pa_vdate.C: warning war
3922:
3923: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3924:
3925: 2015-09-03 moko
3926:
3927: * tests/results/096.processed: test result updated for 0..9999 year
3928: date range support (related to feature #36)
3929:
3930: * tests/: 314.html, results/314.processed: test for
3931: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3932: bug #1031)
3933:
3934: * src/classes/string.C: Static calls fixed for ^string:base64[],
3935: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3936:
1.116 moko 3937: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3938: configure.in -> configure.ac
1.95 moko 3939:
1.116 moko 3940: * configure, configure.in, src/include/pa_config_auto.h.in: more
3941: correct timezone check for FreeBSD Warning war: configure.in ->
3942: configure.ac
1.95 moko 3943:
3944: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3945: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3946: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3947: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3948: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3949: src/main/Makefile.am, src/targets/apache/Makefile.am,
3950: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3951: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3952: check added
3953:
3954: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3955:
3956: * tests/results/: 124.processed, 224.processed: test resuls updated
3957: for new date implementation (related to feature #36)
3958:
3959: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3960: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3961: types/pa_vdate.h: new double date implementation with internal
3962: support for extended 0..9999 year range, default timezone support
3963: (related to feature #36)
3964:
3965: 2015-08-28 moko
3966:
3967: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3968: (fixes bug #1030)
3969:
3970: 2015-08-21 moko
3971:
3972: * src/classes/inet.C: snprintf size "bug" commented
3973:
3974: * src/main/pa_common.C: snprintf comments updated
3975:
3976: 2015-08-16 moko
3977:
3978: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3979:
3980: 2015-08-11 moko
3981:
3982: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3983: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3984: can be null (fixes bug #1029)
3985:
3986: 2015-08-06 moko
3987:
1.116 moko 3988: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3989: pa_vdate.C added
1.95 moko 3990:
3991: 2015-08-05 moko
3992:
3993: * tests/: 313.html, results/313.processed: test for
3994: ^table.count[columns] and ^table.flip[] with nameless tables
3995: (feature #1003)
3996:
3997: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3998: max_cell added, now ^table.count[columns] and ^table.flip[] works
3999: correctly for nameless tables (implements feature #1003)
4000:
4001: 2015-08-03 moko
4002:
4003: * tests/312.html: test for ^table.append[$hash] and
4004: ^table.insert[$hash] added (related to feature #1028)
4005:
4006: * src/classes/table.C: ^table.append[$hash] and
4007: ^table.insert[$hash] now supported (implements feature #1028)
4008:
4009: * tests/: 312.html, results/312.processed: test row copy in
4010: ^table.hash[; $.type[table] ] added (related to feature #1016)
4011:
4012: * src/classes/table.C: row copy now created in ^table.hash[;
4013: $.type[table] ] (related to feature #1016)
4014:
4015: 2015-07-29 moko
4016:
4017: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4018: added (related to feature #1016)
4019:
4020: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4021: ^table.delete[] added to delete current row (related to feature
4022: 1016)
4023:
4024: 2015-07-28 moko
4025:
4026: * tests/: 312.html, results/312.processed: test for
4027: $table.column[value] and ^table.insert{row} (related to feature
4028: #1016)
4029:
4030: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4031: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4032: ^table.insert{row} are now implemented (feature #1016)
4033:
4034: * src/include/pa_array.h: Optimization: bool reverse removed from
4035: append(), insert() added, memmove arguments order in remove()
4036: fixed (related to feature #1016)
4037:
4038: 2015-07-23 moko
4039:
4040: * src/classes/json.C: tainted json and empty json exception added
4041: (implements feature #1015)
4042:
4043: * tests/: 311.html, results/311.processed: empty json and tainted
4044: json exception test added (related to issue #1015)
4045:
4046: 2015-07-22 moko
4047:
4048: * tests/: 311.html, results/311.processed: test for UTF-8
4049: processing added
4050:
4051: * tests/: 311.html, results/311.processed: test for
4052: json_exception_with_source added (related to issue #394)
4053:
4054: * src/classes/json.C: json_exception_with_source added (implements
4055: feature #394)
4056:
4057: 2015-06-29 moko
4058:
4059: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4060: directories are now correctly determined if _d_type == DT_UNKNOWN
4061: (closes bug #1027)
4062:
4063: 2015-06-10 moko
4064:
4065: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4066: error if libxml has LIBXML_ICU_ENABLED.
4067:
4068: 2015-06-04 moko
4069:
4070: * tests/099.html: ups, reverting
4071:
4072: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4073: results/310.processed: tests for $response:body[ $.file[] ] and
4074: $response:last-modified added
4075:
4076: * src/main/pa_request.C: last-modified check fixed
4077:
4078: 2015-06-03 moko
4079:
4080: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4081: results/205.processed, results/293.processed: $response:headers
4082: logging added (tests for feature #1007)
4083:
4084: * src/: include/pa_common.h, include/pa_request.h,
4085: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4086: $response:headers are now in uppercase (closes feature #1007)
4087:
4088: 2015-06-02 moko
4089:
4090: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4091: build errors reverted for clang compatibility
4092:
4093: 2015-06-01 moko
4094:
4095: * src/include/pa_memory.h: -pedantic build errors fixed
4096:
4097: * src/classes/math.C: -pedantic build error fixed
4098:
4099: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4100:
4101: 2015-05-31 moko
4102:
4103: * src/classes/table.C: USE_STRINGSTREAM optimized
4104:
4105: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4106: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4107: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4108: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4109: types/pa_vxnode.h: warning war (-pedantic flag)
4110:
4111: 2015-05-28 moko
4112:
4113: * tests/: 308.html, results/308.processed: test for
4114: ^table::create[$t;], etc work added (related to bug #975)
4115:
4116: * src/classes/table.C: check_option_param removed,
4117: ^table::create[$t;], etc now works (fixes bug #975)
4118:
4119: 2015-05-27 moko
4120:
4121: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4122: (Debian jessie) fixed (closes issue #1024)
4123:
4124: * tests/Makefile: sort added as in Debian jessie list become
4125: unsorted
4126:
4127: 2015-05-18 moko
4128:
4129: * tests/: 201.html, results/201.processed: test for
4130: ^string.trim[what] feature #1022
4131:
4132: * src/classes/string.C: ^string.trim[what] now supported,
4133: implements feature #1022
4134:
4135: 2015-05-17 moko
4136:
4137: * tests/results/185.processed: test result updated as feature #1021
4138: implemented (left/right accept negative parameter)
4139:
4140: * src/classes/string.C: left/right now accept negative parameter
4141: (implements feature #1021)
4142:
4143: 2015-05-08 moko
4144:
4145: * src/classes/math.C: isalnum -> pa_isalnum
4146:
4147: * src/main/execute.C: optimization in getter-junction processing
4148: (related to issue #997)
4149:
4150: 2015-05-07 moko
4151:
4152: * tests/: 307.html, results/307.processed: test for issue #997
4153: added
4154:
4155: * src/main/execute.C: process_getter result now checked if junction
4156: returned (closes issue #997)
4157:
4158: * tests/: 305.html, results/305.processed: sort added to ignore
4159: different order
4160:
4161: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4162: assignment (closes issue #994)
4163:
4164: * tests/: 306.html, results/306.processed: test for issue #994
4165: added
4166:
4167: * tests/: 303.html, results/303.processed: two more errors tested
4168:
4169: 2015-05-06 moko
4170:
4171: * tests/: 305.html, results/305.processed: test for name2ip &
4172: ip2name added (related to feature #992)
4173:
4174: * tests/: 303.html, 304.html, results/303.processed,
4175: results/304.processed: tests for idna conversion added (related
4176: to issue #849)
4177:
4178: 2015-05-02 moko
4179:
4180: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4181: implemented
4182:
4183: 2015-04-30 moko
4184:
4185: * src/main/pa_http.C: idna_host added, related to issue #849
4186:
4187: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4188: (related to issue #849)
4189:
4190: 2015-04-24 moko
4191:
4192: * src/types/pa_vjunction.C: warning war
4193:
4194: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4195: unification
4196:
4197: * src/lib/punycode/pa_idna.c: warning war
4198:
4199: 2015-04-22 moko
4200:
4201: * src/main/main.vcproj: punycode include path added
4202:
4203: * src/lib/punycode/pa_idna.c: windows compile error fixed
4204:
4205: * src/lib/punycode/pa_idna.c: warning war
4206:
4207: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4208: project file added
4209:
4210: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4211:
4212: * src/include/pa_memory.h: warning war
4213:
4214: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4215: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4216: implemented (related to feature #849)
4217:
4218: * configure.in, src/main/Makefile.am,
4219: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4220: libpunycode added in Unix
4221:
4222: 2015-04-21 moko
4223:
4224: * configure.in: large files support
4225:
4226: 2015-04-15 moko
4227:
4228: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4229: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4230: pa_punycode.h: initial version for punycode/idna support library
4231: (ticket #849)
4232:
4233: 2015-04-08 moko
4234:
4235: * src/: classes/curl.C, classes/date.C, classes/file.C,
4236: classes/image.C, classes/mail.C, classes/reflection.C,
4237: classes/string.C, classes/xnode.C, include/pa_request.h,
4238: include/pa_string.h, include/pa_stylesheet_connection.h,
4239: main/compile.y, main/compile_tools.h, main/execute.C,
4240: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4241: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4242: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4243: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4244: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4245: clang compiler warnings (closes issue #1018)
4246:
4247: * src/include/pa_string.h: String::Body comparation operators with
4248: char * added (related to issue #958)
4249:
4250: 2015-04-07 moko
4251:
4252: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4253: pa_malloc/pa_free to remove system malloc/free usage (related to
4254: issue #1018)
4255:
4256: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4257: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4258: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4259: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4260: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4261: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4262: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4263: malloc/strdup/free replaced with pa_ version and checks for
4264: accidental use of non-pa_ version added (related to issue #1018)
4265:
4266: 2015-04-03 moko
4267:
4268: * buildall: pcre-8.33 -> pcre-8.36
4269:
4270: * src/: main/compile.y, classes/form.C, classes/mail.C,
4271: classes/op.C, classes/string.C, main/compile.tab.C,
4272: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4273: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4274: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4275: ticket #958)
4276:
4277: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4278: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4279: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4280: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4281: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4282: $request:headers, $request:method added (implements feature
4283: #1007)
4284:
4285: 2015-03-17 misha
4286:
4287: * tests/302.html: - test for
4288: ^json:string[...;$._default[method-name]]
4289:
4290: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4291: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4292: option $._default[method-name] is specified in ^json:string[], a
4293: method with specified name will be called for classes/objects
4294: serialization ( new feature: #982 )
4295:
4296: 2015-03-16 misha
4297:
4298: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4299: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4300: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4301: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4302: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4303: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4304: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4305: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4306: types/pa_vrequest.h, types/pa_vstateless_class.C,
4307: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4308: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4309: $var.CLASS_NAME now have special opcodes. This can be switched
4310: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4311: on pa_opcode.h ( new feature: #844 )
4312:
4313: 2015-03-15 misha
4314:
4315: * tests/075.html: - test for $response:header[]
4316:
4317: * src/types/pa_vresponse.C: - $response:header[] deletes header
4318: that was set earlie ( new feature: #1001 )
4319:
4320: 2015-03-12 misha
4321:
4322: * tests/246.html: - more tests for ^hash._at[]
4323:
4324: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4325: accepts second param [key|value|hash] ( new feature: #1012 )
4326:
4327: 2015-03-09 moko
4328:
4329: * src/types/pa_vmail.C: exception for everything but
4330: $mail:received, closes issue #1011
4331:
4332: 2015-02-20 moko
4333:
4334: * tests/: 275.html, results/275.processed: hex detection in
4335: pa_atoui fix test (closes issue #1010)
4336:
4337: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4338: issue #1010)
4339:
4340: 2015-02-17 moko
4341:
4342: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4343: tainted.
4344:
4345: 2015-02-03 misha
4346:
4347: * tests/301.html: - test for ^json:string($double) causes
4348: exception. bugfix: #1008
4349:
4350: * src/classes/json.C: - ^json:string($double) causes exception.
4351: bugfix: #1008
4352:
4353: * tests/014.html: - updated for work with ^hash.delete[]
4354:
4355: 2015-01-12 misha
4356:
4357: * src/: classes/form.C, include/pa_common.h,
4358: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4359: types/pa_vform.h: - supports body with PUT method as well ( new
4360: feature: #1006 )
4361:
4362: * src/classes/file.C: - warnings war
4363:
4364: 2015-01-11 misha
4365:
4366: * tests/300.html: - test for ^hash.delete[] is added
4367:
4368: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4369: feature: #989 ) - tiny optimization in intersects
4370:
4371: 2015-01-06 moko
4372:
4373: * src/types/pa_vmail.C: file names transcode added, to and cc added
4374: with transcode, attachments detection fixed
4375:
4376: * src/main/pa_request.C: filling mail received after cgi/auto.p
4377: load to allow charset switch (related to issue #996)
4378:
4379: 2014-12-31 moko
4380:
4381: * src/types/pa_vmail.C: from and subject now transcoded if not
4382: UTF-8 source charset (fixes issue 996)
4383:
4384: * src/main/pa_exception.C: fixed string from stack bug (closes
4385: issue #1000)
4386:
4387: 2014-12-11 misha
4388:
4389: * src/types/pa_vhashfile.C: - check if key is not empty before
4390: access ( bug fix: #1005 )
4391:
4392: 2014-11-13 misha
4393:
4394: * src/main/compile.y: - PC.append does not reset to false while
4395: creating a new class. bugfix: #990
4396:
4397: * tests/299.html: - test for creation class after working with
4398: partial class (create+append)
4399:
4400: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4401: #995
4402:
4403: * tests/232.html: - test for @get[def] added
4404:
4405: 2014-10-12 moko
4406:
4407: * src/lib/pcre/pcre_internal.vcproj: correct path
4408:
4409: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4410: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4411: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4412: targets/apache/ApacheModuleParser3.vcproj,
4413: targets/apache/ApacheModuleParser3Core.vcproj,
4414: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4415: types/types.vcproj: project GUID inserted in *.vcproj for correct
4416: conversion in newer VS versions
4417:
4418: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4419: pcre_internal.vcproj added
4420:
4421: 2014-08-28 moko
4422:
4423: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4424: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4425: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4426:
4427: 2014-06-30 misha
4428:
4429: * tests/298.html: - tests for ^reflection:def[class;className]
4430: added
4431:
4432: * src/classes/reflection.C: - ^reflection:def[class;className]
4433: added ( new feature: #918 )
4434:
4435: 2014-06-29 misha
4436:
4437: * src/classes/table.C: - ^table::create[unsupported data] -
4438: exception comment changed to "body must be table or code" ( bug
4439: fix: #951 )
4440:
4441: * tests/: 261.html, results/261.processed: - tests for
4442: ^json:string[...;$.void[null|string]] added
4443:
4444: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4445: option $.void[string|null] added to ^json:string[...] ( new
4446: feature: #952 )
4447:
4448: 2014-06-28 moko
4449:
4450: * src/classes/curl.C: $.charset now processed before other curl
4451: options (closes issue #980)
4452:
4453: 2014-05-23 misha
4454:
4455: * src/classes/json.C: - bug fix: #987
4456:
4457: 2014-05-04 misha
4458:
4459: * tests/: 253.html, 253_json.txt: - test for
4460: ^json:parse[$.int(false)] is added
4461:
4462: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4463: default true). The option is similar to $.double(bool) but for
4464: integers.
4465:
4466: 2014-05-01 moko
4467:
4468: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4469: #12 )
4470:
4471: 2014-04-16 moko
4472:
4473: * src/main/pa_http.C: response-charset option should finally work
4474: now (fix for issue #867)
4475:
4476: * src/main/pa_http.C: response-charset option should work now (fix
4477: for issue #867)
4478:
4479: 2014-03-07 moko
4480:
4481: * buildall: libgc moved
4482:
4483: * buildall: libgc moved
4484:
4485: 2013-12-29 moko
4486:
4487: * src/classes/string.C: ^string:js-unescape result now tainted,
4488: closes issue #966
4489:
4490: * tests/: 186.html, results/186.processed: ^string:js-unescape
4491: result now tainted, issue #966
4492:
4493: 2013-12-03 moko
4494:
4495: * src/: classes/memcached.C, types/pa_vmemcached.C,
4496: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4497: option was added for http://www.parser.ru/forum/?id=79343
4498:
4499: * src/classes/file.C: bugfix for
4500: http://www.parser.ru/forum/?id=79337
4501:
4502: 2013-11-05 moko
4503:
4504: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4505:
4506: * src/main/pa_globals.C: spelling fixed
4507:
4508: 2013-10-29 moko
4509:
4510: * src/lib/json/json.vcproj: json.c -> pa_json.C
4511:
4512: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4513: #892
4514:
4515: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4516: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4517: exceptions to be thrown thougth json library), related to issue
4518: #892
4519:
4520: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4521: related to issue #896
4522:
4523: 2013-10-24 moko
4524:
4525: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4526:
4527: 2013-10-23 moko
4528:
4529: * README: actualization
4530:
4531: 2013-10-22 moko
4532:
4533: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4534: compatibility patch from Sergey Kirpichev
4535:
4536: * tests/: 297.html, results/297.processed: non-working getter fix
4537: test for issue #948
4538:
4539: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4540: called when saving value of $match variable in ^string.match[] to
4541: increase compatibility (related to issue #948).
4542:
4543: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4544: usage optimization
4545:
4546: 2013-10-21 moko
4547:
4548: * tests/: 182.html, results/182.processed: local path removed for
4549: compatibility
4550:
4551: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4552: results/244.processed, results/253.processed,
4553: results/254.processed, results/275.processed,
4554: results/281.processed: try_catch -> try-catch
4555:
4556: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4557: results/294.processed, results/296.processed: try_catch ->
4558: try-catch
4559:
4560: 2013-10-20 moko
4561:
4562: * tests/: 296.html, results/296.processed: test for xsl exception
4563: for issue #938 added.
4564:
4565: * src/: include/pa_xml_exception.h,
4566: main/pa_stylesheet_connection.C: forgotten to be replaced
4567: XmlException is now replaced (once again closes issue #938)
4568:
4569: 2013-10-18 moko
4570:
4571: * buildall: disable clock_gettime detection to avoid librt linking
4572: (which in turn depends on libpthread), related to issue #943
4573:
4574: 2013-10-18 misha
4575:
4576: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4577: lib/smtp/smtp.vcproj, main/main.vcproj,
4578: targets/apache/ApacheModuleParser3Core.vcproj,
4579: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4580: types/types.vcproj: - new locations for libxml2 includes where
4581: added to vcproj files
4582:
4583: 2013-10-18 moko
4584:
4585: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4586: fix
4587:
4588: * tests/: 295.html, results/295.processed: test for issue #948
4589: updated
4590:
4591: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4592: :)
4593:
4594: * tests/: 295.html, results/295.processed: test for issue #948
4595: added
4596:
4597: * src/: classes/hash.C, classes/string.C, classes/table.C,
4598: include/pa_request.h, types/pa_method.h: for getters and setters
4599: to be executed request.put_element should be called, not
4600: context.put_element (fixes issue #948)
4601:
4602: 2013-10-17 moko
4603:
4604: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4605: LIBXML2_NEW_BUFFER check (closes issue #943)
4606:
4607: * buildall: libxml 2.9.1 build is broken --without-reader.
4608:
4609: 2013-10-16 moko
4610:
4611: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4612:
4613: * tests/: 294.html, results/294.processed: test for issue #938
4614:
4615: * src/: classes/xdoc.C, classes/xnode.C,
4616: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4617: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4618:
4619: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4620: libxslt-1.1.26 -> libxslt-1.1.28
4621:
4622: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4623: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4624: to '?', related to issue #938
4625:
4626: 2013-10-15 moko
4627:
4628: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4629: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4630: minor optimizations (closes issue #896)
4631:
4632: * tests/results/: 292.processed, 293.processed: results updated to
4633: comply with issue #896
4634:
4635: * tests/: 292.html, 293.html, results/292.processed,
4636: results/293.processed: tests for json escaping
4637:
4638: 2013-10-14 moko
4639:
4640: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4641: and cleanup, code moved from .h to .C, no changes in code
4642:
4643: 2013-10-12 moko
4644:
4645: * tests/results/119.processed: updated test result commited
4646:
4647: * tests/: 291.html, results/291.processed: test for issue #894
4648: added
4649:
4650: * src/types/pa_wcontext.h: base methods call support function
4651: get_somebody_entered_some_class should not be true forever, as
4652: wcontext can have many get_elements calls (fixes issue #894)
4653:
4654: 2013-10-11 moko
4655:
4656: * tests/: 290.html, results/290.processed: test for junction GPF
4657: issue #942 added
4658:
4659: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4660: to native method fixed (closes issue #942)
4661:
4662: * tests/: 158.html, results/158.processed: test for csv-string[]
4663: added
4664:
4665: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4666: feature #907)
4667:
4668: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4669: feature #907)
4670:
4671: 2013-10-09 moko
4672:
4673: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4674: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4675: types/pa_vstateless_class.C: GET_default, SET_default now works
4676: properly not only in objects, but in classes as well (closes
4677: issue #903)
4678:
4679: * tests/: 289.html, results/289.processed: GET/SET_default now
4680: works in classes, not only objects, test case added, related to
4681: issue #903
4682:
4683: * tests/: 288.html, results/288.processed: test for endless
4684: recursion bug added (related to issue #903)
4685:
4686: 2013-10-05 moko
4687:
4688: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4689: classes/table.C, main/execute.C, types/pa_method.h,
4690: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4691: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4692: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4693: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4694: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4695: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4696: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4697: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4698: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4699: optimization: put_element no longer has "bool areplace" argument,
4700: related to issue #903
4701:
4702: 2013-10-03 moko
4703:
4704: * tests/results/182.processed: result for $.replace(false) test
4705: commited
4706:
4707: * src/classes/date.C: ^date::create(number) processed correctly
4708: (fixes issue #901)
4709:
4710: * src/classes/image.C: as_no_junction removed, as param can be
4711: expression (closes issue #931)
4712:
4713: * tests/233.html: test for issue #931 added
4714:
4715: 2013-10-02 moko
4716:
4717: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4718: modified, test for $.replace(false) added
4719:
4720: * src/main/compile_tools.h: forgotten class replace returned. :)
4721:
4722: 2013-09-30 moko
4723:
4724: * tests/: 141.html, results/141.processed: md5 tainting test added
4725:
4726: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4727: main/compile_tools.h, main/pa_request.C: allow_class_replace
4728: implemented; $.replace option added to ^process and ^use
4729:
4730: 2013-08-27 moko
4731:
4732: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4733: cstr_to_string_body_untaint should be called with charsets for
4734: possible uri language and connection for possible sql language.
4735: related to issue #857
4736:
4737: * buildall: and -> or fixed
4738:
4739: 2013-08-26 moko
4740:
4741: * buildall: prepare_ functions logic changed to support
4742: gc-7.2d.tar.gz extracting to gc-7.2 directory
4743:
4744: 2013-08-23 moko
4745:
4746: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4747: statically
4748:
4749: 2013-08-22 moko
4750:
4751: * src/classes/string.C: String::Empty used (related to issue #912)
4752: append_know_length removed (related to old GPF bug)
4753:
4754: 2013-08-21 moko
4755:
4756: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4757:
4758: * src/classes/math.C: ^math:digest[...;$file] support added
4759: (related to ticket #857
4760:
4761: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4762: implemented
4763:
4764: * src/types/pa_vhashfile.h: warning war
4765:
4766: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4767: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4768: anti_endless_json_string_recoursion removed from request;
4769: json_string_recoursion added to json_options; $.indent[indent
4770: value] now supported and passed within recoursion closes feature
4771: #937
4772:
4773: * tests/: 287.html, results/287.processed: test for feature #937
4774:
4775: 2013-07-31 moko
4776:
4777: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4778: compilation having #define _S
4779:
4780: * src/main/pa_globals.C: cleanup
4781:
4782: 2013-07-30 moko
4783:
4784: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4785: main/pa_common.C: vs2003 warning war
4786:
4787: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4788:
4789: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4790:
4791: * src/lib/md5/pa_sha2.c: warning war
4792:
4793: 2013-07-29 moko
4794:
4795: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4796: patches from github
4797:
4798: * src/: classes/bool.C, classes/double.C, classes/int.C,
4799: classes/memcached.C, include/pa_config_includes.h,
4800: types/pa_vfile.C, types/pa_vfile.h: warning war
4801:
4802: * src/lib/json/json.vcproj: C++ -> C
4803:
4804: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4805:
4806: * src/lib/json/: json.c, pa_json.C: windows compatibility
4807:
4808: * src/lib/json/: json.c, pa_json.C: windows compatibility
4809:
4810: * src/lib/json/: json.c, pa_json.C: warning war
4811:
4812: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4813:
4814: * src/include/pa_config_fixed.h: uint16_t added
4815:
4816: * configure.in: uint16_t check added
4817:
4818: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4819: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4820: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4821: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4822: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4823:
4824: 2013-07-25 moko
4825:
4826: * parser3.sln: dependencies added
4827:
4828: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4829: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4830: module support
4831:
4832: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4833:
4834: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4835:
4836: 2013-07-23 moko
4837:
4838: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4839: PA_DEBUG_GC_MEMORY removed
4840:
4841: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4842: PA_DEBUG_DISABLE_GC compilation fix
4843:
4844: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4845: main/pa_request.C: outdated RESOURCES_DEBUG removed
4846:
4847: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4848: garbage cleanup
4849:
4850: * src/main/pa_common.C: warning war
4851:
4852: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4853:
4854: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4855: minor cleanup
4856:
4857: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4858: uses cygwin, not WIN32 implementation
4859:
4860: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4861: able to exec shell scripts
4862:
4863: * src/classes/math.C: ifdef WIN32 cleanup
4864:
4865: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4866:
4867: * src/classes/curl.C: LT_MODULE_EXT used
4868:
4869: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4870:
4871: 2013-07-22 moko
4872:
4873: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4874: includes fix
4875:
4876: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4877:
4878: * configure.in, src/include/pa_config_includes.h,
4879: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4880: src/main/pa_exec.C: includes cleanup
4881:
4882: * src/targets/cgi/parser3.C: 2012->2013
4883:
4884: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4885:
4886: * configure.in, src/include/pa_config_includes.h,
4887: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4888: src/main/pa_random.C, src/main/pa_socks.C,
4889: src/types/pa_vstatus.C: cygwin support cleanup
4890:
4891: * configure.in: dirent.h check added
4892:
4893: * src/: include/pa_config_includes.h, include/pa_dir.h,
4894: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4895: not copied
4896:
4897: 2013-07-21 moko
4898:
4899: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4900:
4901: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4902: parser3.vcproj: unused getopt.h / getopt.c removed
4903:
4904: * operators.txt, src/classes/file.C, tests/022.html,
4905: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4906: $.stat(true)] usage commented
4907:
4908: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4909: src/main/pa_dir.C: ^file:list[] now has dir column and when
4910: $.stat(true) it has size/*date columns modified patch from misha@
4911: that closes issue #914.
4912:
4913: * src/: include/pa_config_includes.h, main/pa_globals.C:
4914: PA_RELEASE_ASSERTS removed
4915:
4916: * src/lib/md5/pa_md5c.c: minor cleanup
4917:
4918: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4919: localeconv()->decimal_point usage remoed (related to issue #934)
4920:
4921: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4922: cordprnt.c removed
4923:
4924: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4925: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4926: pa-include/pa_strings.h: includes cleanup
4927:
4928: * src/lib/md5/pa_md5c.c: headers cleanup
4929:
4930: 2013-07-20 moko
4931:
4932: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4933: cleanup
4934:
4935: 2013-07-19 moko
4936:
4937: * src/classes/math.C: extern "C" added for crypt
4938:
4939: 2013-07-18 moko
4940:
4941: * src/classes/math.C: fix redhat7.2 build
4942:
4943: 2013-07-17 moko
4944:
4945: * configure.in, src/include/pa_config_includes.h,
4946: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4947: added for uint8/32/64_t)
4948:
4949: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4950: pa_config_includes.h used for uint32/64_t
4951:
4952: 2013-07-16 moko
4953:
4954: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4955: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4956: war
4957:
4958: * src/main/compile.tab.C: compile.y was updated
4959:
4960: * src/main/compile.y: warning war
4961:
4962: * src/: include/pa_exception.h, main/pa_exception.C,
4963: main/pa_xml_exception.C: warning war
4964:
4965: * src/: include/pa_common.h, main/pa_common.C: warning war
4966:
4967: * configure.in: beauty :)
4968:
4969: * tests/: 141.html, results/141.processed: sha256/512 added
4970:
4971: 2013-07-13 moko
4972:
4973: * src/lib/md5/md5.vcproj: sha2 added
4974:
4975: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4976: classes/math.C: sha2 support (sha256/sha512 digest)
4977:
4978: 2013-07-08 moko
4979:
4980: * src/classes/image.C: directory read or other read problem message
4981: fixed (related to issue #933)
4982:
4983: 2013-07-07 moko
4984:
4985: * AUTHORS: + misha + moko. :)
4986:
4987: 2013-07-06 moko
4988:
4989: * src/: classes/curl.C, include/pa_globals.h,
4990: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4991: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4992: for lt_dlinit to be called once and lt_dlexit called at right
4993: place (related to issue #925)
4994:
4995: 2013-07-04 moko
4996:
4997: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4998: VString::as_vfile now uses vfile.set_binary_string to avoid
4999: content-type to be set, as it brokes badly designed logic in
5000: response output. This hopefully finishes issue #928.
5001:
5002: * tests/results/: 256.processed, 286.processed: file now displayed
5003: as name, size, mode, content-type
5004:
5005: * src/main/pa_common.C: read error now reported cottectly (fixes
5006: issue #933
5007:
5008: 2013-06-28 moko
5009:
5010: * tests/: 286.html, results/286.processed: test extended
5011:
5012: * tests/: 286.html, results/286.processed: Test for issue #928
5013: added. it tests default content-type change.
5014:
5015: * src/types/pa_vfile.C: closes issue #928 - default content-type
5016: now updated
5017:
5018: 2013-06-25 moko
5019:
5020: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5021: content-type for text/binary files without name added;
5022: ^file::create[$f;...] options now works properly and $f
5023: properties are default (fixes issue #928)
5024:
5025: 2013-05-16 misha
5026:
5027: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5028: added
5029:
5030: * src/main/pa_table.C: - a tiny memory optimisation while creating
5031: table if specified limit is bigger than source rows count
5032:
5033: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5034: added ( new feature: #858 )
5035:
5036: 2013-04-29 moko
5037:
5038: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5039: $.ipresolve(0|1|2) added (closes issue #891)
5040:
5041: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5042:
5043: 2013-04-24 moko
5044:
5045: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5046: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5047: types/pa_vmemcached.h: ^memcache.release[] added, calls
5048: memcached_quit (refs #893)
5049:
5050: 2013-04-22 moko
5051:
5052: * src/: include/pa_string.h, main/pa_common.C: no more double
5053: slashes in file path (fixes bug #872)
5054:
5055: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5056: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5057: #739)
5058:
5059: * tests/results/266.processed: $.max_params added (feature #915)
5060:
5061: * src/: include/pa_common.h, main/pa_http.C: response-charset
5062: option added to file::load (closes issue #867)
5063:
5064: 2013-04-20 misha
5065:
5066: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5067: commited
5068:
5069: 2013-03-15 misha
5070:
5071: * src/classes/: hash.C, table.C: - Optimisation: do not create
5072: multiple empty strings while ::sql. uae String::Empty instead
5073:
5074: 2013-03-14 misha
5075:
5076: * src/classes/reflection.C: - for user classes
5077: ^reflection:method_info[] returns $.max_params and $.extra_param
5078: with $.call_type if they available ( new feature: #915 )
5079:
5080: * src/classes/file.C: - ^file:delete[] now supports an option
5081: $.exception(false) that suppress any exception while deleting
5082: file ( new feature: #916 )
5083:
5084: * src/classes/curl.C: - parsing cookies after curl:load now should
5085: work :)
5086:
5087: 2013-03-12 misha
5088:
5089: * src/types/pa_vfile.C: - if specified file_name is empty string
5090: set default name for the file
5091:
5092: 2013-03-11 misha
5093:
5094: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5095: also available in $f.cookies
5096:
5097: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5098: moved to a separate method
5099:
5100: 2013-03-10 moko
5101:
5102: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5103: added
5104:
5105: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5106: removed (declared by autoconf)
5107:
5108: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5109: uint32_t define
5110:
5111: 2013-03-10 misha
5112:
5113: * src/classes/file.C: ^file:delete and ^file:move now support
5114: option $.keep-empty-dirs(true) ( new feature: #884 )
5115:
5116: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5117: empty dirs is added
5118:
5119: 2013-03-10 moko
5120:
5121: * src/classes/: bool.C, double.C, int.C: default can be present,
5122: but default check removed from ^int/double/bool.int/double/bool
5123: for string.int/double/bool compatibility (related to issue #913)
5124:
5125: * src/classes/string.C: ^string.int/dobule/bool no longer
5126: internally throws exception if default is present (closes issue
5127: #913)
5128:
5129: 2013-03-09 misha
5130:
5131: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5132: optimisations ( #845 )
5133:
5134: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5135:
5136: 2013-03-08 moko
5137:
5138: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5139: creates correct table (fixes issue #910)
5140:
5141: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5142: use outside of 'connect' operator (fixes issue #911)
5143:
5144: * tests/results/: 096.processed, 122.processed: test results
5145: updated as doubles now printed with 15 significant digits, not 5
5146: (fixes issue #882)
5147:
5148: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5149: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5150:
5151: 2013-02-21 moko
5152:
5153: * src/classes/table.C: _locate_name_value does not check arguments
5154: count, so we check it in advance (fixes issue #905)
5155:
5156: 2012-10-23 moko
5157:
5158: * buildall: old shell for and echo compatibility (for six)
5159:
5160: 2012-10-19 moko
5161:
5162: * buildall: --strip added --disable-safe-mode listed in usage
5163:
5164: 2012-10-17 misha
5165:
5166: * src/classes/op.C: - apply-taint should not throw "outside
5167: connect" exception with sql lang now
5168:
5169: 2012-10-17 moko
5170:
5171: * src/main/pa_request.C: bugfix: safe mode should be inited for
5172: each request (for apache module)
5173:
5174: 2012-09-26 moko
5175:
5176: * src/doc/doxygen.cfg: png -> svg
5177:
5178: 2012-09-25 moko
5179:
5180: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5181: test added
5182:
5183: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5184: double use when key is long
5185:
5186: 2012-09-16 moko
5187:
5188: * src/classes/math.C: Format -> Method Encode -> Format
5189:
5190: * tests/: 141.html, results/141.processed: math:digest hmac test
5191: added
5192:
5193: 2012-09-14 moko
5194:
5195: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5196: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5197: implementation added
5198:
5199: 2012-09-12 moko
5200:
5201: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5202: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5203: targets.dox and string.dox slightly actualized
5204:
5205: 2012-08-31 moko
5206:
5207: * ChangeLog: now generated with patched cvs2cl.pl
5208:
5209: 2012-07-29 moko
5210:
5211: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5212: result should be pushed after VMethodFrame destructor is called,
5213: as it deletes junctions from stack params (fixes issue #868)
5214:
5215: 2012-07-23 moko
5216:
5217: * INSTALL, README: buildall script usage documented, other outdated
5218: info updated.
5219:
5220: * buildall-with-xml, buildall-without-xml: replaced by buildall
5221:
5222: 2012-07-21 moko
5223:
5224: * buildall: glib does not compile when threads are disabled...
5225:
5226: * src/types/pa_vmail.C: g_assertion fixes for empty input
5227:
5228: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5229: unref, can't unref nested objects)
5230:
5231: * src/types/pa_vmail.C: another check added
5232:
5233: 2012-07-19 moko
5234:
5235: * buildall: usage added
5236:
5237: * buildall: new buildall script that unites buildall-with-xml,
5238: buildall-without-xml, --with-apache and --with-mailreceive
5239:
5240: * configure.in: support for static gmime and dynamic glib linking.
5241: fixes for FreeBSD
5242:
5243: 2012-07-17 moko
5244:
5245: * configure.in: --with-mailreceive replaced
5246: --with-static-mailreceive and --with-shared-mailreceive pathlink
5247: removed
5248:
5249: 2012-07-16 moko
5250:
5251: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5252: capitalized, content now decoded and text content converted to
5253: $request:charset. all properties are accessed by functions, this
5254: ready for dynamic load.
5255:
5256: 2012-06-28 moko
5257:
1.116 moko 5258: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5259: 32 bit
1.95 moko 5260:
5261: 2012-06-27 moko
5262:
5263: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5264: passive ftp
5265:
5266: * src/lib/ltdl/ltdl.vcproj: release build fixed
5267:
5268: * configure.in: 3.4.2 RC -> 3.4.2
5269:
5270: 2012-06-22 moko
5271:
5272: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5273: #815)
5274:
5275: * tests/: 284.html, results/284.processed: output options test
5276: (feature #265)
5277:
5278: 2012-06-22 misha
5279:
5280: * tests/215.html: - little changes
5281:
5282: 2012-06-21 moko
5283:
5284: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5285: types/pa_vxdoc.h: output_options returned and used (bugfix for
5286: feature #265)
5287:
5288: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5289: breaks long .*, default 10M restored. (issue #216)
5290:
5291: * tests/: 283.html, results/283.processed: test for issue #815
5292: added
5293:
5294: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5295: again, cstrm not required.
5296:
5297: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5298: Win32 and broken FreeBSD (issue #45)
5299:
5300: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5301:
5302: * src/main/pa_string.C: warnings war
5303:
5304: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5305: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5306: main/pa_socks.C, targets/apache/pa_threads.C,
5307: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5308: types/pa_vstatus.C: compilation under cygwin fixed
5309:
5310: 2012-06-19 moko
5311:
5312: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5313: Windows fixed
5314:
5315: * parser3.sln: removed antique pcre_ctype
5316:
5317: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5318:
5319: * src/include/pa_config_fixed.h: undefined reference to
5320: __imp__pcre_* fix for Windows
5321:
5322: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5323: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5324: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5325: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5326: define fixed
1.95 moko 5327:
5328: 2012-06-18 moko
5329:
5330: * src/classes/memcached.C: flush -> clear
5331:
5332: * src/classes/memcached.C: memcached does not support quotes even
5333: in server name
5334:
5335: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5336: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5337: called on open to check servers existance. $.key(true) syntax
5338: now supported
5339:
5340: 2012-06-17 moko
5341:
5342: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5343: cleanup
5344:
5345: * src/classes/table.C, tests/282.cfg, tests/282.html,
5346: tests/results/282.processed: encloser at the EOF bug fixed,
5347: incorrectly enclosed data now processed more logicaly (fixes
5348: #339)
5349:
5350: 2012-06-15 moko
5351:
5352: * buildall-without-xml: sync with buildall-with-xml
5353:
5354: * buildall-with-xml: download auto-detected between fetch and curl
5355:
5356: * configure.in: --with-gc and --with-pcre now also processed
5357: correctly
5358:
1.116 moko 5359: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5360: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5361: should be run on rol1 using automake / aclocal (GNU automake)
5362: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5363:
5364: * configure.in: new PARSER_VERSION logic
5365:
5366: * src/include/pa_version.h: new pa_version.h logic
5367:
5368: * src/: classes/curl.C, classes/file.C, classes/image.C,
5369: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5370: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5371: feols_normalized -> fis_text_content set_binary added
5372:
5373: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5374:
5375: 2012-06-15 misha
5376:
5377: * src/: classes/curl.C, classes/file.C, classes/image.C,
5378: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5379: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5380: ^file::create[text;content] EOLs in content now is normalized. (
5381: new feature: #815 )
5382:
5383: 2012-06-15 moko
5384:
5385: * configure.in: --disable-version-update added to disable version
5386: update with host information (for debian package) whitespace
5387: optimized
5388:
5389: * configure.in: version changed to 3.4.2 RC no-pic added for
5390: libtool
5391:
5392: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5393: it.
5394:
5395: 2012-06-14 moko
5396:
5397: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5398: tests/results/281.processed: "hash flocked" error removed for
5399: safe operations like ^h._count[] ( new feature: #335 )
5400:
1.116 moko 5401: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5402:
5403: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5404:
5405: * configure.in: --with-static/shared xml replaced with --with-xml,
5406: xml compilation check added
5407:
5408: * configure.in: --with-static/shared-gc, --with-static-pcre are
5409: replaced with --with-gc and --with-pcre test for pcre linking
5410: added
5411:
5412: 2012-06-13 moko
5413:
5414: * configure.in: apxs2 check optimized
5415:
5416: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5417: .la, includes optimized
5418:
5419: * buildall-with-xml: --with-pic looks better for -fPIC
5420:
5421: * configure.in: switched to convenience library in static linking
5422:
5423: * src/targets/apache/Makefile.am: switched to convenience library
5424: usage to avoid libtool warnings
5425:
5426: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5427: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5428: smtp/Makefile.am: switched to convenience library usage
5429:
5430: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5431:
5432: * src/targets/apache/Makefile.am: updated for libtool usage
5433:
5434: * buildall-without-xml: --with-included-ltdl added
5435:
5436: * buildall-without-xml: sync with buildall-with-xml
5437:
5438: * buildall-with-xml: --with-included-ltdl added $cflags added for
5439: -fPIC for x64 $download added for wget success check added
5440:
5441: * buildall-without-xml: --with-dynamic-stdcpp removed
5442:
5443: * configure.in: disable-static returned
5444:
5445: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5446: LIBTOOLFLAGS
5447:
5448: 2012-06-12 moko
5449:
5450: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5451: compatible with LIBTOOLFLAGS for unknown reasons
5452:
5453: * buildall-with-xml: --with-dynamic-stdcpp removed
5454:
5455: * configure.in: static/dynamic -lstdc++ linking option removed
5456: apxs2 check added
5457:
5458: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5459: option removed
5460:
5461: 2012-06-10 moko
5462:
5463: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5464: added
5465:
5466: * src/targets/cgi/pp3.cmd: old PAF stuff
5467:
1.116 moko 5468: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5469: beauty
1.95 moko 5470:
5471: * depcomp: from libtool 2.4.2
5472:
5473: * configure.in: ltdl directory removed, it has correct Makefile.in
5474:
5475: 2012-06-09 moko
5476:
1.116 moko 5477: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5478: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5479: autogenerated files updated after libtool update
5480:
1.116 moko 5481: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5482: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5483: config_auto.h.in, config_fixed.h, configure, configure.ac,
5484: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5485: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5486: config/compile, config/config.guess, config/config.sub,
5487: config/depcomp, config/install-sh, config/ltmain.sh,
5488: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5489: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5490: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5491: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5492: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5493: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5494: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5495: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5496:
5497: * configure.in: preparation for new libtool
5498:
5499: * configure.in: Some beauty added :)
5500:
5501: * src/targets/apache/Makefile.am: := -> =
5502:
5503: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5504: again. :)
5505:
5506: * src/include/pa_config_includes.h, configure.in: limits.h added,
5507: previously was taken from pcre_internal.h. :)
5508:
5509: * src/lib/pcre/Makefile.am: config.h returned
5510:
5511: * src/lib/pcre/config.h: still need this. :)
5512:
5513: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5514:
5515: * configure.in: --with-charsets removed; --with-mysql-client & co
5516: removed
5517:
5518: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5519: now in parser tree, no need to copy
5520:
5521: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5522: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5523: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5524: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5525: extracts now used old trash removed
5526:
5527: * etc/parser3.charsets/Makefile.am: charsets now in share
5528: (debian/patches/104_automake.patch) + all charsets are copied
5529:
5530: * buildall-with-xml, buildall-without-xml: curl option removed +
5531: extra arguments now supported
5532:
5533: 2012-06-08 misha
5534:
5535: * src/classes/table.C: - one params.as_hash usage was rolled back:
5536: the 2nd option in ^table.hash[] could be hash or table so
5537: .as_hash will throw an exception when table option is specified
5538:
5539: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5540: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5541: classes/table.C, classes/void.C, classes/xdoc.C,
5542: include/pa_exception.h, types/pa_vmethod_frame.C,
5543: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5544: and improved (whitespaces are allowed as empty options) -
5545: MethodParams::as_table is added - above methods are used for
5546: parsing methods' options ( new feature: #9 )
5547:
5548: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5549: to vclass. now class fields can be accessible as a hash:
5550: $h[^hash::create[$asd:CLASS]]
5551:
5552: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5553: have get_fields method so their fields can be accessed with
5554: ^reflection:fields[...] & ^reflection:field[...]
5555:
5556: 2012-06-06 misha
5557:
5558: * tests/280.html: - tests for
5559: ^reflection:method[obj-or-class;method],
5560: ^reflection:field[obj-or-class;field] and
5561: ^reflection:fields[obj-or-class] are added
5562:
5563: 2012-06-05 misha
5564:
5565: * src/classes/reflection.C: - ^reflection:method[class or
5566: object;method name] and ^reflection:field[class or object;field
5567: name] are added
5568:
5569: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5570: is used
5571:
5572: * src/types/pa_method.h: - Method::as_vjunction method is added
5573:
5574: 2012-06-05 moko
5575:
1.116 moko 5576: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5577:
5578: * src/classes/memcached.C: flish ttl fixed
5579:
5580: 2012-06-04 moko
5581:
5582: * src/classes/json.C, src/classes/op.C, tests/279.html,
5583: tests/results/279.processed: ^json:parse[] now supports $.taint
5584: option (new feature #833)
5585:
5586: 2012-06-04 misha
5587:
5588: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5589: - search_stop method was moved from pa_vcookie.C to pa_common.C
5590:
5591: 2012-06-03 misha
5592:
5593: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5594: cookies are parced and stored into $.cookies ( new feature: #31 )
5595:
5596: 2012-05-30 misha
5597:
5598: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5599: incomplete class into a scope while @USE is found
5600:
5601: * src/main/compile.y: - add incomplete class into a scope while
5602: @USE and @CLASS instructions are found ( bugfix: #838 )
5603:
5604: 2012-05-30 moko
5605:
5606: * src/types/pa_vclass.C, tests/278.html,
5607: tests/results/278.processed: removed "property has no getter
5608: method" exception when GET_DEFAULT present (fixes #269)
5609:
5610: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5611: $._default
5612:
5613: 2012-05-29 moko
5614:
5615: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5616: uninitialized values usage (new feature: #154)
5617:
5618: 2012-05-28 moko
5619:
5620: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5621: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5622: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5623: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5624: src/types/pa_vobject.C, src/types/pa_vobject.h,
5625: src/types/pa_vstring.h, src/types/pa_vtable.C,
5626: tests/results/277.processed, src/types/pa_vtable.h,
5627: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5628: ^json:string[$o; $.default[$method]] implemented for VObject (new
5629: feature #803)
5630:
5631: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5632: tests/results/277.processed: json numbers are now treated as
5633: double ( new feature: #834 )
5634:
5635: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5636: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5637: added for out of range checks, zero division in vint/vdouble
5638: check added ( fixes #832 )
5639:
5640: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5641: ( fixes #832 )
5642:
5643: 2012-05-28 misha
5644:
5645: * buildall-with-xml: - --without-lzma option is added to libxml2
5646: configure
5647:
5648: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5649: added - tests for unsupported values for options $.file, $.table
5650: and $.date are added
5651:
5652: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5653: accepts "stat" $.file[] option's value in addition to existed
5654: "text" and "base64" ( new feature: #835 )
5655:
5656: * tests/276.html: - test for
5657: ^reflection:delete[$object-or-class;field-name]
5658:
5659: * src/classes/reflection.C: -
5660: ^reflection:delete[$object-or-class;field-name] is added ( new
5661: feature: #268 )
5662:
5663: 2012-05-27 misha
5664:
5665: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5666:
5667: 2012-05-24 misha
5668:
5669: * src/include/pa_common.h: - method lastposafter was removed
5670:
5671: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5672: lastposafter - ^file:dirname[] & Co proper handle windows file
5673: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5674: work as *nix commands
5675:
5676: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5677:
5678: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5679: rskipchars were added
5680:
5681: * tests/270.html: - more tests for ^file:find[]
5682:
5683: * tests/065.html: - more tests for ^file:dirname[] & Co
5684:
5685: * src/include/pa_version.h: - must be "win32" here. it is
5686: auto-generated on *nix
5687:
5688: 2012-05-24 moko
5689:
5690: * src/classes/math.C: ^math:convert[] now supports uint32 and
5691: throws overflow exception ( new feature: #830 )
5692:
5693: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5694: uint32 support and overflow added ( new feature: #830 )
5695:
5696: 2012-05-23 moko
5697:
5698: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5699: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5700: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5701: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5702: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5703: types/pa_vregex.h, types/pa_vstateless_class.C,
5704: types/pa_vstateless_class.h, types/pa_vstring.h,
5705: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5706: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5707: "return string as-is" removed from as_expr_result. ( new feature:
5708: #831 )
5709:
5710: * tests/results/244.processed: test changed after bug #782 fix
5711: commited
5712:
5713: * tests/results/229.processed: test results for bug #782 commited
5714:
5715: * tests/: 254.html, results/254.processed: uid now just compared,
5716: not printed. :)
5717:
5718: 2012-05-20 moko
5719:
5720: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5721: feature: #341 )
5722:
5723: * tests/: 254.html, results/254.processed: test for
5724: ^reflection:uid[] added
5725:
5726: * tests/: 254.html, results/254.processed: test for
5727: ^reflection:uid[$obj] added
5728:
5729: 2012-05-17 misha
5730:
5731: * src/main/untaint.C: - do not replace ' char by _26 while
5732: exploding filespec-tainting ( new feature: #829 )
5733:
5734: 2012-05-12 moko
5735:
5736: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5737: not.
5738:
5739: 2012-05-08 moko
5740:
5741: * src/types/pa_vmethod_frame.h: bug #782 fixed
5742:
5743: * tests/229.html: test for bug #782
5744:
5745: * tests/results/259.processed, src/main/pa_request.C,
5746: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5747: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5748: src/types/pa_vvoid.h: feature #154 - first empty param now
5749: string; defined locals are empty strings; $STRICT-VARS(true)
5750: added
5751:
5752: 2012-04-27 moko
5753:
1.116 moko 5754: * src/targets/apache/Makefile.am:
1.95 moko 5755: ../../lib/memcached/libmemcached.a added
5756:
5757: 2012-04-27 misha
5758:
5759: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5760: ( #827 )
5761:
5762: 2012-04-25 moko
5763:
5764: * src/: classes/json.C, classes/memcached.C,
5765: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5766: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5767: implemented.
5768:
5769: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5770:
5771: 2012-04-23 moko
5772:
5773: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5774: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5775: types/pa_vmemcached.h: open allows options hash for new
5776: memcached(options) function
5777:
5778: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5779: not appended
5780:
5781: 2012-04-21 moko
5782:
5783: * src/classes/curl.C: '' added. :)
5784:
5785: * src/classes/classes.vcproj: new curl.h location
5786:
5787: * src/classes/curl.C: verbose output redirection from stderr to
5788: file curl option added
5789:
5790: 2012-04-20 moko
5791:
5792: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5793: contains what we need from curl, #ifdef HAVE_CURL removed
5794:
1.116 moko 5795: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5796: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5797: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5798: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5799: configure option
5800:
5801: 2012-04-19 moko
5802:
5803: * src/: classes/double.C, classes/inet.C, classes/int.C,
5804: classes/string.C, lib/gc/include/gc_allocator.h,
5805: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5806: options from sql_result_string removed. (closes issue #468)
5807:
5808: * src/types/pa_vmemcached.C: empty string fix
5809:
5810: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5811: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5812: pa_vmemcached.C
5813:
5814: 2012-04-18 moko
5815:
5816: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5817: apache2-mpm-prefork" error displayed in threaded mpm.
5818:
5819: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5820: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5821: installed (issue #354)
5822:
5823: 2012-04-16 moko
5824:
5825: * src/types/pa_vmemcached.C: call to memcached_result_create and
5826: memcached_result_free removed
5827:
5828: 2012-04-14 moko
5829:
5830: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5831:
5832: * src/types/pa_vmemcached.C: check_key added and used
5833:
5834: 2012-04-13 moko
5835:
5836: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5837: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5838: Serialization_data now added and used, VString now serialized
5839: with languages into memcached.
5840:
5841: 2012-03-28 moko
5842:
5843: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5844: lib/memcached/pa_memcached.h: result lengths added
5845:
5846: 2012-03-27 moko
5847:
5848: * src/types/pa_vmemcached.C: strdup added
5849:
5850: 2012-03-24 moko
5851:
5852: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5853: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5854: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5855:
5856: 2012-03-20 moko
5857:
1.116 moko 5858: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5859:
5860: * src/targets/cgi/Makefile.am: cleanup
5861:
5862: * src/: types/Makefile.am, types/pa_vmemcached.C,
5863: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5864:
5865: * src/: classes/Makefile.am, classes/memcached.C,
5866: lib/memcached/Makefile.am, lib/memcached/constants.h,
5867: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5868: lib/memcached/types.h, lib/Makefile.am: memcached initial
5869:
5870: 2012-03-16 moko
5871:
5872: * src/main/execute.C: ident now works under Linux + ident displays
5873: filenames (closes issue #818)
5874:
1.116 moko 5875: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5876: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5877: pa_vmethod_frame_local.h removed
5878:
5879: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5880: classes/classes.h, classes/curl.C, classes/date.C,
5881: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5882: classes/hashfile.C, classes/image.C, classes/inet.C,
5883: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5884: classes/memory.C, classes/op.C, classes/reflection.C,
5885: classes/regex.C, classes/response.C, classes/string.C,
5886: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5887: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5888: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5889: include/pa_config_fixed.h, include/pa_config_includes.h,
5890: include/pa_dictionary.h, include/pa_dir.h,
5891: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5892: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5893: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5894: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5895: include/pa_request_charsets.h, include/pa_request_info.h,
5896: include/pa_sapi.h, include/pa_socks.h,
5897: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5898: include/pa_stack.h, include/pa_string.h,
5899: include/pa_stylesheet_connection.h,
5900: include/pa_stylesheet_manager.h, include/pa_table.h,
5901: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5902: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5903: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5904: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5905: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5906: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5907: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5908: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5909: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5910: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5911: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5912: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5913: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5914: main/pa_string.C, main/pa_stylesheet_connection.C,
5915: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5916: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5917: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5918: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5919: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5920: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5921: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5922: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5923: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5924: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5925: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5926: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5927: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5928: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5929: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5930: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5931: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5932: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5933: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5934: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5935: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5936: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5937: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5938: types/pa_vresponse.h, types/pa_vstateless_class.C,
5939: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5940: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5941: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5942: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5943: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5944: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5945: ident now works under Linux + ident displays filenames (closes
5946: issue #818) Copyright updated
5947:
5948: 2012-03-13 moko
5949:
5950: * src/main/pa_string.C: compilation fix for feature #741
5951:
5952: 2012-03-09 misha
5953:
5954: * tests/193.html: - tests for ^string:base64[encoded] are updated
5955:
5956: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5957: now detects invalid base64 chars in the middle of encoded stricg
5958: ( new feature: #55 )
5959:
5960: * src/include/pa_exception.h: - new exception type for base64
5961: decoding is added
5962:
5963: 2012-03-06 misha
5964:
5965: * tests/274.html: - tests for ^date::today[] and
5966: ^date.sql-string[datetime|date|time] are added
5967:
5968: * src/classes/date.C: - constructor ^date::today[] is added ( new
5969: feature: #811 ) - ^date.sql-string[] now can accept one param --
5970: strings "datetime", "date" or "time" - comments tidying up
5971:
5972: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5973: date and time
5974:
5975: 2012-03-03 misha
5976:
5977: * tests/193.html: - tests for
5978: ^string:base64[encoded;$.strict(true)] are added
5979:
5980: * tests/results/auto.p: - try-catch operator is added
5981:
5982: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5983: main/pa_common.C: - $.strict(true|false) option is added to
5984: base64 decode methods ( new feature: #55 )
5985:
5986: * src/main/pa_common.C: - base64 decode memory usage was decreased
5987: ( new feature: #819 )
5988:
5989: 2012-02-28 moko
5990:
5991: * src/classes/hash.C: ident test
5992:
5993: 2012-02-27 misha
5994:
5995: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5996:
5997: 2012-01-08 misha
5998:
5999: * tests/273.html: - tests for ^string.replace[from;to] are added
6000:
6001: * src/: classes/string.C, include/pa_dictionary.h,
6002: main/pa_dictionary.C, main/pa_string.C: -
6003: ^string.replace[from;to] is added ( new feature: #741 ) -
6004: ^string.replace[one subst here] is slightly optimized
6005:
6006: 2011-12-07 misha
6007:
6008: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6009: named table with one empty column ( bugfix: #63 )
6010:
6011: 2011-11-30 misha
6012:
6013: * src/classes/json.C: - it's possible to set user's method for
6014: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6015: #763 )
6016:
6017: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6018:
6019: 2011-11-23 misha
6020:
6021: * src/: classes/curl.C, classes/file.C, classes/image.C,
6022: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6023: types/pa_vfile.h, types/pa_vform.C: - constructor
6024: ^file::create[mode;filename;content[;options]] now accepts binary
6025: mode and file-content - new constructor's format:
6026: ^file::create[string-or-file-content[;$.name[filename]
6027: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6028: feature: #65 )
6029:
6030: * src/: include/pa_request.h, main/pa_request.C: - new method
6031: mime_type_of(const String*) is added
6032:
6033: * src/include/pa_exception.h: - new exception constant
6034: FILE_NAME_MUST_BE_SPECIFIED is added
6035:
6036: * src/classes/table.C: - bug with negative offset transformed into
6037: a feature. it means pointing to a row from the end of the table (
6038: new feature: #810 )
6039:
6040: 2011-11-19 misha
6041:
6042: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6043: â ìåòîäå _select ( new feature: #810 )
6044:
6045: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6046: options were specified together is simplified
6047:
6048: 2011-11-12 misha
6049:
6050: * src/main/pa_request.C: - forgotten fix for escaping filename in
6051: HTTP content-disposition header (a part of bug #361 )
6052:
6053: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6054: checks for ancestors' classes as well ( new feature: #456 )
6055:
6056: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6057: "without cycle" now have types "parser.break" and
6058: "parser.continue" instead of "parser.runtime" ( new feature: #799
6059: )
6060:
6061: 2011-11-11 misha
6062:
6063: * tests/results/: 099.processed, 100.processed, 205.processed,
6064: 237.processed: - since bug #361 was fixed the content of filename
6065: in HTTP headers is quoted
6066:
6067: * tests/results/270.processed: - result for test 270
6068:
6069: * tests/: 065.html, results/065.processed: - more tests for
6070: ^file:basename[] & Co were added
6071:
6072: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6073:
6074: * tests/270.html: - tests for ^file:find[] are added
6075:
6076: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6077: using option $.charset. option $.engoding is still supported but
6078: these options can not be specified together
6079:
6080: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6081: comparation charset name with string "UTF-8" ( bugfix: #759 )
6082:
6083: 2011-10-11 misha
6084:
6085: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6086: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6087: #622)
6088:
6089: 2011-09-30 misha
6090:
6091: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6092: exception "saving stat-ed file" ( bugfix: #395 )
6093:
6094: 2011-05-30 misha
6095:
6096: * src/classes/string.C: - fixed bug which was added with
6097: params.as_hash into string:sql
6098:
6099: 2011-05-29 misha
6100:
6101: * src/types/pa_value.C: - filename in content-disposition header
6102: must be quoted ( bugfix: #361 )
6103:
6104: 2011-05-27 misha
6105:
6106: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6107: created file
6108:
6109: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6110: usage
6111:
6112: * src/include/pa_exception.h: - one more string for exception was
6113: added
6114:
6115: 2011-05-25 misha
6116:
6117: * tests/269.html: - tests for checking input params in some dom
6118: methods
6119:
6120: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6121: was added. it isn't possible not wo create xdoc with invalid
6122: tagName. ( bugfix: #160 )
6123:
6124: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6125: string "data must be string" was mover from pa_exception.h to
6126: pa_xml_exception.h
6127:
6128: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6129: as_xmlncname, as_xmlname and as_xmlnsuri were added
6130:
6131: * src/main/pa_xml_exception.C: - XmlException accepts more options
6132:
6133: * src/include/pa_xml_exception.h: - XmlException accepts more
6134: options - XML-related exception's strings were added
6135:
6136: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6137: output_options were removed)
6138:
6139: 2011-05-19 misha
6140:
6141: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6142: params.as_hash is used more while parsing methods hash-options
6143:
6144: 2011-05-18 misha
6145:
6146: * operators.txt: - info about json-serialization of xdoc was added
6147:
6148: * tests/256.html: - tests for json-serialization xdoc were added
6149:
6150: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6151:
6152: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6153: classes/json.C, classes/xdoc.C: - now json:string can serialize
6154: xdoc-objects. options (the same as ^xdoc.string[]) could be
6155: specified in $.xdoc[] ( new feature: #265 )
6156:
6157: 2011-05-15 misha
6158:
6159: * tests/268.html: - tests for ^table.count[with options] were added
6160:
6161: * src/classes/table.C: - method ^table.count[] now can accept
6162: options ( new feature: #93 ): ^table.count[column] returns number
6163: of columns for named table; ^table.count[cells] returns number of
6164: cells in the current row; ^table.count[] & ^table.count[rows]
6165: return number of rows in a table.
6166:
6167: * tests/267.html: - test for checking switch/case in boolean mode
6168: was added
6169:
6170: * src/classes/op.C: - if switch's or case's value is bool, they are
6171: compared as bool values, not as double values: new feature: #351
6172:
6173: 2011-05-06 misha
6174:
6175: * tests/242.html: - EOL before EOF was added
6176:
6177: * tests/169.html: - tests for splitting empty string and void were
6178: added
6179:
6180: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6181: returned table with one empty cell)
6182:
6183: 2011-04-03 misha
6184:
6185: * src/include/pa_version.h, configure.in: - version in head was
6186: changed to 3.4.2b
6187:
6188: 2011-03-30 misha
6189:
6190: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6191: as well ( new feature #294 )
6192:
6193: 2011-03-29 misha
6194:
6195: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6196: limited to approx. 6 MB. previous limits were too big for real
6197: life. bugfix: #216
6198:
6199: 2011-03-04 moko
6200:
6201: * etc/parser3.charsets/cp866.cfg: Conforms to
6202: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6203:
6204: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6205: vlalek@
6206:
6207: 2011-02-22 misha
6208:
6209: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6210: be under #ifdef XML or parser can't be compiled without xml
6211: support
6212:
6213: 2011-02-21 misha
6214:
1.116 moko 6215: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6216: ApacheModuleParser3.vcproj was removed
6217:
6218: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6219: removed)
6220:
6221: 2011-02-20 misha
6222:
6223: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6224: $.overridden in ^reflection:method_info[...] were added
6225:
6226: * src/classes/reflection.C: - beautifying result of
6227: ^reflection:method_info[] ($.overridden/inherited)
6228:
6229: 2011-02-18 misha
6230:
6231: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6232: and pa_isalnum instead of isalpha and isalnum - bug with
6233: redundand quoting lowercased latin chars while building email
6234: body was fixed
6235:
6236: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6237: added (they check for latin chars only)
6238:
6239: 2011-02-16 misha
6240:
6241: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6242: string size for transcoding gave too small value (should ever
6243: look for availability char in dest charset inspite of the char
6244: size)
6245:
6246: 2011-02-04 moko
6247:
6248: * tests/223.html: header values now not url-encoded (issue #195)
6249:
6250: 2011-02-01 misha
6251:
6252: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6253:
6254: 2011-01-31 misha
6255:
6256: * src/main/pa_request.C: - throw exception if param file_name in
6257: use_file is empty
6258:
6259: 2011-01-08 moko
6260:
6261: * src/classes/curl.C: compilations errors fixed
6262:
6263: 2010-12-29 moko
6264:
6265: * tests/: 265.html, results/265.processed: test for issue #200
6266: added
6267:
6268: * src/main/pa_string.C: empty regex result check added (fixes issue
6269: #200)
6270:
6271: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6272:
6273: * tests/results/223.processed: header values now not url-encoded
6274: (issue #195)
6275:
6276: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6277: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6278: pa_http_safe_header_name added for headers names (fixes bug #195)
6279:
6280: 2010-12-18 misha
6281:
6282: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6283: => pa-include
6284:
6285: 2010-11-28 moko
6286:
6287: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6288:
6289: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6290: -> pa
6291:
6292: * configure.in: apr -> pa
6293:
6294: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6295:
6296: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6297: classes/Makefile.am, types/Makefile.am: apr -> pa
6298:
6299: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6300: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6301: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6302: pa-include/pa_apr.h, pa-include/pa_errno.h,
6303: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6304: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6305: module apr name conflict resolved)
6306:
6307: 2010-11-27 misha
6308:
6309: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6310: libbz2
6311:
6312: 2010-11-26 misha
6313:
6314: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6315: warnings removed
6316:
6317: 2010-11-25 moko
6318:
6319: * operators.txt: $.indent(true)
6320:
6321: * operators.txt: another bugfix. :)
6322:
6323: * operators.txt: bugfix. :)
6324:
6325: * buildall-with-xml: libxml2-2.7.8 + with-apache
6326:
6327: 2010-11-24 moko
6328:
1.116 moko 6329: * configure: apxs support
1.95 moko 6330:
6331: * configure.in: apxs support -Bstatic gc removed for OS X
6332:
6333: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6334:
6335: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6336: THREAD_LOCAL usage
6337:
6338: * src/: classes/curl.C, include/pa_config_includes.h,
6339: main/pa_globals.C: THREAD_LOCAL defined and used
6340:
6341: 2010-11-23 moko
6342:
6343: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6344: should be passed to pa_sleep, and only fractional part (bugfix:
6345: #188)
6346:
6347: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6348:
6349: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6350: GC_dont_gc=1, as in cgi version
6351:
6352: * src/targets/apache/mod_parser3.c: warning war
6353:
6354: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6355: pa_httpd.h: version removed, some trash removed
6356:
6357: * src/targets/apache/mod_parser3.c: version removed (we don't want
6358: to show it), warning war
6359:
6360: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6361: pa_httpd.h: parser_status_allowed removed + merge config
6362: functions removed (override is the default) + beauty
6363:
6364: * src/: include/pa_request.h, main/pa_request.C,
6365: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6366: hide $status used in apache module removed
6367:
6368: 2010-11-18 moko
6369:
6370: * operators.txt: $.table[compact] added for ^json:string[]
6371:
6372: 2010-11-16 moko
6373:
6374: * src/targets/apache/mod_parser3.c: some cleanup done
6375:
6376: * src/main/untaint.C: bugfix: first, second String::Body argument
6377: is hashcode; second, info.fragment_begin is original, not
6378: resulting length
6379:
6380: * src/classes/file.C: new feature: $.stdin now untainted
6381:
6382: * tests/results/264.processed: new feature: $.stdin[] now untainted
6383:
6384: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6385:
6386: * src/classes/op.C: ^apply-taint[] method added
6387:
6388: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6389: added; $.stdin untaint test added
6390:
6391: 2010-11-15 moko
6392:
6393: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6394: removed
6395:
6396: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6397: pa_httpd.h: 2x2 calculated under apache2. :)
6398:
6399: 2010-11-13 moko
6400:
6401: * src/targets/apache/mod_parser3.c: initial changes to build module
6402: with apache 2.x includes
6403:
6404: * src/targets/apache/: Makefile.am, mod_parser3.c,
6405: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6406: united apache 1.3 / apache 2.x DSO module
6407:
6408: 2010-11-09 moko
6409:
6410: * src/types/pa_method.h: check added to dissallow @method[name;*]
6411: syntax
6412:
6413: * tests/: 263.html, results/263.processed: test from method[*args]
6414: added
6415:
6416: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6417: number of params can now be passed to a method declared with *arg
6418:
6419: 2010-11-06 moko
6420:
6421: * src/classes/table.C: formating fixed. :)
6422:
6423: * src/classes/table.C: closes #4: ^table.select now supports
6424: $.limit(), $.offset, $.reverse() options
6425:
6426: * tests/: 262.html, results/262.processed: test for ^table:select
6427: with options added (feature #4)
6428:
6429: * src/include/pa_array.h: remove function added
6430:
6431: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6432: object in get_element/put_element, using static one.
6433:
6434: 2010-11-04 moko
6435:
6436: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6437: options is passed
6438:
6439: * tests/: 256.html, results/256.processed: $.table[compact] feature
6440: now tested; k and p in handler now tested.
6441:
6442: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6443: $.table[compact] feature added
6444:
6445: * src/classes/json.C: key is now passed to handler in
6446: value_json_string; ^json:string result now process tainting
6447: inside and returns clean string, related to issue #153
6448:
6449: * src/main/untaint.C: bugfix: charset can be null (in
6450: ^string:save[] as example), thus check is added
6451:
6452: 2010-10-31 moko
6453:
6454: * src/classes/string.C: error message changed (fixes issue #149)
6455:
6456: 2010-10-29 moko
6457:
6458: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6459: port is not default (fixes issue #155); exception on invalid port
6460: added.
6461:
6462: * src/main/untaint.C: '*' is now not urlencoded to allow header
6463: "Accept: */*" to be passed
6464:
6465: 2010-10-28 moko
6466:
6467: * src/classes/curl.C: bugfix: detect_charset() was throwing
6468: exception on unknown charset even if response_charset was
6469: specified
6470:
6471: 2010-10-27 moko
6472:
6473: * src/classes/string.C: ^string.append removed for void
6474: compatibility
6475:
6476: 2010-10-26 moko
6477:
6478: * src/classes/json.C: libjson supports array at top level, we too
6479: (GPF fixed)
6480:
6481: 2010-10-25 moko
6482:
6483: * tests/: 253.html, results/253.processed: libjson supports array
6484: at top level, parser now supports it as well.
6485:
6486: * tests/261.html, tests/results/261.processed,
6487: src/types/pa_vstring.h: empty string is now void compatible
6488: (allows $empty.key)
6489:
6490: 2010-10-22 misha
6491:
6492: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6493: while adding additional expires checkout)
6494:
6495: * tests/030.html: - test for session cookie was added
6496:
6497: 2010-10-21 moko
6498:
6499: * src/: classes/string.C, classes/void.C, main/execute.C,
6500: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6501: string (feature #111)
6502:
6503: * tests/: 261.html, results/261.processed: checks void from string
6504: inheritance (feature #111)
6505:
6506: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6507: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6508: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6509: now true by default
6510:
6511: 2010-10-17 moko
6512:
6513: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6514: upload now uses binary blocks instead of L_FILE_POST tainting.
6515: (bugfix: #128)
6516:
6517: * tests/: 223.html, results/223.processed: binary file upload test
6518: added, GPF (issue #128) also checked in this test
6519:
6520: 2010-10-13 misha
6521:
6522: * tests/260.html: - test for math:convert
6523:
6524: * src/classes/math.C: - error in math:convert was fixed
6525:
6526: * operators.txt: - info about
6527: ^math:convert[number](from-base;to-base) was added
6528:
6529: * src/classes/math.C: - method
6530: ^math:convert[number](from-base;to-base) for converting number
6531: represention from one base to another was added ( new feature:
6532: #23 )
6533:
6534: 2010-10-13 moko
6535:
6536: * src/main/compile.tab.C: [] now is empty string, not void
6537:
6538: * src/main/compile.y: [] now is empty string, not void
6539:
6540: * src/types/pa_vvoid.h: void now passed as parameter
6541:
6542: * tests/: 259.html, results/259.processed: to test difference
6543: between void and empty string (see ticket #111)
6544:
6545: * tests/results/152.processed: $sEmpty[] is now empty string, not
6546: void
6547:
6548: * tests/256.html: $s[$void] is no longer empty string
6549:
6550: * tests/254.html: empty string is no longer void
6551:
6552: 2010-10-12 misha
6553:
6554: * src/types/pa_vcookie.C: - check if $.expires value can be
6555: converted to date during cookies set up ( bugfix: #104 )
6556:
6557: * tests/041.html: - more tests for ^table.locate were added
6558:
6559: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6560: work ( bugfix: #129 ) - exception comment for incorrect options
6561: ^table.locate[field;value;options] was fixed
6562:
6563: 2010-10-10 moko
6564:
6565: * src/: classes/reflection.C, main/execute.C: constructor returning
6566: another object feature returned
6567:
6568: * tests/results/258.processed: test result updated as constructor
6569: returning another object feature returned
6570:
6571: * tests/: 258.html, results/258.processed: test for constructor
6572: returning another object
6573:
6574: 2010-10-08 misha
6575:
6576: * tests/257.html: - whitespaces after @METACOMMANDS and their
6577: options shouldn't cause exceptions any longer
6578:
6579: 2010-10-06 moko
6580:
6581: * src/classes/: hash.C, table.C: length from sql server is now
6582: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6583:
6584: 2010-10-02 misha
6585:
6586: * operators.txt: - the X mark was removed from ^cache[file]. it is
6587: usable to delete cache file.
6588:
6589: 2010-10-02 moko
6590:
6591: * tests/: 253.html, results/253.processed: hook_key added for key
6592: checking
6593:
6594: * src/classes/json.C: null key bug fixed
6595:
6596: 2010-09-29 misha
6597:
6598: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6599:
6600: 2010-09-25 moko
6601:
6602: * src/classes/json.C: small fixed
6603:
6604: * tests/results/: 253.processed, 255.processed: just updated
6605:
6606: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6607: results/255.processed: charset transcode test added for
6608: json:parse
6609:
6610: 2010-09-24 moko
6611:
6612: * src/types/pa_value.h: warning war :)
6613:
6614: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6615: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6616: ^json:string
6617:
6618: 2010-09-22 moko
6619:
6620: * src/main/pa_charset.C: parser charset tables declare only
6621: white-space before 0x20, thus adding the missing chars
6622:
6623: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6624: to http://unicode.org/Public/MAPPINGS/VENDORS/
6625:
6626: 2010-09-21 misha
6627:
6628: * src/main/compile.y: - some semicolons were added (VS2010 don't
6629: want to compile grammar if they are absent)
6630:
6631: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6632:
6633: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6634:
6635: * src/main/main.vcproj: - path to bison is changed
6636:
6637: 2010-09-21 moko
6638:
1.116 moko 6639: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6640: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6641: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6642:
6643: 2010-09-20 misha
6644:
6645: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6646:
6647: * src/classes/json.C: - add EOL while json-serializing hash
6648:
6649: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6650: compilers don't like 'ES'.
6651:
6652: 2010-09-17 misha
6653:
6654: * operators.txt: - info about json class was added
6655:
6656: * src/classes/json.C: - ^json:string[object]
6657:
6658: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6659: preventing infinite recursion while executing json:string was
6660: added
6661:
6662: * src/include/pa_string.h: - method append_quoted was added
6663:
6664: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6665: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6666: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6667: was added to Value & Co
6668:
6669: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6670: were used
6671:
6672: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6673: were added
6674:
6675: 2010-09-10 moko
6676:
6677: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6678: die_or_abort (backport from 3.4.1)
6679:
6680: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6681: die_or_abort (bugfix: #106)
6682:
6683: 2010-09-09 moko
6684:
6685: * src/classes/json.C: warning war. :)
6686:
6687: 2010-09-08 misha
6688:
6689: * src/lib/json/Makefile.am: - additional include directories were
6690: added (for pa_memory.h and gc.h)
6691:
6692: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6693: compile as C++ instead default - additional include directory was
6694: added (for gc.h)
6695:
6696: * src/types/pa_vform.C: - little code reformating
6697:
6698: * src/classes/file.C: - $.content-type option now can be specified
6699: in ^file::create ( new feature: #102 )
6700:
6701: 2010-09-08 moko
6702:
6703: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6704: pa_malloc/pa_free
6705:
6706: 2010-09-07 moko
6707:
6708: * tests/results/254.processed: VStateless_class:put_element
6709: exception was fixed
6710:
6711: * src/types/: pa_value.h, pa_vstateless_class.h: now
6712: VStateless_class:put_element barks self.type, not this.type
6713: (bugfix: #105)
6714:
6715: 2010-09-06 moko
6716:
6717: * src/classes/reflection.C: bugfix: new String() is required for
6718: exception handling
6719:
6720: * tests/: 254.html, results/254.processed: test modified
6721:
6722: 2010-09-05 moko
6723:
6724: * tests/: 254.html, results/254.processed: ^reflection:copy test
6725: added
6726:
6727: * src/: classes/reflection.C, include/pa_request.h:
6728: ^reflection:copy implemented (new feature: #100)
6729:
6730: 2010-09-03 moko
6731:
6732: * src/lib/json/JSON_parser.C: c++ compatiblity
6733:
6734: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6735: option testing added
6736:
6737: 2010-09-02 moko
6738:
6739: * src/classes/json.C: $.distinct[first|last|all] added
6740:
6741: 2010-09-01 moko
6742:
6743: * tests/results/253.processed: json test result
6744:
6745: * tests/: 253.html, 253_json.txt: json test added
6746:
6747: * src/classes/json.C: json.C update to actual version + hash key
6748: creation bugfix
6749:
6750: 2010-08-31 misha
6751:
6752: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6753: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6754: src/lib/Makefile.am, src/classes/Makefile.am,
6755: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6756: json library was added
6757:
6758: 2010-08-30 moko
6759:
6760: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6761: types/pa_vobject.C: cosmetic optimization in
6762: request:execute_method usage
6763:
6764: * src/: include/pa_charset.h, main/pa_charset.C: small
6765: optimization, just to decrease number of lines. :)
6766:
6767: 2010-08-27 misha
6768:
6769: * src/classes/op.C: - taint[json] was added
6770:
6771: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6772: were added
6773:
6774: * src/main/pa_exec.C: - warning fix was rolled back.
6775:
6776: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6777: include/pa_string.h: - taint[json] was added - escaping was
6778: slightly modified
6779:
6780: 2010-08-25 misha
6781:
6782: * src/classes/file.C: - typo in file:sql exception was fixed
6783:
6784: * src/main/pa_exec.C: - warning about declared and not used
6785: variable forced_allow was removed
6786:
6787: 2010-08-14 misha
6788:
6789: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6790: were removed
6791:
6792: 2010-08-11 moko
6793:
6794: * tests/: 249.html, results/249.processed: default setter and
6795: anti-recursive default getter test added
6796:
6797: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6798: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6799: types/pa_vobject.h, types/pa_vstateless_class.C,
6800: types/pa_vstateless_class.h: default setter support +
6801: anti-recursive default getter support ( new feature: #13 )
6802:
6803: * src/include/pa_hash.h: optimization: threshold member removed
6804: from hash, reducing sizeof(hash)
6805:
6806: 2010-08-10 misha
6807:
6808: * tests/196.html: - junction-method was added to the test
6809:
6810: * tests/248.html: - ups. typo :)
6811:
6812: * tests/248.html: - test for checking .match with 4 params
6813:
6814: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6815: 247_windows1251.txt: - test for "transcode file from utf-8 to
6816: $request:charset during loading if the BOM code is detected"
6817:
6818: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6819: $request:charset during loading if the BOM code is detected ( new
6820: feature: #98 )
6821:
6822: 2010-08-05 misha
6823:
6824: * src/classes/image.C: - ^image.replace now can accept only 2
6825: params. in this case the whole image is affected ( new feature:
6826: #95 )
6827:
6828: 2010-08-04 misha
6829:
6830: * tests/246.html: - test tor ^hash._at[] was added
6831:
6832: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6833: #53 )
6834:
6835: * src/include/pa_hash.h: - methods for accessing the first and the
6836: last values of ordered hash were added (first_value and
6837: last_value)
6838:
6839: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6840: (similar to others file's methods):
6841: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6842: #68 )
6843:
6844: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6845:
6846: 2010-08-01 moko
6847:
6848: * src/classes/op.C: to correctly process $result[] in code, called
6849: from ^process
6850:
6851: * tests/245.html: $result in ^process[] test added
6852:
6853: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6854: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6855: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6856: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6857: caller, self) op_call(VMethodFrame &frame, bool constructing)
6858: removed, construct(class,method) added
6859:
6860: * tests/results/: 192.processed, 244.processed: request::construct
6861: added
6862:
6863: * tests/: 244.html, 245.html, results/244.processed,
6864: results/245.processed: object creation exceptions and ^process
6865: tests added
6866:
6867: 2010-07-28 misha
6868:
6869: * tests/make_tests.cmd: - win32 EOLs
6870:
6871: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6872: tests on Win32 were added (The system timezone should be GMT+3)
6873:
6874: 2010-07-26 misha
6875:
6876: * tests/: 212.html, results/212.processed: - sizes were removed
6877: mecause they could be different on different OSs
6878:
6879: * tests/065.html: - make it "win32 friendly"
6880:
6881: 2010-07-25 misha
6882:
6883: * src/main/compile.y: - all EOLs between methods are removed during
6884: compilation ( new feature: #47 )
6885:
6886: * tests/results/149.processed: - prepare tests to trim trailing
6887: methods' EOLs
6888:
6889: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6890:
6891: * tests/: results/006.processed, results/014.processed, 006.html,
6892: 014.html, 022.html: - prepare tests to trim trailing methods'
6893: EOLs
6894:
6895: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6896: results/071.processed, results/022.processed: - prepare tests to
6897: trim trailing methods' EOLs
6898:
6899: * tests/: results/073.processed, results/109.processed,
6900: results/142.processed, results/144.processed,
6901: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6902: 144.html: - prepare tests to trim trailing methods' EOLs
6903:
6904: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6905: 149.html, 152.html, results/096.processed, results/107.processed,
6906: results/109.processed, results/142.processed,
6907: results/144.processed: - prepare tests to trim trailing methods'
6908: EOLs
6909:
6910: 2010-07-24 moko
6911:
6912: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6913: the hash order in this test
6914:
6915: * tests/014.html: to check hash order, hash no is longer sorted
6916: before print
6917:
6918: * src/include/pa_hash.h: hash copy constructor now keeps order
6919: (bugfix: #54)
6920:
6921: 2010-07-23 moko
6922:
6923: * tests/results/224.processed: @auto[] is no longer inherited
6924:
6925: * src/types/pa_vstateless_class.C, tests/227.html,
6926: tests/results/227.processed: @auto[] is no longer inherited
6927: (bugfix: #57)
6928:
6929: 2010-07-22 misha
6930:
6931: * src/classes/table.C: - don't skip comment lines during
6932: table::load if encloser or separator is set as '#' ( new feature:
6933: #30 )
6934:
6935: * src/targets/cgi/parser3.C: - don't run as cgi if
6936: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6937: #12 )
6938:
6939: * src/classes/file.C: - set PARSER_VARSION env before external
6940: script executing
6941:
6942: 2010-07-13 misha
6943:
6944: * tests/058.html: - test for suppressing @border was added - test
6945: for user attribute was added
6946:
6947: * tests/results/186.processed: unescaping from \uXXXX
6948:
6949: * tests/186.html: unescaping from \uXXXX
6950:
6951: * tests/: 239.html, results/239.processed: method call type
6952:
6953: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6954: $junction_method.CLASS_NAME (+CLASS)
6955:
6956: 2010-07-07 misha
6957:
6958: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6959: *nix
6960:
6961: 2010-07-05 misha
6962:
6963: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6964: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6965: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6966: comment strings "options must be hash", "options must be hash,
6967: not code" and "called with invalid option" were replaced by
6968: constatns - exception comment string "invalid option passed" was
6969: replaced by "called with invalid option" (now in different
6970: methods are the same exception comment string)
6971:
6972: * src/include/pa_exception.h: - more exception strings were defined
6973:
6974: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6975: types/pa_vstateless_class.h: - now we can define possible
6976: method's call type ( new feature: #5 ) 1.
6977: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6978: methods 2. @static:method[params] (only static keyword could be
6979: used here) -- for specified methods
6980:
6981: * src/main/pa_common.C: - junction points should not be deleted on
6982: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6983: cleanup
6984:
6985: 2010-07-03 misha
6986:
6987: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6988: results/158.processed, results/160.processed,
6989: results/161.processed, results/162.processed,
6990: results/163.processed: - prepare tests to trim trailing methods'
6991: EOLs
6992:
6993: * tests/results/169.processed: - prepare tests to trim trailing
6994: methods' EOLs
6995:
6996: * tests/results/: 168.processed, 169.processed: - prepare tests to
6997: trim trailing methods' EOLs
6998:
6999: * tests/: results/170.processed, results/167.processed,
7000: results/168.processed, results/169.processed, 167.html, 168.html,
7001: 169.html: - prepare tests to trim trailing methods' EOLs
7002:
7003: * tests/: results/170.processed, results/171.processed,
7004: results/172.processed, results/173.processed,
7005: results/174.processed, results/175.processed, 170.html, 171.html,
7006: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7007: trailing methods' EOLs
7008:
7009: * tests/: results/176.processed, results/180.processed,
7010: results/184.processed, results/185.processed,
7011: results/191.processed, results/192.processed,
7012: results/196.processed, results/197.processed,
7013: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7014: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7015: to trim trailing methods' EOLs
7016:
7017: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7018: results/199.processed, results/208.processed,
7019: results/209.processed, results/213.processed,
7020: results/214.processed: - prepare tests to trim trailing methods'
7021: EOLs
7022:
7023: 2010-06-29 misha
7024:
7025: * tests/: 220.html, 218.html, results/218.processed,
7026: results/215.processed, results/217.processed, 215.html, 217.html:
7027: - prepare tests to trim trailing methods' EOLs
7028:
7029: * tests/: results/224.processed, 224.html, 223.html,
7030: results/223.processed, results/220.processed: - prepare tests to
7031: trim trailing methods' EOLs
7032:
7033: * tests/results/: 226.processed, 230.processed: - prepare tests to
7034: trim trailing methods' EOLs
7035:
7036: * tests/: 229.html, results/229.processed: - prepare tests to trim
7037: trailing methods' EOLs
7038:
7039: * tests/: 232.html, 235.html, results/232.processed,
7040: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7041: results/226.processed, results/227.processed,
7042: results/228.processed, results/230.processed: - prepare tests to
7043: trim trailing methods' EOLs
7044:
7045: 2010-06-16 moko
7046:
7047: * tests/: 229.html, results/229.processed: elseif now supported in
7048: ^if
7049:
7050: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7051:
7052: 2010-06-03 misha
7053:
7054: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7055: instead of memcopy for overlaped regions
7056:
7057: 2010-05-25 misha
7058:
7059: * src/main/pa_common.C: - wanring about unused vars was removed
7060:
7061: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7062: get_method_filename was moved to execute.C
7063:
7064: 2010-05-23 misha
7065:
7066: * src/main/pa_request.C: - more accurate detection of method's file
7067:
7068: 2010-05-22 misha
7069:
7070: * src/classes/reflection.C: - bugfix: core during detection of
7071: .file if filespec isn't detected successfully
7072:
7073: 2010-05-20 misha
7074:
7075: * src/main/pa_request.C: - fix in get_method_filename
7076:
7077: * src/include/pa_request.h: - new feature: #24 -- searching
7078: included file in @USE/^use is changed. if its filespec doesn't
7079: start from '/' it will be searched in caller file directory
7080:
7081: * src/classes/reflection.C: - ^reflection:method_info returns file
7082: where the method is defined
7083:
7084: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7085: classes/op.C: - new feature: #24 -- searching included file in
7086: @USE/^use is changed. if its filespec doesn't start from '/' it
7087: will be searched in caller file directory
7088:
7089: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7090: is moved to pa_common.h
7091:
7092: 2010-05-18 misha
7093:
7094: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7095: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7096: cookie parser decode \uXXXX as well as %uXXXX
7097:
7098: 2010-05-17 misha
7099:
7100: * src/classes/curl.C: beauty: - unused param is removed in method
7101: _curl_version_action - some spaces were removed or replaced by
7102: tabs
7103:
7104: * src/classes/table.C: - bugfix: #72 core with empty value during
7105: ^table.hash[...;name_of_the_last_column][$.type[string]]
7106:
7107: 2010-05-16 misha
7108:
7109: * src/classes/curl.C: new: #61 more curl options were added
7110: (contributed by Sumo)
7111:
7112: 2010-04-29 pretender
7113:
7114: * src/main/pa_string.C: fixes #63 Split result from empty string
7115: now empty string.
7116:
7117: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7118: string type.
7119:
7120: 2010-04-28 pretender
7121:
7122: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7123: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7124: macrodefinition removed
7125:
7126: 2010-04-19 pretender
7127:
7128: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7129: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7130:
7131: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7132: fixes #64 Now file.missing exception generates in unsafe mode to.
7133:
7134: * src/classes/file.C: fixes #48 Now not throw "not save environment
7135: variable" exception in grpunlim version.
7136:
7137: 2010-04-05 misha
7138:
7139: * src/classes/string.C: - new feature: 4th param was added to
7140: match. if specified its value is returned in case of nothing was
7141: found
7142:
7143: 2010-04-01 misha
7144:
7145: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7146: multiple execution of /a/b/auto.p
7147:
7148: 2010-03-19 misha
7149:
7150: * src/main/execute.C: - core in $table1.$table2 was fixed
7151:
7152: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7153:
7154: 2010-01-27 misha
7155:
7156: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7157: trying to open file by path /existing-file/non-exixting-file
7158:
7159: 2010-01-26 misha
7160:
7161: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7162: was added (returns file)
7163:
7164: 2009-12-22 misha
7165:
7166: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7167: now parser doesn't have class curl if it was built without it
7168:
7169: 2009-12-15 misha
7170:
7171: * configure.in: - little cheat with curl include dir was added
7172:
7173: 2009-12-05 misha
7174:
7175: * src/classes/curl.C: - some fixes
7176:
7177: 2009-12-04 misha
7178:
7179: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7180: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7181: buildall-with-xml, buildall-without-xml, configure.in: - curl
7182: class was added
7183:
7184: * src/include/pa_hash.h: - hash-iterator was added
7185:
7186: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7187: was added to pcre
7188:
7189: 2009-11-27 misha
7190:
7191: * src/classes/image.C: - don't add @border attribute to output of
7192: ^image.html[] if it was specified by user with empty value
7193:
7194: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7195: root element and we are trying to access .documentElement
7196:
7197: 2009-11-11 misha
7198:
7199: * src/classes/table.C: - in ^table.flip[] look at number of columns
7200: instead of number of items in first row for named tables
7201:
7202: 2009-11-10 misha
7203:
7204: * operators.txt: - info about hash-options in ^file::create was
7205: added
7206:
7207: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7208: added
7209:
7210: 2009-11-09 misha
7211:
7212: * buildall-with-xml: - moving to libxml 2.7.6
7213:
7214: * tests/236.html: - tests for comparations cords with functions
7215: were added
7216:
7217: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7218: added
7219:
7220: * src/main/pa_http.C: - little optimisation
7221:
7222: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7223: GPF mallocs + stringstream (table.save)
7224:
7225: * src/classes/file.C: - file::create now accepts 4th param: options
7226: with $.charset
7227:
7228: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7229: bug in cord (comparation cords with functions was buggy)
7230:
7231: 2009-11-06 misha
7232:
7233: * src/main/pa_string.C: - bugfix: calculation string.length
7234: sometimes was buggy
7235:
7236: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7237: destroyed if exception occured during match/replace
7238:
7239: * src/: main/pa_charset.C, include/pa_charset.h: - method
7240: lengthUTF8Char was added
7241:
7242: * src/classes/op.C: - clean tainting lang was added for user's
7243: usage
7244:
7245: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7246: fixed: checkouts are required after GC_MALLOC
7247:
7248: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7249:
7250: * operators.txt: - actually, there is no ^untaint[xml] in
7251: file::create
7252:
7253: 2009-10-15 misha
7254:
7255: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7256: were added
7257:
7258: * tests/234.html: - more tests for checking ^taint[uri] escaping
7259: were added
7260:
7261: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7262: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7263: hacking: for dealing with transcoding+^taint[uri]
7264: transcode_and_untaint was replaced by untaint_and_transcode
7265:
7266: 2009-10-13 misha
7267:
7268: * tests/: 121.html, results/121.processed: - test transcoding +
7269: url-escaping now
7270:
7271: * tests/results/auto.p: - more helpers' methods were added
7272:
7273: * src/main/pa_globals.C: - die instead of abort
7274:
7275: 2009-10-06 misha
7276:
7277: * src/main/pa_common.C: - don't allocate memory during
7278: capitalization if input string is already capitalized
7279:
7280: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7281:
7282: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7283: use format function because it calls malloc
7284:
7285: * src/include/pa_common.h: - more capitalized headers were added
7286:
7287: * src/main/pa_common.C: - in safe mode clear executable bits during
7288: file writing
7289:
7290: 2009-10-05 misha
7291:
7292: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7293:
7294: 2009-10-03 misha
7295:
7296: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7297: ^img.text[] & ^img.length[] can work in utf-8 now
7298:
7299: * src/: include/pa_charset.h, main/pa_charset.C: - class
7300: UTF8_string_iterator was added
7301:
7302: * src/classes/image.C: - respect utf-8 when calculate alphabet
7303: length
7304:
7305: * src/classes/mail.C: - check from before get message.cstr
7306:
7307: 2009-10-02 misha
7308:
7309: * tests/233.html: - test for image.font, image.length, image.text
7310: with text in utf-8 were added
7311:
7312: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7313:
7314: * buildall-with-xml, buildall-without-xml: - comment about gc
7315: version for freebsd 4 was added
7316:
7317: 2009-10-01 misha
7318:
7319: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7320: terminator) - read_pipe were slightly optimized
7321:
7322: 2009-09-28 misha
7323:
7324: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7325: removed
7326:
7327: * src/types/pa_vmail.C: - forgot about space after ':'
7328:
7329: * src/types/pa_vmail.C: - escape filenames while preparing mail
7330: body - small simplifications
7331:
7332: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7333: inout params like pa_base64
7334:
7335: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7336: option $.debug-print(1) was added to mail:send - changes for
7337: using uue_encode which uses less memory
7338:
7339: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7340:
7341: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7342: memory now
7343:
7344: 2009-09-26 misha
7345:
7346: * src/types/pa_vmail.C: - default encoding now is base64
7347:
7348: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7349:
7350: 2009-09-25 misha
7351:
7352: * src/types/pa_vmail.C: - capitalization of headers was added to
7353: sending mail as well
7354:
7355: * buildall-with-xml: - catalog package was removed from libxml
7356:
7357: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7358: win32 absolute path
7359:
7360: * src/include/pa_common.h: - one more capitalized header was added
7361:
7362: 2009-09-22 misha
7363:
7364: * INSTALL: - comment about building just httpd binary while
7365: building apache module was added
7366:
7367: 2009-09-21 misha
7368:
7369: * buildall-with-xml: - moving to the latest versions of xml libs:
7370: libxml 2.7.4 and libxslt 1.1.25
7371:
7372: 2009-09-19 misha
7373:
7374: * tests/231.html: - test for encoding cookie in win-1251
7375:
7376: 2009-09-18 misha
7377:
7378: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7379: object] were added
7380:
7381: * operators.txt: - info about method ^reflection:fields[class or
7382: object] was added
7383:
7384: * src/classes/reflection.C: - method ^reflection:fields[class or
7385: object] was added
7386:
7387: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7388: methods get_fields were added
7389:
7390: * tests/232.html: - tests for @GET[name]
7391:
7392: * src/classes/table.C: - some changes in handling hash-options for
7393: creare, join and locate
7394:
7395: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7396: defined with option: the type of requested value
7397:
7398: 2009-09-17 misha
7399:
7400: * tests/212.html: - tests for .pattern and .options were added
7401:
7402: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7403: $regex.options were added
7404:
7405: 2009-09-11 misha
7406:
7407: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7408: rewrited. it checks not just one case of sending cookies during
7409: file::load[http], but also sending headers and fields (including
7410: files)
7411:
7412: 2009-09-10 misha
7413:
7414: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7415: was removed => now parser can open files with Russian 'r' in
7416: filename
7417:
7418: * src/main/untaint.C: - bugfix: client charset whould be analized
7419: while escaping cookies but now source charset
7420:
7421: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7422: ^tainted[uri] so it was possible to make request with incorrect
7423: http header
7424:
7425: * src/main/pa_http.C: - capitalization of http headers during
7426: file::load[http was slightly changes - bugfix: all headers which
7427: parser sends during file::load[http should be transcoded and only
7428: then escaped
7429:
7430: * src/main/untaint.C: - a bit more comments were added
7431:
7432: * src/classes/: file.C, string.C: - types where changes (minus 2
7433: warnings)
7434:
7435: * src/include/pa_common.h: - 2 capitalized strings for making http
7436: headers during file::load[http were added
7437:
7438: 2009-09-08 misha
7439:
7440: * operators.txt: - changes in file.save and string.save were added
7441:
7442: * tests/: 230.html, 230.txt: - tests for checking options in
7443: file.save and string.save were added
7444:
7445: * src/main/pa_request.C: - http headers names, which are passed to
7446: SAPI::add_header_attribute are lowercased now (it'll be
7447: capitalized in that method)
7448:
7449: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7450: classes/string.C: - file_write accepts Request_charsets and asked
7451: charset and cound transcode content before writing - string.save
7452: and file.save have option $.charset now
7453:
7454: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7455: classes/xdoc.C: - file_write accepts Request_charsets and asked
7456: charset and cound transcode content before writing
7457:
7458: * src/include/pa_exception.h: - new exception comment string was
7459: defined
7460:
7461: 2009-09-07 misha
7462:
7463: * src/main/compile.y: - grammar $name\ name stops now for regex
7464: sub-pattern\s
7465:
7466: 2009-09-04 misha
7467:
7468: * src/main/pa_http.C: - capitalization of http headers during
7469: file::load[http was implemented
7470:
7471: 2009-09-03 misha
7472:
7473: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7474: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7475: types/pa_vmail.C, targets/cgi/parser3.C,
7476: targets/isapi/parser3isapi.C: - back to storing response http
7477: headers in lowercase - capitalize them during output
7478:
7479: 2009-08-31 misha
7480:
7481: * src/classes/table.C: - allow call with any brackets (it could be
7482: useful in methods with explict result declaration)
7483:
7484: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7485: correctly if $request:charset==koi8-r
7486:
7487: 2009-08-30 misha
7488:
7489: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7490: changed: content-type => Content-type and so on
7491:
7492: * src/classes/file.C, src/include/pa_common.h,
7493: src/include/pa_request.h, src/main/pa_http.C,
7494: src/main/pa_request.C, src/types/pa_vcookie.C,
7495: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7496: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7497: tests/results/002.processed, tests/results/003.processed,
7498: tests/results/004.processed, tests/results/005.processed,
7499: tests/results/006.processed, tests/results/007.processed,
7500: tests/results/008.processed, tests/results/009.processed,
7501: tests/results/010.processed, tests/results/011.processed,
7502: tests/results/012.processed, tests/results/013.processed,
7503: tests/results/014.processed, tests/results/015.processed,
7504: tests/results/016.processed, tests/results/017.processed,
7505: tests/results/018.processed, tests/results/019.processed,
7506: tests/results/020.processed, tests/results/021.processed,
7507: tests/results/022.processed, tests/results/023.processed,
7508: tests/results/024.processed, tests/results/025.processed,
7509: tests/results/026.processed, tests/results/027.processed,
7510: tests/results/028.processed, tests/results/029.processed,
7511: tests/results/030.processed, tests/results/031.processed,
7512: tests/results/032.processed, tests/results/033.processed,
7513: tests/results/034.processed, tests/results/035.processed,
7514: tests/results/036.processed, tests/results/037.processed,
7515: tests/results/038.processed, tests/results/039.processed,
7516: tests/results/040.processed, tests/results/041.processed,
7517: tests/results/042.processed, tests/results/043.processed,
7518: tests/results/044.processed, tests/results/045.processed,
7519: tests/results/046.processed, tests/results/047.processed,
7520: tests/results/048.processed, tests/results/049.processed,
7521: tests/results/050.processed, tests/results/051.processed,
7522: tests/results/052.processed, tests/results/053.processed,
7523: tests/results/054.processed, tests/results/055.processed,
7524: tests/results/056.processed, tests/results/057.processed,
7525: tests/results/058.processed, tests/results/059.processed,
7526: tests/results/060.processed, tests/results/061.processed,
7527: tests/results/062.processed, tests/results/063.processed,
7528: tests/results/064.processed, tests/results/065.processed,
7529: tests/results/066.processed, tests/results/067.processed,
7530: tests/results/068.processed, tests/results/069.processed,
7531: tests/results/070.processed, tests/results/071.processed,
7532: tests/results/072.processed, tests/results/073.processed,
7533: tests/results/074.processed, tests/results/075.processed,
7534: tests/results/076.processed, tests/results/077.processed,
7535: tests/results/078.processed, tests/results/079.processed,
7536: tests/results/080.processed, tests/results/081.processed,
7537: tests/results/082.processed, tests/results/083.processed,
7538: tests/results/084.processed, tests/results/085.processed,
7539: tests/results/086.processed, tests/results/087.processed,
7540: tests/results/088.processed, tests/results/089.processed,
7541: tests/results/090.processed, tests/results/091.processed,
7542: tests/results/092.processed, tests/results/093.processed,
7543: tests/results/094.processed, tests/results/095.processed,
7544: tests/results/096.processed, tests/results/097.processed,
7545: tests/results/098.processed, tests/results/099.processed,
7546: tests/results/100.processed, tests/results/101.processed,
7547: tests/results/102.processed, tests/results/103.processed,
7548: tests/results/104.processed, tests/results/105.processed,
7549: tests/results/106.processed, tests/results/107.processed,
7550: tests/results/108.processed, tests/results/109.processed,
7551: tests/results/110.processed, tests/results/111.processed,
7552: tests/results/112.processed, tests/results/113.processed,
7553: tests/results/114.processed, tests/results/115.processed,
7554: tests/results/116.processed, tests/results/117.processed,
7555: tests/results/118.processed, tests/results/119.processed,
7556: tests/results/120.processed, tests/results/121.processed,
7557: tests/results/122.processed, tests/results/123.processed,
7558: tests/results/124.processed, tests/results/125.processed,
7559: tests/results/126.processed, tests/results/127.processed,
7560: tests/results/128.processed, tests/results/129.processed,
7561: tests/results/130.processed, tests/results/131.processed,
7562: tests/results/132.processed, tests/results/133.processed,
7563: tests/results/134.processed, tests/results/135.processed,
7564: tests/results/136.processed, tests/results/138.processed,
7565: tests/results/139.processed, tests/results/140.processed,
7566: tests/results/141.processed, tests/results/142.processed,
7567: tests/results/143.processed, tests/results/144.processed,
7568: tests/results/145.processed, tests/results/146.processed,
7569: tests/results/147.processed, tests/results/148.processed,
7570: tests/results/149.processed, tests/results/150.processed,
7571: tests/results/151.processed, tests/results/152.processed,
7572: tests/results/153.processed, tests/results/154.processed,
7573: tests/results/155.processed, tests/results/156.processed,
7574: tests/results/157.processed, tests/results/158.processed,
7575: tests/results/159.processed, tests/results/160.processed,
7576: tests/results/161.processed, tests/results/162.processed,
7577: tests/results/163.processed, tests/results/164.processed,
7578: tests/results/165.processed, tests/results/166.processed,
7579: tests/results/167.processed, tests/results/168.processed,
7580: tests/results/169.processed, tests/results/170.processed,
7581: tests/results/171.processed, tests/results/172.processed,
7582: tests/results/173.processed, tests/results/174.processed,
7583: tests/results/175.processed, tests/results/176.processed,
7584: tests/results/177.processed, tests/results/178.processed,
7585: tests/results/179.processed, tests/results/180.processed,
7586: tests/results/181.processed, tests/results/182.processed,
7587: tests/results/183.processed, tests/results/184.processed,
7588: tests/results/185.processed, tests/results/186.processed,
7589: tests/results/187.processed, tests/results/188.processed,
7590: tests/results/189.processed, tests/results/190.processed,
7591: tests/results/191.processed, tests/results/192.processed,
7592: tests/results/193.processed, tests/results/194.processed,
7593: tests/results/195.processed, tests/results/196.processed,
7594: tests/results/197.processed, tests/results/198.processed,
7595: tests/results/199.processed, tests/results/200.processed,
7596: tests/results/201.processed, tests/results/202.processed,
7597: tests/results/203.processed, tests/results/204.processed,
7598: tests/results/205.processed, tests/results/206.processed,
7599: tests/results/207.processed, tests/results/208.processed,
7600: tests/results/209.processed, tests/results/210.processed,
7601: tests/results/211.processed, tests/results/212.processed,
7602: tests/results/213.processed, tests/results/214.processed,
7603: tests/results/215.processed, tests/results/216.processed,
7604: tests/results/217.processed, tests/results/218.processed,
7605: tests/results/219.processed, tests/results/220.processed,
7606: tests/results/221.processed, tests/results/222.processed,
7607: tests/results/223.processed, tests/results/224.processed,
7608: tests/results/225.processed, tests/results/226.processed,
7609: tests/results/227.processed, tests/results/228.processed,
7610: tests/results/229.processed: - http headers were changed:
7611: content-type => Content-type and so on
7612:
7613: 2009-08-27 misha
7614:
7615: * src/: main/pa_random.C, include/pa_random.h,
7616: targets/cgi/parser3.C: - year was updated :)
7617:
7618: 2009-08-26 misha
7619:
7620: * tests/: 224.html, 224.p: - test for creating of parser object
7621: using constructor without params - little bugfix in test
7622:
7623: * src/main/compile_tools.h: - bugfix: should't call autouse while
7624: checking existed class while processing partial option
7625:
7626: * src/classes/reflection.C: - bugfix: core when creating object
7627: with reflection and constructor doesn't have params
7628:
7629: 2009-08-24 misha
7630:
7631: * tests/229.html: - tests for checking the number of parameters
7632: were added
7633:
7634: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7635: number of method's parameters wasn't checked correctly (the bug
7636: was introduced in 3.4.0)
7637:
7638: 2009-08-22 misha
7639:
7640: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7641: transcoded, but tainted pieces are escaped only when
7642: content-type==url-encoding
7643:
7644: * tests/228.html: - test for checking
7645: ^file::load[http://...;$.body[]]
7646:
7647: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7648: post charset was too early (charsets is empty at this moment)
7649:
7650: 2009-08-21 misha
7651:
7652: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7653: main/untaint.C: - some fixes with transcode+untaint
7654:
7655: 2009-08-15 misha
7656:
7657: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7658: was increaced to 100 (was 50)
7659:
7660: * tests/227.html: - test for checking overriding properties in
7661: static classes was added
7662:
7663: * tests/: 226.html, 226.p: - test for @autoload[] was added
7664:
7665: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7666: main/execute.C, main/pa_request.C, classes/reflection.C: -
7667: autouse was implemented
7668:
7669: 2009-08-14 misha
7670:
7671: * src/classes/reflection.C: - outdated checkout was removed
7672:
7673: * src/classes/reflection.C: - optimization - method ^dynamical was
7674: added.
7675:
7676: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7677: types/pa_vstateless_class.h, main/execute.C: - optimization
7678:
7679: * src/types/pa_vclass.C: - exception if base on sytem class
7680:
7681: 2009-08-12 misha
7682:
7683: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7684: pa_vstateless_class.h: - little optimisation
7685:
7686: 2009-08-11 misha
7687:
7688: * tests/224.html: - method_params => method_info - checking for
7689: $.inherited
7690:
7691: * src/classes/reflection.C, operators.txt: - method method_params
7692: was renamed to method_info and now it returns class name, if
7693: method was defined in ancestor
7694:
7695: * tests/225.html: - tests for cheching properties in hierarhical
7696: classes were added
7697:
7698: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7699: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7700: main/compile.y, main/execute.C, classes/classes.C: - problems
7701: with properties in new classes implementation were fixed
7702:
7703: 2009-08-10 misha
7704:
7705: * src/main/execute.C: - now constructor shouldn't be defined in
7706: class. it could be defined in parent.
7707:
7708: 2009-08-09 misha
7709:
7710: * src/classes/reflection.C: - ^reflection:methods doesn't return
7711: base's methods
7712:
7713: 2009-08-08 misha
7714:
7715: * src/: classes/classes.h, classes/date.C, classes/file.C,
7716: classes/form.C, classes/hash.C, classes/hashfile.C,
7717: classes/image.C, classes/mail.C, classes/op.C,
7718: classes/reflection.C, classes/regex.C, classes/string.C,
7719: classes/table.C, classes/xdoc.C, classes/xnode.C,
7720: classes/xnode.h, include/pa_hash.h, main/execute.C,
7721: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7722: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7723: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7724: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7725: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7726: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7727: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7728: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7729: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7730: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7731: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7732: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7733: types/pa_vresponse.C, types/pa_vresponse.h,
7734: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7735: types/pa_vstateless_object.h, types/pa_vstatus.C,
7736: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7737: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7738: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7739: types/pa_wwrapper.h, types/types.vcproj: - new classes
7740: implementation
7741:
7742: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7743: USE_MUNMAP is used. so it is disabled as a workaround.
7744:
7745: 2009-08-05 misha
7746:
7747: * src/: main/pa_common.C, include/pa_common.h: - not needed
7748: parameter was removed
7749:
7750: * src/main/pa_http.C: - bugfix: error was during detecting
7751: content-type of file which was loaded by http
7752:
7753: 2009-08-01 misha
7754:
7755: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7756: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7757: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7758: can't be disabled with defines any longer
7759:
7760: 2009-07-29 misha
7761:
7762: * src/classes/reflection.C, tests/results/224.processed: - for
7763: native methods with any call type now returned empty call_type
7764: value
7765:
7766: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7767: classes/table.C, include/pa_hash.h, include/pa_request.h,
7768: main/pa_request.C: - break in cycles was optimized
7769:
7770: * INSTALL: - more defines were described
7771:
7772: 2009-07-28 misha
7773:
7774: * operators.txt: - some changes in information about reflection
7775: class
7776:
7777: * tests/: 224.html, 224.p: - tests for reflection class
7778:
7779: * src/classes/reflection.C: - some bugs were fixed, method classes
7780: was added, refactoring
7781:
7782: 2009-07-26 misha
7783:
7784: * src/classes/classes.vcproj: - reflection class wass added to
7785: project
7786:
7787: * operators.txt: - information about reflection class was added
7788:
7789: * src/classes/reflection.C: - class was redesigned
7790:
7791: 2009-07-24 misha
7792:
7793: * src/classes/: Makefile.am, reflection.C: - class reflection was
7794: added
7795:
7796: * src/types/pa_vstateless_class.h: - method for reflection method's
7797: in classes was added
7798:
7799: 2009-07-22 misha
7800:
7801: * src/main/compile_tools.h: - bugfix: $object.$var was
7802: over-optimized. it failed if $object1.$object2.field
7803:
7804: 2009-07-16 misha
7805:
7806: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7807: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7808: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7809: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7810: one more arg: length of cord
7811:
7812: 2009-07-15 misha
7813:
7814: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7815: tainted in ^file::load[http://...;$.cookies[]]
7816:
7817: * src/classes/: op.C, regex.C, string.C: - new string with
7818: exception was used
7819:
7820: * src/include/pa_exception.h: - new string with exception was added
7821:
7822: * tests/223.html: - test for checking cookie-encoding during
7823: ^file::load[http was added
7824:
7825: * tests/: 221.html, 222.html: - tests for checking type of
7826: $table.fields.field were added
7827:
7828: * src/types/pa_vtable.C: - not used var decl was removed
7829:
7830: * src/include/pa_string.h: - use cached string length in Body::mid.
7831: it improves speed of match with brackets in pattern
7832:
7833: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7834: outside
7835:
7836: 2009-07-14 misha
7837:
7838: * src/types/pa_vtable.C: - $table.fields.a return string even if
7839: column is empty (sometime returned void) - $table.fields was
7840: added for nameless tables
7841:
7842: * src/targets/cgi/getopt.c: - one warning resolved
7843:
7844: * src/main/pa_string.C: - potentian bug fixed
7845:
7846: * src/classes/op.C: - small optimization in taint/untaint
7847:
7848: 2009-07-13 misha
7849:
7850: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7851: added
7852:
7853: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7854: souldn't add the attribut to output
7855:
7856: 2009-07-11 misha
7857:
7858: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7859: stack size was increaced to 2MB (default=1MB)
7860:
7861: 2009-07-08 misha
7862:
7863: * src/main/pa_string.C: - link to UTF-8 description was added
7864:
7865: * src/include/pa_hash.h: - hash keeps element's order in more
7866: places (ex: ._keys[])
7867:
7868: * tests/220.html: - test for checking order of elements in hash in
7869: foreach was added
7870:
7871: * tests/172.html: - small changes in printing hash
7872:
7873: * tests/129.html: - small changes in printing hash
7874:
7875: * src/: include/pa_common.h, include/pa_hash.h,
7876: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7877: types/pa_vmethod_frame.h: - hash now keeps order of elements
7878:
7879: * tests/014.html: - small changes in printing hash
7880:
7881: 2009-07-07 misha
7882:
7883: * src/classes/op.C: - new taint language "parser-code" was added
7884:
7885: * tests/219.html: - test for auto untaint parser code in process
7886: was added
7887:
7888: * src/classes/op.C: - tainted pieces in body of process are
7889: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7890:
7891: * src/: include/pa_string.h, main/untaint.C: - new language
7892: L_PARSER_CODE for auto-untaint in process was added
7893:
7894: * src/: classes/file.C, classes/hash.C, classes/image.C,
7895: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7896: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7897: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7898: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7899: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7900: code cleanup
7901:
7902: 2009-07-06 misha
7903:
7904: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7905: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7906: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7907:
7908: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7909: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7910: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7911: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7912: should be used
7913:
7914: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7915: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7916: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7917: untaint_cstr[m] should be used
7918:
7919: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7920: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7921:
7922: * tests/218.html: - test for checking automatic file-spec-taint was
7923: added
7924:
7925: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7926: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7927: classes/file.C, classes/hash.C, classes/image.C,
7928: classes/string.C, classes/table.C, classes/void.C,
7929: classes/xdoc.C: - optimizations and simplification of
7930: string.cstr(...)
7931:
7932: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7933: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7934: - optimizations and simplification of string.cstr(...)
7935:
7936: 2009-07-04 misha
7937:
7938: * tests/217.html: - test for recursion detection was added
7939:
7940: * src/: types/types.vcproj, main/main.vcproj,
7941: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7942: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7943: from .vcproj
7944:
7945: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7946:
7947: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7948: uploading files and case-insensitive http-method were added
7949:
7950: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7951: tainted pattern in ^file:list[] was added
7952:
7953: 2009-07-03 misha
7954:
7955: * src/: classes/classes.vcproj, main/main.vcproj,
7956: types/types.vcproj, targets/cgi/parser3.vcproj,
7957: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7958: for dynamic_cast) - little options changes
7959:
7960: * src/main/pa_http.C: - file::load[http works now with uploading
7961: files _and_ changing $.charset
7962:
7963: 2009-06-29 misha
7964:
7965: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7966: while creating pattern
7967:
7968: 2009-06-25 misha
7969:
7970: * src/classes/image.C, operators.txt: - options' names for
7971: ^image.font were changed to $.space, $.width and $spacing -
7972: default space width now == gif's width
7973:
7974: 2009-06-24 misha
7975:
7976: * tests/215.html: - tests for $file.mode were added
7977:
7978: * operators.txt: - added info about $file.mode and changes in
7979: ^image.font[
7980:
7981: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7982: param now could be omited - third param now could be hash (with
7983: all widths options: $.space-width, $.letter-width) - it's
7984: possible to specify tracking ($.letter-space)
7985:
7986: * src/classes/file.C: - file objects now could have mode field
7987: (text|binary)
7988:
7989: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7990:
7991: 2009-06-23 misha
7992:
7993: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7994: trim can work with utf-8 chars now
7995:
7996: 2009-06-20 misha
7997:
7998: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7999: was implemented
8000:
8001: * src/classes/table.C: - string length cacheing was implemented
8002:
8003: * src/include/pa_string.h: - string length cacheing was implemented
8004:
8005: 2009-06-17 misha
8006:
8007: * src/main/execute.C: - value param was removed from
8008: WContext::WContext
8009:
8010: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8011: pa_wwrapper.h: - value param was removed from WContext::WContext
8012: - field wcontext was removed from VCodeFrame (using fparent
8013: instead)
8014:
8015: * tests/214.html: - test with hash copying
8016:
8017: 2009-06-16 misha
8018:
8019: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8020: strings doesn't work in expression anymore
8021:
8022: * src/main/execute.C: - less calls for get_constructing() - little
8023: refactoring
8024:
8025: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8026: include/pa_request.h: - less calls for get_constructing()
8027:
8028: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8029: introduced with OPTIMIZE_SINGLE_STRING optimization
8030:
8031: 2009-06-14 misha
8032:
8033: * src/: classes/date.C, classes/file.C, classes/hash.C,
8034: classes/hashfile.C, classes/image.C, classes/regex.C,
8035: classes/table.C, classes/xdoc.C, classes/xnode.h,
8036: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8037: types/pa_vstateless_class.h, main/execute.C: - create object for
8038: storing object's fields only for parser objects
8039:
8040: 2009-06-13 misha
8041:
8042: * buildall-with-xml, buildall-without-xml: - new option was added
8043: for building GC (it slightly reduces memory usage)
8044:
8045: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8046: single string write
8047:
8048: * src/main/execute.C: - bytecode optimization of ^class:constructor
8049: - optimization of single string write
8050:
8051: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8052: - bytecode optimization of ^class:constructor
8053:
8054: 2009-06-09 misha
8055:
8056: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8057: main (better compatibility)
8058:
8059: 2009-06-08 misha
8060:
8061: * src/main/compile.y: - I've forgot to commit it :(
8062:
8063: 2009-06-07 misha
8064:
8065: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8066: WITH_READ and WITH_ROOT
8067:
8068: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8069: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8070: WITH_ROOT - little refactoring
8071:
8072: 2009-06-06 misha
8073:
8074: * tests/213.html: - tests for 3rd match string-param were added
8075:
8076: * src/classes/string.C: - 3rd match param could be string now
8077:
8078: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8079: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8080: GET_OBJECT_ELEMENT
8081:
8082: 2009-06-05 misha
8083:
8084: * src/main/pa_http.C: - bugfix: content-length was not calculated
8085: if $.body was specified
8086:
8087: 2009-06-04 misha
8088:
8089: * src/classes/op.C: - optimizing write_assign_lang in connect
8090:
8091: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8092:
8093: * src/main/execute.C: - little refactoring - optimizing
8094: write_assign_lang in taint/untaint
8095:
8096: * src/include/pa_opcode.h: - little refactoring
8097:
8098: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8099: main/compile_tools.h, main/execute.C: - optimizations for
8100: $self.field, ^self.method, $self.field[...] and $self.field(...)
8101: were added
8102:
8103: 2009-06-03 misha
8104:
8105: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8106:
8107: 2009-06-02 misha
8108:
8109: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8110: include/pa_opcode.h: - refactoring in last optimizations
8111: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8112: now but code is much easy and it is ready for further
8113: improvements.
8114:
8115: 2009-05-27 misha
8116:
8117: * src/: types/pa_junction.h, types/pa_vjunction.C,
8118: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8119: changed in destructing junctions
8120:
8121: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8122: String:Body
8123:
8124: 2009-05-26 misha
8125:
8126: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8127: one method detect_charset was deleted - bug was fixed in this
8128: method (error while detecting charset in content_type withot last
8129: ';')
8130:
8131: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8132: once
8133:
8134: 2009-05-25 misha
8135:
8136: * src/classes/file.C: - bugfix: file::exec didn't work after
8137: optimizing of helper_length
8138:
8139: 2009-05-24 misha
8140:
8141: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8142: were added - little refactoring
8143:
8144: * src/main/execute.C: - core while printing in debug log
8145: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8146: optimisations were added
8147:
8148: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8149: were added
8150:
8151: 2009-05-23 misha
8152:
8153: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8154: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8155: CORD_cat optimization
8156:
8157: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8158: - call constr optimisation under separate define now
8159:
8160: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8161: in $b should be string, not void
8162:
8163: * src/main/compile.y: - little fix for rem-cut optimisation
8164:
8165: * src/: include/pa_opcode.h, main/compile_tools.C,
8166: main/compile_tools.h, main/execute.C: - optimisations for
8167: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8168:
8169: * INSTALL: - description of some #defined were added
8170:
8171: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8172: before 1st access (memory usage is reduced if don't access to
8173: .text field)
8174:
8175: * src/include/pa_array.h: - array grows step now not static (it
8176: reduces numbers of reallocs)
8177:
8178: 2009-05-20 misha
8179:
8180: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8181: $.b(2), $c[d] and $.e[f] was added
8182:
8183: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8184: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8185: $.e[f] was added
8186:
8187: * src/main/execute.C: - debug printing moved in defines
8188:
8189: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8190: and little refactoring for OP_GET_OBJECT_ELEMENT +
8191: OP_GET_OBJECT_VAR_ELEMENT optimisation
8192:
8193: 2009-05-19 misha
8194:
8195: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8196: execute.C: - $a.$b & ^a.$b bytecode optimisation
8197:
8198: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8199: ^a.$b optimisation)
8200:
8201: * src/main/compile.y: - compiler now generate new opcodes:
8202: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8203: ^a.b - compiler now cut off ^rem{ with all content ; any number
8204: of params }
8205:
8206: * src/main/execute.C: - code for handle new opcodes
8207: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8208:
8209: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8210: added for LA2V and LA2S
8211:
8212: * src/include/pa_opcode.h: - new defines which can be used for
8213: disable some bytecode optimisation and new opcodes were added
8214:
8215: 2009-05-17 misha
8216:
8217: * src/lib/cord/cordxtra.c: - bugfix.
8218:
8219: * tests/212.html: - .size[] and .study_size[] were added to tests
8220:
8221: * operators.txt: - info about regex class was added
8222:
8223: * tests/212.html: - tests for regex class were added
8224:
8225: 2009-05-16 misha
8226:
8227: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8228: gc7.1
8229:
8230: * tests/022.html: - test for ^file:list[path;] (empty second param)
8231: was added
8232:
8233: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8234: param) should work
8235:
8236: 2009-05-15 misha
8237:
8238: * src/classes/table.C: - automatically disable stringstream usage
8239: on freebsd4
8240:
8241: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8242: scope
8243:
8244: * tests/211.html: - test with different types of access to hash was
8245: added
8246:
8247: * tests/210.html: - test which checks for loosing tainting in
8248: hash's keys was added
8249:
8250: * tests/208.html: - some parser work added. or stime == 0 %-)
8251:
8252: * src/lib/cord/cordbscs.c: - little hack was added to cord
8253:
8254: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8255:
8256: * src/include/pa_version.h, configure.in: - moko have made a lot of
8257: optimisations for increacing version number more dramatically :)
8258:
8259: * src/classes/date.C: - little refactoring: use constructor which
8260: accepts formated string
8261:
8262: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8263: which can print formatted string was added
8264:
8265: 2009-05-14 misha
8266:
8267: * src/include/pa_string.h: - type was fixed
8268:
8269: * src/: classes/hashfile.C, classes/op.C,
8270: include/pa_cache_managers.h, include/pa_charset.h,
8271: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8272: include/pa_request.h, include/pa_sql_driver_manager.h,
8273: include/pa_string.h, include/pa_stylesheet_manager.h,
8274: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8275: main/pa_charsets.C, main/pa_string.C,
8276: main/pa_stylesheet_connection.C, types/pa_value.h,
8277: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8278: types/pa_vobject.C, types/pa_vstateless_class.C,
8279: types/pa_vstateless_class.h: - hash_code caching was implemented
8280: (seaches should be faster now)
8281:
8282: * src/: classes/file.C, classes/hash.C, classes/image.C,
8283: classes/string.C, classes/table.C, include/pa_string.h,
8284: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8285: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8286: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8287: types/pa_vrequest.C: - String constructors don't have that stupid
8288: true/false param which means 'tainted'. they accept lang instead.
8289:
8290: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8291: with OPTIMIZE_RESULT
8292:
8293: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8294: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8295:
8296: 2009-05-13 misha
8297:
8298: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8299: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8300: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8301: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8302: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8303: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8304: include/pa_string.h, classes/date.C, classes/file.C,
8305: classes/hash.C, classes/image.C, classes/string.C,
8306: classes/table.C, classes/xdoc.C: - result optimisation -
8307: helper_length parameter removed from string constructors
8308:
8309: 2009-05-11 misha
8310:
8311: * tests/209.html: - tests for ^hash::create[hash] were added
8312:
8313: * tests/208.html: - tests for $status:rusage, $status:memory,
8314: ^memory:compact[] were added
8315:
8316: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8317: log10 were added
8318:
8319: * tests/206.html: - test for try with finally was added
8320:
8321: 2009-05-10 misha
8322:
8323: * tests/205.html: - test for ^file::create[...] was added
8324:
8325: * tests/204.html: - test for ^response:clear[] was added
8326:
8327: * tests/038.html: - tests for trigonometric functions were added
8328:
8329: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8330: added - more tests for .add, .sub, .union, .intersects and
8331: .intersections
8332:
8333: * tests/065.html: - test for ^file:dirname was added
8334:
8335: * tests/030.html: - test for $cookie:fields was added
8336:
8337: * tests/203.html: - test for ^h._keys[column name] was added
8338:
8339: * tests/201.html: - tests for .trim were added
8340:
8341: * tests/202.html: - tests for last-day,
8342: date:calendar[type](YYYY;MM;DD) were added
8343:
8344: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8345: .offset[type](N) were added
8346:
8347: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8348: and .pos[c](N) were added
8349:
8350: * tests/141.html: - test for math:sha1 was added
8351:
8352: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8353:
8354: 2009-05-09 misha
8355:
8356: * src/main/compile.y: - rollback
8357:
8358: 2009-05-05 misha
8359:
8360: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8361: replaced by is_empty()
8362:
8363: * src/: include/pa_string.h, main/pa_charset.C: - little
8364: optimisation: somewhere length() was replaced by is_empty()
8365:
8366: * src/classes/table.C: - little optimisation: somewhere length()
8367: was replaced by is_empty()
8368:
8369: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8370: classes/op.C, classes/table.C, main/pa_exception.C: - little
8371: optimisation: somewhere length() was replaced by is_empty()
8372:
8373: 2009-05-04 misha
8374:
8375: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8376: types/pa_vstateless_class.h, main/execute.C,
8377: include/pa_request.h, classes/hash.C, classes/op.C,
8378: classes/table.C: - more optimisations were added: some operators
8379: don't switch write context anylonger
8380:
8381: 2009-05-01 misha
8382:
8383: * src/main/compile.y: - slightly more opcode optimisations for
8384: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8385:
8386: * src/main/execute.C: - simplifying process for getters
8387:
8388: 2009-04-30 misha
8389:
8390: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8391:
8392: * tests/results/199.processed: - test for checking $result into
8393: ^rem was added
8394:
8395: * tests/199.html: - test for checking $result into ^rem was added
8396:
8397: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8398: some OS it returns list in different order)
8399:
8400: * src/: include/pa_array.h, include/pa_request.h,
8401: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8402: changes in stack impl - get_element() optimisation: 3rd param
8403: removed - bugfix: problems with reading empty input param -
8404: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8405:
8406: * tests/results/198.processed: - test for reading empty local var
8407: was added
8408:
8409: * tests/198.html: - test for reading empty local var was added
8410:
8411: 2009-04-29 misha
8412:
8413: * src/main/compile.y: - bugfix: couldn't compile because
8414: OP_VALUE__GET_ELEMENT should be unde #ifdef
8415:
8416: * src/: include/pa_array.h, include/pa_opcode.h,
8417: include/pa_request.h, main/compile.y, main/execute.C,
8418: main/pa_request.C, types/pa_vmethod_frame.C,
8419: types/pa_vmethod_frame.h: - we can work without opcode
8420: OP_STORE_PARAM, so it was removed
8421:
8422: 2009-04-28 misha
8423:
8424: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8425: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8426: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8427: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8428: 4.
8429: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8430:
8431: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8432:
8433: * src/: main/pa_string.C, classes/string.C: - !length() =>
8434: is_empty()
8435:
8436: 2009-04-27 misha
8437:
8438: * src/types/pa_vregex.h: - back explicit vars initialisation
8439:
8440: 2009-04-24 misha
8441:
8442: * src/classes/string.C: - ups. typo fixed
8443:
8444: * src/main/execute.C: - more replacements '*new VBool' to
8445: 'VBool::get' - checks for ^break[], ^continue[] and
8446: parser.interrupted were optimised
8447:
8448: * src/classes/string.C: - number of params.count() calls was
8449: slightly reduced
8450:
8451: 2009-04-23 misha
8452:
8453: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8454: make it x64 friendly
8455:
8456: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8457: parser is x64 friendly now
8458:
8459: 2009-04-22 misha
8460:
8461: * src/types/pa_vhashfile.C: - coder friendly exception about
8462: exceeding record size was added
8463:
8464: * src/classes/file.C: - use vregex object instead of direct calls
8465: methods from pcre lib
8466:
8467: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8468: classes/string.C: - use vregex object instead of direct calls
8469: methods from pcre lib
8470:
8471: * src/: include/pa_common.h, main/pa_common.C: - method
8472: print_pcre_exec_error_text was moved to class vregex
8473:
8474: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8475: was added
8476:
8477: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8478: - class vregex was added
8479:
8480: 2009-04-21 misha
8481:
8482: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8483:
8484: * src/: types/pa_junction.h, types/pa_value.C,
8485: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8486: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8487: junction-optimisation (destructors)
8488:
8489: * src/include/pa_array.h: - free under if now
8490:
8491: 2009-04-19 misha
8492:
8493: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8494:
8495: 2009-04-18 misha
8496:
8497: * src/include/pa_version.h:
8498: :q :
8499:
8500: CV:
8501: ----------------------------------------------------------------------
8502:
8503: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8504: refactoring
8505:
8506: * src/: include/pa_array.h, include/pa_hash.h,
8507: types/pa_vmethod_frame.h: - destructors under #ifdef now
8508:
8509: * src/include/pa_memory.h: - define for using destructors was added
8510:
8511: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8512: main/execute.C: - some junctions will be cached now
8513:
8514: * src/include/pa_hash.h: - hash destructor frees pairs now
8515:
8516: * src/include/pa_array.h: - inline was added to destructor
8517:
8518: * src/types/pa_method.h: - comment was changed
8519:
8520: 2009-04-17 misha
8521:
8522: * src/: include/pa_array.h, include/pa_hash.h,
8523: types/pa_vmethod_frame.h: - destructors were added
8524:
8525: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8526: renamed to always_use_result
8527:
8528: * src/main/: compile.y, compile_tools.h: - rollback changes in
8529: compiler: full backward compatibility is better
8530:
8531: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8532: result in var's hash
8533:
8534: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8535: optimisation in method_frame
8536:
8537: * src/include/pa_array.h: - optimisation in array (allocate
8538: elements only when needed)
8539:
8540: * src/types/pa_vresponse.C: - check for $response:headers field
8541: before looking at custom fields
8542:
8543: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8544: not needed to check existance var with name 'result' in var's
8545: hash
8546:
8547: * src/main/compile.y: - compiler was changed: now it detects
8548: writings to $result and set flag writo_to_result in method
8549:
8550: * src/classes/string.C: - little optimisation: no needed to write
8551: number with lang
8552:
8553: * src/main/pa_charset.C: - methods readChar and skipChar which is
8554: used for read utf8-strings were renamed - is_escaped was renamed
8555: to isEscaped (to the same name convention)
8556:
8557: * src/: types/pa_method.h, main/compile_tools.h: - flag
8558: write_to_result added. compiler get this info from code.
8559:
8560: 2009-04-16 misha
8561:
8562: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8563: String only before 1st write
8564:
8565: * src/include/pa_string.h: - not needed template removed
8566:
8567: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8568: types/pa_vjunction.C, types/pa_vproperty.C,
8569: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8570: main/pa_request.C, classes/bool.C, classes/double.C,
8571: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8572: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8573: bool objects)
8574:
8575: 2009-04-15 misha
8576:
8577: * src/lib/cord/cordxtra.c: - more optimisation
8578:
8579: * src/: include/pa_string.h, main/untaint.C: - String::append
8580: optimisation
8581:
8582: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8583: then get and can sometime be used)
8584:
8585: * src/main/pa_string.C: - String::length optimisation
8586:
8587: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8588: these methods read different strings
8589:
8590: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8591: fresult_initial_void removed + some optimisation - if $result
8592: defined we don't write to context anymore
8593:
8594: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8595: need just skip char)
8596:
8597: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8598: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8599: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8600:
8601: * src/types/pa_vvoid.h: - added get() method for retreave one
8602: instance
8603:
8604: 2009-04-11 misha
8605:
8606: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8607:
8608: * tests/197.html: - test for parser://test in xml was added
8609:
8610: * src/classes/string.C: - small optimisation
8611:
8612: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8613: optimisation
8614:
8615: 2009-04-10 misha
8616:
8617: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8618: to pcre-7.8
8619:
8620: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8621:
8622: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8623: added
8624:
8625: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8626: $request:CLASS_NAME were added
8627:
8628: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8629: were added
8630:
8631: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8632: $env:CLASS_NAME were added
8633:
8634: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8635: '@todo' now
8636:
8637: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8638: compirer
8639:
8640: * src/main/pa_string.C: - little code cleanup
8641:
8642: * src/main/pa_common.C: - describe one more UTF-8 related error
8643: during PCRE compile/execute
8644:
8645: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8646: normalizing todo-comments: '@todo' now
8647:
8648: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8649:
8650: * src/main/pa_charset.C: - type changed for making compiler happy
8651:
8652: 2009-03-10 misha
8653:
8654: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8655: in main()
8656:
8657: 2009-02-01 misha
8658:
8659: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8660: boundary
8661:
8662: 2009-01-25 misha
8663:
8664: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8665:
8666: * src/classes/file.C: - more changes for parsing different number
8667: of params for file::load
8668:
8669: * tests/193.html: - tests for exception while base64-decode binary
8670: to string was added
8671:
8672: * tests/192.html: - tests for file::load with different number of
8673: options
8674:
8675: * src/classes/math.C: - ups. forgot '+1'
8676:
8677: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8678: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8679: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8680: (new option $.encode[multipart-form/data] should be specified) -
8681: $.method[] option for file::load now is not case-sensitive
8682:
8683: * src/: include/pa_string.h, main/untaint.C: - for file post the
8684: new taint language L_FILE_POST was added
8685:
8686: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8687: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8688: stuff was moved to separate files
8689:
8690: 2009-01-23 misha
8691:
8692: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8693: spaces to tabs were converted
8694:
8695: 2009-01-12 misha
8696:
8697: * src/main/pa_http.C: - value of $.method[] option force uppercased
8698: now
8699:
8700: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8701: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8702: their names
8703:
8704: * src/main/pa_common.C: - changes in formating
8705:
8706: * src/: classes/file.C, main/pa_http.C: - some constants changed
8707: their names
8708:
8709: * src/include/pa_http.h: - some spaces were converted to tabs
8710:
8711: * src/include/pa_common.h: - some constants changed their names
8712:
8713: * src/classes/file.C: - fixed 4-th paramether for file::load -
8714: little code rewriting
8715:
8716: * src/types/pa_vfile.C: - little code rewriting
8717:
8718: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8719: types/pa_value.h: - some formating changes
8720:
8721: * src/include/pa_common.h: - some formating spaces transformed to
8722: tabs
8723:
8724: * src/classes/string.C: - exception while base64-decode binary to a
8725: string
8726:
8727: 2009-01-11 misha
8728:
8729: * configure.in: - version changed to 3.3.1b
8730:
8731: 2008-09-05 misha
8732:
8733: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8734: release_3_3_0 on 2008-09-05 10:59:35 +0000
8735:
8736: 2008-09-04 misha
8737:
8738: * tests/: 130.html, 131.html: - these exceptions not typeless
8739: anymore
8740:
8741: * src/classes/op.C: - exception with 'invalid taint language' not
8742: typeless anylonger
8743:
8744: * src/classes/image.C: - some exceptions while operations with
8745: image not typeless anymore
8746:
8747: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8748: main/pa_exec.C, main/pa_http.C: - some exceptions while
8749: operations with files not typeless anymore
8750:
8751: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8752: types/pa_vdate.h: - exceptions while checking date range not
8753: typeless anymore
8754:
8755: * src/include/pa_exception.h: - exception type string for invalid
8756: date range was added
8757:
8758: 2008-09-03 misha
8759:
8760: * src/: classes/file.C, main/pa_string.C: - exception while pce
8761: operations not typeless anymore
8762:
8763: * src/include/pa_exception.h: - exception type for pce operations
8764: was added
8765:
8766: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8767: and .CLASS_NAME insite classes
8768:
8769: * src/classes/table.C: - don't save table header whiile
8770: ^table.save[append;filename] if file exists
8771:
8772: 2008-09-02 misha
8773:
8774: * src/main/compile.y, src/main/compile_tools.h,
8775: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8776: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8777: renamed to partial and it login changed: we must mark class as
8778: partial for allow their modifications in future.
8779:
8780: 2008-08-29 misha
8781:
8782: * tests/results/022.processed: - testing taint[regex] in mask for
8783: file:list
8784:
8785: * tests/022.html: - testing taint[regex] in mask for file:list
8786:
8787: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8788: for file:list was added
8789:
8790: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8791: file:list
8792:
8793: 2008-08-26 misha
8794:
8795: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8796: last derived object
8797:
8798: * src/classes/image.C: - many strings "image.format" replaced by
8799: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8800: understand some more exif tags
8801:
8802: * src/include/pa_exception.h: - string "image.format" was added
8803:
8804: 2008-08-21 misha
8805:
8806: * src/: main/pa_string.C, classes/file.C: - use method for print
8807: pcre_exec text error
8808:
8809: * src/main/pa_common.C: - method for print pcre_exec text error was
8810: added
8811:
8812: * src/include/pa_common.h: - method declaration for print pcre_exec
8813: text error was added
8814:
8815: 2008-08-19 misha
8816:
8817: * src/main/execute.C: - bugfix: opcodes must be in separate
8818: namespace while debug execution as well
8819:
8820: * tests/: 015.html, results/015.processed: - test for escaping some
8821: parser chars was added
8822:
8823: 2008-08-18 misha
8824:
8825: * tests/: 190.html, 190.p, results/190.processed: - test for
8826: $caller.self.field + default getter in one class was added
8827:
8828: * tests/: 189.html, results/189.processed: - test for
8829: ^date::create[date object]
8830:
8831: * tests/: 188.html, results/188.processed: - tests for match with
8832: UTF-8 strings
8833:
8834: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8835: ^string.match[]
8836:
8837: * ChangeLog: - parser 3.3.0 beta13
8838:
8839: 2008-08-15 misha
8840:
1.116 moko 8841: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8842: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8843: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8844: dftables.c: - old PCRE files removed
1.95 moko 8845:
8846: * src/lib/pcre/config.h: - configuration for PCRE library
8847:
8848: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8849: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8850:
8851: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8852: library and set flag UTF8 if $request:charset is UTF-8
8853:
8854: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8855: include/pa_config_fixed.h: - moved to new PCRE library
8856:
8857: * src/: main/main.vcproj, types/types.vcproj,
8858: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8859: win32\pcre instead of parser3\src\lib\pcre
8860:
8861: * src/: include/pa_opcode.h, include/pa_operation.h,
8862: main/compile.C, main/compile.y, main/compile_tools.C,
8863: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8864: opcodes were moved to separate namespace
8865:
8866: 2008-08-14 misha
8867:
8868: * src/types/pa_vstateless_class.C: - newline at the end missed
8869:
8870: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8871: tainting
8872:
8873: 2008-08-11 misha
8874:
8875: * tests/: 187.html, 187.p, results/187.processed: - tests for
8876: $caller.self, $caller.self.field and $caller.self.field[value]
8877: were added
8878:
8879: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8880: runtime as well (for $caller.self)
8881:
8882: 2008-07-25 misha
8883:
8884: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8885: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8886: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8887: tests with international characters
8888:
8889: 2008-07-23 misha
8890:
8891: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8892: file::load[...;http://
8893:
8894: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8895: now everywhere in separate namespace
8896:
8897: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8898: for vars
8899:
8900: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8901: can be escaped by '^'
8902:
8903: 2008-07-22 misha
8904:
8905: * src/classes/string.C, tests/186.html: - names changes:
8906: escape=>js-escape, unescape=>js-unescape
8907:
8908: 2008-07-21 misha
8909:
8910: * tests/results/186.processed: - test for string escape/unescape
8911:
8912: * tests/186.html: - test for string escape/unescape
8913:
8914: * src/classes/string.C: - string has escape and unescape methods
8915: now
8916:
8917: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8918: added
8919:
8920: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8921: method-layers added (with different params)
8922:
8923: 2008-07-18 misha
8924:
8925: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8926: was added
8927:
8928: * tests/185.html: - test for ^str.pos[sub](offset) added
8929:
8930: * src/classes/string.C, src/classes/void.C, operators.txt: -
8931: ^string.pos[substr](offset) -- 2nd param accepted now
8932:
8933: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8934: strings
8935:
8936: 2008-07-17 misha
8937:
8938: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8939: helper length added for mid for small optimisation
8940:
8941: 2008-07-16 misha
8942:
8943: * tests/: 185.html, results/185.processed: - tests for
8944: length/left/right/mid/pos with utf-8 strings
8945:
8946: * src/classes/string.C: - left/right/mid/length/pos works fine for
8947: utf-8 strings
8948:
8949: * src/main/untaint.C: - comments removed
8950:
8951: * src/: include/pa_string.h, main/pa_string.C,
8952: include/pa_charset.h, main/pa_charset.C: - methods for working
8953: with pos/mid for strings in utf-8 were added
8954:
8955: 2008-07-15 misha
8956:
8957: * tests/: 184.html, results/184.processed: - test for case body as
8958: expression: $var(^switch(1){^case(1)(true)..})
8959:
8960: * src/classes/op.C: - case body can be expression now:
8961: $var(^switch(1){^case(1)(true)..})
8962:
8963: * tests/: results/183.processed, 183.html: - added test for testing
8964: new cookie encoding (%uXXXX)
8965:
8966: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8967: decoding for backward compatibility they decoded from %XX in
8968: request:charset too
8969:
8970: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8971: - cookie class now decode cookies before first access after last
8972: request:charset changing (as form class).
8973:
8974: * src/main/pa_charset.C: - added method escape for escaping cookies
8975: as %uXXXX - before transcode calculate required space for dest
8976: string. it reduce mem usage for transcode
8977:
8978: * src/include/pa_charset.h: - added method escape for escaping
8979: cookies as %uXXXX
8980:
8981: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8982: was added. will used for escaping cookies as %uXXXX
8983:
8984: * src/include/pa_common.h: - escape method has new option for skip
8985: converting '+' to a space char
8986:
8987: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8988: transcode - escape method has new option for skip converting '+'
8989: to a space char
8990:
8991: 2008-07-08 misha
8992:
8993: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8994: (no UE if more then 1 case matches anylonger) - optimization:
8995: doing searching.as_string() || searching.as_double() only once
8996:
8997: 2008-07-04 misha
8998:
8999: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9000: now ^date::create[date object] works
9001:
9002: * src/classes/string.C: - left and right added as aliases for start
9003: and end in ^string.trim[]
9004:
9005: 2008-07-03 misha
9006:
9007: * src/classes/file.C: - allow $.limit for file::sql as well
9008:
9009: * src/classes/file.C: - allow $.offset option for file::sql - force
9010: send limit=1 to query for use sql specifics authomatically
9011:
9012: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9013: if $.limit value if empty. autoconvert it as everywere
9014:
9015: 2008-07-02 misha
9016:
9017: * configure.in: - time to change version number to 3.3.0 %-)
9018:
9019: * src/include/pa_version.h: - time to change version number to
9020: 3.3.0 %-)
9021:
9022: 2008-06-26 misha
9023:
9024: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9025: $.limit(0) fixes
9026:
9027: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9028: - $.limit(0) fixes
9029:
9030: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9031: new API)
9032:
9033: * src/: include/pa_sql_driver_manager.h,
9034: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9035: classes/op.C: - document_root added
9036:
9037: * src/main/compile.tab.C: - error message was changed
9038:
9039: 2008-06-25 misha
9040:
9041: * src/main/compile.y: - error message was changed
9042:
9043: 2008-06-24 misha
9044:
9045: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9046:
9047: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9048: tests for @OPTIONS\nappend
9049:
9050: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9051:
9052: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9053:
9054: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9055:
9056: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9057: compile.y
9058:
9059: 2008-06-17 misha
9060:
9061: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9062: compilation: ^if(default){true. it's incorrect. must be
9063: exception}
9064:
9065: 2008-06-16 misha
9066:
9067: * tests/: 181.ent, 181.html, results/181.processed: - test for
9068: checking external reference loading with 'http://localhost'
9069: prefix while creating xdoc
9070:
9071: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9072: ^math:long2ip[] and ^math:ip2long[]
9073:
9074: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9075: added which use scalar stateless class method when user object
9076: used in scalar context - use get_scalar_value when user object
9077: requested in scalar context
9078:
9079: * src/main/pa_common.C: - size must be int but not size_t or we
9080: can't compare with 0 sprintf result
9081:
9082: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9083: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9084: with internal switch between local/global vars
9085:
9086: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9087: specified
9088:
9089: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9090: pa_vstateless_object.h: - stateless class and object now has
9091: private scalar field and getter/setter for working with it
9092:
9093: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9094: moved to inet static class
9095:
9096: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9097: class added (^inet:aton[IP], ^inet:ntoa(number))
9098:
9099: * tests/: 180.html, results/180.processed: - tests for
9100: ^math:long2ip(long) and ^math:ip2long[IP]
9101:
9102: * src/classes/math.C: - ^math:ip2long[IP] added
9103:
9104: 2008-06-11 misha
9105:
9106: * src/main/pa_xml_io.C: - use file_read_text again because of we
9107: need cut BOM code and remove DOS newline chars. but don't
9108: transcode it anyway.
9109:
9110: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9111: main/pa_http.C: - option for disable transcoding while file_read
9112: and file_read_text added
9113:
9114: 2008-06-10 misha
9115:
9116: * tests/: 179.html, 179.p, results/179.processed: - test for many
9117: classes in 1 file
9118:
9119: * src/main/: compile.C, compile_tools.h: - compile return list of
9120: classes now.
9121:
9122: * src/main/: compile.y, compile.tab.C: - compile return list of
9123: classes now. internals.
9124:
9125: * src/main/pa_request.C: - compile return list of classes now. try
9126: call @conf and @auto for each returned class
9127:
9128: * src/include/pa_request.h: - compile return list of classes now
9129:
9130: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9131: return list of classes when compile buf)
9132:
9133: 2008-06-07 misha
9134:
9135: * src/main/pa_request.C: - constructing VRequest object with 3rd
9136: param -- form
9137:
9138: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9139: 3rd param: form. needed for get post_charset
9140:
9141: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9142: added
9143:
9144: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9145: types/pa_vform.C, types/pa_vform.h: - some polish
9146:
9147: 2008-06-06 misha
9148:
9149: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9150: charset and decode chars from it but not from response:charset
9151:
9152: * src/main/pa_http.C: - detect_charset moved out of here
9153:
9154: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9155: methods moved here - unescape_chars accepn one charset now
9156:
9157: * src/main/pa_http.C: - new constants used - don't allow
9158: $.content-type in ^file::load[;http://;$.method[POST]] - add
9159: charset info while ^file::load[;http://;$.method[POST]] - option
9160: $.omit-post-charset(true) added to ^file::load[;http://] for
9161: disabling charset during post
9162:
9163: * src/types/pa_vform.C: - new constants used
9164:
9165: * src/include/pa_common.h: - some constants were added
9166:
9167: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9168: instead of StrEqNc
9169:
9170: * src/main/pa_common.C: - new method for caseless search
9171: c-substring in c-string - use isxdigit instead of is_hex_digit
9172:
9173: * src/include/pa_common.h: - new method for caseless search
9174: c-substring in c-string
9175:
9176: 2008-06-05 misha
9177:
9178: * tests/results/178.processed: - test for testing default getter
9179:
9180: * tests/178.html: - test for testing default getter
9181:
9182: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9183: for test for testing default getter
9184:
9185: * src/main/execute.C: - default getter soul
9186:
9187: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9188: requested objects' field not found
9189:
9190: * src/types/pa_vclass.C: - register default getter if defined - get
9191: default getter if requested field not found
9192:
9193: * src/types/pa_vstateless_object.h: - method get_default_getter was
9194: added
9195:
9196: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9197: pointer to default getter and methods for get/set it were added
9198:
9199: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9200: auto_name field (for default getter)
9201:
9202: 2008-06-04 misha
9203:
9204: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9205: transcoding, no cutting BOM code, no fixing line breaks) and get
9206: it to libxml "as is"
9207:
9208: 2008-06-03 misha
9209:
9210: * src/main/pa_common.C: - use store_Char instead of
9211: transcodeCharFromUTF8
9212:
9213: * src/: include/pa_charset.h, main/pa_charset.C: - method
9214: store_Char added, transcodeCharFromUTF8 -- removed
9215:
9216: 2008-06-02 misha
9217:
9218: * tests/: results/177.processed, 177.html: - test for checking
9219: .[acm]date after local ^file::load[] was added
9220:
9221: * tests/: results/176.processed, 176.html: - test for checking
9222: @OPTION\locals + @method[vars][locals] added
9223:
9224: * tests/results/auto.p: - CLASS_PATH specified for checking use
9225:
9226: 2008-05-30 misha
9227:
9228: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9229: @OPTION\nlocals + @method[vars][;locals;] were added
9230:
9231: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9232: moved to separate method op_code - switch from VMethodFrame to
9233: VMethodFrameGlobal + VMethodFrameLocal
9234:
9235: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9236: was moved to separate method op_code
9237:
9238: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9239: VMethodFrame now
9240:
9241: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9242: all_vars_local as well
9243:
9244: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9245: pa_vmethod_frame_local.h, Makefile.am: - who children for
9246: VMethodFrame were added: one (global) works as VMethodFrame
9247: before and second (local) write all vars in self vars scope
9248:
9249: * src/types/pa_method.h: - method has bool flag all_vars_local now
9250:
9251: 2008-05-29 misha
9252:
9253: * tests/: 129.html, results/129.processed: - more tests for
9254: ^table.hash[]
9255:
9256: * src/classes/hash.C: - ^hash::sql has a new option:
9257: $.type[hash|string|table] as ^table.hash[] one.
9258:
9259: * src/classes/op.C: - ^try has 3rd param now: finally code which
9260: executed anyway after try or catch section
9261:
9262: 2008-05-27 misha
9263:
9264: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9265: must not fail if $.distinct(1) wasn't specified
9266:
9267: 2008-05-26 misha
9268:
9269: * src/classes/op.C: - allow ^throw[my type]
9270:
9271: 2008-05-22 misha
9272:
9273: * configure.in, configure: - version number updated to 3.2.4b
9274:
9275: * src/classes/: op.C, string.C: - trim format string before
9276: eval/format
9277:
9278: * tests/: results/175.processed, 175.html: - more tests for
9279: different format strings in .format[]
9280:
9281: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9282: as well (not only %XX)
9283:
9284: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9285: charset specified - checks for format before print number
9286: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9287: (instead of tabs) removed
9288:
9289: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9290: charset specified
9291:
9292: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9293: char in requested charset from utf code was added
9294:
9295: 2008-05-19 misha
9296:
9297: * tests/: 174.html, results/174.processed: - test for
9298: ^hashfile.cleanup[] added
9299:
9300: * src/classes/hashfile.C: - optimization: don't create any key or
9301: value variable if it's name weren't specified
9302: (^hf.foreach[;v]{...})
9303:
9304: 2008-05-16 misha
9305:
9306: * src/classes/hash.C: - optimization: don't create any key variable
9307: if variable name wasn't specified (^h.foreach[;v]{...})
9308:
9309: 2008-05-15 misha
9310:
9311: * src/classes/op.C: - small changes
9312:
9313: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9314:
9315: * src/classes/hash.C: - calculate var_context once before foreach
9316:
9317: 2008-05-14 misha
9318:
9319: * src/classes/hashfile.C: - incorrect vars context calculation for
9320: ^hashfile.foreach[;]{} fixed
9321:
9322: * src/classes/: hash.C, table.C: - little optimisation
9323:
9324: * src/classes/file.C: - bugfix: double absolute path while loading
9325: file
9326:
9327: * tests/: 174.html, results/174.processed: - tests for hashfile
9328: were added
9329:
9330: * buildall-with-xml: - moving to libxslt 1.1.24
9331:
9332: 2008-04-30 misha
9333:
9334: * src/classes/file.C: - stat file while loading (local only) so
9335: .adate, .mdate and .cdate available without additional ::stat
9336:
9337: 2008-04-28 misha
9338:
9339: * src/classes/file.C: - $.name and $.content-type available for
9340: stated file
9341:
9342: 2008-04-14 misha
9343:
9344: * src/targets/cgi/parser3.C: - new year in copyright %-)
9345:
9346: * src/include/pa_version.h: - new version number in head
9347:
9348: 2008-04-10 misha
9349:
9350: * tests/: 080.html, results/080.processed: - cut '0' from
9351: exponential part because of on diff OS it differ (20 or 020 for
9352: ex)
9353:
9354: * tests/: 119.html, results/119.processed: - check for encoding
9355: while creating xdoc
9356:
9357: 2008-04-09 misha
9358:
9359: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9360:
9361: * src/main/pa_common.C: - comment added
9362:
9363: * src/classes/date.C: - little refactoring
9364:
9365: 2008-04-07 misha
9366:
9367: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9368: style of ^table.save[]: prepare one big string and sabe it at
9369: once. it's safe on freebsd 4.x but use much more memory.
9370:
9371: * buildall-with-xml, buildall-without-xml: - option
9372: --disable-stringstream added (under comment. use it on freebsd
9373: 4.x)
9374:
9375: 2008-02-22 misha
9376:
9377: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9378: specified together in file::load[;http] - get back transcoding
9379: $.body[] in file::load[;http]
9380:
9381: 2008-02-21 misha
9382:
9383: * src/classes/date.C: - ^date.gmt-string[] was added
9384:
9385: * src/types/pa_value.C: - method for output date in RFC 822 format
9386: moved to pa_common.h
9387:
9388: * src/include/pa_common.h: - method for output date in RFC 822
9389: format moved here from pa_value.C
9390:
9391: * src/types/pa_vmail.C: - fixed core in sending mail with
9392: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9393:
9394: 2008-02-20 misha
9395:
9396: * src/main/pa_http.C: - transcode $.headers before escaping into
9397: specified charset while ^file::load[...;http://...] (L_URI
9398: instead of L_HTTP_HEADER) - $.cookies param available in
9399: ^file::load[;http://...] now (but we don't parse set-cookies from
9400: response yet) (cookies not transcoded as common $cookies)
9401:
9402: 2008-02-19 misha
9403:
9404: * src/main/pa_request.C: - rollback: we mustn't force taint
9405: $response:field values because in this case
9406: $response:locateion[http://...] don't works.
9407:
9408: 2008-02-15 misha
9409:
9410: * src/classes/op.C: - little refactoring
9411:
9412: * src/main/pa_http.C: - taint names of $.headers for load[;http
9413:
9414: * src/main/pa_request.C: - force taint values of $response:field
9415:
9416: 2008-02-14 misha
9417:
9418: * src/main/pa_request.C: - $response:field transcoded to
9419: $response:charset before escaping now
9420:
9421: * src/main/pa_http.C: - some outdated comments removed
9422:
9423: * src/classes/date.C: - lastdat -> last-day
9424:
9425: * src/classes/date.C: - ^date:lastday(year;month) and
9426: ^date.lastday[] were added - little code refactoring - comments
9427: changes
9428:
9429: * tests/: 159.html, results/159.processed: - test for number of
9430: days in February
9431:
9432: * src/types/pa_value.C: - fixes in code formatting
9433:
9434: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9435: and comments
9436:
9437: 2008-02-13 misha
9438:
9439: * src/main/pa_common.C: - bugfix for february at leap year
9440:
9441: 2008-01-28 misha
9442:
9443: * tests/: 160.html, results/160.processed: - more test for cache
9444: added
9445:
9446: * src/classes/op.C: - bugfix: cache body executed twice if contains
9447: unhandled exception
9448:
9449: 2008-01-25 misha
9450:
9451: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9452: bug when hashfile became inavailable after memory:compact)
9453:
9454: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9455:
9456: 2008-01-22 misha
9457:
9458: * src/classes/table.C: - little refactiring and exception texts
9459: changes in method ^table.hash[]
9460:
9461: * src/types/pa_vcookie.C: - link to cookie specification changed
9462:
9463: 2008-01-21 misha
9464:
9465: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9466: file::exec/cgi
9467:
9468: * src/classes/file.C: - bugfix: core while processing headers if
9469: executed cgi script don't return content
9470:
9471: 2008-01-18 misha
9472:
9473: * buildall-with-xml: - move to libxml2 version 2.6.31
9474:
9475: * src/include/pa_version.h, configure.in: - version number updated
9476: to '3.2.3b'
9477:
9478: 2007-12-28 misha
9479:
9480: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9481: hash.contains
9482:
9483: 2007-12-27 misha
9484:
9485: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9486: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9487: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9488: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9489: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9490: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9491: src/targets/cgi/parser3.vcproj,
9492: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9493: back to VS2003 because of Apache 1.3 module can't work if it was
9494: built in VS 2005. with cgi all file so VS2003 project files can
9495: be easy converted to the new format.
9496:
9497: 2007-12-04 misha
9498:
9499: * src/types/pa_vcode_frame.h: - changes in comment
9500:
9501: 2007-11-29 misha
9502:
9503: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9504: intercept strings any longer
9505:
9506: * tests/: 173.html, results/173.processed: - tests for
9507: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9508: but not in main code frame
9509:
9510: * tests/: 172.html, results/172.processed: - more tests for pass
9511: objects from code frames
9512:
9513: 2007-11-27 misha
9514:
9515: * tests/: 152.html, results/152.processed: - tests for converting
9516: strings 'true'/'false' to bool were added
9517:
9518: * tests/152.html: - added checks for converting strings
9519: 'true'/'false' to bool
9520:
9521: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9522: not only strings with numbers but with values 'true'/'false' as
9523: well
9524:
9525: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9526: for parser3.log increased
9527:
9528: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9529:
9530: * src/include/pa_common.h: - remove_crlf return cstring size now
9531:
9532: * src/include/pa_types.h: - constant with buffer size for
9533: parser3.log added
9534:
9535: 2007-11-16 misha
9536:
9537: * tests/cat.sh: - script for tests for file::exec/cgi
9538:
9539: * tests/171.html: - tests for file::exec/cgi
9540:
9541: * tests/results/171.processed: - tests results for file::exec/cgi
9542:
9543: 2007-11-15 misha
9544:
9545: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9546:
9547: * src/classes/file.C: - .body must be set before analyzing cgi
9548: headers
9549:
9550: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9551: only if exec/cgi return anything.
9552:
9553: 2007-11-14 misha
9554:
9555: * operators.txt: - info about new text|binary option for
9556: file::exec/cgi was added
9557:
9558: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9559: ^file:exec[[text|binary];script;...]
9560:
9561: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9562: classes/string.C, classes/table.C: - more text strings moved to
9563: the one place
9564:
9565: 2007-11-09 misha
9566:
9567: * src/types/pa_vrequest.C: - $request:argv must be taint
9568:
9569: * ChangeLog: - $request:argv [patch from Sumo]
9570:
9571: * operators.txt: - $request:argv
9572:
9573: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9574: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9575:
9576: 2007-10-25 misha
9577:
9578: * buildall-with-xml, buildall-without-xml: - options preparations
9579: for ./configure rewrited
9580:
9581: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9582: error occure in unhandled_exception finally fixed
9583:
9584: 2007-10-23 misha
9585:
9586: * tests/: 170.html, results/170.processed: - test for
9587: @method[][result]
9588:
9589: * operators.txt: - added info about node.prefix and
9590: node.namespaceURI
9591:
9592: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9593:
9594: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9595: added for node and attribute
9596:
9597: 2007-10-22 misha
9598:
9599: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9600:
9601: * src/main/pa_request.C: - added const content-transfer-encoding
9602:
9603: * src/include/pa_request.h: - added const content-transfer-encoding
9604: - ups. constants must be in lowercase (for search)
9605:
9606: * src/types/pa_vmail.C: - more constants used -
9607: content-transfer-encoding: 8bit added
9608:
9609: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9610:
9611: * src/include/pa_request.h: - more constants
9612:
9613: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9614: ommit anymore if $.content-disposition was specified - little
9615: refactoring
9616:
9617: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9618:
9619: 2007-10-17 misha
9620:
9621: * operators.txt: - info about
9622: table::create[nameless]{data}[>options<] was added
9623:
9624: * src/main/: compile.tab.C, compile.y: - if error occure while
9625: compile method don't put this method in methods table anymore.
9626: in other case the parser coredumped if @unhandled_exception
9627: method can't be compiled because of parser.compile error.
9628:
9629: * src/main/execute.C: - little code reformating
9630:
9631: * src/main/pa_request.C: - little code reformating - comment
9632: changed
9633:
9634: 2007-10-16 misha
9635:
9636: * tests/: 035.html, results/035.processed: - tests
9637: table::create[]{}[options] added
9638:
9639: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9640: options (only $.seperator[] yet)
9641:
9642: 2007-10-10 misha
9643:
9644: * src/classes/table.C: - some contstants moved to pa_common.h -
9645: some code changes
9646:
9647: 2007-10-02 misha
9648:
9649: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9650: then three time as much. but base64 encoding method still use
9651: less memory anyway.
9652:
9653: 2007-09-17 misha
9654:
9655: * operators.txt: - added info about $cookie:fields
9656:
9657: * src/types/pa_vcookie.C: - $cookie:fields available now
9658:
9659: * src/classes/hash.C: - some stuff for use with .for_each moved to
9660: common
9661:
9662: * src/include/pa_common.h: - some stuff for use with .for_each
9663: moved here
9664:
9665: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9666:
9667: 2007-09-14 misha
9668:
9669: * buildall-with-xml: - new xml libs again =)
9670:
9671: 2007-08-28 misha
9672:
9673: * operators.txt: - texts about ^table.columns[[column name]] and
9674: ^string.split[...][v][column name] were added
9675:
9676: * tests/: 168.html, 169.html, results/168.processed,
9677: results/169.processed: - tests for ^table.columns[[column name]]
9678: and ^string.split[...][v][column name] were added
9679:
9680: * src/classes/table.C: - new option ^table.columns[[column name]]
9681: was added
9682:
9683: * src/classes/string.C: - new option ^string.split[...;v;[column
9684: name]]
9685:
9686: * src/include/pa_exception.h: - error text message for
9687: ^hash._keys[], ^table.columns[] and ^string.split[]
9688:
9689: 2007-08-27 misha
9690:
9691: * src/main/untaint.C: - try to fix coredump on unix if print to
9692: body ^taint[sql][something] outside of connect
9693:
9694: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9695: outside of connect
9696:
9697: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9698: added (commented by default)
9699:
9700: 2007-08-20 misha
9701:
9702: * operators.txt: - comment about new method ^node.hasAttributes[]
9703: was added
9704:
9705: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9706: duplicated exception text strings were removed
9707:
9708: * src/include/pa_exception.h: - more exception text strings moved
9709: here
9710:
9711: * src/classes/table.C: - some duplicate exceptions' text strings
9712: removed
9713:
9714: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9715: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9716: removed
9717:
9718: * src/include/pa_exception.h: - some exception text strings movet
9719: to pa_exception
9720:
9721: * tests/: 149.html, results/149.processed: - test for
9722: ^xnode.hasAttributes[] was added - some code changes
9723:
9724: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9725: added
9726:
9727: 2007-08-17 misha
9728:
9729: * tests/: results/006.processed, results/059.processed, 006.html,
9730: 059.html: - more tests for match
9731:
9732: * tests/: 129.html, results/129.processed: - tests for
9733: ^table.hash[...][$.type[string|hash|table]] added
9734:
9735: * src/targets/cgi/parser3.C: - little syntax changes
9736:
9737: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9738: syntax changes
9739:
9740: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9741: messages in parser3.log switched off by default. If someone
9742: really still need it: use $SIGPIPE(1)
9743:
9744: 2007-08-08 misha
9745:
9746: * buildall-with-xml, buildall-without-xml: - remove libs source
9747: files by default since now
9748:
9749: 2007-08-07 misha
9750:
9751: * buildall-without-xml: - some option syntax changes
9752:
9753: * buildall-with-xml: - compile libxml2 without http support - some
9754: option syntax changes
9755:
9756: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9757:
9758: 2007-08-06 misha
9759:
9760: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9761:
9762: * tests/: 160.html, results/160.processed: - cache test was
9763: rewrited
9764:
9765: 2007-07-06 misha
9766:
9767: * tests/: 153.html, results/153.processed: - added test for
9768: ^math:sha1[string]
9769:
9770: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9771: transcoded
9772:
9773: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9774: were added
9775:
9776: 2007-06-28 misha
9777:
9778: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9779: some incorrect chars
9780:
9781: 2007-06-19 misha
9782:
9783: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9784: were moved on top because of gcc 4 had a problems during
9785: building.
9786:
9787: 2007-06-18 misha
9788:
9789: * tests/results/019.processed: - new image commited
9790:
9791: 2007-06-09 misha
9792:
9793: * src/classes/: op.C, table.C: - in while and table.select method
9794: as_expression used now
9795:
9796: * src/types/pa_vmethod_frame.h: - method as_expression was added
9797:
9798: 2007-06-08 misha
9799:
9800: * tests/: 166.html, results/166.processed: - test for
9801: ^match[...][n]
9802:
9803: * tests/: 165.html, results/165.processed: - tests for loops
9804:
9805: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9806: because of no speed/memory optimisation but some proglems with
9807: long cycles occure
9808:
9809: 2007-06-06 misha
9810:
9811: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9812: ^table.select(true) and ^table.select(1) didn't works because of
9813: awaiting junction-param only. fixed.
9814:
9815: 2007-05-24 misha
9816:
9817: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9818: with 0.5 secs interval
9819:
9820: * src/classes/op.C: - cache was rewrited. I hope it works with
9821: locking system now on unix
9822:
9823: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9824: system locks which wait till other threads release it but try get
9825: lock, if fail wait 1 sec and make 10 attempts.
9826:
9827: * src/include/pa_os.h: - consts for blocking locks + some comments
9828: were added
9829:
9830: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9831: opening files
9832:
9833: * src/classes/table.C: - changes in includes. if unclude <sstream>
9834: after our classes on unix it can't be build
9835:
9836: * src/types/pa_vhashfile.C: - not needed code removed
9837:
9838: 2007-05-23 misha
9839:
9840: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9841: include/pa_common.h: - cosmetic changes
9842:
9843: 2007-05-18 misha
9844:
9845: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9846: often. it's give some speed increasing
9847:
9848: * tests/results/160.processed: - returned time corrected
9849:
9850: * tests/160.html: - time increased because on unix 1 mean nothing
9851: :(
9852:
9853: * operators.txt: - added info about ^hash.contain[key]
9854:
9855: * src/classes/hash.C: - added ^hash.contain[key]
9856:
9857: * src/include/pa_hash.h: - added method for checking key exists in
9858: hash
9859:
9860: 2007-05-07 misha
9861:
9862: * src/include/pa_string.h: - was compilation error during build on
9863: freebsd4
9864:
9865: 2007-05-03 misha
9866:
9867: * src/classes/table.C: - option $.type[hash|string|table] was added
9868: for ^table.hash[]
9869:
9870: * src/classes/file.C: - comment removed
9871:
9872: 2007-04-26 misha
9873:
9874: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9875: real files doesn't opened in place anymore
9876:
9877: 2007-04-24 misha
9878:
9879: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9880:
9881: * src/include/pa_exception.h: "static" removed
9882:
9883: 2007-04-23 misha
9884:
9885: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9886:
9887: * src/classes/math.C: added: - ^math:ln(N) (the same as
9888: ^math:log(N)) - ^math:lg(N)
9889:
9890: * tests/: 097.html, results/097.processed: - charsets converstion
9891: during ^file::load[text;http://...] added
9892:
9893: * tests/: 164.html, results/164.processed: - check for set expires
9894: as a date
9895:
9896: * tests/: 164.html, results/164.processed: - test for hashfile
9897:
9898: * src/classes/hashfile.C: - little comment changes
9899:
9900: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9901: access
9902:
9903: * src/: classes/date.C, classes/double.C, classes/file.C,
9904: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9905: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9906: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9907: classes/xnode.h, include/pa_request.h, main/execute.C,
9908: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9909: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9910: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9911: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9912: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9913: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9914: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9915: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9916: "parser.runtime" strings were removed
9917:
9918: * src/classes/hashfile.C: - with .clear[] called files_delete()
9919: now.
9920:
9921: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9922:
9923: * src/include/pa_exception.h: - string constant with
9924: "parser.runtime" text was added
9925:
9926: 2007-04-20 misha
9927:
9928: * operators.txt: - some comments changing
9929:
9930: * operators.txt: - added info about .^hashfile.release[],
9931: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9932:
9933: * configure: =cheching for unsetenv
9934:
9935: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9936: ^hashfile.release[] were added
9937:
9938: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9939: ^string.match[][] understand new option now: return number of
9940: matches but not table wit results
9941:
9942: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9943: reopen now
9944:
9945: * src/classes/op.C: - bug. must be false
9946:
9947: * configure.in: - checking for unsetenv was added
9948:
9949: * src/types/pa_vform.C: - some comments
9950:
9951: 2007-04-18 misha
9952:
9953: * buildall-with-xml: moving to libxml2-2.6.28
9954:
9955: * buildall-with-xml, buildall-without-xml: added commented lines
9956: with --disable-safe-mode option
9957:
9958: * operators.txt: - info about $form:files
9959:
9960: 2007-04-17 misha
9961:
9962: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9963: $form:files was added
9964:
9965: * tests/: 163.html, results/163.processed: removing auto format
9966:
9967: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9968:
9969: 2007-04-16 misha
9970:
9971: * tests/: 163.html, results/163.processed: - test for .int[],
9972: floor, round, ceiling and .format[]
9973:
9974: * src/classes/file.C: - little optimization for getting args in
9975: exec/cgi
9976:
9977: 2007-04-13 misha
9978:
9979: * src/classes/file.C: - arguments for file::exec/cgi can be
9980: specified now as s table with one column
9981:
9982: 2007-03-27 misha
9983:
9984: * tests/: 162.html, results/162.processed: - test for
9985: ^table.select(^condition[$t])
9986:
9987: * tests/results/auto.p: - load windows-1251 charset for some tests
9988:
9989: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9990:
9991: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9992: 161_windows1251.txt: - added test for
9993: ^file::load[text;/local/file.txt;$.charset[...]]
9994:
9995: * tests/: results/013.processed, 013.html: - added test for
9996: checking $._default value while hash modifications
9997:
9998: * tests/: 160.html, results/160.processed: - add test for
9999: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10000:
10001: 2007-03-22 misha
10002:
10003: * src/include/pa_common.h: - "charset" string defined for
10004: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10005:
10006: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10007: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10008: added - not needed transcodes were removed from
10009: ^file::load[...;http://...]
10010:
10011: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10012: added
10013:
10014: * src/classes/date.C: - date.week was fixed
10015:
10016: * operators.txt: - added info about date.weekyear
10017:
10018: * tests/: 159.html, results/159.processed: - tests for date.week
10019: and date.weekyear added
10020:
10021: 2007-03-15 misha
10022:
10023: * src/classes/table.C: - enclose column numbers for nameless tables
10024: as well
10025:
10026: 2007-03-14 misha
10027:
10028: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10029:
10030: * src/classes/table.C: - table.save optimization: now required much
10031: less memory
10032:
10033: 2007-03-13 misha
10034:
10035: * tests/results/: 158.processed, 158.processes: - tests for
10036: table.save/table.load
10037:
10038: * tests/: 158.html, results/158.processes: - tests for
10039: table.save/table.load
10040:
10041: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10042:
10043: * buildall-with-xml: - pattern needed now for building
10044:
10045: * tests/results/097.processed: - added test results for xdoc::load
10046: & xdoc::load[http://...]
10047:
10048: * tests/097.html: - added test for xdoc::load
10049:
10050: 2007-03-12 misha
10051:
10052: * tests/: 107.html, results/107.processed: - added test for xpath
10053: '//man'
10054:
10055: 2007-03-01 misha
10056:
10057: * tests/: 097.html, results/097.processed: - added test for
10058: creating xdoc from file
10059:
10060: * tests/: results/157.processed, 157.html: - added test for
10061: file:move
10062:
10063: 2007-02-28 misha
10064:
10065: * src/classes/xdoc.C: - another attempt
10066:
10067: * src/classes/xdoc.C: - roll back last changes for a while
10068:
10069: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10070:
10071: * src/classes/file.C: - under lock we create non-exist dir anyway
10072:
10073: * tests/results/099.processed: - ever send content-disposition to
10074: client with file
10075:
10076: * tests/157.html: + test for file:copy
10077:
10078: 2007-02-26 misha
10079:
10080: * src/classes/file.C: - some similar strings moved to #define
10081: instead of to be copy/pasted many times
10082:
10083: * src/types/pa_vfile.h: - class name string ("file") moved to
10084: #define
10085:
10086: 2007-02-20 misha
10087:
10088: * configure.in: - added some strings for sqlite detection
10089:
10090: 2007-02-19 misha
10091:
10092: * operators.txt: - some comments changes
10093:
10094: * buildall-with-xml, buildall-without-xml: - some modifications
10095:
10096: 2007-02-17 misha
10097:
10098: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10099:
10100: * src/main/pa_request.C: - damn, i forgot to commit it while I
10101: change console behaviour
10102:
10103: 2007-02-12 misha
10104:
10105: * src/targets/cgi/parser3.C: - don't print headers if
10106: $console:line[data] was used during cgi execution.
10107:
10108: * src/types/pa_vconsole.h: - console class have bool flag now which
10109: marked as 'true' if class was used.
10110:
10111: * tests/: 152.html, results/152.processed: - more types was added
10112: to test 152
10113:
10114: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10115: adding 'bool' (^if($image){} caused exception)
10116:
10117: 2007-02-09 misha
10118:
10119: * tests/: 152.html, results/152.processed: - test alightly updated
10120:
10121: * tests/: 152.html, results/152.processed: - test rewrited
10122:
10123: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10124: bugfix. I broke xdoc & xnode in expression
10125:
10126: 2007-02-08 misha
10127:
10128: * tests/: 152.html, results/152.processed: - add test for checking
10129: 'def' for void, string, bool, int & double
10130:
10131: 2007-02-07 misha
10132:
10133: * operators.txt: - ^file:base64[filespec] was added
10134:
10135: * tests/results/153.processed: - result test for
10136: ^file:base64[filespec] was updated
10137:
10138: * tests/153.html: - test for ^file:base64[filespec] was added
10139:
10140: * src/types/pa_vconsole.h: - little optimization
10141:
10142: * src/classes/file.C: - ^file:base64[filespec]
10143:
10144: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10145:
10146: * src/include/pa_common.h: - declarations for
10147: ^file:base64[filespec]
10148:
10149: * src/types/pa_vcookie.C: - little optimization
10150:
10151: 2007-02-06 misha
10152:
10153: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10154: were temporary commented
10155:
10156: * src/types/pa_vbool.h: - bugfix
10157:
10158: * tests/156.html: - added test for bool cookie
10159:
10160: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10161:
10162: * tests/: 155.html, results/155.processed: - added test for check
10163: $.encloser[] option for table save/load
10164:
10165: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10166:
10167: 2007-02-05 misha
10168:
10169: * tests/results/152.processed: - newline at the end was missed
10170:
10171: * tests/results/141.processed: - math:md5 must be lowercased
10172:
10173: * src/targets/cgi/parser3.C: - 2007 in help ;)
10174:
10175: 2007-02-03 misha
10176:
10177: * tests/results/: 150.processed, 151.processed, 152.processed: -
10178: test for bool added and some content length fixes
10179:
10180: * tests/152.html: - test for bool added
10181:
10182: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10183:
10184: * operators.txt: - info bool class was added
10185:
1.116 moko 10186: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10187: classes/classes.vcproj, classes/double.C, classes/int.C,
10188: classes/string.C, classes/void.C, classes/xnode.C,
10189: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10190: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10191: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10192: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10193: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10194: types/types.vcproj: - bool class was added
10195:
10196: * src/main/pa_request.C: - fix
10197:
10198: 2007-01-18 misha
10199:
10200: * src/: main/pa_string.C, classes/string.C: - return table during
10201: ^string.match[][] even if no matched found.
10202:
10203: 2006-12-20 misha
10204:
10205: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10206: http://www.parser.ru/forum/?id=55598 ]
10207:
10208: 2006-12-19 misha
10209:
10210: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10211: details: http://www.parser.ru/forum/?id=52359
10212:
10213: * src/main/pa_request.C: - always set content-disposition for
10214: $response:body[hash here]. more details:
10215: http://www.parser.ru/forum/?id=52130
10216:
10217: 2006-12-07 misha
10218:
10219: * operators.txt: - added info about bool params in cookie set
10220:
10221: * src/types/pa_vcookie.C: - bool param in cookies available now
10222: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10223: ]
10224:
10225: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10226: was added
10227:
10228: 2006-12-02 misha
10229:
10230: * src/classes/file.C: - file_block_read used instead of native read
10231:
10232: * src/main/pa_common.C: - added file_block_read with read error
10233: detection - file_block_read used instead of native read
10234:
10235: * src/include/pa_common.h: - added file_block_read declaration
10236:
10237: 2006-12-01 misha
10238:
10239: * operators.txt: - info about $var.CLASS_NAME was added
10240:
10241: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10242: $var.CLASS_NAME added
10243:
10244: * operators.txt: - added info about ^file:copy[]
10245:
10246: * src/classes/file.C: - ^file:copy[from;fo] was added
10247:
10248: 2006-11-20 misha
10249:
10250: * src/classes/date.C: - bug fix :)
10251:
10252: 2006-11-17 misha
10253:
10254: * src/include/pa_common.h: - array in crc32 calculation was changed
10255: to static
10256:
10257: * src/main/pa_common.C: - little optimization in getMonthDays -
10258: small changes in crc32 calculation
10259:
10260: * src/classes/date.C: - not needed code was removed
10261:
10262: 2006-11-16 misha
10263:
10264: * src/types/pa_vmail.C: - fix missed brakes
10265:
10266: * src/types/pa_vmail.C: - mail:send now set content-type:
10267: multipart/related instead of multipart/mixed if file have
10268: $.content-id[]
10269:
10270: 2006-11-15 misha
10271:
10272: * src/types/pa_vdouble.h: abs -> fabs
10273:
10274: 2006-11-14 misha
10275:
10276: * operators.txt: - added info about ^file.md5[] and
10277: ^file:md5[file-name]
10278:
10279: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10280: added
10281:
10282: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10283: FILE_BUFFER_SIZE
10284:
10285: * src/classes/math.C: - hex_string was moved to pa_common.h
10286:
10287: * src/include/pa_common.h: - hex_string was moved from math.C -
10288: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10289:
10290: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10291: values was fixed
10292:
10293: 2006-11-13 misha
10294:
10295: * operators.txt: - added info about ^math:crc32[string],
10296: ^file:crc32[file-name] & ^file.crc32[]
10297:
10298: * src/classes/math.C: - added ^math:crc32[string]
10299:
10300: * src/classes/file.C: - some comments were changed - added
10301: ^file:crc32[file-name] and ^file.crc32[]
10302:
10303: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10304: crc32 calculation added
10305:
10306: 2006-11-03 misha
10307:
10308: * src/include/pa_array.h: - not needed variable removed
10309:
10310: * tests/: 150.html, 151.html, results/150.processed,
10311: results/151.processed: - 2 tests were added
10312:
10313: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10314: with $.reverse(1) were fixed
10315:
10316: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10317: query converted to $.charset during ^file::load[http://...]
10318:
10319: 2006-11-02 misha
10320:
10321: * src/include/pa_table.h: ups. forget '=' char
10322:
10323: * src/include/pa_table.h: - one more fix in
10324: .locate[...][$.reverse(1)]
10325:
10326: 2006-11-01 misha
10327:
10328: * src/classes/math.C: - bug fix, details:
10329: http://www.parser.ru/forum/?id=53360
10330:
10331: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10332: false for all records )[$.reverse(1)]
10333:
10334: * src/main/pa_http.C: - second param for this mid method is length
10335: but not end_index so this method has error and can't detect
10336: charsets in next content-types: Content-type: text/html;
10337: charset="windows-1251" Content-type: text/html;
10338: charset="windows-1251"; Content-type: text/html;
10339: charset=windows-1251;
10340:
10341: only Content-type: text/html; charset=windows-1251 was fine
10342:
10343: 2006-10-31 misha
10344:
10345: * src/classes/file.C: - empty args in file::exec removed now
10346:
10347: 2006-09-03 paf
10348:
10349: * src/classes/file.C: proper tainting of
10350: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10351:
10352: 2006-06-09 paf
10353:
10354: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10355:
10356: * src/classes/table.C: formatting
10357:
10358: * src/classes/table.C: incorporated patch from misha: Sent:
10359: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10360: ignoring string options for ^table.save[]
10361:
10362: * src/classes/hash.C: incorporated patch from misha Sent:
10363: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10364: $hash._default disappear while
10365:
10366: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10367: $.format[!uue|!base64] << new base64 option. default uue ] ]
10368:
10369: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10370: PM Subject: patch for base64 in ^mail:send[] %-)
10371:
10372: 2006-04-09 paf
10373:
10374: * src/main/compile.tab.C: ` change compiled
10375:
10376: * gnu.vcproj, operators.txt, parser3.sln,
10377: src/classes/classes.vcproj, src/classes/file.C,
10378: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10379: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10380: src/classes/xnode.C, src/include/pa_array.h,
10381: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10382: src/include/pa_memory.h, src/include/pa_request.h,
10383: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10384: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10385: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10386: src/lib/pcre/pcre_dftables.vcproj,
10387: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10388: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10389: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10390: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10391: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10392: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10393: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10394: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10395: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10396: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10397: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10398: src/types/pa_value.h, src/types/pa_vcookie.C,
10399: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10400: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10401: src/types/pa_vstatus.C, src/types/types.vcproj,
10402: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10403: ^menu, ^hash/hashfile.foreach
10404:
10405: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10406: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10407: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10408: src/classes/xnode.C, src/include/pa_array.h,
10409: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10410: src/include/pa_memory.h, src/include/pa_request.h,
10411: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10412: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10413: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10414: src/lib/pcre/pcre_dftables.vcproj,
10415: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10416: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10417: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10418: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10419: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10420: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10421: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10422: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10423: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10424: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10425: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10426: src/types/pa_value.h, src/types/pa_vcookie.C,
10427: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10428: src/types/pa_vstatus.C, src/types/types.vcproj,
10429: tests/descript.ion: ! switched to VS2005 (projects and
10430: object<info explicitly typed>.for_each(, info)) +
10431: $response:field[] setting void means removing + grammar $name`
10432: name stops now, for mysql `$field` + started ^break[]
10433: ^continue[], in ^for. TODO: to other iterators (while, menu,
10434: foreach) + all log messages += [uri=, method=, cl=]
10435:
10436: * buildall-with-xml: merged . ftp paths update
10437:
10438: * buildall-with-xml: . ftp paths update
10439:
10440: 2006-03-04 paf
10441:
10442: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10443: checks++ [thanks to Igor Zinkovsky for detailed report]
10444:
10445: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10446: Igor Zinkovsky for detailed report]
10447:
10448: 2006-03-01 paf
10449:
10450: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10451: \n to ' ' in
10452:
10453: 2006-02-18 paf
10454:
10455: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10456: \n to ' ' in
10457:
10458: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10459:
10460: 2006-02-03 paf
10461:
10462: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10463: base64
10464:
10465: * src/main/pa_common.C: ! bugfix: decoding from base64
10466:
10467: 2006-01-20 paf
10468:
10469: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10470: economy fix
10471:
10472: * src/classes/: table.C: merged from HEAD ! bugfix
10473: ^table.save[$.encloser-s now handled properly
10474:
10475: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10476: handled properly
10477:
10478: 2006-01-19 paf
10479:
10480: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10481: libgc:USE_MUNMAP activates merging of free memory blocks which
10482: helps a lot in our case: after transform we want
10483: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10484:
10485: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10486: economy fix
10487:
10488: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10489: activates merging of free memory blocks which helps a lot in our
10490: case: after transform we want CORD(main.result)->cstr[big
10491: malloc]->transcode[big malloc]
10492:
10493: 2006-01-17 paf
10494:
10495: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10496: before reading them. got rid of reallocs = became quicker and
10497: less fragmentated
10498:
10499: 2005-12-29 paf
10500:
1.116 moko 10501: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10502: configure, configure.in, src/include/pa_version.h,
10503: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10504: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10505: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10506: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10507: src/lib/ltdl/missing: . merged from 3.2.1
10508:
1.116 moko 10509: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10510: packaged when 'make dist', so do configure companion files in
10511: src/lib/ltdl
10512:
10513: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10514: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10515: missing: . now config_auto.h is created with configure [were
10516: constant]
1.95 moko 10517:
10518: * INSTALL: . references to documentation and some clarification
10519:
10520: * buildall-with-xml, buildall-without-xml: . farawell doc
10521: indication
10522:
1.116 moko 10523: * Makefile.am: . dist+=buildall*
1.95 moko 10524:
10525: 2005-12-28 paf
10526:
10527: * configure: . 3.2.1
10528:
10529: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10530: simplify build process, see INSTALL
10531:
10532: 2005-12-26 paf
10533:
10534: * configure: ver
10535:
10536: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10537: version
10538:
10539: 2005-12-21 paf
10540:
10541: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10542: compiled with bison 1.875b, it reports unexpected token names
10543:
10544: 2005-12-19 paf
10545:
10546: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10547: holds a link to xmlNode to prevent premature gc(xmlNode)
10548:
10549: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10550: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10551: src/main/main.vcproj, src/main/pa_globals.C,
10552: src/targets/cgi/parser3.vcproj,
10553: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10554: configure, configure.in, src/include/pa_version.h: . killing
10555: gdome [what a relief]
10556:
10557: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10558: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10559: run_parser.sh, results/001.processed, results/002.processed,
10560: results/003.processed, results/004.processed,
10561: results/005.processed, results/006.processed,
10562: results/008.processed, results/009.processed,
10563: results/010.processed, results/011.processed,
10564: results/012.processed, results/013.processed,
10565: results/014.processed, results/015.processed,
10566: results/016.processed, results/017.processed,
10567: results/018.processed, results/020.processed,
10568: results/021.processed, results/022.processed,
10569: results/023.processed, results/024.processed,
10570: results/025.processed, results/026.processed,
10571: results/027.processed, results/028.processed,
10572: results/029.processed, results/030.processed,
10573: results/031.processed, results/032.processed,
10574: results/033.processed, results/034.processed,
10575: results/035.processed, results/036.processed,
10576: results/037.processed, results/038.processed,
10577: results/039.processed, results/040.processed,
10578: results/041.processed, results/042.processed,
10579: results/043.processed, results/044.processed,
10580: results/045.processed, results/046.processed,
10581: results/047.processed, results/048.processed,
10582: results/049.processed, results/050.processed,
10583: results/051.processed, results/052.processed,
10584: results/053.processed, results/054.processed,
10585: results/055.processed, results/056.processed,
10586: results/057.processed, results/058.processed,
10587: results/059.processed, results/060.processed,
10588: results/061.processed, results/062.processed,
10589: results/063.processed, results/064.processed,
10590: results/065.processed, results/066.processed,
10591: results/067.processed, results/068.processed,
10592: results/069.processed, results/070.processed,
10593: results/071.processed, results/072.processed,
10594: results/073.processed, results/074.processed,
10595: results/075.processed, results/076.processed,
10596: results/077.processed, results/078.processed,
10597: results/079.processed, results/080.processed,
10598: results/081.processed, results/082.processed,
10599: results/083.processed, results/084.processed,
10600: results/085.processed, results/086.processed,
10601: results/087.processed, results/088.processed,
10602: results/089.processed, results/090.processed,
10603: results/091.processed, results/092.processed,
10604: results/093.processed, results/094.processed,
10605: results/095.processed, results/096.processed,
10606: results/097.processed, results/099.processed,
10607: results/100.processed, results/101.processed,
10608: results/102.processed, results/104.processed,
10609: results/105.processed, results/106.processed,
10610: results/107.processed, results/108.processed,
10611: results/109.processed, results/110.processed,
10612: results/111.processed, results/112.processed,
10613: results/113.processed, results/114.processed,
10614: results/115.processed, results/117.processed,
10615: results/119.processed, results/120.processed,
10616: results/121.processed, results/122.processed,
10617: results/123.processed, results/124.processed,
10618: results/125.processed, results/126.processed,
10619: results/127.processed, results/128.processed,
10620: results/129.processed, results/130.processed,
10621: results/131.processed, results/132.processed,
10622: results/133.processed, results/134.processed,
10623: results/135.processed, results/136.processed,
10624: results/138.processed, results/139.processed,
10625: results/140.processed, results/141.processed,
10626: results/142.processed, results/143.processed,
10627: results/144.processed, results/145.processed,
10628: results/146.processed, results/147.processed,
10629: results/148.processed, results/149.processed, results/auto.p: .
10630: now works if we turn off default auto.p
10631:
1.116 moko 10632: * configure: . makes
1.95 moko 10633:
10634: * src/types/pa_vxnode.C: . less warnings
10635:
10636: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10637: tests/145.html, tests/149.html, tests/descript.ion,
10638: tests/outputs/d.cmd, tests/results/142.processed,
10639: tests/results/143.processed, tests/results/144.processed,
10640: tests/results/145.processed, tests/results/146.processed,
10641: tests/results/147.processed, tests/results/148.processed,
10642: tests/results/149.processed: . removed .nodeValue from all node
10643: types other than 5 (grabbed piece from gdome)
10644:
10645: * tests/: 137.html, results/137.processed: . not handled this case
10646: yet. code does not hang from inserting parent into child,
10647: considering thing minor issue -- nodes are removed from source
10648: anyway, don't know why shold that be an error after all
10649:
10650: * src/targets/cgi/parser3.C: . style
10651:
10652: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10653: xdoc too [were barking "not element"]
10654:
10655: 2005-12-16 paf
10656:
10657: * tests/: 146.html, 147.html, 148.html: . more tests
10658:
10659: * src/classes/xnode.C: . also bark on possible errors
10660:
10661: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10662: props
10663:
10664: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10665: main/compile.y: merged from HEAD ! fixed overoptimized
10666: ^call(false) case. (confused it with ^call[] case)
10667:
10668: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10669: ^call(false) case. (confused it with ^call[] case)
10670:
10671: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10672:
10673: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10674: results/001.processed, results/002.processed,
10675: results/003.processed, results/004.processed,
10676: results/005.processed, results/006.processed,
10677: results/008.processed, results/009.processed,
10678: results/010.processed, results/011.processed,
10679: results/012.processed, results/013.processed,
10680: results/014.processed, results/015.processed,
10681: results/016.processed, results/017.processed,
10682: results/018.processed, results/019.processed,
10683: results/020.processed, results/021.processed,
10684: results/022.processed, results/023.processed,
10685: results/024.processed, results/025.processed,
10686: results/026.processed, results/027.processed,
10687: results/028.processed, results/029.processed,
10688: results/030.processed, results/031.processed,
10689: results/032.processed, results/033.processed,
10690: results/034.processed, results/035.processed,
10691: results/036.processed, results/037.processed,
10692: results/038.processed, results/039.processed,
10693: results/040.processed, results/041.processed,
10694: results/042.processed, results/043.processed,
10695: results/044.processed, results/045.processed,
10696: results/046.processed, results/047.processed,
10697: results/048.processed, results/049.processed,
10698: results/050.processed, results/051.processed,
10699: results/052.processed, results/053.processed,
10700: results/054.processed, results/055.processed,
10701: results/056.processed, results/057.processed,
10702: results/058.processed, results/059.processed,
10703: results/060.processed, results/061.processed,
10704: results/062.processed, results/063.processed,
10705: results/064.processed, results/065.processed,
10706: results/066.processed, results/067.processed,
10707: results/068.processed, results/069.processed,
10708: results/070.processed, results/071.processed,
10709: results/072.processed, results/073.processed,
10710: results/074.processed, results/075.processed,
10711: results/076.processed, results/077.processed,
10712: results/078.processed, results/079.processed,
10713: results/080.processed, results/081.processed,
10714: results/082.processed, results/083.processed,
10715: results/084.processed, results/085.processed,
10716: results/086.processed, results/087.processed,
10717: results/088.processed, results/089.processed,
10718: results/090.processed, results/091.processed,
10719: results/092.processed, results/093.processed,
10720: results/094.processed, results/095.processed,
10721: results/096.processed, results/097.processed,
10722: results/099.processed, results/101.processed,
10723: results/102.processed, results/104.processed,
10724: results/105.processed, results/106.processed,
10725: results/107.processed, results/108.processed,
10726: results/109.processed, results/110.processed,
10727: results/111.processed, results/112.processed,
10728: results/113.processed, results/114.processed,
10729: results/115.processed, results/116.processed,
10730: results/117.processed, results/118.processed,
10731: results/119.processed, results/120.processed,
10732: results/121.processed, results/122.processed,
10733: results/123.processed, results/124.processed,
10734: results/125.processed, results/126.processed,
10735: results/127.processed, results/128.processed,
10736: results/129.processed, results/130.processed,
10737: results/131.processed, results/132.processed,
10738: results/133.processed, results/134.processed,
10739: results/135.processed, results/136.processed,
10740: results/137.processed, results/138.processed,
10741: results/139.processed, results/140.processed,
10742: results/141.processed: . refreshed old tests, made them work
10743: without auto.p (in utf8) . things noted: . gif got encoded
10744: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10745: some strange year)
10746:
10747: * INSTALL: . revived linux libgc fix
10748:
10749: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10750: glib/gdome in INSTALL and patches]
10751:
10752: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10753: include/pa_charset.h, include/pa_config_includes.h,
10754: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10755: include/pa_xml_exception.h, lib/cord/Makefile.am,
10756: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10757: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10758: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10759: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10760: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10761: types/pa_vxnode.h: . started killing gdome
10762:
10763: 2005-12-13 paf
10764:
10765: * src/main/: pa_request.C: merged from HEAD ! when code in
10766: @unhandled_exception thrown another exception, print correct
10767: origin (earlier code in catch of exception inside of
10768: @unhandled_exception grabbed parent_frame(original_exception)
10769: origin and printed it, instead of true origin)
10770:
10771: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10772: another exception, print correct origin (earlier code in catch of
10773: exception inside of @unhandled_exception grabbed
10774: parent_frame(original_exception) origin and printed it, instead
10775: of true origin)
10776:
10777: 2005-12-09 paf
10778:
10779: * INSTALL: . updated INSTALL doc to work around linux stack base
10780: detection problem, due to change in gc6.4 code
10781:
10782: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10783: ignored in ^string.matched :(
10784:
10785: * src/main/pa_string.C: ! regex tainting were ignored in
10786: ^string.matched :(
10787:
10788: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10789: src/include/pa_config_fixed.h, src/include/pa_version.h,
10790: src/main/compile.y, src/main/compile_tools.h,
10791: src/main/pa_charset.C, src/main/pa_common.C,
10792: src/main/pa_globals.C, src/main/pa_string.C,
10793: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10794: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10795:
10796: 2005-12-08 paf
10797:
10798: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10799: 500 chars now handled OK [were wrapped on 500th char according to
10800: rfc, but sendmail failed to unwrap it properly]
10801:
10802: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10803: handled OK [were wrapped on 500th char according to rfc, but
10804: sendmail failed to unwrap it properly]
10805:
10806: * src/targets/isapi/parser3isapi.C: . less warnings
10807:
10808: * src/targets/isapi/parser3isapi.C: . undone some strange change
10809: since 3.1.5
10810:
10811: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10812: link fixes
10813:
10814: * src/: classes/date.C, include/pa_config_fixed.h,
10815: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10816: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10817: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10818:
10819: * src/include/pa_config_fixed.h: . removed outdated string origins
10820: [in current storage scheme there's no place for them. someday we
10821: can add third CORD to store origins and special version of parser
10822: which stores origins there [separate binary]]
10823:
10824: 2005-12-07 paf
10825:
10826: * src/targets/isapi/parser3isapi.C: . now links in release mode
10827:
10828: * src/include/pa_version.h: makefiles
10829:
10830: * src/include/pa_version.h: . not beta
10831:
10832: * configure, configure.in, src/include/pa_version.h: not beta
10833:
10834: 2005-12-06 paf
10835:
10836: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10837: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10838: decided to undo the change ^call[$void] passes void. now it will
10839: pass empty string again.
10840:
10841: * src/main/: compile.tab.C, compile.y: . version readded
10842:
10843: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10844: = ^switch[void] problem
10845:
10846: 2005-12-01 paf
10847:
10848: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10849: caused ^case[string] to be coerced to double since searching
10850: value were not string (it was vvoid)
10851:
10852: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10853: ^case[string] to be coerced to double since searching value were
10854: not string (it was vvoid)
10855:
10856: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10857: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10858:
10859: 2005-11-30 paf
10860:
10861: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10862: win32 must putenv("TZ="), on unix works only putenv("TZ")
10863:
10864: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10865: putenv("TZ="), on unix works only putenv("TZ")
10866:
10867: * INSTALL: . xml libs versions updated
10868:
10869: * src/main/pa_globals.C: //20051130 trying to remove this, author
10870: claims that fixed a lot there // 20040920 for now both
10871: workarounds needed. wait for new libxml/xsl versions
10872:
10873: 2005-11-28 paf
10874:
10875: * src/classes/table.C: merged from HEAD: ! nameless table has
10876: columns==0
10877:
10878: * src/classes/table.C: ! nameless table has columns==0
10879:
10880: * src/main/pa_http.C: merged from HEAD: ! status line check made
10881: earlier [was totally wrong]
10882:
10883: * src/main/pa_http.C: ! status line check made earlier [was totally
10884: wrong]
10885:
10886: 2005-11-25 paf
10887:
10888: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10889: undoing for now...
10890:
10891: * src/include/pa_version.h: -this reduces speed(table::load),
10892: strange. undoing
10893:
10894: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10895:
10896: * src/classes/op.C: + ^while(){}[SEPARATOR]
10897:
10898: * src/include/pa_array.h: + optimistics added: all arrays (table
10899: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10900: this speeds things up and saves memory a LOT! (not noticed
10901: negative effect on syntetic tests, future will tell...)
10902:
10903: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10904: changed gc_malloc implementation, which obscured profiling
10905:
10906: * src/classes/table.C: merged from HEAD: + optimized
10907: table::load/sql, now row ArrayString-s allocated with
10908: columns.count() elements and don't always grow from
10909: count=3[realloc,realloc]
10910:
10911: * src/classes/table.C: + optimized table::load/sql, now row
10912: ArrayString-s allocated with columns.count() elements and don't
10913: always grow from count=3[realloc,realloc]
10914:
10915: * src/classes/table.C: merged from HEAD: . ^table.save unused
10916: buffer after save
10917:
10918: * src/classes/table.C: . ^table.save unused buffer after save
10919:
10920: 2005-11-24 paf
10921:
10922: * configure.in: . merged glib2-config patch
10923:
10924: * configure.in: + trying to find glib2-config
10925:
10926: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10927: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10928: file/dir_readable to simple file/dir_exist, this would help in
10929: situations "class not found because .p file has bad rights" << in
10930: that case error would be explicit "access denied to 'this' file"
10931:
1.116 moko 10932: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10933:
10934: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10935: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10936: to simple file/dir_exist, this would help in situations "class
10937: not found because .p file has bad rights" << in that case error
10938: would be explicit "access denied to 'this' file"
10939:
10940: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10941: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10942: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10943: ^file::exec/cgi[script;$.charset[changed]
10944: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10945: encoded in $.charset charset
10946:
10947: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10948: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10949: encoded in $.charset charset
10950:
10951: * src/: include/Makefile.am, include/pa_common.h,
10952: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10953: main/pa_common.C, main/pa_http.C: . extracted http:// into
10954: separate file [preparation for
10955: ^file::cgi[script;$.form[$.field1[]
10956:
10957: 2005-11-22 paf
10958:
10959: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10960:
10961: * acinclude.m4, configure.in: . merged underquting fixes
10962:
1.116 moko 10963: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10964:
10965: * src/classes/op.C: . overmerged a little
10966:
10967: * src/main/compile.tab.C: Makefile
10968:
10969: * src/main/: pa_common.C: . less gcc warnings
10970:
10971: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10972: now reports original exception if we have no old cache
10973:
10974: * src/classes/op.C: + $exception.handled[cache] now reports
10975: original exception if we have no old cache
10976:
10977: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10978: from HEAD: + ^taint/untaint[regex] << escapes these:
10979: \^$.[]|()?*+{}
10980:
10981: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10982: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10983:
10984: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10985: getenv-ed variable, which does not work both on win32&unix.
10986: copied old TZ value now
10987:
10988: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10989: stored pointer to getenv-ed variable, which does not work both on
10990: win32&unix. copied old TZ value now
10991:
10992: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10993: getenv-ed variable, which does not work both on win32&unix.
10994: copied old TZ value now
10995:
10996: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10997: access to internal hash
10998:
10999: * src/types/pa_vresponse.C: + $response:headers access to internal
11000: hash
11001:
11002: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11003: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11004: isapi] this reduces number of "GC Warning: Repeated allocation of
11005: very large block" messages to only important onces
11006:
11007: * src/targets/isapi/parser3isapi.C: +
11008: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11009: isapi] this reduces number of "GC Warning: Repeated allocation of
11010: very large block" messages to only important onces
11011:
11012: * src/classes/string.C: merged from HEAD: + removed limitation on
11013: ^string/int/double:sql{}[$.default[({param style})] ]
11014:
11015: * src/classes/string.C: + removed limitation on
11016: ^string/int/double:sql{}[$.default[({param style})] ]
11017:
11018: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11019: with ?params or $.form option" limitation
11020:
11021: * src/main/pa_common.C: + removed "use either uri with ?params or
11022: $.form option" limitation
11023:
11024: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11025: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11026: ^file::base64[encoded] decode
11027:
11028: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11029: main/pa_common.C: + ^file.base64[] encode +
11030: ^file::base64[encoded] decode
11031:
11032: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11033: ^string:base64[encoded] decode
11034:
11035: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11036: ^string:base64[in] encode + ^string.base64[] decode
11037:
11038: 2005-11-21 paf
11039:
11040: * src/classes/file.C: + merged from HEAD:
11041: ^file::create[text;file.xml;^untaint[xml]{data}]
11042:
11043: * src/classes/file.C: +
11044: ^file::create[text;file.xml;^untaint[xml]{data}]
11045:
11046: * src/main/pa_request.C: ! merged: $response:body[file] now
11047: differes from :download, it does not return content-disposition
11048: at all now [previusely it returned valueless content-disposition]
11049:
11050: * src/main/pa_request.C: ! $response:body[file] now differes from
11051: :download, it does not return content-disposition at all now
11052: [previusely it returned valueless content-disposition]
11053:
11054: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11055: literals, reverted to just vvod, recreating empty array with each
11056: void_value token. that's absolutely needed, since that array
11057: grows
11058:
11059: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11060: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11061: types/pa_vmethod_frame.h: + merged: expression literals:
11062: true/false. ^format[$.indent(true)]
11063:
11064: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11065: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11066: types/pa_vmethod_frame.h: + expression literals: true/false.
11067: ^format[$.indent(true)]
11068:
11069: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11070: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11071: i386-pc-win32)"
11072:
11073: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11074: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11075: i386-pc-win32)"
11076:
11077: 2005-11-18 paf
11078:
11079: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11080: null}[$.default(123)] will now return default value
11081:
11082: * src/classes/op.C: + merged ^cache[] << returns current cache
11083: expiration time
11084:
11085: * src/classes/op.C: + ^cache[] << returns current cache expiration
11086: time
11087:
11088: * src/classes/table.C: ! merged ^table::create[not'nameless';
11089: failed << Exception.problem_source pointed to local var!
11090:
11091: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11092: Exception.problem_source pointed to local var!
11093:
11094: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11095: now loads VFile.ptr!=0, so such files can be saved now
11096:
11097: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11098: loads VFile.ptr!=0, so such files can be saved now
11099:
11100: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11101: only . and .. now removed from list [were removed all .*]
11102:
11103: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11104: .. now removed from list [were removed all .*]
11105:
11106: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11107: open error now checked, were not :( [stole that piece from apache
11108: 1.3 sources]
11109:
11110: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11111: checked, were not :( [stole that piece from apache 1.3 sources]
11112:
11113: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11114: untainting of @main result if returned by $result or
11115: $response:body
11116:
11117: * src/main/pa_request.C: ! ensured proper untainting of @main
11118: result if returned by $result or $response:body
11119:
11120: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11121: issue: now tries to guess content-length and allocates one big
11122: piece if possible [regretfully gc_realloc works as malloc+free,
11123: leaving lots of holes behind]
11124:
11125: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11126: fixed file load memory issue: now tries to guess content-length
11127: and allocates one big piece if possible [regretfully gc_realloc
11128: works as malloc+free, leaving lots of holes behind]
11129:
11130: 2005-11-16 paf
11131:
11132: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11133: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11134: table::save with enclosers now doubles them: "->"" !
11135: table::save/load do not remove elements from options hash
11136:
11137: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11138: [were overoptimized ^if(double_literal), compiler confused
11139: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11140:
11141: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11142: [were overoptimized ^if(double_literal), compiler confused
11143: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11144:
11145: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11146: main/pa_common.C: ! table::save with enclosers now doubles them:
11147: "->"" ! table::save/load do not remove elements from options hash
11148:
11149: 2005-11-03 paf
11150:
1.116 moko 11151: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11152: compilation, not all makefiles liked that
1.95 moko 11153:
11154: 2005-08-30 paf
11155:
11156: * src/classes/op.C: merge . speedup check of [DEFAULT]
11157:
11158: * src/classes/op.C: . speedup check of [DEFAULT]
11159:
11160: 2005-08-26 paf
11161:
11162: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11163:
11164: * src/: classes/date.C, types/pa_vdate.h: + date.week
11165:
11166: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11167: complains about bad!=nameless
11168:
11169: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11170: about bad!=nameless
11171:
11172: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11173: optional options were allowed to be empty. were checked
11174: if(is_string), changed to !defined||is_string to allow void
11175:
11176: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11177: classes/string.C, classes/table.C, classes/void.C: ! optional
11178: options were allowed to be empty. were checked if(is_string),
11179: changed to !defined||is_string to allow void
11180:
11181: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11182: as_junction where they needed as_int/double, so failed with
11183: recent "(const) now no junction" optimization
11184:
11185: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11186: merged ! many classes/* used as_junction where they needed
11187: as_int/double, so failed with recent "(const) now no junction"
11188: optimization
11189:
11190: * src/: classes/double.C, classes/int.C, classes/math.C,
11191: classes/op.C, classes/string.C, classes/table.C,
11192: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11193: used as_junction where they needed as_int/double, so failed with
11194: recent "(const) now no junction" optimization
11195:
11196: 2005-08-24 paf
11197:
11198: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11199: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11200: stripped it
11201:
11202: 2005-08-09 paf
11203:
11204: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11205: not cleared
11206:
11207: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11208: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11209: classes/hashfile.C, classes/image.C, classes/int.C,
11210: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11211: classes/response.C, classes/string.C, classes/table.C,
11212: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11213: include/pa_array.h, include/pa_cache_managers.h,
11214: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11215: include/pa_config_fixed.h, include/pa_config_includes.h,
11216: include/pa_dictionary.h, include/pa_dir.h,
11217: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11218: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11219: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11220: include/pa_request_charsets.h, include/pa_request_info.h,
11221: include/pa_sapi.h, include/pa_socks.h,
11222: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11223: include/pa_stack.h, include/pa_string.h,
11224: include/pa_stylesheet_connection.h,
11225: include/pa_stylesheet_manager.h, include/pa_table.h,
11226: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11227: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11228: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11229: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11230: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11231: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11232: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11233: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11234: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11235: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11236: main/pa_sql_driver_manager.C, main/pa_string.C,
11237: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11238: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11239: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11240: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11241: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11242: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11243: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11244: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11245: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11246: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11247: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11248: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11249: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11250: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11251: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11252: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11253: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11254: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11255: types/pa_vresponse.C, types/pa_vresponse.h,
11256: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11257: types/pa_vstateless_object.h, types/pa_vstatus.C,
11258: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11259: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11260: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11262: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11263:
11264: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11265: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11266: speedup consequent checks in vmethod_frame
11267:
11268: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11269: not cleared
11270:
11271: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11272: params: 50 max (were 10)
11273:
11274: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11275: params: 50 max (were 10)
11276:
11277: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11278: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11279: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11280: empty string) ! simplified (double) speedup consequent checks in
11281: vmethod_frame
11282:
11283: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11284: optimized constants in expressions vstring->vdouble + optimized
11285: ^call(vdouble), no junction creation, no calls later
11286:
11287: 2005-08-08 paf
11288:
11289: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11290: compile_tools.h: merged + optimized constants in expressions
11291: vstring->vdouble + optimized ^call(vdouble), no junction
11292: creation, no calls later
11293:
11294: * src/types/pa_vdouble.h: merged . double values without fractional
11295: part now default printed as %.0f instead of %g
11296:
11297: * src/types/pa_vdouble.h: . double values without fractional part
11298: now default printed as %.0f instead of %g
11299:
11300: * src/classes/hashfile.C: . merged ! second hashfile::open would
11301: cause an exception
11302:
11303: * src/classes/hashfile.C: ! second hashfile::open would cause an
11304: exception
11305:
11306: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11307: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11308: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11309: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11310: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11311: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11312: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11313: types/pa_vresponse.h, types/pa_vstateless_class.C,
11314: types/pa_vstateless_object.h, types/pa_vvoid.h,
11315: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11316: merged VJunction(new Junction) optimization from 3.1.4
11317:
11318: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11319: types/pa_vstateless_class.C: + optimized new VJunction(new
11320: Junction(params)) to new VJunction(params), thousands of mallocs
11321: removed
11322:
11323: 2005-08-05 paf
11324:
11325: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11326: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11327: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11328: creation, no calls later
11329:
11330: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11331: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11332: classes/hashfile.C, classes/image.C, classes/int.C,
11333: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11334: classes/response.C, classes/string.C, classes/table.C,
11335: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11336: include/pa_array.h, include/pa_cache_managers.h,
11337: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11338: include/pa_config_fixed.h, include/pa_config_includes.h,
11339: include/pa_dictionary.h, include/pa_dir.h,
11340: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11341: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11342: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11343: include/pa_request_charsets.h, include/pa_request_info.h,
11344: include/pa_sapi.h, include/pa_socks.h,
11345: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11346: include/pa_stack.h, include/pa_string.h,
11347: include/pa_stylesheet_connection.h,
11348: include/pa_stylesheet_manager.h, include/pa_table.h,
11349: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11350: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11351: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11352: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11353: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11354: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11355: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11356: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11357: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11358: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11359: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11360: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11361: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11362: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11363: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11364: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11365: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11366: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11367: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11368: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11369: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11370: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11371: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11372: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11373: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11374: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11375: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11376: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11377: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11378: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11379: types/pa_vstateless_object.h, types/pa_vstatus.C,
11380: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11381: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11382: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11383: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11384: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11385:
11386: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11387: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11388: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11389: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11390: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11391: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11392: optimized constants in expressions vstring->vdouble
11393:
11394: 2005-07-29 paf
11395:
11396: * src/types/pa_vclass.C: . shaped up error messages a bit
11397:
11398: * src/types/pa_vclass.C: + property getter can now be overridden
11399:
11400: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11401: bug fix: static parent fields were not replaced in case
11402: $derived:field[put] + property setter can now be overridden
11403:
11404: 2005-07-28 paf
11405:
11406: * configure, configure.in, src/classes/classes.h,
11407: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11408: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11409: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11410: src/classes/xnode.h, src/include/pa_hash.h,
11411: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11412: src/types/Makefile.am, src/types/pa_method.h,
11413: src/types/pa_value.h, src/types/pa_vclass.C,
11414: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11415: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11416: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11417: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11418: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11419: src/types/pa_vobject.C, src/types/pa_vobject.h,
11420: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11421: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11422: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11423: src/types/pa_vstateless_class.h,
1.95 moko 11424: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11425: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11426: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11427: dynamic_fields_join
11428:
11429: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11430: classes/xnode.C, include/pa_hash.h, main/execute.C,
11431: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11432: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11433: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11434: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11435: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11436: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11437: types/pa_vresponse.h, types/pa_vstateless_object.h,
11438: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11439: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11440: restored its checks in vobject.put_element->static fields |
11441: dynamic properties
11442:
11443: 2005-07-27 paf
11444:
11445: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11446: is some old code containing @set_name $name
11447:
11448: * src/types/pa_vobject.h: . fixed warning
11449:
11450: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11451: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11452:
11453: * src/: classes/xnode.C, include/pa_hash.h,
11454: types/pa_vstateless_class.C: ! new asserts were all false.
11455: regretfully reverted them all to checks
11456:
11457: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11458: classes/op.C, main/execute.C, types/pa_method.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_vmethod_frame.h,
11463: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11464: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11465: types/pa_vstateless_object.h, types/pa_vvoid.h,
11466: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11467: joined_dynamic_fields: removed unused param from put_method
11468: (returned to 3 params)
11469:
11470: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11471: joined_dynamic_fields: dynamic get/set works with overriding
11472: props [alpha2]
11473:
11474: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11475: works [alfa]
11476:
11477: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11478: classes/op.C, include/pa_hash.h, main/execute.C,
11479: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11480: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11481: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11482: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11483: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11484: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11485: types/pa_vresponse.h, types/pa_vstateless_class.C,
11486: types/pa_vstateless_object.h, types/pa_vvoid.h,
11487: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11488: joined_dynamic_fields: just compiled
11489:
11490: * src/: classes/date.C, classes/file.C, classes/hash.C,
11491: classes/hashfile.C, classes/image.C, classes/table.C,
11492: classes/xdoc.C, classes/xnode.h, main/execute.C,
11493: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11494: types/pa_vstateless_class.h: joined_dynamic_fields: started
11495:
11496: * src/types/pa_vobject.C: . object setters [only started, does not
11497: work yet]
11498:
11499: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11500: object setters [only started, does not work yet]
11501:
11502: 2005-07-26 paf
11503:
11504: * src/: include/pa_request.h, main/execute.C: . properties: set
11505: works [alpha2]. for classes. todo: for objects
11506:
11507: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11508: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11509: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11510: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11511: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11512: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11513: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11514: types/pa_vstateless_object.h, types/pa_vvoid.h,
11515: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11516: properties: set works [alpha1]
11517:
11518: 2005-07-25 paf
11519:
11520: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11521: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11522: properties: started, get works [alpha1, other approach]
11523:
11524: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11525: properties: started, get works [alpha2]
11526:
11527: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11528: pa_vstateless_class.h: . properties: started, get works [alpha]
11529:
11530: 2005-07-15 paf
11531:
11532: * src/: classes/classes.h, classes/op.C, main/execute.C,
11533: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11534: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11535: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11536: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11537: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11538: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11539: types/pa_vresponse.C, types/pa_vresponse.h,
11540: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11541: types/pa_vstateless_object.h, types/pa_vvoid.h,
11542: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11543: types/pa_wwrapper.h, types/types.vcproj: + started property
11544: [getters work but think of changing them too to precaching]
11545:
11546: 2005-07-08 paf
11547:
11548: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11549: gpf
11550:
11551: 2005-06-28 paf
11552:
11553: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11554: in passing empty strings to file::exec/cgi environment
11555:
11556: 2005-06-06 paf
11557:
11558: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11559: ^table:sql ^hash:sql now DO process $.bind option
11560:
11561: 2005-05-24 paf
11562:
11563: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11564: $.limit] now work again [support was broken in 3.1.4]
11565:
11566: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11567: ALL_INTERIOR_POINTERS
11568:
11569: 2005-05-12 paf
11570:
11571: * configure: 3.1.5beta
11572:
11573: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11574:
11575: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11576: $.limit] now work again [support was broken in 3.1.4]
11577:
11578: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11579: line-width [was refusing to fill if line-width >1, thanks to
11580: Seras <seras@pinxit.lt> for repro case
11581:
11582: 2005-04-25 paf
11583:
11584: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11585: correctly
11586:
11587: 2005-04-19 paf
11588:
11589: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11590: in VString violating invariant!!
11591:
11592: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11593: getenv("TZ")==null
11594:
11595: 2005-04-08 paf
11596:
11597: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11598: bugfix: when there is no char in charset one byte produces 6
11599: (ÿ <<max). increased buffer size!
11600:
11601: 2005-03-23 paf
11602:
11603: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11604: ^date.sql-string now takes TZ into account
11605:
11606: 2005-03-16 paf
11607:
11608: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11609: gcc 3.4
11610:
11611: * src/types/pa_vhash.C: . warning about eof eol
11612:
11613: 2005-02-17 paf
11614:
11615: * operators.txt, src/classes/op.C: + operator ^sleep(double
11616: seconds)
11617:
11618: 2005-02-02 paf
11619:
11620: * src/classes/xnode.C: beauty: removed needless includes
11621:
11622: 2005-01-31 paf
11623:
11624: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11625: $.partNoNumber now alias to $.part1
11626:
11627: * src/types/pa_vmail.C: change: incoming letter part contains
11628: "content-disposition" header with any value? now considering that
11629: part to be "file#" [for text/plain text/html were $.text#
11630: $.html#]
11631:
11632: * INSTALL: updatet to latest working versions available
11633:
11634: 2005-01-20 paf
11635:
11636: * configure.in, src/include/pa_version.h: version
11637:
11638: 2005-01-19 paf
11639:
1.116 moko 11640: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11641: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11642: couple warnings in parser3.C
1.95 moko 11643:
11644: 2004-12-23 paf
11645:
11646: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11647:
11648: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11649: dir to directory of script (when shbang used), not to directory
11650: of its interpreter
11651:
11652: * src/include/pa_version.h: compiled on win32...
11653:
11654: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11655: we need more hspace
11656:
11657: * configure, configure.in, src/include/pa_version.h: configured
11658: host to pa_version. will be displayed everywhere
11659:
11660: * src/main/pa_request.C: new: @unhandled_exception can prevent
11661: exception from being logged by setting $exception.handled(1)
11662:
11663: * operators.txt, src/classes/file.C: change:
11664: ^file::sql{query}[[options]] options: $.name[file name]
11665: $.content-type[application/what]
11666:
11667: * src/: include/pa_common.h, main/pa_common.C,
11668: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11669: new file
11670:
11671: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11672: bugfix: table->hash now regards _default
11673:
11674: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11675: created by accessing $name_of_method it acquired bad self=closest
11676: methodframe; instead of proper self (current class)
11677:
11678: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11679: hashfile produced bad cord
11680:
11681: 2004-12-10 paf
11682:
11683: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11684: subsequent failures though defined in .h
11685:
11686: * src/main/pa_common.C: comment on volatile
11687:
11688: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11689: alarm function were not used since the beginning due to stupid
11690: error [setsigjmp were not checked in configure.in]
11691:
11692: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11693: unix too
11694:
11695: * src/main/pa_common.C: http: exception status of send/recv errors
11696: change to most probable http.timeout
11697:
11698: * src/main/pa_common.C: win32: http connection $.timeout option now
11699: works [setsockopt on send/receive]
11700:
11701: 2004-12-08 paf
11702:
11703: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11704: cstr-ed knowing mail charset, and untainting uri lang now knows
11705: proper charset
11706:
11707: 2004-11-24 paf
11708:
11709: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11710:
11711: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11712: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11713:
11714: 2004-11-12 paf
11715:
11716: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11717: [since 3.0.4]
11718:
11719: 2004-11-09 paf
11720:
11721: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11722: writes basics to c:\parser3.log
11723:
11724: 2004-10-21 paf
11725:
11726: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11727: tainted strings [were returning clean onces]
11728:
11729: 2004-10-15 paf
11730:
11731: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11732: cycles(i=1; i=2), which was wrong, now does ONE
11733:
11734: 2004-10-12 paf
11735:
11736: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11737:
11738: 2004-10-07 paf
11739:
11740: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11741: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11742: release asserts
11743:
11744: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11745: String.dump() to stdout in detailed form [were String.v() in
11746: short form]
11747:
11748: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11749: \t\r\n as @#| and truncates long char sequences less
11750:
11751: 2004-10-06 paf
11752:
11753: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11754: win32 beauty: socket errors properly decoded
11755:
11756: 2004-10-05 paf
11757:
11758: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11759: request::configure_user/admin done always, even if no
11760: file-to-process useful in @unhandled_exception [say, if they
11761: would want to mail by SMTP something]
11762:
11763: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11764: now performed prior to file loading [and @auto executing] thus
11765: making $cookie:value available in @auto and in
11766: @unhandled_exception when IIS is configured to run interpreter
11767: even if no file exist
11768:
11769: 2004-09-20 paf
11770:
11771: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11772: somewhere where it should have called xmlMalloc and it calls
11773: xmlFree when it should have not called it. inserted two
11774: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11775: xmlFree just ignored. put away a testcase, maybe someday libxml
11776: author would fix all that. until that day: we have SLOW garbage
11777: collecting when many xml objects are alive hint: do
11778: ^memory:compact[] before xdoc::create
11779:
11780: 2004-09-17 paf
11781:
11782: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11783: error from 3.0.8 version]
11784:
11785: 2004-09-14 paf
11786:
11787: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11788: part bugfix: hashfile.foreach iterated only part if hashfile were
11789: modified inside
11790:
11791: 2004-09-13 paf
11792:
11793: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11794: [were as octal]
11795:
11796: * src/types/pa_vhashfile.C: beauty: not reproduced
11797: $hashfile.key[$novalue] bug [reported by motorin], inserted
11798: safety-check
11799:
11800: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11801: [not something obscure from sdbm lib]
11802:
11803: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11804: = strerror now returnes something and we can properly report that
11805: to client
11806:
11807: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11808: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11809:
11810: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11811: [tainted as-is] this helps //[space][newline] to remain as-is and
11812: not be unnecessary optimized away [ruining javascript]
11813:
11814: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11815: [tainted as-is]
11816:
11817: * src/classes/mail.C: bugfix: typo error
11818:
11819: 2004-09-09 paf
11820:
11821: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11822: separators bugfix: loads header with endings \r\n\r\n and \n\n
11823: (bloody yandex.server)
11824:
11825: 2004-09-06 paf
11826:
11827: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11828: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11829: encoded
11830:
11831: 2004-09-01 paf
11832:
11833: * src/types/pa_vmail.C: change: multipart/mixed changed to
11834: multipart/related outlook express have no problems showing
11835: unrelated attachments. todo: someday figure out a way of
11836: multipart/mixed multipart/related text/html
11837: image/xxx application/octet-stream << true attachments
11838:
11839: * src/types/pa_vmail.C: new:
11840: ^mail:send[$.file[$.content-disposition can be overriden new:
11841: empty mail header fields removed from letter
11842:
11843: * src/: classes/mail.C, include/pa_config_fixed.h,
11844: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11845: ^mail:send[ $.file[ $.any[header]
11846:
11847: 2004-08-30 paf
11848:
11849: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11850: warnings
11851:
11852: * src/main/pa_common.C: beauty: do not bother with charset
11853: detection when ^file::load[binary
11854:
11855: 2004-08-27 paf
11856:
11857: * src/main/pa_common.C: hack: for yandex.server http server
11858:
11859: 2004-08-18 paf
11860:
11861: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11862: possibly-chunked response
11863:
11864: 2004-08-17 paf
11865:
11866: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11867: $f.content-type now = that of http response
11868:
11869: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11870: $f.content-type now = that of http response
11871:
11872: 2004-07-30 paf
11873:
11874: * src/: include/pa_request.h, main/pa_request.C,
11875: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11876: win32: system&parser exceptions in release mode reported properly
11877: parser exception in exception handler WERE mistakenly reported as
11878: system exception, without details [in apache & isapi] +some
11879: beauty in exception text
11880:
11881: * src/: include/pa_exception.h, main/pa_request.C,
11882: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11883: release mode reported properly parser exception in exception
11884: handler WERE mistakenly reported as system exception, without
11885: details
11886:
11887: * src/main/execute.C: beauty: simplified system exception handling
11888:
11889: 2004-07-29 paf
11890:
11891: * src/classes/table.C: bugfix:
11892: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11893: were ignored, and \t used unconditionally]
11894:
11895: * src/types/Makefile.am: added vhash.c
11896:
11897: 2004-07-28 paf
11898:
11899: * src/: classes/date.C, classes/image.C, classes/math.C,
11900: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11901: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11902: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11903: failed on russian letters
11904:
11905: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11906: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11907: letters
11908:
11909: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11910: as 'currentDirectory' parameter to CreateProcess
11911:
11912: 2004-07-27 paf
11913:
11914: * src/targets/cgi/parser3.vcproj: beauty: win32:
11915: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11916: from release somewhere [to help searching for unhandled system
11917: exceptions]
11918:
11919: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11920: TZ shift
11921:
11922: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11923: but also in ctor
11924:
11925: 2004-07-26 paf
11926:
11927: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11928: src/main/pa_request.C, src/types/pa_vfile.h,
11929: src/types/pa_vhash.C, src/types/pa_vhash.h,
11930: src/types/types.vcproj: new: $response:body/download[
11931: $.file[name on disk] $.name[of file for user]
11932: $.mdate[date of last-modified. default from directory] ]
11933:
11934: * src/classes/file.C: moving file:send somewhere else..
11935:
11936: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11937: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11938: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11939: $response:download[ $.filename[filename] $.option[] ,, ]
11940:
11941: * src/classes/file.C: beauty: invalid mode thoroughly reported
11942:
11943: 2004-07-21 paf
11944:
11945: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11946: to several lines
11947:
11948: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11949:
11950: note: ms outlook[!express] shows only first 255 characters of
11951: subject
11952:
11953: 2004-07-15 paf
11954:
11955: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11956: off]
11957:
11958: 2004-07-14 paf
11959:
11960: * src/classes/table.C: bugfix: $.bind values now got untainted
11961: according to lang [were: as-is]
11962:
11963: 2004-07-07 paf
11964:
11965: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11966: checked that
11967:
11968: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11969: now untainted according to their languages. were: as-is.
11970: EVERYWHERE
11971:
11972: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11973: environment string now untainted according to their languages.
11974: were: as-is. EVERYWHERE
11975:
11976: * src/main/pa_exec.C: bufix: on unix environment string now
11977: untainted according to their languages. were: as-is. on win32:
11978: ok
11979:
11980: * parser3.vssscc: ...would not go unnoticed
11981:
11982: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11983: fails. in case on input appears nonutf, those bytes will be
11984: printed in %HH form. that can be easily decoded/recovered.
11985:
11986: this form is quite noticable, and hopefully would not go noticed
11987:
11988: 2004-07-06 paf
11989:
11990: * src/main/pa_exec.C: bufix: on unix environment string now
11991: untainted according to their languages. were: as-is. on win32:
11992: ok
11993:
11994: 2004-07-01 paf
11995:
11996: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11997: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11998: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11999: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12000: main/main.vcproj, targets/cgi/parser3.vcproj,
12001: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12002: option: global optimization ON
12003:
12004: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12005: to do xdoc::create{invalid chars} standard disables chars less
12006: then \x20, except tab, cr, lf.
12007:
12008: changed tainting so that those become '!'
12009:
12010: 2004-06-25 paf
12011:
12012: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12013: int on odd address [prev bugfix failed due to superwize
12014: optimizer, which turned memcpy into same 'ld' asm command]
12015:
12016: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12017: int on odd address
12018:
12019: 2004-06-22 paf
12020:
12021: * src/sql/pa_sql_driver.h: note: about possible optimization
12022:
12023: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12024: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12025: src/include/pa_config_includes.h: new: ^void:sql{call
12026: paf(:a)}[ $.bind[ $.a[2]
12027: ] ] output variables work. todo: check in out
12028: variables
12029:
12030: 2004-06-18 paf
12031:
12032: * src/: classes/file.C, classes/hash.C, classes/string.C,
12033: classes/table.C, classes/void.C, include/pa_globals.h,
12034: include/pa_sql_connection.h, main/compile.tab.C,
12035: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12036: $.bind[ $.a[2] ]
12037: ] input variables work. todo:output
12038:
12039: * src/targets/cgi/parser3.C: bugfix: iis specific
12040: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12041: /_bug.html?404;http://hpsv/test/
12042: --------------------------------------------------------------------------------
12043: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12044: --------------------------------------------------------------------------------
12045: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12046:
12047: 2004-06-16 paf
12048:
12049: * src/targets/cgi/parser3.C: new: iis specific
12050: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12051: $request:query
12052: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12053: $form:fields IIS-STATUS="404"
12054: IIS-DOCUMENT="http://server/_bug.html" f="v"
12055:
12056: todo: isapi too
12057:
12058: 2004-05-26 paf
12059:
12060: * src/include/pa_version.h: 3.1.3
12061:
12062: * operators.txt: beauty: removed outdated level 'table'
12063:
12064: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12065:
12066: * src/main/pa_string.C: beauty: removed 3 warnings
12067:
12068: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12069: classes/op.C: beauty: removed outdated level 'table'
12070:
12071: 2004-05-25 paf
12072:
12073: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12074: implementation. mistery: how anything worked
12075:
12076: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12077: changed, it is now safe to use url if pointers to it are stored
12078: to gc mem
12079:
12080: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12081: unknown errors reported and not cause SIGSEGV now
12082:
12083: 2004-05-24 paf
12084:
12085: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12086: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12087: less memory: CORD_chars_block originally intended to ... it was
12088: good that CORD_chars_block were not used: it consumes more memory
12089: [and, might be slow too] undoing that. [and removed that func so
12090: that it would not confuse parser developer in future]
12091:
12092: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12093: less memory: CORD_chars_block originally intended to
12094: speedup/reduce mem usage were forgotten, and were used stupid
12095: CORD_chars
12096:
12097: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12098:
12099: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12100: BIGENDIAN processors space-conserving mech failed, causing
12101: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12102: (1|2|3));
12103:
12104: 2004-05-14 paf
12105:
12106: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12107: bugfix: void now has vfile value, and $response:body[] works OK
12108:
12109: 2004-05-12 paf
12110:
12111: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12112: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12113: sources to use is_defined() {return as_bool();} along VBool
12114:
12115: 2004-05-11 paf
12116:
12117: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12118: referencing to local objects
12119:
12120: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12121: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12122: left intact
12123:
12124: 2004-04-15 paf
12125:
12126: * src/classes/date.C: merged: beauty: unused var removed
12127:
12128: * src/classes/date.C: beauty: unused var removed
12129:
12130: * src/include/: pa_exec.h: bugfix: interface without pointer
12131: provoked bug
12132:
12133: 2004-04-09 paf
12134:
12135: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12136:
12137: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12138:
12139: 2004-04-08 paf
12140:
12141: * src/classes/date.C: new: ^date::create[y-m-d
12142: h-M-s>>.milliseconds<<] now allowed, ignored so far
12143:
12144: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12145:
12146: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12147: to consult default catalog [usually, that file belongs to other
12148: user/group]
12149:
12150: 2004-04-06 paf
12151:
12152: * src/main/pa_common.C: beauty: gcc warning removed
12153:
12154: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12155: accept that trick, trying other
12156:
12157: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12158: explicit result problem
12159:
12160: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12161: explicit result problem
12162:
12163: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12164: explicit result problem
12165:
12166: * operators.txt, src/classes/string.C: new: ^string.append[string]
12167:
12168: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12169: main/execute.C: attempt_check_call_in_explicit_result_mode:
12170: failed
12171:
12172: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12173: http://i.p.a.ddress gethostbyaddr added [on some platforms
12174: gethostbyname failed with such 'domains'] now checked properly,
12175: were: needless reverse/forward dns lookup
12176:
12177: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12178: http://i.p.a.ddress gethostbyaddr added [on some platforms
12179: gethostbyname failed with such 'domains'] now checked properly,
12180: were: needless reverse/forward dns lookup
12181:
12182: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12183: @method[][result] means "no string output here" moved to lexical
12184: level [on grammar level it were too difficult]
12185:
12186: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12187: src/main/compile.y, src/main/compile_tools.h,
12188: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12189: @method[][result] means "no string output here", implemented part
12190: of that idea: compiler throws away string literal generation
12191: code. and barks nonwhitespace chars
12192:
12193: * operators.txt: truth: removed comment about $ORIGIN
12194:
12195: 2004-04-05 paf
12196:
12197: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12198: src/include/pa_version.h, src/main/pa_common.C,
12199: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12200:
12201: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12202: Konstantin Tomashevitch [mailto:konst@design.ru]
12203:
12204: * src/doc/html2chm.cmd: beauty: no need in bg here
12205:
12206: * src/doc/sources2html.cmd: beauty: same window, in bg it
12207: interfered with FAR console
12208:
12209: * configure, configure.in: 3.1.3
12210:
12211: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12212:
12213: * src/main/pa_common.C: removed warning
12214:
12215: * src/include/pa_version.h: 3.1.3
12216:
12217: 2004-04-02 paf
12218:
12219: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12220:
12221: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12222: allows to specify where to put parser log file
12223:
12224: 2004-04-01 paf
12225:
12226: * src/classes/table.C: bugfix: bugfix: table::load last line
12227: without tab and enter were ignored
12228:
12229: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12230: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12231: main/pa_socks.C, targets/cgi/parser3.C,
12232: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12233: bugfix: sql connections now are disconnected
12234:
12235: 2004-03-30 paf
12236:
12237: * src/classes/table.C: bugfix: table::load last line without tab
12238: and enter were ignored
12239:
12240: * src/classes/table.C: bufix: if last table lines were commented,
12241: gpfed
12242:
12243: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12244: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12245: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12246: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12247: doc/methoded.dox, doc/object.dox, doc/string.dox,
12248: doc/targets.dox, doc/value.dox, include/pa_version.h,
12249: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12250: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12251: bugfixes from 3.1.2, changed version to 3.1.3beta
12252:
12253: 2004-03-29 paf
12254:
12255: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12256: causes gpf
12257:
12258: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12259: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12260: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12261: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12262: value.dox: translated to english
12263:
12264: 2004-03-25 paf
12265:
12266: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12267: parser3project dependency removed
12268:
12269: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12270: bugfix: refused to compile without xml
12271:
12272: * src/types/pa_vform.C: beauty: removed warning
12273:
12274: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12275: any folder [removed last ;) folder dependency]
12276:
12277: * src/classes/classes.vcproj: bugfix: now all compiles in any
12278: folder [removed last ;) folder dependency]
12279:
12280: * src/include/pa_version.h: release
12281:
12282: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12283:
12284: * src/classes/table.C: beauty: comment& more meaningful error
12285: message
12286:
12287: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12288: $.hash[$.column_value1(true) ... ] [were producing some strang
12289: thing]
12290:
12291: 2004-03-23 paf
12292:
12293: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12294: and http status line parsing checked number of columns in table
12295: [user reported an assert]
12296:
12297: * operators.txt: example: on hashfile
12298:
12299: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12300: bugfix: junction reattach now actually reattaches a junction to
12301: new wcontext [were only assigning it to junction, which caused
12302: junction tracking to loose junction, and it's context were not
12303: killed, and it tried to process in invalid context, gpf]
12304:
12305: * src/targets/cgi/parser3.C: debug helper added
12306:
12307: 2004-03-19 paf
12308:
12309: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12310: "type(type)" in braces
12311:
12312: 2004-03-10 paf
12313:
12314: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12315: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12316: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12317: solution to search-in-namespaces problem:
12318: $xdoc.search-namespaces.x[http://pif.design.ru/]
12319: $nodes[^xdoc.select[//x:second]]
12320:
12321: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12322: expression][[NAMESPACES HASH]] allows to search for info in
12323: namespaces
12324:
12325: $nodes[^xdoc.select[//x:second][
12326: $.x[http://pif.design.ru/] ]]
12327:
12328: 2004-03-09 paf
12329:
12330: * operators.txt, src/main/pa_common.C: new:
12331: ^file::load[...][options] $.form[
12332: !$.field1[string]
12333: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12334: ] !$.body[string]
12335:
12336: GET ?here notGET(POST, HEAD, others) in content-type:
12337: application/x-www-form-urlencoded
12338:
12339: todo: upload files ability
12340:
12341: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12342: properly, done
12343:
12344: 2004-03-05 paf
12345:
12346: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12347: GET/POST $.form[$.fields started, not tested yet
12348: todo:$.field[table] for multiple values
12349:
12350: * operators.txt: new: http:// options $.user $.password basic
12351: authorization
12352:
12353: * src/main/pa_common.C: beauty: link to rtf added
12354:
12355: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12356: new: http:// options $.user $.password basic authorization
12357:
12358: * src/main/pa_common.C: beauty: removed needless vars
12359:
12360: * operators.txt: new: pgsql option [like that recently added to
12361: oracle driver] ClientCharset=parser-charset <<
12362: charset in which parser thinks client works
12363:
12364: * operators.txt: new: odbc option [like that recently added to
12365: oracle driver] ClientCharset=parser-charset <<
12366: charset in which parser thinks client works
12367:
12368: * src/sql/pa_sql_driver.h: beauty: important warning added
12369:
12370: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12371: char!
12372:
12373: * etc/parser3.charsets/windows-1251.cfg: typo
12374:
12375: 2004-03-04 paf
12376:
12377: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12378: cached, sql transcoding now goes faster
12379:
12380: * operators.txt: new: mysql option [like that recently added to
12381: oracle driver] ClientCharset=parser-charset <<
12382: charset in which parser thinks client works
12383:
12384: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12385: typo error
12386:
12387: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12388: chars commented
12389:
12390: 2004-03-03 paf
12391:
12392: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12393: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12394:
12395: 2004-03-02 paf
12396:
12397: * operators.txt: new[update typo]: !^void.left(n)
12398: nothing !^void.right(n) nothing !^void.mid(p[;n])
12399: nothing
12400:
12401: * operators.txt, src/classes/void.C: new: !^void.left(n)
12402: nothing !^void.right(n) nothing !^void.pos(p[;n])
12403: nothing
12404:
12405: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12406: ^file::sql[[name_to_become_$.name]]{} query result must be one
12407: row with columns: first: data second: file name third:
12408: content-type
12409:
12410: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12411: ^connect gets properly escaped string, which can be passed to
12412: request now this for mysql only. it's up to parser sql driver to
12413: fix zeros properly
12414:
12415: * INSTALL: note: added on building apache with this option:
12416: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12417:
12418: 2004-03-01 paf
12419:
12420: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12421: extension memory:compact befor processingrequest
12422:
12423: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12424: call sole column of result
12425:
12426: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12427: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12428: pixel color
12429:
12430: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12431: beauty: image -- less checks [were ugly impl]
12432:
12433: * src/classes/string.C: bugfix: ^string.left/right/mid with
12434: negative values now considered bad
12435:
12436: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12437:
12438: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12439: options now have unified defaults [after transform
12440: indent/omit-xml-declaration/standalone 'default' erroreously
12441: meant 'true']
12442:
12443: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12444: added [on some platforms gethostbyname failed with such
12445: 'domains']
12446:
12447: * src/include/pa_config_auto.h.in: no select check, no define
12448:
12449: * src/classes/string.C: feature: ^string.trim both parameters may
12450: be empty-strings, meaning kind=both chars=whitespaces
12451:
12452: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12453: exist
12454:
12455: * src/classes/string.C: check: trim 'chars' must not be empty,
12456: exception if it is
12457:
12458: * src/classes/string.C: changed: ^string.trim [] << both,
12459: whitespaces [start|both|end] << kind, whitespaces
12460: [start|both|end;chars] full
12461:
12462: 2004-02-27 paf
12463:
12464: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12465: method: ^string.trim[start|both|end[;chars]] default
12466: 'chars' -- whitespace chars finished
12467:
12468: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12469: src/main/pa_string.C: new method:
12470: ^string.trim[start|both|end[;chars]] default 'chars' --
12471: whitespace chars started, only start works
12472:
12473: * src/main/compile.C: bugfix: line numbers after
12474: ^process{}[$.line(-10]] can be negative, allowed to print they as
12475: signed
12476:
12477: * src/main/untaint.C: speed: there's no \n chars in output
12478: [normally], so no need to optimize them they could be retrived
12479: from databases, though. but 1. should be replaced 2. if not
12480: optimized, no harm done
12481:
12482: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12483: ^file::exec/cgi could return invalid status & zombie child can
12484: remain for short period until process exists [very bad in
12485: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12486:
12487: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12488: malicious SMTP server to attack as by returning too long status
12489: responses http://i2/tasks/edit/?id=4629448401140924947
12490:
12491: 2004-02-26 paf
12492:
12493: * operators.txt: feature: ^process...{CODE}[now has options] which
12494: are $.main[to what to rename @main] $.file[file,
12495: from which (user says) goes that CODE] $.lineno(line
12496: number in that file, where CODE starts. may be negative)
12497:
12498: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12499: src/main/compile.C, src/main/compile_tools.h,
12500: src/main/pa_request.C: feature: ^process...{CODE}[now has
12501: options] which are $.main[to what to rename @main]
12502: $.file[file, from which (user says) goes that CODE]
12503: $.lineno(line number in that file, where CODE starts. may be
12504: negative)
12505:
12506: 2004-02-25 paf
12507:
1.116 moko 12508: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12509: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12510:
12511: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12512: produces hash of column=>1
12513:
12514: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12515: with incomplete errno constants set
12516:
12517: 2004-02-24 paf
12518:
12519: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12520: "man select"
12521:
12522: * src/main/pa_os.C: beauty: <0 better then ==-1
12523:
12524: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12525:
12526: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12527:
1.116 moko 12528: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12529:
12530: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12531: unix: steps to work on unix [extracted 'to']
12532:
12533: * src/classes/mail.C: smtp on unix: steps to work on unix
12534:
12535: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12536:
1.116 moko 12537: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12538: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12539: unix [testing on solaris]
1.95 moko 12540:
12541: 2004-02-20 paf
12542:
12543: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12544: pointing that out
12545:
12546: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12547: fixed again [same solution, mistanenly removed one line]
12548:
12549: 2004-02-19 paf
12550:
12551: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12552: date::create from bad datetime in spring daylightsaving hole now
12553: OK for all platforms [on some platforms it failed]
12554:
12555: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12556: in daylightsaving hole] now throws error
12557:
12558: * src/classes/date.C: comment: mistake fixed
12559:
12560: 2004-02-18 paf
12561:
12562: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12563: now renderes in $request:charset, but in header puts
12564: $response:charset todo: make that default only so that coder
12565: could override that
12566:
12567: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12568: turns off omit-xml-declaration
12569:
12570: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12571: /.xsl for sample
12572:
12573: 2004-02-17 paf
12574:
12575: * src/classes/xdoc.C: beauty: needless helper class removed
12576:
12577: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12578: copied extra time
12579:
12580: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12581: part of libxml
12582:
12583: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12584: libxml to do the work] <xsl:output method="html"
12585: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12586: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12587: />
12588:
12589: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12590:
12591: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12592: caused assertion
12593:
12594: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12595: could hang. now such add does nothing, sub clears $hash
12596:
12597: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12598: not made quoted-printable
12599:
12600: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12601: string invariant
12602:
12603: 2004-02-16 paf
12604:
12605: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12606: cleared [were not cleared properly]
12607:
12608: 2004-02-13 paf
12609:
1.116 moko 12610: * src/include/pa_version.h: prerelease
1.95 moko 12611:
12612: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12613: used, introducing dependencies timestamp check
12614:
12615: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12616: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12617: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12618: .xsl.stamp now not used, introducing dependencies timestamp check
12619:
1.150 moko 12620: * configure.in: auto.p: @conf made relative
1.95 moko 12621:
12622: 2004-02-12 paf
12623:
12624: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12625: ruined empty <input type=file> submits. parser thought there were
12626: nameless empty file and $form:field got value of type 'file'
12627:
12628: * INSTALL: --without-threads
12629:
12630: * src/include/pa_sapi.h: 2004
12631:
12632: 2004-02-11 paf
12633:
12634: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12635: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12636: classes/hashfile.C, classes/image.C, classes/int.C,
12637: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12638: classes/response.C, classes/string.C, classes/table.C,
12639: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12640: include/pa_array.h, include/pa_cache_managers.h,
12641: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12642: include/pa_config_fixed.h, include/pa_config_includes.h,
12643: include/pa_dictionary.h, include/pa_dir.h,
12644: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12645: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12646: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12647: include/pa_request_charsets.h, include/pa_request_info.h,
12648: include/pa_socks.h, include/pa_sql_connection.h,
12649: include/pa_sql_driver_manager.h, include/pa_stack.h,
12650: include/pa_string.h, include/pa_stylesheet_connection.h,
12651: include/pa_stylesheet_manager.h, include/pa_table.h,
12652: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12653: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12654: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12655: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12656: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12657: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12658: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12659: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12660: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12661: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12662: main/pa_sql_driver_manager.C, main/pa_string.C,
12663: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12664: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12665: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12666: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12667: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12668: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12669: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12670: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12671: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12672: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12673: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12674: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12675: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12676: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12677: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12678: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12679: types/pa_vresponse.h, types/pa_vstateless_class.C,
12680: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12681: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12682: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12683: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12684: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12685: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12686:
12687: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12688: debug version of gc.dll
12689:
12690: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12691: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12692: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12693: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12694: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12695: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12696: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12697: processes
12698:
12699: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12700: main/pa_globals.C, targets/cgi/parser3.vcproj,
12701: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12702: changes to reflect libxml xsl new folders
12703:
12704: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12705: lib/smtp/smtp.vcproj, main/main.vcproj,
12706: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12707: to reflect libxml xsl new folders
12708:
12709: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12710: lib/smtp/smtp.vcproj, main/main.vcproj,
12711: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12712: types/types.vcproj: started changes to reflect libxml xsl new
12713: folders
12714:
12715: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12716: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12717: src/main/compile.tab.C, src/main/main.vcproj,
12718: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12719: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12720: started changes to reflect libxml xsl new folders
12721:
12722: 2004-02-10 paf
12723:
12724: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12725: compile. recommened latest libxml up to date
12726:
12727: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12728: pattern compilation errors", on which spent 4 hours worktime. use
12729: versions higher than that. recommended now latest up to date
12730:
12731: 2004-02-06 paf
12732:
12733: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12734: beauty: unified destructing style
12735:
12736: * src/main/untaint.C: beauty: removed old def/ifdef
12737:
12738: * src/main/untaint.C: beauty: coredump @unknown untaint language
12739: now
12740:
12741: 2004-02-03 paf
12742:
12743: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12744: targets/isapi/parser3isapi.C, types/pa_value.C,
12745: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12746: then %ld/%lu
12747:
12748: * src/main/pa_common.C: typo: %l -> %u
12749:
12750: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12751: in attributes or documents-results of transform now not xx;
12752:
12753: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12754:
12755: * src/main/pa_charset.C: bugfix: forgot to undo some
12756:
12757: * src/main/pa_charset.C: beauty: uncomment
12758: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12759: libraries
12760:
12761: 2004-02-02 paf
12762:
12763: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12764: $cookie:example[ $.value[value] $.path[/there/] ]
12765:
12766: $cookie:example[ $.value[] $.expires[session]
12767: $.path[/there/] $.domain[test.com] ]
12768:
12769: * src/types/pa_vform.C: bugfix: empty values with
12770: enctype=multipart/form-data now produce entries in $form:tables
12771: <form method=post enctype=multipart/form-data> <input type=hidden
12772: name=a> <input type=hidden name=b>
12773:
12774: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12775: <hr> <pre>$request:body
12776:
12777: 2004-01-30 paf
12778:
12779: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12780: or documents-results of transform now not xx;
12781:
12782: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12783: produce exception.
12784:
12785: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12786: bugfix: ^date::create[invalid fields now produce exception.
12787:
12788: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12789: year] now produces exception. todo: check other fields
12790:
12791: 2004-01-29 paf
12792:
12793: * src/include/pa_memory.h: typo error
12794:
12795: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12796: more byte then specified, then zeroed it << useless and
12797: potentially harmful(could gpf)
12798:
12799: 2004-01-22 paf
12800:
12801: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12802:
12803: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12804: optimization
12805:
12806: * src/main/untaint.C: bugfix: whitespace now optimized properly
12807: [were bug: ^taint[1 & 2]="1 &2"
12808:
12809: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12810: errors
12811:
12812: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12813: overflow
12814:
12815: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12816: error-reporting code * in parser-error reporting code [when no
12817: @unhandled_exception defined]
12818:
12819: fixed in one place: my *snprintf override
12820:
12821: 2004-01-13 paf
12822:
12823: * operators.txt: typo erro
12824:
12825: 2003-12-25 paf
12826:
12827: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12828: garbled [pieces after zero bytes were removed]
12829:
12830: 2003-12-22 paf
12831:
1.116 moko 12832: * src/include/Makefile.am: bugfix: removed from dist:
12833: src/include/pa_config_auto.h which were configured for
1.95 moko 12834: make-dist-platform and badly updated proper config file in target
12835: [when .tar used for updating existing source tree]
12836:
12837: * ChangeLog, operators.txt, src/classes/op.C,
12838: src/include/pa_sql_connection.h,
12839: src/include/pa_sql_driver_manager.h,
12840: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12841: feature: sql introducing ability to transcode charsets
12842:
12843: 2003-12-19 paf
12844:
12845: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12846: error message
12847:
12848: * src/main/pa_charset.C: bugfix: memory for charsethandler
12849: structure for libxml now allocated properly
12850:
12851: 2003-12-17 paf
12852:
12853: * src/types/pa_vfile.C: beauty: removed outdated cast
12854:
12855: * src/main/pa_common.C: bugfix: empty http response caused gpf
12856:
12857: * src/include/pa_string.h: bugfix: removed too strong a assert
12858:
12859: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12860: unreported xmlGenericErrors]
12861:
12862: 2003-12-15 paf
12863:
12864: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12865: works}
12866:
12867: 2003-12-11 paf
12868:
12869: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12870: id
12871: !$status:tid thread id
12872:
12873: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12874: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12875: bugfix(solaris): removed dependency on object initialization
12876: order [one more place]
12877:
12878: * src/: classes/file.C, classes/mail.C, classes/op.C,
12879: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12880: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12881: understand that
12882:
12883: * src/: classes/file.C, classes/mail.C, classes/op.C,
12884: classes/xdoc.C, include/pa_cache_managers.h,
12885: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12886: include/pa_stylesheet_manager.h, main/pa_request.C,
12887: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12888: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12889: ctor call [relying on implicit String::Body(cstr) call]
12890:
12891: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12892: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12893: object initialization order [two places]
12894:
12895: 2003-12-10 paf
12896:
12897: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12898: << time now ok
12899:
12900: * operators.txt, src/main/pa_sql_driver_manager.C,
12901: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12902: operational
12903:
12904: * ChangeLog, operators.txt, src/classes/xdoc.C,
12905: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12906: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12907: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12908: back operational
12909:
12910: 2003-12-02 paf
12911:
12912: * src/types/pa_vmail.C: bugfix:
12913: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12914: as-is forced]
12915:
12916: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12917: exceptions out of libxml callbacks: reimplemented error handling
12918: of http://localhost, parser://method and safemode check callbacks
12919:
12920: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12921: [merged from HEAD]
12922:
12923: * src/classes/image.C: nothing: comment removed
12924:
12925: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12926: addresses to int
12927:
12928: 2003-12-01 paf
12929:
12930: * src/main/pa_xml_io.C: bugfix: typo
12931:
12932: * src/main/pa_globals.C: bugfix: win32: compile prob
12933:
12934: * src/classes/xdoc.C: bugfix: typo
12935:
12936: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12937: exception
12938:
12939: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12940:
12941: 2003-11-28 paf
12942:
12943: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12944: all xml documents read
12945:
12946: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12947:
12948: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12949: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12950: replaced original open mech of xdoc::create & co to use libxml
12951: open, so that this would work for root document todo: safe mode
12952: checks to libxml: ideally to some 1 point
12953:
12954: * src/main/pa_xml_io.C: comment
12955:
12956: * operators.txt, src/main/pa_xml_io.C: leading / in
12957: http://parser[abscent params]
12958:
12959: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12960: works. todo: maybe replace original open mech of xdoc::create &
12961: co to use libxml open, so that this would work for root document
12962:
12963: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12964: "parser://method/params/here"> <test> &test^; </test> }]
12965:
12966: ^taint[^xdoc.string[]]
12967:
12968: @method[param] <!ENTITY test
12969: "test-entity-value+$form:user+$param!">
12970:
12971: 2003-11-27 paf
12972:
12973: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12974:
12975: * src/classes/date.C: bugfix: typo error
12976:
12977: 2003-11-26 paf
12978:
12979: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12980: src/main/Makefile.am, src/main/main.vcproj,
12981: src/main/pa_globals.C, src/main/pa_request.C,
12982: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12983: xml errors to hash<thread_id,error> reorganization: xml io moved
12984: to pa_xml_io.C/h
12985:
12986: * src/types/pa_value.h: warnings: --
12987:
12988: 2003-11-25 paf
12989:
12990: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12991: whatever)
12992:
12993: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12994: a, (c?x:y, z)
12995:
12996: * src/main/untaint.C: bugfix: consequences of not reading this
12997: comment: CORD_pos_chars_left /* Number of characters in cache.
12998: <= 0 ==> none */
12999:
13000: * src/include/pa_array.h: removed needless checks
13001:
13002: 2003-11-24 paf
13003:
13004: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13005: removed limit: now $form:xxx can be accessed anytime, even in
13006: @auto/conf [and request/response:charset still can be changed
13007: anytime]
13008:
13009: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13010: now not transcodes response body
13011:
13012: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13013: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13014: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13015: $xdoc.firstChild.firstChild.nodeValue[different]
13016: ^taint[^xdoc.string[]]
13017:
13018: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13019: workaround: static Hash::allocates -> static Hash_allocates
13020:
13021: 2003-11-21 paf
13022:
1.116 moko 13023: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13024: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13025: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13026:
13027: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13028:
13029: * src/classes/mail.C: bugfix: typo
13030:
13031: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13032: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13033: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13034: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13035: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13036: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13037:
13038: * src/main/pa_exec.C: bug in safe mode
13039:
13040: * src/include/Makefile.am: pa_xml_exception.h
13041:
13042: * src/targets/isapi/parser3isapi.C: more warnings --
13043:
13044: 2003-11-20 paf
13045:
13046: * src/: classes/math.C, classes/op.C, classes/string.C,
13047: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13048: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13049: --
13050:
13051: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13052: more warnings --
13053:
13054: * src/classes/xdoc.C: more warnings --
13055:
13056: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13057:
13058: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13059: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13060:
13061: * src/: classes/date.C, classes/file.C, classes/hash.C,
13062: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13063: classes/table.C, include/pa_cache_managers.h,
13064: include/pa_stylesheet_connection.h, main/pa_request.C,
13065: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13066: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13067: --
13068:
13069: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13070: can't report problem (undefined @unhandled_exception) problem
13071: source string were not reported
13072:
13073: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13074: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13075: classes/hashfile.C, classes/image.C, classes/int.C,
13076: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13077: classes/response.C, classes/string.C, classes/table.C,
13078: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13079: include/pa_array.h, include/pa_cache_managers.h,
13080: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13081: include/pa_config_fixed.h, include/pa_dictionary.h,
13082: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13083: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13084: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13085: include/pa_request.h, include/pa_request_charsets.h,
13086: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13087: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13088: include/pa_stack.h, include/pa_string.h,
13089: include/pa_stylesheet_connection.h,
13090: include/pa_stylesheet_manager.h, include/pa_table.h,
13091: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13092: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13093: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13094: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13095: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13096: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13097: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13098: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13099: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13100: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13101: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13102: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13103: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13104: targets/isapi/parser3isapi.C, types/pa_junction.h,
13105: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13106: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13107: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13108: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13109: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13110: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13111: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13112: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13113: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13114: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13115: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13116: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13117: types/pa_vresponse.h, types/pa_vstateless_class.C,
13118: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13119: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13120: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13121: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13122: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13123: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13124: const IDENT
13125:
13126: * src/: include/pa_array.h, include/pa_pool.h,
13127: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13128: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13129: types/pa_wcontext.h: more warnings --
13130:
13131: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13132: classes/file.C, classes/hash.C, classes/hashfile.C,
13133: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13134: classes/memory.C, classes/op.C, classes/string.C,
13135: classes/table.C, classes/xdoc.C, classes/xnode.C,
13136: include/pa_config_includes.h, include/pa_operation.h,
13137: include/pa_sql_connection.h, include/pa_table.h,
13138: include/pa_types.h, lib/ltdl/config_fixed.h,
13139: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13140: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13141: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13142: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13143: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13144: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13145: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13146: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13147: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13148: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13149: types/pa_vmail.C, types/pa_vobject.C,
13150: types/pa_vstateless_class.h, types/pa_vtable.C,
13151: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13152: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13153: on all projects (except libltdl=off & libsdbm=level3) found
13154: several unitialized vars
13155:
13156: 2003-11-19 paf
13157:
13158: * src/classes/op.C: more ansi C++ comp
13159:
13160: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13161: src/main/pa_request.C: ^cache[...]{body}{catch block with
13162: $exception.handled[cache] meaning "get expired cache, if any.
13163: else error"}
13164:
13165: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13166: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13167: ^cache[...]{body}{catch code with $exception.cache field}
13168:
13169: 2003-11-12 paf
13170:
13171: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13172: [copy/paste bug]
13173:
13174: 2003-11-11 paf
13175:
13176: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13177: failed]
13178:
13179: 2003-11-10 paf
13180:
13181: * src/types/pa_vconsole.h: flush
13182:
13183: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13184: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13185: read/write [for nntp]
13186:
13187: * operators.txt: mysql: transaction support: ?autocommit=0
13188:
13189: * operators.txt: comment: updated
13190:
13191: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13192: serialize version and exipire now removes entries
13193:
13194: * operators.txt: ^hashfile.delete[] removes files altogether [and
13195: dir, if could]
13196:
13197: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13198: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13199: removes files altogether [and dir, if could]
13200:
13201: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13202: nonexistent pair. .c coded that that was error. fixed
13203:
13204: * src/types/pa_vhashfile.C: sdbm: exception type change to
13205: file.access [regretfull can't split it to different exceptions
13206: without modifying sdbm source wich would prefer not to]
13207:
13208: 2003-11-07 paf
13209:
13210: * src/: classes/date.C, classes/file.C, classes/hash.C,
13211: classes/hashfile.C, classes/image.C, classes/table.C,
13212: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13213: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13214: main/execute.C, main/main.vcproj, main/pa_pool.C,
13215: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13216: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13217: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13218: destructing objects at request processing end
13219:
13220: 2003-11-06 paf
13221:
13222: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13223: updates
13224:
13225: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13226: to include sdbm
13227:
1.116 moko 13228: * src/include/: pa_config_includes.h, pa_version.h: our
13229: replacements of max& co only for cpp
1.95 moko 13230:
13231: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13232: upper dir, .am updated
13233:
13234: * tests/todo.txt: hashfile: done
13235:
13236: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13237: expiration [time in value. todo: move time to key]
13238:
13239: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13240:
13241: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13242: to do that in foreach, no errors, but surely wrong]
13243:
13244: * operators.txt, src/types/pa_vhashfile.C,
13245: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13246:
13247: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13248: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13249: foreach
13250:
13251: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13252: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13253:
13254: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13255: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13256:
13257: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13258: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13259: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13260: get/put [raw]
13261:
13262: * src/: classes/op.C, main/pa_os.C: just linked
13263:
13264: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13265: XmlException changes
13266:
13267: * src/: include/pa_charset.h, include/pa_globals.h,
13268: include/pa_stylesheet_connection.h, main/pa_exception.C:
13269: XmlException changes
13270:
13271: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13272:
13273: * src/: include/pa_common.h, include/pa_exception.h,
13274: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13275: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13276: main/pa_xml_exception.C: locking move to pa_os [along with
13277: pa_sleep] apr-impl locking done
13278:
13279: * configure, configure.in, operators.txt, parser3.sln,
13280: src/classes/classes.vcproj, src/classes/hashfile.C,
13281: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13282: src/include/pa_exception.h, src/include/pa_globals.h,
13283: src/include/pa_memory.h, src/include/pa_version.h,
13284: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13285: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13286: src/main/compile.tab.C, src/main/main.vcproj,
13287: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13288: src/types/Makefile.am, src/types/pa_vhash.C,
13289: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13290: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13291: again with sdbm from apache
13292:
13293: 2003-11-05 paf
13294:
13295: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13296: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13297: \parser3project dir anymore
13298:
13299: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13300: thoughtlessly from xalan]
13301:
13302: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13303: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13304: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13305:
13306: * src/main/helpers/CaseFolding.txt:
13307: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13308:
13309: 2003-11-04 paf
13310:
13311: * operators.txt: comment: ^mail:send[$.options[
13312:
13313: * src/classes/table.C: compiled on unix
13314:
1.116 moko 13315: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13316:
13317: * src/classes/mail.C: compiled on unix
13318:
13319: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13320: src/types/pa_vmail.h: !^mail:send[
13321: $.options[unix: string to append to sendmail command
13322: line]
13323:
13324: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13325: tests/todo.txt: ^table.save[... $.separator[^#09]
13326: $.encloser["] <nothing> by default
13327:
13328: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13329: !$.separator[^#09] !$.encloser["] <nothing> by
13330: default
13331:
13332: 2003-11-03 paf
13333:
13334: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13335: ^table::load[; options: !$.column-separator[^#09]
13336: !$.column-encloser["]
13337:
13338: * operators.txt, src/include/pa_config_fixed.h,
13339: src/types/pa_vrequest.C: $request:document-root
13340:
13341: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13342: [already included into uri=xxx]
13343:
13344: * operators.txt, src/classes/image.C, tests/todo.txt:
13345: ^image.gif[filename] for $response:download
13346:
13347: * src/classes/date.C: minor precaution
13348:
13349: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13350: !^date.unix-timestamp[]
13351:
13352: 2003-10-30 paf
13353:
13354: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13355: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13356:
13357: * src/classes/: date.C, image.C: improvement diagnostics:
13358: $now[^date::create[$undefined]] now is error
13359:
13360: * src/main/pa_common.C: read errors would now be reported 'actually
13361: read -1 bytes'
13362:
13363: 2003-10-24 paf
13364:
13365: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13366: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13367: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13368: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13369:
13370: 2003-10-22 paf
13371:
13372: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13373:
13374: 2003-10-21 paf
13375:
13376: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13377: fixed: string.match[g] without <'> option produced columns with
13378: NULL's, which gpf'ed at table.save time
13379:
13380: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13381: recoursion' message with intensive throw-catches fixed: incorrect
13382: name and line (one name upper then needed) in error message about
13383: problems inside try block
13384:
13385: 2003-10-10 paf
13386:
13387: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13388: check offset argument for validity did that in String::Body::pos
13389: myself http://i2/tasks/edit/?id=4577425257580789777
13390:
13391: 2003-10-07 paf
13392:
13393: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13394: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13395:
13396: 2003-10-03 paf
13397:
13398: * parser3.sln, src/include/pa_dictionary.h,
13399: src/main/pa_dictionary.C, src/main/pa_string.C,
13400: src/targets/cgi/parser3.vcproj: dictionary optimized by
13401: precalculating cstr&length
13402:
13403: 2003-10-02 paf
13404:
13405: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13406: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13407: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13408: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13409:
13410: 2003-09-30 paf
13411:
13412: * src/main/pa_string.C: string::replace bug fix [were ignoring
13413: occurrances after lang-mismatched
13414:
13415: 2003-09-29 paf
13416:
13417: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13418: helper
13419:
13420: * src/main/pa_string.C: string::serialize bug fix with
13421: zero-terminator
13422:
13423: * src/classes/table.C: ^nameless_table.save column row now has no
13424: \t at the end
13425:
13426: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13427: @postprocess now takes $response:body/download
13428:
13429: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13430: error message
13431:
13432: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13433:
13434: * src/classes/table.C: bugfix: flip: must produce nameless
13435: http://i2/tasks/edit/?id=4573405524674081244
13436:
13437: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13438: main/helpers/simple_folding.pl: utf-8 upper/lower
13439:
13440: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13441: to typo error http://i2/tasks/edit/?id=4573354650786434584
13442:
13443: 2003-09-26 paf
13444:
13445: * src/main/untaint.C: removed needless field
13446:
13447: * src/main/untaint.C: removed needless const
13448:
13449: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13450: String.for_each bug fixed [omited one-char cases]
13451:
13452: * src/include/pa_stack.h: bugfix: before collecting garbage,
13453: runtime-executor stack were cleared... BADLY
13454:
13455: * src/main/pa_string.C: ^stirng.replace code used old
13456: param-convention on langs.append, fixed that search fo the like,
13457: found none
13458:
13459: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13460: string::serialize/deserialize implemented Language enum assigned
13461: meaningful letters [more convinient for debugging. read warning
13462: before adding/changing anything]
13463:
13464: 2003-09-25 paf
13465:
13466: * src/: include/pa_string.h, include/pa_version.h,
13467: main/pa_string.C, main/untaint.C: templates and anonymous unions
13468: differences on unix
13469:
13470: * parser3.sln, src/classes/file.C, src/classes/image.C,
13471: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13472: src/classes/xdoc.C, src/classes/xnode.C,
13473: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13474: src/include/pa_charsets.h, src/include/pa_common.h,
13475: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13476: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13477: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13478: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13479: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13480: src/main/compile_tools.h, src/main/pa_charset.C,
13481: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13482: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13483: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13484: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13485: src/types/pa_vmail.C, src/types/pa_vmath.C,
13486: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13487: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13488:
13489: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13490: functions aligned to that of eeparser3 look
13491:
13492: * src/lib/cord/cordprnt.c: removed warnings
13493:
13494: 2003-09-24 paf
13495:
13496: * src/: classes/file.C, classes/image.C, classes/mail.C,
13497: classes/op.C, classes/xdoc.C, classes/xnode.C,
13498: include/pa_cache_managers.h, include/pa_charset.h,
13499: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13500: include/pa_sql_driver_manager.h, include/pa_string.h,
13501: include/pa_stylesheet_manager.h, include/pa_table.h,
13502: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13503: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13504: main/pa_sql_driver_manager.C, main/pa_string.C,
13505: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13506: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13507: types/pa_vstateless_class.h, types/pa_vstatus.C,
13508: types/pa_vxnode.C: v() functions of String::Body,
13509: String::Languages and String itself StringBody->String::Body
13510:
13511: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13512: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13513: never optimized anything. todo: somehow speed up harder cases:
13514: concatenationA+concatenationB when last block of A and first of B
13515: contain same letters
13516:
13517: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13518: lib/cord/include/cord.h: langs: speed up by joining adjucent
13519: blocks of same char [CORD_append_block]
13520:
13521: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13522: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13523: save space by extending blocks when appending block with c ==
13524: lastblock.c
13525:
13526: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13527: working yet :( but more working &understood :)
13528:
13529: * src/: classes/table.C, include/pa_string.h,
13530: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13531:
13532: 2003-09-23 paf
13533:
13534: * src/main/untaint.C: $a[ok!] $a works!
13535:
13536: * src/main/untaint.C: something even more works :)
13537:
13538: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13539: something more works :)
13540:
13541: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13542: lib/cord/cordxtra.c: something already works :)
13543:
13544: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13545: serialize&deserialize
13546:
13547: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13548: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13549: main/untaint.C: main idea implemented, details left
13550:
13551: 2003-09-22 paf
13552:
13553: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13554:
13555: * src/classes/xnode.C: copy/paste comment bugfix
13556:
13557: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13558: allocator returns 0, just die.
13559: http://i2/tasks/edit/?id=4570798492410259445
13560:
13561: * src/classes/xdoc.C: copy/paste comment bugfix
13562:
13563: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13564: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13565: xnode: getAttributeNS setAttributeNS removeAttributeNS
13566: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13567:
13568: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13569: chars due to bitwise operation signed-char error]
13570:
13571: 2003-09-19 paf
13572:
13573: * src/types/pa_wcontext.C: output message: more practical
13574: suggestion
13575:
13576: * src/main/pa_common.C, operators.txt: merged
13577: $f[^file::load[binary;http://...]] $f.tables
13578:
13579: 2003-09-02 paf
13580:
13581: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13582: flush stdout without referencing 'stdout' symbol. to hell with
13583: non-ansi libraries without 'stdout' symbol
13584:
13585: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13586: unix (users reported problems with some old libc)
13587:
13588: * src/types/pa_vdate.h: forgot initializer
13589:
13590: 2003-09-01 paf
13591:
13592: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13593: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13594: zone]
13595:
13596: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13597:
13598: 2003-08-19 paf
13599:
13600: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13601: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13602: simplified a little
13603:
13604: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13605: [lost fix from 3.0.8]
13606:
13607: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13608: visible here }
13609:
13610: bug fix
13611:
13612: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13613:
13614: * src/main/compile.tab.C: initialized couple of variables about
13615: which user reported runtime problems when parser were compiled
13616: with VC7, warning level4. study shows that later in bison
13617: they've fixed that. would migrate to latest bison someday
13618:
13619: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13620: recoding headers)
13621:
13622: * src/types/pa_vmail.C: works as before, same charset problems:
13623: gmime recodes to UTF-8 only headers, not body. so not recoding
13624: anything for now
13625:
13626: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13627: problems with body
13628:
13629: * src/types/pa_vmail.C: mail_receive just compiled
13630:
13631: 2003-08-18 paf
13632:
13633: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13634: main/main.vcproj, types/types.vcproj: win32: continued process
13635: detaching from \parser3project directory
13636:
13637: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13638: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13639: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13640: src/lib/pcre/pcre_dftables.dsp,
13641: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13642: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13643: src/types/types.dsp: moved to MSVC 7
13644:
13645: * gnu.vcproj.vspscc, parser3.vssscc,
13646: src/classes/classes.vcproj.vspscc,
13647: src/lib/cord/cord.vcproj.vspscc,
13648: src/lib/ltdl/libltdl.vcproj.vspscc,
13649: src/lib/md5/md5.vcproj.vspscc,
13650: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13651: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13652: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13653: src/targets/isapi/parser3isapi.vcproj.vspscc,
13654: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13655: moved to MSVC 7
13656:
13657: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13658: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13659: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13660: src/lib/pcre/pcre_dftables.vcproj,
13661: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13662: src/targets/cgi/parser3.vcproj,
13663: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13664: new VS project files
13665:
13666: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13667: .NET to detect Jalindi Igloo capabilities.
13668:
13669: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13670: src/classes/classes.awk, src/doc/footer.htm,
13671: src/include/pa_config_fixed.h, src/include/pa_version.h,
13672: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13673: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13674: src/types/pa_vmail.C: merged 3.1.0 latest changes
13675:
13676: 2003-08-15 paf
13677:
13678: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13679: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13680:
13681: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13682: non-ascii <yyy> now encoded correctly
13683:
13684: 2003-07-29 paf
13685:
1.116 moko 13686: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13687: dist
1.95 moko 13688:
13689: * src/types/pa_vmail.C: just started --with-mail-receive
13690:
13691: 2003-07-28 paf
13692:
1.116 moko 13693: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13694: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13695:
13696: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13697:
13698: 2003-07-25 paf
13699:
13700: * src/doc/footer.htm: year
13701:
13702: 2003-07-24 paf
13703:
13704: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13705: fix
13706:
13707: * src/include/pa_version.h: release
13708:
1.116 moko 13709: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13710:
13711: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13712: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13713: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13714: getting rid of win32xml pseudo project
13715:
13716: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13717:
1.116 moko 13718: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13719: configure.in, operators.txt, parser3.dsw,
1.95 moko 13720: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13721: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13722: src/classes/classes.C, src/classes/classes.awk,
13723: src/classes/classes.dsp, src/classes/classes.h,
13724: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13725: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13726: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13727: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13728: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13729: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13730: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13731: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13732: src/include/pa_array.h, src/include/pa_cache_managers.h,
13733: src/include/pa_charset.h, src/include/pa_charsets.h,
13734: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13735: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13736: src/include/pa_dictionary.h, src/include/pa_dir.h,
13737: src/include/pa_exception.h, src/include/pa_exec.h,
13738: src/include/pa_globals.h, src/include/pa_hash.h,
13739: src/include/pa_memory.h, src/include/pa_opcode.h,
13740: src/include/pa_operation.h, src/include/pa_pool.h,
13741: src/include/pa_pragma_pack_begin.h,
1.95 moko 13742: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13743: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13744: src/include/pa_sapi.h, src/include/pa_socks.h,
13745: src/include/pa_sql_connection.h,
13746: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13747: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13748: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13749: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13750: src/include/pa_uue.h, src/lib/Makefile.am,
13751: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13752: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13753: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13754: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13755: src/lib/cord/include/ec.h,
13756: src/lib/cord/include/private/Makefile.am,
13757: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13758: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13759: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13760: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13761: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13762: src/main/compile_tools.C, src/main/compile_tools.h,
13763: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13764: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13765: src/main/pa_charsets.C, src/main/pa_common.C,
13766: src/main/pa_dictionary.C, src/main/pa_dir.C,
13767: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13768: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13769: src/main/pa_request.C, src/main/pa_socks.C,
13770: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13771: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13772: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13773: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13774: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13775: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13776: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13777: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13778: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13779: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13780: src/targets/isapi/parser3isapi.dsp,
13781: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13782: src/types/pa_junction.h, src/types/pa_method.h,
13783: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13784: src/types/pa_vclass.C, src/types/pa_vclass.h,
13785: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13786: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13787: src/types/pa_vdouble.h, src/types/pa_venv.h,
13788: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13789: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13790: src/types/pa_vimage.C, src/types/pa_vimage.h,
13791: src/types/pa_vint.h, src/types/pa_vjunction.h,
13792: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13793: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13794: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13795: src/types/pa_vobject.C, src/types/pa_vobject.h,
13796: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13797: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13798: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13799: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13800: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13801: src/types/pa_vstring.h, src/types/pa_vtable.C,
13802: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13803: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13804: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13805: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13806: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13807: HEAD
13808:
13809: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13810: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13811: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13812: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13813: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13814: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13815: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13816: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13817: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13818: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13819: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13820: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13821: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13822: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13823: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13824: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13825: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13826: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13827: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13828: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13829: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13830: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13831: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13832: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13833: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13834: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13835: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13836: outputs/create-dir, results/001.processed, results/002.processed,
13837: results/003.processed, results/004.processed,
13838: results/005.processed, results/006.processed,
13839: results/007.processed, results/008.processed,
13840: results/009.processed, results/010.processed,
13841: results/011.processed, results/012.processed,
13842: results/013.processed, results/014.processed,
13843: results/015.processed, results/016.processed,
13844: results/017.processed, results/018.processed,
13845: results/019.processed, results/020.processed,
13846: results/021.processed, results/022.processed,
13847: results/023.processed, results/024.processed,
13848: results/025.processed, results/026.processed,
13849: results/027.processed, results/028.processed,
13850: results/029.processed, results/030.processed,
13851: results/031.processed, results/032.processed,
13852: results/033.processed, results/034.processed,
13853: results/035.processed, results/036.processed,
13854: results/037.processed, results/038.processed,
13855: results/039.processed, results/040.processed,
13856: results/041.processed, results/042.processed,
13857: results/043.processed, results/044.processed,
13858: results/045.processed, results/046.processed,
13859: results/047.processed, results/048.processed,
13860: results/049.processed, results/050.processed,
13861: results/051.processed, results/052.processed,
13862: results/053.processed, results/054.processed,
13863: results/055.processed, results/056.processed,
13864: results/057.processed, results/058.processed,
13865: results/059.processed, results/060.processed,
13866: results/061.processed, results/062.processed,
13867: results/063.processed, results/064.processed,
13868: results/065.processed, results/066.processed,
13869: results/067.processed, results/068.processed,
13870: results/069.processed, results/070.processed,
13871: results/071.processed, results/072.processed,
13872: results/073.processed, results/074.processed,
13873: results/075.processed, results/076.processed,
13874: results/077.processed, results/078.processed,
13875: results/079.processed, results/080.processed,
13876: results/081.processed, results/082.processed,
13877: results/083.processed, results/084.processed,
13878: results/085.processed, results/086.processed,
13879: results/087.processed, results/088.processed,
13880: results/089.processed, results/090.processed,
13881: results/091.processed, results/092.processed,
13882: results/093.processed, results/094.processed,
13883: results/095.processed, results/096.processed,
13884: results/097.processed, results/098.processed,
13885: results/099.processed, results/100.processed,
13886: results/101.processed, results/102.processed,
13887: results/103.processed, results/104.processed,
13888: results/105.processed, results/106.processed,
13889: results/107.processed, results/108.processed,
13890: results/109.processed, results/110.processed,
13891: results/111.processed, results/112.processed,
13892: results/113.processed, results/114.processed,
13893: results/115.processed, results/116.processed,
13894: results/117.processed, results/118.processed,
13895: results/119.processed, results/120.processed,
13896: results/121.processed, results/122.processed,
13897: results/123.processed, results/124.processed,
13898: results/125.processed, results/126.processed,
13899: results/127.processed, results/128.processed,
13900: results/129.processed, results/130.processed,
13901: results/131.processed, results/132.processed,
13902: results/133.processed, results/134.processed,
13903: results/135.processed, results/136.processed,
13904: results/137.processed, results/138.processed,
13905: results/139.processed, results/140.processed,
13906: results/141.processed: merged(copied) to HEAD from template_gc
13907:
13908: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13909: towards \parser3project not having to be in root
13910:
13911: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13912: module compiled [were minor unnecessary changes in lib/md5
13913: interface]
13914:
13915: * src/include/pa_version.h: release
13916:
13917: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13918:
13919: * src/classes/math.C: merged uuid bugfix
13920:
13921: * tests/: 141.html, results/141.processed: fixed bug with
13922: too-small-a-buffer
13923:
13924: * src/classes/math.C: uuid bugfix
13925:
13926: * tests/: 141.html, Makefile, results/005.processed,
13927: results/030.processed, results/075.processed,
13928: results/078.processed: to reflect date format change (were -
13929: become ' ')
13930:
13931: * src/classes/math.C: uuid bugfix
13932:
13933: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13934: debug/release changes
13935:
13936: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13937:
13938: 2003-07-23 paf
13939:
13940: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13941: renamed a little [to move to comman naming conv]
13942:
1.116 moko 13943: * src/targets/Makefile.am: apache13 splitted to simplify apache
13944: build
1.95 moko 13945:
13946: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13947: main/pa_request.C, main/pa_sql_driver_manager.C,
13948: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13949: stack top_index() fixed
13950:
13951: * src/main/pa_globals.C: minor style changes
13952:
13953: * src/: classes/op.C, include/pa_sql_connection.h: connection
13954: closing/caching fixed [connections were not closed/put to cache]
13955:
13956: 2003-07-22 paf
13957:
13958: * INSTALL: gc part updated stightly
13959:
13960: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13961: new sapi interface
13962:
13963: * src/classes/file.C: comment on OS
13964:
13965: * src/main/pa_string.C: removed reduntant invariant check [there is
13966: one deeper in cord lib]
13967:
13968: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13969:
13970: * src/main/pa_memory.C: out of memory is no longer coredump
13971:
13972: * INSTALL: disable-threads adviced
13973:
13974: 2003-07-21 paf
13975:
1.116 moko 13976: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13977:
13978: * src/classes/file.C: file::exec/cgi environment variables now must
13979: be UPPERCASE and A-Z 0-9 _-
13980:
13981: * src/classes/file.C: env passing fixed
13982:
13983: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13984:
13985: * src/main/pa_common.C: http:// CRLF now
13986:
13987: 2003-07-02 paf
13988:
13989: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13990: fields to reflect their real meaning
13991:
13992: 2003-06-27 paf
13993:
13994: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13995: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13996: file::exec/cgi .charset
13997:
13998: 2003-06-26 paf
13999:
14000: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14001: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14002: src/classes/table.C: fixed several uninitialized local
14003: structures. notably ^hash.foreach now inserts delimiters
14004: properly [were inserting it before first body]
14005:
14006: 2003-06-24 paf
14007:
14008: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14009:
14010: 2003-06-20 paf
14011:
14012: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14013: src/main/pa_globals.C: introducing
14014: $f[^file::load[binary;http://...]] $f.tables
14015:
14016: 2003-06-06 paf
14017:
14018: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14019: table. [were method lookup: inconsistent]
14020:
14021: 2003-06-02 paf
14022:
14023: * src/include/pa_memory.h: empty string clone fixed to return
14024: writable memory
14025:
14026: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14027: were not appended] which violated string invariant
14028:
14029: 2003-05-30 paf
14030:
14031: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14032: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14033:
14034: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14035: GMT ; RFC 822, updated by RFC 1123
14036:
14037: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14038: targets/isapi/parser3isapi.C: initialized request_info properly
14039:
14040: * src/classes/xnode.C: found minor bug, commended for future
14041:
14042: 2003-05-28 paf
14043:
14044: * src/classes/form.C: request_info.content_length can't be <0,
14045: size_t for some time
14046:
14047: 2003-05-26 paf
14048:
14049: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14050: forgotten <0 changed to !=STRING_NOT_FOUND
14051:
14052: * src/classes/math.C: merged ffffu from HEAD
14053:
14054: 2003-05-11 paf
14055:
14056: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14057:
14058: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14059: premature doc free. transformed document had xmlDoc reference
14060: stored to non-gc-memory (libgdome) added holding-reference
14061:
14062: 2003-04-29 paf
14063:
14064: * src/main/pa_globals.C: started digging on double free. on win32
14065: found that that's perfectly normal.
14066:
14067: 2003-04-25 paf
14068:
14069: * src/classes/table.C: table.join bug fix [bad limit check]
14070:
14071: * src/classes/math.C: merged from HEAD: simpiler hash_string
14072:
14073: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14074: print anything. changed to quicker and simplier code
14075:
14076: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14077: strict a check]
14078:
14079: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14080:
14081: 2003-04-24 paf
14082:
14083: * src/include/pa_table.h: too strict assert loosened
14084:
14085: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14086: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14087: report
14088:
14089: 2003-04-21 paf
14090:
1.116 moko 14091: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14092:
14093: * src/main/pa_globals.C: pcre memory management changed to use GC
14094: memory
14095:
14096: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14097: xmlMallocAtomic [author agreed to my suggestion], used that
14098:
14099: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14100:
14101: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14102: types/pa_vmail.C: attributed_meaning_to_string added
14103: L_UNSPECIFIED piece which was sortof OK, but violated string
14104: invariant [assertion barked on that] changed to L_PASS_APPEND,
14105: made that param obligatory
14106:
14107: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14108: fixed [assert helped]
14109:
14110: * src/include/pa_string.h: assert added [looking for bug]
14111:
14112: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14113: names on Win32 considered disk-global
14114:
14115: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14116: considered disk-global
14117:
14118: 2003-04-18 paf
14119:
14120: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14121: filenames
14122:
14123: * src/main/untaint.C: enabled '~' letter in filenames
14124:
14125: 2003-04-16 paf
14126:
14127: * src/classes/file.C: small bug introduced in autoptr times fixed
14128:
14129: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14130: HEAD
14131:
1.116 moko 14132: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14133:
14134: 2003-04-15 paf
14135:
14136: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14137: src/lib/md5/pa_md5c.c, tests/141.html,
14138: tests/results/141.processed: merged from head ^math:uuid[]
14139: ^math:uid64[] ^math:md5[string]
14140:
14141: test added: 141.html
14142:
14143: * operators.txt, src/classes/math.C: ^math:uid64[]
14144:
14145: * src/classes/math.C: ^math:uuid[]
14146:
14147: * operators.txt, src/classes/math.C: ^math:uuid[]
14148:
14149: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14150: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14151:
14152: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14153: src/include/pa_config_fixed.h, src/main/pa_common.C:
14154: ^file::load[mode;name; $.offset $.limit
14155:
14156: 2003-04-14 paf
14157:
14158: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14159: started ^math:md5
14160:
14161: * src/classes/table.C, src/include/pa_array.h,
14162: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14163: tests/results/140.processed: table $.reverse option works in
14164: create&co table $.distinct[tables] bug fix merged
14165:
14166: * src/: classes/table.C, include/pa_table.h: table
14167: $.distinct[tables] bug fixed
14168:
14169: * src/classes/table.C: more warnings
14170:
14171: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14172: removed checks in table::set_current, moved them back to
14173: table::locate implemented table::create/join ñ $.reverse
14174:
14175: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14176: removed checks in table::set_current, moved them back to
14177: table::locate
14178:
14179: 2003-04-11 paf
14180:
14181: * operators.txt, src/classes/date.C, src/classes/table.C,
14182: src/include/pa_array.h, src/include/pa_common.h,
14183: src/include/pa_config_includes.h, src/include/pa_string.h,
14184: src/include/pa_table.h, src/main/pa_request.C,
14185: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14186: src/main/pa_table.C: merged from HEAD from
14187: before_append_array_limit_sense_change to
14188: after_append_array_limit_sense_change
14189:
14190: * src/classes/table.C: typo
14191:
14192: * operators.txt, src/classes/date.C, src/classes/table.C,
14193: src/include/pa_array.h, src/include/pa_common.h,
14194: src/include/pa_config_includes.h, src/include/pa_globals.h,
14195: src/include/pa_table.h, src/main/pa_array.C,
14196: src/main/pa_globals.C, src/main/pa_request.C,
14197: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14198: src/main/pa_table.C: append_array_limit_sense_change locate
14199: accepts options same as create new option: $.reverse(1) [do not
14200: work in table::create]
14201:
14202: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14203: (stat xxx,
14204:
14205: * src/classes/: table.C: typo
14206:
14207: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14208: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14209: results/130.processed, results/131.processed,
14210: results/132.processed, results/133.processed,
14211: results/134.processed, results/135.processed,
14212: results/136.processed, results/137.processed,
14213: results/138.processed, results/139.processed: added few mustfail
14214: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14215: date/time 132.html mustfail: access to junction outside of
14216: context 133.html mustfail: access to junction outside of context,
14217: case version 134.html mustfail: hash: adding a key inside of
14218: foreach 135.html mustfail: modifying system class 136.html
14219: mustfail: $.name outside of $hash[here] 137.html mustfail:
14220: appendChild without import 138.html mustfail: invalid encoding
14221: inside of xml 139.html mustfail: bad XPath
14222:
14223: * operators.txt, src/classes/table.C, tests/084.html,
14224: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14225: tests/129.html, tests/results/125.processed,
14226: tests/results/126.processed, tests/results/127.processed,
14227: tests/results/128.processed, tests/results/129.processed: merged
14228: from HEAD ^table.hash[key][$.distinct[tables]]
14229:
14230: maked appropriate tests [changed one old nonconforming]
14231:
14232: * operators.txt, src/classes/table.C:
14233: ^table.hash[key][$.distinct[tables]]
14234:
14235: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14236: merged fix for found very old xml (dom) bug: were passing
14237: domString objects and later ERROREOUSLY freed them
14238:
14239: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14240: src/main/pa_charset.C: re-added libgdome patch. regretfully
14241: libgdome bug can not be worked around
14242:
14243: 2003-04-10 paf
14244:
14245: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14246: found very old xml (dom) bug: were passing domString objects and
14247: later ERROREOUSLY freed them
14248:
14249: * src/doc/string.dox, src/include/pa_memory.h,
14250: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14251: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14252: tests/123.html, tests/124.html, tests/results/001.processed,
14253: tests/results/002.processed, tests/results/003.processed,
14254: tests/results/004.processed, tests/results/005.processed,
14255: tests/results/006.processed, tests/results/008.processed,
14256: tests/results/009.processed, tests/results/010.processed,
14257: tests/results/011.processed, tests/results/012.processed,
14258: tests/results/013.processed, tests/results/014.processed,
14259: tests/results/015.processed, tests/results/016.processed,
14260: tests/results/017.processed, tests/results/018.processed,
14261: tests/results/020.processed, tests/results/021.processed,
14262: tests/results/022.processed, tests/results/023.processed,
14263: tests/results/024.processed, tests/results/025.processed,
14264: tests/results/026.processed, tests/results/027.processed,
14265: tests/results/028.processed, tests/results/029.processed,
14266: tests/results/030.processed, tests/results/031.processed,
14267: tests/results/032.processed, tests/results/033.processed,
14268: tests/results/034.processed, tests/results/035.processed,
14269: tests/results/036.processed, tests/results/037.processed,
14270: tests/results/038.processed, tests/results/039.processed,
14271: tests/results/040.processed, tests/results/041.processed,
14272: tests/results/042.processed, tests/results/043.processed,
14273: tests/results/044.processed, tests/results/045.processed,
14274: tests/results/046.processed, tests/results/047.processed,
14275: tests/results/048.processed, tests/results/049.processed,
14276: tests/results/050.processed, tests/results/051.processed,
14277: tests/results/052.processed, tests/results/053.processed,
14278: tests/results/054.processed, tests/results/055.processed,
14279: tests/results/056.processed, tests/results/057.processed,
14280: tests/results/058.processed, tests/results/059.processed,
14281: tests/results/060.processed, tests/results/061.processed,
14282: tests/results/062.processed, tests/results/063.processed,
14283: tests/results/064.processed, tests/results/065.processed,
14284: tests/results/066.processed, tests/results/067.processed,
14285: tests/results/068.processed, tests/results/069.processed,
14286: tests/results/070.processed, tests/results/071.processed,
14287: tests/results/072.processed, tests/results/073.processed,
14288: tests/results/074.processed, tests/results/075.processed,
14289: tests/results/076.processed, tests/results/077.processed,
14290: tests/results/078.processed, tests/results/079.processed,
14291: tests/results/080.processed, tests/results/081.processed,
14292: tests/results/082.processed, tests/results/083.processed,
14293: tests/results/084.processed, tests/results/085.processed,
14294: tests/results/086.processed, tests/results/087.processed,
14295: tests/results/088.processed, tests/results/089.processed,
14296: tests/results/090.processed, tests/results/091.processed,
14297: tests/results/092.processed, tests/results/093.processed,
14298: tests/results/094.processed, tests/results/095.processed,
14299: tests/results/096.processed, tests/results/097.processed,
14300: tests/results/101.processed, tests/results/102.processed,
14301: tests/results/104.processed, tests/results/105.processed,
14302: tests/results/106.processed, tests/results/107.processed,
14303: tests/results/108.processed, tests/results/109.processed,
14304: tests/results/110.processed, tests/results/111.processed,
14305: tests/results/112.processed, tests/results/113.processed,
14306: tests/results/114.processed, tests/results/115.processed,
14307: tests/results/116.processed, tests/results/117.processed,
14308: tests/results/118.processed, tests/results/119.processed,
14309: tests/results/120.processed, tests/results/121.processed,
14310: tests/results/122.processed, tests/results/123.processed,
14311: tests/results/124.processed: new convention: char* never 0.
14312: assert in cord on that
14313:
14314: * src/main/pa_charset.C: couple more asserts
14315:
14316: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14317: speedup
14318:
14319: * src/main/pa_charset.C: couple assertions on fantastic situations
14320: added [may be those is the case now?]
14321:
14322: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14323: that's memory from gc_malloc, not from g_malloc :(, but would
14324: hope]
14325:
14326: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14327: that's memory from gc_malloc, not from g_malloc :(, but would
14328: hope]
14329:
14330: * src/main/pa_charset.C: checked custom malloc for returning 0
14331:
14332: 2003-04-09 paf
14333:
14334: * src/classes/date.C: merged ^date.roll changes
14335:
14336: * src/classes/date.C: ^date.roll bug fix
14337:
14338: * src/classes/date.C: ^date.roll now throws less errors: month
14339: shifts handles end of month situation by reducing day number
14340: hour-hole shift reduces hour to recover
14341:
14342: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14343: Sort by function time
14344:
14345: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14346: http:// $.charset[] param done
14347:
14348: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14349: added [after volatile fix. passes on win&intel-solaris]
14350:
14351: 2003-04-08 paf
14352:
14353: * src/: classes/file.C, classes/op.C, classes/table.C,
14354: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14355: include/pa_common.h, include/pa_request_charsets.h,
14356: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14357: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14358: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14359: types/pa_vresponse.C: started http:// $.charset[] param and
14360: http response charset detection just compiled. todo:test
14361:
14362: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14363:
14364: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14365: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14366: types/pa_vmail.C: changed transcode param converntion along with
14367: string creating convention -- all strings are zero-terminated,
14368: this allowed to fix one remaining String("123", 2) case
14369:
14370: * src/: classes/date.C, classes/file.C, classes/hash.C,
14371: classes/op.C, classes/string.C, classes/table.C,
14372: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14373: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14374: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14375: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14376: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14377: violated String::invariant. started fixing [not compiled now]
14378:
14379: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14380: main/compile.tab.C, main/compile.y, main/pa_string.C,
14381: main/untaint.C, targets/cgi/parser3.C: number of string style
14382: improvements & optimizations
14383:
14384: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14385: :(]
14386:
14387: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14388: [for it's a pointer really]
14389:
14390: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14391: 'n' param. worked that around
14392:
14393: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14394: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14395: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14396: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14397: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14398:
14399: Thanks for the bug report and patch.
14400:
14401: I hadn't looked at this code in a while. Reading it now, it
14402: seems to me that the tests should also be ">= MAX_DEPTH" to
14403: comply with the invariant, though that may not matter a lot. I
14404: changed that, too.
14405:
14406: Hans
14407:
14408: 2003-04-07 paf
14409:
14410: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14411: merged from head:safe mode error message now includes numbers
14412:
14413: * src/main/execute.C: n-th attempt to make a=a work with double.
14414: problem: as_double returns it's result in fp-register compiler
14415: optimizes access to that register after b->as_double, and just
14416: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14417: from memory. _SAME_ double values do not match here. when
14418: forced to REload fp-register, values do match.
14419:
14420: tried to make them volatile.
14421:
14422: * src/main/execute.C: n-th attempt to make a=a work with double.
14423: problem: as_double returns it's result in fp-register compiler
14424: optimizes access to that register after b->as_double, and just
14425: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14426: from memory. _SAME_ double values do not match here. when
14427: forced to REload fp-register, values do match.
14428:
14429: tried to make them volatile.
14430:
14431: * src/types/pa_vobject.h: small style change
14432:
14433: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14434:
14435: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14436: mode error message now includes numbers
14437:
14438: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14439: now causes death
14440:
14441: 2003-04-04 paf
14442:
14443: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14444: incorportated pa_exec patch by From: "Victor Fedoseev"
14445: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14446: Sent: Thursday, January 23, 2003 9:14 AM
14447:
14448: huge speedup on ^file::cgi with big result
14449:
14450: * src/classes/table.C: sort table with 0 rows bug fixed
14451:
14452: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14453: fix http://i2/tasks/edit/?id=4493701604654042676
14454:
14455: @main[] $with_default[ $.a[1] $._default[default from
14456: with_default] ] ^show[$with_default]
14457:
14458: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14459: =$to_add_to.xxx=<br>
14460:
14461: ^show[$to_add_to]
14462:
14463: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14464: ^show[$cloned]
14465:
14466: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14467:
14468: } <hr>
14469:
14470: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14471: http://i2/tasks/edit/?id=4493701604654042676
14472:
14473: @main[] $with_default[ $.a[1] $._default[default from
14474: with_default] ] ^show[$with_default]
14475:
14476: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14477: =$to_add_to.xxx=<br>
14478:
14479: ^show[$to_add_to]
14480:
14481: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14482: ^show[$cloned]
14483:
14484: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14485:
14486: } <hr>
14487:
14488: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14489: http://i2/tasks/edit/?id=4507350336410850921
14490:
14491: * src/classes/xdoc.C: memory allocation func bugfix
14492: http://i2/tasks/edit/?id=4499303470368629745
14493:
14494: * src/classes/math.C: allowed random 1...
14495:
14496: * src/classes/math.C: allowed random 0..
14497:
14498: * src/main/pa_globals.C: exif mem leak
14499: http://i2/tasks/edit/?id=4480590323629807263
14500:
14501: * src/: classes/classes.dsp, main/main.dsp,
14502: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14503: fix http://i2/tasks/edit/?id=4493946731322521294
14504: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14505:
14506: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14507: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14508: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14509: links to xml libs made relative, no need to unpack parser3project
14510: to /parser3project.
14511:
14512: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14513: column more precise - tab handling bug fixed
14514:
14515: * src/main/: compile.tab.C, compile.y: more understandable error
14516: message in case @CLASS with more then one line inside
14517:
14518: * src/targets/cgi/parser3.C: more understandable error message in
14519: case of errors in @unhandled_exception
14520:
14521: 2003-04-03 paf
14522:
14523: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14524: src/main/compile.tab.C, src/main/compile.y,
14525: src/main/compile_tools.C, src/main/compile_tools.h,
14526: src/main/execute.C, src/main/pa_request.C: debug info format
14527: simplified, now it's: OP_VALUE Operation::Origin << here value*
14528:
14529: higher limits: file number (max: 255) line number (max:
14530: 64535) column number (max: 255)
14531:
14532: * src/classes/math.C: top limit
14533:
14534: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14535: precise parse error position in case of
14536:
14537: ^bug ]
14538:
14539: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14540: changed to realities, and passed [bug fixed]
14541:
14542: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14543: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14544: main/compile_tools.h, main/pa_request.C: introducing
14545: ^process...[main-method-alias]
14546:
14547: * src/: classes/date.C, classes/image.C, classes/op.C,
14548: classes/string.C, classes/table.C, classes/xdoc.C,
14549: types/pa_vmethod_frame.h: MethodParams& now [methods without
14550: params receive zero reference, but they are expected not to look
14551: there]
14552:
14553: * operators.txt, src/classes/date.C, src/classes/double.C,
14554: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14555: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14556: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14557: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14558: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14559: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14560: [methods without params receive zero reference, but they are
14561: expected not to look there]
14562:
14563: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14564: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14565: ^process...[filename] useful for better error reporting
14566: [file/line/col]
14567:
14568: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14569: types/pa_vstring.h: slightly improved error messages text: 1. is
14570: '%s', it 2. method undefined in case of ^void[]
14571:
14572: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14573: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14574: handling done. now we have error columns todo: test it
14575:
14576: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14577: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14578:
14579: this makes life easier: were: bad stack order -- were in
14580: exception catch unwind order, which didn't match execution order
14581:
14582: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14583:
14584: @first[] ^throw[a;1]
14585:
14586: showed throw a first throw b try
14587:
14588: which is no good
14589:
14590: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14591: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14592: trace reset after handled exception [old bug fixed]
14593:
14594: * src/main/: compile.tab.C, compile.y: parse position old bug
14595: fixed. position reporting made precise [both, in parse erros and
14596: runtime errors]
14597:
14598: 2003-04-02 paf
14599:
14600: * src/: include/pa_operation.h, include/pa_request.h,
14601: main/compile.C, main/compile.tab.C, main/compile.y,
14602: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14603: main/pa_exception.C, main/pa_request.C: debug info: started
14604: using. todo:complete
14605:
14606: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14607: main/compile.C, main/compile.tab.C, main/compile.y,
14608: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14609: main/pa_request.C: prepared debug info todo:use it
14610:
14611: * src/include/pa_operation.h: strange mistake fixed: forgot to
14612: return Operation class->union after switching from autoptrs.
14613:
14614: * tests/: Makefile, results/108.processed, results/117.processed:
14615: meta considered OK [it's up to coder now to remove it not needed]
14616:
14617: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14618: Dictionary constructor when moved to gc]
14619:
14620: * src/main/pa_common.C: uncommented http:// file loading
14621:
14622: * src/include/pa_array.h, src/main/execute.C,
14623: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14624: fix [gdGrowingBuf]
14625:
14626: * configure.in, src/lib/Makefile.am: removed patches
14627:
14628: * configure, src/include/pa_config_auto.h.in,
14629: src/main/pa_charset.C: --enable-assertions autoconf-ed
14630:
14631: * src/main/pa_common.C: uncommented http:// file loading
14632:
14633: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14634: xdoc::create/load
14635:
14636: * src/: classes/form.C, classes/hash.C, classes/image.C,
14637: classes/string.C, classes/table.C, classes/void.C,
14638: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14639: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14640: String::String(str,helper_length) are checked. found/fixed one
14641: place: $request:body now zero-terminated,
14642:
14643: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14644: main/compile_tools.C, main/execute.C, types/pa_value.h,
14645: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14646: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14647: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14648: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14649: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14650: types/pa_vxnode.h: more locally scoped vars in execute (more
14651: easily optimizable)
14652:
14653: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14654: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14655:
14656: * src/: include/pa_array.h, include/pa_stack.h,
14657: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14658: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14659: become assertion iterator in methodframe filler
14660:
14661: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14662: targets/cgi/parser3.C: array::get/put inlined
14663:
14664: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14665: gc_substitute_memory_management_functions +installed CORD_oom
14666: function
14667:
14668: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14669: src/include/pa_config_includes.h, src/include/pa_string.h,
14670: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14671: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14672: assertions started configure.in --enable-assertions
14673:
14674: 2003-04-01 paf
14675:
14676: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14677: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14678: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14679: gdome uses glib memory, and stores last pointer to xmlDoc there,
14680: gc misses that and collects valid memory fixed by remembering
14681: xmlDoc from dom object in xdoc. todo: do something with
14682: premature free of xdoc with xnodes/node values referring into it
14683:
14684: * src/classes/: mail.C: typo fix
14685:
14686: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14687: changes
14688:
14689: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14690: main/pa_memory.C: moved memory debugging to global level: to
14691: pa_gc_malloc
14692:
14693: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14694: debugging showed no errors. todo: debug parser memory
14695:
14696: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14697: configurations
14698:
14699: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14700: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14701: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14702: types/types.dsp: prepared xml-static configuration
14703:
14704: 2003-03-31 paf
14705:
14706: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14707: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14708: xml lib memory debugging, simple checks failed: it seems that
14709: library does realloc(bad ptr), and recording those ptrs in heap
14710: [for debugging] was bad: heap situation changes = everything
14711: works fine
14712:
14713: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14714: xmlRegisterCharEncodingHandler limitation [currently imposed
14715: limit of 10 user-defined charsets]
14716:
14717: 2003-03-28 paf
14718:
14719: * src/main/execute.C: execution stack copied to local register
14720: variable, removed lots [~2e7) of memory accesses
14721:
14722: 2003-03-27 paf
14723:
14724: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14725: works in debug, but fails in release todo: fix that
14726:
14727: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14728: targets/cgi/parser3.C: forgot to merge XML memory funcs
14729: replacement from gc branch
14730:
14731: * src/main/pa_exec.C: introducing append_help_length [radical
14732: improvement here]
14733:
14734: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14735: 'not recommened' in gc.h, on win32 noticed no difference]
14736:
14737: * src/include/pa_array.h: returned checked array get [were disabled
14738: for debugging] result:not slower [don't understand that, it were
14739: INLINED] todo: find out a way of inlining it!
14740:
14741: * src/: include/pa_string.h, lib/gc/include/gc.h,
14742: lib/gc/include/gc_fake.h, main/compile.tab.C,
14743: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14744: convention changed: all resulting strings are zero-terminated
14745:
14746: * src/: classes/date.C, classes/file.C, classes/hash.C,
14747: classes/string.C, classes/table.C, classes/void.C,
14748: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14749: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14750: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14751: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14752: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14753: types/pa_vfile.C, types/pa_vmail.C: introducing
14754: append_help_length [radical improvement here]
14755:
14756: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14757: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14758: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14759: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14760: even slower
14761:
14762: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14763: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14764: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14765: clients of &get(): most to use non-ref version, some[in tight
14766: places] to get_unchecked_ref
14767:
14768: * src/doc/memory.dox: forgot to add
14769:
14770: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14771: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14772: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14773: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14774: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14775: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14776: targets/cgi/parser3.dsp, types/pa_vmail.C,
14777: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14778: T>>&<< removed after Stack::pop wiping removed [moved to separate
14779: func] other Array & removed
14780:
14781: 2003-03-26 paf
14782:
14783: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14784: classes/table.C, include/pa_array.h, include/pa_charset.h,
14785: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14786: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14787: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14788: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14789: main/pa_exec.C, main/pa_sql_driver_manager.C,
14790: main/pa_stylesheet_manager.C, main/pa_table.C,
14791: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14792: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14793: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14794: pre-evaluated .count() in some places
14795:
14796: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14797: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14798: types/types.dsp: .dsp profiling updated
14799:
14800: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14801: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14802: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14803:
14804: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14805: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14806: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14807: use lib/gc,lib/cord
14808:
1.116 moko 14809: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14810: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14811: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14812: src/include/pa_config_includes.h, src/include/pa_request.h,
14813: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14814: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14815: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14816: src/lib/cord/include/Makefile.am,
1.116 moko 14817: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14818: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14819: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14820: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14821: src/types/pa_vform.h, src/types/pa_vhash.h,
14822: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14823: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14824: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14825: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14826: funcs ported pa_exec
1.95 moko 14827:
14828: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14829:
14830: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14831: bundled gc includes
14832:
14833: * src/: classes/op.C, include/pa_array.h,
14834: include/pa_sql_connection.h, include/pa_string.h,
14835: include/pa_version.h, main/compile.tab.C, main/compile.y,
14836: main/execute.C, main/pa_common.C, main/pa_exception.C,
14837: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14838: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14839: first real site (aval)]
14840:
14841: 2003-03-25 paf
14842:
14843: * operators.txt, src/main/pa_sql_driver_manager.C,
14844: src/types/pa_vstatus.C: $status.memory used free since_compact
14845: process
14846:
14847: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14848: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14849:
14850: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14851:
14852: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14853: src/types/pa_value.h, src/types/pa_vfile.h,
14854: src/types/pa_vobject.C, src/types/pa_vobject.h,
14855: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14856: tests/results/121.processed: untaint.C L_URI
14857:
14858: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14859: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14860: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14861: src/types/pa_vmemory.h: ^memory:compact[]
14862:
14863: * tests/results/109.processed: it was a bug in parser. updated 109
14864: test result
14865:
14866: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14867:
14868: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14869: tests/results/107.processed: fixed dom language [values are now
14870: considered tainted. it was a bug in parser. updated 107 test
14871: result
14872:
14873: * src/classes/xdoc.C: fixed transform params
14874:
14875: * src/: include/pa_stylesheet_manager.h,
14876: main/pa_stylesheet_manager.C: fixed stylesheet caching
14877:
14878: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14879: overloads for structure handling
14880:
14881: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14882: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14883: StringBody(0) ambiguilty, introducting static
14884: StringBody::Format(int)
14885:
14886: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14887: linked
14888:
14889: * src/types/pa_vxdoc.C: vxdoc compiled
14890:
14891: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14892: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14893: finalizers isntalled
14894:
14895: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14896: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14897: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14898: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14899: compiled todo: xnode.C / finalizers
14900:
14901: * src/doc/string.dox: updated: new string internals
14902:
14903: 2003-03-24 paf
14904:
14905: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14906: include/pa_charset.h, include/pa_config_fixed.h,
14907: include/pa_request.h, include/pa_stylesheet_connection.h,
14908: include/pa_stylesheet_manager.h, main/pa_charset.C,
14909: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14910: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14911: types/pa_vxnode.h: started XML
14912:
14913: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14914:
14915: * src/: classes/file.C, classes/image.C, classes/mail.C,
14916: include/pa_string.h, main/pa_common.C,
14917: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14918:
14919: * src/: classes/file.C, classes/image.C, classes/mail.C,
14920: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14921: main/pa_request.C, main/pa_sql_driver_manager.C,
14922: types/pa_vimage.h: size_t pos everywhere checks changed to check
14923: for eq STRING_NOT_FOUND
14924:
14925: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14926: optimize bit implemented
14927:
14928: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14929: String::ArrayFragment::append_positions fixed
14930:
14931: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14932: String::this_starts fixed
14933:
14934: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14935:
14936: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14937: hashcode implemented fully, including per-char callback [it can
14938: be - substr CORD node]
14939:
14940: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14941: rewritten to rewalloc with 100byte buf ahead
14942:
14943: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14944: src/include/pa_string.h, src/main/compile.tab.C,
14945: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14946: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14947: CORD_ec [bad] would rewrite as realloc now
14948:
14949: * src/: classes/date.C, classes/file.C, classes/form.C,
14950: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14951: include/pa_cache_managers.h, include/pa_charsets.h,
14952: include/pa_common.h, include/pa_request.h,
14953: include/pa_sql_driver_manager.h, include/pa_table.h,
14954: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14955: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14956: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14957: types/pa_vmail.C, types/pa_vmethod_frame.C,
14958: types/pa_vstateless_class.h: 2*2 worked :)
14959:
14960: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14961: src/include/pa_exec.h, src/include/pa_string.h,
14962: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14963: passed OK
14964:
14965: * src/: classes/hash.C, classes/string.C, classes/table.C,
14966: types/pa_value.C: all linked todo: debug
14967:
14968: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14969: types/pa_vstateless_class.C: all compiled. todo:link
14970:
14971: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14972:
14973: * src/types/pa_vtable.C: pa_vtable.C compiled
14974:
14975: * src/types/pa_vstring.C: pa_vstring.C compiled
14976:
14977: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14978:
14979: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14980: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14981: pa_vstateless_class.C, pa_vstateless_class.h:
14982: pa_vstateless_class.C compiled
14983:
14984: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14985: types/pa_vmath.C: pa_vmail.C compiled
14986:
14987: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14988:
14989: * src/types/pa_vform.C: pa_vform.C compiled
14990:
14991: * src/types/pa_vfile.C: pa_vfile.C compiled
14992:
14993: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14994: pa_vstateless_class.C: pa_vcookie.C compiled
14995:
14996: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14997: types/pa_vhash.h: pa_value.C compiled
14998:
14999: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15000: classes.lib main.lib compiled
15001:
15002: * src/classes/void.C: void.C compiled
15003:
15004: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15005: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15006: compiled
15007:
15008: * src/: classes/string.C, include/pa_request.h,
15009: include/pa_string.h, main/pa_string.C: string.C compiled
15010:
15011: * src/: classes/op.C, classes/string.C, classes/table.C,
15012: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15013: main/pa_request.C, main/pa_string.C: op.C compiled
15014:
15015: * src/classes/: math.C, op.C: math.C compiled
15016:
15017: * src/: classes/mail.C, classes/string.C, classes/table.C,
15018: types/pa_vmail.h: mail.C compiled
15019:
15020: * src/classes/: int.C, table.C: int.C compiled
15021:
15022: * src/: classes/hash.C, classes/image.C, classes/string.C,
15023: classes/table.C, include/pa_memory.h, include/pa_string.h,
15024: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15025: compiled
15026:
15027: * src/: classes/hash.C, classes/string.C, classes/table.C,
15028: classes/void.C, classes/xdoc.C, include/pa_request.h,
15029: include/pa_sql_connection.h: hash.C compiled
15030:
15031: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15032: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15033: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15034: classes/math.C, classes/op.C, classes/response.C,
15035: classes/string.C, classes/table.C, classes/void.C,
15036: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15037: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15038: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15039: file.C table.C compiled
15040:
15041: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15042: main/untaint.C: main.lib compiled
15043:
15044: 2003-03-21 paf
15045:
15046: * src/: classes/op.C, include/pa_cache_managers.h,
15047: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15048: include/pa_stylesheet_manager.h, main/pa_exception.C,
15049: main/pa_globals.C, main/pa_sql_driver_manager.C,
15050: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15051: compiled
15052:
15053: * src/: classes/hash.C, classes/image.C, classes/op.C,
15054: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15055: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15056: main/compile.C, main/pa_common.C, main/pa_request.C,
15057: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15058: pa_request.C compiled
15059:
15060: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15061: include/pa_request.h, main/execute.C, main/pa_request.C,
15062: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15063: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15064: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15065: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15066: compiled
15067:
15068: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15069: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15070: on unix
15071:
15072: * src/: include/pa_charset.h, include/pa_charsets.h,
15073: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15074: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15075: pa_charsets.C compiled
15076:
15077: * src/: classes/image.C, classes/mail.C, classes/op.C,
15078: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15079: main/compile.y, main/execute.C, main/pa_common.C,
15080: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15081: types/pa_vcode_frame.h, types/pa_vimage.h,
15082: types/pa_vmethod_frame.h: execute.C compiled
15083:
15084: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15085: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15086: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15087: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15088: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15089: include/pa_cache_managers.h, include/pa_charsets.h,
15090: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15091: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15092: include/pa_sql_driver_manager.h, include/pa_string.h,
15093: include/pa_stylesheet_connection.h,
15094: include/pa_stylesheet_manager.h, include/pa_table.h,
15095: main/compile.C, main/compile.tab.C, main/compile.y,
15096: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15097: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15098: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15099: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15100: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15101: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15102: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15103: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15104: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15105: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15106: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15107: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15108: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15109: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15110: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15111: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15112: types/pa_vresponse.h, types/pa_vstateless_class.C,
15113: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15114: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15115: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15116: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15117: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15118: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15119: [C++ CORD wrapper]
15120:
15121: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15122:
15123: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15124: $file::exec/cgi[script; $.charset[this is script's charset]
15125:
15126: command line, env values, input got transcoded before call
15127: stdout, stderr got transcoded after call
15128:
15129: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15130: by default. use: ^file::exec[...;$.stdin[$request.body]
15131:
15132: * src/main/pa_common.C: } typo bug fix
15133:
15134: * src/main/pa_common.C: } typo bug fix
15135:
15136: 2003-03-20 paf
15137:
15138: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15139: main/untaint.C: cord bug fix, but still errors todo: clear out
15140:
15141: * src/include/pa_string.h: more tests
15142:
15143: * src/main/pa_string.C: string.pos fixed
15144:
1.116 moko 15145: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15146: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15147: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15148: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15149: replaces
1.95 moko 15150:
15151: * src/: classes/image.C, include/pa_dictionary.h,
15152: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15153: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15154: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15155: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15156:
15157: * src/include/pa_string.h: warning
15158:
15159: * src/include/pa_string.h: this_starts fixed
15160:
15161: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15162: new String ctor & append params convention
15163:
15164: * src/: classes/file.C, classes/hash.C, classes/image.C,
15165: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15166: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15167: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15168: main/pa_exception.C, main/pa_exec.C,
15169: main/pa_sql_driver_manager.C, main/pa_string.C,
15170: main/pa_stylesheet_manager.C, main/untaint.C,
15171: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15172: types/pa_vmail.C: more tests OK
15173:
15174: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15175: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15176: gc/exit runned OK
15177:
15178: * src/types/pa_vmail.C: another naming problem: should not name
15179: vars like that: unpredictable close caused problems with later
15180: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15181: descriptors missing on startup: stdin; Bad file number
15182:
15183: todo: find out why so many filters(stream) here. probably wrong?
15184:
15185: * src/: include/pa_dictionary.h, include/pa_string.h,
15186: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15187: main/untaint.C: test compiled
15188:
15189: * src/: classes/image.C, classes/mail.C, classes/math.C,
15190: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15191: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15192: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15193: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15194: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15195: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15196: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15197: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15198: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15199:
15200: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15201: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15202: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15203: src/include/pa_memory.h, src/include/pa_request.h,
15204: src/include/pa_request_charsets.h,
15205: src/include/pa_sql_connection.h, src/include/pa_string.h,
15206: src/main/compile.tab.C, src/main/execute.C,
15207: src/main/pa_charset.C, src/main/pa_common.C,
15208: src/main/pa_exception.C, src/main/pa_exec.C,
15209: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15210: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15211: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15212: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15213: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15214: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15215: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15216: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15217: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15218: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15219: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15220: pa_common.C [done, without http for now]
15221:
15222: 2003-03-19 paf
15223:
15224: * src/: classes/date.C, classes/form.C, classes/hash.C,
15225: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15226: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15227: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15228: include/pa_string.h, include/pa_table.h, main/compile.C,
15229: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15230: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15231: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15232: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15233: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15234: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15235: types/pa_vstateless_class.h, types/pa_vtable.C,
15236: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15237: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15238: types/pa_wwrapper.h: started test
15239:
1.116 moko 15240: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15241: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15242:
15243: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15244: include/pa_string.h, main/pa_string.C: string compiled todo: test
15245: it
15246:
15247: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15248: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15249: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15250: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15251: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15252: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15253: types/pa_vmethod_frame.h, types/types.dsp: string
15254: reimplementation with cord+array<fragment>: 70%
15255:
15256: 2003-03-18 paf
15257:
15258: * src/: classes/date.C, classes/file.C, classes/form.C,
15259: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15260: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15261: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15262: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15263: can ignore lang in cmp and pos really, but would
15264: split properly!
15265:
15266: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15267: cord part made parser/src/lib: it's not compiled into libgc by
15268: default
15269:
15270: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15271: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15272: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15273: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15274: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15275: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15276: src/classes/xnode.C, src/classes/xnode.h,
15277: src/include/Makefile.am, src/include/pa_cache_managers.h,
15278: src/include/pa_charset.h, src/include/pa_charsets.h,
15279: src/include/pa_common.h, src/include/pa_dictionary.h,
15280: src/include/pa_exception.h, src/include/pa_exec.h,
15281: src/include/pa_globals.h, src/include/pa_hash.h,
15282: src/include/pa_memory.h, src/include/pa_pool.h,
15283: src/include/pa_request.h, src/include/pa_request_charsets.h,
15284: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15285: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15286: src/include/pa_stylesheet_connection.h,
15287: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15288: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15289: src/main/compile.C, src/main/compile.tab.C,
15290: src/main/compile_tools.C, src/main/compile_tools.h,
15291: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15292: src/main/pa_charsets.C, src/main/pa_common.C,
15293: src/main/pa_dictionary.C, src/main/pa_exception.C,
15294: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15295: src/main/pa_pool.C, src/main/pa_request.C,
15296: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15297: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15298: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15299: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15300: src/types/pa_junction.h, src/types/pa_method.h,
15301: src/types/pa_value.C, src/types/pa_value.h,
15302: src/types/pa_vclass.C, src/types/pa_vclass.h,
15303: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15304: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15305: src/types/pa_vdouble.h, src/types/pa_venv.h,
15306: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15307: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15308: src/types/pa_vimage.C, src/types/pa_vimage.h,
15309: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15310: src/types/pa_vmath.C, src/types/pa_vmath.h,
15311: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15312: src/types/pa_vobject.C, src/types/pa_vobject.h,
15313: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15314: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15315: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15316: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15317: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15318: src/types/pa_vstring.h, src/types/pa_vtable.C,
15319: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15320: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15321: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15322: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15323: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15324: gc: PA_Object done lots of replacements also
15325:
15326: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15327: gc logging
15328:
15329: 2003-03-17 paf
15330:
15331: * src/: classes/date.C, classes/file.C, classes/form.C,
15332: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15333: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15334: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15335: include/pa_string.h, include/pa_types.h, main/compile.C,
15336: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15337: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15338: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15339: main/pa_sql_driver_manager.C, main/pa_string.C,
15340: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15341: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15342: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15343: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15344: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15345: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15346: types/pa_vxnode.h: libgc attempt
15347:
15348: 2003-03-13 paf
15349:
15350: * src/: include/pa_sql_driver_manager.h,
15351: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15352: called
15353:
15354: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15355: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15356: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15357: types/pa_value.h, types/pa_vobject.h,
15358: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15359: set_base, set_derived simplified [counter leaks fixed]
15360:
15361: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15362: src/types/types.dsp: incorporated status class patch From:
15363: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15364: 2003 8:14 AM
15365:
15366: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15367: Win32 specific: QuotaPeakNonPagedPoolUsage
15368: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15369:
15370: 2003-03-12 paf
15371:
1.116 moko 15372: * configure, configure.in, src/lib/ltdl/configure,
15373: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15374: lib/ltdl/Makefile now created by /configure.in only [were by
15375: lib/ltdl/configure.in OVERWRITE]
15376:
1.116 moko 15377: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15378: linkage fixed for g++ 3.2.2
1.95 moko 15379:
15380: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15381: on using privately declared class [fixed]
15382:
15383: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15384: 3.2 rightliy complained on using privately declared class [fixed]
15385:
15386: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15387: sigpipe before request constructor now causes death
15388:
15389: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15390: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15391: not cause exception in exception handler
15392:
1.116 moko 15393: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15394: now default links libstdc++ statically. that can be overriden by
15395: --with-dynamic-stdcpp
1.95 moko 15396:
15397: 2003-03-11 paf
15398:
15399: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15400: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15401: necessity of libstdc++
15402:
15403: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15404:
15405: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15406:
15407: 2003-03-08 paf
15408:
15409: * tests/Makefile: make install & co
15410:
15411: * src/: include/pa_request.h, classes/op.C: removing
15412: vclass,object.h -> pa_request.h dependency
15413:
15414: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15415: main/pa_request.C: removing vform,response,cookie.h ->
15416: pa_request.h dependency
15417:
15418: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15419: dependency [testing...]
15420:
15421: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15422: return 0; fixed
15423:
15424: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15425: types/pa_vmail.h: vmail.C received just compiled [not tested]
15426:
15427: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15428:
15429: * src/main/pa_request.C: forgotten: ifdef XML
15430:
15431: * src/main/pa_request.C: forgotten: ifdef XML
15432:
15433: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15434: win32 and run memleak tests again
15435:
15436: * src/targets/cgi/parser3.C: charsets: see some strange things with
15437: old xml lib-- it's internal memory handling has faults
15438:
15439: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15440: problems when transcode from charset A to A.
15441:
15442: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15443: todo: still problems when transcode from charset A to A.
15444:
15445: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15446: classes/table.C, include/pa_array.h,
15447: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15448: started full-scale-site-test [~ http://parser.ru sources]
15449:
15450: some fixes
15451:
15452: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15453: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15454: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15455: results/110.processed, results/111.processed,
15456: results/112.processed, results/113.processed,
15457: results/114.processed, results/115.processed,
15458: results/116.processed, results/117.processed,
15459: results/118.processed, results/119.processed,
15460: results/120.processed: xml: tests 109 dom create/show 110 xpath
15461: selectSingle 111 xdoc.create from tainted & 112
15462: xdoc.create/output with russian attr value 113 xpath
15463: selectString/Number 114 dom attributes.count 115 xpath selectBool
15464: 116 output media-type change 117 transform by dom stylesheet 118
15465: empty transform result 119 dom setAttribute 120 nbsp letter
15466: output
15467:
15468: =END OF PREPARED XML TESTS=
15469:
15470: 2003-03-07 paf
15471:
15472: * src/classes/xdoc.C, src/include/pa_charset.h,
15473: src/include/pa_stylesheet_connection.h, tests/108.html,
15474: tests/108.xsl, tests/results/108.processed: xml: test 108
15475: transform with params [bugs fixed]
15476:
15477: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15478: from copy/paste bug
15479:
15480: * src/classes/xdoc.C, src/include/pa_charset.h,
15481: src/include/pa_request.h, src/main/execute.C,
15482: src/main/pa_charset.C, src/main/pa_exception.C,
15483: src/main/pa_globals.C, src/main/pa_request.C,
15484: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15485: src/types/pa_vxnode.C, tests/107.html,
15486: tests/results/107.processed: xml: test: 107 bug fixes
15487:
15488: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15489: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15490: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15491:
15492: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15493: string
15494:
15495: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15496: mem alloc functions used for different cases [libxml, libxsl]
15497:
15498: * src/classes/classes.C: fixed: prevent system classes from
15499: modification to lock ALL the classes, not only directly used
15500:
15501: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15502: linked
15503:
15504: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15505:
15506: 2003-03-06 paf
15507:
15508: * src/classes/xdoc.C: xdoc.C 50%
15509:
15510: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15511: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15512: main/pa_globals.C, main/pa_request.C,
15513: main/pa_stylesheet_manager.C: xnode.C compiled
15514:
15515: * src/: include/pa_stylesheet_connection.h,
15516: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15517: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15518:
15519: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15520: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15521: xml: stylesheet&manager STARTED
15522:
15523: * src/: include/pa_globals.h, main/pa_charset.C,
15524: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15525:
15526: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15527: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15528: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15529: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15530: charsets
15531:
15532: * tests/023.html: in some cases it rounded up badly. postponing
15533: solution of that problem, making more simple test
15534:
15535: * tests/: 058_paf2000.png, results/058.processed: .png added with
15536: -kb now
15537:
15538: * src/: include/pa_charset.h, include/pa_charsets.h,
15539: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15540: moved to charsets.C
15541:
15542: 2003-03-05 paf
15543:
15544: * src/classes/string.C, src/include/pa_string.h,
15545: src/main/pa_string.C, tests/105.html,
15546: tests/results/105.processed: String::match bug fixed
15547:
15548: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15549: tests/results/104.processed: ^bpt operator added [does int3 in
15550: debug build on win32]
15551:
15552: * tests/: 057.html, results/057.processed: test bug fixed
15553:
1.116 moko 15554: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15555:
15556: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15557: missing
15558:
1.116 moko 15559: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15560: forgotten files added to Makes
1.95 moko 15561:
15562: * ltmain.sh: ltmain.sh added
15563:
15564: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15565: change undone ;(
15566:
15567: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15568: made static
15569:
15570: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15571: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15572: todo:make linker happy
1.95 moko 15573:
15574: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15575: env param made optional
15576:
15577: 2003-03-04 paf
15578:
15579: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15580: types/pa_vimage.h: number of gcc compiler bugs fixed
15581:
15582: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15583: results/103.processed: tests: 103 image.copy transparence test
15584:
15585: * src/main/execute.C, tests/101.html, tests/102.html,
15586: tests/results/101.processed, tests/results/102.processed: tests:
15587: 101 method/variable name conflict test 102 form fields change
15588: should not not change anything [bug fix]
15589:
15590: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15591: results/099.processed, results/100.processed: tests: 57 date
15592: create 2002: added 99,100 response:body/download
15593:
15594: * src/classes/image.C, tests/098.html, tests/098font.gif,
15595: tests/results/098.processed: test: 98 image font text [bug fixed]
15596:
15597: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15598: tests/results/097.processed: test: 97 file::load http:// [bugs
15599: fixed]
15600:
15601: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15602: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15603: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15604: image EXIF [bug fixed]
15605:
15606: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15607: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15608: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15609: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15610: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15611: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15612: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15613: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15614: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15615: tests/094.html, tests/095.html, tests/results/061.processed,
15616: tests/results/062.processed, tests/results/063.processed,
15617: tests/results/064.processed, tests/results/065.processed,
15618: tests/results/066.processed, tests/results/067.processed,
15619: tests/results/068.processed, tests/results/069.processed,
15620: tests/results/070.processed, tests/results/071.processed,
15621: tests/results/072.processed, tests/results/073.processed,
15622: tests/results/074.processed, tests/results/075.processed,
15623: tests/results/076.processed, tests/results/077.processed,
15624: tests/results/078.processed, tests/results/080.processed,
15625: tests/results/081.processed, tests/results/082.processed,
15626: tests/results/083.processed, tests/results/084.processed,
15627: tests/results/085.processed, tests/results/086.processed,
15628: tests/results/087.processed, tests/results/088.processed,
15629: tests/results/089.processed, tests/results/090.processed,
15630: tests/results/091.processed, tests/results/092.processed,
15631: tests/results/093.processed, tests/results/094.processed,
15632: tests/results/095.processed, tests/079.html,
15633: tests/results/079.processed: tests: 61 file::stat size 62
15634: string->int autoconvert 63 double .int,dec,div,mul 64 date
15635: compare 65 file: basename,justname,justext 66 math:crypt 67
15636: string.match simple on long 68 string.match normalized simple on
15637: long 69 string.int 70 file::stat content-type 71 table.join 72
15638: hash parameter conditional pass 73 date daylightsaving,yearday 74
15639: date arithmetics 75 response date values/attributes 76 string.pos
15640: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15641: with local 80 scientific numeric literal in string autoconvert 81
15642: xor: logical and numerical 82 for delims 83 menu delims 84
15643: table.hash distinct 85 long string replace 86 throw+catch
15644: current language preserve 87 bit shifts 88 junction tests +
15645: $caller test 89 hash.foreach selfmodification 90 int/void to int
15646: 91 $caller test 92 junction is + def junction tests 93 $caller
15647: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15648:
15649: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15650: fixed] 60 string eq string [bug fixed]
15651:
15652: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15653: 058.html, 058_paf2000.png, 059.html, 060.html,
15654: results/053.processed, results/054.processed,
15655: results/055.processed, results/056.processed,
15656: results/057.processed, results/058.processed,
15657: results/059.processed, results/060.processed: test: 53
15658: string.replace 54 junctions 55 table.hash 56 call indirect 57
15659: date.create[string] 58 image.measure[png]
15660:
15661: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15662: outputs/051.processed, results/052.processed: test: 52
15663: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15664: task: fix that
15665:
15666: 2003-03-03 paf
15667:
15668: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15669: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15670: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15671: outputs/049.processed, outputs/050.processed,
15672: outputs/051.processed, results/001.processed,
15673: results/002.processed, results/003.processed,
15674: results/005.processed, results/006.processed,
15675: results/008.processed, results/009.processed,
15676: results/011.processed, results/012.processed,
15677: results/013.processed, results/014.processed,
15678: results/015.processed, results/016.processed,
15679: results/017.processed, results/020.processed,
15680: results/021.processed, results/022.processed,
15681: results/024.processed, results/025.processed,
15682: results/026.processed, results/027.processed,
15683: results/028.processed, results/029.processed,
15684: results/030.processed, results/031.processed,
15685: results/049.processed, results/050.processed,
15686: results/051.processed, results/043.processed,
15687: results/044.processed, results/045.processed,
15688: results/046.processed, results/047.processed,
15689: results/048.processed: tests: 43,44,45 date rolls 46
15690: autoevaluating junction 47 table.select 48 name with subvar 49
15691: hash-creating switch 50 process 51 started parent/child, works as
15692: it were but it were NOT GOOD, created separate task to fix that
15693:
15694: * tests/: 042.html, results/042.processed: test: 42
15695: exception.handled
15696:
15697: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15698: expression
15699:
15700: * tests/: 040.html, results/040.processed: test: 39 method result
15701: of type table 40 method param junction auto evaluate
15702:
15703: * tests/: 039.html, results/039.processed: test: 37 method result
15704: of type table
15705:
15706: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15707: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15708: tests/038.html, tests/results/033.processed,
15709: tests/results/034.processed, tests/results/035.processed,
15710: tests/results/036.processed, tests/results/037.processed,
15711: tests/results/038.processed: tests: 33 string.replace 34
15712: string.upper 35 table created 36 local/global vars with juntions
15713: 37 table clone 38 math PI & number formatting
15714:
15715: math class registring typo fixed
15716:
15717: * src/classes/op.C, src/include/pa_request.h,
15718: src/include/pa_string.h, src/main/execute.C,
15719: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15720: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15721: tests/032.html, tests/results/032.processed: uchar changed to
15722: String_UL in all places [was not everywhere] untaint test: 032
15723:
15724: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15725: tests/results/004.processed, tests/parser-cygwin.sh,
15726: tests/parser-unix.sh: removed -H command line key, now testing
15727: using .sh file with SERVER_SOFTWARE=xxx
15728:
15729: 2003-02-26 paf
15730:
15731: * src/main/execute.C, src/types/pa_vstateless_class.h,
15732: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15733: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15734: tests/results/024.processed, tests/results/025.processed,
15735: tests/results/026.processed, tests/results/027.processed,
15736: tests/results/028.processed, tests/results/029.processed,
15737: tests/results/030.processed, tests/results/031.processed: fixed
15738: bug with name_cstr mutable CharPtr more tests
15739:
15740: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15741: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15742: << abort. die now just exits
15743:
15744: * src/classes/classes.awk, src/classes/classes.h,
15745: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15746: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15747: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15748: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15749: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15750: src/classes/xnode.C, src/include/pa_memory.h,
15751: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15752: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15753: src/types/pa_vform.C, tests/015.html, tests/016.html,
15754: tests/017.html, tests/018.html, tests/019.html,
15755: tests/019paf2001.gif, tests/020.html, tests/021.html,
15756: tests/022.html, tests/023.html, tests/022_dir/a.html,
15757: tests/022_dir/b.txt, tests/022_dir/c.htm,
15758: tests/results/015.processed, tests/results/016.processed,
15759: tests/results/017.processed, tests/results/018.processed,
15760: tests/results/019.processed, tests/results/020.processed,
15761: tests/results/021.processed, tests/results/022.processed,
15762: tests/results/023.processed: methoded_array now contains all Mxxx
15763: classes SAPI::get_env now returns info on pool more tests
15764:
15765: * src/include/pa_array.h, src/include/pa_hash.h,
15766: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15767: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15768: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15769: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15770: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15771: tests/results/001.processed, tests/results/002.processed,
15772: tests/results/003.processed, tests/results/004.processed,
15773: tests/results/005.processed, tests/results/006.processed,
15774: tests/results/007.processed, tests/results/008.processed,
15775: tests/results/009.processed, tests/results/010.processed,
15776: tests/results/011.processed, tests/results/012.processed,
15777: tests/results/013.processed, tests/results/014.processed: hash
15778: cloning fixed
15779:
15780: 2003-02-25 paf
15781:
15782: * src/main/pa_common.C: typo fixed
15783:
15784: 2003-02-24 paf
15785:
15786: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15787: [one remained]
15788:
15789: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15790: [should have been get_string(&pool)] todo: check other such calls
15791:
15792: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15793: test10, bad lookups
15794:
15795: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15796: object got destructed, and xxx points to sky
15797:
15798: * ChangeLog, src/classes/string.C: match bug fixed
15799:
15800: * src/types/pa_vmail.C: body [text/html] transcoded to
15801: $.charset[specified] now
15802:
15803: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15804: which failed to handle sigsetjmp+throw: crashed inside of
15805: pre-throw code. rewritten simplier [though duplicating
15806: closesocket code]
15807:
15808: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15809: which failed to handle sigsetjmp+throw: crashed inside of
15810: pre-throw code. rewritten simplier [though duplicating
15811: closesocket code]
15812:
15813: 2003-02-21 paf
15814:
15815: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15816: $cookie:name[$.expires[date << can be now]]
15817:
15818: written makefile with regression tests [raw]
15819:
15820: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15821: tests' only [it's not forcing CGI mode now] now use -H to output
15822: CGI header when parser used in command line [useful for tests
15823: also]
15824:
15825: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15826: switches on CGI mode, and is used in regression tests
15827:
15828: * src/: include/pa_request.h, main/pa_request.C,
15829: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15830: fixed
15831:
15832: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15833: handling pa_*
15834:
15835: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15836: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15837: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15838: memory handling files
15839:
15840: * src/main/pa_array.C: pool::format_integer terminator fixed
15841:
15842: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15843: compiles OK test to show benefits of free
15844:
15845: * src/: classes/file.C, classes/image.C, classes/mail.C,
15846: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15847: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15848: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15849: use pool [as the one in ^process]
15850:
15851: * src/classes/op.C: fixed process. sould now check for all cstr's
15852: -- some must use pool [as the one in ^process]
15853:
15854: 2003-02-20 paf
15855:
15856: * src/: classes/date.C, classes/double.C, classes/file.C,
15857: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15858: classes/math.C, classes/op.C, classes/response.C,
15859: classes/string.C, classes/table.C, classes/void.C,
15860: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15861: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15862: string cmp fixed
15863:
15864: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15865: values passed OK now
15866:
15867: 2003-02-19 paf
15868:
15869: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15870: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15871: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15872: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15873: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15874: all remaning leaks resulted from pooled::malloc calls [excluding
15875: in gd -- planning complete rewrite extremely ugly code]
15876:
15877: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15878: files
15879:
15880: 2003-02-17 paf
15881:
15882: * src/: classes/date.C, classes/double.C, classes/file.C,
15883: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15884: classes/response.C, classes/string.C, classes/table.C,
15885: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15886: include/pa_stylesheet_connection.h,
15887: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15888: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15889: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15890: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15891: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15892: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15893: of unitialized simple-typed field
15894:
15895: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15896: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15897: simple-typed field fixed. todo: find&kill all like that one
15898:
15899: * src/: main/execute.C, targets/cgi/pa_pool.C,
15900: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15901: debug output fixed
15902:
15903: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15904: main/pa_request.C: stack-stored items need extra .ref to prevent
15905: object_ptr from delete[them]
15906:
15907: * src/: classes/date.C, classes/op.C, classes/table.C,
15908: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15909: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15910: main/pa_charset.C, main/pa_common.C,
15911: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15912: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15913: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15914: calls
15915:
15916: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15917: couple mem leaks rusulted from old pooled::malloc usage.
15918: todo:find more like those
15919:
15920: * src/main/: compile.C, compile_tools.C: 2*2!
15921:
15922: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15923: stackItem fixed [there were no string on stack before]
15924:
15925: * src/: main/execute.C, main/pa_request.C,
15926: types/pa_vmethod_frame.C: first letters out OK
15927:
15928: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15929: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15930: main/pa_string.C, main/untaint.C, types/pa_value.h,
15931: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15932: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15933: type not initialized with zeros :( while class fields of class
15934: types initialized with default constructors. learn C++
15935:
15936: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15937: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15938: classes/math.C, classes/xdoc.C, classes/xnode.C,
15939: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15940: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15941:
15942: 2003-02-14 paf
15943:
15944: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15945: 13 link errors
15946:
15947: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15948: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15949: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15950: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15951: errors :)
15952:
15953: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15954: classes/hash.C, classes/mail.C, classes/op.C,
15955: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15956: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15957: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15958: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15959:
15960: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15961: classes/table.C, include/pa_common.h, include/pa_globals.h,
15962: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15963: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15964: types/pa_vint.h, types/types.dsp: op compiled
15965:
15966: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15967: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15968: main/untaint.C, types/pa_vtable.h: string, response compiled
15969:
15970: 2003-02-07 paf
15971:
15972: * src/: classes/table.C, types/pa_vtable.h: table compiled
15973:
15974: 2003-02-06 paf
15975:
15976: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15977: mail compiled
15978:
15979: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15980: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15981: types/pa_vfile.h, types/pa_vimage.h: image compiled
15982:
15983: * src/classes/: file.C, form.C: form compiled
15984:
15985: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15986: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15987: types/pa_vfile.C, types/pa_vfile.h: file compiled
15988:
15989: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15990: types/pa_vmath.h: math compiled [win32]
15991:
15992: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15993: types/pa_vstring.h: hash compiled
15994:
15995: 2003-02-04 paf
15996:
15997: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15998: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15999: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16000: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16001: types/pa_vhash.h: hash 50% compiled
16002:
16003: * src/: classes/date.C, classes/file.C, classes/hash.C,
16004: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16005: classes/string.C, classes/table.C, classes/xdoc.C,
16006: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16007: main/pa_string.C: date compiled
16008:
16009: * src/classes/: classes.dsp, double.C: double compiled
16010:
16011: * src/: classes/date.C, classes/double.C, classes/file.C,
16012: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16013: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16014: classes/string.C, classes/table.C, classes/void.C,
16015: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16016: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16017: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16018: compiled
16019:
16020: * src/: classes/date.C, classes/double.C, classes/file.C,
16021: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16022: classes/math.C, classes/op.C, classes/response.C,
16023: classes/string.C, classes/table.C, classes/void.C,
16024: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16025: types/pa_vvoid.h: void compiled :)
16026:
16027: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16028: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16029: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16030: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16031: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16032: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16033: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16034: types/pa_vresponse.C, types/pa_vstateless_class.C,
16035: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16036: types/pa_wcontext.C, types/types.dsp: removed stupid
16037: value_includes.h
16038:
16039: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16040: trying to remove stupid value_includes.h
16041:
16042: * src/main/pa_exec.C: pa_exec compiled on win32
16043:
16044: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16045:
16046: * src/: include/pa_globals.h, include/pa_request.h,
16047: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16048: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16049: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16050: types/pa_vrequest.C, types/pa_vstateless_class.C,
16051: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16052:
16053: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16054: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16055: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16056:
16057: * src/: include/pa_array.h, include/pa_config_includes.h,
16058: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16059: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16060: compiled
16061:
16062: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16063: name conflicts)
16064:
16065: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16066: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16067: yelds "virtual memory exhausted" while trying to compile
16068: execute.C [eating up to 127MB]
16069:
16070: 2003-02-03 paf
16071:
16072: * src/: include/pa_config_includes.h, include/pa_hash.h,
16073: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16074: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16075: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16076: types/pa_vint.h, types/pa_vjunction.h,
16077: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16078: started gcc compiling pa_common compiled
16079:
16080: * src/: include/pa_exception.h, include/pa_pool.h,
16081: main/pa_exception.C: exception gcc change #1
16082:
1.116 moko 16083: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16084: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16085:
16086: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16087:
16088: * src/types/pa_vtable.C: vtable compiled
16089:
16090: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16091:
16092: * src/: include/pa_cache_managers.h, main/pa_request.C,
16093: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16094:
16095: * src/types/pa_vstateless_class.C: vstateless_class compiled
16096:
16097: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16098:
16099: * src/types/pa_vrequest.C: vrequest compiled
16100:
16101: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16102: pa_vobject.C, pa_vobject.h: vobject compiled
16103:
16104: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16105: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16106: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16107: compiled
16108:
16109: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16110:
16111: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16112: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16113: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16114: compiled
16115:
16116: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16117: main.lib - 0 error(s), 0 warning(s)
16118:
16119: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16120: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16121:
16122: 2003-01-31 paf
16123:
16124: * src/: include/pa_array.h, include/pa_operation.h,
16125: include/pa_request.h, main/execute.C, main/main.dsp,
16126: types/pa_vjunction.h: started last file from main library:
16127: execute
16128:
16129: * src/: include/pa_request.h, include/pa_sapi.h,
16130: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16131: main/pa_request.C, targets/cgi/parser3.C,
16132: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16133: types/pa_vhash.h: pa_request compiled
16134:
16135: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16136: include/pa_globals.h, include/pa_request.h,
16137: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16138: main/execute.C, main/main.dsp, main/pa_common.C,
16139: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16140: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16141: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16142: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16143: types/types.dsp: most pa_request compiled
16144:
16145: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16146: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16147: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16148: classes/op.C, classes/response.C, classes/string.C,
16149: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16150: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16151: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16152: include/pa_config_fixed.h, include/pa_config_includes.h,
16153: include/pa_dictionary.h, include/pa_dir.h,
16154: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16155: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16156: include/pa_pool.h, include/pa_request.h,
16157: include/pa_request_charsets.h, include/pa_request_info.h,
16158: include/pa_sapi.h, include/pa_socks.h,
16159: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16160: include/pa_stack.h, include/pa_string.h,
16161: include/pa_stylesheet_connection.h,
16162: include/pa_stylesheet_manager.h, include/pa_table.h,
16163: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16164: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16165: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16166: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16167: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16168: main/compile.C, main/compile.tab.C, main/compile.y,
16169: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16170: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16171: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16172: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16173: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16174: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16175: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16176: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16177: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16178: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16179: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16180: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16181: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16182: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16183: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16184: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16185: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16186: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16187: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16188: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16189: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16190: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16191: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16192: types/pa_vresponse.h, types/pa_vstateless_class.C,
16193: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16194: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16195: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16196: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16197: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16198: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16199:
16200: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16201: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16202: src/include/pa_charsets.h, src/include/pa_common.h,
16203: src/include/pa_dictionary.h, src/include/pa_exception.h,
16204: src/include/pa_exec.h, src/include/pa_pool.h,
16205: src/include/pa_request.h, src/include/pa_sapi.h,
16206: src/include/pa_sql_connection.h,
16207: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16208: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16209: src/main/compile.tab.C, src/main/compile_tools.C,
16210: src/main/compile_tools.h, src/main/main.dsp,
16211: src/main/pa_charset.C, src/main/pa_charsets.C,
16212: src/main/pa_common.C, src/main/pa_dictionary.C,
16213: src/main/pa_exception.C, src/main/pa_exec.C,
16214: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16215: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16216: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16217: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16218: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16219: src/types/pa_vdouble.h, src/types/pa_venv.h,
16220: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16221: src/types/pa_vhash.h, src/types/pa_vimage.C,
16222: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16223: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16224: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16225: src/types/pa_vobject.C, src/types/pa_vobject.h,
16226: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16227: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16228: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16229: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16230: src/types/pa_vstring.h, src/types/pa_vtable.h,
16231: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16232: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16233: died, long live StringPtr
16234:
16235: 2003-01-30 paf
16236:
16237: * src/: include/pa_charset.h, include/pa_request.h,
16238: include/pa_sql_driver_manager.h, main/compile.tab.C,
16239: main/compile.y, main/compile_tools.h, main/pa_request.C,
16240: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16241:
16242: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16243: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16244: types/pa_vhash.h, types/pa_vmethod_frame.h,
16245: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16246: types/types.dsp: vstateless_class compiled
16247:
16248: * src/main/compile.C: compile compiled
16249:
16250: * src/: include/pa_array.h, include/pa_operation.h,
16251: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16252: main/pa_table.C: compile_tools compiled
16253:
16254: * src/: include/pa_operation.h, main/compile.y,
16255: main/compile_tools.C, main/compile_tools.h: started
16256: compile_tools. vagues ideas of how to free compiled code
16257:
16258: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16259: main/main.dsp, types/pa_value.C, types/pa_value.h,
16260: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16261: compiled
16262:
16263: 2003-01-29 paf
16264:
16265: * src/: include/pa_globals.h, include/pa_request.h,
16266: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16267: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16268: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16269: compiled
16270:
16271: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16272: now
16273:
16274: * src/: include/pa_array.h, include/pa_exception.h,
16275: include/pa_pool.h, main/pa_exception.C: gd compiled
16276:
16277: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16278: compiled
16279:
16280: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16281: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16282: types/pa_vfile.h: vfile compiled
16283:
16284: * src/: include/pa_common.h, include/pa_globals.h,
16285: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16286: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16287: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16288:
16289: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16290: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16291: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16292: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16293: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16294:
16295: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16296: main/main.dsp, main/untaint.C: more compiled
16297:
16298: * src/: include/pa_charsets.h, include/pa_request.h,
16299: include/pa_request_info.h, include/pa_string.h,
16300: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16301: types/pa_vresponse.h: vrequest compiled
16302:
16303: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16304: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16305: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16306:
16307: * src/: classes/classes.h, include/pa_charset.h,
16308: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16309: include/pa_request.h, include/pa_string.h, main/main.dsp,
16310: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16311: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16312: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16313: types/pa_vrequest.C, types/pa_vrequest.h,
16314: types/pa_vstateless_class.h, types/pa_vstring.h,
16315: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16316:
16317: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16318: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16319: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16320: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16321: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16322: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16323: types/pa_vobject.h, types/pa_vstateless_class.h,
16324: types/pa_vstateless_object.h, types/pa_vstatus.h,
16325: types/pa_vstring.h, types/types.dsp: vmath compiled
16326:
16327: 2003-01-28 paf
16328:
16329: * src/: classes/classes.h, classes/date.C, classes/file.C,
16330: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16331: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16332: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16333: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16334: compile_tools
16335:
16336: * src/: include/pa_charset.h, include/pa_exception.h,
16337: include/pa_request.h, include/pa_string.h, main/untaint.C:
16338: untaint compiled
16339:
16340: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16341: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16342: more compiled. struck with string::store_to needing to know
16343: source/client charsets
16344:
16345: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16346: types/pa_vfile.h: uue compiled
16347:
16348: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16349: table compiled
16350:
16351: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16352: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16353:
16354: * src/: include/pa_charset.h, main/pa_charset.C,
16355: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16356: introduced]
16357:
16358: * src/: classes/date.C, include/pa_charset.h,
16359: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16360: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16361: pa_charsets compiled
16362:
16363: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16364: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16365:
16366: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16367: common compiled
16368:
16369: * src/: include/pa_charsets.h, main/pa_charsets.C,
16370: main/pa_sql_driver_manager.C: pa_charsets compiled
16371:
16372: * src/: include/pa_array.h, include/pa_charset.h,
16373: include/pa_charsets.h, include/pa_pool.h,
16374: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16375: include/pa_stack.h, include/pa_string.h,
16376: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16377: sql_driver_manager compiled
16378:
16379: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16380: letter i with two dots added to koi, all ukranian letters added
16381: to win1251.
16382:
16383: typographic simbol 0xb9 deleted from win1251 [strange one & were
16384: abscent from koi]
16385:
16386: 2003-01-27 paf
16387:
16388: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16389: include/pa_sql_driver_manager.h, include/pa_string.h,
16390: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16391: sql/pa_sql_driver.h: paused on sql_manager
16392:
16393: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16394: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16395: include/pa_stack.h, main/pa_sql_driver_manager.C,
16396: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16397:
16398: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16399: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16400: include/pa_table.h, main/pa_sql_driver_manager.C,
16401: main/pa_table.C: table compiled
16402:
16403: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16404: cache_managers compiled
16405:
16406: * src/: include/pa_array.h, include/pa_charset.h,
16407: include/pa_pool.h, main/pa_charset.C: charset compiled
16408:
16409: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16410:
16411: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16412: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16413: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16414: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16415: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16416:
16417: 2003-01-24 paf
16418:
16419: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16420: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16421: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16422: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16423: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16424: types/pa_vint.h, types/pa_vjunction.h,
16425: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16426: types/pa_vstatus.h, types/pa_vstring.h: more patched
16427:
16428: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16429: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16430: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16431: main/pa_string.C, main/pa_table.C: string compiled
16432:
16433: * src/: include/pa_array.h, include/pa_common.h,
16434: include/pa_dictionary.h, include/pa_exception.h,
16435: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16436: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16437: main/pa_string.C: dictionary compiled
16438:
16439: 2003-01-23 paf
16440:
16441: * src/: include/pa_array.h, include/pa_common.h,
16442: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16443: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16444: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16445: types/pa_value.h: resurrected pool in new sense: now it's
16446: factory, producing&accounting memory chunks for read[autofree]
16447: buffers
16448:
16449: * src/: include/pa_array.h, include/pa_exception.h,
16450: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16451: main/pa_exception.C, main/pa_table.C: table compiled
16452:
16453: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16454: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16455: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16456: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16457: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16458: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16459: main/pa_table.C: aint that easy
16460:
16461: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16462: main/main.dsp: continued with Hash
16463:
16464: * src/main/pa_common.C: connect_string allocated on heap[wes on
16465: stack] now. and exception can be reported OK now [can be reported
16466: outside of pro c with that stack]
16467:
16468: 2003-01-22 paf
16469:
16470: * src/: include/pa_array.h, include/pa_charset.h,
16471: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16472: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16473: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16474: base: contains references_count. auto_ptr template calls
16475: add_ref/release
16476:
16477: 2003-01-21 paf
16478:
16479: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16480: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16481: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16482: classes/op.C, classes/response.C, classes/string.C,
16483: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16484: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16485: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16486: include/pa_config_fixed.h, include/pa_config_includes.h,
16487: include/pa_dictionary.h, include/pa_dir.h,
16488: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16489: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16490: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16491: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16492: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16493: include/pa_stack.h, include/pa_string.h,
16494: include/pa_stylesheet_connection.h,
16495: include/pa_stylesheet_manager.h, include/pa_table.h,
16496: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16497: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16498: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16499: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16500: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16501: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16502: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16503: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16504: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16505: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16506: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16507: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16508: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16509: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16510: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16511: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16512: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16513: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16514: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16515: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16516: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16517: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16518: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16519: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16520: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16521: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16522: types/pa_vstateless_object.h, types/pa_vstatus.C,
16523: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16524: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16525: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16526: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16527: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16528: 2002->2003
16529:
16530: 2003-01-16 paf
16531:
16532: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16533: src/main/pa_globals.C: http:// introducing $.any-status(1)
16534:
16535: * operators.txt, src/include/pa_config_fixed.h,
16536: src/main/pa_common.C: http request now return status. and not
16537: fail on status!=200
16538:
16539: 2003-01-15 paf
16540:
16541: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16542:
16543: 2003-01-14 paf
16544:
16545: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16546: mkinstalldirs: removed some ancient files [they in / really]
16547:
16548: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16549: regretfully needed patch in two places. in config_fixed.h made
16550: stubs for lib to compile in MSVC
16551:
16552: 2003-01-13 paf
16553:
16554: * config.guess, config.sub, ltmain.sh: removed last piece of
16555: configure.in(libtool) hacks
16556:
1.116 moko 16557: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16558: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16559: ltdl.h: moved to latest libtool (1.4.3)
16560:
16561: 2003-01-10 paf
16562:
16563: * src/lib/ltdl/: configure, configure.in: PROG_NM
16564:
16565: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16566: patches. libxml2 >= 2.5.1
16567: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16568: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16569: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16570:
16571: * INSTALL: moved to latest versions of xml libs libxml2 >=
16572: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16573: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16574: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16575:
16576: 2003-01-09 paf
16577:
16578: * INSTALL: xml,xslt,gdome lib urls updated
16579:
16580: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16581: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16582: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16583: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16584: 1.7.2
1.95 moko 16585:
16586: * depcomp: moving to automake 1.7.2
16587:
16588: 2002-12-27 paf
16589:
16590: * src/include/pa_version.h: 0007
16591:
16592: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16593: outdated parts, made links to language docs
16594:
16595: * src/include/pa_config_auto.h.in: comment
16596:
16597: 2002-12-26 paf
16598:
16599: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16600: not contain trailing / fixed.
16601:
16602: * INSTALL: changing SAFE_MODE politics
16603:
16604: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16605:
16606: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16607:
16608: 2002-12-25 paf
16609:
16610: * src/main/pa_globals.C: optimized-xml
16611:
16612: * src/main/pa_globals.C: optimized-as-is
16613:
16614: 2002-12-24 paf
16615:
16616: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16617: fixed [were really called with zero size when .html?a=&b=]
16618:
16619: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16620: with --with-sendmail
16621:
16622: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16623: fixed]
16624:
16625: 2002-12-23 paf
16626:
16627: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16628: ignoring parameters & were storing only string with default
16629: expires
16630:
16631: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16632: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16633: December 23, 2002 4:22 AM Subject: bug â
16634: Charset::transcode_buf2xchar
16635:
16636: 2002-12-20 paf
16637:
16638: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16639: non-cgi [script] runs
16640:
16641: 2002-12-19 paf
16642:
16643: * INSTALL: --without-iconv recommended [it crashes on some systems
16644: [tested on elik]] moreover, it's not needed there [parser
16645: registers charsets itself]
16646:
16647: * INSTALL: --without-iconv recommended [it crashes on some systems
16648: [tested on elik]]
16649:
16650: * operators.txt, src/include/pa_globals.h,
16651: src/include/pa_request.h, src/main/pa_globals.C,
16652: src/main/pa_request.C: $response:download
16653:
16654: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16655: compiler [win32]].
16656:
16657: 2002-12-18 paf
16658:
16659: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16660:
16661: 2002-12-17 paf
16662:
16663: * src/targets/cgi/parser3.C: merged die&iis changes
16664:
16665: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16666: to exit(1) 2. more flexible iilegal call check
16667:
16668: 2002-12-16 paf
16669:
16670: * ltmain.sh: some automakes silly insist on having this handy
16671:
16672: * src/main/untaint.C: filespec russian small 'r' changed to latin
16673: 'p' bug fix
16674:
16675: 2002-12-15 paf
16676:
16677: * src/main/untaint.C: filespec russian small 'r' changed to latin
16678: 'p'
16679:
16680: * configure.in, src/include/pa_config_auto.h.in,
16681: src/main/compile.C, src/main/pa_common.C: merged small changes
16682: from branch 6 to HEAD
16683:
16684: * src/main/compile.C: removed warning
16685:
16686: * src/main/pa_common.C: ftruncate having checked
16687:
16688: * configure.in, src/include/pa_version.h: new version
16689:
16690: 2002-12-14 paf
16691:
16692: * src/classes/table.C: removed unnecessary code
16693:
16694: * src/sql/pa_sql_driver.h: exception type fixed
16695:
16696: 2002-12-09 paf
16697:
16698: * src/types/pa_vvoid.h: $void.store[now] error
16699:
16700: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16701:
16702: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16703: tries to write core dump
16704:
16705: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16706:
16707: * src/: classes/hash.C, classes/string.C, classes/table.C,
16708: classes/void.C, main/pa_sql_driver_manager.C,
16709: sql/pa_sql_driver.h: changed exception handling mech in sql
16710: handlers #2
16711:
16712: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16713: exception handling mech in sql handlers
16714:
16715: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16716: handlers
16717:
16718: * src/: classes/hash.C, classes/string.C, classes/table.C,
16719: classes/void.C, main/pa_sql_driver_manager.C,
16720: sql/pa_sql_driver.h: changed exception handling mech in sql
16721: handlers
16722:
1.116 moko 16723: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16724: to write makefile which used libtool to install things, which is
16725: not needed
1.95 moko 16726:
16727: 2002-12-06 paf
16728:
16729: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16730: $hash.fields -- pseudo field to make 'hash' more like 'table'
16731:
16732: 2002-12-05 paf
16733:
16734: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16735: cc/bcc OK now
16736:
16737: * src/main/untaint.C: mail header closed properly
16738:
16739: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16740: header ',' allowed. still bugs in smtp [only one receiptient
16741: works, cc, bcc ignored now, and MAILED ;)]
16742:
16743: [strncpy killed, memnchr used]
16744:
16745: * src/main/pa_table.C: table-copy now current=0
16746:
16747: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16748: lowlevel proc
16749:
16750: * src/targets/cgi/parser3.C: more checks on
16751: http://domain/parser.cgi start [maybe some getenv returns "",
16752: checked that now
16753:
16754: * src/targets/cgi/parser3.C: more checks on
16755: http://domain/parser.cgi start [maybe some getenv returns "",
16756: checked that now
16757:
16758: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16759: out-of-mem errors reached log]
16760:
16761: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16762: mail:send MIME-Version default
16763:
16764: * src/main/main.dsp: pa_version included into main.dsp
16765:
16766: 2002-12-04 paf
16767:
16768: * src/types/pa_vform.C: $form:field string value cut by premature 0
16769:
16770: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16771: lib/libltdl -> lib/ltdl Win32 changes. s
16772:
16773: * src/classes/classes.awk: more strict *.C$
16774:
16775: * gnu.dsp: restored
16776:
1.116 moko 16777: * configure.in, gnu.dsp, src/lib/Makefile.am,
16778: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16779: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16780: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16781: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16782: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16783: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16784: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16785: now created with /configure, not ltdl/configure, so it does have
16786: no problems with automake. ltdl/configure
16787: AC_OUTPUT(Makefile<<removed)
1.95 moko 16788:
16789: 2002-12-02 paf
16790:
16791: * operators.txt: removed outdated status:db
16792:
16793: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16794: src/main/pa_common.C, src/main/pa_request.C,
16795: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16796: tainted parts becomes http-header
16797:
16798: 2002-11-29 paf
16799:
16800: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16801: dates now objects of type date
16802:
16803: * src/classes/image.C: file.seek removed [it were used in image.C
16804: only, and for parser user this means that jpeg image has bad
16805: size in fragment's header] now used image.format
16806:
16807: * src/: include/pa_common.h, main/pa_common.C,
16808: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16809: now handled exactly like $response:header values. e.g. can be
16810: hash [can have subattributes] & contain date values.
16811:
16812: * src/main/pa_common.C: http:// param values lang forced URI
16813:
16814: * src/main/pa_common.C: http:// tainted partes now %xx
16815:
16816: 2002-11-28 paf
16817:
16818: * operators.txt: http.timeout
16819:
16820: * src/classes/image.C: ^image.length now counts interchar space.
16821: plus space after last char
16822:
16823: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16824:
16825: * src/classes/image.C: ^image.font width measurer now scans full
16826: height [were -1]
16827:
16828: * configure.in: stopped double libltdl/Makefile generation
16829:
16830: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16831: chars [one top horizontal line of 1pixel height were missing]
16832:
16833: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16834: 'false' to go into (Hash *) parameter
16835:
16836: 2002-11-27 paf
16837:
16838: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16839: types/pa_vmail.C: response:body[file] if file nows it's name now
16840: returns content-disposition: >>attachment<<
16841:
16842: * src/classes/image.C: ^image.font << bad font file-size now
16843: properly reported
16844:
16845: 2002-11-26 paf
16846:
16847: * src/main/pa_request.C: fixed lang in reponse header
16848:
16849: * src/main/pa_common.C: utf8 prefix ignored @read text
16850:
16851: * operators.txt, src/main/pa_common.C: http:// response status!=200
16852: made exception: http.status with source=bad status#
16853:
16854: 2002-11-25 paf
16855:
16856: * configure.in, src/classes/image.C,
16857: src/include/pa_config_auto.h.in,
16858: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16859: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16860: const void related probs fixed
1.95 moko 16861:
16862: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16863:
16864: $file[^file::load[http://there]] $file.SERVER
16865:
16866: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16867: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16868: http options [invalid onces now reported] made default
16869: user-agent: paf
16870:
16871: * operators.txt, src/classes/file.C, src/classes/table.C,
16872: src/classes/xdoc.C, src/include/pa_common.h,
16873: src/include/pa_globals.h, src/main/pa_common.C,
16874: src/main/pa_globals.C, src/main/pa_request.C,
16875: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16876: now understand http:// prefix and additional params, sample:
16877: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16878: $.USER-AGENT[parser3] ]]
16879:
16880: 2002-11-22 paf
16881:
16882: * src/classes/image.C, src/include/pa_globals.h,
16883: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16884: src/types/pa_vimage.h, operators.txt: $image.exif support
16885: $image.exif.DateTime & co
16886:
16887: 2002-11-21 paf
16888:
16889: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16890: _PASS_APPENDED)
16891:
16892: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16893: EXIF information [were big block and it's size were considered
16894: negative :(]
16895:
16896: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16897: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16898: internals rewritten. no there's reader.seek, and all's ready for
16899: EXIF extraction [now we fail to measure files with EXIF info]
16900:
16901: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16902: O_TRUNC truncates even exclusevely write-locked file [thanks to
16903: Igor Milyakov <virtan@rotabanner.com> for discovering]
16904:
16905: 2002-11-20 paf
16906:
16907: * src/targets/cgi/parser3.C: logging @signal += query_string
16908:
16909: * configure.in, src/include/pa_config_auto.h.in,
16910: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16911: comment
16912:
16913: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16914:
16915: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16916: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16917: currently processed document SIGPIPE >> interrupts request
16918: processing [exception = DB rollback]
16919:
16920: * src/main/pa_exec.C: comment
16921:
16922: * src/main/pa_exec.C: pa_exec: data written only if size>0
16923:
16924: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16925: << disable HTTP-POST repassing
16926:
16927: * src/: include/pa_config_fixed.h, main/pa_common.C,
16928: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16929: pipe read errors now checked
16930:
16931: 2002-11-19 paf
16932:
16933: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16934: CGI: Illegal call
16935:
16936: 2002-11-01 paf
16937:
16938: * src/main/execute.C: comment
16939:
16940: 2002-10-31 paf
16941:
16942: * src/main/execute.C: found out why, checked that for now. todo:
16943: find out a way for that user could do that
16944:
16945: * src/types/pa_vstateless_object.h: object put replaces static
16946: parent if any
16947:
16948: * src/types/pa_vobject.C: object put replaces static parent if any
16949:
16950: * src/: classes/form.C, classes/mail.C, classes/op.C,
16951: classes/xnode.h, main/compile.tab.C, main/execute.C,
16952: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16953: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16954: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16955: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16956: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16957: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16958: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16959: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16960: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16961: types/pa_vstateless_object.h, types/pa_vstatus.C,
16962: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16963: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16964: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16965: types/pa_wwrapper.h: static fix merged
16966:
16967: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16968: $virtual_fields in dynamic, but one can reach derived
16969: static[class] variable from base
16970:
16971: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16972: types/pa_vobject.C, types/pa_vobject.h,
16973: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16974: statics, left $virtual_fields in dynamic
16975:
16976: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16977: one can't remember derivates in base class: there's so many of
16978: them. also there can be no virtual method calls in static
16979: classes
16980:
16981: * src/: classes/form.C, classes/mail.C, classes/op.C,
16982: classes/xnode.h, main/execute.C, main/pa_request.C,
16983: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16984: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16985: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16986: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16987: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16988: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16989: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16990: types/pa_vresponse.C, types/pa_vresponse.h,
16991: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16992: types/pa_vstateless_object.h, types/pa_vstatus.C,
16993: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16994: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16995: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16996: types/pa_wwrapper.h: static call $self fixed
16997:
16998: * src/main/execute.C: comment
16999:
17000: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17001: ^process[$caller.self]{...} now compiles to last derived object
17002: part of that 'self'
17003:
17004: 2002-10-29 paf
17005:
17006: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17007: re-passing [iis to blame]
17008:
17009: * src/classes/string.C: changed string.save to pass current sql
17010: connection to cstr thus one can ^connect[some server]{
17011: $s[insert into table x (x) values (^taint[sql]{value})]
17012: ^s.save[some.sql] } and he'd get in some.sql file code with
17013: properly escaped. [tried in mssql->mysql export->import of
17014: binary data]
17015:
17016: 2002-10-25 paf
17017:
17018: * src/types/pa_vresponse.C: case insensitive response user fields
17019: get/put
17020:
17021: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17022: types/pa_vresponse.C: saving for maybe-future
17023:
17024: 2002-10-23 paf
17025:
17026: * operators.txt, src/classes/table.C: ^table.hash{code}...
17027: ^table.hash(expr)...
17028:
17029: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17030:
17031: 2002-10-22 paf
17032:
17033: * src/types/: pa_vform.C, pa_vform.h: removed needless
17034: VForm::Append...(...Value)
17035:
17036: * src/main/execute.C: $.name outside of $name[...] checked
17037:
17038: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17039: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17040:
17041: 2002-10-21 paf
17042:
17043: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17044: $form:qtail $form:imap.x/y
17045:
17046: * operators.txt, src/types/pa_vform.C: $form:nameless =
17047: "?value&...", "...&value&...", "...&value"
17048:
17049: * operators.txt, src/types/pa_vform.C: $form:image-map
17050:
17051: * operators.txt, src/classes/file.C: /some/page.html:
17052: ^file:fullpath[a.gif] => /some/a.gif
17053:
17054: 2002-10-17 paf
17055:
17056: * src/main/: compile.tab.C, compile.y: operators precedence changed
17057: a little: logical not and bitwise negation precedence made
17058: highest, << and >> bitshits precedence made equal [were << higher
17059: than >>]
17060:
17061: * src/classes/op.C: exception handling fixed [were bad with
17062: contexts]
17063:
17064: 2002-10-16 paf
17065:
17066: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17067: main/pa_request.C: Request::self considered equal to
17068: VMethodFrame::self, and removed, Request::get_self() mapped to
17069: VMethodFrame.self()
17070:
17071: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17072: $hash in open field now gives old good error meesage
17073:
17074: 2002-10-15 paf
17075:
17076: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17077: use ^if($junction is junction){was and now true}
17078:
17079: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17080: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17081: types/pa_vxnode.C: xml->parser strings now have origin, which
17082: points to place where value left xml library and came to parser:
17083: place of dom field extraction/call
17084:
17085: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17086: main/compile.tab.C, main/compile.y, main/execute.C,
17087: types/pa_vmethod_frame.h: removed last pieces of old code
17088: allowing $junction.xxx at compile time
17089:
17090: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17091: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17092: objects also considered [were only classes]
17093:
17094: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17095: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17096: with CLASS self. [ (request&method_frame).self temporarily
17097: changed ]
17098:
17099: * src/classes/: hash.C, op.C: method_frame now always changed, with
17100: no exception to native calls. for&foreach changed to use
17101: method_frame.caller for their var's name context
17102:
17103: * src/: main/execute.C, targets/cgi/parser3.C,
17104: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17105: compiling to system classes disabled
17106:
17107: * operators.txt, src/classes/op.C:
17108: ^process[$caller.CLASS]{code-string} added
17109:
17110: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17111: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17112: src/types/Makefile.am, src/types/pa_vjunction.C,
17113: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17114: src/types/types.dsp: removed $junction.get $junction.set[]
17115: introducing $caller
17116:
17117: * src/types/pa_value.h: removed outdated comments. doxygen would
17118: find them lower by inheritance tree
17119:
17120: * src/types/pa_vjunction.C: ident
17121:
17122: 2002-10-14 paf
17123:
17124: * src/classes/op.C: process compiles to code's class class
17125:
17126: * src/: classes/form.C, classes/mail.C, classes/op.C,
17127: include/pa_request.h, main/compile.C, main/compile.tab.C,
17128: main/compile.y, main/execute.C, main/pa_request.C,
17129: types/pa_vstateless_class.h: operators now main-class-methods
17130:
17131: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17132: better stack trace [has "call" & co there]
17133:
17134: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17135: operators @auto now executed in MAIN context
17136:
17137: * src/main/execute.C: operator execution context now = MAIN, not
17138: closest stack frame
17139:
17140: @touchit[] $i[after]
17141:
17142: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17143: were 'after'
17144:
17145: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17146: 'after'
17147:
17148: * src/main/execute.C: comment
17149:
17150: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17151: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17152: action]
17153:
17154: * src/types/pa_vxnode.C: misreplace fixed
17155:
17156: * configure, configure.in, src/include/pa_config_auto.h.in,
17157: src/types/pa_vstatus.C, operators.txt:
17158: $status:rusage.tv_secs/usecs introduced
17159:
17160: 2002-10-09 paf
17161:
17162: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17163: on empty string [or uses (default)]
17164:
17165: 2002-10-08 paf
17166:
17167: * src/main/untaint.C: mail header quoted printable changed after
17168: RFC reread
17169:
17170: * operators.txt: plan on ^if(method
17171:
17172: * src/types/pa_vxnode.C: misreplace
17173:
17174: 2002-09-24 paf
17175:
1.116 moko 17176: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17177:
17178: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17179: mailreceive would compile on freebsd now
17180:
17181: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17182: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17183: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17184: mailreceive would compile on freebsd now
1.95 moko 17185:
17186: * src/: classes/file.C, main/untaint.C: 1. file spec language
17187: changed: now there are only few chars are untainted: * ? ' " < >
17188: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17189: one should use ^untaint[uri]{...} now]
17190:
17191: 2. $list[^file:list[dir]] now returns simply tainted names in
17192: $list.name, not tainted as filespec
17193:
17194: @russianindex[] #dir with files with russian-lang names
17195: $where[dir]
17196:
17197: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17198: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17199:
17200: 2002-09-23 paf
17201:
17202: * src/types/pa_vdouble.h: double->int round added
17203:
17204: * src/classes/date.C: date bug fix, now
17205: round(floatDays*secondsPerDay)
17206:
17207: * src/classes/date.C: date bug fix, now
17208: round(floatDays*secondsPerDay)
17209:
17210: 2002-09-20 paf
17211:
17212: * src/main/execute.C: code junction calls disabled [before: code
17213: was compiled in such a way, that there were no code-junctions in
17214: OP_CALL]
17215:
17216: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17217:
17218: @badjunctioncallinside[code] ^code[]
17219:
17220: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17221: expanding to include ^junction.method
17222:
17223: * src/main/pa_common.C: -d "DIR/" now true
17224:
17225: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17226: as internal xdoc encoding, and after decoding attributes set by
17227: dom functions now encoded OK, not as digital entities
17228:
17229: * src/classes/xdoc.C: empty transform result, being taken as file
17230: now returns empty file, not raises stupid error about "stat-ed
17231: file"
17232:
17233: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17234: allowed
17235:
17236: * src/types/types.dsp: introducing $junction.get/put(1) one can
17237: write iterators now:
17238:
17239: ^user-foreach[key;value]{$key=$value<br>}
17240:
17241: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17242: $code.value($i*2) $code }
17243:
17244: * src/main/compile_tools.h: mistype
17245:
1.116 moko 17246: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17247: thus taking linking options configure changes into account [were:
17248: ignoring]
1.95 moko 17249:
17250: * src/types/: pa_vjunction.C, Makefile.am: introducing
17251: $junction.get/put(1) one can write iterators now:
17252:
17253: ^user-foreach[key;value]{$key=$value<br>}
17254:
17255: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17256: $code.value($i*2) $code }
17257:
17258: * src/: include/pa_opcode.h, include/pa_request.h,
17259: main/compile.tab.C, main/compile.y, main/execute.C,
17260: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17261: introducing $junction.get/put(1) one can write iterators now:
17262:
17263: ^user-foreach[key;value]{$key=$value<br>}
17264:
17265: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17266: $code.value($i*2) $code }
17267:
17268: 2002-09-19 paf
17269:
1.116 moko 17270: * Makefile.am: new: make commit
1.95 moko 17271:
17272: * aclocal.m4: forced to be older
17273:
17274: 2002-09-18 paf
17275:
17276: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17277: src/main/compile.y, src/main/execute.C: << >> int shifts
17278:
17279: * src/: include/pa_common.h, include/pa_request.h,
17280: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17281: - now this - fatal error
17282:
17283: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17284: that one can pass binary data there
17285:
17286: * src/: classes/date.C, classes/double.C, classes/file.C,
17287: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17288: classes/op.C, classes/response.C, classes/string.C,
17289: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17290: include/pa_request.h: pa_request contexts made privated, plus
17291: get_{self/method_frame} to read. Request_context_saver used in
17292: ^try to save flang too. [were not saved]
17293:
17294: * src/types/pa_vresponse.C: header value chains joined before
17295: output, this should help $.subject[$var $var] from being
17296: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17297:
17298: 2002-09-17 paf
17299:
17300: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17301: removed changes, operators executed with calling self. lots of
17302: code with ^include code relies on defined/defining self variables
17303:
17304: $a[1] ^include[print_a.p] print_a.p: $a
17305:
17306: ^include[set_a.p] a=$a set_a.p: $a[1]
17307:
17308: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17309: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17310: types/pa_vstateless_class.h: operators now executed with MAIN
17311: self. it's for ^include sake, too strong a change
17312:
17313: * src/classes/op.C: made place for ^process to compile it's code to
17314: in case of no self
17315:
17316: * src/main/execute.C: found ancient param to Junction, removed.
17317: allowed passing self to native_code_operators [for ^process to
17318: work, she needs self]
17319:
17320: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17321: types/pa_vstateless_class.h: found ancient param to Junction,
17322: removed. allowed passing self to native_code_operators [for
17323: ^process to work, she needs self]
17324:
17325: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17326: types/pa_value.h, types/pa_vmethod_frame.h,
17327: types/pa_vstateless_class.h: allowed Request.self to be 0,
17328: checked that in VMethodFrame get/put and $self.
17329:
17330: * src/classes/: table.C, xdoc.C: table::sql options table::create
17331: copy options options checked, wrong option now fatal error
17332:
17333: * src/main/pa_string.C: string.replace fixed [were missing words on
17334: pieces boundaries]
17335:
1.150 moko 17336: * configure, configure.in: .so now detected [can be .sl on hpux,
17337: .dll on cygwin, .so in other cases)
1.95 moko 17338:
17339: * configure, configure.in: .so now detected [can be .sl on hpux,
17340: .dll on cygwin, .so in other cases)
17341:
17342: * operators.txt, src/classes/hash.C, src/classes/table.C,
17343: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17344: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17345: record taken [were last]
17346:
17347: * src/: classes/hash.C, classes/table.C,
17348: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17349: now errors
17350:
17351: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17352:
17353: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17354: ,2,3]
17355:
17356: 2002-09-16 paf
17357:
17358: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17359: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17360: stdout to be binary. now detected closest header break.
17361:
17362: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17363: closed right
17364:
17365: 2002-09-13 paf
17366:
17367: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17368: src/main/compile_tools.h: (expression #comment)
17369:
17370: (multiline expression #comment line2 #comment )
17371:
17372: (expression #comment with (brackets) comment) << OK
17373:
17374: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17375: bitwise !|| numerical xor now [preparing for expression
17376: #comments]
17377:
17378: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17379: error
17380:
17381: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17382: cheched in pa_socks.C
17383:
1.116 moko 17384: * configure, configure.in, src/include/pa_config_auto.h.in:
17385: HAVE_WINSOCK_H created in configure.in
1.95 moko 17386:
17387: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17388: cookie date now clean [were mistakenly tainted & that worked bad
17389: with opera -- 'happily' that worked OK with msie]
17390:
17391: 2002-09-12 paf
17392:
17393: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17394: VClass get_element now first looks to fields, next to methods &
17395: co todo: the rest reason: more speed
17396:
17397: * src/main/untaint.C: quoted printable encoding stops before
17398: \s*<...>$
17399:
17400: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17401: stops before <...>$
17402:
17403: 2002-09-11 paf
17404:
17405: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17406: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17407: forgot to check users of those funcs. not all were using that
17408: return value convention
17409:
17410: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17411: windows-1254 added
17412:
17413: 2002-09-10 paf
17414:
17415: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17416: VCodeFrame parent param were specified badly
17417:
17418: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17419: WWrapper which used in constructing objects(second param to sql
17420: method) ^...sql{}[$.default{code}] now has parent, wich helps
17421: code in hash to survivi
17422:
17423: * src/: include/pa_request.h, main/execute.C: removed redundant
17424: param to execute [stack said 'thanks']
17425:
17426: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17427: types/pa_value.h, types/pa_vcode_frame.h,
17428: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17429: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17430: responsibility to wcontext
17431:
17432: * src/classes/file.C: decided not to log exec's with stderr, that
17433: could be warnings, and it's up to scritper to log/show them
17434:
17435: * src/: classes/double.C, main/execute.C: double:sql badly called
17436: write_assign_lang, not write_no_lang, thus doing unnecessary
17437: double/string converstion, which were loosing time&precesion
17438:
17439: * src/: main/pa_charset.C, types/pa_vmail.C:
17440: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17441: case of unfinished in buffer processing, causing accidental
17442: transcode stop [in case that source enc != utf-8 & there is
17443: incomplete utf-8 sequence at the end of 16000block iside of
17444: libxml lib] tfm readed & code updated
17445:
17446: 2002-09-04 paf
17447:
17448: * configure: makes with sjlj
17449:
17450: * INSTALL, src/include/pa_config_fixed.h,
17451: src/include/pa_sql_connection.h,
17452: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17453: checked. on win32 it made default
17454:
17455: * src/include/pa_config_auto.h.in: sjlj define
17456:
17457: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17458: can not work with longjump/throw pair, and one must switch that
17459: on there. todo: detect that automatically]
17460:
17461: * src/types/pa_vxnode.C: removed too strong checks of
17462: xnode.elements. now, for instance, if element does not have any
17463: attributes, $xnode.attributes is void, not error
17464:
17465: 2002-09-02 paf
17466:
17467: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17468: removed double_result, didn't help
17469:
17470: * src/main/execute.C: double_result made to move that var away from
17471: hungry g++ optimizer (-O2), before: it were optimized and
17472: comparison operators worked badly
17473:
17474: * src/types/pa_vdate.h: removed debug
17475:
1.116 moko 17476: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17477:
17478: * src/main/execute.C: fixed numeric < & co so that thay now use
17479: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17480: unknown reason.
17481:
17482: 2002-08-29 paf
17483:
17484: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17485: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17486: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17487: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17488: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17489: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17490: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17491: [called less frequent, allowed to remove ugly
17492: Junction.change_context-s from many places, switch,
17493: mail:send..html{}, ..] request.root renamed to method_frame [more
17494: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17495: [speed up]
17496:
17497: 2002-08-28 paf
17498:
17499: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17500: tainted
17501:
17502: * src/types/pa_vcookie.C: fixed cookie delete when
17503: $cookie:name[$.value[]]
17504:
17505: * operators.txt, src/classes/string.C:
17506: ^string.split[delim[;options]]
17507:
17508: 2002-08-27 paf
17509:
1.116 moko 17510: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17511:
17512: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17513: delimiter
17514:
17515: * INSTALL: recommended latest gmime 1.0.5
17516:
17517: 2002-08-26 paf
17518:
17519: * configure, configure.in: apache13/hook added to make dist.
17520:
17521: 2002-08-23 paf
17522:
17523: * src/: include/pa_common.h, main/pa_common.C,
17524: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17525: beside binary [cgi, isapi] not accessible [due to bad rights or
17526: whatever] it's error now
17527:
17528: 2002-08-21 paf
17529:
1.116 moko 17530: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17531:
17532: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17533: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17534: class". compiled as if here they named base class
17535:
17536: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17537: cloning constructor]
17538:
17539: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17540:
1.150 moko 17541: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17542: $mail.received.file.value.content-type fixed
17543:
17544: 2002-08-20 paf
17545:
17546: * src/classes/file.C: fixed language of file:file result
17547:
17548: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17549: from 3.0.0005
17550:
17551: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17552:
17553: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17554: 3.0.0005
17555:
17556: * src/classes/void.C, operators.txt: ^void.length[] = 0
17557:
17558: 2002-08-19 paf
17559:
17560: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17561: work now
17562:
17563: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17564: error in xnode, which were not catched in xdoc]
17565:
17566: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17567: prepared: // validate each document after load/create (?)
17568: //xmlDoValidityCheckingDefaultValue = 1;
17569:
17570: 2002-08-15 paf
17571:
17572: * src/classes/classes.h: write to static var caused useless
17573: Exception, introduced Methoded::put_element wich consumes those
17574:
17575: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17576: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17577: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17578: $response:field[date] $response:field[$.xxx[date]]
17579:
17580: * src/: classes/hash.C, classes/string.C, classes/table.C,
17581: classes/void.C, include/pa_sql_connection.h: fixed source of
17582: ^hash::sql{bad}
17583:
17584: * operators.txt: $request:body unprecessed POST request body
17585:
17586: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17587:
17588: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17589: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17590:
17591: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17592: src/include/pa_request.h, src/main/pa_pool.C,
17593: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17594: $request:body r.post_data now const
17595:
17596: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17597: classes/xnode.C, main/execute.C, types/pa_value.h,
17598: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17599: types/pa_vtable.h: instead of type() checking everywhere used
17600: Value.as now user descendants can be used in params.
17601:
17602: VObject::as_*, is_defined now taken from bases. xtable(table)
17603: ^if($xtable) now OK
17604:
17605: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17606: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17607: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17608:
17609: 2002-08-14 paf
17610:
17611: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17612: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17613: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17614: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17615: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17616: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17617: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17618: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17619: types/pa_vresponse.C, types/pa_vresponse.h,
17620: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17621: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17622: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17623: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17624: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17625: & VClass
17626:
17627: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17628:
17629: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17630: removed fixopt stupidity. on stupid linux use cd /document/root
17631: ../cgi/parser3 script
17632:
17633: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17634: params, splitting them by space, excluding argv[0], argv[argc-1]
17635:
17636: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17637: fixopt.h: fixopt now preprocesses command line params, splitting
17638: them by space, excluding argv[0], argv[argc-1]
17639:
17640: * src/targets/cgi/parser3.C: -f config file
17641:
17642: * src/targets/cgi/parser3.C: fixed .log file dir
17643:
17644: 2002-08-13 paf
17645:
17646: * src/types/pa_vobject.C: allow override parent variables, useful
17647: for form descendants [in vobject too, were in vclass]
17648:
17649: * src/types/pa_vclass.C: allow override parent variables, useful
17650: for form descendants
17651:
17652: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17653: overwritten in derived(table)
17654:
17655: * src/: classes/form.C, classes/mail.C, classes/op.C,
17656: classes/xnode.h, include/pa_request.h, main/execute.C,
17657: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17658: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17659: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17660: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17661: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17662: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17663: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17664: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17665: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17666: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17667: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17668: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17669: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17670: Value::get_element(..., bool looking_down) [needed to exclude
17671: endless recoursion]
17672:
17673: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17674: fix bug with put endless recoursion todo: check 'as'
17675:
17676: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17677: reorganized modules todo: fix bug with put endless recoursion
17678: todo: check 'as'
17679:
17680: * src/types/pa_vobject.h: checked: table fields can be overwritten
17681: in derived(table)
17682:
17683: * src/types/pa_vobject.h: derived classes can have fields of their
17684: own now
17685:
17686: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17687: fixed error message on using non-created table
17688:
17689: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17690: classes/op.C, classes/xnode.h, include/pa_request.h,
17691: main/compile.C, main/compile.tab.C, main/execute.C,
17692: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17693: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17694: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17695: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17696: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17697: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17698: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17699: types/pa_vresponse.C, types/pa_vresponse.h,
17700: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17701: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17702: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17703: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17704: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17705: looking down/up tree todo: fix error message on non-constructed
17706: parents
17707:
17708: 2002-08-12 paf
17709:
17710: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17711: derived OK
17712:
17713: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17714: thorough testing
17715:
17716: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17717: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17718: types/pa_vobject.h, types/pa_vstateless_class.h,
17719: types/pa_vstateless_object.h, types/pa_wcontext.h,
17720: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17721: ^base:create[] dynamic call rewritten todo: thorough testing
17722:
17723: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17724: now instantates base class, remembers it and saves child in
17725: parent VObject.get_class now returns last child = downward
17726: virtual calls OK
17727:
17728: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17729: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17730: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17731: types/pa_vobject.h, types/pa_vresponse.h,
17732: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17733: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17734: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17735: VAliased [redundant], moved $CLASS to VObject only [parser class
17736: instance]
17737:
17738: * src/main/pa_request.C: $response:body[file] content-type check
17739: fixed [were bad when content-type is hash]
17740:
17741: 2002-08-09 paf
17742:
17743: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17744: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17745:
17746: 2002-08-08 paf
17747:
17748: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17749: src/main/pa_globals.C: year column in month calendar [week year]
17750:
17751: * src/main/execute.C: error reporting on object writes to MAIN
17752: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17753:
17754: * operators.txt, src/types/pa_vdate.h: $date.yearday
17755: $date.daylightsaving
17756:
17757: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17758: use tainted data now. only she must specify the language.
17759:
17760: ^mail:send[ $.from[paf@mail.design.ru]
17761: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17762: $.text[^taint[uri][ìîñêâà]=] ]
17763:
17764: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17765: now prints more precise origin
17766:
17767: * src/include/pa_string.h: String::first_char now not fails on
17768: empty strings ^if(-f '') now ok and in 3 other places.
17769:
17770: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17771: String::first_char now not fails on empty strings ^if(-f '') now
17772: ok and in 3 other places.
17773:
17774: 2002-08-07 paf
17775:
17776: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17777: fixed
17778:
17779: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17780:
17781: * src/: main/execute.C, types/pa_vcode_frame.h,
17782: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17783: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17784: mistakenly not completely transparent to object writes.
17785: $hash[^if(1){$hash}] now works
17786:
17787: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17788: now erasing cache file [there were bad check on that]
17789:
17790: * src/: classes/classes.dsp, classes/table.C,
17791: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17792: all Debug dirs in .dsp now named 'Debug'
17793:
1.116 moko 17794: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17795:
17796: * operators.txt, src/classes/mail.C: exception_type email.send
17797:
17798: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17799:
17800: * src/types/pa_vmail.C: mail:send empty email checked
17801:
17802: 2002-08-06 paf
17803:
17804: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17805: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17806: ^table::create[$source;$.options] ^table::join[$source;$.options]
17807:
17808: * operators.txt, src/classes/hash.C, src/classes/string.C,
17809: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17810: # $.default() }
17811:
17812: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17813:
17814: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17815: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17816: $file.content-type [instead of .mime-type] now works for
17817: file::stat also
17818:
17819: * src/main/pa_request.C: case insensitive mime_type_of
17820:
17821: 2002-08-05 paf
17822:
17823: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17824:
17825: * src/types/pa_vmail.C: file buffer relocated to parser heap
17826:
17827: * operators.txt: comment on date:calendar week column
17828:
17829: * src/main/pa_common.C: write checked
17830:
17831: * src/main/: pa_common.C: write checked
17832:
17833: * src/classes/date.C: +1 buf size for stupid snprintfs
17834:
17835: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17836: month calendar week column [ISO 8601 Week Numbers]
17837:
17838: 2002-08-02 paf
17839:
17840: * src/: include/pa_config_fixed.h, main/pa_string.C,
17841: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17842: DEBUG*
17843:
17844: * configure, configure.in, src/include/pa_version.h: release
17845: 3_0_0005
17846:
17847: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17848: multipart post fixed
17849:
17850: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17851: response transcoded source->client only when text/* or simple
17852: onoverridden $response:body
17853:
17854: 2002-08-01 paf
17855:
17856: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17857: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17858: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17859: classes/op.C, classes/response.C, classes/string.C,
17860: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17861: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17862: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17863: include/pa_config_fixed.h, include/pa_dictionary.h,
17864: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17865: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17866: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17867: include/pa_socks.h, include/pa_sql_connection.h,
17868: include/pa_sql_driver_manager.h, include/pa_stack.h,
17869: include/pa_string.h, include/pa_stylesheet_connection.h,
17870: include/pa_stylesheet_manager.h, include/pa_table.h,
17871: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17872: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17873: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17874: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17875: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17876: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17877: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17878: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17879: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17880: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17881: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17882: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17883: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17884: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17885: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17886: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17887: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17888: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17889: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17890: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17891: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17892: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17893: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17894: types/pa_vmethod_frame.h, types/pa_vobject.h,
17895: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17896: types/pa_vresponse.h, types/pa_vstateless_class.C,
17897: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17898: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17899: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17900: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17901: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17902: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17903:
17904: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17905: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17906: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17907: classes/math.C, classes/op.C, classes/response.C,
17908: classes/string.C, classes/table.C, classes/void.C,
17909: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17910: include/pa_array.h, include/pa_cache_managers.h,
17911: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17912: include/pa_config_fixed.h, include/pa_config_includes.h,
17913: include/pa_dictionary.h, include/pa_dir.h,
17914: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17915: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17916: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17917: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17918: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17919: include/pa_stack.h, include/pa_string.h,
17920: include/pa_stylesheet_connection.h,
17921: include/pa_stylesheet_manager.h, include/pa_table.h,
17922: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17923: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17924: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17925: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17926: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17927: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17928: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17929: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17930: main/pa_sql_driver_manager.C, main/pa_string.C,
17931: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17932: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17933: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17934: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17935: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17936: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17937: targets/isapi/pool_storage.h, types/pa_valiased.C,
17938: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17939: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17940: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17941: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17942: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17943: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17944: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17945: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17946: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17947: types/pa_vresponse.C, types/pa_vresponse.h,
17948: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17949: types/pa_vstateless_object.h, types/pa_vstatus.C,
17950: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17951: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17952: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17953: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17954: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17955: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17956: types/Makefile.am: ident.C* removed
17957:
17958: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17959: file:find[/can/do/this/now.txt]
17960:
17961: * src/targets/cgi/parser3.C: usage to stdout now
17962:
17963: 2002-07-31 paf
17964:
17965: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17966:
17967: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17968: default "postmaster"
17969:
17970: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17971: -f postmaster now default sendmail key word "postmaster"
17972: replaced to $.from
17973:
17974: 2002-07-30 paf
17975:
1.116 moko 17976: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17977: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17978:
17979: * src/main/pa_charset.C: comment
17980:
17981: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17982: table, &#decimal;
17983:
17984: * src/main/pa_request.C: comment
17985:
17986: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17987: paragraf]
17988:
17989: 2002-07-11 paf
17990:
17991: * src/main/pa_exec.C: build command line badly added params twice
17992: [and first time without ' ']. double wrong. fixed.
17993:
17994: * src/main/pa_exec.C: invalid .exe caused error message with params
17995: wich parser did not provide = reported badly. fixed that.
17996:
17997: * src/classes/mail.C: $MAIL[ # xxx ]
17998:
17999: now ok
18000:
18001: * operators.txt: plan: sql detailed exception
18002:
18003: 2002-07-01 paf
18004:
18005: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18006: [MForm.configure_admin were called when request.main_class ==0
18007:
18008: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18009:
18010: * src/classes/form.C: content_length type fix
18011:
18012: 2002-06-30 paf
18013:
18014: * src/classes/mail.C: merged from 4
18015:
18016: * src/classes/mail.C: restored $MAIL
18017:
18018: 2002-06-28 paf
18019:
18020: * configure, configure.in: removed paths.h
18021:
1.116 moko 18022: * configure, src/include/pa_version.h,
1.95 moko 18023: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18024: merged, makes updated
18025:
18026: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18027: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18028: src/include/pa_pool.h, src/include/pa_version.h,
18029: src/main/pa_charset.C, src/main/pa_pool.C,
18030: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18031: src/types/pa_vmail.C: merged latest updates to head
18032:
18033: 2002-06-27 paf
18034:
18035: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18036: not error now
18037:
18038: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18039: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18040: src/main/pa_charset.C, src/main/pa_pool.C:
18041: ^xdoc::create[[uri]]... base uri for document being created,
18042: imports and other relative file names would be relative to this
18043: uri default uri=path_translated
18044:
18045: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18046:
18047: 2002-06-26 paf
18048:
18049: * configure, configure.in, src/include/pa_version.h:
18050: release_3_0_0004
18051:
18052: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18053: 0 now
18054:
18055: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18056:
18057: 2002-06-25 paf
18058:
18059: * src/main/pa_string.C: emtpy string, or string of whitespaces
18060: considered bad number now
18061:
18062: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18063: now
18064:
18065: * operators.txt, src/classes/string.C: ^string.normalize [old
18066: name: optimize
18067:
18068: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18069: library configured
18070:
18071: * src/main/pa_request.C: configure_admin forced if no @conf
18072:
1.150 moko 18073: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18074: ^math:crypt updated to generate random salt when needed and to
18075: call system crypt() if not $apr1$ prefix
1.95 moko 18076:
18077: 2002-06-24 paf
18078:
18079: * INSTALL: --with-static/shared-mailreceive described
18080:
18081: * src/include/pa_config_fixed.h: ssize_t fixed
18082:
1.116 moko 18083: * configure, configure.in, src/include/pa_config_auto.h.in,
18084: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18085: src/types/pa_vmail.C: $mail:received makes update
18086:
18087: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18088: WITH_MAILRECEIVE
18089:
18090: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18091:
18092: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18093: option, for $mail:receive
18094:
18095: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18096: introducting $message:received ^mail:send rewritten with backward
18097: comp
18098:
18099: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18100: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18101: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18102: now
18103:
18104: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18105: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18106: src/include/pa_request.h, src/include/pa_string.h,
18107: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18108: src/main/pa_globals.C, src/main/pa_request.C,
18109: src/main/pa_string.C, src/main/pa_uue.C,
18110: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18111: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18112: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18113: uue to separate file introducting $message:received ^mail:send
18114: rewritten with backward comp
18115:
18116: 2002-06-21 paf
18117:
1.116 moko 18118: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18119: co changes
1.95 moko 18120:
1.116 moko 18121: * configure, configure.in, src/lib/md5/Makefile.am,
18122: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18123: restructure .in and .am files appropriate changes
1.95 moko 18124:
18125: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18126: pcre to libs/ added libs/md5 which is linked to non-apache
18127: targets ^math:crypt[password;$apr1$salt]
18128:
18129: * INSTALL, configure.in, operators.txt, parser3.dsw,
18130: src/Makefile.am, src/classes/Makefile.am,
18131: src/classes/classes.dsp, src/classes/math.C,
18132: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18133: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18134: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18135: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18136: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18137: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18138: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18139: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18140: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18141: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18142: src/lib/pcre/pcre_parser_ctype.dsp,
18143: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18144: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18145: src/main/compile.tab.C, src/main/main.dsp,
18146: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18147: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18148: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18149: to libs/ added libs/md5 which is linked to non-apache targets
18150: ^math:crypt[password;$apr1$salt]
18151:
18152: 2002-06-20 paf
18153:
1.150 moko 18154: * INSTALL, configure, configure.in, operators.txt,
18155: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18156: src/include/pa_globals.h, src/include/pa_request.h,
18157: src/main/execute.C, src/main/pa_request.C,
18158: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18159: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18160: file:justname&co & @auto/conf[filespec
1.95 moko 18161:
18162: * operators.txt, src/classes/file.C:
18163: !^file:dirname[/a/some.tar.gz]=/a
18164: !^file:dirname[/a/b/]=/a
18165: !^file:basename[/a/some.tar.gz]=some.tar.gz
18166: !^file:justname[/a/some.tar.gz]=some.tar
18167: !^file:justext[/a/some.tar.gz]=gz
18168:
18169: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18170: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18171: @conf/auto[filespec]
18172:
1.116 moko 18173: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18174:
1.150 moko 18175: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18176: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18177: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18178:
18179: 2002-06-18 paf
18180:
18181: * configure, configure.in, src/include/pa_version.h: version to
18182: configure.in
18183:
18184: * INSTALL: reflected .conf.dist dir change
18185:
1.150 moko 18186: * Makefile.am, configure, configure.in,
1.116 moko 18187: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18188: .in & *.am updated
18189:
18190: * src/classes/file.C: strncasecmp
18191:
18192: * src/classes/file.C: strcasecmp
18193:
1.150 moko 18194: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18195:
18196: * src/classes/file.C: ^file::exec[script;$.bad error case
18197: insensitive check now
18198:
18199: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18200:
18201: * configure, configure.in, src/include/pa_pool.h,
18202: src/include/pa_types.h: pack configure.in detection simplified.
18203: figured out that gcc on sparc not that stupid as thought
18204: previously: on sparc: when it sees packed class it modifies it's
18205: field-access-code to byte operations [stb, ldub] instead of 4byte
18206: operations [st, lduh] so packed must be all parts of packed
18207: class, i.e. it's parents&fields(classes). for now it's only
18208: String that packed and what was wrong is that it's parent -
18209: Pooled, were not packed. fixed that.
18210:
18211: 2002-06-14 paf
18212:
18213: * operators.txt: more precise xml-to-text options
18214:
18215: * operators.txt, src/types/pa_vxnode.C: xnode
18216: attribute_node.name/value xnode pi.node.data
18217:
18218: 2002-06-12 paf
18219:
1.116 moko 18220: * configure, configure.in, src/targets/cgi/Makefile.am,
18221: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18222:
18223: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18224: src/include/pa_globals.h, src/include/pa_request.h,
18225: src/main/compile.tab.C, src/main/pa_globals.C,
18226: src/main/pa_request.C, src/targets/cgi/parser3.C,
18227: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18228:
18229: * src/classes/mail.C: sendmail -ti [default now]
18230:
18231: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18232: to be strings. for convinient #ing
18233:
18234: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18235: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18236:
18237: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18238: main/pa_globals.C, main/pa_request.C: @conf
18239:
18240: 2002-06-11 paf
18241:
18242: * src/classes/file.C: check simplified
18243:
18244: * src/: classes/file.C, targets/cgi/parser3.dsp,
18245: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18246: valid prefix
18247:
18248: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18249: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18250: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18251:
18252: 2002-06-10 paf
18253:
18254: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18255: src/main/pa_common.C: lock failures reported now
18256:
18257: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18258: string->double @ compile time were not-enough-checking...
18259:
18260: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18261: autoconvert now ignored
18262:
18263: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18264: check
18265:
18266: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18267: $response:body content-type:name
18268:
18269: * configure, configure.in: hpux check, nsl link, no socket
18270:
18271: * operators.txt: old merge conflict removed
18272:
18273: * configure, configure.in: pack even address access on sparc&co
18274: arch checked in configure
18275:
18276: * configure, src/include/pa_version.h: makes
18277:
18278: * configure, configure.in, src/include/pa_version.h: makes
18279:
18280: * src/main/untaint.C: (bug#2) mail subject got always prepended
18281: with charset even when all letters were 7bit one
18282:
18283: * src/main/pa_common.C: merged fixed -d (bug)
18284:
18285: * src/main/pa_common.C: fixed -d (bug)
18286:
18287: 2002-06-03 paf
18288:
18289: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18290: src/classes/classes.dsp, src/main/compile.tab.C,
18291: src/main/main.dsp, src/main/pa_globals.C,
18292: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18293: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18294: .dsp-s along with reorganized cvs modules dirs structure
18295:
18296: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18297: main/pa_globals.C, targets/cgi/parser3.dsp,
18298: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18299: modules
18300:
18301: 2002-05-28 paf
18302:
18303: * src/targets/cgi/parser3.C: info.uri now ""
18304:
18305: 2002-05-17 paf
18306:
18307: * src/classes/: table.C: ^table.save << checked empty
18308: pre/match/post columns
18309:
18310: 2002-05-16 paf
18311:
18312: * src/classes/image.C: image::measure can png now
18313:
18314: 2002-05-15 paf
18315:
18316: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18317: added
18318:
18319: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18320:
18321: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18322: %H[:%M[:%S]]]]]] [-%m now
18323:
18324: 2002-05-14 paf
18325:
18326: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18327:
18328: 2002-05-07 paf
18329:
18330: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18331: src/include/pa_globals.h, src/include/pa_request.h,
18332: src/include/pa_table.h, src/main/compile.tab.C,
18333: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18334: src/main/pa_request.C, src/main/pa_table.C,
18335: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18336: src/targets/isapi/parser3isapi.dsp,
18337: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18338: name2number field now &. main_method_name now on Request pool
18339: rather on global_pool [Junction+VJunction created on same pool as
18340: name = were created on global pool, causing mem leaks]
18341:
18342: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18343: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18344: main/compile.y, main/main.dsp, main/pa_globals.C,
18345: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18346: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18347: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18348: field now &. main_method_name now on Request pool rather on
18349: global_pool [Junction+VJunction created on same pool as name =
18350: were created on global pool, causing mem leaks]
18351:
18352: 2002-05-06 paf
18353:
18354: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18355: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18356: 100*40 bytes per request memory leak [nonpool malloc in globals]
18357:
18358: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18359: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18360: 100*40 bytes per request memory leak [nonpool malloc in globals]
18361:
18362: 2002-04-30 paf
18363:
18364: * configure, src/include/pa_version.h: version now not b
18365:
18366: * src/targets/cgi/parser3.C: request.uri now never 0
18367:
18368: 2002-04-29 paf
18369:
18370: * configure.in: removed b
18371:
18372: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18373: Exception::comment/type checked in (), no there's no empty
18374: type/comment by default
18375:
18376: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18377: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18378: src/doc/value.dox, src/include/pa_exception.h,
18379: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18380: 0001
18381:
18382: 2002-04-26 paf
18383:
18384: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18385: size reduced
18386:
18387: 2002-04-25 paf
18388:
18389: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18390: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18391: now that took into account
18392:
18393: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18394: 01:03:04]
18395:
18396: * ChangeLog, operators.txt, src/classes/date.C:
18397: ^date::create[2002-12-33 01:03:04]
18398:
18399: * ChangeLog: updated changelog
18400:
18401: * src/classes/table.C: removed restriction on column count to
18402: ^table.hash to work, now must be >0 [were >1]
18403:
18404: 2002-04-24 paf
18405:
18406: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18407: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18408: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18409: targets
18410:
18411: 2002-04-23 paf
18412:
18413: * operators.txt, src/classes/string.C:
18414: int/double/string:sql{}[$.default{code}] fixed [were barking:
18415: "junction used outside of context"]
18416:
18417: 2002-04-22 paf
18418:
18419: * types.txt, src/classes/string.C, src/include/pa_string.h,
18420: src/main/pa_string.C, src/types/pa_vstring.C,
18421: src/types/pa_vstring.h: ^string.optimize[]
18422:
18423: * src/: include/pa_globals.h, include/pa_table.h,
18424: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18425: table template
18426:
18427: * src/classes/: string.C: optimize removed from string
18428: .left/right/pos
18429:
18430: * src/main/execute.C: rolled back to
18431: before_killing_userjunction_contexts
18432:
18433: * src/main/execute.C: user junctions context killed
18434:
18435: * src/main/execute.C: junctions to local contexts got
18436: cleanized&checked later
18437:
18438: 2002-04-19 paf
18439:
18440: * src/: classes/string.C, include/pa_request.h,
18441: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18442: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18443: prior to .left .right .mid .pos .match when that is profitable,
18444: and always before .replace when $ORIGINS(1) optimization disabled
18445: economy from not wasting mem on lots of strings which occur by
18446: lots of String:mid calls to get parts of source string between
18447: found_occurances
18448:
18449: * src/classes/file.C: ovector now local economy: 16 bytes per
18450: ^file:list
18451:
18452: * src/: include/pa_globals.h, include/pa_table.h,
18453: main/pa_globals.C, main/pa_string.C: String::match table columns
18454: globalized, not created @ each ^match anymore economy:
18455: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18456:
18457: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18458: removed from each String::match replace iteration, and made
18459: stacked sizeof(VTable)=12bytes economy on each replace code
18460:
18461: * src/doc/footer.htm: 2001,
18462:
18463: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18464: string.match[]['] option enables generation of $match.prematch
18465: .match .postmatch columns
18466:
18467: * src/main/pa_string.C: String::match options analized without
18468: cstr-ing them now
18469:
18470: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18471: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18472: config updated to doxygen 1.2.15, created helper which fixes
18473: minor bugs in chm project files & htm tree. changed extension to
18474: .htm
18475:
18476: 2002-04-18 paf
18477:
18478: * src/doc/doxygen.cfg: .chi generation disabled
18479:
18480: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18481: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18482: fields&methods
18483:
18484: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18485: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18486: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18487: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18488: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18489: types/pa_vresponse.h, types/pa_vstateless_class.h,
18490: types/pa_vstateless_object.h, types/pa_vstatus.h,
18491: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18492: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18493: VStateless_class to VObject
18494:
18495: * src/: main/pa_request.C, types/pa_valiased.h,
18496: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18497: types/pa_vstring.h: VStateless_string_object speicalized light
18498: version of VStateless_object
18499:
18500: * src/classes/op.C: ^throw comment param made optional
18501:
18502: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18503: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18504: and implemented down in VClass, fclass_alias removed,
18505:
18506: * src/types/pa_value.C: forced to cut that from .h because of
18507: VStateless_class usage [undefined in .h]
18508:
18509: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18510: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18511: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18512: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18513: on each CALL]
18514:
18515: * src/: classes/classes.h, classes/date.C, classes/double.C,
18516: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18517: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18518: classes/response.C, classes/string.C, classes/table.C,
18519: classes/void.C, classes/xnode.C, include/pa_globals.h,
18520: include/pa_request.h, main/execute.C, main/pa_globals.C,
18521: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18522: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18523: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18524: types/pa_vstateless_class.h, types/pa_wcontext.C,
18525: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18526: removed Value::fname
18527:
18528: 2002-04-17 paf
18529:
18530: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18531: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18532: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18533: include/pa_pool.h, include/pa_types.h: dox updated to current
18534: state, PTHROW freshen to throw & co
18535:
18536: * src/types/pa_vhash.h: vstring wrong parent fixed
18537:
18538: * src/classes/op.C: taint local result var bug fixed
18539:
18540: 2002-04-16 paf
18541:
18542: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18543: Attic asm.txt as most interesting
18544:
18545: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18546: check, preventing content-length: 0 from appearing
18547:
18548: * src/main/execute.C: $result in @main now taken into account as in
18549: usual functions
18550:
18551: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18552: & @unhandled_exception now taken into account as in usual
18553: functions
18554:
18555: * src/doc/postbuild.txt: instructions on post .html build
18556:
18557: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18558:
18559: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18560: tainted
18561:
18562: * src/main/pa_request.C: uri in error log
18563:
18564: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18565: cheched date:create(days) param for validity [later were assumed
18566: valid and crashed on invalid onces]
18567:
18568: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18569: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18570: and used that for removing VString wrapper
18571:
18572: * src/classes/op.C: exception2vhash file now tainted
18573:
18574: * src/classes/op.C: _process pseudo origin copied from local var to
18575: heap
18576:
18577: * src/classes/op.C: extra check on empty file in origin in _execute
18578:
18579: 2002-04-15 paf
18580:
18581: * src/: main/execute.C, types/pa_value.h: fixed name update
18582:
18583: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18584: functions
18585:
18586: * src/: classes/file.C, classes/hash.C, classes/op.C,
18587: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18588: started dual write_xxx_lang functions, if checked & works
18589:
18590: * src/: classes/date.C, classes/file.C, classes/mail.C,
18591: classes/string.C, classes/xnode.C, include/pa_request.h,
18592: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18593: unnecessary VString shells
18594:
18595: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18596: prev changes]
18597:
18598: * src/: classes/image.C, classes/op.C, classes/string.C,
18599: classes/table.C, include/pa_request.h, main/execute.C,
18600: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18601: StringOrValue wcontext result, now ready for dual writes
18602:
18603: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18604: checked that
18605:
18606: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18607: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18608: changed to OP_WRITE_VALUE in var get cases
18609:
18610: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18611: include/pa_request.h, main/compile.tab.C, main/compile.y,
18612: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18613: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18614: switch in hash constructor fixed [were problems with using of
18615: stacked wwrapper after it's death]
18616:
18617: 2002-04-12 paf
18618:
18619: * operators.txt, src/classes/table.C: table.select(expression) 0
18620:
18621: 2002-04-11 paf
18622:
18623: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18624: Request::process_internal codeFrame & wwrapper stacked [not
18625: wasting heap anymore]
18626:
18627: 2002-04-10 paf
18628:
18629: * src/: classes/double.C, classes/file.C, classes/hash.C,
18630: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18631: classes/string.C, classes/table.C, classes/void.C,
18632: classes/xdoc.C, include/pa_request.h, main/execute.C,
18633: main/pa_string.C: killed Request::process() wrapping
18634: VString(String) in case we need only String
18635:
18636: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18637: killed 8 bytes from String.head
18638:
18639: 2002-04-09 paf
18640:
18641: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18642: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18643: local*/char b[...]; a=b; situations
18644:
18645: * operators.txt, src/classes/xdoc.C: xslt params made literal
18646:
18647: * src/classes/xdoc.C: xslt params fixed
18648:
18649: * src/: main/pa_common.C, targets/cgi/parser3.C,
18650: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18651: not pool.malloc(MAX_NUMBER) but really neaded
18652:
18653: * operators.txt, src/classes/double.C, src/classes/int.C:
18654: int/double.int/double(default)
18655:
18656: 2002-04-04 paf
18657:
18658: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18659: [when reconstructing pieces were split by
18660: max_integral(piece.size), thus some strings to replace happen to
18661: be split into two = not replaced)
18662:
18663: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18664: standalone version = current dir
18665:
18666: * src/targets/cgi/parser3.C: document root in standalone version =
18667: current dir
18668:
18669: 2002-04-03 paf
18670:
18671: * configure, configure.in: more checks on nonexistent charset
18672:
1.116 moko 18673: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18674:
18675: 2002-04-02 paf
18676:
18677: * src/main/compile.C: parser.compile [exception name more like in
18678: doc]
18679:
18680: 2002-04-01 paf
18681:
18682: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18683: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18684: .content-type.charset, not .charset
18685:
18686: 2002-03-29 paf
18687:
18688: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18689:
18690: * operators.txt, src/classes/date.C: ^date::create now may not
18691: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18692: days' year. | 31.05->31.04 roll
18693:
18694: 2002-03-28 paf
18695:
18696: * operators.txt, src/classes/date.C, src/classes/op.C,
18697: src/include/pa_globals.h, src/include/pa_hash.h,
18698: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18699: ^cache(seconds) ^cache[date] }
18700:
18701: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18702: param
18703:
18704: 2002-03-27 paf
18705:
18706: * operators.txt, src/classes/date.C, src/classes/double.C,
18707: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18708: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18709: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18710: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18711: src/classes/xnode.C, src/include/pa_exception.h,
18712: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18713: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18714: src/main/pa_array.C, src/main/pa_charset.C,
18715: src/main/pa_charsets.C, src/main/pa_common.C,
18716: src/main/pa_dictionary.C, src/main/pa_exception.C,
18717: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18718: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18719: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18720: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18721: src/types/pa_value.h, src/types/pa_vcookie.C,
18722: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18723: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18724: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18725: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18726: src/types/pa_wwrapper.h: assigned exception types
18727:
18728: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18729: src/include/pa_request.h, src/main/execute.C,
18730: src/main/pa_request.C: decided agains resetting exception_trace,
18731: just changed name
18732:
18733: 2002-03-26 paf
18734:
18735: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18736: fixed
18737:
18738: * src/classes/op.C: forced language of $source field of exception
18739: to 'tainted', so that sql-langed-frags could be outputed outside
18740: of connect
18741:
18742: * operators.txt: removed date.roll limit of +-1 offset
18743:
18744: * src/classes/date.C: removed date.roll limit of +-1 offset
18745:
18746: * operators.txt, src/classes/date.C: fixed date roll on
18747: daylightsaving days mktime took into account tm_isdst flag, which
18748: remained from BEFORE roll, but should have been reset
18749:
18750: 2002-03-25 paf
18751:
18752: * operators.txt, src/targets/cgi/parser3.C:
18753: http_site_config_filespec
18754:
18755: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18756: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18757: with any/both --disable-foreign-group-files --disable-execs
18758:
18759: * INSTALL: "--with=sendmail=COMMAND" comment
18760:
18761: * INSTALL, configure, configure.in, src/classes/mail.C,
18762: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18763: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18764: disables execs also. introducing --sendmail
1.95 moko 18765:
18766: * operators.txt: pgsql options comment
18767:
18768: * INSTALL: comment on --disable-link-stdcpp
18769:
1.116 moko 18770: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18771: libstdc++ link skipping configure option
1.95 moko 18772:
18773: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18774: with error were put to cache with 'marked_to_rollback' flag, all
18775: consequent even OK requests rolled back
18776:
18777: 2002-03-22 paf
18778:
18779: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18780: false return
18781:
18782: * operators.txt: few comments on sets
18783:
18784: 2002-03-18 paf
18785:
18786: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18787: src/include/pa_globals.h, src/include/pa_request.h,
18788: src/include/pa_stack.h, src/main/pa_globals.C,
18789: src/main/pa_request.C: introducing ^try
18790:
18791: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18792: types/pa_vdouble.h: removed some tested @tests
18793:
18794: 2002-03-15 paf
18795:
18796: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18797:
18798: 2002-03-13 paf
18799:
18800: * src/main/pa_exception.C: checked not-pooled malloc
18801:
18802: 2002-03-11 paf
18803:
18804: * INSTALL, configure, configure.in,
18805: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18806:
18807: * src/main/pa_common.C: --disable-foreign-group-files
18808:
18809: * INSTALL: --disable-execs
18810:
18811: * src/main/pa_exec.C: --disable-execs
18812:
18813: * configure, configure.in, src/include/pa_config_auto.h.in:
18814: --disable-execs
18815:
18816: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18817:
18818: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18819: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18820:
18821: 2002-03-05 paf
18822:
18823: * operators.txt, src/classes/date.C: date week calendar columns
18824: named
18825:
18826: * operators.txt, src/classes/date.C: date week calendar columns
18827: named
18828:
18829: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18830: requires headers to be terminated with \r\n manually [refuses to
18831: separate header/body itself]
18832:
18833: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18834: targets/isapi/parser3isapi.C: isapi site config beside .dll
18835:
18836: 2002-03-04 paf
18837:
18838: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18839: in PASS language
18840:
18841: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18842: deserialize checks on broken file
18843:
18844: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18845: parser3isapi.dsp: isapi updated
18846:
18847: 2002-03-01 paf
18848:
18849: * src/main/pa_exec.C: execle -> execve, now argc OK
18850:
18851: 2002-02-28 paf
18852:
18853: * src/main/untaint.C: removed some debug comments
18854:
18855: * src/main/pa_charsets.C: when placing charset to cache using
18856: global name now [were request]
18857:
18858: * configure, configure.in: apache module updated
18859:
18860: * src/main/pa_string.C: origin by first piece preferred before last
18861: piece
18862:
18863: 2002-02-27 paf
18864:
18865: * src/main/pa_charset.C: size_t
18866:
18867: * INSTALL: shared/static-xml with-pathlink
18868:
18869: * operators.txt: SMTP comment
18870:
18871: 2002-02-26 paf
18872:
18873: * src/main/pa_exec.C: more precise names for vars, cosmetic
18874:
18875: * src/classes/xnode.C: in some situation, xpath query returned
18876: result with type NODESET, but empty nodeset member field, checked
18877: that
18878:
18879: 2002-02-22 paf
18880:
18881: * INSTALL: without-zlib comment
18882:
18883: * etc/parser3.charsets/windows-1251.cfg: °
18884:
18885: * configure, configure.in: glib###.a detection fixed
18886:
18887: * INSTALL: hashfile removed from INSTALL
18888:
1.116 moko 18889: * Makefile.am: make update
1.95 moko 18890:
18891: * src/main/pa_string.C: string iterators fixed again, so were
18892: String::join_chain
18893:
18894: * src/main/pa_string.C: string iterators fixed again, so were
18895: String::join_chain
18896:
18897: * src/: include/pa_string.h, main/pa_string.C: string iterators
18898: fixed again, so were String::join_chain
18899:
18900: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18901:
18902: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18903: "session"
18904:
1.116 moko 18905: * configure, configure.in, src/include/pa_config_auto.h.in:
18906: --with-shared-xml --with-static-xml
1.95 moko 18907:
18908: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18909: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18910: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18911: xalan&xml
18912:
18913: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18914:
18915: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18916: src/types/types.dsp: removed hashfile support from sources for
18917: now
18918:
1.116 moko 18919: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18920: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18921: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18922: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18923: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18924: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18925: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18926: src/types/Makefile.am, src/types/pa_vhashfile.C,
18927: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18928:
18929: 2002-02-21 paf
18930:
18931: * src/main/untaint.C: removed debug code, activated commented-for
18932: debug parts
18933:
1.116 moko 18934: * Makefile.am: make cvsupdate
1.95 moko 18935:
18936: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18937: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18938: append_row, not at link zero now string to string appending works
18939:
18940: 2002-02-20 paf
18941:
18942: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18943: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18944: DEBUG_STRING_APPENDS_VS_EXPANDS
18945:
18946: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18947: economy: 22%
18948:
18949: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18950: space uptimized: string::link_row removed
18951:
18952: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18953: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18954: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18955: types/pa_vstring.h: speed uptimized: string::is_empty
18956:
18957: * operators.txt, src/include/pa_common.h,
18958: src/include/pa_config_fixed.h, src/include/pa_string.h,
18959: src/include/pa_types.h, src/main/compile.tab.C,
18960: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18961: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18962: string append optimiziation idea and estimates
18963:
18964: 2002-02-19 paf
18965:
18966: * src/classes/math.C: not used directly [but erroreously reported
18967: that 'is', thus registering twice&other probs]
18968:
18969: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18970: to node [element]
18971:
18972: * src/main/compile.C: without string_origins parse error
18973: file+line+col possible
18974:
18975: * src/main/: compile.C: without string_origins not worked
18976:
18977: 2002-02-18 paf
18978:
18979: * src/types/pa_vdouble.h: since we have in_expression removed that
18980: trick i've installed into double::as_string
18981:
18982: * src/main/pa_globals.C: extern "C" was removed too fast
18983:
18984: * src/: include/pa_opcode.h, include/pa_request.h,
18985: main/compile.tab.C, main/compile.y, main/execute.C,
18986: types/pa_wcontext.h: in_expression aimed to solve old problem
18987: with string/nonstring values, now in expressions double/int
18988: values are passed as-is, without stupid tostring/fromstring
18989: conversions
18990:
18991: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18992: __cplusplus } #endif
18993:
18994: * src/main/compile.tab.C: bison env set so one could compile
18995: without cygwin installed
18996:
18997: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18998: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18999: gnome xml libs parser .dsp-s changed accordingly
19000:
19001: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19002:
19003: * operators.txt, src/classes/date.C: date::create [were date::set,
19004: with backward comp
19005:
19006: * src/classes/math.C: math:random range check fixed
19007:
19008: * src/main/: compile.tab.C, compile.y: integer division stops name
19009:
19010: * INSTALL: local install comment
19011:
1.116 moko 19012: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19013:
1.116 moko 19014: * acinclude.m4, aclocal.m4, configure, configure.in,
19015: src/include/pa_config_auto.h.in,
19016: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19017: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19018:
19019: * operators.txt: \ comment
19020:
19021: 2002-02-13 paf
19022:
19023: * src/include/pa_config_includes.h: sys/time time both included
19024: now. vaguely remember confilicts on this on some system [not on
19025: six|ablv] so when would see them again would think up proper
19026: check
19027:
1.116 moko 19028: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19029: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19030:
19031: * src/main/pa_common.C: truncation never occured when writing files
19032: on unix [since i've changed cache mech] fix
19033:
19034: * src/main/pa_common.C: strnchr: sanity check added
19035:
19036: * etc/parser3.charsets/windows-1257.cfg: id added
19037:
19038: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19039: baltic charset file generated, in generation script ispunct check
19040: added
19041:
19042: 2002-02-08 paf
19043:
1.116 moko 19044: * src/: include/Makefile.am, sql/Makefile.am,
19045: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19046:
19047: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19048: forgotten
19049:
19050: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19051:
19052: * INSTALL, README: install&others updated
19053:
19054: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19055:
1.116 moko 19056: * Makefile.am, configure, configure.in,
19057: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19058: src/classes/Makefile.am, src/main/Makefile.am,
19059: src/main/pa_status_provider.C, src/targets/Makefile.am,
19060: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19061: works
1.95 moko 19062:
19063: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19064: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19065: classes/hashfile.C, classes/int.C, classes/mail.C,
19066: classes/math.C, classes/op.C, classes/response.C,
19067: classes/string.C, classes/table.C, classes/void.C,
19068: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19069: include/pa_array.h, include/pa_cache_managers.h,
19070: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19071: include/pa_config_fixed.h, include/pa_config_includes.h,
19072: include/pa_db_connection.h, include/pa_db_manager.h,
19073: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19074: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19075: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19076: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19077: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19079: include/pa_stack.h, include/pa_string.h,
19080: include/pa_stylesheet_connection.h,
19081: include/pa_stylesheet_manager.h, include/pa_table.h,
19082: include/pa_threads.h, include/pa_types.h, main/compile.C,
19083: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19084: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19085: main/pa_db_connection.C, main/pa_db_manager.C,
19086: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19087: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19088: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19089: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19090: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19091: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19092: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19093: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19094: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19095: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19096: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19097: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19098: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19099: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19100: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19101: types/pa_vmethod_frame.h, types/pa_vobject.h,
19102: types/pa_vrequest.h, types/pa_vresponse.h,
19103: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19104: types/pa_vstateless_object.h, types/pa_vstatus.C,
19105: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19106: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19107: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19108: classes/image.C, main/pa_common.C, main/pa_exec.C,
19109: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19110: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19111: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19112: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19113: types/pa_vxnode.C, main/pa_charset.C: name spelling
19114:
19115: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19116: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19117: classes/hashfile.C, classes/image.C, classes/int.C,
19118: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19119: classes/string.C, classes/table.C, classes/void.C,
19120: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19121: include/pa_array.h, include/pa_cache_managers.h,
19122: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19123: include/pa_config_fixed.h, include/pa_config_includes.h,
19124: include/pa_db_connection.h, include/pa_db_manager.h,
19125: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19126: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19127: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19128: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19129: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19130: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19131: include/pa_stack.h, include/pa_string.h,
19132: include/pa_stylesheet_connection.h,
19133: include/pa_stylesheet_manager.h, include/pa_table.h,
19134: include/pa_threads.h, include/pa_types.h, main/compile.C,
19135: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19136: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19137: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19138: main/pa_db_connection.C, main/pa_db_manager.C,
19139: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19140: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19141: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19142: main/pa_socks.C, main/pa_sql_driver_manager.C,
19143: main/pa_status_provider.C, main/pa_string.C,
19144: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19145: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19146: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19147: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19148: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19149: targets/isapi/pool_storage.h, types/pa_valiased.C,
19150: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19151: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19152: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19153: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19154: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19155: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19156: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19157: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19158: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19159: types/pa_vresponse.h, types/pa_vstateless_class.C,
19160: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19161: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19162: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19163: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19164: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19165: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19166:
19167: 2002-02-07 paf
19168:
19169: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19170:
1.116 moko 19171: * configure, configure.in, src/include/pa_config_auto.h.in,
19172: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19173: added yet another locking function: fcntl
1.95 moko 19174:
19175: * config.sub: on cygwin configure passes it with strange i1586
19176: const, hacked it to mean i586
19177:
19178: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19179: disabled $if reference due to conflicts with local variables
19180:
19181: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19182: xdoc::set obsolete now, now xdoc::create, with both sences
19183:
19184: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19185: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19186: table::create now // 'set' name obsolete now table clone.
19187:
19188: * operators.txt, src/classes/string.C,
19189: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19190: ^int/double/string.format now can be called with normal []
19191: brackets, not stupid {} as it were implemented for some strange
19192: reason. retaining backward compatibility due to some
19193: already-implemented servers
19194:
19195: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19196: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19197: operators now detected by check at name_without_curly_rdive_read
19198: rule whether diving code constists only of
19199: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19200: with OP_GET_ELEMENT_OR_OPERATOR to form
19201: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19202:
19203: 2002-02-06 paf
19204:
19205: * configure, configure.in: prefix expanded, grr
19206:
19207: * operators.txt, src/classes/mail.C: mail:send config changed
19208:
19209: 2002-02-05 paf
19210:
19211: * operators.txt: regex options commented
19212:
19213: * src/main/: pa_exec.C: argv0 now correct
19214:
19215: * src/types/pa_vstatus.C: status:rusage 3
19216:
19217: * src/types/pa_vstatus.C: status:rusage 2
19218:
19219: * operators.txt: status:rusage described int operators
19220:
19221: * src/types/pa_vstatus.C: status:rusage 1
19222:
19223: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19224: src/types/types.dsp: status:rusage
19225:
19226: * configure.in, operators.txt, src/classes/file.C,
19227: src/classes/op.C, src/include/pa_common.h,
19228: src/include/pa_config_includes.h, src/main/compile.tab.C,
19229: src/main/pa_common.C: rewritten ^cache to use
19230: non-blocking-exclusive-caches
19231:
19232: * src/main/pa_common.C: text file read mode on win32 adjusted
19233: [speed impact. was off for debugging purpose, but forgotten
19234: afterwards]
19235:
19236: 2002-02-01 paf
19237:
19238: * src/classes/op.C: file_write does EX lock after create, while
19239: file_read does SH after open, so there's a moment after create
19240: but before EX lock when read can sneak into, and read
19241: just-created-for-writing-and-not-yet-locked file, added a check
19242: for that in ^cache...read
19243:
19244: 2002-01-31 paf
19245:
19246: * src/main/: compile.y, compile.tab.C: disabled operator call after
19247: ^xxx:
19248:
19249: * src/main/: compile.tab.C, execute.C: made operators lookup first
19250: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19251:
19252: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19253: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19254: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19255: operators check 6.1 rewritten. now check is done at compile time
19256:
19257: * src/main/execute.C: operators check 5 floated up old error of
19258: staying in 'entered class/object' state after $a($a..) it
19259: prevented operators from being called thereafter
19260:
19261: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19262: main/execute.C: operators check 4 floated up old error of staying
19263: in 'entered object' state after ^a.a(a) it prevented operators
19264: from being called thereafter
19265:
19266: * src/main/execute.C: operators check 3 floated up old error of
19267: staying in 'entered class' state after $a:a(a) it prevented
19268: operators from being called thereafter
19269:
19270: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19271: floated up old error of staying in 'entered class' state after
19272: $a:a[a] it prevented operators from being called thereafter
19273:
19274: * src/main/execute.C: operators check, thay mistakenly seen in
19275: $class:operator $object.operators contexts
19276:
19277: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19278: win32
19279:
1.116 moko 19280: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19281: src/classes/Makefile.am, src/main/Makefile.am,
19282: src/targets/cgi/Makefile.am,
1.95 moko 19283: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19284: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19285:
1.116 moko 19286: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19287: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19288: configure, configure.in, form.txt, ident.awk, install-sh,
19289: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19290: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19291: etc/parser3.charsets/Makefile.am,
19292: etc/parser3.charsets/koi8-r.cfg,
19293: etc/parser3.charsets/windows-1250.cfg,
19294: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19295: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19296: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19297: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19298: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19299: straightened installation scripts procedure made
19300: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19301: change
19302:
19303: 2002-01-30 paf
19304:
19305: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19306: removed] those comments were a mistake, and prevented libltdl
19307: from function properly
19308:
19309: 2002-01-29 paf
19310:
1.116 moko 19311: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19312: creation [modified acinclude.m4 which were creating int into just
19313: assignment LIBTOOL=../libtool] added default system
19314: config&charsetts prepared 'make install', now it installs
19315: targets/cgi/parser3 into bin directory etc/parser3.conf &
19316: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19317: $sysconfdir/parser3.charsets respectively
19318:
19319: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19320: main/pa_globals.C: few forgotten ifdef XML added
19321:
19322: 2002-01-28 paf
19323:
1.116 moko 19324: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19325: removed
19326:
19327: * src/main/pa_exception.C: dom|generic error output fix
19328:
19329: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19330:
19331: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19332:
19333: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19334: [fixed as_node helper func to accept docs]
19335:
19336: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19337: xdoc.importNode 0
19338:
19339: * src/classes/xdoc.C: xdoc::set now untaints OK
19340:
19341: 2002-01-25 paf
19342:
19343: * src/main/: compile.tab.C, compile.y: #comment before @ after
19344: @SPECIAL now works OK
19345:
19346: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19347:
19348: * src/main/pa_exec.C: max arg count now 10, and proper message on
19349: violation that added
19350:
19351: * src/classes/hash.C: unified hash::sql, now
19352: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19353:
19354: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19355: ^file:lock[filename]{code}
19356:
19357: * src/: classes/file.C, classes/op.C, classes/string.C,
19358: classes/table.C, classes/xdoc.C, include/pa_common.h,
19359: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19360: to some pa_common funcs
19361:
19362: * src/: include/pa_charset.h, main/pa_globals.C:
19363: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19364:
19365: * src/: include/pa_charset.h, main/pa_charset.C,
19366: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19367: not stupid illegal define
19368:
19369: 2002-01-24 paf
19370:
19371: * src/include/pa_version.h: changed version number
19372:
19373: * src/: classes/hashfile.C, include/pa_db_table.h,
19374: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19375: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19376: main/pa_db_connection.C, main/pa_db_table.C,
19377: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19378: hashfile without logfiles
19379:
19380: * src/: classes/hashfile.C, include/pa_db_table.h,
19381: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19382: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19383: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19384: DB_INIT_TXN init bits, thus got rid of huge log files, which
19385: cluttered disk without huge need]
19386:
19387: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19388: handy macro, which is strangly abscent in dome lib
19389:
19390: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19391:
19392: * src/classes/xdoc.C: checked empty response
19393:
19394: * src/classes/xnode.C: xdoc.select fixed context node [were always
19395: /, not self node]
19396:
19397: * src/classes/xnode.C: xnode.select returns array always now, in
19398: case 'nothing found' returns empty array
19399:
19400: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19401: be more tender with ctrl/c/v
19402:
19403: 2002-01-23 paf
19404:
19405: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19406: substituted. // 2. when dom tree with entites goes under
19407: transform text nodes // got [erroreosly] cut on first
19408: entity occurance
19409:
19410: * src/types/pa_vdouble.h: double prec. todo: get rid of
19411: twice-converting
19412:
19413: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19414: 'e' in output this is for regretful twice-converting here:
19415: $a(double value) when they write double falue they convert it to
19416: string first, thus %g were losing precesion.
19417:
19418: todo: think up some way to remove double->string string->double
19419: twice-converting
19420:
19421: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19422: %.20E now default float format this is for regretful
19423: twice-converting here: $a(double value) when they write double
19424: falue they convert it to string first, thus %g were losing
19425: precesion.
19426:
19427: todo: think up some way to remove double->string string->double
19428: twice-converting
19429:
19430: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19431: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19432: reasons in comment inside
19433:
19434: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19435: statically linked]
19436:
19437: * src/: include/pa_exception.h, main/compile.tab.C,
19438: main/pa_exception.C: removed exception va_list constructor. 1.
19439: not needed anymore 2. there were a conflict[causing errors]
19440: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19441: never detected an ambiguilty here, compiling ctor(, "hello") into
19442: ctor(, va_list) which, of course, caused gpf
19443:
19444: * src/main/pa_globals.C: removed debug xslt messages
19445:
19446: 2002-01-22 paf
19447:
19448: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19449: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19450: helps compiling stylesheet properly. example: this refused to
19451: work, <b>«<xsl:value-of select="@title"
19452: />»</b> stranly worked only this way:
19453: <b>«<xsl:value-of select="@title" />»</b>
19454:
19455: docs says "set it to 1", never going into details, so I decided
19456: to try NOT to do that
19457:
19458: * src/classes/table.C: join behaived badly in case named tables
19459: structure mismatched: 0 strings sneaked into dest failing
19460: afterwards. replaced them with empty strings
19461:
19462: 2002-01-21 paf
19463:
19464: * src/main/pa_charset.C: checked empty transcoders in
19465: transcode_cstr|buf
19466:
19467: * src/classes/xdoc.C: xdoc::load error source = filespec
19468:
19469: * src/classes/xdoc.C: transform error source now
19470: stylesheet_filespec
19471:
1.116 moko 19472: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19473: include/pa_stylesheet_connection.h, main/pa_charset.C,
19474: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19475: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19476: gnome
1.95 moko 19477:
19478: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19479: include/pa_globals.h, include/pa_stylesheet_connection.h,
19480: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19481: xslt generic error 1
19482:
19483: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19484: xml generic message 1
19485:
19486: * src/classes/table.C: ^table::load empty lines or #comments before
19487: headline
19488:
19489: * src/: include/pa_array.h, include/pa_globals.h,
19490: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19491: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19492: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19493: errors 0
19494:
19495: 2002-01-16 paf
19496:
19497: * src/: classes/hash.C, classes/op.C, classes/string.C,
19498: classes/table.C, classes/void.C, classes/xdoc.C,
19499: include/pa_db_connection.h, include/pa_request.h,
19500: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19501: include/pa_stylesheet_connection.h,
19502: include/pa_stylesheet_manager.h, main/pa_request.C,
19503: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19504: targets/cgi/pool_storage.h: auto closers to sql_connection,
19505: stylesheet_connection auto destroyers to remaining gnome objects
19506:
19507: * src/classes/xdoc.C: few comments
19508:
19509: 2002-01-15 paf
19510:
19511: * src/classes/xdoc.C: xdoc file save string
19512:
19513: ready. todo: error handling
19514:
19515: * src/classes/xdoc.C: xdoc save rewritten using
19516: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19517: result
19518:
19519: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19520: started output options parsing
19521:
19522: 2002-01-14 paf
19523:
19524: * src/classes/xdoc.C: method
19525:
19526: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19527: include/pa_pool.h, include/pa_stylesheet_connection.h,
19528: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19529: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19530: xslt transform0. TODO: use output options handle errors
19531:
19532: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19533:
19534: 2002-01-11 paf
19535:
19536: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19537: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19538: partial logical && || evaluation
19539:
19540: * src/classes/xnode.C: xpath selectNodes
19541:
19542: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19543: string/number/bool
19544:
19545: * src/classes/xnode.C: xpath selectNode 2
19546:
19547: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19548: xpath selectNode 1
19549:
19550: 2002-01-10 paf
19551:
19552: * src/classes/xnode.C: xpath selectNode -100 [just written]
19553:
19554: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19555: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19556: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19557: refcounter]
19558:
19559: 2001-12-29 paf
19560:
19561: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19562: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19563: glib works 0
19564:
19565: 2001-12-28 paf
19566:
19567: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19568: main/pa_exception.C: started glib transcoders
19569:
19570: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19571:
19572: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19573: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19574: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19575: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19576: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19577: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19578: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19579: libs just compiled in. no refcounting no xpath no xslt yet
19580:
19581: 2001-12-27 paf
19582:
19583: * src/: include/pa_charset.h, include/pa_common.h,
19584: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19585: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19586: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19587: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19588: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19589: from xalan&xerces, started the process. globals [initialization
19590: pool [charset update charset [transcodings vxnode vxdoc [DOM
19591: calls
19592:
19593: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19594: anymore
19595:
19596: 2001-12-26 paf
19597:
19598: * src/: include/pa_charset.h, include/pa_charsets.h,
19599: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19600: key globalized [bug]
19601:
19602: 2001-12-25 paf
19603:
19604: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19605: main/pa_string.C: table set & append changed splitting languages,
19606: separators now can be clean AND as-is same to mail command line
19607: $MAIN:MAIL.progX arguments
19608:
19609: 2001-12-24 paf
19610:
19611: * src/classes/mail.C: one parted text messages - no multipart
19612: mime-type anymore. for convinient if $.attach-ments
19613:
19614: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19615: main/pa_string.C: read from cache size check updated
19616:
19617: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19618:
19619: 2001-12-21 paf
19620:
19621: * src/classes/date.C: date:sql-string now returns localtime
19622:
19623: * src/main/pa_request.C: $result in @main actually not working, to
19624: hell with it for now
19625:
19626: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19627: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19628: @postprocess @exception
19629:
19630: * src/main/execute.C: junction evaluation canceled - endless
19631: recursion detected
19632:
19633: 2001-12-19 paf
19634:
19635: * src/main/pa_charset.C: charset->charset transcoding via unicode
19636: intermediate
19637:
19638: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19639:
19640: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19641:
19642: * src/classes/op.C: ^cache keypath now relative
19643:
19644: * src/classes/mail.C: changed weighting prior to sort
19645:
19646: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19647: were missing
19648:
19649: 2001-12-17 paf
19650:
19651: * src/main/pa_charset.C: ifndef XML were bad type
19652:
19653: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19654: outdated unset services_pool
19655:
19656: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19657: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19658: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19659:
19660: * src/main/untaint.C: allowed space in filespec
19661:
19662: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19663:
19664: * src/classes/image.C: no govno
19665:
19666: * src/classes/image.C: govno
19667:
19668: 2001-12-16 paf
19669:
19670: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19671:
19672: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19673: charset_connection&manager replaced by charset&charsets
19674:
19675: * src/main/pa_charset.C: name_cstr 0
19676:
19677: * src/main/untaint.C: uri lang now knows about client/source
19678: charsets
19679:
19680: * src/: classes/file.C, classes/math.C, classes/op.C,
19681: classes/string.C, classes/table.C, classes/xdoc.C,
19682: include/pa_array.h, include/pa_cache_managers.h,
19683: include/pa_charset_connection.h, include/pa_charset_manager.h,
19684: include/pa_common.h, include/pa_db_connection.h,
19685: include/pa_db_manager.h, include/pa_db_table.h,
19686: include/pa_dictionary.h, include/pa_exception.h,
19687: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19688: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19689: include/pa_sapi.h, include/pa_socks.h,
19690: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19691: include/pa_string.h, include/pa_stylesheet_connection.h,
19692: include/pa_stylesheet_manager.h, include/pa_table.h,
19693: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19694: main/pa_charset.C, main/pa_charset_connection.C,
19695: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19696: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19697: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19698: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19699: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19700: types/types.dsp: introducing Charset
19701:
19702: 2001-12-14 paf
19703:
19704: * src/: include/pa_request.h, include/pa_transcoder.h,
19705: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19706: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19707: uri lang
19708:
19709: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19710:
19711: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19712:
19713: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19714: defalts_name global
19715:
19716: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19717: include/pa_request.h, main/main.dsp,
19718: main/pa_charset_connection.C, main/pa_charset_manager.C,
19719: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19720: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19721: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19722: changed charset model. now important: $request:charset
19723: $response:charset while $response:content-type.charset become
19724: unimportant [informational]
19725:
19726: 2001-12-13 paf
19727:
19728: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19729:
19730: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19731: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19732: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19733: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19734: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19735: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19736:
19737: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19738: auto_ptr part other way, because of stupid gcc 2.96
19739: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19740: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19741: FormatterListener] /usr/include/g++-3/memory:48:
19742: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19743: _Tp1 = FormatterListener, _Tp = FormatterListener]
19744:
19745: * src/classes/xdoc.C: removed extra inc
19746:
19747: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19748:
19749: * src/include/pa_types.h: msvc head debugging flag
19750:
19751: * src/classes/xdoc.C: freed up listener
19752:
19753: * src/classes/string.C: change msg '... code is not code'
19754:
19755: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19756: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19757: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19758: [past/future prob]
19759:
19760: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19761: include/pa_config_fixed.h, include/pa_db_manager.h,
19762: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19763: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19764:
19765: * src/: include/pa_config_fixed.h, main/pa_common.C,
19766: main/pa_string.C: removed signed mismatch warnings
19767:
19768: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19769: 'expires' from header outputs
19770:
19771: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19772: row ptr
19773:
19774: * src/classes/file.C: file::cgi bug, request_method were passed to
19775: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19776:
19777: * src/classes/xdoc.C: lang list updated
19778:
19779: 2001-12-10 paf
19780:
19781: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19782:
19783: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19784: erase files like that, knowing their full name introducing //
19785: theoretical problem with, for instance, "_2B" and "." fragments,
19786: // they would yield the same // because
19787: need_file_encode('_')=false // but we need to delete such files
19788: somehow, getting names from ^index
19789:
19790: * src/main/pa_string.C: ^string.replace bug fixed [bad
19791: string::join_chank break]
19792:
19793: 2001-12-07 paf
19794:
19795: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19796: include/pa_common.h, include/pa_config_auto.h.in,
19797: include/pa_config_fixed.h, include/pa_config_includes.h,
19798: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19799: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19800: types/pa_vhashfile.C: merged from r14_simple_cache
19801:
19802: * src/main/pa_string.C: stupid sparc architecture failed to access
19803: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19804: lduh [ %i2 + 1 ], %l0
19805:
19806: bus error, fixed that
19807:
19808: * src/main/pa_string.C: strange string deserialize bug on
19809: client[pmts], a bit shortened,
19810:
19811: * src/include/pa_config_auto.h.in: makes
19812:
19813: * src/: include/pa_common.h, include/pa_config_fixed.h,
19814: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19815: file write shared lock file read
19816:
19817: * src/: classes/op.C, include/pa_common.h,
19818: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19819:
19820: 2001-12-06 paf
19821:
19822: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19823: main/pa_request.C: #ifdef RESOURCES_DEBUG
19824:
19825: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19826: info
19827:
19828: * src/classes/hashfile.C: removed transaction from ^cache
19829:
19830: 2001-12-05 paf
19831:
19832: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19833: IIS5 there were a prob with illegal call check
19834:
19835: 2001-12-04 paf
19836:
19837: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19838: main/pa_request.C: measures to log
19839:
19840: 2001-11-23 paf
19841:
19842: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19843: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19844: types/pa_vhashfile.C: merged from _0014, 1
19845:
19846: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19847: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19848: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19849: ^cache(33) would change
19850:
19851: 0660 bits in file_write & hashfile create
19852:
19853: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19854: after pa_string optimization]
19855:
19856: 2001-11-22 paf
19857:
19858: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19859: table.offset[whence]
19860:
19861: * src/classes/op.C: process cstr(,connection)
19862:
19863: * src/classes/op.C: process now gets its body on current language,
19864: not as-is
19865:
19866: * src/main/untaint.C: ORIGINS mode removed UHTML
19867:
19868: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19869: bit
19870:
1.116 moko 19871: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19872:
19873: 2001-11-21 paf
19874:
19875: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19876: <xsl:output output options made identical to xsl:output
19877: attributes exclusion: cdata-section-elements what xalan can do
19878: but that not used now: it can escape and remove CDATA sections
19879:
19880: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19881: produced by xslt
19882:
19883: * src/targets/cgi/parser3.C: removed debug cgi||1
19884:
19885: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19886:
19887: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19888: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19889: default language for {code}, it happen to change it's language
19890: from CLEAN, so later refused to split by CLEAN \t
19891:
19892: 2001-11-20 paf
19893:
1.116 moko 19894: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19895: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19896: bottom of dependeces, so that errors would popup quicklier, fixed
19897: line numbering in table::sql
19898:
19899: 2001-11-19 paf
19900:
19901: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19902: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19903: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19904: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19905: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19906: at wcontext.write
19907:
1.116 moko 19908: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19909: _set_new_handler
19910:
1.116 moko 19911: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19912: set_new_handler in apache&isapi
1.95 moko 19913:
19914: 2001-11-16 paf
19915:
19916: * src/targets/cgi/parser3.C: pool debug @ die
19917:
19918: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19919: removed 8 bytes from String, 2 bytes from
19920: string::chunk::row::item
19921:
19922: * src/main/pa_string.C: removed 1+4 bytes from String
19923:
19924: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19925: types/pa_vstring.C: removed 1+4 bytes from String
19926:
19927: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19928: 0
19929:
19930: * src/: include/pa_globals.h, include/pa_string.h,
19931: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19932: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19933: targets/cgi/parser3.C: introducing estimating
19934: String::cstr_bufsize, 0
19935:
19936: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19937:
19938: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19939:
19940: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19941: include/pa_pool.h: die in pool::fail
19942:
19943: 2001-11-15 paf
19944:
19945: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19946: main/pa_exception.C, targets/cgi/parser3.C: exception with
19947: dynamic buffer re-back now with counter
19948:
19949: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19950: static buffer back
19951:
19952: * src/targets/cgi/parser3.C: std::
19953:
19954: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19955: include/pa_config_includes.h: setnewhandler check
19956:
1.116 moko 19957: * src/include/pa_config_auto.h.in: makes
1.95 moko 19958:
19959: * src/targets/cgi/parser3.C: set_new_handler started
19960:
19961: 2001-11-14 paf
19962:
19963: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19964: was wrong
19965:
19966: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19967: was wrong
19968:
19969: * src/main/pa_request.C: z
19970:
19971: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19972: full returns win32 -1 solaris >buffer_size
19973:
19974: checked all that
19975:
19976: * src/classes/op.C: ^untaint{body} as-is default now
19977:
19978: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19979: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19980: with no_bad_constructors_try
19981:
19982: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19983: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19984: this: $bred[^string::length[]] $bred[^response::clear[]]
19985: $bred[^int::int[]]
19986:
19987: now VObject creation moved into overriden
19988: VClass::create_new_value, thus 0 from create_new_value means that
19989: class has no ctors
19990:
19991: 2001-11-13 paf
19992:
19993: * src/classes/classes.C: returned accedently removed if in foreach
19994: callbacks [when hash no-0-restructure]
19995:
19996: 2001-11-12 paf
19997:
19998: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19999: passed as-is to method, xalan makes & into & itself
20000:
20001: * src/classes/date.C: date.roll parser2 alg used
20002:
20003: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20004: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20005: main/pa_dictionary.C, main/pa_hash.C,
20006: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20007: now does not containt 0 values. put 0 actullay removes. no check
20008: on 0 value in foreach now required
20009:
20010: 2001-11-11 paf
20011:
20012: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20013:
20014: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20015:
20016: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20017: driver initialize not const
20018:
20019: 2001-11-10 paf
20020:
20021: * src/main/pa_exec.C: doc
20022:
20023: 2001-11-09 paf
20024:
20025: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20026: param properly
20027:
20028: * src/classes/string.C: string.save now does untainting before
20029: saving
20030:
20031: * src/main/pa_common.C: line endings fixing fixed last piece[was
20032: still cstr oriented]
20033:
20034: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20035: line endings fixing got rid of cstr, now must work ok with post
20036: multipart
20037:
20038: * src/types/pa_vform.C: line endings fixed at post / multipart /
20039: not file also now
20040:
20041: 2001-11-08 paf
20042:
20043: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20044: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20045: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20046: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20047: main/pa_stylesheet_manager.C: restructured Cache manager to be
20048: simple parent, not second parent [gcc 2.96 strangly refused to
20049: call virtual from second parent]
20050:
1.116 moko 20051: * src/: include/pa_common.h, main/Makefile.am,
20052: targets/cgi/pa_pool.C: makes
1.95 moko 20053:
20054: * src/: include/pa_request.h, main/pa_request.C,
20055: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20056: 'status' class enabler
20057:
20058: <Location /parser-status.html> ParserStatusAllowed </Location>
20059:
20060: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20061: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20062: include/pa_stylesheet_manager.h, main/main.dsp,
20063: main/pa_cache_managers.C, main/pa_charset_manager.C,
20064: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20065: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20066: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20067: todo: apache 'status' class enabler
20068:
20069: 2001-11-05 paf
20070:
20071: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20072: debug to normal
20073:
20074: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20075: hence i removed skipping 0 values in hash::for_each-es we need to
20076: check cleaned cache items manually. few more checks.
20077:
20078: expiring to 0 time was wrong, changed to 'now' time
20079:
20080: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20081: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20082: on apache already done :)
20083:
20084: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20085: skipping 0 values in hash::for_each-es we need to check cleaned
20086: cache items manually
20087:
20088: * src/main/: pa_db_connection.C, pa_db_table.C:
20089: parser_multithreaded check was wrong
20090:
20091: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20092: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20093: classes/hashfile.C, classes/image.C, classes/int.C,
20094: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20095: classes/string.C, classes/table.C, classes/void.C,
20096: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20097: include/pa_array.h, include/pa_charset_connection.h,
20098: include/pa_charset_manager.h, include/pa_common.h,
20099: include/pa_config_fixed.h, include/pa_config_includes.h,
20100: include/pa_db_connection.h, include/pa_db_manager.h,
20101: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20102: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20103: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20104: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20105: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20106: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20107: include/pa_stack.h, include/pa_string.h,
20108: include/pa_stylesheet_connection.h,
20109: include/pa_stylesheet_manager.h, include/pa_table.h,
20110: include/pa_threads.h, include/pa_types.h, main/compile.C,
20111: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20112: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20113: main/pa_charset_manager.C, main/pa_common.C,
20114: main/pa_db_connection.C, main/pa_db_manager.C,
20115: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20116: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20117: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20118: main/pa_socks.C, main/pa_sql_driver_manager.C,
20119: main/pa_status_provider.C, main/pa_string.C,
20120: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20121: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20122: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20123: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20124: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20125: targets/isapi/pool_storage.h, types/pa_valiased.C,
20126: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20127: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20128: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20129: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20130: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20131: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20132: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20133: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20134: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20135: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20136: types/pa_vstateless_object.h, types/pa_vstatus.h,
20137: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20138: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20139: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20140: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20141: $status:db fixed used not initialized in db_connection & db_table
20142:
20143: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20144: $status:charset
20145:
20146: * src/: classes/xdoc.C, include/pa_db_connection.h,
20147: include/pa_stylesheet_connection.h,
20148: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20149: types/pa_vstatus.h: $status:stylesheet
20150:
20151: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20152: include/pa_request.h, include/pa_sql_connection.h,
20153: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20154: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20155: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20156: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20157: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20158: types/pa_vxnode.C, types/types.dsp: started status parser class
20159:
20160: 2001-11-01 paf
20161:
20162: * src/include/pa_config_auto.h.in: makes
20163:
20164: * src/main/pa_hash.C: removed old extra include
20165:
20166: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20167: checks [for hp, there are such in math.h]
20168:
20169: * src/classes/op.C: ^for endless loop check strightened
20170:
20171: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20172: behavior in native calls. it left unchanged, so ^for ^foreach &
20173: co can use r.root to write their i & key,value there
20174:
20175: * src/classes/op.C: detected for var storage bug, fixed.
20176: todo:foreach
20177:
20178: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20179: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20180: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20181: changing of hash inside of foreach
20182:
20183: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20184: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20185: were hash.foreach
20186:
20187: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20188: types/pa_vstring.C, types/pa_vstring.h:
20189: ^foreach[key|value]{body}[[separator]|{separator}]
20190:
20191: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20192: types/pa_vcookie.C: ^hash.delete[key]
20193:
20194: 2001-10-31 paf
20195:
20196: * src/main/: compile.C, pa_common.C: completely empty file now
20197: considered "read", not ignored [not perfect trick used]
20198:
20199: * src/main/pa_common.C: simplier common ifdefs
20200:
20201: * src/main/pa_common.C: typing bug in common - bad ifdeff
20202:
20203: * src/main/pa_db_connection.C: z
20204:
20205: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20206: lockdetector flags
20207: dbenv.lk_detect=DB_LOCK_RANDOM;
20208:
20209: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20210: from accidental show [imagine user forgot @exception]
20211:
20212: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20213:
20214: * src/: classes/file.C, classes/image.C, classes/mail.C,
20215: classes/string.C, classes/xnode.C, include/pa_common.h,
20216: main/pa_common.C: ^string.save[[append;]path]
20217:
20218: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20219: main/execute.C: \ in expression: int divide 10/3=3
20220:
20221: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20222: inside of ^cache
20223:
20224: * src/: include/pa_threads.h, main/pa_db_connection.C,
20225: main/pa_db_table.C, targets/cgi/pa_threads.C,
20226: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20227: needed
20228:
20229: 2001-10-30 paf
20230:
20231: * src/: classes/classes.dsp, main/main.dsp,
20232: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20233: types/types.dsp: enabled debug incremental compile
20234:
20235: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20236: form post data line endings not reformatted now.
20237:
20238: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20239: now required [had bug when file= has no value]
20240:
20241: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20242: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20243: cstr(asis) default param removed
20244:
20245: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20246:
20247: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20248:
20249: * src/include/pa_dir.h: LOAD_DIR fixed
20250:
20251: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20252: was broken} fix_line_breaks
20253:
20254: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20255: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20256: packed with #pragma pack
20257:
1.116 moko 20258: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20259:
20260: 2001-10-29 paf
20261:
20262: * src/types/pa_wcontext.h: bitfield syntax stricter
20263:
20264: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20265: string hash.puts
20266:
20267: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20268:
20269: * src/include/pa_sql_connection.h: there were one wrong
20270: SQL_CONNECTION_FUNC_GUARDED [failed]
20271:
20272: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20273: param.someday either ifdef or remove it
20274:
20275: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20276:
20277: * src/main/untaint.C: optimizing returned after debugging
20278:
20279: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20280: main/untaint.C: memory hunging #pragma pack(1)
20281:
20282: 16 419 844 13 169 394
20283:
20284: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20285: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20286: places [todo:Array]
20287:
20288: * src/: main/execute.C, targets/cgi/pa_pool.C,
20289: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20290: types/pa_wwrapper.h: debugging memory WContext flags to bits
20291:
20292: total 5 652 652/158731 total 5 469 332/158731
20293:
20294: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20295: Array:: without cache in get/put now
20296:
20297: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20298: 18:25:27 2001] total 5 652 652/158731
20299:
20300: * src/: include/pa_string.h, main/pa_string.C,
20301: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20302: now
20303:
20304: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20305: 18:11:53 2001] total 5796092/158731
20306:
20307: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20308: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20309: key ref now
20310:
20311: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20312: 17:11:17 2001] total 16867948/202658
20313:
20314: * src/: classes/file.C, classes/image.C, classes/string.C,
20315: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20316: main/execute.C, main/pa_array.C, main/pa_common.C,
20317: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20318: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20319: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20320: string::as_int/double now usually uses stack, not heap [200K out
20321: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20322:
20323: * src/main/pa_sql_driver_manager.C: ping to have services [old
20324: hiding bug]
20325:
20326: * src/Makefile.am: .am order
20327:
20328: * src/: include/pa_array.h, include/pa_charset_manager.h,
20329: include/pa_db_connection.h, include/pa_db_manager.h,
20330: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20331: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20332: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20333: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20334: required "friend class"
20335:
20336: ../include/pa_request.h:51: friend declaration requires
20337: class-key, i.e. `friend class Temp_lang'
20338:
20339: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20340: main/pa_exception.C, main/pa_sql_driver_manager.C,
20341: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20342:
20343: the idea is to #1 jump to C++ some function to main body, where
20344: every function stack frame has exception unwind information and
20345: from there... #2 propagate_exception()
20346:
20347: 2001-10-28 paf
20348:
20349: * src/main/pa_db_connection.C: removed old consts
20350:
20351: * src/main/pa_db_connection.C: expire table [was accidently pasted
20352: with wrong type/cast]
20353:
20354: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20355: translation
20356:
1.116 moko 20357: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20358: remember to build DB2 with -fexceptions!!!
20359:
20360: * src/main/pa_db_table.C: DB_RMW defed
20361:
20362: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20363: include/pa_db_connection.h, include/pa_db_manager.h,
20364: include/pa_db_table.h, main/pa_db_connection.C,
20365: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20366:
20367: 2001-10-27 paf
20368:
20369: * src/: classes/hashfile.C, include/pa_db_connection.h,
20370: include/pa_db_table.h, main/pa_db_connection.C,
20371: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20372: types/pa_vhashfile.C: DB2 ifdefs
20373:
1.116 moko 20374: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20375: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20376: makes with DB2
20377:
1.116 moko 20378: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20379: types/Makefile.am: makes db
1.95 moko 20380:
20381: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20382: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20383: globals.C
20384:
20385: * src/: classes/hashfile.C, include/pa_db_connection.h,
20386: include/pa_db_table.h, main/pa_db_connection.C,
20387: main/pa_db_table.C: ^hashfile.clear[]
20388:
20389: * src/classes/classes.awk: no $ in var names
20390:
20391: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20392: connection&table [forgotten calls]
20393:
20394: 2001-10-26 paf
20395:
20396: * src/main/pa_db_connection.C: db checkpoints
20397:
20398: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20399: checkpoints
20400:
20401: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20402: default. but entities still reparsed. todo: tothink
20403:
20404: * src/main/pa_db_connection.C: db recover mech 2
20405:
20406: * src/: classes/hashfile.C, include/pa_db_connection.h,
20407: include/pa_db_manager.h, include/pa_db_table.h,
20408: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20409: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20410: types/pa_vhashfile.h: db connections & tables now cached at
20411: create time & multithreaded
20412:
20413: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20414: parsed_source
20415:
20416: * src/main/pa_db_connection.C: about to remove connection from
20417: vhashfile
20418:
20419: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20420: transaction commit/rollback responsibility left to parent [as it
20421: sould - else there were a bug with double free]
20422:
20423: * src/include/pa_db_table.h: db: child transaction commit/rollback
20424: responsibility left to parent [as it sould - else there were a
20425: bug with double free]
20426:
20427: 2001-10-25 paf
20428:
20429: * src/: classes/hashfile.C, include/pa_common.h,
20430: include/pa_db_connection.h, include/pa_db_manager.h,
20431: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20432: types/pa_vhashfile.C, types/pa_vhashfile.h,
20433: include/pa_db_table.h, main/pa_db_table.C: started db_home
20434: [multiple, cached] todo: autorecover [tried, but not succeded,
20435: yet]
20436:
20437: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20438:
20439: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20440: transaction parent passed
20441:
20442: 2001-10-24 parser
20443:
1.116 moko 20444: * src/classes/Makefile.am: makes
1.95 moko 20445:
20446: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20447: isapi/pool_storage.h: pool_storage fixed
20448:
20449: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20450: types/pa_vform.h: form fix_line_breaks
20451:
1.116 moko 20452: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20453:
20454: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20455: targets/cgi/pool_storage.h: makes
20456:
20457: * src/sql/pa_sql_driver.h: version
20458:
20459: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20460: types/pa_vform.C, types/pa_vform.h: .am
20461:
20462: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20463: this: DB_RMW Acquire write locks instead of read locks when doing
20464: the retrieval. Setting this flag may decrease the likelihood of
20465: deadlock during a read-modify-write cycle by immediately
20466: acquiring the write lock during the read part of the cycle so
20467: that another thread of control acquiring a read lock for the same
20468: item, in its own read-modify-write cycle, will not result in
20469: deadlock
20470:
20471: * src/targets/isapi/parser3isapi.dsp: doc
20472:
20473: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20474:
20475: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20476:
20477: * src/: classes/hashfile.C, include/pa_db_connection.h,
20478: main/pa_db_connection.C: hashfile expired deleted from db when
20479: get & iterate
20480:
20481: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20482: expiring 1
20483:
20484: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20485:
20486: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20487: db_connection not bothers with key when not returning expired
20488: data
20489:
20490: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20491: types/pa_vhashfile.C: db_cursor constructor public now
20492:
20493: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20494: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20495: stamped, todo: put_element analize
20496:
20497: * src/: include/pa_db_connection.h, include/pa_string.h,
20498: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20499: serialize. todo stamp
20500:
20501: 2001-10-23 parser
20502:
20503: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20504: classes/image.C, classes/mail.C, classes/response.C,
20505: classes/string.C, classes/table.C, classes/xdoc.C,
20506: include/pa_config_fixed.h, include/pa_db_connection.h,
20507: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20508: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20509: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20510: types/pa_vtable.C: ^hashfile.hash[]
20511:
20512: * src/: classes/hashfile.C, classes/xdoc.C,
20513: include/pa_config_fixed.h, main/pa_db_manager.C,
20514: main/pa_globals.C: ifdefs so it compiled without db
20515:
20516: * src/: classes/hashfile.C, include/pa_db_connection.h,
20517: include/pa_db_manager.h, main/pa_db_connection.C,
20518: main/pa_db_manager.C, types/pa_vhashfile.h:
20519: ^hashfile.transaction{code} ^hashfile:clear[filename]
20520: ^hashfile.delete[key]
20521:
20522: 2001-10-22 parser
20523:
20524: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20525: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20526:
20527: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20528: classes/xnode.C, include/pa_charset_connection.h,
20529: include/pa_db_connection.h, include/pa_db_manager.h,
20530: include/pa_exception.h, include/pa_sapi.h,
20531: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20532: include/pa_stylesheet_connection.h,
20533: include/pa_stylesheet_manager.h,
20534: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20535: main/pa_db_connection.C, main/pa_db_manager.C,
20536: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20537: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20538: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20539: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20540: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20541: types/types.dsp: hashfile 0
20542:
20543: * src/types/pa_vhashfile.C: z
20544:
20545: * src/: classes/classes.dsp, classes/hashfile.C,
20546: include/pa_config_fixed.h, main/execute.C,
20547: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20548: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20549:
20550: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20551:
20552: * src/: include/pa_exception.h, include/pa_request.h,
20553: main/execute.C, main/pa_exception.C, main/pa_request.C,
20554: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20555: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20556:
20557: 2001-10-19 parser
20558:
20559: * src/include/pa_pool.h: header
20560:
20561: * src/main/pa_pool.C: auto compiled on gcc
20562:
20563: * src/classes/image.C: comment
20564:
1.116 moko 20565: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20566:
20567: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20568: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20569: types/pa_vxnode.h: xnode clone got freed
20570:
20571: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20572: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20573: can free up xalandomstring resulting from pool::transcode
20574:
20575: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20576: include/pa_config_fixed.h, include/pa_exception.h,
20577: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20578: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20579: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20580: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20581: from non-xml compile
20582:
20583: * src/main/pa_request.C: pool:: context - get_context
20584:
20585: * src/: classes/classes.h, classes/date.C, classes/double.C,
20586: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20587: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20588: classes/string.C, classes/table.C, classes/void.C,
20589: include/pa_config_fixed.h, include/pa_exception.h,
20590: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20591: main/compile.C, main/compile_tools.C, main/execute.C,
20592: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20593: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20594: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20595: main/pa_string.C, main/pa_table.C, main/untaint.C,
20596: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20597: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20598: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20599: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20600: types/pa_vstateless_class.h, types/pa_vtable.C,
20601: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20602: exceptions 0
20603:
20604: * src/classes/classes.awk: $ removed
20605:
20606: 2001-10-18 parser
20607:
20608: * src/types/pa_vcookie.C: cookie:CLASS
20609:
20610: * src/main/main.dsp: project
20611:
20612: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20613: set_document & ctor question "who owns document" solved
20614:
20615: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20616:
20617: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20618: main/pa_pool.C: encoding in dom creating funcs
20619:
20620: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20621: be transformed now
20622:
20623: * src/classes/xdoc.C: dom created by create can be transformed now
20624:
20625: * src/classes/xdoc.C: z
20626:
20627: * src/classes/xdoc.C: comment
20628:
20629: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20630: create now uses XercesDocumentBridge, appendChild&co now works
20631:
20632: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20633: @ recompile
20634:
20635: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20636: $origin @exception[
20637:
20638: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20639: tag names forced to XML lang
20640:
20641: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20642: leechy-found bugs in code&doc fixed
20643:
20644: 2001-10-17 parser
20645:
20646: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20647: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20648: n functionality preserved
20649:
20650: * src/types/pa_vimage.h: removed unused vimage::save
20651:
20652: 2001-10-16 parser
20653:
20654: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20655:
20656: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20657:
20658: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20659:
20660: * src/classes/image.C: image.copy tolerance
20661:
20662: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20663: ineffective, but works for small paleted image
20664:
20665: * src/types/pa_vimage.C: comment
20666:
20667: * src/classes/image.C: gd size/resize bugfix
20668:
20669: * src/: classes/classes.dsp, main/main.dsp,
20670: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20671: types/types.dsp: ident >nul 2>&1
20672:
20673: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20674: systems
20675:
20676: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20677: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20678:
20679: 2001-10-15 parser
20680:
20681: * src/main/execute.C: z
20682:
20683: * src/classes/: xdoc.C: !::create{qualifiedName}
20684:
20685: * src/types/pa_vxnode.C: document_type_node.
20686: !readonly attribute DOMString name
20687: !notation_node.
20688: !readonly attribute DOMString publicId
20689: !readonly attribute DOMString systemId
20690:
1.116 moko 20691: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20692: ::write badly passed string too transparently [failed to
20693: intercept it]
1.95 moko 20694:
20695: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20696: include/pa_request.h, main/pa_sql_driver_manager.C,
20697: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20698: types/pa_vxnode.h: DOM1 major addtion, only few
20699: attributes/methods left
20700:
20701: 2001-10-13 parser
20702:
20703: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20704: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20705: in main handler
20706:
20707: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20708: cleanups & frees order
20709:
20710: * src/types/pa_vcode_frame.h: couple comments
20711:
20712: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20713: transparent enough to handle hash if creation&passing
20714:
20715: * src/: include/pa_config_fixed.h, main/execute.C,
20716: main/pa_exception.C: noticed that vcodeframe not transparent
20717: enough, would change now
20718:
20719: 2001-10-12 parser
20720:
20721: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20722: fixed. initialization&free on each thread!
20723:
20724: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20725: handling changed: now type of default param analized always, not
20726: only at problem time, thus helping early problem spotting
20727:
20728: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20729: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20730: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20731: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20732: multithread bug fixed. initialization&free on each thread!
20733:
20734: 2001-10-11 parser
20735:
20736: * src/classes/xnode.C: xnode.selectSingle now
20737:
20738: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20739: include/pa_pool.h, include/pa_stylesheet_connection.h,
20740: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20741: convertors out of Pool into Exception
20742:
20743: * src/main/pa_string.C: const
20744:
20745: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20746: linked pieces of same language together prior to String::replace
20747:
20748: * src/classes/hash.C: !^hash.add[addme]
20749: !^hash.sub[subme]
20750: !^a.union[b] = new
20751: !^a.intersection[b] = new
20752: !^a.intersects[b] = bool
20753:
20754: * src/classes/hash.C: !^hash::append[append_from]
20755:
20756: * src/: classes/hash.C, types/pa_vhash.h:
20757: !^hash::create[[copy_from]]
20758:
20759: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20760: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20761: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20762: fixed. got rid of empty_string, which caused errors - it hasnt
20763: exception but somebody[value.bark] tried to throw it on it's pool
20764:
1.116 moko 20765: * src/include/pa_config_auto.h.in: makes
1.95 moko 20766:
20767: 2001-10-10 parser
20768:
20769: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20770:
20771: * src/main/: compile.tab.C, compile.y: ^a[
20772:
20773: @next_method << now unclosed ] would be reported here
20774:
20775: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20776: compile error
20777:
20778: 2001-10-09 parser
20779:
1.116 moko 20780: * src/: classes/Makefile.am, main/Makefile.am,
20781: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20782:
20783: * src/classes/Makefile.am: makes
20784:
20785: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20786: win32 errors intercepted [xalan transformer patched and
20787: incorporated]
20788:
20789: * src/: classes/classes.dsp, classes/xdoc.C,
20790: include/pa_stylesheet_connection.h, main/main.dsp,
20791: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20792: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20793: patches starting
20794:
20795: * src/classes/: string.C, table.C: ^string.save[file]
20796:
20797: * src/classes/: date.C, table.C: calendar moved to date
20798:
20799: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20800: string/table] now
20801:
20802: * src/classes/: op.C, table.C: z
20803:
20804: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20805: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20806: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20807: be code [be string..]
20808:
20809: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20810: table.C: lots of
20811: params->as_int/double/as_string/as_junction/as_no_junction
20812: messages added
20813:
20814: 2001-10-08 parser
20815:
20816: * src/: classes/date.C, classes/image.C, classes/string.C,
20817: classes/table.C, classes/void.C, include/pa_request.h:
20818: params->as_int/double message added
20819:
20820: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20821:
20822: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20823: image:sector removed image:html internal "line-*" attribs
20824:
20825: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20826: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20827:
20828: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20829: way
20830:
20831: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20832: main/untaint.C: header untainting to UL_HTTP_HEADER,
20833: UL_MAIL_HEADER made nonforced [only tainted pieces]
20834:
20835: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20836: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20837: @ SAPI::log
20838:
20839: * src/main/untaint.C: \r to ' ' in origins mode
20840:
20841: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20842: set]
20843:
20844: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20845: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20846: nonstandard liaison freed up
20847:
20848: 2001-10-07 parser
20849:
20850: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20851: project
20852:
20853: 2001-10-05 parser
20854:
20855: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20856: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20857: from outputing to cerr. lots of "todos"
20858:
20859: * src/main/untaint.C: http_header tainting more gentle with
20860: enquoting now
20861:
20862: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20863: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20864: xml errorhandler. fixed string.replace a little, read @test
20865:
20866: * src/main/pa_string.C: found replace bug - first_that_starts(char
20867: *) does not have limit, and looks further eos, fixing....
20868:
20869: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20870:
20871: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20872:
20873: * src/main/: pa_charset_connection.C: ctype another mem clear
20874: bugfix
20875:
1.116 moko 20876: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20877: $result[^[$p^]z] now works fine
1.95 moko 20878:
20879: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20880: wrong. fixed it
20881:
20882: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20883: of totable appered to be vital
20884:
20885: 2001-10-04 parser
20886:
20887: * src/classes/image.C: ^image.length[text]
20888:
20889: 2001-10-03 parser
20890:
20891: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20892:
20893: * src/main/pa_request.C: restored pcre defaulting in request
20894: [mindlessly "optimized" yesterday] comment left
20895:
20896: 2001-10-02 parser
20897:
20898: * src/: main/pa_charset_manager.C,
20899: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20900: needed
20901:
20902: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20903: forgot non-xml pool.*charset needed
20904:
20905: * src/classes/table.C: # config comments fixed
20906:
20907: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20908: charset_connection #comment now
20909:
20910: * src/: classes/classes.dsp, types/types.dsp: release projects
20911: options fixed to use release msvcrt lib
20912:
20913: * src/main/pa_charset_connection.C: pcre tables now const inside
20914: removed default - pcre handles that internally fixed bug on
20915: not-cleaning tables [previously was calloced, now member]
20916:
20917: * src/: include/pa_request.h, main/pa_charset_connection.C,
20918: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20919: inside removed default - pcre handles that internally fixed bug
20920: on not-cleaning tables [previously was calloced, now member]
20921:
20922: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20923: tested charset reload on file change @ apache version = OK tested
20924: freeing up prev encoding on adding new = OK
20925:
20926: 2001-10-01 parser
20927:
20928: * src/main/pa_charset_connection.C: removed entitify external hack
20929: [internal installed]
20930:
1.116 moko 20931: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20932:
20933: * src/: include/pa_charset_connection.h,
20934: include/pa_charset_manager.h,
20935: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20936: main/pa_charset_connection.C, main/pa_charset_manager.C,
20937: main/pa_request.C: charset loading & caching mech 0
20938:
20939: * src/: include/pa_stylesheet_connection.h,
20940: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20941: main/pa_globals.C, main/pa_request.C: would make charset loading
20942: & caching mech now
20943:
20944: 2001-09-30 parser
20945:
20946: * src/main/pa_request.C: forgot to fill toTable
20947:
20948: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20949: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20950: failed on win32 for now..
20951:
20952: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20953: now charsets table configuration variable is: CHARSETS
20954:
20955: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20956: ctype with unicode 1. todo: no П entities on output somehow
20957:
20958: * src/: classes/file.C, classes/op.C, classes/string.C,
20959: include/pa_request.h, main/pa_request.C: started ctype with
20960: unicode values
20961:
20962: 2001-09-28 parser
20963:
20964: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20965: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20966: string passed AS-IS now
20967:
20968: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20969: way of user-configuring... todo: implement
20970:
20971: 2001-09-27 parser
20972:
20973: * src/classes/table.C: table.sort changed to sort table itself
20974:
20975: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20976: X^.getElementsByTagName[tagname] = array of xnode
20977: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20978: nodes removed - regretfully not supported @ xalan. maybe someday
20979: would reimplement, if needed.
20980:
20981: win32build system: solved long waiting anti-non-started-apache
20982: problem
20983:
20984: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20985: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20986: types/types.dsp: win32 ident make system so not to rebuild
20987: library [ident.C.new]
20988:
20989: 2001-09-26 parser
20990:
20991: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20992: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20993: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20994: types/pa_vxnode.C, types/types.dsp: z
20995:
20996: * src/classes/classes.C: forgot one non-xml check
20997:
1.116 moko 20998: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20999: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21000:
21001: * src/targets/cgi/parser3.C: z
21002:
21003: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21004: targets/isapi/parser3isapi.C: #ifdef SMTP
21005:
21006: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21007: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21008: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21009: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21010: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21011: types/types.dsp: xdoc&xnode now
21012:
21013: * src/: classes/classes.C, classes/classes.awk,
21014: classes/classes.dsp, classes/classes.h, classes/date.C,
21015: classes/dnode.C, classes/dnode.h, classes/dom.C,
21016: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21017: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21018: classes/op.C, classes/response.C, classes/string.C,
21019: classes/table.C, classes/void.C, include/pa_array.h,
21020: include/pa_common.h, include/pa_config_fixed.h,
21021: include/pa_config_includes.h, include/pa_dictionary.h,
21022: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21023: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21024: include/pa_socks.h, include/pa_sql_connection.h,
21025: include/pa_sql_driver_manager.h, include/pa_stack.h,
21026: include/pa_string.h, include/pa_stylesheet_connection.h,
21027: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21028: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21029: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21030: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21031: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21032: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21033: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21034: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21035: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21036: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21037: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21038: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21039: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21040: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21041: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21042: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21043: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21044: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21045: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21046: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21047: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21048: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21049: types/pa_vmethod_frame.h, types/pa_vobject.h,
21050: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21051: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21052: types/pa_vstateless_object.h, types/pa_vstring.C,
21053: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21054: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21055: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21056: main.dsp splitted to main+classes+types along to .am
21057:
21058: * src/classes/Makefile.am: removed useless var
21059:
21060: * src/: classes/classes.cmd, main/main.dsp,
21061: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21062: main.dsp
21063:
21064: 2001-09-25 parser
21065:
21066: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21067: 1251 though, todo ICU
21068:
1.116 moko 21069: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21070: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21071: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21072: types/pa_vdom.h: xml configure makes
1.95 moko 21073:
21074: 2001-09-24 parser
21075:
1.116 moko 21076: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21077: types/Makefile.am: makes
1.95 moko 21078:
1.116 moko 21079: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21080:
21081: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21082: started unix makes update
21083:
21084: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21085: started unix makes update
21086:
21087: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21088:
21089: * src/types/pa_value.h: z
21090:
21091: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21092: bugs with usinge hash/table in expressions
21093:
21094: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21095: resolved conflicts fixed [const]
21096:
21097: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21098: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21099: main/compile.C, main/compile.tab.C, main/compile.y,
21100: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21101: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21102: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21103: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21104: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21105: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21106: with before_xml [merge2 actually didn't happen - i've created
21107: tags on wrong branch. so this merge is in fact re-merge]
21108:
21109: 2001-09-21 parser
21110:
21111: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21112: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21113: produced "" in make file and sadly wrong interpreted on load]
21114:
1.116 moko 21115: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21116: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21117: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21118: include/pa_sql_driver_manager.h, include/pa_string.h,
21119: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21120: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21121: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21122:
21123: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21124: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21125: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21126: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21127: main/pa_pool.C, main/pa_request.C,
21128: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21129: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21130: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21131: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21132: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21133: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21134: types/pa_vrequest.C, types/pa_vresponse.h,
21135: types/pa_vstateless_class.C, types/pa_vstring.C,
21136: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21137: created new projects for sql drivers [planning to remove sql
21138: drivers from main cvs project] first, will join latest changes
21139:
21140: * src/classes/: dom.C: defaulted dom writing methods encoding to
21141: pool.get_charset
21142:
21143: * src/classes/dom.C: defaulted dom writing methods encoding to
21144: pool.get_charset
21145:
21146: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21147: pool.get_charset
21148:
21149: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21150: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21151: methods encoding to pool.get_charset
21152:
21153: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21154: transcoder were created right "unsupported encoding" message.
21155: not @ set time, but @ use time, so until xml output functions
21156: .string, .file, .save used - no encoding name check occur
21157:
21158: reduced transcode buffer size to 60 fixed pool cleanup - no
21159: registration needed, pools are officially destructured
21160:
21161: 2001-09-20 parser
21162:
21163: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21164:
21165: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21166: $MAIN:DEFAULTS.content-type[$.charset[here]]
21167:
21168: * src/: classes/dnode.C, classes/dom.C,
21169: include/pa_config_includes.h, include/pa_globals.h,
21170: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21171: main/pa_pool.C, targets/cgi/parser3.dsp,
21172: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21173: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21174: Pool::transcode 0
21175:
21176: * src/classes/dom.C: dom. string save file moved output xml options
21177: to last param and made it optional
21178:
21179: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21180: dnodes
21181: !$attributenode.specified = boolean
21182: true if the attribute received its value explicitly
21183: in the XML document,
21184: or if a value was assigned programatically with the
21185: setValue function.
21186: false if the attribute value came from the default value
21187: declared in the document's DTD.
21188: !$pinode.target = target of this processing instruction
21189: XML defines this as being the first token following the
21190: markup
21191: that begins the processing instruction.
21192: XPath:
21193: !^node.select[xpath/query/expression] = hash of 0->node0
21194: 1->node1
21195: !^node.select-single[xpath/query/expression] = first node if
21196: any
21197:
21198: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21199: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21200: some 'const's added
21201:
21202: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21203: expression context now, there value = size and boolean value
21204: size!=0
21205:
21206: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21207: can be used in expression context now, there value = size and
21208: boolean value size!=0
21209:
21210: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21211: types/pa_vstring.h: dnode .file .string .save moved back to dom
21212: due to strange xalan bug
21213:
21214: 2001-09-18 parser
21215:
21216: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21217: classes/image.C, classes/op.C, classes/table.C,
21218: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21219: include/pa_sql_driver_manager.h, main/compile.C,
21220: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21221: main/execute.C, main/pa_common.C, main/pa_request.C,
21222: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21223: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21224: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21225: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21226: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21227: before_xml branch ^if(def $hash) now true only when
21228: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21229:
21230: * src/: classes/op.C, main/execute.C: operators self changed to
21231: root ^for variable context changed to self
21232:
21233: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21234: dnode 1
21235:
21236: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21237: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21238:
21239: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21240: poly* fixed
21241:
21242: 2001-09-17 parser
21243:
21244: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21245: types/pa_vdom.h: started dnode+dom
21246:
21247: dnode DOM methods: $node.name $node.value
21248: ...others...
21249:
21250: ^node.xpath[/rates/USD] = hash
21251: $hash[
21252: $.0[node0]
21253: $.1[node1]
21254: ]
21255:
21256: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21257: applies to all linear primitives
21258:
21259: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21260: include/pa_stylesheet_connection.h, main/main.dsp,
21261: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21262: types/pa_vimage.h: started dnode DOM: $node.name
21263: $node.value ...others... ^node.xpath[/rates/USD] = hash
21264: dom(dnode)
21265:
21266: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21267: main/compile.y, main/compile_tools.h, main/execute.C,
21268: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21269: in expression compound($aa.zz.xx) names now can have minus '-' in
21270: name after '.'
21271:
21272: 2001-09-15 parser
21273:
21274: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21275: image: $line-width ^line(...)[**** style]
21276:
21277: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21278: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21279: pool_storage - cleanups first, allocations second. apache wisely
21280: does just like that
21281:
21282: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21283: rewritten using template, no bugs now
21284:
21285: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21286: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21287: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21288: poorly started isapi pool_storage, would rewrite using template
21289: now
21290:
21291: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21292: include/pa_stylesheet_connection.h, main/main.dsp,
21293: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21294: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21295: xalan objects freed up [introducing Pool::register_cleanup]
21296:
21297: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21298: comments
21299:
21300: 2001-09-14 parser
21301:
21302: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21303: z
21304:
21305: * src/: classes/dom.C, classes/file.C, classes/image.C,
21306: classes/mail.C, include/pa_common.h,
21307: include/pa_sql_driver_manager.h, include/pa_string.h,
21308: include/pa_stylesheet_connection.h,
21309: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21310: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21311: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21312: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21313: compiled&cached
21314:
21315: 2001-09-13 parser
21316:
21317: * src/: classes/dom.C, classes/file.C, classes/image.C,
21318: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21319:
21320: * src/classes/dom.C: dom:file content-type(.method)
21321:
21322: * src/: include/pa_common.h, include/pa_globals.h,
21323: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21324: string now more informative error messages
21325:
21326: * src/: include/pa_globals.h, include/pa_request.h,
21327: main/pa_request.C, targets/cgi/parser3.C,
21328: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21329: ParserSiteConfig .../parser3.conf
21330:
21331: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21332:
21333: 2001-09-12 parser
21334:
21335: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21336: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21337: precise error reporting: "connection string must start with
21338: protocol://" now
21339:
21340: * src/main/compile.tab.C: fixed - subname code parts actually []
21341: braced
21342:
21343: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21344: lexer on LS_USER level did [] matching without setting nestage,
21345: introduced special LS_NAME_SQUARE_PART state
21346:
21347: 2001-09-11 parser
21348:
21349: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21350: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21351: languages+=xml
21352:
21353: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21354:
21355: * src/classes/dom.C: ^dom:save/string/file[output options] output
21356: options: $.method[xml|html|text] detection fixed
21357:
21358: * src/types/pa_vdom.h: messages
21359:
21360: * src/classes/dom.C: ^dom:save/string/file[output options] output
21361: options: $.method[xml|html|text] detection fixed
21362:
21363: 2001-09-10 parser
21364:
21365: * src/classes/dom.C: ^dom:save/string/file[output options] output
21366: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21367:
21368: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21369: added]
21370:
21371: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21372: ^dom.xslt[stylesheet filename] 0
21373:
21374: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21375: ^dom.xslt[stylesheet filename] -1 doc is lying
21376:
21377: * src/classes/dom.C: ^dom.file[encoding] = file
21378:
21379: * src/classes/: dom.C: ^dom.string[encoding] 1
21380: ^dom.save[encoding;filename]
21381:
21382: * src/classes/dom.C: ^dom.string[] 0
21383:
21384: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21385:
21386: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21387: types/pa_vform.h: ^dom.save[b.xml] 0
21388:
21389: 2001-09-08 parser
21390:
21391: * src/types/pa_vform.C: $form:tables.name.field
21392:
21393: 2001-09-07 parser
21394:
21395: * src/classes/table.C: table:empty removed, superceded by ^if(def
21396: $table)...
21397:
21398: * src/targets/cgi/parser3.C: z
21399:
21400: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21401: from '' to int/double is 0]
21402:
21403: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21404: $table) is false when table is empty
21405:
21406: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21407: !$form:tables $atable[$form:tables.a]
21408: ^atable.menu{a=$atable.element}[,]
21409:
21410: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21411: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21412:
1.116 moko 21413: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21414: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21415: of dom
21416:
21417: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21418: types/pa_vform.C, types/pa_vform.h: z
21419:
21420: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21421: element [not last]
21422:
1.116 moko 21423: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21424: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21425:
21426: 2001-09-06 parser
21427:
21428: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21429: table with one column 'element' and two rows: 1 and 2
21430:
21431: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21432: table with one column 'element' and two rows: 1 and 2
21433:
21434: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21435: bad int/double conversions, and now $form:nonexistent.int(88)
21436: would return 88
21437:
21438: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21439: types/pa_vhash.h: now there's special hash key '_default'
21440: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21441: $._default[xx] ] $hash.c
21442:
21443: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21444: fixed [thanks, fif], ^; were treated there non-literally
21445:
21446: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21447: doxygen
21448:
21449: * src/: classes/image.C, classes/op.C, classes/string.C,
21450: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21451: types/pa_vtable.C: few #ifndef DOXYGEN
21452:
21453: 2001-09-05 parser
21454:
21455: * src/classes/: string.C, table.C: sql options can be void [same as
21456: image:html the other day]
21457:
21458: * src/targets/cgi/Makefile.am: .am undo
21459:
21460: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21461: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21462: macro expantion on param, simply qoutes whatever passed, undone
21463:
21464: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21465: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21466: STRINGIZE(name) #name invented
21467:
21468: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21469: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21470: MAIN_SQL_DRIVERS_NAME "drivers"
21471:
21472: moved to be availible to all users
21473:
21474: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21475: SQL_DRIVER_CREATE_FUNC_NAME
21476:
21477: * src/classes/mail.C: MAIN:MAIL check fixed
21478:
21479: 2001-09-04 parser
21480:
21481: * src/classes/image.C: image.html now can accept void params
21482:
21483: * src/targets/isapi/parser3isapi.C: z
21484:
21485: * src/targets/cgi/parser3.C: full_file_spec bug
21486:
21487: * src/targets/cgi/parser3.C: getenvcheck
21488:
21489: * src/targets/cgi/parser3.C: zz
21490:
21491: * src/targets/cgi/parser3.C: zzz
21492:
21493: * src/classes/date.C: date
21494:
21495: * src/classes/date.C: date:sql-string is now without ''
21496:
1.116 moko 21497: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21498: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21499: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21500:
1.116 moko 21501: * src/include/pa_config_auto.h.in: makes
1.95 moko 21502:
21503: 2001-09-03 parser
21504:
21505: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21506:
21507: 2001-09-01 parser
21508:
21509: * src/classes/image.C: letter_spacing
21510:
21511: * src/classes/image.C: image: font params changed
21512:
21513: * src/classes/image.C: image: as_int as_string used
21514:
21515: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21516: analized
21517:
21518: 2001-08-31 parser
21519:
21520: * src/targets/cgi/parser3.C: z
21521:
1.116 moko 21522: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21523: cygwin
1.95 moko 21524:
21525: * src/classes/void.C: void:int/double += (default)
21526:
21527: * src/classes/image.C: image:font added space param image:font
21528: changed charwidth alg, added kerning const[for now]
21529:
21530: * src/classes/: string.C, table.C: string:int/double (defaults)
21531:
21532: 2001-08-29 parser
21533:
21534: * src/main/pa_exception.C: exception redundant debug info
21535:
21536: 2001-08-28 parser
21537:
21538: * src/classes/image.C: image error msgs
21539:
21540: * src/classes/image.C: image: gifsize little endian
21541:
21542: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21543: doxygeneration
21544:
21545: * src/: classes/Makefile.am, main/Makefile.am,
21546: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21547:
21548: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21549: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21550:
21551: * src/main/compile.C: NO_STRING_ORIGIN check2
21552:
21553: * src/classes/table.C: NO_STRING_ORIGIN check
21554:
21555: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21556: storage class specifiers invalid in friend function declarations
21557:
21558: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21559: main/untaint.C, targets/cgi/parser3.C,
21560: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21561: case of limit
21562:
21563: * src/: classes/file.C, main/pa_common.C: file:move
21564: autocreate/remove dest/src dir
21565:
21566: * src/: classes/string.C, include/pa_dictionary.h,
21567: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21568: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21569: to directory constructor. string:replace
21570:
21571: 2001-08-27 parser
21572:
21573: * src/classes/image.C: fixed jpgsize alg
21574:
21575: * src/classes/image.C: fixed jpgsize alg
21576:
21577: * src/main/pa_exception.C: z
21578:
21579: * src/main/pa_common.C: removed debug info from pa_common
21580:
21581: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21582: [auto.p from current dir loading]
21583:
1.116 moko 21584: * src/: main/pa_common.C, main/pa_exception.C,
21585: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21586: for solaris -lsocket
1.95 moko 21587:
21588: 2001-08-24 parser
21589:
21590: * src/targets/cgi/parser3.C: not cgi extra \n 3
21591:
21592: * src/targets/cgi/parser3.C: not cgi extra \n 2
21593:
21594: * src/targets/cgi/parser3.C: not cgi extra \n
21595:
21596: * src/main/pa_sql_driver_manager.C: z
21597:
21598: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21599: sql* removed services from disconnect - cross-request ideological
21600: probs.
21601:
21602: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21603: cross-request ideological probs. oracle - fixed bug: cs
21604: allocated on request.pool and got freed before disconnect
21605:
21606: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21607: mallocs fixed
21608:
21609: 2001-08-23 parser
21610:
21611: * src/classes/file.C: minor bug in file:save fixed
21612:
21613: * src/main/pa_sql_driver_manager.C: oracle: dlink
21614:
21615: 2001-08-22 parser
21616:
21617: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21618: types/pa_vfile.h: file:load|save[text|binary;
21619:
21620: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21621:
21622: 2001-08-21 parser
21623:
21624: * src/classes/: file.C, table.C: ^file:list
21625:
21626: 2001-08-20 parser
21627:
21628: * src/: main/compile.tab.C, main/compile.y,
21629: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21630: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21631: recousively caused problems: inc incremeted 123 literal!! fixed
21632:
21633: 2001-08-10 parser
21634:
21635: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21636:
21637: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21638: added
21639:
21640: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21641: added
21642:
21643: * src/classes/table.C: table:sort restored [it was bad test :(]
21644:
21645: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21646: ''
21647:
21648: * src/main/: pa_request.C: wanted to make const int
21649: MAX_EXECUTE_SECONDS=1;
21650:
21651: but couldnt, set_callback_and_alarm appeared to be not exported
21652: :(
21653:
21654: * src/main/pa_string.C: string.match hanged on. there were a hang
21655: check but it weren't wise enough
21656:
21657: @parse[dateString][tmp]
21658: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21659: #end
21660:
21661: @main[] ^parse[2001-02-03]
21662:
21663: * src/classes/: table.C: table:sort now default desc
21664:
21665: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21666: table.sort now creates new sorted table
21667:
21668: 2001-08-09 parser
21669:
21670: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21671:
21672: * src/classes/hash.C: hash:_default now [was hash:default]
21673:
21674: * src/classes/op.C: case without switch check added
21675:
21676: * src/types/pa_vcookie.C: cookie name&value origins added, more
21677: precise $ORIGINS(1)
21678:
21679: * src/main/Makefile.am: .am
21680:
21681: * src/classes/void.C: void: int double copy/paste from int: bug
21682: fixed
21683:
21684: * src/classes/void.C: void: int double copy/paste from int: bug
21685: fixed
21686:
21687: 2001-08-07 parser
21688:
21689: * src/: classes/double.C, classes/int.C, classes/string.C,
21690: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21691: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21692: string, table
21693:
21694: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21695: srand made working
21696:
21697: 2001-08-06 parser
21698:
21699: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21700: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21701: main/compile.tab.C, main/compile.y, main/pa_array.C,
21702: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21703: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21704:
21705: * src/main/pa_exec.C: exec win32 real filename
21706:
21707: * src/classes/file.C: exec stderr out
21708:
21709: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21710:
21711: 2001-08-03 parser
21712:
21713: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21714:
21715: 2001-08-02 parser
21716:
21717: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21718: main/execute.C, main/pa_exec.C: introducing Array_iter
21719:
21720: * src/main/execute.C: detected quick_get recursion bug. changed to
21721: get@execute, but needs array iterator, separate from array to
21722: avoid it & use caching
21723:
21724: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21725: bug fixed
21726:
21727: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21728: main/execute.C, main/pa_globals.C: found another multithread bug
21729: in op.C (last, last global var killed) :)
21730:
21731: 2001-08-01 parser
21732:
21733: * src/: include/pa_dictionary.h, include/pa_globals.h,
21734: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21735: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21736: main/untaint.C: speeded up typo-html replacements. introducing
21737: Dictionary with first-char caching
21738:
21739: 2001-07-31 parser
21740:
21741: * src/types/Makefile.am: pa_vtable.C added to .am
21742:
21743: * src/main/compile.tab.C: added, so that could be compiled even on
21744: non-bison-enabled platforms
21745:
21746: 2001-07-28 parser
21747:
21748: * src/classes/table.C: table:hash always produces hash, when can't
21749: - empty
21750:
21751: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21752: skipped \n
21753:
21754: 2001-07-27 parser
21755:
21756: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21757: on int/double/string :sql without result and default
21758:
21759: 2001-07-26 parser
21760:
21761: * src/classes/op.C: fixed bad multithread bug with strangly global
21762: OP
21763:
21764: * src/main/compile.y: $man[$.age[zzz]] 0
21765:
21766: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21767: creation syntax problem persists. restored $: for a while.
21768: thinking of $man[$.age[zzz]] syntax now
21769:
21770: * src/: classes/double.C, classes/int.C, classes/string.C,
21771: include/pa_opcode.h, main/compile.C, main/compile.y,
21772: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21773: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21774: types/pa_wwrapper.h: fixing :: realization #1
21775:
21776: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21777: main/compile_tools.h, main/execute.C, main/pa_request.C,
21778: types/pa_vmethod_frame.h: introducing :: this is constructor call
21779: prefix. ordinary : remains for static accesses
21780:
21781: 2001-07-25 parser
21782:
21783: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21784: fields 2. methods 3. columns
21785:
21786: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21787: quote. optimized double&int tostring-s
21788:
21789: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21790: whitespace before first method decl
21791:
21792: * src/classes/table.C: allowed nontable result in table:sql,
21793: results in empty table
21794:
21795: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21796: lines before first method decl
21797:
21798: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21799: types/pa_vtable.h: ^table.record[] now $table.fields
21800:
21801: * src/main/compile.y: $var[] is now empty string, not void
21802:
21803: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21804: void
21805:
21806: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21807: main/pa_globals.C: match replace code context moved to implicit
21808: $match context
21809:
21810: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21811: main/compile_tools.h, main/execute.C: with killed, code storage
21812: introduced with former 'with' syntax
21813:
21814: 2001-07-24 parser
21815:
21816: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21817: types/pa_value.h: first get_element, next get operator
21818:
21819: * src/main/compile.y: removed @end handling
21820:
21821: * src/main/: compile.C, compile.y: @end handling method2
21822:
21823: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21824: file:move
21825:
21826: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21827: fixed
21828:
21829: 2001-07-23 parser
21830:
21831: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21832: driver
21833:
21834: * src/classes/hash.C: changed sql driver query interface
21835:
21836: * src/: classes/hash.C, classes/string.C, classes/table.C,
21837: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21838: changed sql driver query interface
21839:
21840: 2001-07-20 parser
21841:
21842: * src/types/pa_vrequest.C: X!$browser:type
21843:
21844: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21845: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21846: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21847: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21848: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21849: types/pa_vobject.h, types/pa_vrequest.C,
21850: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21851: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21852: BASE element globally removed
21853:
21854: 2001-07-18 parser
21855:
21856: * src/classes/file.C: file:exec/cgi msg
21857:
21858: * src/classes/file.C: $file:exit-code renamed to 'status'
21859:
21860: * src/: classes/file.C, main/pa_exec.C: file:exec
21861:
1.116 moko 21862: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21863: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21864: removed $id from *.in *.am
1.95 moko 21865:
21866: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21867: abbrevations
21868:
21869: * src/: classes/date.C, classes/mail.C, classes/math.C,
21870: classes/string.C, classes/table.C, include/pa_globals.h,
21871: include/pa_string.h, main/execute.C, main/pa_globals.C,
21872: main/pa_request.C, main/pa_string.C, main/untaint.C,
21873: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21874: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21875: $ORIGINS(1) output tracing mode
21876:
21877: 2001-07-13 parser
21878:
21879: * src/: classes/double.C, classes/int.C, classes/string.C,
21880: include/pa_request.h, main/execute.C, main/pa_request.C:
21881: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21882: second would not call first @auto
21883:
21884: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21885: wrong, fixed
21886:
21887: 2001-07-12 parser
21888:
21889: * src/types/pa_value.h: pa_value.putelement modification of system
21890: classes prevented
21891:
21892: 2001-07-11 parser
21893:
21894: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21895: table $piece
21896:
21897: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21898: types/pa_vstateless_class.h: $file created by file:state +=
21899: .atime .mtime .ctime +found&fixed bug with exceptions on
21900: get_junction-created objects [they were on wrong pool]
21901:
21902: 2001-07-09 parser
21903:
21904: * src/main/untaint.C: qp wrong name
21905:
21906: * src/: classes/date.C, classes/string.C, classes/table.C,
21907: main/compile.y: date format 0
21908:
21909: 2001-07-07 parser
21910:
21911: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21912: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21913: roll table calendar
21914:
21915: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21916: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21917: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21918: include/pa_request.h, main/main.dsp, types/pa_value.h,
21919: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21920: string. todo: sql, calendar
21921:
21922: 2001-07-06 parser
21923:
21924: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21925: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21926:
21927: 2001-07-03 parser
21928:
21929: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21930: classes/random.C, main/main.dsp: class random renamed to math,
21931: operators became methods
21932:
21933: * src/classes/op.C: pow sqrt
21934:
21935: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21936:
21937: 2001-07-02 parser
21938:
21939: * src/classes/table.C: ^table.columns column renamed from 'name' to
21940: 'column'
21941:
21942: * src/classes/hash.C: ^hash.keys[]
21943:
21944: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21945:
21946: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21947: 'strings'
21948:
21949: 2001-06-29 parser
21950:
21951: * src/main/: execute.C: /0 %0 checkes ver 2
21952:
21953: * src/main/execute.C: /0 %0 checke
21954:
21955: * src/classes/Makefile.am: nothing - void
21956:
21957: * src/classes/table.C: empty strings @ sql
21958:
21959: 2001-06-28 parser
21960:
21961: * src/: classes/double.C, classes/file.C, classes/form.C,
21962: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21963: classes/op.C, classes/random.C, classes/response.C,
21964: classes/string.C, classes/table.C, classes/void.C,
21965: main/compile.C, main/compile_tools.C, main/execute.C,
21966: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21967: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21968: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21969: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21970: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21971: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21972: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21973: $";
21974:
21975: * src/: classes/double.C, classes/file.C, classes/form.C,
21976: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21977: classes/op.C, classes/random.C, classes/response.C,
21978: classes/string.C, classes/table.C, classes/void.C,
21979: main/compile.C, main/compile.y, main/compile_tools.C,
21980: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21981: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21982: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21983: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21984: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21985: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21986:
21987: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21988: $class:name: == ${class:name}:
21989:
21990: * src/classes/string.C: exactly one
21991:
21992: 2001-06-27 parser
21993:
21994: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21995: types/pa_vvoid.h: nothing renamed to void
21996:
21997: * src/classes/op.C: ^switch ^case
21998:
21999: * src/main/compile.y: nothing renamed to void
22000:
22001: * src/: classes/hash.C, classes/table.C, main/compile.y,
22002: main/execute.C, main/main.dsp, main/pa_request.C,
22003: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22004: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22005: void
22006:
22007: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22008:
22009: 2001-05-28 parser
22010:
22011: * src/doc/html2chm.cmd: removed >a
22012:
22013: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22014: project options [some bugs]
22015:
22016: * src/doc/sources2html.cmd: z
22017:
22018: * src/: classes/classes.C, main/compile.C, main/compile.y,
22019: main/execute.C: operators are not in root class again
22020:
22021: 2001-05-24 parser
22022:
22023: * src/targets/cgi/parser3.dsp: project file
22024:
22025: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22026: ^log ^exp
22027:
22028: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22029: conversions in @exception[params]
22030:
22031: * src/main/pa_request.C: // no _ conversions in @exception[params]
22032:
22033: 2001-05-23 parser
22034:
22035: * src/main/pa_string.C: string cmp bug
22036:
22037: * src/classes/: mail.C, op.C: rem max 1000
22038:
22039: * src/: classes/op.C, main/compile.y: allow one empty line before
22040: LS_DEF_NAME
22041:
22042: 2001-05-22 parser
22043:
22044: * src/classes/op.C: if params code-required
22045:
22046: 2001-05-21 parser
22047:
22048: * src/types/pa_vstring.C: eoleof
22049:
22050: * src/classes/Makefile.am: .AM
22051:
22052: * src/classes/nothing.C: resultless ^sql moved to nothing:
22053:
22054: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22055:
22056: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22057: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22058: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22059: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22060: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22061: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22062: 'nothing'
22063:
22064: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22065: vstring::set_string
22066:
22067: * src/classes/: double.C, int.C, string.C: int,double;sql
22068:
22069: * src/: classes/hash.C, classes/int.C, classes/string.C,
22070: classes/table.C, include/pa_string.h, main/pa_string.C,
22071: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22072:
22073: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22074: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22075: hash:sql moved to main trunc. operators.txt updated
22076:
22077: * src/classes/: hash.C, op.C, table.C: hash:sql
22078:
22079: * src/classes/op.C: z
22080:
22081: * src/: main/compile.C, classes/classes.C: 1
22082:
22083: * src/: classes/classes.C, main/compile.C, main/compile.y,
22084: main/execute.C: 0
22085:
22086: * src/main/execute.C: z
22087:
22088: * src/targets/cgi/parser3.C: z
22089:
22090: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22091: site_auto_path "." in that case
22092:
22093: * src/targets/cgi/: parser3.C: z
22094:
22095: * src/main/pa_request.C: .am
22096:
22097: * src/: main/pa_request.C, targets/cgi/parser3.C:
22098: pcre_tables=pcre_default_tables;
22099:
22100: 2001-05-19 parser
22101:
22102: * src/main/pa_string.C: z
22103:
22104: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22105: introducing String::cstr_bufsize, returns just size+1 for as_is
22106: target.
22107:
22108: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22109: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22110: used, 4* mem wasted
22111:
22112: * src/classes/string.C: root context in match replace body now
22113: unchanged
22114:
22115: * src/types/pa_value.h: parameter # 1 based
22116:
22117: * src/main/pa_common.C: common: actual filename '%s'
22118:
22119: * src/classes/string.C: z
22120:
22121: * src/classes/Makefile.am: classes/.am
22122:
22123: * src/classes/: Makefile.am: classes/.am
22124:
22125: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22126: targets/cgi/pa_pool.C: classes/.am
22127:
22128: 2001-05-18 parser
22129:
1.116 moko 22130: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22131: pa_threads.C ins
1.95 moko 22132:
22133: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22134:
22135: 2001-05-17 parser
22136:
22137: * src/: classes/string.C, include/pa_config_fixed.h,
22138: include/pa_config_includes.h, main/compile.y,
22139: main/compile_tools.h, main/execute.C, main/pa_array.C,
22140: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22141: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22142: types/pa_vform.C: #include "pa_config_includes.h" removed from
22143: most .C
22144:
22145: * src/doc/html2chm.cmd: z
22146:
22147: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22148: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22149:
22150: * src/main/pa_sql_driver_manager.C: moved expiration to
22151: get_connection_from_cache
22152:
22153: * src/main/pa_sql_driver_manager.C: cache expiration bf
22154:
22155: * src/: classes/classes.h, include/pa_sql_connection.h,
22156: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22157: cache expiration[use SQL_Driver::disconnect]
22158:
22159: * src/main/pa_table.C: table.locate current restored on "not found"
22160:
22161: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22162: line no
22163:
22164: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22165: ANTI_ENDLESS_EXECUTE_RECOURSION
22166:
22167: * src/: classes/op.C, include/pa_sql_connection.h,
22168: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22169: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22170: 1driver and set_services fight for driver::fservices. before fix
22171:
22172: * src/: classes/op.C, include/pa_config_fixed.h,
22173: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22174: main/pa_sql_driver_manager.C: found problem at last: 2connections
22175: own 1driver and set_services fight for driver::fservices. before
22176: fix
22177:
22178: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22179: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22180: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22181: pa_threads.C
22182:
22183: * src/include/pa_threads.h: removed targets/parser
22184:
22185: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22186: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22187: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22188: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22189: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22190: headers
22191:
22192: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22193: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22194: order prevented sqlmanager to see MULTYTHREAD define
22195:
22196: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22197: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22198: put/gets
22199:
22200: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22201: from hash.h
22202:
22203: * src/: classes/op.C, include/pa_sql_connection.h,
22204: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22205: from cache ->set_services(&services);
22206:
22207: 2001-05-16 parser
22208:
22209: * src/targets/cgi/parser3.C: z
22210:
22211: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22212: debug, #ifdefed some. would debug later, on more precise sample
22213: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22214: $name.$tail[$tail!] $name.$tail } ok3
22215:
22216: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22217: removed array debug. before vstring rebasing
22218:
22219: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22220: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22221: array debugged; adjusted
22222:
22223: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22224: SQL_Driver_manager line no for connect/charset errors
22225:
22226: 2001-05-15 parser
22227:
22228: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22229: main/pa_string.C: string+array made linear grows
22230:
22231: * src/: include/pa_string.h, main/pa_string.C,
22232: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22233: grow lineary, not exponentialy
22234:
22235: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22236: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22237: with fullchunk cmps
22238:
22239: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22240: 70041= 81
22241:
22242: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22243: targets/cgi/parser3.C: detected huge mem allocation: size/times
22244: malloc 27809390/368771, calloc 3232/83. would test now
22245:
22246: * src/: classes/random.C, main/compile.y, main/execute.C,
22247: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22248: numbered params had wrong name - for instance: bad error message
22249: in ^for[] bad body type. fixed
22250:
22251: 2001-05-14 parser
22252:
22253: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22254: main/untaint.C: ^string.upper|lower[]
22255:
22256: 2001-05-11 parser
22257:
22258: * src/: classes/double.C, classes/image.C, classes/op.C,
22259: classes/string.C, classes/table.C, classes/unknown.C,
22260: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22261: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22262: types/pa_vunknown.h: op: MAX_LOOPS as_int
22263:
22264: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22265: .dsp for win32tools
22266:
22267: 2001-05-11 paf
22268:
22269: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22270: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22271: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22272: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22273:
22274: 2001-05-10 paf
22275:
22276: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22277: for C++, that's all
22278:
1.116 moko 22279: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22280: pa_config_includes.h: inline wonders
1.95 moko 22281:
22282: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22283: doc/doxygen.cmd: hash.C added
22284:
22285: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22286:
22287: * src/main/compile.y: @end grammar: allowed zero strings in control
22288: menthod
22289:
22290: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22291: pa_vstateless_object.h: changed priority: field before method
22292: lookup in vclass & vobject
22293:
22294: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22295: grammar: priorities changes [lowerd && prior] vobject: now first
22296: fields, next methods
22297:
22298: 2001-05-08 paf
22299:
22300: * src/main/pa_table.C: table columnname2item on nameless ignored
22301: bark=false. fixed
22302:
22303: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22304: types/pa_vmethod_frame.h: hash:default works at last!
22305:
22306: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22307: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22308: hash:default
22309:
22310: * src/classes/table.C: z
22311:
22312: * src/classes/table.C: table:hash always hash of hash now
22313:
22314: * src/classes/table.C: table:empty return bool now
22315:
22316: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22317: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22318: types/pa_vtable.h: table:hash
22319:
22320: * src/classes/table.C: table:record have name
22321:
22322: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22323: returns vunknown
22324:
22325: * src/classes/: double.C, int.C, op.C, string.C:
22326: int,double,string:int[] double[] string:length[] results now have
22327: hames
22328:
22329: * src/: classes/op.C, classes/table.C, main/main.dsp,
22330: types/pa_vtable.h: removed table:find. table:locate and op:eval
22331: now return bool
22332:
22333: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22334: in method checkparams again. fixed
22335:
22336: 2001-05-07 paf
22337:
22338: * src/doc/chm.cmd: cmd
22339:
22340: * src/: classes/image.C, classes/mail.C, classes/string.C,
22341: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22342: types/pa_value.h: method reported errors on wrong pool
22343:
22344: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22345: now
22346:
22347: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22348: include/code.h, include/pa_opcode.h, main/compile.C,
22349: main/compile_tools.h, main/execute.C, types/pa_value.h,
22350: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22351: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22352: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22353: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22354: types/pa_vmethod_frame.h, types/pa_vobject.h,
22355: types/pa_vrequest.h, types/pa_vresponse.h,
22356: types/pa_vstateless_class.h, types/pa_vstring.h,
22357: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22358: types/pa_wwrapper.h: pa_code.h
22359:
22360: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22361:
22362: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22363: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22364: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22365: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22366: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22367: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22368: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22369: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22370: types/pa_vtable.h: dox, split by not clean parts also
22371:
22372: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22373: types/pa_vtable.h: table: fields, then methods. so to enable
22374: 'dir' fields & co. more
22375:
22376: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22377: so to enable 'dir' fields & co.
22378:
22379: * src/main/compile.y: grammar: @end
22380:
22381: 2001-05-04 paf
22382:
22383: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22384: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22385:
22386: * src/: classes/classes.h, classes/double.C, classes/file.C,
22387: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22388: classes/op.C, classes/random.C, classes/response.C,
22389: classes/string.C, classes/table.C, classes/unknown.C,
22390: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22391: method dox
22392:
22393: 2001-05-03 paf
22394:
22395: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22396: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22397: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22398: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22399: doc/string.dox, doc/targets.dox, doc/value.dox,
22400: main/pa_request.C: dox splitted .dox files and added some
22401:
22402: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22403:
22404: 2001-05-02 paf
22405:
22406: * src/classes/: image.C, table.C: table:dir result are not tainted
22407: by file_name language now
22408:
22409: 2001-04-28 paf
22410:
22411: * src/classes/classes.inc: removed classes.inc
22412:
22413: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22414: from .am
22415:
22416: * src/classes/classes.awk: skipped classes in .awk
22417:
22418: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22419: classes/classes.inc, classes/double.C, classes/file.C,
22420: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22421: classes/string.C, classes/table.C, classes/unknown.C,
22422: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22423: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22424: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22425: pa_methoded back to classes/classes.h
22426:
22427: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22428:
22429: * src/: classes/Makefile.am, classes/classes.awk,
22430: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22431: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22432:
22433: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22434: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22435: classes/response.C, classes/string.C, classes/table.C,
22436: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22437: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22438: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22439: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22440: include|main/pa_methoded
22441:
22442: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22443: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22444:
22445: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22446: moved some configured data to request::classes_conf moved some
22447: string crations from globals to M... [works]
22448:
22449: * src/: classes/form.C, classes/mail.C, classes/op.C,
22450: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22451: main/pa_request.C: moved some configured data to
22452: request::classes_conf moved some string crations from globals to
22453: M...
22454:
22455: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22456: about to move configured data to special request hash
22457:
22458: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22459: classes/form.C, classes/mail.C, include/pa_request.h,
22460: main/pa_request.C: configure started
22461:
22462: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22463: 2. todo: methoded-configure
22464:
22465: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22466: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22467: classes/_random.h, classes/_response.h, classes/_string.h,
22468: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22469: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22470: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22471: classes/random.C, classes/response.C, classes/string.C,
22472: classes/table.C, classes/unknown.C, include/pa_globals.h,
22473: include/pa_request.h, main/compile.y, main/execute.C,
22474: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22475: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22476: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22477: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22478: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22479: types/pa_vrequest.h, types/pa_vresponse.h,
22480: types/pa_vstateless_class.h, types/pa_vstring.h,
22481: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22482: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22483: methoded-configure
22484:
22485: * src/: classes/file.C, classes/table.C, main/compile.y,
22486: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22487: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22488: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22489:
22490: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22491: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22492: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22493: classes/random.C, classes/response.C, classes/string.C,
22494: classes/table.C, classes/unknown.C, include/pa_request.h,
22495: main/compile.y, main/execute.C, main/pa_globals.C,
22496: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22497: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22498: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22499: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22500: beautifying just compiled. todo: debug, configure
22501:
22502: 2001-04-27 paf
22503:
22504: * src/: classes/file.C, classes/image.C, classes/table.C,
22505: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22506: beautifying -99
22507:
22508: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22509: classes/_response.h, classes/_unknown.h, classes/classes.C,
22510: classes/classes.h, classes/double.C, classes/file.C,
22511: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22512: classes/op.C, classes/random.C, classes/response.C,
22513: classes/string.C, include/pa_globals.h, main/main.dsp,
22514: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22515: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22516: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22517: types/pa_vunknown.h: beautifying -100
22518:
22519: * src/main/compile.y: serge@ found @CLASS bug. fixed
22520:
22521: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22522: classes/_op.h, classes/_random.h, classes/_table.h,
22523: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22524: classes/op.C, classes/random.C, classes/response.C,
22525: classes/string.C, classes/table.C, classes/unknown.C,
22526: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22527: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22528: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22529: beautifying
22530:
22531: 2001-04-26 paf
22532:
22533: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22534:
22535: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22536: documentation ++
22537:
22538: * src/: classes/_exec.h, doc/doxygen.cfg,
22539: include/pa_config_fixed.h, include/pa_config_includes.h,
22540: targets/cgi/pa_pool.C: code documentation ++
22541:
22542: * src/: classes/_image.h, classes/op.C, classes/random.C,
22543: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22544: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22545: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22546: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22547: types/pa_vmethod_frame.h, types/pa_vobject.h,
22548: types/pa_vrequest.C, types/pa_vrequest.h,
22549: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22550: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22551: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22552: code documentation ++
22553:
22554: * src/: classes/image.C, classes/mail.C, classes/string.C,
22555: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22556: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22557: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22558: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22559: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22560: types/pa_vobject.h, types/pa_vstateless_class.h,
22561: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22562:
22563: * src/main/: pa_request.C, pa_string.C: z
22564:
22565: * src/: include/pa_common.h, include/pa_types.h,
22566: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22567: connection caching fixed. request-pooled-url were stored into
22568: global connectioncache
22569:
22570: 2001-04-25 paf
22571:
22572: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22573: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22574:
22575: * src/: include/code.h, include/pa_common.h, main/compile.y,
22576: main/execute.C, main/pa_common.C: -d
22577:
22578: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22579: illegal call check a bit improved, but still under iis no mapping
22580: of dir with parser allowed!
22581:
22582: 2001-04-24 paf
22583:
22584: * src/targets/Makefile.am: apache module lib .am
22585:
22586: * src/main/pa_exec.C: windows32 buildCommand
22587:
22588: 2001-04-23 paf
22589:
22590: * src/targets/cgi/Makefile.am: win32 conditional
22591:
22592: * src/targets/cgi/Makefile.am: win32 conditional
22593:
22594: * src/targets/cgi/Makefile.am: liblink
22595:
22596: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22597: vfile fields return type
22598:
22599: * src/types/pa_vfile.h: vfile fields return type
22600:
22601: * src/include/pa_config_auto.h.in: .h.in
22602:
22603: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22604: types/Makefile: makefiles removed
22605:
22606: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22607: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22608:
22609: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22610: [tested: i & g ]
22611:
22612: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22613: @test noticed series in isapi, check how initialize_random_class
22614: is called! [must be called only once]
22615:
22616: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22617: would not be 'unknown column'
22618:
22619: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22620: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22621:
22622: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22623: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22624: [now doesnt]
22625:
22626: * src/targets/cgi/parser3.C: cgi cmdline ver
22627:
22628: * src/targets/cgi/parser3.C: cgi /// @test disable
22629: /cgi-bin/parser3/auto.p
22630:
22631: * src/main/untaint.C: untaint without charset
22632:
22633: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22634: main/pa_common.C: common: file_write /// @test mkdirs
22635: file_delete rmdirs
22636:
22637: * src/main/untaint.C: mail header only once to =?
22638:
22639: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22640: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22641: main/untaint.C: untaint - @test optimize whitespaces for
22642: all but 'html'
22643:
22644: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22645: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22646: main/untaint.C: untaint - @test mail-header
22647:
22648: 2001-04-20 paf
22649:
22650: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22651: include/pa_request.h, include/pa_string.h, main/compile.y,
22652: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22653: targets/cgi/parser3.C: $MAIN:LOCALE
22654:
22655: * src/main/untaint.C: z
22656:
22657: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22658:
22659: 2001-04-19 paf
22660:
22661: * src/main/compile_tools.h: $a$b bugfix
22662:
22663: * src/targets/cgi/parser3.C: z
22664:
22665: * src/classes/file.C: z
22666:
22667: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22668: done: header to $fields. waits for header '\' tricks
22669:
22670: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22671: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22672: changed urlencode here and in untaint.C to HTTP standard's " and
22673: \" mech
22674:
22675: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22676: http://alx/~paf/ doesnt load /auto.p
22677:
22678: 2001-04-18 paf
22679:
22680: * src/main/pa_request.C: 1
22681:
22682: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22683: linux @alx
22684:
22685: 2001-04-17 paf
22686:
22687: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22688: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22689: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22690: enabled
22691:
22692: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22693: classes/_exec.h, classes/_file.h, classes/_form.h,
22694: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22695: classes/_random.h, classes/_response.h, classes/_string.h,
22696: classes/_table.h, classes/_unknown.h, classes/file.C,
22697: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22698: include/pa_config_fixed.h, include/pa_config_includes.h,
22699: include/pa_hash.h, include/pa_sql_driver_manager.h,
22700: include/pa_version.h, main/Makefile.am, main/compile.y,
22701: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22702: main/pa_sql_driver_manager.C, sql/Makefile.am,
22703: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22704: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22705: types/pa_vform.C, types/pa_vimage.h: exec @jav
22706:
22707: * src/: include/pa_sql_driver_manager.h,
22708: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22709: types/pa_vimage.h: sql driver interface now has initialize(client
22710: .so)
22711:
22712: 2001-04-16 paf
22713:
22714: * src/Makefile.am: compile2 cygwin
22715:
22716: * src/: include/pa_config_includes.h, main/pa_exec.C,
22717: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22718:
22719: * src/targets/cgi/Makefile.am: compile0 jav
22720:
22721: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22722: classes/_exec.h, classes/_file.h, classes/_form.h,
22723: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22724: classes/_random.h, classes/_response.h, classes/_string.h,
22725: classes/_table.h, classes/_unknown.h, classes/image.C,
22726: classes/mail.C, classes/op.C, classes/random.C,
22727: include/pa_config_fixed.h, include/pa_config_includes.h,
22728: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22729: main/compile.y, main/pa_common.C, main/pa_exec.C,
22730: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22731: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22732: compile-1
22733:
22734: 2001-04-15 paf
22735:
22736: * src/classes/op.C: z
22737:
22738: * src/classes/table.C: table:empty +=process
22739:
22740: * src/types/pa_value.h: MethodParams !junction
22741:
22742: * src/: classes/_string.h, classes/double.C, classes/file.C,
22743: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22744: classes/random.C, classes/response.C, classes/string.C,
22745: classes/table.C, classes/unknown.C, main/pa_request.C:
22746: MethodParams everywhere
22747:
22748: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22749: types/pa_vmethod_frame.h: MethodParams in op.C
22750:
22751: 2001-04-12 paf
22752:
22753: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22754:
22755: * src/: classes/_unknown.h, classes/unknown.C,
22756: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22757: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22758:
22759: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22760:
22761: * src/classes/image.C: image:gif now does not have params
22762:
22763: * src/classes/image.C:
22764: image:line/fill/rectangle/bar/replace/polygon/polybar
22765:
22766: * src/: classes/image.C, classes/op.C, main/execute.C,
22767: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22768: for var now written not to r.wcontext, but to r.root cleared
22769: "entered_object" state
22770:
22771: 2001-04-11 paf
22772:
22773: * src/classes/image.C: image:create image:load
22774:
22775: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22776: just compiled
22777:
22778: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22779: todo: gif without file
22780:
22781: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22782: started porting to Pooled descendant
22783:
22784: * src/: classes/image.C, main/execute.C, main/main.dsp,
22785: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22786: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22787: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22788:
22789: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22790: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22791: end. switching to python imaging lib
22792:
22793: * src/main/main.dsp: gd+smtp made separate libs
22794:
22795: * src/: include/pa_globals.h, include/pa_string.h,
22796: main/pa_common.C, main/pa_request.C, main/untaint.C,
22797: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22798: length
22799:
22800: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22801: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22802: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22803: UL_FILE_NAME of posted file name
22804:
22805: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22806: post [broke when moved post read to core]
22807:
22808: 2001-04-10 paf
22809:
22810: * src/classes/image.C: image:html done
22811:
22812: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22813:
22814: * src/classes/image.C: z
22815:
22816: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22817: forgotten!
22818:
22819: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22820: main/pa_request.C, main/pa_string.C, main/untaint.C,
22821: types/pa_vimage.h: image:measure -90
22822:
22823: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22824: classes/_int.h, classes/_mail.h, classes/_op.h,
22825: classes/_random.h, classes/_response.h, classes/_string.h,
22826: classes/_table.h, classes/file.C, classes/mail.C,
22827: include/pa_common.h, include/pa_globals.h, main/execute.C,
22828: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22829: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22830: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22831: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22832: compiled
22833:
22834: * src/classes/mail.C: minor bug with unclear from/to
22835:
22836: * src/classes/mail.C: sendmail unix skipping defaults
22837:
22838: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22839: sendmail unix added defaults
22840:
22841: * src/classes/mail.C: unix sendmail compiled. todo:testing
22842:
22843: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22844:
22845: 2001-04-09 paf
22846:
22847: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22848: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22849: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22850: targets/isapi/parser3isapi.dsp: all targets exec
22851:
22852: * src/: include/pa_sapi.h, include/pa_string.h,
22853: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22854: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22855: args in apache:util.script
22856:
22857: * src/include/pa_string.h: written but not tested exec with env for
22858: unix
22859:
22860: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22861: targets/cgi/parser3.C: exec win32 env
22862:
22863: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22864: 0
22865:
22866: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22867: main/execute.C, main/main.dsp, main/pa_globals.C,
22868: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22869: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22870:
22871: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22872: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22873:
22874: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22875: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22876:
22877: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22878: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22879: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22880: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22881: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22882: exec class just compiled. moved post read to request core
22883:
22884: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22885: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22886: main/pa_globals.C, targets/cgi/parser3.C,
22887: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22888: are already read by vform
22889:
22890: 2001-04-08 paf
22891:
22892: * src/: classes/file.C, classes/mail.C, classes/string.C,
22893: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22894: uuencode. string<<
22895:
22896: 2001-04-07 paf
22897:
22898: * src/classes/mail.C: z
22899:
22900: * src/classes/mail.C: z
22901:
22902: * src/classes/mail.C: ^mail[$attach
22903:
22904: * src/classes/mail.C: ^attach dead end
22905:
22906: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22907: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22908: targets/isapi/parser3isapi.C: mail:send 1
22909:
22910: * src/: classes/mail.C, main/pa_request.C: z
22911:
22912: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22913: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22914: compiled
22915:
22916: * src/classes/mail.C: +=
22917:
22918: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22919: prepared
22920:
22921: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22922: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22923: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22924: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22925:
22926: 2001-04-06 paf
22927:
22928: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22929: main/pa_string.C: table:dir 1
22930:
22931: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22932: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22933:
22934: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22935: classes/root.C, include/pa_globals.h, include/pa_request.h,
22936: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22937: main/pa_request.C: renamed 'root' to 'op'
22938:
22939: * src/classes/: _op.h, op.C: renamed from 'root'
22940:
22941: * src/types/pa_valiased.C: another root inherititance skipped
22942:
22943: * src/main/: compile.C, compile.y, execute.C: operators are now not
22944: root methods of parent class. just 'ROOT' class
22945:
22946: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22947: @office
22948:
22949: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22950:
22951: 2001-04-05 paf
22952:
22953: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22954: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22955: constructor flag dropped at get_method_frame and remembered into
22956: method_frame
22957:
22958: * src/: classes/file.C, classes/root.C, classes/string.C,
22959: classes/table.C, main/pa_request.C: junction to code&expression
22960: in errors
22961:
22962: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22963: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22964: $LOCALE:ctype[Russian_Russia.1251]
22965:
22966: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22967: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22968: main/pa_table.C: hash now not thread-safe.
22969:
22970: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22971: main/untaint.C: z
22972:
22973: * src/: classes/random.C, classes/root.C, classes/table.C,
22974: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22975: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22976: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22977: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22978:
22979: * src/: classes/table.C, include/pa_sql_connection.h,
22980: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22981:
22982: * src/classes/table.C: select * from hren error contains statement
22983:
22984: * src/: classes/table.C, include/pa_sql_connection.h,
22985: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22986: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22987:
22988: * src/: classes/root.C, include/pa_sql_connection.h,
22989: include/pa_sql_driver.h, main/main.dsp,
22990: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22991: services for conv memory & error reporting
22992:
22993: 2001-04-04 paf
22994:
22995: * src/doc/doxygen.cfg: z
22996:
22997: * src/include/pa_sql_driver.h: mysql connect
22998:
22999: * src/include/pa_sql_driver.h: mysql info
23000:
23001: * src/: classes/root.C, include/pa_sql_driver.h,
23002: include/pa_sql_driver_manager.h, main/main.dsp,
23003: main/pa_sql_driver_manager.C: more manager&connection&driver
23004:
23005: * src/sql/Makefile.am: forgot to add mysql client
23006:
23007: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23008: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23009: [forgot to add libltdl, added]
23010:
23011: * src/: Makefile.am, classes/root.C, classes/string.C,
23012: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23013: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23014: include/pa_string.h, include/pa_table.h, main/main.dsp,
23015: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23016: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23017: -1000 just compiled
23018:
23019: * src/: classes/random.C, classes/root.C, classes/table.C,
23020: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23021: main/pa_request.C, types/pa_vclass.h: sql frame -10
23022:
23023: 2001-04-03 paf
23024:
23025: * src/types/pa_vform.C: z
23026:
23027: * src/: classes/string.C, types/pa_vform.C: string:match replace
23028: assigned lang
23029:
23030: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23031: {}[]< empty []
23032:
23033: * src/: classes/file.C, classes/string.C, classes/table.C,
23034: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23035: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23036:
23037: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23038: string:match replace strange matches
23039:
23040: * src/classes/string.C: string:match replace 0
23041:
23042: * src/: classes/string.C, main/pa_string.C: string:match replace
23043: prepared 2
23044:
23045: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23046: string:match replace prepared
23047:
23048: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23049: string:match replace -11
23050:
23051: * src/: classes/string.C, include/pa_globals.h,
23052: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23053: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23054:
23055: * src/: classes/string.C, include/pa_globals.h,
23056: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23057: main/pa_string.C: string:match [search] -1 just compiled
23058:
23059: * src/types/pa_vstring.C: z
23060:
23061: * src/: classes/double.C, classes/file.C, classes/form.C,
23062: classes/int.C, classes/response.C, classes/root.C,
23063: classes/string.C, classes/table.C, include/pa_string.h,
23064: main/pa_string.C: string:match -10 [frame]
23065:
23066: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23067: main/pa_request.C: z
23068:
23069: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23070: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23071: todo/tests
23072:
23073: * src/include/pa_common.h: z
23074:
23075: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23076: main/pa_request.C, targets/cgi/parser3.C,
23077: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23078: content-disposition
23079:
23080: * src/: include/pa_common.h, include/pa_globals.h,
23081: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23082: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23083:
23084: * src/: include/pa_common.h, include/pa_request.h,
23085: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23086: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23087: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23088: response:body
23089:
23090: * src/classes/table.C: table:append now uses string::split
23091:
23092: * src/classes/table.C: z
23093:
23094: * src/: classes/file.C, classes/root.C, classes/string.C,
23095: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23096: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23097: include/pa_string.h, main/execute.C, main/pa_string.C,
23098: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23099: string::pos & cmp & piece bugs fixed. string::split new
23100: table:load separated from set table:set implemented with clean \n
23101: \t searches
23102:
23103: 2001-04-02 paf
23104:
23105: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23106: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23107: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23108: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23109: it in table:set/load
23110:
23111: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23112: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23113:
23114: * src/classes/random.C: random:generate 1
23115:
23116: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23117: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23118: types/pa_value.h: random:generate
23119:
23120: 2001-03-30 paf
23121:
23122: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23123: todo: table flip and append. string::pos
23124:
23125: * src/: classes/double.C, classes/file.C, classes/int.C,
23126: classes/response.C, classes/root.C, classes/string.C,
23127: classes/table.C, main/compile.y, main/execute.C,
23128: types/pa_value.h, types/pa_vstateless_class.C,
23129: types/pa_vstateless_class.h: static|dynamic|any method
23130: registration
23131:
23132: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23133: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23134: table:flip
23135:
23136: 2001-03-29 paf
23137:
23138: * src/classes/string.C: string:xsplit forgot that they must result
23139: in 1 row N column [not vice versa]
23140:
23141: * src/classes/string.C: z
23142:
23143: * src/classes/string.C: string: rsplit
23144:
23145: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23146: string: lsplit
23147:
23148: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23149: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23150: lsplit -1
23151:
23152: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23153: string: pos
23154:
23155: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23156: string: pos -1
23157:
23158: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23159: main/compile.y, main/pa_request.C, main/pa_string.C,
23160: main/untaint.C: string: left right mid
23161:
23162: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23163: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23164: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23165: and [;] are different now.
23166:
23167: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23168: main/untaint.C: pool.request undone
23169:
23170: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23171: main/untaint.C: pool.request
23172:
23173: 2001-03-28 paf
23174:
23175: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23177: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23178: $request:browser [.type .version]; unknown.get_double now = 0.
23179:
23180: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23181: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23182: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23183: types/pa_vform.C: file:load autodetection of mime-type by
23184: user-file-name
23185:
23186: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23187: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23188: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23189:
23190: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23191: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23192: write. must be self.set
23193:
23194: * src/: classes/file.C, classes/root.C, classes/table.C,
23195: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23196:
23197: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23198: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23199: types/pa_vtable.h: table:locate just compiled
23200:
23201: 2001-03-27 paf
23202:
23203: * src/main/: execute.C, pa_common.C: fixed r/w context of
23204: code-params2, fixed ntfs hardlink slow dir update
23205:
23206: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23207: types/pa_wcontext.h: fixed r/w context of code-params
23208:
23209: * src/: classes/table.C, main/execute.C: about to change junction
23210: rcontext!!
23211:
23212: * src/: classes/double.C, classes/int.C, classes/root.C,
23213: classes/string.C, classes/table.C, main/compile_tools.C,
23214: main/execute.C, main/pa_request.C, main/untaint.C,
23215: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23216: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23217: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23218: types/pa_vunknown.h: sort 0
23219:
23220: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23221: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23222: renamed to are_static_calls_disabled
23223:
23224: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23225: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23226: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23227: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23228:
23229: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23230:
23231: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23232: started table:sort fixed minor bug in #...^{
23233:
23234: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23235: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23236: decided to have as it were. stepped back. grammar: added 'in'
23237: 'is' 'lt'&co follow-space check
23238:
23239: 2001-03-26 paf
23240:
23241: * src/: classes/file.C, classes/root.C, classes/table.C,
23242: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23243: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23244: main/pa_table.C: moved ::save to pa_table. disabled @auto
23245: invocation in ^process
23246:
23247: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23248:
23249: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23250: main/pa_array.C: table:record
23251:
23252: * src/: main/untaint.C, targets/cgi/parser3.C,
23253: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23254: targets/isapi/pool_storage.h, types/pa_valiased.h,
23255: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23256: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23257: types/pa_vtable.h: z
23258:
23259: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23260: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23261: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23262: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23263: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23264: method realisations on 'self' validity - they now can simply
23265: assume that 'self' is V{Proper} .
23266:
23267: 2001-03-25 paf
23268:
23269: * src/main/untaint.C: z
23270:
23271: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23272: lowlevel - it initialization could be skipped if failed in @auto.
23273: so that exception report would use some table
23274:
23275: * src/main/pa_request.C: table empty lines ignored. system-default
23276: content type assigned in output:result [can fail in main:auto and
23277: skipped normal defaults extraction]
23278:
23279: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23280: bug
23281:
23282: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23283: processing to table [except preliminary \r\n \r \n replacements
23284: to "\n"]
23285:
23286: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23287: move all the processing to table
23288:
23289: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23290: main/pa_table.C, main/untaint.C: returned table originating.
23291: useful for reporting typo table problems origin. think would be
23292: useful somewhere else
23293:
23294: * src/main/untaint.C: typo \r \r\n \n properly handled
23295:
23296: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23297: include/pa_table.h, main/compile.y, main/compile_tools.C,
23298: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23299: main/pa_string.C, main/pa_table.C, main/untaint.C,
23300: types/pa_vcookie.h: typo & typo-default
23301:
23302: 2001-03-24 paf
23303:
23304: * src/main/pa_common.C: z
23305:
23306: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23307: targets/cgi/parser3.C: html-typo 2
23308:
23309: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23310: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23311: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23312: main/execute.C, main/pa_array.C, main/pa_globals.C,
23313: main/pa_request.C, main/pa_string.C, main/untaint.C,
23314: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23315: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23316: noticed double default content-type prob. run cgi.cmd tomorrow
23317: first html-typo sample. detected << problem: they become ltlt too
23318: fast
23319:
23320: * src/main/compile.y: z
23321:
23322: * src/main/: compile.y, compile_tools.h: #comment
23323:
23324: * src/: classes/file.C, classes/root.C, classes/table.C,
23325: include/pa_common.h, include/pa_request.h, main/compile.y,
23326: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23327: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23328: stringified
23329:
23330: * src/types/pa_valiased.C: decided to String-ify file_read
23331:
23332: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23333: isapi/parser3isapi.dsp: cgi: sapi::log
23334:
23335: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23336: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23337: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23338: error log experiments failed - cgi under iis got no access to
23339: log. registereventsource simply failed with 5(illegal call) code,
23340: while worked OK as standalone executable. isapi: used
23341: HSE_APPEND_LOG_PARAMETER feature
23342:
23343: * src/: include/pa_common.h, include/pa_globals.h,
23344: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23345: targets/isapi/parser3isapi.C: fixed default content-type
23346: allocation storage
23347:
23348: * src/: include/pa_globals.h, include/pa_request.h,
23349: main/pa_globals.C, main/pa_request.C: z
23350:
23351: * src/: include/pa_array.h, include/pa_hash.h,
23352: include/pa_request.h, main/compile.y, main/pa_array.C,
23353: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23354: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23355: content-type
23356:
23357: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23358: sanity
23359:
23360: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23361: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23362: away freeze mech. no danger now for you can't do
23363: ^request:process[@new-method[] body] trick anymore. still
23364: remains $some_instance.process[@new-method[] possibility] but
23365: would leave it as a feature. see index for sample
23366:
23367: * src/: include/pa_common.h, main/pa_common.C,
23368: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23369: monkey every target
23370:
23371: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23372: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23373: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23374:
23375: 2001-03-23 paf
23376:
23377: * src/: include/pa_pool.h, main/pa_request.C,
23378: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23379: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23380: targets/isapi/pool_storage.h: isapi: dumb pool storage
23381:
23382: * src/targets/isapi/pa_pool.C: decided to continue with extension
23383:
23384: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23385: it would be better to rewrite as filter then to deal with pool
23386:
23387: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23388: now like in cgi, not from APPL_PHYSICAL_PATH
23389:
23390: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23391: include/pa_config_fixed.h, include/pa_config_includes.h,
23392: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23393: include/pa_version.h, main/compile.y, main/execute.C,
23394: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23395: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23396: main/untaint.C, targets/cgi/parser3.C,
23397: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23398: cgi: reinvent document_root and request_uri under iis. autoconf
23399: updated. introducing ap_config_includes
23400:
23401: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23402:
23403: * src/targets/cgi/parser3.C: cgi: only one pool now
23404:
23405: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23406: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23407: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23408: types/pa_venv.h, types/pa_vform.C: sapi made object
23409:
23410: * src/: include/pa_globals.h, main/pa_request.C,
23411: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23412: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23413: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23414:
23415: * src/: main/pa_request.C, targets/cgi/parser3.C,
23416: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23417: isapi minor env beauty
23418:
23419: * src/: main/pa_request.C, targets/cgi/parser3.C,
23420: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23421: isapi document_root 0
23422:
23423: 2001-03-22 paf
23424:
23425: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23426:
23427: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23428: isapi/parser3isapi.C: z
23429:
23430: * src/: include/pa_pool.h, main/pa_request.C,
23431: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23432:
23433: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23434: kill.pl: isapi added utils
23435:
23436: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23437: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23438: types/pa_vform.C: isapi 0
23439:
23440: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23441: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23442: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23443: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23444: started isapi
23445:
23446: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23447: some comments
23448:
23449: * src/: include/pa_globals.h, include/pa_request.h,
23450: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23451: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23452: parser_root_auto_path parser_site_auto_path
23453:
23454: * src/types/pa_vcookie.C: cookie attr decoded
23455:
23456: 2001-03-21 paf
23457:
23458: * src/targets/cgi/parser3.C: z
23459:
23460: * src/include/pa_globals.h: post. todo: config of auto.p path
23461:
23462: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23463: types/pa_venv.h: in cookie & env. todo:post
23464:
23465: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23466: classes/root.C, classes/table.C, include/pa_array.h,
23467: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23468: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23469: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23470: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23471: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23472: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23473: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23474: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23475: shifted apache branch on main trunc
23476:
23477: * src/: include/pa_common.h, include/pa_globals.h,
23478: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23479: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23480: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23481: starting mod_parser3
23482:
23483: * src/targets/cgi/parser3.C: starting mod_parser3
23484:
23485: 2001-03-20 paf
23486:
23487: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23488: targets/cgi/parser3.C: automake compiled and works. todo:make
23489: win32 ifdefs work and add ifdef unistd
23490:
23491: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23492: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23493: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23494: z
23495:
23496: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23497: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23498: locking
23499:
23500: * src/: classes/Makefile.am, types/Makefile.am: z
23501:
23502: * src/: Makefile.am, classes/file.C, classes/root.C,
23503: classes/table.C, include/pa_array.h, include/pa_request.h,
23504: include/pa_string.h, main/Makefile.am, main/execute.C,
23505: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23506: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23507: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23508: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23509:
23510: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23511: main/pa_request.C, types/pa_vfile.h: ^table:save
23512:
23513: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23514: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23515: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23516: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23517: types/pa_vform.h: z
23518:
23519: * src/include/pa_string.h: z
23520:
23521: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23522: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23523: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23524: :Value
23525:
23526: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23527: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23528: :VStateless_object
23529:
23530: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23531: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23532: :VStateless_object
23533:
23534: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23535: types/pa_valiased.C, types/pa_vform.h: commented VForm
23536:
23537: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23538: types/pa_valiased.h, types/pa_value.h,
23539: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23540: types/pa_vstateless_object.h: moved common get_element part from
23541: stateless object&class into VAliased
23542:
23543: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23544: classes/table.C, main/execute.C, main/main.dsp,
23545: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23546: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23547: now :Value
23548:
23549: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23550: main/execute.C, main/main.dsp, main/pa_globals.C,
23551: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23552:
23553: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23554: doxx
23555:
23556: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23557: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23558: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23559: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23560: and ^file:save
23561:
23562: 2001-03-19 paf
23563:
23564: * src/types/pa_vfile.C: z
23565:
23566: * src/: classes/file.C, classes/request.C, classes/table.C,
23567: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23568: main/pa_request.C, main/untaint.C, types/pa_value.h,
23569: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23570:
23571: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23572: include/pa_string.h, include/pa_table.h, main/main.dsp,
23573: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23574: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23575: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23576: classes/_file.h, classes/file.C, types/pa_vfile.C,
23577: types/pa_vfile.h: file class just compiled
23578:
23579: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23580: include/pa_table.h, include/pa_types.h, main/execute.C,
23581: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23582: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23583: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23584:
23585: * src/include/pa_pool.h: z
23586:
23587: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23588: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23589: Hash::Value to Val so to doxygen would finlly stop confusing
23590: those Value-s
23591:
23592: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23593: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23594: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23595: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23596: include/pa_types.h, main/compile.C, main/compile.y,
23597: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23598: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23599: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23600: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23601: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23602:
23603: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23604: derivates somehow unlinked. don't know why yet
23605:
23606: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23607: include/pa_string.h, include/pa_threads.h, main/compile.C,
23608: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23609: main/execute.C, main/pa_array.C, main/pa_common.C,
23610: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23611: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23612: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23613:
23614: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23615: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23616: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23617: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23618: types/pa_vrequest.h: doc: detected Value derivates prob
23619:
23620: * src/include/pa_globals.h: z
23621:
23622: * src/: classes/_request.h, classes/request.C, include/code.h,
23623: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23624: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23625: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23626: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23627: main/execute.C, main/pa_pool.C, main/pa_request.C,
23628: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23629: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23630:
23631: 2001-03-18 paf
23632:
23633: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23634: cookie: allowed access to hash-assigned
23635:
23636: * src/targets/cgi/parser3.C: z
23637:
23638: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23639: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23640: include/pa_types.h, main/main.dsp, main/pa_common.C,
23641: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23642: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23643: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23644: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23645: types/pa_vunknown.h: cookie class
23646:
23647: * src/main/pa_request.C: zero length output allowed
23648:
23649: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23650: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23651:
23652: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23653: lang switch
23654:
23655: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23656: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23657: types/pa_value.h, types/pa_vhash.h:
23658: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23659:
23660: * src/main/execute.C: z
23661:
23662: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23663: targets/cgi/parser3.C: taint[uri
23664:
23665: * src/: classes/request.C, classes/response.C, classes/root.C,
23666: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23667: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23668: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23669:
23670: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23671: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23672: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23673: types/pa_vstateless_class.C: convinient string(pool, char *src,
23674: bool tainted) ctor
23675:
23676: * src/: include/pa_hash.h, include/pa_request.h,
23677: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23678: main/pa_request.C, main/pa_string.C, main/untaint.C,
23679: targets/cgi/parser3.C: proper @exceptions params tainting
23680:
23681: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23682: response fields to header
23683:
23684: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23685: z
23686:
23687: * src/: classes/_response.h, classes/response.C,
23688: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23689: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23690: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23691: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23692: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23693: $response: 0 request::core exception rethrow
23694:
23695: 2001-03-16 paf
23696:
23697: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23698: types/pa_vrequest.h: native method' class call with less params
23699: then needed error reporting
23700:
23701: * src/: classes/_request.h, classes/request.C,
23702: include/pa_globals.h, include/pa_request.h, main/execute.C,
23703: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23704: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23705: types/pa_vrequest.h: $request : query :uri
23706:
23707: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23708: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23709: types/pa_wcontext.h: $result
23710:
23711: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23712:
23713: * src/: classes/double.C, include/code.h, main/compile.y,
23714: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23715: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23716:
23717: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23718: main/compile.y, main/execute.C, types/pa_value.h,
23719: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23720: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23721: wcontext conflict
23722:
23723: * src/: main/execute.C, types/pa_value.h,
23724: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23725: $string.field
23726:
23727: 2001-03-15 paf
23728:
23729: * src/main/pa_request.C: news sample
23730:
23731: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23732: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23733:
23734: * src/main/: compile.y, execute.C: z
23735:
23736: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23737: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23738: pre pre works
23739:
23740: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23741: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23742: fillfields just compiled
23743:
23744: 2001-03-14 paf
23745:
23746: * src/: include/pa_request.h, main/pa_request.C,
23747: targets/cgi/parser3.C: z
23748:
23749: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23750: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23751: types/pa_vstring.h: limits -1
23752:
23753: * src/: include/pa_globals.h, include/pa_request.h,
23754: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23755: main/pa_request.C, targets/cgi/parser3.C,
23756: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23757: request_info -1
23758:
23759: * src/: include/pa_globals.h, main/pa_globals.C,
23760: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23761: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23762: vform_fields_fill
23763:
23764: * src/targets/cgi/parser3.C: # if MSVC
23765:
23766: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23767: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23768:
23769: * src/targets/cgi/parser3.C: z
23770:
23771: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23772: include/pa_string.h, include/pa_types.h, main/compile.y,
23773: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23774: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23775: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23776: types/pa_vunknown.h: global handler, exceptions in parser3
23777:
23778: 2001-03-13 paf
23779:
23780: * src/: classes/form.C, main/compile.y, main/core.C,
23781: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23782: types/pa_vform.h, types/pa_vstateless_class.C,
23783: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23784: instead
23785:
23786: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23787: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23788: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23789: started cgi target
23790:
23791: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23792: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23793: before error show with parser
23794:
23795: * src/: classes/_form.h, classes/form.C, include/core.h,
23796: include/pa_request.h, main/core.C, main/pa_request.C,
23797: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23798:
23799: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23800:
23801: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23802: parser3.C: renamed targets/ parser to cgi
23803:
23804: * src/: classes/double.C, classes/env.C, classes/int.C,
23805: classes/root.C, classes/string.C, classes/table.C,
23806: include/pa_request.h, types/pa_vhash.h: z
23807:
23808: * src/: classes/_env.h, classes/env.C, classes/root.C,
23809: include/core.h, include/pa_pool.h, include/pa_request.h,
23810: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23811: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23812: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23813: [historical moment :)]
23814:
23815: * src/: include/code.h, include/pa_string.h, main/compile.y,
23816: main/execute.C, main/pa_string.C: 'value is type' expr operator
23817:
23818: * src/types/pa_venv.h: $ENV 1
23819:
23820: * src/main/execute.C: z
23821:
23822: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23823: future methods of ENV constructor if
23824:
23825: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23826: class
23827:
23828: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23829: classes/_root.h, classes/_string.h, classes/_table.h,
23830: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23831: classes/string.C, classes/table.C, include/pa_request.h,
23832: main/compile.C, main/compile_tools.h, main/core.C,
23833: main/execute.C, main/main.dsp, main/pa_request.C,
23834: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23835: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23836: types/pa_vobject.h, types/pa_vstateless_class.C,
23837: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23838: types/pa_wcontext.h: $ENV: re 0, stateless classes
23839:
23840: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23841: classes/_root.h, classes/_string.h, classes/_table.h,
23842: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23843: classes/string.C, classes/table.C, include/pa_request.h,
23844: main/compile.C, main/compile_tools.h, main/core.C,
23845: main/execute.C, main/main.dsp, main/pa_request.C,
23846: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23847: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23848: types/pa_vobject.h, types/pa_vstateless_class.C,
23849: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23850: types/pa_wcontext.h: $ENV: re 0, stateless classes
23851:
23852: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23853: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23854: yesterdays bad decision on execute_static_method
23855:
23856: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23857:
23858: * src/: classes/double.C, classes/int.C, classes/root.C,
23859: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23860:
23861: * src/main/pa_request.C: z
23862:
23863: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23864: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23865:
23866: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23867: include/pa_pool.h, main/pa_request.C:
23868: restructure_exceptions_dead_end
23869:
23870: * src/: classes/root.C, main/compile.y: ^if required junctions.
23871: allowed ; inside {} to break params
23872:
23873: * src/classes/root.C: ^eval
23874:
23875: * src/: classes/_string.h, classes/double.C, classes/int.C,
23876: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23877: string ^format
23878:
23879: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23880: 'bad' but not 'enough'
23881:
23882: * src/: classes/double.C, classes/root.C, classes/table.C,
23883: include/pa_common.h, include/pa_types.h, main/compile.y,
23884: main/pa_common.C, main/pa_request.C, main/untaint.C,
23885: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23886: types/pa_wwrapper.h: think constructing flag as is is bad
23887:
23888: * src/: classes/double.C, classes/int.C, classes/root.C,
23889: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23890: types/pa_vint.h: ^for
23891:
23892: 2001-03-12 paf
23893:
23894: * src/classes/table.C: table ^empty
23895:
23896: * src/: classes/table.C, include/pa_table.h: table ^menu
23897:
23898: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23899: ^offset ^line ^count
23900:
23901: * src/classes/root.C: ^round() ^floor() ^ceiling()
23902: ^abs() ^sign()
23903:
23904: * src/classes/: root.C, table.C: ^use
23905:
23906: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23907: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23908: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23909: ^while. switched off wcontext.constructing after write(value) or
23910: auto-vhash-constructing
23911:
23912: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23913: main/pa_request.C: fail_if_junction_ helper func
23914:
23915: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23916: include/pa_request.h, main/execute.C, main/main.dsp,
23917: main/pa_common.C, main/pa_request.C: ^process error point by
23918: actual method_name, not source. ^load
23919:
23920: * src/types/pa_vtable.h: table: no, better with string in cells...
23921:
23922: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23923: classes/_table.h, classes/table.C, main/untaint.C: z
23924:
23925: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23926: include/pa_table.h, main/core.C, main/execute.C,
23927: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23928: types/pa_value.h: table:set 0
23929:
23930: * src/: classes/root.C, include/core.h, include/pa_array.h,
23931: include/pa_request.h, include/pa_table.h, main/core.C,
23932: main/main.dsp, main/pa_request.C, main/pa_table.C,
23933: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23934: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23935: types/pa_vstring.h: freeze, ^table:create[] -1
23936:
23937: * src/: classes/root.C, types/pa_value.h: z
23938:
23939: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23940: get_method in couple places optimizing them
23941:
23942: * src/classes/root.C: z
23943:
23944: * src/: classes/root.C, types/pa_vclass.h: process temp main
23945: zeroing
23946:
23947: * src/: classes/double.C, classes/int.C, classes/root.C,
23948: classes/string.C, include/pa_common.h, include/pa_request.h,
23949: include/pa_string.h, include/pa_types.h, main/compile.C,
23950: main/compile.y, main/compile_tools.h, main/execute.C,
23951: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23952: types/pa_vmframe.h: ^process. actual names to store param and
23953: check_actual_numbered_params for better place diagnostics
23954:
23955: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23956: method-junctions bug fixed
23957:
23958: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23959: pa_vstateless_object.h, pa_vstring.h: stateless_object
23960:
23961: 2001-03-11 paf
23962:
23963: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23964: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23965: VDouble VInt base now VObject_base - without fields
23966:
23967: * src/: classes/root.C, include/core.h, main/core.C: z
23968:
23969: * src/: classes/double.C, classes/int.C, classes/root.C,
23970: classes/string.C, include/core.h, include/pa_hash.h,
23971: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23972: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23973:
23974: * src/: classes/double.C, classes/int.C, classes/root.C,
23975: include/pa_request.h, main/execute.C: intercept_string
23976:
23977: * src/: classes/double.C, classes/int.C, classes/root.C,
23978: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23979:
23980: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23981: ^inc-s(expr)
23982:
23983: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23984: classes/_root.h, classes/_string.h, classes/double.C,
23985: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23986: include/code.h, include/core.h, include/pa_array.h,
23987: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23988: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23989: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23990: include/pa_types.h, main/compile.C, main/compile.y,
23991: main/compile_tools.C, main/compile_tools.h, main/core.C,
23992: main/execute.C, main/pa_array.C, main/pa_common.C,
23993: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23994: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23995: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23996: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23997: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23998: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23999: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24000: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24001:
24002: * src/: main/pa_request.C, types/pa_vhash.h: z
24003:
24004: * src/: include/core.h, include/pa_request.h, main/core.C,
24005: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24006:
24007: * src/: include/pa_valiased.h, include/pa_value.h,
24008: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24009: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24010: include/pa_vjunction.h, include/pa_vmframe.h,
24011: include/pa_vobject.h, include/pa_vstring.h,
24012: include/pa_vunknown.h, include/pa_wcontext.h,
24013: include/pa_wwrapper.h, main/compile.y, main/core.C,
24014: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24015: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24016: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24017: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24018: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24019: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24020: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24021: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24022: include/
24023:
24024: 2001-03-10 paf
24025:
24026: * src/: include/core.h, include/pa_request.h, main/core.C,
24027: main/pa_request.C: run+auto=run
24028:
24029: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24030:
24031: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24032: classes/_root.h, classes/_string.h, classes/double.C,
24033: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24034: include/code.h, include/core.h, include/pa_array.h,
24035: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24036: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24037: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24038: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24039: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24040: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24041: include/pa_vjunction.h, include/pa_vmframe.h,
24042: include/pa_vobject.h, include/pa_vstring.h,
24043: include/pa_vunknown.h, include/pa_wcontext.h,
24044: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24045: main/compile_tools.C, main/compile_tools.h, main/core.C,
24046: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24047: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24048: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24049: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24050: main/pa_wcontext.C: sources header
24051:
24052: * src/main/pa_request.C: auto..
24053:
24054: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24055: main/pa_request.C: auto tree0
24056:
24057: * src/: include/core.h, include/pa_request.h, main/compile.y,
24058: main/core.C, main/pa_request.C: names to core.C
24059:
24060: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24061: include/pa_request.h, main/core.C, main/execute.C,
24062: main/pa_common.C, main/pa_request.C: root auto.p loaded
24063:
24064: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24065: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24066: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24067: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24068:
24069: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24070: @auto[] realised. auto.p scan togo
24071:
24072: * src/: include/pa_request.h, main/execute.C: autocalc
24073: code-junctions result now have names
24074:
24075: * src/: classes/double.C, classes/int.C, classes/root.C,
24076: classes/string.C, include/pa_request.h, include/pa_string.h,
24077: include/pa_wcontext.h, main/compile.y, main/execute.C,
24078: main/pa_string.C, main/pa_wcontext.C: tainting 0
24079:
24080: * src/classes/env.C: env:file/line
24081:
24082: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24083: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24084: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24085: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24086: main/compile_tools.C, main/compile_tools.h, main/core.C,
24087: main/execute.C, main/main.dsp, main/pa_cframe.C,
24088: main/pa_request.C, main/pa_wcontext.C: const fight finished
24089:
24090: * src/include/pa_vclass.h: const fight to go
24091:
24092: * src/: classes/_env.h, classes/env.C, classes/root.C,
24093: include/pa_request.h, include/pa_vclass.h, main/core.C,
24094: main/main.dsp: env0
24095:
24096: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24097: classes/_string.h, classes/double.C, classes/int.C,
24098: classes/root.C, classes/string.C, include/pa_request.h,
24099: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24100: include/pa_wcontext.h, main/core.C, main/main.dsp,
24101: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24102: main/pa_wcontext.C: ^lang prepare0
24103:
24104: 2001-03-09 paf
24105:
24106: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24107: construct proper naming
24108:
24109: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24110: classes/double.C, classes/int.C, classes/root.C,
24111: classes/string.C, include/code.h, include/pa_value.h,
24112: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24113: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24114: main/compile.y, main/compile_tools.C, main/core.C,
24115: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24116: and ^double[]. fixed expr type
24117:
24118: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24119: ^string.length[]
24120:
24121: 2001-03-08 paf
24122:
24123: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24124:
24125: * src/: include/pa_vclass.h, include/pa_vstring.h,
24126: include/pa_wcontext.h, main/compile.y, main/core.C,
24127: main/execute.C, main/main.dsp: dead end: vstring can't be
24128: derivated from vobject
24129:
24130: * src/: include/pa_vclass.h, include/pa_vhash.h,
24131: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24132:
24133: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24134: remained clone conseqs
24135:
24136: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24137:
24138: * src/main/pa_vclass.C: wow! vclass were out of vcs
24139:
24140: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24141: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24142: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24143: include/pa_vobject.h, include/pa_vstring.h,
24144: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24145: main/execute.C: withoud cloning. didn't need it actually, params
24146: got passed from out unnamed ewpool
24147:
24148: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24149: include/pa_vjunction.h, include/pa_vobject.h,
24150: include/pa_vunknown.h, main/compile.y: cloning dead end
24151:
24152: * src/: include/pa_bool.h, include/pa_double.h,
24153: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24154: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24155: include/pa_vjunction.h, include/pa_vmframe.h,
24156: include/pa_vobject.h, include/pa_vstring.h,
24157: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24158: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24159: to give params proper names
24160:
24161: * src/main/pa_wcontext.C: z
24162:
24163: * src/: include/pa_vmframe.h, main/execute.C: added names to
24164: unknown values in get_element and unfilled params. removed wrong
24165: name change in get_element
24166:
24167: * src/main/execute.C: z
24168:
24169: * src/main/execute.C: fixed problems calling operators in
24170: constructors
24171:
24172: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24173: detected problems calling operators in constructors
24174:
24175: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24176: autocalc def to string
24177:
24178: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24179: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24180:
24181: * src/classes/root.C: added root.c
24182:
24183: * src/: include/pa_request.h, include/pa_value.h,
24184: include/pa_vcframe.h, include/pa_vmframe.h,
24185: include/pa_wcontext.h, main/compile.C, main/compile.y,
24186: main/core.C, main/execute.C, main/pa_cframe.C,
24187: main/pa_wcontext.C: 'if' just compiled
24188:
24189: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24190: include/pa_vjunction.h, include/pa_vmframe.h,
24191: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24192: main/pa_wcontext.C: z
24193:
24194: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24195: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24196: with parameter names in operator methods
24197:
24198: * src/main/compile.y: minor renamings in .y
24199:
24200: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24201: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24202: @BASE. changed 'RUN' assignment mech
24203:
24204: * src/main/execute.C: z
24205:
24206: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24207: main/compile_tools.h, main/execute.C: made class: dynamic, not
24208: static. so to enable runtime ^use
24209:
24210: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24211:
24212: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24213: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24214:
24215: * src/main/execute.C: root root in code-junction
24216:
24217: 2001-03-07 paf
24218:
24219: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24220: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24221:
24222: * src/: include/pa_stack.h, include/pa_value.h,
24223: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24224: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24225: fixed rwcontext of {} params up
24226:
24227: * src/main/: compile.y, compile_tools.h: ^func(params)
24228:
24229: * src/main/compile.y: .y priorities syntax shaped up a bit
24230:
24231: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24232: include/pa_vunknown.h, main/compile.y, main/execute.C,
24233: main/pa_hash.C: expr def in -f
24234:
24235: * src/main/: compile.y, execute.C: expr calls
24236:
24237: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24238: fixed
24239:
24240: * src/main/compile.y: expr quoted code
24241:
24242: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24243: support0
24244:
24245: * src/main/compile.y: expr string comparisons 0
24246:
24247: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24248: main/pa_string.C: just compiled lt&co
24249:
24250: * src/main/execute.C: ^var.menu{$field} problem detected. that
24251: $field not a $var.field
24252:
24253: 2001-03-06 paf
24254:
24255: * src/main/compile.y: .y expr visible-shorter
24256:
24257: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24258: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24259: logical
24260:
24261: * src/: include/pa_vstring.h, main/compile.y: problems with
24262: skipping whitespace in yylex
24263:
24264: * src/include/pa_vbool.h: forgot this
24265:
24266: * src/: include/code.h, main/compile.y, main/execute.C: without
24267: string ops in expressions 0
24268:
24269: * src/: include/pa_value.h, include/pa_vdouble.h,
24270: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24271: main/execute.C, main/main.dsp: !~
24272:
24273: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24274: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24275: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24276: include/pa_vunknown.h, include/pa_wcontext.h,
24277: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24278: main/compile_tools.h, main/execute.C: +-*/
24279:
24280: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24281: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24282:
24283: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24284: main/execute.C: expr grammar-1 2*2=4.000000 :)
24285:
24286: * src/main/compile.y: expr grammar-1
24287:
24288: * src/main/compile.y: expr lexx1
24289:
24290: * src/main/: compile.y, execute.C, main.dsp: z
24291:
24292: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24293: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24294: main/execute.C: expr lex0 exec-1
24295:
24296: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24297:
24298: 2001-02-26 paf
24299:
24300: * src/main/compile.y: max_string in yyerror bug fix
24301:
24302: 2001-02-25 paf
24303:
24304: * src/: include/pa_value.h, include/pa_vmframe.h,
24305: include/pa_wcontext.h, main/execute.C: VAliased3
24306:
24307: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24308:
24309: * src/main/execute.C: VAliased1
24310:
24311: * src/: include/pa_request.h, include/pa_value.h,
24312: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24313: VAliased0
24314:
24315: * src/: include/pa_pool.h, include/pa_request.h,
24316: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24317: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24318: VAliased just compiled
24319:
24320: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24321: include/pa_vobject.h, main/execute.C: alias dead end
24322:
24323: * src/: include/pa_value.h, include/pa_vclass.h,
24324: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24325: main/main.dsp: no not get fields into interm VFielded class.
24326: fields & staticfields 1
24327:
24328: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24329: include/pa_vobject.h, include/pa_wcontext.h,
24330: include/pa_wwrapper.h, main/core.C, main/execute.C,
24331: main/main.dsp: would now get fields into interm VFielded class
24332:
24333: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24334: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24335: include/pa_wcontext.h, main/compile.y, main/core.C,
24336: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24337: main/pa_wcontext.C: virtuals2
24338:
24339: * src/main/compile.y: : 1
24340:
24341: * src/main/compile.y: rethought to $class:static.field.subfield
24342:
24343: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24344: $class:element
24345:
24346: * src/: include/pa_value.h, include/pa_vmframe.h,
24347: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24348: main/pa_wcontext.C: before execute class calls rewrite
24349:
24350: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24351: name RUN, also alias
24352:
24353: * src/main/compile.y: escaping bug
24354:
24355: * src/: include/pa_request.h, include/pa_value.h,
24356: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24357: main/core.C, main/execute.C, main/pa_common.C: vobject1
24358:
24359: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24360: include/pa_vmframe.h, include/pa_vobject.h,
24361: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24362: main/compile_tools.h, main/execute.C: ^class:method() just
24363: compiled
24364:
24365: 2001-02-24 paf
24366:
24367: * src/main/main.dsp: no bison -d
24368:
24369: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24370: class' err msg wrong
24371:
24372: * src/main/compile.y: z
24373:
24374: * src/main/: compile.y, core.C: yylex need some @special lines adj
24375:
24376: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24377: main/compile.y, main/compile_tools.h, main/core.C: modules0
24378:
24379: * src/: include/pa_vclass.h, main/core.C: z
24380:
24381: * src/: include/pa_value.h, include/pa_vclass.h,
24382: include/pa_vobject.h, main/main.dsp: vobject00
24383:
24384: * src/main/pa_array.C: minor bug in expanding very small arrays.
24385: 60% from 1 were 0
24386:
24387: * src/: include/pa_value.h, include/pa_wcontext.h,
24388: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24389: as bad as you've named it: wcontext.value() was not a perfect
24390: idea
24391:
24392: * src/main/execute.C: codeframe1
24393:
24394: * src/: include/pa_value.h, include/pa_vcframe.h,
24395: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24396: include/pa_vjunction.h, include/pa_vmframe.h,
24397: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24398: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24399: just compiled
24400:
24401: * src/: include/pa_vframe.h, main/compile.y: found junction
24402: ideology @: ^x{$a()) must construct current wcontext element, so
24403: smart wcontext handling needed
24404:
24405: * src/main/compile.y: fixed grammar bugs in constructor/params
24406: klinch
24407:
24408: * src/main/: compile.y, execute.C: fixed empty constructor
24409: optimized empty case. failed on calls - produced empty string
24410: param
24411:
24412: * src/main/compile.y: fixed last \n macrotemplate strip bug
24413:
24414: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24415: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24416: main/compile_tools.C, main/compile_tools.h, main/core.C,
24417: main/execute.C: code junctions0. something wrong with last \n
24418: macrotemplate strip
24419:
24420: * src/: include/pa_value.h, main/compile.C, main/core.C,
24421: main/pa_value.C: minor error reporting format beautifyings
24422:
24423: * src/: include/pa_value.h, include/pa_vclass.h,
24424: include/pa_vframe.h, main/core.C, main/execute.C,
24425: main/pa_value.C: get_method RIP. junctions everywhere. call with
24426: junctions0
24427:
24428: 2001-02-23 paf
24429:
24430: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24431: pa_wwrapper.h: lara came, can't work, sorry :(
24432:
24433: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24434: junction
24435:
24436: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24437: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24438: main/execute.C, main/main.dsp, main/pa_value.C: call0
24439:
24440: * src/: include/pa_hash.h, include/pa_value.h,
24441: include/pa_wcontext.h, main/core.C, main/execute.C,
24442: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24443: done
24444:
24445: * src/include/pa_wcontext.h: z
24446:
24447: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24448: wrong grammar in complex constructor case
24449:
24450: * src/main/: compile.y, execute.C: empty constructor bug fixed
24451:
24452: * src/main/execute.C: with result rwpool
24453:
24454: * src/: include/pa_value.h, main/core.C, main/execute.C,
24455: main/main.dsp: value named
24456:
24457: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24458: strign 2 value in 2 places in execute
24459:
24460: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24461: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24462: wcontext.put_element when wcontext fvalue==0
24463:
24464: 2001-02-22 paf
24465:
24466: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24467: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24468: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24469:
24470: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24471: erroreos checkout
24472:
24473: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24474:
24475: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24476: main/compile_tools.h, main/pa_array.C: $self.get
24477:
24478: * src/main/: compile.C, compile.y, compile_tools.C: z
24479:
24480: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24481: bit. finished now.
24482:
24483: * src/main/compile.y: $: finished
24484:
24485: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24486:
24487: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24488: main/execute.C: OP_STRING better then some xxx _VALUE
24489:
24490: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24491: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24492: string to vstring it .y all
24493:
24494: * src/: include/pa_request.h, include/pa_stack.h,
24495: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24496: all
24497:
24498: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24499: precise parse error line:col
24500:
24501: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24502: main/pa_hash.C, main/pa_pool.C: TRY...
24503:
24504: * src/: include/pa_exception.h, include/pa_pool.h,
24505: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24506: main/compile.C, main/compile.y, main/compile_tools.C,
24507: main/core.C, main/pa_array.C, main/pa_exception.C,
24508: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24509: main/pa_table.C: removed exception from request
24510:
24511: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24512: some forgotten
24513:
24514: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24515: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24516: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24517: get/put simple vars to VClass works0
24518:
24519: * src/: include/pa_array.h, include/pa_wcontext.h,
24520: main/pa_string.C: in process, but found that exceptions are too
24521: global
24522:
24523: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24524: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24525: main/execute.C, main/pa_string.C: write_value write_string 0 it
24526: seems wcontext must write strings regardles of fvalue!=0
24527:
24528: 2001-02-21 paf
24529:
24530: * src/main/execute.C: tired :)
24531:
24532: * src/main/: compile.C, compile.y, execute.C: store0
24533:
24534: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24535: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24536: include/pa_wcontext.h, main/compile.C, main/compile.y,
24537: main/execute.C, main/main.dsp, main/pa_array.C,
24538: main/pa_request.C: get put -1 [just compiled]
24539:
24540: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24541: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24542: main/main.dsp, main/pa_request.C: request core methods0
24543:
24544: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24545: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24546: execute
24547:
24548: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24549: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24550: methods and one_big_piece. now compile returns array<method*>
24551:
24552: * src/main/compile.y: more straightforward yylex[end]
24553:
24554: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24555: string.operator==(char*)
24556:
24557: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24558: main/execute.C, main/pa_array.C: after array.const get wonders
24559:
24560: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24561: pa_string.h, pa_value.h: struck with const array.gets
24562:
24563: * src/main/: execute.C: z
24564:
24565: * src/main/: compile.y, execute.C: z
24566:
24567: * src/main/: compile.C, compile.y, compile_tools.h: error
24568: processing in eval & yyerror so it wouldn't cause memleaks.
24569:
24570: * src/main/: compile.C, compile.y: failed to add absolute precies
24571: parse error positions. leaving RIGHTMOST position as
24572: @file[line:col]
24573:
24574: * src/: include/compile.h, main/compile.C, main/compile.y,
24575: main/compile_tools.h: line numbers needed. would add them to .y
24576: now internally. externally it's not as precise as needed
24577:
24578: * src/: include/code.h, include/pa_types.h, main/compile.C,
24579: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24580: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24581: compiler works ok
24582:
24583: 2001-02-20 paf
24584:
24585: * src/main/: compile.C, compile.y, compile_tools.C,
24586: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24587: not perfect
24588:
24589: * src/: include/code.h, include/compile.h, include/execute.h,
24590: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24591: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24592: main/compile.C, main/compile.y, main/compile_tools.C,
24593: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24594: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24595: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24596: compiled. execute=dump for now
24597:
24598: * src/main/core.C: core rewrite using yacc investigations now will
24599: be compile[yacc]/execute[opcodes]
24600:
24601: 2001-02-15 paf
24602:
24603: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24604: rewrite as turing machine? for it seems it would be it's too many
24605: ifs with this syntax now
24606:
24607: 2001-02-14 paf
24608:
24609: * src/main/core.C: get_params 1
24610:
24611: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24612: :( ]
24613:
24614: * src/main/core.C: varios breaks
24615:
24616: * src/main/core.C: get names 3
24617:
24618: * src/main/core.C: get names 2
24619:
24620: * src/main/core.C: get names 1
24621:
24622: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24623: names 0
24624:
24625: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24626: text repassing2 operator static vars
24627:
24628: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24629: main/pa_string.C: process text repassing
24630:
24631: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24632: module:calls changes
24633:
24634: 2001-02-13 paf
24635:
24636: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24637: ^class:calls[] started
24638:
24639: * src/: include/pa_value.h, main/core.C: z
24640:
24641: * src/main/core.C: operators : and self. prefixes
24642:
24643: * src/main/core.C: z
24644:
24645: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24646: tested
24647:
24648: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24649: optimized
24650:
24651: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24652: would change privates to better support optimization
24653:
24654: * src/: include/pa_string.h, main/pa_string.C:
24655: String_iterator::skip_to todo:optimize
24656:
24657: 2001-02-12 paf
24658:
24659: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24660: String_iterator
24661:
24662: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24663: comments
24664:
24665: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24666: self/methodref joined
24667:
24668: 2001-02-11 paf
24669:
24670: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24671: main/main.dsp: core started. core.C, context&value .h
24672:
24673: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24674: include/pa_string.h, main/main.dsp, main/pa_array.C,
24675: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24676:
24677: 2001-01-30 paf
24678:
24679: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24680: comments
24681:
24682: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24683: main/pa_pool.C: moved pa_pool.C to be target specific
24684:
24685: * src/: include/pa_exception.h, include/pa_pool.h,
24686: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24687: to & changes
24688:
24689: * src/: include/pa_exception.h, include/pa_pool.h,
24690: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24691: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24692: re-associated. that's much better even removed 'die' necessety
24693:
24694: * src/: include/pa_error.h, include/pa_exception.h,
24695: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24696: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24697: targets/Makefile.am: lowered targets/parser into subdir, added
24698: parser_Pool(Pool) failed to add. would think..
24699:
24700: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24701: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24702: main/pa_string.C, main/pa_table.C: Table more like C++ style
24703: hence lots of 'const'
24704:
24705: * src/: include/pa_error.h, include/pa_request.h,
24706: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24707: main/pa_table.C: Error fixed
24708:
24709: 2001-01-29 paf
24710:
24711: * src/: include/pa_array.h, include/pa_common.h,
24712: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24713: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24714: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24715: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24716:
24717: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24718: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24719: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24720: main/pa_string.C, main/pa_table.C: Request Error Table
24721:
24722: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24723: templates"
24724:
24725: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24726: main/main.dsp, main/pa_array.C: templates failed no template
24727: specializations [VC6], no library auto instantation [VC6, GNU c++
24728: 2.95.2-6 from latest cygwin]
24729:
24730: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24731: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24732: main/main.dsp, main/pa_array.C, main/pa_string.C,
24733: main/pa_table.C: Table started would test template Array now
24734:
24735: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24736: String originating
24737:
24738: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24739: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24740: SYNCHRONIZED(thread_safe)
24741:
24742: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24743: parts to top
24744:
24745: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24746: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24747: see: needed only in global Hash now, made Hash:: put/get
24748: SYNCHRONIZED
24749:
24750: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24751: main/pa_threads.C: added pa_threads
24752:
24753: Mutex
24754:
24755: * src/include/pa_hash.h: some comments
24756:
24757: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24758: Array& operator += (Array& src)
24759:
24760: * src/main/pa_array.C: expand not convinient, would rewrite
24761:
24762: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24763: (Array& src)
24764:
24765: rethought, would change now
24766:
24767: 2001-01-27 paf
24768:
24769: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24770: caching
24771:
24772: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24773: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24774: cache rethought to chunk caching
24775:
24776: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24777: include/pa_string.h, main/main.dsp, main/pa_array.C,
24778: main/pa_hash.C, main/pa_string.C: Array 0
24779:
24780: * src/main/pa_string.C: String::operator ==
24781:
24782: * src/main/pa_hash.C: String(&String)
24783:
24784: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24785:
24786: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24787: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24788: pa_hash[forgotten]
24789:
24790: 2001-01-26 paf
24791:
24792: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24793: removed templates [vc++ suxx]
24794:
24795: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24796: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24797:
24798: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24799:
1.119 moko 24800: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24801:
1.119 moko 24802: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24803: check
24804:
24805: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24806: dynamic row_count
24807:
24808: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24809: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24810: targets/Makefile.am: Initial revision
24811:
24812: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24813: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24814: targets/Makefile.am: creating parser3 module
24815:
E-mail: