Annotation of parser3/ChangeLog, revision 1.180
1.180 ! moko 1: 2023-08-02 moko
! 2:
! 3: * tests/: results/417.processed, 417.html: test for empty string
! 4: match after last char added (related to bug #1224)
! 5:
! 6: * src/main/pa_string.C: avoid prestart++ after last char on zero
! 7: length match (related to bug #1224)
! 8:
1.179 moko 9: 2022-11-22 moko
10:
11: * tests/: 419.html, results/419.processed: test for L_URI and path
12: removeal from filename added (related to bug #1204)
13:
14: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
15: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
16: attribute value, L_URI should be used
17:
1.178 moko 18: 2022-09-21 moko
19:
20: * src/targets/cgi/parser3.C: more clear error messages
21:
22: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
23: SAPI_Info will return 0 in read_post and post_size !=
24: content_length will be thrown
25:
1.177 moko 26: 2022-08-23 moko
27:
28: * src/types/pa_vmail.C: .tables addes as .raw contains only last
29: header value
30:
31: 2022-08-22 moko
32:
33: * tests/: 418.html, results/418.processed: test for
34: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
35: to #1225)
36:
37: * src/classes/hash.C: keep old behavoir by default
38:
39: * src/classes/hash.C: ^hash_a.intersection[hash_b;
40: $.order[self|arg] ] added (implements #1215)
41:
1.176 moko 42: 2022-03-21 moko
43:
44: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
45: xmlInitCharEncodingHandlers is called in libxml static
46: initializers before gc_substitute_memory_management_functions in
47: pa_globals and thus gc may not see reference to our
48: xmlCharEncodingHandler and free it.
49:
1.175 moko 50: 2022-01-26 moko
51:
52: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
53:
1.174 moko 54: 2021-12-28 moko
55:
56: * tests/: 417.html, results/417.processed: test for empty string
57: match added (related to bug #1224)
58:
59: * src/main/pa_string.C: empty string match now works (fixes bug
60: #1224)
61:
1.173 moko 62: 2021-12-24 moko
63:
64: * tests/: 415_dir/29.p, results/415.processed: yet another test
65:
66: 2021-12-23 moko
67:
68: * src/: classes/table.C, main/pa_request.C: warnings war
69:
70: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
71: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
72:
73: 2021-12-21 moko
74:
75: * tests/: 416.html, results/416.processed: test for ^break[] in
76: ^hash/table.select[] (related to feature #1222)
77:
78: * src/classes/: hash.C, table.C: ^break[] support for
79: ^hash/table.select[] (implements feature #1222)
80:
1.172 moko 81: 2021-11-30 moko
82:
83: * src/targets/cgi/parser3.C: default sock_ready interval changed to
84: 0.5 sec
85:
1.171 moko 86: 2021-11-10 moko
87:
88: * tests/results/415.processed: more syntax errors tests added
89:
90: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
91: 28.p: minor syntax error tests
92:
93: * src/main/pa_exception.C: pa_strdup added for compatibility
94:
95: * src/classes/curl.C: hint to call ^curl:options[
96: $.library[correct.libcurl.so.name] ] added if default load fails.
97:
98: 2021-11-09 moko
99:
100: * src/main/compile.y: error message can be on stack
101:
102: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
103:
104: * src/main/pa_charset.C: memcpy is more correct and efficient in
105: this case then strncpy
106:
107: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
108: instead of strcpy where possible
109:
110: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
111: used to avoid MAX_STRING limit in Exception comment
112:
113: * tests/results/415.processed: compiler exceptions are no longer
114: limited to MAX_STRING
115:
116: * src/main/: compile.y, compile_tools.h: Parse_control uses const
117: char * instead of fixed buffer
118:
119: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
120: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
121: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
122: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
123: results/415.processed: tests for parser.compile exceptions added
124:
125: 2021-11-08 moko
126:
127: * src/: classes/math.C, include/pa_common.h, main/compile.y,
128: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
130: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
131: drawbacks
132:
1.170 moko 133: 2021-11-06 moko
134:
135: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
136: (implements feature #1219)
137:
138: * tests/: 414.html, results/414.processed: test for
139: ^hash.rename[from;to] added (related to feature #1144)
140:
141: 2021-11-05 moko
142:
143: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
144: (related to feature #1144)
145:
146: 2021-11-04 moko
147:
148: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
149: added (implements feature #1144)
150:
1.169 moko 151: 2021-10-19 moko
152:
153: * tests/: 413.html, results/413.processed: test for hash no longer
154: is accepted as file parameter (related to bug #1218)
155:
156: * src/: classes/curl.C, classes/file.C, classes/image.C,
157: classes/math.C, classes/xdoc.C, types/pa_value.C,
158: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
159: longer is accepted as file parameter (fixes bug #1218)
160:
1.168 moko 161: 2021-07-19 moko
162:
163: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
164: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
165:
1.167 moko 166: 2021-04-16 moko
167:
168: * src/types/pa_vmail.C: message can be null when e-mail is broken,
169: processing it leads to assertions.
170:
1.166 moko 171: 2021-03-25 moko
172:
173: * tests/: 412.html, results/412.processed: test to demonstrate bug
174: #1213
175:
1.165 moko 176: 2021-02-12 moko
177:
178: * tests/: 360.html, results/360.processed, results/363.processed:
179: parser method call in expression mode no longer differs from call
180: in string mode (related to feature #1211)
181:
182: 2021-02-11 moko
183:
184: * src/types/pa_vmail.C: mail parsing with Windows line endings
185: fixed (bug #1212)
186:
187: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
188: when called $v[^test[]] vs $v(^test[]), numbers are converted to
189: strings in both calls (implements feature #1211)
190:
1.164 moko 191: 2021-01-28 moko
192:
193: * buildall, etc/auto.p.in: to remove last patch in debian package
194:
195: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
196: 3.4.7b
197:
1.162 moko 198: 2021-01-21 moko
199:
200: * src/main/pa_http.C: no alarm() in file::load when web server mode
201: is MULTITHREADED
202:
1.157 moko 203: 2021-01-20 moko
204:
1.161 moko 205: * src/targets/apache/mod_parser3.c: it is more correct to recommend
206: 'a2enmod mpm_prefork'
207:
1.160 moko 208: * src/targets/apache/mod_parser3.c: prefork name is now
209: 'libapache2-mpm-itk'
210:
211: * src/targets/apache/mod_parser3_core.C: last regular malloc
212: removed
213:
1.159 moko 214: * src/targets/isapi/Makefile.am: -pa_threads.C
215:
1.158 moko 216: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
217: 3.4.6
218:
1.157 moko 219: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
220:
221: * etc/auto.p.in: @config[result] added to simplify $cfg change in
222: /httpd.p
223:
224: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
225: ^use[/httpd.p] + optional ^preprocess[] (related to feature
226: #1203)
227:
228: 2021-01-19 moko
229:
230: * buildall: --disable-parallel-mark added to avoid "number of
231: processors" threads creation for heap marking as it conflicts
232: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
233: limits threads)
234:
1.156 moko 235: 2021-01-16 moko
236:
237: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
238: main/pa_globals.C, main/pa_memory.C,
239: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
240: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
241: feature #1209)
242:
243: 2021-01-15 moko
244:
245: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
246: 3.4.6rc
247:
248: * src/classes/json.C: get_delim added for delimiter caching (10%
249: faster on large json)
250:
251: 2021-01-14 moko
252:
253: * operators.txt: updated with 3.4.6 changes
254:
255: * tests/results/224.processed: test result modified after
256: today(shift) implemented
257:
258: * tests/: 407.html, results/407.processed: test for ^hash.select
259: option $.default(bool) added (related to feature #1172)
260:
261: * src/classes/hash.C: ^hash.select option $.default(bool) added
262: (related to feature #1172)
263:
264: * tests/: 141.html, results/141.processed: test modified for
265: feature #1185.
266:
267: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
268: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
269: options $.lower(bool) (implements feature #1185)
270:
271: 2021-01-11 moko
272:
273: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
274: #1192)
275:
276: * tests/: 411.html, results/411.processed: test for ^date::today(N)
277: added (related to feature #1192)
278:
1.155 moko 279: 2021-01-05 moko
280:
281: * tests/: 270.html, results/270.processed: test modified to work
282: under Windows
283:
284: * tests/: 390.html, 395.html, results/395.processed: tests updated
285: 4 windows
286:
287: * tests/: 410.html, results/410.processed: test for
288: $CLASS-GETTER-PROTECTED(false) added
289:
290: 2021-01-04 moko
291:
292: * tests/: 409.html, results/409.processed, results/auto.p: test for
293: $MAIN:LOCALS(true) added
294:
1.154 moko 295: 2021-01-03 moko
296:
297: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
298: types/pa_vclass.h, types/pa_vstateless_class.C,
299: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
300: +LOCALS. $main -> $MAIN in exception texts (implements feature
301: #1207)
302:
303: 2021-01-02 moko
304:
305: * etc/auto.p.in: minor
306:
307: * src/main/pa_request.C: sending headers only after opening file to
308: allow error reporting if file was not opened (foreign group,
309: etc).
310:
311: 2020-12-31 moko
312:
313: * src/: include/pa_request.h, main/pa_request.C,
314: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
315:
316: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
317: main/pa_request.C: get_class_ref added and used
318:
319: * etc/auto.p.in: @CLASS httpd added
320:
321: * etc/auto.p.in: @auto[] is now first
322:
323: 2020-12-30 moko
324:
325: * tests/: 408.html, results/408.processed: test for bug #1166
326: (windows only) added
327:
328: * src/main/pa_common.C: create_dir_for_file should not create dir
329: for trailing / (fixes bug #1166)
330:
331: * tests/: 341.html, results/341.processed: tests for
332: ^nameless_table.hash[] added (related to feature #1138)
333:
334: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
335: (implements feature #1138), extra fields in named tables no
336: longer ignored (implements feature #1138)
337:
338: * tests/results/390.processed: updated after exception text change
339:
340: 2020-12-29 moko
341:
342: * tests/: 407.html, results/407.processed: +$._default check
343:
344: * src/classes/hash.C: keep $_default in ^hash.reverse[]
345:
346: * tests/: 407.html, results/407.processed: test for ^hash.select[]
347: and ^hash.reverse[] added (releated to feature #1172)
348:
349: * src/classes/hash.C:
350: ^hash.select[key;value](bool-condition)[options hash] +
351: ^hash.reverse[] added (implements feature #1172)
352:
353: * src/types/pa_vtable.h: warning war
354:
355: * src/include/pa_config_fixed.h: win32 fix
356:
1.153 moko 357: 2020-12-27 moko
358:
359: * tests/: 406.html, results/406.processed: test results updated
360:
361: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
362: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
363: spelling
364:
365: 2020-12-26 moko
366:
367: * tests/: 406.html, results/406.processed: tests for
368: ^table.rename[] added (related to feature #1148)
369:
370: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
371: ^table.rename[column name from;column name to], ^table.rename[
372: $.[column name from][column name to] ... ] added (implements
373: feature #1148)
374:
375: 2020-12-25 moko
376:
377: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
378: request_info now on stack to avoid yet another THREAD_LOCAL
379: memory deallocation issue (now with cookies), explained in #1203
380:
381: * src/types/pa_vcookie.C: fields should be inited
382:
383: 2020-12-24 moko
384:
385: * src/include/pa_stylesheet_connection.h: looks like
386: xsltFreeStylesheet leads to memory double-free. If so, it's for
387: sure libxml bug, but we have GC anyway, so we just remove this
388: call and see...
389:
390: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
391: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
392: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
393: abort.c:65:8 frame #3: 0x00000000004da663
394: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
395: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
396: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
397: malloc.c:617:9 frame #5: 0x0000000000577f0c
398: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
399: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
400: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
401: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
402: frame #8: 0x000000000050d35c
403: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
404: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
405: frame #10: 0x00000000004436e5
406: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
407: [inlined]
408: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
409: pa_stylesheet_connection.h:62:3
410:
411: 2020-12-23 moko
412:
413: * src/classes/image.C: ^image::measure[; $.video() ] option added
414:
415: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
416: ^image::measure[; $.video(true) ] added
417:
418: * src/main/pa_exec.C: not cleared automatically in multithreaded
419: httpd mode for unknown reasons
420:
421: 2020-12-22 moko
422:
423: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
424: error_log uri of currently processed document", but never used
425: and conflicts with how libgc stops threads on FreeBSD (#define
426: SIG_SUSPEND SIGUSR1), thus removed.
427:
428: 2020-12-21 moko
429:
430: * src/main/pa_request.C: +comment
431:
1.151 moko 432: 2020-12-20 moko
433:
1.152 moko 434: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
435: it is more safe to have versions of pa_strdup with one and two
436: arguments, as helper_length=0 not always mean that strlen()
437: should be called, but means zero.
438:
439: * src/targets/isapi/parser3isapi.C: minor
440:
441: * src/main/pa_http.C: +valid_http_method
442:
1.151 moko 443: * src/: include/pa_http.h, main/pa_http.C,
444: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
445:
446: 2020-12-17 moko
447:
448: * tests/: 405.html, results/405.processed: test for split by regex
449: added (related to feature #1160)
450:
451: * src/classes/string.C: split by regex implemented (feature #1160)
452:
453: * src/classes/string.C: minor
454:
455: * tests/: 404.html, results/404.processed: test for whitespace
456: string is now OK for table argument (related to feature #1169)
457:
458: * src/: classes/image.C, classes/string.C, classes/table.C,
459: types/pa_vmethod_frame.C: whitespace string is now OK for table
460: argument (as with hash) (implements feature #1169)
461:
462: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
463: limit for comment (fixes bug #1102)
464:
465: * src/targets/cgi/parser3.C: +HAVE_TLS check
466:
467: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
468:
469: * src/include/pa_config_includes.h: HAVE_TLS used
470:
471: * configure.ac: +TLS check
472:
473: * src/main/pa_http.C: content logging added
474:
475: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
476: clear_response_headers added
477:
478: 2020-12-16 moko
479:
480: * buildall: as we now use threads, libatomic_ops still required for
481: some OS.
482:
483: * src/main/pa_request.C: whitespace
484:
485: * src/: include/pa_request.h, main/pa_request.C:
486: Request::Exception_trace::table extracted and used
487:
488: * src/main/pa_request.C: moving output_result call outside of try
489: as network exceptions should not be handled by parser code
490:
491: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
492: logging network exchange
493:
494: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
495: via network if it was network write error.
496:
497: * src/targets/cgi/parser3.C: log -> pa_log
498:
499: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
500:
501: * src/main/pa_threads.C: getpid() if no gettid() found
502:
503: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
504: we need to ignore "void" connections from browsers (browsers open
505: connections in advance and they will be empty if user does not
506: request more pages)
507:
508: 2020-12-15 moko
509:
510: * src/targets/cgi/parser3.C: avoid previous uri in logs
511:
512: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
513: RequestController not needed in httpd mode
514:
515: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
516: classes/classes.h, classes/curl.C, classes/date.C,
517: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
518: classes/hashfile.C, classes/image.C, classes/inet.C,
519: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
520: classes/memcached.C, classes/memory.C, classes/op.C,
521: classes/reflection.C, classes/regex.C, classes/response.C,
522: classes/string.C, classes/table.C, classes/void.C,
523: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
524: include/pa_array.h, include/pa_base64.h,
525: include/pa_cache_managers.h, include/pa_charset.h,
526: include/pa_charsets.h, include/pa_common.h,
527: include/pa_config_fixed.h, include/pa_config_includes.h,
528: include/pa_dictionary.h, include/pa_dir.h,
529: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
530: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
531: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
532: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
533: include/pa_request_charsets.h, include/pa_request_info.h,
534: include/pa_sapi.h, include/pa_socks.h,
535: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
536: include/pa_stack.h, include/pa_string.h,
537: include/pa_stylesheet_connection.h,
538: include/pa_stylesheet_manager.h, include/pa_symbols.h,
539: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
540: include/pa_uue.h, include/pa_xml_exception.h,
541: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
542: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
543: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
544: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
545: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
546: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
547: main/compile.tab.C, main/compile.y, main/compile_tools.C,
548: main/compile_tools.h, main/execute.C, main/pa_base64.C,
549: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
550: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
551: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
552: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
553: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
554: main/pa_sql_driver_manager.C, main/pa_string.C,
555: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
556: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
557: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
558: main/untaint.C, sql/pa_sql_driver.h,
559: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
560: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
561: targets/isapi/parser3isapi.C, types/pa_junction.h,
562: types/pa_method.h, types/pa_property.h, types/pa_value.C,
563: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
564: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
565: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
566: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
567: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
568: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
569: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
570: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
571: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
572: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
573: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
574: types/pa_vmemory.h, types/pa_vmethod_frame.C,
575: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
576: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
577: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
578: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
579: types/pa_vstateless_object.h, types/pa_vstatus.C,
580: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
581: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
582: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
583: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
584: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
585:
586: * src/main/pa_request.C: old compilers support
587:
588: * tests/: 362.html, results/362.processed: test updated after
589: changes after upgrade to libxml2-2.9.9 were made (related to bug
590: #1108)
591:
592: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
593: removed, as xsltFreeStylesheet has side effects on original doc.
594: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
595: not updated after xdoc modification (part 3 of test 362).
596: (related to bug #1108)
597:
598: * src/targets/isapi/parser3isapi.C: +pa_strcat
599:
600: * src/: classes/memory.C, include/pa_memory.h,
601: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
602: PA_GC_GCOLLECT used
603:
604: * src/include/pa_memory.h: +PA_GC_COLLECT
605:
606: * src/targets/cgi/parser3.C: msvs support fixes
607:
608: * src/lib/gc/include/gc.h: more cleanup
609:
610: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
611:
612: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
613: targets/cgi/parser3.C: $main:HTTPD.mode implemented
614:
615: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
616:
617: * configure.ac: pthread.h added to checked headers
618:
619: * src/classes/table.C: string stream is back :)
620:
621: * src/classes/memory.C: GC_generate_random_backtrace no longer
622: exists
623:
624: * src/main/pa_globals.C: GC_dont_gc replaced
625:
626: * src/lib/gc/include/gc.h: major cleanup, only used functions are
627: left to simplify adding new functions. depricated GC_dont_gc
628: replaced with GC_disable and GC_enable calls.
629:
630: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
631: CORD_from_file* not used and thus removed
632:
633: * src/lib/gc/include/gc_allocator.h: minor cleanup
634:
635: 2020-12-14 moko
636:
637: * src/classes/: curl.C, memory.C, table.C: every TLS should be
638: referenced elsewhere, or GC will collect it.
639:
640: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
641: main/pa_xml_io.C: bugfix: TLS variables should be referenced
642: elsewhere, or GC will collect them (and we'll get GPF in
643: multithreaded enviroment). May be it can be also fixed by some
644: GC call, not sure. But this fix costs nothing (but hours of
645: debugging to find the issue :).
646:
1.150 moko 647: 2020-12-11 moko
648:
649: * configure.ac: gettid() check added
650:
651: * src/main/pa_threads.C: HAVE_GETTID used
652:
653: * src/include/pa_config_auto.h.in: +HAVE_GETTID
654:
655: * src/: include/pa_threads.h, main/pa_threads.C: now unified
656: version for isapi/cgi/apache
657:
658: * buildall: threads are now required.
659:
660: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
661: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
662: main/main.vcproj: pa_threads.C moved to main
663:
664: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
665: isapi/pa_threads.C: pa_threads.C moved to main
666:
667: * src/: main/Makefile.am, targets/cgi/Makefile.am,
668: targets/apache/Makefile.am: pa_threads.C moved to main
669:
670: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
671:
672: * src/: include/pa_stylesheet_connection.h,
673: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
674: and weird GPF in multithreaded httpd is gone
675:
676: * src/include/: pa_stylesheet_connection.h,
677: pa_sql_driver_manager.h: whitespace
678:
679: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
680:
681: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
682: main/pa_stylesheet_manager.C: whitespace, warning war
683:
684: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
685: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
686: parser_multithreaded never used
687:
688: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
689:
690: 2020-12-10 moko
691:
692: * src/: include/pa_config_includes.h, include/pa_http.h,
693: main/pa_http.C, targets/cgi/parser3.C: initial support for
694: MULTITHREADED and PARALLEL httpd server modes
695:
696: * src/main/pa_globals.C: GC_java_finalization is depricated
697:
698: 2020-12-09 moko
699:
700: * etc/auto.p.in: + @httpd-main
701:
702: * src/: include/pa_common.h, main/pa_request.C,
703: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
704: work
705:
706: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
707: slow file_read_binary no longer used, send_range added
708:
709: 2020-12-08 moko
710:
711: * src/main/pa_request.C: >4Gb support
712:
713: * src/targets/cgi/parser3.C: msvc warning war
714:
715: * src/: include/pa_config_includes.h, main/pa_http.C,
716: main/pa_request.C: msvc warnings war
717:
718: * src/classes/image.C: warning war
719:
720: * src/classes/table.C: MSVC warning war
721:
722: * src/targets/cgi/parser3.C: msvc warnings war
723:
724: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
725: added
726:
1.149 moko 727: 2020-12-07 moko
728:
1.150 moko 729: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
730: avoid logging beside system-wide auto.p
731:
732: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
733:
734: * configure, configure.ac, src/include/pa_config_auto.h.in:
735: configure options added:
736:
737: --with-system-cfg=FILE to specify system-wide auto.p
738: --with-system-log=FILE to specify system-wide parser3.log
739:
740: * Makefile.am: bin no longer exists
741:
742: * configure, configure.ac: auto.p moved to etc to simplify debian
743: package
744:
745: * buildall: auto.p and parser3.charsets moved to their default
746: location after install
747:
748: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
749:
750: * aclocal.m4, configure: automake 1.15 -> 1.16.1
751:
1.149 moko 752: * src/targets/cgi/parser3.C: locate_config call returned to
753: original place as it requires pa_thread_request() under Windows
754:
755: * src/targets/cgi/parser3.C: renaming
756:
757: 2020-12-06 moko
758:
759: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
760: check added
761:
762: 2020-12-04 moko
763:
764: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
765: main/pa_request.C: unified uint64_t lseek implemented to support
766: >4Gb files under x86, including Windows
767:
768: 2020-12-02 moko
769:
770: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
771: with max_file_size
772:
773: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
774: support for processing files sized >4Gb on 32 bit planforms
775:
776: * tests/399.html: file moved
777:
778: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
779:
780: * src/targets/cgi/pa_sapi_info.h: warning war
781:
782: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
783: warning war
784:
785: 2020-12-01 moko
786:
787: * src/classes/image.C: mp4 extended size (>4Gb) support added
788:
789: * src/classes/image.C: for "size not found" exception to be shown
790: if size not found until eof
791:
792: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
793: bit linux)
794:
795: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
796: #1188)
797:
798: 2020-11-30 moko
799:
800: * src/classes/image.C: definitions moved closer to code
801:
802: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
803: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
804: 395_dir/3_VP8X.webp, results/395.processed,
805: results/396.processed: tests for ^image::measure[] .webp support
806: added, all image files moved into one directory (related to
807: feature #1188)
808:
809: * src/classes/image.C: ^image::measure[] now supports webp (feature
810: #1188)
811:
1.148 moko 812: 2020-11-29 moko
813:
814: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
815: processing, unnessesary defines removed
816:
817: 2020-11-24 moko
818:
819: * tests/results/: 099.processed, 100.processed, 205.processed,
820: 309.processed, 310.processed: Content-Disposition: inline
821: returned
822:
823: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
824: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
825: ] added (related to bug #1204)
826:
827: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
828: ] supported to avoid Content-Disposition: inline;
829: filename="<file>.ext" but still set Content-Type for ext (related
830: to bug #1204)
831:
1.147 moko 832: 2020-11-22 moko
833:
834: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
835: types/pa_vfile.C: pa_filename added to avoid useless rsplit
836:
837: * src/main/pa_request.C: content_disposition_inline returned.
838:
839: 2020-11-17 moko
840:
841: * src/main/pa_request.C: empty main method name support
842:
843: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
844: config_handler added, stdout flush added.
845:
846: 2020-11-16 moko
847:
848: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
849:
850: * tests/results/: 099.processed, 205.processed, 237.processed,
851: 309.processed, 310.processed: Content-Disposition: inline is not
852: required and should not contain filename="<name>"
853:
854: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
855: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
856: targets/isapi/parser3isapi.C: pa_strcat implemented and used
857:
1.146 moko 858: 2020-11-14 moko
859:
860: * src/targets/cgi/parser3.C: spelling
861:
862: * src/targets/cgi/parser3.C: renaming
863:
864: * src/targets/cgi/parser3.C: args_skip removed, locate_config
865: relocated
866:
867: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
868: before request processing, which is weired
869:
870: 2020-11-13 moko
871:
872: * src/main/pa_http.C: pa_recv added with timeout support, thus read
873: copied in httpd.
874:
875: 2020-11-12 moko
876:
877: * src/main/pa_http.C: ALARM code unified to be used in httpd
878:
879: * src/: include/pa_request.h, main/pa_request.C,
880: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
881:
882: * src/main/pa_http.C: URI validation added
883:
884: * src/targets/cgi/parser3.C: filespec_to_process now variable,
885: can't be empty but can be null. httpd-main is now main method
886: name for httpd mode
887:
888: 2020-11-11 moko
889:
890: * src/main/pa_request.C: path_translated can be null in httpd mode
891:
892: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
893: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
894: classes/xdoc.C, include/pa_request.h, main/execute.C,
895: main/pa_request.C: r.absolute -> r.full_disk_path
896:
897: * src/targets/cgi/parser3.C: if filename to process is not
898: specified, auto.p should be present.
899:
1.145 moko 900: 2020-11-03 moko
901:
902: * src/: classes/op.C, include/pa_request.h: unused argument removed
903:
904: * src/main/pa_request.C: content_disposition_inline is the default,
905: not required.
906:
1.144 moko 907: 2020-10-29 moko
908:
909: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
910: ^use[file; $.main(true) ] implemented for auto.p processing and
911: path_translated changing to correct relative files path
912: calculation in httpd mode
913:
914: * src/: include/pa_request.h, main/pa_request.C:
915: fail_on_read_problem removed, as it allways true, as if should
916: be.
917:
918: * src/: include/pa_request.h, main/pa_request.C,
919: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
920: targets/isapi/parser3isapi.C: clearing config_filespec when
921: config was not found, thus flag not required and removed.
922:
923: 2020-10-28 moko
924:
925: * tests/: 402.html, results/402.processed: error reporting test
926:
927: * src/main/execute.C: better error reporting when
928: $result[^hash::create[]] in @main.
929:
930: * src/main/: execute.C, pa_request.C: frame.result() should be used
931: + minor optimization
932:
933: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
934: main/pa_xml_io.C: execute_*_method simplified and unified
935:
936: 2020-10-27 moko
937:
938: * tests/: 306.html, results/306.processed: a bit more testing. :)
939:
940: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
941: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
942: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
943: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
944: types/pa_vmethod_frame.h, types/pa_vobject.C,
945: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
946: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
947: longer used in object-prototype mode
948:
949: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
950: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
951: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
952: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
953: $form:name[value] features
954:
1.143 moko 955: 2020-10-18 moko
956:
957: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
958:
959: 2020-10-15 moko
960:
961: * src/main/pa_http.C: url no longer needed as
962: ALTER_EXCEPTION_SOURCE is used
963:
964: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
965: main/pa_http.C: check_file_size filespec is now optional
966:
967: * src/: classes/curl.C, include/pa_exception.h,
968: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
969: ALTER_EXCEPTION_COMMENT added for better error reporting
970:
971: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
972: results/346-curl.processed, results/379-curl.processed,
973: results/379.processed: test results updated as load now provides
974: better error reporting + curl responses updated
975:
976: 2020-10-14 moko
977:
978: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
979: main/pa_string.C, targets/apache/mod_parser3_core.C,
980: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
981: checked. 10 is now default base, no hex autodetect by default
982:
983: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
984: connection socket closing in destructor + accept exception
985: handling
986:
987: * src/targets/cgi/parser3.C: warning war
988:
989: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
990: main/pa_request.C, targets/apache/mod_parser3_core.C,
991: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
992: exception handling unified
993:
994: 2020-10-13 moko
995:
996: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
997: autodetection
998:
999: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1000:
1001: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1002:
1003: * src/main/pa_http.C: warning war
1004:
1.142 moko 1005: 2020-10-12 moko
1006:
1.143 moko 1007: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1008: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1009: unhandled exception code optimization
1010:
1011: * src/targets/cgi/parser3.C: request_info now global variable
1012:
1013: * src/main/pa_http.C: http_read_response moved to HTTP_response
1014: class
1015:
1016: * src/: include/pa_http.h, main/pa_http.C,
1017: targets/cgi/pa_sapi_info.h: read_post implemented
1018:
1.142 moko 1019: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1020: [host:]port syntax support in httpd mode
1021:
1022: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1023: targets/cgi/parser3.C: populate_env added
1024:
1025: * src/include/pa_hash.h: to make get(char *) compiling in
1026: HashStringString
1027:
1028: 2020-10-10 moko
1029:
1030: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1031: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1032:
1033: * src/: include/pa_http.h, include/pa_request_info.h,
1034: main/pa_http.C, main/pa_string.C,
1035: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1036: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1037: types/pa_vrequest.C: initial httpd mode implementation
1038:
1.141 moko 1039: 2020-10-04 moko
1040:
1041: * src/targets/cgi/parser3.C: options together
1042:
1043: 2020-09-30 moko
1044:
1045: * src/main/pa_http.C: renamed
1046:
1.140 moko 1047: 2020-08-14 moko
1048:
1049: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1050: src/targets/cgi/Makefile.am: no httpd as separate library
1051:
1052: 2020-08-13 moko
1053:
1054: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1055: unhandled exception handler to report 500 instead of 200 it was
1056: before.
1057:
1058: * src/targets/apache/mod_parser3_core.C: minor cleanup
1059:
1060: * src/: include/pa_sapi.h, main/untaint.C,
1061: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1062: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1063: thus replaced with SAPI::die and removed
1064:
1065: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1066: cgi/parser3.C: whitespace
1067:
1068: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1069:
1070: 2020-08-12 moko
1071:
1072: * src/targets/cgi/parser3.C: duplicate info in signal logging
1073: removed, whitespace was: SIGPIPE received while executing code.
1074: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1075: cl=0]
1076:
1077: * parser3.sln: + httpd.vcproj
1078:
1079: 2020-08-11 moko
1080:
1081: * src/targets/cgi/Makefile.am: +libhttpd
1082:
1083: * configure.ac, src/lib/Makefile.am: +libhttpd
1084:
1.139 moko 1085: 2020-07-13 moko
1086:
1087: * tests/: 401.html, results/401.processed: test for hash key does
1088: not keep language, but tainted in foreach.
1089:
1.138 moko 1090: 2020-07-01 moko
1091:
1092: * tests/: 235.html, results/235.processed: test result updated as
1093: messages before attachments implemented (feature #1176)
1094:
1.137 moko 1095: 2020-06-27 moko
1096:
1097: * tests/: 400.html, results/400.processed: test updated to check
1098: ^return{code}
1099:
1100: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1101: fixed
1102:
1103: 2020-06-26 moko
1104:
1105: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1106: added (related to https://www.parser.ru/forum/?id=85319)
1107:
1108: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1109: when $result assignment was last statement in the method
1110: (https://www.parser.ru/forum/?id=85319)
1111:
1.136 moko 1112: 2020-05-23 moko
1113:
1114: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1115: whitespace, unused level removed
1116:
1117: 2020-05-19 moko
1118:
1119: * src/types/pa_vmail.C: whitespace
1120:
1121: * src/types/pa_vmail.C: files should be processed last (related to
1122: feature #1176)
1123:
1.135 moko 1124: 2020-05-12 moko
1125:
1126: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1127: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1128:
1129: * configure.ac: FreeBSD1X.X check added to avoid
1130: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1131:
1.134 moko 1132: 2020-02-26 moko
1133:
1134: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1135: compilation issue (related to bug #1201)
1136:
1137: * src/main/pa_common.C: entry_readable -> entry_exists,
1138: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1139: -f and -d now works under Windows in UTF-8 with Russian
1140: filenames.
1141:
1142: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1143: advice (related to feature #1199)
1144:
1145: 2020-02-25 moko
1146:
1147: * buildall: --silent removed
1148:
1149: * configure.ac: gmime-3.0 support
1150:
1151: * buildall: --with-system-mailreceive option added to build with
1152: system libgmime
1153:
1154: * src/types/pa_vmail.C: avoiding
1155: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1156: to feature #1199)
1157:
1.133 moko 1158: 2020-02-18 moko
1159:
1160: * src/classes/op.C: windows x64 debug mode compile fix
1161:
1162: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1163: change (releated to feature #1200)
1164:
1165: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1166: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1167: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1168: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1169: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1170: targets/apache/ApacheModuleParser3.vcproj,
1171: targets/apache/ApacheModuleParser3Core.vcproj,
1172: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1173: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1174: dependency (related to feature #1200)
1175:
1.132 moko 1176: 2020-02-12 moko
1177:
1178: * src/types/pa_vmail.C: minimize diff
1179:
1180: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1181: #1199)
1182:
1.131 moko 1183: 2020-01-18 moko
1184:
1185: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1186:
1.130 moko 1187: 2019-12-28 moko
1188:
1189: * src/targets/cgi/parser3.C: avoid empty ?
1190:
1191: 2019-12-27 moko
1192:
1193: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1194: DOCUMENT_ROOT (related to feature #1164)
1195:
1196: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1197: fcgiwrap setup (implements feature #1164)
1198:
1199: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1200: but no issues found (related to feature #1164)
1201:
1202: * src/targets/cgi/parser3.C: actualized
1203:
1204: 2019-12-26 moko
1205:
1206: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1207: removed
1208:
1209: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1210: removed
1211:
1212: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1213: allocation errors, we don't want default gc warnings (without
1214: timestamp and URI).
1215:
1216: * src/: classes/memory.C, main/pa_globals.C,
1217: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1218: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1219: pa_globals_init
1220:
1221: * src/main/pa_globals.C: setup_hex_value() removed, static array
1222: initialization used (optimization)
1223:
1224: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1225: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1226: pa_socks_init/pa_socks_done moved inside pa_globals_init
1227: (optimization)
1228:
1.129 moko 1229: 2019-12-09 moko
1230:
1231: * src/include/pa_config_fixed.h: warning war
1232:
1.128 moko 1233: 2019-12-08 moko
1234:
1235: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1236: process grammar under Unix.
1237:
1238: 2019-12-07 moko
1239:
1240: * tests/389.html: For Windows XP. :)
1241:
1242: * tests/388-sql.html: Windows compatibility added
1243:
1244: 2019-12-06 moko
1245:
1246: * src/targets/cgi/parser3.C: warning war
1247:
1248: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1249: == sizeof(CORD)) to avoid aligning bugs in future
1250:
1251: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1252: XML_STATIC
1253:
1254: * src/include/pa_request.h: StackItem() not required
1255:
1256: * src/include/pa_stack.h: warning war
1257:
1258: * src/include/pa_config_includes.h: GCC warning silenced
1259:
1260: * src/include/pa_memory.h: warning war: the program should also
1261: define 'void operator delete [](void*, std::size_t)'
1262: [-Wsized-deallocation]
1263:
1264: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1265:
1266: * src/classes/string.C: not reqired cast removed
1267:
1268: * src/classes/string.C: not reqired cast removed
1269:
1270: 2019-12-05 moko
1271:
1272: * src/lib/sdbm/pa_file_io.C: warning war
1273:
1274: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1275: enum Language : size_t - required for VS2015+ to make
1276: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1277: without it (related to feature #1198)
1278:
1279: 2019-12-04 moko
1280:
1281: * src/main/pa_base64.C: unsigned char -> uchar
1282:
1283: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1284: as other libs
1285:
1286: * src/include/pa_version.h: +amd64
1287:
1288: 2019-12-03 moko
1289:
1290: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1291: release
1292:
1293: * src/include/pa_config_includes.h: warning war
1294:
1295: * src/classes/image.C: warning war
1296:
1297: * src/main/pa_globals.C: x64 libs support
1298:
1299: * src/include/pa_config_includes.h: warning war
1300:
1301: * src/types/pa_method.h: warning war
1302:
1.127 moko 1303: 2019-11-28 moko
1304:
1305: * src/classes/math.C: vs2003 compatibility + warning war
1306:
1307: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1308: libxml2-2.9.9 (related to feature #1136)
1309:
1310: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1311: typecast for more compatibility (related to feature #1136)
1312:
1313: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1314: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1315: feature #1136)
1316:
1317: 2019-11-26 moko
1318:
1319: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1320: removed (it was failing in $$var case), condition added
1321:
1.126 moko 1322: 2019-11-25 moko
1323:
1324: * tests/: 397.html, 399.html, results/141.processed,
1325: results/399.processed: base64 options tested
1326:
1327: * src/: classes/math.C, main/pa_http.C: base64 options used
1328:
1329: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1330: implemented (feature #986)
1331:
1332: * src/main/pa_cache_managers.C: whitespace
1333:
1334: * tests/: 397.html, 399.html, results/399.processed: tests for
1335: ^base64 encode options added (related to feature #986)
1336:
1337: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1338: pa_base64_encode(file) removed - more memory, but faster and less
1339: code (related fo feature #986)
1340:
1341: 2019-11-24 moko
1342:
1343: * tests/: 155.html, results/155.processed: limit and offset in
1344: ^table::load[] now supported, thus test added
1345:
1346: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1347: main/pa_common.C: optimization: offset and limit options parsing
1348: moved inside file_load.
1349:
1350: 2019-11-23 moko
1351:
1352: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1353: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1354: optimization: file_read replaced with simplified file_read_binary
1355:
1356: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1357: types/pa_vform.C: whitespace
1358:
1359: * src/: include/pa_common.h, main/pa_common.C: never used params
1360: removed
1361:
1362: 2019-11-21 moko
1363:
1364: * tests/: 193.html, results/193.processed, results/389.processed:
1365: test results updated as now base64 does not discard tail without
1366: padding (related to feature #986)
1367:
1368: 2019-11-20 moko
1369:
1370: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1371: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1372: pa_base64_decode (related to feature #986)
1373:
1374: * tests/398.html: tests for base64 decode added (related to feature
1375: #986)
1376:
1377: * src/main/pa_base64.C: base64_decode rewritten - padding option
1378: support, padding inside base 64 supported (related to feature
1379: #096)
1380:
1381: 2019-11-19 moko
1382:
1383: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1384: FreeBSD 12
1385:
1.125 moko 1386: 2019-11-16 moko
1387:
1388: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1389: support added, step support removed (related to #986)
1390:
1391: 2019-11-15 moko
1392:
1393: * src/classes/math.C: using log since log2 is not present on
1394: FreeBSD < 8.4 (related to feature #1177)
1395:
1396: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1397: pa_base64_size extracted and used for files as well (related to
1398: feature 986)
1399:
1400: 2019-11-14 moko
1401:
1402: * tests/: 397.html, results/397.processed: + content check
1403:
1404: * tests/: 141.html, results/141.processed: make test resuls more
1405: readable
1406:
1407: * tests/: 397.html, results/193.processed, results/397.processed:
1408: test results updated after \x00 character was disabled in
1409: math:convert string mode (related to feature #1177)
1410:
1411: * src/classes/: math.C, string.C: \\x00 character disabled while
1412: converting to string (as in base64, related to feature #1177)
1413:
1414: * src/classes/file.C: more correct arguments separation
1415:
1416: * src/: classes/file.C, classes/math.C, classes/string.C,
1417: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1418: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1419: options added, but not yet implemented (related to feature #986)
1420:
1421: * src/classes/math.C: whitespace
1422:
1423: 2019-11-13 moko
1424:
1425: * tests/: 397.html, results/397.processed: +tainting test (related
1426: to feature #1177)
1427:
1428: * src/classes/math.C: as we now produce not only digits, result
1429: should be tainted (related to feature #1177)
1430:
1431: * src/main/pa_base64.C: whitespace
1432:
1433: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1434: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1435: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1436: implementation moved from pa_common.h and pa_common.C
1437:
1438: 2019-11-12 moko
1439:
1440: * tests/: 275.html, results/275.processed: out of range test fixed,
1441: as ^math:convert now supports arbitrary precision
1442:
1443: 2019-11-11 moko
1444:
1445: * tests/results/389.processed: uctualized error message
1446:
1447: * tests/: 389.html, 397.html, results/397.processed: tests for
1448: ^math:convert added (related to feature #1177)
1449:
1450: * src/classes/math.C: ^math:convert now supports arbitrary
1451: precision, alphabet support added (implements feature #1177)
1452:
1.124 moko 1453: 2019-11-06 moko
1454:
1455: * tests/: 181.html, results/181.processed: entities usage added,
1456: more entites load tests (related to bug #842 discussion)
1457:
1458: 2019-11-05 moko
1459:
1460: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1461: call from xmlFileOpen if http://localhost/<file> was not found
1462: (related to bug #842)
1463:
1464: * src/main/pa_xml_io.C: rename
1465:
1466: * src/main/pa_xml_io.C: +MemoryStream constructor
1467:
1468: * src/main/pa_xml_io.C: whitespace
1469:
1.123 moko 1470: 2019-10-31 moko
1471:
1472: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1473: XML_PARSE_NOENT) added to fix entities load, (related to feature
1474: #1181)
1475:
1.122 moko 1476: 2019-10-25 moko
1477:
1478: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1479: queries tests
1480:
1481: 2019-10-24 moko
1482:
1483: * tests/: 388-sql.html, results/388-sql.processed: support for
1484: pgsql driver test
1485:
1486: * tests/: 388-sql.html, results/388-sql.processed:
1487: multi_statements=1 now tested, mysql test now supported
1488: (connection must be specified in [parser3] section in .my.cnf)
1489: related to issues #1195 and #1194
1490:
1.121 moko 1491: 2019-09-11 moko
1492:
1493: * src/classes/int.C: whitespace
1494:
1495: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1496: exception test
1497:
1498: * tests/results/388-sql.processed: sql queries now shown (related
1499: to feature #1196)
1500:
1501: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1502: with old parser versions.
1503:
1504: * src/: classes/file.C, classes/hash.C, classes/string.C,
1505: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1506: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1507: instead of connect string in query_event_handlers exceptions
1508: (implements feature #1196)
1509:
1.120 moko 1510: 2019-09-06 moko
1511:
1512: * tests/388-sql.html: mysql compat
1513:
1514: * src/: classes/hash.C, classes/string.C, classes/table.C,
1515: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1516: sql_ variables declaration moved to pa_common.h
1517:
1.116 moko 1518: 2019-01-15 moko
1519:
1520: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1521: logically sorted
1522:
1523: 2018-12-27 moko
1524:
1525: * src/include/pa_config_includes.h: warning war:
1526: -Wdeprecated-register added for C++ 17
1527:
1528: 2018-10-15 moko
1529:
1530: * configure.ac: FreeBSD 11.2 can be build with ./configure
1531: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1532: --with-xml=/usr/local/
1533:
1534: 2018-09-24 moko
1535:
1536: * tests/: 396.html, 396.tiff, results/396.processed: test for
1537: ^image::measure[] now supports tiff added (related to feature
1538: #1188)
1539:
1540: * src/classes/image.C: ^image::measure[] now supports tiff
1541: (implements feature #1188)
1542:
1543: 2018-09-20 moko
1544:
1545: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1546: files measure added (related to ticket #1188)
1547:
1548: * src/classes/image.C: measure of bmp files implemented (related to
1549: ticket #1188)
1550:
1551: 2018-09-18 moko
1552:
1553: * tests/: 394-curl.html, results/394-curl.processed,
1554: results/auto.p: test for bug #1187 (max_file_size check for head
1555: requests) added
1556:
1557: 2018-08-24 moko
1558:
1559: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1560: response content-length check is required (fixes bug #1187)
1561:
1562: 2018-05-11 moko
1563:
1564: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1565: $.append(bool) ] option added (related to feature #919)
1566:
1567: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1568: from misha@ patch (implements feature #919)
1569:
1570: 2018-03-22 moko
1571:
1572: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1573: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1574: with 128kb buffer. Now works at least 12 times faster. :) May be
1575: Windows-only problem.
1576:
1577: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1578: build fix)
1579:
1580: 2018-02-03 moko
1581:
1582: * src/main/execute.C: removes irrelevant lines from exception stack
1583: trace when exceptions occurs in assigment (fixes bug #1165)
1584:
1585: * tests/: 393.html, results/393.processed: test for behavour after
1586: "Property can not be created, already exists field with that
1587: name" exception removed (related to feature #1183)
1588:
1589: * src/types/pa_vclass.C: "Property can not be created, already
1590: exists field with that name" exception removed (implements
1591: feature #1183)
1592:
1593: 2018-01-19 moko
1594:
1595: * src/classes/string.C: whitespace
1596:
1597: * src/classes/string.C: whitespace
1598:
1599: * tests/: 392.html, results/392.processed: test for
1600: ^regex::create[$regex] added (related to feature #1135)
1601:
1602: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1603: ^regex::create[$regex] added (implements feature #1135)
1604:
1605: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1606: commented define added (related to feature #1157)
1607:
1608: 2018-01-17 moko
1609:
1610: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1611:
1612: 2018-01-15 moko
1613:
1614: * tests/: 390.html, results/390.processed: real path replaced by
1615: stub
1616:
1617: * tests/: 391.html, results/391.processed: test for feature #1181
1618: (XML_PARSE_HUGE exception) added
1619:
1620: 2018-01-11 moko
1621:
1622: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1623: XML_PARSE_HUGE option passed by default (implements feature
1624: #1181)
1625:
1626: * src/classes/string.C: whitespace
1627:
1628: 2017-12-10 moko
1629:
1630: * tests/: 389.html, 390.html, results/389.processed,
1631: results/390.processed: image code coverage tests added (related
1632: to feature #1125)
1633:
1634: 2017-12-08 moko
1635:
1636: * tests/: 346-curl.html, 388-sql.html, 389.html,
1637: results/346-curl.processed, results/388-sql.processed,
1638: results/389.processed: more code coverage tests
1639:
1640: * tests/: 264.html, results/264.processed: code coverage for
1641: ^file::exec[]
1642:
1643: 2017-12-07 moko
1644:
1645: * tests/: 174.html, 388-sql.html, 389.html,
1646: results/388-sql.processed, results/389.processed,
1647: results/174.processed: more coverage tests
1648:
1649: * src/classes/math.C: exception text actualized
1650:
1651: 2017-12-06 moko
1652:
1653: * tests/388-sql.html: $SQL can be here
1654:
1655: * tests/results/auto.p: $SQL not required here
1656:
1657: * tests/: 388-sql.html, 389.html, Makefile,
1658: results/388-sql.processed, results/389.processed, results/auto.p:
1659: code coverage tests for sql (using sqlite) and int/double/bool
1660: added (related to feature #1125)
1661:
1662: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1663: lib/json/json.vcproj, lib/md5/md5.vcproj,
1664: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1665: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1666: targets/apache/ApacheModuleParser3Core.vcproj,
1667: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1668: types/types.vcproj: gc\include no longer required
1669:
1670: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1671: required
1672:
1673: * src/: classes/Makefile.am, classes/table.C,
1674: include/pa_config_includes.h, include/pa_string.h,
1675: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1676: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1677: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1678: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1679: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1680: used, we now include it directly
1681:
1682: 2017-12-04 moko
1683:
1684: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1685: memcached/memcached.vcproj, punycode/punycode.vcproj,
1686: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1687: where required
1688:
1689: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1690: now can be used to trace memory allocations
1691:
1692: * src/: classes/table.C, include/pa_config_includes.h,
1693: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1694: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1695: method removes, libcord also can work without libgc
1696:
1697: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1698:
1699: 2017-11-29 moko
1700:
1701: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1702: are not present (related to feature #1173)
1703:
1704: * tests/346-curl.html: test updated to test curl content-length bug
1705: (related to feature #1173)
1706:
1707: * tests/results/346-curl.processed: more test for content-length
1708: curl bug (related to feature #1173)
1709:
1710: * tests/results/346-curl.processed: test results updated after
1711: #1173 implemented
1712:
1713: 2017-11-28 moko
1714:
1715: * src/classes/curl.C: another libcurl Content-length bug walkaround
1716: (related to feature #1173)
1717:
1718: 2017-11-27 moko
1719:
1720: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1721: $.http_version[version string] added (implements feature #1173),
1722: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1723: where $post(true) bug existed.
1724:
1725: 2017-11-18 moko
1726:
1727: * src/include/pa_memory.h: warning war (related to feature #1170)
1728:
1729: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1730: feature #1170)
1731:
1732: 2017-11-17 moko
1733:
1734: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1735: std::basic_stringstream used in ^table.csv-string[] is compatible
1736: with delete usage check only under Debian 9 (related to feature
1737: #1170)
1738:
1739: 2017-11-16 moko
1740:
1741: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1742: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1743: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1744: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1745: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1746: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1747: stubs defend from accidental use (implements feature #1170)
1748:
1749: 2017-06-24 moko
1750:
1751: * configure.ac: minor fix: thanks to alx@
1752:
1.115 moko 1753: 2017-05-29 moko
1754:
1755: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1756: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1757: added to avoid cutting of UTF-8 chars (fixed bug #123)
1758:
1759: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1760: ignored, =?UTF-8?Q?= should start in case of leading space
1761: (related to bug #123)
1762:
1763: * buildall: echo -n -> printf for OS X. :)
1764:
1765: 2017-05-25 moko
1766:
1767: * tests/: 288.html, results/288.processed: test updated afted
1768: setting $o.prop without setter exception removed (related to
1769: feature #1157)
1770:
1771: * src/types/pa_vclass.C: no more "this property has no setter
1772: method" when setting $o.prop without setter (implements feature
1773: #1157)
1774:
1775: * buildall: echo \c -> echo -n for FreeBSD
1776:
1777: * configure, configure.ac, src/include/pa_config_auto.h.in,
1778: src/types/pa_vdouble.h: isfinite now checked in configure
1779:
1780: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1781: upgraded to automake 1.15
1782:
1783: 2017-05-23 moko
1784:
1785: * src/types/pa_vdouble.h: finite returned where isfinite not
1786: defined
1787:
1788: 2017-05-22 moko
1789:
1790: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1791:
1792: * buildall: extern CFLAGS setting support
1793:
1794: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1795:
1796: * buildall: http -> https
1797:
1798: * buildall: gc-7.2f -> gc-7.6.0
1799:
1800: 2017-05-20 moko
1801:
1802: * buildall: https, pcre, xml, xslt updated to current versions
1803: (related to feature #1136)
1804:
1805: 2017-05-19 moko
1806:
1807: * tests/097.html: after parser.ru moved to https
1808:
1809: 2017-05-17 moko
1810:
1811: * tests/results/: 175.processed, 372.processed: tests resuls
1812: updated after lintian spelling typos fixed (related to bug #1156)
1813:
1814: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1815: classes/string.C, classes/table.C, main/pa_charset.C,
1816: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1817: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1818: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1819:
1820: * tests/results/096.processed: +XMP
1821:
1822: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1823: $.xmp(true) options tested (test for feature #1154)
1824:
1825: * src/classes/image.C: ^image:measure[] options $.exif(false)
1826: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1827: fetched by default! (implements feature #1154)
1828:
1829: 2017-05-16 moko
1830:
1831: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1832: allowed (related to feature #1154)
1833:
1834: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1835: initial XMP implementation - without options and transcode
1836: (related to feature #1154)
1837:
1838: 2017-05-12 moko
1839:
1840: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1841: image: exif moved to ffields, skipped in ^image.html[] where
1842: iterators now used (preparation for feature #1154)
1843:
1844: 2017-05-05 moko
1845:
1846: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1847: results/387.processed: test for circular class inheritance check
1848: added (related to bug #1150)
1849:
1850: * src/types/pa_vstateless_class.C: circular class inheritance check
1851: added (fixes endless add_derived bug #1150)
1852:
1853: 2017-05-04 moko
1854:
1855: * tests/: 386.html, results/386.processed: test for
1856: $table.value(number) added (related to feature #1152)
1857:
1858: * src/types/pa_vtable.C: table put_element: column value must be
1859: string - > column value must be string compatible to allow
1860: $t.value(1) (implements feature #1152)
1861:
1862: 2017-05-03 moko
1863:
1864: * src/main/pa_request.C: $use[$method] is not possible, reverting
1865: (related to feature #1151)
1866:
1867: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1868: not possible, removing test (related to feature #1151)
1869:
1870: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1871: get_element_method added and used to allow $use[$method] and
1872: $autouse[$method] (implements feature 1151)
1873:
1874: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1875: variable added (related to feature #1151)
1876:
1877: * tests/results/226.processed: actualized after ^try-catch used
1878:
1879: * tests/: 226.html, 385.html, results/385.processed: test for
1880: @autouse in variable added
1881:
1882: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1883:
1.114 moko 1884: 2017-02-27 moko
1885:
1886: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1887:
1.113 moko 1888: 2017-02-20 moko
1889:
1890: * operators.txt: actualization + beauty
1891:
1892: 2017-02-16 moko
1893:
1894: * tests/: 384.html, results/384.processed: test for
1895: ^reflection:mixin[; $.name[] ] option added (related to feature
1896: #1089)
1897:
1898: * tests/: 384.html, results/384.processed: test for
1899: ^reflection:mixin[] added (related to feature #1089)
1900:
1901: * src/types/pa_value.h: warning war: virtual ~Value() added
1902:
1.112 moko 1903: 2017-02-15 moko
1904:
1905: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1906: fixed
1907:
1908: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1909: test added (related to feature #1069)
1910:
1911: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1912: compilation without HASH_ORDER fixed
1913:
1914: * src/: classes/reflection.C, include/pa_hash.h:
1915: $.reverse(true/false) added to ^reflection:methods[] (related to
1916: feature #1069)
1917:
1918: 2017-02-14 moko
1919:
1920: * tests/: 152.html, results/152.processed: test for $._default hash
1921: added (related to bug #1131)
1922:
1923: * tests/: 277.html, results/277.processed: test for hash with only
1924: $._default is now defined (related to bug #1131)
1925:
1926: * src/types/pa_vhash.h: hash with only $._default is now defined
1927: (fixed bug #1131)
1928:
1929: 2017-02-13 moko
1930:
1931: * tests/cat-windows.sh: cat-windows added (cygwin required)
1932:
1933: * tests/: 171.html, 264.html, 286.html, 370.html,
1934: results/320.processed, results/375.processed, results/auto.p:
1935: cat-windows.sh support added
1936:
1937: * tests/375.html: Windows support
1938:
1939: * tests/270.html: documented
1940:
1941: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1942: (not backslashes) even under Windows (broke test 270)
1943:
1944: 2017-02-12 moko
1945:
1946: * tests/: descript.ion, todo.txt: cleanup
1947:
1948: 2017-02-09 moko
1949:
1950: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1951: run_tests.cmd: Windows compatibility
1952:
1953: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1954: incorrectly (GMT) if parser is called from cygwin
1955:
1.111 moko 1956: 2017-02-08 moko
1957:
1.112 moko 1958: * operators.txt: actualization 15% completed
1959:
1960: * operators.txt: cp1251 -> utf-8
1961:
1962: * NEWS, README: minor update
1963:
1964: * src/include/pa_config_includes.h: warning war continues
1965:
1966: * src/: include/pa_config_includes.h, include/pa_memory.h,
1967: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1968: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1969: gcc 6.x issues fixed
1970:
1.111 moko 1971: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1972: classes/classes.h, classes/curl.C, classes/date.C,
1973: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1974: classes/hashfile.C, classes/image.C, classes/inet.C,
1975: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1976: classes/memcached.C, classes/memory.C, classes/op.C,
1977: classes/reflection.C, classes/regex.C, classes/response.C,
1978: classes/string.C, classes/table.C, classes/void.C,
1979: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1980: include/pa_array.h, include/pa_cache_managers.h,
1981: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1982: include/pa_config_fixed.h, include/pa_config_includes.h,
1983: include/pa_dictionary.h, include/pa_dir.h,
1984: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1985: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1986: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1987: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1988: include/pa_request_charsets.h, include/pa_request_info.h,
1989: include/pa_sapi.h, include/pa_socks.h,
1990: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1991: include/pa_stack.h, include/pa_string.h,
1992: include/pa_stylesheet_connection.h,
1993: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1994: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1995: include/pa_uue.h, include/pa_xml_exception.h,
1996: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1997: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1998: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1999: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2000: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2001: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2002: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2003: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2004: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2005: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2006: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2007: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2008: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2009: main/pa_string.C, main/pa_stylesheet_connection.C,
2010: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2011: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2012: main/untaint.C, sql/pa_sql_driver.h,
2013: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2014: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2015: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2016: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2017: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2018: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2019: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2020: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2021: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2022: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2023: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2024: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2025: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2026: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2027: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2028: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2029: types/pa_vmemcached.h, types/pa_vmemory.h,
2030: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2031: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2032: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2033: types/pa_vresponse.C, types/pa_vresponse.h,
2034: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2035: types/pa_vstateless_object.h, types/pa_vstatus.C,
2036: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2037: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2038: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2039: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2040: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2041: 2015->2017
2042:
1.110 moko 2043: 2017-02-07 moko
2044:
2045: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2046:
2047: 2017-02-06 moko
2048:
2049: * src/main/pa_common.C: minor fixes, whitespace
2050:
2051: * src/: classes/curl.C, classes/file.C, classes/image.C,
2052: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2053: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2054: now used (implements feature #1081)
2055:
2056: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2057:
2058: 2017-02-01 moko
2059:
2060: * src/include/pa_request.h: cleanup
2061:
2062: 2017-01-30 moko
2063:
2064: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2065:
2066: 2017-01-29 moko
2067:
2068: * tests/: 383.html, results/383.processed: test for
2069: ^reflection:stack[] added (related to feature #1052)
2070:
2071: * src/classes/reflection.C: else added
2072:
2073: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2074: $.max_file_lock_wait added (implements feature #1128)
2075:
2076: 2017-01-28 moko
2077:
2078: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2079: body and other cases tests added (related to featue #1014)
2080:
2081: * src/classes/curl.C: bug if response is empty fixed (related to
2082: feature #1014)
2083:
2084: 2017-01-27 moko
2085:
2086: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2087: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2088: added (implements feature #1052)
2089:
2090: 2017-01-25 moko
2091:
2092: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2093: method test added
2094:
2095: 2017-01-23 moko
2096:
2097: * src/classes/reflection.C: optimization: options->get replaced by
2098: hash iterator
2099:
2100: * tests/: 381.html, results/381.processed: now -> fixed date
2101:
2102: * src/main/pa_request.C: warning war
2103:
2104: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2105: 5Mb (fixes bug #1058)
2106:
2107: * src/classes/curl.C: warning war
2108:
2109: * tests/: 381.html, results/381.processed: tests for ^json:string
2110: $.one-line(true) option added (related to feature #1124)
2111:
2112: * src/: classes/json.C, types/pa_value.h: $json-string
2113: $.one-line(true|false) options is now supported (implements
2114: feature #1124)
2115:
2116: * tests/: 380.html, results/380.processed: test for modified
2117: $.max_file_size added (related to bug #1014)
2118:
2119: * tests/: 379.html, results/auto.p: tests for rewritten http file
2120: load added (related to bug #1014)
2121:
2122: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2123: main/pa_common.C, main/pa_http.C: check_file_size added and used
2124: in curl / file load from disk and http, http file load rewritten
2125: (related to bug #1014)
2126:
2127: 2017-01-18 moko
2128:
2129: * tests/: 378.html, results/378.processed: tests for ^result[]
2130: added (related to feature #66)
2131:
2132: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2133: Method::CO_WITHOUT_FRAME as frame still added in expression
2134: (related to feature #66)
2135:
2136: 2017-01-17 moko
2137:
2138: * tests/: 377.html, results/377.processed: test for different
2139: combinations of breaks in body and delimiter (related to bug
2140: #1077)
2141:
2142: * tests/: 376.html, results/376.processed: many ^break[] tests
2143: added (related to bug #1077)
2144:
2145: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2146: passed to native method" exception added to avoid bugs due to
2147: WRITE_EXPR_RESULT skipped and native methods execution continues
2148: after ^break[] (related to bug #1077)
2149:
2150: 2017-01-14 moko
2151:
2152: * tests/: 330.html, results/330.processed: test results updated
2153: after ^break[] bugs where fixed (related to bug #1077)
2154:
2155: * tests/: 329.html, results/329.processed: test results updated
2156: after ^break[] bugs where fixed (related to bug #1077)
2157:
2158: * tests/results/320.processed: ^return[] added
2159:
2160: 2017-01-13 moko
2161:
2162: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2163: classes/table.C, include/pa_request.h, main/execute.C,
2164: main/pa_request.C, targets/cgi/parser3.C,
2165: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2166: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2167: checked after each possible process/execute call (fixes bug
2168: #1077)
2169:
2170: 2016-12-29 moko
2171:
2172: * src/main/pa_common.C: warning war
2173:
2174: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2175: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2176: pa_file_size_limit added, ^math:random fixed for upper limit and
2177: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2178: (related to feature #1014)
2179:
2180: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2181: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2182: (related to feature #1014)
2183:
2184: 2016-12-28 moko
2185:
2186: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2187: warning war
2188:
2189: 2016-12-26 moko
2190:
2191: * tests/: 341.html, results/341.processed: test for
2192: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2193:
2194: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2195: (related to feature #1057)
2196:
2197: * src/types/pa_vdate.C: warning war continues...
2198:
2199: * src/: classes/date.C, classes/image.C, classes/table.C,
2200: include/pa_config_includes.h, types/pa_vfile.C: warning war
2201:
2202: * src/lib/gd/gifio.C: warning war / cleanup
2203:
2204: * src/lib/json/pa_json.C: warning war
2205:
2206: * src/classes/hash.C: warning war
2207:
2208: * src/types/pa_vfile.C: warning war
2209:
2210: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2211: -Wall warning war continues
2212:
2213: * configure.ac: --with-build-warnings actualized
2214:
2215: 2016-12-25 moko
2216:
2217: * src/main/pa_exec.C: -wAll warning war
2218:
2219: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2220: -wAll warning war
2221:
2222: * src/: include/pa_common.h, include/pa_sapi.h,
2223: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2224: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2225: -wAll warning war
2226:
2227: 2016-12-23 moko
2228:
2229: * src/lib/ltdl/Makefile.am: extra dist added
2230:
2231: * tests/results/344.processed: test result updated after $file.text
2232: prefetched in ^hash::create[$file] (related to feature #1075)
2233:
2234: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2235: ^hash::create[$file] (related to feature #1075)
2236:
2237: 2016-12-22 moko
2238:
2239: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2240: main/pa_request.C, main/pa_stylesheet_connection.C,
2241: types/pa_vfile.C: file_stat now return 64-bit size (implements
2242: #1014 under 32-bit unix versions)
2243:
2244: 2016-12-21 moko
2245:
2246: * tests/: 375.html, results/375.processed: test for exec returning
2247: stated file added (related to feature #1119)
2248:
2249: * src/classes/file.C: load should not return file with null body
2250: (fixes bug #1119)
2251:
2252: 2016-12-14 moko
2253:
2254: * tests/: 374.html, results/374.processed: test for $method.name
2255: added (related to feature #1117) plus method returning junction
2256: test
2257:
2258: 2016-12-13 moko
2259:
2260: * src/: include/pa_symbols.h, main/pa_symbols.C,
2261: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2262: (implements feature #1117)
2263:
2264: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2265: HEAD and TRACE can't have body (implements feature #1116)
2266:
2267: 2016-12-09 moko
2268:
2269: * tests/: 373.html, results/373.processed: tests for
2270: ^reflection:tainting added (related to feature #1098)
2271:
2272: * src/classes/reflection.C: ^reflection:tainting arguments order
2273: change (related to feature #1098)
2274:
2275: 2016-12-06 moko
2276:
2277: * src/: classes/reflection.C, include/pa_string.h,
2278: main/pa_string.C: ^reflection:tainting[$string] added (implements
2279: feature #1098)
2280:
2281: 2016-12-05 moko
2282:
2283: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2284: (fixes bug #1114)
2285:
2286: 2016-12-04 moko
2287:
2288: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2289: check added
2290:
2291: 2016-12-03 moko
2292:
2293: * tests/: 346-curl.html, results/346-curl.processed: test modified
2294: to test value.as_hash() usage
2295:
2296: * src/classes/curl.C: value.as_hash() used for correct hash
2297: processing
2298:
2299: * src/classes/reflection.C: exceptions texts fixes
2300:
2301: 2016-12-02 moko
2302:
2303: * tests/: 372.html, results/372.processed: tests for
2304: ^reflection:create[ $.class[name] $.constructor[name]
2305: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2306: feature #1094)
2307:
2308: * src/types/pa_vmethod_frame.h: comment added: params should be
2309: declared outside of *_FRAME_ACTION as MethodParams destructor
2310: will be called in ~VNativeMethodFrame
2311:
2312: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2313: ] minor fix
2314:
2315: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2316: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2317: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2318: now supported (implements feature #1094) value::as_hash added
2319: (and should be used everywhere)
2320:
2321: * src/classes/reflection.C: cleanup
2322:
2323: 2016-12-01 moko
2324:
2325: * tests/: 356.html, results/356.processed: test for method
2326: junctions class name added to the resulting hash added (related
2327: to feature #1068)
2328:
2329: * src/classes/reflection.C: for method junctions class name added
2330: to the resulting hash (related to feature #1068)
2331:
2332: 2016-11-30 moko
2333:
2334: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2335: exception (related to bug #1113)
2336:
2337: * src/types/pa_vhashfile.C: whitespace
2338:
2339: * src/main/pa_os.C: errno now returned as it should (fixes bug
2340: #1113)
2341:
2342: * tests/results/: 175.processed, 192.processed, 224.processed,
2343: 229.processed, 239.processed, 244.processed, 246.processed,
2344: 314.processed, 352.processed: tests results updated after method
2345: call exceptions improved as method now keeps its name
2346:
2347: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2348: types/pa_vmethod_frame.h: method call exceptions improved as
2349: method now keeps its name
2350:
2351: * tests/: 224.html, 239.html, results/224.processed,
2352: results/239.processed: tests and tests results updated after
2353: Request::construct exception changed
2354:
2355: * src/: classes/reflection.C, main/execute.C: Request::construct
2356: exception optimized
2357:
2358: * tests/: 371.html, results/371.processed: test for
2359: WWrapper.get_element call in $.name.key[value] code added
2360: (related to feature #1091)
2361:
2362: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2363: in $.name.key[value] code (related to feature #1091)
2364:
2365: 2016-11-29 moko
2366:
2367: * src/classes/op.C: VS warning war
2368:
2369: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2370: C4239: nonstandard extension used : 'return' : conversion from
2371: 'Value' to 'Value &' (related to feature #1020)
2372:
2373: * src/: main/execute.C, types/pa_vmethod_frame.h,
2374: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2375: used : 'return' : conversion from 'Value' to 'Value &' (related
2376: to feature #1020)
2377:
2378: * src/main/execute.C: VS warning war
2379:
2380: * src/targets/cgi/parser3.C: VS compatibility fix
2381:
2382: * src/include/pa_request.h: VS warning war
2383:
2384: * tests/: 370.html, results/370.processed: test for ^file::exec[
2385: ... $.stdin[$binary_file] ] added (related to bug #1044)
2386:
2387: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2388: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2389: $.stdin[$binary_file] (fixes bug #1044)
2390:
2391: 2016-11-28 moko
2392:
2393: * src/main/pa_exec.C: whitespace
2394:
2395: * src/main/pa_request.C: whitespace
2396:
2397: * tests/: 369.html, results/369.processed: test for
2398: $response:status usage added (related to feature #1099)
2399:
2400: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2401: if < 100 (implements feature #1099)
2402:
2403: * src/targets/cgi/parser3.C: whitespace
2404:
2405: * src/targets/cgi/parser3.C: whitespace
2406:
2407: * tests/: 368.html, results/368.processed: test updated after
2408: ^reflection:filename[$method] added (related to feature #1053)
2409:
2410: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2411: main/compile.y, main/execute.C, main/pa_request.C,
2412: types/pa_vclass.h: filename -> filespec,
2413: ^reflection:filename[$method] added (related to feature #1053)
2414:
2415: 2016-11-27 moko
2416:
2417: * tests/: 368.html, results/368.processed: test for
2418: reflection:filename[$class or object] added (related to feature
2419: #1053)
2420:
2421: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2422: types/pa_vstateless_class.h: ^reflection:filename[$class or
2423: object] added (implements feature #1053)
2424:
2425: 2016-11-26 moko
2426:
2427: * src/: include/pa_request_info.h,
2428: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2429: remove_absolute_uri -> strip_absolute_uri
2430:
2431: 2016-11-25 moko
2432:
2433: * src/: include/pa_request_info.h,
2434: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2435: request_info.remove_absolute_uri added to remove possible
2436: http://site.name/ from $request:uri (implements feature #1112)
2437:
2438: 2016-11-24 moko
2439:
2440: * tests/: 367-curl.html, results/367-curl.processed: test for
2441: previous request headers clearing after redirect added (related
2442: to bug #1109)
2443:
2444: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2445: response headers from previous requests are now cleared, only
2446: last request headers are collected (fixes bug #1109)
2447:
2448: * tests/results/: 266.processed, 321.processed, 356.processed:
2449: tests results updated as method name now added to the resulting
2450: hash for new syntax only (Imp1 compatimility fixed, related to
2451: feature #1068)
2452:
2453: * src/classes/reflection.C: method name now added to the resulting
2454: hash for new syntax only (Imp1 compatimility fixed, related to
2455: feature #1068)
2456:
2457: * tests/results/366.processed: test for native and parser
2458: implementation of ^use[] logic (related to feature #1074)
2459:
2460: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2461: for native and parser implementation of ^use[] logic (related to
2462: feature #1074)
2463:
2464: 2016-11-23 moko
2465:
2466: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2467: main/pa_request.C: @USE file now implemented as ^use[file;
2468: $.origin[origin_file] ] (implements feature #1074)
2469:
1.109 moko 2470: 2016-11-21 moko
2471:
1.110 moko 2472: * tests/: 365.html, results/365.processed: test for $caller bugs in
2473: 3.4.4 and $caller.method now tested (related to feature #1110)
2474:
2475: * tests/: 364.html, results/364.processed: $caller usage in
2476: different contexts now tested (related to feature #1110)
2477:
2478: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2479:
2480: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2481:
1.109 moko 2482: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2483: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2484: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2485: used (implements feature #1110)
2486:
2487: 2016-11-20 moko
2488:
2489: * src/types/pa_vdouble.h: whitespace
2490:
2491: 2016-11-11 moko
2492:
2493: * tests/: 363.html, results/363.processed: more tests for feature
2494: #1091 (how parser methods work in expression context)
2495:
2496: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2497: expressions strings are now written as strings, not values by
2498: write_as_string (related to feature #1091)
2499:
2500: * src/classes/op.C: to make more correct behavour in expression
2501: context
2502:
2503: 2016-11-07 moko
2504:
2505: * tests/: 362.html, results/362.processed: test for
2506: xsltParseStylesheetDoc caching as xsl modification after it added
2507: (related to bug #1108)
2508:
2509: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2510: result now cached as xdoc is modified after it (fixes bug #1108)
2511:
2512: 2016-11-06 moko
2513:
2514: * src/types/pa_vxdoc.h: whitespace
2515:
2516: 2016-11-05 moko
2517:
2518: * src/types/pa_vmethod_frame.h: cleanup
2519:
2520: 2016-11-03 moko
2521:
2522: * tests/results/244.processed: more correct exception after method
2523: frames separation
2524:
2525: * src/types/pa_vmethod_frame.h: minor optimizaion
2526:
2527: * src/types/pa_method.h: optimization: params_count added
2528:
2529: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2530: include/pa_request.h, main/execute.C, main/pa_request.C,
2531: types/pa_value.C, types/pa_vmethod_frame.C,
2532: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2533: VMethodFrame now divided into VNativeMethodFrame,
2534: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2535: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2536: and used (related to feature #1104)
2537:
2538: 2016-11-02 moko
2539:
2540: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2541: classes/double.C, classes/file.C, classes/hash.C,
2542: classes/hashfile.C, classes/image.C, classes/inet.C,
2543: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2544: classes/memcached.C, classes/op.C, classes/reflection.C,
2545: classes/regex.C, classes/string.C, classes/table.C,
2546: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2547: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2548: r.write (implements feature #1091)
2549:
2550: * src/main/execute.C: cleanup (related to feature #1104)
2551:
2552: * src/: include/pa_request.h, main/execute.C,
2553: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2554: added, in_expression removed (implements feature #1104)
2555:
2556: 2016-10-31 moko
2557:
2558: * src/types/pa_value.C: whitespace
2559:
2560: 2016-10-28 moko
2561:
2562: * tests/results/244.processed: updated after error reporting fixed
2563: in pa_wcontext.C
2564:
2565: * src/types/pa_wcontext.C: error reporting fixed
2566:
2567: * src/types/pa_wcontext.h: whitespace
2568:
2569: * src/classes/image.C: not fully readed entries are no longer
2570: processed (fixes bug #1106)
2571:
2572: 2016-10-26 moko
2573:
2574: * src/classes/image.C: whitespace
2575:
2576: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2577: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2578: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2579: longer required (related to feature #1091)
2580:
2581: * tests/results/: 264.processed, 350.processed: test results update
2582: reverted (whitespace optimization) after write_no_lang removed :)
2583: (related to feature #1091)
2584:
2585: * src/: classes/file.C, classes/hash.C, classes/op.C,
2586: classes/string.C, classes/table.C, classes/void.C,
2587: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2588: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2589: equal write_pass_lang (related to feature #1091)
2590:
2591: * tests/results/: 264.processed, 350.processed: test results
2592: updated (whitespace optimization) after write_assign_lang removed
2593: (related to feature #1091)
2594:
2595: * tests/: 361.html, results/361.processed: test for non-string
2596: ^untaint added (related to feature #1091)
2597:
2598: * src/: classes/curl.C, classes/date.C, classes/file.C,
2599: classes/hash.C, classes/op.C, classes/string.C,
2600: include/pa_request.h, main/execute.C: optimization:
2601: write_assign_lang removed as not required (first part of feature
2602: #1091 implementation)
2603:
1.108 moko 2604: 2016-10-12 moko
2605:
2606: * tests/: 360.html, results/360.processed: more test code (related
2607: to feature #1104)
2608:
2609: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2610: include/pa_request.h, main/compile.y, main/execute.C: opcode
2611: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2612: WContext is next task (implements feature #1104)
2613:
2614: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2615: / CO_WITHOUT_WCONTEXT
2616:
2617: * tests/: 360.html, results/360.processed: test for in expression
2618: state (related to feature #1104)
2619:
2620: 2016-10-11 moko
2621:
2622: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2623:
2624: * src/classes/op.C: default value removed from initializer
2625:
2626: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2627:
2628: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2629:
2630: 2016-10-10 moko
2631:
2632: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2633: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2634: to feature #42)
2635:
2636: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2637: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2638:
2639: 2016-10-08 moko
2640:
2641: * src/classes/double.C: whitespace
2642:
2643: 2016-10-07 moko
2644:
2645: * src/types/pa_vmethod_frame.h: reorder
2646:
2647: 2016-10-06 moko
2648:
2649: * src/classes/date.C: typo
2650:
2651: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2652:
2653: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2654: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2655: types/pa_vmethod_frame.h: params.get now returns Value&, not
2656: Value*
2657:
2658: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2659:
2660: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2661: removed; first as_* code rewrite
2662:
2663: 2016-10-05 moko
2664:
2665: * src/include/pa_request.h: whitespace
2666:
2667: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2668: intercept_string added (related to feature #1097)
2669:
2670: * src/: classes/image.C, classes/op.C, classes/table.C,
2671: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2672: optimization: intercept_string removed (implements feature #1097)
2673:
2674: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2675:
2676: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2677: from VCodeFrame and WWrapper as not required
2678:
2679: 2016-10-04 moko
2680:
2681: * src/: classes/curl.C, classes/date.C, classes/double.C,
2682: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2683: classes/int.C, classes/json.C, classes/op.C,
2684: classes/reflection.C, classes/string.C, classes/table.C,
2685: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2686: proces_to_value -> process after StringOrValue removed (related
2687: to feature #1020)
2688:
2689: * src/classes/form.C: whitespace
2690:
2691: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2692:
2693: * tests/: 357.html, 358.html, results/357.processed,
2694: results/358.processed, results/auto.p: test for @conf
2695: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2696:
2697: 2016-10-03 moko
2698:
2699: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2700: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2701: supported (implements feature #42)
2702:
2703: * src/types/pa_vregex.h: no reason for VRegex to be
2704: is_evaluated_expr
2705:
2706: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2707: (implements feature #1095)
2708:
2709: 2016-10-01 moko
2710:
2711: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2712: false by default (related to feature #1089)
2713:
2714: 2016-09-30 moko
2715:
2716: * src/types/pa_wcontext.h: cleanup
2717:
2718: 2016-09-29 moko
2719:
2720: * src/main/execute.C: whitespace
2721:
2722: * src/include/pa_request.h: whitespace
2723:
2724: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2725: classes/op.C, classes/table.C, include/pa_request.h,
2726: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2727: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2728: StringOrValue removed as it just slows down and adds complexity
2729: (implements feature #1020)
2730:
2731: 2016-09-28 moko
2732:
2733: * tests/: 356.html, results/266.processed, results/321.processed,
2734: results/356.processed: tests updated after name was added to
2735: method_info hash, test for ^reflection:method_info[junction]
2736: added (related to feature #1068)
2737:
2738: * src/classes/reflection.C: ^reflection:method_info[junction] now
2739: supported, method name added to the resulting hash (implements
2740: feature #1068)
2741:
2742: * tests/: 276.html, results/276.processed: more tests for
2743: ^reflection:delete[]
2744:
2745: * src/classes/reflection.C: fixed bug then ^reflection:delete
2746: didn't work on class and could damage native objects (like file)
2747:
2748: 2016-09-26 moko
2749:
2750: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2751: results/345.processed, results/346-curl.processed,
2752: results/347-curl.processed, results/348.processed: numbers added
2753: to simplify diff analysis
2754:
2755: * tests/: 352.html, results/352.processed: test result updated as
2756: method name used
2757:
2758: * src/classes/reflection.C: method name used
2759:
2760: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2761: its name
2762:
2763: * src/types/pa_method.h: whitespace
2764:
2765: * src/classes/reflection.C: both method and field with one name can
2766: exist.
2767:
2768: * src/classes/reflection.C: ^reflection:mixin added (implements
2769: feature #1089)
2770:
2771: * tests/: 355.html, results/355.processed: property appears in
2772: derived class if added in base test added
2773:
2774: * src/types/pa_vstateless_class.h: get_method declaration +
2775: whitespace
2776:
2777: * tests/: 354.html, results/354.processed: nice test from method
2778: and property with one name in class added
2779:
2780: 2016-09-23 moko
2781:
2782: * src/classes/reflection.C: ^reflection:method usage documented
2783:
2784: 2016-09-22 moko
2785:
2786: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2787: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2788: compile warning and GPF occures on VS2003 (related to feature
2789: #1087)
2790:
2791: * tests/: 350.html, results/350.processed: test added for
2792: $.encloser[] support in ^table::create (related to feature #11)
2793:
2794: * src/classes/table.C: another minor fix (related to feature #11)
2795:
1.107 moko 2796: 2016-09-21 moko
2797:
2798: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2799:
2800: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2801: classes/json.C, classes/string.C, classes/table.C,
2802: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2803: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2804: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2805: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2806: pa_charsets, vs2015 warning war
2807:
2808: * src/classes/table.C: vs2015 warning war
2809:
2810: * src/types/pa_vdate.C: vs2015 warning war
2811:
2812: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2813:
2814: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2815: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2816:
2817: * src/main/pa_common.C: vs2015 compilation fixes
2818:
2819: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2820: vs2015 compilation fixes
2821:
2822: * src/main/pa_charset.C: vs2015 warning war
2823:
2824: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2825:
2826: * src/main/pa_charset.C: vs2015 warning war
2827:
2828: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2829:
2830: * src/types/pa_vdate.C: vs2015 compilation fix
2831:
2832: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2833:
2834: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2835: VS2015 compilation fixes
2836:
2837: * src/classes/table.C: minor fix (related to feature #11)
2838:
2839: * tests/results/282.processed: no longer skipping extra enclosers
2840: (related to feature #11)
2841:
2842: * src/classes/table.C: minor fix + no longer skipping extra
2843: enclosers (related to feature #11)
2844:
2845: * src/classes/table.C: minor optimization (related to feature #11)
2846:
2847: * src/classes/table.C: minor fix and optimization (related to
2848: feature #11)
2849:
2850: 2016-09-20 moko
2851:
2852: * tests/: 353.html, results/353.processed: test for
2853: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2854: added (related to bug #1090)
2855:
2856: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2857: one_big_piece (fixes bug #1090)
2858:
2859: * tests/: 229.html, results/229.processed: code coverage tests
2860:
2861: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2862: body) was called
2863:
2864: * src/classes/op.C: whitespace
2865:
2866: * tests/: 323.html, results/323.processed: test for code junction
2867: should not be returned by ^reflection:class, ^reflection:base
2868:
2869: * src/classes/reflection.C: bugfix: code junction should not be
2870: returned by ^reflection:class, ^reflection:base
2871:
2872: * tests/: 323.html, 352.html, results/352.processed: no more
2873: exception for ^reflection:method[class;no-such-method] (related
2874: to feature #1087)
2875:
2876: * src/classes/reflection.C:
2877: ^reflection:method[class;no-such-method] : exception -> void
2878: (related to feature #1087)
2879:
2880: * src/include/pa_request.h: request::write_value added to allow
2881: write value without convertion (related to issue #1091)
2882:
2883: 2016-09-19 moko
2884:
2885: * src/main/pa_random.C: windows build fix
2886:
2887: * src/types/pa_vhash.h: warning war
2888:
2889: 2016-09-14 moko
2890:
2891: * tests/: 352.html, 552.html, results/352.processed,
2892: results/552.processed: test for ^reflection:method[] extension
2893: added (related to feature #1087)
2894:
2895: * tests/: 552.html, results/552.processed: test for
2896: ^reflection:method[] extension added (related to feature #1087)
2897:
2898: * src/classes/reflection.C: compatibility issue fixed, VClass
2899: dynamic_cast check added (related to feature #1087)
2900:
2901: * tests/: 351.html, results/351.processed: test for @auto[]
2902: inheritance bug diring ^process[] added (related to bug #1088)
2903:
2904: * src/: classes/op.C, main/pa_request.C,
2905: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2906: disable it inheritance during ^process (fixes bug #1088)
2907:
2908: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2909: added (implements feature #1087)
2910:
2911: 2016-09-13 moko
2912:
2913: * tests/: 349.html, results/auto.p: test for objects prototyping
2914: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2915: to feature #1086)
2916:
2917: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2918: types/pa_vobject.C: objects now are not class instances, but have
2919: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2920: in @conf (implements feature #1086)
2921:
2922: 2016-09-08 moko
2923:
2924: * src/: classes/file.C, classes/mail.C, classes/string.C,
2925: classes/table.C, main/pa_http.C, main/pa_string.C,
2926: include/pa_string.h: cleanup: string::split limit argument
2927: removed as no longer required, pos_after no longer reference
2928: (related to feature #11)
2929:
2930: * src/classes/table.C, tests/results/348.processed: now exception
2931: is rised when invalid option is passed to ^table::create[]
2932:
2933: * tests/: 282.cfg, 282.html, results/282.processed: more code
2934: coverage tests
2935:
2936: * tests/: 348.html, results/348.processed: code coverage tests
2937: added
2938:
2939: * tests/: 348.html, results/348.processed: generic ^table::create[]
2940: tests
2941:
2942: * tests/: 035.html, results/035.processed, results/272.processed:
2943: tests updated after $.encloser[] support for ^table::create
2944: implementation (related to feature #11)
2945:
2946: * src/classes/table.C: $.encloser[] support for ^table::create
2947: finally added (implements feature #11)
2948:
2949: 2016-09-07 moko
2950:
2951: * src/include/pa_string.h: added StringSplitHelper as friend
2952: (related to feature #11)
2953:
2954: * src/include/pa_string.h: body and langs now protected, not
2955: private to allow inheritance (related to feature #11)
2956:
2957: * src/classes/table.C: lsplit optimized before cloning for
2958: ^table::create with $.encloser[] (related to feature #11)
2959:
2960: * src/classes/table.C: optimizaion: TableControlChars.separators
2961: added and used (related to feature #11)
2962:
2963: * src/classes/table.C: spelling:
2964:
2965: TableSeparators -> TableControlChars column -> separator
2966: separators -> control_chars
2967:
2968: 2016-09-06 moko
2969:
2970: * src/main/pa_string.C: whitespace
2971:
2972: * src/main/pa_string.C: whitespace
2973:
2974: 2016-09-01 moko
2975:
2976: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2977: results OS-independent
2978:
2979: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2980: compiler (related to feature #1042)
2981:
2982: 2016-08-15 moko
2983:
2984: * src/include/pa_string.h: whitespace
2985:
2986: * src/classes/table.C: whitespace
2987:
1.106 moko 2988: 2016-08-05 moko
2989:
2990: * tests/: 344.html, results/344.processed: test for
2991: ^hash::create[$file] added (related to feature #1075)
2992:
2993: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2994: supported (implements feature #1075)
2995:
2996: 2016-08-04 moko
2997:
2998: * tests/: 341.html, results/341.processed: more code coverage tests
2999:
3000: * tests/: 346-curl.html, results/346-curl.processed: more code
3001: coverage tests for curl
3002:
3003: * tests/: 346-curl.html, results/346-curl.processed: more code
3004: coverage tests for curl
3005:
3006: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3007: results/223.processed: code coverage tests: $.form[ $.table[] ]
3008: test added
3009:
3010: * tests/: 223-curl.html, results/223-curl.processed: more code
3011: coverage tests for curl
3012:
3013: 2016-08-03 moko
3014:
3015: * src/classes/curl.C: dlink(curl_library) now called not once, but
3016: until it will be loaded, allowing to find existing library.
3017:
3018: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3019: results/347-curl.processed: more code coverage tests for curl
3020:
3021: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3022: results/339-curl.processed, results/346-curl.processed: curl
3023: functionality tests
3024:
3025: 2016-08-02 moko
3026:
3027: * tests/: 339.html, results/339.processed: test for tables in
3028: ^file:load[] and ^curl:load[] (commented) added (related to
3029: feature #1042)
3030:
3031: * tests/: 345.html, results/345.processed: code coverage tests for
3032: file class
3033:
3034: * tests/: 344.html, results/344.processed: code coverage tests
3035:
3036: * tests/: 344.html, results/344.processed: mdate removed from
3037: output
3038:
3039: * src/classes/file.C: minor bugfix: is_text should be taked from
3040: fcontent.is_text_mode() if not set (related to feature #1061)
3041:
3042: * tests/: 344.html, results/344.processed: more tests
3043:
3044: * tests/: 343.html, 344.html, results/343.processed,
3045: results/344.processed: tests for ^file::create[ $.from-charset
3046: and $.to-charset ] (related to feature #1061)
3047:
3048: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3049: aset_text_mode argument optimized
3050:
3051: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3052: checkBOM now used in detect_binary_content (related to feature
3053: #1061)
3054:
3055: * src/main/pa_request.C: load_charset no longer required to_upper
3056:
3057: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3058: preserves original file mode (if no $.mode specified)
3059:
3060: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3061: ^file::create now supports $.from-charset[] and $.to-charset
3062: options (implements feature #1061), automatic transcode is done
3063: if text file is created from binary file and charset is detected.
3064:
3065: 2016-07-30 moko
3066:
3067: * src/classes/table.C: ^t.hash[..;] now supported (related to
3068: feature #1057)
3069:
3070: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3071: added (related to feature #1057)
3072:
3073: * tests/: 286.html, results/286.processed: code tests coverage
3074:
3075: 2016-07-29 moko
3076:
3077: * src/classes/table.C: table size should be checked inside menu and
3078: foreach (related to feature #858)
3079:
3080: * src/: classes/curl.C, classes/file.C, classes/string.C,
3081: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3082: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3083: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3084: charsets.get now does str_upper inside (related to feature #1061)
3085:
3086: * tests/: 342.html, results/342.processed: more code coverage tests
3087:
3088: * tests/: 342.html, outputs/342.processed: table menu code coverage
3089: + foreach test added (related to feature #858)
3090:
3091: * tests/: 341.html, results/341.processed: tests for
3092: ^table.hash[]{code} added + code coverage tests (related to
3093: feature #1057)
3094:
3095: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3096: value} support (implements feature #1057)
3097:
3098: * src/classes/table.C: whitespace
3099:
3100: 2016-07-28 moko
3101:
3102: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3103: from URL, if not specified query string removed from url-based
3104: filenames in ^curl:load[] and ^file::load[] (related to feature
3105: #1042)
3106:
3107: 2016-07-27 moko
3108:
3109: * tests/: 340.html, results/340.processed: test for
3110: transcode_text_result=false added (related to issue #1042)
3111:
3112: 2016-07-26 moko
3113:
3114: * src/types/pa_vfile.C: file name should not be empty (if file path
3115: is folder and ends with /) (related to feature #1042)
3116:
3117: * src/main/pa_http.C: whitespace optimizaion
3118:
3119: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3120: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3121: multiple headers, ^file::load supports headers transcoding
3122: (implements feature #1042)
3123:
3124: 2016-07-25 moko
3125:
3126: * src/include/pa_common.h: PA_DEFAULT added
3127:
3128: 2016-07-22 moko
3129:
3130: * tests/: 338.html, results/338.processed: test for
3131: $date.field(value) added (related to feature #1066)
3132:
3133: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3134: $date.field(value) now supported for y/m/d/h/m/s (implements
3135: feature #1066)
3136:
1.105 moko 3137: 2016-07-21 moko
3138:
3139: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3140: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3141: arguments removed; image.C - absolute path shown in exception
3142: (implements feature #1071)
3143:
3144: * tests/: 235.html, results/235.processed: test and test result
3145: updated after static boundary in mail and Errors-To: mail header
3146: removed (related to feature #1047)
3147:
3148: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3149: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3150: used, static boundary in mail removed, Errors-To: mail header
3151: removed (implements feature #1047)
3152:
3153: 2016-07-20 moko
3154:
3155: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3156: equest.classes(): Value -> VStateless_class, part 3 (related to
3157: issue #1051)
3158:
3159: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3160: request.classes(): Value -> VStateless_class, part 2 (related to
3161: issue #1051)
3162:
3163: * tests/results/: 224.processed, 323.processed: classes without
3164: methods should not be methoded (related to issue #1051)
3165:
3166: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3167: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3168: -> VStateless_class, part 1 (related to issue #1051)
3169:
3170: * tests/: 337.html, results/337.processed: test for
3171: ^reflection:fields_reference[] and VHashReference class added
3172: (related to feature #1072)
3173:
3174: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3175: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3176: and VHashReference added, allowing ^reflection:fields_reference[]
3177: implementation (closes feature #1072)
3178:
3179: 2016-07-19 moko
3180:
3181: * tests/: 323.html, results/323.processed: we want to see
3182: "methoded"
3183:
3184: * tests/: 336.html, results/336.processed: test for $BASE:property
3185: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3186: #1059)
3187:
3188: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3189: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3190: somebody_entered_some_class, $BASE:property works again,
3191: ^BASE:method[] bugs fixed (fixes bug #1059)
3192:
3193: 2016-07-14 moko
3194:
3195: * tests/: 335.html, results/335.processed: test for feature #1055
3196: added
3197:
3198: * src/classes/hash.C: bugfix: $._default was not copied if empty
3199: feature: ^hash.contains[_default] added (implements feature
3200: #1055)
3201:
3202: 2016-07-13 moko
3203:
3204: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3205: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3206:
3207: 2016-07-05 moko
3208:
3209: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3210: in ^hash.foreach (related to feature #1073)
3211:
3212: 2016-07-04 moko
3213:
3214: * tests/: 134.html, 281.html, results/134.processed,
3215: results/281.processed: tests updated after hash blocking removed
3216: (related to feature #1073)
3217:
3218: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3219: no longer blocks on change during foreach (implements feature
3220: #1073)
3221:
3222: 2016-06-17 moko
3223:
3224: * tests/: 330.html, results/330.processed: try exception source
3225: test added (related to bug in #1062)
3226:
3227: * tests/: 334.html, results/334.processed: Exception stack trace
3228: test added (related to bug in $1062)
3229:
3230: * src/classes/op.C: Exception trace now correctly restored and
3231: errors reported (related to bug #1062)
3232:
1.104 moko 3233: 2016-05-25 moko
3234:
3235: * src/main/compile.y: minor cleanup + beauty
3236:
3237: 2016-05-24 moko
3238:
3239: * tests/: 333.html, results/333.processed: more exceptions testing
3240:
3241: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3242: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3243: features #1056, #1026)
3244:
3245: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3246: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3247: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3248: (implements feature #1056)
3249:
3250: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3251: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3252: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3253: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3254: feature #1026)
3255:
3256: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3257: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3258: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3259: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3260: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3261: feature #1026)
3262:
3263: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3264: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3265: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3266: SYMBOLS_CACHING define implemented (related to feature #1026)
3267:
3268: * src/main/main.vcproj: + ps_symbols
3269:
3270: * src/: include/Makefile.am, include/pa_string.h,
3271: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3272: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3273: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3274: types/pa_vstateless_class.C: initial implementation for symbols
3275: cache (related to feature #1026)
3276:
3277: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3278:
3279: * src/main/pa_globals.C: minor cleanup
3280:
3281: 2016-05-19 moko
3282:
3283: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3284: (related to feature #1046)
3285:
3286: * tests/: 331.html, results/331.processed: test for
3287: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3288: (related to feature #1051)
3289:
3290: * src/main/compile.y:
3291: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3292: (implements feature #1054)
3293:
3294: 2016-05-18 moko
3295:
3296: * src/types/pa_vtable.C, tests/results/324.processed: no more
3297: "column not found" exception for ^table.no-such-method[] (related
3298: to feature #1046)
3299:
3300: * tests/: 261.html, results/261.processed: test added and updated
3301: after feature #1046 implementation
3302:
3303: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3304: types/pa_vvoid.h: $string.anything works for whitespace strings,
3305: ^string.contains added for hash compatibility, $string.method no
3306: longer returns stting method (implements feature #1046)
3307:
3308: 2016-05-12 moko
3309:
3310: * src/classes/curl.C: content-type response header no longer
3311: ignored (fixes issue #1045)
3312:
3313: * tests/: 330.html, results/330.processed: test for incomplete
3314: finally execution when break occures added (related to issue
3315: #1077)
3316:
3317: * src/classes/op.C: bugfix: Request::skip reset is called before
3318: executing catch and finally code (fixes issue #1062)
3319:
3320: 2016-05-11 moko
3321:
3322: * tests/: 329.html, results/329.processed: test for invalid
3323: ^break[] behavour added (bug #1077)
3324:
3325: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3326:
3327: 2016-04-24 moko
3328:
3329: * src/types/pa_vstateless_class.h: warning war
3330:
3331: 2016-04-17 moko
3332:
3333: * tests/: 328.html, results/328.processed: test for
3334: ^break(condition) and ^continue(condition) (related to feature
3335: #1063)
3336:
3337: * src/classes/op.C: ^break(condition) and ^continue(condition)
3338: implemented (feature #1063)
3339:
3340: 2016-04-12 moko
3341:
3342: * tests/results/280.processed: ordered hash now used for class
3343: methods and properties (test results updated for feature #1069)
3344:
3345: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3346: to xdoc.C as under FreeBSD it was inited after and inheritance
3347: failed (related to issue #1051)
3348:
3349: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3350: are printed to check inheritance (related to feature #1051)
3351:
1.103 moko 3352: 2016-04-09 moko
3353:
3354: * tests/results/320.processed: ordered hash now used for class
3355: methods and properties (test results updated for feature #1069)
3356:
3357: * src/types/pa_vstateless_class.h: ordered hash now used for class
3358: methods and properties (implements feature #1069)
3359:
3360: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3361: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3362: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3363: feature #1051)
3364:
3365: 2016-04-07 moko
3366:
3367: * src/main/execute.C: returned Value in .CLASS case for VJunction
3368: (related to feature #1051)
3369:
3370: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3371: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3372: string constants deduplication (related to feature #1051)
3373:
3374: * tests/results/224.processed: test result updated (related to
3375: feature #1051)
3376:
3377: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3378: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3379: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3380: types/pa_vstatus.h: classes hash now contains only
3381: VStateless_class derived objects, .CLASS is also allways
3382: VStateless_class derived object (related to feature #1051).
3383:
3384: 2016-04-06 moko
3385:
3386: * tests/results/323.processed: test result updated after feature
3387: #1051 implementation
3388:
3389: * src/: classes/classes.h, classes/op.C, classes/response.C,
3390: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3391: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3392: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3393: types/pa_vresponse.C, types/pa_vresponse.h,
3394: types/pa_vstateless_class.h: base -> methoded_donor for static
3395: classes, type() moved from VStateless_class to VClass and
3396: Methoded (implements feature #1051)
3397:
3398: 2016-04-04 moko
3399:
3400: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3401: beauty: put_class added (related to feature #1051)
3402:
3403: 2016-04-01 moko
3404:
3405: * tests/results/: 175.processed, 192.processed, 224.processed,
3406: 229.processed, 244.processed, 246.processed, 316.processed: test
3407: results updated as class.type() removed from error messages, only
3408: type() left (related to feature #1051)
3409:
3410: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3411: classes/op.C, classes/reflection.C, main/compile.y,
3412: main/compile_tools.h, main/execute.C, main/pa_request.C,
3413: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3414: types/pa_vmethod_frame.h, types/pa_vobject.h,
3415: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3416: from VStateless_class, type() is used instead (related to feature
3417: #1051)
3418:
3419: * src/classes/mail.C: old logic restored.
3420:
3421: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3422: classes/classes.h, classes/curl.C, classes/date.C,
3423: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3424: classes/hashfile.C, classes/image.C, classes/inet.C,
3425: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3426: classes/memcached.C, classes/memory.C, classes/reflection.C,
3427: classes/regex.C, classes/response.C, classes/string.C,
3428: classes/table.C, classes/xdoc.C, classes/xnode.C,
3429: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3430: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3431: feature #1051)
3432:
3433: 2016-03-30 moko
3434:
3435: * tests/: 327.html, results/224.processed, results/327.processed:
3436: test for TZ specification in ^date::create[], TZ is kept during
3437: ^date::create[$dt] (related to feature #1048)
3438:
3439: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3440: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3441: feature #1048)
3442:
3443: 2016-03-29 moko
3444:
3445: * tests/: 315.html, results/315.processed: test for timezone format
3446: +HHmm added (related to feature #1065)
3447:
3448: * src/classes/date.C: timezone format +HHmm now supported
3449: (implements feature #1065)
3450:
3451: 2016-03-28 moko
3452:
3453: * tests/: 202.html, results/131.processed, results/202.processed,
3454: results/224.processed, results/256.processed,
3455: results/315.processed: test results updated after %.2d now
3456: default for hours offset in iso-string (was %2d), test for
3457: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3458: added (related to feature #1065)
3459:
3460: 2016-03-27 moko
3461:
3462: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3463: feature #1065)
3464:
3465: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3466: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3467: added (implements feature #1065)
3468:
3469: 2016-03-24 moko
3470:
3471: * tests/: 202.html, results/202.processed: test $date.week added
3472: (related to bug #1067)
3473:
3474: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3475: date (fix for bug #1067)
3476:
3477: 2016-03-10 moko
3478:
3479: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3480:
1.102 moko 3481: 2015-12-07 moko
3482:
3483: * tests/: 326.html, results/326.processed: test for .CLASS &
3484: .CLASS_NAME optimization added (related to feature #844)
3485:
3486: 2015-11-17 moko
3487:
3488: * tests/: 323.html, results/323.processed: order added
3489:
3490: * tests/: 325.html, results/325.processed: double range test added
3491: (related to bug #1049)
3492:
3493: 2015-11-16 moko
3494:
3495: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3496: added to disallow NaN and Infinity (fixes bug #1049)
3497:
3498: 2015-11-11 moko
3499:
3500: * tests/324.html: parser 3.4.3 execution support added (related to
3501: feature #1017)
3502:
3503: * tests/: 324.html, results/324.processed: test for
3504: GET_ELEMENT4CALL feature added (feature #1017)
3505:
1.101 moko 3506: 2015-10-29 moko
3507:
3508: * operators.txt: updated for 3.4.4
3509:
3510: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3511:
3512: * src/main/pa_exec.C: get_exit_status implemented for Windows
3513: (related to bug #1043)
3514:
3515: 2015-10-28 moko
3516:
3517: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3518: hangup during ^file::exec (fixes bug #1043)
3519:
1.100 moko 3520: 2015-10-27 moko
3521:
3522: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3523:
1.99 moko 3524: 2015-10-26 moko
3525:
1.100 moko 3526: * tests/322.html, src/classes/reflection.C: arguments reorder
3527: (related to issue #1041)
3528:
3529: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3530: Copyright year updated
3531:
1.99 moko 3532: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3533: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3534: classes/form.C, classes/hash.C, classes/hashfile.C,
3535: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3536: classes/mail.C, classes/math.C, classes/memcached.C,
3537: classes/memory.C, classes/op.C, classes/reflection.C,
3538: classes/regex.C, classes/response.C, classes/string.C,
3539: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3540: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3541: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3542: include/pa_config_fixed.h, include/pa_config_includes.h,
3543: include/pa_dictionary.h, include/pa_dir.h,
3544: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3545: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3546: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3547: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3548: include/pa_request_charsets.h, include/pa_request_info.h,
3549: include/pa_sapi.h, include/pa_socks.h,
3550: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3551: include/pa_stack.h, include/pa_string.h,
3552: include/pa_stylesheet_connection.h,
3553: include/pa_stylesheet_manager.h, include/pa_table.h,
3554: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3555: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3556: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3557: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3558: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3559: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3560: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3561: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3562: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3563: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3564: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3565: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3566: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3567: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3568: main/pa_string.C, main/pa_stylesheet_connection.C,
3569: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3570: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3571: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3572: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3573: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3574: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3575: targets/isapi/parser3isapi.C, types/pa_junction.h,
3576: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3577: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3578: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3579: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3580: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3581: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3582: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3583: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3584: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3585: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3586: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3587: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3588: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3589: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3590: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3591: types/pa_vresponse.C, types/pa_vresponse.h,
3592: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3593: types/pa_vstateless_object.h, types/pa_vstatus.C,
3594: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3595: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3596: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3597: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3598: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3599:
3600: * src/targets/cgi/parser3.C: year updated
3601:
3602: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3603: issue #1041)
3604:
3605: * tests/: 323.html, results/323.processed: test for base classes
3606: added
3607:
3608: * tests/: 261.html, results/261.processed: updated after better
3609: error reporting done for $string.key exception
3610:
3611: * src/types/pa_vstring.h: better error report for $string.key
3612: exception
3613:
3614: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3615: copied as VObject::get_element4call to remove extra virtual call
3616:
3617: * tests/: 322.html, results/322.processed: test for
3618: ^reflection:is[] added (related to feature #1041)
3619:
3620: * src/classes/reflection.C: ^reflection:is empty value is void
3621: (related to feature #1041)
3622:
3623: * src/classes/reflection.C:
3624: ^reflection:is[class_name|code|method;[context;]element_name]
3625: added (implements feature #1041)
3626:
3627: 2015-10-24 moko
3628:
3629: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3630:
1.98 moko 3631: 2015-10-22 moko
3632:
3633: * tests/: 321.html, results/321.processed: test for
3634: ^reflection:method_info[] file detection added
3635:
3636: * tests/: 320.html, results/320.processed: test for
3637: ^reflection:class_by_name[class_name] added (related to feature
3638: #993)
3639:
3640: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3641: added (implements feature #993)
3642:
3643: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3644: (related to feature #1017)
3645:
3646: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3647: added (related to issue #1039)
3648:
3649: * src/main/pa_request.C: ^throw origin fixed (related to feature
3650: #1039)
3651:
3652: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3653: for VDate
3654:
3655: * tests/results/182.processed: updated after feature #1038
3656: implemented
3657:
3658: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3659: compile-time exception origin added (test for feature #1039)
3660:
3661: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3662: main/pa_request.C: exception unification: compile-time exceptions
3663: now have origin, @USE origins also tracked (implements feature
3664: #1039)
3665:
3666: 2015-10-20 moko
3667:
3668: * src/main/pa_request.C: cleanup
3669:
3670: 2015-10-15 moko
3671:
3672: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3673:
3674: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3675: types/pa_vtable.C: new feature: no more $table.method and
3676: $hash.method, aliases for _at, _count, _key (related to feature
3677: #1017)
3678:
1.97 moko 3679: 2015-10-14 moko
3680:
1.98 moko 3681: * tests/: 317.html, results/317.processed: test for
3682: ^string.unescape[] added (related to feature #120)
3683:
1.97 moko 3684: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3685: defined" bug (described in issue #1036)
3686:
3687: * tests/: 247.html, results/247.processed: test for checkBOM added
3688: (test for bug #1037)
3689:
3690: * src/: include/pa_charsets.h, main/pa_charsets.C,
3691: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3692: it's not enforced, skips BOM signature if it complies charset
3693: (fixes bug #1037)
3694:
3695: 2015-10-13 moko
3696:
3697: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3698: linking
3699:
3700: * src/classes/inet.C: vs2003 compilation fix
3701:
3702: * src/classes/math.C: warning war
3703:
3704: * src/lib/punycode/pa_punycode.c: warning war
3705:
3706: 2015-10-12 moko
3707:
3708: * src/lib/punycode/pa_punycode.c: warning war
3709:
3710: * parser3.sln: moved parser3 first, to make it default startup
3711: project
3712:
3713: * buildall: parser "mirror" now used for external libs sources
3714: (implements feature #1036)
3715:
3716: * buildall: most external libs are updated to their current
3717: versions (related to feature #1036)
3718:
3719: * src/classes/image.C: more tags added
3720:
3721: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3722:
3723: 2015-10-11 moko
3724:
3725: * src/classes/curl.C: minor optimization (related to feature #1035)
3726:
3727: 2015-10-09 moko
3728:
3729: * src/classes/curl.C: pa_strdup added for strings from curl
3730: (related to feature #1035)
3731:
3732: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3733: ULLONG_MAX definition
3734:
3735: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3736: (implements feature #1035)
3737:
3738: * src/main/pa_charset.C: String::Body(String::C) used
3739:
3740: * src/main/pa_charset.C: exceptions unified
3741:
3742: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3743: unified
3744:
3745: * src/: classes/file.C, classes/image.C, classes/mail.C,
3746: classes/op.C, classes/xdoc.C, classes/xnode.C,
3747: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3748: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3749: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3750: String::Body(String::C) constructor added (related to bug #957)
3751:
3752: * src/classes/file.C: minor optimization
3753:
3754: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3755: Cord(char*) autocreation (related to bug #957)
3756:
3757: * src/: classes/string.C, main/untaint.C: minor optimizations
3758:
3759: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3760: String(char*, Lang, length) removed, String(C(), Lang) used
3761: instead (related to bug #957)
3762:
3763: 2015-10-08 moko
3764:
3765: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3766: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3767: main/untaint.C: Now char * is converted to CORD only using
3768: AS_CORD() to check for empty cord bug (fixes bug #957)
3769:
3770: * src/include/pa_hash.h: fixed compilation without
3771: HASH_CODE_CACHING
3772:
3773: * src/classes/string.C:
3774: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3775: feature #120)
3776:
3777: * src/main/pa_common.C: reduce js flags checks count (related to
3778: feature #120)
3779:
1.96 moko 3780: 2015-10-07 moko
3781:
3782: * tests/: 275.html, results/275.processed: test modified after
3783: unsigned long long int support implemented (feature #1034)
3784:
3785: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3786: pa_atoul added for unsigned long long int support
3787:
3788: 2015-10-06 moko
3789:
3790: * src/types/pa_vdate.C: INT_MAX used
3791:
3792: 2015-10-03 moko
3793:
3794: * tests/: 302.html, results/302.processed: test for bug #1023
3795: (\u2028, \u2029 escaping) added
3796:
3797: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3798: json:string[] (fixes bug #1023)
3799:
3800: 2015-09-29 moko
3801:
3802: * tests/305.html: try-catch added for OS without ipv6 support
3803:
3804: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3805: compilation
3806:
3807: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3808: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3809: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3810: implemented to distinguish ^hash.method from $hash.field
3811: (implements feature #1017)
3812:
3813: * src/lib/punycode/pa_punycode.c: warning war
3814:
3815: * src/include/pa_config_includes.h: warning war
3816:
3817: * src/include/pa_config_includes.h: pragma warning actualized a bit
3818:
3819: * src/include/pa_config_includes.h: warning war
3820:
3821: * src/include/pa_hash.h: clang compilation fix
3822:
3823: 2015-09-27 moko
3824:
3825: * src/main/compile.tab.C: Bison 3 is now default
3826:
3827: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3828:
3829: 2015-09-25 moko
3830:
3831: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3832: works with undefined HASH_ORDER (related to feature #196)
3833:
3834: 2015-09-24 moko
3835:
3836: * tests/: 027.html, results/027.processed: test modified to test
3837: ^hash.sort (feature #196)
3838:
3839: * src/: classes/hash.C, include/pa_hash.h:
3840: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3841: added (implements feature #196)
3842:
3843: * tests/: 316.html, results/316.processed: Added test for bug #1025
3844: (exception handling in non-cached ^cache), plus for "it does not
3845: have logical value" and "$exception.handled value must be either
3846: boolean or string 'cache'" exceptions.
3847:
3848: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3849: code (fixes bug #1025)
3850:
1.95 moko 3851: 2015-09-23 moko
3852:
3853: * src/classes/table.C: warning war
3854:
3855: * src/: classes/math.C, types/pa_vcookie.C: warning war
3856:
3857: * src/classes/file.C: warning war
3858:
3859: * src/: include/pa_table.h, main/pa_table.C: warning war
3860:
3861: * src/: main/pa_request.C, classes/date.C: warning war
3862:
3863: * src/: types/pa_vdate.C, classes/op.C: warning war
3864:
3865: * tests/: 122.html, results/122.processed: win sync: to remove
3866: differences with OS that doesn't keep timezone change history
3867:
3868: * src/types/pa_vdate.C: tzset() should be called in Windows after
3869: TZ change (related to feature #36)
3870:
3871: * tests/: 075.html, results/075.processed: win sync: to remove
3872: differences with OS that doesn't keep timezone change history
3873:
3874: * tests/: 315.html, results/315.processed: win sync: to remove
3875: differences with OS that doesn't keep timezone change history
3876:
3877: * tests/: 256.html, results/256.processed: win sync: to remove
3878: differences with OS that doesn't keep timezone change history
3879:
3880: * tests/: 124.html, results/124.processed: win results sync: to
3881: avoid hitting time change hole.
3882:
3883: * src/types/pa_vdate.C: static returned. :)
3884:
3885: 2015-09-22 moko
3886:
3887: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3888:
3889: * tests/results/131.processed: more tests for feature #1032
3890:
3891: * src/classes/date.C: minor fix related to feature #1032
3892:
3893: * operators.txt: ISO date creation documented (related to feature
3894: #1032)
3895:
3896: * operators.txt: iso-string documented (related to feature #1032)
3897:
3898: * tests/: 315.html, results/315.processed: more tests added
3899: (related to feature #1032)
3900:
3901: * tests/: 131.html, results/131.processed: date range checks
3902: updated (related to feature #36)
3903:
3904: * tests/: 315.html, results/057.processed, results/315.processed:
3905: test added for ISO date support (related to issue #315)
3906:
3907: * src/classes/date.C: more readable exceptions in date creation
3908: (related to ticket #1032)
3909:
3910: 2015-09-18 moko
3911:
3912: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3913: added (related to issue #1032)
3914:
3915: * tests/results/256.processed, src/classes/json.C: iso-string
3916: documented (related to issue #1032)
3917:
3918: * tests/: 256.html, results/256.processed: ISO date check added
3919: (related to issue #1032)
3920:
3921: * tests/: 057.html, results/057.processed, results/224.processed:
3922: tests results updated after ISO date support implemented (related
3923: to feature #1032)
3924:
3925: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3926: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3927: ^date::create[string] constructor formalized, ^date.iso-string[]
3928: added (implements feature #1032)
3929:
3930: 2015-09-05 moko
3931:
3932: * operators.txt: actualized
3933:
3934: * operators.txt: date changes documented (related to ticket #36)
3935:
3936: 2015-09-04 moko
3937:
3938: * src/types/pa_vdate.C: warning war
3939:
3940: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3941:
3942: 2015-09-03 moko
3943:
3944: * tests/results/096.processed: test result updated for 0..9999 year
3945: date range support (related to feature #36)
3946:
3947: * tests/: 314.html, results/314.processed: test for
3948: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3949: bug #1031)
3950:
3951: * src/classes/string.C: Static calls fixed for ^string:base64[],
3952: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3953:
1.116 moko 3954: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3955: configure.in -> configure.ac
1.95 moko 3956:
1.116 moko 3957: * configure, configure.in, src/include/pa_config_auto.h.in: more
3958: correct timezone check for FreeBSD Warning war: configure.in ->
3959: configure.ac
1.95 moko 3960:
3961: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3962: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3963: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3964: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3965: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3966: src/main/Makefile.am, src/targets/apache/Makefile.am,
3967: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3968: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3969: check added
3970:
3971: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3972:
3973: * tests/results/: 124.processed, 224.processed: test resuls updated
3974: for new date implementation (related to feature #36)
3975:
3976: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3977: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3978: types/pa_vdate.h: new double date implementation with internal
3979: support for extended 0..9999 year range, default timezone support
3980: (related to feature #36)
3981:
3982: 2015-08-28 moko
3983:
3984: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3985: (fixes bug #1030)
3986:
3987: 2015-08-21 moko
3988:
3989: * src/classes/inet.C: snprintf size "bug" commented
3990:
3991: * src/main/pa_common.C: snprintf comments updated
3992:
3993: 2015-08-16 moko
3994:
3995: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3996:
3997: 2015-08-11 moko
3998:
3999: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4000: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4001: can be null (fixes bug #1029)
4002:
4003: 2015-08-06 moko
4004:
1.116 moko 4005: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4006: pa_vdate.C added
1.95 moko 4007:
4008: 2015-08-05 moko
4009:
4010: * tests/: 313.html, results/313.processed: test for
4011: ^table.count[columns] and ^table.flip[] with nameless tables
4012: (feature #1003)
4013:
4014: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4015: max_cell added, now ^table.count[columns] and ^table.flip[] works
4016: correctly for nameless tables (implements feature #1003)
4017:
4018: 2015-08-03 moko
4019:
4020: * tests/312.html: test for ^table.append[$hash] and
4021: ^table.insert[$hash] added (related to feature #1028)
4022:
4023: * src/classes/table.C: ^table.append[$hash] and
4024: ^table.insert[$hash] now supported (implements feature #1028)
4025:
4026: * tests/: 312.html, results/312.processed: test row copy in
4027: ^table.hash[; $.type[table] ] added (related to feature #1016)
4028:
4029: * src/classes/table.C: row copy now created in ^table.hash[;
4030: $.type[table] ] (related to feature #1016)
4031:
4032: 2015-07-29 moko
4033:
4034: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4035: added (related to feature #1016)
4036:
4037: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4038: ^table.delete[] added to delete current row (related to feature
4039: 1016)
4040:
4041: 2015-07-28 moko
4042:
4043: * tests/: 312.html, results/312.processed: test for
4044: $table.column[value] and ^table.insert{row} (related to feature
4045: #1016)
4046:
4047: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4048: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4049: ^table.insert{row} are now implemented (feature #1016)
4050:
4051: * src/include/pa_array.h: Optimization: bool reverse removed from
4052: append(), insert() added, memmove arguments order in remove()
4053: fixed (related to feature #1016)
4054:
4055: 2015-07-23 moko
4056:
4057: * src/classes/json.C: tainted json and empty json exception added
4058: (implements feature #1015)
4059:
4060: * tests/: 311.html, results/311.processed: empty json and tainted
4061: json exception test added (related to issue #1015)
4062:
4063: 2015-07-22 moko
4064:
4065: * tests/: 311.html, results/311.processed: test for UTF-8
4066: processing added
4067:
4068: * tests/: 311.html, results/311.processed: test for
4069: json_exception_with_source added (related to issue #394)
4070:
4071: * src/classes/json.C: json_exception_with_source added (implements
4072: feature #394)
4073:
4074: 2015-06-29 moko
4075:
4076: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4077: directories are now correctly determined if _d_type == DT_UNKNOWN
4078: (closes bug #1027)
4079:
4080: 2015-06-10 moko
4081:
4082: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4083: error if libxml has LIBXML_ICU_ENABLED.
4084:
4085: 2015-06-04 moko
4086:
4087: * tests/099.html: ups, reverting
4088:
4089: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4090: results/310.processed: tests for $response:body[ $.file[] ] and
4091: $response:last-modified added
4092:
4093: * src/main/pa_request.C: last-modified check fixed
4094:
4095: 2015-06-03 moko
4096:
4097: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4098: results/205.processed, results/293.processed: $response:headers
4099: logging added (tests for feature #1007)
4100:
4101: * src/: include/pa_common.h, include/pa_request.h,
4102: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4103: $response:headers are now in uppercase (closes feature #1007)
4104:
4105: 2015-06-02 moko
4106:
4107: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4108: build errors reverted for clang compatibility
4109:
4110: 2015-06-01 moko
4111:
4112: * src/include/pa_memory.h: -pedantic build errors fixed
4113:
4114: * src/classes/math.C: -pedantic build error fixed
4115:
4116: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4117:
4118: 2015-05-31 moko
4119:
4120: * src/classes/table.C: USE_STRINGSTREAM optimized
4121:
4122: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4123: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4124: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4125: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4126: types/pa_vxnode.h: warning war (-pedantic flag)
4127:
4128: 2015-05-28 moko
4129:
4130: * tests/: 308.html, results/308.processed: test for
4131: ^table::create[$t;], etc work added (related to bug #975)
4132:
4133: * src/classes/table.C: check_option_param removed,
4134: ^table::create[$t;], etc now works (fixes bug #975)
4135:
4136: 2015-05-27 moko
4137:
4138: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4139: (Debian jessie) fixed (closes issue #1024)
4140:
4141: * tests/Makefile: sort added as in Debian jessie list become
4142: unsorted
4143:
4144: 2015-05-18 moko
4145:
4146: * tests/: 201.html, results/201.processed: test for
4147: ^string.trim[what] feature #1022
4148:
4149: * src/classes/string.C: ^string.trim[what] now supported,
4150: implements feature #1022
4151:
4152: 2015-05-17 moko
4153:
4154: * tests/results/185.processed: test result updated as feature #1021
4155: implemented (left/right accept negative parameter)
4156:
4157: * src/classes/string.C: left/right now accept negative parameter
4158: (implements feature #1021)
4159:
4160: 2015-05-08 moko
4161:
4162: * src/classes/math.C: isalnum -> pa_isalnum
4163:
4164: * src/main/execute.C: optimization in getter-junction processing
4165: (related to issue #997)
4166:
4167: 2015-05-07 moko
4168:
4169: * tests/: 307.html, results/307.processed: test for issue #997
4170: added
4171:
4172: * src/main/execute.C: process_getter result now checked if junction
4173: returned (closes issue #997)
4174:
4175: * tests/: 305.html, results/305.processed: sort added to ignore
4176: different order
4177:
4178: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4179: assignment (closes issue #994)
4180:
4181: * tests/: 306.html, results/306.processed: test for issue #994
4182: added
4183:
4184: * tests/: 303.html, results/303.processed: two more errors tested
4185:
4186: 2015-05-06 moko
4187:
4188: * tests/: 305.html, results/305.processed: test for name2ip &
4189: ip2name added (related to feature #992)
4190:
4191: * tests/: 303.html, 304.html, results/303.processed,
4192: results/304.processed: tests for idna conversion added (related
4193: to issue #849)
4194:
4195: 2015-05-02 moko
4196:
4197: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4198: implemented
4199:
4200: 2015-04-30 moko
4201:
4202: * src/main/pa_http.C: idna_host added, related to issue #849
4203:
4204: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4205: (related to issue #849)
4206:
4207: 2015-04-24 moko
4208:
4209: * src/types/pa_vjunction.C: warning war
4210:
4211: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4212: unification
4213:
4214: * src/lib/punycode/pa_idna.c: warning war
4215:
4216: 2015-04-22 moko
4217:
4218: * src/main/main.vcproj: punycode include path added
4219:
4220: * src/lib/punycode/pa_idna.c: windows compile error fixed
4221:
4222: * src/lib/punycode/pa_idna.c: warning war
4223:
4224: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4225: project file added
4226:
4227: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4228:
4229: * src/include/pa_memory.h: warning war
4230:
4231: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4232: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4233: implemented (related to feature #849)
4234:
4235: * configure.in, src/main/Makefile.am,
4236: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4237: libpunycode added in Unix
4238:
4239: 2015-04-21 moko
4240:
4241: * configure.in: large files support
4242:
4243: 2015-04-15 moko
4244:
4245: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4246: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4247: pa_punycode.h: initial version for punycode/idna support library
4248: (ticket #849)
4249:
4250: 2015-04-08 moko
4251:
4252: * src/: classes/curl.C, classes/date.C, classes/file.C,
4253: classes/image.C, classes/mail.C, classes/reflection.C,
4254: classes/string.C, classes/xnode.C, include/pa_request.h,
4255: include/pa_string.h, include/pa_stylesheet_connection.h,
4256: main/compile.y, main/compile_tools.h, main/execute.C,
4257: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4258: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4259: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4260: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4261: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4262: clang compiler warnings (closes issue #1018)
4263:
4264: * src/include/pa_string.h: String::Body comparation operators with
4265: char * added (related to issue #958)
4266:
4267: 2015-04-07 moko
4268:
4269: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4270: pa_malloc/pa_free to remove system malloc/free usage (related to
4271: issue #1018)
4272:
4273: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4274: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4275: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4276: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4277: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4278: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4279: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4280: malloc/strdup/free replaced with pa_ version and checks for
4281: accidental use of non-pa_ version added (related to issue #1018)
4282:
4283: 2015-04-03 moko
4284:
4285: * buildall: pcre-8.33 -> pcre-8.36
4286:
4287: * src/: main/compile.y, classes/form.C, classes/mail.C,
4288: classes/op.C, classes/string.C, main/compile.tab.C,
4289: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4290: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4291: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4292: ticket #958)
4293:
4294: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4295: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4296: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4297: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4298: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4299: $request:headers, $request:method added (implements feature
4300: #1007)
4301:
4302: 2015-03-17 misha
4303:
4304: * tests/302.html: - test for
4305: ^json:string[...;$._default[method-name]]
4306:
4307: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4308: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4309: option $._default[method-name] is specified in ^json:string[], a
4310: method with specified name will be called for classes/objects
4311: serialization ( new feature: #982 )
4312:
4313: 2015-03-16 misha
4314:
4315: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4316: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4317: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4318: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4319: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4320: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4321: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4322: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4323: types/pa_vrequest.h, types/pa_vstateless_class.C,
4324: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4325: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4326: $var.CLASS_NAME now have special opcodes. This can be switched
4327: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4328: on pa_opcode.h ( new feature: #844 )
4329:
4330: 2015-03-15 misha
4331:
4332: * tests/075.html: - test for $response:header[]
4333:
4334: * src/types/pa_vresponse.C: - $response:header[] deletes header
4335: that was set earlie ( new feature: #1001 )
4336:
4337: 2015-03-12 misha
4338:
4339: * tests/246.html: - more tests for ^hash._at[]
4340:
4341: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4342: accepts second param [key|value|hash] ( new feature: #1012 )
4343:
4344: 2015-03-09 moko
4345:
4346: * src/types/pa_vmail.C: exception for everything but
4347: $mail:received, closes issue #1011
4348:
4349: 2015-02-20 moko
4350:
4351: * tests/: 275.html, results/275.processed: hex detection in
4352: pa_atoui fix test (closes issue #1010)
4353:
4354: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4355: issue #1010)
4356:
4357: 2015-02-17 moko
4358:
4359: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4360: tainted.
4361:
4362: 2015-02-03 misha
4363:
4364: * tests/301.html: - test for ^json:string($double) causes
4365: exception. bugfix: #1008
4366:
4367: * src/classes/json.C: - ^json:string($double) causes exception.
4368: bugfix: #1008
4369:
4370: * tests/014.html: - updated for work with ^hash.delete[]
4371:
4372: 2015-01-12 misha
4373:
4374: * src/: classes/form.C, include/pa_common.h,
4375: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4376: types/pa_vform.h: - supports body with PUT method as well ( new
4377: feature: #1006 )
4378:
4379: * src/classes/file.C: - warnings war
4380:
4381: 2015-01-11 misha
4382:
4383: * tests/300.html: - test for ^hash.delete[] is added
4384:
4385: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4386: feature: #989 ) - tiny optimization in intersects
4387:
4388: 2015-01-06 moko
4389:
4390: * src/types/pa_vmail.C: file names transcode added, to and cc added
4391: with transcode, attachments detection fixed
4392:
4393: * src/main/pa_request.C: filling mail received after cgi/auto.p
4394: load to allow charset switch (related to issue #996)
4395:
4396: 2014-12-31 moko
4397:
4398: * src/types/pa_vmail.C: from and subject now transcoded if not
4399: UTF-8 source charset (fixes issue 996)
4400:
4401: * src/main/pa_exception.C: fixed string from stack bug (closes
4402: issue #1000)
4403:
4404: 2014-12-11 misha
4405:
4406: * src/types/pa_vhashfile.C: - check if key is not empty before
4407: access ( bug fix: #1005 )
4408:
4409: 2014-11-13 misha
4410:
4411: * src/main/compile.y: - PC.append does not reset to false while
4412: creating a new class. bugfix: #990
4413:
4414: * tests/299.html: - test for creation class after working with
4415: partial class (create+append)
4416:
4417: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4418: #995
4419:
4420: * tests/232.html: - test for @get[def] added
4421:
4422: 2014-10-12 moko
4423:
4424: * src/lib/pcre/pcre_internal.vcproj: correct path
4425:
4426: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4427: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4428: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4429: targets/apache/ApacheModuleParser3.vcproj,
4430: targets/apache/ApacheModuleParser3Core.vcproj,
4431: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4432: types/types.vcproj: project GUID inserted in *.vcproj for correct
4433: conversion in newer VS versions
4434:
4435: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4436: pcre_internal.vcproj added
4437:
4438: 2014-08-28 moko
4439:
4440: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4441: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4442: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4443:
4444: 2014-06-30 misha
4445:
4446: * tests/298.html: - tests for ^reflection:def[class;className]
4447: added
4448:
4449: * src/classes/reflection.C: - ^reflection:def[class;className]
4450: added ( new feature: #918 )
4451:
4452: 2014-06-29 misha
4453:
4454: * src/classes/table.C: - ^table::create[unsupported data] -
4455: exception comment changed to "body must be table or code" ( bug
4456: fix: #951 )
4457:
4458: * tests/: 261.html, results/261.processed: - tests for
4459: ^json:string[...;$.void[null|string]] added
4460:
4461: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4462: option $.void[string|null] added to ^json:string[...] ( new
4463: feature: #952 )
4464:
4465: 2014-06-28 moko
4466:
4467: * src/classes/curl.C: $.charset now processed before other curl
4468: options (closes issue #980)
4469:
4470: 2014-05-23 misha
4471:
4472: * src/classes/json.C: - bug fix: #987
4473:
4474: 2014-05-04 misha
4475:
4476: * tests/: 253.html, 253_json.txt: - test for
4477: ^json:parse[$.int(false)] is added
4478:
4479: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4480: default true). The option is similar to $.double(bool) but for
4481: integers.
4482:
4483: 2014-05-01 moko
4484:
4485: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4486: #12 )
4487:
4488: 2014-04-16 moko
4489:
4490: * src/main/pa_http.C: response-charset option should finally work
4491: now (fix for issue #867)
4492:
4493: * src/main/pa_http.C: response-charset option should work now (fix
4494: for issue #867)
4495:
4496: 2014-03-07 moko
4497:
4498: * buildall: libgc moved
4499:
4500: * buildall: libgc moved
4501:
4502: 2013-12-29 moko
4503:
4504: * src/classes/string.C: ^string:js-unescape result now tainted,
4505: closes issue #966
4506:
4507: * tests/: 186.html, results/186.processed: ^string:js-unescape
4508: result now tainted, issue #966
4509:
4510: 2013-12-03 moko
4511:
4512: * src/: classes/memcached.C, types/pa_vmemcached.C,
4513: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4514: option was added for http://www.parser.ru/forum/?id=79343
4515:
4516: * src/classes/file.C: bugfix for
4517: http://www.parser.ru/forum/?id=79337
4518:
4519: 2013-11-05 moko
4520:
4521: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4522:
4523: * src/main/pa_globals.C: spelling fixed
4524:
4525: 2013-10-29 moko
4526:
4527: * src/lib/json/json.vcproj: json.c -> pa_json.C
4528:
4529: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4530: #892
4531:
4532: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4533: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4534: exceptions to be thrown thougth json library), related to issue
4535: #892
4536:
4537: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4538: related to issue #896
4539:
4540: 2013-10-24 moko
4541:
4542: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4543:
4544: 2013-10-23 moko
4545:
4546: * README: actualization
4547:
4548: 2013-10-22 moko
4549:
4550: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4551: compatibility patch from Sergey Kirpichev
4552:
4553: * tests/: 297.html, results/297.processed: non-working getter fix
4554: test for issue #948
4555:
4556: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4557: called when saving value of $match variable in ^string.match[] to
4558: increase compatibility (related to issue #948).
4559:
4560: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4561: usage optimization
4562:
4563: 2013-10-21 moko
4564:
4565: * tests/: 182.html, results/182.processed: local path removed for
4566: compatibility
4567:
4568: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4569: results/244.processed, results/253.processed,
4570: results/254.processed, results/275.processed,
4571: results/281.processed: try_catch -> try-catch
4572:
4573: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4574: results/294.processed, results/296.processed: try_catch ->
4575: try-catch
4576:
4577: 2013-10-20 moko
4578:
4579: * tests/: 296.html, results/296.processed: test for xsl exception
4580: for issue #938 added.
4581:
4582: * src/: include/pa_xml_exception.h,
4583: main/pa_stylesheet_connection.C: forgotten to be replaced
4584: XmlException is now replaced (once again closes issue #938)
4585:
4586: 2013-10-18 moko
4587:
4588: * buildall: disable clock_gettime detection to avoid librt linking
4589: (which in turn depends on libpthread), related to issue #943
4590:
4591: 2013-10-18 misha
4592:
4593: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4594: lib/smtp/smtp.vcproj, main/main.vcproj,
4595: targets/apache/ApacheModuleParser3Core.vcproj,
4596: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4597: types/types.vcproj: - new locations for libxml2 includes where
4598: added to vcproj files
4599:
4600: 2013-10-18 moko
4601:
4602: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4603: fix
4604:
4605: * tests/: 295.html, results/295.processed: test for issue #948
4606: updated
4607:
4608: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4609: :)
4610:
4611: * tests/: 295.html, results/295.processed: test for issue #948
4612: added
4613:
4614: * src/: classes/hash.C, classes/string.C, classes/table.C,
4615: include/pa_request.h, types/pa_method.h: for getters and setters
4616: to be executed request.put_element should be called, not
4617: context.put_element (fixes issue #948)
4618:
4619: 2013-10-17 moko
4620:
4621: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4622: LIBXML2_NEW_BUFFER check (closes issue #943)
4623:
4624: * buildall: libxml 2.9.1 build is broken --without-reader.
4625:
4626: 2013-10-16 moko
4627:
4628: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4629:
4630: * tests/: 294.html, results/294.processed: test for issue #938
4631:
4632: * src/: classes/xdoc.C, classes/xnode.C,
4633: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4634: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4635:
4636: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4637: libxslt-1.1.26 -> libxslt-1.1.28
4638:
4639: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4640: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4641: to '?', related to issue #938
4642:
4643: 2013-10-15 moko
4644:
4645: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4646: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4647: minor optimizations (closes issue #896)
4648:
4649: * tests/results/: 292.processed, 293.processed: results updated to
4650: comply with issue #896
4651:
4652: * tests/: 292.html, 293.html, results/292.processed,
4653: results/293.processed: tests for json escaping
4654:
4655: 2013-10-14 moko
4656:
4657: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4658: and cleanup, code moved from .h to .C, no changes in code
4659:
4660: 2013-10-12 moko
4661:
4662: * tests/results/119.processed: updated test result commited
4663:
4664: * tests/: 291.html, results/291.processed: test for issue #894
4665: added
4666:
4667: * src/types/pa_wcontext.h: base methods call support function
4668: get_somebody_entered_some_class should not be true forever, as
4669: wcontext can have many get_elements calls (fixes issue #894)
4670:
4671: 2013-10-11 moko
4672:
4673: * tests/: 290.html, results/290.processed: test for junction GPF
4674: issue #942 added
4675:
4676: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4677: to native method fixed (closes issue #942)
4678:
4679: * tests/: 158.html, results/158.processed: test for csv-string[]
4680: added
4681:
4682: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4683: feature #907)
4684:
4685: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4686: feature #907)
4687:
4688: 2013-10-09 moko
4689:
4690: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4691: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4692: types/pa_vstateless_class.C: GET_default, SET_default now works
4693: properly not only in objects, but in classes as well (closes
4694: issue #903)
4695:
4696: * tests/: 289.html, results/289.processed: GET/SET_default now
4697: works in classes, not only objects, test case added, related to
4698: issue #903
4699:
4700: * tests/: 288.html, results/288.processed: test for endless
4701: recursion bug added (related to issue #903)
4702:
4703: 2013-10-05 moko
4704:
4705: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4706: classes/table.C, main/execute.C, types/pa_method.h,
4707: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4708: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4709: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4710: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4711: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4713: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4714: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4715: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4716: optimization: put_element no longer has "bool areplace" argument,
4717: related to issue #903
4718:
4719: 2013-10-03 moko
4720:
4721: * tests/results/182.processed: result for $.replace(false) test
4722: commited
4723:
4724: * src/classes/date.C: ^date::create(number) processed correctly
4725: (fixes issue #901)
4726:
4727: * src/classes/image.C: as_no_junction removed, as param can be
4728: expression (closes issue #931)
4729:
4730: * tests/233.html: test for issue #931 added
4731:
4732: 2013-10-02 moko
4733:
4734: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4735: modified, test for $.replace(false) added
4736:
4737: * src/main/compile_tools.h: forgotten class replace returned. :)
4738:
4739: 2013-09-30 moko
4740:
4741: * tests/: 141.html, results/141.processed: md5 tainting test added
4742:
4743: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4744: main/compile_tools.h, main/pa_request.C: allow_class_replace
4745: implemented; $.replace option added to ^process and ^use
4746:
4747: 2013-08-27 moko
4748:
4749: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4750: cstr_to_string_body_untaint should be called with charsets for
4751: possible uri language and connection for possible sql language.
4752: related to issue #857
4753:
4754: * buildall: and -> or fixed
4755:
4756: 2013-08-26 moko
4757:
4758: * buildall: prepare_ functions logic changed to support
4759: gc-7.2d.tar.gz extracting to gc-7.2 directory
4760:
4761: 2013-08-23 moko
4762:
4763: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4764: statically
4765:
4766: 2013-08-22 moko
4767:
4768: * src/classes/string.C: String::Empty used (related to issue #912)
4769: append_know_length removed (related to old GPF bug)
4770:
4771: 2013-08-21 moko
4772:
4773: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4774:
4775: * src/classes/math.C: ^math:digest[...;$file] support added
4776: (related to ticket #857
4777:
4778: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4779: implemented
4780:
4781: * src/types/pa_vhashfile.h: warning war
4782:
4783: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4784: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4785: anti_endless_json_string_recoursion removed from request;
4786: json_string_recoursion added to json_options; $.indent[indent
4787: value] now supported and passed within recoursion closes feature
4788: #937
4789:
4790: * tests/: 287.html, results/287.processed: test for feature #937
4791:
4792: 2013-07-31 moko
4793:
4794: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4795: compilation having #define _S
4796:
4797: * src/main/pa_globals.C: cleanup
4798:
4799: 2013-07-30 moko
4800:
4801: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4802: main/pa_common.C: vs2003 warning war
4803:
4804: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4805:
4806: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4807:
4808: * src/lib/md5/pa_sha2.c: warning war
4809:
4810: 2013-07-29 moko
4811:
4812: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4813: patches from github
4814:
4815: * src/: classes/bool.C, classes/double.C, classes/int.C,
4816: classes/memcached.C, include/pa_config_includes.h,
4817: types/pa_vfile.C, types/pa_vfile.h: warning war
4818:
4819: * src/lib/json/json.vcproj: C++ -> C
4820:
4821: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4822:
4823: * src/lib/json/: json.c, pa_json.C: windows compatibility
4824:
4825: * src/lib/json/: json.c, pa_json.C: windows compatibility
4826:
4827: * src/lib/json/: json.c, pa_json.C: warning war
4828:
4829: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4830:
4831: * src/include/pa_config_fixed.h: uint16_t added
4832:
4833: * configure.in: uint16_t check added
4834:
4835: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4836: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4837: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4838: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4839: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4840:
4841: 2013-07-25 moko
4842:
4843: * parser3.sln: dependencies added
4844:
4845: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4846: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4847: module support
4848:
4849: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4850:
4851: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4852:
4853: 2013-07-23 moko
4854:
4855: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4856: PA_DEBUG_GC_MEMORY removed
4857:
4858: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4859: PA_DEBUG_DISABLE_GC compilation fix
4860:
4861: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4862: main/pa_request.C: outdated RESOURCES_DEBUG removed
4863:
4864: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4865: garbage cleanup
4866:
4867: * src/main/pa_common.C: warning war
4868:
4869: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4870:
4871: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4872: minor cleanup
4873:
4874: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4875: uses cygwin, not WIN32 implementation
4876:
4877: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4878: able to exec shell scripts
4879:
4880: * src/classes/math.C: ifdef WIN32 cleanup
4881:
4882: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4883:
4884: * src/classes/curl.C: LT_MODULE_EXT used
4885:
4886: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4887:
4888: 2013-07-22 moko
4889:
4890: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4891: includes fix
4892:
4893: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4894:
4895: * configure.in, src/include/pa_config_includes.h,
4896: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4897: src/main/pa_exec.C: includes cleanup
4898:
4899: * src/targets/cgi/parser3.C: 2012->2013
4900:
4901: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4902:
4903: * configure.in, src/include/pa_config_includes.h,
4904: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4905: src/main/pa_random.C, src/main/pa_socks.C,
4906: src/types/pa_vstatus.C: cygwin support cleanup
4907:
4908: * configure.in: dirent.h check added
4909:
4910: * src/: include/pa_config_includes.h, include/pa_dir.h,
4911: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4912: not copied
4913:
4914: 2013-07-21 moko
4915:
4916: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4917:
4918: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4919: parser3.vcproj: unused getopt.h / getopt.c removed
4920:
4921: * operators.txt, src/classes/file.C, tests/022.html,
4922: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4923: $.stat(true)] usage commented
4924:
4925: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4926: src/main/pa_dir.C: ^file:list[] now has dir column and when
4927: $.stat(true) it has size/*date columns modified patch from misha@
4928: that closes issue #914.
4929:
4930: * src/: include/pa_config_includes.h, main/pa_globals.C:
4931: PA_RELEASE_ASSERTS removed
4932:
4933: * src/lib/md5/pa_md5c.c: minor cleanup
4934:
4935: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4936: localeconv()->decimal_point usage remoed (related to issue #934)
4937:
4938: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4939: cordprnt.c removed
4940:
4941: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4942: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4943: pa-include/pa_strings.h: includes cleanup
4944:
4945: * src/lib/md5/pa_md5c.c: headers cleanup
4946:
4947: 2013-07-20 moko
4948:
4949: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4950: cleanup
4951:
4952: 2013-07-19 moko
4953:
4954: * src/classes/math.C: extern "C" added for crypt
4955:
4956: 2013-07-18 moko
4957:
4958: * src/classes/math.C: fix redhat7.2 build
4959:
4960: 2013-07-17 moko
4961:
4962: * configure.in, src/include/pa_config_includes.h,
4963: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4964: added for uint8/32/64_t)
4965:
4966: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4967: pa_config_includes.h used for uint32/64_t
4968:
4969: 2013-07-16 moko
4970:
4971: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4972: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4973: war
4974:
4975: * src/main/compile.tab.C: compile.y was updated
4976:
4977: * src/main/compile.y: warning war
4978:
4979: * src/: include/pa_exception.h, main/pa_exception.C,
4980: main/pa_xml_exception.C: warning war
4981:
4982: * src/: include/pa_common.h, main/pa_common.C: warning war
4983:
4984: * configure.in: beauty :)
4985:
4986: * tests/: 141.html, results/141.processed: sha256/512 added
4987:
4988: 2013-07-13 moko
4989:
4990: * src/lib/md5/md5.vcproj: sha2 added
4991:
4992: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4993: classes/math.C: sha2 support (sha256/sha512 digest)
4994:
4995: 2013-07-08 moko
4996:
4997: * src/classes/image.C: directory read or other read problem message
4998: fixed (related to issue #933)
4999:
5000: 2013-07-07 moko
5001:
5002: * AUTHORS: + misha + moko. :)
5003:
5004: 2013-07-06 moko
5005:
5006: * src/: classes/curl.C, include/pa_globals.h,
5007: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5008: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5009: for lt_dlinit to be called once and lt_dlexit called at right
5010: place (related to issue #925)
5011:
5012: 2013-07-04 moko
5013:
5014: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5015: VString::as_vfile now uses vfile.set_binary_string to avoid
5016: content-type to be set, as it brokes badly designed logic in
5017: response output. This hopefully finishes issue #928.
5018:
5019: * tests/results/: 256.processed, 286.processed: file now displayed
5020: as name, size, mode, content-type
5021:
5022: * src/main/pa_common.C: read error now reported cottectly (fixes
5023: issue #933
5024:
5025: 2013-06-28 moko
5026:
5027: * tests/: 286.html, results/286.processed: test extended
5028:
5029: * tests/: 286.html, results/286.processed: Test for issue #928
5030: added. it tests default content-type change.
5031:
5032: * src/types/pa_vfile.C: closes issue #928 - default content-type
5033: now updated
5034:
5035: 2013-06-25 moko
5036:
5037: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5038: content-type for text/binary files without name added;
5039: ^file::create[$f;...] options now works properly and $f
5040: properties are default (fixes issue #928)
5041:
5042: 2013-05-16 misha
5043:
5044: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5045: added
5046:
5047: * src/main/pa_table.C: - a tiny memory optimisation while creating
5048: table if specified limit is bigger than source rows count
5049:
5050: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5051: added ( new feature: #858 )
5052:
5053: 2013-04-29 moko
5054:
5055: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5056: $.ipresolve(0|1|2) added (closes issue #891)
5057:
5058: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5059:
5060: 2013-04-24 moko
5061:
5062: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5063: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5064: types/pa_vmemcached.h: ^memcache.release[] added, calls
5065: memcached_quit (refs #893)
5066:
5067: 2013-04-22 moko
5068:
5069: * src/: include/pa_string.h, main/pa_common.C: no more double
5070: slashes in file path (fixes bug #872)
5071:
5072: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5073: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5074: #739)
5075:
5076: * tests/results/266.processed: $.max_params added (feature #915)
5077:
5078: * src/: include/pa_common.h, main/pa_http.C: response-charset
5079: option added to file::load (closes issue #867)
5080:
5081: 2013-04-20 misha
5082:
5083: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5084: commited
5085:
5086: 2013-03-15 misha
5087:
5088: * src/classes/: hash.C, table.C: - Optimisation: do not create
5089: multiple empty strings while ::sql. uae String::Empty instead
5090:
5091: 2013-03-14 misha
5092:
5093: * src/classes/reflection.C: - for user classes
5094: ^reflection:method_info[] returns $.max_params and $.extra_param
5095: with $.call_type if they available ( new feature: #915 )
5096:
5097: * src/classes/file.C: - ^file:delete[] now supports an option
5098: $.exception(false) that suppress any exception while deleting
5099: file ( new feature: #916 )
5100:
5101: * src/classes/curl.C: - parsing cookies after curl:load now should
5102: work :)
5103:
5104: 2013-03-12 misha
5105:
5106: * src/types/pa_vfile.C: - if specified file_name is empty string
5107: set default name for the file
5108:
5109: 2013-03-11 misha
5110:
5111: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5112: also available in $f.cookies
5113:
5114: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5115: moved to a separate method
5116:
5117: 2013-03-10 moko
5118:
5119: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5120: added
5121:
5122: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5123: removed (declared by autoconf)
5124:
5125: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5126: uint32_t define
5127:
5128: 2013-03-10 misha
5129:
5130: * src/classes/file.C: ^file:delete and ^file:move now support
5131: option $.keep-empty-dirs(true) ( new feature: #884 )
5132:
5133: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5134: empty dirs is added
5135:
5136: 2013-03-10 moko
5137:
5138: * src/classes/: bool.C, double.C, int.C: default can be present,
5139: but default check removed from ^int/double/bool.int/double/bool
5140: for string.int/double/bool compatibility (related to issue #913)
5141:
5142: * src/classes/string.C: ^string.int/dobule/bool no longer
5143: internally throws exception if default is present (closes issue
5144: #913)
5145:
5146: 2013-03-09 misha
5147:
5148: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5149: optimisations ( #845 )
5150:
5151: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5152:
5153: 2013-03-08 moko
5154:
5155: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5156: creates correct table (fixes issue #910)
5157:
5158: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5159: use outside of 'connect' operator (fixes issue #911)
5160:
5161: * tests/results/: 096.processed, 122.processed: test results
5162: updated as doubles now printed with 15 significant digits, not 5
5163: (fixes issue #882)
5164:
5165: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5166: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5167:
5168: 2013-02-21 moko
5169:
5170: * src/classes/table.C: _locate_name_value does not check arguments
5171: count, so we check it in advance (fixes issue #905)
5172:
5173: 2012-10-23 moko
5174:
5175: * buildall: old shell for and echo compatibility (for six)
5176:
5177: 2012-10-19 moko
5178:
5179: * buildall: --strip added --disable-safe-mode listed in usage
5180:
5181: 2012-10-17 misha
5182:
5183: * src/classes/op.C: - apply-taint should not throw "outside
5184: connect" exception with sql lang now
5185:
5186: 2012-10-17 moko
5187:
5188: * src/main/pa_request.C: bugfix: safe mode should be inited for
5189: each request (for apache module)
5190:
5191: 2012-09-26 moko
5192:
5193: * src/doc/doxygen.cfg: png -> svg
5194:
5195: 2012-09-25 moko
5196:
5197: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5198: test added
5199:
5200: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5201: double use when key is long
5202:
5203: 2012-09-16 moko
5204:
5205: * src/classes/math.C: Format -> Method Encode -> Format
5206:
5207: * tests/: 141.html, results/141.processed: math:digest hmac test
5208: added
5209:
5210: 2012-09-14 moko
5211:
5212: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5213: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5214: implementation added
5215:
5216: 2012-09-12 moko
5217:
5218: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5219: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5220: targets.dox and string.dox slightly actualized
5221:
5222: 2012-08-31 moko
5223:
5224: * ChangeLog: now generated with patched cvs2cl.pl
5225:
5226: 2012-07-29 moko
5227:
5228: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5229: result should be pushed after VMethodFrame destructor is called,
5230: as it deletes junctions from stack params (fixes issue #868)
5231:
5232: 2012-07-23 moko
5233:
5234: * INSTALL, README: buildall script usage documented, other outdated
5235: info updated.
5236:
5237: * buildall-with-xml, buildall-without-xml: replaced by buildall
5238:
5239: 2012-07-21 moko
5240:
5241: * buildall: glib does not compile when threads are disabled...
5242:
5243: * src/types/pa_vmail.C: g_assertion fixes for empty input
5244:
5245: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5246: unref, can't unref nested objects)
5247:
5248: * src/types/pa_vmail.C: another check added
5249:
5250: 2012-07-19 moko
5251:
5252: * buildall: usage added
5253:
5254: * buildall: new buildall script that unites buildall-with-xml,
5255: buildall-without-xml, --with-apache and --with-mailreceive
5256:
5257: * configure.in: support for static gmime and dynamic glib linking.
5258: fixes for FreeBSD
5259:
5260: 2012-07-17 moko
5261:
5262: * configure.in: --with-mailreceive replaced
5263: --with-static-mailreceive and --with-shared-mailreceive pathlink
5264: removed
5265:
5266: 2012-07-16 moko
5267:
5268: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5269: capitalized, content now decoded and text content converted to
5270: $request:charset. all properties are accessed by functions, this
5271: ready for dynamic load.
5272:
5273: 2012-06-28 moko
5274:
1.116 moko 5275: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5276: 32 bit
1.95 moko 5277:
5278: 2012-06-27 moko
5279:
5280: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5281: passive ftp
5282:
5283: * src/lib/ltdl/ltdl.vcproj: release build fixed
5284:
5285: * configure.in: 3.4.2 RC -> 3.4.2
5286:
5287: 2012-06-22 moko
5288:
5289: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5290: #815)
5291:
5292: * tests/: 284.html, results/284.processed: output options test
5293: (feature #265)
5294:
5295: 2012-06-22 misha
5296:
5297: * tests/215.html: - little changes
5298:
5299: 2012-06-21 moko
5300:
5301: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5302: types/pa_vxdoc.h: output_options returned and used (bugfix for
5303: feature #265)
5304:
5305: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5306: breaks long .*, default 10M restored. (issue #216)
5307:
5308: * tests/: 283.html, results/283.processed: test for issue #815
5309: added
5310:
5311: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5312: again, cstrm not required.
5313:
5314: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5315: Win32 and broken FreeBSD (issue #45)
5316:
5317: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5318:
5319: * src/main/pa_string.C: warnings war
5320:
5321: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5322: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5323: main/pa_socks.C, targets/apache/pa_threads.C,
5324: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5325: types/pa_vstatus.C: compilation under cygwin fixed
5326:
5327: 2012-06-19 moko
5328:
5329: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5330: Windows fixed
5331:
5332: * parser3.sln: removed antique pcre_ctype
5333:
5334: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5335:
5336: * src/include/pa_config_fixed.h: undefined reference to
5337: __imp__pcre_* fix for Windows
5338:
5339: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5340: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5341: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5342: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5343: define fixed
1.95 moko 5344:
5345: 2012-06-18 moko
5346:
5347: * src/classes/memcached.C: flush -> clear
5348:
5349: * src/classes/memcached.C: memcached does not support quotes even
5350: in server name
5351:
5352: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5353: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5354: called on open to check servers existance. $.key(true) syntax
5355: now supported
5356:
5357: 2012-06-17 moko
5358:
5359: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5360: cleanup
5361:
5362: * src/classes/table.C, tests/282.cfg, tests/282.html,
5363: tests/results/282.processed: encloser at the EOF bug fixed,
5364: incorrectly enclosed data now processed more logicaly (fixes
5365: #339)
5366:
5367: 2012-06-15 moko
5368:
5369: * buildall-without-xml: sync with buildall-with-xml
5370:
5371: * buildall-with-xml: download auto-detected between fetch and curl
5372:
5373: * configure.in: --with-gc and --with-pcre now also processed
5374: correctly
5375:
1.116 moko 5376: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5377: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5378: should be run on rol1 using automake / aclocal (GNU automake)
5379: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5380:
5381: * configure.in: new PARSER_VERSION logic
5382:
5383: * src/include/pa_version.h: new pa_version.h logic
5384:
5385: * src/: classes/curl.C, classes/file.C, classes/image.C,
5386: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5387: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5388: feols_normalized -> fis_text_content set_binary added
5389:
5390: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5391:
5392: 2012-06-15 misha
5393:
5394: * src/: classes/curl.C, classes/file.C, classes/image.C,
5395: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5396: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5397: ^file::create[text;content] EOLs in content now is normalized. (
5398: new feature: #815 )
5399:
5400: 2012-06-15 moko
5401:
5402: * configure.in: --disable-version-update added to disable version
5403: update with host information (for debian package) whitespace
5404: optimized
5405:
5406: * configure.in: version changed to 3.4.2 RC no-pic added for
5407: libtool
5408:
5409: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5410: it.
5411:
5412: 2012-06-14 moko
5413:
5414: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5415: tests/results/281.processed: "hash flocked" error removed for
5416: safe operations like ^h._count[] ( new feature: #335 )
5417:
1.116 moko 5418: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5419:
5420: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5421:
5422: * configure.in: --with-static/shared xml replaced with --with-xml,
5423: xml compilation check added
5424:
5425: * configure.in: --with-static/shared-gc, --with-static-pcre are
5426: replaced with --with-gc and --with-pcre test for pcre linking
5427: added
5428:
5429: 2012-06-13 moko
5430:
5431: * configure.in: apxs2 check optimized
5432:
5433: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5434: .la, includes optimized
5435:
5436: * buildall-with-xml: --with-pic looks better for -fPIC
5437:
5438: * configure.in: switched to convenience library in static linking
5439:
5440: * src/targets/apache/Makefile.am: switched to convenience library
5441: usage to avoid libtool warnings
5442:
5443: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5444: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5445: smtp/Makefile.am: switched to convenience library usage
5446:
5447: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5448:
5449: * src/targets/apache/Makefile.am: updated for libtool usage
5450:
5451: * buildall-without-xml: --with-included-ltdl added
5452:
5453: * buildall-without-xml: sync with buildall-with-xml
5454:
5455: * buildall-with-xml: --with-included-ltdl added $cflags added for
5456: -fPIC for x64 $download added for wget success check added
5457:
5458: * buildall-without-xml: --with-dynamic-stdcpp removed
5459:
5460: * configure.in: disable-static returned
5461:
5462: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5463: LIBTOOLFLAGS
5464:
5465: 2012-06-12 moko
5466:
5467: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5468: compatible with LIBTOOLFLAGS for unknown reasons
5469:
5470: * buildall-with-xml: --with-dynamic-stdcpp removed
5471:
5472: * configure.in: static/dynamic -lstdc++ linking option removed
5473: apxs2 check added
5474:
5475: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5476: option removed
5477:
5478: 2012-06-10 moko
5479:
5480: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5481: added
5482:
5483: * src/targets/cgi/pp3.cmd: old PAF stuff
5484:
1.116 moko 5485: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5486: beauty
1.95 moko 5487:
5488: * depcomp: from libtool 2.4.2
5489:
5490: * configure.in: ltdl directory removed, it has correct Makefile.in
5491:
5492: 2012-06-09 moko
5493:
1.116 moko 5494: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5495: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5496: autogenerated files updated after libtool update
5497:
1.116 moko 5498: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5499: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5500: config_auto.h.in, config_fixed.h, configure, configure.ac,
5501: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5502: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5503: config/compile, config/config.guess, config/config.sub,
5504: config/depcomp, config/install-sh, config/ltmain.sh,
5505: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5506: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5507: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5508: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5509: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5510: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5511: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5512: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5513:
5514: * configure.in: preparation for new libtool
5515:
5516: * configure.in: Some beauty added :)
5517:
5518: * src/targets/apache/Makefile.am: := -> =
5519:
5520: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5521: again. :)
5522:
5523: * src/include/pa_config_includes.h, configure.in: limits.h added,
5524: previously was taken from pcre_internal.h. :)
5525:
5526: * src/lib/pcre/Makefile.am: config.h returned
5527:
5528: * src/lib/pcre/config.h: still need this. :)
5529:
5530: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5531:
5532: * configure.in: --with-charsets removed; --with-mysql-client & co
5533: removed
5534:
5535: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5536: now in parser tree, no need to copy
5537:
5538: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5539: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5540: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5541: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5542: extracts now used old trash removed
5543:
5544: * etc/parser3.charsets/Makefile.am: charsets now in share
5545: (debian/patches/104_automake.patch) + all charsets are copied
5546:
5547: * buildall-with-xml, buildall-without-xml: curl option removed +
5548: extra arguments now supported
5549:
5550: 2012-06-08 misha
5551:
5552: * src/classes/table.C: - one params.as_hash usage was rolled back:
5553: the 2nd option in ^table.hash[] could be hash or table so
5554: .as_hash will throw an exception when table option is specified
5555:
5556: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5557: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5558: classes/table.C, classes/void.C, classes/xdoc.C,
5559: include/pa_exception.h, types/pa_vmethod_frame.C,
5560: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5561: and improved (whitespaces are allowed as empty options) -
5562: MethodParams::as_table is added - above methods are used for
5563: parsing methods' options ( new feature: #9 )
5564:
5565: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5566: to vclass. now class fields can be accessible as a hash:
5567: $h[^hash::create[$asd:CLASS]]
5568:
5569: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5570: have get_fields method so their fields can be accessed with
5571: ^reflection:fields[...] & ^reflection:field[...]
5572:
5573: 2012-06-06 misha
5574:
5575: * tests/280.html: - tests for
5576: ^reflection:method[obj-or-class;method],
5577: ^reflection:field[obj-or-class;field] and
5578: ^reflection:fields[obj-or-class] are added
5579:
5580: 2012-06-05 misha
5581:
5582: * src/classes/reflection.C: - ^reflection:method[class or
5583: object;method name] and ^reflection:field[class or object;field
5584: name] are added
5585:
5586: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5587: is used
5588:
5589: * src/types/pa_method.h: - Method::as_vjunction method is added
5590:
5591: 2012-06-05 moko
5592:
1.116 moko 5593: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5594:
5595: * src/classes/memcached.C: flish ttl fixed
5596:
5597: 2012-06-04 moko
5598:
5599: * src/classes/json.C, src/classes/op.C, tests/279.html,
5600: tests/results/279.processed: ^json:parse[] now supports $.taint
5601: option (new feature #833)
5602:
5603: 2012-06-04 misha
5604:
5605: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5606: - search_stop method was moved from pa_vcookie.C to pa_common.C
5607:
5608: 2012-06-03 misha
5609:
5610: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5611: cookies are parced and stored into $.cookies ( new feature: #31 )
5612:
5613: 2012-05-30 misha
5614:
5615: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5616: incomplete class into a scope while @USE is found
5617:
5618: * src/main/compile.y: - add incomplete class into a scope while
5619: @USE and @CLASS instructions are found ( bugfix: #838 )
5620:
5621: 2012-05-30 moko
5622:
5623: * src/types/pa_vclass.C, tests/278.html,
5624: tests/results/278.processed: removed "property has no getter
5625: method" exception when GET_DEFAULT present (fixes #269)
5626:
5627: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5628: $._default
5629:
5630: 2012-05-29 moko
5631:
5632: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5633: uninitialized values usage (new feature: #154)
5634:
5635: 2012-05-28 moko
5636:
5637: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5638: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5639: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5640: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5641: src/types/pa_vobject.C, src/types/pa_vobject.h,
5642: src/types/pa_vstring.h, src/types/pa_vtable.C,
5643: tests/results/277.processed, src/types/pa_vtable.h,
5644: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5645: ^json:string[$o; $.default[$method]] implemented for VObject (new
5646: feature #803)
5647:
5648: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5649: tests/results/277.processed: json numbers are now treated as
5650: double ( new feature: #834 )
5651:
5652: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5653: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5654: added for out of range checks, zero division in vint/vdouble
5655: check added ( fixes #832 )
5656:
5657: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5658: ( fixes #832 )
5659:
5660: 2012-05-28 misha
5661:
5662: * buildall-with-xml: - --without-lzma option is added to libxml2
5663: configure
5664:
5665: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5666: added - tests for unsupported values for options $.file, $.table
5667: and $.date are added
5668:
5669: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5670: accepts "stat" $.file[] option's value in addition to existed
5671: "text" and "base64" ( new feature: #835 )
5672:
5673: * tests/276.html: - test for
5674: ^reflection:delete[$object-or-class;field-name]
5675:
5676: * src/classes/reflection.C: -
5677: ^reflection:delete[$object-or-class;field-name] is added ( new
5678: feature: #268 )
5679:
5680: 2012-05-27 misha
5681:
5682: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5683:
5684: 2012-05-24 misha
5685:
5686: * src/include/pa_common.h: - method lastposafter was removed
5687:
5688: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5689: lastposafter - ^file:dirname[] & Co proper handle windows file
5690: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5691: work as *nix commands
5692:
5693: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5694:
5695: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5696: rskipchars were added
5697:
5698: * tests/270.html: - more tests for ^file:find[]
5699:
5700: * tests/065.html: - more tests for ^file:dirname[] & Co
5701:
5702: * src/include/pa_version.h: - must be "win32" here. it is
5703: auto-generated on *nix
5704:
5705: 2012-05-24 moko
5706:
5707: * src/classes/math.C: ^math:convert[] now supports uint32 and
5708: throws overflow exception ( new feature: #830 )
5709:
5710: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5711: uint32 support and overflow added ( new feature: #830 )
5712:
5713: 2012-05-23 moko
5714:
5715: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5716: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5717: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5718: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5719: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5720: types/pa_vregex.h, types/pa_vstateless_class.C,
5721: types/pa_vstateless_class.h, types/pa_vstring.h,
5722: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5723: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5724: "return string as-is" removed from as_expr_result. ( new feature:
5725: #831 )
5726:
5727: * tests/results/244.processed: test changed after bug #782 fix
5728: commited
5729:
5730: * tests/results/229.processed: test results for bug #782 commited
5731:
5732: * tests/: 254.html, results/254.processed: uid now just compared,
5733: not printed. :)
5734:
5735: 2012-05-20 moko
5736:
5737: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5738: feature: #341 )
5739:
5740: * tests/: 254.html, results/254.processed: test for
5741: ^reflection:uid[] added
5742:
5743: * tests/: 254.html, results/254.processed: test for
5744: ^reflection:uid[$obj] added
5745:
5746: 2012-05-17 misha
5747:
5748: * src/main/untaint.C: - do not replace ' char by _26 while
5749: exploding filespec-tainting ( new feature: #829 )
5750:
5751: 2012-05-12 moko
5752:
5753: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5754: not.
5755:
5756: 2012-05-08 moko
5757:
5758: * src/types/pa_vmethod_frame.h: bug #782 fixed
5759:
5760: * tests/229.html: test for bug #782
5761:
5762: * tests/results/259.processed, src/main/pa_request.C,
5763: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5764: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5765: src/types/pa_vvoid.h: feature #154 - first empty param now
5766: string; defined locals are empty strings; $STRICT-VARS(true)
5767: added
5768:
5769: 2012-04-27 moko
5770:
1.116 moko 5771: * src/targets/apache/Makefile.am:
1.95 moko 5772: ../../lib/memcached/libmemcached.a added
5773:
5774: 2012-04-27 misha
5775:
5776: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5777: ( #827 )
5778:
5779: 2012-04-25 moko
5780:
5781: * src/: classes/json.C, classes/memcached.C,
5782: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5783: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5784: implemented.
5785:
5786: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5787:
5788: 2012-04-23 moko
5789:
5790: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5791: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5792: types/pa_vmemcached.h: open allows options hash for new
5793: memcached(options) function
5794:
5795: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5796: not appended
5797:
5798: 2012-04-21 moko
5799:
5800: * src/classes/curl.C: '' added. :)
5801:
5802: * src/classes/classes.vcproj: new curl.h location
5803:
5804: * src/classes/curl.C: verbose output redirection from stderr to
5805: file curl option added
5806:
5807: 2012-04-20 moko
5808:
5809: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5810: contains what we need from curl, #ifdef HAVE_CURL removed
5811:
1.116 moko 5812: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5813: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5814: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5815: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5816: configure option
5817:
5818: 2012-04-19 moko
5819:
5820: * src/: classes/double.C, classes/inet.C, classes/int.C,
5821: classes/string.C, lib/gc/include/gc_allocator.h,
5822: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5823: options from sql_result_string removed. (closes issue #468)
5824:
5825: * src/types/pa_vmemcached.C: empty string fix
5826:
5827: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5828: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5829: pa_vmemcached.C
5830:
5831: 2012-04-18 moko
5832:
5833: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5834: apache2-mpm-prefork" error displayed in threaded mpm.
5835:
5836: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5837: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5838: installed (issue #354)
5839:
5840: 2012-04-16 moko
5841:
5842: * src/types/pa_vmemcached.C: call to memcached_result_create and
5843: memcached_result_free removed
5844:
5845: 2012-04-14 moko
5846:
5847: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5848:
5849: * src/types/pa_vmemcached.C: check_key added and used
5850:
5851: 2012-04-13 moko
5852:
5853: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5854: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5855: Serialization_data now added and used, VString now serialized
5856: with languages into memcached.
5857:
5858: 2012-03-28 moko
5859:
5860: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5861: lib/memcached/pa_memcached.h: result lengths added
5862:
5863: 2012-03-27 moko
5864:
5865: * src/types/pa_vmemcached.C: strdup added
5866:
5867: 2012-03-24 moko
5868:
5869: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5870: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5871: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5872:
5873: 2012-03-20 moko
5874:
1.116 moko 5875: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5876:
5877: * src/targets/cgi/Makefile.am: cleanup
5878:
5879: * src/: types/Makefile.am, types/pa_vmemcached.C,
5880: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5881:
5882: * src/: classes/Makefile.am, classes/memcached.C,
5883: lib/memcached/Makefile.am, lib/memcached/constants.h,
5884: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5885: lib/memcached/types.h, lib/Makefile.am: memcached initial
5886:
5887: 2012-03-16 moko
5888:
5889: * src/main/execute.C: ident now works under Linux + ident displays
5890: filenames (closes issue #818)
5891:
1.116 moko 5892: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5893: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5894: pa_vmethod_frame_local.h removed
5895:
5896: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5897: classes/classes.h, classes/curl.C, classes/date.C,
5898: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5899: classes/hashfile.C, classes/image.C, classes/inet.C,
5900: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5901: classes/memory.C, classes/op.C, classes/reflection.C,
5902: classes/regex.C, classes/response.C, classes/string.C,
5903: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5904: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5905: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5906: include/pa_config_fixed.h, include/pa_config_includes.h,
5907: include/pa_dictionary.h, include/pa_dir.h,
5908: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5909: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5910: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5911: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5912: include/pa_request_charsets.h, include/pa_request_info.h,
5913: include/pa_sapi.h, include/pa_socks.h,
5914: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5915: include/pa_stack.h, include/pa_string.h,
5916: include/pa_stylesheet_connection.h,
5917: include/pa_stylesheet_manager.h, include/pa_table.h,
5918: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5919: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5920: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5921: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5922: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5923: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5924: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5925: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5926: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5927: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5928: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5929: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5930: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5931: main/pa_string.C, main/pa_stylesheet_connection.C,
5932: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5933: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5934: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5935: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5936: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5937: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5938: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5939: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5940: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5941: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5942: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5943: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5944: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5945: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5946: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5947: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5948: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5949: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5950: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5951: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5952: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5953: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5954: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5955: types/pa_vresponse.h, types/pa_vstateless_class.C,
5956: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5957: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5958: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5959: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5960: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5961: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5962: ident now works under Linux + ident displays filenames (closes
5963: issue #818) Copyright updated
5964:
5965: 2012-03-13 moko
5966:
5967: * src/main/pa_string.C: compilation fix for feature #741
5968:
5969: 2012-03-09 misha
5970:
5971: * tests/193.html: - tests for ^string:base64[encoded] are updated
5972:
5973: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5974: now detects invalid base64 chars in the middle of encoded stricg
5975: ( new feature: #55 )
5976:
5977: * src/include/pa_exception.h: - new exception type for base64
5978: decoding is added
5979:
5980: 2012-03-06 misha
5981:
5982: * tests/274.html: - tests for ^date::today[] and
5983: ^date.sql-string[datetime|date|time] are added
5984:
5985: * src/classes/date.C: - constructor ^date::today[] is added ( new
5986: feature: #811 ) - ^date.sql-string[] now can accept one param --
5987: strings "datetime", "date" or "time" - comments tidying up
5988:
5989: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5990: date and time
5991:
5992: 2012-03-03 misha
5993:
5994: * tests/193.html: - tests for
5995: ^string:base64[encoded;$.strict(true)] are added
5996:
5997: * tests/results/auto.p: - try-catch operator is added
5998:
5999: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6000: main/pa_common.C: - $.strict(true|false) option is added to
6001: base64 decode methods ( new feature: #55 )
6002:
6003: * src/main/pa_common.C: - base64 decode memory usage was decreased
6004: ( new feature: #819 )
6005:
6006: 2012-02-28 moko
6007:
6008: * src/classes/hash.C: ident test
6009:
6010: 2012-02-27 misha
6011:
6012: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6013:
6014: 2012-01-08 misha
6015:
6016: * tests/273.html: - tests for ^string.replace[from;to] are added
6017:
6018: * src/: classes/string.C, include/pa_dictionary.h,
6019: main/pa_dictionary.C, main/pa_string.C: -
6020: ^string.replace[from;to] is added ( new feature: #741 ) -
6021: ^string.replace[one subst here] is slightly optimized
6022:
6023: 2011-12-07 misha
6024:
6025: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6026: named table with one empty column ( bugfix: #63 )
6027:
6028: 2011-11-30 misha
6029:
6030: * src/classes/json.C: - it's possible to set user's method for
6031: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6032: #763 )
6033:
6034: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6035:
6036: 2011-11-23 misha
6037:
6038: * src/: classes/curl.C, classes/file.C, classes/image.C,
6039: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6040: types/pa_vfile.h, types/pa_vform.C: - constructor
6041: ^file::create[mode;filename;content[;options]] now accepts binary
6042: mode and file-content - new constructor's format:
6043: ^file::create[string-or-file-content[;$.name[filename]
6044: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6045: feature: #65 )
6046:
6047: * src/: include/pa_request.h, main/pa_request.C: - new method
6048: mime_type_of(const String*) is added
6049:
6050: * src/include/pa_exception.h: - new exception constant
6051: FILE_NAME_MUST_BE_SPECIFIED is added
6052:
6053: * src/classes/table.C: - bug with negative offset transformed into
6054: a feature. it means pointing to a row from the end of the table (
6055: new feature: #810 )
6056:
6057: 2011-11-19 misha
6058:
6059: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6060: â ìåòîäå _select ( new feature: #810 )
6061:
6062: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6063: options were specified together is simplified
6064:
6065: 2011-11-12 misha
6066:
6067: * src/main/pa_request.C: - forgotten fix for escaping filename in
6068: HTTP content-disposition header (a part of bug #361 )
6069:
6070: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6071: checks for ancestors' classes as well ( new feature: #456 )
6072:
6073: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6074: "without cycle" now have types "parser.break" and
6075: "parser.continue" instead of "parser.runtime" ( new feature: #799
6076: )
6077:
6078: 2011-11-11 misha
6079:
6080: * tests/results/: 099.processed, 100.processed, 205.processed,
6081: 237.processed: - since bug #361 was fixed the content of filename
6082: in HTTP headers is quoted
6083:
6084: * tests/results/270.processed: - result for test 270
6085:
6086: * tests/: 065.html, results/065.processed: - more tests for
6087: ^file:basename[] & Co were added
6088:
6089: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6090:
6091: * tests/270.html: - tests for ^file:find[] are added
6092:
6093: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6094: using option $.charset. option $.engoding is still supported but
6095: these options can not be specified together
6096:
6097: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6098: comparation charset name with string "UTF-8" ( bugfix: #759 )
6099:
6100: 2011-10-11 misha
6101:
6102: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6103: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6104: #622)
6105:
6106: 2011-09-30 misha
6107:
6108: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6109: exception "saving stat-ed file" ( bugfix: #395 )
6110:
6111: 2011-05-30 misha
6112:
6113: * src/classes/string.C: - fixed bug which was added with
6114: params.as_hash into string:sql
6115:
6116: 2011-05-29 misha
6117:
6118: * src/types/pa_value.C: - filename in content-disposition header
6119: must be quoted ( bugfix: #361 )
6120:
6121: 2011-05-27 misha
6122:
6123: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6124: created file
6125:
6126: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6127: usage
6128:
6129: * src/include/pa_exception.h: - one more string for exception was
6130: added
6131:
6132: 2011-05-25 misha
6133:
6134: * tests/269.html: - tests for checking input params in some dom
6135: methods
6136:
6137: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6138: was added. it isn't possible not wo create xdoc with invalid
6139: tagName. ( bugfix: #160 )
6140:
6141: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6142: string "data must be string" was mover from pa_exception.h to
6143: pa_xml_exception.h
6144:
6145: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6146: as_xmlncname, as_xmlname and as_xmlnsuri were added
6147:
6148: * src/main/pa_xml_exception.C: - XmlException accepts more options
6149:
6150: * src/include/pa_xml_exception.h: - XmlException accepts more
6151: options - XML-related exception's strings were added
6152:
6153: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6154: output_options were removed)
6155:
6156: 2011-05-19 misha
6157:
6158: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6159: params.as_hash is used more while parsing methods hash-options
6160:
6161: 2011-05-18 misha
6162:
6163: * operators.txt: - info about json-serialization of xdoc was added
6164:
6165: * tests/256.html: - tests for json-serialization xdoc were added
6166:
6167: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6168:
6169: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6170: classes/json.C, classes/xdoc.C: - now json:string can serialize
6171: xdoc-objects. options (the same as ^xdoc.string[]) could be
6172: specified in $.xdoc[] ( new feature: #265 )
6173:
6174: 2011-05-15 misha
6175:
6176: * tests/268.html: - tests for ^table.count[with options] were added
6177:
6178: * src/classes/table.C: - method ^table.count[] now can accept
6179: options ( new feature: #93 ): ^table.count[column] returns number
6180: of columns for named table; ^table.count[cells] returns number of
6181: cells in the current row; ^table.count[] & ^table.count[rows]
6182: return number of rows in a table.
6183:
6184: * tests/267.html: - test for checking switch/case in boolean mode
6185: was added
6186:
6187: * src/classes/op.C: - if switch's or case's value is bool, they are
6188: compared as bool values, not as double values: new feature: #351
6189:
6190: 2011-05-06 misha
6191:
6192: * tests/242.html: - EOL before EOF was added
6193:
6194: * tests/169.html: - tests for splitting empty string and void were
6195: added
6196:
6197: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6198: returned table with one empty cell)
6199:
6200: 2011-04-03 misha
6201:
6202: * src/include/pa_version.h, configure.in: - version in head was
6203: changed to 3.4.2b
6204:
6205: 2011-03-30 misha
6206:
6207: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6208: as well ( new feature #294 )
6209:
6210: 2011-03-29 misha
6211:
6212: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6213: limited to approx. 6 MB. previous limits were too big for real
6214: life. bugfix: #216
6215:
6216: 2011-03-04 moko
6217:
6218: * etc/parser3.charsets/cp866.cfg: Conforms to
6219: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6220:
6221: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6222: vlalek@
6223:
6224: 2011-02-22 misha
6225:
6226: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6227: be under #ifdef XML or parser can't be compiled without xml
6228: support
6229:
6230: 2011-02-21 misha
6231:
1.116 moko 6232: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6233: ApacheModuleParser3.vcproj was removed
6234:
6235: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6236: removed)
6237:
6238: 2011-02-20 misha
6239:
6240: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6241: $.overridden in ^reflection:method_info[...] were added
6242:
6243: * src/classes/reflection.C: - beautifying result of
6244: ^reflection:method_info[] ($.overridden/inherited)
6245:
6246: 2011-02-18 misha
6247:
6248: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6249: and pa_isalnum instead of isalpha and isalnum - bug with
6250: redundand quoting lowercased latin chars while building email
6251: body was fixed
6252:
6253: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6254: added (they check for latin chars only)
6255:
6256: 2011-02-16 misha
6257:
6258: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6259: string size for transcoding gave too small value (should ever
6260: look for availability char in dest charset inspite of the char
6261: size)
6262:
6263: 2011-02-04 moko
6264:
6265: * tests/223.html: header values now not url-encoded (issue #195)
6266:
6267: 2011-02-01 misha
6268:
6269: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6270:
6271: 2011-01-31 misha
6272:
6273: * src/main/pa_request.C: - throw exception if param file_name in
6274: use_file is empty
6275:
6276: 2011-01-08 moko
6277:
6278: * src/classes/curl.C: compilations errors fixed
6279:
6280: 2010-12-29 moko
6281:
6282: * tests/: 265.html, results/265.processed: test for issue #200
6283: added
6284:
6285: * src/main/pa_string.C: empty regex result check added (fixes issue
6286: #200)
6287:
6288: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6289:
6290: * tests/results/223.processed: header values now not url-encoded
6291: (issue #195)
6292:
6293: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6294: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6295: pa_http_safe_header_name added for headers names (fixes bug #195)
6296:
6297: 2010-12-18 misha
6298:
6299: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6300: => pa-include
6301:
6302: 2010-11-28 moko
6303:
6304: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6305:
6306: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6307: -> pa
6308:
6309: * configure.in: apr -> pa
6310:
6311: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6312:
6313: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6314: classes/Makefile.am, types/Makefile.am: apr -> pa
6315:
6316: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6317: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6318: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6319: pa-include/pa_apr.h, pa-include/pa_errno.h,
6320: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6321: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6322: module apr name conflict resolved)
6323:
6324: 2010-11-27 misha
6325:
6326: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6327: libbz2
6328:
6329: 2010-11-26 misha
6330:
6331: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6332: warnings removed
6333:
6334: 2010-11-25 moko
6335:
6336: * operators.txt: $.indent(true)
6337:
6338: * operators.txt: another bugfix. :)
6339:
6340: * operators.txt: bugfix. :)
6341:
6342: * buildall-with-xml: libxml2-2.7.8 + with-apache
6343:
6344: 2010-11-24 moko
6345:
1.116 moko 6346: * configure: apxs support
1.95 moko 6347:
6348: * configure.in: apxs support -Bstatic gc removed for OS X
6349:
6350: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6351:
6352: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6353: THREAD_LOCAL usage
6354:
6355: * src/: classes/curl.C, include/pa_config_includes.h,
6356: main/pa_globals.C: THREAD_LOCAL defined and used
6357:
6358: 2010-11-23 moko
6359:
6360: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6361: should be passed to pa_sleep, and only fractional part (bugfix:
6362: #188)
6363:
6364: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6365:
6366: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6367: GC_dont_gc=1, as in cgi version
6368:
6369: * src/targets/apache/mod_parser3.c: warning war
6370:
6371: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6372: pa_httpd.h: version removed, some trash removed
6373:
6374: * src/targets/apache/mod_parser3.c: version removed (we don't want
6375: to show it), warning war
6376:
6377: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6378: pa_httpd.h: parser_status_allowed removed + merge config
6379: functions removed (override is the default) + beauty
6380:
6381: * src/: include/pa_request.h, main/pa_request.C,
6382: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6383: hide $status used in apache module removed
6384:
6385: 2010-11-18 moko
6386:
6387: * operators.txt: $.table[compact] added for ^json:string[]
6388:
6389: 2010-11-16 moko
6390:
6391: * src/targets/apache/mod_parser3.c: some cleanup done
6392:
6393: * src/main/untaint.C: bugfix: first, second String::Body argument
6394: is hashcode; second, info.fragment_begin is original, not
6395: resulting length
6396:
6397: * src/classes/file.C: new feature: $.stdin now untainted
6398:
6399: * tests/results/264.processed: new feature: $.stdin[] now untainted
6400:
6401: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6402:
6403: * src/classes/op.C: ^apply-taint[] method added
6404:
6405: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6406: added; $.stdin untaint test added
6407:
6408: 2010-11-15 moko
6409:
6410: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6411: removed
6412:
6413: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6414: pa_httpd.h: 2x2 calculated under apache2. :)
6415:
6416: 2010-11-13 moko
6417:
6418: * src/targets/apache/mod_parser3.c: initial changes to build module
6419: with apache 2.x includes
6420:
6421: * src/targets/apache/: Makefile.am, mod_parser3.c,
6422: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6423: united apache 1.3 / apache 2.x DSO module
6424:
6425: 2010-11-09 moko
6426:
6427: * src/types/pa_method.h: check added to dissallow @method[name;*]
6428: syntax
6429:
6430: * tests/: 263.html, results/263.processed: test from method[*args]
6431: added
6432:
6433: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6434: number of params can now be passed to a method declared with *arg
6435:
6436: 2010-11-06 moko
6437:
6438: * src/classes/table.C: formating fixed. :)
6439:
6440: * src/classes/table.C: closes #4: ^table.select now supports
6441: $.limit(), $.offset, $.reverse() options
6442:
6443: * tests/: 262.html, results/262.processed: test for ^table:select
6444: with options added (feature #4)
6445:
6446: * src/include/pa_array.h: remove function added
6447:
6448: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6449: object in get_element/put_element, using static one.
6450:
6451: 2010-11-04 moko
6452:
6453: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6454: options is passed
6455:
6456: * tests/: 256.html, results/256.processed: $.table[compact] feature
6457: now tested; k and p in handler now tested.
6458:
6459: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6460: $.table[compact] feature added
6461:
6462: * src/classes/json.C: key is now passed to handler in
6463: value_json_string; ^json:string result now process tainting
6464: inside and returns clean string, related to issue #153
6465:
6466: * src/main/untaint.C: bugfix: charset can be null (in
6467: ^string:save[] as example), thus check is added
6468:
6469: 2010-10-31 moko
6470:
6471: * src/classes/string.C: error message changed (fixes issue #149)
6472:
6473: 2010-10-29 moko
6474:
6475: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6476: port is not default (fixes issue #155); exception on invalid port
6477: added.
6478:
6479: * src/main/untaint.C: '*' is now not urlencoded to allow header
6480: "Accept: */*" to be passed
6481:
6482: 2010-10-28 moko
6483:
6484: * src/classes/curl.C: bugfix: detect_charset() was throwing
6485: exception on unknown charset even if response_charset was
6486: specified
6487:
6488: 2010-10-27 moko
6489:
6490: * src/classes/string.C: ^string.append removed for void
6491: compatibility
6492:
6493: 2010-10-26 moko
6494:
6495: * src/classes/json.C: libjson supports array at top level, we too
6496: (GPF fixed)
6497:
6498: 2010-10-25 moko
6499:
6500: * tests/: 253.html, results/253.processed: libjson supports array
6501: at top level, parser now supports it as well.
6502:
6503: * tests/261.html, tests/results/261.processed,
6504: src/types/pa_vstring.h: empty string is now void compatible
6505: (allows $empty.key)
6506:
6507: 2010-10-22 misha
6508:
6509: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6510: while adding additional expires checkout)
6511:
6512: * tests/030.html: - test for session cookie was added
6513:
6514: 2010-10-21 moko
6515:
6516: * src/: classes/string.C, classes/void.C, main/execute.C,
6517: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6518: string (feature #111)
6519:
6520: * tests/: 261.html, results/261.processed: checks void from string
6521: inheritance (feature #111)
6522:
6523: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6524: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6525: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6526: now true by default
6527:
6528: 2010-10-17 moko
6529:
6530: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6531: upload now uses binary blocks instead of L_FILE_POST tainting.
6532: (bugfix: #128)
6533:
6534: * tests/: 223.html, results/223.processed: binary file upload test
6535: added, GPF (issue #128) also checked in this test
6536:
6537: 2010-10-13 misha
6538:
6539: * tests/260.html: - test for math:convert
6540:
6541: * src/classes/math.C: - error in math:convert was fixed
6542:
6543: * operators.txt: - info about
6544: ^math:convert[number](from-base;to-base) was added
6545:
6546: * src/classes/math.C: - method
6547: ^math:convert[number](from-base;to-base) for converting number
6548: represention from one base to another was added ( new feature:
6549: #23 )
6550:
6551: 2010-10-13 moko
6552:
6553: * src/main/compile.tab.C: [] now is empty string, not void
6554:
6555: * src/main/compile.y: [] now is empty string, not void
6556:
6557: * src/types/pa_vvoid.h: void now passed as parameter
6558:
6559: * tests/: 259.html, results/259.processed: to test difference
6560: between void and empty string (see ticket #111)
6561:
6562: * tests/results/152.processed: $sEmpty[] is now empty string, not
6563: void
6564:
6565: * tests/256.html: $s[$void] is no longer empty string
6566:
6567: * tests/254.html: empty string is no longer void
6568:
6569: 2010-10-12 misha
6570:
6571: * src/types/pa_vcookie.C: - check if $.expires value can be
6572: converted to date during cookies set up ( bugfix: #104 )
6573:
6574: * tests/041.html: - more tests for ^table.locate were added
6575:
6576: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6577: work ( bugfix: #129 ) - exception comment for incorrect options
6578: ^table.locate[field;value;options] was fixed
6579:
6580: 2010-10-10 moko
6581:
6582: * src/: classes/reflection.C, main/execute.C: constructor returning
6583: another object feature returned
6584:
6585: * tests/results/258.processed: test result updated as constructor
6586: returning another object feature returned
6587:
6588: * tests/: 258.html, results/258.processed: test for constructor
6589: returning another object
6590:
6591: 2010-10-08 misha
6592:
6593: * tests/257.html: - whitespaces after @METACOMMANDS and their
6594: options shouldn't cause exceptions any longer
6595:
6596: 2010-10-06 moko
6597:
6598: * src/classes/: hash.C, table.C: length from sql server is now
6599: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6600:
6601: 2010-10-02 misha
6602:
6603: * operators.txt: - the X mark was removed from ^cache[file]. it is
6604: usable to delete cache file.
6605:
6606: 2010-10-02 moko
6607:
6608: * tests/: 253.html, results/253.processed: hook_key added for key
6609: checking
6610:
6611: * src/classes/json.C: null key bug fixed
6612:
6613: 2010-09-29 misha
6614:
6615: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6616:
6617: 2010-09-25 moko
6618:
6619: * src/classes/json.C: small fixed
6620:
6621: * tests/results/: 253.processed, 255.processed: just updated
6622:
6623: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6624: results/255.processed: charset transcode test added for
6625: json:parse
6626:
6627: 2010-09-24 moko
6628:
6629: * src/types/pa_value.h: warning war :)
6630:
6631: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6632: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6633: ^json:string
6634:
6635: 2010-09-22 moko
6636:
6637: * src/main/pa_charset.C: parser charset tables declare only
6638: white-space before 0x20, thus adding the missing chars
6639:
6640: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6641: to http://unicode.org/Public/MAPPINGS/VENDORS/
6642:
6643: 2010-09-21 misha
6644:
6645: * src/main/compile.y: - some semicolons were added (VS2010 don't
6646: want to compile grammar if they are absent)
6647:
6648: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6649:
6650: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6651:
6652: * src/main/main.vcproj: - path to bison is changed
6653:
6654: 2010-09-21 moko
6655:
1.116 moko 6656: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6657: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6658: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6659:
6660: 2010-09-20 misha
6661:
6662: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6663:
6664: * src/classes/json.C: - add EOL while json-serializing hash
6665:
6666: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6667: compilers don't like 'ES'.
6668:
6669: 2010-09-17 misha
6670:
6671: * operators.txt: - info about json class was added
6672:
6673: * src/classes/json.C: - ^json:string[object]
6674:
6675: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6676: preventing infinite recursion while executing json:string was
6677: added
6678:
6679: * src/include/pa_string.h: - method append_quoted was added
6680:
6681: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6682: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6683: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6684: was added to Value & Co
6685:
6686: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6687: were used
6688:
6689: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6690: were added
6691:
6692: 2010-09-10 moko
6693:
6694: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6695: die_or_abort (backport from 3.4.1)
6696:
6697: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6698: die_or_abort (bugfix: #106)
6699:
6700: 2010-09-09 moko
6701:
6702: * src/classes/json.C: warning war. :)
6703:
6704: 2010-09-08 misha
6705:
6706: * src/lib/json/Makefile.am: - additional include directories were
6707: added (for pa_memory.h and gc.h)
6708:
6709: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6710: compile as C++ instead default - additional include directory was
6711: added (for gc.h)
6712:
6713: * src/types/pa_vform.C: - little code reformating
6714:
6715: * src/classes/file.C: - $.content-type option now can be specified
6716: in ^file::create ( new feature: #102 )
6717:
6718: 2010-09-08 moko
6719:
6720: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6721: pa_malloc/pa_free
6722:
6723: 2010-09-07 moko
6724:
6725: * tests/results/254.processed: VStateless_class:put_element
6726: exception was fixed
6727:
6728: * src/types/: pa_value.h, pa_vstateless_class.h: now
6729: VStateless_class:put_element barks self.type, not this.type
6730: (bugfix: #105)
6731:
6732: 2010-09-06 moko
6733:
6734: * src/classes/reflection.C: bugfix: new String() is required for
6735: exception handling
6736:
6737: * tests/: 254.html, results/254.processed: test modified
6738:
6739: 2010-09-05 moko
6740:
6741: * tests/: 254.html, results/254.processed: ^reflection:copy test
6742: added
6743:
6744: * src/: classes/reflection.C, include/pa_request.h:
6745: ^reflection:copy implemented (new feature: #100)
6746:
6747: 2010-09-03 moko
6748:
6749: * src/lib/json/JSON_parser.C: c++ compatiblity
6750:
6751: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6752: option testing added
6753:
6754: 2010-09-02 moko
6755:
6756: * src/classes/json.C: $.distinct[first|last|all] added
6757:
6758: 2010-09-01 moko
6759:
6760: * tests/results/253.processed: json test result
6761:
6762: * tests/: 253.html, 253_json.txt: json test added
6763:
6764: * src/classes/json.C: json.C update to actual version + hash key
6765: creation bugfix
6766:
6767: 2010-08-31 misha
6768:
6769: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6770: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6771: src/lib/Makefile.am, src/classes/Makefile.am,
6772: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6773: json library was added
6774:
6775: 2010-08-30 moko
6776:
6777: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6778: types/pa_vobject.C: cosmetic optimization in
6779: request:execute_method usage
6780:
6781: * src/: include/pa_charset.h, main/pa_charset.C: small
6782: optimization, just to decrease number of lines. :)
6783:
6784: 2010-08-27 misha
6785:
6786: * src/classes/op.C: - taint[json] was added
6787:
6788: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6789: were added
6790:
6791: * src/main/pa_exec.C: - warning fix was rolled back.
6792:
6793: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6794: include/pa_string.h: - taint[json] was added - escaping was
6795: slightly modified
6796:
6797: 2010-08-25 misha
6798:
6799: * src/classes/file.C: - typo in file:sql exception was fixed
6800:
6801: * src/main/pa_exec.C: - warning about declared and not used
6802: variable forced_allow was removed
6803:
6804: 2010-08-14 misha
6805:
6806: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6807: were removed
6808:
6809: 2010-08-11 moko
6810:
6811: * tests/: 249.html, results/249.processed: default setter and
6812: anti-recursive default getter test added
6813:
6814: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6815: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6816: types/pa_vobject.h, types/pa_vstateless_class.C,
6817: types/pa_vstateless_class.h: default setter support +
6818: anti-recursive default getter support ( new feature: #13 )
6819:
6820: * src/include/pa_hash.h: optimization: threshold member removed
6821: from hash, reducing sizeof(hash)
6822:
6823: 2010-08-10 misha
6824:
6825: * tests/196.html: - junction-method was added to the test
6826:
6827: * tests/248.html: - ups. typo :)
6828:
6829: * tests/248.html: - test for checking .match with 4 params
6830:
6831: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6832: 247_windows1251.txt: - test for "transcode file from utf-8 to
6833: $request:charset during loading if the BOM code is detected"
6834:
6835: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6836: $request:charset during loading if the BOM code is detected ( new
6837: feature: #98 )
6838:
6839: 2010-08-05 misha
6840:
6841: * src/classes/image.C: - ^image.replace now can accept only 2
6842: params. in this case the whole image is affected ( new feature:
6843: #95 )
6844:
6845: 2010-08-04 misha
6846:
6847: * tests/246.html: - test tor ^hash._at[] was added
6848:
6849: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6850: #53 )
6851:
6852: * src/include/pa_hash.h: - methods for accessing the first and the
6853: last values of ordered hash were added (first_value and
6854: last_value)
6855:
6856: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6857: (similar to others file's methods):
6858: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6859: #68 )
6860:
6861: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6862:
6863: 2010-08-01 moko
6864:
6865: * src/classes/op.C: to correctly process $result[] in code, called
6866: from ^process
6867:
6868: * tests/245.html: $result in ^process[] test added
6869:
6870: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6871: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6872: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6873: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6874: caller, self) op_call(VMethodFrame &frame, bool constructing)
6875: removed, construct(class,method) added
6876:
6877: * tests/results/: 192.processed, 244.processed: request::construct
6878: added
6879:
6880: * tests/: 244.html, 245.html, results/244.processed,
6881: results/245.processed: object creation exceptions and ^process
6882: tests added
6883:
6884: 2010-07-28 misha
6885:
6886: * tests/make_tests.cmd: - win32 EOLs
6887:
6888: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6889: tests on Win32 were added (The system timezone should be GMT+3)
6890:
6891: 2010-07-26 misha
6892:
6893: * tests/: 212.html, results/212.processed: - sizes were removed
6894: mecause they could be different on different OSs
6895:
6896: * tests/065.html: - make it "win32 friendly"
6897:
6898: 2010-07-25 misha
6899:
6900: * src/main/compile.y: - all EOLs between methods are removed during
6901: compilation ( new feature: #47 )
6902:
6903: * tests/results/149.processed: - prepare tests to trim trailing
6904: methods' EOLs
6905:
6906: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6907:
6908: * tests/: results/006.processed, results/014.processed, 006.html,
6909: 014.html, 022.html: - prepare tests to trim trailing methods'
6910: EOLs
6911:
6912: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6913: results/071.processed, results/022.processed: - prepare tests to
6914: trim trailing methods' EOLs
6915:
6916: * tests/: results/073.processed, results/109.processed,
6917: results/142.processed, results/144.processed,
6918: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6919: 144.html: - prepare tests to trim trailing methods' EOLs
6920:
6921: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6922: 149.html, 152.html, results/096.processed, results/107.processed,
6923: results/109.processed, results/142.processed,
6924: results/144.processed: - prepare tests to trim trailing methods'
6925: EOLs
6926:
6927: 2010-07-24 moko
6928:
6929: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6930: the hash order in this test
6931:
6932: * tests/014.html: to check hash order, hash no is longer sorted
6933: before print
6934:
6935: * src/include/pa_hash.h: hash copy constructor now keeps order
6936: (bugfix: #54)
6937:
6938: 2010-07-23 moko
6939:
6940: * tests/results/224.processed: @auto[] is no longer inherited
6941:
6942: * src/types/pa_vstateless_class.C, tests/227.html,
6943: tests/results/227.processed: @auto[] is no longer inherited
6944: (bugfix: #57)
6945:
6946: 2010-07-22 misha
6947:
6948: * src/classes/table.C: - don't skip comment lines during
6949: table::load if encloser or separator is set as '#' ( new feature:
6950: #30 )
6951:
6952: * src/targets/cgi/parser3.C: - don't run as cgi if
6953: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6954: #12 )
6955:
6956: * src/classes/file.C: - set PARSER_VARSION env before external
6957: script executing
6958:
6959: 2010-07-13 misha
6960:
6961: * tests/058.html: - test for suppressing @border was added - test
6962: for user attribute was added
6963:
6964: * tests/results/186.processed: unescaping from \uXXXX
6965:
6966: * tests/186.html: unescaping from \uXXXX
6967:
6968: * tests/: 239.html, results/239.processed: method call type
6969:
6970: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6971: $junction_method.CLASS_NAME (+CLASS)
6972:
6973: 2010-07-07 misha
6974:
6975: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6976: *nix
6977:
6978: 2010-07-05 misha
6979:
6980: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6981: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6982: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6983: comment strings "options must be hash", "options must be hash,
6984: not code" and "called with invalid option" were replaced by
6985: constatns - exception comment string "invalid option passed" was
6986: replaced by "called with invalid option" (now in different
6987: methods are the same exception comment string)
6988:
6989: * src/include/pa_exception.h: - more exception strings were defined
6990:
6991: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6992: types/pa_vstateless_class.h: - now we can define possible
6993: method's call type ( new feature: #5 ) 1.
6994: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6995: methods 2. @static:method[params] (only static keyword could be
6996: used here) -- for specified methods
6997:
6998: * src/main/pa_common.C: - junction points should not be deleted on
6999: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7000: cleanup
7001:
7002: 2010-07-03 misha
7003:
7004: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7005: results/158.processed, results/160.processed,
7006: results/161.processed, results/162.processed,
7007: results/163.processed: - prepare tests to trim trailing methods'
7008: EOLs
7009:
7010: * tests/results/169.processed: - prepare tests to trim trailing
7011: methods' EOLs
7012:
7013: * tests/results/: 168.processed, 169.processed: - prepare tests to
7014: trim trailing methods' EOLs
7015:
7016: * tests/: results/170.processed, results/167.processed,
7017: results/168.processed, results/169.processed, 167.html, 168.html,
7018: 169.html: - prepare tests to trim trailing methods' EOLs
7019:
7020: * tests/: results/170.processed, results/171.processed,
7021: results/172.processed, results/173.processed,
7022: results/174.processed, results/175.processed, 170.html, 171.html,
7023: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7024: trailing methods' EOLs
7025:
7026: * tests/: results/176.processed, results/180.processed,
7027: results/184.processed, results/185.processed,
7028: results/191.processed, results/192.processed,
7029: results/196.processed, results/197.processed,
7030: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7031: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7032: to trim trailing methods' EOLs
7033:
7034: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7035: results/199.processed, results/208.processed,
7036: results/209.processed, results/213.processed,
7037: results/214.processed: - prepare tests to trim trailing methods'
7038: EOLs
7039:
7040: 2010-06-29 misha
7041:
7042: * tests/: 220.html, 218.html, results/218.processed,
7043: results/215.processed, results/217.processed, 215.html, 217.html:
7044: - prepare tests to trim trailing methods' EOLs
7045:
7046: * tests/: results/224.processed, 224.html, 223.html,
7047: results/223.processed, results/220.processed: - prepare tests to
7048: trim trailing methods' EOLs
7049:
7050: * tests/results/: 226.processed, 230.processed: - prepare tests to
7051: trim trailing methods' EOLs
7052:
7053: * tests/: 229.html, results/229.processed: - prepare tests to trim
7054: trailing methods' EOLs
7055:
7056: * tests/: 232.html, 235.html, results/232.processed,
7057: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7058: results/226.processed, results/227.processed,
7059: results/228.processed, results/230.processed: - prepare tests to
7060: trim trailing methods' EOLs
7061:
7062: 2010-06-16 moko
7063:
7064: * tests/: 229.html, results/229.processed: elseif now supported in
7065: ^if
7066:
7067: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7068:
7069: 2010-06-03 misha
7070:
7071: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7072: instead of memcopy for overlaped regions
7073:
7074: 2010-05-25 misha
7075:
7076: * src/main/pa_common.C: - wanring about unused vars was removed
7077:
7078: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7079: get_method_filename was moved to execute.C
7080:
7081: 2010-05-23 misha
7082:
7083: * src/main/pa_request.C: - more accurate detection of method's file
7084:
7085: 2010-05-22 misha
7086:
7087: * src/classes/reflection.C: - bugfix: core during detection of
7088: .file if filespec isn't detected successfully
7089:
7090: 2010-05-20 misha
7091:
7092: * src/main/pa_request.C: - fix in get_method_filename
7093:
7094: * src/include/pa_request.h: - new feature: #24 -- searching
7095: included file in @USE/^use is changed. if its filespec doesn't
7096: start from '/' it will be searched in caller file directory
7097:
7098: * src/classes/reflection.C: - ^reflection:method_info returns file
7099: where the method is defined
7100:
7101: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7102: classes/op.C: - new feature: #24 -- searching included file in
7103: @USE/^use is changed. if its filespec doesn't start from '/' it
7104: will be searched in caller file directory
7105:
7106: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7107: is moved to pa_common.h
7108:
7109: 2010-05-18 misha
7110:
7111: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7112: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7113: cookie parser decode \uXXXX as well as %uXXXX
7114:
7115: 2010-05-17 misha
7116:
7117: * src/classes/curl.C: beauty: - unused param is removed in method
7118: _curl_version_action - some spaces were removed or replaced by
7119: tabs
7120:
7121: * src/classes/table.C: - bugfix: #72 core with empty value during
7122: ^table.hash[...;name_of_the_last_column][$.type[string]]
7123:
7124: 2010-05-16 misha
7125:
7126: * src/classes/curl.C: new: #61 more curl options were added
7127: (contributed by Sumo)
7128:
7129: 2010-04-29 pretender
7130:
7131: * src/main/pa_string.C: fixes #63 Split result from empty string
7132: now empty string.
7133:
7134: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7135: string type.
7136:
7137: 2010-04-28 pretender
7138:
7139: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7140: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7141: macrodefinition removed
7142:
7143: 2010-04-19 pretender
7144:
7145: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7146: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7147:
7148: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7149: fixes #64 Now file.missing exception generates in unsafe mode to.
7150:
7151: * src/classes/file.C: fixes #48 Now not throw "not save environment
7152: variable" exception in grpunlim version.
7153:
7154: 2010-04-05 misha
7155:
7156: * src/classes/string.C: - new feature: 4th param was added to
7157: match. if specified its value is returned in case of nothing was
7158: found
7159:
7160: 2010-04-01 misha
7161:
7162: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7163: multiple execution of /a/b/auto.p
7164:
7165: 2010-03-19 misha
7166:
7167: * src/main/execute.C: - core in $table1.$table2 was fixed
7168:
7169: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7170:
7171: 2010-01-27 misha
7172:
7173: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7174: trying to open file by path /existing-file/non-exixting-file
7175:
7176: 2010-01-26 misha
7177:
7178: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7179: was added (returns file)
7180:
7181: 2009-12-22 misha
7182:
7183: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7184: now parser doesn't have class curl if it was built without it
7185:
7186: 2009-12-15 misha
7187:
7188: * configure.in: - little cheat with curl include dir was added
7189:
7190: 2009-12-05 misha
7191:
7192: * src/classes/curl.C: - some fixes
7193:
7194: 2009-12-04 misha
7195:
7196: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7197: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7198: buildall-with-xml, buildall-without-xml, configure.in: - curl
7199: class was added
7200:
7201: * src/include/pa_hash.h: - hash-iterator was added
7202:
7203: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7204: was added to pcre
7205:
7206: 2009-11-27 misha
7207:
7208: * src/classes/image.C: - don't add @border attribute to output of
7209: ^image.html[] if it was specified by user with empty value
7210:
7211: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7212: root element and we are trying to access .documentElement
7213:
7214: 2009-11-11 misha
7215:
7216: * src/classes/table.C: - in ^table.flip[] look at number of columns
7217: instead of number of items in first row for named tables
7218:
7219: 2009-11-10 misha
7220:
7221: * operators.txt: - info about hash-options in ^file::create was
7222: added
7223:
7224: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7225: added
7226:
7227: 2009-11-09 misha
7228:
7229: * buildall-with-xml: - moving to libxml 2.7.6
7230:
7231: * tests/236.html: - tests for comparations cords with functions
7232: were added
7233:
7234: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7235: added
7236:
7237: * src/main/pa_http.C: - little optimisation
7238:
7239: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7240: GPF mallocs + stringstream (table.save)
7241:
7242: * src/classes/file.C: - file::create now accepts 4th param: options
7243: with $.charset
7244:
7245: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7246: bug in cord (comparation cords with functions was buggy)
7247:
7248: 2009-11-06 misha
7249:
7250: * src/main/pa_string.C: - bugfix: calculation string.length
7251: sometimes was buggy
7252:
7253: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7254: destroyed if exception occured during match/replace
7255:
7256: * src/: main/pa_charset.C, include/pa_charset.h: - method
7257: lengthUTF8Char was added
7258:
7259: * src/classes/op.C: - clean tainting lang was added for user's
7260: usage
7261:
7262: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7263: fixed: checkouts are required after GC_MALLOC
7264:
7265: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7266:
7267: * operators.txt: - actually, there is no ^untaint[xml] in
7268: file::create
7269:
7270: 2009-10-15 misha
7271:
7272: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7273: were added
7274:
7275: * tests/234.html: - more tests for checking ^taint[uri] escaping
7276: were added
7277:
7278: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7279: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7280: hacking: for dealing with transcoding+^taint[uri]
7281: transcode_and_untaint was replaced by untaint_and_transcode
7282:
7283: 2009-10-13 misha
7284:
7285: * tests/: 121.html, results/121.processed: - test transcoding +
7286: url-escaping now
7287:
7288: * tests/results/auto.p: - more helpers' methods were added
7289:
7290: * src/main/pa_globals.C: - die instead of abort
7291:
7292: 2009-10-06 misha
7293:
7294: * src/main/pa_common.C: - don't allocate memory during
7295: capitalization if input string is already capitalized
7296:
7297: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7298:
7299: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7300: use format function because it calls malloc
7301:
7302: * src/include/pa_common.h: - more capitalized headers were added
7303:
7304: * src/main/pa_common.C: - in safe mode clear executable bits during
7305: file writing
7306:
7307: 2009-10-05 misha
7308:
7309: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7310:
7311: 2009-10-03 misha
7312:
7313: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7314: ^img.text[] & ^img.length[] can work in utf-8 now
7315:
7316: * src/: include/pa_charset.h, main/pa_charset.C: - class
7317: UTF8_string_iterator was added
7318:
7319: * src/classes/image.C: - respect utf-8 when calculate alphabet
7320: length
7321:
7322: * src/classes/mail.C: - check from before get message.cstr
7323:
7324: 2009-10-02 misha
7325:
7326: * tests/233.html: - test for image.font, image.length, image.text
7327: with text in utf-8 were added
7328:
7329: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7330:
7331: * buildall-with-xml, buildall-without-xml: - comment about gc
7332: version for freebsd 4 was added
7333:
7334: 2009-10-01 misha
7335:
7336: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7337: terminator) - read_pipe were slightly optimized
7338:
7339: 2009-09-28 misha
7340:
7341: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7342: removed
7343:
7344: * src/types/pa_vmail.C: - forgot about space after ':'
7345:
7346: * src/types/pa_vmail.C: - escape filenames while preparing mail
7347: body - small simplifications
7348:
7349: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7350: inout params like pa_base64
7351:
7352: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7353: option $.debug-print(1) was added to mail:send - changes for
7354: using uue_encode which uses less memory
7355:
7356: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7357:
7358: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7359: memory now
7360:
7361: 2009-09-26 misha
7362:
7363: * src/types/pa_vmail.C: - default encoding now is base64
7364:
7365: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7366:
7367: 2009-09-25 misha
7368:
7369: * src/types/pa_vmail.C: - capitalization of headers was added to
7370: sending mail as well
7371:
7372: * buildall-with-xml: - catalog package was removed from libxml
7373:
7374: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7375: win32 absolute path
7376:
7377: * src/include/pa_common.h: - one more capitalized header was added
7378:
7379: 2009-09-22 misha
7380:
7381: * INSTALL: - comment about building just httpd binary while
7382: building apache module was added
7383:
7384: 2009-09-21 misha
7385:
7386: * buildall-with-xml: - moving to the latest versions of xml libs:
7387: libxml 2.7.4 and libxslt 1.1.25
7388:
7389: 2009-09-19 misha
7390:
7391: * tests/231.html: - test for encoding cookie in win-1251
7392:
7393: 2009-09-18 misha
7394:
7395: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7396: object] were added
7397:
7398: * operators.txt: - info about method ^reflection:fields[class or
7399: object] was added
7400:
7401: * src/classes/reflection.C: - method ^reflection:fields[class or
7402: object] was added
7403:
7404: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7405: methods get_fields were added
7406:
7407: * tests/232.html: - tests for @GET[name]
7408:
7409: * src/classes/table.C: - some changes in handling hash-options for
7410: creare, join and locate
7411:
7412: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7413: defined with option: the type of requested value
7414:
7415: 2009-09-17 misha
7416:
7417: * tests/212.html: - tests for .pattern and .options were added
7418:
7419: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7420: $regex.options were added
7421:
7422: 2009-09-11 misha
7423:
7424: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7425: rewrited. it checks not just one case of sending cookies during
7426: file::load[http], but also sending headers and fields (including
7427: files)
7428:
7429: 2009-09-10 misha
7430:
7431: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7432: was removed => now parser can open files with Russian 'r' in
7433: filename
7434:
7435: * src/main/untaint.C: - bugfix: client charset whould be analized
7436: while escaping cookies but now source charset
7437:
7438: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7439: ^tainted[uri] so it was possible to make request with incorrect
7440: http header
7441:
7442: * src/main/pa_http.C: - capitalization of http headers during
7443: file::load[http was slightly changes - bugfix: all headers which
7444: parser sends during file::load[http should be transcoded and only
7445: then escaped
7446:
7447: * src/main/untaint.C: - a bit more comments were added
7448:
7449: * src/classes/: file.C, string.C: - types where changes (minus 2
7450: warnings)
7451:
7452: * src/include/pa_common.h: - 2 capitalized strings for making http
7453: headers during file::load[http were added
7454:
7455: 2009-09-08 misha
7456:
7457: * operators.txt: - changes in file.save and string.save were added
7458:
7459: * tests/: 230.html, 230.txt: - tests for checking options in
7460: file.save and string.save were added
7461:
7462: * src/main/pa_request.C: - http headers names, which are passed to
7463: SAPI::add_header_attribute are lowercased now (it'll be
7464: capitalized in that method)
7465:
7466: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7467: classes/string.C: - file_write accepts Request_charsets and asked
7468: charset and cound transcode content before writing - string.save
7469: and file.save have option $.charset now
7470:
7471: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7472: classes/xdoc.C: - file_write accepts Request_charsets and asked
7473: charset and cound transcode content before writing
7474:
7475: * src/include/pa_exception.h: - new exception comment string was
7476: defined
7477:
7478: 2009-09-07 misha
7479:
7480: * src/main/compile.y: - grammar $name\ name stops now for regex
7481: sub-pattern\s
7482:
7483: 2009-09-04 misha
7484:
7485: * src/main/pa_http.C: - capitalization of http headers during
7486: file::load[http was implemented
7487:
7488: 2009-09-03 misha
7489:
7490: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7491: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7492: types/pa_vmail.C, targets/cgi/parser3.C,
7493: targets/isapi/parser3isapi.C: - back to storing response http
7494: headers in lowercase - capitalize them during output
7495:
7496: 2009-08-31 misha
7497:
7498: * src/classes/table.C: - allow call with any brackets (it could be
7499: useful in methods with explict result declaration)
7500:
7501: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7502: correctly if $request:charset==koi8-r
7503:
7504: 2009-08-30 misha
7505:
7506: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7507: changed: content-type => Content-type and so on
7508:
7509: * src/classes/file.C, src/include/pa_common.h,
7510: src/include/pa_request.h, src/main/pa_http.C,
7511: src/main/pa_request.C, src/types/pa_vcookie.C,
7512: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7513: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7514: tests/results/002.processed, tests/results/003.processed,
7515: tests/results/004.processed, tests/results/005.processed,
7516: tests/results/006.processed, tests/results/007.processed,
7517: tests/results/008.processed, tests/results/009.processed,
7518: tests/results/010.processed, tests/results/011.processed,
7519: tests/results/012.processed, tests/results/013.processed,
7520: tests/results/014.processed, tests/results/015.processed,
7521: tests/results/016.processed, tests/results/017.processed,
7522: tests/results/018.processed, tests/results/019.processed,
7523: tests/results/020.processed, tests/results/021.processed,
7524: tests/results/022.processed, tests/results/023.processed,
7525: tests/results/024.processed, tests/results/025.processed,
7526: tests/results/026.processed, tests/results/027.processed,
7527: tests/results/028.processed, tests/results/029.processed,
7528: tests/results/030.processed, tests/results/031.processed,
7529: tests/results/032.processed, tests/results/033.processed,
7530: tests/results/034.processed, tests/results/035.processed,
7531: tests/results/036.processed, tests/results/037.processed,
7532: tests/results/038.processed, tests/results/039.processed,
7533: tests/results/040.processed, tests/results/041.processed,
7534: tests/results/042.processed, tests/results/043.processed,
7535: tests/results/044.processed, tests/results/045.processed,
7536: tests/results/046.processed, tests/results/047.processed,
7537: tests/results/048.processed, tests/results/049.processed,
7538: tests/results/050.processed, tests/results/051.processed,
7539: tests/results/052.processed, tests/results/053.processed,
7540: tests/results/054.processed, tests/results/055.processed,
7541: tests/results/056.processed, tests/results/057.processed,
7542: tests/results/058.processed, tests/results/059.processed,
7543: tests/results/060.processed, tests/results/061.processed,
7544: tests/results/062.processed, tests/results/063.processed,
7545: tests/results/064.processed, tests/results/065.processed,
7546: tests/results/066.processed, tests/results/067.processed,
7547: tests/results/068.processed, tests/results/069.processed,
7548: tests/results/070.processed, tests/results/071.processed,
7549: tests/results/072.processed, tests/results/073.processed,
7550: tests/results/074.processed, tests/results/075.processed,
7551: tests/results/076.processed, tests/results/077.processed,
7552: tests/results/078.processed, tests/results/079.processed,
7553: tests/results/080.processed, tests/results/081.processed,
7554: tests/results/082.processed, tests/results/083.processed,
7555: tests/results/084.processed, tests/results/085.processed,
7556: tests/results/086.processed, tests/results/087.processed,
7557: tests/results/088.processed, tests/results/089.processed,
7558: tests/results/090.processed, tests/results/091.processed,
7559: tests/results/092.processed, tests/results/093.processed,
7560: tests/results/094.processed, tests/results/095.processed,
7561: tests/results/096.processed, tests/results/097.processed,
7562: tests/results/098.processed, tests/results/099.processed,
7563: tests/results/100.processed, tests/results/101.processed,
7564: tests/results/102.processed, tests/results/103.processed,
7565: tests/results/104.processed, tests/results/105.processed,
7566: tests/results/106.processed, tests/results/107.processed,
7567: tests/results/108.processed, tests/results/109.processed,
7568: tests/results/110.processed, tests/results/111.processed,
7569: tests/results/112.processed, tests/results/113.processed,
7570: tests/results/114.processed, tests/results/115.processed,
7571: tests/results/116.processed, tests/results/117.processed,
7572: tests/results/118.processed, tests/results/119.processed,
7573: tests/results/120.processed, tests/results/121.processed,
7574: tests/results/122.processed, tests/results/123.processed,
7575: tests/results/124.processed, tests/results/125.processed,
7576: tests/results/126.processed, tests/results/127.processed,
7577: tests/results/128.processed, tests/results/129.processed,
7578: tests/results/130.processed, tests/results/131.processed,
7579: tests/results/132.processed, tests/results/133.processed,
7580: tests/results/134.processed, tests/results/135.processed,
7581: tests/results/136.processed, tests/results/138.processed,
7582: tests/results/139.processed, tests/results/140.processed,
7583: tests/results/141.processed, tests/results/142.processed,
7584: tests/results/143.processed, tests/results/144.processed,
7585: tests/results/145.processed, tests/results/146.processed,
7586: tests/results/147.processed, tests/results/148.processed,
7587: tests/results/149.processed, tests/results/150.processed,
7588: tests/results/151.processed, tests/results/152.processed,
7589: tests/results/153.processed, tests/results/154.processed,
7590: tests/results/155.processed, tests/results/156.processed,
7591: tests/results/157.processed, tests/results/158.processed,
7592: tests/results/159.processed, tests/results/160.processed,
7593: tests/results/161.processed, tests/results/162.processed,
7594: tests/results/163.processed, tests/results/164.processed,
7595: tests/results/165.processed, tests/results/166.processed,
7596: tests/results/167.processed, tests/results/168.processed,
7597: tests/results/169.processed, tests/results/170.processed,
7598: tests/results/171.processed, tests/results/172.processed,
7599: tests/results/173.processed, tests/results/174.processed,
7600: tests/results/175.processed, tests/results/176.processed,
7601: tests/results/177.processed, tests/results/178.processed,
7602: tests/results/179.processed, tests/results/180.processed,
7603: tests/results/181.processed, tests/results/182.processed,
7604: tests/results/183.processed, tests/results/184.processed,
7605: tests/results/185.processed, tests/results/186.processed,
7606: tests/results/187.processed, tests/results/188.processed,
7607: tests/results/189.processed, tests/results/190.processed,
7608: tests/results/191.processed, tests/results/192.processed,
7609: tests/results/193.processed, tests/results/194.processed,
7610: tests/results/195.processed, tests/results/196.processed,
7611: tests/results/197.processed, tests/results/198.processed,
7612: tests/results/199.processed, tests/results/200.processed,
7613: tests/results/201.processed, tests/results/202.processed,
7614: tests/results/203.processed, tests/results/204.processed,
7615: tests/results/205.processed, tests/results/206.processed,
7616: tests/results/207.processed, tests/results/208.processed,
7617: tests/results/209.processed, tests/results/210.processed,
7618: tests/results/211.processed, tests/results/212.processed,
7619: tests/results/213.processed, tests/results/214.processed,
7620: tests/results/215.processed, tests/results/216.processed,
7621: tests/results/217.processed, tests/results/218.processed,
7622: tests/results/219.processed, tests/results/220.processed,
7623: tests/results/221.processed, tests/results/222.processed,
7624: tests/results/223.processed, tests/results/224.processed,
7625: tests/results/225.processed, tests/results/226.processed,
7626: tests/results/227.processed, tests/results/228.processed,
7627: tests/results/229.processed: - http headers were changed:
7628: content-type => Content-type and so on
7629:
7630: 2009-08-27 misha
7631:
7632: * src/: main/pa_random.C, include/pa_random.h,
7633: targets/cgi/parser3.C: - year was updated :)
7634:
7635: 2009-08-26 misha
7636:
7637: * tests/: 224.html, 224.p: - test for creating of parser object
7638: using constructor without params - little bugfix in test
7639:
7640: * src/main/compile_tools.h: - bugfix: should't call autouse while
7641: checking existed class while processing partial option
7642:
7643: * src/classes/reflection.C: - bugfix: core when creating object
7644: with reflection and constructor doesn't have params
7645:
7646: 2009-08-24 misha
7647:
7648: * tests/229.html: - tests for checking the number of parameters
7649: were added
7650:
7651: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7652: number of method's parameters wasn't checked correctly (the bug
7653: was introduced in 3.4.0)
7654:
7655: 2009-08-22 misha
7656:
7657: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7658: transcoded, but tainted pieces are escaped only when
7659: content-type==url-encoding
7660:
7661: * tests/228.html: - test for checking
7662: ^file::load[http://...;$.body[]]
7663:
7664: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7665: post charset was too early (charsets is empty at this moment)
7666:
7667: 2009-08-21 misha
7668:
7669: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7670: main/untaint.C: - some fixes with transcode+untaint
7671:
7672: 2009-08-15 misha
7673:
7674: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7675: was increaced to 100 (was 50)
7676:
7677: * tests/227.html: - test for checking overriding properties in
7678: static classes was added
7679:
7680: * tests/: 226.html, 226.p: - test for @autoload[] was added
7681:
7682: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7683: main/execute.C, main/pa_request.C, classes/reflection.C: -
7684: autouse was implemented
7685:
7686: 2009-08-14 misha
7687:
7688: * src/classes/reflection.C: - outdated checkout was removed
7689:
7690: * src/classes/reflection.C: - optimization - method ^dynamical was
7691: added.
7692:
7693: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7694: types/pa_vstateless_class.h, main/execute.C: - optimization
7695:
7696: * src/types/pa_vclass.C: - exception if base on sytem class
7697:
7698: 2009-08-12 misha
7699:
7700: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7701: pa_vstateless_class.h: - little optimisation
7702:
7703: 2009-08-11 misha
7704:
7705: * tests/224.html: - method_params => method_info - checking for
7706: $.inherited
7707:
7708: * src/classes/reflection.C, operators.txt: - method method_params
7709: was renamed to method_info and now it returns class name, if
7710: method was defined in ancestor
7711:
7712: * tests/225.html: - tests for cheching properties in hierarhical
7713: classes were added
7714:
7715: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7716: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7717: main/compile.y, main/execute.C, classes/classes.C: - problems
7718: with properties in new classes implementation were fixed
7719:
7720: 2009-08-10 misha
7721:
7722: * src/main/execute.C: - now constructor shouldn't be defined in
7723: class. it could be defined in parent.
7724:
7725: 2009-08-09 misha
7726:
7727: * src/classes/reflection.C: - ^reflection:methods doesn't return
7728: base's methods
7729:
7730: 2009-08-08 misha
7731:
7732: * src/: classes/classes.h, classes/date.C, classes/file.C,
7733: classes/form.C, classes/hash.C, classes/hashfile.C,
7734: classes/image.C, classes/mail.C, classes/op.C,
7735: classes/reflection.C, classes/regex.C, classes/string.C,
7736: classes/table.C, classes/xdoc.C, classes/xnode.C,
7737: classes/xnode.h, include/pa_hash.h, main/execute.C,
7738: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7739: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7740: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7741: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7742: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7743: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7744: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7745: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7746: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7747: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7748: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7749: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7750: types/pa_vresponse.C, types/pa_vresponse.h,
7751: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7752: types/pa_vstateless_object.h, types/pa_vstatus.C,
7753: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7754: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7755: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7756: types/pa_wwrapper.h, types/types.vcproj: - new classes
7757: implementation
7758:
7759: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7760: USE_MUNMAP is used. so it is disabled as a workaround.
7761:
7762: 2009-08-05 misha
7763:
7764: * src/: main/pa_common.C, include/pa_common.h: - not needed
7765: parameter was removed
7766:
7767: * src/main/pa_http.C: - bugfix: error was during detecting
7768: content-type of file which was loaded by http
7769:
7770: 2009-08-01 misha
7771:
7772: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7773: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7774: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7775: can't be disabled with defines any longer
7776:
7777: 2009-07-29 misha
7778:
7779: * src/classes/reflection.C, tests/results/224.processed: - for
7780: native methods with any call type now returned empty call_type
7781: value
7782:
7783: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7784: classes/table.C, include/pa_hash.h, include/pa_request.h,
7785: main/pa_request.C: - break in cycles was optimized
7786:
7787: * INSTALL: - more defines were described
7788:
7789: 2009-07-28 misha
7790:
7791: * operators.txt: - some changes in information about reflection
7792: class
7793:
7794: * tests/: 224.html, 224.p: - tests for reflection class
7795:
7796: * src/classes/reflection.C: - some bugs were fixed, method classes
7797: was added, refactoring
7798:
7799: 2009-07-26 misha
7800:
7801: * src/classes/classes.vcproj: - reflection class wass added to
7802: project
7803:
7804: * operators.txt: - information about reflection class was added
7805:
7806: * src/classes/reflection.C: - class was redesigned
7807:
7808: 2009-07-24 misha
7809:
7810: * src/classes/: Makefile.am, reflection.C: - class reflection was
7811: added
7812:
7813: * src/types/pa_vstateless_class.h: - method for reflection method's
7814: in classes was added
7815:
7816: 2009-07-22 misha
7817:
7818: * src/main/compile_tools.h: - bugfix: $object.$var was
7819: over-optimized. it failed if $object1.$object2.field
7820:
7821: 2009-07-16 misha
7822:
7823: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7824: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7825: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7826: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7827: one more arg: length of cord
7828:
7829: 2009-07-15 misha
7830:
7831: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7832: tainted in ^file::load[http://...;$.cookies[]]
7833:
7834: * src/classes/: op.C, regex.C, string.C: - new string with
7835: exception was used
7836:
7837: * src/include/pa_exception.h: - new string with exception was added
7838:
7839: * tests/223.html: - test for checking cookie-encoding during
7840: ^file::load[http was added
7841:
7842: * tests/: 221.html, 222.html: - tests for checking type of
7843: $table.fields.field were added
7844:
7845: * src/types/pa_vtable.C: - not used var decl was removed
7846:
7847: * src/include/pa_string.h: - use cached string length in Body::mid.
7848: it improves speed of match with brackets in pattern
7849:
7850: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7851: outside
7852:
7853: 2009-07-14 misha
7854:
7855: * src/types/pa_vtable.C: - $table.fields.a return string even if
7856: column is empty (sometime returned void) - $table.fields was
7857: added for nameless tables
7858:
7859: * src/targets/cgi/getopt.c: - one warning resolved
7860:
7861: * src/main/pa_string.C: - potentian bug fixed
7862:
7863: * src/classes/op.C: - small optimization in taint/untaint
7864:
7865: 2009-07-13 misha
7866:
7867: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7868: added
7869:
7870: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7871: souldn't add the attribut to output
7872:
7873: 2009-07-11 misha
7874:
7875: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7876: stack size was increaced to 2MB (default=1MB)
7877:
7878: 2009-07-08 misha
7879:
7880: * src/main/pa_string.C: - link to UTF-8 description was added
7881:
7882: * src/include/pa_hash.h: - hash keeps element's order in more
7883: places (ex: ._keys[])
7884:
7885: * tests/220.html: - test for checking order of elements in hash in
7886: foreach was added
7887:
7888: * tests/172.html: - small changes in printing hash
7889:
7890: * tests/129.html: - small changes in printing hash
7891:
7892: * src/: include/pa_common.h, include/pa_hash.h,
7893: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7894: types/pa_vmethod_frame.h: - hash now keeps order of elements
7895:
7896: * tests/014.html: - small changes in printing hash
7897:
7898: 2009-07-07 misha
7899:
7900: * src/classes/op.C: - new taint language "parser-code" was added
7901:
7902: * tests/219.html: - test for auto untaint parser code in process
7903: was added
7904:
7905: * src/classes/op.C: - tainted pieces in body of process are
7906: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7907:
7908: * src/: include/pa_string.h, main/untaint.C: - new language
7909: L_PARSER_CODE for auto-untaint in process was added
7910:
7911: * src/: classes/file.C, classes/hash.C, classes/image.C,
7912: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7913: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7914: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7915: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7916: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7917: code cleanup
7918:
7919: 2009-07-06 misha
7920:
7921: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7922: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7923: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7924:
7925: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7926: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7927: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7928: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7929: should be used
7930:
7931: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7932: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7933: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7934: untaint_cstr[m] should be used
7935:
7936: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7937: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7938:
7939: * tests/218.html: - test for checking automatic file-spec-taint was
7940: added
7941:
7942: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7943: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7944: classes/file.C, classes/hash.C, classes/image.C,
7945: classes/string.C, classes/table.C, classes/void.C,
7946: classes/xdoc.C: - optimizations and simplification of
7947: string.cstr(...)
7948:
7949: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7950: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7951: - optimizations and simplification of string.cstr(...)
7952:
7953: 2009-07-04 misha
7954:
7955: * tests/217.html: - test for recursion detection was added
7956:
7957: * src/: types/types.vcproj, main/main.vcproj,
7958: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7959: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7960: from .vcproj
7961:
7962: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7963:
7964: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7965: uploading files and case-insensitive http-method were added
7966:
7967: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7968: tainted pattern in ^file:list[] was added
7969:
7970: 2009-07-03 misha
7971:
7972: * src/: classes/classes.vcproj, main/main.vcproj,
7973: types/types.vcproj, targets/cgi/parser3.vcproj,
7974: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7975: for dynamic_cast) - little options changes
7976:
7977: * src/main/pa_http.C: - file::load[http works now with uploading
7978: files _and_ changing $.charset
7979:
7980: 2009-06-29 misha
7981:
7982: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7983: while creating pattern
7984:
7985: 2009-06-25 misha
7986:
7987: * src/classes/image.C, operators.txt: - options' names for
7988: ^image.font were changed to $.space, $.width and $spacing -
7989: default space width now == gif's width
7990:
7991: 2009-06-24 misha
7992:
7993: * tests/215.html: - tests for $file.mode were added
7994:
7995: * operators.txt: - added info about $file.mode and changes in
7996: ^image.font[
7997:
7998: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7999: param now could be omited - third param now could be hash (with
8000: all widths options: $.space-width, $.letter-width) - it's
8001: possible to specify tracking ($.letter-space)
8002:
8003: * src/classes/file.C: - file objects now could have mode field
8004: (text|binary)
8005:
8006: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8007:
8008: 2009-06-23 misha
8009:
8010: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8011: trim can work with utf-8 chars now
8012:
8013: 2009-06-20 misha
8014:
8015: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8016: was implemented
8017:
8018: * src/classes/table.C: - string length cacheing was implemented
8019:
8020: * src/include/pa_string.h: - string length cacheing was implemented
8021:
8022: 2009-06-17 misha
8023:
8024: * src/main/execute.C: - value param was removed from
8025: WContext::WContext
8026:
8027: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8028: pa_wwrapper.h: - value param was removed from WContext::WContext
8029: - field wcontext was removed from VCodeFrame (using fparent
8030: instead)
8031:
8032: * tests/214.html: - test with hash copying
8033:
8034: 2009-06-16 misha
8035:
8036: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8037: strings doesn't work in expression anymore
8038:
8039: * src/main/execute.C: - less calls for get_constructing() - little
8040: refactoring
8041:
8042: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8043: include/pa_request.h: - less calls for get_constructing()
8044:
8045: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8046: introduced with OPTIMIZE_SINGLE_STRING optimization
8047:
8048: 2009-06-14 misha
8049:
8050: * src/: classes/date.C, classes/file.C, classes/hash.C,
8051: classes/hashfile.C, classes/image.C, classes/regex.C,
8052: classes/table.C, classes/xdoc.C, classes/xnode.h,
8053: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8054: types/pa_vstateless_class.h, main/execute.C: - create object for
8055: storing object's fields only for parser objects
8056:
8057: 2009-06-13 misha
8058:
8059: * buildall-with-xml, buildall-without-xml: - new option was added
8060: for building GC (it slightly reduces memory usage)
8061:
8062: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8063: single string write
8064:
8065: * src/main/execute.C: - bytecode optimization of ^class:constructor
8066: - optimization of single string write
8067:
8068: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8069: - bytecode optimization of ^class:constructor
8070:
8071: 2009-06-09 misha
8072:
8073: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8074: main (better compatibility)
8075:
8076: 2009-06-08 misha
8077:
8078: * src/main/compile.y: - I've forgot to commit it :(
8079:
8080: 2009-06-07 misha
8081:
8082: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8083: WITH_READ and WITH_ROOT
8084:
8085: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8086: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8087: WITH_ROOT - little refactoring
8088:
8089: 2009-06-06 misha
8090:
8091: * tests/213.html: - tests for 3rd match string-param were added
8092:
8093: * src/classes/string.C: - 3rd match param could be string now
8094:
8095: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8096: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8097: GET_OBJECT_ELEMENT
8098:
8099: 2009-06-05 misha
8100:
8101: * src/main/pa_http.C: - bugfix: content-length was not calculated
8102: if $.body was specified
8103:
8104: 2009-06-04 misha
8105:
8106: * src/classes/op.C: - optimizing write_assign_lang in connect
8107:
8108: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8109:
8110: * src/main/execute.C: - little refactoring - optimizing
8111: write_assign_lang in taint/untaint
8112:
8113: * src/include/pa_opcode.h: - little refactoring
8114:
8115: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8116: main/compile_tools.h, main/execute.C: - optimizations for
8117: $self.field, ^self.method, $self.field[...] and $self.field(...)
8118: were added
8119:
8120: 2009-06-03 misha
8121:
8122: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8123:
8124: 2009-06-02 misha
8125:
8126: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8127: include/pa_opcode.h: - refactoring in last optimizations
8128: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8129: now but code is much easy and it is ready for further
8130: improvements.
8131:
8132: 2009-05-27 misha
8133:
8134: * src/: types/pa_junction.h, types/pa_vjunction.C,
8135: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8136: changed in destructing junctions
8137:
8138: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8139: String:Body
8140:
8141: 2009-05-26 misha
8142:
8143: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8144: one method detect_charset was deleted - bug was fixed in this
8145: method (error while detecting charset in content_type withot last
8146: ';')
8147:
8148: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8149: once
8150:
8151: 2009-05-25 misha
8152:
8153: * src/classes/file.C: - bugfix: file::exec didn't work after
8154: optimizing of helper_length
8155:
8156: 2009-05-24 misha
8157:
8158: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8159: were added - little refactoring
8160:
8161: * src/main/execute.C: - core while printing in debug log
8162: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8163: optimisations were added
8164:
8165: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8166: were added
8167:
8168: 2009-05-23 misha
8169:
8170: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8171: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8172: CORD_cat optimization
8173:
8174: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8175: - call constr optimisation under separate define now
8176:
8177: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8178: in $b should be string, not void
8179:
8180: * src/main/compile.y: - little fix for rem-cut optimisation
8181:
8182: * src/: include/pa_opcode.h, main/compile_tools.C,
8183: main/compile_tools.h, main/execute.C: - optimisations for
8184: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8185:
8186: * INSTALL: - description of some #defined were added
8187:
8188: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8189: before 1st access (memory usage is reduced if don't access to
8190: .text field)
8191:
8192: * src/include/pa_array.h: - array grows step now not static (it
8193: reduces numbers of reallocs)
8194:
8195: 2009-05-20 misha
8196:
8197: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8198: $.b(2), $c[d] and $.e[f] was added
8199:
8200: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8201: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8202: $.e[f] was added
8203:
8204: * src/main/execute.C: - debug printing moved in defines
8205:
8206: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8207: and little refactoring for OP_GET_OBJECT_ELEMENT +
8208: OP_GET_OBJECT_VAR_ELEMENT optimisation
8209:
8210: 2009-05-19 misha
8211:
8212: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8213: execute.C: - $a.$b & ^a.$b bytecode optimisation
8214:
8215: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8216: ^a.$b optimisation)
8217:
8218: * src/main/compile.y: - compiler now generate new opcodes:
8219: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8220: ^a.b - compiler now cut off ^rem{ with all content ; any number
8221: of params }
8222:
8223: * src/main/execute.C: - code for handle new opcodes
8224: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8225:
8226: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8227: added for LA2V and LA2S
8228:
8229: * src/include/pa_opcode.h: - new defines which can be used for
8230: disable some bytecode optimisation and new opcodes were added
8231:
8232: 2009-05-17 misha
8233:
8234: * src/lib/cord/cordxtra.c: - bugfix.
8235:
8236: * tests/212.html: - .size[] and .study_size[] were added to tests
8237:
8238: * operators.txt: - info about regex class was added
8239:
8240: * tests/212.html: - tests for regex class were added
8241:
8242: 2009-05-16 misha
8243:
8244: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8245: gc7.1
8246:
8247: * tests/022.html: - test for ^file:list[path;] (empty second param)
8248: was added
8249:
8250: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8251: param) should work
8252:
8253: 2009-05-15 misha
8254:
8255: * src/classes/table.C: - automatically disable stringstream usage
8256: on freebsd4
8257:
8258: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8259: scope
8260:
8261: * tests/211.html: - test with different types of access to hash was
8262: added
8263:
8264: * tests/210.html: - test which checks for loosing tainting in
8265: hash's keys was added
8266:
8267: * tests/208.html: - some parser work added. or stime == 0 %-)
8268:
8269: * src/lib/cord/cordbscs.c: - little hack was added to cord
8270:
8271: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8272:
8273: * src/include/pa_version.h, configure.in: - moko have made a lot of
8274: optimisations for increacing version number more dramatically :)
8275:
8276: * src/classes/date.C: - little refactoring: use constructor which
8277: accepts formated string
8278:
8279: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8280: which can print formatted string was added
8281:
8282: 2009-05-14 misha
8283:
8284: * src/include/pa_string.h: - type was fixed
8285:
8286: * src/: classes/hashfile.C, classes/op.C,
8287: include/pa_cache_managers.h, include/pa_charset.h,
8288: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8289: include/pa_request.h, include/pa_sql_driver_manager.h,
8290: include/pa_string.h, include/pa_stylesheet_manager.h,
8291: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8292: main/pa_charsets.C, main/pa_string.C,
8293: main/pa_stylesheet_connection.C, types/pa_value.h,
8294: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8295: types/pa_vobject.C, types/pa_vstateless_class.C,
8296: types/pa_vstateless_class.h: - hash_code caching was implemented
8297: (seaches should be faster now)
8298:
8299: * src/: classes/file.C, classes/hash.C, classes/image.C,
8300: classes/string.C, classes/table.C, include/pa_string.h,
8301: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8302: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8303: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8304: types/pa_vrequest.C: - String constructors don't have that stupid
8305: true/false param which means 'tainted'. they accept lang instead.
8306:
8307: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8308: with OPTIMIZE_RESULT
8309:
8310: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8311: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8312:
8313: 2009-05-13 misha
8314:
8315: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8316: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8317: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8318: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8319: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8320: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8321: include/pa_string.h, classes/date.C, classes/file.C,
8322: classes/hash.C, classes/image.C, classes/string.C,
8323: classes/table.C, classes/xdoc.C: - result optimisation -
8324: helper_length parameter removed from string constructors
8325:
8326: 2009-05-11 misha
8327:
8328: * tests/209.html: - tests for ^hash::create[hash] were added
8329:
8330: * tests/208.html: - tests for $status:rusage, $status:memory,
8331: ^memory:compact[] were added
8332:
8333: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8334: log10 were added
8335:
8336: * tests/206.html: - test for try with finally was added
8337:
8338: 2009-05-10 misha
8339:
8340: * tests/205.html: - test for ^file::create[...] was added
8341:
8342: * tests/204.html: - test for ^response:clear[] was added
8343:
8344: * tests/038.html: - tests for trigonometric functions were added
8345:
8346: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8347: added - more tests for .add, .sub, .union, .intersects and
8348: .intersections
8349:
8350: * tests/065.html: - test for ^file:dirname was added
8351:
8352: * tests/030.html: - test for $cookie:fields was added
8353:
8354: * tests/203.html: - test for ^h._keys[column name] was added
8355:
8356: * tests/201.html: - tests for .trim were added
8357:
8358: * tests/202.html: - tests for last-day,
8359: date:calendar[type](YYYY;MM;DD) were added
8360:
8361: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8362: .offset[type](N) were added
8363:
8364: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8365: and .pos[c](N) were added
8366:
8367: * tests/141.html: - test for math:sha1 was added
8368:
8369: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8370:
8371: 2009-05-09 misha
8372:
8373: * src/main/compile.y: - rollback
8374:
8375: 2009-05-05 misha
8376:
8377: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8378: replaced by is_empty()
8379:
8380: * src/: include/pa_string.h, main/pa_charset.C: - little
8381: optimisation: somewhere length() was replaced by is_empty()
8382:
8383: * src/classes/table.C: - little optimisation: somewhere length()
8384: was replaced by is_empty()
8385:
8386: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8387: classes/op.C, classes/table.C, main/pa_exception.C: - little
8388: optimisation: somewhere length() was replaced by is_empty()
8389:
8390: 2009-05-04 misha
8391:
8392: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8393: types/pa_vstateless_class.h, main/execute.C,
8394: include/pa_request.h, classes/hash.C, classes/op.C,
8395: classes/table.C: - more optimisations were added: some operators
8396: don't switch write context anylonger
8397:
8398: 2009-05-01 misha
8399:
8400: * src/main/compile.y: - slightly more opcode optimisations for
8401: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8402:
8403: * src/main/execute.C: - simplifying process for getters
8404:
8405: 2009-04-30 misha
8406:
8407: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8408:
8409: * tests/results/199.processed: - test for checking $result into
8410: ^rem was added
8411:
8412: * tests/199.html: - test for checking $result into ^rem was added
8413:
8414: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8415: some OS it returns list in different order)
8416:
8417: * src/: include/pa_array.h, include/pa_request.h,
8418: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8419: changes in stack impl - get_element() optimisation: 3rd param
8420: removed - bugfix: problems with reading empty input param -
8421: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8422:
8423: * tests/results/198.processed: - test for reading empty local var
8424: was added
8425:
8426: * tests/198.html: - test for reading empty local var was added
8427:
8428: 2009-04-29 misha
8429:
8430: * src/main/compile.y: - bugfix: couldn't compile because
8431: OP_VALUE__GET_ELEMENT should be unde #ifdef
8432:
8433: * src/: include/pa_array.h, include/pa_opcode.h,
8434: include/pa_request.h, main/compile.y, main/execute.C,
8435: main/pa_request.C, types/pa_vmethod_frame.C,
8436: types/pa_vmethod_frame.h: - we can work without opcode
8437: OP_STORE_PARAM, so it was removed
8438:
8439: 2009-04-28 misha
8440:
8441: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8442: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8443: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8444: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8445: 4.
8446: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8447:
8448: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8449:
8450: * src/: main/pa_string.C, classes/string.C: - !length() =>
8451: is_empty()
8452:
8453: 2009-04-27 misha
8454:
8455: * src/types/pa_vregex.h: - back explicit vars initialisation
8456:
8457: 2009-04-24 misha
8458:
8459: * src/classes/string.C: - ups. typo fixed
8460:
8461: * src/main/execute.C: - more replacements '*new VBool' to
8462: 'VBool::get' - checks for ^break[], ^continue[] and
8463: parser.interrupted were optimised
8464:
8465: * src/classes/string.C: - number of params.count() calls was
8466: slightly reduced
8467:
8468: 2009-04-23 misha
8469:
8470: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8471: make it x64 friendly
8472:
8473: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8474: parser is x64 friendly now
8475:
8476: 2009-04-22 misha
8477:
8478: * src/types/pa_vhashfile.C: - coder friendly exception about
8479: exceeding record size was added
8480:
8481: * src/classes/file.C: - use vregex object instead of direct calls
8482: methods from pcre lib
8483:
8484: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8485: classes/string.C: - use vregex object instead of direct calls
8486: methods from pcre lib
8487:
8488: * src/: include/pa_common.h, main/pa_common.C: - method
8489: print_pcre_exec_error_text was moved to class vregex
8490:
8491: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8492: was added
8493:
8494: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8495: - class vregex was added
8496:
8497: 2009-04-21 misha
8498:
8499: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8500:
8501: * src/: types/pa_junction.h, types/pa_value.C,
8502: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8503: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8504: junction-optimisation (destructors)
8505:
8506: * src/include/pa_array.h: - free under if now
8507:
8508: 2009-04-19 misha
8509:
8510: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8511:
8512: 2009-04-18 misha
8513:
8514: * src/include/pa_version.h:
8515: :q :
8516:
8517: CV:
8518: ----------------------------------------------------------------------
8519:
8520: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8521: refactoring
8522:
8523: * src/: include/pa_array.h, include/pa_hash.h,
8524: types/pa_vmethod_frame.h: - destructors under #ifdef now
8525:
8526: * src/include/pa_memory.h: - define for using destructors was added
8527:
8528: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8529: main/execute.C: - some junctions will be cached now
8530:
8531: * src/include/pa_hash.h: - hash destructor frees pairs now
8532:
8533: * src/include/pa_array.h: - inline was added to destructor
8534:
8535: * src/types/pa_method.h: - comment was changed
8536:
8537: 2009-04-17 misha
8538:
8539: * src/: include/pa_array.h, include/pa_hash.h,
8540: types/pa_vmethod_frame.h: - destructors were added
8541:
8542: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8543: renamed to always_use_result
8544:
8545: * src/main/: compile.y, compile_tools.h: - rollback changes in
8546: compiler: full backward compatibility is better
8547:
8548: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8549: result in var's hash
8550:
8551: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8552: optimisation in method_frame
8553:
8554: * src/include/pa_array.h: - optimisation in array (allocate
8555: elements only when needed)
8556:
8557: * src/types/pa_vresponse.C: - check for $response:headers field
8558: before looking at custom fields
8559:
8560: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8561: not needed to check existance var with name 'result' in var's
8562: hash
8563:
8564: * src/main/compile.y: - compiler was changed: now it detects
8565: writings to $result and set flag writo_to_result in method
8566:
8567: * src/classes/string.C: - little optimisation: no needed to write
8568: number with lang
8569:
8570: * src/main/pa_charset.C: - methods readChar and skipChar which is
8571: used for read utf8-strings were renamed - is_escaped was renamed
8572: to isEscaped (to the same name convention)
8573:
8574: * src/: types/pa_method.h, main/compile_tools.h: - flag
8575: write_to_result added. compiler get this info from code.
8576:
8577: 2009-04-16 misha
8578:
8579: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8580: String only before 1st write
8581:
8582: * src/include/pa_string.h: - not needed template removed
8583:
8584: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8585: types/pa_vjunction.C, types/pa_vproperty.C,
8586: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8587: main/pa_request.C, classes/bool.C, classes/double.C,
8588: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8589: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8590: bool objects)
8591:
8592: 2009-04-15 misha
8593:
8594: * src/lib/cord/cordxtra.c: - more optimisation
8595:
8596: * src/: include/pa_string.h, main/untaint.C: - String::append
8597: optimisation
8598:
8599: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8600: then get and can sometime be used)
8601:
8602: * src/main/pa_string.C: - String::length optimisation
8603:
8604: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8605: these methods read different strings
8606:
8607: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8608: fresult_initial_void removed + some optimisation - if $result
8609: defined we don't write to context anymore
8610:
8611: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8612: need just skip char)
8613:
8614: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8615: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8616: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8617:
8618: * src/types/pa_vvoid.h: - added get() method for retreave one
8619: instance
8620:
8621: 2009-04-11 misha
8622:
8623: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8624:
8625: * tests/197.html: - test for parser://test in xml was added
8626:
8627: * src/classes/string.C: - small optimisation
8628:
8629: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8630: optimisation
8631:
8632: 2009-04-10 misha
8633:
8634: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8635: to pcre-7.8
8636:
8637: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8638:
8639: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8640: added
8641:
8642: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8643: $request:CLASS_NAME were added
8644:
8645: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8646: were added
8647:
8648: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8649: $env:CLASS_NAME were added
8650:
8651: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8652: '@todo' now
8653:
8654: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8655: compirer
8656:
8657: * src/main/pa_string.C: - little code cleanup
8658:
8659: * src/main/pa_common.C: - describe one more UTF-8 related error
8660: during PCRE compile/execute
8661:
8662: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8663: normalizing todo-comments: '@todo' now
8664:
8665: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8666:
8667: * src/main/pa_charset.C: - type changed for making compiler happy
8668:
8669: 2009-03-10 misha
8670:
8671: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8672: in main()
8673:
8674: 2009-02-01 misha
8675:
8676: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8677: boundary
8678:
8679: 2009-01-25 misha
8680:
8681: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8682:
8683: * src/classes/file.C: - more changes for parsing different number
8684: of params for file::load
8685:
8686: * tests/193.html: - tests for exception while base64-decode binary
8687: to string was added
8688:
8689: * tests/192.html: - tests for file::load with different number of
8690: options
8691:
8692: * src/classes/math.C: - ups. forgot '+1'
8693:
8694: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8695: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8696: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8697: (new option $.encode[multipart-form/data] should be specified) -
8698: $.method[] option for file::load now is not case-sensitive
8699:
8700: * src/: include/pa_string.h, main/untaint.C: - for file post the
8701: new taint language L_FILE_POST was added
8702:
8703: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8704: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8705: stuff was moved to separate files
8706:
8707: 2009-01-23 misha
8708:
8709: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8710: spaces to tabs were converted
8711:
8712: 2009-01-12 misha
8713:
8714: * src/main/pa_http.C: - value of $.method[] option force uppercased
8715: now
8716:
8717: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8718: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8719: their names
8720:
8721: * src/main/pa_common.C: - changes in formating
8722:
8723: * src/: classes/file.C, main/pa_http.C: - some constants changed
8724: their names
8725:
8726: * src/include/pa_http.h: - some spaces were converted to tabs
8727:
8728: * src/include/pa_common.h: - some constants changed their names
8729:
8730: * src/classes/file.C: - fixed 4-th paramether for file::load -
8731: little code rewriting
8732:
8733: * src/types/pa_vfile.C: - little code rewriting
8734:
8735: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8736: types/pa_value.h: - some formating changes
8737:
8738: * src/include/pa_common.h: - some formating spaces transformed to
8739: tabs
8740:
8741: * src/classes/string.C: - exception while base64-decode binary to a
8742: string
8743:
8744: 2009-01-11 misha
8745:
8746: * configure.in: - version changed to 3.3.1b
8747:
8748: 2008-09-05 misha
8749:
8750: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8751: release_3_3_0 on 2008-09-05 10:59:35 +0000
8752:
8753: 2008-09-04 misha
8754:
8755: * tests/: 130.html, 131.html: - these exceptions not typeless
8756: anymore
8757:
8758: * src/classes/op.C: - exception with 'invalid taint language' not
8759: typeless anylonger
8760:
8761: * src/classes/image.C: - some exceptions while operations with
8762: image not typeless anymore
8763:
8764: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8765: main/pa_exec.C, main/pa_http.C: - some exceptions while
8766: operations with files not typeless anymore
8767:
8768: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8769: types/pa_vdate.h: - exceptions while checking date range not
8770: typeless anymore
8771:
8772: * src/include/pa_exception.h: - exception type string for invalid
8773: date range was added
8774:
8775: 2008-09-03 misha
8776:
8777: * src/: classes/file.C, main/pa_string.C: - exception while pce
8778: operations not typeless anymore
8779:
8780: * src/include/pa_exception.h: - exception type for pce operations
8781: was added
8782:
8783: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8784: and .CLASS_NAME insite classes
8785:
8786: * src/classes/table.C: - don't save table header whiile
8787: ^table.save[append;filename] if file exists
8788:
8789: 2008-09-02 misha
8790:
8791: * src/main/compile.y, src/main/compile_tools.h,
8792: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8793: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8794: renamed to partial and it login changed: we must mark class as
8795: partial for allow their modifications in future.
8796:
8797: 2008-08-29 misha
8798:
8799: * tests/results/022.processed: - testing taint[regex] in mask for
8800: file:list
8801:
8802: * tests/022.html: - testing taint[regex] in mask for file:list
8803:
8804: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8805: for file:list was added
8806:
8807: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8808: file:list
8809:
8810: 2008-08-26 misha
8811:
8812: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8813: last derived object
8814:
8815: * src/classes/image.C: - many strings "image.format" replaced by
8816: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8817: understand some more exif tags
8818:
8819: * src/include/pa_exception.h: - string "image.format" was added
8820:
8821: 2008-08-21 misha
8822:
8823: * src/: main/pa_string.C, classes/file.C: - use method for print
8824: pcre_exec text error
8825:
8826: * src/main/pa_common.C: - method for print pcre_exec text error was
8827: added
8828:
8829: * src/include/pa_common.h: - method declaration for print pcre_exec
8830: text error was added
8831:
8832: 2008-08-19 misha
8833:
8834: * src/main/execute.C: - bugfix: opcodes must be in separate
8835: namespace while debug execution as well
8836:
8837: * tests/: 015.html, results/015.processed: - test for escaping some
8838: parser chars was added
8839:
8840: 2008-08-18 misha
8841:
8842: * tests/: 190.html, 190.p, results/190.processed: - test for
8843: $caller.self.field + default getter in one class was added
8844:
8845: * tests/: 189.html, results/189.processed: - test for
8846: ^date::create[date object]
8847:
8848: * tests/: 188.html, results/188.processed: - tests for match with
8849: UTF-8 strings
8850:
8851: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8852: ^string.match[]
8853:
8854: * ChangeLog: - parser 3.3.0 beta13
8855:
8856: 2008-08-15 misha
8857:
1.116 moko 8858: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8859: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8860: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8861: dftables.c: - old PCRE files removed
1.95 moko 8862:
8863: * src/lib/pcre/config.h: - configuration for PCRE library
8864:
8865: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8866: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8867:
8868: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8869: library and set flag UTF8 if $request:charset is UTF-8
8870:
8871: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8872: include/pa_config_fixed.h: - moved to new PCRE library
8873:
8874: * src/: main/main.vcproj, types/types.vcproj,
8875: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8876: win32\pcre instead of parser3\src\lib\pcre
8877:
8878: * src/: include/pa_opcode.h, include/pa_operation.h,
8879: main/compile.C, main/compile.y, main/compile_tools.C,
8880: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8881: opcodes were moved to separate namespace
8882:
8883: 2008-08-14 misha
8884:
8885: * src/types/pa_vstateless_class.C: - newline at the end missed
8886:
8887: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8888: tainting
8889:
8890: 2008-08-11 misha
8891:
8892: * tests/: 187.html, 187.p, results/187.processed: - tests for
8893: $caller.self, $caller.self.field and $caller.self.field[value]
8894: were added
8895:
8896: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8897: runtime as well (for $caller.self)
8898:
8899: 2008-07-25 misha
8900:
8901: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8902: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8903: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8904: tests with international characters
8905:
8906: 2008-07-23 misha
8907:
8908: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8909: file::load[...;http://
8910:
8911: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8912: now everywhere in separate namespace
8913:
8914: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8915: for vars
8916:
8917: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8918: can be escaped by '^'
8919:
8920: 2008-07-22 misha
8921:
8922: * src/classes/string.C, tests/186.html: - names changes:
8923: escape=>js-escape, unescape=>js-unescape
8924:
8925: 2008-07-21 misha
8926:
8927: * tests/results/186.processed: - test for string escape/unescape
8928:
8929: * tests/186.html: - test for string escape/unescape
8930:
8931: * src/classes/string.C: - string has escape and unescape methods
8932: now
8933:
8934: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8935: added
8936:
8937: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8938: method-layers added (with different params)
8939:
8940: 2008-07-18 misha
8941:
8942: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8943: was added
8944:
8945: * tests/185.html: - test for ^str.pos[sub](offset) added
8946:
8947: * src/classes/string.C, src/classes/void.C, operators.txt: -
8948: ^string.pos[substr](offset) -- 2nd param accepted now
8949:
8950: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8951: strings
8952:
8953: 2008-07-17 misha
8954:
8955: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8956: helper length added for mid for small optimisation
8957:
8958: 2008-07-16 misha
8959:
8960: * tests/: 185.html, results/185.processed: - tests for
8961: length/left/right/mid/pos with utf-8 strings
8962:
8963: * src/classes/string.C: - left/right/mid/length/pos works fine for
8964: utf-8 strings
8965:
8966: * src/main/untaint.C: - comments removed
8967:
8968: * src/: include/pa_string.h, main/pa_string.C,
8969: include/pa_charset.h, main/pa_charset.C: - methods for working
8970: with pos/mid for strings in utf-8 were added
8971:
8972: 2008-07-15 misha
8973:
8974: * tests/: 184.html, results/184.processed: - test for case body as
8975: expression: $var(^switch(1){^case(1)(true)..})
8976:
8977: * src/classes/op.C: - case body can be expression now:
8978: $var(^switch(1){^case(1)(true)..})
8979:
8980: * tests/: results/183.processed, 183.html: - added test for testing
8981: new cookie encoding (%uXXXX)
8982:
8983: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8984: decoding for backward compatibility they decoded from %XX in
8985: request:charset too
8986:
8987: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8988: - cookie class now decode cookies before first access after last
8989: request:charset changing (as form class).
8990:
8991: * src/main/pa_charset.C: - added method escape for escaping cookies
8992: as %uXXXX - before transcode calculate required space for dest
8993: string. it reduce mem usage for transcode
8994:
8995: * src/include/pa_charset.h: - added method escape for escaping
8996: cookies as %uXXXX
8997:
8998: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8999: was added. will used for escaping cookies as %uXXXX
9000:
9001: * src/include/pa_common.h: - escape method has new option for skip
9002: converting '+' to a space char
9003:
9004: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9005: transcode - escape method has new option for skip converting '+'
9006: to a space char
9007:
9008: 2008-07-08 misha
9009:
9010: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9011: (no UE if more then 1 case matches anylonger) - optimization:
9012: doing searching.as_string() || searching.as_double() only once
9013:
9014: 2008-07-04 misha
9015:
9016: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9017: now ^date::create[date object] works
9018:
9019: * src/classes/string.C: - left and right added as aliases for start
9020: and end in ^string.trim[]
9021:
9022: 2008-07-03 misha
9023:
9024: * src/classes/file.C: - allow $.limit for file::sql as well
9025:
9026: * src/classes/file.C: - allow $.offset option for file::sql - force
9027: send limit=1 to query for use sql specifics authomatically
9028:
9029: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9030: if $.limit value if empty. autoconvert it as everywere
9031:
9032: 2008-07-02 misha
9033:
9034: * configure.in: - time to change version number to 3.3.0 %-)
9035:
9036: * src/include/pa_version.h: - time to change version number to
9037: 3.3.0 %-)
9038:
9039: 2008-06-26 misha
9040:
9041: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9042: $.limit(0) fixes
9043:
9044: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9045: - $.limit(0) fixes
9046:
9047: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9048: new API)
9049:
9050: * src/: include/pa_sql_driver_manager.h,
9051: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9052: classes/op.C: - document_root added
9053:
9054: * src/main/compile.tab.C: - error message was changed
9055:
9056: 2008-06-25 misha
9057:
9058: * src/main/compile.y: - error message was changed
9059:
9060: 2008-06-24 misha
9061:
9062: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9063:
9064: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9065: tests for @OPTIONS\nappend
9066:
9067: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9068:
9069: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9070:
9071: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9072:
9073: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9074: compile.y
9075:
9076: 2008-06-17 misha
9077:
9078: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9079: compilation: ^if(default){true. it's incorrect. must be
9080: exception}
9081:
9082: 2008-06-16 misha
9083:
9084: * tests/: 181.ent, 181.html, results/181.processed: - test for
9085: checking external reference loading with 'http://localhost'
9086: prefix while creating xdoc
9087:
9088: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9089: ^math:long2ip[] and ^math:ip2long[]
9090:
9091: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9092: added which use scalar stateless class method when user object
9093: used in scalar context - use get_scalar_value when user object
9094: requested in scalar context
9095:
9096: * src/main/pa_common.C: - size must be int but not size_t or we
9097: can't compare with 0 sprintf result
9098:
9099: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9100: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9101: with internal switch between local/global vars
9102:
9103: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9104: specified
9105:
9106: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9107: pa_vstateless_object.h: - stateless class and object now has
9108: private scalar field and getter/setter for working with it
9109:
9110: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9111: moved to inet static class
9112:
9113: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9114: class added (^inet:aton[IP], ^inet:ntoa(number))
9115:
9116: * tests/: 180.html, results/180.processed: - tests for
9117: ^math:long2ip(long) and ^math:ip2long[IP]
9118:
9119: * src/classes/math.C: - ^math:ip2long[IP] added
9120:
9121: 2008-06-11 misha
9122:
9123: * src/main/pa_xml_io.C: - use file_read_text again because of we
9124: need cut BOM code and remove DOS newline chars. but don't
9125: transcode it anyway.
9126:
9127: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9128: main/pa_http.C: - option for disable transcoding while file_read
9129: and file_read_text added
9130:
9131: 2008-06-10 misha
9132:
9133: * tests/: 179.html, 179.p, results/179.processed: - test for many
9134: classes in 1 file
9135:
9136: * src/main/: compile.C, compile_tools.h: - compile return list of
9137: classes now.
9138:
9139: * src/main/: compile.y, compile.tab.C: - compile return list of
9140: classes now. internals.
9141:
9142: * src/main/pa_request.C: - compile return list of classes now. try
9143: call @conf and @auto for each returned class
9144:
9145: * src/include/pa_request.h: - compile return list of classes now
9146:
9147: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9148: return list of classes when compile buf)
9149:
9150: 2008-06-07 misha
9151:
9152: * src/main/pa_request.C: - constructing VRequest object with 3rd
9153: param -- form
9154:
9155: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9156: 3rd param: form. needed for get post_charset
9157:
9158: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9159: added
9160:
9161: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9162: types/pa_vform.C, types/pa_vform.h: - some polish
9163:
9164: 2008-06-06 misha
9165:
9166: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9167: charset and decode chars from it but not from response:charset
9168:
9169: * src/main/pa_http.C: - detect_charset moved out of here
9170:
9171: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9172: methods moved here - unescape_chars accepn one charset now
9173:
9174: * src/main/pa_http.C: - new constants used - don't allow
9175: $.content-type in ^file::load[;http://;$.method[POST]] - add
9176: charset info while ^file::load[;http://;$.method[POST]] - option
9177: $.omit-post-charset(true) added to ^file::load[;http://] for
9178: disabling charset during post
9179:
9180: * src/types/pa_vform.C: - new constants used
9181:
9182: * src/include/pa_common.h: - some constants were added
9183:
9184: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9185: instead of StrEqNc
9186:
9187: * src/main/pa_common.C: - new method for caseless search
9188: c-substring in c-string - use isxdigit instead of is_hex_digit
9189:
9190: * src/include/pa_common.h: - new method for caseless search
9191: c-substring in c-string
9192:
9193: 2008-06-05 misha
9194:
9195: * tests/results/178.processed: - test for testing default getter
9196:
9197: * tests/178.html: - test for testing default getter
9198:
9199: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9200: for test for testing default getter
9201:
9202: * src/main/execute.C: - default getter soul
9203:
9204: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9205: requested objects' field not found
9206:
9207: * src/types/pa_vclass.C: - register default getter if defined - get
9208: default getter if requested field not found
9209:
9210: * src/types/pa_vstateless_object.h: - method get_default_getter was
9211: added
9212:
9213: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9214: pointer to default getter and methods for get/set it were added
9215:
9216: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9217: auto_name field (for default getter)
9218:
9219: 2008-06-04 misha
9220:
9221: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9222: transcoding, no cutting BOM code, no fixing line breaks) and get
9223: it to libxml "as is"
9224:
9225: 2008-06-03 misha
9226:
9227: * src/main/pa_common.C: - use store_Char instead of
9228: transcodeCharFromUTF8
9229:
9230: * src/: include/pa_charset.h, main/pa_charset.C: - method
9231: store_Char added, transcodeCharFromUTF8 -- removed
9232:
9233: 2008-06-02 misha
9234:
9235: * tests/: results/177.processed, 177.html: - test for checking
9236: .[acm]date after local ^file::load[] was added
9237:
9238: * tests/: results/176.processed, 176.html: - test for checking
9239: @OPTION\locals + @method[vars][locals] added
9240:
9241: * tests/results/auto.p: - CLASS_PATH specified for checking use
9242:
9243: 2008-05-30 misha
9244:
9245: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9246: @OPTION\nlocals + @method[vars][;locals;] were added
9247:
9248: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9249: moved to separate method op_code - switch from VMethodFrame to
9250: VMethodFrameGlobal + VMethodFrameLocal
9251:
9252: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9253: was moved to separate method op_code
9254:
9255: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9256: VMethodFrame now
9257:
9258: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9259: all_vars_local as well
9260:
9261: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9262: pa_vmethod_frame_local.h, Makefile.am: - who children for
9263: VMethodFrame were added: one (global) works as VMethodFrame
9264: before and second (local) write all vars in self vars scope
9265:
9266: * src/types/pa_method.h: - method has bool flag all_vars_local now
9267:
9268: 2008-05-29 misha
9269:
9270: * tests/: 129.html, results/129.processed: - more tests for
9271: ^table.hash[]
9272:
9273: * src/classes/hash.C: - ^hash::sql has a new option:
9274: $.type[hash|string|table] as ^table.hash[] one.
9275:
9276: * src/classes/op.C: - ^try has 3rd param now: finally code which
9277: executed anyway after try or catch section
9278:
9279: 2008-05-27 misha
9280:
9281: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9282: must not fail if $.distinct(1) wasn't specified
9283:
9284: 2008-05-26 misha
9285:
9286: * src/classes/op.C: - allow ^throw[my type]
9287:
9288: 2008-05-22 misha
9289:
9290: * configure.in, configure: - version number updated to 3.2.4b
9291:
9292: * src/classes/: op.C, string.C: - trim format string before
9293: eval/format
9294:
9295: * tests/: results/175.processed, 175.html: - more tests for
9296: different format strings in .format[]
9297:
9298: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9299: as well (not only %XX)
9300:
9301: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9302: charset specified - checks for format before print number
9303: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9304: (instead of tabs) removed
9305:
9306: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9307: charset specified
9308:
9309: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9310: char in requested charset from utf code was added
9311:
9312: 2008-05-19 misha
9313:
9314: * tests/: 174.html, results/174.processed: - test for
9315: ^hashfile.cleanup[] added
9316:
9317: * src/classes/hashfile.C: - optimization: don't create any key or
9318: value variable if it's name weren't specified
9319: (^hf.foreach[;v]{...})
9320:
9321: 2008-05-16 misha
9322:
9323: * src/classes/hash.C: - optimization: don't create any key variable
9324: if variable name wasn't specified (^h.foreach[;v]{...})
9325:
9326: 2008-05-15 misha
9327:
9328: * src/classes/op.C: - small changes
9329:
9330: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9331:
9332: * src/classes/hash.C: - calculate var_context once before foreach
9333:
9334: 2008-05-14 misha
9335:
9336: * src/classes/hashfile.C: - incorrect vars context calculation for
9337: ^hashfile.foreach[;]{} fixed
9338:
9339: * src/classes/: hash.C, table.C: - little optimisation
9340:
9341: * src/classes/file.C: - bugfix: double absolute path while loading
9342: file
9343:
9344: * tests/: 174.html, results/174.processed: - tests for hashfile
9345: were added
9346:
9347: * buildall-with-xml: - moving to libxslt 1.1.24
9348:
9349: 2008-04-30 misha
9350:
9351: * src/classes/file.C: - stat file while loading (local only) so
9352: .adate, .mdate and .cdate available without additional ::stat
9353:
9354: 2008-04-28 misha
9355:
9356: * src/classes/file.C: - $.name and $.content-type available for
9357: stated file
9358:
9359: 2008-04-14 misha
9360:
9361: * src/targets/cgi/parser3.C: - new year in copyright %-)
9362:
9363: * src/include/pa_version.h: - new version number in head
9364:
9365: 2008-04-10 misha
9366:
9367: * tests/: 080.html, results/080.processed: - cut '0' from
9368: exponential part because of on diff OS it differ (20 or 020 for
9369: ex)
9370:
9371: * tests/: 119.html, results/119.processed: - check for encoding
9372: while creating xdoc
9373:
9374: 2008-04-09 misha
9375:
9376: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9377:
9378: * src/main/pa_common.C: - comment added
9379:
9380: * src/classes/date.C: - little refactoring
9381:
9382: 2008-04-07 misha
9383:
9384: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9385: style of ^table.save[]: prepare one big string and sabe it at
9386: once. it's safe on freebsd 4.x but use much more memory.
9387:
9388: * buildall-with-xml, buildall-without-xml: - option
9389: --disable-stringstream added (under comment. use it on freebsd
9390: 4.x)
9391:
9392: 2008-02-22 misha
9393:
9394: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9395: specified together in file::load[;http] - get back transcoding
9396: $.body[] in file::load[;http]
9397:
9398: 2008-02-21 misha
9399:
9400: * src/classes/date.C: - ^date.gmt-string[] was added
9401:
9402: * src/types/pa_value.C: - method for output date in RFC 822 format
9403: moved to pa_common.h
9404:
9405: * src/include/pa_common.h: - method for output date in RFC 822
9406: format moved here from pa_value.C
9407:
9408: * src/types/pa_vmail.C: - fixed core in sending mail with
9409: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9410:
9411: 2008-02-20 misha
9412:
9413: * src/main/pa_http.C: - transcode $.headers before escaping into
9414: specified charset while ^file::load[...;http://...] (L_URI
9415: instead of L_HTTP_HEADER) - $.cookies param available in
9416: ^file::load[;http://...] now (but we don't parse set-cookies from
9417: response yet) (cookies not transcoded as common $cookies)
9418:
9419: 2008-02-19 misha
9420:
9421: * src/main/pa_request.C: - rollback: we mustn't force taint
9422: $response:field values because in this case
9423: $response:locateion[http://...] don't works.
9424:
9425: 2008-02-15 misha
9426:
9427: * src/classes/op.C: - little refactoring
9428:
9429: * src/main/pa_http.C: - taint names of $.headers for load[;http
9430:
9431: * src/main/pa_request.C: - force taint values of $response:field
9432:
9433: 2008-02-14 misha
9434:
9435: * src/main/pa_request.C: - $response:field transcoded to
9436: $response:charset before escaping now
9437:
9438: * src/main/pa_http.C: - some outdated comments removed
9439:
9440: * src/classes/date.C: - lastdat -> last-day
9441:
9442: * src/classes/date.C: - ^date:lastday(year;month) and
9443: ^date.lastday[] were added - little code refactoring - comments
9444: changes
9445:
9446: * tests/: 159.html, results/159.processed: - test for number of
9447: days in February
9448:
9449: * src/types/pa_value.C: - fixes in code formatting
9450:
9451: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9452: and comments
9453:
9454: 2008-02-13 misha
9455:
9456: * src/main/pa_common.C: - bugfix for february at leap year
9457:
9458: 2008-01-28 misha
9459:
9460: * tests/: 160.html, results/160.processed: - more test for cache
9461: added
9462:
9463: * src/classes/op.C: - bugfix: cache body executed twice if contains
9464: unhandled exception
9465:
9466: 2008-01-25 misha
9467:
9468: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9469: bug when hashfile became inavailable after memory:compact)
9470:
9471: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9472:
9473: 2008-01-22 misha
9474:
9475: * src/classes/table.C: - little refactiring and exception texts
9476: changes in method ^table.hash[]
9477:
9478: * src/types/pa_vcookie.C: - link to cookie specification changed
9479:
9480: 2008-01-21 misha
9481:
9482: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9483: file::exec/cgi
9484:
9485: * src/classes/file.C: - bugfix: core while processing headers if
9486: executed cgi script don't return content
9487:
9488: 2008-01-18 misha
9489:
9490: * buildall-with-xml: - move to libxml2 version 2.6.31
9491:
9492: * src/include/pa_version.h, configure.in: - version number updated
9493: to '3.2.3b'
9494:
9495: 2007-12-28 misha
9496:
9497: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9498: hash.contains
9499:
9500: 2007-12-27 misha
9501:
9502: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9503: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9504: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9505: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9506: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9507: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9508: src/targets/cgi/parser3.vcproj,
9509: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9510: back to VS2003 because of Apache 1.3 module can't work if it was
9511: built in VS 2005. with cgi all file so VS2003 project files can
9512: be easy converted to the new format.
9513:
9514: 2007-12-04 misha
9515:
9516: * src/types/pa_vcode_frame.h: - changes in comment
9517:
9518: 2007-11-29 misha
9519:
9520: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9521: intercept strings any longer
9522:
9523: * tests/: 173.html, results/173.processed: - tests for
9524: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9525: but not in main code frame
9526:
9527: * tests/: 172.html, results/172.processed: - more tests for pass
9528: objects from code frames
9529:
9530: 2007-11-27 misha
9531:
9532: * tests/: 152.html, results/152.processed: - tests for converting
9533: strings 'true'/'false' to bool were added
9534:
9535: * tests/152.html: - added checks for converting strings
9536: 'true'/'false' to bool
9537:
9538: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9539: not only strings with numbers but with values 'true'/'false' as
9540: well
9541:
9542: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9543: for parser3.log increased
9544:
9545: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9546:
9547: * src/include/pa_common.h: - remove_crlf return cstring size now
9548:
9549: * src/include/pa_types.h: - constant with buffer size for
9550: parser3.log added
9551:
9552: 2007-11-16 misha
9553:
9554: * tests/cat.sh: - script for tests for file::exec/cgi
9555:
9556: * tests/171.html: - tests for file::exec/cgi
9557:
9558: * tests/results/171.processed: - tests results for file::exec/cgi
9559:
9560: 2007-11-15 misha
9561:
9562: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9563:
9564: * src/classes/file.C: - .body must be set before analyzing cgi
9565: headers
9566:
9567: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9568: only if exec/cgi return anything.
9569:
9570: 2007-11-14 misha
9571:
9572: * operators.txt: - info about new text|binary option for
9573: file::exec/cgi was added
9574:
9575: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9576: ^file:exec[[text|binary];script;...]
9577:
9578: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9579: classes/string.C, classes/table.C: - more text strings moved to
9580: the one place
9581:
9582: 2007-11-09 misha
9583:
9584: * src/types/pa_vrequest.C: - $request:argv must be taint
9585:
9586: * ChangeLog: - $request:argv [patch from Sumo]
9587:
9588: * operators.txt: - $request:argv
9589:
9590: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9591: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9592:
9593: 2007-10-25 misha
9594:
9595: * buildall-with-xml, buildall-without-xml: - options preparations
9596: for ./configure rewrited
9597:
9598: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9599: error occure in unhandled_exception finally fixed
9600:
9601: 2007-10-23 misha
9602:
9603: * tests/: 170.html, results/170.processed: - test for
9604: @method[][result]
9605:
9606: * operators.txt: - added info about node.prefix and
9607: node.namespaceURI
9608:
9609: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9610:
9611: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9612: added for node and attribute
9613:
9614: 2007-10-22 misha
9615:
9616: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9617:
9618: * src/main/pa_request.C: - added const content-transfer-encoding
9619:
9620: * src/include/pa_request.h: - added const content-transfer-encoding
9621: - ups. constants must be in lowercase (for search)
9622:
9623: * src/types/pa_vmail.C: - more constants used -
9624: content-transfer-encoding: 8bit added
9625:
9626: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9627:
9628: * src/include/pa_request.h: - more constants
9629:
9630: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9631: ommit anymore if $.content-disposition was specified - little
9632: refactoring
9633:
9634: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9635:
9636: 2007-10-17 misha
9637:
9638: * operators.txt: - info about
9639: table::create[nameless]{data}[>options<] was added
9640:
9641: * src/main/: compile.tab.C, compile.y: - if error occure while
9642: compile method don't put this method in methods table anymore.
9643: in other case the parser coredumped if @unhandled_exception
9644: method can't be compiled because of parser.compile error.
9645:
9646: * src/main/execute.C: - little code reformating
9647:
9648: * src/main/pa_request.C: - little code reformating - comment
9649: changed
9650:
9651: 2007-10-16 misha
9652:
9653: * tests/: 035.html, results/035.processed: - tests
9654: table::create[]{}[options] added
9655:
9656: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9657: options (only $.seperator[] yet)
9658:
9659: 2007-10-10 misha
9660:
9661: * src/classes/table.C: - some contstants moved to pa_common.h -
9662: some code changes
9663:
9664: 2007-10-02 misha
9665:
9666: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9667: then three time as much. but base64 encoding method still use
9668: less memory anyway.
9669:
9670: 2007-09-17 misha
9671:
9672: * operators.txt: - added info about $cookie:fields
9673:
9674: * src/types/pa_vcookie.C: - $cookie:fields available now
9675:
9676: * src/classes/hash.C: - some stuff for use with .for_each moved to
9677: common
9678:
9679: * src/include/pa_common.h: - some stuff for use with .for_each
9680: moved here
9681:
9682: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9683:
9684: 2007-09-14 misha
9685:
9686: * buildall-with-xml: - new xml libs again =)
9687:
9688: 2007-08-28 misha
9689:
9690: * operators.txt: - texts about ^table.columns[[column name]] and
9691: ^string.split[...][v][column name] were added
9692:
9693: * tests/: 168.html, 169.html, results/168.processed,
9694: results/169.processed: - tests for ^table.columns[[column name]]
9695: and ^string.split[...][v][column name] were added
9696:
9697: * src/classes/table.C: - new option ^table.columns[[column name]]
9698: was added
9699:
9700: * src/classes/string.C: - new option ^string.split[...;v;[column
9701: name]]
9702:
9703: * src/include/pa_exception.h: - error text message for
9704: ^hash._keys[], ^table.columns[] and ^string.split[]
9705:
9706: 2007-08-27 misha
9707:
9708: * src/main/untaint.C: - try to fix coredump on unix if print to
9709: body ^taint[sql][something] outside of connect
9710:
9711: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9712: outside of connect
9713:
9714: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9715: added (commented by default)
9716:
9717: 2007-08-20 misha
9718:
9719: * operators.txt: - comment about new method ^node.hasAttributes[]
9720: was added
9721:
9722: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9723: duplicated exception text strings were removed
9724:
9725: * src/include/pa_exception.h: - more exception text strings moved
9726: here
9727:
9728: * src/classes/table.C: - some duplicate exceptions' text strings
9729: removed
9730:
9731: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9732: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9733: removed
9734:
9735: * src/include/pa_exception.h: - some exception text strings movet
9736: to pa_exception
9737:
9738: * tests/: 149.html, results/149.processed: - test for
9739: ^xnode.hasAttributes[] was added - some code changes
9740:
9741: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9742: added
9743:
9744: 2007-08-17 misha
9745:
9746: * tests/: results/006.processed, results/059.processed, 006.html,
9747: 059.html: - more tests for match
9748:
9749: * tests/: 129.html, results/129.processed: - tests for
9750: ^table.hash[...][$.type[string|hash|table]] added
9751:
9752: * src/targets/cgi/parser3.C: - little syntax changes
9753:
9754: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9755: syntax changes
9756:
9757: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9758: messages in parser3.log switched off by default. If someone
9759: really still need it: use $SIGPIPE(1)
9760:
9761: 2007-08-08 misha
9762:
9763: * buildall-with-xml, buildall-without-xml: - remove libs source
9764: files by default since now
9765:
9766: 2007-08-07 misha
9767:
9768: * buildall-without-xml: - some option syntax changes
9769:
9770: * buildall-with-xml: - compile libxml2 without http support - some
9771: option syntax changes
9772:
9773: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9774:
9775: 2007-08-06 misha
9776:
9777: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9778:
9779: * tests/: 160.html, results/160.processed: - cache test was
9780: rewrited
9781:
9782: 2007-07-06 misha
9783:
9784: * tests/: 153.html, results/153.processed: - added test for
9785: ^math:sha1[string]
9786:
9787: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9788: transcoded
9789:
9790: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9791: were added
9792:
9793: 2007-06-28 misha
9794:
9795: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9796: some incorrect chars
9797:
9798: 2007-06-19 misha
9799:
9800: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9801: were moved on top because of gcc 4 had a problems during
9802: building.
9803:
9804: 2007-06-18 misha
9805:
9806: * tests/results/019.processed: - new image commited
9807:
9808: 2007-06-09 misha
9809:
9810: * src/classes/: op.C, table.C: - in while and table.select method
9811: as_expression used now
9812:
9813: * src/types/pa_vmethod_frame.h: - method as_expression was added
9814:
9815: 2007-06-08 misha
9816:
9817: * tests/: 166.html, results/166.processed: - test for
9818: ^match[...][n]
9819:
9820: * tests/: 165.html, results/165.processed: - tests for loops
9821:
9822: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9823: because of no speed/memory optimisation but some proglems with
9824: long cycles occure
9825:
9826: 2007-06-06 misha
9827:
9828: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9829: ^table.select(true) and ^table.select(1) didn't works because of
9830: awaiting junction-param only. fixed.
9831:
9832: 2007-05-24 misha
9833:
9834: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9835: with 0.5 secs interval
9836:
9837: * src/classes/op.C: - cache was rewrited. I hope it works with
9838: locking system now on unix
9839:
9840: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9841: system locks which wait till other threads release it but try get
9842: lock, if fail wait 1 sec and make 10 attempts.
9843:
9844: * src/include/pa_os.h: - consts for blocking locks + some comments
9845: were added
9846:
9847: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9848: opening files
9849:
9850: * src/classes/table.C: - changes in includes. if unclude <sstream>
9851: after our classes on unix it can't be build
9852:
9853: * src/types/pa_vhashfile.C: - not needed code removed
9854:
9855: 2007-05-23 misha
9856:
9857: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9858: include/pa_common.h: - cosmetic changes
9859:
9860: 2007-05-18 misha
9861:
9862: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9863: often. it's give some speed increasing
9864:
9865: * tests/results/160.processed: - returned time corrected
9866:
9867: * tests/160.html: - time increased because on unix 1 mean nothing
9868: :(
9869:
9870: * operators.txt: - added info about ^hash.contain[key]
9871:
9872: * src/classes/hash.C: - added ^hash.contain[key]
9873:
9874: * src/include/pa_hash.h: - added method for checking key exists in
9875: hash
9876:
9877: 2007-05-07 misha
9878:
9879: * src/include/pa_string.h: - was compilation error during build on
9880: freebsd4
9881:
9882: 2007-05-03 misha
9883:
9884: * src/classes/table.C: - option $.type[hash|string|table] was added
9885: for ^table.hash[]
9886:
9887: * src/classes/file.C: - comment removed
9888:
9889: 2007-04-26 misha
9890:
9891: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9892: real files doesn't opened in place anymore
9893:
9894: 2007-04-24 misha
9895:
9896: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9897:
9898: * src/include/pa_exception.h: "static" removed
9899:
9900: 2007-04-23 misha
9901:
9902: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9903:
9904: * src/classes/math.C: added: - ^math:ln(N) (the same as
9905: ^math:log(N)) - ^math:lg(N)
9906:
9907: * tests/: 097.html, results/097.processed: - charsets converstion
9908: during ^file::load[text;http://...] added
9909:
9910: * tests/: 164.html, results/164.processed: - check for set expires
9911: as a date
9912:
9913: * tests/: 164.html, results/164.processed: - test for hashfile
9914:
9915: * src/classes/hashfile.C: - little comment changes
9916:
9917: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9918: access
9919:
9920: * src/: classes/date.C, classes/double.C, classes/file.C,
9921: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9922: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9923: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9924: classes/xnode.h, include/pa_request.h, main/execute.C,
9925: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9926: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9927: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9928: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9929: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9930: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9931: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9932: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9933: "parser.runtime" strings were removed
9934:
9935: * src/classes/hashfile.C: - with .clear[] called files_delete()
9936: now.
9937:
9938: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9939:
9940: * src/include/pa_exception.h: - string constant with
9941: "parser.runtime" text was added
9942:
9943: 2007-04-20 misha
9944:
9945: * operators.txt: - some comments changing
9946:
9947: * operators.txt: - added info about .^hashfile.release[],
9948: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9949:
9950: * configure: =cheching for unsetenv
9951:
9952: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9953: ^hashfile.release[] were added
9954:
9955: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9956: ^string.match[][] understand new option now: return number of
9957: matches but not table wit results
9958:
9959: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9960: reopen now
9961:
9962: * src/classes/op.C: - bug. must be false
9963:
9964: * configure.in: - checking for unsetenv was added
9965:
9966: * src/types/pa_vform.C: - some comments
9967:
9968: 2007-04-18 misha
9969:
9970: * buildall-with-xml: moving to libxml2-2.6.28
9971:
9972: * buildall-with-xml, buildall-without-xml: added commented lines
9973: with --disable-safe-mode option
9974:
9975: * operators.txt: - info about $form:files
9976:
9977: 2007-04-17 misha
9978:
9979: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9980: $form:files was added
9981:
9982: * tests/: 163.html, results/163.processed: removing auto format
9983:
9984: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9985:
9986: 2007-04-16 misha
9987:
9988: * tests/: 163.html, results/163.processed: - test for .int[],
9989: floor, round, ceiling and .format[]
9990:
9991: * src/classes/file.C: - little optimization for getting args in
9992: exec/cgi
9993:
9994: 2007-04-13 misha
9995:
9996: * src/classes/file.C: - arguments for file::exec/cgi can be
9997: specified now as s table with one column
9998:
9999: 2007-03-27 misha
10000:
10001: * tests/: 162.html, results/162.processed: - test for
10002: ^table.select(^condition[$t])
10003:
10004: * tests/results/auto.p: - load windows-1251 charset for some tests
10005:
10006: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10007:
10008: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10009: 161_windows1251.txt: - added test for
10010: ^file::load[text;/local/file.txt;$.charset[...]]
10011:
10012: * tests/: results/013.processed, 013.html: - added test for
10013: checking $._default value while hash modifications
10014:
10015: * tests/: 160.html, results/160.processed: - add test for
10016: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10017:
10018: 2007-03-22 misha
10019:
10020: * src/include/pa_common.h: - "charset" string defined for
10021: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10022:
10023: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10024: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10025: added - not needed transcodes were removed from
10026: ^file::load[...;http://...]
10027:
10028: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10029: added
10030:
10031: * src/classes/date.C: - date.week was fixed
10032:
10033: * operators.txt: - added info about date.weekyear
10034:
10035: * tests/: 159.html, results/159.processed: - tests for date.week
10036: and date.weekyear added
10037:
10038: 2007-03-15 misha
10039:
10040: * src/classes/table.C: - enclose column numbers for nameless tables
10041: as well
10042:
10043: 2007-03-14 misha
10044:
10045: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10046:
10047: * src/classes/table.C: - table.save optimization: now required much
10048: less memory
10049:
10050: 2007-03-13 misha
10051:
10052: * tests/results/: 158.processed, 158.processes: - tests for
10053: table.save/table.load
10054:
10055: * tests/: 158.html, results/158.processes: - tests for
10056: table.save/table.load
10057:
10058: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10059:
10060: * buildall-with-xml: - pattern needed now for building
10061:
10062: * tests/results/097.processed: - added test results for xdoc::load
10063: & xdoc::load[http://...]
10064:
10065: * tests/097.html: - added test for xdoc::load
10066:
10067: 2007-03-12 misha
10068:
10069: * tests/: 107.html, results/107.processed: - added test for xpath
10070: '//man'
10071:
10072: 2007-03-01 misha
10073:
10074: * tests/: 097.html, results/097.processed: - added test for
10075: creating xdoc from file
10076:
10077: * tests/: results/157.processed, 157.html: - added test for
10078: file:move
10079:
10080: 2007-02-28 misha
10081:
10082: * src/classes/xdoc.C: - another attempt
10083:
10084: * src/classes/xdoc.C: - roll back last changes for a while
10085:
10086: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10087:
10088: * src/classes/file.C: - under lock we create non-exist dir anyway
10089:
10090: * tests/results/099.processed: - ever send content-disposition to
10091: client with file
10092:
10093: * tests/157.html: + test for file:copy
10094:
10095: 2007-02-26 misha
10096:
10097: * src/classes/file.C: - some similar strings moved to #define
10098: instead of to be copy/pasted many times
10099:
10100: * src/types/pa_vfile.h: - class name string ("file") moved to
10101: #define
10102:
10103: 2007-02-20 misha
10104:
10105: * configure.in: - added some strings for sqlite detection
10106:
10107: 2007-02-19 misha
10108:
10109: * operators.txt: - some comments changes
10110:
10111: * buildall-with-xml, buildall-without-xml: - some modifications
10112:
10113: 2007-02-17 misha
10114:
10115: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10116:
10117: * src/main/pa_request.C: - damn, i forgot to commit it while I
10118: change console behaviour
10119:
10120: 2007-02-12 misha
10121:
10122: * src/targets/cgi/parser3.C: - don't print headers if
10123: $console:line[data] was used during cgi execution.
10124:
10125: * src/types/pa_vconsole.h: - console class have bool flag now which
10126: marked as 'true' if class was used.
10127:
10128: * tests/: 152.html, results/152.processed: - more types was added
10129: to test 152
10130:
10131: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10132: adding 'bool' (^if($image){} caused exception)
10133:
10134: 2007-02-09 misha
10135:
10136: * tests/: 152.html, results/152.processed: - test alightly updated
10137:
10138: * tests/: 152.html, results/152.processed: - test rewrited
10139:
10140: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10141: bugfix. I broke xdoc & xnode in expression
10142:
10143: 2007-02-08 misha
10144:
10145: * tests/: 152.html, results/152.processed: - add test for checking
10146: 'def' for void, string, bool, int & double
10147:
10148: 2007-02-07 misha
10149:
10150: * operators.txt: - ^file:base64[filespec] was added
10151:
10152: * tests/results/153.processed: - result test for
10153: ^file:base64[filespec] was updated
10154:
10155: * tests/153.html: - test for ^file:base64[filespec] was added
10156:
10157: * src/types/pa_vconsole.h: - little optimization
10158:
10159: * src/classes/file.C: - ^file:base64[filespec]
10160:
10161: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10162:
10163: * src/include/pa_common.h: - declarations for
10164: ^file:base64[filespec]
10165:
10166: * src/types/pa_vcookie.C: - little optimization
10167:
10168: 2007-02-06 misha
10169:
10170: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10171: were temporary commented
10172:
10173: * src/types/pa_vbool.h: - bugfix
10174:
10175: * tests/156.html: - added test for bool cookie
10176:
10177: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10178:
10179: * tests/: 155.html, results/155.processed: - added test for check
10180: $.encloser[] option for table save/load
10181:
10182: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10183:
10184: 2007-02-05 misha
10185:
10186: * tests/results/152.processed: - newline at the end was missed
10187:
10188: * tests/results/141.processed: - math:md5 must be lowercased
10189:
10190: * src/targets/cgi/parser3.C: - 2007 in help ;)
10191:
10192: 2007-02-03 misha
10193:
10194: * tests/results/: 150.processed, 151.processed, 152.processed: -
10195: test for bool added and some content length fixes
10196:
10197: * tests/152.html: - test for bool added
10198:
10199: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10200:
10201: * operators.txt: - info bool class was added
10202:
1.116 moko 10203: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10204: classes/classes.vcproj, classes/double.C, classes/int.C,
10205: classes/string.C, classes/void.C, classes/xnode.C,
10206: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10207: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10208: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10209: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10210: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10211: types/types.vcproj: - bool class was added
10212:
10213: * src/main/pa_request.C: - fix
10214:
10215: 2007-01-18 misha
10216:
10217: * src/: main/pa_string.C, classes/string.C: - return table during
10218: ^string.match[][] even if no matched found.
10219:
10220: 2006-12-20 misha
10221:
10222: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10223: http://www.parser.ru/forum/?id=55598 ]
10224:
10225: 2006-12-19 misha
10226:
10227: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10228: details: http://www.parser.ru/forum/?id=52359
10229:
10230: * src/main/pa_request.C: - always set content-disposition for
10231: $response:body[hash here]. more details:
10232: http://www.parser.ru/forum/?id=52130
10233:
10234: 2006-12-07 misha
10235:
10236: * operators.txt: - added info about bool params in cookie set
10237:
10238: * src/types/pa_vcookie.C: - bool param in cookies available now
10239: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10240: ]
10241:
10242: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10243: was added
10244:
10245: 2006-12-02 misha
10246:
10247: * src/classes/file.C: - file_block_read used instead of native read
10248:
10249: * src/main/pa_common.C: - added file_block_read with read error
10250: detection - file_block_read used instead of native read
10251:
10252: * src/include/pa_common.h: - added file_block_read declaration
10253:
10254: 2006-12-01 misha
10255:
10256: * operators.txt: - info about $var.CLASS_NAME was added
10257:
10258: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10259: $var.CLASS_NAME added
10260:
10261: * operators.txt: - added info about ^file:copy[]
10262:
10263: * src/classes/file.C: - ^file:copy[from;fo] was added
10264:
10265: 2006-11-20 misha
10266:
10267: * src/classes/date.C: - bug fix :)
10268:
10269: 2006-11-17 misha
10270:
10271: * src/include/pa_common.h: - array in crc32 calculation was changed
10272: to static
10273:
10274: * src/main/pa_common.C: - little optimization in getMonthDays -
10275: small changes in crc32 calculation
10276:
10277: * src/classes/date.C: - not needed code was removed
10278:
10279: 2006-11-16 misha
10280:
10281: * src/types/pa_vmail.C: - fix missed brakes
10282:
10283: * src/types/pa_vmail.C: - mail:send now set content-type:
10284: multipart/related instead of multipart/mixed if file have
10285: $.content-id[]
10286:
10287: 2006-11-15 misha
10288:
10289: * src/types/pa_vdouble.h: abs -> fabs
10290:
10291: 2006-11-14 misha
10292:
10293: * operators.txt: - added info about ^file.md5[] and
10294: ^file:md5[file-name]
10295:
10296: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10297: added
10298:
10299: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10300: FILE_BUFFER_SIZE
10301:
10302: * src/classes/math.C: - hex_string was moved to pa_common.h
10303:
10304: * src/include/pa_common.h: - hex_string was moved from math.C -
10305: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10306:
10307: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10308: values was fixed
10309:
10310: 2006-11-13 misha
10311:
10312: * operators.txt: - added info about ^math:crc32[string],
10313: ^file:crc32[file-name] & ^file.crc32[]
10314:
10315: * src/classes/math.C: - added ^math:crc32[string]
10316:
10317: * src/classes/file.C: - some comments were changed - added
10318: ^file:crc32[file-name] and ^file.crc32[]
10319:
10320: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10321: crc32 calculation added
10322:
10323: 2006-11-03 misha
10324:
10325: * src/include/pa_array.h: - not needed variable removed
10326:
10327: * tests/: 150.html, 151.html, results/150.processed,
10328: results/151.processed: - 2 tests were added
10329:
10330: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10331: with $.reverse(1) were fixed
10332:
10333: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10334: query converted to $.charset during ^file::load[http://...]
10335:
10336: 2006-11-02 misha
10337:
10338: * src/include/pa_table.h: ups. forget '=' char
10339:
10340: * src/include/pa_table.h: - one more fix in
10341: .locate[...][$.reverse(1)]
10342:
10343: 2006-11-01 misha
10344:
10345: * src/classes/math.C: - bug fix, details:
10346: http://www.parser.ru/forum/?id=53360
10347:
10348: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10349: false for all records )[$.reverse(1)]
10350:
10351: * src/main/pa_http.C: - second param for this mid method is length
10352: but not end_index so this method has error and can't detect
10353: charsets in next content-types: Content-type: text/html;
10354: charset="windows-1251" Content-type: text/html;
10355: charset="windows-1251"; Content-type: text/html;
10356: charset=windows-1251;
10357:
10358: only Content-type: text/html; charset=windows-1251 was fine
10359:
10360: 2006-10-31 misha
10361:
10362: * src/classes/file.C: - empty args in file::exec removed now
10363:
10364: 2006-09-03 paf
10365:
10366: * src/classes/file.C: proper tainting of
10367: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10368:
10369: 2006-06-09 paf
10370:
10371: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10372:
10373: * src/classes/table.C: formatting
10374:
10375: * src/classes/table.C: incorporated patch from misha: Sent:
10376: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10377: ignoring string options for ^table.save[]
10378:
10379: * src/classes/hash.C: incorporated patch from misha Sent:
10380: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10381: $hash._default disappear while
10382:
10383: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10384: $.format[!uue|!base64] << new base64 option. default uue ] ]
10385:
10386: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10387: PM Subject: patch for base64 in ^mail:send[] %-)
10388:
10389: 2006-04-09 paf
10390:
10391: * src/main/compile.tab.C: ` change compiled
10392:
10393: * gnu.vcproj, operators.txt, parser3.sln,
10394: src/classes/classes.vcproj, src/classes/file.C,
10395: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10396: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10397: src/classes/xnode.C, src/include/pa_array.h,
10398: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10399: src/include/pa_memory.h, src/include/pa_request.h,
10400: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10401: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10402: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10403: src/lib/pcre/pcre_dftables.vcproj,
10404: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10405: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10406: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10407: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10408: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10409: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10410: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10411: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10412: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10413: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10414: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10415: src/types/pa_value.h, src/types/pa_vcookie.C,
10416: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10417: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10418: src/types/pa_vstatus.C, src/types/types.vcproj,
10419: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10420: ^menu, ^hash/hashfile.foreach
10421:
10422: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10423: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10424: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10425: src/classes/xnode.C, src/include/pa_array.h,
10426: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10427: src/include/pa_memory.h, src/include/pa_request.h,
10428: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10429: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10430: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10431: src/lib/pcre/pcre_dftables.vcproj,
10432: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10433: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10434: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10435: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10436: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10437: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10438: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10439: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10440: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10441: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10442: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10443: src/types/pa_value.h, src/types/pa_vcookie.C,
10444: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10445: src/types/pa_vstatus.C, src/types/types.vcproj,
10446: tests/descript.ion: ! switched to VS2005 (projects and
10447: object<info explicitly typed>.for_each(, info)) +
10448: $response:field[] setting void means removing + grammar $name`
10449: name stops now, for mysql `$field` + started ^break[]
10450: ^continue[], in ^for. TODO: to other iterators (while, menu,
10451: foreach) + all log messages += [uri=, method=, cl=]
10452:
10453: * buildall-with-xml: merged . ftp paths update
10454:
10455: * buildall-with-xml: . ftp paths update
10456:
10457: 2006-03-04 paf
10458:
10459: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10460: checks++ [thanks to Igor Zinkovsky for detailed report]
10461:
10462: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10463: Igor Zinkovsky for detailed report]
10464:
10465: 2006-03-01 paf
10466:
10467: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10468: \n to ' ' in
10469:
10470: 2006-02-18 paf
10471:
10472: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10473: \n to ' ' in
10474:
10475: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10476:
10477: 2006-02-03 paf
10478:
10479: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10480: base64
10481:
10482: * src/main/pa_common.C: ! bugfix: decoding from base64
10483:
10484: 2006-01-20 paf
10485:
10486: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10487: economy fix
10488:
10489: * src/classes/: table.C: merged from HEAD ! bugfix
10490: ^table.save[$.encloser-s now handled properly
10491:
10492: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10493: handled properly
10494:
10495: 2006-01-19 paf
10496:
10497: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10498: libgc:USE_MUNMAP activates merging of free memory blocks which
10499: helps a lot in our case: after transform we want
10500: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10501:
10502: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10503: economy fix
10504:
10505: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10506: activates merging of free memory blocks which helps a lot in our
10507: case: after transform we want CORD(main.result)->cstr[big
10508: malloc]->transcode[big malloc]
10509:
10510: 2006-01-17 paf
10511:
10512: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10513: before reading them. got rid of reallocs = became quicker and
10514: less fragmentated
10515:
10516: 2005-12-29 paf
10517:
1.116 moko 10518: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10519: configure, configure.in, src/include/pa_version.h,
10520: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10521: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10522: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10523: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10524: src/lib/ltdl/missing: . merged from 3.2.1
10525:
1.116 moko 10526: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10527: packaged when 'make dist', so do configure companion files in
10528: src/lib/ltdl
10529:
10530: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10531: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10532: missing: . now config_auto.h is created with configure [were
10533: constant]
1.95 moko 10534:
10535: * INSTALL: . references to documentation and some clarification
10536:
10537: * buildall-with-xml, buildall-without-xml: . farawell doc
10538: indication
10539:
1.116 moko 10540: * Makefile.am: . dist+=buildall*
1.95 moko 10541:
10542: 2005-12-28 paf
10543:
10544: * configure: . 3.2.1
10545:
10546: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10547: simplify build process, see INSTALL
10548:
10549: 2005-12-26 paf
10550:
10551: * configure: ver
10552:
10553: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10554: version
10555:
10556: 2005-12-21 paf
10557:
10558: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10559: compiled with bison 1.875b, it reports unexpected token names
10560:
10561: 2005-12-19 paf
10562:
10563: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10564: holds a link to xmlNode to prevent premature gc(xmlNode)
10565:
10566: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10567: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10568: src/main/main.vcproj, src/main/pa_globals.C,
10569: src/targets/cgi/parser3.vcproj,
10570: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10571: configure, configure.in, src/include/pa_version.h: . killing
10572: gdome [what a relief]
10573:
10574: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10575: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10576: run_parser.sh, results/001.processed, results/002.processed,
10577: results/003.processed, results/004.processed,
10578: results/005.processed, results/006.processed,
10579: results/008.processed, results/009.processed,
10580: results/010.processed, results/011.processed,
10581: results/012.processed, results/013.processed,
10582: results/014.processed, results/015.processed,
10583: results/016.processed, results/017.processed,
10584: results/018.processed, results/020.processed,
10585: results/021.processed, results/022.processed,
10586: results/023.processed, results/024.processed,
10587: results/025.processed, results/026.processed,
10588: results/027.processed, results/028.processed,
10589: results/029.processed, results/030.processed,
10590: results/031.processed, results/032.processed,
10591: results/033.processed, results/034.processed,
10592: results/035.processed, results/036.processed,
10593: results/037.processed, results/038.processed,
10594: results/039.processed, results/040.processed,
10595: results/041.processed, results/042.processed,
10596: results/043.processed, results/044.processed,
10597: results/045.processed, results/046.processed,
10598: results/047.processed, results/048.processed,
10599: results/049.processed, results/050.processed,
10600: results/051.processed, results/052.processed,
10601: results/053.processed, results/054.processed,
10602: results/055.processed, results/056.processed,
10603: results/057.processed, results/058.processed,
10604: results/059.processed, results/060.processed,
10605: results/061.processed, results/062.processed,
10606: results/063.processed, results/064.processed,
10607: results/065.processed, results/066.processed,
10608: results/067.processed, results/068.processed,
10609: results/069.processed, results/070.processed,
10610: results/071.processed, results/072.processed,
10611: results/073.processed, results/074.processed,
10612: results/075.processed, results/076.processed,
10613: results/077.processed, results/078.processed,
10614: results/079.processed, results/080.processed,
10615: results/081.processed, results/082.processed,
10616: results/083.processed, results/084.processed,
10617: results/085.processed, results/086.processed,
10618: results/087.processed, results/088.processed,
10619: results/089.processed, results/090.processed,
10620: results/091.processed, results/092.processed,
10621: results/093.processed, results/094.processed,
10622: results/095.processed, results/096.processed,
10623: results/097.processed, results/099.processed,
10624: results/100.processed, results/101.processed,
10625: results/102.processed, results/104.processed,
10626: results/105.processed, results/106.processed,
10627: results/107.processed, results/108.processed,
10628: results/109.processed, results/110.processed,
10629: results/111.processed, results/112.processed,
10630: results/113.processed, results/114.processed,
10631: results/115.processed, results/117.processed,
10632: results/119.processed, results/120.processed,
10633: results/121.processed, results/122.processed,
10634: results/123.processed, results/124.processed,
10635: results/125.processed, results/126.processed,
10636: results/127.processed, results/128.processed,
10637: results/129.processed, results/130.processed,
10638: results/131.processed, results/132.processed,
10639: results/133.processed, results/134.processed,
10640: results/135.processed, results/136.processed,
10641: results/138.processed, results/139.processed,
10642: results/140.processed, results/141.processed,
10643: results/142.processed, results/143.processed,
10644: results/144.processed, results/145.processed,
10645: results/146.processed, results/147.processed,
10646: results/148.processed, results/149.processed, results/auto.p: .
10647: now works if we turn off default auto.p
10648:
1.116 moko 10649: * configure: . makes
1.95 moko 10650:
10651: * src/types/pa_vxnode.C: . less warnings
10652:
10653: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10654: tests/145.html, tests/149.html, tests/descript.ion,
10655: tests/outputs/d.cmd, tests/results/142.processed,
10656: tests/results/143.processed, tests/results/144.processed,
10657: tests/results/145.processed, tests/results/146.processed,
10658: tests/results/147.processed, tests/results/148.processed,
10659: tests/results/149.processed: . removed .nodeValue from all node
10660: types other than 5 (grabbed piece from gdome)
10661:
10662: * tests/: 137.html, results/137.processed: . not handled this case
10663: yet. code does not hang from inserting parent into child,
10664: considering thing minor issue -- nodes are removed from source
10665: anyway, don't know why shold that be an error after all
10666:
10667: * src/targets/cgi/parser3.C: . style
10668:
10669: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10670: xdoc too [were barking "not element"]
10671:
10672: 2005-12-16 paf
10673:
10674: * tests/: 146.html, 147.html, 148.html: . more tests
10675:
10676: * src/classes/xnode.C: . also bark on possible errors
10677:
10678: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10679: props
10680:
10681: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10682: main/compile.y: merged from HEAD ! fixed overoptimized
10683: ^call(false) case. (confused it with ^call[] case)
10684:
10685: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10686: ^call(false) case. (confused it with ^call[] case)
10687:
10688: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10689:
10690: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10691: results/001.processed, results/002.processed,
10692: results/003.processed, results/004.processed,
10693: results/005.processed, results/006.processed,
10694: results/008.processed, results/009.processed,
10695: results/010.processed, results/011.processed,
10696: results/012.processed, results/013.processed,
10697: results/014.processed, results/015.processed,
10698: results/016.processed, results/017.processed,
10699: results/018.processed, results/019.processed,
10700: results/020.processed, results/021.processed,
10701: results/022.processed, results/023.processed,
10702: results/024.processed, results/025.processed,
10703: results/026.processed, results/027.processed,
10704: results/028.processed, results/029.processed,
10705: results/030.processed, results/031.processed,
10706: results/032.processed, results/033.processed,
10707: results/034.processed, results/035.processed,
10708: results/036.processed, results/037.processed,
10709: results/038.processed, results/039.processed,
10710: results/040.processed, results/041.processed,
10711: results/042.processed, results/043.processed,
10712: results/044.processed, results/045.processed,
10713: results/046.processed, results/047.processed,
10714: results/048.processed, results/049.processed,
10715: results/050.processed, results/051.processed,
10716: results/052.processed, results/053.processed,
10717: results/054.processed, results/055.processed,
10718: results/056.processed, results/057.processed,
10719: results/058.processed, results/059.processed,
10720: results/060.processed, results/061.processed,
10721: results/062.processed, results/063.processed,
10722: results/064.processed, results/065.processed,
10723: results/066.processed, results/067.processed,
10724: results/068.processed, results/069.processed,
10725: results/070.processed, results/071.processed,
10726: results/072.processed, results/073.processed,
10727: results/074.processed, results/075.processed,
10728: results/076.processed, results/077.processed,
10729: results/078.processed, results/079.processed,
10730: results/080.processed, results/081.processed,
10731: results/082.processed, results/083.processed,
10732: results/084.processed, results/085.processed,
10733: results/086.processed, results/087.processed,
10734: results/088.processed, results/089.processed,
10735: results/090.processed, results/091.processed,
10736: results/092.processed, results/093.processed,
10737: results/094.processed, results/095.processed,
10738: results/096.processed, results/097.processed,
10739: results/099.processed, results/101.processed,
10740: results/102.processed, results/104.processed,
10741: results/105.processed, results/106.processed,
10742: results/107.processed, results/108.processed,
10743: results/109.processed, results/110.processed,
10744: results/111.processed, results/112.processed,
10745: results/113.processed, results/114.processed,
10746: results/115.processed, results/116.processed,
10747: results/117.processed, results/118.processed,
10748: results/119.processed, results/120.processed,
10749: results/121.processed, results/122.processed,
10750: results/123.processed, results/124.processed,
10751: results/125.processed, results/126.processed,
10752: results/127.processed, results/128.processed,
10753: results/129.processed, results/130.processed,
10754: results/131.processed, results/132.processed,
10755: results/133.processed, results/134.processed,
10756: results/135.processed, results/136.processed,
10757: results/137.processed, results/138.processed,
10758: results/139.processed, results/140.processed,
10759: results/141.processed: . refreshed old tests, made them work
10760: without auto.p (in utf8) . things noted: . gif got encoded
10761: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10762: some strange year)
10763:
10764: * INSTALL: . revived linux libgc fix
10765:
10766: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10767: glib/gdome in INSTALL and patches]
10768:
10769: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10770: include/pa_charset.h, include/pa_config_includes.h,
10771: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10772: include/pa_xml_exception.h, lib/cord/Makefile.am,
10773: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10774: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10775: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10776: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10777: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10778: types/pa_vxnode.h: . started killing gdome
10779:
10780: 2005-12-13 paf
10781:
10782: * src/main/: pa_request.C: merged from HEAD ! when code in
10783: @unhandled_exception thrown another exception, print correct
10784: origin (earlier code in catch of exception inside of
10785: @unhandled_exception grabbed parent_frame(original_exception)
10786: origin and printed it, instead of true origin)
10787:
10788: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10789: another exception, print correct origin (earlier code in catch of
10790: exception inside of @unhandled_exception grabbed
10791: parent_frame(original_exception) origin and printed it, instead
10792: of true origin)
10793:
10794: 2005-12-09 paf
10795:
10796: * INSTALL: . updated INSTALL doc to work around linux stack base
10797: detection problem, due to change in gc6.4 code
10798:
10799: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10800: ignored in ^string.matched :(
10801:
10802: * src/main/pa_string.C: ! regex tainting were ignored in
10803: ^string.matched :(
10804:
10805: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10806: src/include/pa_config_fixed.h, src/include/pa_version.h,
10807: src/main/compile.y, src/main/compile_tools.h,
10808: src/main/pa_charset.C, src/main/pa_common.C,
10809: src/main/pa_globals.C, src/main/pa_string.C,
10810: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10811: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10812:
10813: 2005-12-08 paf
10814:
10815: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10816: 500 chars now handled OK [were wrapped on 500th char according to
10817: rfc, but sendmail failed to unwrap it properly]
10818:
10819: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10820: handled OK [were wrapped on 500th char according to rfc, but
10821: sendmail failed to unwrap it properly]
10822:
10823: * src/targets/isapi/parser3isapi.C: . less warnings
10824:
10825: * src/targets/isapi/parser3isapi.C: . undone some strange change
10826: since 3.1.5
10827:
10828: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10829: link fixes
10830:
10831: * src/: classes/date.C, include/pa_config_fixed.h,
10832: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10833: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10834: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10835:
10836: * src/include/pa_config_fixed.h: . removed outdated string origins
10837: [in current storage scheme there's no place for them. someday we
10838: can add third CORD to store origins and special version of parser
10839: which stores origins there [separate binary]]
10840:
10841: 2005-12-07 paf
10842:
10843: * src/targets/isapi/parser3isapi.C: . now links in release mode
10844:
10845: * src/include/pa_version.h: makefiles
10846:
10847: * src/include/pa_version.h: . not beta
10848:
10849: * configure, configure.in, src/include/pa_version.h: not beta
10850:
10851: 2005-12-06 paf
10852:
10853: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10854: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10855: decided to undo the change ^call[$void] passes void. now it will
10856: pass empty string again.
10857:
10858: * src/main/: compile.tab.C, compile.y: . version readded
10859:
10860: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10861: = ^switch[void] problem
10862:
10863: 2005-12-01 paf
10864:
10865: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10866: caused ^case[string] to be coerced to double since searching
10867: value were not string (it was vvoid)
10868:
10869: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10870: ^case[string] to be coerced to double since searching value were
10871: not string (it was vvoid)
10872:
10873: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10874: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10875:
10876: 2005-11-30 paf
10877:
10878: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10879: win32 must putenv("TZ="), on unix works only putenv("TZ")
10880:
10881: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10882: putenv("TZ="), on unix works only putenv("TZ")
10883:
10884: * INSTALL: . xml libs versions updated
10885:
10886: * src/main/pa_globals.C: //20051130 trying to remove this, author
10887: claims that fixed a lot there // 20040920 for now both
10888: workarounds needed. wait for new libxml/xsl versions
10889:
10890: 2005-11-28 paf
10891:
10892: * src/classes/table.C: merged from HEAD: ! nameless table has
10893: columns==0
10894:
10895: * src/classes/table.C: ! nameless table has columns==0
10896:
10897: * src/main/pa_http.C: merged from HEAD: ! status line check made
10898: earlier [was totally wrong]
10899:
10900: * src/main/pa_http.C: ! status line check made earlier [was totally
10901: wrong]
10902:
10903: 2005-11-25 paf
10904:
10905: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10906: undoing for now...
10907:
10908: * src/include/pa_version.h: -this reduces speed(table::load),
10909: strange. undoing
10910:
10911: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10912:
10913: * src/classes/op.C: + ^while(){}[SEPARATOR]
10914:
10915: * src/include/pa_array.h: + optimistics added: all arrays (table
10916: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10917: this speeds things up and saves memory a LOT! (not noticed
10918: negative effect on syntetic tests, future will tell...)
10919:
10920: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10921: changed gc_malloc implementation, which obscured profiling
10922:
10923: * src/classes/table.C: merged from HEAD: + optimized
10924: table::load/sql, now row ArrayString-s allocated with
10925: columns.count() elements and don't always grow from
10926: count=3[realloc,realloc]
10927:
10928: * src/classes/table.C: + optimized table::load/sql, now row
10929: ArrayString-s allocated with columns.count() elements and don't
10930: always grow from count=3[realloc,realloc]
10931:
10932: * src/classes/table.C: merged from HEAD: . ^table.save unused
10933: buffer after save
10934:
10935: * src/classes/table.C: . ^table.save unused buffer after save
10936:
10937: 2005-11-24 paf
10938:
10939: * configure.in: . merged glib2-config patch
10940:
10941: * configure.in: + trying to find glib2-config
10942:
10943: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10944: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10945: file/dir_readable to simple file/dir_exist, this would help in
10946: situations "class not found because .p file has bad rights" << in
10947: that case error would be explicit "access denied to 'this' file"
10948:
1.116 moko 10949: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10950:
10951: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10952: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10953: to simple file/dir_exist, this would help in situations "class
10954: not found because .p file has bad rights" << in that case error
10955: would be explicit "access denied to 'this' file"
10956:
10957: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10958: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10959: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10960: ^file::exec/cgi[script;$.charset[changed]
10961: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10962: encoded in $.charset charset
10963:
10964: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10965: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10966: encoded in $.charset charset
10967:
10968: * src/: include/Makefile.am, include/pa_common.h,
10969: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10970: main/pa_common.C, main/pa_http.C: . extracted http:// into
10971: separate file [preparation for
10972: ^file::cgi[script;$.form[$.field1[]
10973:
10974: 2005-11-22 paf
10975:
10976: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10977:
10978: * acinclude.m4, configure.in: . merged underquting fixes
10979:
1.116 moko 10980: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10981:
10982: * src/classes/op.C: . overmerged a little
10983:
10984: * src/main/compile.tab.C: Makefile
10985:
10986: * src/main/: pa_common.C: . less gcc warnings
10987:
10988: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10989: now reports original exception if we have no old cache
10990:
10991: * src/classes/op.C: + $exception.handled[cache] now reports
10992: original exception if we have no old cache
10993:
10994: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10995: from HEAD: + ^taint/untaint[regex] << escapes these:
10996: \^$.[]|()?*+{}
10997:
10998: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10999: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11000:
11001: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11002: getenv-ed variable, which does not work both on win32&unix.
11003: copied old TZ value now
11004:
11005: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11006: stored pointer to getenv-ed variable, which does not work both on
11007: win32&unix. copied old TZ value now
11008:
11009: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11010: getenv-ed variable, which does not work both on win32&unix.
11011: copied old TZ value now
11012:
11013: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11014: access to internal hash
11015:
11016: * src/types/pa_vresponse.C: + $response:headers access to internal
11017: hash
11018:
11019: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11020: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11021: isapi] this reduces number of "GC Warning: Repeated allocation of
11022: very large block" messages to only important onces
11023:
11024: * src/targets/isapi/parser3isapi.C: +
11025: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11026: isapi] this reduces number of "GC Warning: Repeated allocation of
11027: very large block" messages to only important onces
11028:
11029: * src/classes/string.C: merged from HEAD: + removed limitation on
11030: ^string/int/double:sql{}[$.default[({param style})] ]
11031:
11032: * src/classes/string.C: + removed limitation on
11033: ^string/int/double:sql{}[$.default[({param style})] ]
11034:
11035: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11036: with ?params or $.form option" limitation
11037:
11038: * src/main/pa_common.C: + removed "use either uri with ?params or
11039: $.form option" limitation
11040:
11041: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11042: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11043: ^file::base64[encoded] decode
11044:
11045: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11046: main/pa_common.C: + ^file.base64[] encode +
11047: ^file::base64[encoded] decode
11048:
11049: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11050: ^string:base64[encoded] decode
11051:
11052: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11053: ^string:base64[in] encode + ^string.base64[] decode
11054:
11055: 2005-11-21 paf
11056:
11057: * src/classes/file.C: + merged from HEAD:
11058: ^file::create[text;file.xml;^untaint[xml]{data}]
11059:
11060: * src/classes/file.C: +
11061: ^file::create[text;file.xml;^untaint[xml]{data}]
11062:
11063: * src/main/pa_request.C: ! merged: $response:body[file] now
11064: differes from :download, it does not return content-disposition
11065: at all now [previusely it returned valueless content-disposition]
11066:
11067: * src/main/pa_request.C: ! $response:body[file] now differes from
11068: :download, it does not return content-disposition at all now
11069: [previusely it returned valueless content-disposition]
11070:
11071: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11072: literals, reverted to just vvod, recreating empty array with each
11073: void_value token. that's absolutely needed, since that array
11074: grows
11075:
11076: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11077: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11078: types/pa_vmethod_frame.h: + merged: expression literals:
11079: true/false. ^format[$.indent(true)]
11080:
11081: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11082: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11083: types/pa_vmethod_frame.h: + expression literals: true/false.
11084: ^format[$.indent(true)]
11085:
11086: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11087: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11088: i386-pc-win32)"
11089:
11090: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11091: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11092: i386-pc-win32)"
11093:
11094: 2005-11-18 paf
11095:
11096: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11097: null}[$.default(123)] will now return default value
11098:
11099: * src/classes/op.C: + merged ^cache[] << returns current cache
11100: expiration time
11101:
11102: * src/classes/op.C: + ^cache[] << returns current cache expiration
11103: time
11104:
11105: * src/classes/table.C: ! merged ^table::create[not'nameless';
11106: failed << Exception.problem_source pointed to local var!
11107:
11108: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11109: Exception.problem_source pointed to local var!
11110:
11111: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11112: now loads VFile.ptr!=0, so such files can be saved now
11113:
11114: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11115: loads VFile.ptr!=0, so such files can be saved now
11116:
11117: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11118: only . and .. now removed from list [were removed all .*]
11119:
11120: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11121: .. now removed from list [were removed all .*]
11122:
11123: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11124: open error now checked, were not :( [stole that piece from apache
11125: 1.3 sources]
11126:
11127: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11128: checked, were not :( [stole that piece from apache 1.3 sources]
11129:
11130: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11131: untainting of @main result if returned by $result or
11132: $response:body
11133:
11134: * src/main/pa_request.C: ! ensured proper untainting of @main
11135: result if returned by $result or $response:body
11136:
11137: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11138: issue: now tries to guess content-length and allocates one big
11139: piece if possible [regretfully gc_realloc works as malloc+free,
11140: leaving lots of holes behind]
11141:
11142: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11143: fixed file load memory issue: now tries to guess content-length
11144: and allocates one big piece if possible [regretfully gc_realloc
11145: works as malloc+free, leaving lots of holes behind]
11146:
11147: 2005-11-16 paf
11148:
11149: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11150: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11151: table::save with enclosers now doubles them: "->"" !
11152: table::save/load do not remove elements from options hash
11153:
11154: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11155: [were overoptimized ^if(double_literal), compiler confused
11156: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11157:
11158: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11159: [were overoptimized ^if(double_literal), compiler confused
11160: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11161:
11162: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11163: main/pa_common.C: ! table::save with enclosers now doubles them:
11164: "->"" ! table::save/load do not remove elements from options hash
11165:
11166: 2005-11-03 paf
11167:
1.116 moko 11168: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11169: compilation, not all makefiles liked that
1.95 moko 11170:
11171: 2005-08-30 paf
11172:
11173: * src/classes/op.C: merge . speedup check of [DEFAULT]
11174:
11175: * src/classes/op.C: . speedup check of [DEFAULT]
11176:
11177: 2005-08-26 paf
11178:
11179: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11180:
11181: * src/: classes/date.C, types/pa_vdate.h: + date.week
11182:
11183: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11184: complains about bad!=nameless
11185:
11186: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11187: about bad!=nameless
11188:
11189: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11190: optional options were allowed to be empty. were checked
11191: if(is_string), changed to !defined||is_string to allow void
11192:
11193: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11194: classes/string.C, classes/table.C, classes/void.C: ! optional
11195: options were allowed to be empty. were checked if(is_string),
11196: changed to !defined||is_string to allow void
11197:
11198: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11199: as_junction where they needed as_int/double, so failed with
11200: recent "(const) now no junction" optimization
11201:
11202: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11203: merged ! many classes/* used as_junction where they needed
11204: as_int/double, so failed with recent "(const) now no junction"
11205: optimization
11206:
11207: * src/: classes/double.C, classes/int.C, classes/math.C,
11208: classes/op.C, classes/string.C, classes/table.C,
11209: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11210: used as_junction where they needed as_int/double, so failed with
11211: recent "(const) now no junction" optimization
11212:
11213: 2005-08-24 paf
11214:
11215: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11216: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11217: stripped it
11218:
11219: 2005-08-09 paf
11220:
11221: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11222: not cleared
11223:
11224: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11225: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11226: classes/hashfile.C, classes/image.C, classes/int.C,
11227: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11228: classes/response.C, classes/string.C, classes/table.C,
11229: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11230: include/pa_array.h, include/pa_cache_managers.h,
11231: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11232: include/pa_config_fixed.h, include/pa_config_includes.h,
11233: include/pa_dictionary.h, include/pa_dir.h,
11234: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11235: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11236: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11237: include/pa_request_charsets.h, include/pa_request_info.h,
11238: include/pa_sapi.h, include/pa_socks.h,
11239: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11240: include/pa_stack.h, include/pa_string.h,
11241: include/pa_stylesheet_connection.h,
11242: include/pa_stylesheet_manager.h, include/pa_table.h,
11243: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11244: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11245: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11246: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11247: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11248: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11249: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11250: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11251: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11252: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11253: main/pa_sql_driver_manager.C, main/pa_string.C,
11254: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11255: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11256: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11257: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11258: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11259: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11260: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11261: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11262: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11263: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11264: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11265: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11266: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11267: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11268: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11269: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11270: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11271: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11272: types/pa_vresponse.C, types/pa_vresponse.h,
11273: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11274: types/pa_vstateless_object.h, types/pa_vstatus.C,
11275: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11276: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11277: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11278: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11279: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11280:
11281: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11282: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11283: speedup consequent checks in vmethod_frame
11284:
11285: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11286: not cleared
11287:
11288: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11289: params: 50 max (were 10)
11290:
11291: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11292: params: 50 max (were 10)
11293:
11294: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11295: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11296: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11297: empty string) ! simplified (double) speedup consequent checks in
11298: vmethod_frame
11299:
11300: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11301: optimized constants in expressions vstring->vdouble + optimized
11302: ^call(vdouble), no junction creation, no calls later
11303:
11304: 2005-08-08 paf
11305:
11306: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11307: compile_tools.h: merged + optimized constants in expressions
11308: vstring->vdouble + optimized ^call(vdouble), no junction
11309: creation, no calls later
11310:
11311: * src/types/pa_vdouble.h: merged . double values without fractional
11312: part now default printed as %.0f instead of %g
11313:
11314: * src/types/pa_vdouble.h: . double values without fractional part
11315: now default printed as %.0f instead of %g
11316:
11317: * src/classes/hashfile.C: . merged ! second hashfile::open would
11318: cause an exception
11319:
11320: * src/classes/hashfile.C: ! second hashfile::open would cause an
11321: exception
11322:
11323: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11324: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11325: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11326: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11327: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11328: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11329: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11330: types/pa_vresponse.h, types/pa_vstateless_class.C,
11331: types/pa_vstateless_object.h, types/pa_vvoid.h,
11332: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11333: merged VJunction(new Junction) optimization from 3.1.4
11334:
11335: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11336: types/pa_vstateless_class.C: + optimized new VJunction(new
11337: Junction(params)) to new VJunction(params), thousands of mallocs
11338: removed
11339:
11340: 2005-08-05 paf
11341:
11342: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11343: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11344: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11345: creation, no calls later
11346:
11347: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11348: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11349: classes/hashfile.C, classes/image.C, classes/int.C,
11350: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11351: classes/response.C, classes/string.C, classes/table.C,
11352: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11353: include/pa_array.h, include/pa_cache_managers.h,
11354: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11355: include/pa_config_fixed.h, include/pa_config_includes.h,
11356: include/pa_dictionary.h, include/pa_dir.h,
11357: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11358: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11359: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11360: include/pa_request_charsets.h, include/pa_request_info.h,
11361: include/pa_sapi.h, include/pa_socks.h,
11362: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11363: include/pa_stack.h, include/pa_string.h,
11364: include/pa_stylesheet_connection.h,
11365: include/pa_stylesheet_manager.h, include/pa_table.h,
11366: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11367: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11368: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11369: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11370: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11371: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11372: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11373: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11374: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11375: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11376: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11377: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11378: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11379: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11380: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11381: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11382: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11383: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11384: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11385: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11386: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11387: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11388: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11389: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11390: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11391: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11392: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11393: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11394: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11395: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11396: types/pa_vstateless_object.h, types/pa_vstatus.C,
11397: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11398: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11399: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11400: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11401: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11402:
11403: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11404: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11405: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11406: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11407: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11408: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11409: optimized constants in expressions vstring->vdouble
11410:
11411: 2005-07-29 paf
11412:
11413: * src/types/pa_vclass.C: . shaped up error messages a bit
11414:
11415: * src/types/pa_vclass.C: + property getter can now be overridden
11416:
11417: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11418: bug fix: static parent fields were not replaced in case
11419: $derived:field[put] + property setter can now be overridden
11420:
11421: 2005-07-28 paf
11422:
11423: * configure, configure.in, src/classes/classes.h,
11424: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11425: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11426: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11427: src/classes/xnode.h, src/include/pa_hash.h,
11428: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11429: src/types/Makefile.am, src/types/pa_method.h,
11430: src/types/pa_value.h, src/types/pa_vclass.C,
11431: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11432: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11433: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11434: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11435: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11436: src/types/pa_vobject.C, src/types/pa_vobject.h,
11437: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11438: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11439: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11440: src/types/pa_vstateless_class.h,
1.95 moko 11441: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11442: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11443: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11444: dynamic_fields_join
11445:
11446: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11447: classes/xnode.C, include/pa_hash.h, main/execute.C,
11448: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11449: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11450: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11451: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11452: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11453: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11454: types/pa_vresponse.h, types/pa_vstateless_object.h,
11455: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11456: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11457: restored its checks in vobject.put_element->static fields |
11458: dynamic properties
11459:
11460: 2005-07-27 paf
11461:
11462: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11463: is some old code containing @set_name $name
11464:
11465: * src/types/pa_vobject.h: . fixed warning
11466:
11467: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11468: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11469:
11470: * src/: classes/xnode.C, include/pa_hash.h,
11471: types/pa_vstateless_class.C: ! new asserts were all false.
11472: regretfully reverted them all to checks
11473:
11474: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11475: classes/op.C, main/execute.C, types/pa_method.h,
11476: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11477: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11478: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11479: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11480: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11481: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11482: types/pa_vstateless_object.h, types/pa_vvoid.h,
11483: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11484: joined_dynamic_fields: removed unused param from put_method
11485: (returned to 3 params)
11486:
11487: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11488: joined_dynamic_fields: dynamic get/set works with overriding
11489: props [alpha2]
11490:
11491: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11492: works [alfa]
11493:
11494: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11495: classes/op.C, include/pa_hash.h, main/execute.C,
11496: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11497: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11498: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11499: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11500: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11501: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11502: types/pa_vresponse.h, types/pa_vstateless_class.C,
11503: types/pa_vstateless_object.h, types/pa_vvoid.h,
11504: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11505: joined_dynamic_fields: just compiled
11506:
11507: * src/: classes/date.C, classes/file.C, classes/hash.C,
11508: classes/hashfile.C, classes/image.C, classes/table.C,
11509: classes/xdoc.C, classes/xnode.h, main/execute.C,
11510: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11511: types/pa_vstateless_class.h: joined_dynamic_fields: started
11512:
11513: * src/types/pa_vobject.C: . object setters [only started, does not
11514: work yet]
11515:
11516: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11517: object setters [only started, does not work yet]
11518:
11519: 2005-07-26 paf
11520:
11521: * src/: include/pa_request.h, main/execute.C: . properties: set
11522: works [alpha2]. for classes. todo: for objects
11523:
11524: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11525: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11526: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11527: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11528: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11529: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11530: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11531: types/pa_vstateless_object.h, types/pa_vvoid.h,
11532: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11533: properties: set works [alpha1]
11534:
11535: 2005-07-25 paf
11536:
11537: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11538: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11539: properties: started, get works [alpha1, other approach]
11540:
11541: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11542: properties: started, get works [alpha2]
11543:
11544: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11545: pa_vstateless_class.h: . properties: started, get works [alpha]
11546:
11547: 2005-07-15 paf
11548:
11549: * src/: classes/classes.h, classes/op.C, main/execute.C,
11550: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11551: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11552: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11553: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11554: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11555: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11556: types/pa_vresponse.C, types/pa_vresponse.h,
11557: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11558: types/pa_vstateless_object.h, types/pa_vvoid.h,
11559: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11560: types/pa_wwrapper.h, types/types.vcproj: + started property
11561: [getters work but think of changing them too to precaching]
11562:
11563: 2005-07-08 paf
11564:
11565: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11566: gpf
11567:
11568: 2005-06-28 paf
11569:
11570: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11571: in passing empty strings to file::exec/cgi environment
11572:
11573: 2005-06-06 paf
11574:
11575: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11576: ^table:sql ^hash:sql now DO process $.bind option
11577:
11578: 2005-05-24 paf
11579:
11580: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11581: $.limit] now work again [support was broken in 3.1.4]
11582:
11583: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11584: ALL_INTERIOR_POINTERS
11585:
11586: 2005-05-12 paf
11587:
11588: * configure: 3.1.5beta
11589:
11590: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11591:
11592: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11593: $.limit] now work again [support was broken in 3.1.4]
11594:
11595: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11596: line-width [was refusing to fill if line-width >1, thanks to
11597: Seras <seras@pinxit.lt> for repro case
11598:
11599: 2005-04-25 paf
11600:
11601: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11602: correctly
11603:
11604: 2005-04-19 paf
11605:
11606: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11607: in VString violating invariant!!
11608:
11609: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11610: getenv("TZ")==null
11611:
11612: 2005-04-08 paf
11613:
11614: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11615: bugfix: when there is no char in charset one byte produces 6
11616: (ÿ <<max). increased buffer size!
11617:
11618: 2005-03-23 paf
11619:
11620: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11621: ^date.sql-string now takes TZ into account
11622:
11623: 2005-03-16 paf
11624:
11625: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11626: gcc 3.4
11627:
11628: * src/types/pa_vhash.C: . warning about eof eol
11629:
11630: 2005-02-17 paf
11631:
11632: * operators.txt, src/classes/op.C: + operator ^sleep(double
11633: seconds)
11634:
11635: 2005-02-02 paf
11636:
11637: * src/classes/xnode.C: beauty: removed needless includes
11638:
11639: 2005-01-31 paf
11640:
11641: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11642: $.partNoNumber now alias to $.part1
11643:
11644: * src/types/pa_vmail.C: change: incoming letter part contains
11645: "content-disposition" header with any value? now considering that
11646: part to be "file#" [for text/plain text/html were $.text#
11647: $.html#]
11648:
11649: * INSTALL: updatet to latest working versions available
11650:
11651: 2005-01-20 paf
11652:
11653: * configure.in, src/include/pa_version.h: version
11654:
11655: 2005-01-19 paf
11656:
1.116 moko 11657: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11658: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11659: couple warnings in parser3.C
1.95 moko 11660:
11661: 2004-12-23 paf
11662:
11663: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11664:
11665: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11666: dir to directory of script (when shbang used), not to directory
11667: of its interpreter
11668:
11669: * src/include/pa_version.h: compiled on win32...
11670:
11671: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11672: we need more hspace
11673:
11674: * configure, configure.in, src/include/pa_version.h: configured
11675: host to pa_version. will be displayed everywhere
11676:
11677: * src/main/pa_request.C: new: @unhandled_exception can prevent
11678: exception from being logged by setting $exception.handled(1)
11679:
11680: * operators.txt, src/classes/file.C: change:
11681: ^file::sql{query}[[options]] options: $.name[file name]
11682: $.content-type[application/what]
11683:
11684: * src/: include/pa_common.h, main/pa_common.C,
11685: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11686: new file
11687:
11688: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11689: bugfix: table->hash now regards _default
11690:
11691: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11692: created by accessing $name_of_method it acquired bad self=closest
11693: methodframe; instead of proper self (current class)
11694:
11695: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11696: hashfile produced bad cord
11697:
11698: 2004-12-10 paf
11699:
11700: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11701: subsequent failures though defined in .h
11702:
11703: * src/main/pa_common.C: comment on volatile
11704:
11705: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11706: alarm function were not used since the beginning due to stupid
11707: error [setsigjmp were not checked in configure.in]
11708:
11709: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11710: unix too
11711:
11712: * src/main/pa_common.C: http: exception status of send/recv errors
11713: change to most probable http.timeout
11714:
11715: * src/main/pa_common.C: win32: http connection $.timeout option now
11716: works [setsockopt on send/receive]
11717:
11718: 2004-12-08 paf
11719:
11720: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11721: cstr-ed knowing mail charset, and untainting uri lang now knows
11722: proper charset
11723:
11724: 2004-11-24 paf
11725:
11726: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11727:
11728: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11729: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11730:
11731: 2004-11-12 paf
11732:
11733: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11734: [since 3.0.4]
11735:
11736: 2004-11-09 paf
11737:
11738: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11739: writes basics to c:\parser3.log
11740:
11741: 2004-10-21 paf
11742:
11743: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11744: tainted strings [were returning clean onces]
11745:
11746: 2004-10-15 paf
11747:
11748: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11749: cycles(i=1; i=2), which was wrong, now does ONE
11750:
11751: 2004-10-12 paf
11752:
11753: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11754:
11755: 2004-10-07 paf
11756:
11757: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11758: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11759: release asserts
11760:
11761: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11762: String.dump() to stdout in detailed form [were String.v() in
11763: short form]
11764:
11765: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11766: \t\r\n as @#| and truncates long char sequences less
11767:
11768: 2004-10-06 paf
11769:
11770: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11771: win32 beauty: socket errors properly decoded
11772:
11773: 2004-10-05 paf
11774:
11775: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11776: request::configure_user/admin done always, even if no
11777: file-to-process useful in @unhandled_exception [say, if they
11778: would want to mail by SMTP something]
11779:
11780: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11781: now performed prior to file loading [and @auto executing] thus
11782: making $cookie:value available in @auto and in
11783: @unhandled_exception when IIS is configured to run interpreter
11784: even if no file exist
11785:
11786: 2004-09-20 paf
11787:
11788: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11789: somewhere where it should have called xmlMalloc and it calls
11790: xmlFree when it should have not called it. inserted two
11791: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11792: xmlFree just ignored. put away a testcase, maybe someday libxml
11793: author would fix all that. until that day: we have SLOW garbage
11794: collecting when many xml objects are alive hint: do
11795: ^memory:compact[] before xdoc::create
11796:
11797: 2004-09-17 paf
11798:
11799: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11800: error from 3.0.8 version]
11801:
11802: 2004-09-14 paf
11803:
11804: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11805: part bugfix: hashfile.foreach iterated only part if hashfile were
11806: modified inside
11807:
11808: 2004-09-13 paf
11809:
11810: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11811: [were as octal]
11812:
11813: * src/types/pa_vhashfile.C: beauty: not reproduced
11814: $hashfile.key[$novalue] bug [reported by motorin], inserted
11815: safety-check
11816:
11817: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11818: [not something obscure from sdbm lib]
11819:
11820: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11821: = strerror now returnes something and we can properly report that
11822: to client
11823:
11824: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11825: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11826:
11827: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11828: [tainted as-is] this helps //[space][newline] to remain as-is and
11829: not be unnecessary optimized away [ruining javascript]
11830:
11831: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11832: [tainted as-is]
11833:
11834: * src/classes/mail.C: bugfix: typo error
11835:
11836: 2004-09-09 paf
11837:
11838: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11839: separators bugfix: loads header with endings \r\n\r\n and \n\n
11840: (bloody yandex.server)
11841:
11842: 2004-09-06 paf
11843:
11844: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11845: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11846: encoded
11847:
11848: 2004-09-01 paf
11849:
11850: * src/types/pa_vmail.C: change: multipart/mixed changed to
11851: multipart/related outlook express have no problems showing
11852: unrelated attachments. todo: someday figure out a way of
11853: multipart/mixed multipart/related text/html
11854: image/xxx application/octet-stream << true attachments
11855:
11856: * src/types/pa_vmail.C: new:
11857: ^mail:send[$.file[$.content-disposition can be overriden new:
11858: empty mail header fields removed from letter
11859:
11860: * src/: classes/mail.C, include/pa_config_fixed.h,
11861: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11862: ^mail:send[ $.file[ $.any[header]
11863:
11864: 2004-08-30 paf
11865:
11866: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11867: warnings
11868:
11869: * src/main/pa_common.C: beauty: do not bother with charset
11870: detection when ^file::load[binary
11871:
11872: 2004-08-27 paf
11873:
11874: * src/main/pa_common.C: hack: for yandex.server http server
11875:
11876: 2004-08-18 paf
11877:
11878: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11879: possibly-chunked response
11880:
11881: 2004-08-17 paf
11882:
11883: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11884: $f.content-type now = that of http response
11885:
11886: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11887: $f.content-type now = that of http response
11888:
11889: 2004-07-30 paf
11890:
11891: * src/: include/pa_request.h, main/pa_request.C,
11892: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11893: win32: system&parser exceptions in release mode reported properly
11894: parser exception in exception handler WERE mistakenly reported as
11895: system exception, without details [in apache & isapi] +some
11896: beauty in exception text
11897:
11898: * src/: include/pa_exception.h, main/pa_request.C,
11899: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11900: release mode reported properly parser exception in exception
11901: handler WERE mistakenly reported as system exception, without
11902: details
11903:
11904: * src/main/execute.C: beauty: simplified system exception handling
11905:
11906: 2004-07-29 paf
11907:
11908: * src/classes/table.C: bugfix:
11909: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11910: were ignored, and \t used unconditionally]
11911:
11912: * src/types/Makefile.am: added vhash.c
11913:
11914: 2004-07-28 paf
11915:
11916: * src/: classes/date.C, classes/image.C, classes/math.C,
11917: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11918: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11919: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11920: failed on russian letters
11921:
11922: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11923: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11924: letters
11925:
11926: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11927: as 'currentDirectory' parameter to CreateProcess
11928:
11929: 2004-07-27 paf
11930:
11931: * src/targets/cgi/parser3.vcproj: beauty: win32:
11932: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11933: from release somewhere [to help searching for unhandled system
11934: exceptions]
11935:
11936: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11937: TZ shift
11938:
11939: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11940: but also in ctor
11941:
11942: 2004-07-26 paf
11943:
11944: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11945: src/main/pa_request.C, src/types/pa_vfile.h,
11946: src/types/pa_vhash.C, src/types/pa_vhash.h,
11947: src/types/types.vcproj: new: $response:body/download[
11948: $.file[name on disk] $.name[of file for user]
11949: $.mdate[date of last-modified. default from directory] ]
11950:
11951: * src/classes/file.C: moving file:send somewhere else..
11952:
11953: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11954: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11955: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11956: $response:download[ $.filename[filename] $.option[] ,, ]
11957:
11958: * src/classes/file.C: beauty: invalid mode thoroughly reported
11959:
11960: 2004-07-21 paf
11961:
11962: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11963: to several lines
11964:
11965: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11966:
11967: note: ms outlook[!express] shows only first 255 characters of
11968: subject
11969:
11970: 2004-07-15 paf
11971:
11972: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11973: off]
11974:
11975: 2004-07-14 paf
11976:
11977: * src/classes/table.C: bugfix: $.bind values now got untainted
11978: according to lang [were: as-is]
11979:
11980: 2004-07-07 paf
11981:
11982: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11983: checked that
11984:
11985: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11986: now untainted according to their languages. were: as-is.
11987: EVERYWHERE
11988:
11989: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11990: environment string now untainted according to their languages.
11991: were: as-is. EVERYWHERE
11992:
11993: * src/main/pa_exec.C: bufix: on unix environment string now
11994: untainted according to their languages. were: as-is. on win32:
11995: ok
11996:
11997: * parser3.vssscc: ...would not go unnoticed
11998:
11999: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12000: fails. in case on input appears nonutf, those bytes will be
12001: printed in %HH form. that can be easily decoded/recovered.
12002:
12003: this form is quite noticable, and hopefully would not go noticed
12004:
12005: 2004-07-06 paf
12006:
12007: * src/main/pa_exec.C: bufix: on unix environment string now
12008: untainted according to their languages. were: as-is. on win32:
12009: ok
12010:
12011: 2004-07-01 paf
12012:
12013: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12014: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12015: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12016: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12017: main/main.vcproj, targets/cgi/parser3.vcproj,
12018: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12019: option: global optimization ON
12020:
12021: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12022: to do xdoc::create{invalid chars} standard disables chars less
12023: then \x20, except tab, cr, lf.
12024:
12025: changed tainting so that those become '!'
12026:
12027: 2004-06-25 paf
12028:
12029: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12030: int on odd address [prev bugfix failed due to superwize
12031: optimizer, which turned memcpy into same 'ld' asm command]
12032:
12033: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12034: int on odd address
12035:
12036: 2004-06-22 paf
12037:
12038: * src/sql/pa_sql_driver.h: note: about possible optimization
12039:
12040: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12041: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12042: src/include/pa_config_includes.h: new: ^void:sql{call
12043: paf(:a)}[ $.bind[ $.a[2]
12044: ] ] output variables work. todo: check in out
12045: variables
12046:
12047: 2004-06-18 paf
12048:
12049: * src/: classes/file.C, classes/hash.C, classes/string.C,
12050: classes/table.C, classes/void.C, include/pa_globals.h,
12051: include/pa_sql_connection.h, main/compile.tab.C,
12052: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12053: $.bind[ $.a[2] ]
12054: ] input variables work. todo:output
12055:
12056: * src/targets/cgi/parser3.C: bugfix: iis specific
12057: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12058: /_bug.html?404;http://hpsv/test/
12059: --------------------------------------------------------------------------------
12060: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12061: --------------------------------------------------------------------------------
12062: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12063:
12064: 2004-06-16 paf
12065:
12066: * src/targets/cgi/parser3.C: new: iis specific
12067: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12068: $request:query
12069: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12070: $form:fields IIS-STATUS="404"
12071: IIS-DOCUMENT="http://server/_bug.html" f="v"
12072:
12073: todo: isapi too
12074:
12075: 2004-05-26 paf
12076:
12077: * src/include/pa_version.h: 3.1.3
12078:
12079: * operators.txt: beauty: removed outdated level 'table'
12080:
12081: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12082:
12083: * src/main/pa_string.C: beauty: removed 3 warnings
12084:
12085: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12086: classes/op.C: beauty: removed outdated level 'table'
12087:
12088: 2004-05-25 paf
12089:
12090: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12091: implementation. mistery: how anything worked
12092:
12093: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12094: changed, it is now safe to use url if pointers to it are stored
12095: to gc mem
12096:
12097: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12098: unknown errors reported and not cause SIGSEGV now
12099:
12100: 2004-05-24 paf
12101:
12102: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12103: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12104: less memory: CORD_chars_block originally intended to ... it was
12105: good that CORD_chars_block were not used: it consumes more memory
12106: [and, might be slow too] undoing that. [and removed that func so
12107: that it would not confuse parser developer in future]
12108:
12109: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12110: less memory: CORD_chars_block originally intended to
12111: speedup/reduce mem usage were forgotten, and were used stupid
12112: CORD_chars
12113:
12114: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12115:
12116: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12117: BIGENDIAN processors space-conserving mech failed, causing
12118: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12119: (1|2|3));
12120:
12121: 2004-05-14 paf
12122:
12123: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12124: bugfix: void now has vfile value, and $response:body[] works OK
12125:
12126: 2004-05-12 paf
12127:
12128: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12129: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12130: sources to use is_defined() {return as_bool();} along VBool
12131:
12132: 2004-05-11 paf
12133:
12134: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12135: referencing to local objects
12136:
12137: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12138: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12139: left intact
12140:
12141: 2004-04-15 paf
12142:
12143: * src/classes/date.C: merged: beauty: unused var removed
12144:
12145: * src/classes/date.C: beauty: unused var removed
12146:
12147: * src/include/: pa_exec.h: bugfix: interface without pointer
12148: provoked bug
12149:
12150: 2004-04-09 paf
12151:
12152: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12153:
12154: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12155:
12156: 2004-04-08 paf
12157:
12158: * src/classes/date.C: new: ^date::create[y-m-d
12159: h-M-s>>.milliseconds<<] now allowed, ignored so far
12160:
12161: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12162:
12163: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12164: to consult default catalog [usually, that file belongs to other
12165: user/group]
12166:
12167: 2004-04-06 paf
12168:
12169: * src/main/pa_common.C: beauty: gcc warning removed
12170:
12171: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12172: accept that trick, trying other
12173:
12174: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12175: explicit result problem
12176:
12177: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12178: explicit result problem
12179:
12180: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12181: explicit result problem
12182:
12183: * operators.txt, src/classes/string.C: new: ^string.append[string]
12184:
12185: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12186: main/execute.C: attempt_check_call_in_explicit_result_mode:
12187: failed
12188:
12189: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12190: http://i.p.a.ddress gethostbyaddr added [on some platforms
12191: gethostbyname failed with such 'domains'] now checked properly,
12192: were: needless reverse/forward dns lookup
12193:
12194: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12195: http://i.p.a.ddress gethostbyaddr added [on some platforms
12196: gethostbyname failed with such 'domains'] now checked properly,
12197: were: needless reverse/forward dns lookup
12198:
12199: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12200: @method[][result] means "no string output here" moved to lexical
12201: level [on grammar level it were too difficult]
12202:
12203: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12204: src/main/compile.y, src/main/compile_tools.h,
12205: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12206: @method[][result] means "no string output here", implemented part
12207: of that idea: compiler throws away string literal generation
12208: code. and barks nonwhitespace chars
12209:
12210: * operators.txt: truth: removed comment about $ORIGIN
12211:
12212: 2004-04-05 paf
12213:
12214: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12215: src/include/pa_version.h, src/main/pa_common.C,
12216: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12217:
12218: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12219: Konstantin Tomashevitch [mailto:konst@design.ru]
12220:
12221: * src/doc/html2chm.cmd: beauty: no need in bg here
12222:
12223: * src/doc/sources2html.cmd: beauty: same window, in bg it
12224: interfered with FAR console
12225:
12226: * configure, configure.in: 3.1.3
12227:
12228: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12229:
12230: * src/main/pa_common.C: removed warning
12231:
12232: * src/include/pa_version.h: 3.1.3
12233:
12234: 2004-04-02 paf
12235:
12236: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12237:
12238: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12239: allows to specify where to put parser log file
12240:
12241: 2004-04-01 paf
12242:
12243: * src/classes/table.C: bugfix: bugfix: table::load last line
12244: without tab and enter were ignored
12245:
12246: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12247: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12248: main/pa_socks.C, targets/cgi/parser3.C,
12249: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12250: bugfix: sql connections now are disconnected
12251:
12252: 2004-03-30 paf
12253:
12254: * src/classes/table.C: bugfix: table::load last line without tab
12255: and enter were ignored
12256:
12257: * src/classes/table.C: bufix: if last table lines were commented,
12258: gpfed
12259:
12260: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12261: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12262: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12263: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12264: doc/methoded.dox, doc/object.dox, doc/string.dox,
12265: doc/targets.dox, doc/value.dox, include/pa_version.h,
12266: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12267: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12268: bugfixes from 3.1.2, changed version to 3.1.3beta
12269:
12270: 2004-03-29 paf
12271:
12272: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12273: causes gpf
12274:
12275: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12276: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12277: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12278: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12279: value.dox: translated to english
12280:
12281: 2004-03-25 paf
12282:
12283: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12284: parser3project dependency removed
12285:
12286: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12287: bugfix: refused to compile without xml
12288:
12289: * src/types/pa_vform.C: beauty: removed warning
12290:
12291: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12292: any folder [removed last ;) folder dependency]
12293:
12294: * src/classes/classes.vcproj: bugfix: now all compiles in any
12295: folder [removed last ;) folder dependency]
12296:
12297: * src/include/pa_version.h: release
12298:
12299: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12300:
12301: * src/classes/table.C: beauty: comment& more meaningful error
12302: message
12303:
12304: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12305: $.hash[$.column_value1(true) ... ] [were producing some strang
12306: thing]
12307:
12308: 2004-03-23 paf
12309:
12310: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12311: and http status line parsing checked number of columns in table
12312: [user reported an assert]
12313:
12314: * operators.txt: example: on hashfile
12315:
12316: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12317: bugfix: junction reattach now actually reattaches a junction to
12318: new wcontext [were only assigning it to junction, which caused
12319: junction tracking to loose junction, and it's context were not
12320: killed, and it tried to process in invalid context, gpf]
12321:
12322: * src/targets/cgi/parser3.C: debug helper added
12323:
12324: 2004-03-19 paf
12325:
12326: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12327: "type(type)" in braces
12328:
12329: 2004-03-10 paf
12330:
12331: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12332: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12333: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12334: solution to search-in-namespaces problem:
12335: $xdoc.search-namespaces.x[http://pif.design.ru/]
12336: $nodes[^xdoc.select[//x:second]]
12337:
12338: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12339: expression][[NAMESPACES HASH]] allows to search for info in
12340: namespaces
12341:
12342: $nodes[^xdoc.select[//x:second][
12343: $.x[http://pif.design.ru/] ]]
12344:
12345: 2004-03-09 paf
12346:
12347: * operators.txt, src/main/pa_common.C: new:
12348: ^file::load[...][options] $.form[
12349: !$.field1[string]
12350: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12351: ] !$.body[string]
12352:
12353: GET ?here notGET(POST, HEAD, others) in content-type:
12354: application/x-www-form-urlencoded
12355:
12356: todo: upload files ability
12357:
12358: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12359: properly, done
12360:
12361: 2004-03-05 paf
12362:
12363: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12364: GET/POST $.form[$.fields started, not tested yet
12365: todo:$.field[table] for multiple values
12366:
12367: * operators.txt: new: http:// options $.user $.password basic
12368: authorization
12369:
12370: * src/main/pa_common.C: beauty: link to rtf added
12371:
12372: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12373: new: http:// options $.user $.password basic authorization
12374:
12375: * src/main/pa_common.C: beauty: removed needless vars
12376:
12377: * operators.txt: new: pgsql option [like that recently added to
12378: oracle driver] ClientCharset=parser-charset <<
12379: charset in which parser thinks client works
12380:
12381: * operators.txt: new: odbc option [like that recently added to
12382: oracle driver] ClientCharset=parser-charset <<
12383: charset in which parser thinks client works
12384:
12385: * src/sql/pa_sql_driver.h: beauty: important warning added
12386:
12387: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12388: char!
12389:
12390: * etc/parser3.charsets/windows-1251.cfg: typo
12391:
12392: 2004-03-04 paf
12393:
12394: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12395: cached, sql transcoding now goes faster
12396:
12397: * operators.txt: new: mysql option [like that recently added to
12398: oracle driver] ClientCharset=parser-charset <<
12399: charset in which parser thinks client works
12400:
12401: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12402: typo error
12403:
12404: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12405: chars commented
12406:
12407: 2004-03-03 paf
12408:
12409: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12410: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12411:
12412: 2004-03-02 paf
12413:
12414: * operators.txt: new[update typo]: !^void.left(n)
12415: nothing !^void.right(n) nothing !^void.mid(p[;n])
12416: nothing
12417:
12418: * operators.txt, src/classes/void.C: new: !^void.left(n)
12419: nothing !^void.right(n) nothing !^void.pos(p[;n])
12420: nothing
12421:
12422: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12423: ^file::sql[[name_to_become_$.name]]{} query result must be one
12424: row with columns: first: data second: file name third:
12425: content-type
12426:
12427: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12428: ^connect gets properly escaped string, which can be passed to
12429: request now this for mysql only. it's up to parser sql driver to
12430: fix zeros properly
12431:
12432: * INSTALL: note: added on building apache with this option:
12433: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12434:
12435: 2004-03-01 paf
12436:
12437: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12438: extension memory:compact befor processingrequest
12439:
12440: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12441: call sole column of result
12442:
12443: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12444: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12445: pixel color
12446:
12447: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12448: beauty: image -- less checks [were ugly impl]
12449:
12450: * src/classes/string.C: bugfix: ^string.left/right/mid with
12451: negative values now considered bad
12452:
12453: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12454:
12455: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12456: options now have unified defaults [after transform
12457: indent/omit-xml-declaration/standalone 'default' erroreously
12458: meant 'true']
12459:
12460: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12461: added [on some platforms gethostbyname failed with such
12462: 'domains']
12463:
12464: * src/include/pa_config_auto.h.in: no select check, no define
12465:
12466: * src/classes/string.C: feature: ^string.trim both parameters may
12467: be empty-strings, meaning kind=both chars=whitespaces
12468:
12469: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12470: exist
12471:
12472: * src/classes/string.C: check: trim 'chars' must not be empty,
12473: exception if it is
12474:
12475: * src/classes/string.C: changed: ^string.trim [] << both,
12476: whitespaces [start|both|end] << kind, whitespaces
12477: [start|both|end;chars] full
12478:
12479: 2004-02-27 paf
12480:
12481: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12482: method: ^string.trim[start|both|end[;chars]] default
12483: 'chars' -- whitespace chars finished
12484:
12485: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12486: src/main/pa_string.C: new method:
12487: ^string.trim[start|both|end[;chars]] default 'chars' --
12488: whitespace chars started, only start works
12489:
12490: * src/main/compile.C: bugfix: line numbers after
12491: ^process{}[$.line(-10]] can be negative, allowed to print they as
12492: signed
12493:
12494: * src/main/untaint.C: speed: there's no \n chars in output
12495: [normally], so no need to optimize them they could be retrived
12496: from databases, though. but 1. should be replaced 2. if not
12497: optimized, no harm done
12498:
12499: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12500: ^file::exec/cgi could return invalid status & zombie child can
12501: remain for short period until process exists [very bad in
12502: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12503:
12504: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12505: malicious SMTP server to attack as by returning too long status
12506: responses http://i2/tasks/edit/?id=4629448401140924947
12507:
12508: 2004-02-26 paf
12509:
12510: * operators.txt: feature: ^process...{CODE}[now has options] which
12511: are $.main[to what to rename @main] $.file[file,
12512: from which (user says) goes that CODE] $.lineno(line
12513: number in that file, where CODE starts. may be negative)
12514:
12515: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12516: src/main/compile.C, src/main/compile_tools.h,
12517: src/main/pa_request.C: feature: ^process...{CODE}[now has
12518: options] which are $.main[to what to rename @main]
12519: $.file[file, from which (user says) goes that CODE]
12520: $.lineno(line number in that file, where CODE starts. may be
12521: negative)
12522:
12523: 2004-02-25 paf
12524:
1.116 moko 12525: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12526: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12527:
12528: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12529: produces hash of column=>1
12530:
12531: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12532: with incomplete errno constants set
12533:
12534: 2004-02-24 paf
12535:
12536: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12537: "man select"
12538:
12539: * src/main/pa_os.C: beauty: <0 better then ==-1
12540:
12541: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12542:
12543: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12544:
1.116 moko 12545: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12546:
12547: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12548: unix: steps to work on unix [extracted 'to']
12549:
12550: * src/classes/mail.C: smtp on unix: steps to work on unix
12551:
12552: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12553:
1.116 moko 12554: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12555: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12556: unix [testing on solaris]
1.95 moko 12557:
12558: 2004-02-20 paf
12559:
12560: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12561: pointing that out
12562:
12563: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12564: fixed again [same solution, mistanenly removed one line]
12565:
12566: 2004-02-19 paf
12567:
12568: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12569: date::create from bad datetime in spring daylightsaving hole now
12570: OK for all platforms [on some platforms it failed]
12571:
12572: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12573: in daylightsaving hole] now throws error
12574:
12575: * src/classes/date.C: comment: mistake fixed
12576:
12577: 2004-02-18 paf
12578:
12579: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12580: now renderes in $request:charset, but in header puts
12581: $response:charset todo: make that default only so that coder
12582: could override that
12583:
12584: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12585: turns off omit-xml-declaration
12586:
12587: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12588: /.xsl for sample
12589:
12590: 2004-02-17 paf
12591:
12592: * src/classes/xdoc.C: beauty: needless helper class removed
12593:
12594: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12595: copied extra time
12596:
12597: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12598: part of libxml
12599:
12600: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12601: libxml to do the work] <xsl:output method="html"
12602: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12603: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12604: />
12605:
12606: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12607:
12608: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12609: caused assertion
12610:
12611: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12612: could hang. now such add does nothing, sub clears $hash
12613:
12614: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12615: not made quoted-printable
12616:
12617: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12618: string invariant
12619:
12620: 2004-02-16 paf
12621:
12622: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12623: cleared [were not cleared properly]
12624:
12625: 2004-02-13 paf
12626:
1.116 moko 12627: * src/include/pa_version.h: prerelease
1.95 moko 12628:
12629: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12630: used, introducing dependencies timestamp check
12631:
12632: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12633: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12634: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12635: .xsl.stamp now not used, introducing dependencies timestamp check
12636:
1.150 moko 12637: * configure.in: auto.p: @conf made relative
1.95 moko 12638:
12639: 2004-02-12 paf
12640:
12641: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12642: ruined empty <input type=file> submits. parser thought there were
12643: nameless empty file and $form:field got value of type 'file'
12644:
12645: * INSTALL: --without-threads
12646:
12647: * src/include/pa_sapi.h: 2004
12648:
12649: 2004-02-11 paf
12650:
12651: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12652: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12653: classes/hashfile.C, classes/image.C, classes/int.C,
12654: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12655: classes/response.C, classes/string.C, classes/table.C,
12656: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12657: include/pa_array.h, include/pa_cache_managers.h,
12658: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12659: include/pa_config_fixed.h, include/pa_config_includes.h,
12660: include/pa_dictionary.h, include/pa_dir.h,
12661: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12662: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12663: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12664: include/pa_request_charsets.h, include/pa_request_info.h,
12665: include/pa_socks.h, include/pa_sql_connection.h,
12666: include/pa_sql_driver_manager.h, include/pa_stack.h,
12667: include/pa_string.h, include/pa_stylesheet_connection.h,
12668: include/pa_stylesheet_manager.h, include/pa_table.h,
12669: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12670: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12671: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12672: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12673: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12674: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12675: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12676: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12677: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12678: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12679: main/pa_sql_driver_manager.C, main/pa_string.C,
12680: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12681: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12682: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12683: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12684: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12685: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12686: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12687: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12688: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12689: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12690: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12691: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12692: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12693: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12694: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12695: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12696: types/pa_vresponse.h, types/pa_vstateless_class.C,
12697: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12698: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12699: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12700: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12701: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12702: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12703:
12704: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12705: debug version of gc.dll
12706:
12707: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12708: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12709: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12710: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12711: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12712: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12713: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12714: processes
12715:
12716: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12717: main/pa_globals.C, targets/cgi/parser3.vcproj,
12718: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12719: changes to reflect libxml xsl new folders
12720:
12721: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12722: lib/smtp/smtp.vcproj, main/main.vcproj,
12723: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12724: to reflect libxml xsl new folders
12725:
12726: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12727: lib/smtp/smtp.vcproj, main/main.vcproj,
12728: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12729: types/types.vcproj: started changes to reflect libxml xsl new
12730: folders
12731:
12732: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12733: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12734: src/main/compile.tab.C, src/main/main.vcproj,
12735: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12736: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12737: started changes to reflect libxml xsl new folders
12738:
12739: 2004-02-10 paf
12740:
12741: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12742: compile. recommened latest libxml up to date
12743:
12744: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12745: pattern compilation errors", on which spent 4 hours worktime. use
12746: versions higher than that. recommended now latest up to date
12747:
12748: 2004-02-06 paf
12749:
12750: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12751: beauty: unified destructing style
12752:
12753: * src/main/untaint.C: beauty: removed old def/ifdef
12754:
12755: * src/main/untaint.C: beauty: coredump @unknown untaint language
12756: now
12757:
12758: 2004-02-03 paf
12759:
12760: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12761: targets/isapi/parser3isapi.C, types/pa_value.C,
12762: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12763: then %ld/%lu
12764:
12765: * src/main/pa_common.C: typo: %l -> %u
12766:
12767: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12768: in attributes or documents-results of transform now not xx;
12769:
12770: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12771:
12772: * src/main/pa_charset.C: bugfix: forgot to undo some
12773:
12774: * src/main/pa_charset.C: beauty: uncomment
12775: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12776: libraries
12777:
12778: 2004-02-02 paf
12779:
12780: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12781: $cookie:example[ $.value[value] $.path[/there/] ]
12782:
12783: $cookie:example[ $.value[] $.expires[session]
12784: $.path[/there/] $.domain[test.com] ]
12785:
12786: * src/types/pa_vform.C: bugfix: empty values with
12787: enctype=multipart/form-data now produce entries in $form:tables
12788: <form method=post enctype=multipart/form-data> <input type=hidden
12789: name=a> <input type=hidden name=b>
12790:
12791: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12792: <hr> <pre>$request:body
12793:
12794: 2004-01-30 paf
12795:
12796: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12797: or documents-results of transform now not xx;
12798:
12799: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12800: produce exception.
12801:
12802: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12803: bugfix: ^date::create[invalid fields now produce exception.
12804:
12805: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12806: year] now produces exception. todo: check other fields
12807:
12808: 2004-01-29 paf
12809:
12810: * src/include/pa_memory.h: typo error
12811:
12812: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12813: more byte then specified, then zeroed it << useless and
12814: potentially harmful(could gpf)
12815:
12816: 2004-01-22 paf
12817:
12818: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12819:
12820: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12821: optimization
12822:
12823: * src/main/untaint.C: bugfix: whitespace now optimized properly
12824: [were bug: ^taint[1 & 2]="1 &2"
12825:
12826: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12827: errors
12828:
12829: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12830: overflow
12831:
12832: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12833: error-reporting code * in parser-error reporting code [when no
12834: @unhandled_exception defined]
12835:
12836: fixed in one place: my *snprintf override
12837:
12838: 2004-01-13 paf
12839:
12840: * operators.txt: typo erro
12841:
12842: 2003-12-25 paf
12843:
12844: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12845: garbled [pieces after zero bytes were removed]
12846:
12847: 2003-12-22 paf
12848:
1.116 moko 12849: * src/include/Makefile.am: bugfix: removed from dist:
12850: src/include/pa_config_auto.h which were configured for
1.95 moko 12851: make-dist-platform and badly updated proper config file in target
12852: [when .tar used for updating existing source tree]
12853:
12854: * ChangeLog, operators.txt, src/classes/op.C,
12855: src/include/pa_sql_connection.h,
12856: src/include/pa_sql_driver_manager.h,
12857: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12858: feature: sql introducing ability to transcode charsets
12859:
12860: 2003-12-19 paf
12861:
12862: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12863: error message
12864:
12865: * src/main/pa_charset.C: bugfix: memory for charsethandler
12866: structure for libxml now allocated properly
12867:
12868: 2003-12-17 paf
12869:
12870: * src/types/pa_vfile.C: beauty: removed outdated cast
12871:
12872: * src/main/pa_common.C: bugfix: empty http response caused gpf
12873:
12874: * src/include/pa_string.h: bugfix: removed too strong a assert
12875:
12876: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12877: unreported xmlGenericErrors]
12878:
12879: 2003-12-15 paf
12880:
12881: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12882: works}
12883:
12884: 2003-12-11 paf
12885:
12886: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12887: id
12888: !$status:tid thread id
12889:
12890: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12891: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12892: bugfix(solaris): removed dependency on object initialization
12893: order [one more place]
12894:
12895: * src/: classes/file.C, classes/mail.C, classes/op.C,
12896: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12897: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12898: understand that
12899:
12900: * src/: classes/file.C, classes/mail.C, classes/op.C,
12901: classes/xdoc.C, include/pa_cache_managers.h,
12902: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12903: include/pa_stylesheet_manager.h, main/pa_request.C,
12904: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12905: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12906: ctor call [relying on implicit String::Body(cstr) call]
12907:
12908: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12909: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12910: object initialization order [two places]
12911:
12912: 2003-12-10 paf
12913:
12914: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12915: << time now ok
12916:
12917: * operators.txt, src/main/pa_sql_driver_manager.C,
12918: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12919: operational
12920:
12921: * ChangeLog, operators.txt, src/classes/xdoc.C,
12922: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12923: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12924: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12925: back operational
12926:
12927: 2003-12-02 paf
12928:
12929: * src/types/pa_vmail.C: bugfix:
12930: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12931: as-is forced]
12932:
12933: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12934: exceptions out of libxml callbacks: reimplemented error handling
12935: of http://localhost, parser://method and safemode check callbacks
12936:
12937: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12938: [merged from HEAD]
12939:
12940: * src/classes/image.C: nothing: comment removed
12941:
12942: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12943: addresses to int
12944:
12945: 2003-12-01 paf
12946:
12947: * src/main/pa_xml_io.C: bugfix: typo
12948:
12949: * src/main/pa_globals.C: bugfix: win32: compile prob
12950:
12951: * src/classes/xdoc.C: bugfix: typo
12952:
12953: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12954: exception
12955:
12956: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12957:
12958: 2003-11-28 paf
12959:
12960: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12961: all xml documents read
12962:
12963: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12964:
12965: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12966: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12967: replaced original open mech of xdoc::create & co to use libxml
12968: open, so that this would work for root document todo: safe mode
12969: checks to libxml: ideally to some 1 point
12970:
12971: * src/main/pa_xml_io.C: comment
12972:
12973: * operators.txt, src/main/pa_xml_io.C: leading / in
12974: http://parser[abscent params]
12975:
12976: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12977: works. todo: maybe replace original open mech of xdoc::create &
12978: co to use libxml open, so that this would work for root document
12979:
12980: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12981: "parser://method/params/here"> <test> &test^; </test> }]
12982:
12983: ^taint[^xdoc.string[]]
12984:
12985: @method[param] <!ENTITY test
12986: "test-entity-value+$form:user+$param!">
12987:
12988: 2003-11-27 paf
12989:
12990: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12991:
12992: * src/classes/date.C: bugfix: typo error
12993:
12994: 2003-11-26 paf
12995:
12996: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12997: src/main/Makefile.am, src/main/main.vcproj,
12998: src/main/pa_globals.C, src/main/pa_request.C,
12999: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13000: xml errors to hash<thread_id,error> reorganization: xml io moved
13001: to pa_xml_io.C/h
13002:
13003: * src/types/pa_value.h: warnings: --
13004:
13005: 2003-11-25 paf
13006:
13007: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13008: whatever)
13009:
13010: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13011: a, (c?x:y, z)
13012:
13013: * src/main/untaint.C: bugfix: consequences of not reading this
13014: comment: CORD_pos_chars_left /* Number of characters in cache.
13015: <= 0 ==> none */
13016:
13017: * src/include/pa_array.h: removed needless checks
13018:
13019: 2003-11-24 paf
13020:
13021: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13022: removed limit: now $form:xxx can be accessed anytime, even in
13023: @auto/conf [and request/response:charset still can be changed
13024: anytime]
13025:
13026: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13027: now not transcodes response body
13028:
13029: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13030: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13031: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13032: $xdoc.firstChild.firstChild.nodeValue[different]
13033: ^taint[^xdoc.string[]]
13034:
13035: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13036: workaround: static Hash::allocates -> static Hash_allocates
13037:
13038: 2003-11-21 paf
13039:
1.116 moko 13040: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13041: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13042: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13043:
13044: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13045:
13046: * src/classes/mail.C: bugfix: typo
13047:
13048: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13049: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13050: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13051: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13052: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13053: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13054:
13055: * src/main/pa_exec.C: bug in safe mode
13056:
13057: * src/include/Makefile.am: pa_xml_exception.h
13058:
13059: * src/targets/isapi/parser3isapi.C: more warnings --
13060:
13061: 2003-11-20 paf
13062:
13063: * src/: classes/math.C, classes/op.C, classes/string.C,
13064: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13065: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13066: --
13067:
13068: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13069: more warnings --
13070:
13071: * src/classes/xdoc.C: more warnings --
13072:
13073: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13074:
13075: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13076: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13077:
13078: * src/: classes/date.C, classes/file.C, classes/hash.C,
13079: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13080: classes/table.C, include/pa_cache_managers.h,
13081: include/pa_stylesheet_connection.h, main/pa_request.C,
13082: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13083: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13084: --
13085:
13086: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13087: can't report problem (undefined @unhandled_exception) problem
13088: source string were not reported
13089:
13090: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13091: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13092: classes/hashfile.C, classes/image.C, classes/int.C,
13093: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13094: classes/response.C, classes/string.C, classes/table.C,
13095: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13096: include/pa_array.h, include/pa_cache_managers.h,
13097: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13098: include/pa_config_fixed.h, include/pa_dictionary.h,
13099: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13100: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13101: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13102: include/pa_request.h, include/pa_request_charsets.h,
13103: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13104: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13105: include/pa_stack.h, include/pa_string.h,
13106: include/pa_stylesheet_connection.h,
13107: include/pa_stylesheet_manager.h, include/pa_table.h,
13108: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13109: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13110: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13111: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13112: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13113: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13114: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13115: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13116: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13117: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13118: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13119: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13120: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13121: targets/isapi/parser3isapi.C, types/pa_junction.h,
13122: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13123: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13124: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13125: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13126: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13127: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13128: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13129: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13130: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13131: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13132: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13133: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13134: types/pa_vresponse.h, types/pa_vstateless_class.C,
13135: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13136: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13137: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13138: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13139: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13140: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13141: const IDENT
13142:
13143: * src/: include/pa_array.h, include/pa_pool.h,
13144: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13145: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13146: types/pa_wcontext.h: more warnings --
13147:
13148: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13149: classes/file.C, classes/hash.C, classes/hashfile.C,
13150: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13151: classes/memory.C, classes/op.C, classes/string.C,
13152: classes/table.C, classes/xdoc.C, classes/xnode.C,
13153: include/pa_config_includes.h, include/pa_operation.h,
13154: include/pa_sql_connection.h, include/pa_table.h,
13155: include/pa_types.h, lib/ltdl/config_fixed.h,
13156: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13157: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13158: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13159: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13160: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13161: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13162: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13163: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13164: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13165: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13166: types/pa_vmail.C, types/pa_vobject.C,
13167: types/pa_vstateless_class.h, types/pa_vtable.C,
13168: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13169: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13170: on all projects (except libltdl=off & libsdbm=level3) found
13171: several unitialized vars
13172:
13173: 2003-11-19 paf
13174:
13175: * src/classes/op.C: more ansi C++ comp
13176:
13177: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13178: src/main/pa_request.C: ^cache[...]{body}{catch block with
13179: $exception.handled[cache] meaning "get expired cache, if any.
13180: else error"}
13181:
13182: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13183: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13184: ^cache[...]{body}{catch code with $exception.cache field}
13185:
13186: 2003-11-12 paf
13187:
13188: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13189: [copy/paste bug]
13190:
13191: 2003-11-11 paf
13192:
13193: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13194: failed]
13195:
13196: 2003-11-10 paf
13197:
13198: * src/types/pa_vconsole.h: flush
13199:
13200: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13201: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13202: read/write [for nntp]
13203:
13204: * operators.txt: mysql: transaction support: ?autocommit=0
13205:
13206: * operators.txt: comment: updated
13207:
13208: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13209: serialize version and exipire now removes entries
13210:
13211: * operators.txt: ^hashfile.delete[] removes files altogether [and
13212: dir, if could]
13213:
13214: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13215: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13216: removes files altogether [and dir, if could]
13217:
13218: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13219: nonexistent pair. .c coded that that was error. fixed
13220:
13221: * src/types/pa_vhashfile.C: sdbm: exception type change to
13222: file.access [regretfull can't split it to different exceptions
13223: without modifying sdbm source wich would prefer not to]
13224:
13225: 2003-11-07 paf
13226:
13227: * src/: classes/date.C, classes/file.C, classes/hash.C,
13228: classes/hashfile.C, classes/image.C, classes/table.C,
13229: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13230: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13231: main/execute.C, main/main.vcproj, main/pa_pool.C,
13232: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13233: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13234: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13235: destructing objects at request processing end
13236:
13237: 2003-11-06 paf
13238:
13239: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13240: updates
13241:
13242: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13243: to include sdbm
13244:
1.116 moko 13245: * src/include/: pa_config_includes.h, pa_version.h: our
13246: replacements of max& co only for cpp
1.95 moko 13247:
13248: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13249: upper dir, .am updated
13250:
13251: * tests/todo.txt: hashfile: done
13252:
13253: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13254: expiration [time in value. todo: move time to key]
13255:
13256: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13257:
13258: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13259: to do that in foreach, no errors, but surely wrong]
13260:
13261: * operators.txt, src/types/pa_vhashfile.C,
13262: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13263:
13264: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13265: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13266: foreach
13267:
13268: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13269: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13270:
13271: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13272: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13273:
13274: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13275: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13276: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13277: get/put [raw]
13278:
13279: * src/: classes/op.C, main/pa_os.C: just linked
13280:
13281: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13282: XmlException changes
13283:
13284: * src/: include/pa_charset.h, include/pa_globals.h,
13285: include/pa_stylesheet_connection.h, main/pa_exception.C:
13286: XmlException changes
13287:
13288: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13289:
13290: * src/: include/pa_common.h, include/pa_exception.h,
13291: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13292: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13293: main/pa_xml_exception.C: locking move to pa_os [along with
13294: pa_sleep] apr-impl locking done
13295:
13296: * configure, configure.in, operators.txt, parser3.sln,
13297: src/classes/classes.vcproj, src/classes/hashfile.C,
13298: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13299: src/include/pa_exception.h, src/include/pa_globals.h,
13300: src/include/pa_memory.h, src/include/pa_version.h,
13301: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13302: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13303: src/main/compile.tab.C, src/main/main.vcproj,
13304: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13305: src/types/Makefile.am, src/types/pa_vhash.C,
13306: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13307: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13308: again with sdbm from apache
13309:
13310: 2003-11-05 paf
13311:
13312: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13313: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13314: \parser3project dir anymore
13315:
13316: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13317: thoughtlessly from xalan]
13318:
13319: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13320: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13321: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13322:
13323: * src/main/helpers/CaseFolding.txt:
13324: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13325:
13326: 2003-11-04 paf
13327:
13328: * operators.txt: comment: ^mail:send[$.options[
13329:
13330: * src/classes/table.C: compiled on unix
13331:
1.116 moko 13332: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13333:
13334: * src/classes/mail.C: compiled on unix
13335:
13336: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13337: src/types/pa_vmail.h: !^mail:send[
13338: $.options[unix: string to append to sendmail command
13339: line]
13340:
13341: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13342: tests/todo.txt: ^table.save[... $.separator[^#09]
13343: $.encloser["] <nothing> by default
13344:
13345: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13346: !$.separator[^#09] !$.encloser["] <nothing> by
13347: default
13348:
13349: 2003-11-03 paf
13350:
13351: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13352: ^table::load[; options: !$.column-separator[^#09]
13353: !$.column-encloser["]
13354:
13355: * operators.txt, src/include/pa_config_fixed.h,
13356: src/types/pa_vrequest.C: $request:document-root
13357:
13358: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13359: [already included into uri=xxx]
13360:
13361: * operators.txt, src/classes/image.C, tests/todo.txt:
13362: ^image.gif[filename] for $response:download
13363:
13364: * src/classes/date.C: minor precaution
13365:
13366: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13367: !^date.unix-timestamp[]
13368:
13369: 2003-10-30 paf
13370:
13371: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13372: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13373:
13374: * src/classes/: date.C, image.C: improvement diagnostics:
13375: $now[^date::create[$undefined]] now is error
13376:
13377: * src/main/pa_common.C: read errors would now be reported 'actually
13378: read -1 bytes'
13379:
13380: 2003-10-24 paf
13381:
13382: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13383: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13384: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13385: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13386:
13387: 2003-10-22 paf
13388:
13389: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13390:
13391: 2003-10-21 paf
13392:
13393: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13394: fixed: string.match[g] without <'> option produced columns with
13395: NULL's, which gpf'ed at table.save time
13396:
13397: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13398: recoursion' message with intensive throw-catches fixed: incorrect
13399: name and line (one name upper then needed) in error message about
13400: problems inside try block
13401:
13402: 2003-10-10 paf
13403:
13404: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13405: check offset argument for validity did that in String::Body::pos
13406: myself http://i2/tasks/edit/?id=4577425257580789777
13407:
13408: 2003-10-07 paf
13409:
13410: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13411: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13412:
13413: 2003-10-03 paf
13414:
13415: * parser3.sln, src/include/pa_dictionary.h,
13416: src/main/pa_dictionary.C, src/main/pa_string.C,
13417: src/targets/cgi/parser3.vcproj: dictionary optimized by
13418: precalculating cstr&length
13419:
13420: 2003-10-02 paf
13421:
13422: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13423: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13424: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13425: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13426:
13427: 2003-09-30 paf
13428:
13429: * src/main/pa_string.C: string::replace bug fix [were ignoring
13430: occurrances after lang-mismatched
13431:
13432: 2003-09-29 paf
13433:
13434: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13435: helper
13436:
13437: * src/main/pa_string.C: string::serialize bug fix with
13438: zero-terminator
13439:
13440: * src/classes/table.C: ^nameless_table.save column row now has no
13441: \t at the end
13442:
13443: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13444: @postprocess now takes $response:body/download
13445:
13446: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13447: error message
13448:
13449: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13450:
13451: * src/classes/table.C: bugfix: flip: must produce nameless
13452: http://i2/tasks/edit/?id=4573405524674081244
13453:
13454: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13455: main/helpers/simple_folding.pl: utf-8 upper/lower
13456:
13457: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13458: to typo error http://i2/tasks/edit/?id=4573354650786434584
13459:
13460: 2003-09-26 paf
13461:
13462: * src/main/untaint.C: removed needless field
13463:
13464: * src/main/untaint.C: removed needless const
13465:
13466: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13467: String.for_each bug fixed [omited one-char cases]
13468:
13469: * src/include/pa_stack.h: bugfix: before collecting garbage,
13470: runtime-executor stack were cleared... BADLY
13471:
13472: * src/main/pa_string.C: ^stirng.replace code used old
13473: param-convention on langs.append, fixed that search fo the like,
13474: found none
13475:
13476: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13477: string::serialize/deserialize implemented Language enum assigned
13478: meaningful letters [more convinient for debugging. read warning
13479: before adding/changing anything]
13480:
13481: 2003-09-25 paf
13482:
13483: * src/: include/pa_string.h, include/pa_version.h,
13484: main/pa_string.C, main/untaint.C: templates and anonymous unions
13485: differences on unix
13486:
13487: * parser3.sln, src/classes/file.C, src/classes/image.C,
13488: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13489: src/classes/xdoc.C, src/classes/xnode.C,
13490: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13491: src/include/pa_charsets.h, src/include/pa_common.h,
13492: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13493: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13494: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13495: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13496: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13497: src/main/compile_tools.h, src/main/pa_charset.C,
13498: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13499: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13500: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13501: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13502: src/types/pa_vmail.C, src/types/pa_vmath.C,
13503: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13504: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13505:
13506: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13507: functions aligned to that of eeparser3 look
13508:
13509: * src/lib/cord/cordprnt.c: removed warnings
13510:
13511: 2003-09-24 paf
13512:
13513: * src/: classes/file.C, classes/image.C, classes/mail.C,
13514: classes/op.C, classes/xdoc.C, classes/xnode.C,
13515: include/pa_cache_managers.h, include/pa_charset.h,
13516: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13517: include/pa_sql_driver_manager.h, include/pa_string.h,
13518: include/pa_stylesheet_manager.h, include/pa_table.h,
13519: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13520: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13521: main/pa_sql_driver_manager.C, main/pa_string.C,
13522: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13523: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13524: types/pa_vstateless_class.h, types/pa_vstatus.C,
13525: types/pa_vxnode.C: v() functions of String::Body,
13526: String::Languages and String itself StringBody->String::Body
13527:
13528: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13529: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13530: never optimized anything. todo: somehow speed up harder cases:
13531: concatenationA+concatenationB when last block of A and first of B
13532: contain same letters
13533:
13534: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13535: lib/cord/include/cord.h: langs: speed up by joining adjucent
13536: blocks of same char [CORD_append_block]
13537:
13538: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13539: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13540: save space by extending blocks when appending block with c ==
13541: lastblock.c
13542:
13543: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13544: working yet :( but more working &understood :)
13545:
13546: * src/: classes/table.C, include/pa_string.h,
13547: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13548:
13549: 2003-09-23 paf
13550:
13551: * src/main/untaint.C: $a[ok!] $a works!
13552:
13553: * src/main/untaint.C: something even more works :)
13554:
13555: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13556: something more works :)
13557:
13558: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13559: lib/cord/cordxtra.c: something already works :)
13560:
13561: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13562: serialize&deserialize
13563:
13564: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13565: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13566: main/untaint.C: main idea implemented, details left
13567:
13568: 2003-09-22 paf
13569:
13570: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13571:
13572: * src/classes/xnode.C: copy/paste comment bugfix
13573:
13574: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13575: allocator returns 0, just die.
13576: http://i2/tasks/edit/?id=4570798492410259445
13577:
13578: * src/classes/xdoc.C: copy/paste comment bugfix
13579:
13580: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13581: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13582: xnode: getAttributeNS setAttributeNS removeAttributeNS
13583: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13584:
13585: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13586: chars due to bitwise operation signed-char error]
13587:
13588: 2003-09-19 paf
13589:
13590: * src/types/pa_wcontext.C: output message: more practical
13591: suggestion
13592:
13593: * src/main/pa_common.C, operators.txt: merged
13594: $f[^file::load[binary;http://...]] $f.tables
13595:
13596: 2003-09-02 paf
13597:
13598: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13599: flush stdout without referencing 'stdout' symbol. to hell with
13600: non-ansi libraries without 'stdout' symbol
13601:
13602: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13603: unix (users reported problems with some old libc)
13604:
13605: * src/types/pa_vdate.h: forgot initializer
13606:
13607: 2003-09-01 paf
13608:
13609: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13610: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13611: zone]
13612:
13613: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13614:
13615: 2003-08-19 paf
13616:
13617: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13618: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13619: simplified a little
13620:
13621: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13622: [lost fix from 3.0.8]
13623:
13624: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13625: visible here }
13626:
13627: bug fix
13628:
13629: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13630:
13631: * src/main/compile.tab.C: initialized couple of variables about
13632: which user reported runtime problems when parser were compiled
13633: with VC7, warning level4. study shows that later in bison
13634: they've fixed that. would migrate to latest bison someday
13635:
13636: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13637: recoding headers)
13638:
13639: * src/types/pa_vmail.C: works as before, same charset problems:
13640: gmime recodes to UTF-8 only headers, not body. so not recoding
13641: anything for now
13642:
13643: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13644: problems with body
13645:
13646: * src/types/pa_vmail.C: mail_receive just compiled
13647:
13648: 2003-08-18 paf
13649:
13650: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13651: main/main.vcproj, types/types.vcproj: win32: continued process
13652: detaching from \parser3project directory
13653:
13654: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13655: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13656: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13657: src/lib/pcre/pcre_dftables.dsp,
13658: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13659: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13660: src/types/types.dsp: moved to MSVC 7
13661:
13662: * gnu.vcproj.vspscc, parser3.vssscc,
13663: src/classes/classes.vcproj.vspscc,
13664: src/lib/cord/cord.vcproj.vspscc,
13665: src/lib/ltdl/libltdl.vcproj.vspscc,
13666: src/lib/md5/md5.vcproj.vspscc,
13667: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13668: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13669: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13670: src/targets/isapi/parser3isapi.vcproj.vspscc,
13671: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13672: moved to MSVC 7
13673:
13674: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13675: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13676: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13677: src/lib/pcre/pcre_dftables.vcproj,
13678: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13679: src/targets/cgi/parser3.vcproj,
13680: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13681: new VS project files
13682:
13683: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13684: .NET to detect Jalindi Igloo capabilities.
13685:
13686: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13687: src/classes/classes.awk, src/doc/footer.htm,
13688: src/include/pa_config_fixed.h, src/include/pa_version.h,
13689: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13690: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13691: src/types/pa_vmail.C: merged 3.1.0 latest changes
13692:
13693: 2003-08-15 paf
13694:
13695: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13696: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13697:
13698: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13699: non-ascii <yyy> now encoded correctly
13700:
13701: 2003-07-29 paf
13702:
1.116 moko 13703: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13704: dist
1.95 moko 13705:
13706: * src/types/pa_vmail.C: just started --with-mail-receive
13707:
13708: 2003-07-28 paf
13709:
1.116 moko 13710: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13711: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13712:
13713: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13714:
13715: 2003-07-25 paf
13716:
13717: * src/doc/footer.htm: year
13718:
13719: 2003-07-24 paf
13720:
13721: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13722: fix
13723:
13724: * src/include/pa_version.h: release
13725:
1.116 moko 13726: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13727:
13728: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13729: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13730: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13731: getting rid of win32xml pseudo project
13732:
13733: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13734:
1.116 moko 13735: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13736: configure.in, operators.txt, parser3.dsw,
1.95 moko 13737: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13738: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13739: src/classes/classes.C, src/classes/classes.awk,
13740: src/classes/classes.dsp, src/classes/classes.h,
13741: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13742: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13743: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13744: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13745: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13746: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13747: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13748: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13749: src/include/pa_array.h, src/include/pa_cache_managers.h,
13750: src/include/pa_charset.h, src/include/pa_charsets.h,
13751: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13752: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13753: src/include/pa_dictionary.h, src/include/pa_dir.h,
13754: src/include/pa_exception.h, src/include/pa_exec.h,
13755: src/include/pa_globals.h, src/include/pa_hash.h,
13756: src/include/pa_memory.h, src/include/pa_opcode.h,
13757: src/include/pa_operation.h, src/include/pa_pool.h,
13758: src/include/pa_pragma_pack_begin.h,
1.95 moko 13759: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13760: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13761: src/include/pa_sapi.h, src/include/pa_socks.h,
13762: src/include/pa_sql_connection.h,
13763: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13764: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13765: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13766: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13767: src/include/pa_uue.h, src/lib/Makefile.am,
13768: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13769: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13770: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13771: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13772: src/lib/cord/include/ec.h,
13773: src/lib/cord/include/private/Makefile.am,
13774: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13775: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13776: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13777: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13778: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13779: src/main/compile_tools.C, src/main/compile_tools.h,
13780: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13781: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13782: src/main/pa_charsets.C, src/main/pa_common.C,
13783: src/main/pa_dictionary.C, src/main/pa_dir.C,
13784: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13785: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13786: src/main/pa_request.C, src/main/pa_socks.C,
13787: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13788: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13789: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13790: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13791: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13792: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13793: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13794: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13795: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13796: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13797: src/targets/isapi/parser3isapi.dsp,
13798: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13799: src/types/pa_junction.h, src/types/pa_method.h,
13800: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13801: src/types/pa_vclass.C, src/types/pa_vclass.h,
13802: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13803: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13804: src/types/pa_vdouble.h, src/types/pa_venv.h,
13805: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13806: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13807: src/types/pa_vimage.C, src/types/pa_vimage.h,
13808: src/types/pa_vint.h, src/types/pa_vjunction.h,
13809: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13810: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13811: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13812: src/types/pa_vobject.C, src/types/pa_vobject.h,
13813: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13814: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13815: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13816: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13817: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13818: src/types/pa_vstring.h, src/types/pa_vtable.C,
13819: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13820: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13821: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13822: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13823: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13824: HEAD
13825:
13826: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13827: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13828: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13829: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13830: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13831: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13832: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13833: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13834: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13835: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13836: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13837: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13838: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13839: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13840: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13841: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13842: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13843: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13844: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13845: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13846: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13847: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13848: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13849: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13850: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13851: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13852: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13853: outputs/create-dir, results/001.processed, results/002.processed,
13854: results/003.processed, results/004.processed,
13855: results/005.processed, results/006.processed,
13856: results/007.processed, results/008.processed,
13857: results/009.processed, results/010.processed,
13858: results/011.processed, results/012.processed,
13859: results/013.processed, results/014.processed,
13860: results/015.processed, results/016.processed,
13861: results/017.processed, results/018.processed,
13862: results/019.processed, results/020.processed,
13863: results/021.processed, results/022.processed,
13864: results/023.processed, results/024.processed,
13865: results/025.processed, results/026.processed,
13866: results/027.processed, results/028.processed,
13867: results/029.processed, results/030.processed,
13868: results/031.processed, results/032.processed,
13869: results/033.processed, results/034.processed,
13870: results/035.processed, results/036.processed,
13871: results/037.processed, results/038.processed,
13872: results/039.processed, results/040.processed,
13873: results/041.processed, results/042.processed,
13874: results/043.processed, results/044.processed,
13875: results/045.processed, results/046.processed,
13876: results/047.processed, results/048.processed,
13877: results/049.processed, results/050.processed,
13878: results/051.processed, results/052.processed,
13879: results/053.processed, results/054.processed,
13880: results/055.processed, results/056.processed,
13881: results/057.processed, results/058.processed,
13882: results/059.processed, results/060.processed,
13883: results/061.processed, results/062.processed,
13884: results/063.processed, results/064.processed,
13885: results/065.processed, results/066.processed,
13886: results/067.processed, results/068.processed,
13887: results/069.processed, results/070.processed,
13888: results/071.processed, results/072.processed,
13889: results/073.processed, results/074.processed,
13890: results/075.processed, results/076.processed,
13891: results/077.processed, results/078.processed,
13892: results/079.processed, results/080.processed,
13893: results/081.processed, results/082.processed,
13894: results/083.processed, results/084.processed,
13895: results/085.processed, results/086.processed,
13896: results/087.processed, results/088.processed,
13897: results/089.processed, results/090.processed,
13898: results/091.processed, results/092.processed,
13899: results/093.processed, results/094.processed,
13900: results/095.processed, results/096.processed,
13901: results/097.processed, results/098.processed,
13902: results/099.processed, results/100.processed,
13903: results/101.processed, results/102.processed,
13904: results/103.processed, results/104.processed,
13905: results/105.processed, results/106.processed,
13906: results/107.processed, results/108.processed,
13907: results/109.processed, results/110.processed,
13908: results/111.processed, results/112.processed,
13909: results/113.processed, results/114.processed,
13910: results/115.processed, results/116.processed,
13911: results/117.processed, results/118.processed,
13912: results/119.processed, results/120.processed,
13913: results/121.processed, results/122.processed,
13914: results/123.processed, results/124.processed,
13915: results/125.processed, results/126.processed,
13916: results/127.processed, results/128.processed,
13917: results/129.processed, results/130.processed,
13918: results/131.processed, results/132.processed,
13919: results/133.processed, results/134.processed,
13920: results/135.processed, results/136.processed,
13921: results/137.processed, results/138.processed,
13922: results/139.processed, results/140.processed,
13923: results/141.processed: merged(copied) to HEAD from template_gc
13924:
13925: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13926: towards \parser3project not having to be in root
13927:
13928: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13929: module compiled [were minor unnecessary changes in lib/md5
13930: interface]
13931:
13932: * src/include/pa_version.h: release
13933:
13934: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13935:
13936: * src/classes/math.C: merged uuid bugfix
13937:
13938: * tests/: 141.html, results/141.processed: fixed bug with
13939: too-small-a-buffer
13940:
13941: * src/classes/math.C: uuid bugfix
13942:
13943: * tests/: 141.html, Makefile, results/005.processed,
13944: results/030.processed, results/075.processed,
13945: results/078.processed: to reflect date format change (were -
13946: become ' ')
13947:
13948: * src/classes/math.C: uuid bugfix
13949:
13950: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13951: debug/release changes
13952:
13953: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13954:
13955: 2003-07-23 paf
13956:
13957: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13958: renamed a little [to move to comman naming conv]
13959:
1.116 moko 13960: * src/targets/Makefile.am: apache13 splitted to simplify apache
13961: build
1.95 moko 13962:
13963: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13964: main/pa_request.C, main/pa_sql_driver_manager.C,
13965: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13966: stack top_index() fixed
13967:
13968: * src/main/pa_globals.C: minor style changes
13969:
13970: * src/: classes/op.C, include/pa_sql_connection.h: connection
13971: closing/caching fixed [connections were not closed/put to cache]
13972:
13973: 2003-07-22 paf
13974:
13975: * INSTALL: gc part updated stightly
13976:
13977: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13978: new sapi interface
13979:
13980: * src/classes/file.C: comment on OS
13981:
13982: * src/main/pa_string.C: removed reduntant invariant check [there is
13983: one deeper in cord lib]
13984:
13985: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13986:
13987: * src/main/pa_memory.C: out of memory is no longer coredump
13988:
13989: * INSTALL: disable-threads adviced
13990:
13991: 2003-07-21 paf
13992:
1.116 moko 13993: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13994:
13995: * src/classes/file.C: file::exec/cgi environment variables now must
13996: be UPPERCASE and A-Z 0-9 _-
13997:
13998: * src/classes/file.C: env passing fixed
13999:
14000: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14001:
14002: * src/main/pa_common.C: http:// CRLF now
14003:
14004: 2003-07-02 paf
14005:
14006: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14007: fields to reflect their real meaning
14008:
14009: 2003-06-27 paf
14010:
14011: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14012: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14013: file::exec/cgi .charset
14014:
14015: 2003-06-26 paf
14016:
14017: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14018: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14019: src/classes/table.C: fixed several uninitialized local
14020: structures. notably ^hash.foreach now inserts delimiters
14021: properly [were inserting it before first body]
14022:
14023: 2003-06-24 paf
14024:
14025: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14026:
14027: 2003-06-20 paf
14028:
14029: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14030: src/main/pa_globals.C: introducing
14031: $f[^file::load[binary;http://...]] $f.tables
14032:
14033: 2003-06-06 paf
14034:
14035: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14036: table. [were method lookup: inconsistent]
14037:
14038: 2003-06-02 paf
14039:
14040: * src/include/pa_memory.h: empty string clone fixed to return
14041: writable memory
14042:
14043: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14044: were not appended] which violated string invariant
14045:
14046: 2003-05-30 paf
14047:
14048: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14049: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14050:
14051: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14052: GMT ; RFC 822, updated by RFC 1123
14053:
14054: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14055: targets/isapi/parser3isapi.C: initialized request_info properly
14056:
14057: * src/classes/xnode.C: found minor bug, commended for future
14058:
14059: 2003-05-28 paf
14060:
14061: * src/classes/form.C: request_info.content_length can't be <0,
14062: size_t for some time
14063:
14064: 2003-05-26 paf
14065:
14066: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14067: forgotten <0 changed to !=STRING_NOT_FOUND
14068:
14069: * src/classes/math.C: merged ffffu from HEAD
14070:
14071: 2003-05-11 paf
14072:
14073: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14074:
14075: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14076: premature doc free. transformed document had xmlDoc reference
14077: stored to non-gc-memory (libgdome) added holding-reference
14078:
14079: 2003-04-29 paf
14080:
14081: * src/main/pa_globals.C: started digging on double free. on win32
14082: found that that's perfectly normal.
14083:
14084: 2003-04-25 paf
14085:
14086: * src/classes/table.C: table.join bug fix [bad limit check]
14087:
14088: * src/classes/math.C: merged from HEAD: simpiler hash_string
14089:
14090: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14091: print anything. changed to quicker and simplier code
14092:
14093: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14094: strict a check]
14095:
14096: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14097:
14098: 2003-04-24 paf
14099:
14100: * src/include/pa_table.h: too strict assert loosened
14101:
14102: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14103: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14104: report
14105:
14106: 2003-04-21 paf
14107:
1.116 moko 14108: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14109:
14110: * src/main/pa_globals.C: pcre memory management changed to use GC
14111: memory
14112:
14113: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14114: xmlMallocAtomic [author agreed to my suggestion], used that
14115:
14116: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14117:
14118: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14119: types/pa_vmail.C: attributed_meaning_to_string added
14120: L_UNSPECIFIED piece which was sortof OK, but violated string
14121: invariant [assertion barked on that] changed to L_PASS_APPEND,
14122: made that param obligatory
14123:
14124: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14125: fixed [assert helped]
14126:
14127: * src/include/pa_string.h: assert added [looking for bug]
14128:
14129: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14130: names on Win32 considered disk-global
14131:
14132: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14133: considered disk-global
14134:
14135: 2003-04-18 paf
14136:
14137: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14138: filenames
14139:
14140: * src/main/untaint.C: enabled '~' letter in filenames
14141:
14142: 2003-04-16 paf
14143:
14144: * src/classes/file.C: small bug introduced in autoptr times fixed
14145:
14146: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14147: HEAD
14148:
1.116 moko 14149: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14150:
14151: 2003-04-15 paf
14152:
14153: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14154: src/lib/md5/pa_md5c.c, tests/141.html,
14155: tests/results/141.processed: merged from head ^math:uuid[]
14156: ^math:uid64[] ^math:md5[string]
14157:
14158: test added: 141.html
14159:
14160: * operators.txt, src/classes/math.C: ^math:uid64[]
14161:
14162: * src/classes/math.C: ^math:uuid[]
14163:
14164: * operators.txt, src/classes/math.C: ^math:uuid[]
14165:
14166: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14167: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14168:
14169: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14170: src/include/pa_config_fixed.h, src/main/pa_common.C:
14171: ^file::load[mode;name; $.offset $.limit
14172:
14173: 2003-04-14 paf
14174:
14175: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14176: started ^math:md5
14177:
14178: * src/classes/table.C, src/include/pa_array.h,
14179: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14180: tests/results/140.processed: table $.reverse option works in
14181: create&co table $.distinct[tables] bug fix merged
14182:
14183: * src/: classes/table.C, include/pa_table.h: table
14184: $.distinct[tables] bug fixed
14185:
14186: * src/classes/table.C: more warnings
14187:
14188: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14189: removed checks in table::set_current, moved them back to
14190: table::locate implemented table::create/join ñ $.reverse
14191:
14192: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14193: removed checks in table::set_current, moved them back to
14194: table::locate
14195:
14196: 2003-04-11 paf
14197:
14198: * operators.txt, src/classes/date.C, src/classes/table.C,
14199: src/include/pa_array.h, src/include/pa_common.h,
14200: src/include/pa_config_includes.h, src/include/pa_string.h,
14201: src/include/pa_table.h, src/main/pa_request.C,
14202: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14203: src/main/pa_table.C: merged from HEAD from
14204: before_append_array_limit_sense_change to
14205: after_append_array_limit_sense_change
14206:
14207: * src/classes/table.C: typo
14208:
14209: * operators.txt, src/classes/date.C, src/classes/table.C,
14210: src/include/pa_array.h, src/include/pa_common.h,
14211: src/include/pa_config_includes.h, src/include/pa_globals.h,
14212: src/include/pa_table.h, src/main/pa_array.C,
14213: src/main/pa_globals.C, src/main/pa_request.C,
14214: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14215: src/main/pa_table.C: append_array_limit_sense_change locate
14216: accepts options same as create new option: $.reverse(1) [do not
14217: work in table::create]
14218:
14219: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14220: (stat xxx,
14221:
14222: * src/classes/: table.C: typo
14223:
14224: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14225: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14226: results/130.processed, results/131.processed,
14227: results/132.processed, results/133.processed,
14228: results/134.processed, results/135.processed,
14229: results/136.processed, results/137.processed,
14230: results/138.processed, results/139.processed: added few mustfail
14231: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14232: date/time 132.html mustfail: access to junction outside of
14233: context 133.html mustfail: access to junction outside of context,
14234: case version 134.html mustfail: hash: adding a key inside of
14235: foreach 135.html mustfail: modifying system class 136.html
14236: mustfail: $.name outside of $hash[here] 137.html mustfail:
14237: appendChild without import 138.html mustfail: invalid encoding
14238: inside of xml 139.html mustfail: bad XPath
14239:
14240: * operators.txt, src/classes/table.C, tests/084.html,
14241: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14242: tests/129.html, tests/results/125.processed,
14243: tests/results/126.processed, tests/results/127.processed,
14244: tests/results/128.processed, tests/results/129.processed: merged
14245: from HEAD ^table.hash[key][$.distinct[tables]]
14246:
14247: maked appropriate tests [changed one old nonconforming]
14248:
14249: * operators.txt, src/classes/table.C:
14250: ^table.hash[key][$.distinct[tables]]
14251:
14252: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14253: merged fix for found very old xml (dom) bug: were passing
14254: domString objects and later ERROREOUSLY freed them
14255:
14256: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14257: src/main/pa_charset.C: re-added libgdome patch. regretfully
14258: libgdome bug can not be worked around
14259:
14260: 2003-04-10 paf
14261:
14262: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14263: found very old xml (dom) bug: were passing domString objects and
14264: later ERROREOUSLY freed them
14265:
14266: * src/doc/string.dox, src/include/pa_memory.h,
14267: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14268: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14269: tests/123.html, tests/124.html, tests/results/001.processed,
14270: tests/results/002.processed, tests/results/003.processed,
14271: tests/results/004.processed, tests/results/005.processed,
14272: tests/results/006.processed, tests/results/008.processed,
14273: tests/results/009.processed, tests/results/010.processed,
14274: tests/results/011.processed, tests/results/012.processed,
14275: tests/results/013.processed, tests/results/014.processed,
14276: tests/results/015.processed, tests/results/016.processed,
14277: tests/results/017.processed, tests/results/018.processed,
14278: tests/results/020.processed, tests/results/021.processed,
14279: tests/results/022.processed, tests/results/023.processed,
14280: tests/results/024.processed, tests/results/025.processed,
14281: tests/results/026.processed, tests/results/027.processed,
14282: tests/results/028.processed, tests/results/029.processed,
14283: tests/results/030.processed, tests/results/031.processed,
14284: tests/results/032.processed, tests/results/033.processed,
14285: tests/results/034.processed, tests/results/035.processed,
14286: tests/results/036.processed, tests/results/037.processed,
14287: tests/results/038.processed, tests/results/039.processed,
14288: tests/results/040.processed, tests/results/041.processed,
14289: tests/results/042.processed, tests/results/043.processed,
14290: tests/results/044.processed, tests/results/045.processed,
14291: tests/results/046.processed, tests/results/047.processed,
14292: tests/results/048.processed, tests/results/049.processed,
14293: tests/results/050.processed, tests/results/051.processed,
14294: tests/results/052.processed, tests/results/053.processed,
14295: tests/results/054.processed, tests/results/055.processed,
14296: tests/results/056.processed, tests/results/057.processed,
14297: tests/results/058.processed, tests/results/059.processed,
14298: tests/results/060.processed, tests/results/061.processed,
14299: tests/results/062.processed, tests/results/063.processed,
14300: tests/results/064.processed, tests/results/065.processed,
14301: tests/results/066.processed, tests/results/067.processed,
14302: tests/results/068.processed, tests/results/069.processed,
14303: tests/results/070.processed, tests/results/071.processed,
14304: tests/results/072.processed, tests/results/073.processed,
14305: tests/results/074.processed, tests/results/075.processed,
14306: tests/results/076.processed, tests/results/077.processed,
14307: tests/results/078.processed, tests/results/079.processed,
14308: tests/results/080.processed, tests/results/081.processed,
14309: tests/results/082.processed, tests/results/083.processed,
14310: tests/results/084.processed, tests/results/085.processed,
14311: tests/results/086.processed, tests/results/087.processed,
14312: tests/results/088.processed, tests/results/089.processed,
14313: tests/results/090.processed, tests/results/091.processed,
14314: tests/results/092.processed, tests/results/093.processed,
14315: tests/results/094.processed, tests/results/095.processed,
14316: tests/results/096.processed, tests/results/097.processed,
14317: tests/results/101.processed, tests/results/102.processed,
14318: tests/results/104.processed, tests/results/105.processed,
14319: tests/results/106.processed, tests/results/107.processed,
14320: tests/results/108.processed, tests/results/109.processed,
14321: tests/results/110.processed, tests/results/111.processed,
14322: tests/results/112.processed, tests/results/113.processed,
14323: tests/results/114.processed, tests/results/115.processed,
14324: tests/results/116.processed, tests/results/117.processed,
14325: tests/results/118.processed, tests/results/119.processed,
14326: tests/results/120.processed, tests/results/121.processed,
14327: tests/results/122.processed, tests/results/123.processed,
14328: tests/results/124.processed: new convention: char* never 0.
14329: assert in cord on that
14330:
14331: * src/main/pa_charset.C: couple more asserts
14332:
14333: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14334: speedup
14335:
14336: * src/main/pa_charset.C: couple assertions on fantastic situations
14337: added [may be those is the case now?]
14338:
14339: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14340: that's memory from gc_malloc, not from g_malloc :(, but would
14341: hope]
14342:
14343: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14344: that's memory from gc_malloc, not from g_malloc :(, but would
14345: hope]
14346:
14347: * src/main/pa_charset.C: checked custom malloc for returning 0
14348:
14349: 2003-04-09 paf
14350:
14351: * src/classes/date.C: merged ^date.roll changes
14352:
14353: * src/classes/date.C: ^date.roll bug fix
14354:
14355: * src/classes/date.C: ^date.roll now throws less errors: month
14356: shifts handles end of month situation by reducing day number
14357: hour-hole shift reduces hour to recover
14358:
14359: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14360: Sort by function time
14361:
14362: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14363: http:// $.charset[] param done
14364:
14365: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14366: added [after volatile fix. passes on win&intel-solaris]
14367:
14368: 2003-04-08 paf
14369:
14370: * src/: classes/file.C, classes/op.C, classes/table.C,
14371: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14372: include/pa_common.h, include/pa_request_charsets.h,
14373: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14374: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14375: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14376: types/pa_vresponse.C: started http:// $.charset[] param and
14377: http response charset detection just compiled. todo:test
14378:
14379: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14380:
14381: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14382: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14383: types/pa_vmail.C: changed transcode param converntion along with
14384: string creating convention -- all strings are zero-terminated,
14385: this allowed to fix one remaining String("123", 2) case
14386:
14387: * src/: classes/date.C, classes/file.C, classes/hash.C,
14388: classes/op.C, classes/string.C, classes/table.C,
14389: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14390: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14391: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14392: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14393: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14394: violated String::invariant. started fixing [not compiled now]
14395:
14396: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14397: main/compile.tab.C, main/compile.y, main/pa_string.C,
14398: main/untaint.C, targets/cgi/parser3.C: number of string style
14399: improvements & optimizations
14400:
14401: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14402: :(]
14403:
14404: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14405: [for it's a pointer really]
14406:
14407: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14408: 'n' param. worked that around
14409:
14410: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14411: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14412: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14413: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14414: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14415:
14416: Thanks for the bug report and patch.
14417:
14418: I hadn't looked at this code in a while. Reading it now, it
14419: seems to me that the tests should also be ">= MAX_DEPTH" to
14420: comply with the invariant, though that may not matter a lot. I
14421: changed that, too.
14422:
14423: Hans
14424:
14425: 2003-04-07 paf
14426:
14427: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14428: merged from head:safe mode error message now includes numbers
14429:
14430: * src/main/execute.C: n-th attempt to make a=a work with double.
14431: problem: as_double returns it's result in fp-register compiler
14432: optimizes access to that register after b->as_double, and just
14433: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14434: from memory. _SAME_ double values do not match here. when
14435: forced to REload fp-register, values do match.
14436:
14437: tried to make them volatile.
14438:
14439: * src/main/execute.C: n-th attempt to make a=a work with double.
14440: problem: as_double returns it's result in fp-register compiler
14441: optimizes access to that register after b->as_double, and just
14442: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14443: from memory. _SAME_ double values do not match here. when
14444: forced to REload fp-register, values do match.
14445:
14446: tried to make them volatile.
14447:
14448: * src/types/pa_vobject.h: small style change
14449:
14450: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14451:
14452: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14453: mode error message now includes numbers
14454:
14455: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14456: now causes death
14457:
14458: 2003-04-04 paf
14459:
14460: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14461: incorportated pa_exec patch by From: "Victor Fedoseev"
14462: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14463: Sent: Thursday, January 23, 2003 9:14 AM
14464:
14465: huge speedup on ^file::cgi with big result
14466:
14467: * src/classes/table.C: sort table with 0 rows bug fixed
14468:
14469: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14470: fix http://i2/tasks/edit/?id=4493701604654042676
14471:
14472: @main[] $with_default[ $.a[1] $._default[default from
14473: with_default] ] ^show[$with_default]
14474:
14475: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14476: =$to_add_to.xxx=<br>
14477:
14478: ^show[$to_add_to]
14479:
14480: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14481: ^show[$cloned]
14482:
14483: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14484:
14485: } <hr>
14486:
14487: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14488: http://i2/tasks/edit/?id=4493701604654042676
14489:
14490: @main[] $with_default[ $.a[1] $._default[default from
14491: with_default] ] ^show[$with_default]
14492:
14493: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14494: =$to_add_to.xxx=<br>
14495:
14496: ^show[$to_add_to]
14497:
14498: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14499: ^show[$cloned]
14500:
14501: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14502:
14503: } <hr>
14504:
14505: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14506: http://i2/tasks/edit/?id=4507350336410850921
14507:
14508: * src/classes/xdoc.C: memory allocation func bugfix
14509: http://i2/tasks/edit/?id=4499303470368629745
14510:
14511: * src/classes/math.C: allowed random 1...
14512:
14513: * src/classes/math.C: allowed random 0..
14514:
14515: * src/main/pa_globals.C: exif mem leak
14516: http://i2/tasks/edit/?id=4480590323629807263
14517:
14518: * src/: classes/classes.dsp, main/main.dsp,
14519: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14520: fix http://i2/tasks/edit/?id=4493946731322521294
14521: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14522:
14523: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14524: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14525: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14526: links to xml libs made relative, no need to unpack parser3project
14527: to /parser3project.
14528:
14529: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14530: column more precise - tab handling bug fixed
14531:
14532: * src/main/: compile.tab.C, compile.y: more understandable error
14533: message in case @CLASS with more then one line inside
14534:
14535: * src/targets/cgi/parser3.C: more understandable error message in
14536: case of errors in @unhandled_exception
14537:
14538: 2003-04-03 paf
14539:
14540: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14541: src/main/compile.tab.C, src/main/compile.y,
14542: src/main/compile_tools.C, src/main/compile_tools.h,
14543: src/main/execute.C, src/main/pa_request.C: debug info format
14544: simplified, now it's: OP_VALUE Operation::Origin << here value*
14545:
14546: higher limits: file number (max: 255) line number (max:
14547: 64535) column number (max: 255)
14548:
14549: * src/classes/math.C: top limit
14550:
14551: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14552: precise parse error position in case of
14553:
14554: ^bug ]
14555:
14556: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14557: changed to realities, and passed [bug fixed]
14558:
14559: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14560: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14561: main/compile_tools.h, main/pa_request.C: introducing
14562: ^process...[main-method-alias]
14563:
14564: * src/: classes/date.C, classes/image.C, classes/op.C,
14565: classes/string.C, classes/table.C, classes/xdoc.C,
14566: types/pa_vmethod_frame.h: MethodParams& now [methods without
14567: params receive zero reference, but they are expected not to look
14568: there]
14569:
14570: * operators.txt, src/classes/date.C, src/classes/double.C,
14571: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14572: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14573: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14574: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14575: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14576: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14577: [methods without params receive zero reference, but they are
14578: expected not to look there]
14579:
14580: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14581: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14582: ^process...[filename] useful for better error reporting
14583: [file/line/col]
14584:
14585: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14586: types/pa_vstring.h: slightly improved error messages text: 1. is
14587: '%s', it 2. method undefined in case of ^void[]
14588:
14589: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14590: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14591: handling done. now we have error columns todo: test it
14592:
14593: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14594: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14595:
14596: this makes life easier: were: bad stack order -- were in
14597: exception catch unwind order, which didn't match execution order
14598:
14599: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14600:
14601: @first[] ^throw[a;1]
14602:
14603: showed throw a first throw b try
14604:
14605: which is no good
14606:
14607: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14608: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14609: trace reset after handled exception [old bug fixed]
14610:
14611: * src/main/: compile.tab.C, compile.y: parse position old bug
14612: fixed. position reporting made precise [both, in parse erros and
14613: runtime errors]
14614:
14615: 2003-04-02 paf
14616:
14617: * src/: include/pa_operation.h, include/pa_request.h,
14618: main/compile.C, main/compile.tab.C, main/compile.y,
14619: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14620: main/pa_exception.C, main/pa_request.C: debug info: started
14621: using. todo:complete
14622:
14623: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14624: main/compile.C, main/compile.tab.C, main/compile.y,
14625: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14626: main/pa_request.C: prepared debug info todo:use it
14627:
14628: * src/include/pa_operation.h: strange mistake fixed: forgot to
14629: return Operation class->union after switching from autoptrs.
14630:
14631: * tests/: Makefile, results/108.processed, results/117.processed:
14632: meta considered OK [it's up to coder now to remove it not needed]
14633:
14634: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14635: Dictionary constructor when moved to gc]
14636:
14637: * src/main/pa_common.C: uncommented http:// file loading
14638:
14639: * src/include/pa_array.h, src/main/execute.C,
14640: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14641: fix [gdGrowingBuf]
14642:
14643: * configure.in, src/lib/Makefile.am: removed patches
14644:
14645: * configure, src/include/pa_config_auto.h.in,
14646: src/main/pa_charset.C: --enable-assertions autoconf-ed
14647:
14648: * src/main/pa_common.C: uncommented http:// file loading
14649:
14650: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14651: xdoc::create/load
14652:
14653: * src/: classes/form.C, classes/hash.C, classes/image.C,
14654: classes/string.C, classes/table.C, classes/void.C,
14655: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14656: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14657: String::String(str,helper_length) are checked. found/fixed one
14658: place: $request:body now zero-terminated,
14659:
14660: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14661: main/compile_tools.C, main/execute.C, types/pa_value.h,
14662: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14663: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14664: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14665: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14666: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14667: types/pa_vxnode.h: more locally scoped vars in execute (more
14668: easily optimizable)
14669:
14670: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14671: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14672:
14673: * src/: include/pa_array.h, include/pa_stack.h,
14674: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14675: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14676: become assertion iterator in methodframe filler
14677:
14678: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14679: targets/cgi/parser3.C: array::get/put inlined
14680:
14681: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14682: gc_substitute_memory_management_functions +installed CORD_oom
14683: function
14684:
14685: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14686: src/include/pa_config_includes.h, src/include/pa_string.h,
14687: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14688: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14689: assertions started configure.in --enable-assertions
14690:
14691: 2003-04-01 paf
14692:
14693: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14694: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14695: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14696: gdome uses glib memory, and stores last pointer to xmlDoc there,
14697: gc misses that and collects valid memory fixed by remembering
14698: xmlDoc from dom object in xdoc. todo: do something with
14699: premature free of xdoc with xnodes/node values referring into it
14700:
14701: * src/classes/: mail.C: typo fix
14702:
14703: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14704: changes
14705:
14706: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14707: main/pa_memory.C: moved memory debugging to global level: to
14708: pa_gc_malloc
14709:
14710: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14711: debugging showed no errors. todo: debug parser memory
14712:
14713: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14714: configurations
14715:
14716: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14717: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14718: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14719: types/types.dsp: prepared xml-static configuration
14720:
14721: 2003-03-31 paf
14722:
14723: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14724: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14725: xml lib memory debugging, simple checks failed: it seems that
14726: library does realloc(bad ptr), and recording those ptrs in heap
14727: [for debugging] was bad: heap situation changes = everything
14728: works fine
14729:
14730: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14731: xmlRegisterCharEncodingHandler limitation [currently imposed
14732: limit of 10 user-defined charsets]
14733:
14734: 2003-03-28 paf
14735:
14736: * src/main/execute.C: execution stack copied to local register
14737: variable, removed lots [~2e7) of memory accesses
14738:
14739: 2003-03-27 paf
14740:
14741: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14742: works in debug, but fails in release todo: fix that
14743:
14744: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14745: targets/cgi/parser3.C: forgot to merge XML memory funcs
14746: replacement from gc branch
14747:
14748: * src/main/pa_exec.C: introducing append_help_length [radical
14749: improvement here]
14750:
14751: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14752: 'not recommened' in gc.h, on win32 noticed no difference]
14753:
14754: * src/include/pa_array.h: returned checked array get [were disabled
14755: for debugging] result:not slower [don't understand that, it were
14756: INLINED] todo: find out a way of inlining it!
14757:
14758: * src/: include/pa_string.h, lib/gc/include/gc.h,
14759: lib/gc/include/gc_fake.h, main/compile.tab.C,
14760: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14761: convention changed: all resulting strings are zero-terminated
14762:
14763: * src/: classes/date.C, classes/file.C, classes/hash.C,
14764: classes/string.C, classes/table.C, classes/void.C,
14765: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14766: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14767: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14768: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14769: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14770: types/pa_vfile.C, types/pa_vmail.C: introducing
14771: append_help_length [radical improvement here]
14772:
14773: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14774: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14775: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14776: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14777: even slower
14778:
14779: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14780: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14781: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14782: clients of &get(): most to use non-ref version, some[in tight
14783: places] to get_unchecked_ref
14784:
14785: * src/doc/memory.dox: forgot to add
14786:
14787: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14788: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14789: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14790: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14791: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14792: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14793: targets/cgi/parser3.dsp, types/pa_vmail.C,
14794: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14795: T>>&<< removed after Stack::pop wiping removed [moved to separate
14796: func] other Array & removed
14797:
14798: 2003-03-26 paf
14799:
14800: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14801: classes/table.C, include/pa_array.h, include/pa_charset.h,
14802: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14803: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14804: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14805: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14806: main/pa_exec.C, main/pa_sql_driver_manager.C,
14807: main/pa_stylesheet_manager.C, main/pa_table.C,
14808: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14809: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14810: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14811: pre-evaluated .count() in some places
14812:
14813: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14814: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14815: types/types.dsp: .dsp profiling updated
14816:
14817: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14818: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14819: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14820:
14821: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14822: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14823: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14824: use lib/gc,lib/cord
14825:
1.116 moko 14826: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14827: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14828: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14829: src/include/pa_config_includes.h, src/include/pa_request.h,
14830: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14831: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14832: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14833: src/lib/cord/include/Makefile.am,
1.116 moko 14834: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14835: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14836: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14837: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14838: src/types/pa_vform.h, src/types/pa_vhash.h,
14839: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14840: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14841: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14842: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14843: funcs ported pa_exec
1.95 moko 14844:
14845: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14846:
14847: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14848: bundled gc includes
14849:
14850: * src/: classes/op.C, include/pa_array.h,
14851: include/pa_sql_connection.h, include/pa_string.h,
14852: include/pa_version.h, main/compile.tab.C, main/compile.y,
14853: main/execute.C, main/pa_common.C, main/pa_exception.C,
14854: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14855: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14856: first real site (aval)]
14857:
14858: 2003-03-25 paf
14859:
14860: * operators.txt, src/main/pa_sql_driver_manager.C,
14861: src/types/pa_vstatus.C: $status.memory used free since_compact
14862: process
14863:
14864: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14865: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14866:
14867: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14868:
14869: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14870: src/types/pa_value.h, src/types/pa_vfile.h,
14871: src/types/pa_vobject.C, src/types/pa_vobject.h,
14872: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14873: tests/results/121.processed: untaint.C L_URI
14874:
14875: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14876: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14877: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14878: src/types/pa_vmemory.h: ^memory:compact[]
14879:
14880: * tests/results/109.processed: it was a bug in parser. updated 109
14881: test result
14882:
14883: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14884:
14885: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14886: tests/results/107.processed: fixed dom language [values are now
14887: considered tainted. it was a bug in parser. updated 107 test
14888: result
14889:
14890: * src/classes/xdoc.C: fixed transform params
14891:
14892: * src/: include/pa_stylesheet_manager.h,
14893: main/pa_stylesheet_manager.C: fixed stylesheet caching
14894:
14895: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14896: overloads for structure handling
14897:
14898: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14899: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14900: StringBody(0) ambiguilty, introducting static
14901: StringBody::Format(int)
14902:
14903: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14904: linked
14905:
14906: * src/types/pa_vxdoc.C: vxdoc compiled
14907:
14908: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14909: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14910: finalizers isntalled
14911:
14912: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14913: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14914: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14915: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14916: compiled todo: xnode.C / finalizers
14917:
14918: * src/doc/string.dox: updated: new string internals
14919:
14920: 2003-03-24 paf
14921:
14922: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14923: include/pa_charset.h, include/pa_config_fixed.h,
14924: include/pa_request.h, include/pa_stylesheet_connection.h,
14925: include/pa_stylesheet_manager.h, main/pa_charset.C,
14926: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14927: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14928: types/pa_vxnode.h: started XML
14929:
14930: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14931:
14932: * src/: classes/file.C, classes/image.C, classes/mail.C,
14933: include/pa_string.h, main/pa_common.C,
14934: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14935:
14936: * src/: classes/file.C, classes/image.C, classes/mail.C,
14937: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14938: main/pa_request.C, main/pa_sql_driver_manager.C,
14939: types/pa_vimage.h: size_t pos everywhere checks changed to check
14940: for eq STRING_NOT_FOUND
14941:
14942: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14943: optimize bit implemented
14944:
14945: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14946: String::ArrayFragment::append_positions fixed
14947:
14948: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14949: String::this_starts fixed
14950:
14951: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14952:
14953: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14954: hashcode implemented fully, including per-char callback [it can
14955: be - substr CORD node]
14956:
14957: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14958: rewritten to rewalloc with 100byte buf ahead
14959:
14960: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14961: src/include/pa_string.h, src/main/compile.tab.C,
14962: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14963: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14964: CORD_ec [bad] would rewrite as realloc now
14965:
14966: * src/: classes/date.C, classes/file.C, classes/form.C,
14967: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14968: include/pa_cache_managers.h, include/pa_charsets.h,
14969: include/pa_common.h, include/pa_request.h,
14970: include/pa_sql_driver_manager.h, include/pa_table.h,
14971: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14972: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14973: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14974: types/pa_vmail.C, types/pa_vmethod_frame.C,
14975: types/pa_vstateless_class.h: 2*2 worked :)
14976:
14977: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14978: src/include/pa_exec.h, src/include/pa_string.h,
14979: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14980: passed OK
14981:
14982: * src/: classes/hash.C, classes/string.C, classes/table.C,
14983: types/pa_value.C: all linked todo: debug
14984:
14985: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14986: types/pa_vstateless_class.C: all compiled. todo:link
14987:
14988: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14989:
14990: * src/types/pa_vtable.C: pa_vtable.C compiled
14991:
14992: * src/types/pa_vstring.C: pa_vstring.C compiled
14993:
14994: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14995:
14996: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14997: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14998: pa_vstateless_class.C, pa_vstateless_class.h:
14999: pa_vstateless_class.C compiled
15000:
15001: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15002: types/pa_vmath.C: pa_vmail.C compiled
15003:
15004: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15005:
15006: * src/types/pa_vform.C: pa_vform.C compiled
15007:
15008: * src/types/pa_vfile.C: pa_vfile.C compiled
15009:
15010: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15011: pa_vstateless_class.C: pa_vcookie.C compiled
15012:
15013: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15014: types/pa_vhash.h: pa_value.C compiled
15015:
15016: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15017: classes.lib main.lib compiled
15018:
15019: * src/classes/void.C: void.C compiled
15020:
15021: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15022: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15023: compiled
15024:
15025: * src/: classes/string.C, include/pa_request.h,
15026: include/pa_string.h, main/pa_string.C: string.C compiled
15027:
15028: * src/: classes/op.C, classes/string.C, classes/table.C,
15029: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15030: main/pa_request.C, main/pa_string.C: op.C compiled
15031:
15032: * src/classes/: math.C, op.C: math.C compiled
15033:
15034: * src/: classes/mail.C, classes/string.C, classes/table.C,
15035: types/pa_vmail.h: mail.C compiled
15036:
15037: * src/classes/: int.C, table.C: int.C compiled
15038:
15039: * src/: classes/hash.C, classes/image.C, classes/string.C,
15040: classes/table.C, include/pa_memory.h, include/pa_string.h,
15041: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15042: compiled
15043:
15044: * src/: classes/hash.C, classes/string.C, classes/table.C,
15045: classes/void.C, classes/xdoc.C, include/pa_request.h,
15046: include/pa_sql_connection.h: hash.C compiled
15047:
15048: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15049: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15050: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15051: classes/math.C, classes/op.C, classes/response.C,
15052: classes/string.C, classes/table.C, classes/void.C,
15053: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15054: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15055: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15056: file.C table.C compiled
15057:
15058: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15059: main/untaint.C: main.lib compiled
15060:
15061: 2003-03-21 paf
15062:
15063: * src/: classes/op.C, include/pa_cache_managers.h,
15064: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15065: include/pa_stylesheet_manager.h, main/pa_exception.C,
15066: main/pa_globals.C, main/pa_sql_driver_manager.C,
15067: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15068: compiled
15069:
15070: * src/: classes/hash.C, classes/image.C, classes/op.C,
15071: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15072: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15073: main/compile.C, main/pa_common.C, main/pa_request.C,
15074: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15075: pa_request.C compiled
15076:
15077: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15078: include/pa_request.h, main/execute.C, main/pa_request.C,
15079: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15080: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15081: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15082: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15083: compiled
15084:
15085: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15086: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15087: on unix
15088:
15089: * src/: include/pa_charset.h, include/pa_charsets.h,
15090: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15091: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15092: pa_charsets.C compiled
15093:
15094: * src/: classes/image.C, classes/mail.C, classes/op.C,
15095: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15096: main/compile.y, main/execute.C, main/pa_common.C,
15097: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15098: types/pa_vcode_frame.h, types/pa_vimage.h,
15099: types/pa_vmethod_frame.h: execute.C compiled
15100:
15101: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15102: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15103: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15104: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15105: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15106: include/pa_cache_managers.h, include/pa_charsets.h,
15107: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15108: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15109: include/pa_sql_driver_manager.h, include/pa_string.h,
15110: include/pa_stylesheet_connection.h,
15111: include/pa_stylesheet_manager.h, include/pa_table.h,
15112: main/compile.C, main/compile.tab.C, main/compile.y,
15113: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15114: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15115: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15116: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15117: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15118: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15119: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15120: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15121: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15122: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15123: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15124: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15125: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15126: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15127: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15128: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15129: types/pa_vresponse.h, types/pa_vstateless_class.C,
15130: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15131: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15132: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15133: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15134: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15135: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15136: [C++ CORD wrapper]
15137:
15138: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15139:
15140: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15141: $file::exec/cgi[script; $.charset[this is script's charset]
15142:
15143: command line, env values, input got transcoded before call
15144: stdout, stderr got transcoded after call
15145:
15146: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15147: by default. use: ^file::exec[...;$.stdin[$request.body]
15148:
15149: * src/main/pa_common.C: } typo bug fix
15150:
15151: * src/main/pa_common.C: } typo bug fix
15152:
15153: 2003-03-20 paf
15154:
15155: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15156: main/untaint.C: cord bug fix, but still errors todo: clear out
15157:
15158: * src/include/pa_string.h: more tests
15159:
15160: * src/main/pa_string.C: string.pos fixed
15161:
1.116 moko 15162: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15163: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15164: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15165: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15166: replaces
1.95 moko 15167:
15168: * src/: classes/image.C, include/pa_dictionary.h,
15169: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15170: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15171: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15172: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15173:
15174: * src/include/pa_string.h: warning
15175:
15176: * src/include/pa_string.h: this_starts fixed
15177:
15178: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15179: new String ctor & append params convention
15180:
15181: * src/: classes/file.C, classes/hash.C, classes/image.C,
15182: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15183: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15184: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15185: main/pa_exception.C, main/pa_exec.C,
15186: main/pa_sql_driver_manager.C, main/pa_string.C,
15187: main/pa_stylesheet_manager.C, main/untaint.C,
15188: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15189: types/pa_vmail.C: more tests OK
15190:
15191: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15192: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15193: gc/exit runned OK
15194:
15195: * src/types/pa_vmail.C: another naming problem: should not name
15196: vars like that: unpredictable close caused problems with later
15197: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15198: descriptors missing on startup: stdin; Bad file number
15199:
15200: todo: find out why so many filters(stream) here. probably wrong?
15201:
15202: * src/: include/pa_dictionary.h, include/pa_string.h,
15203: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15204: main/untaint.C: test compiled
15205:
15206: * src/: classes/image.C, classes/mail.C, classes/math.C,
15207: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15208: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15209: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15210: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15211: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15212: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15213: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15214: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15215: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15216:
15217: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15218: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15219: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15220: src/include/pa_memory.h, src/include/pa_request.h,
15221: src/include/pa_request_charsets.h,
15222: src/include/pa_sql_connection.h, src/include/pa_string.h,
15223: src/main/compile.tab.C, src/main/execute.C,
15224: src/main/pa_charset.C, src/main/pa_common.C,
15225: src/main/pa_exception.C, src/main/pa_exec.C,
15226: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15227: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15228: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15229: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15230: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15231: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15232: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15233: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15234: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15235: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15236: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15237: pa_common.C [done, without http for now]
15238:
15239: 2003-03-19 paf
15240:
15241: * src/: classes/date.C, classes/form.C, classes/hash.C,
15242: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15243: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15244: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15245: include/pa_string.h, include/pa_table.h, main/compile.C,
15246: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15247: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15248: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15249: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15250: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15251: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15252: types/pa_vstateless_class.h, types/pa_vtable.C,
15253: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15254: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15255: types/pa_wwrapper.h: started test
15256:
1.116 moko 15257: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15258: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15259:
15260: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15261: include/pa_string.h, main/pa_string.C: string compiled todo: test
15262: it
15263:
15264: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15265: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15266: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15267: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15268: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15269: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15270: types/pa_vmethod_frame.h, types/types.dsp: string
15271: reimplementation with cord+array<fragment>: 70%
15272:
15273: 2003-03-18 paf
15274:
15275: * src/: classes/date.C, classes/file.C, classes/form.C,
15276: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15277: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15278: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15279: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15280: can ignore lang in cmp and pos really, but would
15281: split properly!
15282:
15283: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15284: cord part made parser/src/lib: it's not compiled into libgc by
15285: default
15286:
15287: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15288: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15289: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15290: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15291: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15292: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15293: src/classes/xnode.C, src/classes/xnode.h,
15294: src/include/Makefile.am, src/include/pa_cache_managers.h,
15295: src/include/pa_charset.h, src/include/pa_charsets.h,
15296: src/include/pa_common.h, src/include/pa_dictionary.h,
15297: src/include/pa_exception.h, src/include/pa_exec.h,
15298: src/include/pa_globals.h, src/include/pa_hash.h,
15299: src/include/pa_memory.h, src/include/pa_pool.h,
15300: src/include/pa_request.h, src/include/pa_request_charsets.h,
15301: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15302: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15303: src/include/pa_stylesheet_connection.h,
15304: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15305: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15306: src/main/compile.C, src/main/compile.tab.C,
15307: src/main/compile_tools.C, src/main/compile_tools.h,
15308: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15309: src/main/pa_charsets.C, src/main/pa_common.C,
15310: src/main/pa_dictionary.C, src/main/pa_exception.C,
15311: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15312: src/main/pa_pool.C, src/main/pa_request.C,
15313: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15314: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15315: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15316: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15317: src/types/pa_junction.h, src/types/pa_method.h,
15318: src/types/pa_value.C, src/types/pa_value.h,
15319: src/types/pa_vclass.C, src/types/pa_vclass.h,
15320: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15321: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15322: src/types/pa_vdouble.h, src/types/pa_venv.h,
15323: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15324: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15325: src/types/pa_vimage.C, src/types/pa_vimage.h,
15326: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15327: src/types/pa_vmath.C, src/types/pa_vmath.h,
15328: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15329: src/types/pa_vobject.C, src/types/pa_vobject.h,
15330: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15331: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15332: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15333: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15334: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15335: src/types/pa_vstring.h, src/types/pa_vtable.C,
15336: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15337: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15338: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15339: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15340: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15341: gc: PA_Object done lots of replacements also
15342:
15343: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15344: gc logging
15345:
15346: 2003-03-17 paf
15347:
15348: * src/: classes/date.C, classes/file.C, classes/form.C,
15349: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15350: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15351: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15352: include/pa_string.h, include/pa_types.h, main/compile.C,
15353: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15354: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15355: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15356: main/pa_sql_driver_manager.C, main/pa_string.C,
15357: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15358: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15359: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15360: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15361: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15362: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15363: types/pa_vxnode.h: libgc attempt
15364:
15365: 2003-03-13 paf
15366:
15367: * src/: include/pa_sql_driver_manager.h,
15368: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15369: called
15370:
15371: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15372: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15373: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15374: types/pa_value.h, types/pa_vobject.h,
15375: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15376: set_base, set_derived simplified [counter leaks fixed]
15377:
15378: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15379: src/types/types.dsp: incorporated status class patch From:
15380: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15381: 2003 8:14 AM
15382:
15383: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15384: Win32 specific: QuotaPeakNonPagedPoolUsage
15385: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15386:
15387: 2003-03-12 paf
15388:
1.116 moko 15389: * configure, configure.in, src/lib/ltdl/configure,
15390: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15391: lib/ltdl/Makefile now created by /configure.in only [were by
15392: lib/ltdl/configure.in OVERWRITE]
15393:
1.116 moko 15394: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15395: linkage fixed for g++ 3.2.2
1.95 moko 15396:
15397: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15398: on using privately declared class [fixed]
15399:
15400: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15401: 3.2 rightliy complained on using privately declared class [fixed]
15402:
15403: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15404: sigpipe before request constructor now causes death
15405:
15406: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15407: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15408: not cause exception in exception handler
15409:
1.116 moko 15410: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15411: now default links libstdc++ statically. that can be overriden by
15412: --with-dynamic-stdcpp
1.95 moko 15413:
15414: 2003-03-11 paf
15415:
15416: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15417: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15418: necessity of libstdc++
15419:
15420: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15421:
15422: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15423:
15424: 2003-03-08 paf
15425:
15426: * tests/Makefile: make install & co
15427:
15428: * src/: include/pa_request.h, classes/op.C: removing
15429: vclass,object.h -> pa_request.h dependency
15430:
15431: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15432: main/pa_request.C: removing vform,response,cookie.h ->
15433: pa_request.h dependency
15434:
15435: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15436: dependency [testing...]
15437:
15438: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15439: return 0; fixed
15440:
15441: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15442: types/pa_vmail.h: vmail.C received just compiled [not tested]
15443:
15444: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15445:
15446: * src/main/pa_request.C: forgotten: ifdef XML
15447:
15448: * src/main/pa_request.C: forgotten: ifdef XML
15449:
15450: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15451: win32 and run memleak tests again
15452:
15453: * src/targets/cgi/parser3.C: charsets: see some strange things with
15454: old xml lib-- it's internal memory handling has faults
15455:
15456: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15457: problems when transcode from charset A to A.
15458:
15459: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15460: todo: still problems when transcode from charset A to A.
15461:
15462: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15463: classes/table.C, include/pa_array.h,
15464: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15465: started full-scale-site-test [~ http://parser.ru sources]
15466:
15467: some fixes
15468:
15469: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15470: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15471: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15472: results/110.processed, results/111.processed,
15473: results/112.processed, results/113.processed,
15474: results/114.processed, results/115.processed,
15475: results/116.processed, results/117.processed,
15476: results/118.processed, results/119.processed,
15477: results/120.processed: xml: tests 109 dom create/show 110 xpath
15478: selectSingle 111 xdoc.create from tainted & 112
15479: xdoc.create/output with russian attr value 113 xpath
15480: selectString/Number 114 dom attributes.count 115 xpath selectBool
15481: 116 output media-type change 117 transform by dom stylesheet 118
15482: empty transform result 119 dom setAttribute 120 nbsp letter
15483: output
15484:
15485: =END OF PREPARED XML TESTS=
15486:
15487: 2003-03-07 paf
15488:
15489: * src/classes/xdoc.C, src/include/pa_charset.h,
15490: src/include/pa_stylesheet_connection.h, tests/108.html,
15491: tests/108.xsl, tests/results/108.processed: xml: test 108
15492: transform with params [bugs fixed]
15493:
15494: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15495: from copy/paste bug
15496:
15497: * src/classes/xdoc.C, src/include/pa_charset.h,
15498: src/include/pa_request.h, src/main/execute.C,
15499: src/main/pa_charset.C, src/main/pa_exception.C,
15500: src/main/pa_globals.C, src/main/pa_request.C,
15501: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15502: src/types/pa_vxnode.C, tests/107.html,
15503: tests/results/107.processed: xml: test: 107 bug fixes
15504:
15505: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15506: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15507: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15508:
15509: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15510: string
15511:
15512: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15513: mem alloc functions used for different cases [libxml, libxsl]
15514:
15515: * src/classes/classes.C: fixed: prevent system classes from
15516: modification to lock ALL the classes, not only directly used
15517:
15518: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15519: linked
15520:
15521: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15522:
15523: 2003-03-06 paf
15524:
15525: * src/classes/xdoc.C: xdoc.C 50%
15526:
15527: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15528: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15529: main/pa_globals.C, main/pa_request.C,
15530: main/pa_stylesheet_manager.C: xnode.C compiled
15531:
15532: * src/: include/pa_stylesheet_connection.h,
15533: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15534: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15535:
15536: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15537: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15538: xml: stylesheet&manager STARTED
15539:
15540: * src/: include/pa_globals.h, main/pa_charset.C,
15541: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15542:
15543: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15544: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15545: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15546: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15547: charsets
15548:
15549: * tests/023.html: in some cases it rounded up badly. postponing
15550: solution of that problem, making more simple test
15551:
15552: * tests/: 058_paf2000.png, results/058.processed: .png added with
15553: -kb now
15554:
15555: * src/: include/pa_charset.h, include/pa_charsets.h,
15556: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15557: moved to charsets.C
15558:
15559: 2003-03-05 paf
15560:
15561: * src/classes/string.C, src/include/pa_string.h,
15562: src/main/pa_string.C, tests/105.html,
15563: tests/results/105.processed: String::match bug fixed
15564:
15565: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15566: tests/results/104.processed: ^bpt operator added [does int3 in
15567: debug build on win32]
15568:
15569: * tests/: 057.html, results/057.processed: test bug fixed
15570:
1.116 moko 15571: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15572:
15573: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15574: missing
15575:
1.116 moko 15576: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15577: forgotten files added to Makes
1.95 moko 15578:
15579: * ltmain.sh: ltmain.sh added
15580:
15581: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15582: change undone ;(
15583:
15584: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15585: made static
15586:
15587: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15588: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15589: todo:make linker happy
1.95 moko 15590:
15591: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15592: env param made optional
15593:
15594: 2003-03-04 paf
15595:
15596: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15597: types/pa_vimage.h: number of gcc compiler bugs fixed
15598:
15599: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15600: results/103.processed: tests: 103 image.copy transparence test
15601:
15602: * src/main/execute.C, tests/101.html, tests/102.html,
15603: tests/results/101.processed, tests/results/102.processed: tests:
15604: 101 method/variable name conflict test 102 form fields change
15605: should not not change anything [bug fix]
15606:
15607: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15608: results/099.processed, results/100.processed: tests: 57 date
15609: create 2002: added 99,100 response:body/download
15610:
15611: * src/classes/image.C, tests/098.html, tests/098font.gif,
15612: tests/results/098.processed: test: 98 image font text [bug fixed]
15613:
15614: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15615: tests/results/097.processed: test: 97 file::load http:// [bugs
15616: fixed]
15617:
15618: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15619: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15620: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15621: image EXIF [bug fixed]
15622:
15623: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15624: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15625: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15626: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15627: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15628: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15629: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15630: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15631: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15632: tests/094.html, tests/095.html, tests/results/061.processed,
15633: tests/results/062.processed, tests/results/063.processed,
15634: tests/results/064.processed, tests/results/065.processed,
15635: tests/results/066.processed, tests/results/067.processed,
15636: tests/results/068.processed, tests/results/069.processed,
15637: tests/results/070.processed, tests/results/071.processed,
15638: tests/results/072.processed, tests/results/073.processed,
15639: tests/results/074.processed, tests/results/075.processed,
15640: tests/results/076.processed, tests/results/077.processed,
15641: tests/results/078.processed, tests/results/080.processed,
15642: tests/results/081.processed, tests/results/082.processed,
15643: tests/results/083.processed, tests/results/084.processed,
15644: tests/results/085.processed, tests/results/086.processed,
15645: tests/results/087.processed, tests/results/088.processed,
15646: tests/results/089.processed, tests/results/090.processed,
15647: tests/results/091.processed, tests/results/092.processed,
15648: tests/results/093.processed, tests/results/094.processed,
15649: tests/results/095.processed, tests/079.html,
15650: tests/results/079.processed: tests: 61 file::stat size 62
15651: string->int autoconvert 63 double .int,dec,div,mul 64 date
15652: compare 65 file: basename,justname,justext 66 math:crypt 67
15653: string.match simple on long 68 string.match normalized simple on
15654: long 69 string.int 70 file::stat content-type 71 table.join 72
15655: hash parameter conditional pass 73 date daylightsaving,yearday 74
15656: date arithmetics 75 response date values/attributes 76 string.pos
15657: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15658: with local 80 scientific numeric literal in string autoconvert 81
15659: xor: logical and numerical 82 for delims 83 menu delims 84
15660: table.hash distinct 85 long string replace 86 throw+catch
15661: current language preserve 87 bit shifts 88 junction tests +
15662: $caller test 89 hash.foreach selfmodification 90 int/void to int
15663: 91 $caller test 92 junction is + def junction tests 93 $caller
15664: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15665:
15666: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15667: fixed] 60 string eq string [bug fixed]
15668:
15669: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15670: 058.html, 058_paf2000.png, 059.html, 060.html,
15671: results/053.processed, results/054.processed,
15672: results/055.processed, results/056.processed,
15673: results/057.processed, results/058.processed,
15674: results/059.processed, results/060.processed: test: 53
15675: string.replace 54 junctions 55 table.hash 56 call indirect 57
15676: date.create[string] 58 image.measure[png]
15677:
15678: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15679: outputs/051.processed, results/052.processed: test: 52
15680: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15681: task: fix that
15682:
15683: 2003-03-03 paf
15684:
15685: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15686: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15687: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15688: outputs/049.processed, outputs/050.processed,
15689: outputs/051.processed, results/001.processed,
15690: results/002.processed, results/003.processed,
15691: results/005.processed, results/006.processed,
15692: results/008.processed, results/009.processed,
15693: results/011.processed, results/012.processed,
15694: results/013.processed, results/014.processed,
15695: results/015.processed, results/016.processed,
15696: results/017.processed, results/020.processed,
15697: results/021.processed, results/022.processed,
15698: results/024.processed, results/025.processed,
15699: results/026.processed, results/027.processed,
15700: results/028.processed, results/029.processed,
15701: results/030.processed, results/031.processed,
15702: results/049.processed, results/050.processed,
15703: results/051.processed, results/043.processed,
15704: results/044.processed, results/045.processed,
15705: results/046.processed, results/047.processed,
15706: results/048.processed: tests: 43,44,45 date rolls 46
15707: autoevaluating junction 47 table.select 48 name with subvar 49
15708: hash-creating switch 50 process 51 started parent/child, works as
15709: it were but it were NOT GOOD, created separate task to fix that
15710:
15711: * tests/: 042.html, results/042.processed: test: 42
15712: exception.handled
15713:
15714: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15715: expression
15716:
15717: * tests/: 040.html, results/040.processed: test: 39 method result
15718: of type table 40 method param junction auto evaluate
15719:
15720: * tests/: 039.html, results/039.processed: test: 37 method result
15721: of type table
15722:
15723: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15724: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15725: tests/038.html, tests/results/033.processed,
15726: tests/results/034.processed, tests/results/035.processed,
15727: tests/results/036.processed, tests/results/037.processed,
15728: tests/results/038.processed: tests: 33 string.replace 34
15729: string.upper 35 table created 36 local/global vars with juntions
15730: 37 table clone 38 math PI & number formatting
15731:
15732: math class registring typo fixed
15733:
15734: * src/classes/op.C, src/include/pa_request.h,
15735: src/include/pa_string.h, src/main/execute.C,
15736: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15737: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15738: tests/032.html, tests/results/032.processed: uchar changed to
15739: String_UL in all places [was not everywhere] untaint test: 032
15740:
15741: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15742: tests/results/004.processed, tests/parser-cygwin.sh,
15743: tests/parser-unix.sh: removed -H command line key, now testing
15744: using .sh file with SERVER_SOFTWARE=xxx
15745:
15746: 2003-02-26 paf
15747:
15748: * src/main/execute.C, src/types/pa_vstateless_class.h,
15749: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15750: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15751: tests/results/024.processed, tests/results/025.processed,
15752: tests/results/026.processed, tests/results/027.processed,
15753: tests/results/028.processed, tests/results/029.processed,
15754: tests/results/030.processed, tests/results/031.processed: fixed
15755: bug with name_cstr mutable CharPtr more tests
15756:
15757: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15758: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15759: << abort. die now just exits
15760:
15761: * src/classes/classes.awk, src/classes/classes.h,
15762: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15763: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15764: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15765: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15766: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15767: src/classes/xnode.C, src/include/pa_memory.h,
15768: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15769: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15770: src/types/pa_vform.C, tests/015.html, tests/016.html,
15771: tests/017.html, tests/018.html, tests/019.html,
15772: tests/019paf2001.gif, tests/020.html, tests/021.html,
15773: tests/022.html, tests/023.html, tests/022_dir/a.html,
15774: tests/022_dir/b.txt, tests/022_dir/c.htm,
15775: tests/results/015.processed, tests/results/016.processed,
15776: tests/results/017.processed, tests/results/018.processed,
15777: tests/results/019.processed, tests/results/020.processed,
15778: tests/results/021.processed, tests/results/022.processed,
15779: tests/results/023.processed: methoded_array now contains all Mxxx
15780: classes SAPI::get_env now returns info on pool more tests
15781:
15782: * src/include/pa_array.h, src/include/pa_hash.h,
15783: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15784: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15785: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15786: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15787: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15788: tests/results/001.processed, tests/results/002.processed,
15789: tests/results/003.processed, tests/results/004.processed,
15790: tests/results/005.processed, tests/results/006.processed,
15791: tests/results/007.processed, tests/results/008.processed,
15792: tests/results/009.processed, tests/results/010.processed,
15793: tests/results/011.processed, tests/results/012.processed,
15794: tests/results/013.processed, tests/results/014.processed: hash
15795: cloning fixed
15796:
15797: 2003-02-25 paf
15798:
15799: * src/main/pa_common.C: typo fixed
15800:
15801: 2003-02-24 paf
15802:
15803: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15804: [one remained]
15805:
15806: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15807: [should have been get_string(&pool)] todo: check other such calls
15808:
15809: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15810: test10, bad lookups
15811:
15812: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15813: object got destructed, and xxx points to sky
15814:
15815: * ChangeLog, src/classes/string.C: match bug fixed
15816:
15817: * src/types/pa_vmail.C: body [text/html] transcoded to
15818: $.charset[specified] now
15819:
15820: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15821: which failed to handle sigsetjmp+throw: crashed inside of
15822: pre-throw code. rewritten simplier [though duplicating
15823: closesocket code]
15824:
15825: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15826: which failed to handle sigsetjmp+throw: crashed inside of
15827: pre-throw code. rewritten simplier [though duplicating
15828: closesocket code]
15829:
15830: 2003-02-21 paf
15831:
15832: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15833: $cookie:name[$.expires[date << can be now]]
15834:
15835: written makefile with regression tests [raw]
15836:
15837: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15838: tests' only [it's not forcing CGI mode now] now use -H to output
15839: CGI header when parser used in command line [useful for tests
15840: also]
15841:
15842: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15843: switches on CGI mode, and is used in regression tests
15844:
15845: * src/: include/pa_request.h, main/pa_request.C,
15846: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15847: fixed
15848:
15849: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15850: handling pa_*
15851:
15852: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15853: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15854: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15855: memory handling files
15856:
15857: * src/main/pa_array.C: pool::format_integer terminator fixed
15858:
15859: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15860: compiles OK test to show benefits of free
15861:
15862: * src/: classes/file.C, classes/image.C, classes/mail.C,
15863: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15864: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15865: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15866: use pool [as the one in ^process]
15867:
15868: * src/classes/op.C: fixed process. sould now check for all cstr's
15869: -- some must use pool [as the one in ^process]
15870:
15871: 2003-02-20 paf
15872:
15873: * src/: classes/date.C, classes/double.C, classes/file.C,
15874: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15875: classes/math.C, classes/op.C, classes/response.C,
15876: classes/string.C, classes/table.C, classes/void.C,
15877: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15878: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15879: string cmp fixed
15880:
15881: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15882: values passed OK now
15883:
15884: 2003-02-19 paf
15885:
15886: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15887: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15888: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15889: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15890: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15891: all remaning leaks resulted from pooled::malloc calls [excluding
15892: in gd -- planning complete rewrite extremely ugly code]
15893:
15894: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15895: files
15896:
15897: 2003-02-17 paf
15898:
15899: * src/: classes/date.C, classes/double.C, classes/file.C,
15900: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15901: classes/response.C, classes/string.C, classes/table.C,
15902: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15903: include/pa_stylesheet_connection.h,
15904: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15905: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15906: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15907: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15908: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15909: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15910: of unitialized simple-typed field
15911:
15912: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15913: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15914: simple-typed field fixed. todo: find&kill all like that one
15915:
15916: * src/: main/execute.C, targets/cgi/pa_pool.C,
15917: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15918: debug output fixed
15919:
15920: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15921: main/pa_request.C: stack-stored items need extra .ref to prevent
15922: object_ptr from delete[them]
15923:
15924: * src/: classes/date.C, classes/op.C, classes/table.C,
15925: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15926: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15927: main/pa_charset.C, main/pa_common.C,
15928: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15929: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15930: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15931: calls
15932:
15933: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15934: couple mem leaks rusulted from old pooled::malloc usage.
15935: todo:find more like those
15936:
15937: * src/main/: compile.C, compile_tools.C: 2*2!
15938:
15939: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15940: stackItem fixed [there were no string on stack before]
15941:
15942: * src/: main/execute.C, main/pa_request.C,
15943: types/pa_vmethod_frame.C: first letters out OK
15944:
15945: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15946: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15947: main/pa_string.C, main/untaint.C, types/pa_value.h,
15948: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15949: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15950: type not initialized with zeros :( while class fields of class
15951: types initialized with default constructors. learn C++
15952:
15953: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15954: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15955: classes/math.C, classes/xdoc.C, classes/xnode.C,
15956: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15957: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15958:
15959: 2003-02-14 paf
15960:
15961: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15962: 13 link errors
15963:
15964: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15965: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15966: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15967: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15968: errors :)
15969:
15970: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15971: classes/hash.C, classes/mail.C, classes/op.C,
15972: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15973: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15974: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15975: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15976:
15977: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15978: classes/table.C, include/pa_common.h, include/pa_globals.h,
15979: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15980: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15981: types/pa_vint.h, types/types.dsp: op compiled
15982:
15983: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15984: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15985: main/untaint.C, types/pa_vtable.h: string, response compiled
15986:
15987: 2003-02-07 paf
15988:
15989: * src/: classes/table.C, types/pa_vtable.h: table compiled
15990:
15991: 2003-02-06 paf
15992:
15993: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15994: mail compiled
15995:
15996: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15997: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15998: types/pa_vfile.h, types/pa_vimage.h: image compiled
15999:
16000: * src/classes/: file.C, form.C: form compiled
16001:
16002: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16003: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16004: types/pa_vfile.C, types/pa_vfile.h: file compiled
16005:
16006: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16007: types/pa_vmath.h: math compiled [win32]
16008:
16009: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16010: types/pa_vstring.h: hash compiled
16011:
16012: 2003-02-04 paf
16013:
16014: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16015: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16016: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16017: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16018: types/pa_vhash.h: hash 50% compiled
16019:
16020: * src/: classes/date.C, classes/file.C, classes/hash.C,
16021: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16022: classes/string.C, classes/table.C, classes/xdoc.C,
16023: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16024: main/pa_string.C: date compiled
16025:
16026: * src/classes/: classes.dsp, double.C: double compiled
16027:
16028: * src/: classes/date.C, classes/double.C, classes/file.C,
16029: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16030: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16031: classes/string.C, classes/table.C, classes/void.C,
16032: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16033: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16034: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16035: compiled
16036:
16037: * src/: classes/date.C, classes/double.C, classes/file.C,
16038: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16039: classes/math.C, classes/op.C, classes/response.C,
16040: classes/string.C, classes/table.C, classes/void.C,
16041: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16042: types/pa_vvoid.h: void compiled :)
16043:
16044: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16045: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16046: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16047: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16048: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16049: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16050: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16051: types/pa_vresponse.C, types/pa_vstateless_class.C,
16052: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16053: types/pa_wcontext.C, types/types.dsp: removed stupid
16054: value_includes.h
16055:
16056: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16057: trying to remove stupid value_includes.h
16058:
16059: * src/main/pa_exec.C: pa_exec compiled on win32
16060:
16061: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16062:
16063: * src/: include/pa_globals.h, include/pa_request.h,
16064: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16065: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16066: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16067: types/pa_vrequest.C, types/pa_vstateless_class.C,
16068: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16069:
16070: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16071: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16072: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16073:
16074: * src/: include/pa_array.h, include/pa_config_includes.h,
16075: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16076: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16077: compiled
16078:
16079: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16080: name conflicts)
16081:
16082: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16083: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16084: yelds "virtual memory exhausted" while trying to compile
16085: execute.C [eating up to 127MB]
16086:
16087: 2003-02-03 paf
16088:
16089: * src/: include/pa_config_includes.h, include/pa_hash.h,
16090: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16091: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16092: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16093: types/pa_vint.h, types/pa_vjunction.h,
16094: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16095: started gcc compiling pa_common compiled
16096:
16097: * src/: include/pa_exception.h, include/pa_pool.h,
16098: main/pa_exception.C: exception gcc change #1
16099:
1.116 moko 16100: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16101: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16102:
16103: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16104:
16105: * src/types/pa_vtable.C: vtable compiled
16106:
16107: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16108:
16109: * src/: include/pa_cache_managers.h, main/pa_request.C,
16110: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16111:
16112: * src/types/pa_vstateless_class.C: vstateless_class compiled
16113:
16114: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16115:
16116: * src/types/pa_vrequest.C: vrequest compiled
16117:
16118: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16119: pa_vobject.C, pa_vobject.h: vobject compiled
16120:
16121: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16122: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16123: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16124: compiled
16125:
16126: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16127:
16128: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16129: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16130: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16131: compiled
16132:
16133: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16134: main.lib - 0 error(s), 0 warning(s)
16135:
16136: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16137: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16138:
16139: 2003-01-31 paf
16140:
16141: * src/: include/pa_array.h, include/pa_operation.h,
16142: include/pa_request.h, main/execute.C, main/main.dsp,
16143: types/pa_vjunction.h: started last file from main library:
16144: execute
16145:
16146: * src/: include/pa_request.h, include/pa_sapi.h,
16147: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16148: main/pa_request.C, targets/cgi/parser3.C,
16149: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16150: types/pa_vhash.h: pa_request compiled
16151:
16152: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16153: include/pa_globals.h, include/pa_request.h,
16154: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16155: main/execute.C, main/main.dsp, main/pa_common.C,
16156: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16157: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16158: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16159: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16160: types/types.dsp: most pa_request compiled
16161:
16162: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16163: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16164: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16165: classes/op.C, classes/response.C, classes/string.C,
16166: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16167: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16168: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16169: include/pa_config_fixed.h, include/pa_config_includes.h,
16170: include/pa_dictionary.h, include/pa_dir.h,
16171: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16172: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16173: include/pa_pool.h, include/pa_request.h,
16174: include/pa_request_charsets.h, include/pa_request_info.h,
16175: include/pa_sapi.h, include/pa_socks.h,
16176: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16177: include/pa_stack.h, include/pa_string.h,
16178: include/pa_stylesheet_connection.h,
16179: include/pa_stylesheet_manager.h, include/pa_table.h,
16180: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16181: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16182: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16183: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16184: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16185: main/compile.C, main/compile.tab.C, main/compile.y,
16186: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16187: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16188: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16189: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16190: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16191: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16192: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16193: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16194: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16195: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16196: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16197: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16198: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16199: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16200: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16201: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16202: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16203: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16204: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16205: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16206: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16207: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16208: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16209: types/pa_vresponse.h, types/pa_vstateless_class.C,
16210: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16211: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16212: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16213: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16214: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16215: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16216:
16217: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16218: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16219: src/include/pa_charsets.h, src/include/pa_common.h,
16220: src/include/pa_dictionary.h, src/include/pa_exception.h,
16221: src/include/pa_exec.h, src/include/pa_pool.h,
16222: src/include/pa_request.h, src/include/pa_sapi.h,
16223: src/include/pa_sql_connection.h,
16224: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16225: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16226: src/main/compile.tab.C, src/main/compile_tools.C,
16227: src/main/compile_tools.h, src/main/main.dsp,
16228: src/main/pa_charset.C, src/main/pa_charsets.C,
16229: src/main/pa_common.C, src/main/pa_dictionary.C,
16230: src/main/pa_exception.C, src/main/pa_exec.C,
16231: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16232: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16233: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16234: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16235: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16236: src/types/pa_vdouble.h, src/types/pa_venv.h,
16237: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16238: src/types/pa_vhash.h, src/types/pa_vimage.C,
16239: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16240: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16241: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16242: src/types/pa_vobject.C, src/types/pa_vobject.h,
16243: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16244: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16245: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16246: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16247: src/types/pa_vstring.h, src/types/pa_vtable.h,
16248: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16249: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16250: died, long live StringPtr
16251:
16252: 2003-01-30 paf
16253:
16254: * src/: include/pa_charset.h, include/pa_request.h,
16255: include/pa_sql_driver_manager.h, main/compile.tab.C,
16256: main/compile.y, main/compile_tools.h, main/pa_request.C,
16257: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16258:
16259: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16260: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16261: types/pa_vhash.h, types/pa_vmethod_frame.h,
16262: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16263: types/types.dsp: vstateless_class compiled
16264:
16265: * src/main/compile.C: compile compiled
16266:
16267: * src/: include/pa_array.h, include/pa_operation.h,
16268: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16269: main/pa_table.C: compile_tools compiled
16270:
16271: * src/: include/pa_operation.h, main/compile.y,
16272: main/compile_tools.C, main/compile_tools.h: started
16273: compile_tools. vagues ideas of how to free compiled code
16274:
16275: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16276: main/main.dsp, types/pa_value.C, types/pa_value.h,
16277: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16278: compiled
16279:
16280: 2003-01-29 paf
16281:
16282: * src/: include/pa_globals.h, include/pa_request.h,
16283: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16284: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16285: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16286: compiled
16287:
16288: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16289: now
16290:
16291: * src/: include/pa_array.h, include/pa_exception.h,
16292: include/pa_pool.h, main/pa_exception.C: gd compiled
16293:
16294: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16295: compiled
16296:
16297: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16298: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16299: types/pa_vfile.h: vfile compiled
16300:
16301: * src/: include/pa_common.h, include/pa_globals.h,
16302: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16303: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16304: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16305:
16306: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16307: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16308: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16309: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16310: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16311:
16312: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16313: main/main.dsp, main/untaint.C: more compiled
16314:
16315: * src/: include/pa_charsets.h, include/pa_request.h,
16316: include/pa_request_info.h, include/pa_string.h,
16317: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16318: types/pa_vresponse.h: vrequest compiled
16319:
16320: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16321: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16322: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16323:
16324: * src/: classes/classes.h, include/pa_charset.h,
16325: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16326: include/pa_request.h, include/pa_string.h, main/main.dsp,
16327: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16328: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16329: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16330: types/pa_vrequest.C, types/pa_vrequest.h,
16331: types/pa_vstateless_class.h, types/pa_vstring.h,
16332: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16333:
16334: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16335: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16336: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16337: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16338: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16339: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16340: types/pa_vobject.h, types/pa_vstateless_class.h,
16341: types/pa_vstateless_object.h, types/pa_vstatus.h,
16342: types/pa_vstring.h, types/types.dsp: vmath compiled
16343:
16344: 2003-01-28 paf
16345:
16346: * src/: classes/classes.h, classes/date.C, classes/file.C,
16347: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16348: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16349: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16350: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16351: compile_tools
16352:
16353: * src/: include/pa_charset.h, include/pa_exception.h,
16354: include/pa_request.h, include/pa_string.h, main/untaint.C:
16355: untaint compiled
16356:
16357: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16358: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16359: more compiled. struck with string::store_to needing to know
16360: source/client charsets
16361:
16362: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16363: types/pa_vfile.h: uue compiled
16364:
16365: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16366: table compiled
16367:
16368: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16369: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16370:
16371: * src/: include/pa_charset.h, main/pa_charset.C,
16372: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16373: introduced]
16374:
16375: * src/: classes/date.C, include/pa_charset.h,
16376: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16377: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16378: pa_charsets compiled
16379:
16380: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16381: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16382:
16383: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16384: common compiled
16385:
16386: * src/: include/pa_charsets.h, main/pa_charsets.C,
16387: main/pa_sql_driver_manager.C: pa_charsets compiled
16388:
16389: * src/: include/pa_array.h, include/pa_charset.h,
16390: include/pa_charsets.h, include/pa_pool.h,
16391: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16392: include/pa_stack.h, include/pa_string.h,
16393: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16394: sql_driver_manager compiled
16395:
16396: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16397: letter i with two dots added to koi, all ukranian letters added
16398: to win1251.
16399:
16400: typographic simbol 0xb9 deleted from win1251 [strange one & were
16401: abscent from koi]
16402:
16403: 2003-01-27 paf
16404:
16405: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16406: include/pa_sql_driver_manager.h, include/pa_string.h,
16407: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16408: sql/pa_sql_driver.h: paused on sql_manager
16409:
16410: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16411: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16412: include/pa_stack.h, main/pa_sql_driver_manager.C,
16413: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16414:
16415: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16417: include/pa_table.h, main/pa_sql_driver_manager.C,
16418: main/pa_table.C: table compiled
16419:
16420: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16421: cache_managers compiled
16422:
16423: * src/: include/pa_array.h, include/pa_charset.h,
16424: include/pa_pool.h, main/pa_charset.C: charset compiled
16425:
16426: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16427:
16428: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16429: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16430: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16431: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16432: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16433:
16434: 2003-01-24 paf
16435:
16436: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16437: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16438: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16439: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16440: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16441: types/pa_vint.h, types/pa_vjunction.h,
16442: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16443: types/pa_vstatus.h, types/pa_vstring.h: more patched
16444:
16445: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16446: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16447: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16448: main/pa_string.C, main/pa_table.C: string compiled
16449:
16450: * src/: include/pa_array.h, include/pa_common.h,
16451: include/pa_dictionary.h, include/pa_exception.h,
16452: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16453: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16454: main/pa_string.C: dictionary compiled
16455:
16456: 2003-01-23 paf
16457:
16458: * src/: include/pa_array.h, include/pa_common.h,
16459: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16460: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16461: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16462: types/pa_value.h: resurrected pool in new sense: now it's
16463: factory, producing&accounting memory chunks for read[autofree]
16464: buffers
16465:
16466: * src/: include/pa_array.h, include/pa_exception.h,
16467: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16468: main/pa_exception.C, main/pa_table.C: table compiled
16469:
16470: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16471: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16472: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16473: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16474: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16475: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16476: main/pa_table.C: aint that easy
16477:
16478: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16479: main/main.dsp: continued with Hash
16480:
16481: * src/main/pa_common.C: connect_string allocated on heap[wes on
16482: stack] now. and exception can be reported OK now [can be reported
16483: outside of pro c with that stack]
16484:
16485: 2003-01-22 paf
16486:
16487: * src/: include/pa_array.h, include/pa_charset.h,
16488: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16489: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16490: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16491: base: contains references_count. auto_ptr template calls
16492: add_ref/release
16493:
16494: 2003-01-21 paf
16495:
16496: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16497: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16498: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16499: classes/op.C, classes/response.C, classes/string.C,
16500: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16501: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16502: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16503: include/pa_config_fixed.h, include/pa_config_includes.h,
16504: include/pa_dictionary.h, include/pa_dir.h,
16505: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16506: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16507: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16508: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16509: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16510: include/pa_stack.h, include/pa_string.h,
16511: include/pa_stylesheet_connection.h,
16512: include/pa_stylesheet_manager.h, include/pa_table.h,
16513: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16514: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16515: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16516: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16517: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16518: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16519: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16520: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16521: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16522: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16523: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16524: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16525: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16526: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16527: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16528: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16529: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16530: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16531: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16532: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16533: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16534: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16535: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16536: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16537: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16538: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16539: types/pa_vstateless_object.h, types/pa_vstatus.C,
16540: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16541: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16542: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16543: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16544: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16545: 2002->2003
16546:
16547: 2003-01-16 paf
16548:
16549: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16550: src/main/pa_globals.C: http:// introducing $.any-status(1)
16551:
16552: * operators.txt, src/include/pa_config_fixed.h,
16553: src/main/pa_common.C: http request now return status. and not
16554: fail on status!=200
16555:
16556: 2003-01-15 paf
16557:
16558: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16559:
16560: 2003-01-14 paf
16561:
16562: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16563: mkinstalldirs: removed some ancient files [they in / really]
16564:
16565: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16566: regretfully needed patch in two places. in config_fixed.h made
16567: stubs for lib to compile in MSVC
16568:
16569: 2003-01-13 paf
16570:
16571: * config.guess, config.sub, ltmain.sh: removed last piece of
16572: configure.in(libtool) hacks
16573:
1.116 moko 16574: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16575: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16576: ltdl.h: moved to latest libtool (1.4.3)
16577:
16578: 2003-01-10 paf
16579:
16580: * src/lib/ltdl/: configure, configure.in: PROG_NM
16581:
16582: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16583: patches. libxml2 >= 2.5.1
16584: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16585: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16586: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16587:
16588: * INSTALL: moved to latest versions of xml libs libxml2 >=
16589: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16590: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16591: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16592:
16593: 2003-01-09 paf
16594:
16595: * INSTALL: xml,xslt,gdome lib urls updated
16596:
16597: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16598: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16599: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16600: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16601: 1.7.2
1.95 moko 16602:
16603: * depcomp: moving to automake 1.7.2
16604:
16605: 2002-12-27 paf
16606:
16607: * src/include/pa_version.h: 0007
16608:
16609: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16610: outdated parts, made links to language docs
16611:
16612: * src/include/pa_config_auto.h.in: comment
16613:
16614: 2002-12-26 paf
16615:
16616: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16617: not contain trailing / fixed.
16618:
16619: * INSTALL: changing SAFE_MODE politics
16620:
16621: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16622:
16623: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16624:
16625: 2002-12-25 paf
16626:
16627: * src/main/pa_globals.C: optimized-xml
16628:
16629: * src/main/pa_globals.C: optimized-as-is
16630:
16631: 2002-12-24 paf
16632:
16633: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16634: fixed [were really called with zero size when .html?a=&b=]
16635:
16636: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16637: with --with-sendmail
16638:
16639: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16640: fixed]
16641:
16642: 2002-12-23 paf
16643:
16644: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16645: ignoring parameters & were storing only string with default
16646: expires
16647:
16648: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16649: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16650: December 23, 2002 4:22 AM Subject: bug â
16651: Charset::transcode_buf2xchar
16652:
16653: 2002-12-20 paf
16654:
16655: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16656: non-cgi [script] runs
16657:
16658: 2002-12-19 paf
16659:
16660: * INSTALL: --without-iconv recommended [it crashes on some systems
16661: [tested on elik]] moreover, it's not needed there [parser
16662: registers charsets itself]
16663:
16664: * INSTALL: --without-iconv recommended [it crashes on some systems
16665: [tested on elik]]
16666:
16667: * operators.txt, src/include/pa_globals.h,
16668: src/include/pa_request.h, src/main/pa_globals.C,
16669: src/main/pa_request.C: $response:download
16670:
16671: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16672: compiler [win32]].
16673:
16674: 2002-12-18 paf
16675:
16676: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16677:
16678: 2002-12-17 paf
16679:
16680: * src/targets/cgi/parser3.C: merged die&iis changes
16681:
16682: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16683: to exit(1) 2. more flexible iilegal call check
16684:
16685: 2002-12-16 paf
16686:
16687: * ltmain.sh: some automakes silly insist on having this handy
16688:
16689: * src/main/untaint.C: filespec russian small 'r' changed to latin
16690: 'p' bug fix
16691:
16692: 2002-12-15 paf
16693:
16694: * src/main/untaint.C: filespec russian small 'r' changed to latin
16695: 'p'
16696:
16697: * configure.in, src/include/pa_config_auto.h.in,
16698: src/main/compile.C, src/main/pa_common.C: merged small changes
16699: from branch 6 to HEAD
16700:
16701: * src/main/compile.C: removed warning
16702:
16703: * src/main/pa_common.C: ftruncate having checked
16704:
16705: * configure.in, src/include/pa_version.h: new version
16706:
16707: 2002-12-14 paf
16708:
16709: * src/classes/table.C: removed unnecessary code
16710:
16711: * src/sql/pa_sql_driver.h: exception type fixed
16712:
16713: 2002-12-09 paf
16714:
16715: * src/types/pa_vvoid.h: $void.store[now] error
16716:
16717: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16718:
16719: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16720: tries to write core dump
16721:
16722: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16723:
16724: * src/: classes/hash.C, classes/string.C, classes/table.C,
16725: classes/void.C, main/pa_sql_driver_manager.C,
16726: sql/pa_sql_driver.h: changed exception handling mech in sql
16727: handlers #2
16728:
16729: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16730: exception handling mech in sql handlers
16731:
16732: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16733: handlers
16734:
16735: * src/: classes/hash.C, classes/string.C, classes/table.C,
16736: classes/void.C, main/pa_sql_driver_manager.C,
16737: sql/pa_sql_driver.h: changed exception handling mech in sql
16738: handlers
16739:
1.116 moko 16740: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16741: to write makefile which used libtool to install things, which is
16742: not needed
1.95 moko 16743:
16744: 2002-12-06 paf
16745:
16746: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16747: $hash.fields -- pseudo field to make 'hash' more like 'table'
16748:
16749: 2002-12-05 paf
16750:
16751: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16752: cc/bcc OK now
16753:
16754: * src/main/untaint.C: mail header closed properly
16755:
16756: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16757: header ',' allowed. still bugs in smtp [only one receiptient
16758: works, cc, bcc ignored now, and MAILED ;)]
16759:
16760: [strncpy killed, memnchr used]
16761:
16762: * src/main/pa_table.C: table-copy now current=0
16763:
16764: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16765: lowlevel proc
16766:
16767: * src/targets/cgi/parser3.C: more checks on
16768: http://domain/parser.cgi start [maybe some getenv returns "",
16769: checked that now
16770:
16771: * src/targets/cgi/parser3.C: more checks on
16772: http://domain/parser.cgi start [maybe some getenv returns "",
16773: checked that now
16774:
16775: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16776: out-of-mem errors reached log]
16777:
16778: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16779: mail:send MIME-Version default
16780:
16781: * src/main/main.dsp: pa_version included into main.dsp
16782:
16783: 2002-12-04 paf
16784:
16785: * src/types/pa_vform.C: $form:field string value cut by premature 0
16786:
16787: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16788: lib/libltdl -> lib/ltdl Win32 changes. s
16789:
16790: * src/classes/classes.awk: more strict *.C$
16791:
16792: * gnu.dsp: restored
16793:
1.116 moko 16794: * configure.in, gnu.dsp, src/lib/Makefile.am,
16795: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16796: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16797: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16798: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16799: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16800: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16801: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16802: now created with /configure, not ltdl/configure, so it does have
16803: no problems with automake. ltdl/configure
16804: AC_OUTPUT(Makefile<<removed)
1.95 moko 16805:
16806: 2002-12-02 paf
16807:
16808: * operators.txt: removed outdated status:db
16809:
16810: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16811: src/main/pa_common.C, src/main/pa_request.C,
16812: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16813: tainted parts becomes http-header
16814:
16815: 2002-11-29 paf
16816:
16817: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16818: dates now objects of type date
16819:
16820: * src/classes/image.C: file.seek removed [it were used in image.C
16821: only, and for parser user this means that jpeg image has bad
16822: size in fragment's header] now used image.format
16823:
16824: * src/: include/pa_common.h, main/pa_common.C,
16825: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16826: now handled exactly like $response:header values. e.g. can be
16827: hash [can have subattributes] & contain date values.
16828:
16829: * src/main/pa_common.C: http:// param values lang forced URI
16830:
16831: * src/main/pa_common.C: http:// tainted partes now %xx
16832:
16833: 2002-11-28 paf
16834:
16835: * operators.txt: http.timeout
16836:
16837: * src/classes/image.C: ^image.length now counts interchar space.
16838: plus space after last char
16839:
16840: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16841:
16842: * src/classes/image.C: ^image.font width measurer now scans full
16843: height [were -1]
16844:
16845: * configure.in: stopped double libltdl/Makefile generation
16846:
16847: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16848: chars [one top horizontal line of 1pixel height were missing]
16849:
16850: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16851: 'false' to go into (Hash *) parameter
16852:
16853: 2002-11-27 paf
16854:
16855: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16856: types/pa_vmail.C: response:body[file] if file nows it's name now
16857: returns content-disposition: >>attachment<<
16858:
16859: * src/classes/image.C: ^image.font << bad font file-size now
16860: properly reported
16861:
16862: 2002-11-26 paf
16863:
16864: * src/main/pa_request.C: fixed lang in reponse header
16865:
16866: * src/main/pa_common.C: utf8 prefix ignored @read text
16867:
16868: * operators.txt, src/main/pa_common.C: http:// response status!=200
16869: made exception: http.status with source=bad status#
16870:
16871: 2002-11-25 paf
16872:
16873: * configure.in, src/classes/image.C,
16874: src/include/pa_config_auto.h.in,
16875: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16876: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16877: const void related probs fixed
1.95 moko 16878:
16879: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16880:
16881: $file[^file::load[http://there]] $file.SERVER
16882:
16883: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16884: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16885: http options [invalid onces now reported] made default
16886: user-agent: paf
16887:
16888: * operators.txt, src/classes/file.C, src/classes/table.C,
16889: src/classes/xdoc.C, src/include/pa_common.h,
16890: src/include/pa_globals.h, src/main/pa_common.C,
16891: src/main/pa_globals.C, src/main/pa_request.C,
16892: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16893: now understand http:// prefix and additional params, sample:
16894: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16895: $.USER-AGENT[parser3] ]]
16896:
16897: 2002-11-22 paf
16898:
16899: * src/classes/image.C, src/include/pa_globals.h,
16900: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16901: src/types/pa_vimage.h, operators.txt: $image.exif support
16902: $image.exif.DateTime & co
16903:
16904: 2002-11-21 paf
16905:
16906: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16907: _PASS_APPENDED)
16908:
16909: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16910: EXIF information [were big block and it's size were considered
16911: negative :(]
16912:
16913: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16914: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16915: internals rewritten. no there's reader.seek, and all's ready for
16916: EXIF extraction [now we fail to measure files with EXIF info]
16917:
16918: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16919: O_TRUNC truncates even exclusevely write-locked file [thanks to
16920: Igor Milyakov <virtan@rotabanner.com> for discovering]
16921:
16922: 2002-11-20 paf
16923:
16924: * src/targets/cgi/parser3.C: logging @signal += query_string
16925:
16926: * configure.in, src/include/pa_config_auto.h.in,
16927: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16928: comment
16929:
16930: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16931:
16932: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16933: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16934: currently processed document SIGPIPE >> interrupts request
16935: processing [exception = DB rollback]
16936:
16937: * src/main/pa_exec.C: comment
16938:
16939: * src/main/pa_exec.C: pa_exec: data written only if size>0
16940:
16941: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16942: << disable HTTP-POST repassing
16943:
16944: * src/: include/pa_config_fixed.h, main/pa_common.C,
16945: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16946: pipe read errors now checked
16947:
16948: 2002-11-19 paf
16949:
16950: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16951: CGI: Illegal call
16952:
16953: 2002-11-01 paf
16954:
16955: * src/main/execute.C: comment
16956:
16957: 2002-10-31 paf
16958:
16959: * src/main/execute.C: found out why, checked that for now. todo:
16960: find out a way for that user could do that
16961:
16962: * src/types/pa_vstateless_object.h: object put replaces static
16963: parent if any
16964:
16965: * src/types/pa_vobject.C: object put replaces static parent if any
16966:
16967: * src/: classes/form.C, classes/mail.C, classes/op.C,
16968: classes/xnode.h, main/compile.tab.C, main/execute.C,
16969: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16970: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16971: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16972: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16973: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16974: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16975: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16976: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16977: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16978: types/pa_vstateless_object.h, types/pa_vstatus.C,
16979: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16980: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16981: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16982: types/pa_wwrapper.h: static fix merged
16983:
16984: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16985: $virtual_fields in dynamic, but one can reach derived
16986: static[class] variable from base
16987:
16988: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16989: types/pa_vobject.C, types/pa_vobject.h,
16990: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16991: statics, left $virtual_fields in dynamic
16992:
16993: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16994: one can't remember derivates in base class: there's so many of
16995: them. also there can be no virtual method calls in static
16996: classes
16997:
16998: * src/: classes/form.C, classes/mail.C, classes/op.C,
16999: classes/xnode.h, main/execute.C, main/pa_request.C,
17000: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17001: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17002: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17003: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17004: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17005: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17006: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17007: types/pa_vresponse.C, types/pa_vresponse.h,
17008: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17009: types/pa_vstateless_object.h, types/pa_vstatus.C,
17010: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17011: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17012: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17013: types/pa_wwrapper.h: static call $self fixed
17014:
17015: * src/main/execute.C: comment
17016:
17017: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17018: ^process[$caller.self]{...} now compiles to last derived object
17019: part of that 'self'
17020:
17021: 2002-10-29 paf
17022:
17023: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17024: re-passing [iis to blame]
17025:
17026: * src/classes/string.C: changed string.save to pass current sql
17027: connection to cstr thus one can ^connect[some server]{
17028: $s[insert into table x (x) values (^taint[sql]{value})]
17029: ^s.save[some.sql] } and he'd get in some.sql file code with
17030: properly escaped. [tried in mssql->mysql export->import of
17031: binary data]
17032:
17033: 2002-10-25 paf
17034:
17035: * src/types/pa_vresponse.C: case insensitive response user fields
17036: get/put
17037:
17038: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17039: types/pa_vresponse.C: saving for maybe-future
17040:
17041: 2002-10-23 paf
17042:
17043: * operators.txt, src/classes/table.C: ^table.hash{code}...
17044: ^table.hash(expr)...
17045:
17046: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17047:
17048: 2002-10-22 paf
17049:
17050: * src/types/: pa_vform.C, pa_vform.h: removed needless
17051: VForm::Append...(...Value)
17052:
17053: * src/main/execute.C: $.name outside of $name[...] checked
17054:
17055: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17056: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17057:
17058: 2002-10-21 paf
17059:
17060: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17061: $form:qtail $form:imap.x/y
17062:
17063: * operators.txt, src/types/pa_vform.C: $form:nameless =
17064: "?value&...", "...&value&...", "...&value"
17065:
17066: * operators.txt, src/types/pa_vform.C: $form:image-map
17067:
17068: * operators.txt, src/classes/file.C: /some/page.html:
17069: ^file:fullpath[a.gif] => /some/a.gif
17070:
17071: 2002-10-17 paf
17072:
17073: * src/main/: compile.tab.C, compile.y: operators precedence changed
17074: a little: logical not and bitwise negation precedence made
17075: highest, << and >> bitshits precedence made equal [were << higher
17076: than >>]
17077:
17078: * src/classes/op.C: exception handling fixed [were bad with
17079: contexts]
17080:
17081: 2002-10-16 paf
17082:
17083: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17084: main/pa_request.C: Request::self considered equal to
17085: VMethodFrame::self, and removed, Request::get_self() mapped to
17086: VMethodFrame.self()
17087:
17088: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17089: $hash in open field now gives old good error meesage
17090:
17091: 2002-10-15 paf
17092:
17093: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17094: use ^if($junction is junction){was and now true}
17095:
17096: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17097: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17098: types/pa_vxnode.C: xml->parser strings now have origin, which
17099: points to place where value left xml library and came to parser:
17100: place of dom field extraction/call
17101:
17102: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17103: main/compile.tab.C, main/compile.y, main/execute.C,
17104: types/pa_vmethod_frame.h: removed last pieces of old code
17105: allowing $junction.xxx at compile time
17106:
17107: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17108: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17109: objects also considered [were only classes]
17110:
17111: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17112: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17113: with CLASS self. [ (request&method_frame).self temporarily
17114: changed ]
17115:
17116: * src/classes/: hash.C, op.C: method_frame now always changed, with
17117: no exception to native calls. for&foreach changed to use
17118: method_frame.caller for their var's name context
17119:
17120: * src/: main/execute.C, targets/cgi/parser3.C,
17121: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17122: compiling to system classes disabled
17123:
17124: * operators.txt, src/classes/op.C:
17125: ^process[$caller.CLASS]{code-string} added
17126:
17127: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17128: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17129: src/types/Makefile.am, src/types/pa_vjunction.C,
17130: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17131: src/types/types.dsp: removed $junction.get $junction.set[]
17132: introducing $caller
17133:
17134: * src/types/pa_value.h: removed outdated comments. doxygen would
17135: find them lower by inheritance tree
17136:
17137: * src/types/pa_vjunction.C: ident
17138:
17139: 2002-10-14 paf
17140:
17141: * src/classes/op.C: process compiles to code's class class
17142:
17143: * src/: classes/form.C, classes/mail.C, classes/op.C,
17144: include/pa_request.h, main/compile.C, main/compile.tab.C,
17145: main/compile.y, main/execute.C, main/pa_request.C,
17146: types/pa_vstateless_class.h: operators now main-class-methods
17147:
17148: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17149: better stack trace [has "call" & co there]
17150:
17151: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17152: operators @auto now executed in MAIN context
17153:
17154: * src/main/execute.C: operator execution context now = MAIN, not
17155: closest stack frame
17156:
17157: @touchit[] $i[after]
17158:
17159: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17160: were 'after'
17161:
17162: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17163: 'after'
17164:
17165: * src/main/execute.C: comment
17166:
17167: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17168: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17169: action]
17170:
17171: * src/types/pa_vxnode.C: misreplace fixed
17172:
17173: * configure, configure.in, src/include/pa_config_auto.h.in,
17174: src/types/pa_vstatus.C, operators.txt:
17175: $status:rusage.tv_secs/usecs introduced
17176:
17177: 2002-10-09 paf
17178:
17179: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17180: on empty string [or uses (default)]
17181:
17182: 2002-10-08 paf
17183:
17184: * src/main/untaint.C: mail header quoted printable changed after
17185: RFC reread
17186:
17187: * operators.txt: plan on ^if(method
17188:
17189: * src/types/pa_vxnode.C: misreplace
17190:
17191: 2002-09-24 paf
17192:
1.116 moko 17193: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17194:
17195: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17196: mailreceive would compile on freebsd now
17197:
17198: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17199: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17200: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17201: mailreceive would compile on freebsd now
1.95 moko 17202:
17203: * src/: classes/file.C, main/untaint.C: 1. file spec language
17204: changed: now there are only few chars are untainted: * ? ' " < >
17205: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17206: one should use ^untaint[uri]{...} now]
17207:
17208: 2. $list[^file:list[dir]] now returns simply tainted names in
17209: $list.name, not tainted as filespec
17210:
17211: @russianindex[] #dir with files with russian-lang names
17212: $where[dir]
17213:
17214: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17215: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17216:
17217: 2002-09-23 paf
17218:
17219: * src/types/pa_vdouble.h: double->int round added
17220:
17221: * src/classes/date.C: date bug fix, now
17222: round(floatDays*secondsPerDay)
17223:
17224: * src/classes/date.C: date bug fix, now
17225: round(floatDays*secondsPerDay)
17226:
17227: 2002-09-20 paf
17228:
17229: * src/main/execute.C: code junction calls disabled [before: code
17230: was compiled in such a way, that there were no code-junctions in
17231: OP_CALL]
17232:
17233: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17234:
17235: @badjunctioncallinside[code] ^code[]
17236:
17237: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17238: expanding to include ^junction.method
17239:
17240: * src/main/pa_common.C: -d "DIR/" now true
17241:
17242: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17243: as internal xdoc encoding, and after decoding attributes set by
17244: dom functions now encoded OK, not as digital entities
17245:
17246: * src/classes/xdoc.C: empty transform result, being taken as file
17247: now returns empty file, not raises stupid error about "stat-ed
17248: file"
17249:
17250: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17251: allowed
17252:
17253: * src/types/types.dsp: introducing $junction.get/put(1) one can
17254: write iterators now:
17255:
17256: ^user-foreach[key;value]{$key=$value<br>}
17257:
17258: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17259: $code.value($i*2) $code }
17260:
17261: * src/main/compile_tools.h: mistype
17262:
1.116 moko 17263: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17264: thus taking linking options configure changes into account [were:
17265: ignoring]
1.95 moko 17266:
17267: * src/types/: pa_vjunction.C, Makefile.am: introducing
17268: $junction.get/put(1) one can write iterators now:
17269:
17270: ^user-foreach[key;value]{$key=$value<br>}
17271:
17272: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17273: $code.value($i*2) $code }
17274:
17275: * src/: include/pa_opcode.h, include/pa_request.h,
17276: main/compile.tab.C, main/compile.y, main/execute.C,
17277: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17278: introducing $junction.get/put(1) one can write iterators now:
17279:
17280: ^user-foreach[key;value]{$key=$value<br>}
17281:
17282: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17283: $code.value($i*2) $code }
17284:
17285: 2002-09-19 paf
17286:
1.116 moko 17287: * Makefile.am: new: make commit
1.95 moko 17288:
17289: * aclocal.m4: forced to be older
17290:
17291: 2002-09-18 paf
17292:
17293: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17294: src/main/compile.y, src/main/execute.C: << >> int shifts
17295:
17296: * src/: include/pa_common.h, include/pa_request.h,
17297: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17298: - now this - fatal error
17299:
17300: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17301: that one can pass binary data there
17302:
17303: * src/: classes/date.C, classes/double.C, classes/file.C,
17304: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17305: classes/op.C, classes/response.C, classes/string.C,
17306: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17307: include/pa_request.h: pa_request contexts made privated, plus
17308: get_{self/method_frame} to read. Request_context_saver used in
17309: ^try to save flang too. [were not saved]
17310:
17311: * src/types/pa_vresponse.C: header value chains joined before
17312: output, this should help $.subject[$var $var] from being
17313: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17314:
17315: 2002-09-17 paf
17316:
17317: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17318: removed changes, operators executed with calling self. lots of
17319: code with ^include code relies on defined/defining self variables
17320:
17321: $a[1] ^include[print_a.p] print_a.p: $a
17322:
17323: ^include[set_a.p] a=$a set_a.p: $a[1]
17324:
17325: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17326: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17327: types/pa_vstateless_class.h: operators now executed with MAIN
17328: self. it's for ^include sake, too strong a change
17329:
17330: * src/classes/op.C: made place for ^process to compile it's code to
17331: in case of no self
17332:
17333: * src/main/execute.C: found ancient param to Junction, removed.
17334: allowed passing self to native_code_operators [for ^process to
17335: work, she needs self]
17336:
17337: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17338: types/pa_vstateless_class.h: found ancient param to Junction,
17339: removed. allowed passing self to native_code_operators [for
17340: ^process to work, she needs self]
17341:
17342: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17343: types/pa_value.h, types/pa_vmethod_frame.h,
17344: types/pa_vstateless_class.h: allowed Request.self to be 0,
17345: checked that in VMethodFrame get/put and $self.
17346:
17347: * src/classes/: table.C, xdoc.C: table::sql options table::create
17348: copy options options checked, wrong option now fatal error
17349:
17350: * src/main/pa_string.C: string.replace fixed [were missing words on
17351: pieces boundaries]
17352:
1.150 moko 17353: * configure, configure.in: .so now detected [can be .sl on hpux,
17354: .dll on cygwin, .so in other cases)
1.95 moko 17355:
17356: * configure, configure.in: .so now detected [can be .sl on hpux,
17357: .dll on cygwin, .so in other cases)
17358:
17359: * operators.txt, src/classes/hash.C, src/classes/table.C,
17360: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17361: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17362: record taken [were last]
17363:
17364: * src/: classes/hash.C, classes/table.C,
17365: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17366: now errors
17367:
17368: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17369:
17370: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17371: ,2,3]
17372:
17373: 2002-09-16 paf
17374:
17375: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17376: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17377: stdout to be binary. now detected closest header break.
17378:
17379: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17380: closed right
17381:
17382: 2002-09-13 paf
17383:
17384: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17385: src/main/compile_tools.h: (expression #comment)
17386:
17387: (multiline expression #comment line2 #comment )
17388:
17389: (expression #comment with (brackets) comment) << OK
17390:
17391: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17392: bitwise !|| numerical xor now [preparing for expression
17393: #comments]
17394:
17395: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17396: error
17397:
17398: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17399: cheched in pa_socks.C
17400:
1.116 moko 17401: * configure, configure.in, src/include/pa_config_auto.h.in:
17402: HAVE_WINSOCK_H created in configure.in
1.95 moko 17403:
17404: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17405: cookie date now clean [were mistakenly tainted & that worked bad
17406: with opera -- 'happily' that worked OK with msie]
17407:
17408: 2002-09-12 paf
17409:
17410: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17411: VClass get_element now first looks to fields, next to methods &
17412: co todo: the rest reason: more speed
17413:
17414: * src/main/untaint.C: quoted printable encoding stops before
17415: \s*<...>$
17416:
17417: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17418: stops before <...>$
17419:
17420: 2002-09-11 paf
17421:
17422: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17423: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17424: forgot to check users of those funcs. not all were using that
17425: return value convention
17426:
17427: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17428: windows-1254 added
17429:
17430: 2002-09-10 paf
17431:
17432: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17433: VCodeFrame parent param were specified badly
17434:
17435: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17436: WWrapper which used in constructing objects(second param to sql
17437: method) ^...sql{}[$.default{code}] now has parent, wich helps
17438: code in hash to survivi
17439:
17440: * src/: include/pa_request.h, main/execute.C: removed redundant
17441: param to execute [stack said 'thanks']
17442:
17443: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17444: types/pa_value.h, types/pa_vcode_frame.h,
17445: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17446: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17447: responsibility to wcontext
17448:
17449: * src/classes/file.C: decided not to log exec's with stderr, that
17450: could be warnings, and it's up to scritper to log/show them
17451:
17452: * src/: classes/double.C, main/execute.C: double:sql badly called
17453: write_assign_lang, not write_no_lang, thus doing unnecessary
17454: double/string converstion, which were loosing time&precesion
17455:
17456: * src/: main/pa_charset.C, types/pa_vmail.C:
17457: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17458: case of unfinished in buffer processing, causing accidental
17459: transcode stop [in case that source enc != utf-8 & there is
17460: incomplete utf-8 sequence at the end of 16000block iside of
17461: libxml lib] tfm readed & code updated
17462:
17463: 2002-09-04 paf
17464:
17465: * configure: makes with sjlj
17466:
17467: * INSTALL, src/include/pa_config_fixed.h,
17468: src/include/pa_sql_connection.h,
17469: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17470: checked. on win32 it made default
17471:
17472: * src/include/pa_config_auto.h.in: sjlj define
17473:
17474: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17475: can not work with longjump/throw pair, and one must switch that
17476: on there. todo: detect that automatically]
17477:
17478: * src/types/pa_vxnode.C: removed too strong checks of
17479: xnode.elements. now, for instance, if element does not have any
17480: attributes, $xnode.attributes is void, not error
17481:
17482: 2002-09-02 paf
17483:
17484: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17485: removed double_result, didn't help
17486:
17487: * src/main/execute.C: double_result made to move that var away from
17488: hungry g++ optimizer (-O2), before: it were optimized and
17489: comparison operators worked badly
17490:
17491: * src/types/pa_vdate.h: removed debug
17492:
1.116 moko 17493: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17494:
17495: * src/main/execute.C: fixed numeric < & co so that thay now use
17496: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17497: unknown reason.
17498:
17499: 2002-08-29 paf
17500:
17501: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17502: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17503: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17504: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17505: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17506: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17507: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17508: [called less frequent, allowed to remove ugly
17509: Junction.change_context-s from many places, switch,
17510: mail:send..html{}, ..] request.root renamed to method_frame [more
17511: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17512: [speed up]
17513:
17514: 2002-08-28 paf
17515:
17516: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17517: tainted
17518:
17519: * src/types/pa_vcookie.C: fixed cookie delete when
17520: $cookie:name[$.value[]]
17521:
17522: * operators.txt, src/classes/string.C:
17523: ^string.split[delim[;options]]
17524:
17525: 2002-08-27 paf
17526:
1.116 moko 17527: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17528:
17529: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17530: delimiter
17531:
17532: * INSTALL: recommended latest gmime 1.0.5
17533:
17534: 2002-08-26 paf
17535:
17536: * configure, configure.in: apache13/hook added to make dist.
17537:
17538: 2002-08-23 paf
17539:
17540: * src/: include/pa_common.h, main/pa_common.C,
17541: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17542: beside binary [cgi, isapi] not accessible [due to bad rights or
17543: whatever] it's error now
17544:
17545: 2002-08-21 paf
17546:
1.116 moko 17547: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17548:
17549: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17550: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17551: class". compiled as if here they named base class
17552:
17553: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17554: cloning constructor]
17555:
17556: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17557:
1.150 moko 17558: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17559: $mail.received.file.value.content-type fixed
17560:
17561: 2002-08-20 paf
17562:
17563: * src/classes/file.C: fixed language of file:file result
17564:
17565: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17566: from 3.0.0005
17567:
17568: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17569:
17570: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17571: 3.0.0005
17572:
17573: * src/classes/void.C, operators.txt: ^void.length[] = 0
17574:
17575: 2002-08-19 paf
17576:
17577: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17578: work now
17579:
17580: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17581: error in xnode, which were not catched in xdoc]
17582:
17583: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17584: prepared: // validate each document after load/create (?)
17585: //xmlDoValidityCheckingDefaultValue = 1;
17586:
17587: 2002-08-15 paf
17588:
17589: * src/classes/classes.h: write to static var caused useless
17590: Exception, introduced Methoded::put_element wich consumes those
17591:
17592: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17593: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17594: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17595: $response:field[date] $response:field[$.xxx[date]]
17596:
17597: * src/: classes/hash.C, classes/string.C, classes/table.C,
17598: classes/void.C, include/pa_sql_connection.h: fixed source of
17599: ^hash::sql{bad}
17600:
17601: * operators.txt: $request:body unprecessed POST request body
17602:
17603: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17604:
17605: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17606: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17607:
17608: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17609: src/include/pa_request.h, src/main/pa_pool.C,
17610: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17611: $request:body r.post_data now const
17612:
17613: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17614: classes/xnode.C, main/execute.C, types/pa_value.h,
17615: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17616: types/pa_vtable.h: instead of type() checking everywhere used
17617: Value.as now user descendants can be used in params.
17618:
17619: VObject::as_*, is_defined now taken from bases. xtable(table)
17620: ^if($xtable) now OK
17621:
17622: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17623: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17624: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17625:
17626: 2002-08-14 paf
17627:
17628: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17629: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17630: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17631: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17632: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17633: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17634: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17635: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17636: types/pa_vresponse.C, types/pa_vresponse.h,
17637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17639: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17640: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17641: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17642: & VClass
17643:
17644: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17645:
17646: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17647: removed fixopt stupidity. on stupid linux use cd /document/root
17648: ../cgi/parser3 script
17649:
17650: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17651: params, splitting them by space, excluding argv[0], argv[argc-1]
17652:
17653: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17654: fixopt.h: fixopt now preprocesses command line params, splitting
17655: them by space, excluding argv[0], argv[argc-1]
17656:
17657: * src/targets/cgi/parser3.C: -f config file
17658:
17659: * src/targets/cgi/parser3.C: fixed .log file dir
17660:
17661: 2002-08-13 paf
17662:
17663: * src/types/pa_vobject.C: allow override parent variables, useful
17664: for form descendants [in vobject too, were in vclass]
17665:
17666: * src/types/pa_vclass.C: allow override parent variables, useful
17667: for form descendants
17668:
17669: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17670: overwritten in derived(table)
17671:
17672: * src/: classes/form.C, classes/mail.C, classes/op.C,
17673: classes/xnode.h, include/pa_request.h, main/execute.C,
17674: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17675: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17676: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17677: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17678: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17679: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17680: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17681: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17682: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17683: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17684: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17685: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17686: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17687: Value::get_element(..., bool looking_down) [needed to exclude
17688: endless recoursion]
17689:
17690: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17691: fix bug with put endless recoursion todo: check 'as'
17692:
17693: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17694: reorganized modules todo: fix bug with put endless recoursion
17695: todo: check 'as'
17696:
17697: * src/types/pa_vobject.h: checked: table fields can be overwritten
17698: in derived(table)
17699:
17700: * src/types/pa_vobject.h: derived classes can have fields of their
17701: own now
17702:
17703: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17704: fixed error message on using non-created table
17705:
17706: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17707: classes/op.C, classes/xnode.h, include/pa_request.h,
17708: main/compile.C, main/compile.tab.C, main/execute.C,
17709: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17710: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17711: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17712: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17713: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17714: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17715: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17716: types/pa_vresponse.C, types/pa_vresponse.h,
17717: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17718: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17719: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17720: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17721: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17722: looking down/up tree todo: fix error message on non-constructed
17723: parents
17724:
17725: 2002-08-12 paf
17726:
17727: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17728: derived OK
17729:
17730: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17731: thorough testing
17732:
17733: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17734: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17735: types/pa_vobject.h, types/pa_vstateless_class.h,
17736: types/pa_vstateless_object.h, types/pa_wcontext.h,
17737: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17738: ^base:create[] dynamic call rewritten todo: thorough testing
17739:
17740: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17741: now instantates base class, remembers it and saves child in
17742: parent VObject.get_class now returns last child = downward
17743: virtual calls OK
17744:
17745: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17746: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17747: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17748: types/pa_vobject.h, types/pa_vresponse.h,
17749: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17750: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17751: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17752: VAliased [redundant], moved $CLASS to VObject only [parser class
17753: instance]
17754:
17755: * src/main/pa_request.C: $response:body[file] content-type check
17756: fixed [were bad when content-type is hash]
17757:
17758: 2002-08-09 paf
17759:
17760: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17761: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17762:
17763: 2002-08-08 paf
17764:
17765: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17766: src/main/pa_globals.C: year column in month calendar [week year]
17767:
17768: * src/main/execute.C: error reporting on object writes to MAIN
17769: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17770:
17771: * operators.txt, src/types/pa_vdate.h: $date.yearday
17772: $date.daylightsaving
17773:
17774: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17775: use tainted data now. only she must specify the language.
17776:
17777: ^mail:send[ $.from[paf@mail.design.ru]
17778: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17779: $.text[^taint[uri][ìîñêâà]=] ]
17780:
17781: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17782: now prints more precise origin
17783:
17784: * src/include/pa_string.h: String::first_char now not fails on
17785: empty strings ^if(-f '') now ok and in 3 other places.
17786:
17787: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17788: String::first_char now not fails on empty strings ^if(-f '') now
17789: ok and in 3 other places.
17790:
17791: 2002-08-07 paf
17792:
17793: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17794: fixed
17795:
17796: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17797:
17798: * src/: main/execute.C, types/pa_vcode_frame.h,
17799: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17800: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17801: mistakenly not completely transparent to object writes.
17802: $hash[^if(1){$hash}] now works
17803:
17804: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17805: now erasing cache file [there were bad check on that]
17806:
17807: * src/: classes/classes.dsp, classes/table.C,
17808: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17809: all Debug dirs in .dsp now named 'Debug'
17810:
1.116 moko 17811: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17812:
17813: * operators.txt, src/classes/mail.C: exception_type email.send
17814:
17815: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17816:
17817: * src/types/pa_vmail.C: mail:send empty email checked
17818:
17819: 2002-08-06 paf
17820:
17821: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17822: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17823: ^table::create[$source;$.options] ^table::join[$source;$.options]
17824:
17825: * operators.txt, src/classes/hash.C, src/classes/string.C,
17826: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17827: # $.default() }
17828:
17829: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17830:
17831: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17832: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17833: $file.content-type [instead of .mime-type] now works for
17834: file::stat also
17835:
17836: * src/main/pa_request.C: case insensitive mime_type_of
17837:
17838: 2002-08-05 paf
17839:
17840: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17841:
17842: * src/types/pa_vmail.C: file buffer relocated to parser heap
17843:
17844: * operators.txt: comment on date:calendar week column
17845:
17846: * src/main/pa_common.C: write checked
17847:
17848: * src/main/: pa_common.C: write checked
17849:
17850: * src/classes/date.C: +1 buf size for stupid snprintfs
17851:
17852: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17853: month calendar week column [ISO 8601 Week Numbers]
17854:
17855: 2002-08-02 paf
17856:
17857: * src/: include/pa_config_fixed.h, main/pa_string.C,
17858: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17859: DEBUG*
17860:
17861: * configure, configure.in, src/include/pa_version.h: release
17862: 3_0_0005
17863:
17864: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17865: multipart post fixed
17866:
17867: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17868: response transcoded source->client only when text/* or simple
17869: onoverridden $response:body
17870:
17871: 2002-08-01 paf
17872:
17873: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17874: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17875: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17876: classes/op.C, classes/response.C, classes/string.C,
17877: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17878: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17879: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17880: include/pa_config_fixed.h, include/pa_dictionary.h,
17881: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17882: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17883: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17884: include/pa_socks.h, include/pa_sql_connection.h,
17885: include/pa_sql_driver_manager.h, include/pa_stack.h,
17886: include/pa_string.h, include/pa_stylesheet_connection.h,
17887: include/pa_stylesheet_manager.h, include/pa_table.h,
17888: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17889: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17890: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17891: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17892: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17893: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17894: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17895: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17896: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17897: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17898: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17899: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17900: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17901: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17902: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17903: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17904: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17905: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17906: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17907: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17908: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17909: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17910: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17911: types/pa_vmethod_frame.h, types/pa_vobject.h,
17912: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17913: types/pa_vresponse.h, types/pa_vstateless_class.C,
17914: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17915: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17916: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17917: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17918: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17919: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17920:
17921: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17922: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17923: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17924: classes/math.C, classes/op.C, classes/response.C,
17925: classes/string.C, classes/table.C, classes/void.C,
17926: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17927: include/pa_array.h, include/pa_cache_managers.h,
17928: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17929: include/pa_config_fixed.h, include/pa_config_includes.h,
17930: include/pa_dictionary.h, include/pa_dir.h,
17931: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17932: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17933: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17934: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17935: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17936: include/pa_stack.h, include/pa_string.h,
17937: include/pa_stylesheet_connection.h,
17938: include/pa_stylesheet_manager.h, include/pa_table.h,
17939: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17940: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17941: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17942: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17943: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17944: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17945: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17946: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17947: main/pa_sql_driver_manager.C, main/pa_string.C,
17948: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17949: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17950: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17951: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17952: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17953: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17954: targets/isapi/pool_storage.h, types/pa_valiased.C,
17955: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17956: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17957: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17958: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17959: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17960: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17961: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17962: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17963: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17964: types/pa_vresponse.C, types/pa_vresponse.h,
17965: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17966: types/pa_vstateless_object.h, types/pa_vstatus.C,
17967: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17968: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17969: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17970: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17971: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17972: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17973: types/Makefile.am: ident.C* removed
17974:
17975: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17976: file:find[/can/do/this/now.txt]
17977:
17978: * src/targets/cgi/parser3.C: usage to stdout now
17979:
17980: 2002-07-31 paf
17981:
17982: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17983:
17984: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17985: default "postmaster"
17986:
17987: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17988: -f postmaster now default sendmail key word "postmaster"
17989: replaced to $.from
17990:
17991: 2002-07-30 paf
17992:
1.116 moko 17993: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17994: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17995:
17996: * src/main/pa_charset.C: comment
17997:
17998: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17999: table, &#decimal;
18000:
18001: * src/main/pa_request.C: comment
18002:
18003: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18004: paragraf]
18005:
18006: 2002-07-11 paf
18007:
18008: * src/main/pa_exec.C: build command line badly added params twice
18009: [and first time without ' ']. double wrong. fixed.
18010:
18011: * src/main/pa_exec.C: invalid .exe caused error message with params
18012: wich parser did not provide = reported badly. fixed that.
18013:
18014: * src/classes/mail.C: $MAIL[ # xxx ]
18015:
18016: now ok
18017:
18018: * operators.txt: plan: sql detailed exception
18019:
18020: 2002-07-01 paf
18021:
18022: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18023: [MForm.configure_admin were called when request.main_class ==0
18024:
18025: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18026:
18027: * src/classes/form.C: content_length type fix
18028:
18029: 2002-06-30 paf
18030:
18031: * src/classes/mail.C: merged from 4
18032:
18033: * src/classes/mail.C: restored $MAIL
18034:
18035: 2002-06-28 paf
18036:
18037: * configure, configure.in: removed paths.h
18038:
1.116 moko 18039: * configure, src/include/pa_version.h,
1.95 moko 18040: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18041: merged, makes updated
18042:
18043: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18044: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18045: src/include/pa_pool.h, src/include/pa_version.h,
18046: src/main/pa_charset.C, src/main/pa_pool.C,
18047: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18048: src/types/pa_vmail.C: merged latest updates to head
18049:
18050: 2002-06-27 paf
18051:
18052: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18053: not error now
18054:
18055: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18056: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18057: src/main/pa_charset.C, src/main/pa_pool.C:
18058: ^xdoc::create[[uri]]... base uri for document being created,
18059: imports and other relative file names would be relative to this
18060: uri default uri=path_translated
18061:
18062: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18063:
18064: 2002-06-26 paf
18065:
18066: * configure, configure.in, src/include/pa_version.h:
18067: release_3_0_0004
18068:
18069: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18070: 0 now
18071:
18072: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18073:
18074: 2002-06-25 paf
18075:
18076: * src/main/pa_string.C: emtpy string, or string of whitespaces
18077: considered bad number now
18078:
18079: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18080: now
18081:
18082: * operators.txt, src/classes/string.C: ^string.normalize [old
18083: name: optimize
18084:
18085: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18086: library configured
18087:
18088: * src/main/pa_request.C: configure_admin forced if no @conf
18089:
1.150 moko 18090: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18091: ^math:crypt updated to generate random salt when needed and to
18092: call system crypt() if not $apr1$ prefix
1.95 moko 18093:
18094: 2002-06-24 paf
18095:
18096: * INSTALL: --with-static/shared-mailreceive described
18097:
18098: * src/include/pa_config_fixed.h: ssize_t fixed
18099:
1.116 moko 18100: * configure, configure.in, src/include/pa_config_auto.h.in,
18101: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18102: src/types/pa_vmail.C: $mail:received makes update
18103:
18104: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18105: WITH_MAILRECEIVE
18106:
18107: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18108:
18109: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18110: option, for $mail:receive
18111:
18112: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18113: introducting $message:received ^mail:send rewritten with backward
18114: comp
18115:
18116: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18117: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18118: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18119: now
18120:
18121: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18122: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18123: src/include/pa_request.h, src/include/pa_string.h,
18124: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18125: src/main/pa_globals.C, src/main/pa_request.C,
18126: src/main/pa_string.C, src/main/pa_uue.C,
18127: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18128: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18129: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18130: uue to separate file introducting $message:received ^mail:send
18131: rewritten with backward comp
18132:
18133: 2002-06-21 paf
18134:
1.116 moko 18135: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18136: co changes
1.95 moko 18137:
1.116 moko 18138: * configure, configure.in, src/lib/md5/Makefile.am,
18139: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18140: restructure .in and .am files appropriate changes
1.95 moko 18141:
18142: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18143: pcre to libs/ added libs/md5 which is linked to non-apache
18144: targets ^math:crypt[password;$apr1$salt]
18145:
18146: * INSTALL, configure.in, operators.txt, parser3.dsw,
18147: src/Makefile.am, src/classes/Makefile.am,
18148: src/classes/classes.dsp, src/classes/math.C,
18149: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18150: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18151: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18152: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18153: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18154: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18155: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18156: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18157: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18158: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18159: src/lib/pcre/pcre_parser_ctype.dsp,
18160: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18161: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18162: src/main/compile.tab.C, src/main/main.dsp,
18163: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18164: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18165: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18166: to libs/ added libs/md5 which is linked to non-apache targets
18167: ^math:crypt[password;$apr1$salt]
18168:
18169: 2002-06-20 paf
18170:
1.150 moko 18171: * INSTALL, configure, configure.in, operators.txt,
18172: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18173: src/include/pa_globals.h, src/include/pa_request.h,
18174: src/main/execute.C, src/main/pa_request.C,
18175: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18176: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18177: file:justname&co & @auto/conf[filespec
1.95 moko 18178:
18179: * operators.txt, src/classes/file.C:
18180: !^file:dirname[/a/some.tar.gz]=/a
18181: !^file:dirname[/a/b/]=/a
18182: !^file:basename[/a/some.tar.gz]=some.tar.gz
18183: !^file:justname[/a/some.tar.gz]=some.tar
18184: !^file:justext[/a/some.tar.gz]=gz
18185:
18186: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18187: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18188: @conf/auto[filespec]
18189:
1.116 moko 18190: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18191:
1.150 moko 18192: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18193: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18194: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18195:
18196: 2002-06-18 paf
18197:
18198: * configure, configure.in, src/include/pa_version.h: version to
18199: configure.in
18200:
18201: * INSTALL: reflected .conf.dist dir change
18202:
1.150 moko 18203: * Makefile.am, configure, configure.in,
1.116 moko 18204: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18205: .in & *.am updated
18206:
18207: * src/classes/file.C: strncasecmp
18208:
18209: * src/classes/file.C: strcasecmp
18210:
1.150 moko 18211: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18212:
18213: * src/classes/file.C: ^file::exec[script;$.bad error case
18214: insensitive check now
18215:
18216: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18217:
18218: * configure, configure.in, src/include/pa_pool.h,
18219: src/include/pa_types.h: pack configure.in detection simplified.
18220: figured out that gcc on sparc not that stupid as thought
18221: previously: on sparc: when it sees packed class it modifies it's
18222: field-access-code to byte operations [stb, ldub] instead of 4byte
18223: operations [st, lduh] so packed must be all parts of packed
18224: class, i.e. it's parents&fields(classes). for now it's only
18225: String that packed and what was wrong is that it's parent -
18226: Pooled, were not packed. fixed that.
18227:
18228: 2002-06-14 paf
18229:
18230: * operators.txt: more precise xml-to-text options
18231:
18232: * operators.txt, src/types/pa_vxnode.C: xnode
18233: attribute_node.name/value xnode pi.node.data
18234:
18235: 2002-06-12 paf
18236:
1.116 moko 18237: * configure, configure.in, src/targets/cgi/Makefile.am,
18238: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18239:
18240: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18241: src/include/pa_globals.h, src/include/pa_request.h,
18242: src/main/compile.tab.C, src/main/pa_globals.C,
18243: src/main/pa_request.C, src/targets/cgi/parser3.C,
18244: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18245:
18246: * src/classes/mail.C: sendmail -ti [default now]
18247:
18248: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18249: to be strings. for convinient #ing
18250:
18251: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18252: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18253:
18254: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18255: main/pa_globals.C, main/pa_request.C: @conf
18256:
18257: 2002-06-11 paf
18258:
18259: * src/classes/file.C: check simplified
18260:
18261: * src/: classes/file.C, targets/cgi/parser3.dsp,
18262: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18263: valid prefix
18264:
18265: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18266: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18267: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18268:
18269: 2002-06-10 paf
18270:
18271: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18272: src/main/pa_common.C: lock failures reported now
18273:
18274: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18275: string->double @ compile time were not-enough-checking...
18276:
18277: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18278: autoconvert now ignored
18279:
18280: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18281: check
18282:
18283: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18284: $response:body content-type:name
18285:
18286: * configure, configure.in: hpux check, nsl link, no socket
18287:
18288: * operators.txt: old merge conflict removed
18289:
18290: * configure, configure.in: pack even address access on sparc&co
18291: arch checked in configure
18292:
18293: * configure, src/include/pa_version.h: makes
18294:
18295: * configure, configure.in, src/include/pa_version.h: makes
18296:
18297: * src/main/untaint.C: (bug#2) mail subject got always prepended
18298: with charset even when all letters were 7bit one
18299:
18300: * src/main/pa_common.C: merged fixed -d (bug)
18301:
18302: * src/main/pa_common.C: fixed -d (bug)
18303:
18304: 2002-06-03 paf
18305:
18306: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18307: src/classes/classes.dsp, src/main/compile.tab.C,
18308: src/main/main.dsp, src/main/pa_globals.C,
18309: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18310: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18311: .dsp-s along with reorganized cvs modules dirs structure
18312:
18313: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18314: main/pa_globals.C, targets/cgi/parser3.dsp,
18315: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18316: modules
18317:
18318: 2002-05-28 paf
18319:
18320: * src/targets/cgi/parser3.C: info.uri now ""
18321:
18322: 2002-05-17 paf
18323:
18324: * src/classes/: table.C: ^table.save << checked empty
18325: pre/match/post columns
18326:
18327: 2002-05-16 paf
18328:
18329: * src/classes/image.C: image::measure can png now
18330:
18331: 2002-05-15 paf
18332:
18333: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18334: added
18335:
18336: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18337:
18338: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18339: %H[:%M[:%S]]]]]] [-%m now
18340:
18341: 2002-05-14 paf
18342:
18343: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18344:
18345: 2002-05-07 paf
18346:
18347: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18348: src/include/pa_globals.h, src/include/pa_request.h,
18349: src/include/pa_table.h, src/main/compile.tab.C,
18350: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18351: src/main/pa_request.C, src/main/pa_table.C,
18352: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18353: src/targets/isapi/parser3isapi.dsp,
18354: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18355: name2number field now &. main_method_name now on Request pool
18356: rather on global_pool [Junction+VJunction created on same pool as
18357: name = were created on global pool, causing mem leaks]
18358:
18359: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18360: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18361: main/compile.y, main/main.dsp, main/pa_globals.C,
18362: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18363: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18364: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18365: field now &. main_method_name now on Request pool rather on
18366: global_pool [Junction+VJunction created on same pool as name =
18367: were created on global pool, causing mem leaks]
18368:
18369: 2002-05-06 paf
18370:
18371: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18372: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18373: 100*40 bytes per request memory leak [nonpool malloc in globals]
18374:
18375: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18376: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18377: 100*40 bytes per request memory leak [nonpool malloc in globals]
18378:
18379: 2002-04-30 paf
18380:
18381: * configure, src/include/pa_version.h: version now not b
18382:
18383: * src/targets/cgi/parser3.C: request.uri now never 0
18384:
18385: 2002-04-29 paf
18386:
18387: * configure.in: removed b
18388:
18389: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18390: Exception::comment/type checked in (), no there's no empty
18391: type/comment by default
18392:
18393: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18394: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18395: src/doc/value.dox, src/include/pa_exception.h,
18396: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18397: 0001
18398:
18399: 2002-04-26 paf
18400:
18401: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18402: size reduced
18403:
18404: 2002-04-25 paf
18405:
18406: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18407: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18408: now that took into account
18409:
18410: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18411: 01:03:04]
18412:
18413: * ChangeLog, operators.txt, src/classes/date.C:
18414: ^date::create[2002-12-33 01:03:04]
18415:
18416: * ChangeLog: updated changelog
18417:
18418: * src/classes/table.C: removed restriction on column count to
18419: ^table.hash to work, now must be >0 [were >1]
18420:
18421: 2002-04-24 paf
18422:
18423: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18424: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18425: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18426: targets
18427:
18428: 2002-04-23 paf
18429:
18430: * operators.txt, src/classes/string.C:
18431: int/double/string:sql{}[$.default{code}] fixed [were barking:
18432: "junction used outside of context"]
18433:
18434: 2002-04-22 paf
18435:
18436: * types.txt, src/classes/string.C, src/include/pa_string.h,
18437: src/main/pa_string.C, src/types/pa_vstring.C,
18438: src/types/pa_vstring.h: ^string.optimize[]
18439:
18440: * src/: include/pa_globals.h, include/pa_table.h,
18441: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18442: table template
18443:
18444: * src/classes/: string.C: optimize removed from string
18445: .left/right/pos
18446:
18447: * src/main/execute.C: rolled back to
18448: before_killing_userjunction_contexts
18449:
18450: * src/main/execute.C: user junctions context killed
18451:
18452: * src/main/execute.C: junctions to local contexts got
18453: cleanized&checked later
18454:
18455: 2002-04-19 paf
18456:
18457: * src/: classes/string.C, include/pa_request.h,
18458: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18459: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18460: prior to .left .right .mid .pos .match when that is profitable,
18461: and always before .replace when $ORIGINS(1) optimization disabled
18462: economy from not wasting mem on lots of strings which occur by
18463: lots of String:mid calls to get parts of source string between
18464: found_occurances
18465:
18466: * src/classes/file.C: ovector now local economy: 16 bytes per
18467: ^file:list
18468:
18469: * src/: include/pa_globals.h, include/pa_table.h,
18470: main/pa_globals.C, main/pa_string.C: String::match table columns
18471: globalized, not created @ each ^match anymore economy:
18472: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18473:
18474: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18475: removed from each String::match replace iteration, and made
18476: stacked sizeof(VTable)=12bytes economy on each replace code
18477:
18478: * src/doc/footer.htm: 2001,
18479:
18480: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18481: string.match[]['] option enables generation of $match.prematch
18482: .match .postmatch columns
18483:
18484: * src/main/pa_string.C: String::match options analized without
18485: cstr-ing them now
18486:
18487: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18488: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18489: config updated to doxygen 1.2.15, created helper which fixes
18490: minor bugs in chm project files & htm tree. changed extension to
18491: .htm
18492:
18493: 2002-04-18 paf
18494:
18495: * src/doc/doxygen.cfg: .chi generation disabled
18496:
18497: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18498: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18499: fields&methods
18500:
18501: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18502: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18503: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18504: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18505: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18506: types/pa_vresponse.h, types/pa_vstateless_class.h,
18507: types/pa_vstateless_object.h, types/pa_vstatus.h,
18508: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18509: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18510: VStateless_class to VObject
18511:
18512: * src/: main/pa_request.C, types/pa_valiased.h,
18513: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18514: types/pa_vstring.h: VStateless_string_object speicalized light
18515: version of VStateless_object
18516:
18517: * src/classes/op.C: ^throw comment param made optional
18518:
18519: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18520: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18521: and implemented down in VClass, fclass_alias removed,
18522:
18523: * src/types/pa_value.C: forced to cut that from .h because of
18524: VStateless_class usage [undefined in .h]
18525:
18526: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18527: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18528: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18529: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18530: on each CALL]
18531:
18532: * src/: classes/classes.h, classes/date.C, classes/double.C,
18533: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18534: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18535: classes/response.C, classes/string.C, classes/table.C,
18536: classes/void.C, classes/xnode.C, include/pa_globals.h,
18537: include/pa_request.h, main/execute.C, main/pa_globals.C,
18538: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18539: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18540: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18541: types/pa_vstateless_class.h, types/pa_wcontext.C,
18542: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18543: removed Value::fname
18544:
18545: 2002-04-17 paf
18546:
18547: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18548: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18549: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18550: include/pa_pool.h, include/pa_types.h: dox updated to current
18551: state, PTHROW freshen to throw & co
18552:
18553: * src/types/pa_vhash.h: vstring wrong parent fixed
18554:
18555: * src/classes/op.C: taint local result var bug fixed
18556:
18557: 2002-04-16 paf
18558:
18559: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18560: Attic asm.txt as most interesting
18561:
18562: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18563: check, preventing content-length: 0 from appearing
18564:
18565: * src/main/execute.C: $result in @main now taken into account as in
18566: usual functions
18567:
18568: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18569: & @unhandled_exception now taken into account as in usual
18570: functions
18571:
18572: * src/doc/postbuild.txt: instructions on post .html build
18573:
18574: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18575:
18576: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18577: tainted
18578:
18579: * src/main/pa_request.C: uri in error log
18580:
18581: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18582: cheched date:create(days) param for validity [later were assumed
18583: valid and crashed on invalid onces]
18584:
18585: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18586: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18587: and used that for removing VString wrapper
18588:
18589: * src/classes/op.C: exception2vhash file now tainted
18590:
18591: * src/classes/op.C: _process pseudo origin copied from local var to
18592: heap
18593:
18594: * src/classes/op.C: extra check on empty file in origin in _execute
18595:
18596: 2002-04-15 paf
18597:
18598: * src/: main/execute.C, types/pa_value.h: fixed name update
18599:
18600: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18601: functions
18602:
18603: * src/: classes/file.C, classes/hash.C, classes/op.C,
18604: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18605: started dual write_xxx_lang functions, if checked & works
18606:
18607: * src/: classes/date.C, classes/file.C, classes/mail.C,
18608: classes/string.C, classes/xnode.C, include/pa_request.h,
18609: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18610: unnecessary VString shells
18611:
18612: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18613: prev changes]
18614:
18615: * src/: classes/image.C, classes/op.C, classes/string.C,
18616: classes/table.C, include/pa_request.h, main/execute.C,
18617: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18618: StringOrValue wcontext result, now ready for dual writes
18619:
18620: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18621: checked that
18622:
18623: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18624: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18625: changed to OP_WRITE_VALUE in var get cases
18626:
18627: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18628: include/pa_request.h, main/compile.tab.C, main/compile.y,
18629: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18630: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18631: switch in hash constructor fixed [were problems with using of
18632: stacked wwrapper after it's death]
18633:
18634: 2002-04-12 paf
18635:
18636: * operators.txt, src/classes/table.C: table.select(expression) 0
18637:
18638: 2002-04-11 paf
18639:
18640: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18641: Request::process_internal codeFrame & wwrapper stacked [not
18642: wasting heap anymore]
18643:
18644: 2002-04-10 paf
18645:
18646: * src/: classes/double.C, classes/file.C, classes/hash.C,
18647: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18648: classes/string.C, classes/table.C, classes/void.C,
18649: classes/xdoc.C, include/pa_request.h, main/execute.C,
18650: main/pa_string.C: killed Request::process() wrapping
18651: VString(String) in case we need only String
18652:
18653: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18654: killed 8 bytes from String.head
18655:
18656: 2002-04-09 paf
18657:
18658: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18659: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18660: local*/char b[...]; a=b; situations
18661:
18662: * operators.txt, src/classes/xdoc.C: xslt params made literal
18663:
18664: * src/classes/xdoc.C: xslt params fixed
18665:
18666: * src/: main/pa_common.C, targets/cgi/parser3.C,
18667: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18668: not pool.malloc(MAX_NUMBER) but really neaded
18669:
18670: * operators.txt, src/classes/double.C, src/classes/int.C:
18671: int/double.int/double(default)
18672:
18673: 2002-04-04 paf
18674:
18675: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18676: [when reconstructing pieces were split by
18677: max_integral(piece.size), thus some strings to replace happen to
18678: be split into two = not replaced)
18679:
18680: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18681: standalone version = current dir
18682:
18683: * src/targets/cgi/parser3.C: document root in standalone version =
18684: current dir
18685:
18686: 2002-04-03 paf
18687:
18688: * configure, configure.in: more checks on nonexistent charset
18689:
1.116 moko 18690: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18691:
18692: 2002-04-02 paf
18693:
18694: * src/main/compile.C: parser.compile [exception name more like in
18695: doc]
18696:
18697: 2002-04-01 paf
18698:
18699: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18700: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18701: .content-type.charset, not .charset
18702:
18703: 2002-03-29 paf
18704:
18705: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18706:
18707: * operators.txt, src/classes/date.C: ^date::create now may not
18708: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18709: days' year. | 31.05->31.04 roll
18710:
18711: 2002-03-28 paf
18712:
18713: * operators.txt, src/classes/date.C, src/classes/op.C,
18714: src/include/pa_globals.h, src/include/pa_hash.h,
18715: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18716: ^cache(seconds) ^cache[date] }
18717:
18718: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18719: param
18720:
18721: 2002-03-27 paf
18722:
18723: * operators.txt, src/classes/date.C, src/classes/double.C,
18724: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18725: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18726: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18727: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18728: src/classes/xnode.C, src/include/pa_exception.h,
18729: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18730: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18731: src/main/pa_array.C, src/main/pa_charset.C,
18732: src/main/pa_charsets.C, src/main/pa_common.C,
18733: src/main/pa_dictionary.C, src/main/pa_exception.C,
18734: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18735: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18736: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18737: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18738: src/types/pa_value.h, src/types/pa_vcookie.C,
18739: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18740: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18741: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18742: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18743: src/types/pa_wwrapper.h: assigned exception types
18744:
18745: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18746: src/include/pa_request.h, src/main/execute.C,
18747: src/main/pa_request.C: decided agains resetting exception_trace,
18748: just changed name
18749:
18750: 2002-03-26 paf
18751:
18752: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18753: fixed
18754:
18755: * src/classes/op.C: forced language of $source field of exception
18756: to 'tainted', so that sql-langed-frags could be outputed outside
18757: of connect
18758:
18759: * operators.txt: removed date.roll limit of +-1 offset
18760:
18761: * src/classes/date.C: removed date.roll limit of +-1 offset
18762:
18763: * operators.txt, src/classes/date.C: fixed date roll on
18764: daylightsaving days mktime took into account tm_isdst flag, which
18765: remained from BEFORE roll, but should have been reset
18766:
18767: 2002-03-25 paf
18768:
18769: * operators.txt, src/targets/cgi/parser3.C:
18770: http_site_config_filespec
18771:
18772: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18773: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18774: with any/both --disable-foreign-group-files --disable-execs
18775:
18776: * INSTALL: "--with=sendmail=COMMAND" comment
18777:
18778: * INSTALL, configure, configure.in, src/classes/mail.C,
18779: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18780: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18781: disables execs also. introducing --sendmail
1.95 moko 18782:
18783: * operators.txt: pgsql options comment
18784:
18785: * INSTALL: comment on --disable-link-stdcpp
18786:
1.116 moko 18787: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18788: libstdc++ link skipping configure option
1.95 moko 18789:
18790: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18791: with error were put to cache with 'marked_to_rollback' flag, all
18792: consequent even OK requests rolled back
18793:
18794: 2002-03-22 paf
18795:
18796: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18797: false return
18798:
18799: * operators.txt: few comments on sets
18800:
18801: 2002-03-18 paf
18802:
18803: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18804: src/include/pa_globals.h, src/include/pa_request.h,
18805: src/include/pa_stack.h, src/main/pa_globals.C,
18806: src/main/pa_request.C: introducing ^try
18807:
18808: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18809: types/pa_vdouble.h: removed some tested @tests
18810:
18811: 2002-03-15 paf
18812:
18813: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18814:
18815: 2002-03-13 paf
18816:
18817: * src/main/pa_exception.C: checked not-pooled malloc
18818:
18819: 2002-03-11 paf
18820:
18821: * INSTALL, configure, configure.in,
18822: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18823:
18824: * src/main/pa_common.C: --disable-foreign-group-files
18825:
18826: * INSTALL: --disable-execs
18827:
18828: * src/main/pa_exec.C: --disable-execs
18829:
18830: * configure, configure.in, src/include/pa_config_auto.h.in:
18831: --disable-execs
18832:
18833: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18834:
18835: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18836: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18837:
18838: 2002-03-05 paf
18839:
18840: * operators.txt, src/classes/date.C: date week calendar columns
18841: named
18842:
18843: * operators.txt, src/classes/date.C: date week calendar columns
18844: named
18845:
18846: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18847: requires headers to be terminated with \r\n manually [refuses to
18848: separate header/body itself]
18849:
18850: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18851: targets/isapi/parser3isapi.C: isapi site config beside .dll
18852:
18853: 2002-03-04 paf
18854:
18855: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18856: in PASS language
18857:
18858: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18859: deserialize checks on broken file
18860:
18861: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18862: parser3isapi.dsp: isapi updated
18863:
18864: 2002-03-01 paf
18865:
18866: * src/main/pa_exec.C: execle -> execve, now argc OK
18867:
18868: 2002-02-28 paf
18869:
18870: * src/main/untaint.C: removed some debug comments
18871:
18872: * src/main/pa_charsets.C: when placing charset to cache using
18873: global name now [were request]
18874:
18875: * configure, configure.in: apache module updated
18876:
18877: * src/main/pa_string.C: origin by first piece preferred before last
18878: piece
18879:
18880: 2002-02-27 paf
18881:
18882: * src/main/pa_charset.C: size_t
18883:
18884: * INSTALL: shared/static-xml with-pathlink
18885:
18886: * operators.txt: SMTP comment
18887:
18888: 2002-02-26 paf
18889:
18890: * src/main/pa_exec.C: more precise names for vars, cosmetic
18891:
18892: * src/classes/xnode.C: in some situation, xpath query returned
18893: result with type NODESET, but empty nodeset member field, checked
18894: that
18895:
18896: 2002-02-22 paf
18897:
18898: * INSTALL: without-zlib comment
18899:
18900: * etc/parser3.charsets/windows-1251.cfg: °
18901:
18902: * configure, configure.in: glib###.a detection fixed
18903:
18904: * INSTALL: hashfile removed from INSTALL
18905:
1.116 moko 18906: * Makefile.am: make update
1.95 moko 18907:
18908: * src/main/pa_string.C: string iterators fixed again, so were
18909: String::join_chain
18910:
18911: * src/main/pa_string.C: string iterators fixed again, so were
18912: String::join_chain
18913:
18914: * src/: include/pa_string.h, main/pa_string.C: string iterators
18915: fixed again, so were String::join_chain
18916:
18917: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18918:
18919: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18920: "session"
18921:
1.116 moko 18922: * configure, configure.in, src/include/pa_config_auto.h.in:
18923: --with-shared-xml --with-static-xml
1.95 moko 18924:
18925: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18926: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18927: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18928: xalan&xml
18929:
18930: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18931:
18932: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18933: src/types/types.dsp: removed hashfile support from sources for
18934: now
18935:
1.116 moko 18936: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18937: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18938: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18939: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18940: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18941: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18942: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18943: src/types/Makefile.am, src/types/pa_vhashfile.C,
18944: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18945:
18946: 2002-02-21 paf
18947:
18948: * src/main/untaint.C: removed debug code, activated commented-for
18949: debug parts
18950:
1.116 moko 18951: * Makefile.am: make cvsupdate
1.95 moko 18952:
18953: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18954: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18955: append_row, not at link zero now string to string appending works
18956:
18957: 2002-02-20 paf
18958:
18959: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18960: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18961: DEBUG_STRING_APPENDS_VS_EXPANDS
18962:
18963: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18964: economy: 22%
18965:
18966: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18967: space uptimized: string::link_row removed
18968:
18969: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18970: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18971: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18972: types/pa_vstring.h: speed uptimized: string::is_empty
18973:
18974: * operators.txt, src/include/pa_common.h,
18975: src/include/pa_config_fixed.h, src/include/pa_string.h,
18976: src/include/pa_types.h, src/main/compile.tab.C,
18977: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18978: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18979: string append optimiziation idea and estimates
18980:
18981: 2002-02-19 paf
18982:
18983: * src/classes/math.C: not used directly [but erroreously reported
18984: that 'is', thus registering twice&other probs]
18985:
18986: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18987: to node [element]
18988:
18989: * src/main/compile.C: without string_origins parse error
18990: file+line+col possible
18991:
18992: * src/main/: compile.C: without string_origins not worked
18993:
18994: 2002-02-18 paf
18995:
18996: * src/types/pa_vdouble.h: since we have in_expression removed that
18997: trick i've installed into double::as_string
18998:
18999: * src/main/pa_globals.C: extern "C" was removed too fast
19000:
19001: * src/: include/pa_opcode.h, include/pa_request.h,
19002: main/compile.tab.C, main/compile.y, main/execute.C,
19003: types/pa_wcontext.h: in_expression aimed to solve old problem
19004: with string/nonstring values, now in expressions double/int
19005: values are passed as-is, without stupid tostring/fromstring
19006: conversions
19007:
19008: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19009: __cplusplus } #endif
19010:
19011: * src/main/compile.tab.C: bison env set so one could compile
19012: without cygwin installed
19013:
19014: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19015: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19016: gnome xml libs parser .dsp-s changed accordingly
19017:
19018: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19019:
19020: * operators.txt, src/classes/date.C: date::create [were date::set,
19021: with backward comp
19022:
19023: * src/classes/math.C: math:random range check fixed
19024:
19025: * src/main/: compile.tab.C, compile.y: integer division stops name
19026:
19027: * INSTALL: local install comment
19028:
1.116 moko 19029: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19030:
1.116 moko 19031: * acinclude.m4, aclocal.m4, configure, configure.in,
19032: src/include/pa_config_auto.h.in,
19033: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19034: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19035:
19036: * operators.txt: \ comment
19037:
19038: 2002-02-13 paf
19039:
19040: * src/include/pa_config_includes.h: sys/time time both included
19041: now. vaguely remember confilicts on this on some system [not on
19042: six|ablv] so when would see them again would think up proper
19043: check
19044:
1.116 moko 19045: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19046: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19047:
19048: * src/main/pa_common.C: truncation never occured when writing files
19049: on unix [since i've changed cache mech] fix
19050:
19051: * src/main/pa_common.C: strnchr: sanity check added
19052:
19053: * etc/parser3.charsets/windows-1257.cfg: id added
19054:
19055: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19056: baltic charset file generated, in generation script ispunct check
19057: added
19058:
19059: 2002-02-08 paf
19060:
1.116 moko 19061: * src/: include/Makefile.am, sql/Makefile.am,
19062: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19063:
19064: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19065: forgotten
19066:
19067: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19068:
19069: * INSTALL, README: install&others updated
19070:
19071: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19072:
1.116 moko 19073: * Makefile.am, configure, configure.in,
19074: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19075: src/classes/Makefile.am, src/main/Makefile.am,
19076: src/main/pa_status_provider.C, src/targets/Makefile.am,
19077: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19078: works
1.95 moko 19079:
19080: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19081: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19082: classes/hashfile.C, classes/int.C, classes/mail.C,
19083: classes/math.C, classes/op.C, classes/response.C,
19084: classes/string.C, classes/table.C, classes/void.C,
19085: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19086: include/pa_array.h, include/pa_cache_managers.h,
19087: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19088: include/pa_config_fixed.h, include/pa_config_includes.h,
19089: include/pa_db_connection.h, include/pa_db_manager.h,
19090: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19091: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19092: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19093: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19094: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19095: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19096: include/pa_stack.h, include/pa_string.h,
19097: include/pa_stylesheet_connection.h,
19098: include/pa_stylesheet_manager.h, include/pa_table.h,
19099: include/pa_threads.h, include/pa_types.h, main/compile.C,
19100: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19101: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19102: main/pa_db_connection.C, main/pa_db_manager.C,
19103: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19104: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19105: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19106: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19107: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19108: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19109: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19110: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19111: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19112: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19113: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19114: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19115: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19116: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19117: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19118: types/pa_vmethod_frame.h, types/pa_vobject.h,
19119: types/pa_vrequest.h, types/pa_vresponse.h,
19120: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19121: types/pa_vstateless_object.h, types/pa_vstatus.C,
19122: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19123: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19124: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19125: classes/image.C, main/pa_common.C, main/pa_exec.C,
19126: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19127: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19128: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19129: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19130: types/pa_vxnode.C, main/pa_charset.C: name spelling
19131:
19132: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19133: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19134: classes/hashfile.C, classes/image.C, classes/int.C,
19135: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19136: classes/string.C, classes/table.C, classes/void.C,
19137: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19138: include/pa_array.h, include/pa_cache_managers.h,
19139: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19140: include/pa_config_fixed.h, include/pa_config_includes.h,
19141: include/pa_db_connection.h, include/pa_db_manager.h,
19142: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19143: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19144: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19145: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19146: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19147: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19148: include/pa_stack.h, include/pa_string.h,
19149: include/pa_stylesheet_connection.h,
19150: include/pa_stylesheet_manager.h, include/pa_table.h,
19151: include/pa_threads.h, include/pa_types.h, main/compile.C,
19152: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19153: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19154: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19155: main/pa_db_connection.C, main/pa_db_manager.C,
19156: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19157: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19158: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19159: main/pa_socks.C, main/pa_sql_driver_manager.C,
19160: main/pa_status_provider.C, main/pa_string.C,
19161: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19162: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19163: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19164: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19165: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19166: targets/isapi/pool_storage.h, types/pa_valiased.C,
19167: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19168: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19169: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19170: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19171: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19172: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19173: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19174: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19175: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19176: types/pa_vresponse.h, types/pa_vstateless_class.C,
19177: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19178: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19179: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19180: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19181: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19182: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19183:
19184: 2002-02-07 paf
19185:
19186: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19187:
1.116 moko 19188: * configure, configure.in, src/include/pa_config_auto.h.in,
19189: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19190: added yet another locking function: fcntl
1.95 moko 19191:
19192: * config.sub: on cygwin configure passes it with strange i1586
19193: const, hacked it to mean i586
19194:
19195: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19196: disabled $if reference due to conflicts with local variables
19197:
19198: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19199: xdoc::set obsolete now, now xdoc::create, with both sences
19200:
19201: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19202: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19203: table::create now // 'set' name obsolete now table clone.
19204:
19205: * operators.txt, src/classes/string.C,
19206: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19207: ^int/double/string.format now can be called with normal []
19208: brackets, not stupid {} as it were implemented for some strange
19209: reason. retaining backward compatibility due to some
19210: already-implemented servers
19211:
19212: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19213: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19214: operators now detected by check at name_without_curly_rdive_read
19215: rule whether diving code constists only of
19216: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19217: with OP_GET_ELEMENT_OR_OPERATOR to form
19218: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19219:
19220: 2002-02-06 paf
19221:
19222: * configure, configure.in: prefix expanded, grr
19223:
19224: * operators.txt, src/classes/mail.C: mail:send config changed
19225:
19226: 2002-02-05 paf
19227:
19228: * operators.txt: regex options commented
19229:
19230: * src/main/: pa_exec.C: argv0 now correct
19231:
19232: * src/types/pa_vstatus.C: status:rusage 3
19233:
19234: * src/types/pa_vstatus.C: status:rusage 2
19235:
19236: * operators.txt: status:rusage described int operators
19237:
19238: * src/types/pa_vstatus.C: status:rusage 1
19239:
19240: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19241: src/types/types.dsp: status:rusage
19242:
19243: * configure.in, operators.txt, src/classes/file.C,
19244: src/classes/op.C, src/include/pa_common.h,
19245: src/include/pa_config_includes.h, src/main/compile.tab.C,
19246: src/main/pa_common.C: rewritten ^cache to use
19247: non-blocking-exclusive-caches
19248:
19249: * src/main/pa_common.C: text file read mode on win32 adjusted
19250: [speed impact. was off for debugging purpose, but forgotten
19251: afterwards]
19252:
19253: 2002-02-01 paf
19254:
19255: * src/classes/op.C: file_write does EX lock after create, while
19256: file_read does SH after open, so there's a moment after create
19257: but before EX lock when read can sneak into, and read
19258: just-created-for-writing-and-not-yet-locked file, added a check
19259: for that in ^cache...read
19260:
19261: 2002-01-31 paf
19262:
19263: * src/main/: compile.y, compile.tab.C: disabled operator call after
19264: ^xxx:
19265:
19266: * src/main/: compile.tab.C, execute.C: made operators lookup first
19267: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19268:
19269: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19270: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19271: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19272: operators check 6.1 rewritten. now check is done at compile time
19273:
19274: * src/main/execute.C: operators check 5 floated up old error of
19275: staying in 'entered class/object' state after $a($a..) it
19276: prevented operators from being called thereafter
19277:
19278: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19279: main/execute.C: operators check 4 floated up old error of staying
19280: in 'entered object' state after ^a.a(a) it prevented operators
19281: from being called thereafter
19282:
19283: * src/main/execute.C: operators check 3 floated up old error of
19284: staying in 'entered class' state after $a:a(a) it prevented
19285: operators from being called thereafter
19286:
19287: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19288: floated up old error of staying in 'entered class' state after
19289: $a:a[a] it prevented operators from being called thereafter
19290:
19291: * src/main/execute.C: operators check, thay mistakenly seen in
19292: $class:operator $object.operators contexts
19293:
19294: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19295: win32
19296:
1.116 moko 19297: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19298: src/classes/Makefile.am, src/main/Makefile.am,
19299: src/targets/cgi/Makefile.am,
1.95 moko 19300: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19301: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19302:
1.116 moko 19303: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19304: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19305: configure, configure.in, form.txt, ident.awk, install-sh,
19306: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19307: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19308: etc/parser3.charsets/Makefile.am,
19309: etc/parser3.charsets/koi8-r.cfg,
19310: etc/parser3.charsets/windows-1250.cfg,
19311: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19312: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19313: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19314: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19315: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19316: straightened installation scripts procedure made
19317: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19318: change
19319:
19320: 2002-01-30 paf
19321:
19322: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19323: removed] those comments were a mistake, and prevented libltdl
19324: from function properly
19325:
19326: 2002-01-29 paf
19327:
1.116 moko 19328: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19329: creation [modified acinclude.m4 which were creating int into just
19330: assignment LIBTOOL=../libtool] added default system
19331: config&charsetts prepared 'make install', now it installs
19332: targets/cgi/parser3 into bin directory etc/parser3.conf &
19333: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19334: $sysconfdir/parser3.charsets respectively
19335:
19336: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19337: main/pa_globals.C: few forgotten ifdef XML added
19338:
19339: 2002-01-28 paf
19340:
1.116 moko 19341: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19342: removed
19343:
19344: * src/main/pa_exception.C: dom|generic error output fix
19345:
19346: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19347:
19348: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19349:
19350: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19351: [fixed as_node helper func to accept docs]
19352:
19353: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19354: xdoc.importNode 0
19355:
19356: * src/classes/xdoc.C: xdoc::set now untaints OK
19357:
19358: 2002-01-25 paf
19359:
19360: * src/main/: compile.tab.C, compile.y: #comment before @ after
19361: @SPECIAL now works OK
19362:
19363: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19364:
19365: * src/main/pa_exec.C: max arg count now 10, and proper message on
19366: violation that added
19367:
19368: * src/classes/hash.C: unified hash::sql, now
19369: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19370:
19371: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19372: ^file:lock[filename]{code}
19373:
19374: * src/: classes/file.C, classes/op.C, classes/string.C,
19375: classes/table.C, classes/xdoc.C, include/pa_common.h,
19376: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19377: to some pa_common funcs
19378:
19379: * src/: include/pa_charset.h, main/pa_globals.C:
19380: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19381:
19382: * src/: include/pa_charset.h, main/pa_charset.C,
19383: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19384: not stupid illegal define
19385:
19386: 2002-01-24 paf
19387:
19388: * src/include/pa_version.h: changed version number
19389:
19390: * src/: classes/hashfile.C, include/pa_db_table.h,
19391: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19392: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19393: main/pa_db_connection.C, main/pa_db_table.C,
19394: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19395: hashfile without logfiles
19396:
19397: * src/: classes/hashfile.C, include/pa_db_table.h,
19398: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19399: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19400: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19401: DB_INIT_TXN init bits, thus got rid of huge log files, which
19402: cluttered disk without huge need]
19403:
19404: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19405: handy macro, which is strangly abscent in dome lib
19406:
19407: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19408:
19409: * src/classes/xdoc.C: checked empty response
19410:
19411: * src/classes/xnode.C: xdoc.select fixed context node [were always
19412: /, not self node]
19413:
19414: * src/classes/xnode.C: xnode.select returns array always now, in
19415: case 'nothing found' returns empty array
19416:
19417: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19418: be more tender with ctrl/c/v
19419:
19420: 2002-01-23 paf
19421:
19422: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19423: substituted. // 2. when dom tree with entites goes under
19424: transform text nodes // got [erroreosly] cut on first
19425: entity occurance
19426:
19427: * src/types/pa_vdouble.h: double prec. todo: get rid of
19428: twice-converting
19429:
19430: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19431: 'e' in output this is for regretful twice-converting here:
19432: $a(double value) when they write double falue they convert it to
19433: string first, thus %g were losing precesion.
19434:
19435: todo: think up some way to remove double->string string->double
19436: twice-converting
19437:
19438: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19439: %.20E now default float format this is for regretful
19440: twice-converting here: $a(double value) when they write double
19441: falue they convert it to string first, thus %g were losing
19442: precesion.
19443:
19444: todo: think up some way to remove double->string string->double
19445: twice-converting
19446:
19447: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19448: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19449: reasons in comment inside
19450:
19451: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19452: statically linked]
19453:
19454: * src/: include/pa_exception.h, main/compile.tab.C,
19455: main/pa_exception.C: removed exception va_list constructor. 1.
19456: not needed anymore 2. there were a conflict[causing errors]
19457: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19458: never detected an ambiguilty here, compiling ctor(, "hello") into
19459: ctor(, va_list) which, of course, caused gpf
19460:
19461: * src/main/pa_globals.C: removed debug xslt messages
19462:
19463: 2002-01-22 paf
19464:
19465: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19466: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19467: helps compiling stylesheet properly. example: this refused to
19468: work, <b>«<xsl:value-of select="@title"
19469: />»</b> stranly worked only this way:
19470: <b>«<xsl:value-of select="@title" />»</b>
19471:
19472: docs says "set it to 1", never going into details, so I decided
19473: to try NOT to do that
19474:
19475: * src/classes/table.C: join behaived badly in case named tables
19476: structure mismatched: 0 strings sneaked into dest failing
19477: afterwards. replaced them with empty strings
19478:
19479: 2002-01-21 paf
19480:
19481: * src/main/pa_charset.C: checked empty transcoders in
19482: transcode_cstr|buf
19483:
19484: * src/classes/xdoc.C: xdoc::load error source = filespec
19485:
19486: * src/classes/xdoc.C: transform error source now
19487: stylesheet_filespec
19488:
1.116 moko 19489: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19490: include/pa_stylesheet_connection.h, main/pa_charset.C,
19491: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19492: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19493: gnome
1.95 moko 19494:
19495: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19496: include/pa_globals.h, include/pa_stylesheet_connection.h,
19497: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19498: xslt generic error 1
19499:
19500: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19501: xml generic message 1
19502:
19503: * src/classes/table.C: ^table::load empty lines or #comments before
19504: headline
19505:
19506: * src/: include/pa_array.h, include/pa_globals.h,
19507: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19508: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19509: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19510: errors 0
19511:
19512: 2002-01-16 paf
19513:
19514: * src/: classes/hash.C, classes/op.C, classes/string.C,
19515: classes/table.C, classes/void.C, classes/xdoc.C,
19516: include/pa_db_connection.h, include/pa_request.h,
19517: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19518: include/pa_stylesheet_connection.h,
19519: include/pa_stylesheet_manager.h, main/pa_request.C,
19520: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19521: targets/cgi/pool_storage.h: auto closers to sql_connection,
19522: stylesheet_connection auto destroyers to remaining gnome objects
19523:
19524: * src/classes/xdoc.C: few comments
19525:
19526: 2002-01-15 paf
19527:
19528: * src/classes/xdoc.C: xdoc file save string
19529:
19530: ready. todo: error handling
19531:
19532: * src/classes/xdoc.C: xdoc save rewritten using
19533: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19534: result
19535:
19536: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19537: started output options parsing
19538:
19539: 2002-01-14 paf
19540:
19541: * src/classes/xdoc.C: method
19542:
19543: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19544: include/pa_pool.h, include/pa_stylesheet_connection.h,
19545: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19546: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19547: xslt transform0. TODO: use output options handle errors
19548:
19549: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19550:
19551: 2002-01-11 paf
19552:
19553: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19554: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19555: partial logical && || evaluation
19556:
19557: * src/classes/xnode.C: xpath selectNodes
19558:
19559: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19560: string/number/bool
19561:
19562: * src/classes/xnode.C: xpath selectNode 2
19563:
19564: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19565: xpath selectNode 1
19566:
19567: 2002-01-10 paf
19568:
19569: * src/classes/xnode.C: xpath selectNode -100 [just written]
19570:
19571: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19572: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19573: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19574: refcounter]
19575:
19576: 2001-12-29 paf
19577:
19578: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19579: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19580: glib works 0
19581:
19582: 2001-12-28 paf
19583:
19584: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19585: main/pa_exception.C: started glib transcoders
19586:
19587: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19588:
19589: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19590: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19591: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19592: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19593: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19594: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19595: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19596: libs just compiled in. no refcounting no xpath no xslt yet
19597:
19598: 2001-12-27 paf
19599:
19600: * src/: include/pa_charset.h, include/pa_common.h,
19601: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19602: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19603: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19604: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19605: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19606: from xalan&xerces, started the process. globals [initialization
19607: pool [charset update charset [transcodings vxnode vxdoc [DOM
19608: calls
19609:
19610: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19611: anymore
19612:
19613: 2001-12-26 paf
19614:
19615: * src/: include/pa_charset.h, include/pa_charsets.h,
19616: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19617: key globalized [bug]
19618:
19619: 2001-12-25 paf
19620:
19621: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19622: main/pa_string.C: table set & append changed splitting languages,
19623: separators now can be clean AND as-is same to mail command line
19624: $MAIN:MAIL.progX arguments
19625:
19626: 2001-12-24 paf
19627:
19628: * src/classes/mail.C: one parted text messages - no multipart
19629: mime-type anymore. for convinient if $.attach-ments
19630:
19631: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19632: main/pa_string.C: read from cache size check updated
19633:
19634: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19635:
19636: 2001-12-21 paf
19637:
19638: * src/classes/date.C: date:sql-string now returns localtime
19639:
19640: * src/main/pa_request.C: $result in @main actually not working, to
19641: hell with it for now
19642:
19643: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19644: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19645: @postprocess @exception
19646:
19647: * src/main/execute.C: junction evaluation canceled - endless
19648: recursion detected
19649:
19650: 2001-12-19 paf
19651:
19652: * src/main/pa_charset.C: charset->charset transcoding via unicode
19653: intermediate
19654:
19655: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19656:
19657: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19658:
19659: * src/classes/op.C: ^cache keypath now relative
19660:
19661: * src/classes/mail.C: changed weighting prior to sort
19662:
19663: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19664: were missing
19665:
19666: 2001-12-17 paf
19667:
19668: * src/main/pa_charset.C: ifndef XML were bad type
19669:
19670: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19671: outdated unset services_pool
19672:
19673: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19674: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19675: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19676:
19677: * src/main/untaint.C: allowed space in filespec
19678:
19679: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19680:
19681: * src/classes/image.C: no govno
19682:
19683: * src/classes/image.C: govno
19684:
19685: 2001-12-16 paf
19686:
19687: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19688:
19689: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19690: charset_connection&manager replaced by charset&charsets
19691:
19692: * src/main/pa_charset.C: name_cstr 0
19693:
19694: * src/main/untaint.C: uri lang now knows about client/source
19695: charsets
19696:
19697: * src/: classes/file.C, classes/math.C, classes/op.C,
19698: classes/string.C, classes/table.C, classes/xdoc.C,
19699: include/pa_array.h, include/pa_cache_managers.h,
19700: include/pa_charset_connection.h, include/pa_charset_manager.h,
19701: include/pa_common.h, include/pa_db_connection.h,
19702: include/pa_db_manager.h, include/pa_db_table.h,
19703: include/pa_dictionary.h, include/pa_exception.h,
19704: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19705: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19706: include/pa_sapi.h, include/pa_socks.h,
19707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19708: include/pa_string.h, include/pa_stylesheet_connection.h,
19709: include/pa_stylesheet_manager.h, include/pa_table.h,
19710: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19711: main/pa_charset.C, main/pa_charset_connection.C,
19712: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19713: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19714: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19715: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19716: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19717: types/types.dsp: introducing Charset
19718:
19719: 2001-12-14 paf
19720:
19721: * src/: include/pa_request.h, include/pa_transcoder.h,
19722: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19723: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19724: uri lang
19725:
19726: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19727:
19728: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19729:
19730: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19731: defalts_name global
19732:
19733: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19734: include/pa_request.h, main/main.dsp,
19735: main/pa_charset_connection.C, main/pa_charset_manager.C,
19736: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19737: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19738: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19739: changed charset model. now important: $request:charset
19740: $response:charset while $response:content-type.charset become
19741: unimportant [informational]
19742:
19743: 2001-12-13 paf
19744:
19745: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19746:
19747: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19748: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19749: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19750: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19751: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19752: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19753:
19754: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19755: auto_ptr part other way, because of stupid gcc 2.96
19756: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19757: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19758: FormatterListener] /usr/include/g++-3/memory:48:
19759: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19760: _Tp1 = FormatterListener, _Tp = FormatterListener]
19761:
19762: * src/classes/xdoc.C: removed extra inc
19763:
19764: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19765:
19766: * src/include/pa_types.h: msvc head debugging flag
19767:
19768: * src/classes/xdoc.C: freed up listener
19769:
19770: * src/classes/string.C: change msg '... code is not code'
19771:
19772: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19773: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19774: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19775: [past/future prob]
19776:
19777: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19778: include/pa_config_fixed.h, include/pa_db_manager.h,
19779: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19780: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19781:
19782: * src/: include/pa_config_fixed.h, main/pa_common.C,
19783: main/pa_string.C: removed signed mismatch warnings
19784:
19785: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19786: 'expires' from header outputs
19787:
19788: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19789: row ptr
19790:
19791: * src/classes/file.C: file::cgi bug, request_method were passed to
19792: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19793:
19794: * src/classes/xdoc.C: lang list updated
19795:
19796: 2001-12-10 paf
19797:
19798: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19799:
19800: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19801: erase files like that, knowing their full name introducing //
19802: theoretical problem with, for instance, "_2B" and "." fragments,
19803: // they would yield the same // because
19804: need_file_encode('_')=false // but we need to delete such files
19805: somehow, getting names from ^index
19806:
19807: * src/main/pa_string.C: ^string.replace bug fixed [bad
19808: string::join_chank break]
19809:
19810: 2001-12-07 paf
19811:
19812: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19813: include/pa_common.h, include/pa_config_auto.h.in,
19814: include/pa_config_fixed.h, include/pa_config_includes.h,
19815: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19816: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19817: types/pa_vhashfile.C: merged from r14_simple_cache
19818:
19819: * src/main/pa_string.C: stupid sparc architecture failed to access
19820: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19821: lduh [ %i2 + 1 ], %l0
19822:
19823: bus error, fixed that
19824:
19825: * src/main/pa_string.C: strange string deserialize bug on
19826: client[pmts], a bit shortened,
19827:
19828: * src/include/pa_config_auto.h.in: makes
19829:
19830: * src/: include/pa_common.h, include/pa_config_fixed.h,
19831: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19832: file write shared lock file read
19833:
19834: * src/: classes/op.C, include/pa_common.h,
19835: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19836:
19837: 2001-12-06 paf
19838:
19839: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19840: main/pa_request.C: #ifdef RESOURCES_DEBUG
19841:
19842: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19843: info
19844:
19845: * src/classes/hashfile.C: removed transaction from ^cache
19846:
19847: 2001-12-05 paf
19848:
19849: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19850: IIS5 there were a prob with illegal call check
19851:
19852: 2001-12-04 paf
19853:
19854: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19855: main/pa_request.C: measures to log
19856:
19857: 2001-11-23 paf
19858:
19859: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19860: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19861: types/pa_vhashfile.C: merged from _0014, 1
19862:
19863: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19864: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19865: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19866: ^cache(33) would change
19867:
19868: 0660 bits in file_write & hashfile create
19869:
19870: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19871: after pa_string optimization]
19872:
19873: 2001-11-22 paf
19874:
19875: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19876: table.offset[whence]
19877:
19878: * src/classes/op.C: process cstr(,connection)
19879:
19880: * src/classes/op.C: process now gets its body on current language,
19881: not as-is
19882:
19883: * src/main/untaint.C: ORIGINS mode removed UHTML
19884:
19885: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19886: bit
19887:
1.116 moko 19888: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19889:
19890: 2001-11-21 paf
19891:
19892: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19893: <xsl:output output options made identical to xsl:output
19894: attributes exclusion: cdata-section-elements what xalan can do
19895: but that not used now: it can escape and remove CDATA sections
19896:
19897: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19898: produced by xslt
19899:
19900: * src/targets/cgi/parser3.C: removed debug cgi||1
19901:
19902: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19903:
19904: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19905: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19906: default language for {code}, it happen to change it's language
19907: from CLEAN, so later refused to split by CLEAN \t
19908:
19909: 2001-11-20 paf
19910:
1.116 moko 19911: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19912: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19913: bottom of dependeces, so that errors would popup quicklier, fixed
19914: line numbering in table::sql
19915:
19916: 2001-11-19 paf
19917:
19918: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19919: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19920: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19921: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19922: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19923: at wcontext.write
19924:
1.116 moko 19925: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19926: _set_new_handler
19927:
1.116 moko 19928: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19929: set_new_handler in apache&isapi
1.95 moko 19930:
19931: 2001-11-16 paf
19932:
19933: * src/targets/cgi/parser3.C: pool debug @ die
19934:
19935: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19936: removed 8 bytes from String, 2 bytes from
19937: string::chunk::row::item
19938:
19939: * src/main/pa_string.C: removed 1+4 bytes from String
19940:
19941: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19942: types/pa_vstring.C: removed 1+4 bytes from String
19943:
19944: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19945: 0
19946:
19947: * src/: include/pa_globals.h, include/pa_string.h,
19948: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19949: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19950: targets/cgi/parser3.C: introducing estimating
19951: String::cstr_bufsize, 0
19952:
19953: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19954:
19955: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19956:
19957: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19958: include/pa_pool.h: die in pool::fail
19959:
19960: 2001-11-15 paf
19961:
19962: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19963: main/pa_exception.C, targets/cgi/parser3.C: exception with
19964: dynamic buffer re-back now with counter
19965:
19966: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19967: static buffer back
19968:
19969: * src/targets/cgi/parser3.C: std::
19970:
19971: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19972: include/pa_config_includes.h: setnewhandler check
19973:
1.116 moko 19974: * src/include/pa_config_auto.h.in: makes
1.95 moko 19975:
19976: * src/targets/cgi/parser3.C: set_new_handler started
19977:
19978: 2001-11-14 paf
19979:
19980: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19981: was wrong
19982:
19983: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19984: was wrong
19985:
19986: * src/main/pa_request.C: z
19987:
19988: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19989: full returns win32 -1 solaris >buffer_size
19990:
19991: checked all that
19992:
19993: * src/classes/op.C: ^untaint{body} as-is default now
19994:
19995: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19996: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19997: with no_bad_constructors_try
19998:
19999: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20000: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20001: this: $bred[^string::length[]] $bred[^response::clear[]]
20002: $bred[^int::int[]]
20003:
20004: now VObject creation moved into overriden
20005: VClass::create_new_value, thus 0 from create_new_value means that
20006: class has no ctors
20007:
20008: 2001-11-13 paf
20009:
20010: * src/classes/classes.C: returned accedently removed if in foreach
20011: callbacks [when hash no-0-restructure]
20012:
20013: 2001-11-12 paf
20014:
20015: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20016: passed as-is to method, xalan makes & into & itself
20017:
20018: * src/classes/date.C: date.roll parser2 alg used
20019:
20020: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20021: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20022: main/pa_dictionary.C, main/pa_hash.C,
20023: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20024: now does not containt 0 values. put 0 actullay removes. no check
20025: on 0 value in foreach now required
20026:
20027: 2001-11-11 paf
20028:
20029: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20030:
20031: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20032:
20033: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20034: driver initialize not const
20035:
20036: 2001-11-10 paf
20037:
20038: * src/main/pa_exec.C: doc
20039:
20040: 2001-11-09 paf
20041:
20042: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20043: param properly
20044:
20045: * src/classes/string.C: string.save now does untainting before
20046: saving
20047:
20048: * src/main/pa_common.C: line endings fixing fixed last piece[was
20049: still cstr oriented]
20050:
20051: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20052: line endings fixing got rid of cstr, now must work ok with post
20053: multipart
20054:
20055: * src/types/pa_vform.C: line endings fixed at post / multipart /
20056: not file also now
20057:
20058: 2001-11-08 paf
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/pa_charset_manager.C,
20063: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20064: main/pa_stylesheet_manager.C: restructured Cache manager to be
20065: simple parent, not second parent [gcc 2.96 strangly refused to
20066: call virtual from second parent]
20067:
1.116 moko 20068: * src/: include/pa_common.h, main/Makefile.am,
20069: targets/cgi/pa_pool.C: makes
1.95 moko 20070:
20071: * src/: include/pa_request.h, main/pa_request.C,
20072: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20073: 'status' class enabler
20074:
20075: <Location /parser-status.html> ParserStatusAllowed </Location>
20076:
20077: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20078: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20079: include/pa_stylesheet_manager.h, main/main.dsp,
20080: main/pa_cache_managers.C, main/pa_charset_manager.C,
20081: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20082: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20083: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20084: todo: apache 'status' class enabler
20085:
20086: 2001-11-05 paf
20087:
20088: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20089: debug to normal
20090:
20091: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20092: hence i removed skipping 0 values in hash::for_each-es we need to
20093: check cleaned cache items manually. few more checks.
20094:
20095: expiring to 0 time was wrong, changed to 'now' time
20096:
20097: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20098: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20099: on apache already done :)
20100:
20101: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20102: skipping 0 values in hash::for_each-es we need to check cleaned
20103: cache items manually
20104:
20105: * src/main/: pa_db_connection.C, pa_db_table.C:
20106: parser_multithreaded check was wrong
20107:
20108: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20109: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20110: classes/hashfile.C, classes/image.C, classes/int.C,
20111: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20112: classes/string.C, classes/table.C, classes/void.C,
20113: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20114: include/pa_array.h, include/pa_charset_connection.h,
20115: include/pa_charset_manager.h, include/pa_common.h,
20116: include/pa_config_fixed.h, include/pa_config_includes.h,
20117: include/pa_db_connection.h, include/pa_db_manager.h,
20118: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20119: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20120: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20121: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20122: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20123: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20124: include/pa_stack.h, include/pa_string.h,
20125: include/pa_stylesheet_connection.h,
20126: include/pa_stylesheet_manager.h, include/pa_table.h,
20127: include/pa_threads.h, include/pa_types.h, main/compile.C,
20128: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20129: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20130: main/pa_charset_manager.C, main/pa_common.C,
20131: main/pa_db_connection.C, main/pa_db_manager.C,
20132: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20133: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20134: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20135: main/pa_socks.C, main/pa_sql_driver_manager.C,
20136: main/pa_status_provider.C, main/pa_string.C,
20137: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20138: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20139: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20140: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20141: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20142: targets/isapi/pool_storage.h, types/pa_valiased.C,
20143: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20144: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20145: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20146: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20147: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20148: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20149: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20150: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20151: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20152: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20153: types/pa_vstateless_object.h, types/pa_vstatus.h,
20154: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20155: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20156: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20157: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20158: $status:db fixed used not initialized in db_connection & db_table
20159:
20160: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20161: $status:charset
20162:
20163: * src/: classes/xdoc.C, include/pa_db_connection.h,
20164: include/pa_stylesheet_connection.h,
20165: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20166: types/pa_vstatus.h: $status:stylesheet
20167:
20168: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20169: include/pa_request.h, include/pa_sql_connection.h,
20170: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20171: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20172: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20173: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20174: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20175: types/pa_vxnode.C, types/types.dsp: started status parser class
20176:
20177: 2001-11-01 paf
20178:
20179: * src/include/pa_config_auto.h.in: makes
20180:
20181: * src/main/pa_hash.C: removed old extra include
20182:
20183: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20184: checks [for hp, there are such in math.h]
20185:
20186: * src/classes/op.C: ^for endless loop check strightened
20187:
20188: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20189: behavior in native calls. it left unchanged, so ^for ^foreach &
20190: co can use r.root to write their i & key,value there
20191:
20192: * src/classes/op.C: detected for var storage bug, fixed.
20193: todo:foreach
20194:
20195: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20196: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20197: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20198: changing of hash inside of foreach
20199:
20200: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20201: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20202: were hash.foreach
20203:
20204: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20205: types/pa_vstring.C, types/pa_vstring.h:
20206: ^foreach[key|value]{body}[[separator]|{separator}]
20207:
20208: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20209: types/pa_vcookie.C: ^hash.delete[key]
20210:
20211: 2001-10-31 paf
20212:
20213: * src/main/: compile.C, pa_common.C: completely empty file now
20214: considered "read", not ignored [not perfect trick used]
20215:
20216: * src/main/pa_common.C: simplier common ifdefs
20217:
20218: * src/main/pa_common.C: typing bug in common - bad ifdeff
20219:
20220: * src/main/pa_db_connection.C: z
20221:
20222: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20223: lockdetector flags
20224: dbenv.lk_detect=DB_LOCK_RANDOM;
20225:
20226: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20227: from accidental show [imagine user forgot @exception]
20228:
20229: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20230:
20231: * src/: classes/file.C, classes/image.C, classes/mail.C,
20232: classes/string.C, classes/xnode.C, include/pa_common.h,
20233: main/pa_common.C: ^string.save[[append;]path]
20234:
20235: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20236: main/execute.C: \ in expression: int divide 10/3=3
20237:
20238: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20239: inside of ^cache
20240:
20241: * src/: include/pa_threads.h, main/pa_db_connection.C,
20242: main/pa_db_table.C, targets/cgi/pa_threads.C,
20243: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20244: needed
20245:
20246: 2001-10-30 paf
20247:
20248: * src/: classes/classes.dsp, main/main.dsp,
20249: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20250: types/types.dsp: enabled debug incremental compile
20251:
20252: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20253: form post data line endings not reformatted now.
20254:
20255: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20256: now required [had bug when file= has no value]
20257:
20258: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20259: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20260: cstr(asis) default param removed
20261:
20262: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20263:
20264: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20265:
20266: * src/include/pa_dir.h: LOAD_DIR fixed
20267:
20268: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20269: was broken} fix_line_breaks
20270:
20271: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20272: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20273: packed with #pragma pack
20274:
1.116 moko 20275: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20276:
20277: 2001-10-29 paf
20278:
20279: * src/types/pa_wcontext.h: bitfield syntax stricter
20280:
20281: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20282: string hash.puts
20283:
20284: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20285:
20286: * src/include/pa_sql_connection.h: there were one wrong
20287: SQL_CONNECTION_FUNC_GUARDED [failed]
20288:
20289: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20290: param.someday either ifdef or remove it
20291:
20292: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20293:
20294: * src/main/untaint.C: optimizing returned after debugging
20295:
20296: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20297: main/untaint.C: memory hunging #pragma pack(1)
20298:
20299: 16 419 844 13 169 394
20300:
20301: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20302: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20303: places [todo:Array]
20304:
20305: * src/: main/execute.C, targets/cgi/pa_pool.C,
20306: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20307: types/pa_wwrapper.h: debugging memory WContext flags to bits
20308:
20309: total 5 652 652/158731 total 5 469 332/158731
20310:
20311: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20312: Array:: without cache in get/put now
20313:
20314: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20315: 18:25:27 2001] total 5 652 652/158731
20316:
20317: * src/: include/pa_string.h, main/pa_string.C,
20318: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20319: now
20320:
20321: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20322: 18:11:53 2001] total 5796092/158731
20323:
20324: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20325: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20326: key ref now
20327:
20328: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20329: 17:11:17 2001] total 16867948/202658
20330:
20331: * src/: classes/file.C, classes/image.C, classes/string.C,
20332: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20333: main/execute.C, main/pa_array.C, main/pa_common.C,
20334: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20335: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20336: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20337: string::as_int/double now usually uses stack, not heap [200K out
20338: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20339:
20340: * src/main/pa_sql_driver_manager.C: ping to have services [old
20341: hiding bug]
20342:
20343: * src/Makefile.am: .am order
20344:
20345: * src/: include/pa_array.h, include/pa_charset_manager.h,
20346: include/pa_db_connection.h, include/pa_db_manager.h,
20347: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20348: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20349: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20350: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20351: required "friend class"
20352:
20353: ../include/pa_request.h:51: friend declaration requires
20354: class-key, i.e. `friend class Temp_lang'
20355:
20356: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20357: main/pa_exception.C, main/pa_sql_driver_manager.C,
20358: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20359:
20360: the idea is to #1 jump to C++ some function to main body, where
20361: every function stack frame has exception unwind information and
20362: from there... #2 propagate_exception()
20363:
20364: 2001-10-28 paf
20365:
20366: * src/main/pa_db_connection.C: removed old consts
20367:
20368: * src/main/pa_db_connection.C: expire table [was accidently pasted
20369: with wrong type/cast]
20370:
20371: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20372: translation
20373:
1.116 moko 20374: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20375: remember to build DB2 with -fexceptions!!!
20376:
20377: * src/main/pa_db_table.C: DB_RMW defed
20378:
20379: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20380: include/pa_db_connection.h, include/pa_db_manager.h,
20381: include/pa_db_table.h, main/pa_db_connection.C,
20382: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20383:
20384: 2001-10-27 paf
20385:
20386: * src/: classes/hashfile.C, include/pa_db_connection.h,
20387: include/pa_db_table.h, main/pa_db_connection.C,
20388: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20389: types/pa_vhashfile.C: DB2 ifdefs
20390:
1.116 moko 20391: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20392: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20393: makes with DB2
20394:
1.116 moko 20395: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20396: types/Makefile.am: makes db
1.95 moko 20397:
20398: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20399: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20400: globals.C
20401:
20402: * src/: classes/hashfile.C, include/pa_db_connection.h,
20403: include/pa_db_table.h, main/pa_db_connection.C,
20404: main/pa_db_table.C: ^hashfile.clear[]
20405:
20406: * src/classes/classes.awk: no $ in var names
20407:
20408: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20409: connection&table [forgotten calls]
20410:
20411: 2001-10-26 paf
20412:
20413: * src/main/pa_db_connection.C: db checkpoints
20414:
20415: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20416: checkpoints
20417:
20418: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20419: default. but entities still reparsed. todo: tothink
20420:
20421: * src/main/pa_db_connection.C: db recover mech 2
20422:
20423: * src/: classes/hashfile.C, include/pa_db_connection.h,
20424: include/pa_db_manager.h, include/pa_db_table.h,
20425: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20426: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20427: types/pa_vhashfile.h: db connections & tables now cached at
20428: create time & multithreaded
20429:
20430: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20431: parsed_source
20432:
20433: * src/main/pa_db_connection.C: about to remove connection from
20434: vhashfile
20435:
20436: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20437: transaction commit/rollback responsibility left to parent [as it
20438: sould - else there were a bug with double free]
20439:
20440: * src/include/pa_db_table.h: db: child transaction commit/rollback
20441: responsibility left to parent [as it sould - else there were a
20442: bug with double free]
20443:
20444: 2001-10-25 paf
20445:
20446: * src/: classes/hashfile.C, include/pa_common.h,
20447: include/pa_db_connection.h, include/pa_db_manager.h,
20448: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20449: types/pa_vhashfile.C, types/pa_vhashfile.h,
20450: include/pa_db_table.h, main/pa_db_table.C: started db_home
20451: [multiple, cached] todo: autorecover [tried, but not succeded,
20452: yet]
20453:
20454: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20455:
20456: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20457: transaction parent passed
20458:
20459: 2001-10-24 parser
20460:
1.116 moko 20461: * src/classes/Makefile.am: makes
1.95 moko 20462:
20463: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20464: isapi/pool_storage.h: pool_storage fixed
20465:
20466: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20467: types/pa_vform.h: form fix_line_breaks
20468:
1.116 moko 20469: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20470:
20471: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20472: targets/cgi/pool_storage.h: makes
20473:
20474: * src/sql/pa_sql_driver.h: version
20475:
20476: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20477: types/pa_vform.C, types/pa_vform.h: .am
20478:
20479: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20480: this: DB_RMW Acquire write locks instead of read locks when doing
20481: the retrieval. Setting this flag may decrease the likelihood of
20482: deadlock during a read-modify-write cycle by immediately
20483: acquiring the write lock during the read part of the cycle so
20484: that another thread of control acquiring a read lock for the same
20485: item, in its own read-modify-write cycle, will not result in
20486: deadlock
20487:
20488: * src/targets/isapi/parser3isapi.dsp: doc
20489:
20490: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20491:
20492: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20493:
20494: * src/: classes/hashfile.C, include/pa_db_connection.h,
20495: main/pa_db_connection.C: hashfile expired deleted from db when
20496: get & iterate
20497:
20498: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20499: expiring 1
20500:
20501: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20502:
20503: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20504: db_connection not bothers with key when not returning expired
20505: data
20506:
20507: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20508: types/pa_vhashfile.C: db_cursor constructor public now
20509:
20510: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20511: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20512: stamped, todo: put_element analize
20513:
20514: * src/: include/pa_db_connection.h, include/pa_string.h,
20515: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20516: serialize. todo stamp
20517:
20518: 2001-10-23 parser
20519:
20520: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20521: classes/image.C, classes/mail.C, classes/response.C,
20522: classes/string.C, classes/table.C, classes/xdoc.C,
20523: include/pa_config_fixed.h, include/pa_db_connection.h,
20524: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20525: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20526: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20527: types/pa_vtable.C: ^hashfile.hash[]
20528:
20529: * src/: classes/hashfile.C, classes/xdoc.C,
20530: include/pa_config_fixed.h, main/pa_db_manager.C,
20531: main/pa_globals.C: ifdefs so it compiled without db
20532:
20533: * src/: classes/hashfile.C, include/pa_db_connection.h,
20534: include/pa_db_manager.h, main/pa_db_connection.C,
20535: main/pa_db_manager.C, types/pa_vhashfile.h:
20536: ^hashfile.transaction{code} ^hashfile:clear[filename]
20537: ^hashfile.delete[key]
20538:
20539: 2001-10-22 parser
20540:
20541: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20542: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20543:
20544: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20545: classes/xnode.C, include/pa_charset_connection.h,
20546: include/pa_db_connection.h, include/pa_db_manager.h,
20547: include/pa_exception.h, include/pa_sapi.h,
20548: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20549: include/pa_stylesheet_connection.h,
20550: include/pa_stylesheet_manager.h,
20551: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20552: main/pa_db_connection.C, main/pa_db_manager.C,
20553: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20554: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20555: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20556: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20557: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20558: types/types.dsp: hashfile 0
20559:
20560: * src/types/pa_vhashfile.C: z
20561:
20562: * src/: classes/classes.dsp, classes/hashfile.C,
20563: include/pa_config_fixed.h, main/execute.C,
20564: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20565: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20566:
20567: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20568:
20569: * src/: include/pa_exception.h, include/pa_request.h,
20570: main/execute.C, main/pa_exception.C, main/pa_request.C,
20571: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20572: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20573:
20574: 2001-10-19 parser
20575:
20576: * src/include/pa_pool.h: header
20577:
20578: * src/main/pa_pool.C: auto compiled on gcc
20579:
20580: * src/classes/image.C: comment
20581:
1.116 moko 20582: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20583:
20584: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20585: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20586: types/pa_vxnode.h: xnode clone got freed
20587:
20588: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20589: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20590: can free up xalandomstring resulting from pool::transcode
20591:
20592: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20593: include/pa_config_fixed.h, include/pa_exception.h,
20594: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20595: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20596: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20597: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20598: from non-xml compile
20599:
20600: * src/main/pa_request.C: pool:: context - get_context
20601:
20602: * src/: classes/classes.h, classes/date.C, classes/double.C,
20603: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20604: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20605: classes/string.C, classes/table.C, classes/void.C,
20606: include/pa_config_fixed.h, include/pa_exception.h,
20607: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20608: main/compile.C, main/compile_tools.C, main/execute.C,
20609: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20610: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20611: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20612: main/pa_string.C, main/pa_table.C, main/untaint.C,
20613: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20614: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20615: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20616: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20617: types/pa_vstateless_class.h, types/pa_vtable.C,
20618: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20619: exceptions 0
20620:
20621: * src/classes/classes.awk: $ removed
20622:
20623: 2001-10-18 parser
20624:
20625: * src/types/pa_vcookie.C: cookie:CLASS
20626:
20627: * src/main/main.dsp: project
20628:
20629: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20630: set_document & ctor question "who owns document" solved
20631:
20632: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20633:
20634: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20635: main/pa_pool.C: encoding in dom creating funcs
20636:
20637: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20638: be transformed now
20639:
20640: * src/classes/xdoc.C: dom created by create can be transformed now
20641:
20642: * src/classes/xdoc.C: z
20643:
20644: * src/classes/xdoc.C: comment
20645:
20646: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20647: create now uses XercesDocumentBridge, appendChild&co now works
20648:
20649: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20650: @ recompile
20651:
20652: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20653: $origin @exception[
20654:
20655: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20656: tag names forced to XML lang
20657:
20658: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20659: leechy-found bugs in code&doc fixed
20660:
20661: 2001-10-17 parser
20662:
20663: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20664: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20665: n functionality preserved
20666:
20667: * src/types/pa_vimage.h: removed unused vimage::save
20668:
20669: 2001-10-16 parser
20670:
20671: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20672:
20673: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20674:
20675: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20676:
20677: * src/classes/image.C: image.copy tolerance
20678:
20679: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20680: ineffective, but works for small paleted image
20681:
20682: * src/types/pa_vimage.C: comment
20683:
20684: * src/classes/image.C: gd size/resize bugfix
20685:
20686: * src/: classes/classes.dsp, main/main.dsp,
20687: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20688: types/types.dsp: ident >nul 2>&1
20689:
20690: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20691: systems
20692:
20693: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20694: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20695:
20696: 2001-10-15 parser
20697:
20698: * src/main/execute.C: z
20699:
20700: * src/classes/: xdoc.C: !::create{qualifiedName}
20701:
20702: * src/types/pa_vxnode.C: document_type_node.
20703: !readonly attribute DOMString name
20704: !notation_node.
20705: !readonly attribute DOMString publicId
20706: !readonly attribute DOMString systemId
20707:
1.116 moko 20708: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20709: ::write badly passed string too transparently [failed to
20710: intercept it]
1.95 moko 20711:
20712: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20713: include/pa_request.h, main/pa_sql_driver_manager.C,
20714: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20715: types/pa_vxnode.h: DOM1 major addtion, only few
20716: attributes/methods left
20717:
20718: 2001-10-13 parser
20719:
20720: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20721: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20722: in main handler
20723:
20724: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20725: cleanups & frees order
20726:
20727: * src/types/pa_vcode_frame.h: couple comments
20728:
20729: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20730: transparent enough to handle hash if creation&passing
20731:
20732: * src/: include/pa_config_fixed.h, main/execute.C,
20733: main/pa_exception.C: noticed that vcodeframe not transparent
20734: enough, would change now
20735:
20736: 2001-10-12 parser
20737:
20738: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20739: fixed. initialization&free on each thread!
20740:
20741: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20742: handling changed: now type of default param analized always, not
20743: only at problem time, thus helping early problem spotting
20744:
20745: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20746: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20747: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20748: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20749: multithread bug fixed. initialization&free on each thread!
20750:
20751: 2001-10-11 parser
20752:
20753: * src/classes/xnode.C: xnode.selectSingle now
20754:
20755: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20756: include/pa_pool.h, include/pa_stylesheet_connection.h,
20757: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20758: convertors out of Pool into Exception
20759:
20760: * src/main/pa_string.C: const
20761:
20762: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20763: linked pieces of same language together prior to String::replace
20764:
20765: * src/classes/hash.C: !^hash.add[addme]
20766: !^hash.sub[subme]
20767: !^a.union[b] = new
20768: !^a.intersection[b] = new
20769: !^a.intersects[b] = bool
20770:
20771: * src/classes/hash.C: !^hash::append[append_from]
20772:
20773: * src/: classes/hash.C, types/pa_vhash.h:
20774: !^hash::create[[copy_from]]
20775:
20776: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20777: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20778: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20779: fixed. got rid of empty_string, which caused errors - it hasnt
20780: exception but somebody[value.bark] tried to throw it on it's pool
20781:
1.116 moko 20782: * src/include/pa_config_auto.h.in: makes
1.95 moko 20783:
20784: 2001-10-10 parser
20785:
20786: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20787:
20788: * src/main/: compile.tab.C, compile.y: ^a[
20789:
20790: @next_method << now unclosed ] would be reported here
20791:
20792: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20793: compile error
20794:
20795: 2001-10-09 parser
20796:
1.116 moko 20797: * src/: classes/Makefile.am, main/Makefile.am,
20798: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20799:
20800: * src/classes/Makefile.am: makes
20801:
20802: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20803: win32 errors intercepted [xalan transformer patched and
20804: incorporated]
20805:
20806: * src/: classes/classes.dsp, classes/xdoc.C,
20807: include/pa_stylesheet_connection.h, main/main.dsp,
20808: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20809: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20810: patches starting
20811:
20812: * src/classes/: string.C, table.C: ^string.save[file]
20813:
20814: * src/classes/: date.C, table.C: calendar moved to date
20815:
20816: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20817: string/table] now
20818:
20819: * src/classes/: op.C, table.C: z
20820:
20821: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20822: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20823: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20824: be code [be string..]
20825:
20826: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20827: table.C: lots of
20828: params->as_int/double/as_string/as_junction/as_no_junction
20829: messages added
20830:
20831: 2001-10-08 parser
20832:
20833: * src/: classes/date.C, classes/image.C, classes/string.C,
20834: classes/table.C, classes/void.C, include/pa_request.h:
20835: params->as_int/double message added
20836:
20837: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20838:
20839: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20840: image:sector removed image:html internal "line-*" attribs
20841:
20842: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20843: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20844:
20845: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20846: way
20847:
20848: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20849: main/untaint.C: header untainting to UL_HTTP_HEADER,
20850: UL_MAIL_HEADER made nonforced [only tainted pieces]
20851:
20852: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20853: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20854: @ SAPI::log
20855:
20856: * src/main/untaint.C: \r to ' ' in origins mode
20857:
20858: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20859: set]
20860:
20861: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20862: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20863: nonstandard liaison freed up
20864:
20865: 2001-10-07 parser
20866:
20867: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20868: project
20869:
20870: 2001-10-05 parser
20871:
20872: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20873: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20874: from outputing to cerr. lots of "todos"
20875:
20876: * src/main/untaint.C: http_header tainting more gentle with
20877: enquoting now
20878:
20879: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20880: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20881: xml errorhandler. fixed string.replace a little, read @test
20882:
20883: * src/main/pa_string.C: found replace bug - first_that_starts(char
20884: *) does not have limit, and looks further eos, fixing....
20885:
20886: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20887:
20888: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20889:
20890: * src/main/: pa_charset_connection.C: ctype another mem clear
20891: bugfix
20892:
1.116 moko 20893: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20894: $result[^[$p^]z] now works fine
1.95 moko 20895:
20896: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20897: wrong. fixed it
20898:
20899: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20900: of totable appered to be vital
20901:
20902: 2001-10-04 parser
20903:
20904: * src/classes/image.C: ^image.length[text]
20905:
20906: 2001-10-03 parser
20907:
20908: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20909:
20910: * src/main/pa_request.C: restored pcre defaulting in request
20911: [mindlessly "optimized" yesterday] comment left
20912:
20913: 2001-10-02 parser
20914:
20915: * src/: main/pa_charset_manager.C,
20916: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20917: needed
20918:
20919: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20920: forgot non-xml pool.*charset needed
20921:
20922: * src/classes/table.C: # config comments fixed
20923:
20924: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20925: charset_connection #comment now
20926:
20927: * src/: classes/classes.dsp, types/types.dsp: release projects
20928: options fixed to use release msvcrt lib
20929:
20930: * src/main/pa_charset_connection.C: pcre tables now const inside
20931: removed default - pcre handles that internally fixed bug on
20932: not-cleaning tables [previously was calloced, now member]
20933:
20934: * src/: include/pa_request.h, main/pa_charset_connection.C,
20935: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20936: inside removed default - pcre handles that internally fixed bug
20937: on not-cleaning tables [previously was calloced, now member]
20938:
20939: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20940: tested charset reload on file change @ apache version = OK tested
20941: freeing up prev encoding on adding new = OK
20942:
20943: 2001-10-01 parser
20944:
20945: * src/main/pa_charset_connection.C: removed entitify external hack
20946: [internal installed]
20947:
1.116 moko 20948: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20949:
20950: * src/: include/pa_charset_connection.h,
20951: include/pa_charset_manager.h,
20952: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20953: main/pa_charset_connection.C, main/pa_charset_manager.C,
20954: main/pa_request.C: charset loading & caching mech 0
20955:
20956: * src/: include/pa_stylesheet_connection.h,
20957: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20958: main/pa_globals.C, main/pa_request.C: would make charset loading
20959: & caching mech now
20960:
20961: 2001-09-30 parser
20962:
20963: * src/main/pa_request.C: forgot to fill toTable
20964:
20965: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20966: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20967: failed on win32 for now..
20968:
20969: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20970: now charsets table configuration variable is: CHARSETS
20971:
20972: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20973: ctype with unicode 1. todo: no П entities on output somehow
20974:
20975: * src/: classes/file.C, classes/op.C, classes/string.C,
20976: include/pa_request.h, main/pa_request.C: started ctype with
20977: unicode values
20978:
20979: 2001-09-28 parser
20980:
20981: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20982: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20983: string passed AS-IS now
20984:
20985: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20986: way of user-configuring... todo: implement
20987:
20988: 2001-09-27 parser
20989:
20990: * src/classes/table.C: table.sort changed to sort table itself
20991:
20992: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20993: X^.getElementsByTagName[tagname] = array of xnode
20994: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20995: nodes removed - regretfully not supported @ xalan. maybe someday
20996: would reimplement, if needed.
20997:
20998: win32build system: solved long waiting anti-non-started-apache
20999: problem
21000:
21001: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21002: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21003: types/types.dsp: win32 ident make system so not to rebuild
21004: library [ident.C.new]
21005:
21006: 2001-09-26 parser
21007:
21008: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21009: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21010: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21011: types/pa_vxnode.C, types/types.dsp: z
21012:
21013: * src/classes/classes.C: forgot one non-xml check
21014:
1.116 moko 21015: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21016: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21017:
21018: * src/targets/cgi/parser3.C: z
21019:
21020: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21021: targets/isapi/parser3isapi.C: #ifdef SMTP
21022:
21023: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21024: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21025: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21026: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21027: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21028: types/types.dsp: xdoc&xnode now
21029:
21030: * src/: classes/classes.C, classes/classes.awk,
21031: classes/classes.dsp, classes/classes.h, classes/date.C,
21032: classes/dnode.C, classes/dnode.h, classes/dom.C,
21033: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21034: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21035: classes/op.C, classes/response.C, classes/string.C,
21036: classes/table.C, classes/void.C, include/pa_array.h,
21037: include/pa_common.h, include/pa_config_fixed.h,
21038: include/pa_config_includes.h, include/pa_dictionary.h,
21039: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21040: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21041: include/pa_socks.h, include/pa_sql_connection.h,
21042: include/pa_sql_driver_manager.h, include/pa_stack.h,
21043: include/pa_string.h, include/pa_stylesheet_connection.h,
21044: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21045: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21046: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21047: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21048: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21049: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21050: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21051: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21052: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21053: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21054: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21055: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21056: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21057: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21058: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21059: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21060: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21061: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21062: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21063: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21064: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21065: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21066: types/pa_vmethod_frame.h, types/pa_vobject.h,
21067: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21068: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21069: types/pa_vstateless_object.h, types/pa_vstring.C,
21070: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21071: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21072: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21073: main.dsp splitted to main+classes+types along to .am
21074:
21075: * src/classes/Makefile.am: removed useless var
21076:
21077: * src/: classes/classes.cmd, main/main.dsp,
21078: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21079: main.dsp
21080:
21081: 2001-09-25 parser
21082:
21083: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21084: 1251 though, todo ICU
21085:
1.116 moko 21086: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21087: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21088: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21089: types/pa_vdom.h: xml configure makes
1.95 moko 21090:
21091: 2001-09-24 parser
21092:
1.116 moko 21093: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21094: types/Makefile.am: makes
1.95 moko 21095:
1.116 moko 21096: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21097:
21098: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21099: started unix makes update
21100:
21101: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21102: started unix makes update
21103:
21104: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21105:
21106: * src/types/pa_value.h: z
21107:
21108: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21109: bugs with usinge hash/table in expressions
21110:
21111: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21112: resolved conflicts fixed [const]
21113:
21114: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21115: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21116: main/compile.C, main/compile.tab.C, main/compile.y,
21117: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21118: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21119: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21120: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21121: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21122: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21123: with before_xml [merge2 actually didn't happen - i've created
21124: tags on wrong branch. so this merge is in fact re-merge]
21125:
21126: 2001-09-21 parser
21127:
21128: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21129: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21130: produced "" in make file and sadly wrong interpreted on load]
21131:
1.116 moko 21132: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21133: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21134: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21135: include/pa_sql_driver_manager.h, include/pa_string.h,
21136: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21137: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21138: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21139:
21140: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21141: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21142: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21143: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21144: main/pa_pool.C, main/pa_request.C,
21145: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21146: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21147: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21148: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21149: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21150: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21151: types/pa_vrequest.C, types/pa_vresponse.h,
21152: types/pa_vstateless_class.C, types/pa_vstring.C,
21153: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21154: created new projects for sql drivers [planning to remove sql
21155: drivers from main cvs project] first, will join latest changes
21156:
21157: * src/classes/: dom.C: defaulted dom writing methods encoding to
21158: pool.get_charset
21159:
21160: * src/classes/dom.C: defaulted dom writing methods encoding to
21161: pool.get_charset
21162:
21163: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21164: pool.get_charset
21165:
21166: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21167: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21168: methods encoding to pool.get_charset
21169:
21170: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21171: transcoder were created right "unsupported encoding" message.
21172: not @ set time, but @ use time, so until xml output functions
21173: .string, .file, .save used - no encoding name check occur
21174:
21175: reduced transcode buffer size to 60 fixed pool cleanup - no
21176: registration needed, pools are officially destructured
21177:
21178: 2001-09-20 parser
21179:
21180: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21181:
21182: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21183: $MAIN:DEFAULTS.content-type[$.charset[here]]
21184:
21185: * src/: classes/dnode.C, classes/dom.C,
21186: include/pa_config_includes.h, include/pa_globals.h,
21187: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21188: main/pa_pool.C, targets/cgi/parser3.dsp,
21189: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21190: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21191: Pool::transcode 0
21192:
21193: * src/classes/dom.C: dom. string save file moved output xml options
21194: to last param and made it optional
21195:
21196: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21197: dnodes
21198: !$attributenode.specified = boolean
21199: true if the attribute received its value explicitly
21200: in the XML document,
21201: or if a value was assigned programatically with the
21202: setValue function.
21203: false if the attribute value came from the default value
21204: declared in the document's DTD.
21205: !$pinode.target = target of this processing instruction
21206: XML defines this as being the first token following the
21207: markup
21208: that begins the processing instruction.
21209: XPath:
21210: !^node.select[xpath/query/expression] = hash of 0->node0
21211: 1->node1
21212: !^node.select-single[xpath/query/expression] = first node if
21213: any
21214:
21215: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21216: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21217: some 'const's added
21218:
21219: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21220: expression context now, there value = size and boolean value
21221: size!=0
21222:
21223: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21224: can be used in expression context now, there value = size and
21225: boolean value size!=0
21226:
21227: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21228: types/pa_vstring.h: dnode .file .string .save moved back to dom
21229: due to strange xalan bug
21230:
21231: 2001-09-18 parser
21232:
21233: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21234: classes/image.C, classes/op.C, classes/table.C,
21235: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21236: include/pa_sql_driver_manager.h, main/compile.C,
21237: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21238: main/execute.C, main/pa_common.C, main/pa_request.C,
21239: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21240: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21241: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21242: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21243: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21244: before_xml branch ^if(def $hash) now true only when
21245: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21246:
21247: * src/: classes/op.C, main/execute.C: operators self changed to
21248: root ^for variable context changed to self
21249:
21250: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21251: dnode 1
21252:
21253: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21254: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21255:
21256: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21257: poly* fixed
21258:
21259: 2001-09-17 parser
21260:
21261: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21262: types/pa_vdom.h: started dnode+dom
21263:
21264: dnode DOM methods: $node.name $node.value
21265: ...others...
21266:
21267: ^node.xpath[/rates/USD] = hash
21268: $hash[
21269: $.0[node0]
21270: $.1[node1]
21271: ]
21272:
21273: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21274: applies to all linear primitives
21275:
21276: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21277: include/pa_stylesheet_connection.h, main/main.dsp,
21278: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21279: types/pa_vimage.h: started dnode DOM: $node.name
21280: $node.value ...others... ^node.xpath[/rates/USD] = hash
21281: dom(dnode)
21282:
21283: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21284: main/compile.y, main/compile_tools.h, main/execute.C,
21285: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21286: in expression compound($aa.zz.xx) names now can have minus '-' in
21287: name after '.'
21288:
21289: 2001-09-15 parser
21290:
21291: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21292: image: $line-width ^line(...)[**** style]
21293:
21294: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21295: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21296: pool_storage - cleanups first, allocations second. apache wisely
21297: does just like that
21298:
21299: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21300: rewritten using template, no bugs now
21301:
21302: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21303: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21304: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21305: poorly started isapi pool_storage, would rewrite using template
21306: now
21307:
21308: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21309: include/pa_stylesheet_connection.h, main/main.dsp,
21310: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21311: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21312: xalan objects freed up [introducing Pool::register_cleanup]
21313:
21314: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21315: comments
21316:
21317: 2001-09-14 parser
21318:
21319: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21320: z
21321:
21322: * src/: classes/dom.C, classes/file.C, classes/image.C,
21323: classes/mail.C, include/pa_common.h,
21324: include/pa_sql_driver_manager.h, include/pa_string.h,
21325: include/pa_stylesheet_connection.h,
21326: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21327: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21328: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21329: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21330: compiled&cached
21331:
21332: 2001-09-13 parser
21333:
21334: * src/: classes/dom.C, classes/file.C, classes/image.C,
21335: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21336:
21337: * src/classes/dom.C: dom:file content-type(.method)
21338:
21339: * src/: include/pa_common.h, include/pa_globals.h,
21340: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21341: string now more informative error messages
21342:
21343: * src/: include/pa_globals.h, include/pa_request.h,
21344: main/pa_request.C, targets/cgi/parser3.C,
21345: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21346: ParserSiteConfig .../parser3.conf
21347:
21348: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21349:
21350: 2001-09-12 parser
21351:
21352: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21353: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21354: precise error reporting: "connection string must start with
21355: protocol://" now
21356:
21357: * src/main/compile.tab.C: fixed - subname code parts actually []
21358: braced
21359:
21360: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21361: lexer on LS_USER level did [] matching without setting nestage,
21362: introduced special LS_NAME_SQUARE_PART state
21363:
21364: 2001-09-11 parser
21365:
21366: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21367: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21368: languages+=xml
21369:
21370: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21371:
21372: * src/classes/dom.C: ^dom:save/string/file[output options] output
21373: options: $.method[xml|html|text] detection fixed
21374:
21375: * src/types/pa_vdom.h: messages
21376:
21377: * src/classes/dom.C: ^dom:save/string/file[output options] output
21378: options: $.method[xml|html|text] detection fixed
21379:
21380: 2001-09-10 parser
21381:
21382: * src/classes/dom.C: ^dom:save/string/file[output options] output
21383: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21384:
21385: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21386: added]
21387:
21388: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21389: ^dom.xslt[stylesheet filename] 0
21390:
21391: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21392: ^dom.xslt[stylesheet filename] -1 doc is lying
21393:
21394: * src/classes/dom.C: ^dom.file[encoding] = file
21395:
21396: * src/classes/: dom.C: ^dom.string[encoding] 1
21397: ^dom.save[encoding;filename]
21398:
21399: * src/classes/dom.C: ^dom.string[] 0
21400:
21401: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21402:
21403: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21404: types/pa_vform.h: ^dom.save[b.xml] 0
21405:
21406: 2001-09-08 parser
21407:
21408: * src/types/pa_vform.C: $form:tables.name.field
21409:
21410: 2001-09-07 parser
21411:
21412: * src/classes/table.C: table:empty removed, superceded by ^if(def
21413: $table)...
21414:
21415: * src/targets/cgi/parser3.C: z
21416:
21417: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21418: from '' to int/double is 0]
21419:
21420: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21421: $table) is false when table is empty
21422:
21423: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21424: !$form:tables $atable[$form:tables.a]
21425: ^atable.menu{a=$atable.element}[,]
21426:
21427: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21428: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21429:
1.116 moko 21430: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21431: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21432: of dom
21433:
21434: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21435: types/pa_vform.C, types/pa_vform.h: z
21436:
21437: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21438: element [not last]
21439:
1.116 moko 21440: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21441: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21442:
21443: 2001-09-06 parser
21444:
21445: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21446: table with one column 'element' and two rows: 1 and 2
21447:
21448: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21449: table with one column 'element' and two rows: 1 and 2
21450:
21451: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21452: bad int/double conversions, and now $form:nonexistent.int(88)
21453: would return 88
21454:
21455: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21456: types/pa_vhash.h: now there's special hash key '_default'
21457: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21458: $._default[xx] ] $hash.c
21459:
21460: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21461: fixed [thanks, fif], ^; were treated there non-literally
21462:
21463: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21464: doxygen
21465:
21466: * src/: classes/image.C, classes/op.C, classes/string.C,
21467: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21468: types/pa_vtable.C: few #ifndef DOXYGEN
21469:
21470: 2001-09-05 parser
21471:
21472: * src/classes/: string.C, table.C: sql options can be void [same as
21473: image:html the other day]
21474:
21475: * src/targets/cgi/Makefile.am: .am undo
21476:
21477: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21478: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21479: macro expantion on param, simply qoutes whatever passed, undone
21480:
21481: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21482: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21483: STRINGIZE(name) #name invented
21484:
21485: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21486: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21487: MAIN_SQL_DRIVERS_NAME "drivers"
21488:
21489: moved to be availible to all users
21490:
21491: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21492: SQL_DRIVER_CREATE_FUNC_NAME
21493:
21494: * src/classes/mail.C: MAIN:MAIL check fixed
21495:
21496: 2001-09-04 parser
21497:
21498: * src/classes/image.C: image.html now can accept void params
21499:
21500: * src/targets/isapi/parser3isapi.C: z
21501:
21502: * src/targets/cgi/parser3.C: full_file_spec bug
21503:
21504: * src/targets/cgi/parser3.C: getenvcheck
21505:
21506: * src/targets/cgi/parser3.C: zz
21507:
21508: * src/targets/cgi/parser3.C: zzz
21509:
21510: * src/classes/date.C: date
21511:
21512: * src/classes/date.C: date:sql-string is now without ''
21513:
1.116 moko 21514: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21515: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21516: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21517:
1.116 moko 21518: * src/include/pa_config_auto.h.in: makes
1.95 moko 21519:
21520: 2001-09-03 parser
21521:
21522: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21523:
21524: 2001-09-01 parser
21525:
21526: * src/classes/image.C: letter_spacing
21527:
21528: * src/classes/image.C: image: font params changed
21529:
21530: * src/classes/image.C: image: as_int as_string used
21531:
21532: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21533: analized
21534:
21535: 2001-08-31 parser
21536:
21537: * src/targets/cgi/parser3.C: z
21538:
1.116 moko 21539: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21540: cygwin
1.95 moko 21541:
21542: * src/classes/void.C: void:int/double += (default)
21543:
21544: * src/classes/image.C: image:font added space param image:font
21545: changed charwidth alg, added kerning const[for now]
21546:
21547: * src/classes/: string.C, table.C: string:int/double (defaults)
21548:
21549: 2001-08-29 parser
21550:
21551: * src/main/pa_exception.C: exception redundant debug info
21552:
21553: 2001-08-28 parser
21554:
21555: * src/classes/image.C: image error msgs
21556:
21557: * src/classes/image.C: image: gifsize little endian
21558:
21559: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21560: doxygeneration
21561:
21562: * src/: classes/Makefile.am, main/Makefile.am,
21563: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21564:
21565: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21566: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21567:
21568: * src/main/compile.C: NO_STRING_ORIGIN check2
21569:
21570: * src/classes/table.C: NO_STRING_ORIGIN check
21571:
21572: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21573: storage class specifiers invalid in friend function declarations
21574:
21575: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21576: main/untaint.C, targets/cgi/parser3.C,
21577: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21578: case of limit
21579:
21580: * src/: classes/file.C, main/pa_common.C: file:move
21581: autocreate/remove dest/src dir
21582:
21583: * src/: classes/string.C, include/pa_dictionary.h,
21584: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21585: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21586: to directory constructor. string:replace
21587:
21588: 2001-08-27 parser
21589:
21590: * src/classes/image.C: fixed jpgsize alg
21591:
21592: * src/classes/image.C: fixed jpgsize alg
21593:
21594: * src/main/pa_exception.C: z
21595:
21596: * src/main/pa_common.C: removed debug info from pa_common
21597:
21598: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21599: [auto.p from current dir loading]
21600:
1.116 moko 21601: * src/: main/pa_common.C, main/pa_exception.C,
21602: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21603: for solaris -lsocket
1.95 moko 21604:
21605: 2001-08-24 parser
21606:
21607: * src/targets/cgi/parser3.C: not cgi extra \n 3
21608:
21609: * src/targets/cgi/parser3.C: not cgi extra \n 2
21610:
21611: * src/targets/cgi/parser3.C: not cgi extra \n
21612:
21613: * src/main/pa_sql_driver_manager.C: z
21614:
21615: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21616: sql* removed services from disconnect - cross-request ideological
21617: probs.
21618:
21619: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21620: cross-request ideological probs. oracle - fixed bug: cs
21621: allocated on request.pool and got freed before disconnect
21622:
21623: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21624: mallocs fixed
21625:
21626: 2001-08-23 parser
21627:
21628: * src/classes/file.C: minor bug in file:save fixed
21629:
21630: * src/main/pa_sql_driver_manager.C: oracle: dlink
21631:
21632: 2001-08-22 parser
21633:
21634: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21635: types/pa_vfile.h: file:load|save[text|binary;
21636:
21637: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21638:
21639: 2001-08-21 parser
21640:
21641: * src/classes/: file.C, table.C: ^file:list
21642:
21643: 2001-08-20 parser
21644:
21645: * src/: main/compile.tab.C, main/compile.y,
21646: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21647: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21648: recousively caused problems: inc incremeted 123 literal!! fixed
21649:
21650: 2001-08-10 parser
21651:
21652: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21653:
21654: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21655: added
21656:
21657: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21658: added
21659:
21660: * src/classes/table.C: table:sort restored [it was bad test :(]
21661:
21662: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21663: ''
21664:
21665: * src/main/: pa_request.C: wanted to make const int
21666: MAX_EXECUTE_SECONDS=1;
21667:
21668: but couldnt, set_callback_and_alarm appeared to be not exported
21669: :(
21670:
21671: * src/main/pa_string.C: string.match hanged on. there were a hang
21672: check but it weren't wise enough
21673:
21674: @parse[dateString][tmp]
21675: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21676: #end
21677:
21678: @main[] ^parse[2001-02-03]
21679:
21680: * src/classes/: table.C: table:sort now default desc
21681:
21682: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21683: table.sort now creates new sorted table
21684:
21685: 2001-08-09 parser
21686:
21687: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21688:
21689: * src/classes/hash.C: hash:_default now [was hash:default]
21690:
21691: * src/classes/op.C: case without switch check added
21692:
21693: * src/types/pa_vcookie.C: cookie name&value origins added, more
21694: precise $ORIGINS(1)
21695:
21696: * src/main/Makefile.am: .am
21697:
21698: * src/classes/void.C: void: int double copy/paste from int: bug
21699: fixed
21700:
21701: * src/classes/void.C: void: int double copy/paste from int: bug
21702: fixed
21703:
21704: 2001-08-07 parser
21705:
21706: * src/: classes/double.C, classes/int.C, classes/string.C,
21707: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21708: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21709: string, table
21710:
21711: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21712: srand made working
21713:
21714: 2001-08-06 parser
21715:
21716: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21717: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21718: main/compile.tab.C, main/compile.y, main/pa_array.C,
21719: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21720: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21721:
21722: * src/main/pa_exec.C: exec win32 real filename
21723:
21724: * src/classes/file.C: exec stderr out
21725:
21726: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21727:
21728: 2001-08-03 parser
21729:
21730: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21731:
21732: 2001-08-02 parser
21733:
21734: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21735: main/execute.C, main/pa_exec.C: introducing Array_iter
21736:
21737: * src/main/execute.C: detected quick_get recursion bug. changed to
21738: get@execute, but needs array iterator, separate from array to
21739: avoid it & use caching
21740:
21741: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21742: bug fixed
21743:
21744: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21745: main/execute.C, main/pa_globals.C: found another multithread bug
21746: in op.C (last, last global var killed) :)
21747:
21748: 2001-08-01 parser
21749:
21750: * src/: include/pa_dictionary.h, include/pa_globals.h,
21751: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21752: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21753: main/untaint.C: speeded up typo-html replacements. introducing
21754: Dictionary with first-char caching
21755:
21756: 2001-07-31 parser
21757:
21758: * src/types/Makefile.am: pa_vtable.C added to .am
21759:
21760: * src/main/compile.tab.C: added, so that could be compiled even on
21761: non-bison-enabled platforms
21762:
21763: 2001-07-28 parser
21764:
21765: * src/classes/table.C: table:hash always produces hash, when can't
21766: - empty
21767:
21768: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21769: skipped \n
21770:
21771: 2001-07-27 parser
21772:
21773: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21774: on int/double/string :sql without result and default
21775:
21776: 2001-07-26 parser
21777:
21778: * src/classes/op.C: fixed bad multithread bug with strangly global
21779: OP
21780:
21781: * src/main/compile.y: $man[$.age[zzz]] 0
21782:
21783: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21784: creation syntax problem persists. restored $: for a while.
21785: thinking of $man[$.age[zzz]] syntax now
21786:
21787: * src/: classes/double.C, classes/int.C, classes/string.C,
21788: include/pa_opcode.h, main/compile.C, main/compile.y,
21789: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21790: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21791: types/pa_wwrapper.h: fixing :: realization #1
21792:
21793: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21794: main/compile_tools.h, main/execute.C, main/pa_request.C,
21795: types/pa_vmethod_frame.h: introducing :: this is constructor call
21796: prefix. ordinary : remains for static accesses
21797:
21798: 2001-07-25 parser
21799:
21800: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21801: fields 2. methods 3. columns
21802:
21803: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21804: quote. optimized double&int tostring-s
21805:
21806: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21807: whitespace before first method decl
21808:
21809: * src/classes/table.C: allowed nontable result in table:sql,
21810: results in empty table
21811:
21812: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21813: lines before first method decl
21814:
21815: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21816: types/pa_vtable.h: ^table.record[] now $table.fields
21817:
21818: * src/main/compile.y: $var[] is now empty string, not void
21819:
21820: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21821: void
21822:
21823: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21824: main/pa_globals.C: match replace code context moved to implicit
21825: $match context
21826:
21827: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21828: main/compile_tools.h, main/execute.C: with killed, code storage
21829: introduced with former 'with' syntax
21830:
21831: 2001-07-24 parser
21832:
21833: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21834: types/pa_value.h: first get_element, next get operator
21835:
21836: * src/main/compile.y: removed @end handling
21837:
21838: * src/main/: compile.C, compile.y: @end handling method2
21839:
21840: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21841: file:move
21842:
21843: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21844: fixed
21845:
21846: 2001-07-23 parser
21847:
21848: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21849: driver
21850:
21851: * src/classes/hash.C: changed sql driver query interface
21852:
21853: * src/: classes/hash.C, classes/string.C, classes/table.C,
21854: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21855: changed sql driver query interface
21856:
21857: 2001-07-20 parser
21858:
21859: * src/types/pa_vrequest.C: X!$browser:type
21860:
21861: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21862: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21863: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21864: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21865: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21866: types/pa_vobject.h, types/pa_vrequest.C,
21867: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21868: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21869: BASE element globally removed
21870:
21871: 2001-07-18 parser
21872:
21873: * src/classes/file.C: file:exec/cgi msg
21874:
21875: * src/classes/file.C: $file:exit-code renamed to 'status'
21876:
21877: * src/: classes/file.C, main/pa_exec.C: file:exec
21878:
1.116 moko 21879: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21880: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21881: removed $id from *.in *.am
1.95 moko 21882:
21883: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21884: abbrevations
21885:
21886: * src/: classes/date.C, classes/mail.C, classes/math.C,
21887: classes/string.C, classes/table.C, include/pa_globals.h,
21888: include/pa_string.h, main/execute.C, main/pa_globals.C,
21889: main/pa_request.C, main/pa_string.C, main/untaint.C,
21890: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21891: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21892: $ORIGINS(1) output tracing mode
21893:
21894: 2001-07-13 parser
21895:
21896: * src/: classes/double.C, classes/int.C, classes/string.C,
21897: include/pa_request.h, main/execute.C, main/pa_request.C:
21898: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21899: second would not call first @auto
21900:
21901: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21902: wrong, fixed
21903:
21904: 2001-07-12 parser
21905:
21906: * src/types/pa_value.h: pa_value.putelement modification of system
21907: classes prevented
21908:
21909: 2001-07-11 parser
21910:
21911: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21912: table $piece
21913:
21914: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21915: types/pa_vstateless_class.h: $file created by file:state +=
21916: .atime .mtime .ctime +found&fixed bug with exceptions on
21917: get_junction-created objects [they were on wrong pool]
21918:
21919: 2001-07-09 parser
21920:
21921: * src/main/untaint.C: qp wrong name
21922:
21923: * src/: classes/date.C, classes/string.C, classes/table.C,
21924: main/compile.y: date format 0
21925:
21926: 2001-07-07 parser
21927:
21928: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21929: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21930: roll table calendar
21931:
21932: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21933: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21934: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21935: include/pa_request.h, main/main.dsp, types/pa_value.h,
21936: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21937: string. todo: sql, calendar
21938:
21939: 2001-07-06 parser
21940:
21941: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21942: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21943:
21944: 2001-07-03 parser
21945:
21946: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21947: classes/random.C, main/main.dsp: class random renamed to math,
21948: operators became methods
21949:
21950: * src/classes/op.C: pow sqrt
21951:
21952: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21953:
21954: 2001-07-02 parser
21955:
21956: * src/classes/table.C: ^table.columns column renamed from 'name' to
21957: 'column'
21958:
21959: * src/classes/hash.C: ^hash.keys[]
21960:
21961: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21962:
21963: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21964: 'strings'
21965:
21966: 2001-06-29 parser
21967:
21968: * src/main/: execute.C: /0 %0 checkes ver 2
21969:
21970: * src/main/execute.C: /0 %0 checke
21971:
21972: * src/classes/Makefile.am: nothing - void
21973:
21974: * src/classes/table.C: empty strings @ sql
21975:
21976: 2001-06-28 parser
21977:
21978: * src/: classes/double.C, classes/file.C, classes/form.C,
21979: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21980: classes/op.C, classes/random.C, classes/response.C,
21981: classes/string.C, classes/table.C, classes/void.C,
21982: main/compile.C, main/compile_tools.C, main/execute.C,
21983: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21984: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21985: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21986: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21987: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21988: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21989: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21990: $";
21991:
21992: * src/: classes/double.C, classes/file.C, classes/form.C,
21993: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21994: classes/op.C, classes/random.C, classes/response.C,
21995: classes/string.C, classes/table.C, classes/void.C,
21996: main/compile.C, main/compile.y, main/compile_tools.C,
21997: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21998: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21999: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22000: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22001: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22002: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22003:
22004: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22005: $class:name: == ${class:name}:
22006:
22007: * src/classes/string.C: exactly one
22008:
22009: 2001-06-27 parser
22010:
22011: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22012: types/pa_vvoid.h: nothing renamed to void
22013:
22014: * src/classes/op.C: ^switch ^case
22015:
22016: * src/main/compile.y: nothing renamed to void
22017:
22018: * src/: classes/hash.C, classes/table.C, main/compile.y,
22019: main/execute.C, main/main.dsp, main/pa_request.C,
22020: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22021: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22022: void
22023:
22024: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22025:
22026: 2001-05-28 parser
22027:
22028: * src/doc/html2chm.cmd: removed >a
22029:
22030: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22031: project options [some bugs]
22032:
22033: * src/doc/sources2html.cmd: z
22034:
22035: * src/: classes/classes.C, main/compile.C, main/compile.y,
22036: main/execute.C: operators are not in root class again
22037:
22038: 2001-05-24 parser
22039:
22040: * src/targets/cgi/parser3.dsp: project file
22041:
22042: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22043: ^log ^exp
22044:
22045: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22046: conversions in @exception[params]
22047:
22048: * src/main/pa_request.C: // no _ conversions in @exception[params]
22049:
22050: 2001-05-23 parser
22051:
22052: * src/main/pa_string.C: string cmp bug
22053:
22054: * src/classes/: mail.C, op.C: rem max 1000
22055:
22056: * src/: classes/op.C, main/compile.y: allow one empty line before
22057: LS_DEF_NAME
22058:
22059: 2001-05-22 parser
22060:
22061: * src/classes/op.C: if params code-required
22062:
22063: 2001-05-21 parser
22064:
22065: * src/types/pa_vstring.C: eoleof
22066:
22067: * src/classes/Makefile.am: .AM
22068:
22069: * src/classes/nothing.C: resultless ^sql moved to nothing:
22070:
22071: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22072:
22073: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22074: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22075: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22076: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22077: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22078: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22079: 'nothing'
22080:
22081: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22082: vstring::set_string
22083:
22084: * src/classes/: double.C, int.C, string.C: int,double;sql
22085:
22086: * src/: classes/hash.C, classes/int.C, classes/string.C,
22087: classes/table.C, include/pa_string.h, main/pa_string.C,
22088: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22089:
22090: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22091: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22092: hash:sql moved to main trunc. operators.txt updated
22093:
22094: * src/classes/: hash.C, op.C, table.C: hash:sql
22095:
22096: * src/classes/op.C: z
22097:
22098: * src/: main/compile.C, classes/classes.C: 1
22099:
22100: * src/: classes/classes.C, main/compile.C, main/compile.y,
22101: main/execute.C: 0
22102:
22103: * src/main/execute.C: z
22104:
22105: * src/targets/cgi/parser3.C: z
22106:
22107: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22108: site_auto_path "." in that case
22109:
22110: * src/targets/cgi/: parser3.C: z
22111:
22112: * src/main/pa_request.C: .am
22113:
22114: * src/: main/pa_request.C, targets/cgi/parser3.C:
22115: pcre_tables=pcre_default_tables;
22116:
22117: 2001-05-19 parser
22118:
22119: * src/main/pa_string.C: z
22120:
22121: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22122: introducing String::cstr_bufsize, returns just size+1 for as_is
22123: target.
22124:
22125: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22126: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22127: used, 4* mem wasted
22128:
22129: * src/classes/string.C: root context in match replace body now
22130: unchanged
22131:
22132: * src/types/pa_value.h: parameter # 1 based
22133:
22134: * src/main/pa_common.C: common: actual filename '%s'
22135:
22136: * src/classes/string.C: z
22137:
22138: * src/classes/Makefile.am: classes/.am
22139:
22140: * src/classes/: Makefile.am: classes/.am
22141:
22142: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22143: targets/cgi/pa_pool.C: classes/.am
22144:
22145: 2001-05-18 parser
22146:
1.116 moko 22147: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22148: pa_threads.C ins
1.95 moko 22149:
22150: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22151:
22152: 2001-05-17 parser
22153:
22154: * src/: classes/string.C, include/pa_config_fixed.h,
22155: include/pa_config_includes.h, main/compile.y,
22156: main/compile_tools.h, main/execute.C, main/pa_array.C,
22157: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22158: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22159: types/pa_vform.C: #include "pa_config_includes.h" removed from
22160: most .C
22161:
22162: * src/doc/html2chm.cmd: z
22163:
22164: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22165: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22166:
22167: * src/main/pa_sql_driver_manager.C: moved expiration to
22168: get_connection_from_cache
22169:
22170: * src/main/pa_sql_driver_manager.C: cache expiration bf
22171:
22172: * src/: classes/classes.h, include/pa_sql_connection.h,
22173: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22174: cache expiration[use SQL_Driver::disconnect]
22175:
22176: * src/main/pa_table.C: table.locate current restored on "not found"
22177:
22178: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22179: line no
22180:
22181: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22182: ANTI_ENDLESS_EXECUTE_RECOURSION
22183:
22184: * src/: classes/op.C, include/pa_sql_connection.h,
22185: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22186: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22187: 1driver and set_services fight for driver::fservices. before fix
22188:
22189: * src/: classes/op.C, include/pa_config_fixed.h,
22190: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22191: main/pa_sql_driver_manager.C: found problem at last: 2connections
22192: own 1driver and set_services fight for driver::fservices. before
22193: fix
22194:
22195: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22196: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22197: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22198: pa_threads.C
22199:
22200: * src/include/pa_threads.h: removed targets/parser
22201:
22202: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22203: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22204: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22205: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22206: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22207: headers
22208:
22209: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22210: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22211: order prevented sqlmanager to see MULTYTHREAD define
22212:
22213: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22214: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22215: put/gets
22216:
22217: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22218: from hash.h
22219:
22220: * src/: classes/op.C, include/pa_sql_connection.h,
22221: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22222: from cache ->set_services(&services);
22223:
22224: 2001-05-16 parser
22225:
22226: * src/targets/cgi/parser3.C: z
22227:
22228: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22229: debug, #ifdefed some. would debug later, on more precise sample
22230: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22231: $name.$tail[$tail!] $name.$tail } ok3
22232:
22233: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22234: removed array debug. before vstring rebasing
22235:
22236: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22237: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22238: array debugged; adjusted
22239:
22240: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22241: SQL_Driver_manager line no for connect/charset errors
22242:
22243: 2001-05-15 parser
22244:
22245: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22246: main/pa_string.C: string+array made linear grows
22247:
22248: * src/: include/pa_string.h, main/pa_string.C,
22249: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22250: grow lineary, not exponentialy
22251:
22252: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22253: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22254: with fullchunk cmps
22255:
22256: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22257: 70041= 81
22258:
22259: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22260: targets/cgi/parser3.C: detected huge mem allocation: size/times
22261: malloc 27809390/368771, calloc 3232/83. would test now
22262:
22263: * src/: classes/random.C, main/compile.y, main/execute.C,
22264: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22265: numbered params had wrong name - for instance: bad error message
22266: in ^for[] bad body type. fixed
22267:
22268: 2001-05-14 parser
22269:
22270: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22271: main/untaint.C: ^string.upper|lower[]
22272:
22273: 2001-05-11 parser
22274:
22275: * src/: classes/double.C, classes/image.C, classes/op.C,
22276: classes/string.C, classes/table.C, classes/unknown.C,
22277: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22278: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22279: types/pa_vunknown.h: op: MAX_LOOPS as_int
22280:
22281: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22282: .dsp for win32tools
22283:
22284: 2001-05-11 paf
22285:
22286: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22287: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22288: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22289: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22290:
22291: 2001-05-10 paf
22292:
22293: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22294: for C++, that's all
22295:
1.116 moko 22296: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22297: pa_config_includes.h: inline wonders
1.95 moko 22298:
22299: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22300: doc/doxygen.cmd: hash.C added
22301:
22302: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22303:
22304: * src/main/compile.y: @end grammar: allowed zero strings in control
22305: menthod
22306:
22307: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22308: pa_vstateless_object.h: changed priority: field before method
22309: lookup in vclass & vobject
22310:
22311: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22312: grammar: priorities changes [lowerd && prior] vobject: now first
22313: fields, next methods
22314:
22315: 2001-05-08 paf
22316:
22317: * src/main/pa_table.C: table columnname2item on nameless ignored
22318: bark=false. fixed
22319:
22320: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22321: types/pa_vmethod_frame.h: hash:default works at last!
22322:
22323: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22324: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22325: hash:default
22326:
22327: * src/classes/table.C: z
22328:
22329: * src/classes/table.C: table:hash always hash of hash now
22330:
22331: * src/classes/table.C: table:empty return bool now
22332:
22333: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22334: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22335: types/pa_vtable.h: table:hash
22336:
22337: * src/classes/table.C: table:record have name
22338:
22339: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22340: returns vunknown
22341:
22342: * src/classes/: double.C, int.C, op.C, string.C:
22343: int,double,string:int[] double[] string:length[] results now have
22344: hames
22345:
22346: * src/: classes/op.C, classes/table.C, main/main.dsp,
22347: types/pa_vtable.h: removed table:find. table:locate and op:eval
22348: now return bool
22349:
22350: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22351: in method checkparams again. fixed
22352:
22353: 2001-05-07 paf
22354:
22355: * src/doc/chm.cmd: cmd
22356:
22357: * src/: classes/image.C, classes/mail.C, classes/string.C,
22358: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22359: types/pa_value.h: method reported errors on wrong pool
22360:
22361: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22362: now
22363:
22364: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22365: include/code.h, include/pa_opcode.h, main/compile.C,
22366: main/compile_tools.h, main/execute.C, types/pa_value.h,
22367: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22368: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22369: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22370: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22371: types/pa_vmethod_frame.h, types/pa_vobject.h,
22372: types/pa_vrequest.h, types/pa_vresponse.h,
22373: types/pa_vstateless_class.h, types/pa_vstring.h,
22374: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22375: types/pa_wwrapper.h: pa_code.h
22376:
22377: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22378:
22379: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22380: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22381: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22382: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22383: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22384: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22385: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22386: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22387: types/pa_vtable.h: dox, split by not clean parts also
22388:
22389: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22390: types/pa_vtable.h: table: fields, then methods. so to enable
22391: 'dir' fields & co. more
22392:
22393: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22394: so to enable 'dir' fields & co.
22395:
22396: * src/main/compile.y: grammar: @end
22397:
22398: 2001-05-04 paf
22399:
22400: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22401: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22402:
22403: * src/: classes/classes.h, classes/double.C, classes/file.C,
22404: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22405: classes/op.C, classes/random.C, classes/response.C,
22406: classes/string.C, classes/table.C, classes/unknown.C,
22407: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22408: method dox
22409:
22410: 2001-05-03 paf
22411:
22412: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22413: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22414: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22415: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22416: doc/string.dox, doc/targets.dox, doc/value.dox,
22417: main/pa_request.C: dox splitted .dox files and added some
22418:
22419: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22420:
22421: 2001-05-02 paf
22422:
22423: * src/classes/: image.C, table.C: table:dir result are not tainted
22424: by file_name language now
22425:
22426: 2001-04-28 paf
22427:
22428: * src/classes/classes.inc: removed classes.inc
22429:
22430: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22431: from .am
22432:
22433: * src/classes/classes.awk: skipped classes in .awk
22434:
22435: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22436: classes/classes.inc, classes/double.C, classes/file.C,
22437: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22438: classes/string.C, classes/table.C, classes/unknown.C,
22439: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22440: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22441: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22442: pa_methoded back to classes/classes.h
22443:
22444: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22445:
22446: * src/: classes/Makefile.am, classes/classes.awk,
22447: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22448: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22449:
22450: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22451: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22452: classes/response.C, classes/string.C, classes/table.C,
22453: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22454: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22455: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22456: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22457: include|main/pa_methoded
22458:
22459: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22460: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22461:
22462: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22463: moved some configured data to request::classes_conf moved some
22464: string crations from globals to M... [works]
22465:
22466: * src/: classes/form.C, classes/mail.C, classes/op.C,
22467: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22468: main/pa_request.C: moved some configured data to
22469: request::classes_conf moved some string crations from globals to
22470: M...
22471:
22472: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22473: about to move configured data to special request hash
22474:
22475: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22476: classes/form.C, classes/mail.C, include/pa_request.h,
22477: main/pa_request.C: configure started
22478:
22479: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22480: 2. todo: methoded-configure
22481:
22482: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22483: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22484: classes/_random.h, classes/_response.h, classes/_string.h,
22485: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22486: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22487: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22488: classes/random.C, classes/response.C, classes/string.C,
22489: classes/table.C, classes/unknown.C, include/pa_globals.h,
22490: include/pa_request.h, main/compile.y, main/execute.C,
22491: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22492: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22493: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22494: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22495: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22496: types/pa_vrequest.h, types/pa_vresponse.h,
22497: types/pa_vstateless_class.h, types/pa_vstring.h,
22498: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22499: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22500: methoded-configure
22501:
22502: * src/: classes/file.C, classes/table.C, main/compile.y,
22503: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22504: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22505: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22506:
22507: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22508: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22509: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22510: classes/random.C, classes/response.C, classes/string.C,
22511: classes/table.C, classes/unknown.C, include/pa_request.h,
22512: main/compile.y, main/execute.C, main/pa_globals.C,
22513: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22514: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22515: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22516: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22517: beautifying just compiled. todo: debug, configure
22518:
22519: 2001-04-27 paf
22520:
22521: * src/: classes/file.C, classes/image.C, classes/table.C,
22522: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22523: beautifying -99
22524:
22525: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22526: classes/_response.h, classes/_unknown.h, classes/classes.C,
22527: classes/classes.h, classes/double.C, classes/file.C,
22528: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22529: classes/op.C, classes/random.C, classes/response.C,
22530: classes/string.C, include/pa_globals.h, main/main.dsp,
22531: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22532: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22533: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22534: types/pa_vunknown.h: beautifying -100
22535:
22536: * src/main/compile.y: serge@ found @CLASS bug. fixed
22537:
22538: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22539: classes/_op.h, classes/_random.h, classes/_table.h,
22540: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22541: classes/op.C, classes/random.C, classes/response.C,
22542: classes/string.C, classes/table.C, classes/unknown.C,
22543: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22544: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22545: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22546: beautifying
22547:
22548: 2001-04-26 paf
22549:
22550: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22551:
22552: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22553: documentation ++
22554:
22555: * src/: classes/_exec.h, doc/doxygen.cfg,
22556: include/pa_config_fixed.h, include/pa_config_includes.h,
22557: targets/cgi/pa_pool.C: code documentation ++
22558:
22559: * src/: classes/_image.h, classes/op.C, classes/random.C,
22560: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22561: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22562: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22563: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22564: types/pa_vmethod_frame.h, types/pa_vobject.h,
22565: types/pa_vrequest.C, types/pa_vrequest.h,
22566: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22567: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22568: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22569: code documentation ++
22570:
22571: * src/: classes/image.C, classes/mail.C, classes/string.C,
22572: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22573: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22574: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22575: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22576: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22577: types/pa_vobject.h, types/pa_vstateless_class.h,
22578: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22579:
22580: * src/main/: pa_request.C, pa_string.C: z
22581:
22582: * src/: include/pa_common.h, include/pa_types.h,
22583: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22584: connection caching fixed. request-pooled-url were stored into
22585: global connectioncache
22586:
22587: 2001-04-25 paf
22588:
22589: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22590: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22591:
22592: * src/: include/code.h, include/pa_common.h, main/compile.y,
22593: main/execute.C, main/pa_common.C: -d
22594:
22595: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22596: illegal call check a bit improved, but still under iis no mapping
22597: of dir with parser allowed!
22598:
22599: 2001-04-24 paf
22600:
22601: * src/targets/Makefile.am: apache module lib .am
22602:
22603: * src/main/pa_exec.C: windows32 buildCommand
22604:
22605: 2001-04-23 paf
22606:
22607: * src/targets/cgi/Makefile.am: win32 conditional
22608:
22609: * src/targets/cgi/Makefile.am: win32 conditional
22610:
22611: * src/targets/cgi/Makefile.am: liblink
22612:
22613: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22614: vfile fields return type
22615:
22616: * src/types/pa_vfile.h: vfile fields return type
22617:
22618: * src/include/pa_config_auto.h.in: .h.in
22619:
22620: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22621: types/Makefile: makefiles removed
22622:
22623: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22624: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22625:
22626: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22627: [tested: i & g ]
22628:
22629: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22630: @test noticed series in isapi, check how initialize_random_class
22631: is called! [must be called only once]
22632:
22633: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22634: would not be 'unknown column'
22635:
22636: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22637: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22638:
22639: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22640: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22641: [now doesnt]
22642:
22643: * src/targets/cgi/parser3.C: cgi cmdline ver
22644:
22645: * src/targets/cgi/parser3.C: cgi /// @test disable
22646: /cgi-bin/parser3/auto.p
22647:
22648: * src/main/untaint.C: untaint without charset
22649:
22650: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22651: main/pa_common.C: common: file_write /// @test mkdirs
22652: file_delete rmdirs
22653:
22654: * src/main/untaint.C: mail header only once to =?
22655:
22656: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22657: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22658: main/untaint.C: untaint - @test optimize whitespaces for
22659: all but 'html'
22660:
22661: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22662: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22663: main/untaint.C: untaint - @test mail-header
22664:
22665: 2001-04-20 paf
22666:
22667: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22668: include/pa_request.h, include/pa_string.h, main/compile.y,
22669: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22670: targets/cgi/parser3.C: $MAIN:LOCALE
22671:
22672: * src/main/untaint.C: z
22673:
22674: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22675:
22676: 2001-04-19 paf
22677:
22678: * src/main/compile_tools.h: $a$b bugfix
22679:
22680: * src/targets/cgi/parser3.C: z
22681:
22682: * src/classes/file.C: z
22683:
22684: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22685: done: header to $fields. waits for header '\' tricks
22686:
22687: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22688: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22689: changed urlencode here and in untaint.C to HTTP standard's " and
22690: \" mech
22691:
22692: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22693: http://alx/~paf/ doesnt load /auto.p
22694:
22695: 2001-04-18 paf
22696:
22697: * src/main/pa_request.C: 1
22698:
22699: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22700: linux @alx
22701:
22702: 2001-04-17 paf
22703:
22704: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22705: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22706: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22707: enabled
22708:
22709: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22710: classes/_exec.h, classes/_file.h, classes/_form.h,
22711: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22712: classes/_random.h, classes/_response.h, classes/_string.h,
22713: classes/_table.h, classes/_unknown.h, classes/file.C,
22714: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22715: include/pa_config_fixed.h, include/pa_config_includes.h,
22716: include/pa_hash.h, include/pa_sql_driver_manager.h,
22717: include/pa_version.h, main/Makefile.am, main/compile.y,
22718: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22719: main/pa_sql_driver_manager.C, sql/Makefile.am,
22720: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22721: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22722: types/pa_vform.C, types/pa_vimage.h: exec @jav
22723:
22724: * src/: include/pa_sql_driver_manager.h,
22725: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22726: types/pa_vimage.h: sql driver interface now has initialize(client
22727: .so)
22728:
22729: 2001-04-16 paf
22730:
22731: * src/Makefile.am: compile2 cygwin
22732:
22733: * src/: include/pa_config_includes.h, main/pa_exec.C,
22734: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22735:
22736: * src/targets/cgi/Makefile.am: compile0 jav
22737:
22738: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22739: classes/_exec.h, classes/_file.h, classes/_form.h,
22740: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22741: classes/_random.h, classes/_response.h, classes/_string.h,
22742: classes/_table.h, classes/_unknown.h, classes/image.C,
22743: classes/mail.C, classes/op.C, classes/random.C,
22744: include/pa_config_fixed.h, include/pa_config_includes.h,
22745: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22746: main/compile.y, main/pa_common.C, main/pa_exec.C,
22747: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22748: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22749: compile-1
22750:
22751: 2001-04-15 paf
22752:
22753: * src/classes/op.C: z
22754:
22755: * src/classes/table.C: table:empty +=process
22756:
22757: * src/types/pa_value.h: MethodParams !junction
22758:
22759: * src/: classes/_string.h, classes/double.C, classes/file.C,
22760: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22761: classes/random.C, classes/response.C, classes/string.C,
22762: classes/table.C, classes/unknown.C, main/pa_request.C:
22763: MethodParams everywhere
22764:
22765: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22766: types/pa_vmethod_frame.h: MethodParams in op.C
22767:
22768: 2001-04-12 paf
22769:
22770: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22771:
22772: * src/: classes/_unknown.h, classes/unknown.C,
22773: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22774: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22775:
22776: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22777:
22778: * src/classes/image.C: image:gif now does not have params
22779:
22780: * src/classes/image.C:
22781: image:line/fill/rectangle/bar/replace/polygon/polybar
22782:
22783: * src/: classes/image.C, classes/op.C, main/execute.C,
22784: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22785: for var now written not to r.wcontext, but to r.root cleared
22786: "entered_object" state
22787:
22788: 2001-04-11 paf
22789:
22790: * src/classes/image.C: image:create image:load
22791:
22792: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22793: just compiled
22794:
22795: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22796: todo: gif without file
22797:
22798: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22799: started porting to Pooled descendant
22800:
22801: * src/: classes/image.C, main/execute.C, main/main.dsp,
22802: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22803: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22804: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22805:
22806: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22807: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22808: end. switching to python imaging lib
22809:
22810: * src/main/main.dsp: gd+smtp made separate libs
22811:
22812: * src/: include/pa_globals.h, include/pa_string.h,
22813: main/pa_common.C, main/pa_request.C, main/untaint.C,
22814: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22815: length
22816:
22817: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22818: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22819: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22820: UL_FILE_NAME of posted file name
22821:
22822: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22823: post [broke when moved post read to core]
22824:
22825: 2001-04-10 paf
22826:
22827: * src/classes/image.C: image:html done
22828:
22829: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22830:
22831: * src/classes/image.C: z
22832:
22833: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22834: forgotten!
22835:
22836: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22837: main/pa_request.C, main/pa_string.C, main/untaint.C,
22838: types/pa_vimage.h: image:measure -90
22839:
22840: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22841: classes/_int.h, classes/_mail.h, classes/_op.h,
22842: classes/_random.h, classes/_response.h, classes/_string.h,
22843: classes/_table.h, classes/file.C, classes/mail.C,
22844: include/pa_common.h, include/pa_globals.h, main/execute.C,
22845: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22846: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22847: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22848: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22849: compiled
22850:
22851: * src/classes/mail.C: minor bug with unclear from/to
22852:
22853: * src/classes/mail.C: sendmail unix skipping defaults
22854:
22855: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22856: sendmail unix added defaults
22857:
22858: * src/classes/mail.C: unix sendmail compiled. todo:testing
22859:
22860: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22861:
22862: 2001-04-09 paf
22863:
22864: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22865: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22866: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22867: targets/isapi/parser3isapi.dsp: all targets exec
22868:
22869: * src/: include/pa_sapi.h, include/pa_string.h,
22870: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22871: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22872: args in apache:util.script
22873:
22874: * src/include/pa_string.h: written but not tested exec with env for
22875: unix
22876:
22877: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22878: targets/cgi/parser3.C: exec win32 env
22879:
22880: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22881: 0
22882:
22883: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22884: main/execute.C, main/main.dsp, main/pa_globals.C,
22885: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22886: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22887:
22888: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22889: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22890:
22891: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22892: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22893:
22894: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22895: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22896: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22897: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22898: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22899: exec class just compiled. moved post read to request core
22900:
22901: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22902: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22903: main/pa_globals.C, targets/cgi/parser3.C,
22904: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22905: are already read by vform
22906:
22907: 2001-04-08 paf
22908:
22909: * src/: classes/file.C, classes/mail.C, classes/string.C,
22910: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22911: uuencode. string<<
22912:
22913: 2001-04-07 paf
22914:
22915: * src/classes/mail.C: z
22916:
22917: * src/classes/mail.C: z
22918:
22919: * src/classes/mail.C: ^mail[$attach
22920:
22921: * src/classes/mail.C: ^attach dead end
22922:
22923: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22924: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22925: targets/isapi/parser3isapi.C: mail:send 1
22926:
22927: * src/: classes/mail.C, main/pa_request.C: z
22928:
22929: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22930: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22931: compiled
22932:
22933: * src/classes/mail.C: +=
22934:
22935: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22936: prepared
22937:
22938: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22939: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22940: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22941: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22942:
22943: 2001-04-06 paf
22944:
22945: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22946: main/pa_string.C: table:dir 1
22947:
22948: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22949: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22950:
22951: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22952: classes/root.C, include/pa_globals.h, include/pa_request.h,
22953: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22954: main/pa_request.C: renamed 'root' to 'op'
22955:
22956: * src/classes/: _op.h, op.C: renamed from 'root'
22957:
22958: * src/types/pa_valiased.C: another root inherititance skipped
22959:
22960: * src/main/: compile.C, compile.y, execute.C: operators are now not
22961: root methods of parent class. just 'ROOT' class
22962:
22963: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22964: @office
22965:
22966: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22967:
22968: 2001-04-05 paf
22969:
22970: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22971: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22972: constructor flag dropped at get_method_frame and remembered into
22973: method_frame
22974:
22975: * src/: classes/file.C, classes/root.C, classes/string.C,
22976: classes/table.C, main/pa_request.C: junction to code&expression
22977: in errors
22978:
22979: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22980: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22981: $LOCALE:ctype[Russian_Russia.1251]
22982:
22983: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22984: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22985: main/pa_table.C: hash now not thread-safe.
22986:
22987: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22988: main/untaint.C: z
22989:
22990: * src/: classes/random.C, classes/root.C, classes/table.C,
22991: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22992: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22993: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22994: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22995:
22996: * src/: classes/table.C, include/pa_sql_connection.h,
22997: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22998:
22999: * src/classes/table.C: select * from hren error contains statement
23000:
23001: * src/: classes/table.C, include/pa_sql_connection.h,
23002: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23003: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23004:
23005: * src/: classes/root.C, include/pa_sql_connection.h,
23006: include/pa_sql_driver.h, main/main.dsp,
23007: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23008: services for conv memory & error reporting
23009:
23010: 2001-04-04 paf
23011:
23012: * src/doc/doxygen.cfg: z
23013:
23014: * src/include/pa_sql_driver.h: mysql connect
23015:
23016: * src/include/pa_sql_driver.h: mysql info
23017:
23018: * src/: classes/root.C, include/pa_sql_driver.h,
23019: include/pa_sql_driver_manager.h, main/main.dsp,
23020: main/pa_sql_driver_manager.C: more manager&connection&driver
23021:
23022: * src/sql/Makefile.am: forgot to add mysql client
23023:
23024: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23025: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23026: [forgot to add libltdl, added]
23027:
23028: * src/: Makefile.am, classes/root.C, classes/string.C,
23029: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23030: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23031: include/pa_string.h, include/pa_table.h, main/main.dsp,
23032: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23033: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23034: -1000 just compiled
23035:
23036: * src/: classes/random.C, classes/root.C, classes/table.C,
23037: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23038: main/pa_request.C, types/pa_vclass.h: sql frame -10
23039:
23040: 2001-04-03 paf
23041:
23042: * src/types/pa_vform.C: z
23043:
23044: * src/: classes/string.C, types/pa_vform.C: string:match replace
23045: assigned lang
23046:
23047: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23048: {}[]< empty []
23049:
23050: * src/: classes/file.C, classes/string.C, classes/table.C,
23051: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23052: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23053:
23054: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23055: string:match replace strange matches
23056:
23057: * src/classes/string.C: string:match replace 0
23058:
23059: * src/: classes/string.C, main/pa_string.C: string:match replace
23060: prepared 2
23061:
23062: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23063: string:match replace prepared
23064:
23065: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23066: string:match replace -11
23067:
23068: * src/: classes/string.C, include/pa_globals.h,
23069: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23070: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23071:
23072: * src/: classes/string.C, include/pa_globals.h,
23073: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23074: main/pa_string.C: string:match [search] -1 just compiled
23075:
23076: * src/types/pa_vstring.C: z
23077:
23078: * src/: classes/double.C, classes/file.C, classes/form.C,
23079: classes/int.C, classes/response.C, classes/root.C,
23080: classes/string.C, classes/table.C, include/pa_string.h,
23081: main/pa_string.C: string:match -10 [frame]
23082:
23083: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23084: main/pa_request.C: z
23085:
23086: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23087: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23088: todo/tests
23089:
23090: * src/include/pa_common.h: z
23091:
23092: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23093: main/pa_request.C, targets/cgi/parser3.C,
23094: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23095: content-disposition
23096:
23097: * src/: include/pa_common.h, include/pa_globals.h,
23098: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23099: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23100:
23101: * src/: include/pa_common.h, include/pa_request.h,
23102: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23103: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23104: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23105: response:body
23106:
23107: * src/classes/table.C: table:append now uses string::split
23108:
23109: * src/classes/table.C: z
23110:
23111: * src/: classes/file.C, classes/root.C, classes/string.C,
23112: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23113: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23114: include/pa_string.h, main/execute.C, main/pa_string.C,
23115: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23116: string::pos & cmp & piece bugs fixed. string::split new
23117: table:load separated from set table:set implemented with clean \n
23118: \t searches
23119:
23120: 2001-04-02 paf
23121:
23122: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23123: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23124: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23125: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23126: it in table:set/load
23127:
23128: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23129: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23130:
23131: * src/classes/random.C: random:generate 1
23132:
23133: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23134: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23135: types/pa_value.h: random:generate
23136:
23137: 2001-03-30 paf
23138:
23139: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23140: todo: table flip and append. string::pos
23141:
23142: * src/: classes/double.C, classes/file.C, classes/int.C,
23143: classes/response.C, classes/root.C, classes/string.C,
23144: classes/table.C, main/compile.y, main/execute.C,
23145: types/pa_value.h, types/pa_vstateless_class.C,
23146: types/pa_vstateless_class.h: static|dynamic|any method
23147: registration
23148:
23149: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23150: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23151: table:flip
23152:
23153: 2001-03-29 paf
23154:
23155: * src/classes/string.C: string:xsplit forgot that they must result
23156: in 1 row N column [not vice versa]
23157:
23158: * src/classes/string.C: z
23159:
23160: * src/classes/string.C: string: rsplit
23161:
23162: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23163: string: lsplit
23164:
23165: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23166: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23167: lsplit -1
23168:
23169: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23170: string: pos
23171:
23172: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23173: string: pos -1
23174:
23175: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23176: main/compile.y, main/pa_request.C, main/pa_string.C,
23177: main/untaint.C: string: left right mid
23178:
23179: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23180: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23181: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23182: and [;] are different now.
23183:
23184: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23185: main/untaint.C: pool.request undone
23186:
23187: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23188: main/untaint.C: pool.request
23189:
23190: 2001-03-28 paf
23191:
23192: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23193: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23194: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23195: $request:browser [.type .version]; unknown.get_double now = 0.
23196:
23197: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23198: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23199: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23200: types/pa_vform.C: file:load autodetection of mime-type by
23201: user-file-name
23202:
23203: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23204: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23205: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23206:
23207: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23208: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23209: write. must be self.set
23210:
23211: * src/: classes/file.C, classes/root.C, classes/table.C,
23212: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23213:
23214: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23215: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23216: types/pa_vtable.h: table:locate just compiled
23217:
23218: 2001-03-27 paf
23219:
23220: * src/main/: execute.C, pa_common.C: fixed r/w context of
23221: code-params2, fixed ntfs hardlink slow dir update
23222:
23223: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23224: types/pa_wcontext.h: fixed r/w context of code-params
23225:
23226: * src/: classes/table.C, main/execute.C: about to change junction
23227: rcontext!!
23228:
23229: * src/: classes/double.C, classes/int.C, classes/root.C,
23230: classes/string.C, classes/table.C, main/compile_tools.C,
23231: main/execute.C, main/pa_request.C, main/untaint.C,
23232: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23233: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23234: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23235: types/pa_vunknown.h: sort 0
23236:
23237: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23238: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23239: renamed to are_static_calls_disabled
23240:
23241: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23242: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23243: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23244: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23245:
23246: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23247:
23248: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23249: started table:sort fixed minor bug in #...^{
23250:
23251: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23252: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23253: decided to have as it were. stepped back. grammar: added 'in'
23254: 'is' 'lt'&co follow-space check
23255:
23256: 2001-03-26 paf
23257:
23258: * src/: classes/file.C, classes/root.C, classes/table.C,
23259: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23260: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23261: main/pa_table.C: moved ::save to pa_table. disabled @auto
23262: invocation in ^process
23263:
23264: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23265:
23266: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23267: main/pa_array.C: table:record
23268:
23269: * src/: main/untaint.C, targets/cgi/parser3.C,
23270: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23271: targets/isapi/pool_storage.h, types/pa_valiased.h,
23272: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23273: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23274: types/pa_vtable.h: z
23275:
23276: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23277: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23278: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23279: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23280: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23281: method realisations on 'self' validity - they now can simply
23282: assume that 'self' is V{Proper} .
23283:
23284: 2001-03-25 paf
23285:
23286: * src/main/untaint.C: z
23287:
23288: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23289: lowlevel - it initialization could be skipped if failed in @auto.
23290: so that exception report would use some table
23291:
23292: * src/main/pa_request.C: table empty lines ignored. system-default
23293: content type assigned in output:result [can fail in main:auto and
23294: skipped normal defaults extraction]
23295:
23296: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23297: bug
23298:
23299: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23300: processing to table [except preliminary \r\n \r \n replacements
23301: to "\n"]
23302:
23303: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23304: move all the processing to table
23305:
23306: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23307: main/pa_table.C, main/untaint.C: returned table originating.
23308: useful for reporting typo table problems origin. think would be
23309: useful somewhere else
23310:
23311: * src/main/untaint.C: typo \r \r\n \n properly handled
23312:
23313: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23314: include/pa_table.h, main/compile.y, main/compile_tools.C,
23315: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23316: main/pa_string.C, main/pa_table.C, main/untaint.C,
23317: types/pa_vcookie.h: typo & typo-default
23318:
23319: 2001-03-24 paf
23320:
23321: * src/main/pa_common.C: z
23322:
23323: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23324: targets/cgi/parser3.C: html-typo 2
23325:
23326: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23327: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23328: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23329: main/execute.C, main/pa_array.C, main/pa_globals.C,
23330: main/pa_request.C, main/pa_string.C, main/untaint.C,
23331: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23332: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23333: noticed double default content-type prob. run cgi.cmd tomorrow
23334: first html-typo sample. detected << problem: they become ltlt too
23335: fast
23336:
23337: * src/main/compile.y: z
23338:
23339: * src/main/: compile.y, compile_tools.h: #comment
23340:
23341: * src/: classes/file.C, classes/root.C, classes/table.C,
23342: include/pa_common.h, include/pa_request.h, main/compile.y,
23343: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23344: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23345: stringified
23346:
23347: * src/types/pa_valiased.C: decided to String-ify file_read
23348:
23349: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23350: isapi/parser3isapi.dsp: cgi: sapi::log
23351:
23352: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23353: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23354: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23355: error log experiments failed - cgi under iis got no access to
23356: log. registereventsource simply failed with 5(illegal call) code,
23357: while worked OK as standalone executable. isapi: used
23358: HSE_APPEND_LOG_PARAMETER feature
23359:
23360: * src/: include/pa_common.h, include/pa_globals.h,
23361: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23362: targets/isapi/parser3isapi.C: fixed default content-type
23363: allocation storage
23364:
23365: * src/: include/pa_globals.h, include/pa_request.h,
23366: main/pa_globals.C, main/pa_request.C: z
23367:
23368: * src/: include/pa_array.h, include/pa_hash.h,
23369: include/pa_request.h, main/compile.y, main/pa_array.C,
23370: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23371: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23372: content-type
23373:
23374: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23375: sanity
23376:
23377: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23378: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23379: away freeze mech. no danger now for you can't do
23380: ^request:process[@new-method[] body] trick anymore. still
23381: remains $some_instance.process[@new-method[] possibility] but
23382: would leave it as a feature. see index for sample
23383:
23384: * src/: include/pa_common.h, main/pa_common.C,
23385: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23386: monkey every target
23387:
23388: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23389: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23390: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23391:
23392: 2001-03-23 paf
23393:
23394: * src/: include/pa_pool.h, main/pa_request.C,
23395: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23396: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23397: targets/isapi/pool_storage.h: isapi: dumb pool storage
23398:
23399: * src/targets/isapi/pa_pool.C: decided to continue with extension
23400:
23401: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23402: it would be better to rewrite as filter then to deal with pool
23403:
23404: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23405: now like in cgi, not from APPL_PHYSICAL_PATH
23406:
23407: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23408: include/pa_config_fixed.h, include/pa_config_includes.h,
23409: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23410: include/pa_version.h, main/compile.y, main/execute.C,
23411: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23412: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23413: main/untaint.C, targets/cgi/parser3.C,
23414: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23415: cgi: reinvent document_root and request_uri under iis. autoconf
23416: updated. introducing ap_config_includes
23417:
23418: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23419:
23420: * src/targets/cgi/parser3.C: cgi: only one pool now
23421:
23422: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23423: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23424: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23425: types/pa_venv.h, types/pa_vform.C: sapi made object
23426:
23427: * src/: include/pa_globals.h, main/pa_request.C,
23428: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23429: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23430: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23431:
23432: * src/: main/pa_request.C, targets/cgi/parser3.C,
23433: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23434: isapi minor env beauty
23435:
23436: * src/: main/pa_request.C, targets/cgi/parser3.C,
23437: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23438: isapi document_root 0
23439:
23440: 2001-03-22 paf
23441:
23442: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23443:
23444: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23445: isapi/parser3isapi.C: z
23446:
23447: * src/: include/pa_pool.h, main/pa_request.C,
23448: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23449:
23450: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23451: kill.pl: isapi added utils
23452:
23453: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23454: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23455: types/pa_vform.C: isapi 0
23456:
23457: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23458: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23459: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23460: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23461: started isapi
23462:
23463: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23464: some comments
23465:
23466: * src/: include/pa_globals.h, include/pa_request.h,
23467: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23468: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23469: parser_root_auto_path parser_site_auto_path
23470:
23471: * src/types/pa_vcookie.C: cookie attr decoded
23472:
23473: 2001-03-21 paf
23474:
23475: * src/targets/cgi/parser3.C: z
23476:
23477: * src/include/pa_globals.h: post. todo: config of auto.p path
23478:
23479: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23480: types/pa_venv.h: in cookie & env. todo:post
23481:
23482: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23483: classes/root.C, classes/table.C, include/pa_array.h,
23484: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23485: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23486: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23487: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23488: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23489: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23490: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23491: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23492: shifted apache branch on main trunc
23493:
23494: * src/: include/pa_common.h, include/pa_globals.h,
23495: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23496: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23497: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23498: starting mod_parser3
23499:
23500: * src/targets/cgi/parser3.C: starting mod_parser3
23501:
23502: 2001-03-20 paf
23503:
23504: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23505: targets/cgi/parser3.C: automake compiled and works. todo:make
23506: win32 ifdefs work and add ifdef unistd
23507:
23508: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23509: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23510: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23511: z
23512:
23513: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23514: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23515: locking
23516:
23517: * src/: classes/Makefile.am, types/Makefile.am: z
23518:
23519: * src/: Makefile.am, classes/file.C, classes/root.C,
23520: classes/table.C, include/pa_array.h, include/pa_request.h,
23521: include/pa_string.h, main/Makefile.am, main/execute.C,
23522: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23523: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23524: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23525: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23526:
23527: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23528: main/pa_request.C, types/pa_vfile.h: ^table:save
23529:
23530: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23531: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23532: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23533: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23534: types/pa_vform.h: z
23535:
23536: * src/include/pa_string.h: z
23537:
23538: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23539: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23540: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23541: :Value
23542:
23543: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23544: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23545: :VStateless_object
23546:
23547: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23548: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23549: :VStateless_object
23550:
23551: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23552: types/pa_valiased.C, types/pa_vform.h: commented VForm
23553:
23554: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23555: types/pa_valiased.h, types/pa_value.h,
23556: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23557: types/pa_vstateless_object.h: moved common get_element part from
23558: stateless object&class into VAliased
23559:
23560: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23561: classes/table.C, main/execute.C, main/main.dsp,
23562: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23563: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23564: now :Value
23565:
23566: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23567: main/execute.C, main/main.dsp, main/pa_globals.C,
23568: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23569:
23570: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23571: doxx
23572:
23573: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23574: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23575: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23576: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23577: and ^file:save
23578:
23579: 2001-03-19 paf
23580:
23581: * src/types/pa_vfile.C: z
23582:
23583: * src/: classes/file.C, classes/request.C, classes/table.C,
23584: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23585: main/pa_request.C, main/untaint.C, types/pa_value.h,
23586: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23587:
23588: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23589: include/pa_string.h, include/pa_table.h, main/main.dsp,
23590: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23591: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23592: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23593: classes/_file.h, classes/file.C, types/pa_vfile.C,
23594: types/pa_vfile.h: file class just compiled
23595:
23596: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23597: include/pa_table.h, include/pa_types.h, main/execute.C,
23598: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23599: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23600: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23601:
23602: * src/include/pa_pool.h: z
23603:
23604: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23605: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23606: Hash::Value to Val so to doxygen would finlly stop confusing
23607: those Value-s
23608:
23609: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23610: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23611: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23612: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23613: include/pa_types.h, main/compile.C, main/compile.y,
23614: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23615: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23616: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23617: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23618: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23619:
23620: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23621: derivates somehow unlinked. don't know why yet
23622:
23623: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23624: include/pa_string.h, include/pa_threads.h, main/compile.C,
23625: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23626: main/execute.C, main/pa_array.C, main/pa_common.C,
23627: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23628: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23629: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23630:
23631: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23632: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23633: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23634: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23635: types/pa_vrequest.h: doc: detected Value derivates prob
23636:
23637: * src/include/pa_globals.h: z
23638:
23639: * src/: classes/_request.h, classes/request.C, include/code.h,
23640: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23641: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23642: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23643: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23644: main/execute.C, main/pa_pool.C, main/pa_request.C,
23645: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23646: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23647:
23648: 2001-03-18 paf
23649:
23650: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23651: cookie: allowed access to hash-assigned
23652:
23653: * src/targets/cgi/parser3.C: z
23654:
23655: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23656: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23657: include/pa_types.h, main/main.dsp, main/pa_common.C,
23658: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23659: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23660: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23661: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23662: types/pa_vunknown.h: cookie class
23663:
23664: * src/main/pa_request.C: zero length output allowed
23665:
23666: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23667: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23668:
23669: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23670: lang switch
23671:
23672: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23673: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23674: types/pa_value.h, types/pa_vhash.h:
23675: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23676:
23677: * src/main/execute.C: z
23678:
23679: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23680: targets/cgi/parser3.C: taint[uri
23681:
23682: * src/: classes/request.C, classes/response.C, classes/root.C,
23683: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23684: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23685: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23686:
23687: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23688: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23689: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23690: types/pa_vstateless_class.C: convinient string(pool, char *src,
23691: bool tainted) ctor
23692:
23693: * src/: include/pa_hash.h, include/pa_request.h,
23694: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23695: main/pa_request.C, main/pa_string.C, main/untaint.C,
23696: targets/cgi/parser3.C: proper @exceptions params tainting
23697:
23698: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23699: response fields to header
23700:
23701: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23702: z
23703:
23704: * src/: classes/_response.h, classes/response.C,
23705: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23706: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23707: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23708: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23709: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23710: $response: 0 request::core exception rethrow
23711:
23712: 2001-03-16 paf
23713:
23714: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23715: types/pa_vrequest.h: native method' class call with less params
23716: then needed error reporting
23717:
23718: * src/: classes/_request.h, classes/request.C,
23719: include/pa_globals.h, include/pa_request.h, main/execute.C,
23720: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23721: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23722: types/pa_vrequest.h: $request : query :uri
23723:
23724: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23725: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23726: types/pa_wcontext.h: $result
23727:
23728: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23729:
23730: * src/: classes/double.C, include/code.h, main/compile.y,
23731: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23732: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23733:
23734: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23735: main/compile.y, main/execute.C, types/pa_value.h,
23736: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23737: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23738: wcontext conflict
23739:
23740: * src/: main/execute.C, types/pa_value.h,
23741: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23742: $string.field
23743:
23744: 2001-03-15 paf
23745:
23746: * src/main/pa_request.C: news sample
23747:
23748: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23749: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23750:
23751: * src/main/: compile.y, execute.C: z
23752:
23753: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23754: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23755: pre pre works
23756:
23757: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23758: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23759: fillfields just compiled
23760:
23761: 2001-03-14 paf
23762:
23763: * src/: include/pa_request.h, main/pa_request.C,
23764: targets/cgi/parser3.C: z
23765:
23766: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23767: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23768: types/pa_vstring.h: limits -1
23769:
23770: * src/: include/pa_globals.h, include/pa_request.h,
23771: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23772: main/pa_request.C, targets/cgi/parser3.C,
23773: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23774: request_info -1
23775:
23776: * src/: include/pa_globals.h, main/pa_globals.C,
23777: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23778: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23779: vform_fields_fill
23780:
23781: * src/targets/cgi/parser3.C: # if MSVC
23782:
23783: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23784: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23785:
23786: * src/targets/cgi/parser3.C: z
23787:
23788: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23789: include/pa_string.h, include/pa_types.h, main/compile.y,
23790: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23791: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23792: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23793: types/pa_vunknown.h: global handler, exceptions in parser3
23794:
23795: 2001-03-13 paf
23796:
23797: * src/: classes/form.C, main/compile.y, main/core.C,
23798: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23799: types/pa_vform.h, types/pa_vstateless_class.C,
23800: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23801: instead
23802:
23803: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23804: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23805: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23806: started cgi target
23807:
23808: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23809: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23810: before error show with parser
23811:
23812: * src/: classes/_form.h, classes/form.C, include/core.h,
23813: include/pa_request.h, main/core.C, main/pa_request.C,
23814: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23815:
23816: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23817:
23818: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23819: parser3.C: renamed targets/ parser to cgi
23820:
23821: * src/: classes/double.C, classes/env.C, classes/int.C,
23822: classes/root.C, classes/string.C, classes/table.C,
23823: include/pa_request.h, types/pa_vhash.h: z
23824:
23825: * src/: classes/_env.h, classes/env.C, classes/root.C,
23826: include/core.h, include/pa_pool.h, include/pa_request.h,
23827: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23828: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23829: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23830: [historical moment :)]
23831:
23832: * src/: include/code.h, include/pa_string.h, main/compile.y,
23833: main/execute.C, main/pa_string.C: 'value is type' expr operator
23834:
23835: * src/types/pa_venv.h: $ENV 1
23836:
23837: * src/main/execute.C: z
23838:
23839: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23840: future methods of ENV constructor if
23841:
23842: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23843: class
23844:
23845: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23846: classes/_root.h, classes/_string.h, classes/_table.h,
23847: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23848: classes/string.C, classes/table.C, include/pa_request.h,
23849: main/compile.C, main/compile_tools.h, main/core.C,
23850: main/execute.C, main/main.dsp, main/pa_request.C,
23851: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23852: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23853: types/pa_vobject.h, types/pa_vstateless_class.C,
23854: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23855: types/pa_wcontext.h: $ENV: re 0, stateless classes
23856:
23857: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23858: classes/_root.h, classes/_string.h, classes/_table.h,
23859: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23860: classes/string.C, classes/table.C, include/pa_request.h,
23861: main/compile.C, main/compile_tools.h, main/core.C,
23862: main/execute.C, main/main.dsp, main/pa_request.C,
23863: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23864: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23865: types/pa_vobject.h, types/pa_vstateless_class.C,
23866: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23867: types/pa_wcontext.h: $ENV: re 0, stateless classes
23868:
23869: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23870: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23871: yesterdays bad decision on execute_static_method
23872:
23873: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23874:
23875: * src/: classes/double.C, classes/int.C, classes/root.C,
23876: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23877:
23878: * src/main/pa_request.C: z
23879:
23880: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23881: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23882:
23883: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23884: include/pa_pool.h, main/pa_request.C:
23885: restructure_exceptions_dead_end
23886:
23887: * src/: classes/root.C, main/compile.y: ^if required junctions.
23888: allowed ; inside {} to break params
23889:
23890: * src/classes/root.C: ^eval
23891:
23892: * src/: classes/_string.h, classes/double.C, classes/int.C,
23893: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23894: string ^format
23895:
23896: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23897: 'bad' but not 'enough'
23898:
23899: * src/: classes/double.C, classes/root.C, classes/table.C,
23900: include/pa_common.h, include/pa_types.h, main/compile.y,
23901: main/pa_common.C, main/pa_request.C, main/untaint.C,
23902: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23903: types/pa_wwrapper.h: think constructing flag as is is bad
23904:
23905: * src/: classes/double.C, classes/int.C, classes/root.C,
23906: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23907: types/pa_vint.h: ^for
23908:
23909: 2001-03-12 paf
23910:
23911: * src/classes/table.C: table ^empty
23912:
23913: * src/: classes/table.C, include/pa_table.h: table ^menu
23914:
23915: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23916: ^offset ^line ^count
23917:
23918: * src/classes/root.C: ^round() ^floor() ^ceiling()
23919: ^abs() ^sign()
23920:
23921: * src/classes/: root.C, table.C: ^use
23922:
23923: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23924: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23925: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23926: ^while. switched off wcontext.constructing after write(value) or
23927: auto-vhash-constructing
23928:
23929: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23930: main/pa_request.C: fail_if_junction_ helper func
23931:
23932: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23933: include/pa_request.h, main/execute.C, main/main.dsp,
23934: main/pa_common.C, main/pa_request.C: ^process error point by
23935: actual method_name, not source. ^load
23936:
23937: * src/types/pa_vtable.h: table: no, better with string in cells...
23938:
23939: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23940: classes/_table.h, classes/table.C, main/untaint.C: z
23941:
23942: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23943: include/pa_table.h, main/core.C, main/execute.C,
23944: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23945: types/pa_value.h: table:set 0
23946:
23947: * src/: classes/root.C, include/core.h, include/pa_array.h,
23948: include/pa_request.h, include/pa_table.h, main/core.C,
23949: main/main.dsp, main/pa_request.C, main/pa_table.C,
23950: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23951: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23952: types/pa_vstring.h: freeze, ^table:create[] -1
23953:
23954: * src/: classes/root.C, types/pa_value.h: z
23955:
23956: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23957: get_method in couple places optimizing them
23958:
23959: * src/classes/root.C: z
23960:
23961: * src/: classes/root.C, types/pa_vclass.h: process temp main
23962: zeroing
23963:
23964: * src/: classes/double.C, classes/int.C, classes/root.C,
23965: classes/string.C, include/pa_common.h, include/pa_request.h,
23966: include/pa_string.h, include/pa_types.h, main/compile.C,
23967: main/compile.y, main/compile_tools.h, main/execute.C,
23968: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23969: types/pa_vmframe.h: ^process. actual names to store param and
23970: check_actual_numbered_params for better place diagnostics
23971:
23972: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23973: method-junctions bug fixed
23974:
23975: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23976: pa_vstateless_object.h, pa_vstring.h: stateless_object
23977:
23978: 2001-03-11 paf
23979:
23980: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23981: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23982: VDouble VInt base now VObject_base - without fields
23983:
23984: * src/: classes/root.C, include/core.h, main/core.C: z
23985:
23986: * src/: classes/double.C, classes/int.C, classes/root.C,
23987: classes/string.C, include/core.h, include/pa_hash.h,
23988: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23989: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23990:
23991: * src/: classes/double.C, classes/int.C, classes/root.C,
23992: include/pa_request.h, main/execute.C: intercept_string
23993:
23994: * src/: classes/double.C, classes/int.C, classes/root.C,
23995: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23996:
23997: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23998: ^inc-s(expr)
23999:
24000: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24001: classes/_root.h, classes/_string.h, classes/double.C,
24002: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24003: include/code.h, include/core.h, include/pa_array.h,
24004: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24005: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24006: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24007: include/pa_types.h, main/compile.C, main/compile.y,
24008: main/compile_tools.C, main/compile_tools.h, main/core.C,
24009: main/execute.C, main/pa_array.C, main/pa_common.C,
24010: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24011: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24012: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24013: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24014: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24015: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24016: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24017: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24018:
24019: * src/: main/pa_request.C, types/pa_vhash.h: z
24020:
24021: * src/: include/core.h, include/pa_request.h, main/core.C,
24022: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24023:
24024: * src/: include/pa_valiased.h, include/pa_value.h,
24025: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24026: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24027: include/pa_vjunction.h, include/pa_vmframe.h,
24028: include/pa_vobject.h, include/pa_vstring.h,
24029: include/pa_vunknown.h, include/pa_wcontext.h,
24030: include/pa_wwrapper.h, main/compile.y, main/core.C,
24031: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24032: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24033: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24034: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24035: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24036: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24037: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24038: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24039: include/
24040:
24041: 2001-03-10 paf
24042:
24043: * src/: include/core.h, include/pa_request.h, main/core.C,
24044: main/pa_request.C: run+auto=run
24045:
24046: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24047:
24048: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24049: classes/_root.h, classes/_string.h, classes/double.C,
24050: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24051: include/code.h, include/core.h, include/pa_array.h,
24052: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24053: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24054: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24055: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24056: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24057: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24058: include/pa_vjunction.h, include/pa_vmframe.h,
24059: include/pa_vobject.h, include/pa_vstring.h,
24060: include/pa_vunknown.h, include/pa_wcontext.h,
24061: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24062: main/compile_tools.C, main/compile_tools.h, main/core.C,
24063: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24064: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24065: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24066: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24067: main/pa_wcontext.C: sources header
24068:
24069: * src/main/pa_request.C: auto..
24070:
24071: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24072: main/pa_request.C: auto tree0
24073:
24074: * src/: include/core.h, include/pa_request.h, main/compile.y,
24075: main/core.C, main/pa_request.C: names to core.C
24076:
24077: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24078: include/pa_request.h, main/core.C, main/execute.C,
24079: main/pa_common.C, main/pa_request.C: root auto.p loaded
24080:
24081: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24082: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24083: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24084: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24085:
24086: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24087: @auto[] realised. auto.p scan togo
24088:
24089: * src/: include/pa_request.h, main/execute.C: autocalc
24090: code-junctions result now have names
24091:
24092: * src/: classes/double.C, classes/int.C, classes/root.C,
24093: classes/string.C, include/pa_request.h, include/pa_string.h,
24094: include/pa_wcontext.h, main/compile.y, main/execute.C,
24095: main/pa_string.C, main/pa_wcontext.C: tainting 0
24096:
24097: * src/classes/env.C: env:file/line
24098:
24099: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24100: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24101: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24102: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24103: main/compile_tools.C, main/compile_tools.h, main/core.C,
24104: main/execute.C, main/main.dsp, main/pa_cframe.C,
24105: main/pa_request.C, main/pa_wcontext.C: const fight finished
24106:
24107: * src/include/pa_vclass.h: const fight to go
24108:
24109: * src/: classes/_env.h, classes/env.C, classes/root.C,
24110: include/pa_request.h, include/pa_vclass.h, main/core.C,
24111: main/main.dsp: env0
24112:
24113: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24114: classes/_string.h, classes/double.C, classes/int.C,
24115: classes/root.C, classes/string.C, include/pa_request.h,
24116: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24117: include/pa_wcontext.h, main/core.C, main/main.dsp,
24118: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24119: main/pa_wcontext.C: ^lang prepare0
24120:
24121: 2001-03-09 paf
24122:
24123: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24124: construct proper naming
24125:
24126: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24127: classes/double.C, classes/int.C, classes/root.C,
24128: classes/string.C, include/code.h, include/pa_value.h,
24129: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24130: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24131: main/compile.y, main/compile_tools.C, main/core.C,
24132: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24133: and ^double[]. fixed expr type
24134:
24135: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24136: ^string.length[]
24137:
24138: 2001-03-08 paf
24139:
24140: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24141:
24142: * src/: include/pa_vclass.h, include/pa_vstring.h,
24143: include/pa_wcontext.h, main/compile.y, main/core.C,
24144: main/execute.C, main/main.dsp: dead end: vstring can't be
24145: derivated from vobject
24146:
24147: * src/: include/pa_vclass.h, include/pa_vhash.h,
24148: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24149:
24150: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24151: remained clone conseqs
24152:
24153: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24154:
24155: * src/main/pa_vclass.C: wow! vclass were out of vcs
24156:
24157: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24158: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24159: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24160: include/pa_vobject.h, include/pa_vstring.h,
24161: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24162: main/execute.C: withoud cloning. didn't need it actually, params
24163: got passed from out unnamed ewpool
24164:
24165: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24166: include/pa_vjunction.h, include/pa_vobject.h,
24167: include/pa_vunknown.h, main/compile.y: cloning dead end
24168:
24169: * src/: include/pa_bool.h, include/pa_double.h,
24170: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24171: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24172: include/pa_vjunction.h, include/pa_vmframe.h,
24173: include/pa_vobject.h, include/pa_vstring.h,
24174: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24175: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24176: to give params proper names
24177:
24178: * src/main/pa_wcontext.C: z
24179:
24180: * src/: include/pa_vmframe.h, main/execute.C: added names to
24181: unknown values in get_element and unfilled params. removed wrong
24182: name change in get_element
24183:
24184: * src/main/execute.C: z
24185:
24186: * src/main/execute.C: fixed problems calling operators in
24187: constructors
24188:
24189: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24190: detected problems calling operators in constructors
24191:
24192: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24193: autocalc def to string
24194:
24195: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24196: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24197:
24198: * src/classes/root.C: added root.c
24199:
24200: * src/: include/pa_request.h, include/pa_value.h,
24201: include/pa_vcframe.h, include/pa_vmframe.h,
24202: include/pa_wcontext.h, main/compile.C, main/compile.y,
24203: main/core.C, main/execute.C, main/pa_cframe.C,
24204: main/pa_wcontext.C: 'if' just compiled
24205:
24206: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24207: include/pa_vjunction.h, include/pa_vmframe.h,
24208: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24209: main/pa_wcontext.C: z
24210:
24211: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24212: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24213: with parameter names in operator methods
24214:
24215: * src/main/compile.y: minor renamings in .y
24216:
24217: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24218: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24219: @BASE. changed 'RUN' assignment mech
24220:
24221: * src/main/execute.C: z
24222:
24223: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24224: main/compile_tools.h, main/execute.C: made class: dynamic, not
24225: static. so to enable runtime ^use
24226:
24227: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24228:
24229: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24230: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24231:
24232: * src/main/execute.C: root root in code-junction
24233:
24234: 2001-03-07 paf
24235:
24236: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24237: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24238:
24239: * src/: include/pa_stack.h, include/pa_value.h,
24240: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24241: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24242: fixed rwcontext of {} params up
24243:
24244: * src/main/: compile.y, compile_tools.h: ^func(params)
24245:
24246: * src/main/compile.y: .y priorities syntax shaped up a bit
24247:
24248: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24249: include/pa_vunknown.h, main/compile.y, main/execute.C,
24250: main/pa_hash.C: expr def in -f
24251:
24252: * src/main/: compile.y, execute.C: expr calls
24253:
24254: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24255: fixed
24256:
24257: * src/main/compile.y: expr quoted code
24258:
24259: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24260: support0
24261:
24262: * src/main/compile.y: expr string comparisons 0
24263:
24264: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24265: main/pa_string.C: just compiled lt&co
24266:
24267: * src/main/execute.C: ^var.menu{$field} problem detected. that
24268: $field not a $var.field
24269:
24270: 2001-03-06 paf
24271:
24272: * src/main/compile.y: .y expr visible-shorter
24273:
24274: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24275: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24276: logical
24277:
24278: * src/: include/pa_vstring.h, main/compile.y: problems with
24279: skipping whitespace in yylex
24280:
24281: * src/include/pa_vbool.h: forgot this
24282:
24283: * src/: include/code.h, main/compile.y, main/execute.C: without
24284: string ops in expressions 0
24285:
24286: * src/: include/pa_value.h, include/pa_vdouble.h,
24287: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24288: main/execute.C, main/main.dsp: !~
24289:
24290: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24291: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24292: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24293: include/pa_vunknown.h, include/pa_wcontext.h,
24294: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24295: main/compile_tools.h, main/execute.C: +-*/
24296:
24297: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24298: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24299:
24300: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24301: main/execute.C: expr grammar-1 2*2=4.000000 :)
24302:
24303: * src/main/compile.y: expr grammar-1
24304:
24305: * src/main/compile.y: expr lexx1
24306:
24307: * src/main/: compile.y, execute.C, main.dsp: z
24308:
24309: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24310: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24311: main/execute.C: expr lex0 exec-1
24312:
24313: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24314:
24315: 2001-02-26 paf
24316:
24317: * src/main/compile.y: max_string in yyerror bug fix
24318:
24319: 2001-02-25 paf
24320:
24321: * src/: include/pa_value.h, include/pa_vmframe.h,
24322: include/pa_wcontext.h, main/execute.C: VAliased3
24323:
24324: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24325:
24326: * src/main/execute.C: VAliased1
24327:
24328: * src/: include/pa_request.h, include/pa_value.h,
24329: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24330: VAliased0
24331:
24332: * src/: include/pa_pool.h, include/pa_request.h,
24333: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24334: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24335: VAliased just compiled
24336:
24337: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24338: include/pa_vobject.h, main/execute.C: alias dead end
24339:
24340: * src/: include/pa_value.h, include/pa_vclass.h,
24341: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24342: main/main.dsp: no not get fields into interm VFielded class.
24343: fields & staticfields 1
24344:
24345: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24346: include/pa_vobject.h, include/pa_wcontext.h,
24347: include/pa_wwrapper.h, main/core.C, main/execute.C,
24348: main/main.dsp: would now get fields into interm VFielded class
24349:
24350: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24351: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24352: include/pa_wcontext.h, main/compile.y, main/core.C,
24353: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24354: main/pa_wcontext.C: virtuals2
24355:
24356: * src/main/compile.y: : 1
24357:
24358: * src/main/compile.y: rethought to $class:static.field.subfield
24359:
24360: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24361: $class:element
24362:
24363: * src/: include/pa_value.h, include/pa_vmframe.h,
24364: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24365: main/pa_wcontext.C: before execute class calls rewrite
24366:
24367: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24368: name RUN, also alias
24369:
24370: * src/main/compile.y: escaping bug
24371:
24372: * src/: include/pa_request.h, include/pa_value.h,
24373: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24374: main/core.C, main/execute.C, main/pa_common.C: vobject1
24375:
24376: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24377: include/pa_vmframe.h, include/pa_vobject.h,
24378: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24379: main/compile_tools.h, main/execute.C: ^class:method() just
24380: compiled
24381:
24382: 2001-02-24 paf
24383:
24384: * src/main/main.dsp: no bison -d
24385:
24386: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24387: class' err msg wrong
24388:
24389: * src/main/compile.y: z
24390:
24391: * src/main/: compile.y, core.C: yylex need some @special lines adj
24392:
24393: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24394: main/compile.y, main/compile_tools.h, main/core.C: modules0
24395:
24396: * src/: include/pa_vclass.h, main/core.C: z
24397:
24398: * src/: include/pa_value.h, include/pa_vclass.h,
24399: include/pa_vobject.h, main/main.dsp: vobject00
24400:
24401: * src/main/pa_array.C: minor bug in expanding very small arrays.
24402: 60% from 1 were 0
24403:
24404: * src/: include/pa_value.h, include/pa_wcontext.h,
24405: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24406: as bad as you've named it: wcontext.value() was not a perfect
24407: idea
24408:
24409: * src/main/execute.C: codeframe1
24410:
24411: * src/: include/pa_value.h, include/pa_vcframe.h,
24412: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24413: include/pa_vjunction.h, include/pa_vmframe.h,
24414: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24415: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24416: just compiled
24417:
24418: * src/: include/pa_vframe.h, main/compile.y: found junction
24419: ideology @: ^x{$a()) must construct current wcontext element, so
24420: smart wcontext handling needed
24421:
24422: * src/main/compile.y: fixed grammar bugs in constructor/params
24423: klinch
24424:
24425: * src/main/: compile.y, execute.C: fixed empty constructor
24426: optimized empty case. failed on calls - produced empty string
24427: param
24428:
24429: * src/main/compile.y: fixed last \n macrotemplate strip bug
24430:
24431: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24432: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24433: main/compile_tools.C, main/compile_tools.h, main/core.C,
24434: main/execute.C: code junctions0. something wrong with last \n
24435: macrotemplate strip
24436:
24437: * src/: include/pa_value.h, main/compile.C, main/core.C,
24438: main/pa_value.C: minor error reporting format beautifyings
24439:
24440: * src/: include/pa_value.h, include/pa_vclass.h,
24441: include/pa_vframe.h, main/core.C, main/execute.C,
24442: main/pa_value.C: get_method RIP. junctions everywhere. call with
24443: junctions0
24444:
24445: 2001-02-23 paf
24446:
24447: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24448: pa_wwrapper.h: lara came, can't work, sorry :(
24449:
24450: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24451: junction
24452:
24453: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24454: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24455: main/execute.C, main/main.dsp, main/pa_value.C: call0
24456:
24457: * src/: include/pa_hash.h, include/pa_value.h,
24458: include/pa_wcontext.h, main/core.C, main/execute.C,
24459: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24460: done
24461:
24462: * src/include/pa_wcontext.h: z
24463:
24464: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24465: wrong grammar in complex constructor case
24466:
24467: * src/main/: compile.y, execute.C: empty constructor bug fixed
24468:
24469: * src/main/execute.C: with result rwpool
24470:
24471: * src/: include/pa_value.h, main/core.C, main/execute.C,
24472: main/main.dsp: value named
24473:
24474: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24475: strign 2 value in 2 places in execute
24476:
24477: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24478: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24479: wcontext.put_element when wcontext fvalue==0
24480:
24481: 2001-02-22 paf
24482:
24483: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24484: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24485: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24486:
24487: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24488: erroreos checkout
24489:
24490: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24491:
24492: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24493: main/compile_tools.h, main/pa_array.C: $self.get
24494:
24495: * src/main/: compile.C, compile.y, compile_tools.C: z
24496:
24497: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24498: bit. finished now.
24499:
24500: * src/main/compile.y: $: finished
24501:
24502: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24503:
24504: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24505: main/execute.C: OP_STRING better then some xxx _VALUE
24506:
24507: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24508: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24509: string to vstring it .y all
24510:
24511: * src/: include/pa_request.h, include/pa_stack.h,
24512: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24513: all
24514:
24515: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24516: precise parse error line:col
24517:
24518: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24519: main/pa_hash.C, main/pa_pool.C: TRY...
24520:
24521: * src/: include/pa_exception.h, include/pa_pool.h,
24522: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24523: main/compile.C, main/compile.y, main/compile_tools.C,
24524: main/core.C, main/pa_array.C, main/pa_exception.C,
24525: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24526: main/pa_table.C: removed exception from request
24527:
24528: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24529: some forgotten
24530:
24531: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24532: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24533: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24534: get/put simple vars to VClass works0
24535:
24536: * src/: include/pa_array.h, include/pa_wcontext.h,
24537: main/pa_string.C: in process, but found that exceptions are too
24538: global
24539:
24540: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24541: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24542: main/execute.C, main/pa_string.C: write_value write_string 0 it
24543: seems wcontext must write strings regardles of fvalue!=0
24544:
24545: 2001-02-21 paf
24546:
24547: * src/main/execute.C: tired :)
24548:
24549: * src/main/: compile.C, compile.y, execute.C: store0
24550:
24551: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24552: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24553: include/pa_wcontext.h, main/compile.C, main/compile.y,
24554: main/execute.C, main/main.dsp, main/pa_array.C,
24555: main/pa_request.C: get put -1 [just compiled]
24556:
24557: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24558: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24559: main/main.dsp, main/pa_request.C: request core methods0
24560:
24561: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24562: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24563: execute
24564:
24565: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24566: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24567: methods and one_big_piece. now compile returns array<method*>
24568:
24569: * src/main/compile.y: more straightforward yylex[end]
24570:
24571: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24572: string.operator==(char*)
24573:
24574: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24575: main/execute.C, main/pa_array.C: after array.const get wonders
24576:
24577: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24578: pa_string.h, pa_value.h: struck with const array.gets
24579:
24580: * src/main/: execute.C: z
24581:
24582: * src/main/: compile.y, execute.C: z
24583:
24584: * src/main/: compile.C, compile.y, compile_tools.h: error
24585: processing in eval & yyerror so it wouldn't cause memleaks.
24586:
24587: * src/main/: compile.C, compile.y: failed to add absolute precies
24588: parse error positions. leaving RIGHTMOST position as
24589: @file[line:col]
24590:
24591: * src/: include/compile.h, main/compile.C, main/compile.y,
24592: main/compile_tools.h: line numbers needed. would add them to .y
24593: now internally. externally it's not as precise as needed
24594:
24595: * src/: include/code.h, include/pa_types.h, main/compile.C,
24596: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24597: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24598: compiler works ok
24599:
24600: 2001-02-20 paf
24601:
24602: * src/main/: compile.C, compile.y, compile_tools.C,
24603: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24604: not perfect
24605:
24606: * src/: include/code.h, include/compile.h, include/execute.h,
24607: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24608: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24609: main/compile.C, main/compile.y, main/compile_tools.C,
24610: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24611: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24612: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24613: compiled. execute=dump for now
24614:
24615: * src/main/core.C: core rewrite using yacc investigations now will
24616: be compile[yacc]/execute[opcodes]
24617:
24618: 2001-02-15 paf
24619:
24620: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24621: rewrite as turing machine? for it seems it would be it's too many
24622: ifs with this syntax now
24623:
24624: 2001-02-14 paf
24625:
24626: * src/main/core.C: get_params 1
24627:
24628: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24629: :( ]
24630:
24631: * src/main/core.C: varios breaks
24632:
24633: * src/main/core.C: get names 3
24634:
24635: * src/main/core.C: get names 2
24636:
24637: * src/main/core.C: get names 1
24638:
24639: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24640: names 0
24641:
24642: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24643: text repassing2 operator static vars
24644:
24645: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24646: main/pa_string.C: process text repassing
24647:
24648: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24649: module:calls changes
24650:
24651: 2001-02-13 paf
24652:
24653: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24654: ^class:calls[] started
24655:
24656: * src/: include/pa_value.h, main/core.C: z
24657:
24658: * src/main/core.C: operators : and self. prefixes
24659:
24660: * src/main/core.C: z
24661:
24662: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24663: tested
24664:
24665: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24666: optimized
24667:
24668: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24669: would change privates to better support optimization
24670:
24671: * src/: include/pa_string.h, main/pa_string.C:
24672: String_iterator::skip_to todo:optimize
24673:
24674: 2001-02-12 paf
24675:
24676: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24677: String_iterator
24678:
24679: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24680: comments
24681:
24682: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24683: self/methodref joined
24684:
24685: 2001-02-11 paf
24686:
24687: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24688: main/main.dsp: core started. core.C, context&value .h
24689:
24690: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24691: include/pa_string.h, main/main.dsp, main/pa_array.C,
24692: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24693:
24694: 2001-01-30 paf
24695:
24696: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24697: comments
24698:
24699: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24700: main/pa_pool.C: moved pa_pool.C to be target specific
24701:
24702: * src/: include/pa_exception.h, include/pa_pool.h,
24703: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24704: to & changes
24705:
24706: * src/: include/pa_exception.h, include/pa_pool.h,
24707: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24708: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24709: re-associated. that's much better even removed 'die' necessety
24710:
24711: * src/: include/pa_error.h, include/pa_exception.h,
24712: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24713: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24714: targets/Makefile.am: lowered targets/parser into subdir, added
24715: parser_Pool(Pool) failed to add. would think..
24716:
24717: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24718: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24719: main/pa_string.C, main/pa_table.C: Table more like C++ style
24720: hence lots of 'const'
24721:
24722: * src/: include/pa_error.h, include/pa_request.h,
24723: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24724: main/pa_table.C: Error fixed
24725:
24726: 2001-01-29 paf
24727:
24728: * src/: include/pa_array.h, include/pa_common.h,
24729: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24730: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24731: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24732: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24733:
24734: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24735: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24736: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24737: main/pa_string.C, main/pa_table.C: Request Error Table
24738:
24739: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24740: templates"
24741:
24742: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24743: main/main.dsp, main/pa_array.C: templates failed no template
24744: specializations [VC6], no library auto instantation [VC6, GNU c++
24745: 2.95.2-6 from latest cygwin]
24746:
24747: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24748: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24749: main/main.dsp, main/pa_array.C, main/pa_string.C,
24750: main/pa_table.C: Table started would test template Array now
24751:
24752: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24753: String originating
24754:
24755: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24756: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24757: SYNCHRONIZED(thread_safe)
24758:
24759: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24760: parts to top
24761:
24762: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24763: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24764: see: needed only in global Hash now, made Hash:: put/get
24765: SYNCHRONIZED
24766:
24767: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24768: main/pa_threads.C: added pa_threads
24769:
24770: Mutex
24771:
24772: * src/include/pa_hash.h: some comments
24773:
24774: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24775: Array& operator += (Array& src)
24776:
24777: * src/main/pa_array.C: expand not convinient, would rewrite
24778:
24779: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24780: (Array& src)
24781:
24782: rethought, would change now
24783:
24784: 2001-01-27 paf
24785:
24786: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24787: caching
24788:
24789: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24790: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24791: cache rethought to chunk caching
24792:
24793: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24794: include/pa_string.h, main/main.dsp, main/pa_array.C,
24795: main/pa_hash.C, main/pa_string.C: Array 0
24796:
24797: * src/main/pa_string.C: String::operator ==
24798:
24799: * src/main/pa_hash.C: String(&String)
24800:
24801: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24802:
24803: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24804: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24805: pa_hash[forgotten]
24806:
24807: 2001-01-26 paf
24808:
24809: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24810: removed templates [vc++ suxx]
24811:
24812: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24813: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24814:
24815: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24816:
1.119 moko 24817: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24818:
1.119 moko 24819: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24820: check
24821:
24822: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24823: dynamic row_count
24824:
24825: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24826: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24827: targets/Makefile.am: Initial revision
24828:
24829: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24830: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24831: targets/Makefile.am: creating parser3 module
24832:
E-mail: