Annotation of parser3/ChangeLog, revision 1.149
1.149 ! moko 1: 2020-12-07 moko
! 2:
! 3: * src/targets/cgi/parser3.C: locate_config call returned to
! 4: original place as it requires pa_thread_request() under Windows
! 5:
! 6: * src/targets/cgi/parser3.C: renaming
! 7:
! 8: 2020-12-06 moko
! 9:
! 10: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
! 11: check added
! 12:
! 13: 2020-12-04 moko
! 14:
! 15: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
! 16: main/pa_request.C: unified uint64_t lseek implemented to support
! 17: >4Gb files under x86, including Windows
! 18:
! 19: 2020-12-02 moko
! 20:
! 21: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
! 22: with max_file_size
! 23:
! 24: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
! 25: support for processing files sized >4Gb on 32 bit planforms
! 26:
! 27: * tests/399.html: file moved
! 28:
! 29: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
! 30:
! 31: * src/targets/cgi/pa_sapi_info.h: warning war
! 32:
! 33: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
! 34: warning war
! 35:
! 36: 2020-12-01 moko
! 37:
! 38: * src/classes/image.C: mp4 extended size (>4Gb) support added
! 39:
! 40: * src/classes/image.C: for "size not found" exception to be shown
! 41: if size not found until eof
! 42:
! 43: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
! 44: bit linux)
! 45:
! 46: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
! 47: #1188)
! 48:
! 49: 2020-11-30 moko
! 50:
! 51: * src/classes/image.C: definitions moved closer to code
! 52:
! 53: * bin/auto.p.dist.in: mime types table actualized a bit
! 54:
! 55: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
! 56: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
! 57: 395_dir/3_VP8X.webp, results/395.processed,
! 58: results/396.processed: tests for ^image::measure[] .webp support
! 59: added, all image files moved into one directory (related to
! 60: feature #1188)
! 61:
! 62: * src/classes/image.C: ^image::measure[] now supports webp (feature
! 63: #1188)
! 64:
1.148 moko 65: 2020-11-29 moko
66:
67: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
68: processing, unnessesary defines removed
69:
70: 2020-11-24 moko
71:
72: * tests/results/: 099.processed, 100.processed, 205.processed,
73: 309.processed, 310.processed: Content-Disposition: inline
74: returned
75:
76: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
77: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
78: ] added (related to bug #1204)
79:
80: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
81: ] supported to avoid Content-Disposition: inline;
82: filename="<file>.ext" but still set Content-Type for ext (related
83: to bug #1204)
84:
1.147 moko 85: 2020-11-22 moko
86:
87: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
88: types/pa_vfile.C: pa_filename added to avoid useless rsplit
89:
90: * src/main/pa_request.C: content_disposition_inline returned.
91:
92: 2020-11-17 moko
93:
94: * src/main/pa_request.C: empty main method name support
95:
96: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
97: config_handler added, stdout flush added.
98:
99: 2020-11-16 moko
100:
101: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
102:
103: * tests/results/: 099.processed, 205.processed, 237.processed,
104: 309.processed, 310.processed: Content-Disposition: inline is not
105: required and should not contain filename="<name>"
106:
107: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
108: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
109: targets/isapi/parser3isapi.C: pa_strcat implemented and used
110:
1.146 moko 111: 2020-11-14 moko
112:
113: * src/targets/cgi/parser3.C: spelling
114:
115: * src/targets/cgi/parser3.C: renaming
116:
117: * src/targets/cgi/parser3.C: args_skip removed, locate_config
118: relocated
119:
120: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
121: before request processing, which is weired
122:
123: 2020-11-13 moko
124:
125: * src/main/pa_http.C: pa_recv added with timeout support, thus read
126: copied in httpd.
127:
128: 2020-11-12 moko
129:
130: * src/main/pa_http.C: ALARM code unified to be used in httpd
131:
132: * src/: include/pa_request.h, main/pa_request.C,
133: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
134:
135: * src/main/pa_http.C: URI validation added
136:
137: * src/targets/cgi/parser3.C: filespec_to_process now variable,
138: can't be empty but can be null. httpd-main is now main method
139: name for httpd mode
140:
141: 2020-11-11 moko
142:
143: * src/main/pa_request.C: path_translated can be null in httpd mode
144:
145: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
146: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
147: classes/xdoc.C, include/pa_request.h, main/execute.C,
148: main/pa_request.C: r.absolute -> r.full_disk_path
149:
150: * src/targets/cgi/parser3.C: if filename to process is not
151: specified, auto.p should be present.
152:
1.145 moko 153: 2020-11-03 moko
154:
155: * src/: classes/op.C, include/pa_request.h: unused argument removed
156:
157: * src/main/pa_request.C: content_disposition_inline is the default,
158: not required.
159:
1.144 moko 160: 2020-10-29 moko
161:
162: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
163: ^use[file; $.main(true) ] implemented for auto.p processing and
164: path_translated changing to correct relative files path
165: calculation in httpd mode
166:
167: * src/: include/pa_request.h, main/pa_request.C:
168: fail_on_read_problem removed, as it allways true, as if should
169: be.
170:
171: * src/: include/pa_request.h, main/pa_request.C,
172: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
173: targets/isapi/parser3isapi.C: clearing config_filespec when
174: config was not found, thus flag not required and removed.
175:
176: 2020-10-28 moko
177:
178: * tests/: 402.html, results/402.processed: error reporting test
179:
180: * src/main/execute.C: better error reporting when
181: $result[^hash::create[]] in @main.
182:
183: * src/main/: execute.C, pa_request.C: frame.result() should be used
184: + minor optimization
185:
186: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
187: main/pa_xml_io.C: execute_*_method simplified and unified
188:
189: 2020-10-27 moko
190:
191: * tests/: 306.html, results/306.processed: a bit more testing. :)
192:
193: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
194: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
195: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
196: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
197: types/pa_vmethod_frame.h, types/pa_vobject.C,
198: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
199: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
200: longer used in object-prototype mode
201:
202: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
203: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
204: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
205: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
206: $form:name[value] features
207:
1.143 moko 208: 2020-10-18 moko
209:
210: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
211:
212: 2020-10-15 moko
213:
214: * src/main/pa_http.C: url no longer needed as
215: ALTER_EXCEPTION_SOURCE is used
216:
217: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
218: main/pa_http.C: check_file_size filespec is now optional
219:
220: * src/: classes/curl.C, include/pa_exception.h,
221: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
222: ALTER_EXCEPTION_COMMENT added for better error reporting
223:
224: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
225: results/346-curl.processed, results/379-curl.processed,
226: results/379.processed: test results updated as load now provides
227: better error reporting + curl responses updated
228:
229: 2020-10-14 moko
230:
231: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
232: main/pa_string.C, targets/apache/mod_parser3_core.C,
233: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
234: checked. 10 is now default base, no hex autodetect by default
235:
236: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
237: connection socket closing in destructor + accept exception
238: handling
239:
240: * src/targets/cgi/parser3.C: warning war
241:
242: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
243: main/pa_request.C, targets/apache/mod_parser3_core.C,
244: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
245: exception handling unified
246:
247: 2020-10-13 moko
248:
249: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
250: autodetection
251:
252: * src/targets/apache/mod_parser3_core.C: reverted to atoi
253:
254: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
255:
256: * src/main/pa_http.C: warning war
257:
1.142 moko 258: 2020-10-12 moko
259:
1.143 moko 260: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
261: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
262: unhandled exception code optimization
263:
264: * src/targets/cgi/parser3.C: request_info now global variable
265:
266: * src/main/pa_http.C: http_read_response moved to HTTP_response
267: class
268:
269: * src/: include/pa_http.h, main/pa_http.C,
270: targets/cgi/pa_sapi_info.h: read_post implemented
271:
1.142 moko 272: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
273: [host:]port syntax support in httpd mode
274:
275: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
276: targets/cgi/parser3.C: populate_env added
277:
278: * src/include/pa_hash.h: to make get(char *) compiling in
279: HashStringString
280:
281: 2020-10-10 moko
282:
283: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
284: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
285:
286: * src/: include/pa_http.h, include/pa_request_info.h,
287: main/pa_http.C, main/pa_string.C,
288: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
289: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
290: types/pa_vrequest.C: initial httpd mode implementation
291:
1.141 moko 292: 2020-10-04 moko
293:
294: * src/targets/cgi/parser3.C: options together
295:
296: 2020-09-30 moko
297:
298: * src/main/pa_http.C: renamed
299:
1.140 moko 300: 2020-08-14 moko
301:
302: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
303: src/targets/cgi/Makefile.am: no httpd as separate library
304:
305: 2020-08-13 moko
306:
307: * src/targets/cgi/parser3.C: SAPI::die used in exception in
308: unhandled exception handler to report 500 instead of 200 it was
309: before.
310:
311: * src/targets/apache/mod_parser3_core.C: minor cleanup
312:
313: * src/: include/pa_sapi.h, main/untaint.C,
314: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
315: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
316: thus replaced with SAPI::die and removed
317:
318: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
319: cgi/parser3.C: whitespace
320:
321: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
322:
323: 2020-08-12 moko
324:
325: * src/targets/cgi/parser3.C: duplicate info in signal logging
326: removed, whitespace was: SIGPIPE received while executing code.
327: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
328: cl=0]
329:
330: * parser3.sln: + httpd.vcproj
331:
332: 2020-08-11 moko
333:
334: * src/targets/cgi/Makefile.am: +libhttpd
335:
336: * configure.ac, src/lib/Makefile.am: +libhttpd
337:
1.139 moko 338: 2020-07-13 moko
339:
340: * tests/: 401.html, results/401.processed: test for hash key does
341: not keep language, but tainted in foreach.
342:
1.138 moko 343: 2020-07-01 moko
344:
345: * tests/: 235.html, results/235.processed: test result updated as
346: messages before attachments implemented (feature #1176)
347:
1.137 moko 348: 2020-06-27 moko
349:
350: * tests/: 400.html, results/400.processed: test updated to check
351: ^return{code}
352:
353: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
354: fixed
355:
356: 2020-06-26 moko
357:
358: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
359: added (related to https://www.parser.ru/forum/?id=85319)
360:
361: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
362: when $result assignment was last statement in the method
363: (https://www.parser.ru/forum/?id=85319)
364:
1.136 moko 365: 2020-05-23 moko
366:
367: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
368: whitespace, unused level removed
369:
370: 2020-05-19 moko
371:
372: * src/types/pa_vmail.C: whitespace
373:
374: * src/types/pa_vmail.C: files should be processed last (related to
375: feature #1176)
376:
1.135 moko 377: 2020-05-12 moko
378:
379: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
380: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
381:
382: * configure.ac: FreeBSD1X.X check added to avoid
383: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
384:
1.134 moko 385: 2020-02-26 moko
386:
387: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
388: compilation issue (related to bug #1201)
389:
390: * src/main/pa_common.C: entry_readable -> entry_exists,
391: undocumented access(fname, R_OK) call removed (fixes bug #1201)
392: -f and -d now works under Windows in UTF-8 with Russian
393: filenames.
394:
395: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
396: advice (related to feature #1199)
397:
398: 2020-02-25 moko
399:
400: * buildall: --silent removed
401:
402: * configure.ac: gmime-3.0 support
403:
404: * buildall: --with-system-mailreceive option added to build with
405: system libgmime
406:
407: * src/types/pa_vmail.C: avoiding
408: https://github.com/jstedfast/gmime/issues/83 "feature" (related
409: to feature #1199)
410:
1.133 moko 411: 2020-02-18 moko
412:
413: * src/classes/op.C: windows x64 debug mode compile fix
414:
415: * src/main/pa_globals.C: no longer required due to -MD -> -MT
416: change (releated to feature #1200)
417:
418: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
419: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
420: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
421: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
422: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
423: targets/apache/ApacheModuleParser3.vcproj,
424: targets/apache/ApacheModuleParser3Core.vcproj,
425: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
426: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
427: dependency (related to feature #1200)
428:
1.132 moko 429: 2020-02-12 moko
430:
431: * src/types/pa_vmail.C: minimize diff
432:
433: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
434: #1199)
435:
1.131 moko 436: 2020-01-18 moko
437:
438: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
439:
1.130 moko 440: 2019-12-28 moko
441:
442: * src/targets/cgi/parser3.C: avoid empty ?
443:
444: 2019-12-27 moko
445:
446: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
447: DOCUMENT_ROOT (related to feature #1164)
448:
449: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
450: fcgiwrap setup (implements feature #1164)
451:
452: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
453: but no issues found (related to feature #1164)
454:
455: * src/targets/cgi/parser3.C: actualized
456:
457: 2019-12-26 moko
458:
459: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
460: removed
461:
462: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
463: removed
464:
465: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
466: allocation errors, we don't want default gc warnings (without
467: timestamp and URI).
468:
469: * src/: classes/memory.C, main/pa_globals.C,
470: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
471: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
472: pa_globals_init
473:
474: * src/main/pa_globals.C: setup_hex_value() removed, static array
475: initialization used (optimization)
476:
477: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
478: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
479: pa_socks_init/pa_socks_done moved inside pa_globals_init
480: (optimization)
481:
1.129 moko 482: 2019-12-09 moko
483:
484: * src/include/pa_config_fixed.h: warning war
485:
1.128 moko 486: 2019-12-08 moko
487:
488: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
489: process grammar under Unix.
490:
491: 2019-12-07 moko
492:
493: * tests/389.html: For Windows XP. :)
494:
495: * tests/388-sql.html: Windows compatibility added
496:
497: 2019-12-06 moko
498:
499: * src/targets/cgi/parser3.C: warning war
500:
501: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
502: == sizeof(CORD)) to avoid aligning bugs in future
503:
504: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
505: XML_STATIC
506:
507: * src/include/pa_request.h: StackItem() not required
508:
509: * src/include/pa_stack.h: warning war
510:
511: * src/include/pa_config_includes.h: GCC warning silenced
512:
513: * src/include/pa_memory.h: warning war: the program should also
514: define 'void operator delete [](void*, std::size_t)'
515: [-Wsized-deallocation]
516:
517: * src/types/: pa_vregex.h, pa_vtable.h: warning war
518:
519: * src/classes/string.C: not reqired cast removed
520:
521: * src/classes/string.C: not reqired cast removed
522:
523: 2019-12-05 moko
524:
525: * src/lib/sdbm/pa_file_io.C: warning war
526:
527: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
528: enum Language : size_t - required for VS2015+ to make
529: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
530: without it (related to feature #1198)
531:
532: 2019-12-04 moko
533:
534: * src/main/pa_base64.C: unsigned char -> uchar
535:
536: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
537: as other libs
538:
539: * src/include/pa_version.h: +amd64
540:
541: 2019-12-03 moko
542:
543: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
544: release
545:
546: * src/include/pa_config_includes.h: warning war
547:
548: * src/classes/image.C: warning war
549:
550: * src/main/pa_globals.C: x64 libs support
551:
552: * src/include/pa_config_includes.h: warning war
553:
554: * src/types/pa_method.h: warning war
555:
1.127 moko 556: 2019-11-28 moko
557:
558: * src/classes/math.C: vs2003 compatibility + warning war
559:
560: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
561: libxml2-2.9.9 (related to feature #1136)
562:
563: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
564: typecast for more compatibility (related to feature #1136)
565:
566: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
567: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
568: feature #1136)
569:
570: 2019-11-26 moko
571:
572: * src/main/: compile_tools.C, compile_tools.h: invalid assert
573: removed (it was failing in $$var case), condition added
574:
1.126 moko 575: 2019-11-25 moko
576:
577: * tests/: 397.html, 399.html, results/141.processed,
578: results/399.processed: base64 options tested
579:
580: * src/: classes/math.C, main/pa_http.C: base64 options used
581:
582: * src/main/pa_base64.C: base64 encode rewritten, base64 options
583: implemented (feature #986)
584:
585: * src/main/pa_cache_managers.C: whitespace
586:
587: * tests/: 397.html, 399.html, results/399.processed: tests for
588: ^base64 encode options added (related to feature #986)
589:
590: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
591: pa_base64_encode(file) removed - more memory, but faster and less
592: code (related fo feature #986)
593:
594: 2019-11-24 moko
595:
596: * tests/: 155.html, results/155.processed: limit and offset in
597: ^table::load[] now supported, thus test added
598:
599: * src/: classes/file.C, classes/table.C, include/pa_common.h,
600: main/pa_common.C: optimization: offset and limit options parsing
601: moved inside file_load.
602:
603: 2019-11-23 moko
604:
605: * src/: classes/file.C, classes/op.C, include/pa_common.h,
606: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
607: optimization: file_read replaced with simplified file_read_binary
608:
609: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
610: types/pa_vform.C: whitespace
611:
612: * src/: include/pa_common.h, main/pa_common.C: never used params
613: removed
614:
615: 2019-11-21 moko
616:
617: * tests/: 193.html, results/193.processed, results/389.processed:
618: test results updated as now base64 does not discard tail without
619: padding (related to feature #986)
620:
621: 2019-11-20 moko
622:
623: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
624: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
625: pa_base64_decode (related to feature #986)
626:
627: * tests/398.html: tests for base64 decode added (related to feature
628: #986)
629:
630: * src/main/pa_base64.C: base64_decode rewritten - padding option
631: support, padding inside base 64 supported (related to feature
632: #096)
633:
634: 2019-11-19 moko
635:
636: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
637: FreeBSD 12
638:
1.125 moko 639: 2019-11-16 moko
640:
641: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
642: support added, step support removed (related to #986)
643:
644: 2019-11-15 moko
645:
646: * src/classes/math.C: using log since log2 is not present on
647: FreeBSD < 8.4 (related to feature #1177)
648:
649: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
650: pa_base64_size extracted and used for files as well (related to
651: feature 986)
652:
653: 2019-11-14 moko
654:
655: * tests/: 397.html, results/397.processed: + content check
656:
657: * tests/: 141.html, results/141.processed: make test resuls more
658: readable
659:
660: * tests/: 397.html, results/193.processed, results/397.processed:
661: test results updated after \x00 character was disabled in
662: math:convert string mode (related to feature #1177)
663:
664: * src/classes/: math.C, string.C: \\x00 character disabled while
665: converting to string (as in base64, related to feature #1177)
666:
667: * src/classes/file.C: more correct arguments separation
668:
669: * src/: classes/file.C, classes/math.C, classes/string.C,
670: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
671: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
672: options added, but not yet implemented (related to feature #986)
673:
674: * src/classes/math.C: whitespace
675:
676: 2019-11-13 moko
677:
678: * tests/: 397.html, results/397.processed: +tainting test (related
679: to feature #1177)
680:
681: * src/classes/math.C: as we now produce not only digits, result
682: should be tainted (related to feature #1177)
683:
684: * src/main/pa_base64.C: whitespace
685:
686: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
687: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
688: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
689: implementation moved from pa_common.h and pa_common.C
690:
691: 2019-11-12 moko
692:
693: * tests/: 275.html, results/275.processed: out of range test fixed,
694: as ^math:convert now supports arbitrary precision
695:
696: 2019-11-11 moko
697:
698: * tests/results/389.processed: uctualized error message
699:
700: * tests/: 389.html, 397.html, results/397.processed: tests for
701: ^math:convert added (related to feature #1177)
702:
703: * src/classes/math.C: ^math:convert now supports arbitrary
704: precision, alphabet support added (implements feature #1177)
705:
1.124 moko 706: 2019-11-06 moko
707:
708: * tests/: 181.html, results/181.processed: entities usage added,
709: more entites load tests (related to bug #842 discussion)
710:
711: 2019-11-05 moko
712:
713: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
714: call from xmlFileOpen if http://localhost/<file> was not found
715: (related to bug #842)
716:
717: * src/main/pa_xml_io.C: rename
718:
719: * src/main/pa_xml_io.C: +MemoryStream constructor
720:
721: * src/main/pa_xml_io.C: whitespace
722:
1.123 moko 723: 2019-10-31 moko
724:
725: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
726: XML_PARSE_NOENT) added to fix entities load, (related to feature
727: #1181)
728:
1.122 moko 729: 2019-10-25 moko
730:
731: * tests/: 388-sql.html, results/388-sql.processed: more multiple
732: queries tests
733:
734: 2019-10-24 moko
735:
736: * tests/: 388-sql.html, results/388-sql.processed: support for
737: pgsql driver test
738:
739: * tests/: 388-sql.html, results/388-sql.processed:
740: multi_statements=1 now tested, mysql test now supported
741: (connection must be specified in [parser3] section in .my.cnf)
742: related to issues #1195 and #1194
743:
1.121 moko 744: 2019-09-11 moko
745:
746: * src/classes/int.C: whitespace
747:
748: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
749: exception test
750:
751: * tests/results/388-sql.processed: sql queries now shown (related
752: to feature #1196)
753:
754: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
755: with old parser versions.
756:
757: * src/: classes/file.C, classes/hash.C, classes/string.C,
758: classes/table.C, classes/void.C, include/pa_sql_connection.h,
759: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
760: instead of connect string in query_event_handlers exceptions
761: (implements feature #1196)
762:
1.120 moko 763: 2019-09-06 moko
764:
765: * tests/388-sql.html: mysql compat
766:
767: * src/: classes/hash.C, classes/string.C, classes/table.C,
768: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
769: sql_ variables declaration moved to pa_common.h
770:
1.116 moko 771: 2019-01-15 moko
772:
773: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
774: logically sorted
775:
776: 2018-12-27 moko
777:
778: * src/include/pa_config_includes.h: warning war:
779: -Wdeprecated-register added for C++ 17
780:
781: 2018-10-15 moko
782:
783: * configure.ac: FreeBSD 11.2 can be build with ./configure
784: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
785: --with-xml=/usr/local/
786:
787: 2018-09-24 moko
788:
789: * tests/: 396.html, 396.tiff, results/396.processed: test for
790: ^image::measure[] now supports tiff added (related to feature
791: #1188)
792:
793: * src/classes/image.C: ^image::measure[] now supports tiff
794: (implements feature #1188)
795:
796: 2018-09-20 moko
797:
798: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
799: files measure added (related to ticket #1188)
800:
801: * src/classes/image.C: measure of bmp files implemented (related to
802: ticket #1188)
803:
804: 2018-09-18 moko
805:
806: * tests/: 394-curl.html, results/394-curl.processed,
807: results/auto.p: test for bug #1187 (max_file_size check for head
808: requests) added
809:
810: 2018-08-24 moko
811:
812: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
813: response content-length check is required (fixes bug #1187)
814:
815: 2018-05-11 moko
816:
817: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
818: $.append(bool) ] option added (related to feature #919)
819:
820: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
821: from misha@ patch (implements feature #919)
822:
823: 2018-03-22 moko
824:
825: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
826: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
827: with 128kb buffer. Now works at least 12 times faster. :) May be
828: Windows-only problem.
829:
830: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
831: build fix)
832:
833: 2018-02-03 moko
834:
835: * src/main/execute.C: removes irrelevant lines from exception stack
836: trace when exceptions occurs in assigment (fixes bug #1165)
837:
838: * tests/: 393.html, results/393.processed: test for behavour after
839: "Property can not be created, already exists field with that
840: name" exception removed (related to feature #1183)
841:
842: * src/types/pa_vclass.C: "Property can not be created, already
843: exists field with that name" exception removed (implements
844: feature #1183)
845:
846: 2018-01-19 moko
847:
848: * src/classes/string.C: whitespace
849:
850: * src/classes/string.C: whitespace
851:
852: * tests/: 392.html, results/392.processed: test for
853: ^regex::create[$regex] added (related to feature #1135)
854:
855: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
856: ^regex::create[$regex] added (implements feature #1135)
857:
858: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
859: commented define added (related to feature #1157)
860:
861: 2018-01-17 moko
862:
863: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
864:
865: 2018-01-15 moko
866:
867: * tests/: 390.html, results/390.processed: real path replaced by
868: stub
869:
870: * tests/: 391.html, results/391.processed: test for feature #1181
871: (XML_PARSE_HUGE exception) added
872:
873: 2018-01-11 moko
874:
875: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
876:
877: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
878: XML_PARSE_HUGE option passed by default (implements feature
879: #1181)
880:
881: * src/classes/string.C: whitespace
882:
883: 2017-12-10 moko
884:
885: * tests/: 389.html, 390.html, results/389.processed,
886: results/390.processed: image code coverage tests added (related
887: to feature #1125)
888:
889: 2017-12-08 moko
890:
891: * tests/: 346-curl.html, 388-sql.html, 389.html,
892: results/346-curl.processed, results/388-sql.processed,
893: results/389.processed: more code coverage tests
894:
895: * tests/: 264.html, results/264.processed: code coverage for
896: ^file::exec[]
897:
898: 2017-12-07 moko
899:
900: * tests/: 174.html, 388-sql.html, 389.html,
901: results/388-sql.processed, results/389.processed,
902: results/174.processed: more coverage tests
903:
904: * src/classes/math.C: exception text actualized
905:
906: 2017-12-06 moko
907:
908: * tests/388-sql.html: $SQL can be here
909:
910: * tests/results/auto.p: $SQL not required here
911:
912: * tests/: 388-sql.html, 389.html, Makefile,
913: results/388-sql.processed, results/389.processed, results/auto.p:
914: code coverage tests for sql (using sqlite) and int/double/bool
915: added (related to feature #1125)
916:
917: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
918: lib/json/json.vcproj, lib/md5/md5.vcproj,
919: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
920: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
921: targets/apache/ApacheModuleParser3Core.vcproj,
922: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
923: types/types.vcproj: gc\include no longer required
924:
925: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
926: required
927:
928: * src/: classes/Makefile.am, classes/table.C,
929: include/pa_config_includes.h, include/pa_string.h,
930: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
931: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
932: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
933: targets/apache/Makefile.am, targets/cgi/Makefile.am,
934: types/Makefile.am: to be sure that our version of gc.h/cord.h is
935: used, we now include it directly
936:
937: 2017-12-04 moko
938:
939: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
940: memcached/memcached.vcproj, punycode/punycode.vcproj,
941: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
942: where required
943:
944: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
945: now can be used to trace memory allocations
946:
947: * src/: classes/table.C, include/pa_config_includes.h,
948: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
949: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
950: method removes, libcord also can work without libgc
951:
952: * src/classes/json.C: pa_gc_malloc_atomic should not be used
953:
954: 2017-11-29 moko
955:
956: * src/classes/curl.C: no exception if some of ^curl:info[] elements
957: are not present (related to feature #1173)
958:
959: * tests/346-curl.html: test updated to test curl content-length bug
960: (related to feature #1173)
961:
962: * tests/results/346-curl.processed: more test for content-length
963: curl bug (related to feature #1173)
964:
965: * tests/results/346-curl.processed: test results updated after
966: #1173 implemented
967:
968: 2017-11-28 moko
969:
970: * src/classes/curl.C: another libcurl Content-length bug walkaround
971: (related to feature #1173)
972:
973: 2017-11-27 moko
974:
975: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
976: $.http_version[version string] added (implements feature #1173),
977: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
978: where $post(true) bug existed.
979:
980: 2017-11-18 moko
981:
982: * src/include/pa_memory.h: warning war (related to feature #1170)
983:
984: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
985: feature #1170)
986:
987: 2017-11-17 moko
988:
989: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
990: std::basic_stringstream used in ^table.csv-string[] is compatible
991: with delete usage check only under Debian 9 (related to feature
992: #1170)
993:
994: 2017-11-16 moko
995:
996: * src/: classes/curl.C, classes/hash.C, classes/json.C,
997: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
998: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
999: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1000: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1001: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1002: stubs defend from accidental use (implements feature #1170)
1003:
1004: 2017-06-24 moko
1005:
1006: * configure.ac: minor fix: thanks to alx@
1007:
1.115 moko 1008: 2017-05-29 moko
1009:
1010: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1011: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1012: added to avoid cutting of UTF-8 chars (fixed bug #123)
1013:
1014: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1015: ignored, =?UTF-8?Q?= should start in case of leading space
1016: (related to bug #123)
1017:
1018: * buildall: echo -n -> printf for OS X. :)
1019:
1020: 2017-05-25 moko
1021:
1022: * tests/: 288.html, results/288.processed: test updated afted
1023: setting $o.prop without setter exception removed (related to
1024: feature #1157)
1025:
1026: * src/types/pa_vclass.C: no more "this property has no setter
1027: method" when setting $o.prop without setter (implements feature
1028: #1157)
1029:
1030: * buildall: echo \c -> echo -n for FreeBSD
1031:
1032: * configure, configure.ac, src/include/pa_config_auto.h.in,
1033: src/types/pa_vdouble.h: isfinite now checked in configure
1034:
1035: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1036: upgraded to automake 1.15
1037:
1038: 2017-05-23 moko
1039:
1040: * src/types/pa_vdouble.h: finite returned where isfinite not
1041: defined
1042:
1043: 2017-05-22 moko
1044:
1045: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1046:
1047: * buildall: extern CFLAGS setting support
1048:
1049: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1050:
1051: * buildall: http -> https
1052:
1053: * buildall: gc-7.2f -> gc-7.6.0
1054:
1055: 2017-05-20 moko
1056:
1057: * buildall: https, pcre, xml, xslt updated to current versions
1058: (related to feature #1136)
1059:
1060: 2017-05-19 moko
1061:
1062: * tests/097.html: after parser.ru moved to https
1063:
1064: 2017-05-17 moko
1065:
1066: * tests/results/: 175.processed, 372.processed: tests resuls
1067: updated after lintian spelling typos fixed (related to bug #1156)
1068:
1069: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1070: classes/string.C, classes/table.C, main/pa_charset.C,
1071: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1072: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1073: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1074:
1075: * tests/results/096.processed: +XMP
1076:
1077: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1078: $.xmp(true) options tested (test for feature #1154)
1079:
1080: * src/classes/image.C: ^image:measure[] options $.exif(false)
1081: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1082: fetched by default! (implements feature #1154)
1083:
1084: 2017-05-16 moko
1085:
1086: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1087: allowed (related to feature #1154)
1088:
1089: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1090: initial XMP implementation - without options and transcode
1091: (related to feature #1154)
1092:
1093: 2017-05-12 moko
1094:
1095: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1096: image: exif moved to ffields, skipped in ^image.html[] where
1097: iterators now used (preparation for feature #1154)
1098:
1099: 2017-05-05 moko
1100:
1101: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1102: results/387.processed: test for circular class inheritance check
1103: added (related to bug #1150)
1104:
1105: * src/types/pa_vstateless_class.C: circular class inheritance check
1106: added (fixes endless add_derived bug #1150)
1107:
1108: 2017-05-04 moko
1109:
1110: * tests/: 386.html, results/386.processed: test for
1111: $table.value(number) added (related to feature #1152)
1112:
1113: * src/types/pa_vtable.C: table put_element: column value must be
1114: string - > column value must be string compatible to allow
1115: $t.value(1) (implements feature #1152)
1116:
1117: 2017-05-03 moko
1118:
1119: * src/main/pa_request.C: $use[$method] is not possible, reverting
1120: (related to feature #1151)
1121:
1122: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1123: not possible, removing test (related to feature #1151)
1124:
1125: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1126: get_element_method added and used to allow $use[$method] and
1127: $autouse[$method] (implements feature 1151)
1128:
1129: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1130: variable added (related to feature #1151)
1131:
1132: * tests/results/226.processed: actualized after ^try-catch used
1133:
1134: * tests/: 226.html, 385.html, results/385.processed: test for
1135: @autouse in variable added
1136:
1137: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1138:
1.114 moko 1139: 2017-02-27 moko
1140:
1141: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1142:
1.113 moko 1143: 2017-02-20 moko
1144:
1145: * operators.txt: actualization + beauty
1146:
1147: 2017-02-16 moko
1148:
1149: * tests/: 384.html, results/384.processed: test for
1150: ^reflection:mixin[; $.name[] ] option added (related to feature
1151: #1089)
1152:
1153: * tests/: 384.html, results/384.processed: test for
1154: ^reflection:mixin[] added (related to feature #1089)
1155:
1156: * src/types/pa_value.h: warning war: virtual ~Value() added
1157:
1.112 moko 1158: 2017-02-15 moko
1159:
1160: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1161: fixed
1162:
1163: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1164: test added (related to feature #1069)
1165:
1166: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1167: compilation without HASH_ORDER fixed
1168:
1169: * src/: classes/reflection.C, include/pa_hash.h:
1170: $.reverse(true/false) added to ^reflection:methods[] (related to
1171: feature #1069)
1172:
1173: 2017-02-14 moko
1174:
1175: * tests/: 152.html, results/152.processed: test for $._default hash
1176: added (related to bug #1131)
1177:
1178: * tests/: 277.html, results/277.processed: test for hash with only
1179: $._default is now defined (related to bug #1131)
1180:
1181: * src/types/pa_vhash.h: hash with only $._default is now defined
1182: (fixed bug #1131)
1183:
1184: 2017-02-13 moko
1185:
1186: * tests/cat-windows.sh: cat-windows added (cygwin required)
1187:
1188: * tests/: 171.html, 264.html, 286.html, 370.html,
1189: results/320.processed, results/375.processed, results/auto.p:
1190: cat-windows.sh support added
1191:
1192: * tests/375.html: Windows support
1193:
1194: * tests/270.html: documented
1195:
1196: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1197: (not backslashes) even under Windows (broke test 270)
1198:
1199: 2017-02-12 moko
1200:
1201: * tests/: descript.ion, todo.txt: cleanup
1202:
1203: 2017-02-09 moko
1204:
1205: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1206: run_tests.cmd: Windows compatibility
1207:
1208: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1209: incorrectly (GMT) if parser is called from cygwin
1210:
1.111 moko 1211: 2017-02-08 moko
1212:
1.112 moko 1213: * operators.txt: actualization 15% completed
1214:
1215: * operators.txt: cp1251 -> utf-8
1216:
1217: * NEWS, README: minor update
1218:
1219: * src/include/pa_config_includes.h: warning war continues
1220:
1221: * src/: include/pa_config_includes.h, include/pa_memory.h,
1222: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1223: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1224: gcc 6.x issues fixed
1225:
1.111 moko 1226: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1227: classes/classes.h, classes/curl.C, classes/date.C,
1228: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1229: classes/hashfile.C, classes/image.C, classes/inet.C,
1230: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1231: classes/memcached.C, classes/memory.C, classes/op.C,
1232: classes/reflection.C, classes/regex.C, classes/response.C,
1233: classes/string.C, classes/table.C, classes/void.C,
1234: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1235: include/pa_array.h, include/pa_cache_managers.h,
1236: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1237: include/pa_config_fixed.h, include/pa_config_includes.h,
1238: include/pa_dictionary.h, include/pa_dir.h,
1239: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1240: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1241: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1242: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1243: include/pa_request_charsets.h, include/pa_request_info.h,
1244: include/pa_sapi.h, include/pa_socks.h,
1245: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1246: include/pa_stack.h, include/pa_string.h,
1247: include/pa_stylesheet_connection.h,
1248: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1249: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1250: include/pa_uue.h, include/pa_xml_exception.h,
1251: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1252: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1253: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1254: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1255: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1256: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1257: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1258: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1259: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1260: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1261: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1262: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1263: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1264: main/pa_string.C, main/pa_stylesheet_connection.C,
1265: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1266: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1267: main/untaint.C, sql/pa_sql_driver.h,
1268: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1269: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1270: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1271: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1272: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1273: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1274: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1275: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1276: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1277: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1278: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1279: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1280: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1281: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1282: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1283: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1284: types/pa_vmemcached.h, types/pa_vmemory.h,
1285: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1286: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1287: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1288: types/pa_vresponse.C, types/pa_vresponse.h,
1289: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1290: types/pa_vstateless_object.h, types/pa_vstatus.C,
1291: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1292: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1293: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1294: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1295: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1296: 2015->2017
1297:
1.110 moko 1298: 2017-02-07 moko
1299:
1300: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1301:
1302: 2017-02-06 moko
1303:
1304: * src/main/pa_common.C: minor fixes, whitespace
1305:
1306: * src/: classes/curl.C, classes/file.C, classes/image.C,
1307: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1308: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1309: now used (implements feature #1081)
1310:
1311: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1312:
1313: 2017-02-01 moko
1314:
1315: * src/include/pa_request.h: cleanup
1316:
1317: 2017-01-30 moko
1318:
1319: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1320:
1321: 2017-01-29 moko
1322:
1323: * tests/: 383.html, results/383.processed: test for
1324: ^reflection:stack[] added (related to feature #1052)
1325:
1326: * src/classes/reflection.C: else added
1327:
1328: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1329: $.max_file_lock_wait added (implements feature #1128)
1330:
1331: 2017-01-28 moko
1332:
1333: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1334: body and other cases tests added (related to featue #1014)
1335:
1336: * src/classes/curl.C: bug if response is empty fixed (related to
1337: feature #1014)
1338:
1339: 2017-01-27 moko
1340:
1341: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1342: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1343: added (implements feature #1052)
1344:
1345: 2017-01-25 moko
1346:
1347: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1348: method test added
1349:
1350: 2017-01-23 moko
1351:
1352: * src/classes/reflection.C: optimization: options->get replaced by
1353: hash iterator
1354:
1355: * tests/: 381.html, results/381.processed: now -> fixed date
1356:
1357: * src/main/pa_request.C: warning war
1358:
1359: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1360: 5Mb (fixes bug #1058)
1361:
1362: * src/classes/curl.C: warning war
1363:
1364: * tests/: 381.html, results/381.processed: tests for ^json:string
1365: $.one-line(true) option added (related to feature #1124)
1366:
1367: * src/: classes/json.C, types/pa_value.h: $json-string
1368: $.one-line(true|false) options is now supported (implements
1369: feature #1124)
1370:
1371: * tests/: 380.html, results/380.processed: test for modified
1372: $.max_file_size added (related to bug #1014)
1373:
1374: * tests/: 379.html, results/auto.p: tests for rewritten http file
1375: load added (related to bug #1014)
1376:
1377: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1378: main/pa_common.C, main/pa_http.C: check_file_size added and used
1379: in curl / file load from disk and http, http file load rewritten
1380: (related to bug #1014)
1381:
1382: 2017-01-18 moko
1383:
1384: * tests/: 378.html, results/378.processed: tests for ^result[]
1385: added (related to feature #66)
1386:
1387: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1388: Method::CO_WITHOUT_FRAME as frame still added in expression
1389: (related to feature #66)
1390:
1391: 2017-01-17 moko
1392:
1393: * tests/: 377.html, results/377.processed: test for different
1394: combinations of breaks in body and delimiter (related to bug
1395: #1077)
1396:
1397: * tests/: 376.html, results/376.processed: many ^break[] tests
1398: added (related to bug #1077)
1399:
1400: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1401: passed to native method" exception added to avoid bugs due to
1402: WRITE_EXPR_RESULT skipped and native methods execution continues
1403: after ^break[] (related to bug #1077)
1404:
1405: 2017-01-14 moko
1406:
1407: * tests/: 330.html, results/330.processed: test results updated
1408: after ^break[] bugs where fixed (related to bug #1077)
1409:
1410: * tests/: 329.html, results/329.processed: test results updated
1411: after ^break[] bugs where fixed (related to bug #1077)
1412:
1413: * tests/results/320.processed: ^return[] added
1414:
1415: 2017-01-13 moko
1416:
1417: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1418: classes/table.C, include/pa_request.h, main/execute.C,
1419: main/pa_request.C, targets/cgi/parser3.C,
1420: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1421: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1422: checked after each possible process/execute call (fixes bug
1423: #1077)
1424:
1425: 2016-12-29 moko
1426:
1427: * src/main/pa_common.C: warning war
1428:
1429: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1430: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1431: pa_file_size_limit added, ^math:random fixed for upper limit and
1432: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1433: (related to feature #1014)
1434:
1435: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1436: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1437: (related to feature #1014)
1438:
1439: 2016-12-28 moko
1440:
1441: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1442: warning war
1443:
1444: 2016-12-26 moko
1445:
1446: * tests/: 341.html, results/341.processed: test for
1447: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1448:
1449: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1450: (related to feature #1057)
1451:
1452: * src/types/pa_vdate.C: warning war continues...
1453:
1454: * src/: classes/date.C, classes/image.C, classes/table.C,
1455: include/pa_config_includes.h, types/pa_vfile.C: warning war
1456:
1457: * src/lib/gd/gifio.C: warning war / cleanup
1458:
1459: * src/lib/json/pa_json.C: warning war
1460:
1461: * src/classes/hash.C: warning war
1462:
1463: * src/types/pa_vfile.C: warning war
1464:
1465: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1466: -Wall warning war continues
1467:
1468: * configure.ac: --with-build-warnings actualized
1469:
1470: 2016-12-25 moko
1471:
1472: * src/main/pa_exec.C: -wAll warning war
1473:
1474: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1475: -wAll warning war
1476:
1477: * src/: include/pa_common.h, include/pa_sapi.h,
1478: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1479: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1480: -wAll warning war
1481:
1482: 2016-12-23 moko
1483:
1484: * src/lib/ltdl/Makefile.am: extra dist added
1485:
1486: * tests/results/344.processed: test result updated after $file.text
1487: prefetched in ^hash::create[$file] (related to feature #1075)
1488:
1489: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1490: ^hash::create[$file] (related to feature #1075)
1491:
1492: 2016-12-22 moko
1493:
1494: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1495: main/pa_request.C, main/pa_stylesheet_connection.C,
1496: types/pa_vfile.C: file_stat now return 64-bit size (implements
1497: #1014 under 32-bit unix versions)
1498:
1499: 2016-12-21 moko
1500:
1501: * tests/: 375.html, results/375.processed: test for exec returning
1502: stated file added (related to feature #1119)
1503:
1504: * src/classes/file.C: load should not return file with null body
1505: (fixes bug #1119)
1506:
1507: 2016-12-14 moko
1508:
1509: * tests/: 374.html, results/374.processed: test for $method.name
1510: added (related to feature #1117) plus method returning junction
1511: test
1512:
1513: 2016-12-13 moko
1514:
1515: * src/: include/pa_symbols.h, main/pa_symbols.C,
1516: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1517: (implements feature #1117)
1518:
1519: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1520: HEAD and TRACE can't have body (implements feature #1116)
1521:
1522: 2016-12-09 moko
1523:
1524: * tests/: 373.html, results/373.processed: tests for
1525: ^reflection:tainting added (related to feature #1098)
1526:
1527: * src/classes/reflection.C: ^reflection:tainting arguments order
1528: change (related to feature #1098)
1529:
1530: 2016-12-06 moko
1531:
1532: * src/: classes/reflection.C, include/pa_string.h,
1533: main/pa_string.C: ^reflection:tainting[$string] added (implements
1534: feature #1098)
1535:
1536: 2016-12-05 moko
1537:
1538: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1539: (fixes bug #1114)
1540:
1541: 2016-12-04 moko
1542:
1543: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1544: check added
1545:
1546: 2016-12-03 moko
1547:
1548: * tests/: 346-curl.html, results/346-curl.processed: test modified
1549: to test value.as_hash() usage
1550:
1551: * src/classes/curl.C: value.as_hash() used for correct hash
1552: processing
1553:
1554: * src/classes/reflection.C: exceptions texts fixes
1555:
1556: 2016-12-02 moko
1557:
1558: * tests/: 372.html, results/372.processed: tests for
1559: ^reflection:create[ $.class[name] $.constructor[name]
1560: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1561: feature #1094)
1562:
1563: * src/types/pa_vmethod_frame.h: comment added: params should be
1564: declared outside of *_FRAME_ACTION as MethodParams destructor
1565: will be called in ~VNativeMethodFrame
1566:
1567: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1568: ] minor fix
1569:
1570: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1571: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1572: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1573: now supported (implements feature #1094) value::as_hash added
1574: (and should be used everywhere)
1575:
1576: * src/classes/reflection.C: cleanup
1577:
1578: 2016-12-01 moko
1579:
1580: * tests/: 356.html, results/356.processed: test for method
1581: junctions class name added to the resulting hash added (related
1582: to feature #1068)
1583:
1584: * src/classes/reflection.C: for method junctions class name added
1585: to the resulting hash (related to feature #1068)
1586:
1587: 2016-11-30 moko
1588:
1589: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1590: exception (related to bug #1113)
1591:
1592: * src/types/pa_vhashfile.C: whitespace
1593:
1594: * src/main/pa_os.C: errno now returned as it should (fixes bug
1595: #1113)
1596:
1597: * tests/results/: 175.processed, 192.processed, 224.processed,
1598: 229.processed, 239.processed, 244.processed, 246.processed,
1599: 314.processed, 352.processed: tests results updated after method
1600: call exceptions improved as method now keeps its name
1601:
1602: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1603: types/pa_vmethod_frame.h: method call exceptions improved as
1604: method now keeps its name
1605:
1606: * tests/: 224.html, 239.html, results/224.processed,
1607: results/239.processed: tests and tests results updated after
1608: Request::construct exception changed
1609:
1610: * src/: classes/reflection.C, main/execute.C: Request::construct
1611: exception optimized
1612:
1613: * tests/: 371.html, results/371.processed: test for
1614: WWrapper.get_element call in $.name.key[value] code added
1615: (related to feature #1091)
1616:
1617: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1618: in $.name.key[value] code (related to feature #1091)
1619:
1620: 2016-11-29 moko
1621:
1622: * src/classes/op.C: VS warning war
1623:
1624: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1625: C4239: nonstandard extension used : 'return' : conversion from
1626: 'Value' to 'Value &' (related to feature #1020)
1627:
1628: * src/: main/execute.C, types/pa_vmethod_frame.h,
1629: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1630: used : 'return' : conversion from 'Value' to 'Value &' (related
1631: to feature #1020)
1632:
1633: * src/main/execute.C: VS warning war
1634:
1635: * src/targets/cgi/parser3.C: VS compatibility fix
1636:
1637: * src/include/pa_request.h: VS warning war
1638:
1639: * tests/: 370.html, results/370.processed: test for ^file::exec[
1640: ... $.stdin[$binary_file] ] added (related to bug #1044)
1641:
1642: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1643: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1644: $.stdin[$binary_file] (fixes bug #1044)
1645:
1646: 2016-11-28 moko
1647:
1648: * src/main/pa_exec.C: whitespace
1649:
1650: * src/main/pa_request.C: whitespace
1651:
1652: * tests/: 369.html, results/369.processed: test for
1653: $response:status usage added (related to feature #1099)
1654:
1655: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1656: if < 100 (implements feature #1099)
1657:
1658: * src/targets/cgi/parser3.C: whitespace
1659:
1660: * src/targets/cgi/parser3.C: whitespace
1661:
1662: * tests/: 368.html, results/368.processed: test updated after
1663: ^reflection:filename[$method] added (related to feature #1053)
1664:
1665: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1666: main/compile.y, main/execute.C, main/pa_request.C,
1667: types/pa_vclass.h: filename -> filespec,
1668: ^reflection:filename[$method] added (related to feature #1053)
1669:
1670: 2016-11-27 moko
1671:
1672: * tests/: 368.html, results/368.processed: test for
1673: reflection:filename[$class or object] added (related to feature
1674: #1053)
1675:
1676: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1677: types/pa_vstateless_class.h: ^reflection:filename[$class or
1678: object] added (implements feature #1053)
1679:
1680: 2016-11-26 moko
1681:
1682: * src/: include/pa_request_info.h,
1683: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1684: remove_absolute_uri -> strip_absolute_uri
1685:
1686: 2016-11-25 moko
1687:
1688: * src/: include/pa_request_info.h,
1689: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1690: request_info.remove_absolute_uri added to remove possible
1691: http://site.name/ from $request:uri (implements feature #1112)
1692:
1693: 2016-11-24 moko
1694:
1695: * tests/: 367-curl.html, results/367-curl.processed: test for
1696: previous request headers clearing after redirect added (related
1697: to bug #1109)
1698:
1699: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1700: response headers from previous requests are now cleared, only
1701: last request headers are collected (fixes bug #1109)
1702:
1703: * tests/results/: 266.processed, 321.processed, 356.processed:
1704: tests results updated as method name now added to the resulting
1705: hash for new syntax only (Imp1 compatimility fixed, related to
1706: feature #1068)
1707:
1708: * src/classes/reflection.C: method name now added to the resulting
1709: hash for new syntax only (Imp1 compatimility fixed, related to
1710: feature #1068)
1711:
1712: * tests/results/366.processed: test for native and parser
1713: implementation of ^use[] logic (related to feature #1074)
1714:
1715: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1716: for native and parser implementation of ^use[] logic (related to
1717: feature #1074)
1718:
1719: 2016-11-23 moko
1720:
1721: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1722: main/pa_request.C: @USE file now implemented as ^use[file;
1723: $.origin[origin_file] ] (implements feature #1074)
1724:
1.109 moko 1725: 2016-11-21 moko
1726:
1.110 moko 1727: * tests/: 365.html, results/365.processed: test for $caller bugs in
1728: 3.4.4 and $caller.method now tested (related to feature #1110)
1729:
1730: * tests/: 364.html, results/364.processed: $caller usage in
1731: different contexts now tested (related to feature #1110)
1732:
1733: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1734:
1735: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1736:
1.109 moko 1737: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1738: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1739: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1740: used (implements feature #1110)
1741:
1742: 2016-11-20 moko
1743:
1744: * src/types/pa_vdouble.h: whitespace
1745:
1746: 2016-11-11 moko
1747:
1748: * tests/: 363.html, results/363.processed: more tests for feature
1749: #1091 (how parser methods work in expression context)
1750:
1751: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1752: expressions strings are now written as strings, not values by
1753: write_as_string (related to feature #1091)
1754:
1755: * src/classes/op.C: to make more correct behavour in expression
1756: context
1757:
1758: 2016-11-07 moko
1759:
1760: * tests/: 362.html, results/362.processed: test for
1761: xsltParseStylesheetDoc caching as xsl modification after it added
1762: (related to bug #1108)
1763:
1764: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1765: result now cached as xdoc is modified after it (fixes bug #1108)
1766:
1767: 2016-11-06 moko
1768:
1769: * src/types/pa_vxdoc.h: whitespace
1770:
1771: 2016-11-05 moko
1772:
1773: * src/types/pa_vmethod_frame.h: cleanup
1774:
1775: 2016-11-03 moko
1776:
1777: * tests/results/244.processed: more correct exception after method
1778: frames separation
1779:
1780: * src/types/pa_vmethod_frame.h: minor optimizaion
1781:
1782: * src/types/pa_method.h: optimization: params_count added
1783:
1784: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1785: include/pa_request.h, main/execute.C, main/pa_request.C,
1786: types/pa_value.C, types/pa_vmethod_frame.C,
1787: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1788: VMethodFrame now divided into VNativeMethodFrame,
1789: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1790: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1791: and used (related to feature #1104)
1792:
1793: 2016-11-02 moko
1794:
1795: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1796: classes/double.C, classes/file.C, classes/hash.C,
1797: classes/hashfile.C, classes/image.C, classes/inet.C,
1798: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1799: classes/memcached.C, classes/op.C, classes/reflection.C,
1800: classes/regex.C, classes/string.C, classes/table.C,
1801: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1802: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1803: r.write (implements feature #1091)
1804:
1805: * src/main/execute.C: cleanup (related to feature #1104)
1806:
1807: * src/: include/pa_request.h, main/execute.C,
1808: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1809: added, in_expression removed (implements feature #1104)
1810:
1811: 2016-10-31 moko
1812:
1813: * src/types/pa_value.C: whitespace
1814:
1815: 2016-10-28 moko
1816:
1817: * tests/results/244.processed: updated after error reporting fixed
1818: in pa_wcontext.C
1819:
1820: * src/types/pa_wcontext.C: error reporting fixed
1821:
1822: * src/types/pa_wcontext.h: whitespace
1823:
1824: * src/classes/image.C: not fully readed entries are no longer
1825: processed (fixes bug #1106)
1826:
1827: 2016-10-26 moko
1828:
1829: * src/classes/image.C: whitespace
1830:
1831: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1832: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1833: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1834: longer required (related to feature #1091)
1835:
1836: * tests/results/: 264.processed, 350.processed: test results update
1837: reverted (whitespace optimization) after write_no_lang removed :)
1838: (related to feature #1091)
1839:
1840: * src/: classes/file.C, classes/hash.C, classes/op.C,
1841: classes/string.C, classes/table.C, classes/void.C,
1842: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1843: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1844: equal write_pass_lang (related to feature #1091)
1845:
1846: * tests/results/: 264.processed, 350.processed: test results
1847: updated (whitespace optimization) after write_assign_lang removed
1848: (related to feature #1091)
1849:
1850: * tests/: 361.html, results/361.processed: test for non-string
1851: ^untaint added (related to feature #1091)
1852:
1853: * src/: classes/curl.C, classes/date.C, classes/file.C,
1854: classes/hash.C, classes/op.C, classes/string.C,
1855: include/pa_request.h, main/execute.C: optimization:
1856: write_assign_lang removed as not required (first part of feature
1857: #1091 implementation)
1858:
1.108 moko 1859: 2016-10-12 moko
1860:
1861: * tests/: 360.html, results/360.processed: more test code (related
1862: to feature #1104)
1863:
1864: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1865: include/pa_request.h, main/compile.y, main/execute.C: opcode
1866: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1867: WContext is next task (implements feature #1104)
1868:
1869: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1870: / CO_WITHOUT_WCONTEXT
1871:
1872: * tests/: 360.html, results/360.processed: test for in expression
1873: state (related to feature #1104)
1874:
1875: 2016-10-11 moko
1876:
1877: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1878:
1879: * src/classes/op.C: default value removed from initializer
1880:
1881: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1882:
1883: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1884:
1885: 2016-10-10 moko
1886:
1887: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1888: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1889: to feature #42)
1890:
1891: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1892: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1893:
1894: 2016-10-08 moko
1895:
1896: * src/classes/double.C: whitespace
1897:
1898: 2016-10-07 moko
1899:
1900: * src/types/pa_vmethod_frame.h: reorder
1901:
1902: 2016-10-06 moko
1903:
1904: * src/classes/date.C: typo
1905:
1906: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1907:
1908: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1909: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1910: types/pa_vmethod_frame.h: params.get now returns Value&, not
1911: Value*
1912:
1913: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1914:
1915: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1916: removed; first as_* code rewrite
1917:
1918: 2016-10-05 moko
1919:
1920: * src/include/pa_request.h: whitespace
1921:
1922: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1923: intercept_string added (related to feature #1097)
1924:
1925: * src/: classes/image.C, classes/op.C, classes/table.C,
1926: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1927: optimization: intercept_string removed (implements feature #1097)
1928:
1929: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1930:
1931: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1932: from VCodeFrame and WWrapper as not required
1933:
1934: 2016-10-04 moko
1935:
1936: * src/: classes/curl.C, classes/date.C, classes/double.C,
1937: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1938: classes/int.C, classes/json.C, classes/op.C,
1939: classes/reflection.C, classes/string.C, classes/table.C,
1940: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1941: proces_to_value -> process after StringOrValue removed (related
1942: to feature #1020)
1943:
1944: * src/classes/form.C: whitespace
1945:
1946: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1947:
1948: * tests/: 357.html, 358.html, results/357.processed,
1949: results/358.processed, results/auto.p: test for @conf
1950: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1951:
1952: 2016-10-03 moko
1953:
1954: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1955: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1956: supported (implements feature #42)
1957:
1958: * src/types/pa_vregex.h: no reason for VRegex to be
1959: is_evaluated_expr
1960:
1961: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1962: (implements feature #1095)
1963:
1964: 2016-10-01 moko
1965:
1966: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1967: false by default (related to feature #1089)
1968:
1969: 2016-09-30 moko
1970:
1971: * src/types/pa_wcontext.h: cleanup
1972:
1973: 2016-09-29 moko
1974:
1975: * src/main/execute.C: whitespace
1976:
1977: * src/include/pa_request.h: whitespace
1978:
1979: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1980: classes/op.C, classes/table.C, include/pa_request.h,
1981: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1982: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1983: StringOrValue removed as it just slows down and adds complexity
1984: (implements feature #1020)
1985:
1986: 2016-09-28 moko
1987:
1988: * tests/: 356.html, results/266.processed, results/321.processed,
1989: results/356.processed: tests updated after name was added to
1990: method_info hash, test for ^reflection:method_info[junction]
1991: added (related to feature #1068)
1992:
1993: * src/classes/reflection.C: ^reflection:method_info[junction] now
1994: supported, method name added to the resulting hash (implements
1995: feature #1068)
1996:
1997: * tests/: 276.html, results/276.processed: more tests for
1998: ^reflection:delete[]
1999:
2000: * src/classes/reflection.C: fixed bug then ^reflection:delete
2001: didn't work on class and could damage native objects (like file)
2002:
2003: 2016-09-26 moko
2004:
2005: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2006: results/345.processed, results/346-curl.processed,
2007: results/347-curl.processed, results/348.processed: numbers added
2008: to simplify diff analysis
2009:
2010: * tests/: 352.html, results/352.processed: test result updated as
2011: method name used
2012:
2013: * src/classes/reflection.C: method name used
2014:
2015: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2016: its name
2017:
2018: * src/types/pa_method.h: whitespace
2019:
2020: * src/classes/reflection.C: both method and field with one name can
2021: exist.
2022:
2023: * src/classes/reflection.C: ^reflection:mixin added (implements
2024: feature #1089)
2025:
2026: * tests/: 355.html, results/355.processed: property appears in
2027: derived class if added in base test added
2028:
2029: * src/types/pa_vstateless_class.h: get_method declaration +
2030: whitespace
2031:
2032: * tests/: 354.html, results/354.processed: nice test from method
2033: and property with one name in class added
2034:
2035: 2016-09-23 moko
2036:
2037: * src/classes/reflection.C: ^reflection:method usage documented
2038:
2039: 2016-09-22 moko
2040:
2041: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2042: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2043: compile warning and GPF occures on VS2003 (related to feature
2044: #1087)
2045:
2046: * tests/: 350.html, results/350.processed: test added for
2047: $.encloser[] support in ^table::create (related to feature #11)
2048:
2049: * src/classes/table.C: another minor fix (related to feature #11)
2050:
1.107 moko 2051: 2016-09-21 moko
2052:
2053: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2054:
2055: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2056: classes/json.C, classes/string.C, classes/table.C,
2057: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2058: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2059: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2060: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2061: pa_charsets, vs2015 warning war
2062:
2063: * src/classes/table.C: vs2015 warning war
2064:
2065: * src/types/pa_vdate.C: vs2015 warning war
2066:
2067: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2068:
2069: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2070: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2071:
2072: * src/main/pa_common.C: vs2015 compilation fixes
2073:
2074: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2075: vs2015 compilation fixes
2076:
2077: * src/main/pa_charset.C: vs2015 warning war
2078:
2079: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2080:
2081: * src/main/pa_charset.C: vs2015 warning war
2082:
2083: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2084:
2085: * src/types/pa_vdate.C: vs2015 compilation fix
2086:
2087: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2088:
2089: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2090: VS2015 compilation fixes
2091:
2092: * src/classes/table.C: minor fix (related to feature #11)
2093:
2094: * tests/results/282.processed: no longer skipping extra enclosers
2095: (related to feature #11)
2096:
2097: * src/classes/table.C: minor fix + no longer skipping extra
2098: enclosers (related to feature #11)
2099:
2100: * src/classes/table.C: minor optimization (related to feature #11)
2101:
2102: * src/classes/table.C: minor fix and optimization (related to
2103: feature #11)
2104:
2105: 2016-09-20 moko
2106:
2107: * tests/: 353.html, results/353.processed: test for
2108: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2109: added (related to bug #1090)
2110:
2111: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2112: one_big_piece (fixes bug #1090)
2113:
2114: * tests/: 229.html, results/229.processed: code coverage tests
2115:
2116: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2117: body) was called
2118:
2119: * src/classes/op.C: whitespace
2120:
2121: * tests/: 323.html, results/323.processed: test for code junction
2122: should not be returned by ^reflection:class, ^reflection:base
2123:
2124: * src/classes/reflection.C: bugfix: code junction should not be
2125: returned by ^reflection:class, ^reflection:base
2126:
2127: * tests/: 323.html, 352.html, results/352.processed: no more
2128: exception for ^reflection:method[class;no-such-method] (related
2129: to feature #1087)
2130:
2131: * src/classes/reflection.C:
2132: ^reflection:method[class;no-such-method] : exception -> void
2133: (related to feature #1087)
2134:
2135: * src/include/pa_request.h: request::write_value added to allow
2136: write value without convertion (related to issue #1091)
2137:
2138: 2016-09-19 moko
2139:
2140: * src/main/pa_random.C: windows build fix
2141:
2142: * src/types/pa_vhash.h: warning war
2143:
2144: 2016-09-14 moko
2145:
2146: * tests/: 352.html, 552.html, results/352.processed,
2147: results/552.processed: test for ^reflection:method[] extension
2148: added (related to feature #1087)
2149:
2150: * tests/: 552.html, results/552.processed: test for
2151: ^reflection:method[] extension added (related to feature #1087)
2152:
2153: * src/classes/reflection.C: compatibility issue fixed, VClass
2154: dynamic_cast check added (related to feature #1087)
2155:
2156: * tests/: 351.html, results/351.processed: test for @auto[]
2157: inheritance bug diring ^process[] added (related to bug #1088)
2158:
2159: * src/: classes/op.C, main/pa_request.C,
2160: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2161: disable it inheritance during ^process (fixes bug #1088)
2162:
2163: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2164: added (implements feature #1087)
2165:
2166: 2016-09-13 moko
2167:
2168: * tests/: 349.html, results/auto.p: test for objects prototyping
2169: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2170: to feature #1086)
2171:
2172: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2173: types/pa_vobject.C: objects now are not class instances, but have
2174: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2175: in @conf (implements feature #1086)
2176:
2177: 2016-09-08 moko
2178:
2179: * src/: classes/file.C, classes/mail.C, classes/string.C,
2180: classes/table.C, main/pa_http.C, main/pa_string.C,
2181: include/pa_string.h: cleanup: string::split limit argument
2182: removed as no longer required, pos_after no longer reference
2183: (related to feature #11)
2184:
2185: * src/classes/table.C, tests/results/348.processed: now exception
2186: is rised when invalid option is passed to ^table::create[]
2187:
2188: * tests/: 282.cfg, 282.html, results/282.processed: more code
2189: coverage tests
2190:
2191: * tests/: 348.html, results/348.processed: code coverage tests
2192: added
2193:
2194: * tests/: 348.html, results/348.processed: generic ^table::create[]
2195: tests
2196:
2197: * tests/: 035.html, results/035.processed, results/272.processed:
2198: tests updated after $.encloser[] support for ^table::create
2199: implementation (related to feature #11)
2200:
2201: * src/classes/table.C: $.encloser[] support for ^table::create
2202: finally added (implements feature #11)
2203:
2204: 2016-09-07 moko
2205:
2206: * src/include/pa_string.h: added StringSplitHelper as friend
2207: (related to feature #11)
2208:
2209: * src/include/pa_string.h: body and langs now protected, not
2210: private to allow inheritance (related to feature #11)
2211:
2212: * src/classes/table.C: lsplit optimized before cloning for
2213: ^table::create with $.encloser[] (related to feature #11)
2214:
2215: * src/classes/table.C: optimizaion: TableControlChars.separators
2216: added and used (related to feature #11)
2217:
2218: * src/classes/table.C: spelling:
2219:
2220: TableSeparators -> TableControlChars column -> separator
2221: separators -> control_chars
2222:
2223: 2016-09-06 moko
2224:
2225: * src/main/pa_string.C: whitespace
2226:
2227: * src/main/pa_string.C: whitespace
2228:
2229: 2016-09-01 moko
2230:
2231: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2232: results OS-independent
2233:
2234: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2235: compiler (related to feature #1042)
2236:
2237: 2016-08-15 moko
2238:
2239: * src/include/pa_string.h: whitespace
2240:
2241: * src/classes/table.C: whitespace
2242:
1.106 moko 2243: 2016-08-05 moko
2244:
2245: * tests/: 344.html, results/344.processed: test for
2246: ^hash::create[$file] added (related to feature #1075)
2247:
2248: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2249: supported (implements feature #1075)
2250:
2251: 2016-08-04 moko
2252:
2253: * tests/: 341.html, results/341.processed: more code coverage tests
2254:
2255: * tests/: 346-curl.html, results/346-curl.processed: more code
2256: coverage tests for curl
2257:
2258: * tests/: 346-curl.html, results/346-curl.processed: more code
2259: coverage tests for curl
2260:
2261: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2262: results/223.processed: code coverage tests: $.form[ $.table[] ]
2263: test added
2264:
2265: * tests/: 223-curl.html, results/223-curl.processed: more code
2266: coverage tests for curl
2267:
2268: 2016-08-03 moko
2269:
2270: * src/classes/curl.C: dlink(curl_library) now called not once, but
2271: until it will be loaded, allowing to find existing library.
2272:
2273: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2274: results/347-curl.processed: more code coverage tests for curl
2275:
2276: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2277: results/339-curl.processed, results/346-curl.processed: curl
2278: functionality tests
2279:
2280: 2016-08-02 moko
2281:
2282: * tests/: 339.html, results/339.processed: test for tables in
2283: ^file:load[] and ^curl:load[] (commented) added (related to
2284: feature #1042)
2285:
2286: * tests/: 345.html, results/345.processed: code coverage tests for
2287: file class
2288:
2289: * tests/: 344.html, results/344.processed: code coverage tests
2290:
2291: * tests/: 344.html, results/344.processed: mdate removed from
2292: output
2293:
2294: * src/classes/file.C: minor bugfix: is_text should be taked from
2295: fcontent.is_text_mode() if not set (related to feature #1061)
2296:
2297: * tests/: 344.html, results/344.processed: more tests
2298:
2299: * tests/: 343.html, 344.html, results/343.processed,
2300: results/344.processed: tests for ^file::create[ $.from-charset
2301: and $.to-charset ] (related to feature #1061)
2302:
2303: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2304: aset_text_mode argument optimized
2305:
2306: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2307: checkBOM now used in detect_binary_content (related to feature
2308: #1061)
2309:
2310: * src/main/pa_request.C: load_charset no longer required to_upper
2311:
2312: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2313: preserves original file mode (if no $.mode specified)
2314:
2315: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2316: ^file::create now supports $.from-charset[] and $.to-charset
2317: options (implements feature #1061), automatic transcode is done
2318: if text file is created from binary file and charset is detected.
2319:
2320: 2016-07-30 moko
2321:
2322: * src/classes/table.C: ^t.hash[..;] now supported (related to
2323: feature #1057)
2324:
2325: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2326: added (related to feature #1057)
2327:
2328: * tests/: 286.html, results/286.processed: code tests coverage
2329:
2330: 2016-07-29 moko
2331:
2332: * src/classes/table.C: table size should be checked inside menu and
2333: foreach (related to feature #858)
2334:
2335: * src/: classes/curl.C, classes/file.C, classes/string.C,
2336: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2337: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2338: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2339: charsets.get now does str_upper inside (related to feature #1061)
2340:
2341: * tests/: 342.html, results/342.processed: more code coverage tests
2342:
2343: * tests/: 342.html, outputs/342.processed: table menu code coverage
2344: + foreach test added (related to feature #858)
2345:
2346: * tests/: 341.html, results/341.processed: tests for
2347: ^table.hash[]{code} added + code coverage tests (related to
2348: feature #1057)
2349:
2350: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2351: value} support (implements feature #1057)
2352:
2353: * src/classes/table.C: whitespace
2354:
2355: 2016-07-28 moko
2356:
2357: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2358: from URL, if not specified query string removed from url-based
2359: filenames in ^curl:load[] and ^file::load[] (related to feature
2360: #1042)
2361:
2362: 2016-07-27 moko
2363:
2364: * tests/: 340.html, results/340.processed: test for
2365: transcode_text_result=false added (related to issue #1042)
2366:
2367: 2016-07-26 moko
2368:
2369: * src/types/pa_vfile.C: file name should not be empty (if file path
2370: is folder and ends with /) (related to feature #1042)
2371:
2372: * src/main/pa_http.C: whitespace optimizaion
2373:
2374: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2375: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2376: multiple headers, ^file::load supports headers transcoding
2377: (implements feature #1042)
2378:
2379: 2016-07-25 moko
2380:
2381: * src/include/pa_common.h: PA_DEFAULT added
2382:
2383: 2016-07-22 moko
2384:
2385: * tests/: 338.html, results/338.processed: test for
2386: $date.field(value) added (related to feature #1066)
2387:
2388: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2389: $date.field(value) now supported for y/m/d/h/m/s (implements
2390: feature #1066)
2391:
1.105 moko 2392: 2016-07-21 moko
2393:
2394: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2395: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2396: arguments removed; image.C - absolute path shown in exception
2397: (implements feature #1071)
2398:
2399: * tests/: 235.html, results/235.processed: test and test result
2400: updated after static boundary in mail and Errors-To: mail header
2401: removed (related to feature #1047)
2402:
2403: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2404: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2405: used, static boundary in mail removed, Errors-To: mail header
2406: removed (implements feature #1047)
2407:
2408: 2016-07-20 moko
2409:
2410: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2411: equest.classes(): Value -> VStateless_class, part 3 (related to
2412: issue #1051)
2413:
2414: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2415: request.classes(): Value -> VStateless_class, part 2 (related to
2416: issue #1051)
2417:
2418: * tests/results/: 224.processed, 323.processed: classes without
2419: methods should not be methoded (related to issue #1051)
2420:
2421: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2422: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2423: -> VStateless_class, part 1 (related to issue #1051)
2424:
2425: * tests/: 337.html, results/337.processed: test for
2426: ^reflection:fields_reference[] and VHashReference class added
2427: (related to feature #1072)
2428:
2429: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2430: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2431: and VHashReference added, allowing ^reflection:fields_reference[]
2432: implementation (closes feature #1072)
2433:
2434: 2016-07-19 moko
2435:
2436: * tests/: 323.html, results/323.processed: we want to see
2437: "methoded"
2438:
2439: * tests/: 336.html, results/336.processed: test for $BASE:property
2440: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2441: #1059)
2442:
2443: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2444: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2445: somebody_entered_some_class, $BASE:property works again,
2446: ^BASE:method[] bugs fixed (fixes bug #1059)
2447:
2448: 2016-07-14 moko
2449:
2450: * tests/: 335.html, results/335.processed: test for feature #1055
2451: added
2452:
2453: * src/classes/hash.C: bugfix: $._default was not copied if empty
2454: feature: ^hash.contains[_default] added (implements feature
2455: #1055)
2456:
2457: 2016-07-13 moko
2458:
2459: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2460: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2461:
2462: 2016-07-05 moko
2463:
2464: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2465: in ^hash.foreach (related to feature #1073)
2466:
2467: 2016-07-04 moko
2468:
2469: * tests/: 134.html, 281.html, results/134.processed,
2470: results/281.processed: tests updated after hash blocking removed
2471: (related to feature #1073)
2472:
2473: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2474: no longer blocks on change during foreach (implements feature
2475: #1073)
2476:
2477: 2016-06-17 moko
2478:
2479: * tests/: 330.html, results/330.processed: try exception source
2480: test added (related to bug in #1062)
2481:
2482: * tests/: 334.html, results/334.processed: Exception stack trace
2483: test added (related to bug in $1062)
2484:
2485: * src/classes/op.C: Exception trace now correctly restored and
2486: errors reported (related to bug #1062)
2487:
1.104 moko 2488: 2016-05-25 moko
2489:
2490: * src/main/compile.y: minor cleanup + beauty
2491:
2492: 2016-05-24 moko
2493:
2494: * tests/: 333.html, results/333.processed: more exceptions testing
2495:
2496: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2497: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2498: features #1056, #1026)
2499:
2500: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2501: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2502: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2503: (implements feature #1056)
2504:
2505: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2506: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2507: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2508: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2509: feature #1026)
2510:
2511: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2512: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2513: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2514: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2515: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2516: feature #1026)
2517:
2518: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2519: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2520: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2521: SYMBOLS_CACHING define implemented (related to feature #1026)
2522:
2523: * src/main/main.vcproj: + ps_symbols
2524:
2525: * src/: include/Makefile.am, include/pa_string.h,
2526: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2527: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2528: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2529: types/pa_vstateless_class.C: initial implementation for symbols
2530: cache (related to feature #1026)
2531:
2532: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2533:
2534: * src/main/pa_globals.C: minor cleanup
2535:
2536: 2016-05-19 moko
2537:
2538: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2539: (related to feature #1046)
2540:
2541: * tests/: 331.html, results/331.processed: test for
2542: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2543: (related to feature #1051)
2544:
2545: * src/main/compile.y:
2546: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2547: (implements feature #1054)
2548:
2549: 2016-05-18 moko
2550:
2551: * src/types/pa_vtable.C, tests/results/324.processed: no more
2552: "column not found" exception for ^table.no-such-method[] (related
2553: to feature #1046)
2554:
2555: * tests/: 261.html, results/261.processed: test added and updated
2556: after feature #1046 implementation
2557:
2558: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2559: types/pa_vvoid.h: $string.anything works for whitespace strings,
2560: ^string.contains added for hash compatibility, $string.method no
2561: longer returns stting method (implements feature #1046)
2562:
2563: 2016-05-12 moko
2564:
2565: * src/classes/curl.C: content-type response header no longer
2566: ignored (fixes issue #1045)
2567:
2568: * tests/: 330.html, results/330.processed: test for incomplete
2569: finally execution when break occures added (related to issue
2570: #1077)
2571:
2572: * src/classes/op.C: bugfix: Request::skip reset is called before
2573: executing catch and finally code (fixes issue #1062)
2574:
2575: 2016-05-11 moko
2576:
2577: * tests/: 329.html, results/329.processed: test for invalid
2578: ^break[] behavour added (bug #1077)
2579:
2580: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2581:
2582: 2016-04-24 moko
2583:
2584: * src/types/pa_vstateless_class.h: warning war
2585:
2586: 2016-04-17 moko
2587:
2588: * tests/: 328.html, results/328.processed: test for
2589: ^break(condition) and ^continue(condition) (related to feature
2590: #1063)
2591:
2592: * src/classes/op.C: ^break(condition) and ^continue(condition)
2593: implemented (feature #1063)
2594:
2595: 2016-04-12 moko
2596:
2597: * tests/results/280.processed: ordered hash now used for class
2598: methods and properties (test results updated for feature #1069)
2599:
2600: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2601: to xdoc.C as under FreeBSD it was inited after and inheritance
2602: failed (related to issue #1051)
2603:
2604: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2605: are printed to check inheritance (related to feature #1051)
2606:
1.103 moko 2607: 2016-04-09 moko
2608:
2609: * tests/results/320.processed: ordered hash now used for class
2610: methods and properties (test results updated for feature #1069)
2611:
2612: * src/types/pa_vstateless_class.h: ordered hash now used for class
2613: methods and properties (implements feature #1069)
2614:
2615: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2616: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2617: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2618: feature #1051)
2619:
2620: 2016-04-07 moko
2621:
2622: * src/main/execute.C: returned Value in .CLASS case for VJunction
2623: (related to feature #1051)
2624:
2625: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2626: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2627: string constants deduplication (related to feature #1051)
2628:
2629: * tests/results/224.processed: test result updated (related to
2630: feature #1051)
2631:
2632: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2633: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2634: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2635: types/pa_vstatus.h: classes hash now contains only
2636: VStateless_class derived objects, .CLASS is also allways
2637: VStateless_class derived object (related to feature #1051).
2638:
2639: 2016-04-06 moko
2640:
2641: * tests/results/323.processed: test result updated after feature
2642: #1051 implementation
2643:
2644: * src/: classes/classes.h, classes/op.C, classes/response.C,
2645: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2646: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2647: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2648: types/pa_vresponse.C, types/pa_vresponse.h,
2649: types/pa_vstateless_class.h: base -> methoded_donor for static
2650: classes, type() moved from VStateless_class to VClass and
2651: Methoded (implements feature #1051)
2652:
2653: 2016-04-04 moko
2654:
2655: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2656: beauty: put_class added (related to feature #1051)
2657:
2658: 2016-04-01 moko
2659:
2660: * tests/results/: 175.processed, 192.processed, 224.processed,
2661: 229.processed, 244.processed, 246.processed, 316.processed: test
2662: results updated as class.type() removed from error messages, only
2663: type() left (related to feature #1051)
2664:
2665: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2666: classes/op.C, classes/reflection.C, main/compile.y,
2667: main/compile_tools.h, main/execute.C, main/pa_request.C,
2668: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2669: types/pa_vmethod_frame.h, types/pa_vobject.h,
2670: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2671: from VStateless_class, type() is used instead (related to feature
2672: #1051)
2673:
2674: * src/classes/mail.C: old logic restored.
2675:
2676: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2677: classes/classes.h, classes/curl.C, classes/date.C,
2678: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2679: classes/hashfile.C, classes/image.C, classes/inet.C,
2680: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2681: classes/memcached.C, classes/memory.C, classes/reflection.C,
2682: classes/regex.C, classes/response.C, classes/string.C,
2683: classes/table.C, classes/xdoc.C, classes/xnode.C,
2684: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2685: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2686: feature #1051)
2687:
2688: 2016-03-30 moko
2689:
2690: * tests/: 327.html, results/224.processed, results/327.processed:
2691: test for TZ specification in ^date::create[], TZ is kept during
2692: ^date::create[$dt] (related to feature #1048)
2693:
2694: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2695: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2696: feature #1048)
2697:
2698: 2016-03-29 moko
2699:
2700: * tests/: 315.html, results/315.processed: test for timezone format
2701: +HHmm added (related to feature #1065)
2702:
2703: * src/classes/date.C: timezone format +HHmm now supported
2704: (implements feature #1065)
2705:
2706: 2016-03-28 moko
2707:
2708: * tests/: 202.html, results/131.processed, results/202.processed,
2709: results/224.processed, results/256.processed,
2710: results/315.processed: test results updated after %.2d now
2711: default for hours offset in iso-string (was %2d), test for
2712: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2713: added (related to feature #1065)
2714:
2715: 2016-03-27 moko
2716:
2717: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2718: feature #1065)
2719:
2720: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2721: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2722: added (implements feature #1065)
2723:
2724: 2016-03-24 moko
2725:
2726: * tests/: 202.html, results/202.processed: test $date.week added
2727: (related to bug #1067)
2728:
2729: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2730: date (fix for bug #1067)
2731:
2732: 2016-03-10 moko
2733:
2734: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2735:
1.102 moko 2736: 2015-12-07 moko
2737:
2738: * tests/: 326.html, results/326.processed: test for .CLASS &
2739: .CLASS_NAME optimization added (related to feature #844)
2740:
2741: 2015-11-17 moko
2742:
2743: * tests/: 323.html, results/323.processed: order added
2744:
2745: * tests/: 325.html, results/325.processed: double range test added
2746: (related to bug #1049)
2747:
2748: 2015-11-16 moko
2749:
2750: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2751: added to disallow NaN and Infinity (fixes bug #1049)
2752:
2753: 2015-11-11 moko
2754:
2755: * tests/324.html: parser 3.4.3 execution support added (related to
2756: feature #1017)
2757:
2758: * tests/: 324.html, results/324.processed: test for
2759: GET_ELEMENT4CALL feature added (feature #1017)
2760:
1.101 moko 2761: 2015-10-29 moko
2762:
2763: * operators.txt: updated for 3.4.4
2764:
2765: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2766:
2767: * src/main/pa_exec.C: get_exit_status implemented for Windows
2768: (related to bug #1043)
2769:
2770: 2015-10-28 moko
2771:
2772: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2773: hangup during ^file::exec (fixes bug #1043)
2774:
1.100 moko 2775: 2015-10-27 moko
2776:
2777: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2778:
1.99 moko 2779: 2015-10-26 moko
2780:
1.100 moko 2781: * tests/322.html, src/classes/reflection.C: arguments reorder
2782: (related to issue #1041)
2783:
2784: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2785: Copyright year updated
2786:
1.99 moko 2787: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2788: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2789: classes/form.C, classes/hash.C, classes/hashfile.C,
2790: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2791: classes/mail.C, classes/math.C, classes/memcached.C,
2792: classes/memory.C, classes/op.C, classes/reflection.C,
2793: classes/regex.C, classes/response.C, classes/string.C,
2794: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2795: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2796: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2797: include/pa_config_fixed.h, include/pa_config_includes.h,
2798: include/pa_dictionary.h, include/pa_dir.h,
2799: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2800: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2801: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2802: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2803: include/pa_request_charsets.h, include/pa_request_info.h,
2804: include/pa_sapi.h, include/pa_socks.h,
2805: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2806: include/pa_stack.h, include/pa_string.h,
2807: include/pa_stylesheet_connection.h,
2808: include/pa_stylesheet_manager.h, include/pa_table.h,
2809: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2810: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2811: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2812: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2813: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2814: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2815: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2816: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2817: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2818: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2819: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2820: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2821: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2822: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2823: main/pa_string.C, main/pa_stylesheet_connection.C,
2824: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2825: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2826: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2827: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2828: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2829: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2830: targets/isapi/parser3isapi.C, types/pa_junction.h,
2831: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2832: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2833: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2834: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2835: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2836: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2837: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2838: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2839: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2840: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2841: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2842: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2843: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2844: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2845: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2846: types/pa_vresponse.C, types/pa_vresponse.h,
2847: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2848: types/pa_vstateless_object.h, types/pa_vstatus.C,
2849: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2850: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2851: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2852: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2853: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2854:
2855: * src/targets/cgi/parser3.C: year updated
2856:
2857: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2858: issue #1041)
2859:
2860: * tests/: 323.html, results/323.processed: test for base classes
2861: added
2862:
2863: * tests/: 261.html, results/261.processed: updated after better
2864: error reporting done for $string.key exception
2865:
2866: * src/types/pa_vstring.h: better error report for $string.key
2867: exception
2868:
2869: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2870: copied as VObject::get_element4call to remove extra virtual call
2871:
2872: * tests/: 322.html, results/322.processed: test for
2873: ^reflection:is[] added (related to feature #1041)
2874:
2875: * src/classes/reflection.C: ^reflection:is empty value is void
2876: (related to feature #1041)
2877:
2878: * src/classes/reflection.C:
2879: ^reflection:is[class_name|code|method;[context;]element_name]
2880: added (implements feature #1041)
2881:
2882: 2015-10-24 moko
2883:
2884: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2885:
1.98 moko 2886: 2015-10-22 moko
2887:
2888: * tests/: 321.html, results/321.processed: test for
2889: ^reflection:method_info[] file detection added
2890:
2891: * tests/: 320.html, results/320.processed: test for
2892: ^reflection:class_by_name[class_name] added (related to feature
2893: #993)
2894:
2895: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2896: added (implements feature #993)
2897:
2898: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2899: (related to feature #1017)
2900:
2901: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2902: added (related to issue #1039)
2903:
2904: * src/main/pa_request.C: ^throw origin fixed (related to feature
2905: #1039)
2906:
2907: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2908: for VDate
2909:
2910: * tests/results/182.processed: updated after feature #1038
2911: implemented
2912:
2913: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2914: compile-time exception origin added (test for feature #1039)
2915:
2916: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2917: main/pa_request.C: exception unification: compile-time exceptions
2918: now have origin, @USE origins also tracked (implements feature
2919: #1039)
2920:
2921: 2015-10-20 moko
2922:
2923: * src/main/pa_request.C: cleanup
2924:
2925: 2015-10-15 moko
2926:
2927: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2928:
2929: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2930: types/pa_vtable.C: new feature: no more $table.method and
2931: $hash.method, aliases for _at, _count, _key (related to feature
2932: #1017)
2933:
1.97 moko 2934: 2015-10-14 moko
2935:
1.98 moko 2936: * tests/: 317.html, results/317.processed: test for
2937: ^string.unescape[] added (related to feature #120)
2938:
1.97 moko 2939: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2940: defined" bug (described in issue #1036)
2941:
2942: * tests/: 247.html, results/247.processed: test for checkBOM added
2943: (test for bug #1037)
2944:
2945: * src/: include/pa_charsets.h, main/pa_charsets.C,
2946: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2947: it's not enforced, skips BOM signature if it complies charset
2948: (fixes bug #1037)
2949:
2950: 2015-10-13 moko
2951:
2952: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2953: linking
2954:
2955: * src/classes/inet.C: vs2003 compilation fix
2956:
2957: * src/classes/math.C: warning war
2958:
2959: * src/lib/punycode/pa_punycode.c: warning war
2960:
2961: 2015-10-12 moko
2962:
2963: * src/lib/punycode/pa_punycode.c: warning war
2964:
2965: * parser3.sln: moved parser3 first, to make it default startup
2966: project
2967:
2968: * buildall: parser "mirror" now used for external libs sources
2969: (implements feature #1036)
2970:
2971: * buildall: most external libs are updated to their current
2972: versions (related to feature #1036)
2973:
2974: * src/classes/image.C: more tags added
2975:
2976: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2977:
2978: 2015-10-11 moko
2979:
2980: * src/classes/curl.C: minor optimization (related to feature #1035)
2981:
2982: 2015-10-09 moko
2983:
2984: * src/classes/curl.C: pa_strdup added for strings from curl
2985: (related to feature #1035)
2986:
2987: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2988: ULLONG_MAX definition
2989:
2990: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2991: (implements feature #1035)
2992:
2993: * src/main/pa_charset.C: String::Body(String::C) used
2994:
2995: * src/main/pa_charset.C: exceptions unified
2996:
2997: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2998: unified
2999:
3000: * src/: classes/file.C, classes/image.C, classes/mail.C,
3001: classes/op.C, classes/xdoc.C, classes/xnode.C,
3002: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3003: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3004: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3005: String::Body(String::C) constructor added (related to bug #957)
3006:
3007: * src/classes/file.C: minor optimization
3008:
3009: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3010: Cord(char*) autocreation (related to bug #957)
3011:
3012: * src/: classes/string.C, main/untaint.C: minor optimizations
3013:
3014: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3015: String(char*, Lang, length) removed, String(C(), Lang) used
3016: instead (related to bug #957)
3017:
3018: 2015-10-08 moko
3019:
3020: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3021: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3022: main/untaint.C: Now char * is converted to CORD only using
3023: AS_CORD() to check for empty cord bug (fixes bug #957)
3024:
3025: * src/include/pa_hash.h: fixed compilation without
3026: HASH_CODE_CACHING
3027:
3028: * src/classes/string.C:
3029: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3030: feature #120)
3031:
3032: * src/main/pa_common.C: reduce js flags checks count (related to
3033: feature #120)
3034:
1.96 moko 3035: 2015-10-07 moko
3036:
3037: * tests/: 275.html, results/275.processed: test modified after
3038: unsigned long long int support implemented (feature #1034)
3039:
3040: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3041: pa_atoul added for unsigned long long int support
3042:
3043: 2015-10-06 moko
3044:
3045: * src/types/pa_vdate.C: INT_MAX used
3046:
3047: 2015-10-03 moko
3048:
3049: * tests/: 302.html, results/302.processed: test for bug #1023
3050: (\u2028, \u2029 escaping) added
3051:
3052: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3053: json:string[] (fixes bug #1023)
3054:
3055: 2015-09-29 moko
3056:
3057: * tests/305.html: try-catch added for OS without ipv6 support
3058:
3059: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3060: compilation
3061:
3062: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3063: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3064: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3065: implemented to distinguish ^hash.method from $hash.field
3066: (implements feature #1017)
3067:
3068: * src/lib/punycode/pa_punycode.c: warning war
3069:
3070: * src/include/pa_config_includes.h: warning war
3071:
3072: * src/include/pa_config_includes.h: pragma warning actualized a bit
3073:
3074: * src/include/pa_config_includes.h: warning war
3075:
3076: * src/include/pa_hash.h: clang compilation fix
3077:
3078: 2015-09-27 moko
3079:
3080: * src/main/compile.tab.C: Bison 3 is now default
3081:
3082: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3083:
3084: 2015-09-25 moko
3085:
3086: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3087: works with undefined HASH_ORDER (related to feature #196)
3088:
3089: 2015-09-24 moko
3090:
3091: * tests/: 027.html, results/027.processed: test modified to test
3092: ^hash.sort (feature #196)
3093:
3094: * src/: classes/hash.C, include/pa_hash.h:
3095: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3096: added (implements feature #196)
3097:
3098: * tests/: 316.html, results/316.processed: Added test for bug #1025
3099: (exception handling in non-cached ^cache), plus for "it does not
3100: have logical value" and "$exception.handled value must be either
3101: boolean or string 'cache'" exceptions.
3102:
3103: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3104: code (fixes bug #1025)
3105:
1.95 moko 3106: 2015-09-23 moko
3107:
3108: * src/classes/table.C: warning war
3109:
3110: * src/: classes/math.C, types/pa_vcookie.C: warning war
3111:
3112: * src/classes/file.C: warning war
3113:
3114: * src/: include/pa_table.h, main/pa_table.C: warning war
3115:
3116: * src/: main/pa_request.C, classes/date.C: warning war
3117:
3118: * src/: types/pa_vdate.C, classes/op.C: warning war
3119:
3120: * tests/: 122.html, results/122.processed: win sync: to remove
3121: differences with OS that doesn't keep timezone change history
3122:
3123: * src/types/pa_vdate.C: tzset() should be called in Windows after
3124: TZ change (related to feature #36)
3125:
3126: * tests/: 075.html, results/075.processed: win sync: to remove
3127: differences with OS that doesn't keep timezone change history
3128:
3129: * tests/: 315.html, results/315.processed: win sync: to remove
3130: differences with OS that doesn't keep timezone change history
3131:
3132: * tests/: 256.html, results/256.processed: win sync: to remove
3133: differences with OS that doesn't keep timezone change history
3134:
3135: * tests/: 124.html, results/124.processed: win results sync: to
3136: avoid hitting time change hole.
3137:
3138: * src/types/pa_vdate.C: static returned. :)
3139:
3140: 2015-09-22 moko
3141:
3142: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3143:
3144: * tests/results/131.processed: more tests for feature #1032
3145:
3146: * src/classes/date.C: minor fix related to feature #1032
3147:
3148: * operators.txt: ISO date creation documented (related to feature
3149: #1032)
3150:
3151: * operators.txt: iso-string documented (related to feature #1032)
3152:
3153: * tests/: 315.html, results/315.processed: more tests added
3154: (related to feature #1032)
3155:
3156: * tests/: 131.html, results/131.processed: date range checks
3157: updated (related to feature #36)
3158:
3159: * tests/: 315.html, results/057.processed, results/315.processed:
3160: test added for ISO date support (related to issue #315)
3161:
3162: * src/classes/date.C: more readable exceptions in date creation
3163: (related to ticket #1032)
3164:
3165: 2015-09-18 moko
3166:
3167: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3168: added (related to issue #1032)
3169:
3170: * tests/results/256.processed, src/classes/json.C: iso-string
3171: documented (related to issue #1032)
3172:
3173: * tests/: 256.html, results/256.processed: ISO date check added
3174: (related to issue #1032)
3175:
3176: * tests/: 057.html, results/057.processed, results/224.processed:
3177: tests results updated after ISO date support implemented (related
3178: to feature #1032)
3179:
3180: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3181: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3182: ^date::create[string] constructor formalized, ^date.iso-string[]
3183: added (implements feature #1032)
3184:
3185: 2015-09-05 moko
3186:
3187: * operators.txt: actualized
3188:
3189: * operators.txt: date changes documented (related to ticket #36)
3190:
3191: 2015-09-04 moko
3192:
3193: * src/types/pa_vdate.C: warning war
3194:
3195: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3196:
3197: 2015-09-03 moko
3198:
3199: * tests/results/096.processed: test result updated for 0..9999 year
3200: date range support (related to feature #36)
3201:
3202: * tests/: 314.html, results/314.processed: test for
3203: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3204: bug #1031)
3205:
3206: * src/classes/string.C: Static calls fixed for ^string:base64[],
3207: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3208:
1.116 moko 3209: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3210: configure.in -> configure.ac
1.95 moko 3211:
1.116 moko 3212: * configure, configure.in, src/include/pa_config_auto.h.in: more
3213: correct timezone check for FreeBSD Warning war: configure.in ->
3214: configure.ac
1.95 moko 3215:
3216: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3217: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3218: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3219: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3220: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3221: src/main/Makefile.am, src/targets/apache/Makefile.am,
3222: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3223: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3224: check added
3225:
3226: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3227:
3228: * tests/results/: 124.processed, 224.processed: test resuls updated
3229: for new date implementation (related to feature #36)
3230:
3231: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3232: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3233: types/pa_vdate.h: new double date implementation with internal
3234: support for extended 0..9999 year range, default timezone support
3235: (related to feature #36)
3236:
3237: 2015-08-28 moko
3238:
3239: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3240: (fixes bug #1030)
3241:
3242: 2015-08-21 moko
3243:
3244: * src/classes/inet.C: snprintf size "bug" commented
3245:
3246: * src/main/pa_common.C: snprintf comments updated
3247:
3248: 2015-08-16 moko
3249:
3250: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3251:
3252: 2015-08-11 moko
3253:
3254: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3255: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3256: can be null (fixes bug #1029)
3257:
3258: 2015-08-06 moko
3259:
1.116 moko 3260: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3261: pa_vdate.C added
1.95 moko 3262:
3263: 2015-08-05 moko
3264:
3265: * tests/: 313.html, results/313.processed: test for
3266: ^table.count[columns] and ^table.flip[] with nameless tables
3267: (feature #1003)
3268:
3269: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3270: max_cell added, now ^table.count[columns] and ^table.flip[] works
3271: correctly for nameless tables (implements feature #1003)
3272:
3273: 2015-08-03 moko
3274:
3275: * tests/312.html: test for ^table.append[$hash] and
3276: ^table.insert[$hash] added (related to feature #1028)
3277:
3278: * src/classes/table.C: ^table.append[$hash] and
3279: ^table.insert[$hash] now supported (implements feature #1028)
3280:
3281: * tests/: 312.html, results/312.processed: test row copy in
3282: ^table.hash[; $.type[table] ] added (related to feature #1016)
3283:
3284: * src/classes/table.C: row copy now created in ^table.hash[;
3285: $.type[table] ] (related to feature #1016)
3286:
3287: 2015-07-29 moko
3288:
3289: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3290: added (related to feature #1016)
3291:
3292: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3293: ^table.delete[] added to delete current row (related to feature
3294: 1016)
3295:
3296: 2015-07-28 moko
3297:
3298: * tests/: 312.html, results/312.processed: test for
3299: $table.column[value] and ^table.insert{row} (related to feature
3300: #1016)
3301:
3302: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3303: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3304: ^table.insert{row} are now implemented (feature #1016)
3305:
3306: * src/include/pa_array.h: Optimization: bool reverse removed from
3307: append(), insert() added, memmove arguments order in remove()
3308: fixed (related to feature #1016)
3309:
3310: 2015-07-23 moko
3311:
3312: * src/classes/json.C: tainted json and empty json exception added
3313: (implements feature #1015)
3314:
3315: * tests/: 311.html, results/311.processed: empty json and tainted
3316: json exception test added (related to issue #1015)
3317:
3318: 2015-07-22 moko
3319:
3320: * tests/: 311.html, results/311.processed: test for UTF-8
3321: processing added
3322:
3323: * tests/: 311.html, results/311.processed: test for
3324: json_exception_with_source added (related to issue #394)
3325:
3326: * src/classes/json.C: json_exception_with_source added (implements
3327: feature #394)
3328:
3329: 2015-06-29 moko
3330:
3331: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3332: directories are now correctly determined if _d_type == DT_UNKNOWN
3333: (closes bug #1027)
3334:
3335: 2015-06-10 moko
3336:
3337: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3338: error if libxml has LIBXML_ICU_ENABLED.
3339:
3340: 2015-06-04 moko
3341:
3342: * tests/099.html: ups, reverting
3343:
3344: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3345: results/310.processed: tests for $response:body[ $.file[] ] and
3346: $response:last-modified added
3347:
3348: * src/main/pa_request.C: last-modified check fixed
3349:
3350: 2015-06-03 moko
3351:
3352: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3353: results/205.processed, results/293.processed: $response:headers
3354: logging added (tests for feature #1007)
3355:
3356: * src/: include/pa_common.h, include/pa_request.h,
3357: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3358: $response:headers are now in uppercase (closes feature #1007)
3359:
3360: 2015-06-02 moko
3361:
3362: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3363: build errors reverted for clang compatibility
3364:
3365: 2015-06-01 moko
3366:
3367: * src/include/pa_memory.h: -pedantic build errors fixed
3368:
3369: * src/classes/math.C: -pedantic build error fixed
3370:
3371: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3372:
3373: 2015-05-31 moko
3374:
3375: * src/classes/table.C: USE_STRINGSTREAM optimized
3376:
3377: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3378: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3379: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3380: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3381: types/pa_vxnode.h: warning war (-pedantic flag)
3382:
3383: 2015-05-28 moko
3384:
3385: * tests/: 308.html, results/308.processed: test for
3386: ^table::create[$t;], etc work added (related to bug #975)
3387:
3388: * src/classes/table.C: check_option_param removed,
3389: ^table::create[$t;], etc now works (fixes bug #975)
3390:
3391: 2015-05-27 moko
3392:
3393: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3394: (Debian jessie) fixed (closes issue #1024)
3395:
3396: * tests/Makefile: sort added as in Debian jessie list become
3397: unsorted
3398:
3399: 2015-05-18 moko
3400:
3401: * tests/: 201.html, results/201.processed: test for
3402: ^string.trim[what] feature #1022
3403:
3404: * src/classes/string.C: ^string.trim[what] now supported,
3405: implements feature #1022
3406:
3407: 2015-05-17 moko
3408:
3409: * tests/results/185.processed: test result updated as feature #1021
3410: implemented (left/right accept negative parameter)
3411:
3412: * src/classes/string.C: left/right now accept negative parameter
3413: (implements feature #1021)
3414:
3415: 2015-05-08 moko
3416:
3417: * src/classes/math.C: isalnum -> pa_isalnum
3418:
3419: * src/main/execute.C: optimization in getter-junction processing
3420: (related to issue #997)
3421:
3422: 2015-05-07 moko
3423:
3424: * tests/: 307.html, results/307.processed: test for issue #997
3425: added
3426:
3427: * src/main/execute.C: process_getter result now checked if junction
3428: returned (closes issue #997)
3429:
3430: * tests/: 305.html, results/305.processed: sort added to ignore
3431: different order
3432:
3433: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3434: assignment (closes issue #994)
3435:
3436: * tests/: 306.html, results/306.processed: test for issue #994
3437: added
3438:
3439: * tests/: 303.html, results/303.processed: two more errors tested
3440:
3441: 2015-05-06 moko
3442:
3443: * tests/: 305.html, results/305.processed: test for name2ip &
3444: ip2name added (related to feature #992)
3445:
3446: * tests/: 303.html, 304.html, results/303.processed,
3447: results/304.processed: tests for idna conversion added (related
3448: to issue #849)
3449:
3450: 2015-05-02 moko
3451:
3452: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3453: implemented
3454:
3455: 2015-04-30 moko
3456:
3457: * src/main/pa_http.C: idna_host added, related to issue #849
3458:
3459: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3460: (related to issue #849)
3461:
3462: 2015-04-24 moko
3463:
3464: * src/types/pa_vjunction.C: warning war
3465:
3466: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3467: unification
3468:
3469: * src/lib/punycode/pa_idna.c: warning war
3470:
3471: 2015-04-22 moko
3472:
3473: * src/main/main.vcproj: punycode include path added
3474:
3475: * src/lib/punycode/pa_idna.c: windows compile error fixed
3476:
3477: * src/lib/punycode/pa_idna.c: warning war
3478:
3479: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3480: project file added
3481:
3482: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3483:
3484: * src/include/pa_memory.h: warning war
3485:
3486: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3487: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3488: implemented (related to feature #849)
3489:
3490: * configure.in, src/main/Makefile.am,
3491: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3492: libpunycode added in Unix
3493:
3494: 2015-04-21 moko
3495:
3496: * configure.in: large files support
3497:
3498: 2015-04-15 moko
3499:
3500: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3501: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3502: pa_punycode.h: initial version for punycode/idna support library
3503: (ticket #849)
3504:
3505: 2015-04-08 moko
3506:
3507: * src/: classes/curl.C, classes/date.C, classes/file.C,
3508: classes/image.C, classes/mail.C, classes/reflection.C,
3509: classes/string.C, classes/xnode.C, include/pa_request.h,
3510: include/pa_string.h, include/pa_stylesheet_connection.h,
3511: main/compile.y, main/compile_tools.h, main/execute.C,
3512: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3513: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3514: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3515: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3516: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3517: clang compiler warnings (closes issue #1018)
3518:
3519: * src/include/pa_string.h: String::Body comparation operators with
3520: char * added (related to issue #958)
3521:
3522: 2015-04-07 moko
3523:
3524: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3525: pa_malloc/pa_free to remove system malloc/free usage (related to
3526: issue #1018)
3527:
3528: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3529: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3530: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3531: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3532: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3533: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3534: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3535: malloc/strdup/free replaced with pa_ version and checks for
3536: accidental use of non-pa_ version added (related to issue #1018)
3537:
3538: 2015-04-03 moko
3539:
3540: * buildall: pcre-8.33 -> pcre-8.36
3541:
3542: * src/: main/compile.y, classes/form.C, classes/mail.C,
3543: classes/op.C, classes/string.C, main/compile.tab.C,
3544: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3545: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3546: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3547: ticket #958)
3548:
3549: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3550: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3551: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3552: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3553: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3554: $request:headers, $request:method added (implements feature
3555: #1007)
3556:
3557: 2015-03-17 misha
3558:
3559: * tests/302.html: - test for
3560: ^json:string[...;$._default[method-name]]
3561:
3562: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3563: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3564: option $._default[method-name] is specified in ^json:string[], a
3565: method with specified name will be called for classes/objects
3566: serialization ( new feature: #982 )
3567:
3568: 2015-03-16 misha
3569:
3570: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3571: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3572: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3573: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3574: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3575: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3576: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3577: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3578: types/pa_vrequest.h, types/pa_vstateless_class.C,
3579: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3580: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3581: $var.CLASS_NAME now have special opcodes. This can be switched
3582: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3583: on pa_opcode.h ( new feature: #844 )
3584:
3585: 2015-03-15 misha
3586:
3587: * tests/075.html: - test for $response:header[]
3588:
3589: * src/types/pa_vresponse.C: - $response:header[] deletes header
3590: that was set earlie ( new feature: #1001 )
3591:
3592: 2015-03-12 misha
3593:
3594: * tests/246.html: - more tests for ^hash._at[]
3595:
3596: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3597: accepts second param [key|value|hash] ( new feature: #1012 )
3598:
3599: 2015-03-09 moko
3600:
3601: * src/types/pa_vmail.C: exception for everything but
3602: $mail:received, closes issue #1011
3603:
3604: 2015-02-20 moko
3605:
3606: * tests/: 275.html, results/275.processed: hex detection in
3607: pa_atoui fix test (closes issue #1010)
3608:
3609: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3610: issue #1010)
3611:
3612: 2015-02-17 moko
3613:
3614: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3615: tainted.
3616:
3617: 2015-02-03 misha
3618:
3619: * tests/301.html: - test for ^json:string($double) causes
3620: exception. bugfix: #1008
3621:
3622: * src/classes/json.C: - ^json:string($double) causes exception.
3623: bugfix: #1008
3624:
3625: * tests/014.html: - updated for work with ^hash.delete[]
3626:
3627: 2015-01-12 misha
3628:
3629: * src/: classes/form.C, include/pa_common.h,
3630: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3631: types/pa_vform.h: - supports body with PUT method as well ( new
3632: feature: #1006 )
3633:
3634: * src/classes/file.C: - warnings war
3635:
3636: 2015-01-11 misha
3637:
3638: * tests/300.html: - test for ^hash.delete[] is added
3639:
3640: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3641: feature: #989 ) - tiny optimization in intersects
3642:
3643: 2015-01-06 moko
3644:
3645: * src/types/pa_vmail.C: file names transcode added, to and cc added
3646: with transcode, attachments detection fixed
3647:
3648: * src/main/pa_request.C: filling mail received after cgi/auto.p
3649: load to allow charset switch (related to issue #996)
3650:
3651: 2014-12-31 moko
3652:
3653: * src/types/pa_vmail.C: from and subject now transcoded if not
3654: UTF-8 source charset (fixes issue 996)
3655:
3656: * src/main/pa_exception.C: fixed string from stack bug (closes
3657: issue #1000)
3658:
3659: 2014-12-11 misha
3660:
3661: * src/types/pa_vhashfile.C: - check if key is not empty before
3662: access ( bug fix: #1005 )
3663:
3664: 2014-11-13 misha
3665:
3666: * src/main/compile.y: - PC.append does not reset to false while
3667: creating a new class. bugfix: #990
3668:
3669: * tests/299.html: - test for creation class after working with
3670: partial class (create+append)
3671:
3672: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3673: #995
3674:
3675: * tests/232.html: - test for @get[def] added
3676:
3677: 2014-10-12 moko
3678:
3679: * src/lib/pcre/pcre_internal.vcproj: correct path
3680:
3681: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3682: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3683: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3684: targets/apache/ApacheModuleParser3.vcproj,
3685: targets/apache/ApacheModuleParser3Core.vcproj,
3686: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3687: types/types.vcproj: project GUID inserted in *.vcproj for correct
3688: conversion in newer VS versions
3689:
3690: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3691: pcre_internal.vcproj added
3692:
3693: 2014-08-28 moko
3694:
3695: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3696: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3697: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3698:
3699: 2014-06-30 misha
3700:
3701: * tests/298.html: - tests for ^reflection:def[class;className]
3702: added
3703:
3704: * src/classes/reflection.C: - ^reflection:def[class;className]
3705: added ( new feature: #918 )
3706:
3707: 2014-06-29 misha
3708:
3709: * src/classes/table.C: - ^table::create[unsupported data] -
3710: exception comment changed to "body must be table or code" ( bug
3711: fix: #951 )
3712:
3713: * tests/: 261.html, results/261.processed: - tests for
3714: ^json:string[...;$.void[null|string]] added
3715:
3716: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3717: option $.void[string|null] added to ^json:string[...] ( new
3718: feature: #952 )
3719:
3720: 2014-06-28 moko
3721:
3722: * src/classes/curl.C: $.charset now processed before other curl
3723: options (closes issue #980)
3724:
3725: 2014-05-23 misha
3726:
3727: * src/classes/json.C: - bug fix: #987
3728:
3729: 2014-05-04 misha
3730:
3731: * tests/: 253.html, 253_json.txt: - test for
3732: ^json:parse[$.int(false)] is added
3733:
3734: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3735: default true). The option is similar to $.double(bool) but for
3736: integers.
3737:
3738: 2014-05-01 moko
3739:
3740: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3741: #12 )
3742:
3743: 2014-04-16 moko
3744:
3745: * src/main/pa_http.C: response-charset option should finally work
3746: now (fix for issue #867)
3747:
3748: * src/main/pa_http.C: response-charset option should work now (fix
3749: for issue #867)
3750:
3751: 2014-03-07 moko
3752:
3753: * buildall: libgc moved
3754:
3755: * buildall: libgc moved
3756:
3757: 2013-12-29 moko
3758:
3759: * src/classes/string.C: ^string:js-unescape result now tainted,
3760: closes issue #966
3761:
3762: * tests/: 186.html, results/186.processed: ^string:js-unescape
3763: result now tainted, issue #966
3764:
3765: 2013-12-03 moko
3766:
3767: * src/: classes/memcached.C, types/pa_vmemcached.C,
3768: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3769: option was added for http://www.parser.ru/forum/?id=79343
3770:
3771: * src/classes/file.C: bugfix for
3772: http://www.parser.ru/forum/?id=79337
3773:
3774: 2013-11-05 moko
3775:
3776: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3777:
3778: * src/main/pa_globals.C: spelling fixed
3779:
3780: 2013-10-29 moko
3781:
3782: * src/lib/json/json.vcproj: json.c -> pa_json.C
3783:
3784: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3785: #892
3786:
3787: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3788: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3789: exceptions to be thrown thougth json library), related to issue
3790: #892
3791:
3792: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3793: related to issue #896
3794:
3795: 2013-10-24 moko
3796:
3797: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3798:
3799: 2013-10-23 moko
3800:
3801: * README: actualization
3802:
3803: 2013-10-22 moko
3804:
3805: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3806: compatibility patch from Sergey Kirpichev
3807:
3808: * tests/: 297.html, results/297.processed: non-working getter fix
3809: test for issue #948
3810:
3811: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3812: called when saving value of $match variable in ^string.match[] to
3813: increase compatibility (related to issue #948).
3814:
3815: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3816: usage optimization
3817:
3818: 2013-10-21 moko
3819:
3820: * tests/: 182.html, results/182.processed: local path removed for
3821: compatibility
3822:
3823: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3824: results/244.processed, results/253.processed,
3825: results/254.processed, results/275.processed,
3826: results/281.processed: try_catch -> try-catch
3827:
3828: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3829: results/294.processed, results/296.processed: try_catch ->
3830: try-catch
3831:
3832: 2013-10-20 moko
3833:
3834: * tests/: 296.html, results/296.processed: test for xsl exception
3835: for issue #938 added.
3836:
3837: * src/: include/pa_xml_exception.h,
3838: main/pa_stylesheet_connection.C: forgotten to be replaced
3839: XmlException is now replaced (once again closes issue #938)
3840:
3841: 2013-10-19 misha
3842:
3843: * bin/auto.p.dist.in: - more mime-types are added
3844:
3845: 2013-10-18 moko
3846:
3847: * buildall: disable clock_gettime detection to avoid librt linking
3848: (which in turn depends on libpthread), related to issue #943
3849:
3850: 2013-10-18 misha
3851:
3852: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3853: lib/smtp/smtp.vcproj, main/main.vcproj,
3854: targets/apache/ApacheModuleParser3Core.vcproj,
3855: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3856: types/types.vcproj: - new locations for libxml2 includes where
3857: added to vcproj files
3858:
3859: 2013-10-18 moko
3860:
3861: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3862: fix
3863:
3864: * tests/: 295.html, results/295.processed: test for issue #948
3865: updated
3866:
3867: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3868: :)
3869:
3870: * tests/: 295.html, results/295.processed: test for issue #948
3871: added
3872:
3873: * src/: classes/hash.C, classes/string.C, classes/table.C,
3874: include/pa_request.h, types/pa_method.h: for getters and setters
3875: to be executed request.put_element should be called, not
3876: context.put_element (fixes issue #948)
3877:
3878: 2013-10-17 moko
3879:
3880: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3881: LIBXML2_NEW_BUFFER check (closes issue #943)
3882:
3883: * buildall: libxml 2.9.1 build is broken --without-reader.
3884:
3885: 2013-10-16 moko
3886:
3887: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3888:
3889: * tests/: 294.html, results/294.processed: test for issue #938
3890:
3891: * src/: classes/xdoc.C, classes/xnode.C,
3892: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3893: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3894:
3895: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3896: libxslt-1.1.26 -> libxslt-1.1.28
3897:
3898: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3899: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3900: to '?', related to issue #938
3901:
3902: 2013-10-15 moko
3903:
3904: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3905: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3906: minor optimizations (closes issue #896)
3907:
3908: * tests/results/: 292.processed, 293.processed: results updated to
3909: comply with issue #896
3910:
3911: * tests/: 292.html, 293.html, results/292.processed,
3912: results/293.processed: tests for json escaping
3913:
3914: 2013-10-14 moko
3915:
3916: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3917: and cleanup, code moved from .h to .C, no changes in code
3918:
3919: 2013-10-12 moko
3920:
3921: * tests/results/119.processed: updated test result commited
3922:
3923: * tests/: 291.html, results/291.processed: test for issue #894
3924: added
3925:
3926: * src/types/pa_wcontext.h: base methods call support function
3927: get_somebody_entered_some_class should not be true forever, as
3928: wcontext can have many get_elements calls (fixes issue #894)
3929:
3930: 2013-10-11 moko
3931:
3932: * tests/: 290.html, results/290.processed: test for junction GPF
3933: issue #942 added
3934:
3935: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3936: to native method fixed (closes issue #942)
3937:
3938: * tests/: 158.html, results/158.processed: test for csv-string[]
3939: added
3940:
3941: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3942: feature #907)
3943:
3944: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3945: feature #907)
3946:
3947: 2013-10-09 moko
3948:
3949: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3950: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3951: types/pa_vstateless_class.C: GET_default, SET_default now works
3952: properly not only in objects, but in classes as well (closes
3953: issue #903)
3954:
3955: * tests/: 289.html, results/289.processed: GET/SET_default now
3956: works in classes, not only objects, test case added, related to
3957: issue #903
3958:
3959: * tests/: 288.html, results/288.processed: test for endless
3960: recursion bug added (related to issue #903)
3961:
3962: 2013-10-05 moko
3963:
3964: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3965: classes/table.C, main/execute.C, types/pa_method.h,
3966: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3967: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3968: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3969: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3970: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3971: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3972: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3973: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3974: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3975: optimization: put_element no longer has "bool areplace" argument,
3976: related to issue #903
3977:
3978: 2013-10-03 moko
3979:
3980: * tests/results/182.processed: result for $.replace(false) test
3981: commited
3982:
3983: * src/classes/date.C: ^date::create(number) processed correctly
3984: (fixes issue #901)
3985:
3986: * src/classes/image.C: as_no_junction removed, as param can be
3987: expression (closes issue #931)
3988:
3989: * tests/233.html: test for issue #931 added
3990:
3991: 2013-10-02 moko
3992:
3993: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3994: modified, test for $.replace(false) added
3995:
3996: * src/main/compile_tools.h: forgotten class replace returned. :)
3997:
3998: 2013-09-30 moko
3999:
4000: * tests/: 141.html, results/141.processed: md5 tainting test added
4001:
4002: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4003: main/compile_tools.h, main/pa_request.C: allow_class_replace
4004: implemented; $.replace option added to ^process and ^use
4005:
4006: 2013-08-27 moko
4007:
4008: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4009: cstr_to_string_body_untaint should be called with charsets for
4010: possible uri language and connection for possible sql language.
4011: related to issue #857
4012:
4013: * buildall: and -> or fixed
4014:
4015: 2013-08-26 moko
4016:
4017: * buildall: prepare_ functions logic changed to support
4018: gc-7.2d.tar.gz extracting to gc-7.2 directory
4019:
4020: 2013-08-23 moko
4021:
4022: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4023: statically
4024:
4025: 2013-08-22 moko
4026:
4027: * src/classes/string.C: String::Empty used (related to issue #912)
4028: append_know_length removed (related to old GPF bug)
4029:
4030: 2013-08-21 moko
4031:
4032: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4033:
4034: * src/classes/math.C: ^math:digest[...;$file] support added
4035: (related to ticket #857
4036:
4037: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4038: implemented
4039:
4040: * src/types/pa_vhashfile.h: warning war
4041:
4042: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4043: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4044: anti_endless_json_string_recoursion removed from request;
4045: json_string_recoursion added to json_options; $.indent[indent
4046: value] now supported and passed within recoursion closes feature
4047: #937
4048:
4049: * tests/: 287.html, results/287.processed: test for feature #937
4050:
4051: 2013-07-31 moko
4052:
4053: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4054: compilation having #define _S
4055:
4056: * src/main/pa_globals.C: cleanup
4057:
4058: 2013-07-30 moko
4059:
4060: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4061: main/pa_common.C: vs2003 warning war
4062:
4063: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4064:
4065: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4066:
4067: * src/lib/md5/pa_sha2.c: warning war
4068:
4069: 2013-07-29 moko
4070:
4071: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4072: patches from github
4073:
4074: * src/: classes/bool.C, classes/double.C, classes/int.C,
4075: classes/memcached.C, include/pa_config_includes.h,
4076: types/pa_vfile.C, types/pa_vfile.h: warning war
4077:
4078: * src/lib/json/json.vcproj: C++ -> C
4079:
4080: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4081:
4082: * src/lib/json/: json.c, pa_json.C: windows compatibility
4083:
4084: * src/lib/json/: json.c, pa_json.C: windows compatibility
4085:
4086: * src/lib/json/: json.c, pa_json.C: warning war
4087:
4088: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4089:
4090: * src/include/pa_config_fixed.h: uint16_t added
4091:
4092: * configure.in: uint16_t check added
4093:
4094: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4095: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4096: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4097: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4098: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4099:
4100: 2013-07-25 moko
4101:
4102: * parser3.sln: dependencies added
4103:
4104: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4105: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4106: module support
4107:
4108: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4109:
4110: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4111:
4112: 2013-07-23 moko
4113:
4114: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4115: PA_DEBUG_GC_MEMORY removed
4116:
4117: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4118: PA_DEBUG_DISABLE_GC compilation fix
4119:
4120: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4121: main/pa_request.C: outdated RESOURCES_DEBUG removed
4122:
4123: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4124: garbage cleanup
4125:
4126: * src/main/pa_common.C: warning war
4127:
4128: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4129:
4130: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4131: minor cleanup
4132:
4133: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4134: uses cygwin, not WIN32 implementation
4135:
4136: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4137: able to exec shell scripts
4138:
4139: * src/classes/math.C: ifdef WIN32 cleanup
4140:
4141: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4142:
4143: * bin/auto.p.dist.in: libpq.so -> libpq.
4144:
4145: * src/classes/curl.C: LT_MODULE_EXT used
4146:
4147: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4148:
4149: 2013-07-22 moko
4150:
4151: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4152: includes fix
4153:
4154: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4155:
4156: * configure.in, src/include/pa_config_includes.h,
4157: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4158: src/main/pa_exec.C: includes cleanup
4159:
4160: * src/targets/cgi/parser3.C: 2012->2013
4161:
4162: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4163:
4164: * configure.in, src/include/pa_config_includes.h,
4165: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4166: src/main/pa_random.C, src/main/pa_socks.C,
4167: src/types/pa_vstatus.C: cygwin support cleanup
4168:
4169: * configure.in: dirent.h check added
4170:
4171: * src/: include/pa_config_includes.h, include/pa_dir.h,
4172: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4173: not copied
4174:
4175: 2013-07-21 moko
4176:
4177: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4178:
4179: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4180: parser3.vcproj: unused getopt.h / getopt.c removed
4181:
4182: * operators.txt, src/classes/file.C, tests/022.html,
4183: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4184: $.stat(true)] usage commented
4185:
4186: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4187: src/main/pa_dir.C: ^file:list[] now has dir column and when
4188: $.stat(true) it has size/*date columns modified patch from misha@
4189: that closes issue #914.
4190:
4191: * src/: include/pa_config_includes.h, main/pa_globals.C:
4192: PA_RELEASE_ASSERTS removed
4193:
4194: * src/lib/md5/pa_md5c.c: minor cleanup
4195:
4196: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4197: localeconv()->decimal_point usage remoed (related to issue #934)
4198:
4199: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4200: cordprnt.c removed
4201:
4202: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4203: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4204: pa-include/pa_strings.h: includes cleanup
4205:
4206: * src/lib/md5/pa_md5c.c: headers cleanup
4207:
4208: 2013-07-20 moko
4209:
4210: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4211: cleanup
4212:
4213: 2013-07-19 moko
4214:
4215: * src/classes/math.C: extern "C" added for crypt
4216:
4217: 2013-07-18 moko
4218:
4219: * src/classes/math.C: fix redhat7.2 build
4220:
4221: 2013-07-17 moko
4222:
4223: * configure.in, src/include/pa_config_includes.h,
4224: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4225: added for uint8/32/64_t)
4226:
4227: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4228: pa_config_includes.h used for uint32/64_t
4229:
4230: 2013-07-16 moko
4231:
4232: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4233: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4234: war
4235:
4236: * src/main/compile.tab.C: compile.y was updated
4237:
4238: * src/main/compile.y: warning war
4239:
4240: * src/: include/pa_exception.h, main/pa_exception.C,
4241: main/pa_xml_exception.C: warning war
4242:
4243: * src/: include/pa_common.h, main/pa_common.C: warning war
4244:
4245: * configure.in: beauty :)
4246:
4247: * tests/: 141.html, results/141.processed: sha256/512 added
4248:
4249: 2013-07-13 moko
4250:
4251: * src/lib/md5/md5.vcproj: sha2 added
4252:
4253: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4254: classes/math.C: sha2 support (sha256/sha512 digest)
4255:
4256: 2013-07-08 moko
4257:
4258: * src/classes/image.C: directory read or other read problem message
4259: fixed (related to issue #933)
4260:
4261: 2013-07-07 moko
4262:
4263: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4264: dependense from $charsetsdir directory existance and content (and
4265: UTF-8 is default allready)
4266:
4267: * AUTHORS: + misha + moko. :)
4268:
4269: 2013-07-06 moko
4270:
4271: * src/: classes/curl.C, include/pa_globals.h,
4272: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4273: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4274: for lt_dlinit to be called once and lt_dlexit called at right
4275: place (related to issue #925)
4276:
4277: 2013-07-04 moko
4278:
4279: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4280: VString::as_vfile now uses vfile.set_binary_string to avoid
4281: content-type to be set, as it brokes badly designed logic in
4282: response output. This hopefully finishes issue #928.
4283:
4284: * tests/results/: 256.processed, 286.processed: file now displayed
4285: as name, size, mode, content-type
4286:
4287: * src/main/pa_common.C: read error now reported cottectly (fixes
4288: issue #933
4289:
4290: 2013-06-28 moko
4291:
4292: * tests/: 286.html, results/286.processed: test extended
4293:
4294: * tests/: 286.html, results/286.processed: Test for issue #928
4295: added. it tests default content-type change.
4296:
4297: * src/types/pa_vfile.C: closes issue #928 - default content-type
4298: now updated
4299:
4300: 2013-06-25 moko
4301:
4302: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4303: content-type for text/binary files without name added;
4304: ^file::create[$f;...] options now works properly and $f
4305: properties are default (fixes issue #928)
4306:
4307: 2013-05-16 misha
4308:
4309: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4310: added
4311:
4312: * src/main/pa_table.C: - a tiny memory optimisation while creating
4313: table if specified limit is bigger than source rows count
4314:
4315: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4316: added ( new feature: #858 )
4317:
4318: 2013-04-29 moko
4319:
4320: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4321: $.ipresolve(0|1|2) added (closes issue #891)
4322:
4323: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4324:
4325: 2013-04-24 moko
4326:
4327: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4328: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4329: types/pa_vmemcached.h: ^memcache.release[] added, calls
4330: memcached_quit (refs #893)
4331:
4332: 2013-04-22 moko
4333:
4334: * src/: include/pa_string.h, main/pa_common.C: no more double
4335: slashes in file path (fixes bug #872)
4336:
4337: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4338: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4339: #739)
4340:
4341: * tests/results/266.processed: $.max_params added (feature #915)
4342:
4343: * src/: include/pa_common.h, main/pa_http.C: response-charset
4344: option added to file::load (closes issue #867)
4345:
4346: 2013-04-20 misha
4347:
4348: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4349: commited
4350:
4351: 2013-03-15 misha
4352:
4353: * src/classes/: hash.C, table.C: - Optimisation: do not create
4354: multiple empty strings while ::sql. uae String::Empty instead
4355:
4356: 2013-03-14 misha
4357:
4358: * src/classes/reflection.C: - for user classes
4359: ^reflection:method_info[] returns $.max_params and $.extra_param
4360: with $.call_type if they available ( new feature: #915 )
4361:
4362: * src/classes/file.C: - ^file:delete[] now supports an option
4363: $.exception(false) that suppress any exception while deleting
4364: file ( new feature: #916 )
4365:
4366: * src/classes/curl.C: - parsing cookies after curl:load now should
4367: work :)
4368:
4369: 2013-03-12 misha
4370:
4371: * src/types/pa_vfile.C: - if specified file_name is empty string
4372: set default name for the file
4373:
4374: 2013-03-11 misha
4375:
4376: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4377: also available in $f.cookies
4378:
4379: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4380: moved to a separate method
4381:
4382: 2013-03-10 moko
4383:
4384: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4385: added
4386:
4387: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4388: removed (declared by autoconf)
4389:
4390: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4391: uint32_t define
4392:
4393: 2013-03-10 misha
4394:
4395: * src/classes/file.C: ^file:delete and ^file:move now support
4396: option $.keep-empty-dirs(true) ( new feature: #884 )
4397:
4398: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4399: empty dirs is added
4400:
4401: 2013-03-10 moko
4402:
4403: * src/classes/: bool.C, double.C, int.C: default can be present,
4404: but default check removed from ^int/double/bool.int/double/bool
4405: for string.int/double/bool compatibility (related to issue #913)
4406:
4407: * src/classes/string.C: ^string.int/dobule/bool no longer
4408: internally throws exception if default is present (closes issue
4409: #913)
4410:
4411: 2013-03-09 misha
4412:
4413: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4414: optimisations ( #845 )
4415:
4416: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4417:
4418: 2013-03-08 moko
4419:
4420: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4421: creates correct table (fixes issue #910)
4422:
4423: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4424: use outside of 'connect' operator (fixes issue #911)
4425:
4426: * tests/results/: 096.processed, 122.processed: test results
4427: updated as doubles now printed with 15 significant digits, not 5
4428: (fixes issue #882)
4429:
4430: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4431: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4432:
4433: 2013-02-21 moko
4434:
4435: * src/classes/table.C: _locate_name_value does not check arguments
4436: count, so we check it in advance (fixes issue #905)
4437:
4438: 2012-10-23 moko
4439:
4440: * buildall: old shell for and echo compatibility (for six)
4441:
4442: 2012-10-19 moko
4443:
4444: * buildall: --strip added --disable-safe-mode listed in usage
4445:
4446: 2012-10-17 misha
4447:
4448: * src/classes/op.C: - apply-taint should not throw "outside
4449: connect" exception with sql lang now
4450:
4451: 2012-10-17 moko
4452:
4453: * src/main/pa_request.C: bugfix: safe mode should be inited for
4454: each request (for apache module)
4455:
4456: 2012-09-26 moko
4457:
4458: * src/doc/doxygen.cfg: png -> svg
4459:
4460: 2012-09-25 moko
4461:
4462: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4463: test added
4464:
4465: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4466: double use when key is long
4467:
4468: 2012-09-16 moko
4469:
4470: * src/classes/math.C: Format -> Method Encode -> Format
4471:
4472: * tests/: 141.html, results/141.processed: math:digest hmac test
4473: added
4474:
4475: 2012-09-14 moko
4476:
4477: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4478: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4479: implementation added
4480:
4481: 2012-09-12 moko
4482:
4483: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4484: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4485: targets.dox and string.dox slightly actualized
4486:
4487: 2012-08-31 moko
4488:
4489: * ChangeLog: now generated with patched cvs2cl.pl
4490:
4491: 2012-07-29 moko
4492:
4493: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4494: result should be pushed after VMethodFrame destructor is called,
4495: as it deletes junctions from stack params (fixes issue #868)
4496:
4497: 2012-07-23 moko
4498:
4499: * INSTALL, README: buildall script usage documented, other outdated
4500: info updated.
4501:
4502: * buildall-with-xml, buildall-without-xml: replaced by buildall
4503:
4504: 2012-07-21 moko
4505:
4506: * buildall: glib does not compile when threads are disabled...
4507:
4508: * src/types/pa_vmail.C: g_assertion fixes for empty input
4509:
4510: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4511: unref, can't unref nested objects)
4512:
4513: * src/types/pa_vmail.C: another check added
4514:
4515: 2012-07-19 moko
4516:
4517: * buildall: usage added
4518:
4519: * buildall: new buildall script that unites buildall-with-xml,
4520: buildall-without-xml, --with-apache and --with-mailreceive
4521:
4522: * configure.in: support for static gmime and dynamic glib linking.
4523: fixes for FreeBSD
4524:
4525: 2012-07-17 moko
4526:
4527: * configure.in: --with-mailreceive replaced
4528: --with-static-mailreceive and --with-shared-mailreceive pathlink
4529: removed
4530:
4531: 2012-07-16 moko
4532:
4533: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4534: capitalized, content now decoded and text content converted to
4535: $request:charset. all properties are accessed by functions, this
4536: ready for dynamic load.
4537:
4538: 2012-06-28 moko
4539:
1.116 moko 4540: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4541: 32 bit
1.95 moko 4542:
4543: 2012-06-27 moko
4544:
4545: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4546: passive ftp
4547:
4548: * src/lib/ltdl/ltdl.vcproj: release build fixed
4549:
4550: * configure.in: 3.4.2 RC -> 3.4.2
4551:
4552: 2012-06-22 moko
4553:
4554: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4555: #815)
4556:
4557: * tests/: 284.html, results/284.processed: output options test
4558: (feature #265)
4559:
4560: 2012-06-22 misha
4561:
4562: * tests/215.html: - little changes
4563:
4564: 2012-06-21 moko
4565:
4566: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4567: types/pa_vxdoc.h: output_options returned and used (bugfix for
4568: feature #265)
4569:
4570: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4571: breaks long .*, default 10M restored. (issue #216)
4572:
4573: * tests/: 283.html, results/283.processed: test for issue #815
4574: added
4575:
4576: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4577: again, cstrm not required.
4578:
4579: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4580: Win32 and broken FreeBSD (issue #45)
4581:
4582: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4583:
4584: * src/main/pa_string.C: warnings war
4585:
4586: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4587: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4588: main/pa_socks.C, targets/apache/pa_threads.C,
4589: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4590: types/pa_vstatus.C: compilation under cygwin fixed
4591:
4592: 2012-06-19 moko
4593:
4594: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4595: Windows fixed
4596:
4597: * parser3.sln: removed antique pcre_ctype
4598:
4599: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4600:
4601: * src/include/pa_config_fixed.h: undefined reference to
4602: __imp__pcre_* fix for Windows
4603:
4604: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4605: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4606: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4607: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4608: define fixed
1.95 moko 4609:
4610: 2012-06-18 moko
4611:
4612: * src/classes/memcached.C: flush -> clear
4613:
4614: * src/classes/memcached.C: memcached does not support quotes even
4615: in server name
4616:
4617: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4618: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4619: called on open to check servers existance. $.key(true) syntax
4620: now supported
4621:
4622: 2012-06-17 moko
4623:
4624: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4625: cleanup
4626:
4627: * src/classes/table.C, tests/282.cfg, tests/282.html,
4628: tests/results/282.processed: encloser at the EOF bug fixed,
4629: incorrectly enclosed data now processed more logicaly (fixes
4630: #339)
4631:
4632: 2012-06-15 moko
4633:
4634: * buildall-without-xml: sync with buildall-with-xml
4635:
4636: * buildall-with-xml: download auto-detected between fetch and curl
4637:
4638: * configure.in: --with-gc and --with-pcre now also processed
4639: correctly
4640:
1.116 moko 4641: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4642: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4643: should be run on rol1 using automake / aclocal (GNU automake)
4644: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4645:
4646: * configure.in: new PARSER_VERSION logic
4647:
4648: * src/include/pa_version.h: new pa_version.h logic
4649:
4650: * src/: classes/curl.C, classes/file.C, classes/image.C,
4651: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4652: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4653: feols_normalized -> fis_text_content set_binary added
4654:
4655: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4656:
4657: 2012-06-15 misha
4658:
4659: * src/: classes/curl.C, classes/file.C, classes/image.C,
4660: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4661: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4662: ^file::create[text;content] EOLs in content now is normalized. (
4663: new feature: #815 )
4664:
4665: 2012-06-15 moko
4666:
4667: * configure.in: --disable-version-update added to disable version
4668: update with host information (for debian package) whitespace
4669: optimized
4670:
4671: * configure.in: version changed to 3.4.2 RC no-pic added for
4672: libtool
4673:
4674: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4675: it.
4676:
4677: 2012-06-14 moko
4678:
4679: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4680: tests/results/281.processed: "hash flocked" error removed for
4681: safe operations like ^h._count[] ( new feature: #335 )
4682:
1.116 moko 4683: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4684:
4685: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4686:
4687: * configure.in: --with-static/shared xml replaced with --with-xml,
4688: xml compilation check added
4689:
4690: * configure.in: --with-static/shared-gc, --with-static-pcre are
4691: replaced with --with-gc and --with-pcre test for pcre linking
4692: added
4693:
4694: 2012-06-13 moko
4695:
4696: * configure.in: apxs2 check optimized
4697:
4698: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4699: .la, includes optimized
4700:
4701: * buildall-with-xml: --with-pic looks better for -fPIC
4702:
4703: * configure.in: switched to convenience library in static linking
4704:
4705: * src/targets/apache/Makefile.am: switched to convenience library
4706: usage to avoid libtool warnings
4707:
4708: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4709: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4710: smtp/Makefile.am: switched to convenience library usage
4711:
4712: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4713:
4714: * src/targets/apache/Makefile.am: updated for libtool usage
4715:
4716: * bin/auto.p.dist.in: .cfg removed from charset names.
4717:
4718: * buildall-without-xml: --with-included-ltdl added
4719:
4720: * buildall-without-xml: sync with buildall-with-xml
4721:
4722: * buildall-with-xml: --with-included-ltdl added $cflags added for
4723: -fPIC for x64 $download added for wget success check added
4724:
4725: * buildall-without-xml: --with-dynamic-stdcpp removed
4726:
4727: * configure.in: disable-static returned
4728:
4729: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4730: LIBTOOLFLAGS
4731:
4732: 2012-06-12 moko
4733:
4734: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4735: compatible with LIBTOOLFLAGS for unknown reasons
4736:
4737: * buildall-with-xml: --with-dynamic-stdcpp removed
4738:
4739: * configure.in: static/dynamic -lstdc++ linking option removed
4740: apxs2 check added
4741:
4742: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4743: option removed
4744:
4745: 2012-06-10 moko
4746:
4747: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4748: added
4749:
4750: * src/targets/cgi/pp3.cmd: old PAF stuff
4751:
1.116 moko 4752: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4753: beauty
1.95 moko 4754:
4755: * depcomp: from libtool 2.4.2
4756:
4757: * configure.in: ltdl directory removed, it has correct Makefile.in
4758:
4759: 2012-06-09 moko
4760:
1.116 moko 4761: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4762: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4763: autogenerated files updated after libtool update
4764:
1.116 moko 4765: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4766: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4767: config_auto.h.in, config_fixed.h, configure, configure.ac,
4768: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4769: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4770: config/compile, config/config.guess, config/config.sub,
4771: config/depcomp, config/install-sh, config/ltmain.sh,
4772: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4773: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4774: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4775: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4776: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4777: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4778: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4779: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4780:
4781: * configure.in: preparation for new libtool
4782:
4783: * configure.in: Some beauty added :)
4784:
4785: * src/targets/apache/Makefile.am: := -> =
4786:
4787: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4788: again. :)
4789:
4790: * src/include/pa_config_includes.h, configure.in: limits.h added,
4791: previously was taken from pcre_internal.h. :)
4792:
4793: * src/lib/pcre/Makefile.am: config.h returned
4794:
4795: * src/lib/pcre/config.h: still need this. :)
4796:
4797: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4798:
4799: * configure.in: --with-charsets removed; --with-mysql-client & co
4800: removed
4801:
4802: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4803: now in parser tree, no need to copy
4804:
4805: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4806: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4807: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4808: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4809: extracts now used old trash removed
4810:
4811: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4812: rare charsets/drivers are commented, sql driver quessing removed
4813: (debian/patches/103_auto_p.patch)
4814:
4815: * etc/parser3.charsets/Makefile.am: charsets now in share
4816: (debian/patches/104_automake.patch) + all charsets are copied
4817:
4818: * buildall-with-xml, buildall-without-xml: curl option removed +
4819: extra arguments now supported
4820:
4821: 2012-06-08 misha
4822:
4823: * src/classes/table.C: - one params.as_hash usage was rolled back:
4824: the 2nd option in ^table.hash[] could be hash or table so
4825: .as_hash will throw an exception when table option is specified
4826:
4827: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4828: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4829: classes/table.C, classes/void.C, classes/xdoc.C,
4830: include/pa_exception.h, types/pa_vmethod_frame.C,
4831: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4832: and improved (whitespaces are allowed as empty options) -
4833: MethodParams::as_table is added - above methods are used for
4834: parsing methods' options ( new feature: #9 )
4835:
4836: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4837: to vclass. now class fields can be accessible as a hash:
4838: $h[^hash::create[$asd:CLASS]]
4839:
4840: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4841: have get_fields method so their fields can be accessed with
4842: ^reflection:fields[...] & ^reflection:field[...]
4843:
4844: 2012-06-06 misha
4845:
4846: * tests/280.html: - tests for
4847: ^reflection:method[obj-or-class;method],
4848: ^reflection:field[obj-or-class;field] and
4849: ^reflection:fields[obj-or-class] are added
4850:
4851: 2012-06-05 misha
4852:
4853: * src/classes/reflection.C: - ^reflection:method[class or
4854: object;method name] and ^reflection:field[class or object;field
4855: name] are added
4856:
4857: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4858: is used
4859:
4860: * src/types/pa_method.h: - Method::as_vjunction method is added
4861:
4862: 2012-06-05 moko
4863:
1.116 moko 4864: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4865:
4866: * src/classes/memcached.C: flish ttl fixed
4867:
4868: 2012-06-04 moko
4869:
4870: * src/classes/json.C, src/classes/op.C, tests/279.html,
4871: tests/results/279.processed: ^json:parse[] now supports $.taint
4872: option (new feature #833)
4873:
4874: 2012-06-04 misha
4875:
4876: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4877: - search_stop method was moved from pa_vcookie.C to pa_common.C
4878:
4879: 2012-06-03 misha
4880:
4881: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4882: cookies are parced and stored into $.cookies ( new feature: #31 )
4883:
4884: 2012-05-30 misha
4885:
4886: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4887: incomplete class into a scope while @USE is found
4888:
4889: * src/main/compile.y: - add incomplete class into a scope while
4890: @USE and @CLASS instructions are found ( bugfix: #838 )
4891:
4892: 2012-05-30 moko
4893:
4894: * src/types/pa_vclass.C, tests/278.html,
4895: tests/results/278.processed: removed "property has no getter
4896: method" exception when GET_DEFAULT present (fixes #269)
4897:
4898: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4899: $._default
4900:
4901: 2012-05-29 moko
4902:
4903: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4904: uninitialized values usage (new feature: #154)
4905:
4906: 2012-05-28 moko
4907:
4908: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4909: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4910: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4911: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4912: src/types/pa_vobject.C, src/types/pa_vobject.h,
4913: src/types/pa_vstring.h, src/types/pa_vtable.C,
4914: tests/results/277.processed, src/types/pa_vtable.h,
4915: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4916: ^json:string[$o; $.default[$method]] implemented for VObject (new
4917: feature #803)
4918:
4919: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4920: tests/results/277.processed: json numbers are now treated as
4921: double ( new feature: #834 )
4922:
4923: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4924: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4925: added for out of range checks, zero division in vint/vdouble
4926: check added ( fixes #832 )
4927:
4928: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4929: ( fixes #832 )
4930:
4931: 2012-05-28 misha
4932:
4933: * buildall-with-xml: - --without-lzma option is added to libxml2
4934: configure
4935:
4936: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4937: added - tests for unsupported values for options $.file, $.table
4938: and $.date are added
4939:
4940: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4941: accepts "stat" $.file[] option's value in addition to existed
4942: "text" and "base64" ( new feature: #835 )
4943:
4944: * tests/276.html: - test for
4945: ^reflection:delete[$object-or-class;field-name]
4946:
4947: * src/classes/reflection.C: -
4948: ^reflection:delete[$object-or-class;field-name] is added ( new
4949: feature: #268 )
4950:
4951: 2012-05-27 misha
4952:
4953: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4954:
4955: 2012-05-24 misha
4956:
4957: * src/include/pa_common.h: - method lastposafter was removed
4958:
4959: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4960: lastposafter - ^file:dirname[] & Co proper handle windows file
4961: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4962: work as *nix commands
4963:
4964: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4965:
4966: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4967: rskipchars were added
4968:
4969: * tests/270.html: - more tests for ^file:find[]
4970:
4971: * tests/065.html: - more tests for ^file:dirname[] & Co
4972:
4973: * src/include/pa_version.h: - must be "win32" here. it is
4974: auto-generated on *nix
4975:
4976: 2012-05-24 moko
4977:
4978: * src/classes/math.C: ^math:convert[] now supports uint32 and
4979: throws overflow exception ( new feature: #830 )
4980:
4981: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4982: uint32 support and overflow added ( new feature: #830 )
4983:
4984: 2012-05-23 moko
4985:
4986: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4987: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4988: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4989: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4990: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4991: types/pa_vregex.h, types/pa_vstateless_class.C,
4992: types/pa_vstateless_class.h, types/pa_vstring.h,
4993: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4994: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4995: "return string as-is" removed from as_expr_result. ( new feature:
4996: #831 )
4997:
4998: * tests/results/244.processed: test changed after bug #782 fix
4999: commited
5000:
5001: * tests/results/229.processed: test results for bug #782 commited
5002:
5003: * tests/: 254.html, results/254.processed: uid now just compared,
5004: not printed. :)
5005:
5006: 2012-05-20 moko
5007:
5008: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5009: feature: #341 )
5010:
5011: * tests/: 254.html, results/254.processed: test for
5012: ^reflection:uid[] added
5013:
5014: * tests/: 254.html, results/254.processed: test for
5015: ^reflection:uid[$obj] added
5016:
5017: 2012-05-17 misha
5018:
5019: * src/main/untaint.C: - do not replace ' char by _26 while
5020: exploding filespec-tainting ( new feature: #829 )
5021:
5022: 2012-05-12 moko
5023:
5024: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5025: not.
5026:
5027: 2012-05-08 moko
5028:
5029: * src/types/pa_vmethod_frame.h: bug #782 fixed
5030:
5031: * tests/229.html: test for bug #782
5032:
5033: * tests/results/259.processed, src/main/pa_request.C,
5034: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5035: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5036: src/types/pa_vvoid.h: feature #154 - first empty param now
5037: string; defined locals are empty strings; $STRICT-VARS(true)
5038: added
5039:
5040: 2012-04-27 moko
5041:
1.116 moko 5042: * src/targets/apache/Makefile.am:
1.95 moko 5043: ../../lib/memcached/libmemcached.a added
5044:
5045: 2012-04-27 misha
5046:
5047: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5048: ( #827 )
5049:
5050: 2012-04-25 moko
5051:
5052: * src/: classes/json.C, classes/memcached.C,
5053: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5054: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5055: implemented.
5056:
5057: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5058:
5059: 2012-04-23 moko
5060:
5061: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5062: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5063: types/pa_vmemcached.h: open allows options hash for new
5064: memcached(options) function
5065:
5066: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5067: not appended
5068:
5069: 2012-04-21 moko
5070:
5071: * src/classes/curl.C: '' added. :)
5072:
5073: * src/classes/classes.vcproj: new curl.h location
5074:
5075: * src/classes/curl.C: verbose output redirection from stderr to
5076: file curl option added
5077:
5078: 2012-04-20 moko
5079:
5080: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5081: contains what we need from curl, #ifdef HAVE_CURL removed
5082:
1.116 moko 5083: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5084: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5085: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5086: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5087: configure option
5088:
5089: 2012-04-19 moko
5090:
5091: * src/: classes/double.C, classes/inet.C, classes/int.C,
5092: classes/string.C, lib/gc/include/gc_allocator.h,
5093: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5094: options from sql_result_string removed. (closes issue #468)
5095:
5096: * src/types/pa_vmemcached.C: empty string fix
5097:
5098: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5099: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5100: pa_vmemcached.C
5101:
5102: 2012-04-18 moko
5103:
5104: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5105: apache2-mpm-prefork" error displayed in threaded mpm.
5106:
5107: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5108: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5109: installed (issue #354)
5110:
5111: 2012-04-16 moko
5112:
5113: * src/types/pa_vmemcached.C: call to memcached_result_create and
5114: memcached_result_free removed
5115:
5116: 2012-04-14 moko
5117:
5118: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5119:
5120: * src/types/pa_vmemcached.C: check_key added and used
5121:
5122: 2012-04-13 moko
5123:
5124: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5125: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5126: Serialization_data now added and used, VString now serialized
5127: with languages into memcached.
5128:
5129: 2012-03-28 moko
5130:
5131: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5132: lib/memcached/pa_memcached.h: result lengths added
5133:
5134: 2012-03-27 moko
5135:
5136: * src/types/pa_vmemcached.C: strdup added
5137:
5138: 2012-03-24 moko
5139:
5140: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5141: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5142: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5143:
5144: 2012-03-20 moko
5145:
1.116 moko 5146: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5147:
5148: * src/targets/cgi/Makefile.am: cleanup
5149:
5150: * src/: types/Makefile.am, types/pa_vmemcached.C,
5151: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5152:
5153: * src/: classes/Makefile.am, classes/memcached.C,
5154: lib/memcached/Makefile.am, lib/memcached/constants.h,
5155: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5156: lib/memcached/types.h, lib/Makefile.am: memcached initial
5157:
5158: 2012-03-16 moko
5159:
5160: * src/main/execute.C: ident now works under Linux + ident displays
5161: filenames (closes issue #818)
5162:
1.116 moko 5163: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5164: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5165: pa_vmethod_frame_local.h removed
5166:
5167: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5168: classes/classes.h, classes/curl.C, classes/date.C,
5169: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5170: classes/hashfile.C, classes/image.C, classes/inet.C,
5171: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5172: classes/memory.C, classes/op.C, classes/reflection.C,
5173: classes/regex.C, classes/response.C, classes/string.C,
5174: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5175: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5176: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5177: include/pa_config_fixed.h, include/pa_config_includes.h,
5178: include/pa_dictionary.h, include/pa_dir.h,
5179: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5180: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5181: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5182: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5183: include/pa_request_charsets.h, include/pa_request_info.h,
5184: include/pa_sapi.h, include/pa_socks.h,
5185: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5186: include/pa_stack.h, include/pa_string.h,
5187: include/pa_stylesheet_connection.h,
5188: include/pa_stylesheet_manager.h, include/pa_table.h,
5189: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5190: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5191: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5192: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5193: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5194: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5195: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5196: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5197: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5198: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5199: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5200: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5201: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5202: main/pa_string.C, main/pa_stylesheet_connection.C,
5203: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5204: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5205: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5206: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5207: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5208: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5209: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5210: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5211: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5212: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5213: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5214: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5215: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5216: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5217: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5218: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5219: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5220: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5221: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5222: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5223: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5224: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5225: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5226: types/pa_vresponse.h, types/pa_vstateless_class.C,
5227: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5228: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5229: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5230: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5231: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5232: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5233: ident now works under Linux + ident displays filenames (closes
5234: issue #818) Copyright updated
5235:
5236: 2012-03-13 moko
5237:
5238: * src/main/pa_string.C: compilation fix for feature #741
5239:
5240: 2012-03-09 misha
5241:
5242: * tests/193.html: - tests for ^string:base64[encoded] are updated
5243:
5244: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5245: now detects invalid base64 chars in the middle of encoded stricg
5246: ( new feature: #55 )
5247:
5248: * src/include/pa_exception.h: - new exception type for base64
5249: decoding is added
5250:
5251: 2012-03-06 misha
5252:
5253: * tests/274.html: - tests for ^date::today[] and
5254: ^date.sql-string[datetime|date|time] are added
5255:
5256: * src/classes/date.C: - constructor ^date::today[] is added ( new
5257: feature: #811 ) - ^date.sql-string[] now can accept one param --
5258: strings "datetime", "date" or "time" - comments tidying up
5259:
5260: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5261: date and time
5262:
5263: 2012-03-03 misha
5264:
5265: * tests/193.html: - tests for
5266: ^string:base64[encoded;$.strict(true)] are added
5267:
5268: * tests/results/auto.p: - try-catch operator is added
5269:
5270: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5271: main/pa_common.C: - $.strict(true|false) option is added to
5272: base64 decode methods ( new feature: #55 )
5273:
5274: * src/main/pa_common.C: - base64 decode memory usage was decreased
5275: ( new feature: #819 )
5276:
5277: 2012-02-28 moko
5278:
5279: * src/classes/hash.C: ident test
5280:
5281: 2012-02-27 misha
5282:
5283: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5284:
5285: 2012-01-08 misha
5286:
5287: * tests/273.html: - tests for ^string.replace[from;to] are added
5288:
5289: * src/: classes/string.C, include/pa_dictionary.h,
5290: main/pa_dictionary.C, main/pa_string.C: -
5291: ^string.replace[from;to] is added ( new feature: #741 ) -
5292: ^string.replace[one subst here] is slightly optimized
5293:
5294: 2011-12-07 misha
5295:
5296: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5297: named table with one empty column ( bugfix: #63 )
5298:
5299: 2011-11-30 misha
5300:
5301: * src/classes/json.C: - it's possible to set user's method for
5302: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5303: #763 )
5304:
5305: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5306:
5307: 2011-11-23 misha
5308:
5309: * src/: classes/curl.C, classes/file.C, classes/image.C,
5310: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5311: types/pa_vfile.h, types/pa_vform.C: - constructor
5312: ^file::create[mode;filename;content[;options]] now accepts binary
5313: mode and file-content - new constructor's format:
5314: ^file::create[string-or-file-content[;$.name[filename]
5315: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5316: feature: #65 )
5317:
5318: * src/: include/pa_request.h, main/pa_request.C: - new method
5319: mime_type_of(const String*) is added
5320:
5321: * src/include/pa_exception.h: - new exception constant
5322: FILE_NAME_MUST_BE_SPECIFIED is added
5323:
5324: * src/classes/table.C: - bug with negative offset transformed into
5325: a feature. it means pointing to a row from the end of the table (
5326: new feature: #810 )
5327:
5328: 2011-11-19 misha
5329:
5330: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5331: â ìåòîäå _select ( new feature: #810 )
5332:
5333: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5334: options were specified together is simplified
5335:
5336: 2011-11-12 misha
5337:
5338: * src/main/pa_request.C: - forgotten fix for escaping filename in
5339: HTTP content-disposition header (a part of bug #361 )
5340:
5341: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5342: checks for ancestors' classes as well ( new feature: #456 )
5343:
5344: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5345: "without cycle" now have types "parser.break" and
5346: "parser.continue" instead of "parser.runtime" ( new feature: #799
5347: )
5348:
5349: 2011-11-11 misha
5350:
5351: * tests/results/: 099.processed, 100.processed, 205.processed,
5352: 237.processed: - since bug #361 was fixed the content of filename
5353: in HTTP headers is quoted
5354:
5355: * tests/results/270.processed: - result for test 270
5356:
5357: * tests/: 065.html, results/065.processed: - more tests for
5358: ^file:basename[] & Co were added
5359:
5360: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5361:
5362: * tests/270.html: - tests for ^file:find[] are added
5363:
5364: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5365: using option $.charset. option $.engoding is still supported but
5366: these options can not be specified together
5367:
5368: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5369: comparation charset name with string "UTF-8" ( bugfix: #759 )
5370:
5371: 2011-10-11 misha
5372:
5373: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5374: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5375: #622)
5376:
5377: 2011-09-30 misha
5378:
5379: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5380: exception "saving stat-ed file" ( bugfix: #395 )
5381:
5382: 2011-05-30 misha
5383:
5384: * src/classes/string.C: - fixed bug which was added with
5385: params.as_hash into string:sql
5386:
5387: 2011-05-29 misha
5388:
5389: * src/types/pa_value.C: - filename in content-disposition header
5390: must be quoted ( bugfix: #361 )
5391:
5392: 2011-05-27 misha
5393:
5394: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5395: created file
5396:
5397: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5398: usage
5399:
5400: * src/include/pa_exception.h: - one more string for exception was
5401: added
5402:
5403: 2011-05-25 misha
5404:
5405: * tests/269.html: - tests for checking input params in some dom
5406: methods
5407:
5408: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5409: was added. it isn't possible not wo create xdoc with invalid
5410: tagName. ( bugfix: #160 )
5411:
5412: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5413: string "data must be string" was mover from pa_exception.h to
5414: pa_xml_exception.h
5415:
5416: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5417: as_xmlncname, as_xmlname and as_xmlnsuri were added
5418:
5419: * src/main/pa_xml_exception.C: - XmlException accepts more options
5420:
5421: * src/include/pa_xml_exception.h: - XmlException accepts more
5422: options - XML-related exception's strings were added
5423:
5424: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5425: output_options were removed)
5426:
5427: 2011-05-19 misha
5428:
5429: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5430: params.as_hash is used more while parsing methods hash-options
5431:
5432: 2011-05-18 misha
5433:
5434: * operators.txt: - info about json-serialization of xdoc was added
5435:
5436: * tests/256.html: - tests for json-serialization xdoc were added
5437:
5438: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5439:
5440: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5441: classes/json.C, classes/xdoc.C: - now json:string can serialize
5442: xdoc-objects. options (the same as ^xdoc.string[]) could be
5443: specified in $.xdoc[] ( new feature: #265 )
5444:
5445: 2011-05-15 misha
5446:
5447: * tests/268.html: - tests for ^table.count[with options] were added
5448:
5449: * src/classes/table.C: - method ^table.count[] now can accept
5450: options ( new feature: #93 ): ^table.count[column] returns number
5451: of columns for named table; ^table.count[cells] returns number of
5452: cells in the current row; ^table.count[] & ^table.count[rows]
5453: return number of rows in a table.
5454:
5455: * tests/267.html: - test for checking switch/case in boolean mode
5456: was added
5457:
5458: * src/classes/op.C: - if switch's or case's value is bool, they are
5459: compared as bool values, not as double values: new feature: #351
5460:
5461: 2011-05-06 misha
5462:
5463: * tests/242.html: - EOL before EOF was added
5464:
5465: * tests/169.html: - tests for splitting empty string and void were
5466: added
5467:
5468: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5469: returned table with one empty cell)
5470:
5471: 2011-04-03 misha
5472:
5473: * src/include/pa_version.h, configure.in: - version in head was
5474: changed to 3.4.2b
5475:
5476: 2011-03-30 misha
5477:
5478: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5479: as well ( new feature #294 )
5480:
5481: 2011-03-29 misha
5482:
5483: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5484: limited to approx. 6 MB. previous limits were too big for real
5485: life. bugfix: #216
5486:
5487: 2011-03-04 moko
5488:
5489: * etc/parser3.charsets/cp866.cfg: Conforms to
5490: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5491:
5492: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5493: vlalek@
5494:
5495: 2011-02-22 misha
5496:
5497: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5498: be under #ifdef XML or parser can't be compiled without xml
5499: support
5500:
5501: 2011-02-21 misha
5502:
1.116 moko 5503: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5504: ApacheModuleParser3.vcproj was removed
5505:
5506: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5507: removed)
5508:
5509: 2011-02-20 misha
5510:
5511: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5512: $.overridden in ^reflection:method_info[...] were added
5513:
5514: * src/classes/reflection.C: - beautifying result of
5515: ^reflection:method_info[] ($.overridden/inherited)
5516:
5517: 2011-02-18 misha
5518:
5519: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5520: and pa_isalnum instead of isalpha and isalnum - bug with
5521: redundand quoting lowercased latin chars while building email
5522: body was fixed
5523:
5524: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5525: added (they check for latin chars only)
5526:
5527: 2011-02-16 misha
5528:
5529: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5530: string size for transcoding gave too small value (should ever
5531: look for availability char in dest charset inspite of the char
5532: size)
5533:
5534: 2011-02-04 moko
5535:
5536: * tests/223.html: header values now not url-encoded (issue #195)
5537:
5538: 2011-02-01 misha
5539:
5540: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5541:
5542: 2011-01-31 misha
5543:
5544: * src/main/pa_request.C: - throw exception if param file_name in
5545: use_file is empty
5546:
5547: 2011-01-08 moko
5548:
5549: * src/classes/curl.C: compilations errors fixed
5550:
5551: 2010-12-29 moko
5552:
5553: * tests/: 265.html, results/265.processed: test for issue #200
5554: added
5555:
5556: * src/main/pa_string.C: empty regex result check added (fixes issue
5557: #200)
5558:
5559: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5560:
5561: * tests/results/223.processed: header values now not url-encoded
5562: (issue #195)
5563:
5564: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5565: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5566: pa_http_safe_header_name added for headers names (fixes bug #195)
5567:
5568: 2010-12-18 misha
5569:
5570: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5571: => pa-include
5572:
5573: 2010-11-28 moko
5574:
5575: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5576:
5577: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5578: -> pa
5579:
5580: * configure.in: apr -> pa
5581:
5582: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5583:
5584: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5585: classes/Makefile.am, types/Makefile.am: apr -> pa
5586:
5587: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5588: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5589: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5590: pa-include/pa_apr.h, pa-include/pa_errno.h,
5591: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5592: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5593: module apr name conflict resolved)
5594:
5595: 2010-11-27 misha
5596:
5597: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5598: libbz2
5599:
5600: 2010-11-26 misha
5601:
5602: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5603: warnings removed
5604:
5605: 2010-11-25 moko
5606:
5607: * operators.txt: $.indent(true)
5608:
5609: * operators.txt: another bugfix. :)
5610:
5611: * operators.txt: bugfix. :)
5612:
5613: * buildall-with-xml: libxml2-2.7.8 + with-apache
5614:
5615: 2010-11-24 moko
5616:
1.116 moko 5617: * configure: apxs support
1.95 moko 5618:
5619: * configure.in: apxs support -Bstatic gc removed for OS X
5620:
5621: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5622:
5623: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5624: THREAD_LOCAL usage
5625:
5626: * src/: classes/curl.C, include/pa_config_includes.h,
5627: main/pa_globals.C: THREAD_LOCAL defined and used
5628:
5629: 2010-11-23 moko
5630:
5631: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5632: should be passed to pa_sleep, and only fractional part (bugfix:
5633: #188)
5634:
5635: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5636:
5637: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5638: GC_dont_gc=1, as in cgi version
5639:
5640: * src/targets/apache/mod_parser3.c: warning war
5641:
5642: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5643: pa_httpd.h: version removed, some trash removed
5644:
5645: * src/targets/apache/mod_parser3.c: version removed (we don't want
5646: to show it), warning war
5647:
5648: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5649: pa_httpd.h: parser_status_allowed removed + merge config
5650: functions removed (override is the default) + beauty
5651:
5652: * src/: include/pa_request.h, main/pa_request.C,
5653: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5654: hide $status used in apache module removed
5655:
5656: 2010-11-18 moko
5657:
5658: * operators.txt: $.table[compact] added for ^json:string[]
5659:
5660: 2010-11-16 moko
5661:
5662: * src/targets/apache/mod_parser3.c: some cleanup done
5663:
5664: * src/main/untaint.C: bugfix: first, second String::Body argument
5665: is hashcode; second, info.fragment_begin is original, not
5666: resulting length
5667:
5668: * src/classes/file.C: new feature: $.stdin now untainted
5669:
5670: * tests/results/264.processed: new feature: $.stdin[] now untainted
5671:
5672: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5673:
5674: * src/classes/op.C: ^apply-taint[] method added
5675:
5676: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5677: added; $.stdin untaint test added
5678:
5679: 2010-11-15 moko
5680:
5681: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5682: removed
5683:
5684: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5685: pa_httpd.h: 2x2 calculated under apache2. :)
5686:
5687: 2010-11-13 moko
5688:
5689: * src/targets/apache/mod_parser3.c: initial changes to build module
5690: with apache 2.x includes
5691:
5692: * src/targets/apache/: Makefile.am, mod_parser3.c,
5693: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5694: united apache 1.3 / apache 2.x DSO module
5695:
5696: 2010-11-09 moko
5697:
5698: * src/types/pa_method.h: check added to dissallow @method[name;*]
5699: syntax
5700:
5701: * tests/: 263.html, results/263.processed: test from method[*args]
5702: added
5703:
5704: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5705: number of params can now be passed to a method declared with *arg
5706:
5707: 2010-11-06 moko
5708:
5709: * src/classes/table.C: formating fixed. :)
5710:
5711: * src/classes/table.C: closes #4: ^table.select now supports
5712: $.limit(), $.offset, $.reverse() options
5713:
5714: * tests/: 262.html, results/262.processed: test for ^table:select
5715: with options added (feature #4)
5716:
5717: * src/include/pa_array.h: remove function added
5718:
5719: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5720: object in get_element/put_element, using static one.
5721:
5722: 2010-11-04 moko
5723:
5724: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5725: options is passed
5726:
5727: * tests/: 256.html, results/256.processed: $.table[compact] feature
5728: now tested; k and p in handler now tested.
5729:
5730: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5731: $.table[compact] feature added
5732:
5733: * src/classes/json.C: key is now passed to handler in
5734: value_json_string; ^json:string result now process tainting
5735: inside and returns clean string, related to issue #153
5736:
5737: * src/main/untaint.C: bugfix: charset can be null (in
5738: ^string:save[] as example), thus check is added
5739:
5740: 2010-10-31 moko
5741:
5742: * src/classes/string.C: error message changed (fixes issue #149)
5743:
5744: 2010-10-29 moko
5745:
5746: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5747: port is not default (fixes issue #155); exception on invalid port
5748: added.
5749:
5750: * src/main/untaint.C: '*' is now not urlencoded to allow header
5751: "Accept: */*" to be passed
5752:
5753: 2010-10-28 moko
5754:
5755: * src/classes/curl.C: bugfix: detect_charset() was throwing
5756: exception on unknown charset even if response_charset was
5757: specified
5758:
5759: 2010-10-27 moko
5760:
5761: * src/classes/string.C: ^string.append removed for void
5762: compatibility
5763:
5764: 2010-10-26 moko
5765:
5766: * src/classes/json.C: libjson supports array at top level, we too
5767: (GPF fixed)
5768:
5769: 2010-10-25 moko
5770:
5771: * tests/: 253.html, results/253.processed: libjson supports array
5772: at top level, parser now supports it as well.
5773:
5774: * tests/261.html, tests/results/261.processed,
5775: src/types/pa_vstring.h: empty string is now void compatible
5776: (allows $empty.key)
5777:
5778: 2010-10-22 misha
5779:
5780: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5781: while adding additional expires checkout)
5782:
5783: * tests/030.html: - test for session cookie was added
5784:
5785: 2010-10-21 moko
5786:
5787: * src/: classes/string.C, classes/void.C, main/execute.C,
5788: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5789: string (feature #111)
5790:
5791: * tests/: 261.html, results/261.processed: checks void from string
5792: inheritance (feature #111)
5793:
5794: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5795: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5796: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5797: now true by default
5798:
5799: 2010-10-17 moko
5800:
5801: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5802: upload now uses binary blocks instead of L_FILE_POST tainting.
5803: (bugfix: #128)
5804:
5805: * tests/: 223.html, results/223.processed: binary file upload test
5806: added, GPF (issue #128) also checked in this test
5807:
5808: 2010-10-13 misha
5809:
5810: * tests/260.html: - test for math:convert
5811:
5812: * src/classes/math.C: - error in math:convert was fixed
5813:
5814: * operators.txt: - info about
5815: ^math:convert[number](from-base;to-base) was added
5816:
5817: * src/classes/math.C: - method
5818: ^math:convert[number](from-base;to-base) for converting number
5819: represention from one base to another was added ( new feature:
5820: #23 )
5821:
5822: 2010-10-13 moko
5823:
5824: * src/main/compile.tab.C: [] now is empty string, not void
5825:
5826: * src/main/compile.y: [] now is empty string, not void
5827:
5828: * src/types/pa_vvoid.h: void now passed as parameter
5829:
5830: * tests/: 259.html, results/259.processed: to test difference
5831: between void and empty string (see ticket #111)
5832:
5833: * tests/results/152.processed: $sEmpty[] is now empty string, not
5834: void
5835:
5836: * tests/256.html: $s[$void] is no longer empty string
5837:
5838: * tests/254.html: empty string is no longer void
5839:
5840: 2010-10-12 misha
5841:
5842: * src/types/pa_vcookie.C: - check if $.expires value can be
5843: converted to date during cookies set up ( bugfix: #104 )
5844:
5845: * tests/041.html: - more tests for ^table.locate were added
5846:
5847: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5848: work ( bugfix: #129 ) - exception comment for incorrect options
5849: ^table.locate[field;value;options] was fixed
5850:
5851: 2010-10-10 moko
5852:
5853: * src/: classes/reflection.C, main/execute.C: constructor returning
5854: another object feature returned
5855:
5856: * tests/results/258.processed: test result updated as constructor
5857: returning another object feature returned
5858:
5859: * tests/: 258.html, results/258.processed: test for constructor
5860: returning another object
5861:
5862: 2010-10-08 misha
5863:
5864: * tests/257.html: - whitespaces after @METACOMMANDS and their
5865: options shouldn't cause exceptions any longer
5866:
5867: 2010-10-06 moko
5868:
5869: * src/classes/: hash.C, table.C: length from sql server is now
5870: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5871:
5872: 2010-10-02 misha
5873:
5874: * operators.txt: - the X mark was removed from ^cache[file]. it is
5875: usable to delete cache file.
5876:
5877: 2010-10-02 moko
5878:
5879: * tests/: 253.html, results/253.processed: hook_key added for key
5880: checking
5881:
5882: * src/classes/json.C: null key bug fixed
5883:
5884: 2010-09-29 misha
5885:
5886: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5887:
5888: 2010-09-25 moko
5889:
5890: * src/classes/json.C: small fixed
5891:
5892: * tests/results/: 253.processed, 255.processed: just updated
5893:
5894: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5895: results/255.processed: charset transcode test added for
5896: json:parse
5897:
5898: 2010-09-24 moko
5899:
5900: * src/types/pa_value.h: warning war :)
5901:
5902: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5903: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5904: ^json:string
5905:
5906: 2010-09-22 moko
5907:
5908: * src/main/pa_charset.C: parser charset tables declare only
5909: white-space before 0x20, thus adding the missing chars
5910:
5911: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5912: to http://unicode.org/Public/MAPPINGS/VENDORS/
5913:
5914: 2010-09-21 misha
5915:
5916: * src/main/compile.y: - some semicolons were added (VS2010 don't
5917: want to compile grammar if they are absent)
5918:
5919: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5920:
5921: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5922:
5923: * src/main/main.vcproj: - path to bison is changed
5924:
5925: 2010-09-21 moko
5926:
1.116 moko 5927: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5928: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5929: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5930:
5931: 2010-09-20 misha
5932:
5933: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5934:
5935: * src/classes/json.C: - add EOL while json-serializing hash
5936:
5937: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5938: compilers don't like 'ES'.
5939:
5940: 2010-09-17 misha
5941:
5942: * operators.txt: - info about json class was added
5943:
5944: * src/classes/json.C: - ^json:string[object]
5945:
5946: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5947: preventing infinite recursion while executing json:string was
5948: added
5949:
5950: * src/include/pa_string.h: - method append_quoted was added
5951:
5952: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5953: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5954: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5955: was added to Value & Co
5956:
5957: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5958: were used
5959:
5960: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5961: were added
5962:
5963: 2010-09-10 moko
5964:
5965: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5966: die_or_abort (backport from 3.4.1)
5967:
5968: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5969: die_or_abort (bugfix: #106)
5970:
5971: 2010-09-09 moko
5972:
5973: * src/classes/json.C: warning war. :)
5974:
5975: 2010-09-08 misha
5976:
5977: * src/lib/json/Makefile.am: - additional include directories were
5978: added (for pa_memory.h and gc.h)
5979:
5980: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5981: compile as C++ instead default - additional include directory was
5982: added (for gc.h)
5983:
5984: * src/types/pa_vform.C: - little code reformating
5985:
5986: * src/classes/file.C: - $.content-type option now can be specified
5987: in ^file::create ( new feature: #102 )
5988:
5989: 2010-09-08 moko
5990:
5991: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5992: pa_malloc/pa_free
5993:
5994: 2010-09-07 moko
5995:
5996: * tests/results/254.processed: VStateless_class:put_element
5997: exception was fixed
5998:
5999: * src/types/: pa_value.h, pa_vstateless_class.h: now
6000: VStateless_class:put_element barks self.type, not this.type
6001: (bugfix: #105)
6002:
6003: 2010-09-06 moko
6004:
6005: * src/classes/reflection.C: bugfix: new String() is required for
6006: exception handling
6007:
6008: * tests/: 254.html, results/254.processed: test modified
6009:
6010: 2010-09-05 moko
6011:
6012: * tests/: 254.html, results/254.processed: ^reflection:copy test
6013: added
6014:
6015: * src/: classes/reflection.C, include/pa_request.h:
6016: ^reflection:copy implemented (new feature: #100)
6017:
6018: 2010-09-03 moko
6019:
6020: * src/lib/json/JSON_parser.C: c++ compatiblity
6021:
6022: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6023: option testing added
6024:
6025: 2010-09-02 moko
6026:
6027: * src/classes/json.C: $.distinct[first|last|all] added
6028:
6029: 2010-09-01 moko
6030:
6031: * tests/results/253.processed: json test result
6032:
6033: * tests/: 253.html, 253_json.txt: json test added
6034:
6035: * src/classes/json.C: json.C update to actual version + hash key
6036: creation bugfix
6037:
6038: 2010-08-31 misha
6039:
6040: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6041: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6042: src/lib/Makefile.am, src/classes/Makefile.am,
6043: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6044: json library was added
6045:
6046: 2010-08-30 moko
6047:
6048: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6049: types/pa_vobject.C: cosmetic optimization in
6050: request:execute_method usage
6051:
6052: * src/: include/pa_charset.h, main/pa_charset.C: small
6053: optimization, just to decrease number of lines. :)
6054:
6055: 2010-08-27 misha
6056:
6057: * src/classes/op.C: - taint[json] was added
6058:
6059: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6060: were added
6061:
6062: * src/main/pa_exec.C: - warning fix was rolled back.
6063:
6064: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6065: include/pa_string.h: - taint[json] was added - escaping was
6066: slightly modified
6067:
6068: 2010-08-25 misha
6069:
6070: * src/classes/file.C: - typo in file:sql exception was fixed
6071:
6072: * src/main/pa_exec.C: - warning about declared and not used
6073: variable forced_allow was removed
6074:
6075: 2010-08-14 misha
6076:
6077: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6078: were removed
6079:
6080: 2010-08-11 moko
6081:
6082: * tests/: 249.html, results/249.processed: default setter and
6083: anti-recursive default getter test added
6084:
6085: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6086: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6087: types/pa_vobject.h, types/pa_vstateless_class.C,
6088: types/pa_vstateless_class.h: default setter support +
6089: anti-recursive default getter support ( new feature: #13 )
6090:
6091: * src/include/pa_hash.h: optimization: threshold member removed
6092: from hash, reducing sizeof(hash)
6093:
6094: 2010-08-10 misha
6095:
6096: * tests/196.html: - junction-method was added to the test
6097:
6098: * tests/248.html: - ups. typo :)
6099:
6100: * tests/248.html: - test for checking .match with 4 params
6101:
6102: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6103: 247_windows1251.txt: - test for "transcode file from utf-8 to
6104: $request:charset during loading if the BOM code is detected"
6105:
6106: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6107: $request:charset during loading if the BOM code is detected ( new
6108: feature: #98 )
6109:
6110: 2010-08-05 misha
6111:
6112: * src/classes/image.C: - ^image.replace now can accept only 2
6113: params. in this case the whole image is affected ( new feature:
6114: #95 )
6115:
6116: 2010-08-04 misha
6117:
6118: * tests/246.html: - test tor ^hash._at[] was added
6119:
6120: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6121: #53 )
6122:
6123: * src/include/pa_hash.h: - methods for accessing the first and the
6124: last values of ordered hash were added (first_value and
6125: last_value)
6126:
6127: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6128: (similar to others file's methods):
6129: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6130: #68 )
6131:
6132: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6133:
6134: 2010-08-01 moko
6135:
6136: * src/classes/op.C: to correctly process $result[] in code, called
6137: from ^process
6138:
6139: * tests/245.html: $result in ^process[] test added
6140:
6141: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6142: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6143: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6144: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6145: caller, self) op_call(VMethodFrame &frame, bool constructing)
6146: removed, construct(class,method) added
6147:
6148: * tests/results/: 192.processed, 244.processed: request::construct
6149: added
6150:
6151: * tests/: 244.html, 245.html, results/244.processed,
6152: results/245.processed: object creation exceptions and ^process
6153: tests added
6154:
6155: 2010-07-28 misha
6156:
6157: * tests/make_tests.cmd: - win32 EOLs
6158:
6159: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6160: tests on Win32 were added (The system timezone should be GMT+3)
6161:
6162: 2010-07-26 misha
6163:
6164: * tests/: 212.html, results/212.processed: - sizes were removed
6165: mecause they could be different on different OSs
6166:
6167: * tests/065.html: - make it "win32 friendly"
6168:
6169: 2010-07-25 misha
6170:
6171: * src/main/compile.y: - all EOLs between methods are removed during
6172: compilation ( new feature: #47 )
6173:
6174: * tests/results/149.processed: - prepare tests to trim trailing
6175: methods' EOLs
6176:
6177: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6178:
6179: * tests/: results/006.processed, results/014.processed, 006.html,
6180: 014.html, 022.html: - prepare tests to trim trailing methods'
6181: EOLs
6182:
6183: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6184: results/071.processed, results/022.processed: - prepare tests to
6185: trim trailing methods' EOLs
6186:
6187: * tests/: results/073.processed, results/109.processed,
6188: results/142.processed, results/144.processed,
6189: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6190: 144.html: - prepare tests to trim trailing methods' EOLs
6191:
6192: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6193: 149.html, 152.html, results/096.processed, results/107.processed,
6194: results/109.processed, results/142.processed,
6195: results/144.processed: - prepare tests to trim trailing methods'
6196: EOLs
6197:
6198: 2010-07-24 moko
6199:
6200: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6201: the hash order in this test
6202:
6203: * tests/014.html: to check hash order, hash no is longer sorted
6204: before print
6205:
6206: * src/include/pa_hash.h: hash copy constructor now keeps order
6207: (bugfix: #54)
6208:
6209: 2010-07-23 moko
6210:
6211: * tests/results/224.processed: @auto[] is no longer inherited
6212:
6213: * src/types/pa_vstateless_class.C, tests/227.html,
6214: tests/results/227.processed: @auto[] is no longer inherited
6215: (bugfix: #57)
6216:
6217: 2010-07-22 misha
6218:
6219: * src/classes/table.C: - don't skip comment lines during
6220: table::load if encloser or separator is set as '#' ( new feature:
6221: #30 )
6222:
6223: * src/targets/cgi/parser3.C: - don't run as cgi if
6224: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6225: #12 )
6226:
6227: * src/classes/file.C: - set PARSER_VARSION env before external
6228: script executing
6229:
6230: 2010-07-13 misha
6231:
6232: * tests/058.html: - test for suppressing @border was added - test
6233: for user attribute was added
6234:
6235: * tests/results/186.processed: unescaping from \uXXXX
6236:
6237: * tests/186.html: unescaping from \uXXXX
6238:
6239: * tests/: 239.html, results/239.processed: method call type
6240:
6241: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6242: $junction_method.CLASS_NAME (+CLASS)
6243:
6244: 2010-07-07 misha
6245:
6246: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6247: *nix
6248:
6249: 2010-07-05 misha
6250:
6251: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6252: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6253: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6254: comment strings "options must be hash", "options must be hash,
6255: not code" and "called with invalid option" were replaced by
6256: constatns - exception comment string "invalid option passed" was
6257: replaced by "called with invalid option" (now in different
6258: methods are the same exception comment string)
6259:
6260: * src/include/pa_exception.h: - more exception strings were defined
6261:
6262: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6263: types/pa_vstateless_class.h: - now we can define possible
6264: method's call type ( new feature: #5 ) 1.
6265: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6266: methods 2. @static:method[params] (only static keyword could be
6267: used here) -- for specified methods
6268:
6269: * src/main/pa_common.C: - junction points should not be deleted on
6270: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6271: cleanup
6272:
6273: 2010-07-03 misha
6274:
6275: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6276: results/158.processed, results/160.processed,
6277: results/161.processed, results/162.processed,
6278: results/163.processed: - prepare tests to trim trailing methods'
6279: EOLs
6280:
6281: * tests/results/169.processed: - prepare tests to trim trailing
6282: methods' EOLs
6283:
6284: * tests/results/: 168.processed, 169.processed: - prepare tests to
6285: trim trailing methods' EOLs
6286:
6287: * tests/: results/170.processed, results/167.processed,
6288: results/168.processed, results/169.processed, 167.html, 168.html,
6289: 169.html: - prepare tests to trim trailing methods' EOLs
6290:
6291: * tests/: results/170.processed, results/171.processed,
6292: results/172.processed, results/173.processed,
6293: results/174.processed, results/175.processed, 170.html, 171.html,
6294: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6295: trailing methods' EOLs
6296:
6297: * tests/: results/176.processed, results/180.processed,
6298: results/184.processed, results/185.processed,
6299: results/191.processed, results/192.processed,
6300: results/196.processed, results/197.processed,
6301: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6302: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6303: to trim trailing methods' EOLs
6304:
6305: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6306: results/199.processed, results/208.processed,
6307: results/209.processed, results/213.processed,
6308: results/214.processed: - prepare tests to trim trailing methods'
6309: EOLs
6310:
6311: 2010-06-29 misha
6312:
6313: * tests/: 220.html, 218.html, results/218.processed,
6314: results/215.processed, results/217.processed, 215.html, 217.html:
6315: - prepare tests to trim trailing methods' EOLs
6316:
6317: * tests/: results/224.processed, 224.html, 223.html,
6318: results/223.processed, results/220.processed: - prepare tests to
6319: trim trailing methods' EOLs
6320:
6321: * tests/results/: 226.processed, 230.processed: - prepare tests to
6322: trim trailing methods' EOLs
6323:
6324: * tests/: 229.html, results/229.processed: - prepare tests to trim
6325: trailing methods' EOLs
6326:
6327: * tests/: 232.html, 235.html, results/232.processed,
6328: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6329: results/226.processed, results/227.processed,
6330: results/228.processed, results/230.processed: - prepare tests to
6331: trim trailing methods' EOLs
6332:
6333: 2010-06-16 moko
6334:
6335: * tests/: 229.html, results/229.processed: elseif now supported in
6336: ^if
6337:
6338: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6339:
6340: 2010-06-03 misha
6341:
6342: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6343: instead of memcopy for overlaped regions
6344:
6345: 2010-05-25 misha
6346:
6347: * src/main/pa_common.C: - wanring about unused vars was removed
6348:
6349: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6350: get_method_filename was moved to execute.C
6351:
6352: 2010-05-23 misha
6353:
6354: * src/main/pa_request.C: - more accurate detection of method's file
6355:
6356: 2010-05-22 misha
6357:
6358: * src/classes/reflection.C: - bugfix: core during detection of
6359: .file if filespec isn't detected successfully
6360:
6361: 2010-05-20 misha
6362:
6363: * src/main/pa_request.C: - fix in get_method_filename
6364:
6365: * src/include/pa_request.h: - new feature: #24 -- searching
6366: included file in @USE/^use is changed. if its filespec doesn't
6367: start from '/' it will be searched in caller file directory
6368:
6369: * src/classes/reflection.C: - ^reflection:method_info returns file
6370: where the method is defined
6371:
6372: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6373: classes/op.C: - new feature: #24 -- searching included file in
6374: @USE/^use is changed. if its filespec doesn't start from '/' it
6375: will be searched in caller file directory
6376:
6377: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6378: is moved to pa_common.h
6379:
6380: 2010-05-18 misha
6381:
6382: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6383: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6384: cookie parser decode \uXXXX as well as %uXXXX
6385:
6386: 2010-05-17 misha
6387:
6388: * src/classes/curl.C: beauty: - unused param is removed in method
6389: _curl_version_action - some spaces were removed or replaced by
6390: tabs
6391:
6392: * src/classes/table.C: - bugfix: #72 core with empty value during
6393: ^table.hash[...;name_of_the_last_column][$.type[string]]
6394:
6395: 2010-05-16 misha
6396:
6397: * src/classes/curl.C: new: #61 more curl options were added
6398: (contributed by Sumo)
6399:
6400: 2010-04-29 pretender
6401:
6402: * src/main/pa_string.C: fixes #63 Split result from empty string
6403: now empty string.
6404:
6405: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6406: string type.
6407:
6408: 2010-04-28 pretender
6409:
6410: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6411: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6412: macrodefinition removed
6413:
6414: 2010-04-19 pretender
6415:
6416: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6417: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6418:
6419: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6420: fixes #64 Now file.missing exception generates in unsafe mode to.
6421:
6422: * src/classes/file.C: fixes #48 Now not throw "not save environment
6423: variable" exception in grpunlim version.
6424:
6425: 2010-04-05 misha
6426:
6427: * src/classes/string.C: - new feature: 4th param was added to
6428: match. if specified its value is returned in case of nothing was
6429: found
6430:
6431: 2010-04-01 misha
6432:
6433: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6434: multiple execution of /a/b/auto.p
6435:
6436: 2010-03-19 misha
6437:
6438: * src/main/execute.C: - core in $table1.$table2 was fixed
6439:
6440: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6441:
6442: 2010-01-27 misha
6443:
6444: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6445: trying to open file by path /existing-file/non-exixting-file
6446:
6447: 2010-01-26 misha
6448:
6449: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6450: was added (returns file)
6451:
6452: 2009-12-22 misha
6453:
6454: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6455: now parser doesn't have class curl if it was built without it
6456:
6457: 2009-12-15 misha
6458:
6459: * configure.in: - little cheat with curl include dir was added
6460:
6461: 2009-12-05 misha
6462:
6463: * src/classes/curl.C: - some fixes
6464:
6465: 2009-12-04 misha
6466:
6467: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6468: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6469: buildall-with-xml, buildall-without-xml, configure.in: - curl
6470: class was added
6471:
6472: * src/include/pa_hash.h: - hash-iterator was added
6473:
6474: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6475: was added to pcre
6476:
6477: 2009-11-27 misha
6478:
6479: * src/classes/image.C: - don't add @border attribute to output of
6480: ^image.html[] if it was specified by user with empty value
6481:
6482: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6483: root element and we are trying to access .documentElement
6484:
6485: 2009-11-11 misha
6486:
6487: * src/classes/table.C: - in ^table.flip[] look at number of columns
6488: instead of number of items in first row for named tables
6489:
6490: 2009-11-10 misha
6491:
6492: * operators.txt: - info about hash-options in ^file::create was
6493: added
6494:
6495: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6496: added
6497:
6498: 2009-11-09 misha
6499:
6500: * buildall-with-xml: - moving to libxml 2.7.6
6501:
6502: * tests/236.html: - tests for comparations cords with functions
6503: were added
6504:
6505: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6506: added
6507:
6508: * src/main/pa_http.C: - little optimisation
6509:
6510: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6511: GPF mallocs + stringstream (table.save)
6512:
6513: * src/classes/file.C: - file::create now accepts 4th param: options
6514: with $.charset
6515:
6516: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6517: bug in cord (comparation cords with functions was buggy)
6518:
6519: 2009-11-06 misha
6520:
6521: * src/main/pa_string.C: - bugfix: calculation string.length
6522: sometimes was buggy
6523:
6524: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6525: destroyed if exception occured during match/replace
6526:
6527: * src/: main/pa_charset.C, include/pa_charset.h: - method
6528: lengthUTF8Char was added
6529:
6530: * src/classes/op.C: - clean tainting lang was added for user's
6531: usage
6532:
6533: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6534: fixed: checkouts are required after GC_MALLOC
6535:
6536: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6537:
6538: * operators.txt: - actually, there is no ^untaint[xml] in
6539: file::create
6540:
6541: 2009-10-15 misha
6542:
6543: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6544: were added
6545:
6546: * tests/234.html: - more tests for checking ^taint[uri] escaping
6547: were added
6548:
6549: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6550: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6551: hacking: for dealing with transcoding+^taint[uri]
6552: transcode_and_untaint was replaced by untaint_and_transcode
6553:
6554: 2009-10-13 misha
6555:
6556: * tests/: 121.html, results/121.processed: - test transcoding +
6557: url-escaping now
6558:
6559: * tests/results/auto.p: - more helpers' methods were added
6560:
6561: * src/main/pa_globals.C: - die instead of abort
6562:
6563: 2009-10-06 misha
6564:
6565: * src/main/pa_common.C: - don't allocate memory during
6566: capitalization if input string is already capitalized
6567:
6568: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6569:
6570: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6571: use format function because it calls malloc
6572:
6573: * src/include/pa_common.h: - more capitalized headers were added
6574:
6575: * src/main/pa_common.C: - in safe mode clear executable bits during
6576: file writing
6577:
6578: 2009-10-05 misha
6579:
6580: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6581:
6582: 2009-10-03 misha
6583:
6584: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6585: ^img.text[] & ^img.length[] can work in utf-8 now
6586:
6587: * src/: include/pa_charset.h, main/pa_charset.C: - class
6588: UTF8_string_iterator was added
6589:
6590: * src/classes/image.C: - respect utf-8 when calculate alphabet
6591: length
6592:
6593: * src/classes/mail.C: - check from before get message.cstr
6594:
6595: 2009-10-02 misha
6596:
6597: * tests/233.html: - test for image.font, image.length, image.text
6598: with text in utf-8 were added
6599:
6600: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6601:
6602: * buildall-with-xml, buildall-without-xml: - comment about gc
6603: version for freebsd 4 was added
6604:
6605: 2009-10-01 misha
6606:
6607: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6608: terminator) - read_pipe were slightly optimized
6609:
6610: 2009-09-28 misha
6611:
6612: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6613: removed
6614:
6615: * src/types/pa_vmail.C: - forgot about space after ':'
6616:
6617: * src/types/pa_vmail.C: - escape filenames while preparing mail
6618: body - small simplifications
6619:
6620: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6621: inout params like pa_base64
6622:
6623: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6624: option $.debug-print(1) was added to mail:send - changes for
6625: using uue_encode which uses less memory
6626:
6627: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6628:
6629: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6630: memory now
6631:
6632: 2009-09-26 misha
6633:
6634: * src/types/pa_vmail.C: - default encoding now is base64
6635:
6636: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6637:
6638: 2009-09-25 misha
6639:
6640: * src/types/pa_vmail.C: - capitalization of headers was added to
6641: sending mail as well
6642:
6643: * buildall-with-xml: - catalog package was removed from libxml
6644:
6645: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6646: win32 absolute path
6647:
6648: * src/include/pa_common.h: - one more capitalized header was added
6649:
6650: 2009-09-22 misha
6651:
6652: * INSTALL: - comment about building just httpd binary while
6653: building apache module was added
6654:
6655: 2009-09-21 misha
6656:
6657: * buildall-with-xml: - moving to the latest versions of xml libs:
6658: libxml 2.7.4 and libxslt 1.1.25
6659:
6660: 2009-09-19 misha
6661:
6662: * tests/231.html: - test for encoding cookie in win-1251
6663:
6664: 2009-09-18 misha
6665:
6666: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6667: object] were added
6668:
6669: * operators.txt: - info about method ^reflection:fields[class or
6670: object] was added
6671:
6672: * src/classes/reflection.C: - method ^reflection:fields[class or
6673: object] was added
6674:
6675: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6676: methods get_fields were added
6677:
6678: * tests/232.html: - tests for @GET[name]
6679:
6680: * src/classes/table.C: - some changes in handling hash-options for
6681: creare, join and locate
6682:
6683: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6684: defined with option: the type of requested value
6685:
6686: 2009-09-17 misha
6687:
6688: * tests/212.html: - tests for .pattern and .options were added
6689:
6690: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6691: $regex.options were added
6692:
6693: 2009-09-11 misha
6694:
6695: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6696: rewrited. it checks not just one case of sending cookies during
6697: file::load[http], but also sending headers and fields (including
6698: files)
6699:
6700: 2009-09-10 misha
6701:
6702: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6703: was removed => now parser can open files with Russian 'r' in
6704: filename
6705:
6706: * src/main/untaint.C: - bugfix: client charset whould be analized
6707: while escaping cookies but now source charset
6708:
6709: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6710: ^tainted[uri] so it was possible to make request with incorrect
6711: http header
6712:
6713: * src/main/pa_http.C: - capitalization of http headers during
6714: file::load[http was slightly changes - bugfix: all headers which
6715: parser sends during file::load[http should be transcoded and only
6716: then escaped
6717:
6718: * src/main/untaint.C: - a bit more comments were added
6719:
6720: * src/classes/: file.C, string.C: - types where changes (minus 2
6721: warnings)
6722:
6723: * src/include/pa_common.h: - 2 capitalized strings for making http
6724: headers during file::load[http were added
6725:
6726: 2009-09-08 misha
6727:
6728: * operators.txt: - changes in file.save and string.save were added
6729:
6730: * tests/: 230.html, 230.txt: - tests for checking options in
6731: file.save and string.save were added
6732:
6733: * src/main/pa_request.C: - http headers names, which are passed to
6734: SAPI::add_header_attribute are lowercased now (it'll be
6735: capitalized in that method)
6736:
6737: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6738: classes/string.C: - file_write accepts Request_charsets and asked
6739: charset and cound transcode content before writing - string.save
6740: and file.save have option $.charset now
6741:
6742: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6743: classes/xdoc.C: - file_write accepts Request_charsets and asked
6744: charset and cound transcode content before writing
6745:
6746: * src/include/pa_exception.h: - new exception comment string was
6747: defined
6748:
6749: 2009-09-07 misha
6750:
6751: * src/main/compile.y: - grammar $name\ name stops now for regex
6752: sub-pattern\s
6753:
6754: 2009-09-04 misha
6755:
6756: * src/main/pa_http.C: - capitalization of http headers during
6757: file::load[http was implemented
6758:
6759: 2009-09-03 misha
6760:
6761: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6762: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6763: types/pa_vmail.C, targets/cgi/parser3.C,
6764: targets/isapi/parser3isapi.C: - back to storing response http
6765: headers in lowercase - capitalize them during output
6766:
6767: 2009-08-31 misha
6768:
6769: * src/classes/table.C: - allow call with any brackets (it could be
6770: useful in methods with explict result declaration)
6771:
6772: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6773: correctly if $request:charset==koi8-r
6774:
6775: 2009-08-30 misha
6776:
6777: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6778: changed: content-type => Content-type and so on
6779:
6780: * src/classes/file.C, src/include/pa_common.h,
6781: src/include/pa_request.h, src/main/pa_http.C,
6782: src/main/pa_request.C, src/types/pa_vcookie.C,
6783: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6784: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6785: tests/results/002.processed, tests/results/003.processed,
6786: tests/results/004.processed, tests/results/005.processed,
6787: tests/results/006.processed, tests/results/007.processed,
6788: tests/results/008.processed, tests/results/009.processed,
6789: tests/results/010.processed, tests/results/011.processed,
6790: tests/results/012.processed, tests/results/013.processed,
6791: tests/results/014.processed, tests/results/015.processed,
6792: tests/results/016.processed, tests/results/017.processed,
6793: tests/results/018.processed, tests/results/019.processed,
6794: tests/results/020.processed, tests/results/021.processed,
6795: tests/results/022.processed, tests/results/023.processed,
6796: tests/results/024.processed, tests/results/025.processed,
6797: tests/results/026.processed, tests/results/027.processed,
6798: tests/results/028.processed, tests/results/029.processed,
6799: tests/results/030.processed, tests/results/031.processed,
6800: tests/results/032.processed, tests/results/033.processed,
6801: tests/results/034.processed, tests/results/035.processed,
6802: tests/results/036.processed, tests/results/037.processed,
6803: tests/results/038.processed, tests/results/039.processed,
6804: tests/results/040.processed, tests/results/041.processed,
6805: tests/results/042.processed, tests/results/043.processed,
6806: tests/results/044.processed, tests/results/045.processed,
6807: tests/results/046.processed, tests/results/047.processed,
6808: tests/results/048.processed, tests/results/049.processed,
6809: tests/results/050.processed, tests/results/051.processed,
6810: tests/results/052.processed, tests/results/053.processed,
6811: tests/results/054.processed, tests/results/055.processed,
6812: tests/results/056.processed, tests/results/057.processed,
6813: tests/results/058.processed, tests/results/059.processed,
6814: tests/results/060.processed, tests/results/061.processed,
6815: tests/results/062.processed, tests/results/063.processed,
6816: tests/results/064.processed, tests/results/065.processed,
6817: tests/results/066.processed, tests/results/067.processed,
6818: tests/results/068.processed, tests/results/069.processed,
6819: tests/results/070.processed, tests/results/071.processed,
6820: tests/results/072.processed, tests/results/073.processed,
6821: tests/results/074.processed, tests/results/075.processed,
6822: tests/results/076.processed, tests/results/077.processed,
6823: tests/results/078.processed, tests/results/079.processed,
6824: tests/results/080.processed, tests/results/081.processed,
6825: tests/results/082.processed, tests/results/083.processed,
6826: tests/results/084.processed, tests/results/085.processed,
6827: tests/results/086.processed, tests/results/087.processed,
6828: tests/results/088.processed, tests/results/089.processed,
6829: tests/results/090.processed, tests/results/091.processed,
6830: tests/results/092.processed, tests/results/093.processed,
6831: tests/results/094.processed, tests/results/095.processed,
6832: tests/results/096.processed, tests/results/097.processed,
6833: tests/results/098.processed, tests/results/099.processed,
6834: tests/results/100.processed, tests/results/101.processed,
6835: tests/results/102.processed, tests/results/103.processed,
6836: tests/results/104.processed, tests/results/105.processed,
6837: tests/results/106.processed, tests/results/107.processed,
6838: tests/results/108.processed, tests/results/109.processed,
6839: tests/results/110.processed, tests/results/111.processed,
6840: tests/results/112.processed, tests/results/113.processed,
6841: tests/results/114.processed, tests/results/115.processed,
6842: tests/results/116.processed, tests/results/117.processed,
6843: tests/results/118.processed, tests/results/119.processed,
6844: tests/results/120.processed, tests/results/121.processed,
6845: tests/results/122.processed, tests/results/123.processed,
6846: tests/results/124.processed, tests/results/125.processed,
6847: tests/results/126.processed, tests/results/127.processed,
6848: tests/results/128.processed, tests/results/129.processed,
6849: tests/results/130.processed, tests/results/131.processed,
6850: tests/results/132.processed, tests/results/133.processed,
6851: tests/results/134.processed, tests/results/135.processed,
6852: tests/results/136.processed, tests/results/138.processed,
6853: tests/results/139.processed, tests/results/140.processed,
6854: tests/results/141.processed, tests/results/142.processed,
6855: tests/results/143.processed, tests/results/144.processed,
6856: tests/results/145.processed, tests/results/146.processed,
6857: tests/results/147.processed, tests/results/148.processed,
6858: tests/results/149.processed, tests/results/150.processed,
6859: tests/results/151.processed, tests/results/152.processed,
6860: tests/results/153.processed, tests/results/154.processed,
6861: tests/results/155.processed, tests/results/156.processed,
6862: tests/results/157.processed, tests/results/158.processed,
6863: tests/results/159.processed, tests/results/160.processed,
6864: tests/results/161.processed, tests/results/162.processed,
6865: tests/results/163.processed, tests/results/164.processed,
6866: tests/results/165.processed, tests/results/166.processed,
6867: tests/results/167.processed, tests/results/168.processed,
6868: tests/results/169.processed, tests/results/170.processed,
6869: tests/results/171.processed, tests/results/172.processed,
6870: tests/results/173.processed, tests/results/174.processed,
6871: tests/results/175.processed, tests/results/176.processed,
6872: tests/results/177.processed, tests/results/178.processed,
6873: tests/results/179.processed, tests/results/180.processed,
6874: tests/results/181.processed, tests/results/182.processed,
6875: tests/results/183.processed, tests/results/184.processed,
6876: tests/results/185.processed, tests/results/186.processed,
6877: tests/results/187.processed, tests/results/188.processed,
6878: tests/results/189.processed, tests/results/190.processed,
6879: tests/results/191.processed, tests/results/192.processed,
6880: tests/results/193.processed, tests/results/194.processed,
6881: tests/results/195.processed, tests/results/196.processed,
6882: tests/results/197.processed, tests/results/198.processed,
6883: tests/results/199.processed, tests/results/200.processed,
6884: tests/results/201.processed, tests/results/202.processed,
6885: tests/results/203.processed, tests/results/204.processed,
6886: tests/results/205.processed, tests/results/206.processed,
6887: tests/results/207.processed, tests/results/208.processed,
6888: tests/results/209.processed, tests/results/210.processed,
6889: tests/results/211.processed, tests/results/212.processed,
6890: tests/results/213.processed, tests/results/214.processed,
6891: tests/results/215.processed, tests/results/216.processed,
6892: tests/results/217.processed, tests/results/218.processed,
6893: tests/results/219.processed, tests/results/220.processed,
6894: tests/results/221.processed, tests/results/222.processed,
6895: tests/results/223.processed, tests/results/224.processed,
6896: tests/results/225.processed, tests/results/226.processed,
6897: tests/results/227.processed, tests/results/228.processed,
6898: tests/results/229.processed: - http headers were changed:
6899: content-type => Content-type and so on
6900:
6901: 2009-08-27 misha
6902:
6903: * src/: main/pa_random.C, include/pa_random.h,
6904: targets/cgi/parser3.C: - year was updated :)
6905:
6906: 2009-08-26 misha
6907:
6908: * tests/: 224.html, 224.p: - test for creating of parser object
6909: using constructor without params - little bugfix in test
6910:
6911: * src/main/compile_tools.h: - bugfix: should't call autouse while
6912: checking existed class while processing partial option
6913:
6914: * src/classes/reflection.C: - bugfix: core when creating object
6915: with reflection and constructor doesn't have params
6916:
6917: 2009-08-24 misha
6918:
6919: * tests/229.html: - tests for checking the number of parameters
6920: were added
6921:
6922: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6923: number of method's parameters wasn't checked correctly (the bug
6924: was introduced in 3.4.0)
6925:
6926: 2009-08-22 misha
6927:
6928: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6929: transcoded, but tainted pieces are escaped only when
6930: content-type==url-encoding
6931:
6932: * tests/228.html: - test for checking
6933: ^file::load[http://...;$.body[]]
6934:
6935: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6936: post charset was too early (charsets is empty at this moment)
6937:
6938: 2009-08-21 misha
6939:
6940: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6941: main/untaint.C: - some fixes with transcode+untaint
6942:
6943: 2009-08-15 misha
6944:
6945: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6946: was increaced to 100 (was 50)
6947:
6948: * tests/227.html: - test for checking overriding properties in
6949: static classes was added
6950:
6951: * tests/: 226.html, 226.p: - test for @autoload[] was added
6952:
6953: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6954: main/execute.C, main/pa_request.C, classes/reflection.C: -
6955: autouse was implemented
6956:
6957: 2009-08-14 misha
6958:
6959: * src/classes/reflection.C: - outdated checkout was removed
6960:
6961: * src/classes/reflection.C: - optimization - method ^dynamical was
6962: added.
6963:
6964: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6965: types/pa_vstateless_class.h, main/execute.C: - optimization
6966:
6967: * src/types/pa_vclass.C: - exception if base on sytem class
6968:
6969: 2009-08-12 misha
6970:
6971: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6972: pa_vstateless_class.h: - little optimisation
6973:
6974: 2009-08-11 misha
6975:
6976: * tests/224.html: - method_params => method_info - checking for
6977: $.inherited
6978:
6979: * src/classes/reflection.C, operators.txt: - method method_params
6980: was renamed to method_info and now it returns class name, if
6981: method was defined in ancestor
6982:
6983: * tests/225.html: - tests for cheching properties in hierarhical
6984: classes were added
6985:
6986: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6987: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6988: main/compile.y, main/execute.C, classes/classes.C: - problems
6989: with properties in new classes implementation were fixed
6990:
6991: 2009-08-10 misha
6992:
6993: * src/main/execute.C: - now constructor shouldn't be defined in
6994: class. it could be defined in parent.
6995:
6996: 2009-08-09 misha
6997:
6998: * src/classes/reflection.C: - ^reflection:methods doesn't return
6999: base's methods
7000:
7001: 2009-08-08 misha
7002:
7003: * src/: classes/classes.h, classes/date.C, classes/file.C,
7004: classes/form.C, classes/hash.C, classes/hashfile.C,
7005: classes/image.C, classes/mail.C, classes/op.C,
7006: classes/reflection.C, classes/regex.C, classes/string.C,
7007: classes/table.C, classes/xdoc.C, classes/xnode.C,
7008: classes/xnode.h, include/pa_hash.h, main/execute.C,
7009: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7010: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7011: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7012: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7013: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7014: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7015: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7016: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7017: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7018: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7019: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7020: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7021: types/pa_vresponse.C, types/pa_vresponse.h,
7022: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7023: types/pa_vstateless_object.h, types/pa_vstatus.C,
7024: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7025: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7026: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7027: types/pa_wwrapper.h, types/types.vcproj: - new classes
7028: implementation
7029:
7030: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7031: USE_MUNMAP is used. so it is disabled as a workaround.
7032:
7033: 2009-08-05 misha
7034:
7035: * src/: main/pa_common.C, include/pa_common.h: - not needed
7036: parameter was removed
7037:
7038: * src/main/pa_http.C: - bugfix: error was during detecting
7039: content-type of file which was loaded by http
7040:
7041: 2009-08-01 misha
7042:
7043: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7044: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7045: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7046: can't be disabled with defines any longer
7047:
7048: 2009-07-29 misha
7049:
7050: * src/classes/reflection.C, tests/results/224.processed: - for
7051: native methods with any call type now returned empty call_type
7052: value
7053:
7054: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7055: classes/table.C, include/pa_hash.h, include/pa_request.h,
7056: main/pa_request.C: - break in cycles was optimized
7057:
7058: * INSTALL: - more defines were described
7059:
7060: 2009-07-28 misha
7061:
7062: * operators.txt: - some changes in information about reflection
7063: class
7064:
7065: * tests/: 224.html, 224.p: - tests for reflection class
7066:
7067: * src/classes/reflection.C: - some bugs were fixed, method classes
7068: was added, refactoring
7069:
7070: 2009-07-26 misha
7071:
7072: * src/classes/classes.vcproj: - reflection class wass added to
7073: project
7074:
7075: * operators.txt: - information about reflection class was added
7076:
7077: * src/classes/reflection.C: - class was redesigned
7078:
7079: 2009-07-24 misha
7080:
7081: * src/classes/: Makefile.am, reflection.C: - class reflection was
7082: added
7083:
7084: * src/types/pa_vstateless_class.h: - method for reflection method's
7085: in classes was added
7086:
7087: 2009-07-22 misha
7088:
7089: * src/main/compile_tools.h: - bugfix: $object.$var was
7090: over-optimized. it failed if $object1.$object2.field
7091:
7092: 2009-07-16 misha
7093:
7094: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7095: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7096: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7097: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7098: one more arg: length of cord
7099:
7100: 2009-07-15 misha
7101:
7102: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7103: tainted in ^file::load[http://...;$.cookies[]]
7104:
7105: * src/classes/: op.C, regex.C, string.C: - new string with
7106: exception was used
7107:
7108: * src/include/pa_exception.h: - new string with exception was added
7109:
7110: * tests/223.html: - test for checking cookie-encoding during
7111: ^file::load[http was added
7112:
7113: * tests/: 221.html, 222.html: - tests for checking type of
7114: $table.fields.field were added
7115:
7116: * src/types/pa_vtable.C: - not used var decl was removed
7117:
7118: * src/include/pa_string.h: - use cached string length in Body::mid.
7119: it improves speed of match with brackets in pattern
7120:
7121: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7122: outside
7123:
7124: 2009-07-14 misha
7125:
7126: * src/types/pa_vtable.C: - $table.fields.a return string even if
7127: column is empty (sometime returned void) - $table.fields was
7128: added for nameless tables
7129:
7130: * src/targets/cgi/getopt.c: - one warning resolved
7131:
7132: * src/main/pa_string.C: - potentian bug fixed
7133:
7134: * src/classes/op.C: - small optimization in taint/untaint
7135:
7136: 2009-07-13 misha
7137:
7138: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7139: added
7140:
7141: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7142: souldn't add the attribut to output
7143:
7144: 2009-07-11 misha
7145:
7146: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7147: stack size was increaced to 2MB (default=1MB)
7148:
7149: 2009-07-08 misha
7150:
7151: * src/main/pa_string.C: - link to UTF-8 description was added
7152:
7153: * src/include/pa_hash.h: - hash keeps element's order in more
7154: places (ex: ._keys[])
7155:
7156: * tests/220.html: - test for checking order of elements in hash in
7157: foreach was added
7158:
7159: * tests/172.html: - small changes in printing hash
7160:
7161: * tests/129.html: - small changes in printing hash
7162:
7163: * src/: include/pa_common.h, include/pa_hash.h,
7164: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7165: types/pa_vmethod_frame.h: - hash now keeps order of elements
7166:
7167: * tests/014.html: - small changes in printing hash
7168:
7169: 2009-07-07 misha
7170:
7171: * src/classes/op.C: - new taint language "parser-code" was added
7172:
7173: * tests/219.html: - test for auto untaint parser code in process
7174: was added
7175:
7176: * src/classes/op.C: - tainted pieces in body of process are
7177: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7178:
7179: * src/: include/pa_string.h, main/untaint.C: - new language
7180: L_PARSER_CODE for auto-untaint in process was added
7181:
7182: * src/: classes/file.C, classes/hash.C, classes/image.C,
7183: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7184: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7185: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7186: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7187: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7188: code cleanup
7189:
7190: 2009-07-06 misha
7191:
7192: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7193: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7194: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7195:
7196: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7197: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7198: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7199: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7200: should be used
7201:
7202: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7203: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7204: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7205: untaint_cstr[m] should be used
7206:
7207: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7208: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7209:
7210: * tests/218.html: - test for checking automatic file-spec-taint was
7211: added
7212:
7213: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7214: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7215: classes/file.C, classes/hash.C, classes/image.C,
7216: classes/string.C, classes/table.C, classes/void.C,
7217: classes/xdoc.C: - optimizations and simplification of
7218: string.cstr(...)
7219:
7220: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7221: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7222: - optimizations and simplification of string.cstr(...)
7223:
7224: 2009-07-04 misha
7225:
7226: * tests/217.html: - test for recursion detection was added
7227:
7228: * src/: types/types.vcproj, main/main.vcproj,
7229: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7230: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7231: from .vcproj
7232:
7233: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7234:
7235: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7236: uploading files and case-insensitive http-method were added
7237:
7238: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7239: tainted pattern in ^file:list[] was added
7240:
7241: 2009-07-03 misha
7242:
7243: * src/: classes/classes.vcproj, main/main.vcproj,
7244: types/types.vcproj, targets/cgi/parser3.vcproj,
7245: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7246: for dynamic_cast) - little options changes
7247:
7248: * src/main/pa_http.C: - file::load[http works now with uploading
7249: files _and_ changing $.charset
7250:
7251: 2009-06-29 misha
7252:
7253: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7254: while creating pattern
7255:
7256: 2009-06-25 misha
7257:
7258: * src/classes/image.C, operators.txt: - options' names for
7259: ^image.font were changed to $.space, $.width and $spacing -
7260: default space width now == gif's width
7261:
7262: 2009-06-24 misha
7263:
7264: * tests/215.html: - tests for $file.mode were added
7265:
7266: * operators.txt: - added info about $file.mode and changes in
7267: ^image.font[
7268:
7269: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7270: param now could be omited - third param now could be hash (with
7271: all widths options: $.space-width, $.letter-width) - it's
7272: possible to specify tracking ($.letter-space)
7273:
7274: * src/classes/file.C: - file objects now could have mode field
7275: (text|binary)
7276:
7277: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7278:
7279: 2009-06-23 misha
7280:
7281: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7282: trim can work with utf-8 chars now
7283:
7284: 2009-06-20 misha
7285:
7286: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7287: was implemented
7288:
7289: * src/classes/table.C: - string length cacheing was implemented
7290:
7291: * src/include/pa_string.h: - string length cacheing was implemented
7292:
7293: 2009-06-17 misha
7294:
7295: * src/main/execute.C: - value param was removed from
7296: WContext::WContext
7297:
7298: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7299: pa_wwrapper.h: - value param was removed from WContext::WContext
7300: - field wcontext was removed from VCodeFrame (using fparent
7301: instead)
7302:
7303: * tests/214.html: - test with hash copying
7304:
7305: 2009-06-16 misha
7306:
7307: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7308: strings doesn't work in expression anymore
7309:
7310: * src/main/execute.C: - less calls for get_constructing() - little
7311: refactoring
7312:
7313: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7314: include/pa_request.h: - less calls for get_constructing()
7315:
7316: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7317: introduced with OPTIMIZE_SINGLE_STRING optimization
7318:
7319: 2009-06-14 misha
7320:
7321: * src/: classes/date.C, classes/file.C, classes/hash.C,
7322: classes/hashfile.C, classes/image.C, classes/regex.C,
7323: classes/table.C, classes/xdoc.C, classes/xnode.h,
7324: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7325: types/pa_vstateless_class.h, main/execute.C: - create object for
7326: storing object's fields only for parser objects
7327:
7328: 2009-06-13 misha
7329:
7330: * buildall-with-xml, buildall-without-xml: - new option was added
7331: for building GC (it slightly reduces memory usage)
7332:
7333: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7334: single string write
7335:
7336: * src/main/execute.C: - bytecode optimization of ^class:constructor
7337: - optimization of single string write
7338:
7339: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7340: - bytecode optimization of ^class:constructor
7341:
7342: 2009-06-09 misha
7343:
7344: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7345: main (better compatibility)
7346:
7347: 2009-06-08 misha
7348:
7349: * src/main/compile.y: - I've forgot to commit it :(
7350:
7351: 2009-06-07 misha
7352:
7353: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7354: WITH_READ and WITH_ROOT
7355:
7356: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7357: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7358: WITH_ROOT - little refactoring
7359:
7360: 2009-06-06 misha
7361:
7362: * tests/213.html: - tests for 3rd match string-param were added
7363:
7364: * src/classes/string.C: - 3rd match param could be string now
7365:
7366: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7367: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7368: GET_OBJECT_ELEMENT
7369:
7370: 2009-06-05 misha
7371:
7372: * src/main/pa_http.C: - bugfix: content-length was not calculated
7373: if $.body was specified
7374:
7375: 2009-06-04 misha
7376:
7377: * src/classes/op.C: - optimizing write_assign_lang in connect
7378:
7379: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7380:
7381: * src/main/execute.C: - little refactoring - optimizing
7382: write_assign_lang in taint/untaint
7383:
7384: * src/include/pa_opcode.h: - little refactoring
7385:
7386: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7387: main/compile_tools.h, main/execute.C: - optimizations for
7388: $self.field, ^self.method, $self.field[...] and $self.field(...)
7389: were added
7390:
7391: 2009-06-03 misha
7392:
7393: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7394:
7395: 2009-06-02 misha
7396:
7397: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7398: include/pa_opcode.h: - refactoring in last optimizations
7399: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7400: now but code is much easy and it is ready for further
7401: improvements.
7402:
7403: 2009-05-27 misha
7404:
7405: * src/: types/pa_junction.h, types/pa_vjunction.C,
7406: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7407: changed in destructing junctions
7408:
7409: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7410: String:Body
7411:
7412: 2009-05-26 misha
7413:
7414: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7415: one method detect_charset was deleted - bug was fixed in this
7416: method (error while detecting charset in content_type withot last
7417: ';')
7418:
7419: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7420: once
7421:
7422: 2009-05-25 misha
7423:
7424: * src/classes/file.C: - bugfix: file::exec didn't work after
7425: optimizing of helper_length
7426:
7427: 2009-05-24 misha
7428:
7429: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7430: were added - little refactoring
7431:
7432: * src/main/execute.C: - core while printing in debug log
7433: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7434: optimisations were added
7435:
7436: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7437: were added
7438:
7439: 2009-05-23 misha
7440:
7441: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7442: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7443: CORD_cat optimization
7444:
7445: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7446: - call constr optimisation under separate define now
7447:
7448: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7449: in $b should be string, not void
7450:
7451: * src/main/compile.y: - little fix for rem-cut optimisation
7452:
7453: * src/: include/pa_opcode.h, main/compile_tools.C,
7454: main/compile_tools.h, main/execute.C: - optimisations for
7455: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7456:
7457: * INSTALL: - description of some #defined were added
7458:
7459: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7460: before 1st access (memory usage is reduced if don't access to
7461: .text field)
7462:
7463: * src/include/pa_array.h: - array grows step now not static (it
7464: reduces numbers of reallocs)
7465:
7466: 2009-05-20 misha
7467:
7468: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7469: $.b(2), $c[d] and $.e[f] was added
7470:
7471: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7472: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7473: $.e[f] was added
7474:
7475: * src/main/execute.C: - debug printing moved in defines
7476:
7477: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7478: and little refactoring for OP_GET_OBJECT_ELEMENT +
7479: OP_GET_OBJECT_VAR_ELEMENT optimisation
7480:
7481: 2009-05-19 misha
7482:
7483: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7484: execute.C: - $a.$b & ^a.$b bytecode optimisation
7485:
7486: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7487: ^a.$b optimisation)
7488:
7489: * src/main/compile.y: - compiler now generate new opcodes:
7490: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7491: ^a.b - compiler now cut off ^rem{ with all content ; any number
7492: of params }
7493:
7494: * src/main/execute.C: - code for handle new opcodes
7495: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7496:
7497: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7498: added for LA2V and LA2S
7499:
7500: * src/include/pa_opcode.h: - new defines which can be used for
7501: disable some bytecode optimisation and new opcodes were added
7502:
7503: 2009-05-17 misha
7504:
7505: * src/lib/cord/cordxtra.c: - bugfix.
7506:
7507: * tests/212.html: - .size[] and .study_size[] were added to tests
7508:
7509: * operators.txt: - info about regex class was added
7510:
7511: * tests/212.html: - tests for regex class were added
7512:
7513: 2009-05-16 misha
7514:
7515: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7516: gc7.1
7517:
7518: * tests/022.html: - test for ^file:list[path;] (empty second param)
7519: was added
7520:
7521: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7522: param) should work
7523:
7524: 2009-05-15 misha
7525:
7526: * src/classes/table.C: - automatically disable stringstream usage
7527: on freebsd4
7528:
7529: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7530: scope
7531:
7532: * tests/211.html: - test with different types of access to hash was
7533: added
7534:
7535: * tests/210.html: - test which checks for loosing tainting in
7536: hash's keys was added
7537:
7538: * tests/208.html: - some parser work added. or stime == 0 %-)
7539:
7540: * src/lib/cord/cordbscs.c: - little hack was added to cord
7541:
7542: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7543:
7544: * src/include/pa_version.h, configure.in: - moko have made a lot of
7545: optimisations for increacing version number more dramatically :)
7546:
7547: * src/classes/date.C: - little refactoring: use constructor which
7548: accepts formated string
7549:
7550: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7551: which can print formatted string was added
7552:
7553: 2009-05-14 misha
7554:
7555: * src/include/pa_string.h: - type was fixed
7556:
7557: * src/: classes/hashfile.C, classes/op.C,
7558: include/pa_cache_managers.h, include/pa_charset.h,
7559: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7560: include/pa_request.h, include/pa_sql_driver_manager.h,
7561: include/pa_string.h, include/pa_stylesheet_manager.h,
7562: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7563: main/pa_charsets.C, main/pa_string.C,
7564: main/pa_stylesheet_connection.C, types/pa_value.h,
7565: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7566: types/pa_vobject.C, types/pa_vstateless_class.C,
7567: types/pa_vstateless_class.h: - hash_code caching was implemented
7568: (seaches should be faster now)
7569:
7570: * src/: classes/file.C, classes/hash.C, classes/image.C,
7571: classes/string.C, classes/table.C, include/pa_string.h,
7572: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7573: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7574: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7575: types/pa_vrequest.C: - String constructors don't have that stupid
7576: true/false param which means 'tainted'. they accept lang instead.
7577:
7578: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7579: with OPTIMIZE_RESULT
7580:
7581: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7582: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7583:
7584: 2009-05-13 misha
7585:
7586: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7587: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7588: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7589: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7590: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7591: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7592: include/pa_string.h, classes/date.C, classes/file.C,
7593: classes/hash.C, classes/image.C, classes/string.C,
7594: classes/table.C, classes/xdoc.C: - result optimisation -
7595: helper_length parameter removed from string constructors
7596:
7597: 2009-05-11 misha
7598:
7599: * tests/209.html: - tests for ^hash::create[hash] were added
7600:
7601: * tests/208.html: - tests for $status:rusage, $status:memory,
7602: ^memory:compact[] were added
7603:
7604: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7605: log10 were added
7606:
7607: * tests/206.html: - test for try with finally was added
7608:
7609: 2009-05-10 misha
7610:
7611: * tests/205.html: - test for ^file::create[...] was added
7612:
7613: * tests/204.html: - test for ^response:clear[] was added
7614:
7615: * tests/038.html: - tests for trigonometric functions were added
7616:
7617: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7618: added - more tests for .add, .sub, .union, .intersects and
7619: .intersections
7620:
7621: * tests/065.html: - test for ^file:dirname was added
7622:
7623: * tests/030.html: - test for $cookie:fields was added
7624:
7625: * tests/203.html: - test for ^h._keys[column name] was added
7626:
7627: * tests/201.html: - tests for .trim were added
7628:
7629: * tests/202.html: - tests for last-day,
7630: date:calendar[type](YYYY;MM;DD) were added
7631:
7632: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7633: .offset[type](N) were added
7634:
7635: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7636: and .pos[c](N) were added
7637:
7638: * tests/141.html: - test for math:sha1 was added
7639:
7640: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7641:
7642: 2009-05-09 misha
7643:
7644: * src/main/compile.y: - rollback
7645:
7646: 2009-05-05 misha
7647:
7648: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7649: replaced by is_empty()
7650:
7651: * src/: include/pa_string.h, main/pa_charset.C: - little
7652: optimisation: somewhere length() was replaced by is_empty()
7653:
7654: * src/classes/table.C: - little optimisation: somewhere length()
7655: was replaced by is_empty()
7656:
7657: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7658: classes/op.C, classes/table.C, main/pa_exception.C: - little
7659: optimisation: somewhere length() was replaced by is_empty()
7660:
7661: 2009-05-04 misha
7662:
7663: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7664: types/pa_vstateless_class.h, main/execute.C,
7665: include/pa_request.h, classes/hash.C, classes/op.C,
7666: classes/table.C: - more optimisations were added: some operators
7667: don't switch write context anylonger
7668:
7669: 2009-05-01 misha
7670:
7671: * src/main/compile.y: - slightly more opcode optimisations for
7672: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7673:
7674: * src/main/execute.C: - simplifying process for getters
7675:
7676: 2009-04-30 misha
7677:
7678: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7679:
7680: * tests/results/199.processed: - test for checking $result into
7681: ^rem was added
7682:
7683: * tests/199.html: - test for checking $result into ^rem was added
7684:
7685: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7686: some OS it returns list in different order)
7687:
7688: * src/: include/pa_array.h, include/pa_request.h,
7689: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7690: changes in stack impl - get_element() optimisation: 3rd param
7691: removed - bugfix: problems with reading empty input param -
7692: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7693:
7694: * tests/results/198.processed: - test for reading empty local var
7695: was added
7696:
7697: * tests/198.html: - test for reading empty local var was added
7698:
7699: 2009-04-29 misha
7700:
7701: * src/main/compile.y: - bugfix: couldn't compile because
7702: OP_VALUE__GET_ELEMENT should be unde #ifdef
7703:
7704: * src/: include/pa_array.h, include/pa_opcode.h,
7705: include/pa_request.h, main/compile.y, main/execute.C,
7706: main/pa_request.C, types/pa_vmethod_frame.C,
7707: types/pa_vmethod_frame.h: - we can work without opcode
7708: OP_STORE_PARAM, so it was removed
7709:
7710: 2009-04-28 misha
7711:
7712: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7713: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7714: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7715: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7716: 4.
7717: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7718:
7719: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7720:
7721: * src/: main/pa_string.C, classes/string.C: - !length() =>
7722: is_empty()
7723:
7724: 2009-04-27 misha
7725:
7726: * src/types/pa_vregex.h: - back explicit vars initialisation
7727:
7728: 2009-04-24 misha
7729:
7730: * src/classes/string.C: - ups. typo fixed
7731:
7732: * src/main/execute.C: - more replacements '*new VBool' to
7733: 'VBool::get' - checks for ^break[], ^continue[] and
7734: parser.interrupted were optimised
7735:
7736: * src/classes/string.C: - number of params.count() calls was
7737: slightly reduced
7738:
7739: 2009-04-23 misha
7740:
7741: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7742: make it x64 friendly
7743:
7744: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7745: parser is x64 friendly now
7746:
7747: 2009-04-22 misha
7748:
7749: * src/types/pa_vhashfile.C: - coder friendly exception about
7750: exceeding record size was added
7751:
7752: * src/classes/file.C: - use vregex object instead of direct calls
7753: methods from pcre lib
7754:
7755: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7756: classes/string.C: - use vregex object instead of direct calls
7757: methods from pcre lib
7758:
7759: * src/: include/pa_common.h, main/pa_common.C: - method
7760: print_pcre_exec_error_text was moved to class vregex
7761:
7762: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7763: was added
7764:
7765: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7766: - class vregex was added
7767:
7768: 2009-04-21 misha
7769:
7770: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7771:
7772: * src/: types/pa_junction.h, types/pa_value.C,
7773: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7774: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7775: junction-optimisation (destructors)
7776:
7777: * src/include/pa_array.h: - free under if now
7778:
7779: 2009-04-19 misha
7780:
7781: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7782:
7783: 2009-04-18 misha
7784:
7785: * src/include/pa_version.h:
7786: :q :
7787:
7788: CV:
7789: ----------------------------------------------------------------------
7790:
7791: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7792: refactoring
7793:
7794: * src/: include/pa_array.h, include/pa_hash.h,
7795: types/pa_vmethod_frame.h: - destructors under #ifdef now
7796:
7797: * src/include/pa_memory.h: - define for using destructors was added
7798:
7799: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7800: main/execute.C: - some junctions will be cached now
7801:
7802: * src/include/pa_hash.h: - hash destructor frees pairs now
7803:
7804: * src/include/pa_array.h: - inline was added to destructor
7805:
7806: * src/types/pa_method.h: - comment was changed
7807:
7808: 2009-04-17 misha
7809:
7810: * src/: include/pa_array.h, include/pa_hash.h,
7811: types/pa_vmethod_frame.h: - destructors were added
7812:
7813: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7814: renamed to always_use_result
7815:
7816: * src/main/: compile.y, compile_tools.h: - rollback changes in
7817: compiler: full backward compatibility is better
7818:
7819: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7820: result in var's hash
7821:
7822: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7823: optimisation in method_frame
7824:
7825: * src/include/pa_array.h: - optimisation in array (allocate
7826: elements only when needed)
7827:
7828: * src/types/pa_vresponse.C: - check for $response:headers field
7829: before looking at custom fields
7830:
7831: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7832: not needed to check existance var with name 'result' in var's
7833: hash
7834:
7835: * src/main/compile.y: - compiler was changed: now it detects
7836: writings to $result and set flag writo_to_result in method
7837:
7838: * src/classes/string.C: - little optimisation: no needed to write
7839: number with lang
7840:
7841: * src/main/pa_charset.C: - methods readChar and skipChar which is
7842: used for read utf8-strings were renamed - is_escaped was renamed
7843: to isEscaped (to the same name convention)
7844:
7845: * src/: types/pa_method.h, main/compile_tools.h: - flag
7846: write_to_result added. compiler get this info from code.
7847:
7848: 2009-04-16 misha
7849:
7850: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7851: String only before 1st write
7852:
7853: * src/include/pa_string.h: - not needed template removed
7854:
7855: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7856: types/pa_vjunction.C, types/pa_vproperty.C,
7857: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7858: main/pa_request.C, classes/bool.C, classes/double.C,
7859: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7860: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7861: bool objects)
7862:
7863: 2009-04-15 misha
7864:
7865: * src/lib/cord/cordxtra.c: - more optimisation
7866:
7867: * src/: include/pa_string.h, main/untaint.C: - String::append
7868: optimisation
7869:
7870: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7871: then get and can sometime be used)
7872:
7873: * src/main/pa_string.C: - String::length optimisation
7874:
7875: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7876: these methods read different strings
7877:
7878: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7879: fresult_initial_void removed + some optimisation - if $result
7880: defined we don't write to context anymore
7881:
7882: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7883: need just skip char)
7884:
7885: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7886: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7887: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7888:
7889: * src/types/pa_vvoid.h: - added get() method for retreave one
7890: instance
7891:
7892: 2009-04-11 misha
7893:
7894: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7895:
7896: * tests/197.html: - test for parser://test in xml was added
7897:
7898: * src/classes/string.C: - small optimisation
7899:
7900: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7901: optimisation
7902:
7903: 2009-04-10 misha
7904:
7905: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7906: to pcre-7.8
7907:
7908: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7909:
7910: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7911: added
7912:
7913: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7914: $request:CLASS_NAME were added
7915:
7916: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7917: were added
7918:
7919: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7920: $env:CLASS_NAME were added
7921:
7922: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7923: '@todo' now
7924:
7925: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7926: compirer
7927:
7928: * src/main/pa_string.C: - little code cleanup
7929:
7930: * src/main/pa_common.C: - describe one more UTF-8 related error
7931: during PCRE compile/execute
7932:
7933: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7934: normalizing todo-comments: '@todo' now
7935:
7936: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7937:
7938: * src/main/pa_charset.C: - type changed for making compiler happy
7939:
7940: 2009-03-10 misha
7941:
7942: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7943: in main()
7944:
7945: 2009-02-01 misha
7946:
7947: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7948: boundary
7949:
7950: 2009-01-25 misha
7951:
7952: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7953:
7954: * src/classes/file.C: - more changes for parsing different number
7955: of params for file::load
7956:
7957: * tests/193.html: - tests for exception while base64-decode binary
7958: to string was added
7959:
7960: * tests/192.html: - tests for file::load with different number of
7961: options
7962:
7963: * src/classes/math.C: - ups. forgot '+1'
7964:
7965: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7966: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7967: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7968: (new option $.encode[multipart-form/data] should be specified) -
7969: $.method[] option for file::load now is not case-sensitive
7970:
7971: * src/: include/pa_string.h, main/untaint.C: - for file post the
7972: new taint language L_FILE_POST was added
7973:
7974: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7975: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7976: stuff was moved to separate files
7977:
7978: 2009-01-23 misha
7979:
7980: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7981: spaces to tabs were converted
7982:
7983: 2009-01-12 misha
7984:
7985: * src/main/pa_http.C: - value of $.method[] option force uppercased
7986: now
7987:
7988: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7989: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7990: their names
7991:
7992: * src/main/pa_common.C: - changes in formating
7993:
7994: * src/: classes/file.C, main/pa_http.C: - some constants changed
7995: their names
7996:
7997: * src/include/pa_http.h: - some spaces were converted to tabs
7998:
7999: * src/include/pa_common.h: - some constants changed their names
8000:
8001: * src/classes/file.C: - fixed 4-th paramether for file::load -
8002: little code rewriting
8003:
8004: * src/types/pa_vfile.C: - little code rewriting
8005:
8006: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8007: types/pa_value.h: - some formating changes
8008:
8009: * src/include/pa_common.h: - some formating spaces transformed to
8010: tabs
8011:
8012: * src/classes/string.C: - exception while base64-decode binary to a
8013: string
8014:
8015: 2009-01-11 misha
8016:
8017: * configure.in: - version changed to 3.3.1b
8018:
8019: 2008-09-05 misha
8020:
8021: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8022: release_3_3_0 on 2008-09-05 10:59:35 +0000
8023:
8024: 2008-09-04 misha
8025:
8026: * tests/: 130.html, 131.html: - these exceptions not typeless
8027: anymore
8028:
8029: * src/classes/op.C: - exception with 'invalid taint language' not
8030: typeless anylonger
8031:
8032: * src/classes/image.C: - some exceptions while operations with
8033: image not typeless anymore
8034:
8035: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8036: main/pa_exec.C, main/pa_http.C: - some exceptions while
8037: operations with files not typeless anymore
8038:
8039: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8040: types/pa_vdate.h: - exceptions while checking date range not
8041: typeless anymore
8042:
8043: * src/include/pa_exception.h: - exception type string for invalid
8044: date range was added
8045:
8046: 2008-09-03 misha
8047:
8048: * src/: classes/file.C, main/pa_string.C: - exception while pce
8049: operations not typeless anymore
8050:
8051: * src/include/pa_exception.h: - exception type for pce operations
8052: was added
8053:
8054: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8055: and .CLASS_NAME insite classes
8056:
8057: * src/classes/table.C: - don't save table header whiile
8058: ^table.save[append;filename] if file exists
8059:
8060: 2008-09-02 misha
8061:
8062: * src/main/compile.y, src/main/compile_tools.h,
8063: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8064: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8065: renamed to partial and it login changed: we must mark class as
8066: partial for allow their modifications in future.
8067:
8068: 2008-08-29 misha
8069:
8070: * tests/results/022.processed: - testing taint[regex] in mask for
8071: file:list
8072:
8073: * tests/022.html: - testing taint[regex] in mask for file:list
8074:
8075: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8076: for file:list was added
8077:
8078: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8079: file:list
8080:
8081: 2008-08-26 misha
8082:
8083: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8084: last derived object
8085:
8086: * src/classes/image.C: - many strings "image.format" replaced by
8087: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8088: understand some more exif tags
8089:
8090: * src/include/pa_exception.h: - string "image.format" was added
8091:
8092: 2008-08-21 misha
8093:
8094: * src/: main/pa_string.C, classes/file.C: - use method for print
8095: pcre_exec text error
8096:
8097: * src/main/pa_common.C: - method for print pcre_exec text error was
8098: added
8099:
8100: * src/include/pa_common.h: - method declaration for print pcre_exec
8101: text error was added
8102:
8103: 2008-08-19 misha
8104:
8105: * src/main/execute.C: - bugfix: opcodes must be in separate
8106: namespace while debug execution as well
8107:
8108: * tests/: 015.html, results/015.processed: - test for escaping some
8109: parser chars was added
8110:
8111: 2008-08-18 misha
8112:
8113: * tests/: 190.html, 190.p, results/190.processed: - test for
8114: $caller.self.field + default getter in one class was added
8115:
8116: * tests/: 189.html, results/189.processed: - test for
8117: ^date::create[date object]
8118:
8119: * tests/: 188.html, results/188.processed: - tests for match with
8120: UTF-8 strings
8121:
8122: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8123: ^string.match[]
8124:
8125: * ChangeLog: - parser 3.3.0 beta13
8126:
8127: 2008-08-15 misha
8128:
1.116 moko 8129: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8130: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8131: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8132: dftables.c: - old PCRE files removed
1.95 moko 8133:
8134: * src/lib/pcre/config.h: - configuration for PCRE library
8135:
8136: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8137: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8138:
8139: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8140: library and set flag UTF8 if $request:charset is UTF-8
8141:
8142: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8143: include/pa_config_fixed.h: - moved to new PCRE library
8144:
8145: * src/: main/main.vcproj, types/types.vcproj,
8146: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8147: win32\pcre instead of parser3\src\lib\pcre
8148:
8149: * src/: include/pa_opcode.h, include/pa_operation.h,
8150: main/compile.C, main/compile.y, main/compile_tools.C,
8151: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8152: opcodes were moved to separate namespace
8153:
8154: 2008-08-14 misha
8155:
8156: * src/types/pa_vstateless_class.C: - newline at the end missed
8157:
8158: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8159: tainting
8160:
8161: 2008-08-11 misha
8162:
8163: * tests/: 187.html, 187.p, results/187.processed: - tests for
8164: $caller.self, $caller.self.field and $caller.self.field[value]
8165: were added
8166:
8167: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8168: runtime as well (for $caller.self)
8169:
8170: 2008-07-25 misha
8171:
8172: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8173: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8174: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8175: tests with international characters
8176:
8177: 2008-07-23 misha
8178:
8179: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8180: file::load[...;http://
8181:
8182: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8183: now everywhere in separate namespace
8184:
8185: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8186: for vars
8187:
8188: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8189: can be escaped by '^'
8190:
8191: 2008-07-22 misha
8192:
8193: * src/classes/string.C, tests/186.html: - names changes:
8194: escape=>js-escape, unescape=>js-unescape
8195:
8196: 2008-07-21 misha
8197:
8198: * tests/results/186.processed: - test for string escape/unescape
8199:
8200: * tests/186.html: - test for string escape/unescape
8201:
8202: * src/classes/string.C: - string has escape and unescape methods
8203: now
8204:
8205: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8206: added
8207:
8208: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8209: method-layers added (with different params)
8210:
8211: 2008-07-18 misha
8212:
8213: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8214: was added
8215:
8216: * tests/185.html: - test for ^str.pos[sub](offset) added
8217:
8218: * src/classes/string.C, src/classes/void.C, operators.txt: -
8219: ^string.pos[substr](offset) -- 2nd param accepted now
8220:
8221: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8222: strings
8223:
8224: 2008-07-17 misha
8225:
8226: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8227: helper length added for mid for small optimisation
8228:
8229: 2008-07-16 misha
8230:
8231: * tests/: 185.html, results/185.processed: - tests for
8232: length/left/right/mid/pos with utf-8 strings
8233:
8234: * src/classes/string.C: - left/right/mid/length/pos works fine for
8235: utf-8 strings
8236:
8237: * src/main/untaint.C: - comments removed
8238:
8239: * src/: include/pa_string.h, main/pa_string.C,
8240: include/pa_charset.h, main/pa_charset.C: - methods for working
8241: with pos/mid for strings in utf-8 were added
8242:
8243: 2008-07-15 misha
8244:
8245: * tests/: 184.html, results/184.processed: - test for case body as
8246: expression: $var(^switch(1){^case(1)(true)..})
8247:
8248: * src/classes/op.C: - case body can be expression now:
8249: $var(^switch(1){^case(1)(true)..})
8250:
8251: * tests/: results/183.processed, 183.html: - added test for testing
8252: new cookie encoding (%uXXXX)
8253:
8254: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8255: decoding for backward compatibility they decoded from %XX in
8256: request:charset too
8257:
8258: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8259: - cookie class now decode cookies before first access after last
8260: request:charset changing (as form class).
8261:
8262: * src/main/pa_charset.C: - added method escape for escaping cookies
8263: as %uXXXX - before transcode calculate required space for dest
8264: string. it reduce mem usage for transcode
8265:
8266: * src/include/pa_charset.h: - added method escape for escaping
8267: cookies as %uXXXX
8268:
8269: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8270: was added. will used for escaping cookies as %uXXXX
8271:
8272: * src/include/pa_common.h: - escape method has new option for skip
8273: converting '+' to a space char
8274:
8275: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8276: transcode - escape method has new option for skip converting '+'
8277: to a space char
8278:
8279: 2008-07-08 misha
8280:
8281: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8282: (no UE if more then 1 case matches anylonger) - optimization:
8283: doing searching.as_string() || searching.as_double() only once
8284:
8285: 2008-07-04 misha
8286:
8287: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8288: now ^date::create[date object] works
8289:
8290: * src/classes/string.C: - left and right added as aliases for start
8291: and end in ^string.trim[]
8292:
8293: 2008-07-03 misha
8294:
8295: * src/classes/file.C: - allow $.limit for file::sql as well
8296:
8297: * src/classes/file.C: - allow $.offset option for file::sql - force
8298: send limit=1 to query for use sql specifics authomatically
8299:
8300: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8301: if $.limit value if empty. autoconvert it as everywere
8302:
8303: 2008-07-02 misha
8304:
8305: * configure.in: - time to change version number to 3.3.0 %-)
8306:
8307: * src/include/pa_version.h: - time to change version number to
8308: 3.3.0 %-)
8309:
8310: 2008-06-26 misha
8311:
8312: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8313: $.limit(0) fixes
8314:
8315: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8316: - $.limit(0) fixes
8317:
8318: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8319: new API)
8320:
8321: * src/: include/pa_sql_driver_manager.h,
8322: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8323: classes/op.C: - document_root added
8324:
8325: * src/main/compile.tab.C: - error message was changed
8326:
8327: 2008-06-25 misha
8328:
8329: * src/main/compile.y: - error message was changed
8330:
8331: 2008-06-24 misha
8332:
8333: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8334:
8335: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8336: tests for @OPTIONS\nappend
8337:
8338: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8339:
8340: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8341:
8342: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8343:
8344: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8345: compile.y
8346:
8347: 2008-06-17 misha
8348:
8349: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8350: compilation: ^if(default){true. it's incorrect. must be
8351: exception}
8352:
8353: 2008-06-16 misha
8354:
8355: * tests/: 181.ent, 181.html, results/181.processed: - test for
8356: checking external reference loading with 'http://localhost'
8357: prefix while creating xdoc
8358:
8359: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8360: ^math:long2ip[] and ^math:ip2long[]
8361:
8362: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8363: added which use scalar stateless class method when user object
8364: used in scalar context - use get_scalar_value when user object
8365: requested in scalar context
8366:
8367: * src/main/pa_common.C: - size must be int but not size_t or we
8368: can't compare with 0 sprintf result
8369:
8370: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8371: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8372: with internal switch between local/global vars
8373:
8374: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8375: specified
8376:
8377: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8378: pa_vstateless_object.h: - stateless class and object now has
8379: private scalar field and getter/setter for working with it
8380:
8381: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8382: moved to inet static class
8383:
8384: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8385: class added (^inet:aton[IP], ^inet:ntoa(number))
8386:
8387: * tests/: 180.html, results/180.processed: - tests for
8388: ^math:long2ip(long) and ^math:ip2long[IP]
8389:
8390: * src/classes/math.C: - ^math:ip2long[IP] added
8391:
8392: 2008-06-11 misha
8393:
8394: * src/main/pa_xml_io.C: - use file_read_text again because of we
8395: need cut BOM code and remove DOS newline chars. but don't
8396: transcode it anyway.
8397:
8398: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8399: main/pa_http.C: - option for disable transcoding while file_read
8400: and file_read_text added
8401:
8402: 2008-06-10 misha
8403:
8404: * tests/: 179.html, 179.p, results/179.processed: - test for many
8405: classes in 1 file
8406:
8407: * src/main/: compile.C, compile_tools.h: - compile return list of
8408: classes now.
8409:
8410: * src/main/: compile.y, compile.tab.C: - compile return list of
8411: classes now. internals.
8412:
8413: * src/main/pa_request.C: - compile return list of classes now. try
8414: call @conf and @auto for each returned class
8415:
8416: * src/include/pa_request.h: - compile return list of classes now
8417:
8418: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8419: return list of classes when compile buf)
8420:
8421: 2008-06-07 misha
8422:
8423: * src/main/pa_request.C: - constructing VRequest object with 3rd
8424: param -- form
8425:
8426: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8427: 3rd param: form. needed for get post_charset
8428:
8429: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8430: added
8431:
8432: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8433: types/pa_vform.C, types/pa_vform.h: - some polish
8434:
8435: 2008-06-06 misha
8436:
8437: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8438: charset and decode chars from it but not from response:charset
8439:
8440: * src/main/pa_http.C: - detect_charset moved out of here
8441:
8442: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8443: methods moved here - unescape_chars accepn one charset now
8444:
8445: * src/main/pa_http.C: - new constants used - don't allow
8446: $.content-type in ^file::load[;http://;$.method[POST]] - add
8447: charset info while ^file::load[;http://;$.method[POST]] - option
8448: $.omit-post-charset(true) added to ^file::load[;http://] for
8449: disabling charset during post
8450:
8451: * src/types/pa_vform.C: - new constants used
8452:
8453: * src/include/pa_common.h: - some constants were added
8454:
8455: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8456: instead of StrEqNc
8457:
8458: * src/main/pa_common.C: - new method for caseless search
8459: c-substring in c-string - use isxdigit instead of is_hex_digit
8460:
8461: * src/include/pa_common.h: - new method for caseless search
8462: c-substring in c-string
8463:
8464: 2008-06-05 misha
8465:
8466: * tests/results/178.processed: - test for testing default getter
8467:
8468: * tests/178.html: - test for testing default getter
8469:
8470: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8471: for test for testing default getter
8472:
8473: * src/main/execute.C: - default getter soul
8474:
8475: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8476: requested objects' field not found
8477:
8478: * src/types/pa_vclass.C: - register default getter if defined - get
8479: default getter if requested field not found
8480:
8481: * src/types/pa_vstateless_object.h: - method get_default_getter was
8482: added
8483:
8484: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8485: pointer to default getter and methods for get/set it were added
8486:
8487: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8488: auto_name field (for default getter)
8489:
8490: 2008-06-04 misha
8491:
8492: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8493: transcoding, no cutting BOM code, no fixing line breaks) and get
8494: it to libxml "as is"
8495:
8496: 2008-06-03 misha
8497:
8498: * src/main/pa_common.C: - use store_Char instead of
8499: transcodeCharFromUTF8
8500:
8501: * src/: include/pa_charset.h, main/pa_charset.C: - method
8502: store_Char added, transcodeCharFromUTF8 -- removed
8503:
8504: 2008-06-02 misha
8505:
8506: * tests/: results/177.processed, 177.html: - test for checking
8507: .[acm]date after local ^file::load[] was added
8508:
8509: * tests/: results/176.processed, 176.html: - test for checking
8510: @OPTION\locals + @method[vars][locals] added
8511:
8512: * tests/results/auto.p: - CLASS_PATH specified for checking use
8513:
8514: 2008-05-30 misha
8515:
8516: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8517: @OPTION\nlocals + @method[vars][;locals;] were added
8518:
8519: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8520: moved to separate method op_code - switch from VMethodFrame to
8521: VMethodFrameGlobal + VMethodFrameLocal
8522:
8523: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8524: was moved to separate method op_code
8525:
8526: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8527: VMethodFrame now
8528:
8529: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8530: all_vars_local as well
8531:
8532: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8533: pa_vmethod_frame_local.h, Makefile.am: - who children for
8534: VMethodFrame were added: one (global) works as VMethodFrame
8535: before and second (local) write all vars in self vars scope
8536:
8537: * src/types/pa_method.h: - method has bool flag all_vars_local now
8538:
8539: 2008-05-29 misha
8540:
8541: * tests/: 129.html, results/129.processed: - more tests for
8542: ^table.hash[]
8543:
8544: * src/classes/hash.C: - ^hash::sql has a new option:
8545: $.type[hash|string|table] as ^table.hash[] one.
8546:
8547: * src/classes/op.C: - ^try has 3rd param now: finally code which
8548: executed anyway after try or catch section
8549:
8550: 2008-05-27 misha
8551:
8552: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8553: must not fail if $.distinct(1) wasn't specified
8554:
8555: 2008-05-26 misha
8556:
8557: * src/classes/op.C: - allow ^throw[my type]
8558:
8559: 2008-05-22 misha
8560:
8561: * configure.in, configure: - version number updated to 3.2.4b
8562:
8563: * src/classes/: op.C, string.C: - trim format string before
8564: eval/format
8565:
8566: * tests/: results/175.processed, 175.html: - more tests for
8567: different format strings in .format[]
8568:
8569: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8570: as well (not only %XX)
8571:
8572: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8573: charset specified - checks for format before print number
8574: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8575: (instead of tabs) removed
8576:
8577: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8578: charset specified
8579:
8580: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8581: char in requested charset from utf code was added
8582:
8583: 2008-05-19 misha
8584:
8585: * tests/: 174.html, results/174.processed: - test for
8586: ^hashfile.cleanup[] added
8587:
8588: * src/classes/hashfile.C: - optimization: don't create any key or
8589: value variable if it's name weren't specified
8590: (^hf.foreach[;v]{...})
8591:
8592: 2008-05-16 misha
8593:
8594: * src/classes/hash.C: - optimization: don't create any key variable
8595: if variable name wasn't specified (^h.foreach[;v]{...})
8596:
8597: 2008-05-15 misha
8598:
8599: * src/classes/op.C: - small changes
8600:
8601: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8602:
8603: * src/classes/hash.C: - calculate var_context once before foreach
8604:
8605: 2008-05-14 misha
8606:
8607: * src/classes/hashfile.C: - incorrect vars context calculation for
8608: ^hashfile.foreach[;]{} fixed
8609:
8610: * src/classes/: hash.C, table.C: - little optimisation
8611:
8612: * src/classes/file.C: - bugfix: double absolute path while loading
8613: file
8614:
8615: * tests/: 174.html, results/174.processed: - tests for hashfile
8616: were added
8617:
8618: * buildall-with-xml: - moving to libxslt 1.1.24
8619:
8620: 2008-04-30 misha
8621:
8622: * src/classes/file.C: - stat file while loading (local only) so
8623: .adate, .mdate and .cdate available without additional ::stat
8624:
8625: 2008-04-28 misha
8626:
8627: * src/classes/file.C: - $.name and $.content-type available for
8628: stated file
8629:
8630: 2008-04-14 misha
8631:
8632: * src/targets/cgi/parser3.C: - new year in copyright %-)
8633:
8634: * src/include/pa_version.h: - new version number in head
8635:
8636: 2008-04-10 misha
8637:
8638: * tests/: 080.html, results/080.processed: - cut '0' from
8639: exponential part because of on diff OS it differ (20 or 020 for
8640: ex)
8641:
8642: * tests/: 119.html, results/119.processed: - check for encoding
8643: while creating xdoc
8644:
8645: 2008-04-09 misha
8646:
8647: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8648:
8649: * src/main/pa_common.C: - comment added
8650:
8651: * src/classes/date.C: - little refactoring
8652:
8653: 2008-04-07 misha
8654:
8655: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8656: style of ^table.save[]: prepare one big string and sabe it at
8657: once. it's safe on freebsd 4.x but use much more memory.
8658:
8659: * buildall-with-xml, buildall-without-xml: - option
8660: --disable-stringstream added (under comment. use it on freebsd
8661: 4.x)
8662:
8663: 2008-02-22 misha
8664:
8665: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8666: specified together in file::load[;http] - get back transcoding
8667: $.body[] in file::load[;http]
8668:
8669: 2008-02-21 misha
8670:
8671: * src/classes/date.C: - ^date.gmt-string[] was added
8672:
8673: * src/types/pa_value.C: - method for output date in RFC 822 format
8674: moved to pa_common.h
8675:
8676: * src/include/pa_common.h: - method for output date in RFC 822
8677: format moved here from pa_value.C
8678:
8679: * src/types/pa_vmail.C: - fixed core in sending mail with
8680: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8681:
8682: 2008-02-20 misha
8683:
8684: * src/main/pa_http.C: - transcode $.headers before escaping into
8685: specified charset while ^file::load[...;http://...] (L_URI
8686: instead of L_HTTP_HEADER) - $.cookies param available in
8687: ^file::load[;http://...] now (but we don't parse set-cookies from
8688: response yet) (cookies not transcoded as common $cookies)
8689:
8690: 2008-02-19 misha
8691:
8692: * src/main/pa_request.C: - rollback: we mustn't force taint
8693: $response:field values because in this case
8694: $response:locateion[http://...] don't works.
8695:
8696: 2008-02-15 misha
8697:
8698: * src/classes/op.C: - little refactoring
8699:
8700: * src/main/pa_http.C: - taint names of $.headers for load[;http
8701:
8702: * src/main/pa_request.C: - force taint values of $response:field
8703:
8704: 2008-02-14 misha
8705:
8706: * src/main/pa_request.C: - $response:field transcoded to
8707: $response:charset before escaping now
8708:
8709: * src/main/pa_http.C: - some outdated comments removed
8710:
8711: * src/classes/date.C: - lastdat -> last-day
8712:
8713: * src/classes/date.C: - ^date:lastday(year;month) and
8714: ^date.lastday[] were added - little code refactoring - comments
8715: changes
8716:
8717: * tests/: 159.html, results/159.processed: - test for number of
8718: days in February
8719:
8720: * src/types/pa_value.C: - fixes in code formatting
8721:
8722: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8723: and comments
8724:
8725: 2008-02-13 misha
8726:
8727: * src/main/pa_common.C: - bugfix for february at leap year
8728:
8729: 2008-01-28 misha
8730:
8731: * tests/: 160.html, results/160.processed: - more test for cache
8732: added
8733:
8734: * src/classes/op.C: - bugfix: cache body executed twice if contains
8735: unhandled exception
8736:
8737: 2008-01-25 misha
8738:
8739: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8740: bug when hashfile became inavailable after memory:compact)
8741:
8742: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8743:
8744: 2008-01-22 misha
8745:
8746: * src/classes/table.C: - little refactiring and exception texts
8747: changes in method ^table.hash[]
8748:
8749: * src/types/pa_vcookie.C: - link to cookie specification changed
8750:
8751: 2008-01-21 misha
8752:
8753: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8754: file::exec/cgi
8755:
8756: * src/classes/file.C: - bugfix: core while processing headers if
8757: executed cgi script don't return content
8758:
8759: 2008-01-18 misha
8760:
8761: * buildall-with-xml: - move to libxml2 version 2.6.31
8762:
8763: * src/include/pa_version.h, configure.in: - version number updated
8764: to '3.2.3b'
8765:
8766: 2007-12-28 misha
8767:
8768: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8769: hash.contains
8770:
8771: 2007-12-27 misha
8772:
8773: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8774: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8775: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8776: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8777: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8778: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8779: src/targets/cgi/parser3.vcproj,
8780: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8781: back to VS2003 because of Apache 1.3 module can't work if it was
8782: built in VS 2005. with cgi all file so VS2003 project files can
8783: be easy converted to the new format.
8784:
8785: 2007-12-04 misha
8786:
8787: * src/types/pa_vcode_frame.h: - changes in comment
8788:
8789: 2007-11-29 misha
8790:
8791: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8792: intercept strings any longer
8793:
8794: * tests/: 173.html, results/173.processed: - tests for
8795: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8796: but not in main code frame
8797:
8798: * tests/: 172.html, results/172.processed: - more tests for pass
8799: objects from code frames
8800:
8801: 2007-11-27 misha
8802:
8803: * tests/: 152.html, results/152.processed: - tests for converting
8804: strings 'true'/'false' to bool were added
8805:
8806: * tests/152.html: - added checks for converting strings
8807: 'true'/'false' to bool
8808:
8809: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8810: not only strings with numbers but with values 'true'/'false' as
8811: well
8812:
8813: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8814: for parser3.log increased
8815:
8816: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8817:
8818: * src/include/pa_common.h: - remove_crlf return cstring size now
8819:
8820: * src/include/pa_types.h: - constant with buffer size for
8821: parser3.log added
8822:
8823: 2007-11-16 misha
8824:
8825: * tests/cat.sh: - script for tests for file::exec/cgi
8826:
8827: * tests/171.html: - tests for file::exec/cgi
8828:
8829: * tests/results/171.processed: - tests results for file::exec/cgi
8830:
8831: 2007-11-15 misha
8832:
8833: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8834:
8835: * src/classes/file.C: - .body must be set before analyzing cgi
8836: headers
8837:
8838: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8839: only if exec/cgi return anything.
8840:
8841: 2007-11-14 misha
8842:
8843: * operators.txt: - info about new text|binary option for
8844: file::exec/cgi was added
8845:
8846: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8847: ^file:exec[[text|binary];script;...]
8848:
8849: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8850: classes/string.C, classes/table.C: - more text strings moved to
8851: the one place
8852:
8853: 2007-11-09 misha
8854:
8855: * src/types/pa_vrequest.C: - $request:argv must be taint
8856:
8857: * ChangeLog: - $request:argv [patch from Sumo]
8858:
8859: * operators.txt: - $request:argv
8860:
8861: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8862: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8863:
8864: 2007-10-25 misha
8865:
8866: * buildall-with-xml, buildall-without-xml: - options preparations
8867: for ./configure rewrited
8868:
8869: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8870: error occure in unhandled_exception finally fixed
8871:
8872: 2007-10-23 misha
8873:
8874: * tests/: 170.html, results/170.processed: - test for
8875: @method[][result]
8876:
8877: * operators.txt: - added info about node.prefix and
8878: node.namespaceURI
8879:
8880: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8881:
8882: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8883: added for node and attribute
8884:
8885: 2007-10-22 misha
8886:
8887: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8888:
8889: * src/main/pa_request.C: - added const content-transfer-encoding
8890:
8891: * src/include/pa_request.h: - added const content-transfer-encoding
8892: - ups. constants must be in lowercase (for search)
8893:
8894: * src/types/pa_vmail.C: - more constants used -
8895: content-transfer-encoding: 8bit added
8896:
8897: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8898:
8899: * src/include/pa_request.h: - more constants
8900:
8901: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8902: ommit anymore if $.content-disposition was specified - little
8903: refactoring
8904:
8905: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8906:
8907: 2007-10-17 misha
8908:
8909: * operators.txt: - info about
8910: table::create[nameless]{data}[>options<] was added
8911:
8912: * src/main/: compile.tab.C, compile.y: - if error occure while
8913: compile method don't put this method in methods table anymore.
8914: in other case the parser coredumped if @unhandled_exception
8915: method can't be compiled because of parser.compile error.
8916:
8917: * src/main/execute.C: - little code reformating
8918:
8919: * src/main/pa_request.C: - little code reformating - comment
8920: changed
8921:
8922: 2007-10-16 misha
8923:
8924: * tests/: 035.html, results/035.processed: - tests
8925: table::create[]{}[options] added
8926:
8927: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8928: options (only $.seperator[] yet)
8929:
8930: 2007-10-10 misha
8931:
8932: * src/classes/table.C: - some contstants moved to pa_common.h -
8933: some code changes
8934:
8935: 2007-10-02 misha
8936:
8937: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8938: then three time as much. but base64 encoding method still use
8939: less memory anyway.
8940:
8941: 2007-09-17 misha
8942:
8943: * operators.txt: - added info about $cookie:fields
8944:
8945: * src/types/pa_vcookie.C: - $cookie:fields available now
8946:
8947: * src/classes/hash.C: - some stuff for use with .for_each moved to
8948: common
8949:
8950: * src/include/pa_common.h: - some stuff for use with .for_each
8951: moved here
8952:
8953: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8954:
8955: 2007-09-14 misha
8956:
8957: * buildall-with-xml: - new xml libs again =)
8958:
8959: 2007-08-28 misha
8960:
8961: * operators.txt: - texts about ^table.columns[[column name]] and
8962: ^string.split[...][v][column name] were added
8963:
8964: * tests/: 168.html, 169.html, results/168.processed,
8965: results/169.processed: - tests for ^table.columns[[column name]]
8966: and ^string.split[...][v][column name] were added
8967:
8968: * src/classes/table.C: - new option ^table.columns[[column name]]
8969: was added
8970:
8971: * src/classes/string.C: - new option ^string.split[...;v;[column
8972: name]]
8973:
8974: * src/include/pa_exception.h: - error text message for
8975: ^hash._keys[], ^table.columns[] and ^string.split[]
8976:
8977: 2007-08-27 misha
8978:
8979: * src/main/untaint.C: - try to fix coredump on unix if print to
8980: body ^taint[sql][something] outside of connect
8981:
8982: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8983: outside of connect
8984:
8985: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8986: added (commented by default)
8987:
8988: 2007-08-20 misha
8989:
8990: * operators.txt: - comment about new method ^node.hasAttributes[]
8991: was added
8992:
8993: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8994: duplicated exception text strings were removed
8995:
8996: * src/include/pa_exception.h: - more exception text strings moved
8997: here
8998:
8999: * src/classes/table.C: - some duplicate exceptions' text strings
9000: removed
9001:
9002: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9003: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9004: removed
9005:
9006: * src/include/pa_exception.h: - some exception text strings movet
9007: to pa_exception
9008:
9009: * tests/: 149.html, results/149.processed: - test for
9010: ^xnode.hasAttributes[] was added - some code changes
9011:
9012: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9013: added
9014:
9015: 2007-08-17 misha
9016:
9017: * tests/: results/006.processed, results/059.processed, 006.html,
9018: 059.html: - more tests for match
9019:
9020: * tests/: 129.html, results/129.processed: - tests for
9021: ^table.hash[...][$.type[string|hash|table]] added
9022:
9023: * src/targets/cgi/parser3.C: - little syntax changes
9024:
9025: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9026: syntax changes
9027:
9028: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9029: messages in parser3.log switched off by default. If someone
9030: really still need it: use $SIGPIPE(1)
9031:
9032: 2007-08-08 misha
9033:
9034: * buildall-with-xml, buildall-without-xml: - remove libs source
9035: files by default since now
9036:
9037: 2007-08-07 misha
9038:
9039: * buildall-without-xml: - some option syntax changes
9040:
9041: * buildall-with-xml: - compile libxml2 without http support - some
9042: option syntax changes
9043:
9044: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9045:
9046: 2007-08-06 misha
9047:
9048: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9049:
9050: * tests/: 160.html, results/160.processed: - cache test was
9051: rewrited
9052:
9053: 2007-07-06 misha
9054:
9055: * tests/: 153.html, results/153.processed: - added test for
9056: ^math:sha1[string]
9057:
9058: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9059: transcoded
9060:
9061: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9062: were added
9063:
9064: 2007-06-28 misha
9065:
9066: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9067: some incorrect chars
9068:
9069: 2007-06-19 misha
9070:
9071: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9072: were moved on top because of gcc 4 had a problems during
9073: building.
9074:
9075: 2007-06-18 misha
9076:
9077: * tests/results/019.processed: - new image commited
9078:
9079: 2007-06-09 misha
9080:
9081: * src/classes/: op.C, table.C: - in while and table.select method
9082: as_expression used now
9083:
9084: * src/types/pa_vmethod_frame.h: - method as_expression was added
9085:
9086: 2007-06-08 misha
9087:
9088: * tests/: 166.html, results/166.processed: - test for
9089: ^match[...][n]
9090:
9091: * tests/: 165.html, results/165.processed: - tests for loops
9092:
9093: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9094: because of no speed/memory optimisation but some proglems with
9095: long cycles occure
9096:
9097: 2007-06-06 misha
9098:
9099: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9100: ^table.select(true) and ^table.select(1) didn't works because of
9101: awaiting junction-param only. fixed.
9102:
9103: 2007-05-24 misha
9104:
9105: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9106: with 0.5 secs interval
9107:
9108: * src/classes/op.C: - cache was rewrited. I hope it works with
9109: locking system now on unix
9110:
9111: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9112: system locks which wait till other threads release it but try get
9113: lock, if fail wait 1 sec and make 10 attempts.
9114:
9115: * src/include/pa_os.h: - consts for blocking locks + some comments
9116: were added
9117:
9118: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9119: opening files
9120:
9121: * src/classes/table.C: - changes in includes. if unclude <sstream>
9122: after our classes on unix it can't be build
9123:
9124: * src/types/pa_vhashfile.C: - not needed code removed
9125:
9126: 2007-05-23 misha
9127:
9128: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9129: include/pa_common.h: - cosmetic changes
9130:
9131: 2007-05-18 misha
9132:
9133: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9134: often. it's give some speed increasing
9135:
9136: * tests/results/160.processed: - returned time corrected
9137:
9138: * tests/160.html: - time increased because on unix 1 mean nothing
9139: :(
9140:
9141: * operators.txt: - added info about ^hash.contain[key]
9142:
9143: * src/classes/hash.C: - added ^hash.contain[key]
9144:
9145: * src/include/pa_hash.h: - added method for checking key exists in
9146: hash
9147:
9148: 2007-05-07 misha
9149:
9150: * src/include/pa_string.h: - was compilation error during build on
9151: freebsd4
9152:
9153: 2007-05-03 misha
9154:
9155: * src/classes/table.C: - option $.type[hash|string|table] was added
9156: for ^table.hash[]
9157:
9158: * src/classes/file.C: - comment removed
9159:
9160: 2007-04-26 misha
9161:
9162: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9163: real files doesn't opened in place anymore
9164:
9165: 2007-04-24 misha
9166:
9167: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9168:
9169: * src/include/pa_exception.h: "static" removed
9170:
9171: 2007-04-23 misha
9172:
9173: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9174:
9175: * src/classes/math.C: added: - ^math:ln(N) (the same as
9176: ^math:log(N)) - ^math:lg(N)
9177:
9178: * tests/: 097.html, results/097.processed: - charsets converstion
9179: during ^file::load[text;http://...] added
9180:
9181: * tests/: 164.html, results/164.processed: - check for set expires
9182: as a date
9183:
9184: * tests/: 164.html, results/164.processed: - test for hashfile
9185:
9186: * src/classes/hashfile.C: - little comment changes
9187:
9188: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9189: access
9190:
9191: * src/: classes/date.C, classes/double.C, classes/file.C,
9192: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9193: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9194: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9195: classes/xnode.h, include/pa_request.h, main/execute.C,
9196: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9197: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9198: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9199: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9200: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9201: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9202: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9203: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9204: "parser.runtime" strings were removed
9205:
9206: * src/classes/hashfile.C: - with .clear[] called files_delete()
9207: now.
9208:
9209: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9210:
9211: * src/include/pa_exception.h: - string constant with
9212: "parser.runtime" text was added
9213:
9214: 2007-04-20 misha
9215:
9216: * operators.txt: - some comments changing
9217:
9218: * operators.txt: - added info about .^hashfile.release[],
9219: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9220:
9221: * configure: =cheching for unsetenv
9222:
9223: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9224: ^hashfile.release[] were added
9225:
9226: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9227: ^string.match[][] understand new option now: return number of
9228: matches but not table wit results
9229:
9230: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9231: reopen now
9232:
9233: * src/classes/op.C: - bug. must be false
9234:
9235: * configure.in: - checking for unsetenv was added
9236:
9237: * src/types/pa_vform.C: - some comments
9238:
9239: 2007-04-18 misha
9240:
9241: * buildall-with-xml: moving to libxml2-2.6.28
9242:
9243: * buildall-with-xml, buildall-without-xml: added commented lines
9244: with --disable-safe-mode option
9245:
9246: * operators.txt: - info about $form:files
9247:
9248: 2007-04-17 misha
9249:
9250: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9251: $form:files was added
9252:
9253: * tests/: 163.html, results/163.processed: removing auto format
9254:
9255: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9256:
9257: 2007-04-16 misha
9258:
9259: * tests/: 163.html, results/163.processed: - test for .int[],
9260: floor, round, ceiling and .format[]
9261:
9262: * src/classes/file.C: - little optimization for getting args in
9263: exec/cgi
9264:
9265: 2007-04-13 misha
9266:
9267: * src/classes/file.C: - arguments for file::exec/cgi can be
9268: specified now as s table with one column
9269:
9270: 2007-03-27 misha
9271:
9272: * tests/: 162.html, results/162.processed: - test for
9273: ^table.select(^condition[$t])
9274:
9275: * tests/results/auto.p: - load windows-1251 charset for some tests
9276:
9277: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9278:
9279: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9280: 161_windows1251.txt: - added test for
9281: ^file::load[text;/local/file.txt;$.charset[...]]
9282:
9283: * tests/: results/013.processed, 013.html: - added test for
9284: checking $._default value while hash modifications
9285:
9286: * tests/: 160.html, results/160.processed: - add test for
9287: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9288:
9289: 2007-03-22 misha
9290:
9291: * src/include/pa_common.h: - "charset" string defined for
9292: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9293:
9294: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9295: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9296: added - not needed transcodes were removed from
9297: ^file::load[...;http://...]
9298:
9299: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9300: added
9301:
9302: * src/classes/date.C: - date.week was fixed
9303:
9304: * operators.txt: - added info about date.weekyear
9305:
9306: * tests/: 159.html, results/159.processed: - tests for date.week
9307: and date.weekyear added
9308:
9309: 2007-03-15 misha
9310:
9311: * src/classes/table.C: - enclose column numbers for nameless tables
9312: as well
9313:
9314: 2007-03-14 misha
9315:
9316: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9317:
9318: * src/classes/table.C: - table.save optimization: now required much
9319: less memory
9320:
9321: 2007-03-13 misha
9322:
9323: * tests/results/: 158.processed, 158.processes: - tests for
9324: table.save/table.load
9325:
9326: * tests/: 158.html, results/158.processes: - tests for
9327: table.save/table.load
9328:
9329: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9330:
9331: * buildall-with-xml: - pattern needed now for building
9332:
9333: * tests/results/097.processed: - added test results for xdoc::load
9334: & xdoc::load[http://...]
9335:
9336: * tests/097.html: - added test for xdoc::load
9337:
9338: 2007-03-12 misha
9339:
9340: * tests/: 107.html, results/107.processed: - added test for xpath
9341: '//man'
9342:
9343: 2007-03-01 misha
9344:
9345: * tests/: 097.html, results/097.processed: - added test for
9346: creating xdoc from file
9347:
9348: * tests/: results/157.processed, 157.html: - added test for
9349: file:move
9350:
9351: 2007-02-28 misha
9352:
9353: * src/classes/xdoc.C: - another attempt
9354:
9355: * src/classes/xdoc.C: - roll back last changes for a while
9356:
9357: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9358:
9359: * src/classes/file.C: - under lock we create non-exist dir anyway
9360:
9361: * tests/results/099.processed: - ever send content-disposition to
9362: client with file
9363:
9364: * tests/157.html: + test for file:copy
9365:
9366: 2007-02-26 misha
9367:
9368: * src/classes/file.C: - some similar strings moved to #define
9369: instead of to be copy/pasted many times
9370:
9371: * src/types/pa_vfile.h: - class name string ("file") moved to
9372: #define
9373:
9374: 2007-02-20 misha
9375:
9376: * bin/auto.p.dist.in: - added lines for sqlite
9377:
9378: * configure.in: - added some strings for sqlite detection
9379:
9380: 2007-02-19 misha
9381:
9382: * operators.txt: - some comments changes
9383:
9384: * buildall-with-xml, buildall-without-xml: - some modifications
9385:
9386: 2007-02-17 misha
9387:
9388: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9389:
9390: * src/main/pa_request.C: - damn, i forgot to commit it while I
9391: change console behaviour
9392:
9393: 2007-02-12 misha
9394:
9395: * src/targets/cgi/parser3.C: - don't print headers if
9396: $console:line[data] was used during cgi execution.
9397:
9398: * src/types/pa_vconsole.h: - console class have bool flag now which
9399: marked as 'true' if class was used.
9400:
9401: * tests/: 152.html, results/152.processed: - more types was added
9402: to test 152
9403:
9404: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9405: adding 'bool' (^if($image){} caused exception)
9406:
9407: 2007-02-09 misha
9408:
9409: * tests/: 152.html, results/152.processed: - test alightly updated
9410:
9411: * tests/: 152.html, results/152.processed: - test rewrited
9412:
9413: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9414: bugfix. I broke xdoc & xnode in expression
9415:
9416: 2007-02-08 misha
9417:
9418: * tests/: 152.html, results/152.processed: - add test for checking
9419: 'def' for void, string, bool, int & double
9420:
9421: 2007-02-07 misha
9422:
9423: * operators.txt: - ^file:base64[filespec] was added
9424:
9425: * tests/results/153.processed: - result test for
9426: ^file:base64[filespec] was updated
9427:
9428: * tests/153.html: - test for ^file:base64[filespec] was added
9429:
9430: * src/types/pa_vconsole.h: - little optimization
9431:
9432: * src/classes/file.C: - ^file:base64[filespec]
9433:
9434: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9435:
9436: * src/include/pa_common.h: - declarations for
9437: ^file:base64[filespec]
9438:
9439: * src/types/pa_vcookie.C: - little optimization
9440:
9441: 2007-02-06 misha
9442:
9443: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9444: were temporary commented
9445:
9446: * src/types/pa_vbool.h: - bugfix
9447:
9448: * tests/156.html: - added test for bool cookie
9449:
9450: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9451:
9452: * tests/: 155.html, results/155.processed: - added test for check
9453: $.encloser[] option for table save/load
9454:
9455: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9456:
9457: 2007-02-05 misha
9458:
9459: * tests/results/152.processed: - newline at the end was missed
9460:
9461: * tests/results/141.processed: - math:md5 must be lowercased
9462:
9463: * src/targets/cgi/parser3.C: - 2007 in help ;)
9464:
9465: 2007-02-03 misha
9466:
9467: * tests/results/: 150.processed, 151.processed, 152.processed: -
9468: test for bool added and some content length fixes
9469:
9470: * tests/152.html: - test for bool added
9471:
9472: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9473:
9474: * operators.txt: - info bool class was added
9475:
1.116 moko 9476: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9477: classes/classes.vcproj, classes/double.C, classes/int.C,
9478: classes/string.C, classes/void.C, classes/xnode.C,
9479: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9480: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9481: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9482: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9483: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9484: types/types.vcproj: - bool class was added
9485:
9486: * src/main/pa_request.C: - fix
9487:
9488: 2007-01-18 misha
9489:
9490: * src/: main/pa_string.C, classes/string.C: - return table during
9491: ^string.match[][] even if no matched found.
9492:
9493: 2006-12-20 misha
9494:
9495: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9496: http://www.parser.ru/forum/?id=55598 ]
9497:
9498: 2006-12-19 misha
9499:
9500: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9501: details: http://www.parser.ru/forum/?id=52359
9502:
9503: * src/main/pa_request.C: - always set content-disposition for
9504: $response:body[hash here]. more details:
9505: http://www.parser.ru/forum/?id=52130
9506:
9507: 2006-12-07 misha
9508:
9509: * operators.txt: - added info about bool params in cookie set
9510:
9511: * src/types/pa_vcookie.C: - bool param in cookies available now
9512: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9513: ]
9514:
9515: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9516: was added
9517:
9518: 2006-12-02 misha
9519:
9520: * src/classes/file.C: - file_block_read used instead of native read
9521:
9522: * src/main/pa_common.C: - added file_block_read with read error
9523: detection - file_block_read used instead of native read
9524:
9525: * src/include/pa_common.h: - added file_block_read declaration
9526:
9527: 2006-12-01 misha
9528:
9529: * operators.txt: - info about $var.CLASS_NAME was added
9530:
9531: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9532: $var.CLASS_NAME added
9533:
9534: * operators.txt: - added info about ^file:copy[]
9535:
9536: * src/classes/file.C: - ^file:copy[from;fo] was added
9537:
9538: 2006-11-20 misha
9539:
9540: * src/classes/date.C: - bug fix :)
9541:
9542: 2006-11-17 misha
9543:
9544: * src/include/pa_common.h: - array in crc32 calculation was changed
9545: to static
9546:
9547: * src/main/pa_common.C: - little optimization in getMonthDays -
9548: small changes in crc32 calculation
9549:
9550: * src/classes/date.C: - not needed code was removed
9551:
9552: 2006-11-16 misha
9553:
9554: * src/types/pa_vmail.C: - fix missed brakes
9555:
9556: * src/types/pa_vmail.C: - mail:send now set content-type:
9557: multipart/related instead of multipart/mixed if file have
9558: $.content-id[]
9559:
9560: 2006-11-15 misha
9561:
9562: * src/types/pa_vdouble.h: abs -> fabs
9563:
9564: 2006-11-14 misha
9565:
9566: * operators.txt: - added info about ^file.md5[] and
9567: ^file:md5[file-name]
9568:
9569: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9570: added
9571:
9572: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9573: FILE_BUFFER_SIZE
9574:
9575: * src/classes/math.C: - hex_string was moved to pa_common.h
9576:
9577: * src/include/pa_common.h: - hex_string was moved from math.C -
9578: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9579:
9580: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9581: values was fixed
9582:
9583: 2006-11-13 misha
9584:
9585: * operators.txt: - added info about ^math:crc32[string],
9586: ^file:crc32[file-name] & ^file.crc32[]
9587:
9588: * src/classes/math.C: - added ^math:crc32[string]
9589:
9590: * src/classes/file.C: - some comments were changed - added
9591: ^file:crc32[file-name] and ^file.crc32[]
9592:
9593: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9594: crc32 calculation added
9595:
9596: 2006-11-03 misha
9597:
9598: * src/include/pa_array.h: - not needed variable removed
9599:
9600: * tests/: 150.html, 151.html, results/150.processed,
9601: results/151.processed: - 2 tests were added
9602:
9603: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9604: with $.reverse(1) were fixed
9605:
9606: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9607: query converted to $.charset during ^file::load[http://...]
9608:
9609: 2006-11-02 misha
9610:
9611: * src/include/pa_table.h: ups. forget '=' char
9612:
9613: * src/include/pa_table.h: - one more fix in
9614: .locate[...][$.reverse(1)]
9615:
9616: 2006-11-01 misha
9617:
9618: * src/classes/math.C: - bug fix, details:
9619: http://www.parser.ru/forum/?id=53360
9620:
9621: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9622: false for all records )[$.reverse(1)]
9623:
9624: * src/main/pa_http.C: - second param for this mid method is length
9625: but not end_index so this method has error and can't detect
9626: charsets in next content-types: Content-type: text/html;
9627: charset="windows-1251" Content-type: text/html;
9628: charset="windows-1251"; Content-type: text/html;
9629: charset=windows-1251;
9630:
9631: only Content-type: text/html; charset=windows-1251 was fine
9632:
9633: 2006-10-31 misha
9634:
9635: * src/classes/file.C: - empty args in file::exec removed now
9636:
9637: 2006-09-11 misha
9638:
9639: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9640: replaced to table::create - some changes in text/code formatting
9641:
9642: 2006-09-03 paf
9643:
9644: * src/classes/file.C: proper tainting of
9645: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9646:
9647: 2006-06-09 paf
9648:
9649: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9650:
9651: * src/classes/table.C: formatting
9652:
9653: * src/classes/table.C: incorporated patch from misha: Sent:
9654: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9655: ignoring string options for ^table.save[]
9656:
9657: * src/classes/hash.C: incorporated patch from misha Sent:
9658: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9659: $hash._default disappear while
9660:
9661: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9662: $.format[!uue|!base64] << new base64 option. default uue ] ]
9663:
9664: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9665: PM Subject: patch for base64 in ^mail:send[] %-)
9666:
9667: 2006-04-09 paf
9668:
9669: * src/main/compile.tab.C: ` change compiled
9670:
9671: * gnu.vcproj, operators.txt, parser3.sln,
9672: src/classes/classes.vcproj, src/classes/file.C,
9673: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9674: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9675: src/classes/xnode.C, src/include/pa_array.h,
9676: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9677: src/include/pa_memory.h, src/include/pa_request.h,
9678: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9679: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9680: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9681: src/lib/pcre/pcre_dftables.vcproj,
9682: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9683: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9684: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9685: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9686: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9687: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9688: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9689: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9690: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9691: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9692: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9693: src/types/pa_value.h, src/types/pa_vcookie.C,
9694: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9695: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9696: src/types/pa_vstatus.C, src/types/types.vcproj,
9697: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9698: ^menu, ^hash/hashfile.foreach
9699:
9700: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9701: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9702: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9703: src/classes/xnode.C, src/include/pa_array.h,
9704: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9705: src/include/pa_memory.h, src/include/pa_request.h,
9706: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9707: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9708: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9709: src/lib/pcre/pcre_dftables.vcproj,
9710: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9711: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9712: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9713: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9714: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9715: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9716: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9717: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9718: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9719: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9720: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9721: src/types/pa_value.h, src/types/pa_vcookie.C,
9722: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9723: src/types/pa_vstatus.C, src/types/types.vcproj,
9724: tests/descript.ion: ! switched to VS2005 (projects and
9725: object<info explicitly typed>.for_each(, info)) +
9726: $response:field[] setting void means removing + grammar $name`
9727: name stops now, for mysql `$field` + started ^break[]
9728: ^continue[], in ^for. TODO: to other iterators (while, menu,
9729: foreach) + all log messages += [uri=, method=, cl=]
9730:
9731: * buildall-with-xml: merged . ftp paths update
9732:
9733: * buildall-with-xml: . ftp paths update
9734:
9735: 2006-03-04 paf
9736:
9737: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9738: checks++ [thanks to Igor Zinkovsky for detailed report]
9739:
9740: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9741: Igor Zinkovsky for detailed report]
9742:
9743: 2006-03-01 paf
9744:
9745: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9746: \n to ' ' in
9747:
9748: 2006-02-18 paf
9749:
9750: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9751: \n to ' ' in
9752:
9753: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9754:
9755: 2006-02-03 paf
9756:
9757: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9758: base64
9759:
9760: * src/main/pa_common.C: ! bugfix: decoding from base64
9761:
9762: 2006-01-20 paf
9763:
9764: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9765: economy fix
9766:
9767: * src/classes/: table.C: merged from HEAD ! bugfix
9768: ^table.save[$.encloser-s now handled properly
9769:
9770: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9771: handled properly
9772:
9773: 2006-01-19 paf
9774:
9775: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9776: libgc:USE_MUNMAP activates merging of free memory blocks which
9777: helps a lot in our case: after transform we want
9778: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9779:
9780: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9781: economy fix
9782:
9783: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9784: activates merging of free memory blocks which helps a lot in our
9785: case: after transform we want CORD(main.result)->cstr[big
9786: malloc]->transcode[big malloc]
9787:
9788: 2006-01-17 paf
9789:
9790: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9791: before reading them. got rid of reallocs = became quicker and
9792: less fragmentated
9793:
9794: 2005-12-29 paf
9795:
1.116 moko 9796: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9797: configure, configure.in, src/include/pa_version.h,
9798: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9799: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9800: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9801: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9802: src/lib/ltdl/missing: . merged from 3.2.1
9803:
1.116 moko 9804: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9805: packaged when 'make dist', so do configure companion files in
9806: src/lib/ltdl
9807:
9808: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9809: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9810: missing: . now config_auto.h is created with configure [were
9811: constant]
1.95 moko 9812:
9813: * INSTALL: . references to documentation and some clarification
9814:
9815: * buildall-with-xml, buildall-without-xml: . farawell doc
9816: indication
9817:
1.116 moko 9818: * Makefile.am: . dist+=buildall*
1.95 moko 9819:
9820: 2005-12-28 paf
9821:
9822: * configure: . 3.2.1
9823:
9824: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9825: simplify build process, see INSTALL
9826:
9827: 2005-12-26 paf
9828:
9829: * configure: ver
9830:
9831: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9832: version
9833:
9834: 2005-12-21 paf
9835:
9836: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9837: compiled with bison 1.875b, it reports unexpected token names
9838:
9839: 2005-12-19 paf
9840:
9841: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9842: holds a link to xmlNode to prevent premature gc(xmlNode)
9843:
9844: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9845: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9846: src/main/main.vcproj, src/main/pa_globals.C,
9847: src/targets/cgi/parser3.vcproj,
9848: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9849: configure, configure.in, src/include/pa_version.h: . killing
9850: gdome [what a relief]
9851:
9852: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9853: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9854: run_parser.sh, results/001.processed, results/002.processed,
9855: results/003.processed, results/004.processed,
9856: results/005.processed, results/006.processed,
9857: results/008.processed, results/009.processed,
9858: results/010.processed, results/011.processed,
9859: results/012.processed, results/013.processed,
9860: results/014.processed, results/015.processed,
9861: results/016.processed, results/017.processed,
9862: results/018.processed, results/020.processed,
9863: results/021.processed, results/022.processed,
9864: results/023.processed, results/024.processed,
9865: results/025.processed, results/026.processed,
9866: results/027.processed, results/028.processed,
9867: results/029.processed, results/030.processed,
9868: results/031.processed, results/032.processed,
9869: results/033.processed, results/034.processed,
9870: results/035.processed, results/036.processed,
9871: results/037.processed, results/038.processed,
9872: results/039.processed, results/040.processed,
9873: results/041.processed, results/042.processed,
9874: results/043.processed, results/044.processed,
9875: results/045.processed, results/046.processed,
9876: results/047.processed, results/048.processed,
9877: results/049.processed, results/050.processed,
9878: results/051.processed, results/052.processed,
9879: results/053.processed, results/054.processed,
9880: results/055.processed, results/056.processed,
9881: results/057.processed, results/058.processed,
9882: results/059.processed, results/060.processed,
9883: results/061.processed, results/062.processed,
9884: results/063.processed, results/064.processed,
9885: results/065.processed, results/066.processed,
9886: results/067.processed, results/068.processed,
9887: results/069.processed, results/070.processed,
9888: results/071.processed, results/072.processed,
9889: results/073.processed, results/074.processed,
9890: results/075.processed, results/076.processed,
9891: results/077.processed, results/078.processed,
9892: results/079.processed, results/080.processed,
9893: results/081.processed, results/082.processed,
9894: results/083.processed, results/084.processed,
9895: results/085.processed, results/086.processed,
9896: results/087.processed, results/088.processed,
9897: results/089.processed, results/090.processed,
9898: results/091.processed, results/092.processed,
9899: results/093.processed, results/094.processed,
9900: results/095.processed, results/096.processed,
9901: results/097.processed, results/099.processed,
9902: results/100.processed, results/101.processed,
9903: results/102.processed, results/104.processed,
9904: results/105.processed, results/106.processed,
9905: results/107.processed, results/108.processed,
9906: results/109.processed, results/110.processed,
9907: results/111.processed, results/112.processed,
9908: results/113.processed, results/114.processed,
9909: results/115.processed, results/117.processed,
9910: results/119.processed, results/120.processed,
9911: results/121.processed, results/122.processed,
9912: results/123.processed, results/124.processed,
9913: results/125.processed, results/126.processed,
9914: results/127.processed, results/128.processed,
9915: results/129.processed, results/130.processed,
9916: results/131.processed, results/132.processed,
9917: results/133.processed, results/134.processed,
9918: results/135.processed, results/136.processed,
9919: results/138.processed, results/139.processed,
9920: results/140.processed, results/141.processed,
9921: results/142.processed, results/143.processed,
9922: results/144.processed, results/145.processed,
9923: results/146.processed, results/147.processed,
9924: results/148.processed, results/149.processed, results/auto.p: .
9925: now works if we turn off default auto.p
9926:
1.116 moko 9927: * configure: . makes
1.95 moko 9928:
9929: * src/types/pa_vxnode.C: . less warnings
9930:
9931: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9932: tests/145.html, tests/149.html, tests/descript.ion,
9933: tests/outputs/d.cmd, tests/results/142.processed,
9934: tests/results/143.processed, tests/results/144.processed,
9935: tests/results/145.processed, tests/results/146.processed,
9936: tests/results/147.processed, tests/results/148.processed,
9937: tests/results/149.processed: . removed .nodeValue from all node
9938: types other than 5 (grabbed piece from gdome)
9939:
9940: * tests/: 137.html, results/137.processed: . not handled this case
9941: yet. code does not hang from inserting parent into child,
9942: considering thing minor issue -- nodes are removed from source
9943: anyway, don't know why shold that be an error after all
9944:
9945: * src/targets/cgi/parser3.C: . style
9946:
9947: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9948: xdoc too [were barking "not element"]
9949:
9950: 2005-12-16 paf
9951:
9952: * tests/: 146.html, 147.html, 148.html: . more tests
9953:
9954: * src/classes/xnode.C: . also bark on possible errors
9955:
9956: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9957: props
9958:
9959: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9960: main/compile.y: merged from HEAD ! fixed overoptimized
9961: ^call(false) case. (confused it with ^call[] case)
9962:
9963: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9964: ^call(false) case. (confused it with ^call[] case)
9965:
9966: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9967:
9968: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9969: results/001.processed, results/002.processed,
9970: results/003.processed, results/004.processed,
9971: results/005.processed, results/006.processed,
9972: results/008.processed, results/009.processed,
9973: results/010.processed, results/011.processed,
9974: results/012.processed, results/013.processed,
9975: results/014.processed, results/015.processed,
9976: results/016.processed, results/017.processed,
9977: results/018.processed, results/019.processed,
9978: results/020.processed, results/021.processed,
9979: results/022.processed, results/023.processed,
9980: results/024.processed, results/025.processed,
9981: results/026.processed, results/027.processed,
9982: results/028.processed, results/029.processed,
9983: results/030.processed, results/031.processed,
9984: results/032.processed, results/033.processed,
9985: results/034.processed, results/035.processed,
9986: results/036.processed, results/037.processed,
9987: results/038.processed, results/039.processed,
9988: results/040.processed, results/041.processed,
9989: results/042.processed, results/043.processed,
9990: results/044.processed, results/045.processed,
9991: results/046.processed, results/047.processed,
9992: results/048.processed, results/049.processed,
9993: results/050.processed, results/051.processed,
9994: results/052.processed, results/053.processed,
9995: results/054.processed, results/055.processed,
9996: results/056.processed, results/057.processed,
9997: results/058.processed, results/059.processed,
9998: results/060.processed, results/061.processed,
9999: results/062.processed, results/063.processed,
10000: results/064.processed, results/065.processed,
10001: results/066.processed, results/067.processed,
10002: results/068.processed, results/069.processed,
10003: results/070.processed, results/071.processed,
10004: results/072.processed, results/073.processed,
10005: results/074.processed, results/075.processed,
10006: results/076.processed, results/077.processed,
10007: results/078.processed, results/079.processed,
10008: results/080.processed, results/081.processed,
10009: results/082.processed, results/083.processed,
10010: results/084.processed, results/085.processed,
10011: results/086.processed, results/087.processed,
10012: results/088.processed, results/089.processed,
10013: results/090.processed, results/091.processed,
10014: results/092.processed, results/093.processed,
10015: results/094.processed, results/095.processed,
10016: results/096.processed, results/097.processed,
10017: results/099.processed, results/101.processed,
10018: results/102.processed, results/104.processed,
10019: results/105.processed, results/106.processed,
10020: results/107.processed, results/108.processed,
10021: results/109.processed, results/110.processed,
10022: results/111.processed, results/112.processed,
10023: results/113.processed, results/114.processed,
10024: results/115.processed, results/116.processed,
10025: results/117.processed, results/118.processed,
10026: results/119.processed, results/120.processed,
10027: results/121.processed, results/122.processed,
10028: results/123.processed, results/124.processed,
10029: results/125.processed, results/126.processed,
10030: results/127.processed, results/128.processed,
10031: results/129.processed, results/130.processed,
10032: results/131.processed, results/132.processed,
10033: results/133.processed, results/134.processed,
10034: results/135.processed, results/136.processed,
10035: results/137.processed, results/138.processed,
10036: results/139.processed, results/140.processed,
10037: results/141.processed: . refreshed old tests, made them work
10038: without auto.p (in utf8) . things noted: . gif got encoded
10039: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10040: some strange year)
10041:
10042: * INSTALL: . revived linux libgc fix
10043:
10044: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10045: glib/gdome in INSTALL and patches]
10046:
10047: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10048: include/pa_charset.h, include/pa_config_includes.h,
10049: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10050: include/pa_xml_exception.h, lib/cord/Makefile.am,
10051: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10052: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10053: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10054: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10055: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10056: types/pa_vxnode.h: . started killing gdome
10057:
10058: 2005-12-13 paf
10059:
10060: * src/main/: pa_request.C: merged from HEAD ! when code in
10061: @unhandled_exception thrown another exception, print correct
10062: origin (earlier code in catch of exception inside of
10063: @unhandled_exception grabbed parent_frame(original_exception)
10064: origin and printed it, instead of true origin)
10065:
10066: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10067: another exception, print correct origin (earlier code in catch of
10068: exception inside of @unhandled_exception grabbed
10069: parent_frame(original_exception) origin and printed it, instead
10070: of true origin)
10071:
10072: 2005-12-09 paf
10073:
10074: * INSTALL: . updated INSTALL doc to work around linux stack base
10075: detection problem, due to change in gc6.4 code
10076:
10077: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10078: ignored in ^string.matched :(
10079:
10080: * src/main/pa_string.C: ! regex tainting were ignored in
10081: ^string.matched :(
10082:
10083: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10084: src/include/pa_config_fixed.h, src/include/pa_version.h,
10085: src/main/compile.y, src/main/compile_tools.h,
10086: src/main/pa_charset.C, src/main/pa_common.C,
10087: src/main/pa_globals.C, src/main/pa_string.C,
10088: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10089: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10090:
10091: 2005-12-08 paf
10092:
10093: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10094: 500 chars now handled OK [were wrapped on 500th char according to
10095: rfc, but sendmail failed to unwrap it properly]
10096:
10097: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10098: handled OK [were wrapped on 500th char according to rfc, but
10099: sendmail failed to unwrap it properly]
10100:
10101: * src/targets/isapi/parser3isapi.C: . less warnings
10102:
10103: * src/targets/isapi/parser3isapi.C: . undone some strange change
10104: since 3.1.5
10105:
10106: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10107: link fixes
10108:
10109: * src/: classes/date.C, include/pa_config_fixed.h,
10110: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10111: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10112: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10113:
10114: * src/include/pa_config_fixed.h: . removed outdated string origins
10115: [in current storage scheme there's no place for them. someday we
10116: can add third CORD to store origins and special version of parser
10117: which stores origins there [separate binary]]
10118:
10119: 2005-12-07 paf
10120:
10121: * src/targets/isapi/parser3isapi.C: . now links in release mode
10122:
10123: * src/include/pa_version.h: makefiles
10124:
10125: * src/include/pa_version.h: . not beta
10126:
10127: * configure, configure.in, src/include/pa_version.h: not beta
10128:
10129: 2005-12-06 paf
10130:
10131: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10132: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10133: decided to undo the change ^call[$void] passes void. now it will
10134: pass empty string again.
10135:
10136: * src/main/: compile.tab.C, compile.y: . version readded
10137:
10138: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10139: = ^switch[void] problem
10140:
10141: 2005-12-01 paf
10142:
10143: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10144: caused ^case[string] to be coerced to double since searching
10145: value were not string (it was vvoid)
10146:
10147: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10148: ^case[string] to be coerced to double since searching value were
10149: not string (it was vvoid)
10150:
10151: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10152: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10153:
10154: 2005-11-30 paf
10155:
10156: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10157: win32 must putenv("TZ="), on unix works only putenv("TZ")
10158:
10159: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10160: putenv("TZ="), on unix works only putenv("TZ")
10161:
10162: * INSTALL: . xml libs versions updated
10163:
10164: * src/main/pa_globals.C: //20051130 trying to remove this, author
10165: claims that fixed a lot there // 20040920 for now both
10166: workarounds needed. wait for new libxml/xsl versions
10167:
10168: 2005-11-28 paf
10169:
10170: * src/classes/table.C: merged from HEAD: ! nameless table has
10171: columns==0
10172:
10173: * src/classes/table.C: ! nameless table has columns==0
10174:
10175: * src/main/pa_http.C: merged from HEAD: ! status line check made
10176: earlier [was totally wrong]
10177:
10178: * src/main/pa_http.C: ! status line check made earlier [was totally
10179: wrong]
10180:
10181: 2005-11-25 paf
10182:
10183: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10184: undoing for now...
10185:
10186: * src/include/pa_version.h: -this reduces speed(table::load),
10187: strange. undoing
10188:
10189: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10190:
10191: * src/classes/op.C: + ^while(){}[SEPARATOR]
10192:
10193: * src/include/pa_array.h: + optimistics added: all arrays (table
10194: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10195: this speeds things up and saves memory a LOT! (not noticed
10196: negative effect on syntetic tests, future will tell...)
10197:
10198: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10199: changed gc_malloc implementation, which obscured profiling
10200:
10201: * src/classes/table.C: merged from HEAD: + optimized
10202: table::load/sql, now row ArrayString-s allocated with
10203: columns.count() elements and don't always grow from
10204: count=3[realloc,realloc]
10205:
10206: * src/classes/table.C: + optimized table::load/sql, now row
10207: ArrayString-s allocated with columns.count() elements and don't
10208: always grow from count=3[realloc,realloc]
10209:
10210: * src/classes/table.C: merged from HEAD: . ^table.save unused
10211: buffer after save
10212:
10213: * src/classes/table.C: . ^table.save unused buffer after save
10214:
10215: 2005-11-24 paf
10216:
10217: * configure.in: . merged glib2-config patch
10218:
10219: * configure.in: + trying to find glib2-config
10220:
10221: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10222: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10223: file/dir_readable to simple file/dir_exist, this would help in
10224: situations "class not found because .p file has bad rights" << in
10225: that case error would be explicit "access denied to 'this' file"
10226:
1.116 moko 10227: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10228:
10229: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10230: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10231: to simple file/dir_exist, this would help in situations "class
10232: not found because .p file has bad rights" << in that case error
10233: would be explicit "access denied to 'this' file"
10234:
10235: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10236: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10237: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10238: ^file::exec/cgi[script;$.charset[changed]
10239: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10240: encoded in $.charset charset
10241:
10242: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10243: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10244: encoded in $.charset charset
10245:
10246: * src/: include/Makefile.am, include/pa_common.h,
10247: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10248: main/pa_common.C, main/pa_http.C: . extracted http:// into
10249: separate file [preparation for
10250: ^file::cgi[script;$.form[$.field1[]
10251:
10252: 2005-11-22 paf
10253:
10254: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10255:
10256: * acinclude.m4, configure.in: . merged underquting fixes
10257:
1.116 moko 10258: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10259:
10260: * src/classes/op.C: . overmerged a little
10261:
10262: * src/main/compile.tab.C: Makefile
10263:
10264: * src/main/: pa_common.C: . less gcc warnings
10265:
10266: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10267: now reports original exception if we have no old cache
10268:
10269: * src/classes/op.C: + $exception.handled[cache] now reports
10270: original exception if we have no old cache
10271:
10272: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10273: from HEAD: + ^taint/untaint[regex] << escapes these:
10274: \^$.[]|()?*+{}
10275:
10276: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10277: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10278:
10279: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10280: getenv-ed variable, which does not work both on win32&unix.
10281: copied old TZ value now
10282:
10283: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10284: stored pointer to getenv-ed variable, which does not work both on
10285: win32&unix. copied old TZ value now
10286:
10287: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10288: getenv-ed variable, which does not work both on win32&unix.
10289: copied old TZ value now
10290:
10291: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10292: access to internal hash
10293:
10294: * src/types/pa_vresponse.C: + $response:headers access to internal
10295: hash
10296:
10297: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10298: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10299: isapi] this reduces number of "GC Warning: Repeated allocation of
10300: very large block" messages to only important onces
10301:
10302: * src/targets/isapi/parser3isapi.C: +
10303: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10304: isapi] this reduces number of "GC Warning: Repeated allocation of
10305: very large block" messages to only important onces
10306:
10307: * src/classes/string.C: merged from HEAD: + removed limitation on
10308: ^string/int/double:sql{}[$.default[({param style})] ]
10309:
10310: * src/classes/string.C: + removed limitation on
10311: ^string/int/double:sql{}[$.default[({param style})] ]
10312:
10313: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10314: with ?params or $.form option" limitation
10315:
10316: * src/main/pa_common.C: + removed "use either uri with ?params or
10317: $.form option" limitation
10318:
10319: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10320: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10321: ^file::base64[encoded] decode
10322:
10323: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10324: main/pa_common.C: + ^file.base64[] encode +
10325: ^file::base64[encoded] decode
10326:
10327: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10328: ^string:base64[encoded] decode
10329:
10330: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10331: ^string:base64[in] encode + ^string.base64[] decode
10332:
10333: 2005-11-21 paf
10334:
10335: * src/classes/file.C: + merged from HEAD:
10336: ^file::create[text;file.xml;^untaint[xml]{data}]
10337:
10338: * src/classes/file.C: +
10339: ^file::create[text;file.xml;^untaint[xml]{data}]
10340:
10341: * src/main/pa_request.C: ! merged: $response:body[file] now
10342: differes from :download, it does not return content-disposition
10343: at all now [previusely it returned valueless content-disposition]
10344:
10345: * src/main/pa_request.C: ! $response:body[file] now differes from
10346: :download, it does not return content-disposition at all now
10347: [previusely it returned valueless content-disposition]
10348:
10349: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10350: literals, reverted to just vvod, recreating empty array with each
10351: void_value token. that's absolutely needed, since that array
10352: grows
10353:
10354: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10355: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10356: types/pa_vmethod_frame.h: + merged: expression literals:
10357: true/false. ^format[$.indent(true)]
10358:
10359: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10360: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10361: types/pa_vmethod_frame.h: + expression literals: true/false.
10362: ^format[$.indent(true)]
10363:
10364: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10365: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10366: i386-pc-win32)"
10367:
10368: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10369: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10370: i386-pc-win32)"
10371:
10372: 2005-11-18 paf
10373:
10374: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10375: null}[$.default(123)] will now return default value
10376:
10377: * src/classes/op.C: + merged ^cache[] << returns current cache
10378: expiration time
10379:
10380: * src/classes/op.C: + ^cache[] << returns current cache expiration
10381: time
10382:
10383: * src/classes/table.C: ! merged ^table::create[not'nameless';
10384: failed << Exception.problem_source pointed to local var!
10385:
10386: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10387: Exception.problem_source pointed to local var!
10388:
10389: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10390: now loads VFile.ptr!=0, so such files can be saved now
10391:
10392: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10393: loads VFile.ptr!=0, so such files can be saved now
10394:
10395: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10396: only . and .. now removed from list [were removed all .*]
10397:
10398: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10399: .. now removed from list [were removed all .*]
10400:
10401: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10402: open error now checked, were not :( [stole that piece from apache
10403: 1.3 sources]
10404:
10405: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10406: checked, were not :( [stole that piece from apache 1.3 sources]
10407:
10408: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10409: untainting of @main result if returned by $result or
10410: $response:body
10411:
10412: * src/main/pa_request.C: ! ensured proper untainting of @main
10413: result if returned by $result or $response:body
10414:
10415: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10416: issue: now tries to guess content-length and allocates one big
10417: piece if possible [regretfully gc_realloc works as malloc+free,
10418: leaving lots of holes behind]
10419:
10420: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10421: fixed file load memory issue: now tries to guess content-length
10422: and allocates one big piece if possible [regretfully gc_realloc
10423: works as malloc+free, leaving lots of holes behind]
10424:
10425: 2005-11-16 paf
10426:
10427: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10428: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10429: table::save with enclosers now doubles them: "->"" !
10430: table::save/load do not remove elements from options hash
10431:
10432: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10433: [were overoptimized ^if(double_literal), compiler confused
10434: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10435:
10436: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10437: [were overoptimized ^if(double_literal), compiler confused
10438: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10439:
10440: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10441: main/pa_common.C: ! table::save with enclosers now doubles them:
10442: "->"" ! table::save/load do not remove elements from options hash
10443:
10444: 2005-11-03 paf
10445:
1.116 moko 10446: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10447: compilation, not all makefiles liked that
1.95 moko 10448:
10449: 2005-08-30 paf
10450:
10451: * src/classes/op.C: merge . speedup check of [DEFAULT]
10452:
10453: * src/classes/op.C: . speedup check of [DEFAULT]
10454:
10455: 2005-08-26 paf
10456:
10457: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10458:
10459: * src/: classes/date.C, types/pa_vdate.h: + date.week
10460:
10461: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10462: complains about bad!=nameless
10463:
10464: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10465: about bad!=nameless
10466:
10467: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10468: optional options were allowed to be empty. were checked
10469: if(is_string), changed to !defined||is_string to allow void
10470:
10471: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10472: classes/string.C, classes/table.C, classes/void.C: ! optional
10473: options were allowed to be empty. were checked if(is_string),
10474: changed to !defined||is_string to allow void
10475:
10476: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10477: as_junction where they needed as_int/double, so failed with
10478: recent "(const) now no junction" optimization
10479:
10480: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10481: merged ! many classes/* used as_junction where they needed
10482: as_int/double, so failed with recent "(const) now no junction"
10483: optimization
10484:
10485: * src/: classes/double.C, classes/int.C, classes/math.C,
10486: classes/op.C, classes/string.C, classes/table.C,
10487: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10488: used as_junction where they needed as_int/double, so failed with
10489: recent "(const) now no junction" optimization
10490:
10491: 2005-08-24 paf
10492:
10493: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10494: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10495: stripped it
10496:
10497: 2005-08-09 paf
10498:
10499: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10500: not cleared
10501:
10502: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10503: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10504: classes/hashfile.C, classes/image.C, classes/int.C,
10505: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10506: classes/response.C, classes/string.C, classes/table.C,
10507: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10508: include/pa_array.h, include/pa_cache_managers.h,
10509: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10510: include/pa_config_fixed.h, include/pa_config_includes.h,
10511: include/pa_dictionary.h, include/pa_dir.h,
10512: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10513: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10514: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10515: include/pa_request_charsets.h, include/pa_request_info.h,
10516: include/pa_sapi.h, include/pa_socks.h,
10517: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10518: include/pa_stack.h, include/pa_string.h,
10519: include/pa_stylesheet_connection.h,
10520: include/pa_stylesheet_manager.h, include/pa_table.h,
10521: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10522: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10523: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10524: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10525: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10526: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10527: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10528: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10529: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10530: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10531: main/pa_sql_driver_manager.C, main/pa_string.C,
10532: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10533: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10534: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10535: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10536: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10537: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10538: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10539: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10540: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10541: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10542: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10543: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10544: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10545: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10546: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10547: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10548: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10549: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10550: types/pa_vresponse.C, types/pa_vresponse.h,
10551: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10552: types/pa_vstateless_object.h, types/pa_vstatus.C,
10553: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10554: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10555: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10556: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10557: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10558:
10559: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10560: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10561: speedup consequent checks in vmethod_frame
10562:
10563: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10564: not cleared
10565:
10566: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10567: params: 50 max (were 10)
10568:
10569: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10570: params: 50 max (were 10)
10571:
10572: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10573: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10574: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10575: empty string) ! simplified (double) speedup consequent checks in
10576: vmethod_frame
10577:
10578: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10579: optimized constants in expressions vstring->vdouble + optimized
10580: ^call(vdouble), no junction creation, no calls later
10581:
10582: 2005-08-08 paf
10583:
10584: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10585: integrated
10586:
10587: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10588: integrated
10589:
10590: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10591: compile_tools.h: merged + optimized constants in expressions
10592: vstring->vdouble + optimized ^call(vdouble), no junction
10593: creation, no calls later
10594:
10595: * src/types/pa_vdouble.h: merged . double values without fractional
10596: part now default printed as %.0f instead of %g
10597:
10598: * src/types/pa_vdouble.h: . double values without fractional part
10599: now default printed as %.0f instead of %g
10600:
10601: * src/classes/hashfile.C: . merged ! second hashfile::open would
10602: cause an exception
10603:
10604: * src/classes/hashfile.C: ! second hashfile::open would cause an
10605: exception
10606:
10607: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10608: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10609: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10610: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10611: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10612: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10613: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10614: types/pa_vresponse.h, types/pa_vstateless_class.C,
10615: types/pa_vstateless_object.h, types/pa_vvoid.h,
10616: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10617: merged VJunction(new Junction) optimization from 3.1.4
10618:
10619: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10620: types/pa_vstateless_class.C: + optimized new VJunction(new
10621: Junction(params)) to new VJunction(params), thousands of mallocs
10622: removed
10623:
10624: 2005-08-05 paf
10625:
10626: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10627: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10628: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10629: creation, no calls later
10630:
10631: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10632: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10633: classes/hashfile.C, classes/image.C, classes/int.C,
10634: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10635: classes/response.C, classes/string.C, classes/table.C,
10636: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10637: include/pa_array.h, include/pa_cache_managers.h,
10638: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10639: include/pa_config_fixed.h, include/pa_config_includes.h,
10640: include/pa_dictionary.h, include/pa_dir.h,
10641: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10642: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10643: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10644: include/pa_request_charsets.h, include/pa_request_info.h,
10645: include/pa_sapi.h, include/pa_socks.h,
10646: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10647: include/pa_stack.h, include/pa_string.h,
10648: include/pa_stylesheet_connection.h,
10649: include/pa_stylesheet_manager.h, include/pa_table.h,
10650: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10651: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10652: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10653: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10654: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10655: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10656: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10657: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10658: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10659: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10660: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10661: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10662: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10663: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10664: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10665: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10666: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10667: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10668: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10669: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10670: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10671: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10672: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10673: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10674: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10675: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10676: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10677: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10678: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10679: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10680: types/pa_vstateless_object.h, types/pa_vstatus.C,
10681: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10682: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10683: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10684: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10685: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10686:
10687: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10688: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10689: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10690: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10691: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10692: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10693: optimized constants in expressions vstring->vdouble
10694:
10695: 2005-07-29 paf
10696:
10697: * src/types/pa_vclass.C: . shaped up error messages a bit
10698:
10699: * src/types/pa_vclass.C: + property getter can now be overridden
10700:
10701: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10702: bug fix: static parent fields were not replaced in case
10703: $derived:field[put] + property setter can now be overridden
10704:
10705: 2005-07-28 paf
10706:
10707: * configure, configure.in, src/classes/classes.h,
10708: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10709: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10710: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10711: src/classes/xnode.h, src/include/pa_hash.h,
10712: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10713: src/types/Makefile.am, src/types/pa_method.h,
10714: src/types/pa_value.h, src/types/pa_vclass.C,
10715: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10716: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10717: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10718: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10719: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10720: src/types/pa_vobject.C, src/types/pa_vobject.h,
10721: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10722: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10723: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10724: src/types/pa_vstateless_class.h,
1.95 moko 10725: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10726: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10727: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10728: dynamic_fields_join
10729:
10730: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10731: classes/xnode.C, include/pa_hash.h, main/execute.C,
10732: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10733: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10734: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10735: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10736: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10737: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10738: types/pa_vresponse.h, types/pa_vstateless_object.h,
10739: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10740: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10741: restored its checks in vobject.put_element->static fields |
10742: dynamic properties
10743:
10744: 2005-07-27 paf
10745:
10746: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10747: is some old code containing @set_name $name
10748:
10749: * src/types/pa_vobject.h: . fixed warning
10750:
10751: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10752: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10753:
10754: * src/: classes/xnode.C, include/pa_hash.h,
10755: types/pa_vstateless_class.C: ! new asserts were all false.
10756: regretfully reverted them all to checks
10757:
10758: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10759: classes/op.C, main/execute.C, types/pa_method.h,
10760: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10761: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10762: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10763: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10764: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10765: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10766: types/pa_vstateless_object.h, types/pa_vvoid.h,
10767: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10768: joined_dynamic_fields: removed unused param from put_method
10769: (returned to 3 params)
10770:
10771: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10772: joined_dynamic_fields: dynamic get/set works with overriding
10773: props [alpha2]
10774:
10775: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10776: works [alfa]
10777:
10778: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10779: classes/op.C, include/pa_hash.h, main/execute.C,
10780: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10781: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10782: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10783: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10784: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10785: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10786: types/pa_vresponse.h, types/pa_vstateless_class.C,
10787: types/pa_vstateless_object.h, types/pa_vvoid.h,
10788: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10789: joined_dynamic_fields: just compiled
10790:
10791: * src/: classes/date.C, classes/file.C, classes/hash.C,
10792: classes/hashfile.C, classes/image.C, classes/table.C,
10793: classes/xdoc.C, classes/xnode.h, main/execute.C,
10794: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10795: types/pa_vstateless_class.h: joined_dynamic_fields: started
10796:
10797: * src/types/pa_vobject.C: . object setters [only started, does not
10798: work yet]
10799:
10800: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10801: object setters [only started, does not work yet]
10802:
10803: 2005-07-26 paf
10804:
10805: * src/: include/pa_request.h, main/execute.C: . properties: set
10806: works [alpha2]. for classes. todo: for objects
10807:
10808: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10809: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10810: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10811: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10812: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10813: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10814: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10815: types/pa_vstateless_object.h, types/pa_vvoid.h,
10816: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10817: properties: set works [alpha1]
10818:
10819: 2005-07-25 paf
10820:
10821: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10822: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10823: properties: started, get works [alpha1, other approach]
10824:
10825: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10826: properties: started, get works [alpha2]
10827:
10828: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10829: pa_vstateless_class.h: . properties: started, get works [alpha]
10830:
10831: 2005-07-15 paf
10832:
10833: * src/: classes/classes.h, classes/op.C, main/execute.C,
10834: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10835: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10836: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10837: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10838: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10839: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10840: types/pa_vresponse.C, types/pa_vresponse.h,
10841: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10842: types/pa_vstateless_object.h, types/pa_vvoid.h,
10843: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10844: types/pa_wwrapper.h, types/types.vcproj: + started property
10845: [getters work but think of changing them too to precaching]
10846:
10847: 2005-07-08 paf
10848:
10849: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10850: gpf
10851:
10852: 2005-06-28 paf
10853:
10854: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10855: in passing empty strings to file::exec/cgi environment
10856:
10857: 2005-06-06 paf
10858:
10859: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10860: ^table:sql ^hash:sql now DO process $.bind option
10861:
10862: 2005-05-24 paf
10863:
10864: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10865: $.limit] now work again [support was broken in 3.1.4]
10866:
10867: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10868: ALL_INTERIOR_POINTERS
10869:
10870: 2005-05-12 paf
10871:
10872: * configure: 3.1.5beta
10873:
10874: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10875:
10876: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10877: $.limit] now work again [support was broken in 3.1.4]
10878:
10879: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10880: line-width [was refusing to fill if line-width >1, thanks to
10881: Seras <seras@pinxit.lt> for repro case
10882:
10883: 2005-04-25 paf
10884:
10885: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10886: correctly
10887:
10888: 2005-04-19 paf
10889:
10890: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10891: in VString violating invariant!!
10892:
10893: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10894: getenv("TZ")==null
10895:
10896: 2005-04-08 paf
10897:
10898: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10899: bugfix: when there is no char in charset one byte produces 6
10900: (ÿ <<max). increased buffer size!
10901:
10902: 2005-03-23 paf
10903:
10904: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10905: ^date.sql-string now takes TZ into account
10906:
10907: 2005-03-16 paf
10908:
10909: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10910: gcc 3.4
10911:
10912: * src/types/pa_vhash.C: . warning about eof eol
10913:
10914: 2005-02-17 paf
10915:
10916: * operators.txt, src/classes/op.C: + operator ^sleep(double
10917: seconds)
10918:
10919: 2005-02-02 paf
10920:
10921: * src/classes/xnode.C: beauty: removed needless includes
10922:
10923: 2005-01-31 paf
10924:
10925: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10926: $.partNoNumber now alias to $.part1
10927:
10928: * src/types/pa_vmail.C: change: incoming letter part contains
10929: "content-disposition" header with any value? now considering that
10930: part to be "file#" [for text/plain text/html were $.text#
10931: $.html#]
10932:
10933: * INSTALL: updatet to latest working versions available
10934:
10935: 2005-01-20 paf
10936:
10937: * configure.in, src/include/pa_version.h: version
10938:
10939: 2005-01-19 paf
10940:
1.116 moko 10941: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10942: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10943: couple warnings in parser3.C
1.95 moko 10944:
10945: 2004-12-23 paf
10946:
10947: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10948:
10949: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10950: dir to directory of script (when shbang used), not to directory
10951: of its interpreter
10952:
10953: * src/include/pa_version.h: compiled on win32...
10954:
10955: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10956: we need more hspace
10957:
10958: * configure, configure.in, src/include/pa_version.h: configured
10959: host to pa_version. will be displayed everywhere
10960:
10961: * src/main/pa_request.C: new: @unhandled_exception can prevent
10962: exception from being logged by setting $exception.handled(1)
10963:
10964: * operators.txt, src/classes/file.C: change:
10965: ^file::sql{query}[[options]] options: $.name[file name]
10966: $.content-type[application/what]
10967:
10968: * src/: include/pa_common.h, main/pa_common.C,
10969: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10970: new file
10971:
10972: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10973: bugfix: table->hash now regards _default
10974:
10975: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10976: created by accessing $name_of_method it acquired bad self=closest
10977: methodframe; instead of proper self (current class)
10978:
10979: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10980: hashfile produced bad cord
10981:
10982: 2004-12-10 paf
10983:
10984: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10985: subsequent failures though defined in .h
10986:
10987: * src/main/pa_common.C: comment on volatile
10988:
10989: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10990: alarm function were not used since the beginning due to stupid
10991: error [setsigjmp were not checked in configure.in]
10992:
10993: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10994: unix too
10995:
10996: * src/main/pa_common.C: http: exception status of send/recv errors
10997: change to most probable http.timeout
10998:
10999: * src/main/pa_common.C: win32: http connection $.timeout option now
11000: works [setsockopt on send/receive]
11001:
11002: 2004-12-08 paf
11003:
11004: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11005: cstr-ed knowing mail charset, and untainting uri lang now knows
11006: proper charset
11007:
11008: 2004-11-24 paf
11009:
11010: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11011:
11012: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11013: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11014:
11015: 2004-11-12 paf
11016:
11017: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11018: [since 3.0.4]
11019:
11020: 2004-11-09 paf
11021:
11022: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11023: writes basics to c:\parser3.log
11024:
11025: 2004-10-21 paf
11026:
11027: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11028: tainted strings [were returning clean onces]
11029:
11030: 2004-10-15 paf
11031:
11032: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11033: cycles(i=1; i=2), which was wrong, now does ONE
11034:
11035: 2004-10-12 paf
11036:
11037: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11038:
11039: 2004-10-07 paf
11040:
11041: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11042: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11043: release asserts
11044:
11045: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11046: String.dump() to stdout in detailed form [were String.v() in
11047: short form]
11048:
11049: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11050: \t\r\n as @#| and truncates long char sequences less
11051:
11052: 2004-10-06 paf
11053:
11054: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11055: win32 beauty: socket errors properly decoded
11056:
11057: 2004-10-05 paf
11058:
11059: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11060: request::configure_user/admin done always, even if no
11061: file-to-process useful in @unhandled_exception [say, if they
11062: would want to mail by SMTP something]
11063:
11064: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11065: now performed prior to file loading [and @auto executing] thus
11066: making $cookie:value available in @auto and in
11067: @unhandled_exception when IIS is configured to run interpreter
11068: even if no file exist
11069:
11070: 2004-09-20 paf
11071:
11072: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11073: somewhere where it should have called xmlMalloc and it calls
11074: xmlFree when it should have not called it. inserted two
11075: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11076: xmlFree just ignored. put away a testcase, maybe someday libxml
11077: author would fix all that. until that day: we have SLOW garbage
11078: collecting when many xml objects are alive hint: do
11079: ^memory:compact[] before xdoc::create
11080:
11081: 2004-09-17 paf
11082:
11083: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11084: error from 3.0.8 version]
11085:
11086: 2004-09-14 paf
11087:
11088: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11089: part bugfix: hashfile.foreach iterated only part if hashfile were
11090: modified inside
11091:
11092: 2004-09-13 paf
11093:
11094: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11095: [were as octal]
11096:
11097: * src/types/pa_vhashfile.C: beauty: not reproduced
11098: $hashfile.key[$novalue] bug [reported by motorin], inserted
11099: safety-check
11100:
11101: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11102: [not something obscure from sdbm lib]
11103:
11104: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11105: = strerror now returnes something and we can properly report that
11106: to client
11107:
11108: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11109: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11110:
11111: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11112: [tainted as-is] this helps //[space][newline] to remain as-is and
11113: not be unnecessary optimized away [ruining javascript]
11114:
11115: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11116: [tainted as-is]
11117:
11118: * src/classes/mail.C: bugfix: typo error
11119:
11120: 2004-09-09 paf
11121:
11122: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11123: separators bugfix: loads header with endings \r\n\r\n and \n\n
11124: (bloody yandex.server)
11125:
11126: 2004-09-06 paf
11127:
11128: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11129: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11130: encoded
11131:
11132: 2004-09-01 paf
11133:
11134: * src/types/pa_vmail.C: change: multipart/mixed changed to
11135: multipart/related outlook express have no problems showing
11136: unrelated attachments. todo: someday figure out a way of
11137: multipart/mixed multipart/related text/html
11138: image/xxx application/octet-stream << true attachments
11139:
11140: * src/types/pa_vmail.C: new:
11141: ^mail:send[$.file[$.content-disposition can be overriden new:
11142: empty mail header fields removed from letter
11143:
11144: * src/: classes/mail.C, include/pa_config_fixed.h,
11145: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11146: ^mail:send[ $.file[ $.any[header]
11147:
11148: 2004-08-30 paf
11149:
11150: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11151: warnings
11152:
11153: * src/main/pa_common.C: beauty: do not bother with charset
11154: detection when ^file::load[binary
11155:
11156: 2004-08-27 paf
11157:
11158: * src/main/pa_common.C: hack: for yandex.server http server
11159:
11160: 2004-08-18 paf
11161:
11162: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11163: possibly-chunked response
11164:
11165: 2004-08-17 paf
11166:
11167: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11168: $f.content-type now = that of http response
11169:
11170: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11171: $f.content-type now = that of http response
11172:
11173: 2004-07-30 paf
11174:
11175: * src/: include/pa_request.h, main/pa_request.C,
11176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11177: win32: system&parser exceptions in release mode reported properly
11178: parser exception in exception handler WERE mistakenly reported as
11179: system exception, without details [in apache & isapi] +some
11180: beauty in exception text
11181:
11182: * src/: include/pa_exception.h, main/pa_request.C,
11183: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11184: release mode reported properly parser exception in exception
11185: handler WERE mistakenly reported as system exception, without
11186: details
11187:
11188: * src/main/execute.C: beauty: simplified system exception handling
11189:
11190: 2004-07-29 paf
11191:
11192: * src/classes/table.C: bugfix:
11193: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11194: were ignored, and \t used unconditionally]
11195:
11196: * src/types/Makefile.am: added vhash.c
11197:
11198: 2004-07-28 paf
11199:
11200: * src/: classes/date.C, classes/image.C, classes/math.C,
11201: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11202: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11203: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11204: failed on russian letters
11205:
11206: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11207: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11208: letters
11209:
11210: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11211: as 'currentDirectory' parameter to CreateProcess
11212:
11213: 2004-07-27 paf
11214:
11215: * src/targets/cgi/parser3.vcproj: beauty: win32:
11216: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11217: from release somewhere [to help searching for unhandled system
11218: exceptions]
11219:
11220: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11221: TZ shift
11222:
11223: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11224: but also in ctor
11225:
11226: 2004-07-26 paf
11227:
11228: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11229: src/main/pa_request.C, src/types/pa_vfile.h,
11230: src/types/pa_vhash.C, src/types/pa_vhash.h,
11231: src/types/types.vcproj: new: $response:body/download[
11232: $.file[name on disk] $.name[of file for user]
11233: $.mdate[date of last-modified. default from directory] ]
11234:
11235: * src/classes/file.C: moving file:send somewhere else..
11236:
11237: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11238: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11239: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11240: $response:download[ $.filename[filename] $.option[] ,, ]
11241:
11242: * src/classes/file.C: beauty: invalid mode thoroughly reported
11243:
11244: 2004-07-21 paf
11245:
11246: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11247: to several lines
11248:
11249: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11250:
11251: note: ms outlook[!express] shows only first 255 characters of
11252: subject
11253:
11254: 2004-07-15 paf
11255:
11256: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11257: off]
11258:
11259: 2004-07-14 paf
11260:
11261: * src/classes/table.C: bugfix: $.bind values now got untainted
11262: according to lang [were: as-is]
11263:
11264: 2004-07-07 paf
11265:
11266: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11267: checked that
11268:
11269: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11270: now untainted according to their languages. were: as-is.
11271: EVERYWHERE
11272:
11273: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11274: environment string now untainted according to their languages.
11275: were: as-is. EVERYWHERE
11276:
11277: * src/main/pa_exec.C: bufix: on unix environment string now
11278: untainted according to their languages. were: as-is. on win32:
11279: ok
11280:
11281: * parser3.vssscc: ...would not go unnoticed
11282:
11283: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11284: fails. in case on input appears nonutf, those bytes will be
11285: printed in %HH form. that can be easily decoded/recovered.
11286:
11287: this form is quite noticable, and hopefully would not go noticed
11288:
11289: 2004-07-06 paf
11290:
11291: * src/main/pa_exec.C: bufix: on unix environment string now
11292: untainted according to their languages. were: as-is. on win32:
11293: ok
11294:
11295: 2004-07-01 paf
11296:
11297: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11298: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11299: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11300: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11301: main/main.vcproj, targets/cgi/parser3.vcproj,
11302: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11303: option: global optimization ON
11304:
11305: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11306: to do xdoc::create{invalid chars} standard disables chars less
11307: then \x20, except tab, cr, lf.
11308:
11309: changed tainting so that those become '!'
11310:
11311: 2004-06-25 paf
11312:
11313: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11314: int on odd address [prev bugfix failed due to superwize
11315: optimizer, which turned memcpy into same 'ld' asm command]
11316:
11317: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11318: int on odd address
11319:
11320: 2004-06-22 paf
11321:
11322: * src/sql/pa_sql_driver.h: note: about possible optimization
11323:
11324: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11325: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11326: src/include/pa_config_includes.h: new: ^void:sql{call
11327: paf(:a)}[ $.bind[ $.a[2]
11328: ] ] output variables work. todo: check in out
11329: variables
11330:
11331: 2004-06-18 paf
11332:
11333: * src/: classes/file.C, classes/hash.C, classes/string.C,
11334: classes/table.C, classes/void.C, include/pa_globals.h,
11335: include/pa_sql_connection.h, main/compile.tab.C,
11336: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11337: $.bind[ $.a[2] ]
11338: ] input variables work. todo:output
11339:
11340: * src/targets/cgi/parser3.C: bugfix: iis specific
11341: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11342: /_bug.html?404;http://hpsv/test/
11343: --------------------------------------------------------------------------------
11344: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11345: --------------------------------------------------------------------------------
11346: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11347:
11348: 2004-06-16 paf
11349:
11350: * src/targets/cgi/parser3.C: new: iis specific
11351: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11352: $request:query
11353: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11354: $form:fields IIS-STATUS="404"
11355: IIS-DOCUMENT="http://server/_bug.html" f="v"
11356:
11357: todo: isapi too
11358:
11359: 2004-05-26 paf
11360:
11361: * src/include/pa_version.h: 3.1.3
11362:
11363: * operators.txt: beauty: removed outdated level 'table'
11364:
11365: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11366:
11367: * src/main/pa_string.C: beauty: removed 3 warnings
11368:
11369: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11370: classes/op.C: beauty: removed outdated level 'table'
11371:
11372: 2004-05-25 paf
11373:
11374: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11375: implementation. mistery: how anything worked
11376:
11377: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11378: changed, it is now safe to use url if pointers to it are stored
11379: to gc mem
11380:
11381: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11382: unknown errors reported and not cause SIGSEGV now
11383:
11384: 2004-05-24 paf
11385:
11386: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11387: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11388: less memory: CORD_chars_block originally intended to ... it was
11389: good that CORD_chars_block were not used: it consumes more memory
11390: [and, might be slow too] undoing that. [and removed that func so
11391: that it would not confuse parser developer in future]
11392:
11393: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11394: less memory: CORD_chars_block originally intended to
11395: speedup/reduce mem usage were forgotten, and were used stupid
11396: CORD_chars
11397:
11398: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11399:
11400: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11401: BIGENDIAN processors space-conserving mech failed, causing
11402: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11403: (1|2|3));
11404:
11405: 2004-05-14 paf
11406:
11407: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11408: bugfix: void now has vfile value, and $response:body[] works OK
11409:
11410: 2004-05-12 paf
11411:
11412: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11413: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11414: sources to use is_defined() {return as_bool();} along VBool
11415:
11416: 2004-05-11 paf
11417:
11418: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11419: referencing to local objects
11420:
11421: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11422: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11423: left intact
11424:
11425: 2004-04-15 paf
11426:
11427: * src/classes/date.C: merged: beauty: unused var removed
11428:
11429: * src/classes/date.C: beauty: unused var removed
11430:
11431: * src/include/: pa_exec.h: bugfix: interface without pointer
11432: provoked bug
11433:
11434: 2004-04-09 paf
11435:
11436: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11437:
11438: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11439:
11440: 2004-04-08 paf
11441:
11442: * src/classes/date.C: new: ^date::create[y-m-d
11443: h-M-s>>.milliseconds<<] now allowed, ignored so far
11444:
11445: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11446:
11447: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11448: to consult default catalog [usually, that file belongs to other
11449: user/group]
11450:
11451: 2004-04-06 paf
11452:
11453: * src/main/pa_common.C: beauty: gcc warning removed
11454:
11455: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11456: accept that trick, trying other
11457:
11458: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11459: explicit result problem
11460:
11461: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11462: explicit result problem
11463:
11464: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11465: explicit result problem
11466:
11467: * operators.txt, src/classes/string.C: new: ^string.append[string]
11468:
11469: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11470: main/execute.C: attempt_check_call_in_explicit_result_mode:
11471: failed
11472:
11473: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11474: http://i.p.a.ddress gethostbyaddr added [on some platforms
11475: gethostbyname failed with such 'domains'] now checked properly,
11476: were: needless reverse/forward dns lookup
11477:
11478: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11479: http://i.p.a.ddress gethostbyaddr added [on some platforms
11480: gethostbyname failed with such 'domains'] now checked properly,
11481: were: needless reverse/forward dns lookup
11482:
11483: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11484: @method[][result] means "no string output here" moved to lexical
11485: level [on grammar level it were too difficult]
11486:
11487: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11488: src/main/compile.y, src/main/compile_tools.h,
11489: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11490: @method[][result] means "no string output here", implemented part
11491: of that idea: compiler throws away string literal generation
11492: code. and barks nonwhitespace chars
11493:
11494: * operators.txt: truth: removed comment about $ORIGIN
11495:
11496: 2004-04-05 paf
11497:
11498: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11499: src/include/pa_version.h, src/main/pa_common.C,
11500: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11501:
11502: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11503: Konstantin Tomashevitch [mailto:konst@design.ru]
11504:
11505: * src/doc/html2chm.cmd: beauty: no need in bg here
11506:
11507: * src/doc/sources2html.cmd: beauty: same window, in bg it
11508: interfered with FAR console
11509:
11510: * configure, configure.in: 3.1.3
11511:
11512: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11513:
11514: * src/main/pa_common.C: removed warning
11515:
11516: * src/include/pa_version.h: 3.1.3
11517:
11518: 2004-04-02 paf
11519:
11520: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11521:
11522: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11523: allows to specify where to put parser log file
11524:
11525: 2004-04-01 paf
11526:
11527: * src/classes/table.C: bugfix: bugfix: table::load last line
11528: without tab and enter were ignored
11529:
11530: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11531: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11532: main/pa_socks.C, targets/cgi/parser3.C,
11533: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11534: bugfix: sql connections now are disconnected
11535:
11536: 2004-03-30 paf
11537:
11538: * src/classes/table.C: bugfix: table::load last line without tab
11539: and enter were ignored
11540:
11541: * src/classes/table.C: bufix: if last table lines were commented,
11542: gpfed
11543:
11544: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11545: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11546: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11547: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11548: doc/methoded.dox, doc/object.dox, doc/string.dox,
11549: doc/targets.dox, doc/value.dox, include/pa_version.h,
11550: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11551: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11552: bugfixes from 3.1.2, changed version to 3.1.3beta
11553:
11554: 2004-03-29 paf
11555:
11556: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11557: causes gpf
11558:
11559: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11560: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11561: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11562: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11563: value.dox: translated to english
11564:
11565: 2004-03-25 paf
11566:
11567: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11568: parser3project dependency removed
11569:
11570: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11571: bugfix: refused to compile without xml
11572:
11573: * src/types/pa_vform.C: beauty: removed warning
11574:
11575: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11576: any folder [removed last ;) folder dependency]
11577:
11578: * src/classes/classes.vcproj: bugfix: now all compiles in any
11579: folder [removed last ;) folder dependency]
11580:
11581: * src/include/pa_version.h: release
11582:
11583: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11584:
11585: * src/classes/table.C: beauty: comment& more meaningful error
11586: message
11587:
11588: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11589: $.hash[$.column_value1(true) ... ] [were producing some strang
11590: thing]
11591:
11592: 2004-03-23 paf
11593:
11594: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11595: and http status line parsing checked number of columns in table
11596: [user reported an assert]
11597:
11598: * operators.txt: example: on hashfile
11599:
11600: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11601: bugfix: junction reattach now actually reattaches a junction to
11602: new wcontext [were only assigning it to junction, which caused
11603: junction tracking to loose junction, and it's context were not
11604: killed, and it tried to process in invalid context, gpf]
11605:
11606: * src/targets/cgi/parser3.C: debug helper added
11607:
11608: 2004-03-19 paf
11609:
11610: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11611: "type(type)" in braces
11612:
11613: 2004-03-10 paf
11614:
11615: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11616: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11617: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11618: solution to search-in-namespaces problem:
11619: $xdoc.search-namespaces.x[http://pif.design.ru/]
11620: $nodes[^xdoc.select[//x:second]]
11621:
11622: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11623: expression][[NAMESPACES HASH]] allows to search for info in
11624: namespaces
11625:
11626: $nodes[^xdoc.select[//x:second][
11627: $.x[http://pif.design.ru/] ]]
11628:
11629: 2004-03-09 paf
11630:
11631: * operators.txt, src/main/pa_common.C: new:
11632: ^file::load[...][options] $.form[
11633: !$.field1[string]
11634: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11635: ] !$.body[string]
11636:
11637: GET ?here notGET(POST, HEAD, others) in content-type:
11638: application/x-www-form-urlencoded
11639:
11640: todo: upload files ability
11641:
11642: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11643: properly, done
11644:
11645: 2004-03-05 paf
11646:
11647: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11648: GET/POST $.form[$.fields started, not tested yet
11649: todo:$.field[table] for multiple values
11650:
11651: * operators.txt: new: http:// options $.user $.password basic
11652: authorization
11653:
11654: * src/main/pa_common.C: beauty: link to rtf added
11655:
11656: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11657: new: http:// options $.user $.password basic authorization
11658:
11659: * src/main/pa_common.C: beauty: removed needless vars
11660:
11661: * operators.txt: new: pgsql option [like that recently added to
11662: oracle driver] ClientCharset=parser-charset <<
11663: charset in which parser thinks client works
11664:
11665: * operators.txt: new: odbc option [like that recently added to
11666: oracle driver] ClientCharset=parser-charset <<
11667: charset in which parser thinks client works
11668:
11669: * src/sql/pa_sql_driver.h: beauty: important warning added
11670:
11671: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11672: char!
11673:
11674: * etc/parser3.charsets/windows-1251.cfg: typo
11675:
11676: 2004-03-04 paf
11677:
11678: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11679: cached, sql transcoding now goes faster
11680:
11681: * operators.txt: new: mysql option [like that recently added to
11682: oracle driver] ClientCharset=parser-charset <<
11683: charset in which parser thinks client works
11684:
11685: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11686: typo error
11687:
11688: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11689: chars commented
11690:
11691: 2004-03-03 paf
11692:
11693: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11694: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11695:
11696: 2004-03-02 paf
11697:
11698: * operators.txt: new[update typo]: !^void.left(n)
11699: nothing !^void.right(n) nothing !^void.mid(p[;n])
11700: nothing
11701:
11702: * operators.txt, src/classes/void.C: new: !^void.left(n)
11703: nothing !^void.right(n) nothing !^void.pos(p[;n])
11704: nothing
11705:
11706: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11707: ^file::sql[[name_to_become_$.name]]{} query result must be one
11708: row with columns: first: data second: file name third:
11709: content-type
11710:
11711: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11712: ^connect gets properly escaped string, which can be passed to
11713: request now this for mysql only. it's up to parser sql driver to
11714: fix zeros properly
11715:
11716: * INSTALL: note: added on building apache with this option:
11717: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11718:
11719: 2004-03-01 paf
11720:
11721: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11722: extension memory:compact befor processingrequest
11723:
11724: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11725: call sole column of result
11726:
11727: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11728: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11729: pixel color
11730:
11731: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11732: beauty: image -- less checks [were ugly impl]
11733:
11734: * src/classes/string.C: bugfix: ^string.left/right/mid with
11735: negative values now considered bad
11736:
11737: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11738:
11739: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11740: options now have unified defaults [after transform
11741: indent/omit-xml-declaration/standalone 'default' erroreously
11742: meant 'true']
11743:
11744: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11745: added [on some platforms gethostbyname failed with such
11746: 'domains']
11747:
11748: * src/include/pa_config_auto.h.in: no select check, no define
11749:
11750: * src/classes/string.C: feature: ^string.trim both parameters may
11751: be empty-strings, meaning kind=both chars=whitespaces
11752:
11753: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11754: exist
11755:
11756: * src/classes/string.C: check: trim 'chars' must not be empty,
11757: exception if it is
11758:
11759: * src/classes/string.C: changed: ^string.trim [] << both,
11760: whitespaces [start|both|end] << kind, whitespaces
11761: [start|both|end;chars] full
11762:
11763: 2004-02-27 paf
11764:
11765: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11766: method: ^string.trim[start|both|end[;chars]] default
11767: 'chars' -- whitespace chars finished
11768:
11769: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11770: src/main/pa_string.C: new method:
11771: ^string.trim[start|both|end[;chars]] default 'chars' --
11772: whitespace chars started, only start works
11773:
11774: * src/main/compile.C: bugfix: line numbers after
11775: ^process{}[$.line(-10]] can be negative, allowed to print they as
11776: signed
11777:
11778: * src/main/untaint.C: speed: there's no \n chars in output
11779: [normally], so no need to optimize them they could be retrived
11780: from databases, though. but 1. should be replaced 2. if not
11781: optimized, no harm done
11782:
11783: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11784: ^file::exec/cgi could return invalid status & zombie child can
11785: remain for short period until process exists [very bad in
11786: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11787:
11788: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11789: malicious SMTP server to attack as by returning too long status
11790: responses http://i2/tasks/edit/?id=4629448401140924947
11791:
11792: 2004-02-26 paf
11793:
11794: * operators.txt: feature: ^process...{CODE}[now has options] which
11795: are $.main[to what to rename @main] $.file[file,
11796: from which (user says) goes that CODE] $.lineno(line
11797: number in that file, where CODE starts. may be negative)
11798:
11799: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11800: src/main/compile.C, src/main/compile_tools.h,
11801: src/main/pa_request.C: feature: ^process...{CODE}[now has
11802: options] which are $.main[to what to rename @main]
11803: $.file[file, from which (user says) goes that CODE]
11804: $.lineno(line number in that file, where CODE starts. may be
11805: negative)
11806:
11807: 2004-02-25 paf
11808:
1.116 moko 11809: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11810: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11811:
11812: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11813: produces hash of column=>1
11814:
11815: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11816: with incomplete errno constants set
11817:
11818: 2004-02-24 paf
11819:
11820: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11821: "man select"
11822:
11823: * src/main/pa_os.C: beauty: <0 better then ==-1
11824:
11825: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11826:
11827: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11828:
1.116 moko 11829: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11830:
11831: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11832: unix: steps to work on unix [extracted 'to']
11833:
11834: * src/classes/mail.C: smtp on unix: steps to work on unix
11835:
11836: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11837:
1.116 moko 11838: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11839: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11840: unix [testing on solaris]
1.95 moko 11841:
11842: 2004-02-20 paf
11843:
11844: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11845: pointing that out
11846:
11847: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11848: fixed again [same solution, mistanenly removed one line]
11849:
11850: 2004-02-19 paf
11851:
11852: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11853: date::create from bad datetime in spring daylightsaving hole now
11854: OK for all platforms [on some platforms it failed]
11855:
11856: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11857: in daylightsaving hole] now throws error
11858:
11859: * src/classes/date.C: comment: mistake fixed
11860:
11861: 2004-02-18 paf
11862:
11863: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11864: now renderes in $request:charset, but in header puts
11865: $response:charset todo: make that default only so that coder
11866: could override that
11867:
11868: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11869: turns off omit-xml-declaration
11870:
11871: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11872: /.xsl for sample
11873:
11874: 2004-02-17 paf
11875:
11876: * src/classes/xdoc.C: beauty: needless helper class removed
11877:
11878: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11879: copied extra time
11880:
11881: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11882: part of libxml
11883:
11884: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11885: libxml to do the work] <xsl:output method="html"
11886: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11887: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11888: />
11889:
11890: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11891:
11892: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11893: caused assertion
11894:
11895: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11896: could hang. now such add does nothing, sub clears $hash
11897:
11898: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11899: not made quoted-printable
11900:
11901: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11902: string invariant
11903:
11904: 2004-02-16 paf
11905:
11906: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11907: cleared [were not cleared properly]
11908:
11909: 2004-02-13 paf
11910:
1.116 moko 11911: * src/include/pa_version.h: prerelease
1.95 moko 11912:
11913: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11914: used, introducing dependencies timestamp check
11915:
11916: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11917: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11918: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11919: .xsl.stamp now not used, introducing dependencies timestamp check
11920:
11921: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11922:
11923: 2004-02-12 paf
11924:
11925: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11926: ruined empty <input type=file> submits. parser thought there were
11927: nameless empty file and $form:field got value of type 'file'
11928:
11929: * INSTALL: --without-threads
11930:
11931: * src/include/pa_sapi.h: 2004
11932:
11933: 2004-02-11 paf
11934:
11935: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11936: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11937: classes/hashfile.C, classes/image.C, classes/int.C,
11938: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11939: classes/response.C, classes/string.C, classes/table.C,
11940: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11941: include/pa_array.h, include/pa_cache_managers.h,
11942: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11943: include/pa_config_fixed.h, include/pa_config_includes.h,
11944: include/pa_dictionary.h, include/pa_dir.h,
11945: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11946: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11947: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11948: include/pa_request_charsets.h, include/pa_request_info.h,
11949: include/pa_socks.h, include/pa_sql_connection.h,
11950: include/pa_sql_driver_manager.h, include/pa_stack.h,
11951: include/pa_string.h, include/pa_stylesheet_connection.h,
11952: include/pa_stylesheet_manager.h, include/pa_table.h,
11953: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11954: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11955: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11956: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11957: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11958: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11959: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11960: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11961: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11962: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11963: main/pa_sql_driver_manager.C, main/pa_string.C,
11964: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11965: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11966: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11967: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11968: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11969: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11970: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11971: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11972: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11973: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11974: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11975: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11976: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11977: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11978: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11979: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11980: types/pa_vresponse.h, types/pa_vstateless_class.C,
11981: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11982: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11983: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11984: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11985: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11986: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11987:
11988: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11989: debug version of gc.dll
11990:
11991: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11992: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11993: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11994: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11995: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11996: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11997: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11998: processes
11999:
12000: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12001: main/pa_globals.C, targets/cgi/parser3.vcproj,
12002: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12003: changes to reflect libxml xsl new folders
12004:
12005: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12006: lib/smtp/smtp.vcproj, main/main.vcproj,
12007: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12008: to reflect libxml xsl new folders
12009:
12010: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12011: lib/smtp/smtp.vcproj, main/main.vcproj,
12012: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12013: types/types.vcproj: started changes to reflect libxml xsl new
12014: folders
12015:
12016: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12017: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12018: src/main/compile.tab.C, src/main/main.vcproj,
12019: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12020: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12021: started changes to reflect libxml xsl new folders
12022:
12023: 2004-02-10 paf
12024:
12025: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12026: compile. recommened latest libxml up to date
12027:
12028: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12029: pattern compilation errors", on which spent 4 hours worktime. use
12030: versions higher than that. recommended now latest up to date
12031:
12032: 2004-02-06 paf
12033:
12034: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12035: beauty: unified destructing style
12036:
12037: * src/main/untaint.C: beauty: removed old def/ifdef
12038:
12039: * src/main/untaint.C: beauty: coredump @unknown untaint language
12040: now
12041:
12042: 2004-02-03 paf
12043:
12044: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12045: targets/isapi/parser3isapi.C, types/pa_value.C,
12046: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12047: then %ld/%lu
12048:
12049: * src/main/pa_common.C: typo: %l -> %u
12050:
12051: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12052: in attributes or documents-results of transform now not xx;
12053:
12054: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12055:
12056: * src/main/pa_charset.C: bugfix: forgot to undo some
12057:
12058: * src/main/pa_charset.C: beauty: uncomment
12059: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12060: libraries
12061:
12062: 2004-02-02 paf
12063:
12064: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12065: $cookie:example[ $.value[value] $.path[/there/] ]
12066:
12067: $cookie:example[ $.value[] $.expires[session]
12068: $.path[/there/] $.domain[test.com] ]
12069:
12070: * src/types/pa_vform.C: bugfix: empty values with
12071: enctype=multipart/form-data now produce entries in $form:tables
12072: <form method=post enctype=multipart/form-data> <input type=hidden
12073: name=a> <input type=hidden name=b>
12074:
12075: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12076: <hr> <pre>$request:body
12077:
12078: 2004-01-30 paf
12079:
12080: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12081: or documents-results of transform now not xx;
12082:
12083: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12084: produce exception.
12085:
12086: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12087: bugfix: ^date::create[invalid fields now produce exception.
12088:
12089: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12090: year] now produces exception. todo: check other fields
12091:
12092: 2004-01-29 paf
12093:
12094: * src/include/pa_memory.h: typo error
12095:
12096: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12097: more byte then specified, then zeroed it << useless and
12098: potentially harmful(could gpf)
12099:
12100: 2004-01-22 paf
12101:
12102: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12103:
12104: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12105: optimization
12106:
12107: * src/main/untaint.C: bugfix: whitespace now optimized properly
12108: [were bug: ^taint[1 & 2]="1 &2"
12109:
12110: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12111: errors
12112:
12113: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12114: overflow
12115:
12116: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12117: error-reporting code * in parser-error reporting code [when no
12118: @unhandled_exception defined]
12119:
12120: fixed in one place: my *snprintf override
12121:
12122: 2004-01-13 paf
12123:
12124: * operators.txt: typo erro
12125:
12126: 2003-12-25 paf
12127:
12128: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12129: garbled [pieces after zero bytes were removed]
12130:
12131: 2003-12-22 paf
12132:
1.116 moko 12133: * src/include/Makefile.am: bugfix: removed from dist:
12134: src/include/pa_config_auto.h which were configured for
1.95 moko 12135: make-dist-platform and badly updated proper config file in target
12136: [when .tar used for updating existing source tree]
12137:
12138: * ChangeLog, operators.txt, src/classes/op.C,
12139: src/include/pa_sql_connection.h,
12140: src/include/pa_sql_driver_manager.h,
12141: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12142: feature: sql introducing ability to transcode charsets
12143:
12144: 2003-12-19 paf
12145:
12146: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12147: error message
12148:
12149: * src/main/pa_charset.C: bugfix: memory for charsethandler
12150: structure for libxml now allocated properly
12151:
12152: 2003-12-17 paf
12153:
12154: * src/types/pa_vfile.C: beauty: removed outdated cast
12155:
12156: * src/main/pa_common.C: bugfix: empty http response caused gpf
12157:
12158: * src/include/pa_string.h: bugfix: removed too strong a assert
12159:
12160: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12161: unreported xmlGenericErrors]
12162:
12163: 2003-12-15 paf
12164:
12165: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12166: works}
12167:
12168: 2003-12-11 paf
12169:
12170: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12171: id
12172: !$status:tid thread id
12173:
12174: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12175: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12176: bugfix(solaris): removed dependency on object initialization
12177: order [one more place]
12178:
12179: * src/: classes/file.C, classes/mail.C, classes/op.C,
12180: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12181: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12182: understand that
12183:
12184: * src/: classes/file.C, classes/mail.C, classes/op.C,
12185: classes/xdoc.C, include/pa_cache_managers.h,
12186: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12187: include/pa_stylesheet_manager.h, main/pa_request.C,
12188: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12189: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12190: ctor call [relying on implicit String::Body(cstr) call]
12191:
12192: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12193: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12194: object initialization order [two places]
12195:
12196: 2003-12-10 paf
12197:
12198: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12199: << time now ok
12200:
12201: * operators.txt, src/main/pa_sql_driver_manager.C,
12202: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12203: operational
12204:
12205: * ChangeLog, operators.txt, src/classes/xdoc.C,
12206: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12207: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12208: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12209: back operational
12210:
12211: 2003-12-02 paf
12212:
12213: * src/types/pa_vmail.C: bugfix:
12214: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12215: as-is forced]
12216:
12217: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12218: exceptions out of libxml callbacks: reimplemented error handling
12219: of http://localhost, parser://method and safemode check callbacks
12220:
12221: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12222: [merged from HEAD]
12223:
12224: * src/classes/image.C: nothing: comment removed
12225:
12226: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12227: addresses to int
12228:
12229: 2003-12-01 paf
12230:
12231: * src/main/pa_xml_io.C: bugfix: typo
12232:
12233: * src/main/pa_globals.C: bugfix: win32: compile prob
12234:
12235: * src/classes/xdoc.C: bugfix: typo
12236:
12237: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12238: exception
12239:
12240: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12241:
12242: 2003-11-28 paf
12243:
12244: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12245: all xml documents read
12246:
12247: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12248:
12249: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12250: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12251: replaced original open mech of xdoc::create & co to use libxml
12252: open, so that this would work for root document todo: safe mode
12253: checks to libxml: ideally to some 1 point
12254:
12255: * src/main/pa_xml_io.C: comment
12256:
12257: * operators.txt, src/main/pa_xml_io.C: leading / in
12258: http://parser[abscent params]
12259:
12260: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12261: works. todo: maybe replace original open mech of xdoc::create &
12262: co to use libxml open, so that this would work for root document
12263:
12264: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12265: "parser://method/params/here"> <test> &test^; </test> }]
12266:
12267: ^taint[^xdoc.string[]]
12268:
12269: @method[param] <!ENTITY test
12270: "test-entity-value+$form:user+$param!">
12271:
12272: 2003-11-27 paf
12273:
12274: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12275:
12276: * src/classes/date.C: bugfix: typo error
12277:
12278: 2003-11-26 paf
12279:
12280: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12281: src/main/Makefile.am, src/main/main.vcproj,
12282: src/main/pa_globals.C, src/main/pa_request.C,
12283: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12284: xml errors to hash<thread_id,error> reorganization: xml io moved
12285: to pa_xml_io.C/h
12286:
12287: * src/types/pa_value.h: warnings: --
12288:
12289: 2003-11-25 paf
12290:
12291: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12292: whatever)
12293:
12294: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12295: a, (c?x:y, z)
12296:
12297: * src/main/untaint.C: bugfix: consequences of not reading this
12298: comment: CORD_pos_chars_left /* Number of characters in cache.
12299: <= 0 ==> none */
12300:
12301: * src/include/pa_array.h: removed needless checks
12302:
12303: 2003-11-24 paf
12304:
12305: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12306: removed limit: now $form:xxx can be accessed anytime, even in
12307: @auto/conf [and request/response:charset still can be changed
12308: anytime]
12309:
12310: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12311: now not transcodes response body
12312:
12313: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12314: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12315: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12316: $xdoc.firstChild.firstChild.nodeValue[different]
12317: ^taint[^xdoc.string[]]
12318:
12319: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12320: workaround: static Hash::allocates -> static Hash_allocates
12321:
12322: 2003-11-21 paf
12323:
1.116 moko 12324: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12325: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12326: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12327:
12328: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12329:
12330: * src/classes/mail.C: bugfix: typo
12331:
12332: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12333: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12334: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12335: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12336: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12337: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12338:
12339: * src/main/pa_exec.C: bug in safe mode
12340:
12341: * src/include/Makefile.am: pa_xml_exception.h
12342:
12343: * src/targets/isapi/parser3isapi.C: more warnings --
12344:
12345: 2003-11-20 paf
12346:
12347: * src/: classes/math.C, classes/op.C, classes/string.C,
12348: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12349: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12350: --
12351:
12352: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12353: more warnings --
12354:
12355: * src/classes/xdoc.C: more warnings --
12356:
12357: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12358:
12359: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12360: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12361:
12362: * src/: classes/date.C, classes/file.C, classes/hash.C,
12363: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12364: classes/table.C, include/pa_cache_managers.h,
12365: include/pa_stylesheet_connection.h, main/pa_request.C,
12366: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12367: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12368: --
12369:
12370: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12371: can't report problem (undefined @unhandled_exception) problem
12372: source string were not reported
12373:
12374: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12375: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12376: classes/hashfile.C, classes/image.C, classes/int.C,
12377: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12378: classes/response.C, classes/string.C, classes/table.C,
12379: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12380: include/pa_array.h, include/pa_cache_managers.h,
12381: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12382: include/pa_config_fixed.h, include/pa_dictionary.h,
12383: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12384: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12385: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12386: include/pa_request.h, include/pa_request_charsets.h,
12387: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12388: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12389: include/pa_stack.h, include/pa_string.h,
12390: include/pa_stylesheet_connection.h,
12391: include/pa_stylesheet_manager.h, include/pa_table.h,
12392: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12393: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12394: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12395: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12396: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12397: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12398: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12399: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12400: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12401: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12402: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12403: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12404: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12405: targets/isapi/parser3isapi.C, types/pa_junction.h,
12406: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12407: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12408: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12409: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12410: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12411: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12412: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12413: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12414: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12415: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12416: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12417: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12418: types/pa_vresponse.h, types/pa_vstateless_class.C,
12419: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12420: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12421: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12422: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12423: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12424: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12425: const IDENT
12426:
12427: * src/: include/pa_array.h, include/pa_pool.h,
12428: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12429: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12430: types/pa_wcontext.h: more warnings --
12431:
12432: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12433: classes/file.C, classes/hash.C, classes/hashfile.C,
12434: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12435: classes/memory.C, classes/op.C, classes/string.C,
12436: classes/table.C, classes/xdoc.C, classes/xnode.C,
12437: include/pa_config_includes.h, include/pa_operation.h,
12438: include/pa_sql_connection.h, include/pa_table.h,
12439: include/pa_types.h, lib/ltdl/config_fixed.h,
12440: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12441: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12442: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12443: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12444: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12445: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12446: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12447: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12448: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12449: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12450: types/pa_vmail.C, types/pa_vobject.C,
12451: types/pa_vstateless_class.h, types/pa_vtable.C,
12452: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12453: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12454: on all projects (except libltdl=off & libsdbm=level3) found
12455: several unitialized vars
12456:
12457: 2003-11-19 paf
12458:
12459: * src/classes/op.C: more ansi C++ comp
12460:
12461: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12462: src/main/pa_request.C: ^cache[...]{body}{catch block with
12463: $exception.handled[cache] meaning "get expired cache, if any.
12464: else error"}
12465:
12466: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12467: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12468: ^cache[...]{body}{catch code with $exception.cache field}
12469:
12470: 2003-11-12 paf
12471:
12472: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12473: [copy/paste bug]
12474:
12475: 2003-11-11 paf
12476:
12477: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12478: failed]
12479:
12480: * bin/auto.p.dist.in: colno
12481:
12482: 2003-11-10 paf
12483:
12484: * src/types/pa_vconsole.h: flush
12485:
12486: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12487: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12488: read/write [for nntp]
12489:
12490: * operators.txt: mysql: transaction support: ?autocommit=0
12491:
12492: * operators.txt: comment: updated
12493:
12494: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12495: serialize version and exipire now removes entries
12496:
12497: * operators.txt: ^hashfile.delete[] removes files altogether [and
12498: dir, if could]
12499:
12500: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12501: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12502: removes files altogether [and dir, if could]
12503:
12504: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12505: nonexistent pair. .c coded that that was error. fixed
12506:
12507: * src/types/pa_vhashfile.C: sdbm: exception type change to
12508: file.access [regretfull can't split it to different exceptions
12509: without modifying sdbm source wich would prefer not to]
12510:
12511: 2003-11-07 paf
12512:
12513: * src/: classes/date.C, classes/file.C, classes/hash.C,
12514: classes/hashfile.C, classes/image.C, classes/table.C,
12515: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12516: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12517: main/execute.C, main/main.vcproj, main/pa_pool.C,
12518: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12519: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12520: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12521: destructing objects at request processing end
12522:
12523: 2003-11-06 paf
12524:
12525: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12526: updates
12527:
12528: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12529: to include sdbm
12530:
1.116 moko 12531: * src/include/: pa_config_includes.h, pa_version.h: our
12532: replacements of max& co only for cpp
1.95 moko 12533:
12534: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12535: upper dir, .am updated
12536:
12537: * tests/todo.txt: hashfile: done
12538:
12539: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12540: expiration [time in value. todo: move time to key]
12541:
12542: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12543:
12544: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12545: to do that in foreach, no errors, but surely wrong]
12546:
12547: * operators.txt, src/types/pa_vhashfile.C,
12548: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12549:
12550: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12551: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12552: foreach
12553:
12554: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12555: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12556:
12557: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12558: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12559:
12560: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12561: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12562: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12563: get/put [raw]
12564:
12565: * src/: classes/op.C, main/pa_os.C: just linked
12566:
12567: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12568: XmlException changes
12569:
12570: * src/: include/pa_charset.h, include/pa_globals.h,
12571: include/pa_stylesheet_connection.h, main/pa_exception.C:
12572: XmlException changes
12573:
12574: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12575:
12576: * src/: include/pa_common.h, include/pa_exception.h,
12577: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12578: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12579: main/pa_xml_exception.C: locking move to pa_os [along with
12580: pa_sleep] apr-impl locking done
12581:
12582: * configure, configure.in, operators.txt, parser3.sln,
12583: src/classes/classes.vcproj, src/classes/hashfile.C,
12584: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12585: src/include/pa_exception.h, src/include/pa_globals.h,
12586: src/include/pa_memory.h, src/include/pa_version.h,
12587: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12588: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12589: src/main/compile.tab.C, src/main/main.vcproj,
12590: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12591: src/types/Makefile.am, src/types/pa_vhash.C,
12592: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12593: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12594: again with sdbm from apache
12595:
12596: 2003-11-05 paf
12597:
12598: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12599: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12600: \parser3project dir anymore
12601:
12602: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12603: thoughtlessly from xalan]
12604:
12605: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12606: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12607: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12608:
12609: * src/main/helpers/CaseFolding.txt:
12610: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12611:
12612: 2003-11-04 paf
12613:
12614: * operators.txt: comment: ^mail:send[$.options[
12615:
12616: * src/classes/table.C: compiled on unix
12617:
1.116 moko 12618: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12619:
12620: * src/classes/mail.C: compiled on unix
12621:
12622: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12623: src/types/pa_vmail.h: !^mail:send[
12624: $.options[unix: string to append to sendmail command
12625: line]
12626:
12627: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12628: tests/todo.txt: ^table.save[... $.separator[^#09]
12629: $.encloser["] <nothing> by default
12630:
12631: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12632: !$.separator[^#09] !$.encloser["] <nothing> by
12633: default
12634:
12635: 2003-11-03 paf
12636:
12637: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12638: ^table::load[; options: !$.column-separator[^#09]
12639: !$.column-encloser["]
12640:
12641: * operators.txt, src/include/pa_config_fixed.h,
12642: src/types/pa_vrequest.C: $request:document-root
12643:
12644: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12645: [already included into uri=xxx]
12646:
12647: * operators.txt, src/classes/image.C, tests/todo.txt:
12648: ^image.gif[filename] for $response:download
12649:
12650: * src/classes/date.C: minor precaution
12651:
12652: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12653: !^date.unix-timestamp[]
12654:
12655: 2003-10-30 paf
12656:
12657: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12658: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12659:
12660: * src/classes/: date.C, image.C: improvement diagnostics:
12661: $now[^date::create[$undefined]] now is error
12662:
12663: * src/main/pa_common.C: read errors would now be reported 'actually
12664: read -1 bytes'
12665:
12666: 2003-10-24 paf
12667:
12668: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12669: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12670: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12671: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12672:
12673: 2003-10-22 paf
12674:
12675: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12676:
12677: 2003-10-21 paf
12678:
12679: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12680: fixed: string.match[g] without <'> option produced columns with
12681: NULL's, which gpf'ed at table.save time
12682:
12683: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12684: recoursion' message with intensive throw-catches fixed: incorrect
12685: name and line (one name upper then needed) in error message about
12686: problems inside try block
12687:
12688: 2003-10-10 paf
12689:
12690: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12691: check offset argument for validity did that in String::Body::pos
12692: myself http://i2/tasks/edit/?id=4577425257580789777
12693:
12694: 2003-10-07 paf
12695:
12696: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12697: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12698:
12699: 2003-10-03 paf
12700:
12701: * parser3.sln, src/include/pa_dictionary.h,
12702: src/main/pa_dictionary.C, src/main/pa_string.C,
12703: src/targets/cgi/parser3.vcproj: dictionary optimized by
12704: precalculating cstr&length
12705:
12706: 2003-10-02 paf
12707:
12708: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12709: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12710: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12711: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12712:
12713: 2003-09-30 paf
12714:
12715: * src/main/pa_string.C: string::replace bug fix [were ignoring
12716: occurrances after lang-mismatched
12717:
12718: 2003-09-29 paf
12719:
12720: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12721: helper
12722:
12723: * src/main/pa_string.C: string::serialize bug fix with
12724: zero-terminator
12725:
12726: * src/classes/table.C: ^nameless_table.save column row now has no
12727: \t at the end
12728:
12729: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12730: @postprocess now takes $response:body/download
12731:
12732: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12733: error message
12734:
12735: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12736:
12737: * src/classes/table.C: bugfix: flip: must produce nameless
12738: http://i2/tasks/edit/?id=4573405524674081244
12739:
12740: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12741: main/helpers/simple_folding.pl: utf-8 upper/lower
12742:
12743: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12744: to typo error http://i2/tasks/edit/?id=4573354650786434584
12745:
12746: 2003-09-26 paf
12747:
12748: * src/main/untaint.C: removed needless field
12749:
12750: * src/main/untaint.C: removed needless const
12751:
12752: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12753: String.for_each bug fixed [omited one-char cases]
12754:
12755: * src/include/pa_stack.h: bugfix: before collecting garbage,
12756: runtime-executor stack were cleared... BADLY
12757:
12758: * src/main/pa_string.C: ^stirng.replace code used old
12759: param-convention on langs.append, fixed that search fo the like,
12760: found none
12761:
12762: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12763: string::serialize/deserialize implemented Language enum assigned
12764: meaningful letters [more convinient for debugging. read warning
12765: before adding/changing anything]
12766:
12767: 2003-09-25 paf
12768:
12769: * src/: include/pa_string.h, include/pa_version.h,
12770: main/pa_string.C, main/untaint.C: templates and anonymous unions
12771: differences on unix
12772:
12773: * parser3.sln, src/classes/file.C, src/classes/image.C,
12774: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12775: src/classes/xdoc.C, src/classes/xnode.C,
12776: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12777: src/include/pa_charsets.h, src/include/pa_common.h,
12778: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12779: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12780: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12781: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12782: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12783: src/main/compile_tools.h, src/main/pa_charset.C,
12784: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12785: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12786: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12787: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12788: src/types/pa_vmail.C, src/types/pa_vmath.C,
12789: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12790: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12791:
12792: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12793: functions aligned to that of eeparser3 look
12794:
12795: * src/lib/cord/cordprnt.c: removed warnings
12796:
12797: 2003-09-24 paf
12798:
12799: * src/: classes/file.C, classes/image.C, classes/mail.C,
12800: classes/op.C, classes/xdoc.C, classes/xnode.C,
12801: include/pa_cache_managers.h, include/pa_charset.h,
12802: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12803: include/pa_sql_driver_manager.h, include/pa_string.h,
12804: include/pa_stylesheet_manager.h, include/pa_table.h,
12805: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12806: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12807: main/pa_sql_driver_manager.C, main/pa_string.C,
12808: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12809: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12810: types/pa_vstateless_class.h, types/pa_vstatus.C,
12811: types/pa_vxnode.C: v() functions of String::Body,
12812: String::Languages and String itself StringBody->String::Body
12813:
12814: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12815: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12816: never optimized anything. todo: somehow speed up harder cases:
12817: concatenationA+concatenationB when last block of A and first of B
12818: contain same letters
12819:
12820: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12821: lib/cord/include/cord.h: langs: speed up by joining adjucent
12822: blocks of same char [CORD_append_block]
12823:
12824: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12825: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12826: save space by extending blocks when appending block with c ==
12827: lastblock.c
12828:
12829: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12830: working yet :( but more working &understood :)
12831:
12832: * src/: classes/table.C, include/pa_string.h,
12833: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12834:
12835: 2003-09-23 paf
12836:
12837: * src/main/untaint.C: $a[ok!] $a works!
12838:
12839: * src/main/untaint.C: something even more works :)
12840:
12841: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12842: something more works :)
12843:
12844: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12845: lib/cord/cordxtra.c: something already works :)
12846:
12847: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12848: serialize&deserialize
12849:
12850: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12851: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12852: main/untaint.C: main idea implemented, details left
12853:
12854: 2003-09-22 paf
12855:
12856: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12857:
12858: * src/classes/xnode.C: copy/paste comment bugfix
12859:
12860: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12861: allocator returns 0, just die.
12862: http://i2/tasks/edit/?id=4570798492410259445
12863:
12864: * src/classes/xdoc.C: copy/paste comment bugfix
12865:
12866: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12867: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12868: xnode: getAttributeNS setAttributeNS removeAttributeNS
12869: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12870:
12871: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12872: chars due to bitwise operation signed-char error]
12873:
12874: 2003-09-19 paf
12875:
12876: * src/types/pa_wcontext.C: output message: more practical
12877: suggestion
12878:
12879: * src/main/pa_common.C, operators.txt: merged
12880: $f[^file::load[binary;http://...]] $f.tables
12881:
12882: 2003-09-02 paf
12883:
12884: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12885: flush stdout without referencing 'stdout' symbol. to hell with
12886: non-ansi libraries without 'stdout' symbol
12887:
12888: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12889: unix (users reported problems with some old libc)
12890:
12891: * src/types/pa_vdate.h: forgot initializer
12892:
12893: 2003-09-01 paf
12894:
12895: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12896: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12897: zone]
12898:
12899: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12900:
12901: 2003-08-19 paf
12902:
12903: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12904: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12905: simplified a little
12906:
12907: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12908: [lost fix from 3.0.8]
12909:
12910: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12911: visible here }
12912:
12913: bug fix
12914:
12915: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12916:
12917: * src/main/compile.tab.C: initialized couple of variables about
12918: which user reported runtime problems when parser were compiled
12919: with VC7, warning level4. study shows that later in bison
12920: they've fixed that. would migrate to latest bison someday
12921:
12922: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12923: recoding headers)
12924:
12925: * src/types/pa_vmail.C: works as before, same charset problems:
12926: gmime recodes to UTF-8 only headers, not body. so not recoding
12927: anything for now
12928:
12929: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12930: problems with body
12931:
12932: * src/types/pa_vmail.C: mail_receive just compiled
12933:
12934: 2003-08-18 paf
12935:
12936: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12937: main/main.vcproj, types/types.vcproj: win32: continued process
12938: detaching from \parser3project directory
12939:
12940: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12941: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12942: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12943: src/lib/pcre/pcre_dftables.dsp,
12944: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12945: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12946: src/types/types.dsp: moved to MSVC 7
12947:
12948: * gnu.vcproj.vspscc, parser3.vssscc,
12949: src/classes/classes.vcproj.vspscc,
12950: src/lib/cord/cord.vcproj.vspscc,
12951: src/lib/ltdl/libltdl.vcproj.vspscc,
12952: src/lib/md5/md5.vcproj.vspscc,
12953: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12954: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12955: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12956: src/targets/isapi/parser3isapi.vcproj.vspscc,
12957: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12958: moved to MSVC 7
12959:
12960: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12961: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12962: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12963: src/lib/pcre/pcre_dftables.vcproj,
12964: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12965: src/targets/cgi/parser3.vcproj,
12966: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12967: new VS project files
12968:
12969: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12970: .NET to detect Jalindi Igloo capabilities.
12971:
12972: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12973: src/classes/classes.awk, src/doc/footer.htm,
12974: src/include/pa_config_fixed.h, src/include/pa_version.h,
12975: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12976: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12977: src/types/pa_vmail.C: merged 3.1.0 latest changes
12978:
12979: 2003-08-15 paf
12980:
12981: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12982: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12983:
12984: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12985: non-ascii <yyy> now encoded correctly
12986:
12987: 2003-07-29 paf
12988:
1.116 moko 12989: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12990: dist
1.95 moko 12991:
12992: * src/types/pa_vmail.C: just started --with-mail-receive
12993:
12994: 2003-07-28 paf
12995:
1.116 moko 12996: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12997: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12998:
12999: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13000:
13001: 2003-07-25 paf
13002:
13003: * src/doc/footer.htm: year
13004:
13005: 2003-07-24 paf
13006:
13007: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13008: fix
13009:
13010: * src/include/pa_version.h: release
13011:
1.116 moko 13012: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13013:
13014: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13015: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13016: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13017: getting rid of win32xml pseudo project
13018:
13019: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13020:
1.116 moko 13021: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13022: configure.in, operators.txt, parser3.dsw,
1.95 moko 13023: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13024: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13025: src/classes/classes.C, src/classes/classes.awk,
13026: src/classes/classes.dsp, src/classes/classes.h,
13027: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13028: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13029: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13030: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13031: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13032: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13033: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13034: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13035: src/include/pa_array.h, src/include/pa_cache_managers.h,
13036: src/include/pa_charset.h, src/include/pa_charsets.h,
13037: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13038: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13039: src/include/pa_dictionary.h, src/include/pa_dir.h,
13040: src/include/pa_exception.h, src/include/pa_exec.h,
13041: src/include/pa_globals.h, src/include/pa_hash.h,
13042: src/include/pa_memory.h, src/include/pa_opcode.h,
13043: src/include/pa_operation.h, src/include/pa_pool.h,
13044: src/include/pa_pragma_pack_begin.h,
1.95 moko 13045: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13046: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13047: src/include/pa_sapi.h, src/include/pa_socks.h,
13048: src/include/pa_sql_connection.h,
13049: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13050: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13051: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13052: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13053: src/include/pa_uue.h, src/lib/Makefile.am,
13054: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13055: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13056: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13057: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13058: src/lib/cord/include/ec.h,
13059: src/lib/cord/include/private/Makefile.am,
13060: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13061: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13062: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13063: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13064: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13065: src/main/compile_tools.C, src/main/compile_tools.h,
13066: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13067: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13068: src/main/pa_charsets.C, src/main/pa_common.C,
13069: src/main/pa_dictionary.C, src/main/pa_dir.C,
13070: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13071: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13072: src/main/pa_request.C, src/main/pa_socks.C,
13073: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13074: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13075: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13076: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13077: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13078: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13079: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13080: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13081: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13082: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13083: src/targets/isapi/parser3isapi.dsp,
13084: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13085: src/types/pa_junction.h, src/types/pa_method.h,
13086: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13087: src/types/pa_vclass.C, src/types/pa_vclass.h,
13088: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13089: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13090: src/types/pa_vdouble.h, src/types/pa_venv.h,
13091: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13092: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13093: src/types/pa_vimage.C, src/types/pa_vimage.h,
13094: src/types/pa_vint.h, src/types/pa_vjunction.h,
13095: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13096: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13097: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13098: src/types/pa_vobject.C, src/types/pa_vobject.h,
13099: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13100: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13101: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13102: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13103: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13104: src/types/pa_vstring.h, src/types/pa_vtable.C,
13105: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13106: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13107: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13108: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13109: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13110: HEAD
13111:
13112: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13113: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13114: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13115: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13116: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13117: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13118: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13119: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13120: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13121: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13122: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13123: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13124: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13125: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13126: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13127: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13128: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13129: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13130: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13131: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13132: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13133: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13134: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13135: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13136: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13137: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13138: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13139: outputs/create-dir, results/001.processed, results/002.processed,
13140: results/003.processed, results/004.processed,
13141: results/005.processed, results/006.processed,
13142: results/007.processed, results/008.processed,
13143: results/009.processed, results/010.processed,
13144: results/011.processed, results/012.processed,
13145: results/013.processed, results/014.processed,
13146: results/015.processed, results/016.processed,
13147: results/017.processed, results/018.processed,
13148: results/019.processed, results/020.processed,
13149: results/021.processed, results/022.processed,
13150: results/023.processed, results/024.processed,
13151: results/025.processed, results/026.processed,
13152: results/027.processed, results/028.processed,
13153: results/029.processed, results/030.processed,
13154: results/031.processed, results/032.processed,
13155: results/033.processed, results/034.processed,
13156: results/035.processed, results/036.processed,
13157: results/037.processed, results/038.processed,
13158: results/039.processed, results/040.processed,
13159: results/041.processed, results/042.processed,
13160: results/043.processed, results/044.processed,
13161: results/045.processed, results/046.processed,
13162: results/047.processed, results/048.processed,
13163: results/049.processed, results/050.processed,
13164: results/051.processed, results/052.processed,
13165: results/053.processed, results/054.processed,
13166: results/055.processed, results/056.processed,
13167: results/057.processed, results/058.processed,
13168: results/059.processed, results/060.processed,
13169: results/061.processed, results/062.processed,
13170: results/063.processed, results/064.processed,
13171: results/065.processed, results/066.processed,
13172: results/067.processed, results/068.processed,
13173: results/069.processed, results/070.processed,
13174: results/071.processed, results/072.processed,
13175: results/073.processed, results/074.processed,
13176: results/075.processed, results/076.processed,
13177: results/077.processed, results/078.processed,
13178: results/079.processed, results/080.processed,
13179: results/081.processed, results/082.processed,
13180: results/083.processed, results/084.processed,
13181: results/085.processed, results/086.processed,
13182: results/087.processed, results/088.processed,
13183: results/089.processed, results/090.processed,
13184: results/091.processed, results/092.processed,
13185: results/093.processed, results/094.processed,
13186: results/095.processed, results/096.processed,
13187: results/097.processed, results/098.processed,
13188: results/099.processed, results/100.processed,
13189: results/101.processed, results/102.processed,
13190: results/103.processed, results/104.processed,
13191: results/105.processed, results/106.processed,
13192: results/107.processed, results/108.processed,
13193: results/109.processed, results/110.processed,
13194: results/111.processed, results/112.processed,
13195: results/113.processed, results/114.processed,
13196: results/115.processed, results/116.processed,
13197: results/117.processed, results/118.processed,
13198: results/119.processed, results/120.processed,
13199: results/121.processed, results/122.processed,
13200: results/123.processed, results/124.processed,
13201: results/125.processed, results/126.processed,
13202: results/127.processed, results/128.processed,
13203: results/129.processed, results/130.processed,
13204: results/131.processed, results/132.processed,
13205: results/133.processed, results/134.processed,
13206: results/135.processed, results/136.processed,
13207: results/137.processed, results/138.processed,
13208: results/139.processed, results/140.processed,
13209: results/141.processed: merged(copied) to HEAD from template_gc
13210:
13211: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13212: towards \parser3project not having to be in root
13213:
13214: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13215: module compiled [were minor unnecessary changes in lib/md5
13216: interface]
13217:
13218: * src/include/pa_version.h: release
13219:
13220: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13221:
13222: * src/classes/math.C: merged uuid bugfix
13223:
13224: * tests/: 141.html, results/141.processed: fixed bug with
13225: too-small-a-buffer
13226:
13227: * src/classes/math.C: uuid bugfix
13228:
13229: * tests/: 141.html, Makefile, results/005.processed,
13230: results/030.processed, results/075.processed,
13231: results/078.processed: to reflect date format change (were -
13232: become ' ')
13233:
13234: * src/classes/math.C: uuid bugfix
13235:
13236: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13237: debug/release changes
13238:
13239: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13240:
13241: 2003-07-23 paf
13242:
13243: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13244: renamed a little [to move to comman naming conv]
13245:
1.116 moko 13246: * src/targets/Makefile.am: apache13 splitted to simplify apache
13247: build
1.95 moko 13248:
13249: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13250: main/pa_request.C, main/pa_sql_driver_manager.C,
13251: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13252: stack top_index() fixed
13253:
13254: * src/main/pa_globals.C: minor style changes
13255:
13256: * src/: classes/op.C, include/pa_sql_connection.h: connection
13257: closing/caching fixed [connections were not closed/put to cache]
13258:
13259: 2003-07-22 paf
13260:
13261: * INSTALL: gc part updated stightly
13262:
13263: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13264: new sapi interface
13265:
13266: * src/classes/file.C: comment on OS
13267:
13268: * src/main/pa_string.C: removed reduntant invariant check [there is
13269: one deeper in cord lib]
13270:
13271: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13272:
13273: * src/main/pa_memory.C: out of memory is no longer coredump
13274:
13275: * INSTALL: disable-threads adviced
13276:
13277: 2003-07-21 paf
13278:
1.116 moko 13279: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13280:
13281: * src/classes/file.C: file::exec/cgi environment variables now must
13282: be UPPERCASE and A-Z 0-9 _-
13283:
13284: * src/classes/file.C: env passing fixed
13285:
13286: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13287:
13288: * src/main/pa_common.C: http:// CRLF now
13289:
13290: 2003-07-02 paf
13291:
13292: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13293: fields to reflect their real meaning
13294:
13295: 2003-06-27 paf
13296:
13297: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13298: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13299: file::exec/cgi .charset
13300:
13301: 2003-06-26 paf
13302:
13303: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13304: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13305: src/classes/table.C: fixed several uninitialized local
13306: structures. notably ^hash.foreach now inserts delimiters
13307: properly [were inserting it before first body]
13308:
13309: 2003-06-24 paf
13310:
13311: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13312:
13313: 2003-06-20 paf
13314:
13315: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13316: src/main/pa_globals.C: introducing
13317: $f[^file::load[binary;http://...]] $f.tables
13318:
13319: 2003-06-06 paf
13320:
13321: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13322: table. [were method lookup: inconsistent]
13323:
13324: 2003-06-02 paf
13325:
13326: * src/include/pa_memory.h: empty string clone fixed to return
13327: writable memory
13328:
13329: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13330: were not appended] which violated string invariant
13331:
13332: 2003-05-30 paf
13333:
13334: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13335: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13336:
13337: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13338: GMT ; RFC 822, updated by RFC 1123
13339:
13340: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13341: targets/isapi/parser3isapi.C: initialized request_info properly
13342:
13343: * src/classes/xnode.C: found minor bug, commended for future
13344:
13345: 2003-05-28 paf
13346:
13347: * src/classes/form.C: request_info.content_length can't be <0,
13348: size_t for some time
13349:
13350: 2003-05-26 paf
13351:
13352: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13353: forgotten <0 changed to !=STRING_NOT_FOUND
13354:
13355: * src/classes/math.C: merged ffffu from HEAD
13356:
13357: 2003-05-11 paf
13358:
13359: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13360:
13361: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13362: premature doc free. transformed document had xmlDoc reference
13363: stored to non-gc-memory (libgdome) added holding-reference
13364:
13365: 2003-04-29 paf
13366:
13367: * src/main/pa_globals.C: started digging on double free. on win32
13368: found that that's perfectly normal.
13369:
13370: 2003-04-25 paf
13371:
13372: * src/classes/table.C: table.join bug fix [bad limit check]
13373:
13374: * src/classes/math.C: merged from HEAD: simpiler hash_string
13375:
13376: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13377: print anything. changed to quicker and simplier code
13378:
13379: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13380: strict a check]
13381:
13382: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13383:
13384: 2003-04-24 paf
13385:
13386: * src/include/pa_table.h: too strict assert loosened
13387:
13388: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13389: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13390: report
13391:
13392: 2003-04-21 paf
13393:
1.116 moko 13394: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13395:
13396: * src/main/pa_globals.C: pcre memory management changed to use GC
13397: memory
13398:
13399: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13400: xmlMallocAtomic [author agreed to my suggestion], used that
13401:
13402: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13403:
13404: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13405: types/pa_vmail.C: attributed_meaning_to_string added
13406: L_UNSPECIFIED piece which was sortof OK, but violated string
13407: invariant [assertion barked on that] changed to L_PASS_APPEND,
13408: made that param obligatory
13409:
13410: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13411: fixed [assert helped]
13412:
13413: * src/include/pa_string.h: assert added [looking for bug]
13414:
13415: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13416: names on Win32 considered disk-global
13417:
13418: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13419: considered disk-global
13420:
13421: 2003-04-18 paf
13422:
13423: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13424: filenames
13425:
13426: * src/main/untaint.C: enabled '~' letter in filenames
13427:
13428: 2003-04-16 paf
13429:
13430: * src/classes/file.C: small bug introduced in autoptr times fixed
13431:
13432: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13433: HEAD
13434:
1.116 moko 13435: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13436:
13437: 2003-04-15 paf
13438:
13439: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13440: src/lib/md5/pa_md5c.c, tests/141.html,
13441: tests/results/141.processed: merged from head ^math:uuid[]
13442: ^math:uid64[] ^math:md5[string]
13443:
13444: test added: 141.html
13445:
13446: * operators.txt, src/classes/math.C: ^math:uid64[]
13447:
13448: * src/classes/math.C: ^math:uuid[]
13449:
13450: * operators.txt, src/classes/math.C: ^math:uuid[]
13451:
13452: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13453: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13454:
13455: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13456: src/include/pa_config_fixed.h, src/main/pa_common.C:
13457: ^file::load[mode;name; $.offset $.limit
13458:
13459: 2003-04-14 paf
13460:
13461: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13462: started ^math:md5
13463:
13464: * src/classes/table.C, src/include/pa_array.h,
13465: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13466: tests/results/140.processed: table $.reverse option works in
13467: create&co table $.distinct[tables] bug fix merged
13468:
13469: * src/: classes/table.C, include/pa_table.h: table
13470: $.distinct[tables] bug fixed
13471:
13472: * src/classes/table.C: more warnings
13473:
13474: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13475: removed checks in table::set_current, moved them back to
13476: table::locate implemented table::create/join ñ $.reverse
13477:
13478: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13479: removed checks in table::set_current, moved them back to
13480: table::locate
13481:
13482: 2003-04-11 paf
13483:
13484: * operators.txt, src/classes/date.C, src/classes/table.C,
13485: src/include/pa_array.h, src/include/pa_common.h,
13486: src/include/pa_config_includes.h, src/include/pa_string.h,
13487: src/include/pa_table.h, src/main/pa_request.C,
13488: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13489: src/main/pa_table.C: merged from HEAD from
13490: before_append_array_limit_sense_change to
13491: after_append_array_limit_sense_change
13492:
13493: * src/classes/table.C: typo
13494:
13495: * operators.txt, src/classes/date.C, src/classes/table.C,
13496: src/include/pa_array.h, src/include/pa_common.h,
13497: src/include/pa_config_includes.h, src/include/pa_globals.h,
13498: src/include/pa_table.h, src/main/pa_array.C,
13499: src/main/pa_globals.C, src/main/pa_request.C,
13500: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13501: src/main/pa_table.C: append_array_limit_sense_change locate
13502: accepts options same as create new option: $.reverse(1) [do not
13503: work in table::create]
13504:
13505: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13506: (stat xxx,
13507:
13508: * src/classes/: table.C: typo
13509:
13510: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13511: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13512: results/130.processed, results/131.processed,
13513: results/132.processed, results/133.processed,
13514: results/134.processed, results/135.processed,
13515: results/136.processed, results/137.processed,
13516: results/138.processed, results/139.processed: added few mustfail
13517: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13518: date/time 132.html mustfail: access to junction outside of
13519: context 133.html mustfail: access to junction outside of context,
13520: case version 134.html mustfail: hash: adding a key inside of
13521: foreach 135.html mustfail: modifying system class 136.html
13522: mustfail: $.name outside of $hash[here] 137.html mustfail:
13523: appendChild without import 138.html mustfail: invalid encoding
13524: inside of xml 139.html mustfail: bad XPath
13525:
13526: * operators.txt, src/classes/table.C, tests/084.html,
13527: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13528: tests/129.html, tests/results/125.processed,
13529: tests/results/126.processed, tests/results/127.processed,
13530: tests/results/128.processed, tests/results/129.processed: merged
13531: from HEAD ^table.hash[key][$.distinct[tables]]
13532:
13533: maked appropriate tests [changed one old nonconforming]
13534:
13535: * operators.txt, src/classes/table.C:
13536: ^table.hash[key][$.distinct[tables]]
13537:
13538: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13539: merged fix for found very old xml (dom) bug: were passing
13540: domString objects and later ERROREOUSLY freed them
13541:
13542: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13543: src/main/pa_charset.C: re-added libgdome patch. regretfully
13544: libgdome bug can not be worked around
13545:
13546: 2003-04-10 paf
13547:
13548: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13549: found very old xml (dom) bug: were passing domString objects and
13550: later ERROREOUSLY freed them
13551:
13552: * src/doc/string.dox, src/include/pa_memory.h,
13553: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13554: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13555: tests/123.html, tests/124.html, tests/results/001.processed,
13556: tests/results/002.processed, tests/results/003.processed,
13557: tests/results/004.processed, tests/results/005.processed,
13558: tests/results/006.processed, tests/results/008.processed,
13559: tests/results/009.processed, tests/results/010.processed,
13560: tests/results/011.processed, tests/results/012.processed,
13561: tests/results/013.processed, tests/results/014.processed,
13562: tests/results/015.processed, tests/results/016.processed,
13563: tests/results/017.processed, tests/results/018.processed,
13564: tests/results/020.processed, tests/results/021.processed,
13565: tests/results/022.processed, tests/results/023.processed,
13566: tests/results/024.processed, tests/results/025.processed,
13567: tests/results/026.processed, tests/results/027.processed,
13568: tests/results/028.processed, tests/results/029.processed,
13569: tests/results/030.processed, tests/results/031.processed,
13570: tests/results/032.processed, tests/results/033.processed,
13571: tests/results/034.processed, tests/results/035.processed,
13572: tests/results/036.processed, tests/results/037.processed,
13573: tests/results/038.processed, tests/results/039.processed,
13574: tests/results/040.processed, tests/results/041.processed,
13575: tests/results/042.processed, tests/results/043.processed,
13576: tests/results/044.processed, tests/results/045.processed,
13577: tests/results/046.processed, tests/results/047.processed,
13578: tests/results/048.processed, tests/results/049.processed,
13579: tests/results/050.processed, tests/results/051.processed,
13580: tests/results/052.processed, tests/results/053.processed,
13581: tests/results/054.processed, tests/results/055.processed,
13582: tests/results/056.processed, tests/results/057.processed,
13583: tests/results/058.processed, tests/results/059.processed,
13584: tests/results/060.processed, tests/results/061.processed,
13585: tests/results/062.processed, tests/results/063.processed,
13586: tests/results/064.processed, tests/results/065.processed,
13587: tests/results/066.processed, tests/results/067.processed,
13588: tests/results/068.processed, tests/results/069.processed,
13589: tests/results/070.processed, tests/results/071.processed,
13590: tests/results/072.processed, tests/results/073.processed,
13591: tests/results/074.processed, tests/results/075.processed,
13592: tests/results/076.processed, tests/results/077.processed,
13593: tests/results/078.processed, tests/results/079.processed,
13594: tests/results/080.processed, tests/results/081.processed,
13595: tests/results/082.processed, tests/results/083.processed,
13596: tests/results/084.processed, tests/results/085.processed,
13597: tests/results/086.processed, tests/results/087.processed,
13598: tests/results/088.processed, tests/results/089.processed,
13599: tests/results/090.processed, tests/results/091.processed,
13600: tests/results/092.processed, tests/results/093.processed,
13601: tests/results/094.processed, tests/results/095.processed,
13602: tests/results/096.processed, tests/results/097.processed,
13603: tests/results/101.processed, tests/results/102.processed,
13604: tests/results/104.processed, tests/results/105.processed,
13605: tests/results/106.processed, tests/results/107.processed,
13606: tests/results/108.processed, tests/results/109.processed,
13607: tests/results/110.processed, tests/results/111.processed,
13608: tests/results/112.processed, tests/results/113.processed,
13609: tests/results/114.processed, tests/results/115.processed,
13610: tests/results/116.processed, tests/results/117.processed,
13611: tests/results/118.processed, tests/results/119.processed,
13612: tests/results/120.processed, tests/results/121.processed,
13613: tests/results/122.processed, tests/results/123.processed,
13614: tests/results/124.processed: new convention: char* never 0.
13615: assert in cord on that
13616:
13617: * src/main/pa_charset.C: couple more asserts
13618:
13619: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13620: speedup
13621:
13622: * src/main/pa_charset.C: couple assertions on fantastic situations
13623: added [may be those is the case now?]
13624:
13625: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13626: that's memory from gc_malloc, not from g_malloc :(, but would
13627: hope]
13628:
13629: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13630: that's memory from gc_malloc, not from g_malloc :(, but would
13631: hope]
13632:
13633: * src/main/pa_charset.C: checked custom malloc for returning 0
13634:
13635: 2003-04-09 paf
13636:
13637: * src/classes/date.C: merged ^date.roll changes
13638:
13639: * src/classes/date.C: ^date.roll bug fix
13640:
13641: * src/classes/date.C: ^date.roll now throws less errors: month
13642: shifts handles end of month situation by reducing day number
13643: hour-hole shift reduces hour to recover
13644:
13645: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13646: Sort by function time
13647:
13648: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13649: http:// $.charset[] param done
13650:
13651: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13652: added [after volatile fix. passes on win&intel-solaris]
13653:
13654: 2003-04-08 paf
13655:
13656: * src/: classes/file.C, classes/op.C, classes/table.C,
13657: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13658: include/pa_common.h, include/pa_request_charsets.h,
13659: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13660: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13661: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13662: types/pa_vresponse.C: started http:// $.charset[] param and
13663: http response charset detection just compiled. todo:test
13664:
13665: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13666:
13667: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13668: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13669: types/pa_vmail.C: changed transcode param converntion along with
13670: string creating convention -- all strings are zero-terminated,
13671: this allowed to fix one remaining String("123", 2) case
13672:
13673: * src/: classes/date.C, classes/file.C, classes/hash.C,
13674: classes/op.C, classes/string.C, classes/table.C,
13675: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13676: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13677: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13678: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13679: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13680: violated String::invariant. started fixing [not compiled now]
13681:
13682: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13683: main/compile.tab.C, main/compile.y, main/pa_string.C,
13684: main/untaint.C, targets/cgi/parser3.C: number of string style
13685: improvements & optimizations
13686:
13687: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13688: :(]
13689:
13690: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13691: [for it's a pointer really]
13692:
13693: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13694: 'n' param. worked that around
13695:
13696: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13697: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13698: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13699: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13700: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13701:
13702: Thanks for the bug report and patch.
13703:
13704: I hadn't looked at this code in a while. Reading it now, it
13705: seems to me that the tests should also be ">= MAX_DEPTH" to
13706: comply with the invariant, though that may not matter a lot. I
13707: changed that, too.
13708:
13709: Hans
13710:
13711: 2003-04-07 paf
13712:
13713: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13714: merged from head:safe mode error message now includes numbers
13715:
13716: * src/main/execute.C: n-th attempt to make a=a work with double.
13717: problem: as_double returns it's result in fp-register compiler
13718: optimizes access to that register after b->as_double, and just
13719: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13720: from memory. _SAME_ double values do not match here. when
13721: forced to REload fp-register, values do match.
13722:
13723: tried to make them volatile.
13724:
13725: * src/main/execute.C: n-th attempt to make a=a work with double.
13726: problem: as_double returns it's result in fp-register compiler
13727: optimizes access to that register after b->as_double, and just
13728: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13729: from memory. _SAME_ double values do not match here. when
13730: forced to REload fp-register, values do match.
13731:
13732: tried to make them volatile.
13733:
13734: * src/types/pa_vobject.h: small style change
13735:
13736: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13737:
13738: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13739: mode error message now includes numbers
13740:
13741: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13742: now causes death
13743:
13744: 2003-04-04 paf
13745:
13746: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13747: incorportated pa_exec patch by From: "Victor Fedoseev"
13748: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13749: Sent: Thursday, January 23, 2003 9:14 AM
13750:
13751: huge speedup on ^file::cgi with big result
13752:
13753: * src/classes/table.C: sort table with 0 rows bug fixed
13754:
13755: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13756: fix http://i2/tasks/edit/?id=4493701604654042676
13757:
13758: @main[] $with_default[ $.a[1] $._default[default from
13759: with_default] ] ^show[$with_default]
13760:
13761: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13762: =$to_add_to.xxx=<br>
13763:
13764: ^show[$to_add_to]
13765:
13766: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13767: ^show[$cloned]
13768:
13769: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13770:
13771: } <hr>
13772:
13773: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13774: http://i2/tasks/edit/?id=4493701604654042676
13775:
13776: @main[] $with_default[ $.a[1] $._default[default from
13777: with_default] ] ^show[$with_default]
13778:
13779: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13780: =$to_add_to.xxx=<br>
13781:
13782: ^show[$to_add_to]
13783:
13784: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13785: ^show[$cloned]
13786:
13787: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13788:
13789: } <hr>
13790:
13791: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13792: http://i2/tasks/edit/?id=4507350336410850921
13793:
13794: * src/classes/xdoc.C: memory allocation func bugfix
13795: http://i2/tasks/edit/?id=4499303470368629745
13796:
13797: * src/classes/math.C: allowed random 1...
13798:
13799: * src/classes/math.C: allowed random 0..
13800:
13801: * src/main/pa_globals.C: exif mem leak
13802: http://i2/tasks/edit/?id=4480590323629807263
13803:
13804: * src/: classes/classes.dsp, main/main.dsp,
13805: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13806: fix http://i2/tasks/edit/?id=4493946731322521294
13807: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13808:
13809: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13810: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13811: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13812: links to xml libs made relative, no need to unpack parser3project
13813: to /parser3project.
13814:
13815: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13816: column more precise - tab handling bug fixed
13817:
13818: * src/main/: compile.tab.C, compile.y: more understandable error
13819: message in case @CLASS with more then one line inside
13820:
13821: * src/targets/cgi/parser3.C: more understandable error message in
13822: case of errors in @unhandled_exception
13823:
13824: 2003-04-03 paf
13825:
13826: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13827: src/main/compile.tab.C, src/main/compile.y,
13828: src/main/compile_tools.C, src/main/compile_tools.h,
13829: src/main/execute.C, src/main/pa_request.C: debug info format
13830: simplified, now it's: OP_VALUE Operation::Origin << here value*
13831:
13832: higher limits: file number (max: 255) line number (max:
13833: 64535) column number (max: 255)
13834:
13835: * src/classes/math.C: top limit
13836:
13837: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13838: precise parse error position in case of
13839:
13840: ^bug ]
13841:
13842: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13843: changed to realities, and passed [bug fixed]
13844:
13845: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13846: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13847: main/compile_tools.h, main/pa_request.C: introducing
13848: ^process...[main-method-alias]
13849:
13850: * src/: classes/date.C, classes/image.C, classes/op.C,
13851: classes/string.C, classes/table.C, classes/xdoc.C,
13852: types/pa_vmethod_frame.h: MethodParams& now [methods without
13853: params receive zero reference, but they are expected not to look
13854: there]
13855:
13856: * operators.txt, src/classes/date.C, src/classes/double.C,
13857: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13858: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13859: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13860: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13861: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13862: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13863: [methods without params receive zero reference, but they are
13864: expected not to look there]
13865:
13866: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13867: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13868: ^process...[filename] useful for better error reporting
13869: [file/line/col]
13870:
13871: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13872: types/pa_vstring.h: slightly improved error messages text: 1. is
13873: '%s', it 2. method undefined in case of ^void[]
13874:
13875: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13876: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13877: handling done. now we have error columns todo: test it
13878:
13879: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13880: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13881:
13882: this makes life easier: were: bad stack order -- were in
13883: exception catch unwind order, which didn't match execution order
13884:
13885: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13886:
13887: @first[] ^throw[a;1]
13888:
13889: showed throw a first throw b try
13890:
13891: which is no good
13892:
13893: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13894: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13895: trace reset after handled exception [old bug fixed]
13896:
13897: * src/main/: compile.tab.C, compile.y: parse position old bug
13898: fixed. position reporting made precise [both, in parse erros and
13899: runtime errors]
13900:
13901: 2003-04-02 paf
13902:
13903: * src/: include/pa_operation.h, include/pa_request.h,
13904: main/compile.C, main/compile.tab.C, main/compile.y,
13905: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13906: main/pa_exception.C, main/pa_request.C: debug info: started
13907: using. todo:complete
13908:
13909: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13910: main/compile.C, main/compile.tab.C, main/compile.y,
13911: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13912: main/pa_request.C: prepared debug info todo:use it
13913:
13914: * src/include/pa_operation.h: strange mistake fixed: forgot to
13915: return Operation class->union after switching from autoptrs.
13916:
13917: * tests/: Makefile, results/108.processed, results/117.processed:
13918: meta considered OK [it's up to coder now to remove it not needed]
13919:
13920: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13921: Dictionary constructor when moved to gc]
13922:
13923: * src/main/pa_common.C: uncommented http:// file loading
13924:
13925: * src/include/pa_array.h, src/main/execute.C,
13926: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13927: fix [gdGrowingBuf]
13928:
13929: * configure.in, src/lib/Makefile.am: removed patches
13930:
13931: * configure, src/include/pa_config_auto.h.in,
13932: src/main/pa_charset.C: --enable-assertions autoconf-ed
13933:
13934: * src/main/pa_common.C: uncommented http:// file loading
13935:
13936: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13937: xdoc::create/load
13938:
13939: * src/: classes/form.C, classes/hash.C, classes/image.C,
13940: classes/string.C, classes/table.C, classes/void.C,
13941: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13942: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13943: String::String(str,helper_length) are checked. found/fixed one
13944: place: $request:body now zero-terminated,
13945:
13946: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13947: main/compile_tools.C, main/execute.C, types/pa_value.h,
13948: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13949: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13950: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13951: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13952: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13953: types/pa_vxnode.h: more locally scoped vars in execute (more
13954: easily optimizable)
13955:
13956: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13957: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13958:
13959: * src/: include/pa_array.h, include/pa_stack.h,
13960: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13961: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13962: become assertion iterator in methodframe filler
13963:
13964: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13965: targets/cgi/parser3.C: array::get/put inlined
13966:
13967: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13968: gc_substitute_memory_management_functions +installed CORD_oom
13969: function
13970:
13971: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13972: src/include/pa_config_includes.h, src/include/pa_string.h,
13973: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13974: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13975: assertions started configure.in --enable-assertions
13976:
13977: 2003-04-01 paf
13978:
13979: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13980: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13981: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13982: gdome uses glib memory, and stores last pointer to xmlDoc there,
13983: gc misses that and collects valid memory fixed by remembering
13984: xmlDoc from dom object in xdoc. todo: do something with
13985: premature free of xdoc with xnodes/node values referring into it
13986:
13987: * src/classes/: mail.C: typo fix
13988:
13989: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13990: changes
13991:
13992: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13993: main/pa_memory.C: moved memory debugging to global level: to
13994: pa_gc_malloc
13995:
13996: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13997: debugging showed no errors. todo: debug parser memory
13998:
13999: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14000: configurations
14001:
14002: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14003: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14004: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14005: types/types.dsp: prepared xml-static configuration
14006:
14007: 2003-03-31 paf
14008:
14009: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14010: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14011: xml lib memory debugging, simple checks failed: it seems that
14012: library does realloc(bad ptr), and recording those ptrs in heap
14013: [for debugging] was bad: heap situation changes = everything
14014: works fine
14015:
14016: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14017: xmlRegisterCharEncodingHandler limitation [currently imposed
14018: limit of 10 user-defined charsets]
14019:
14020: 2003-03-28 paf
14021:
14022: * src/main/execute.C: execution stack copied to local register
14023: variable, removed lots [~2e7) of memory accesses
14024:
14025: 2003-03-27 paf
14026:
14027: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14028: works in debug, but fails in release todo: fix that
14029:
14030: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14031: targets/cgi/parser3.C: forgot to merge XML memory funcs
14032: replacement from gc branch
14033:
14034: * src/main/pa_exec.C: introducing append_help_length [radical
14035: improvement here]
14036:
14037: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14038: 'not recommened' in gc.h, on win32 noticed no difference]
14039:
14040: * src/include/pa_array.h: returned checked array get [were disabled
14041: for debugging] result:not slower [don't understand that, it were
14042: INLINED] todo: find out a way of inlining it!
14043:
14044: * src/: include/pa_string.h, lib/gc/include/gc.h,
14045: lib/gc/include/gc_fake.h, main/compile.tab.C,
14046: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14047: convention changed: all resulting strings are zero-terminated
14048:
14049: * src/: classes/date.C, classes/file.C, classes/hash.C,
14050: classes/string.C, classes/table.C, classes/void.C,
14051: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14052: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14053: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14054: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14055: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14056: types/pa_vfile.C, types/pa_vmail.C: introducing
14057: append_help_length [radical improvement here]
14058:
14059: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14060: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14061: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14062: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14063: even slower
14064:
14065: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14066: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14067: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14068: clients of &get(): most to use non-ref version, some[in tight
14069: places] to get_unchecked_ref
14070:
14071: * src/doc/memory.dox: forgot to add
14072:
14073: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14074: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14075: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14076: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14077: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14078: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14079: targets/cgi/parser3.dsp, types/pa_vmail.C,
14080: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14081: T>>&<< removed after Stack::pop wiping removed [moved to separate
14082: func] other Array & removed
14083:
14084: 2003-03-26 paf
14085:
14086: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14087: classes/table.C, include/pa_array.h, include/pa_charset.h,
14088: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14089: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14090: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14091: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14092: main/pa_exec.C, main/pa_sql_driver_manager.C,
14093: main/pa_stylesheet_manager.C, main/pa_table.C,
14094: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14095: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14096: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14097: pre-evaluated .count() in some places
14098:
14099: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14100: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14101: types/types.dsp: .dsp profiling updated
14102:
14103: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14104: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14105: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14106:
14107: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14108: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14109: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14110: use lib/gc,lib/cord
14111:
1.116 moko 14112: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14113: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14114: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14115: src/include/pa_config_includes.h, src/include/pa_request.h,
14116: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14117: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14118: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14119: src/lib/cord/include/Makefile.am,
1.116 moko 14120: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14121: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14122: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14123: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14124: src/types/pa_vform.h, src/types/pa_vhash.h,
14125: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14126: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14127: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14128: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14129: funcs ported pa_exec
1.95 moko 14130:
14131: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14132:
14133: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14134: bundled gc includes
14135:
14136: * src/: classes/op.C, include/pa_array.h,
14137: include/pa_sql_connection.h, include/pa_string.h,
14138: include/pa_version.h, main/compile.tab.C, main/compile.y,
14139: main/execute.C, main/pa_common.C, main/pa_exception.C,
14140: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14141: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14142: first real site (aval)]
14143:
14144: 2003-03-25 paf
14145:
14146: * operators.txt, src/main/pa_sql_driver_manager.C,
14147: src/types/pa_vstatus.C: $status.memory used free since_compact
14148: process
14149:
14150: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14151: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14152:
14153: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14154:
14155: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14156: src/types/pa_value.h, src/types/pa_vfile.h,
14157: src/types/pa_vobject.C, src/types/pa_vobject.h,
14158: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14159: tests/results/121.processed: untaint.C L_URI
14160:
14161: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14162: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14163: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14164: src/types/pa_vmemory.h: ^memory:compact[]
14165:
14166: * tests/results/109.processed: it was a bug in parser. updated 109
14167: test result
14168:
14169: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14170:
14171: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14172: tests/results/107.processed: fixed dom language [values are now
14173: considered tainted. it was a bug in parser. updated 107 test
14174: result
14175:
14176: * src/classes/xdoc.C: fixed transform params
14177:
14178: * src/: include/pa_stylesheet_manager.h,
14179: main/pa_stylesheet_manager.C: fixed stylesheet caching
14180:
14181: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14182: overloads for structure handling
14183:
14184: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14185: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14186: StringBody(0) ambiguilty, introducting static
14187: StringBody::Format(int)
14188:
14189: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14190: linked
14191:
14192: * src/types/pa_vxdoc.C: vxdoc compiled
14193:
14194: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14195: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14196: finalizers isntalled
14197:
14198: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14199: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14200: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14201: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14202: compiled todo: xnode.C / finalizers
14203:
14204: * src/doc/string.dox: updated: new string internals
14205:
14206: 2003-03-24 paf
14207:
14208: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14209: include/pa_charset.h, include/pa_config_fixed.h,
14210: include/pa_request.h, include/pa_stylesheet_connection.h,
14211: include/pa_stylesheet_manager.h, main/pa_charset.C,
14212: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14213: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14214: types/pa_vxnode.h: started XML
14215:
14216: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14217:
14218: * src/: classes/file.C, classes/image.C, classes/mail.C,
14219: include/pa_string.h, main/pa_common.C,
14220: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14221:
14222: * src/: classes/file.C, classes/image.C, classes/mail.C,
14223: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14224: main/pa_request.C, main/pa_sql_driver_manager.C,
14225: types/pa_vimage.h: size_t pos everywhere checks changed to check
14226: for eq STRING_NOT_FOUND
14227:
14228: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14229: optimize bit implemented
14230:
14231: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14232: String::ArrayFragment::append_positions fixed
14233:
14234: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14235: String::this_starts fixed
14236:
14237: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14238:
14239: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14240: hashcode implemented fully, including per-char callback [it can
14241: be - substr CORD node]
14242:
14243: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14244: rewritten to rewalloc with 100byte buf ahead
14245:
14246: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14247: src/include/pa_string.h, src/main/compile.tab.C,
14248: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14249: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14250: CORD_ec [bad] would rewrite as realloc now
14251:
14252: * src/: classes/date.C, classes/file.C, classes/form.C,
14253: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14254: include/pa_cache_managers.h, include/pa_charsets.h,
14255: include/pa_common.h, include/pa_request.h,
14256: include/pa_sql_driver_manager.h, include/pa_table.h,
14257: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14258: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14259: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14260: types/pa_vmail.C, types/pa_vmethod_frame.C,
14261: types/pa_vstateless_class.h: 2*2 worked :)
14262:
14263: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14264: src/include/pa_exec.h, src/include/pa_string.h,
14265: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14266: passed OK
14267:
14268: * src/: classes/hash.C, classes/string.C, classes/table.C,
14269: types/pa_value.C: all linked todo: debug
14270:
14271: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14272: types/pa_vstateless_class.C: all compiled. todo:link
14273:
14274: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14275:
14276: * src/types/pa_vtable.C: pa_vtable.C compiled
14277:
14278: * src/types/pa_vstring.C: pa_vstring.C compiled
14279:
14280: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14281:
14282: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14283: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14284: pa_vstateless_class.C, pa_vstateless_class.h:
14285: pa_vstateless_class.C compiled
14286:
14287: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14288: types/pa_vmath.C: pa_vmail.C compiled
14289:
14290: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14291:
14292: * src/types/pa_vform.C: pa_vform.C compiled
14293:
14294: * src/types/pa_vfile.C: pa_vfile.C compiled
14295:
14296: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14297: pa_vstateless_class.C: pa_vcookie.C compiled
14298:
14299: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14300: types/pa_vhash.h: pa_value.C compiled
14301:
14302: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14303: classes.lib main.lib compiled
14304:
14305: * src/classes/void.C: void.C compiled
14306:
14307: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14308: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14309: compiled
14310:
14311: * src/: classes/string.C, include/pa_request.h,
14312: include/pa_string.h, main/pa_string.C: string.C compiled
14313:
14314: * src/: classes/op.C, classes/string.C, classes/table.C,
14315: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14316: main/pa_request.C, main/pa_string.C: op.C compiled
14317:
14318: * src/classes/: math.C, op.C: math.C compiled
14319:
14320: * src/: classes/mail.C, classes/string.C, classes/table.C,
14321: types/pa_vmail.h: mail.C compiled
14322:
14323: * src/classes/: int.C, table.C: int.C compiled
14324:
14325: * src/: classes/hash.C, classes/image.C, classes/string.C,
14326: classes/table.C, include/pa_memory.h, include/pa_string.h,
14327: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14328: compiled
14329:
14330: * src/: classes/hash.C, classes/string.C, classes/table.C,
14331: classes/void.C, classes/xdoc.C, include/pa_request.h,
14332: include/pa_sql_connection.h: hash.C compiled
14333:
14334: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14335: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14336: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14337: classes/math.C, classes/op.C, classes/response.C,
14338: classes/string.C, classes/table.C, classes/void.C,
14339: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14340: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14341: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14342: file.C table.C compiled
14343:
14344: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14345: main/untaint.C: main.lib compiled
14346:
14347: 2003-03-21 paf
14348:
14349: * src/: classes/op.C, include/pa_cache_managers.h,
14350: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14351: include/pa_stylesheet_manager.h, main/pa_exception.C,
14352: main/pa_globals.C, main/pa_sql_driver_manager.C,
14353: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14354: compiled
14355:
14356: * src/: classes/hash.C, classes/image.C, classes/op.C,
14357: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14358: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14359: main/compile.C, main/pa_common.C, main/pa_request.C,
14360: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14361: pa_request.C compiled
14362:
14363: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14364: include/pa_request.h, main/execute.C, main/pa_request.C,
14365: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14366: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14367: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14368: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14369: compiled
14370:
14371: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14372: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14373: on unix
14374:
14375: * src/: include/pa_charset.h, include/pa_charsets.h,
14376: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14377: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14378: pa_charsets.C compiled
14379:
14380: * src/: classes/image.C, classes/mail.C, classes/op.C,
14381: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14382: main/compile.y, main/execute.C, main/pa_common.C,
14383: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14384: types/pa_vcode_frame.h, types/pa_vimage.h,
14385: types/pa_vmethod_frame.h: execute.C compiled
14386:
14387: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14388: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14389: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14390: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14391: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14392: include/pa_cache_managers.h, include/pa_charsets.h,
14393: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14394: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14395: include/pa_sql_driver_manager.h, include/pa_string.h,
14396: include/pa_stylesheet_connection.h,
14397: include/pa_stylesheet_manager.h, include/pa_table.h,
14398: main/compile.C, main/compile.tab.C, main/compile.y,
14399: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14400: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14401: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14402: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14403: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14404: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14405: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14406: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14407: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14408: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14409: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14410: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14411: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14412: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14413: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14414: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14415: types/pa_vresponse.h, types/pa_vstateless_class.C,
14416: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14417: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14418: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14419: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14420: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14421: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14422: [C++ CORD wrapper]
14423:
14424: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14425:
14426: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14427: $file::exec/cgi[script; $.charset[this is script's charset]
14428:
14429: command line, env values, input got transcoded before call
14430: stdout, stderr got transcoded after call
14431:
14432: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14433: by default. use: ^file::exec[...;$.stdin[$request.body]
14434:
14435: * src/main/pa_common.C: } typo bug fix
14436:
14437: * src/main/pa_common.C: } typo bug fix
14438:
14439: 2003-03-20 paf
14440:
14441: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14442: main/untaint.C: cord bug fix, but still errors todo: clear out
14443:
14444: * src/include/pa_string.h: more tests
14445:
14446: * src/main/pa_string.C: string.pos fixed
14447:
1.116 moko 14448: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14449: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14450: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14451: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14452: replaces
1.95 moko 14453:
14454: * src/: classes/image.C, include/pa_dictionary.h,
14455: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14456: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14457: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14458: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14459:
14460: * src/include/pa_string.h: warning
14461:
14462: * src/include/pa_string.h: this_starts fixed
14463:
14464: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14465: new String ctor & append params convention
14466:
14467: * src/: classes/file.C, classes/hash.C, classes/image.C,
14468: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14469: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14470: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14471: main/pa_exception.C, main/pa_exec.C,
14472: main/pa_sql_driver_manager.C, main/pa_string.C,
14473: main/pa_stylesheet_manager.C, main/untaint.C,
14474: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14475: types/pa_vmail.C: more tests OK
14476:
14477: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14478: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14479: gc/exit runned OK
14480:
14481: * src/types/pa_vmail.C: another naming problem: should not name
14482: vars like that: unpredictable close caused problems with later
14483: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14484: descriptors missing on startup: stdin; Bad file number
14485:
14486: todo: find out why so many filters(stream) here. probably wrong?
14487:
14488: * src/: include/pa_dictionary.h, include/pa_string.h,
14489: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14490: main/untaint.C: test compiled
14491:
14492: * src/: classes/image.C, classes/mail.C, classes/math.C,
14493: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14494: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14495: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14496: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14497: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14498: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14499: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14500: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14501: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14502:
14503: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14504: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14505: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14506: src/include/pa_memory.h, src/include/pa_request.h,
14507: src/include/pa_request_charsets.h,
14508: src/include/pa_sql_connection.h, src/include/pa_string.h,
14509: src/main/compile.tab.C, src/main/execute.C,
14510: src/main/pa_charset.C, src/main/pa_common.C,
14511: src/main/pa_exception.C, src/main/pa_exec.C,
14512: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14513: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14514: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14515: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14516: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14517: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14518: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14519: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14520: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14521: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14522: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14523: pa_common.C [done, without http for now]
14524:
14525: 2003-03-19 paf
14526:
14527: * src/: classes/date.C, classes/form.C, classes/hash.C,
14528: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14529: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14530: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14531: include/pa_string.h, include/pa_table.h, main/compile.C,
14532: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14533: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14534: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14535: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14536: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14537: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14538: types/pa_vstateless_class.h, types/pa_vtable.C,
14539: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14540: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14541: types/pa_wwrapper.h: started test
14542:
1.116 moko 14543: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14544: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14545:
14546: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14547: include/pa_string.h, main/pa_string.C: string compiled todo: test
14548: it
14549:
14550: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14551: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14552: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14553: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14554: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14555: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14556: types/pa_vmethod_frame.h, types/types.dsp: string
14557: reimplementation with cord+array<fragment>: 70%
14558:
14559: 2003-03-18 paf
14560:
14561: * src/: classes/date.C, classes/file.C, classes/form.C,
14562: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14563: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14564: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14565: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14566: can ignore lang in cmp and pos really, but would
14567: split properly!
14568:
14569: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14570: cord part made parser/src/lib: it's not compiled into libgc by
14571: default
14572:
14573: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14574: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14575: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14576: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14577: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14578: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14579: src/classes/xnode.C, src/classes/xnode.h,
14580: src/include/Makefile.am, src/include/pa_cache_managers.h,
14581: src/include/pa_charset.h, src/include/pa_charsets.h,
14582: src/include/pa_common.h, src/include/pa_dictionary.h,
14583: src/include/pa_exception.h, src/include/pa_exec.h,
14584: src/include/pa_globals.h, src/include/pa_hash.h,
14585: src/include/pa_memory.h, src/include/pa_pool.h,
14586: src/include/pa_request.h, src/include/pa_request_charsets.h,
14587: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14588: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14589: src/include/pa_stylesheet_connection.h,
14590: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14591: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14592: src/main/compile.C, src/main/compile.tab.C,
14593: src/main/compile_tools.C, src/main/compile_tools.h,
14594: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14595: src/main/pa_charsets.C, src/main/pa_common.C,
14596: src/main/pa_dictionary.C, src/main/pa_exception.C,
14597: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14598: src/main/pa_pool.C, src/main/pa_request.C,
14599: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14600: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14601: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14602: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14603: src/types/pa_junction.h, src/types/pa_method.h,
14604: src/types/pa_value.C, src/types/pa_value.h,
14605: src/types/pa_vclass.C, src/types/pa_vclass.h,
14606: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14607: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14608: src/types/pa_vdouble.h, src/types/pa_venv.h,
14609: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14610: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14611: src/types/pa_vimage.C, src/types/pa_vimage.h,
14612: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14613: src/types/pa_vmath.C, src/types/pa_vmath.h,
14614: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14615: src/types/pa_vobject.C, src/types/pa_vobject.h,
14616: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14617: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14618: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14619: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14620: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14621: src/types/pa_vstring.h, src/types/pa_vtable.C,
14622: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14623: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14624: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14625: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14626: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14627: gc: PA_Object done lots of replacements also
14628:
14629: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14630: gc logging
14631:
14632: 2003-03-17 paf
14633:
14634: * src/: classes/date.C, classes/file.C, classes/form.C,
14635: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14636: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14637: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14638: include/pa_string.h, include/pa_types.h, main/compile.C,
14639: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14640: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14641: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14642: main/pa_sql_driver_manager.C, main/pa_string.C,
14643: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14644: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14645: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14646: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14647: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14648: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14649: types/pa_vxnode.h: libgc attempt
14650:
14651: 2003-03-13 paf
14652:
14653: * src/: include/pa_sql_driver_manager.h,
14654: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14655: called
14656:
14657: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14658: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14659: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14660: types/pa_value.h, types/pa_vobject.h,
14661: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14662: set_base, set_derived simplified [counter leaks fixed]
14663:
14664: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14665: src/types/types.dsp: incorporated status class patch From:
14666: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14667: 2003 8:14 AM
14668:
14669: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14670: Win32 specific: QuotaPeakNonPagedPoolUsage
14671: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14672:
14673: 2003-03-12 paf
14674:
1.116 moko 14675: * configure, configure.in, src/lib/ltdl/configure,
14676: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14677: lib/ltdl/Makefile now created by /configure.in only [were by
14678: lib/ltdl/configure.in OVERWRITE]
14679:
1.116 moko 14680: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14681: linkage fixed for g++ 3.2.2
1.95 moko 14682:
14683: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14684: on using privately declared class [fixed]
14685:
14686: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14687: 3.2 rightliy complained on using privately declared class [fixed]
14688:
14689: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14690: sigpipe before request constructor now causes death
14691:
14692: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14693: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14694: not cause exception in exception handler
14695:
1.116 moko 14696: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14697: now default links libstdc++ statically. that can be overriden by
14698: --with-dynamic-stdcpp
1.95 moko 14699:
14700: 2003-03-11 paf
14701:
14702: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14703: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14704: necessity of libstdc++
14705:
14706: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14707:
14708: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14709:
14710: 2003-03-08 paf
14711:
14712: * tests/Makefile: make install & co
14713:
14714: * src/: include/pa_request.h, classes/op.C: removing
14715: vclass,object.h -> pa_request.h dependency
14716:
14717: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14718: main/pa_request.C: removing vform,response,cookie.h ->
14719: pa_request.h dependency
14720:
14721: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14722: dependency [testing...]
14723:
14724: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14725: return 0; fixed
14726:
14727: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14728: types/pa_vmail.h: vmail.C received just compiled [not tested]
14729:
14730: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14731:
14732: * src/main/pa_request.C: forgotten: ifdef XML
14733:
14734: * src/main/pa_request.C: forgotten: ifdef XML
14735:
14736: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14737: win32 and run memleak tests again
14738:
14739: * src/targets/cgi/parser3.C: charsets: see some strange things with
14740: old xml lib-- it's internal memory handling has faults
14741:
14742: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14743: problems when transcode from charset A to A.
14744:
14745: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14746: todo: still problems when transcode from charset A to A.
14747:
14748: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14749: classes/table.C, include/pa_array.h,
14750: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14751: started full-scale-site-test [~ http://parser.ru sources]
14752:
14753: some fixes
14754:
14755: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14756: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14757: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14758: results/110.processed, results/111.processed,
14759: results/112.processed, results/113.processed,
14760: results/114.processed, results/115.processed,
14761: results/116.processed, results/117.processed,
14762: results/118.processed, results/119.processed,
14763: results/120.processed: xml: tests 109 dom create/show 110 xpath
14764: selectSingle 111 xdoc.create from tainted & 112
14765: xdoc.create/output with russian attr value 113 xpath
14766: selectString/Number 114 dom attributes.count 115 xpath selectBool
14767: 116 output media-type change 117 transform by dom stylesheet 118
14768: empty transform result 119 dom setAttribute 120 nbsp letter
14769: output
14770:
14771: =END OF PREPARED XML TESTS=
14772:
14773: 2003-03-07 paf
14774:
14775: * src/classes/xdoc.C, src/include/pa_charset.h,
14776: src/include/pa_stylesheet_connection.h, tests/108.html,
14777: tests/108.xsl, tests/results/108.processed: xml: test 108
14778: transform with params [bugs fixed]
14779:
14780: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14781: from copy/paste bug
14782:
14783: * src/classes/xdoc.C, src/include/pa_charset.h,
14784: src/include/pa_request.h, src/main/execute.C,
14785: src/main/pa_charset.C, src/main/pa_exception.C,
14786: src/main/pa_globals.C, src/main/pa_request.C,
14787: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14788: src/types/pa_vxnode.C, tests/107.html,
14789: tests/results/107.processed: xml: test: 107 bug fixes
14790:
14791: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14792: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14793: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14794:
14795: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14796: string
14797:
14798: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14799: mem alloc functions used for different cases [libxml, libxsl]
14800:
14801: * src/classes/classes.C: fixed: prevent system classes from
14802: modification to lock ALL the classes, not only directly used
14803:
14804: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14805: linked
14806:
14807: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14808:
14809: 2003-03-06 paf
14810:
14811: * src/classes/xdoc.C: xdoc.C 50%
14812:
14813: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14814: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14815: main/pa_globals.C, main/pa_request.C,
14816: main/pa_stylesheet_manager.C: xnode.C compiled
14817:
14818: * src/: include/pa_stylesheet_connection.h,
14819: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14820: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14821:
14822: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14823: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14824: xml: stylesheet&manager STARTED
14825:
14826: * src/: include/pa_globals.h, main/pa_charset.C,
14827: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14828:
14829: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14830: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14831: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14832: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14833: charsets
14834:
14835: * tests/023.html: in some cases it rounded up badly. postponing
14836: solution of that problem, making more simple test
14837:
14838: * tests/: 058_paf2000.png, results/058.processed: .png added with
14839: -kb now
14840:
14841: * src/: include/pa_charset.h, include/pa_charsets.h,
14842: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14843: moved to charsets.C
14844:
14845: 2003-03-05 paf
14846:
14847: * src/classes/string.C, src/include/pa_string.h,
14848: src/main/pa_string.C, tests/105.html,
14849: tests/results/105.processed: String::match bug fixed
14850:
14851: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14852: tests/results/104.processed: ^bpt operator added [does int3 in
14853: debug build on win32]
14854:
14855: * tests/: 057.html, results/057.processed: test bug fixed
14856:
1.116 moko 14857: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14858:
14859: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14860: missing
14861:
1.116 moko 14862: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14863: forgotten files added to Makes
1.95 moko 14864:
14865: * ltmain.sh: ltmain.sh added
14866:
14867: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14868: change undone ;(
14869:
14870: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14871: made static
14872:
14873: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14874: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14875: todo:make linker happy
1.95 moko 14876:
14877: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14878: env param made optional
14879:
14880: 2003-03-04 paf
14881:
14882: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14883: types/pa_vimage.h: number of gcc compiler bugs fixed
14884:
14885: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14886: results/103.processed: tests: 103 image.copy transparence test
14887:
14888: * src/main/execute.C, tests/101.html, tests/102.html,
14889: tests/results/101.processed, tests/results/102.processed: tests:
14890: 101 method/variable name conflict test 102 form fields change
14891: should not not change anything [bug fix]
14892:
14893: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14894: results/099.processed, results/100.processed: tests: 57 date
14895: create 2002: added 99,100 response:body/download
14896:
14897: * src/classes/image.C, tests/098.html, tests/098font.gif,
14898: tests/results/098.processed: test: 98 image font text [bug fixed]
14899:
14900: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14901: tests/results/097.processed: test: 97 file::load http:// [bugs
14902: fixed]
14903:
14904: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14905: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14906: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14907: image EXIF [bug fixed]
14908:
14909: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14910: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14911: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14912: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14913: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14914: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14915: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14916: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14917: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14918: tests/094.html, tests/095.html, tests/results/061.processed,
14919: tests/results/062.processed, tests/results/063.processed,
14920: tests/results/064.processed, tests/results/065.processed,
14921: tests/results/066.processed, tests/results/067.processed,
14922: tests/results/068.processed, tests/results/069.processed,
14923: tests/results/070.processed, tests/results/071.processed,
14924: tests/results/072.processed, tests/results/073.processed,
14925: tests/results/074.processed, tests/results/075.processed,
14926: tests/results/076.processed, tests/results/077.processed,
14927: tests/results/078.processed, tests/results/080.processed,
14928: tests/results/081.processed, tests/results/082.processed,
14929: tests/results/083.processed, tests/results/084.processed,
14930: tests/results/085.processed, tests/results/086.processed,
14931: tests/results/087.processed, tests/results/088.processed,
14932: tests/results/089.processed, tests/results/090.processed,
14933: tests/results/091.processed, tests/results/092.processed,
14934: tests/results/093.processed, tests/results/094.processed,
14935: tests/results/095.processed, tests/079.html,
14936: tests/results/079.processed: tests: 61 file::stat size 62
14937: string->int autoconvert 63 double .int,dec,div,mul 64 date
14938: compare 65 file: basename,justname,justext 66 math:crypt 67
14939: string.match simple on long 68 string.match normalized simple on
14940: long 69 string.int 70 file::stat content-type 71 table.join 72
14941: hash parameter conditional pass 73 date daylightsaving,yearday 74
14942: date arithmetics 75 response date values/attributes 76 string.pos
14943: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14944: with local 80 scientific numeric literal in string autoconvert 81
14945: xor: logical and numerical 82 for delims 83 menu delims 84
14946: table.hash distinct 85 long string replace 86 throw+catch
14947: current language preserve 87 bit shifts 88 junction tests +
14948: $caller test 89 hash.foreach selfmodification 90 int/void to int
14949: 91 $caller test 92 junction is + def junction tests 93 $caller
14950: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14951:
14952: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14953: fixed] 60 string eq string [bug fixed]
14954:
14955: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14956: 058.html, 058_paf2000.png, 059.html, 060.html,
14957: results/053.processed, results/054.processed,
14958: results/055.processed, results/056.processed,
14959: results/057.processed, results/058.processed,
14960: results/059.processed, results/060.processed: test: 53
14961: string.replace 54 junctions 55 table.hash 56 call indirect 57
14962: date.create[string] 58 image.measure[png]
14963:
14964: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14965: outputs/051.processed, results/052.processed: test: 52
14966: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14967: task: fix that
14968:
14969: 2003-03-03 paf
14970:
14971: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14972: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14973: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14974: outputs/049.processed, outputs/050.processed,
14975: outputs/051.processed, results/001.processed,
14976: results/002.processed, results/003.processed,
14977: results/005.processed, results/006.processed,
14978: results/008.processed, results/009.processed,
14979: results/011.processed, results/012.processed,
14980: results/013.processed, results/014.processed,
14981: results/015.processed, results/016.processed,
14982: results/017.processed, results/020.processed,
14983: results/021.processed, results/022.processed,
14984: results/024.processed, results/025.processed,
14985: results/026.processed, results/027.processed,
14986: results/028.processed, results/029.processed,
14987: results/030.processed, results/031.processed,
14988: results/049.processed, results/050.processed,
14989: results/051.processed, results/043.processed,
14990: results/044.processed, results/045.processed,
14991: results/046.processed, results/047.processed,
14992: results/048.processed: tests: 43,44,45 date rolls 46
14993: autoevaluating junction 47 table.select 48 name with subvar 49
14994: hash-creating switch 50 process 51 started parent/child, works as
14995: it were but it were NOT GOOD, created separate task to fix that
14996:
14997: * tests/: 042.html, results/042.processed: test: 42
14998: exception.handled
14999:
15000: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15001: expression
15002:
15003: * tests/: 040.html, results/040.processed: test: 39 method result
15004: of type table 40 method param junction auto evaluate
15005:
15006: * tests/: 039.html, results/039.processed: test: 37 method result
15007: of type table
15008:
15009: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15010: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15011: tests/038.html, tests/results/033.processed,
15012: tests/results/034.processed, tests/results/035.processed,
15013: tests/results/036.processed, tests/results/037.processed,
15014: tests/results/038.processed: tests: 33 string.replace 34
15015: string.upper 35 table created 36 local/global vars with juntions
15016: 37 table clone 38 math PI & number formatting
15017:
15018: math class registring typo fixed
15019:
15020: * src/classes/op.C, src/include/pa_request.h,
15021: src/include/pa_string.h, src/main/execute.C,
15022: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15023: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15024: tests/032.html, tests/results/032.processed: uchar changed to
15025: String_UL in all places [was not everywhere] untaint test: 032
15026:
15027: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15028: tests/results/004.processed, tests/parser-cygwin.sh,
15029: tests/parser-unix.sh: removed -H command line key, now testing
15030: using .sh file with SERVER_SOFTWARE=xxx
15031:
15032: 2003-02-26 paf
15033:
15034: * src/main/execute.C, src/types/pa_vstateless_class.h,
15035: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15036: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15037: tests/results/024.processed, tests/results/025.processed,
15038: tests/results/026.processed, tests/results/027.processed,
15039: tests/results/028.processed, tests/results/029.processed,
15040: tests/results/030.processed, tests/results/031.processed: fixed
15041: bug with name_cstr mutable CharPtr more tests
15042:
15043: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15044: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15045: << abort. die now just exits
15046:
15047: * src/classes/classes.awk, src/classes/classes.h,
15048: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15049: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15050: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15051: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15052: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15053: src/classes/xnode.C, src/include/pa_memory.h,
15054: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15055: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15056: src/types/pa_vform.C, tests/015.html, tests/016.html,
15057: tests/017.html, tests/018.html, tests/019.html,
15058: tests/019paf2001.gif, tests/020.html, tests/021.html,
15059: tests/022.html, tests/023.html, tests/022_dir/a.html,
15060: tests/022_dir/b.txt, tests/022_dir/c.htm,
15061: tests/results/015.processed, tests/results/016.processed,
15062: tests/results/017.processed, tests/results/018.processed,
15063: tests/results/019.processed, tests/results/020.processed,
15064: tests/results/021.processed, tests/results/022.processed,
15065: tests/results/023.processed: methoded_array now contains all Mxxx
15066: classes SAPI::get_env now returns info on pool more tests
15067:
15068: * src/include/pa_array.h, src/include/pa_hash.h,
15069: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15070: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15071: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15072: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15073: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15074: tests/results/001.processed, tests/results/002.processed,
15075: tests/results/003.processed, tests/results/004.processed,
15076: tests/results/005.processed, tests/results/006.processed,
15077: tests/results/007.processed, tests/results/008.processed,
15078: tests/results/009.processed, tests/results/010.processed,
15079: tests/results/011.processed, tests/results/012.processed,
15080: tests/results/013.processed, tests/results/014.processed: hash
15081: cloning fixed
15082:
15083: 2003-02-25 paf
15084:
15085: * src/main/pa_common.C: typo fixed
15086:
15087: 2003-02-24 paf
15088:
15089: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15090: [one remained]
15091:
15092: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15093: [should have been get_string(&pool)] todo: check other such calls
15094:
15095: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15096: test10, bad lookups
15097:
15098: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15099: object got destructed, and xxx points to sky
15100:
15101: * ChangeLog, src/classes/string.C: match bug fixed
15102:
15103: * src/types/pa_vmail.C: body [text/html] transcoded to
15104: $.charset[specified] now
15105:
15106: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15107: which failed to handle sigsetjmp+throw: crashed inside of
15108: pre-throw code. rewritten simplier [though duplicating
15109: closesocket code]
15110:
15111: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15112: which failed to handle sigsetjmp+throw: crashed inside of
15113: pre-throw code. rewritten simplier [though duplicating
15114: closesocket code]
15115:
15116: 2003-02-21 paf
15117:
15118: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15119: $cookie:name[$.expires[date << can be now]]
15120:
15121: written makefile with regression tests [raw]
15122:
15123: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15124: tests' only [it's not forcing CGI mode now] now use -H to output
15125: CGI header when parser used in command line [useful for tests
15126: also]
15127:
15128: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15129: switches on CGI mode, and is used in regression tests
15130:
15131: * src/: include/pa_request.h, main/pa_request.C,
15132: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15133: fixed
15134:
15135: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15136: handling pa_*
15137:
15138: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15139: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15140: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15141: memory handling files
15142:
15143: * src/main/pa_array.C: pool::format_integer terminator fixed
15144:
15145: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15146: compiles OK test to show benefits of free
15147:
15148: * src/: classes/file.C, classes/image.C, classes/mail.C,
15149: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15150: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15151: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15152: use pool [as the one in ^process]
15153:
15154: * src/classes/op.C: fixed process. sould now check for all cstr's
15155: -- some must use pool [as the one in ^process]
15156:
15157: 2003-02-20 paf
15158:
15159: * src/: classes/date.C, classes/double.C, classes/file.C,
15160: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15161: classes/math.C, classes/op.C, classes/response.C,
15162: classes/string.C, classes/table.C, classes/void.C,
15163: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15164: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15165: string cmp fixed
15166:
15167: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15168: values passed OK now
15169:
15170: 2003-02-19 paf
15171:
15172: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15173: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15174: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15175: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15176: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15177: all remaning leaks resulted from pooled::malloc calls [excluding
15178: in gd -- planning complete rewrite extremely ugly code]
15179:
15180: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15181: files
15182:
15183: 2003-02-17 paf
15184:
15185: * src/: classes/date.C, classes/double.C, classes/file.C,
15186: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15187: classes/response.C, classes/string.C, classes/table.C,
15188: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15189: include/pa_stylesheet_connection.h,
15190: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15191: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15192: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15193: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15194: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15195: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15196: of unitialized simple-typed field
15197:
15198: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15199: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15200: simple-typed field fixed. todo: find&kill all like that one
15201:
15202: * src/: main/execute.C, targets/cgi/pa_pool.C,
15203: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15204: debug output fixed
15205:
15206: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15207: main/pa_request.C: stack-stored items need extra .ref to prevent
15208: object_ptr from delete[them]
15209:
15210: * src/: classes/date.C, classes/op.C, classes/table.C,
15211: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15212: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15213: main/pa_charset.C, main/pa_common.C,
15214: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15216: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15217: calls
15218:
15219: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15220: couple mem leaks rusulted from old pooled::malloc usage.
15221: todo:find more like those
15222:
15223: * src/main/: compile.C, compile_tools.C: 2*2!
15224:
15225: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15226: stackItem fixed [there were no string on stack before]
15227:
15228: * src/: main/execute.C, main/pa_request.C,
15229: types/pa_vmethod_frame.C: first letters out OK
15230:
15231: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15232: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15233: main/pa_string.C, main/untaint.C, types/pa_value.h,
15234: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15235: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15236: type not initialized with zeros :( while class fields of class
15237: types initialized with default constructors. learn C++
15238:
15239: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15240: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15241: classes/math.C, classes/xdoc.C, classes/xnode.C,
15242: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15243: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15244:
15245: 2003-02-14 paf
15246:
15247: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15248: 13 link errors
15249:
15250: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15251: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15252: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15253: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15254: errors :)
15255:
15256: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15257: classes/hash.C, classes/mail.C, classes/op.C,
15258: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15259: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15260: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15261: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15262:
15263: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15264: classes/table.C, include/pa_common.h, include/pa_globals.h,
15265: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15266: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15267: types/pa_vint.h, types/types.dsp: op compiled
15268:
15269: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15270: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15271: main/untaint.C, types/pa_vtable.h: string, response compiled
15272:
15273: 2003-02-07 paf
15274:
15275: * src/: classes/table.C, types/pa_vtable.h: table compiled
15276:
15277: 2003-02-06 paf
15278:
15279: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15280: mail compiled
15281:
15282: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15283: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15284: types/pa_vfile.h, types/pa_vimage.h: image compiled
15285:
15286: * src/classes/: file.C, form.C: form compiled
15287:
15288: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15289: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15290: types/pa_vfile.C, types/pa_vfile.h: file compiled
15291:
15292: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15293: types/pa_vmath.h: math compiled [win32]
15294:
15295: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15296: types/pa_vstring.h: hash compiled
15297:
15298: 2003-02-04 paf
15299:
15300: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15301: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15302: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15303: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15304: types/pa_vhash.h: hash 50% compiled
15305:
15306: * src/: classes/date.C, classes/file.C, classes/hash.C,
15307: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15308: classes/string.C, classes/table.C, classes/xdoc.C,
15309: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15310: main/pa_string.C: date compiled
15311:
15312: * src/classes/: classes.dsp, double.C: double compiled
15313:
15314: * src/: classes/date.C, classes/double.C, classes/file.C,
15315: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15316: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15317: classes/string.C, classes/table.C, classes/void.C,
15318: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15319: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15320: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15321: compiled
15322:
15323: * src/: classes/date.C, classes/double.C, classes/file.C,
15324: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15325: classes/math.C, classes/op.C, classes/response.C,
15326: classes/string.C, classes/table.C, classes/void.C,
15327: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15328: types/pa_vvoid.h: void compiled :)
15329:
15330: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15331: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15332: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15333: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15334: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15335: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15336: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15337: types/pa_vresponse.C, types/pa_vstateless_class.C,
15338: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15339: types/pa_wcontext.C, types/types.dsp: removed stupid
15340: value_includes.h
15341:
15342: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15343: trying to remove stupid value_includes.h
15344:
15345: * src/main/pa_exec.C: pa_exec compiled on win32
15346:
15347: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15348:
15349: * src/: include/pa_globals.h, include/pa_request.h,
15350: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15351: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15352: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15353: types/pa_vrequest.C, types/pa_vstateless_class.C,
15354: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15355:
15356: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15357: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15358: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15359:
15360: * src/: include/pa_array.h, include/pa_config_includes.h,
15361: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15362: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15363: compiled
15364:
15365: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15366: name conflicts)
15367:
15368: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15369: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15370: yelds "virtual memory exhausted" while trying to compile
15371: execute.C [eating up to 127MB]
15372:
15373: 2003-02-03 paf
15374:
15375: * src/: include/pa_config_includes.h, include/pa_hash.h,
15376: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15377: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15378: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15379: types/pa_vint.h, types/pa_vjunction.h,
15380: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15381: started gcc compiling pa_common compiled
15382:
15383: * src/: include/pa_exception.h, include/pa_pool.h,
15384: main/pa_exception.C: exception gcc change #1
15385:
1.116 moko 15386: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15387: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15388:
15389: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15390:
15391: * src/types/pa_vtable.C: vtable compiled
15392:
15393: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15394:
15395: * src/: include/pa_cache_managers.h, main/pa_request.C,
15396: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15397:
15398: * src/types/pa_vstateless_class.C: vstateless_class compiled
15399:
15400: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15401:
15402: * src/types/pa_vrequest.C: vrequest compiled
15403:
15404: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15405: pa_vobject.C, pa_vobject.h: vobject compiled
15406:
15407: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15408: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15409: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15410: compiled
15411:
15412: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15413:
15414: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15415: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15416: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15417: compiled
15418:
15419: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15420: main.lib - 0 error(s), 0 warning(s)
15421:
15422: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15423: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15424:
15425: 2003-01-31 paf
15426:
15427: * src/: include/pa_array.h, include/pa_operation.h,
15428: include/pa_request.h, main/execute.C, main/main.dsp,
15429: types/pa_vjunction.h: started last file from main library:
15430: execute
15431:
15432: * src/: include/pa_request.h, include/pa_sapi.h,
15433: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15434: main/pa_request.C, targets/cgi/parser3.C,
15435: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15436: types/pa_vhash.h: pa_request compiled
15437:
15438: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15439: include/pa_globals.h, include/pa_request.h,
15440: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15441: main/execute.C, main/main.dsp, main/pa_common.C,
15442: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15443: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15444: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15445: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15446: types/types.dsp: most pa_request compiled
15447:
15448: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15449: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15450: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15451: classes/op.C, classes/response.C, classes/string.C,
15452: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15453: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15454: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15455: include/pa_config_fixed.h, include/pa_config_includes.h,
15456: include/pa_dictionary.h, include/pa_dir.h,
15457: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15458: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15459: include/pa_pool.h, include/pa_request.h,
15460: include/pa_request_charsets.h, include/pa_request_info.h,
15461: include/pa_sapi.h, include/pa_socks.h,
15462: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15463: include/pa_stack.h, include/pa_string.h,
15464: include/pa_stylesheet_connection.h,
15465: include/pa_stylesheet_manager.h, include/pa_table.h,
15466: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15467: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15468: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15469: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15470: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15471: main/compile.C, main/compile.tab.C, main/compile.y,
15472: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15473: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15474: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15475: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15476: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15477: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15478: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15479: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15480: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15481: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15482: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15483: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15484: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15485: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15486: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15487: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15488: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15489: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15490: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15491: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15492: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15493: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15494: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15495: types/pa_vresponse.h, types/pa_vstateless_class.C,
15496: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15497: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15498: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15499: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15500: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15501: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15502:
15503: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15504: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15505: src/include/pa_charsets.h, src/include/pa_common.h,
15506: src/include/pa_dictionary.h, src/include/pa_exception.h,
15507: src/include/pa_exec.h, src/include/pa_pool.h,
15508: src/include/pa_request.h, src/include/pa_sapi.h,
15509: src/include/pa_sql_connection.h,
15510: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15511: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15512: src/main/compile.tab.C, src/main/compile_tools.C,
15513: src/main/compile_tools.h, src/main/main.dsp,
15514: src/main/pa_charset.C, src/main/pa_charsets.C,
15515: src/main/pa_common.C, src/main/pa_dictionary.C,
15516: src/main/pa_exception.C, src/main/pa_exec.C,
15517: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15518: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15519: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15520: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15521: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15522: src/types/pa_vdouble.h, src/types/pa_venv.h,
15523: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15524: src/types/pa_vhash.h, src/types/pa_vimage.C,
15525: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15526: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15527: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15528: src/types/pa_vobject.C, src/types/pa_vobject.h,
15529: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15530: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15531: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15532: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15533: src/types/pa_vstring.h, src/types/pa_vtable.h,
15534: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15535: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15536: died, long live StringPtr
15537:
15538: 2003-01-30 paf
15539:
15540: * src/: include/pa_charset.h, include/pa_request.h,
15541: include/pa_sql_driver_manager.h, main/compile.tab.C,
15542: main/compile.y, main/compile_tools.h, main/pa_request.C,
15543: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15544:
15545: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15546: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15547: types/pa_vhash.h, types/pa_vmethod_frame.h,
15548: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15549: types/types.dsp: vstateless_class compiled
15550:
15551: * src/main/compile.C: compile compiled
15552:
15553: * src/: include/pa_array.h, include/pa_operation.h,
15554: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15555: main/pa_table.C: compile_tools compiled
15556:
15557: * src/: include/pa_operation.h, main/compile.y,
15558: main/compile_tools.C, main/compile_tools.h: started
15559: compile_tools. vagues ideas of how to free compiled code
15560:
15561: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15562: main/main.dsp, types/pa_value.C, types/pa_value.h,
15563: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15564: compiled
15565:
15566: 2003-01-29 paf
15567:
15568: * src/: include/pa_globals.h, include/pa_request.h,
15569: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15570: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15571: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15572: compiled
15573:
15574: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15575: now
15576:
15577: * src/: include/pa_array.h, include/pa_exception.h,
15578: include/pa_pool.h, main/pa_exception.C: gd compiled
15579:
15580: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15581: compiled
15582:
15583: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15584: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15585: types/pa_vfile.h: vfile compiled
15586:
15587: * src/: include/pa_common.h, include/pa_globals.h,
15588: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15589: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15590: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15591:
15592: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15593: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15594: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15595: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15596: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15597:
15598: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15599: main/main.dsp, main/untaint.C: more compiled
15600:
15601: * src/: include/pa_charsets.h, include/pa_request.h,
15602: include/pa_request_info.h, include/pa_string.h,
15603: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15604: types/pa_vresponse.h: vrequest compiled
15605:
15606: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15607: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15608: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15609:
15610: * src/: classes/classes.h, include/pa_charset.h,
15611: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15612: include/pa_request.h, include/pa_string.h, main/main.dsp,
15613: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15614: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15615: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15616: types/pa_vrequest.C, types/pa_vrequest.h,
15617: types/pa_vstateless_class.h, types/pa_vstring.h,
15618: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15619:
15620: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15621: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15622: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15623: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15624: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15625: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15626: types/pa_vobject.h, types/pa_vstateless_class.h,
15627: types/pa_vstateless_object.h, types/pa_vstatus.h,
15628: types/pa_vstring.h, types/types.dsp: vmath compiled
15629:
15630: 2003-01-28 paf
15631:
15632: * src/: classes/classes.h, classes/date.C, classes/file.C,
15633: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15634: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15635: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15636: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15637: compile_tools
15638:
15639: * src/: include/pa_charset.h, include/pa_exception.h,
15640: include/pa_request.h, include/pa_string.h, main/untaint.C:
15641: untaint compiled
15642:
15643: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15644: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15645: more compiled. struck with string::store_to needing to know
15646: source/client charsets
15647:
15648: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15649: types/pa_vfile.h: uue compiled
15650:
15651: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15652: table compiled
15653:
15654: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15655: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15656:
15657: * src/: include/pa_charset.h, main/pa_charset.C,
15658: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15659: introduced]
15660:
15661: * src/: classes/date.C, include/pa_charset.h,
15662: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15663: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15664: pa_charsets compiled
15665:
15666: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15667: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15668:
15669: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15670: common compiled
15671:
15672: * src/: include/pa_charsets.h, main/pa_charsets.C,
15673: main/pa_sql_driver_manager.C: pa_charsets compiled
15674:
15675: * src/: include/pa_array.h, include/pa_charset.h,
15676: include/pa_charsets.h, include/pa_pool.h,
15677: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15678: include/pa_stack.h, include/pa_string.h,
15679: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15680: sql_driver_manager compiled
15681:
15682: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15683: letter i with two dots added to koi, all ukranian letters added
15684: to win1251.
15685:
15686: typographic simbol 0xb9 deleted from win1251 [strange one & were
15687: abscent from koi]
15688:
15689: 2003-01-27 paf
15690:
15691: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15692: include/pa_sql_driver_manager.h, include/pa_string.h,
15693: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15694: sql/pa_sql_driver.h: paused on sql_manager
15695:
15696: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15697: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15698: include/pa_stack.h, main/pa_sql_driver_manager.C,
15699: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15700:
15701: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15702: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15703: include/pa_table.h, main/pa_sql_driver_manager.C,
15704: main/pa_table.C: table compiled
15705:
15706: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15707: cache_managers compiled
15708:
15709: * src/: include/pa_array.h, include/pa_charset.h,
15710: include/pa_pool.h, main/pa_charset.C: charset compiled
15711:
15712: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15713:
15714: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15715: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15716: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15717: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15718: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15719:
15720: 2003-01-24 paf
15721:
15722: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15723: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15724: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15725: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15726: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15727: types/pa_vint.h, types/pa_vjunction.h,
15728: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15729: types/pa_vstatus.h, types/pa_vstring.h: more patched
15730:
15731: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15732: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15733: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15734: main/pa_string.C, main/pa_table.C: string compiled
15735:
15736: * src/: include/pa_array.h, include/pa_common.h,
15737: include/pa_dictionary.h, include/pa_exception.h,
15738: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15739: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15740: main/pa_string.C: dictionary compiled
15741:
15742: 2003-01-23 paf
15743:
15744: * src/: include/pa_array.h, include/pa_common.h,
15745: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15746: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15747: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15748: types/pa_value.h: resurrected pool in new sense: now it's
15749: factory, producing&accounting memory chunks for read[autofree]
15750: buffers
15751:
15752: * src/: include/pa_array.h, include/pa_exception.h,
15753: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15754: main/pa_exception.C, main/pa_table.C: table compiled
15755:
15756: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15757: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15758: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15759: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15760: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15761: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15762: main/pa_table.C: aint that easy
15763:
15764: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15765: main/main.dsp: continued with Hash
15766:
15767: * src/main/pa_common.C: connect_string allocated on heap[wes on
15768: stack] now. and exception can be reported OK now [can be reported
15769: outside of pro c with that stack]
15770:
15771: 2003-01-22 paf
15772:
15773: * src/: include/pa_array.h, include/pa_charset.h,
15774: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15775: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15776: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15777: base: contains references_count. auto_ptr template calls
15778: add_ref/release
15779:
15780: 2003-01-21 paf
15781:
15782: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15783: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15784: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15785: classes/op.C, classes/response.C, classes/string.C,
15786: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15787: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15788: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15789: include/pa_config_fixed.h, include/pa_config_includes.h,
15790: include/pa_dictionary.h, include/pa_dir.h,
15791: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15792: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15793: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15794: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15795: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15796: include/pa_stack.h, include/pa_string.h,
15797: include/pa_stylesheet_connection.h,
15798: include/pa_stylesheet_manager.h, include/pa_table.h,
15799: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15800: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15801: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15802: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15803: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15804: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15805: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15806: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15807: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15808: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15809: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15810: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15811: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15812: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15813: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15814: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15815: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15816: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15817: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15818: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15819: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15820: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15821: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15822: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15823: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15824: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15825: types/pa_vstateless_object.h, types/pa_vstatus.C,
15826: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15827: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15828: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15829: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15830: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15831: 2002->2003
15832:
15833: 2003-01-16 paf
15834:
15835: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15836: src/main/pa_globals.C: http:// introducing $.any-status(1)
15837:
15838: * operators.txt, src/include/pa_config_fixed.h,
15839: src/main/pa_common.C: http request now return status. and not
15840: fail on status!=200
15841:
15842: 2003-01-15 paf
15843:
15844: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15845:
15846: 2003-01-14 paf
15847:
15848: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15849: mkinstalldirs: removed some ancient files [they in / really]
15850:
15851: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15852: regretfully needed patch in two places. in config_fixed.h made
15853: stubs for lib to compile in MSVC
15854:
15855: 2003-01-13 paf
15856:
15857: * config.guess, config.sub, ltmain.sh: removed last piece of
15858: configure.in(libtool) hacks
15859:
1.116 moko 15860: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15861: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15862: ltdl.h: moved to latest libtool (1.4.3)
15863:
15864: 2003-01-10 paf
15865:
15866: * src/lib/ltdl/: configure, configure.in: PROG_NM
15867:
15868: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15869: patches. libxml2 >= 2.5.1
15870: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15871: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15872: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15873:
15874: * INSTALL: moved to latest versions of xml libs libxml2 >=
15875: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15876: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15877: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15878:
15879: 2003-01-09 paf
15880:
15881: * INSTALL: xml,xslt,gdome lib urls updated
15882:
15883: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15884: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15885: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15886: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15887: 1.7.2
1.95 moko 15888:
15889: * depcomp: moving to automake 1.7.2
15890:
15891: 2002-12-27 paf
15892:
15893: * src/include/pa_version.h: 0007
15894:
15895: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15896: outdated parts, made links to language docs
15897:
15898: * src/include/pa_config_auto.h.in: comment
15899:
15900: 2002-12-26 paf
15901:
15902: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15903: not contain trailing / fixed.
15904:
15905: * INSTALL: changing SAFE_MODE politics
15906:
15907: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15908:
15909: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15910:
15911: 2002-12-25 paf
15912:
15913: * src/main/pa_globals.C: optimized-xml
15914:
15915: * src/main/pa_globals.C: optimized-as-is
15916:
15917: 2002-12-24 paf
15918:
15919: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15920: fixed [were really called with zero size when .html?a=&b=]
15921:
15922: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15923: with --with-sendmail
15924:
15925: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15926: fixed]
15927:
15928: 2002-12-23 paf
15929:
15930: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15931: ignoring parameters & were storing only string with default
15932: expires
15933:
15934: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15935: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15936: December 23, 2002 4:22 AM Subject: bug â
15937: Charset::transcode_buf2xchar
15938:
15939: 2002-12-20 paf
15940:
15941: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15942: non-cgi [script] runs
15943:
15944: 2002-12-19 paf
15945:
15946: * INSTALL: --without-iconv recommended [it crashes on some systems
15947: [tested on elik]] moreover, it's not needed there [parser
15948: registers charsets itself]
15949:
15950: * INSTALL: --without-iconv recommended [it crashes on some systems
15951: [tested on elik]]
15952:
15953: * operators.txt, src/include/pa_globals.h,
15954: src/include/pa_request.h, src/main/pa_globals.C,
15955: src/main/pa_request.C: $response:download
15956:
15957: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15958: compiler [win32]].
15959:
15960: 2002-12-18 paf
15961:
15962: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15963:
15964: 2002-12-17 paf
15965:
15966: * src/targets/cgi/parser3.C: merged die&iis changes
15967:
15968: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15969: to exit(1) 2. more flexible iilegal call check
15970:
15971: 2002-12-16 paf
15972:
15973: * ltmain.sh: some automakes silly insist on having this handy
15974:
15975: * src/main/untaint.C: filespec russian small 'r' changed to latin
15976: 'p' bug fix
15977:
15978: 2002-12-15 paf
15979:
15980: * src/main/untaint.C: filespec russian small 'r' changed to latin
15981: 'p'
15982:
15983: * configure.in, src/include/pa_config_auto.h.in,
15984: src/main/compile.C, src/main/pa_common.C: merged small changes
15985: from branch 6 to HEAD
15986:
15987: * src/main/compile.C: removed warning
15988:
15989: * src/main/pa_common.C: ftruncate having checked
15990:
15991: * configure.in, src/include/pa_version.h: new version
15992:
15993: 2002-12-14 paf
15994:
15995: * src/classes/table.C: removed unnecessary code
15996:
15997: * src/sql/pa_sql_driver.h: exception type fixed
15998:
15999: 2002-12-09 paf
16000:
16001: * src/types/pa_vvoid.h: $void.store[now] error
16002:
16003: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16004:
16005: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16006: tries to write core dump
16007:
16008: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16009:
16010: * src/: classes/hash.C, classes/string.C, classes/table.C,
16011: classes/void.C, main/pa_sql_driver_manager.C,
16012: sql/pa_sql_driver.h: changed exception handling mech in sql
16013: handlers #2
16014:
16015: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16016: exception handling mech in sql handlers
16017:
16018: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16019: handlers
16020:
16021: * src/: classes/hash.C, classes/string.C, classes/table.C,
16022: classes/void.C, main/pa_sql_driver_manager.C,
16023: sql/pa_sql_driver.h: changed exception handling mech in sql
16024: handlers
16025:
1.116 moko 16026: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16027: to write makefile which used libtool to install things, which is
16028: not needed
1.95 moko 16029:
16030: 2002-12-06 paf
16031:
16032: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16033: $hash.fields -- pseudo field to make 'hash' more like 'table'
16034:
16035: 2002-12-05 paf
16036:
16037: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16038: cc/bcc OK now
16039:
16040: * src/main/untaint.C: mail header closed properly
16041:
16042: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16043: header ',' allowed. still bugs in smtp [only one receiptient
16044: works, cc, bcc ignored now, and MAILED ;)]
16045:
16046: [strncpy killed, memnchr used]
16047:
16048: * src/main/pa_table.C: table-copy now current=0
16049:
16050: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16051: lowlevel proc
16052:
16053: * src/targets/cgi/parser3.C: more checks on
16054: http://domain/parser.cgi start [maybe some getenv returns "",
16055: checked that now
16056:
16057: * src/targets/cgi/parser3.C: more checks on
16058: http://domain/parser.cgi start [maybe some getenv returns "",
16059: checked that now
16060:
16061: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16062: out-of-mem errors reached log]
16063:
16064: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16065: mail:send MIME-Version default
16066:
16067: * src/main/main.dsp: pa_version included into main.dsp
16068:
16069: 2002-12-04 paf
16070:
16071: * src/types/pa_vform.C: $form:field string value cut by premature 0
16072:
16073: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16074: lib/libltdl -> lib/ltdl Win32 changes. s
16075:
16076: * src/classes/classes.awk: more strict *.C$
16077:
16078: * gnu.dsp: restored
16079:
1.116 moko 16080: * configure.in, gnu.dsp, src/lib/Makefile.am,
16081: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16082: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16083: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16084: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16085: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16086: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16087: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16088: now created with /configure, not ltdl/configure, so it does have
16089: no problems with automake. ltdl/configure
16090: AC_OUTPUT(Makefile<<removed)
1.95 moko 16091:
16092: 2002-12-02 paf
16093:
16094: * operators.txt: removed outdated status:db
16095:
16096: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16097: src/main/pa_common.C, src/main/pa_request.C,
16098: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16099: tainted parts becomes http-header
16100:
16101: 2002-11-29 paf
16102:
16103: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16104: dates now objects of type date
16105:
16106: * src/classes/image.C: file.seek removed [it were used in image.C
16107: only, and for parser user this means that jpeg image has bad
16108: size in fragment's header] now used image.format
16109:
16110: * src/: include/pa_common.h, main/pa_common.C,
16111: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16112: now handled exactly like $response:header values. e.g. can be
16113: hash [can have subattributes] & contain date values.
16114:
16115: * src/main/pa_common.C: http:// param values lang forced URI
16116:
16117: * src/main/pa_common.C: http:// tainted partes now %xx
16118:
16119: 2002-11-28 paf
16120:
16121: * operators.txt: http.timeout
16122:
16123: * src/classes/image.C: ^image.length now counts interchar space.
16124: plus space after last char
16125:
16126: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16127:
16128: * src/classes/image.C: ^image.font width measurer now scans full
16129: height [were -1]
16130:
16131: * configure.in: stopped double libltdl/Makefile generation
16132:
16133: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16134: chars [one top horizontal line of 1pixel height were missing]
16135:
16136: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16137: 'false' to go into (Hash *) parameter
16138:
16139: 2002-11-27 paf
16140:
16141: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16142: types/pa_vmail.C: response:body[file] if file nows it's name now
16143: returns content-disposition: >>attachment<<
16144:
16145: * src/classes/image.C: ^image.font << bad font file-size now
16146: properly reported
16147:
16148: 2002-11-26 paf
16149:
16150: * src/main/pa_request.C: fixed lang in reponse header
16151:
16152: * src/main/pa_common.C: utf8 prefix ignored @read text
16153:
16154: * operators.txt, src/main/pa_common.C: http:// response status!=200
16155: made exception: http.status with source=bad status#
16156:
16157: 2002-11-25 paf
16158:
16159: * configure.in, src/classes/image.C,
16160: src/include/pa_config_auto.h.in,
16161: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16162: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16163: const void related probs fixed
1.95 moko 16164:
16165: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16166:
16167: $file[^file::load[http://there]] $file.SERVER
16168:
16169: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16170: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16171: http options [invalid onces now reported] made default
16172: user-agent: paf
16173:
16174: * operators.txt, src/classes/file.C, src/classes/table.C,
16175: src/classes/xdoc.C, src/include/pa_common.h,
16176: src/include/pa_globals.h, src/main/pa_common.C,
16177: src/main/pa_globals.C, src/main/pa_request.C,
16178: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16179: now understand http:// prefix and additional params, sample:
16180: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16181: $.USER-AGENT[parser3] ]]
16182:
16183: 2002-11-22 paf
16184:
16185: * src/classes/image.C, src/include/pa_globals.h,
16186: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16187: src/types/pa_vimage.h, operators.txt: $image.exif support
16188: $image.exif.DateTime & co
16189:
16190: 2002-11-21 paf
16191:
16192: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16193: _PASS_APPENDED)
16194:
16195: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16196: EXIF information [were big block and it's size were considered
16197: negative :(]
16198:
16199: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16200: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16201: internals rewritten. no there's reader.seek, and all's ready for
16202: EXIF extraction [now we fail to measure files with EXIF info]
16203:
16204: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16205: O_TRUNC truncates even exclusevely write-locked file [thanks to
16206: Igor Milyakov <virtan@rotabanner.com> for discovering]
16207:
16208: 2002-11-20 paf
16209:
16210: * src/targets/cgi/parser3.C: logging @signal += query_string
16211:
16212: * configure.in, src/include/pa_config_auto.h.in,
16213: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16214: comment
16215:
16216: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16217:
16218: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16219: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16220: currently processed document SIGPIPE >> interrupts request
16221: processing [exception = DB rollback]
16222:
16223: * src/main/pa_exec.C: comment
16224:
16225: * src/main/pa_exec.C: pa_exec: data written only if size>0
16226:
16227: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16228: << disable HTTP-POST repassing
16229:
16230: * src/: include/pa_config_fixed.h, main/pa_common.C,
16231: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16232: pipe read errors now checked
16233:
16234: 2002-11-19 paf
16235:
16236: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16237: CGI: Illegal call
16238:
16239: 2002-11-01 paf
16240:
16241: * src/main/execute.C: comment
16242:
16243: 2002-10-31 paf
16244:
16245: * src/main/execute.C: found out why, checked that for now. todo:
16246: find out a way for that user could do that
16247:
16248: * src/types/pa_vstateless_object.h: object put replaces static
16249: parent if any
16250:
16251: * src/types/pa_vobject.C: object put replaces static parent if any
16252:
16253: * src/: classes/form.C, classes/mail.C, classes/op.C,
16254: classes/xnode.h, main/compile.tab.C, main/execute.C,
16255: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16256: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16257: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16258: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16259: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16260: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16261: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16262: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16263: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16264: types/pa_vstateless_object.h, types/pa_vstatus.C,
16265: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16266: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16267: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16268: types/pa_wwrapper.h: static fix merged
16269:
16270: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16271: $virtual_fields in dynamic, but one can reach derived
16272: static[class] variable from base
16273:
16274: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16275: types/pa_vobject.C, types/pa_vobject.h,
16276: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16277: statics, left $virtual_fields in dynamic
16278:
16279: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16280: one can't remember derivates in base class: there's so many of
16281: them. also there can be no virtual method calls in static
16282: classes
16283:
16284: * src/: classes/form.C, classes/mail.C, classes/op.C,
16285: classes/xnode.h, main/execute.C, main/pa_request.C,
16286: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16287: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16288: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16289: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16290: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16291: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16292: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16293: types/pa_vresponse.C, types/pa_vresponse.h,
16294: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16295: types/pa_vstateless_object.h, types/pa_vstatus.C,
16296: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16297: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16298: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16299: types/pa_wwrapper.h: static call $self fixed
16300:
16301: * src/main/execute.C: comment
16302:
16303: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16304: ^process[$caller.self]{...} now compiles to last derived object
16305: part of that 'self'
16306:
16307: 2002-10-29 paf
16308:
16309: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16310: re-passing [iis to blame]
16311:
16312: * src/classes/string.C: changed string.save to pass current sql
16313: connection to cstr thus one can ^connect[some server]{
16314: $s[insert into table x (x) values (^taint[sql]{value})]
16315: ^s.save[some.sql] } and he'd get in some.sql file code with
16316: properly escaped. [tried in mssql->mysql export->import of
16317: binary data]
16318:
16319: 2002-10-25 paf
16320:
16321: * src/types/pa_vresponse.C: case insensitive response user fields
16322: get/put
16323:
16324: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16325: types/pa_vresponse.C: saving for maybe-future
16326:
16327: 2002-10-23 paf
16328:
16329: * operators.txt, src/classes/table.C: ^table.hash{code}...
16330: ^table.hash(expr)...
16331:
16332: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16333:
16334: 2002-10-22 paf
16335:
16336: * src/types/: pa_vform.C, pa_vform.h: removed needless
16337: VForm::Append...(...Value)
16338:
16339: * src/main/execute.C: $.name outside of $name[...] checked
16340:
16341: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16342: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16343:
16344: 2002-10-21 paf
16345:
16346: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16347: $form:qtail $form:imap.x/y
16348:
16349: * operators.txt, src/types/pa_vform.C: $form:nameless =
16350: "?value&...", "...&value&...", "...&value"
16351:
16352: * operators.txt, src/types/pa_vform.C: $form:image-map
16353:
16354: * operators.txt, src/classes/file.C: /some/page.html:
16355: ^file:fullpath[a.gif] => /some/a.gif
16356:
16357: 2002-10-17 paf
16358:
16359: * src/main/: compile.tab.C, compile.y: operators precedence changed
16360: a little: logical not and bitwise negation precedence made
16361: highest, << and >> bitshits precedence made equal [were << higher
16362: than >>]
16363:
16364: * src/classes/op.C: exception handling fixed [were bad with
16365: contexts]
16366:
16367: 2002-10-16 paf
16368:
16369: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16370: main/pa_request.C: Request::self considered equal to
16371: VMethodFrame::self, and removed, Request::get_self() mapped to
16372: VMethodFrame.self()
16373:
16374: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16375: $hash in open field now gives old good error meesage
16376:
16377: 2002-10-15 paf
16378:
16379: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16380: use ^if($junction is junction){was and now true}
16381:
16382: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16383: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16384: types/pa_vxnode.C: xml->parser strings now have origin, which
16385: points to place where value left xml library and came to parser:
16386: place of dom field extraction/call
16387:
16388: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16389: main/compile.tab.C, main/compile.y, main/execute.C,
16390: types/pa_vmethod_frame.h: removed last pieces of old code
16391: allowing $junction.xxx at compile time
16392:
16393: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16394: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16395: objects also considered [were only classes]
16396:
16397: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16398: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16399: with CLASS self. [ (request&method_frame).self temporarily
16400: changed ]
16401:
16402: * src/classes/: hash.C, op.C: method_frame now always changed, with
16403: no exception to native calls. for&foreach changed to use
16404: method_frame.caller for their var's name context
16405:
16406: * src/: main/execute.C, targets/cgi/parser3.C,
16407: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16408: compiling to system classes disabled
16409:
16410: * operators.txt, src/classes/op.C:
16411: ^process[$caller.CLASS]{code-string} added
16412:
16413: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16414: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16415: src/types/Makefile.am, src/types/pa_vjunction.C,
16416: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16417: src/types/types.dsp: removed $junction.get $junction.set[]
16418: introducing $caller
16419:
16420: * src/types/pa_value.h: removed outdated comments. doxygen would
16421: find them lower by inheritance tree
16422:
16423: * src/types/pa_vjunction.C: ident
16424:
16425: 2002-10-14 paf
16426:
16427: * src/classes/op.C: process compiles to code's class class
16428:
16429: * src/: classes/form.C, classes/mail.C, classes/op.C,
16430: include/pa_request.h, main/compile.C, main/compile.tab.C,
16431: main/compile.y, main/execute.C, main/pa_request.C,
16432: types/pa_vstateless_class.h: operators now main-class-methods
16433:
16434: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16435: better stack trace [has "call" & co there]
16436:
16437: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16438: operators @auto now executed in MAIN context
16439:
16440: * src/main/execute.C: operator execution context now = MAIN, not
16441: closest stack frame
16442:
16443: @touchit[] $i[after]
16444:
16445: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16446: were 'after'
16447:
16448: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16449: 'after'
16450:
16451: * src/main/execute.C: comment
16452:
16453: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16454: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16455: action]
16456:
16457: * src/types/pa_vxnode.C: misreplace fixed
16458:
16459: * configure, configure.in, src/include/pa_config_auto.h.in,
16460: src/types/pa_vstatus.C, operators.txt:
16461: $status:rusage.tv_secs/usecs introduced
16462:
16463: 2002-10-09 paf
16464:
16465: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16466: on empty string [or uses (default)]
16467:
16468: 2002-10-08 paf
16469:
16470: * src/main/untaint.C: mail header quoted printable changed after
16471: RFC reread
16472:
16473: * operators.txt: plan on ^if(method
16474:
16475: * src/types/pa_vxnode.C: misreplace
16476:
16477: 2002-09-24 paf
16478:
1.116 moko 16479: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16480:
16481: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16482: mailreceive would compile on freebsd now
16483:
16484: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16485: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16486: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16487: mailreceive would compile on freebsd now
1.95 moko 16488:
16489: * src/: classes/file.C, main/untaint.C: 1. file spec language
16490: changed: now there are only few chars are untainted: * ? ' " < >
16491: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16492: one should use ^untaint[uri]{...} now]
16493:
16494: 2. $list[^file:list[dir]] now returns simply tainted names in
16495: $list.name, not tainted as filespec
16496:
16497: @russianindex[] #dir with files with russian-lang names
16498: $where[dir]
16499:
16500: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16501: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16502:
16503: 2002-09-23 paf
16504:
16505: * src/types/pa_vdouble.h: double->int round added
16506:
16507: * src/classes/date.C: date bug fix, now
16508: round(floatDays*secondsPerDay)
16509:
16510: * src/classes/date.C: date bug fix, now
16511: round(floatDays*secondsPerDay)
16512:
16513: 2002-09-20 paf
16514:
16515: * src/main/execute.C: code junction calls disabled [before: code
16516: was compiled in such a way, that there were no code-junctions in
16517: OP_CALL]
16518:
16519: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16520:
16521: @badjunctioncallinside[code] ^code[]
16522:
16523: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16524: expanding to include ^junction.method
16525:
16526: * src/main/pa_common.C: -d "DIR/" now true
16527:
16528: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16529: as internal xdoc encoding, and after decoding attributes set by
16530: dom functions now encoded OK, not as digital entities
16531:
16532: * src/classes/xdoc.C: empty transform result, being taken as file
16533: now returns empty file, not raises stupid error about "stat-ed
16534: file"
16535:
16536: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16537: allowed
16538:
16539: * src/types/types.dsp: introducing $junction.get/put(1) one can
16540: write iterators now:
16541:
16542: ^user-foreach[key;value]{$key=$value<br>}
16543:
16544: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16545: $code.value($i*2) $code }
16546:
16547: * src/main/compile_tools.h: mistype
16548:
1.116 moko 16549: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16550: thus taking linking options configure changes into account [were:
16551: ignoring]
1.95 moko 16552:
16553: * src/types/: pa_vjunction.C, Makefile.am: introducing
16554: $junction.get/put(1) one can write iterators now:
16555:
16556: ^user-foreach[key;value]{$key=$value<br>}
16557:
16558: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16559: $code.value($i*2) $code }
16560:
16561: * src/: include/pa_opcode.h, include/pa_request.h,
16562: main/compile.tab.C, main/compile.y, main/execute.C,
16563: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16564: introducing $junction.get/put(1) one can write iterators now:
16565:
16566: ^user-foreach[key;value]{$key=$value<br>}
16567:
16568: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16569: $code.value($i*2) $code }
16570:
16571: 2002-09-19 paf
16572:
1.116 moko 16573: * Makefile.am: new: make commit
1.95 moko 16574:
16575: * aclocal.m4: forced to be older
16576:
16577: 2002-09-18 paf
16578:
16579: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16580: src/main/compile.y, src/main/execute.C: << >> int shifts
16581:
16582: * src/: include/pa_common.h, include/pa_request.h,
16583: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16584: - now this - fatal error
16585:
16586: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16587: that one can pass binary data there
16588:
16589: * src/: classes/date.C, classes/double.C, classes/file.C,
16590: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16591: classes/op.C, classes/response.C, classes/string.C,
16592: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16593: include/pa_request.h: pa_request contexts made privated, plus
16594: get_{self/method_frame} to read. Request_context_saver used in
16595: ^try to save flang too. [were not saved]
16596:
16597: * src/types/pa_vresponse.C: header value chains joined before
16598: output, this should help $.subject[$var $var] from being
16599: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16600:
16601: 2002-09-17 paf
16602:
16603: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16604: removed changes, operators executed with calling self. lots of
16605: code with ^include code relies on defined/defining self variables
16606:
16607: $a[1] ^include[print_a.p] print_a.p: $a
16608:
16609: ^include[set_a.p] a=$a set_a.p: $a[1]
16610:
16611: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16612: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16613: types/pa_vstateless_class.h: operators now executed with MAIN
16614: self. it's for ^include sake, too strong a change
16615:
16616: * src/classes/op.C: made place for ^process to compile it's code to
16617: in case of no self
16618:
16619: * src/main/execute.C: found ancient param to Junction, removed.
16620: allowed passing self to native_code_operators [for ^process to
16621: work, she needs self]
16622:
16623: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16624: types/pa_vstateless_class.h: found ancient param to Junction,
16625: removed. allowed passing self to native_code_operators [for
16626: ^process to work, she needs self]
16627:
16628: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16629: types/pa_value.h, types/pa_vmethod_frame.h,
16630: types/pa_vstateless_class.h: allowed Request.self to be 0,
16631: checked that in VMethodFrame get/put and $self.
16632:
16633: * src/classes/: table.C, xdoc.C: table::sql options table::create
16634: copy options options checked, wrong option now fatal error
16635:
16636: * src/main/pa_string.C: string.replace fixed [were missing words on
16637: pieces boundaries]
16638:
16639: * bin/auto.p.dist.in: strange \n
16640:
16641: * configure, configure.in: .so now detected [can be .sl on hpux,
16642: .dll on cygwin, .so in other cases)
16643:
1.116 moko 16644: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16645: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16646:
16647: * operators.txt, src/classes/hash.C, src/classes/table.C,
16648: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16649: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16650: record taken [were last]
16651:
16652: * src/: classes/hash.C, classes/table.C,
16653: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16654: now errors
16655:
16656: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16657:
16658: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16659: ,2,3]
16660:
16661: 2002-09-16 paf
16662:
16663: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16664: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16665: stdout to be binary. now detected closest header break.
16666:
16667: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16668: closed right
16669:
16670: 2002-09-13 paf
16671:
16672: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16673: src/main/compile_tools.h: (expression #comment)
16674:
16675: (multiline expression #comment line2 #comment )
16676:
16677: (expression #comment with (brackets) comment) << OK
16678:
16679: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16680: bitwise !|| numerical xor now [preparing for expression
16681: #comments]
16682:
16683: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16684: error
16685:
16686: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16687: cheched in pa_socks.C
16688:
1.116 moko 16689: * configure, configure.in, src/include/pa_config_auto.h.in:
16690: HAVE_WINSOCK_H created in configure.in
1.95 moko 16691:
16692: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16693: cookie date now clean [were mistakenly tainted & that worked bad
16694: with opera -- 'happily' that worked OK with msie]
16695:
16696: 2002-09-12 paf
16697:
16698: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16699: VClass get_element now first looks to fields, next to methods &
16700: co todo: the rest reason: more speed
16701:
16702: * src/main/untaint.C: quoted printable encoding stops before
16703: \s*<...>$
16704:
16705: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16706: stops before <...>$
16707:
16708: 2002-09-11 paf
16709:
16710: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16711: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16712: forgot to check users of those funcs. not all were using that
16713: return value convention
16714:
16715: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16716: windows-1254 added
16717:
16718: 2002-09-10 paf
16719:
16720: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16721: VCodeFrame parent param were specified badly
16722:
16723: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16724: WWrapper which used in constructing objects(second param to sql
16725: method) ^...sql{}[$.default{code}] now has parent, wich helps
16726: code in hash to survivi
16727:
16728: * src/: include/pa_request.h, main/execute.C: removed redundant
16729: param to execute [stack said 'thanks']
16730:
16731: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16732: types/pa_value.h, types/pa_vcode_frame.h,
16733: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16734: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16735: responsibility to wcontext
16736:
16737: * src/classes/file.C: decided not to log exec's with stderr, that
16738: could be warnings, and it's up to scritper to log/show them
16739:
16740: * src/: classes/double.C, main/execute.C: double:sql badly called
16741: write_assign_lang, not write_no_lang, thus doing unnecessary
16742: double/string converstion, which were loosing time&precesion
16743:
16744: * src/: main/pa_charset.C, types/pa_vmail.C:
16745: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16746: case of unfinished in buffer processing, causing accidental
16747: transcode stop [in case that source enc != utf-8 & there is
16748: incomplete utf-8 sequence at the end of 16000block iside of
16749: libxml lib] tfm readed & code updated
16750:
16751: 2002-09-04 paf
16752:
16753: * configure: makes with sjlj
16754:
16755: * INSTALL, src/include/pa_config_fixed.h,
16756: src/include/pa_sql_connection.h,
16757: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16758: checked. on win32 it made default
16759:
16760: * src/include/pa_config_auto.h.in: sjlj define
16761:
16762: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16763: can not work with longjump/throw pair, and one must switch that
16764: on there. todo: detect that automatically]
16765:
16766: * src/types/pa_vxnode.C: removed too strong checks of
16767: xnode.elements. now, for instance, if element does not have any
16768: attributes, $xnode.attributes is void, not error
16769:
16770: 2002-09-02 paf
16771:
16772: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16773: removed double_result, didn't help
16774:
16775: * src/main/execute.C: double_result made to move that var away from
16776: hungry g++ optimizer (-O2), before: it were optimized and
16777: comparison operators worked badly
16778:
16779: * src/types/pa_vdate.h: removed debug
16780:
1.116 moko 16781: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16782:
16783: * src/main/execute.C: fixed numeric < & co so that thay now use
16784: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16785: unknown reason.
16786:
16787: 2002-08-29 paf
16788:
16789: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16790: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16791: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16792: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16793: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16794: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16795: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16796: [called less frequent, allowed to remove ugly
16797: Junction.change_context-s from many places, switch,
16798: mail:send..html{}, ..] request.root renamed to method_frame [more
16799: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16800: [speed up]
16801:
16802: 2002-08-28 paf
16803:
16804: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16805: tainted
16806:
16807: * src/types/pa_vcookie.C: fixed cookie delete when
16808: $cookie:name[$.value[]]
16809:
16810: * operators.txt, src/classes/string.C:
16811: ^string.split[delim[;options]]
16812:
16813: 2002-08-27 paf
16814:
1.116 moko 16815: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16816:
16817: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16818: delimiter
16819:
16820: * INSTALL: recommended latest gmime 1.0.5
16821:
16822: 2002-08-26 paf
16823:
16824: * configure, configure.in: apache13/hook added to make dist.
16825:
16826: 2002-08-23 paf
16827:
16828: * src/: include/pa_common.h, main/pa_common.C,
16829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16830: beside binary [cgi, isapi] not accessible [due to bad rights or
16831: whatever] it's error now
16832:
16833: 2002-08-21 paf
16834:
1.116 moko 16835: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16836:
16837: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16838: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16839: class". compiled as if here they named base class
16840:
16841: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16842: cloning constructor]
16843:
16844: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16845:
16846: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16847: src/types/pa_vfile.C, src/types/pa_vmail.C:
16848: $mail.received.file.value.content-type fixed
16849:
16850: 2002-08-20 paf
16851:
16852: * src/classes/file.C: fixed language of file:file result
16853:
16854: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16855: from 3.0.0005
16856:
16857: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16858:
16859: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16860: 3.0.0005
16861:
16862: * src/classes/void.C, operators.txt: ^void.length[] = 0
16863:
16864: 2002-08-19 paf
16865:
16866: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16867: work now
16868:
16869: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16870: error in xnode, which were not catched in xdoc]
16871:
16872: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16873: prepared: // validate each document after load/create (?)
16874: //xmlDoValidityCheckingDefaultValue = 1;
16875:
16876: 2002-08-15 paf
16877:
16878: * src/classes/classes.h: write to static var caused useless
16879: Exception, introduced Methoded::put_element wich consumes those
16880:
16881: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16882: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16883: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16884: $response:field[date] $response:field[$.xxx[date]]
16885:
16886: * src/: classes/hash.C, classes/string.C, classes/table.C,
16887: classes/void.C, include/pa_sql_connection.h: fixed source of
16888: ^hash::sql{bad}
16889:
16890: * operators.txt: $request:body unprecessed POST request body
16891:
16892: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16893:
16894: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16895: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16896:
16897: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16898: src/include/pa_request.h, src/main/pa_pool.C,
16899: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16900: $request:body r.post_data now const
16901:
16902: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16903: classes/xnode.C, main/execute.C, types/pa_value.h,
16904: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16905: types/pa_vtable.h: instead of type() checking everywhere used
16906: Value.as now user descendants can be used in params.
16907:
16908: VObject::as_*, is_defined now taken from bases. xtable(table)
16909: ^if($xtable) now OK
16910:
16911: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16912: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16913: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16914:
16915: 2002-08-14 paf
16916:
16917: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16918: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16919: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16920: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16921: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16922: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16923: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16924: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16925: types/pa_vresponse.C, types/pa_vresponse.h,
16926: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16927: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16928: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16929: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16930: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16931: & VClass
16932:
16933: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16934:
16935: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16936: removed fixopt stupidity. on stupid linux use cd /document/root
16937: ../cgi/parser3 script
16938:
16939: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16940: params, splitting them by space, excluding argv[0], argv[argc-1]
16941:
16942: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16943: fixopt.h: fixopt now preprocesses command line params, splitting
16944: them by space, excluding argv[0], argv[argc-1]
16945:
16946: * src/targets/cgi/parser3.C: -f config file
16947:
16948: * src/targets/cgi/parser3.C: fixed .log file dir
16949:
16950: 2002-08-13 paf
16951:
16952: * src/types/pa_vobject.C: allow override parent variables, useful
16953: for form descendants [in vobject too, were in vclass]
16954:
16955: * src/types/pa_vclass.C: allow override parent variables, useful
16956: for form descendants
16957:
16958: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16959: overwritten in derived(table)
16960:
16961: * src/: classes/form.C, classes/mail.C, classes/op.C,
16962: classes/xnode.h, include/pa_request.h, main/execute.C,
16963: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16964: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16965: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16966: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16967: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16968: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16969: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16970: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16971: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16972: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16973: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16974: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16975: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16976: Value::get_element(..., bool looking_down) [needed to exclude
16977: endless recoursion]
16978:
16979: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16980: fix bug with put endless recoursion todo: check 'as'
16981:
16982: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16983: reorganized modules todo: fix bug with put endless recoursion
16984: todo: check 'as'
16985:
16986: * src/types/pa_vobject.h: checked: table fields can be overwritten
16987: in derived(table)
16988:
16989: * src/types/pa_vobject.h: derived classes can have fields of their
16990: own now
16991:
16992: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16993: fixed error message on using non-created table
16994:
16995: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16996: classes/op.C, classes/xnode.h, include/pa_request.h,
16997: main/compile.C, main/compile.tab.C, main/execute.C,
16998: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16999: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17000: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17001: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17002: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17003: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17004: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17005: types/pa_vresponse.C, types/pa_vresponse.h,
17006: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17007: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17008: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17009: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17010: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17011: looking down/up tree todo: fix error message on non-constructed
17012: parents
17013:
17014: 2002-08-12 paf
17015:
17016: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17017: derived OK
17018:
17019: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17020: thorough testing
17021:
17022: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17023: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17024: types/pa_vobject.h, types/pa_vstateless_class.h,
17025: types/pa_vstateless_object.h, types/pa_wcontext.h,
17026: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17027: ^base:create[] dynamic call rewritten todo: thorough testing
17028:
17029: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17030: now instantates base class, remembers it and saves child in
17031: parent VObject.get_class now returns last child = downward
17032: virtual calls OK
17033:
17034: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17035: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17036: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17037: types/pa_vobject.h, types/pa_vresponse.h,
17038: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17039: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17040: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17041: VAliased [redundant], moved $CLASS to VObject only [parser class
17042: instance]
17043:
17044: * bin/auto.p.dist.in: more like in dist on parser.ru
17045:
17046: * bin/auto.p.dist.in: fixed sendmail default comment
17047:
17048: * src/main/pa_request.C: $response:body[file] content-type check
17049: fixed [were bad when content-type is hash]
17050:
17051: 2002-08-09 paf
17052:
17053: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17054: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17055:
17056: 2002-08-08 paf
17057:
17058: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17059: src/main/pa_globals.C: year column in month calendar [week year]
17060:
17061: * src/main/execute.C: error reporting on object writes to MAIN
17062: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17063:
17064: * operators.txt, src/types/pa_vdate.h: $date.yearday
17065: $date.daylightsaving
17066:
17067: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17068: use tainted data now. only she must specify the language.
17069:
17070: ^mail:send[ $.from[paf@mail.design.ru]
17071: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17072: $.text[^taint[uri][ìîñêâà]=] ]
17073:
17074: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17075: now prints more precise origin
17076:
17077: * src/include/pa_string.h: String::first_char now not fails on
17078: empty strings ^if(-f '') now ok and in 3 other places.
17079:
17080: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17081: String::first_char now not fails on empty strings ^if(-f '') now
17082: ok and in 3 other places.
17083:
17084: 2002-08-07 paf
17085:
17086: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17087: fixed
17088:
17089: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17090:
17091: * src/: main/execute.C, types/pa_vcode_frame.h,
17092: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17093: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17094: mistakenly not completely transparent to object writes.
17095: $hash[^if(1){$hash}] now works
17096:
17097: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17098: now erasing cache file [there were bad check on that]
17099:
17100: * src/: classes/classes.dsp, classes/table.C,
17101: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17102: all Debug dirs in .dsp now named 'Debug'
17103:
1.116 moko 17104: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17105:
17106: * operators.txt, src/classes/mail.C: exception_type email.send
17107:
17108: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17109:
17110: * src/types/pa_vmail.C: mail:send empty email checked
17111:
17112: 2002-08-06 paf
17113:
17114: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17115: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17116: ^table::create[$source;$.options] ^table::join[$source;$.options]
17117:
17118: * operators.txt, src/classes/hash.C, src/classes/string.C,
17119: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17120: # $.default() }
17121:
17122: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17123:
17124: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17125: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17126: $file.content-type [instead of .mime-type] now works for
17127: file::stat also
17128:
17129: * src/main/pa_request.C: case insensitive mime_type_of
17130:
17131: * bin/auto.p.dist.in: jpeg
17132:
17133: 2002-08-05 paf
17134:
17135: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17136:
17137: * src/types/pa_vmail.C: file buffer relocated to parser heap
17138:
17139: * operators.txt: comment on date:calendar week column
17140:
17141: * src/main/pa_common.C: write checked
17142:
17143: * src/main/: pa_common.C: write checked
17144:
17145: * src/classes/date.C: +1 buf size for stupid snprintfs
17146:
17147: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17148: month calendar week column [ISO 8601 Week Numbers]
17149:
17150: 2002-08-02 paf
17151:
17152: * src/: include/pa_config_fixed.h, main/pa_string.C,
17153: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17154: DEBUG*
17155:
17156: * configure, configure.in, src/include/pa_version.h: release
17157: 3_0_0005
17158:
17159: * bin/auto.p.dist.in: unhandled_exception comments
17160:
17161: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17162: multipart post fixed
17163:
17164: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17165: response transcoded source->client only when text/* or simple
17166: onoverridden $response:body
17167:
17168: 2002-08-01 paf
17169:
17170: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17171: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17172: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17173: classes/op.C, classes/response.C, classes/string.C,
17174: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17175: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17176: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17177: include/pa_config_fixed.h, include/pa_dictionary.h,
17178: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17179: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17180: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17181: include/pa_socks.h, include/pa_sql_connection.h,
17182: include/pa_sql_driver_manager.h, include/pa_stack.h,
17183: include/pa_string.h, include/pa_stylesheet_connection.h,
17184: include/pa_stylesheet_manager.h, include/pa_table.h,
17185: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17186: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17187: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17188: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17189: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17190: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17191: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17192: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17193: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17194: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17195: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17196: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17197: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17198: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17199: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17200: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17201: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17202: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17203: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17204: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17205: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17206: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17207: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17208: types/pa_vmethod_frame.h, types/pa_vobject.h,
17209: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17210: types/pa_vresponse.h, types/pa_vstateless_class.C,
17211: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17212: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17213: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17214: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17215: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17216: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17217:
17218: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17219: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17220: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17221: classes/math.C, classes/op.C, classes/response.C,
17222: classes/string.C, classes/table.C, classes/void.C,
17223: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17224: include/pa_array.h, include/pa_cache_managers.h,
17225: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17226: include/pa_config_fixed.h, include/pa_config_includes.h,
17227: include/pa_dictionary.h, include/pa_dir.h,
17228: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17229: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17230: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17231: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17232: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17233: include/pa_stack.h, include/pa_string.h,
17234: include/pa_stylesheet_connection.h,
17235: include/pa_stylesheet_manager.h, include/pa_table.h,
17236: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17237: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17238: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17239: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17240: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17241: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17242: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17243: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17244: main/pa_sql_driver_manager.C, main/pa_string.C,
17245: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17246: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17247: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17248: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17249: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17250: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17251: targets/isapi/pool_storage.h, types/pa_valiased.C,
17252: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17253: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17254: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17255: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17256: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17257: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17258: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17259: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17260: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17261: types/pa_vresponse.C, types/pa_vresponse.h,
17262: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17263: types/pa_vstateless_object.h, types/pa_vstatus.C,
17264: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17265: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17266: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17267: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17268: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17269: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17270: types/Makefile.am: ident.C* removed
17271:
17272: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17273: file:find[/can/do/this/now.txt]
17274:
17275: * src/targets/cgi/parser3.C: usage to stdout now
17276:
17277: 2002-07-31 paf
17278:
17279: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17280:
17281: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17282: default "postmaster"
17283:
17284: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17285: -f postmaster now default sendmail key word "postmaster"
17286: replaced to $.from
17287:
17288: 2002-07-30 paf
17289:
1.116 moko 17290: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17291: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17292:
17293: * src/main/pa_charset.C: comment
17294:
17295: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17296: table, &#decimal;
17297:
17298: * src/main/pa_request.C: comment
17299:
17300: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17301: paragraf]
17302:
17303: 2002-07-11 paf
17304:
17305: * src/main/pa_exec.C: build command line badly added params twice
17306: [and first time without ' ']. double wrong. fixed.
17307:
17308: * src/main/pa_exec.C: invalid .exe caused error message with params
17309: wich parser did not provide = reported badly. fixed that.
17310:
17311: * src/classes/mail.C: $MAIL[ # xxx ]
17312:
17313: now ok
17314:
17315: * operators.txt: plan: sql detailed exception
17316:
17317: 2002-07-01 paf
17318:
17319: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17320: [MForm.configure_admin were called when request.main_class ==0
17321:
17322: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17323:
17324: * src/classes/form.C: content_length type fix
17325:
17326: 2002-06-30 paf
17327:
17328: * src/classes/mail.C: merged from 4
17329:
17330: * src/classes/mail.C: restored $MAIL
17331:
17332: 2002-06-28 paf
17333:
17334: * configure, configure.in: removed paths.h
17335:
1.116 moko 17336: * configure, src/include/pa_version.h,
1.95 moko 17337: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17338: merged, makes updated
17339:
17340: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17341: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17342: src/include/pa_pool.h, src/include/pa_version.h,
17343: src/main/pa_charset.C, src/main/pa_pool.C,
17344: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17345: src/types/pa_vmail.C: merged latest updates to head
17346:
17347: 2002-06-27 paf
17348:
17349: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17350: not error now
17351:
17352: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17353: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17354: src/main/pa_charset.C, src/main/pa_pool.C:
17355: ^xdoc::create[[uri]]... base uri for document being created,
17356: imports and other relative file names would be relative to this
17357: uri default uri=path_translated
17358:
17359: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17360:
17361: 2002-06-26 paf
17362:
17363: * configure, configure.in, src/include/pa_version.h:
17364: release_3_0_0004
17365:
17366: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17367: 0 now
17368:
17369: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17370:
17371: 2002-06-25 paf
17372:
17373: * src/main/pa_string.C: emtpy string, or string of whitespaces
17374: considered bad number now
17375:
17376: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17377: now
17378:
17379: * operators.txt, src/classes/string.C: ^string.normalize [old
17380: name: optimize
17381:
17382: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17383: library configured
17384:
17385: * src/main/pa_request.C: configure_admin forced if no @conf
17386:
17387: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17388: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17389: when needed and to call system crypt() if not $apr1$ prefix
17390:
17391: 2002-06-24 paf
17392:
17393: * INSTALL: --with-static/shared-mailreceive described
17394:
17395: * src/include/pa_config_fixed.h: ssize_t fixed
17396:
1.116 moko 17397: * configure, configure.in, src/include/pa_config_auto.h.in,
17398: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17399: src/types/pa_vmail.C: $mail:received makes update
17400:
17401: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17402: WITH_MAILRECEIVE
17403:
17404: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17405:
17406: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17407: option, for $mail:receive
17408:
17409: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17410: introducting $message:received ^mail:send rewritten with backward
17411: comp
17412:
17413: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17414: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17415: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17416: now
17417:
17418: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17419: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17420: src/include/pa_request.h, src/include/pa_string.h,
17421: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17422: src/main/pa_globals.C, src/main/pa_request.C,
17423: src/main/pa_string.C, src/main/pa_uue.C,
17424: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17425: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17426: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17427: uue to separate file introducting $message:received ^mail:send
17428: rewritten with backward comp
17429:
17430: 2002-06-21 paf
17431:
1.116 moko 17432: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17433: co changes
1.95 moko 17434:
1.116 moko 17435: * configure, configure.in, src/lib/md5/Makefile.am,
17436: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17437: restructure .in and .am files appropriate changes
1.95 moko 17438:
17439: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17440: pcre to libs/ added libs/md5 which is linked to non-apache
17441: targets ^math:crypt[password;$apr1$salt]
17442:
17443: * INSTALL, configure.in, operators.txt, parser3.dsw,
17444: src/Makefile.am, src/classes/Makefile.am,
17445: src/classes/classes.dsp, src/classes/math.C,
17446: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17447: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17448: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17449: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17450: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17451: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17452: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17453: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17454: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17455: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17456: src/lib/pcre/pcre_parser_ctype.dsp,
17457: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17458: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17459: src/main/compile.tab.C, src/main/main.dsp,
17460: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17461: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17462: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17463: to libs/ added libs/md5 which is linked to non-apache targets
17464: ^math:crypt[password;$apr1$salt]
17465:
17466: 2002-06-20 paf
17467:
17468: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17469: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17470: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17471: src/include/pa_request.h, src/main/execute.C,
17472: src/main/pa_request.C, src/targets/cgi/parser3.C,
17473: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17474: marged latest HEAD updates, mainly file:justname&co &
17475: @auto/conf[filespec
17476:
17477: * operators.txt, src/classes/file.C:
17478: !^file:dirname[/a/some.tar.gz]=/a
17479: !^file:dirname[/a/b/]=/a
17480: !^file:basename[/a/some.tar.gz]=some.tar.gz
17481: !^file:justname[/a/some.tar.gz]=some.tar
17482: !^file:justext[/a/some.tar.gz]=gz
17483:
17484: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17485: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17486: @conf/auto[filespec]
17487:
17488: * bin/auto.p.dist.in: <noindex>
17489:
1.116 moko 17490: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17491:
17492: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17493: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17494: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17495: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17496:
17497: 2002-06-18 paf
17498:
17499: * configure, configure.in, src/include/pa_version.h: version to
17500: configure.in
17501:
17502: * INSTALL: reflected .conf.dist dir change
17503:
1.116 moko 17504: * Makefile.am, configure, configure.in, bin/Makefile.am,
17505: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17506: .in & *.am updated
17507:
17508: * src/classes/file.C: strncasecmp
17509:
17510: * src/classes/file.C: strcasecmp
17511:
1.116 moko 17512: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17513: from etc
1.95 moko 17514:
17515: * src/classes/file.C: ^file::exec[script;$.bad error case
17516: insensitive check now
17517:
17518: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17519:
17520: * configure, configure.in, src/include/pa_pool.h,
17521: src/include/pa_types.h: pack configure.in detection simplified.
17522: figured out that gcc on sparc not that stupid as thought
17523: previously: on sparc: when it sees packed class it modifies it's
17524: field-access-code to byte operations [stb, ldub] instead of 4byte
17525: operations [st, lduh] so packed must be all parts of packed
17526: class, i.e. it's parents&fields(classes). for now it's only
17527: String that packed and what was wrong is that it's parent -
17528: Pooled, were not packed. fixed that.
17529:
17530: 2002-06-14 paf
17531:
17532: * operators.txt: more precise xml-to-text options
17533:
17534: * operators.txt, src/types/pa_vxnode.C: xnode
17535: attribute_node.name/value xnode pi.node.data
17536:
17537: 2002-06-12 paf
17538:
1.116 moko 17539: * configure, configure.in, src/targets/cgi/Makefile.am,
17540: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17541:
17542: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17543: src/include/pa_globals.h, src/include/pa_request.h,
17544: src/main/compile.tab.C, src/main/pa_globals.C,
17545: src/main/pa_request.C, src/targets/cgi/parser3.C,
17546: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17547:
17548: * src/classes/mail.C: sendmail -ti [default now]
17549:
17550: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17551: to be strings. for convinient #ing
17552:
17553: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17554: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17555:
17556: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17557: main/pa_globals.C, main/pa_request.C: @conf
17558:
17559: 2002-06-11 paf
17560:
17561: * src/classes/file.C: check simplified
17562:
17563: * src/: classes/file.C, targets/cgi/parser3.dsp,
17564: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17565: valid prefix
17566:
17567: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17568: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17569: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17570:
17571: 2002-06-10 paf
17572:
17573: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17574: src/main/pa_common.C: lock failures reported now
17575:
17576: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17577: string->double @ compile time were not-enough-checking...
17578:
17579: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17580: autoconvert now ignored
17581:
17582: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17583: check
17584:
17585: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17586: $response:body content-type:name
17587:
17588: * configure, configure.in: hpux check, nsl link, no socket
17589:
17590: * operators.txt: old merge conflict removed
17591:
17592: * configure, configure.in: pack even address access on sparc&co
17593: arch checked in configure
17594:
17595: * configure, src/include/pa_version.h: makes
17596:
17597: * configure, configure.in, src/include/pa_version.h: makes
17598:
17599: * src/main/untaint.C: (bug#2) mail subject got always prepended
17600: with charset even when all letters were 7bit one
17601:
17602: * src/main/pa_common.C: merged fixed -d (bug)
17603:
17604: * src/main/pa_common.C: fixed -d (bug)
17605:
17606: 2002-06-03 paf
17607:
17608: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17609: src/classes/classes.dsp, src/main/compile.tab.C,
17610: src/main/main.dsp, src/main/pa_globals.C,
17611: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17612: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17613: .dsp-s along with reorganized cvs modules dirs structure
17614:
17615: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17616: main/pa_globals.C, targets/cgi/parser3.dsp,
17617: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17618: modules
17619:
17620: 2002-05-28 paf
17621:
17622: * src/targets/cgi/parser3.C: info.uri now ""
17623:
17624: 2002-05-17 paf
17625:
17626: * src/classes/: table.C: ^table.save << checked empty
17627: pre/match/post columns
17628:
17629: 2002-05-16 paf
17630:
17631: * src/classes/image.C: image::measure can png now
17632:
17633: 2002-05-15 paf
17634:
17635: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17636: added
17637:
17638: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17639:
17640: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17641: %H[:%M[:%S]]]]]] [-%m now
17642:
17643: 2002-05-14 paf
17644:
17645: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17646:
17647: 2002-05-07 paf
17648:
17649: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17650: src/include/pa_globals.h, src/include/pa_request.h,
17651: src/include/pa_table.h, src/main/compile.tab.C,
17652: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17653: src/main/pa_request.C, src/main/pa_table.C,
17654: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17655: src/targets/isapi/parser3isapi.dsp,
17656: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17657: name2number field now &. main_method_name now on Request pool
17658: rather on global_pool [Junction+VJunction created on same pool as
17659: name = were created on global pool, causing mem leaks]
17660:
17661: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17662: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17663: main/compile.y, main/main.dsp, main/pa_globals.C,
17664: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17665: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17666: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17667: field now &. main_method_name now on Request pool rather on
17668: global_pool [Junction+VJunction created on same pool as name =
17669: were created on global pool, causing mem leaks]
17670:
17671: 2002-05-06 paf
17672:
17673: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17674: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17675: 100*40 bytes per request memory leak [nonpool malloc in globals]
17676:
17677: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17678: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17679: 100*40 bytes per request memory leak [nonpool malloc in globals]
17680:
17681: 2002-04-30 paf
17682:
17683: * configure, src/include/pa_version.h: version now not b
17684:
17685: * src/targets/cgi/parser3.C: request.uri now never 0
17686:
17687: 2002-04-29 paf
17688:
17689: * configure.in: removed b
17690:
17691: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17692: Exception::comment/type checked in (), no there's no empty
17693: type/comment by default
17694:
17695: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17696: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17697: src/doc/value.dox, src/include/pa_exception.h,
17698: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17699: 0001
17700:
17701: 2002-04-26 paf
17702:
17703: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17704: size reduced
17705:
17706: 2002-04-25 paf
17707:
17708: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17709: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17710: now that took into account
17711:
17712: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17713: 01:03:04]
17714:
17715: * ChangeLog, operators.txt, src/classes/date.C:
17716: ^date::create[2002-12-33 01:03:04]
17717:
17718: * ChangeLog: updated changelog
17719:
17720: * src/classes/table.C: removed restriction on column count to
17721: ^table.hash to work, now must be >0 [were >1]
17722:
17723: 2002-04-24 paf
17724:
17725: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17726: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17727: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17728: targets
17729:
17730: 2002-04-23 paf
17731:
17732: * operators.txt, src/classes/string.C:
17733: int/double/string:sql{}[$.default{code}] fixed [were barking:
17734: "junction used outside of context"]
17735:
17736: 2002-04-22 paf
17737:
17738: * types.txt, src/classes/string.C, src/include/pa_string.h,
17739: src/main/pa_string.C, src/types/pa_vstring.C,
17740: src/types/pa_vstring.h: ^string.optimize[]
17741:
17742: * src/: include/pa_globals.h, include/pa_table.h,
17743: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17744: table template
17745:
17746: * src/classes/: string.C: optimize removed from string
17747: .left/right/pos
17748:
17749: * src/main/execute.C: rolled back to
17750: before_killing_userjunction_contexts
17751:
17752: * src/main/execute.C: user junctions context killed
17753:
17754: * src/main/execute.C: junctions to local contexts got
17755: cleanized&checked later
17756:
17757: 2002-04-19 paf
17758:
17759: * src/: classes/string.C, include/pa_request.h,
17760: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17761: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17762: prior to .left .right .mid .pos .match when that is profitable,
17763: and always before .replace when $ORIGINS(1) optimization disabled
17764: economy from not wasting mem on lots of strings which occur by
17765: lots of String:mid calls to get parts of source string between
17766: found_occurances
17767:
17768: * src/classes/file.C: ovector now local economy: 16 bytes per
17769: ^file:list
17770:
17771: * src/: include/pa_globals.h, include/pa_table.h,
17772: main/pa_globals.C, main/pa_string.C: String::match table columns
17773: globalized, not created @ each ^match anymore economy:
17774: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17775:
17776: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17777: removed from each String::match replace iteration, and made
17778: stacked sizeof(VTable)=12bytes economy on each replace code
17779:
17780: * src/doc/footer.htm: 2001,
17781:
17782: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17783: string.match[]['] option enables generation of $match.prematch
17784: .match .postmatch columns
17785:
17786: * src/main/pa_string.C: String::match options analized without
17787: cstr-ing them now
17788:
17789: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17790: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17791: config updated to doxygen 1.2.15, created helper which fixes
17792: minor bugs in chm project files & htm tree. changed extension to
17793: .htm
17794:
17795: 2002-04-18 paf
17796:
17797: * src/doc/doxygen.cfg: .chi generation disabled
17798:
17799: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17800: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17801: fields&methods
17802:
17803: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17804: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17805: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17806: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17807: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17808: types/pa_vresponse.h, types/pa_vstateless_class.h,
17809: types/pa_vstateless_object.h, types/pa_vstatus.h,
17810: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17811: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17812: VStateless_class to VObject
17813:
17814: * src/: main/pa_request.C, types/pa_valiased.h,
17815: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17816: types/pa_vstring.h: VStateless_string_object speicalized light
17817: version of VStateless_object
17818:
17819: * src/classes/op.C: ^throw comment param made optional
17820:
17821: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17822: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17823: and implemented down in VClass, fclass_alias removed,
17824:
17825: * src/types/pa_value.C: forced to cut that from .h because of
17826: VStateless_class usage [undefined in .h]
17827:
17828: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17829: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17830: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17831: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17832: on each CALL]
17833:
17834: * src/: classes/classes.h, classes/date.C, classes/double.C,
17835: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17836: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17837: classes/response.C, classes/string.C, classes/table.C,
17838: classes/void.C, classes/xnode.C, include/pa_globals.h,
17839: include/pa_request.h, main/execute.C, main/pa_globals.C,
17840: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17841: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17842: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17843: types/pa_vstateless_class.h, types/pa_wcontext.C,
17844: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17845: removed Value::fname
17846:
17847: 2002-04-17 paf
17848:
17849: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17850: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17851: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17852: include/pa_pool.h, include/pa_types.h: dox updated to current
17853: state, PTHROW freshen to throw & co
17854:
17855: * src/types/pa_vhash.h: vstring wrong parent fixed
17856:
17857: * src/classes/op.C: taint local result var bug fixed
17858:
17859: 2002-04-16 paf
17860:
17861: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17862: Attic asm.txt as most interesting
17863:
17864: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17865: check, preventing content-length: 0 from appearing
17866:
17867: * src/main/execute.C: $result in @main now taken into account as in
17868: usual functions
17869:
17870: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17871: & @unhandled_exception now taken into account as in usual
17872: functions
17873:
17874: * src/doc/postbuild.txt: instructions on post .html build
17875:
17876: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17877:
17878: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17879: tainted
17880:
17881: * src/main/pa_request.C: uri in error log
17882:
17883: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17884: cheched date:create(days) param for validity [later were assumed
17885: valid and crashed on invalid onces]
17886:
17887: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17888: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17889: and used that for removing VString wrapper
17890:
17891: * src/classes/op.C: exception2vhash file now tainted
17892:
17893: * src/classes/op.C: _process pseudo origin copied from local var to
17894: heap
17895:
17896: * src/classes/op.C: extra check on empty file in origin in _execute
17897:
17898: 2002-04-15 paf
17899:
17900: * src/: main/execute.C, types/pa_value.h: fixed name update
17901:
17902: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17903: functions
17904:
17905: * src/: classes/file.C, classes/hash.C, classes/op.C,
17906: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17907: started dual write_xxx_lang functions, if checked & works
17908:
17909: * src/: classes/date.C, classes/file.C, classes/mail.C,
17910: classes/string.C, classes/xnode.C, include/pa_request.h,
17911: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17912: unnecessary VString shells
17913:
17914: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17915: prev changes]
17916:
17917: * src/: classes/image.C, classes/op.C, classes/string.C,
17918: classes/table.C, include/pa_request.h, main/execute.C,
17919: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17920: StringOrValue wcontext result, now ready for dual writes
17921:
17922: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17923: checked that
17924:
17925: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17926: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17927: changed to OP_WRITE_VALUE in var get cases
17928:
17929: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17930: include/pa_request.h, main/compile.tab.C, main/compile.y,
17931: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17932: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17933: switch in hash constructor fixed [were problems with using of
17934: stacked wwrapper after it's death]
17935:
17936: 2002-04-12 paf
17937:
17938: * operators.txt, src/classes/table.C: table.select(expression) 0
17939:
17940: 2002-04-11 paf
17941:
17942: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17943: Request::process_internal codeFrame & wwrapper stacked [not
17944: wasting heap anymore]
17945:
17946: 2002-04-10 paf
17947:
17948: * src/: classes/double.C, classes/file.C, classes/hash.C,
17949: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17950: classes/string.C, classes/table.C, classes/void.C,
17951: classes/xdoc.C, include/pa_request.h, main/execute.C,
17952: main/pa_string.C: killed Request::process() wrapping
17953: VString(String) in case we need only String
17954:
17955: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17956: killed 8 bytes from String.head
17957:
17958: 2002-04-09 paf
17959:
17960: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17961: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17962: local*/char b[...]; a=b; situations
17963:
17964: * operators.txt, src/classes/xdoc.C: xslt params made literal
17965:
17966: * src/classes/xdoc.C: xslt params fixed
17967:
17968: * src/: main/pa_common.C, targets/cgi/parser3.C,
17969: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17970: not pool.malloc(MAX_NUMBER) but really neaded
17971:
17972: * operators.txt, src/classes/double.C, src/classes/int.C:
17973: int/double.int/double(default)
17974:
17975: 2002-04-04 paf
17976:
17977: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17978: [when reconstructing pieces were split by
17979: max_integral(piece.size), thus some strings to replace happen to
17980: be split into two = not replaced)
17981:
17982: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17983: standalone version = current dir
17984:
17985: * src/targets/cgi/parser3.C: document root in standalone version =
17986: current dir
17987:
17988: 2002-04-03 paf
17989:
17990: * configure, configure.in: more checks on nonexistent charset
17991:
1.116 moko 17992: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17993:
17994: 2002-04-02 paf
17995:
17996: * src/main/compile.C: parser.compile [exception name more like in
17997: doc]
17998:
17999: 2002-04-01 paf
18000:
18001: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18002: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18003: .content-type.charset, not .charset
18004:
18005: 2002-03-29 paf
18006:
18007: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18008:
18009: * operators.txt, src/classes/date.C: ^date::create now may not
18010: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18011: days' year. | 31.05->31.04 roll
18012:
18013: 2002-03-28 paf
18014:
18015: * operators.txt, src/classes/date.C, src/classes/op.C,
18016: src/include/pa_globals.h, src/include/pa_hash.h,
18017: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18018: ^cache(seconds) ^cache[date] }
18019:
18020: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18021: param
18022:
18023: 2002-03-27 paf
18024:
18025: * operators.txt, src/classes/date.C, src/classes/double.C,
18026: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18027: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18028: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18029: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18030: src/classes/xnode.C, src/include/pa_exception.h,
18031: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18032: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18033: src/main/pa_array.C, src/main/pa_charset.C,
18034: src/main/pa_charsets.C, src/main/pa_common.C,
18035: src/main/pa_dictionary.C, src/main/pa_exception.C,
18036: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18037: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18038: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18039: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18040: src/types/pa_value.h, src/types/pa_vcookie.C,
18041: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18042: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18043: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18044: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18045: src/types/pa_wwrapper.h: assigned exception types
18046:
18047: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18048: src/include/pa_request.h, src/main/execute.C,
18049: src/main/pa_request.C: decided agains resetting exception_trace,
18050: just changed name
18051:
18052: 2002-03-26 paf
18053:
18054: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18055: fixed
18056:
18057: * src/classes/op.C: forced language of $source field of exception
18058: to 'tainted', so that sql-langed-frags could be outputed outside
18059: of connect
18060:
18061: * operators.txt: removed date.roll limit of +-1 offset
18062:
18063: * src/classes/date.C: removed date.roll limit of +-1 offset
18064:
18065: * operators.txt, src/classes/date.C: fixed date roll on
18066: daylightsaving days mktime took into account tm_isdst flag, which
18067: remained from BEFORE roll, but should have been reset
18068:
18069: 2002-03-25 paf
18070:
18071: * operators.txt, src/targets/cgi/parser3.C:
18072: http_site_config_filespec
18073:
18074: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18075: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18076: with any/both --disable-foreign-group-files --disable-execs
18077:
18078: * INSTALL: "--with=sendmail=COMMAND" comment
18079:
18080: * INSTALL, configure, configure.in, src/classes/mail.C,
18081: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18082: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18083: disables execs also. introducing --sendmail
1.95 moko 18084:
18085: * operators.txt: pgsql options comment
18086:
18087: * INSTALL: comment on --disable-link-stdcpp
18088:
1.116 moko 18089: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18090: libstdc++ link skipping configure option
1.95 moko 18091:
18092: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18093: with error were put to cache with 'marked_to_rollback' flag, all
18094: consequent even OK requests rolled back
18095:
18096: 2002-03-22 paf
18097:
18098: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18099: false return
18100:
18101: * operators.txt: few comments on sets
18102:
18103: 2002-03-18 paf
18104:
18105: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18106: src/include/pa_globals.h, src/include/pa_request.h,
18107: src/include/pa_stack.h, src/main/pa_globals.C,
18108: src/main/pa_request.C: introducing ^try
18109:
18110: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18111: types/pa_vdouble.h: removed some tested @tests
18112:
18113: 2002-03-15 paf
18114:
18115: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18116:
18117: 2002-03-13 paf
18118:
18119: * src/main/pa_exception.C: checked not-pooled malloc
18120:
18121: 2002-03-11 paf
18122:
18123: * INSTALL, configure, configure.in,
18124: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18125:
18126: * src/main/pa_common.C: --disable-foreign-group-files
18127:
18128: * INSTALL: --disable-execs
18129:
18130: * src/main/pa_exec.C: --disable-execs
18131:
18132: * configure, configure.in, src/include/pa_config_auto.h.in:
18133: --disable-execs
18134:
18135: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18136:
18137: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18138: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18139:
18140: 2002-03-05 paf
18141:
18142: * operators.txt, src/classes/date.C: date week calendar columns
18143: named
18144:
18145: * operators.txt, src/classes/date.C: date week calendar columns
18146: named
18147:
18148: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18149: requires headers to be terminated with \r\n manually [refuses to
18150: separate header/body itself]
18151:
18152: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18153: targets/isapi/parser3isapi.C: isapi site config beside .dll
18154:
18155: 2002-03-04 paf
18156:
18157: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18158: in PASS language
18159:
18160: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18161: deserialize checks on broken file
18162:
18163: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18164: parser3isapi.dsp: isapi updated
18165:
18166: 2002-03-01 paf
18167:
18168: * src/main/pa_exec.C: execle -> execve, now argc OK
18169:
18170: 2002-02-28 paf
18171:
18172: * src/main/untaint.C: removed some debug comments
18173:
18174: * src/main/pa_charsets.C: when placing charset to cache using
18175: global name now [were request]
18176:
18177: * configure, configure.in: apache module updated
18178:
18179: * src/main/pa_string.C: origin by first piece preferred before last
18180: piece
18181:
18182: 2002-02-27 paf
18183:
18184: * src/main/pa_charset.C: size_t
18185:
18186: * INSTALL: shared/static-xml with-pathlink
18187:
18188: * operators.txt: SMTP comment
18189:
18190: 2002-02-26 paf
18191:
18192: * src/main/pa_exec.C: more precise names for vars, cosmetic
18193:
18194: * src/classes/xnode.C: in some situation, xpath query returned
18195: result with type NODESET, but empty nodeset member field, checked
18196: that
18197:
18198: 2002-02-22 paf
18199:
18200: * INSTALL: without-zlib comment
18201:
18202: * etc/parser3.charsets/windows-1251.cfg: °
18203:
18204: * configure, configure.in: glib###.a detection fixed
18205:
18206: * INSTALL: hashfile removed from INSTALL
18207:
1.116 moko 18208: * Makefile.am: make update
1.95 moko 18209:
18210: * src/main/pa_string.C: string iterators fixed again, so were
18211: String::join_chain
18212:
18213: * src/main/pa_string.C: string iterators fixed again, so were
18214: String::join_chain
18215:
18216: * src/: include/pa_string.h, main/pa_string.C: string iterators
18217: fixed again, so were String::join_chain
18218:
18219: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18220:
18221: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18222: "session"
18223:
1.116 moko 18224: * configure, configure.in, src/include/pa_config_auto.h.in:
18225: --with-shared-xml --with-static-xml
1.95 moko 18226:
18227: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18228: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18229: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18230: xalan&xml
18231:
18232: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18233:
18234: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18235: src/types/types.dsp: removed hashfile support from sources for
18236: now
18237:
1.116 moko 18238: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18239: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18240: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18241: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18242: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18243: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18244: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18245: src/types/Makefile.am, src/types/pa_vhashfile.C,
18246: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18247:
18248: 2002-02-21 paf
18249:
18250: * src/main/untaint.C: removed debug code, activated commented-for
18251: debug parts
18252:
1.116 moko 18253: * Makefile.am: make cvsupdate
1.95 moko 18254:
18255: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18256: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18257: append_row, not at link zero now string to string appending works
18258:
18259: 2002-02-20 paf
18260:
18261: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18262: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18263: DEBUG_STRING_APPENDS_VS_EXPANDS
18264:
18265: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18266: economy: 22%
18267:
18268: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18269: space uptimized: string::link_row removed
18270:
18271: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18272: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18273: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18274: types/pa_vstring.h: speed uptimized: string::is_empty
18275:
18276: * operators.txt, src/include/pa_common.h,
18277: src/include/pa_config_fixed.h, src/include/pa_string.h,
18278: src/include/pa_types.h, src/main/compile.tab.C,
18279: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18280: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18281: string append optimiziation idea and estimates
18282:
18283: 2002-02-19 paf
18284:
18285: * src/classes/math.C: not used directly [but erroreously reported
18286: that 'is', thus registering twice&other probs]
18287:
18288: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18289: to node [element]
18290:
18291: * src/main/compile.C: without string_origins parse error
18292: file+line+col possible
18293:
18294: * src/main/: compile.C: without string_origins not worked
18295:
18296: 2002-02-18 paf
18297:
18298: * src/types/pa_vdouble.h: since we have in_expression removed that
18299: trick i've installed into double::as_string
18300:
18301: * src/main/pa_globals.C: extern "C" was removed too fast
18302:
18303: * src/: include/pa_opcode.h, include/pa_request.h,
18304: main/compile.tab.C, main/compile.y, main/execute.C,
18305: types/pa_wcontext.h: in_expression aimed to solve old problem
18306: with string/nonstring values, now in expressions double/int
18307: values are passed as-is, without stupid tostring/fromstring
18308: conversions
18309:
18310: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18311: __cplusplus } #endif
18312:
18313: * src/main/compile.tab.C: bison env set so one could compile
18314: without cygwin installed
18315:
18316: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18317: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18318: gnome xml libs parser .dsp-s changed accordingly
18319:
18320: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18321:
18322: * operators.txt, src/classes/date.C: date::create [were date::set,
18323: with backward comp
18324:
18325: * src/classes/math.C: math:random range check fixed
18326:
18327: * src/main/: compile.tab.C, compile.y: integer division stops name
18328:
18329: * INSTALL: local install comment
18330:
1.116 moko 18331: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18332:
1.116 moko 18333: * acinclude.m4, aclocal.m4, configure, configure.in,
18334: src/include/pa_config_auto.h.in,
18335: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18336: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18337:
18338: * operators.txt: \ comment
18339:
18340: 2002-02-13 paf
18341:
18342: * src/include/pa_config_includes.h: sys/time time both included
18343: now. vaguely remember confilicts on this on some system [not on
18344: six|ablv] so when would see them again would think up proper
18345: check
18346:
1.116 moko 18347: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18348: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18349:
18350: * src/main/pa_common.C: truncation never occured when writing files
18351: on unix [since i've changed cache mech] fix
18352:
18353: * src/main/pa_common.C: strnchr: sanity check added
18354:
18355: * etc/parser3.charsets/windows-1257.cfg: id added
18356:
18357: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18358: baltic charset file generated, in generation script ispunct check
18359: added
18360:
18361: 2002-02-08 paf
18362:
1.116 moko 18363: * src/: include/Makefile.am, sql/Makefile.am,
18364: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18365:
18366: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18367: forgotten
18368:
18369: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18370:
18371: * INSTALL, README: install&others updated
18372:
18373: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18374:
1.116 moko 18375: * Makefile.am, configure, configure.in,
18376: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18377: src/classes/Makefile.am, src/main/Makefile.am,
18378: src/main/pa_status_provider.C, src/targets/Makefile.am,
18379: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18380: works
1.95 moko 18381:
18382: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18383: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18384: classes/hashfile.C, classes/int.C, classes/mail.C,
18385: classes/math.C, classes/op.C, classes/response.C,
18386: classes/string.C, classes/table.C, classes/void.C,
18387: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18388: include/pa_array.h, include/pa_cache_managers.h,
18389: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18390: include/pa_config_fixed.h, include/pa_config_includes.h,
18391: include/pa_db_connection.h, include/pa_db_manager.h,
18392: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18393: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18394: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18395: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18396: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18397: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18398: include/pa_stack.h, include/pa_string.h,
18399: include/pa_stylesheet_connection.h,
18400: include/pa_stylesheet_manager.h, include/pa_table.h,
18401: include/pa_threads.h, include/pa_types.h, main/compile.C,
18402: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18403: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18404: main/pa_db_connection.C, main/pa_db_manager.C,
18405: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18406: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18407: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18408: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18409: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18410: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18411: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18412: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18413: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18414: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18415: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18416: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18417: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18418: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18419: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18420: types/pa_vmethod_frame.h, types/pa_vobject.h,
18421: types/pa_vrequest.h, types/pa_vresponse.h,
18422: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18423: types/pa_vstateless_object.h, types/pa_vstatus.C,
18424: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18425: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18426: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18427: classes/image.C, main/pa_common.C, main/pa_exec.C,
18428: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18429: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18430: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18431: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18432: types/pa_vxnode.C, main/pa_charset.C: name spelling
18433:
18434: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18435: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18436: classes/hashfile.C, classes/image.C, classes/int.C,
18437: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18438: classes/string.C, classes/table.C, classes/void.C,
18439: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18440: include/pa_array.h, include/pa_cache_managers.h,
18441: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18442: include/pa_config_fixed.h, include/pa_config_includes.h,
18443: include/pa_db_connection.h, include/pa_db_manager.h,
18444: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18445: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18446: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18447: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18448: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18449: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18450: include/pa_stack.h, include/pa_string.h,
18451: include/pa_stylesheet_connection.h,
18452: include/pa_stylesheet_manager.h, include/pa_table.h,
18453: include/pa_threads.h, include/pa_types.h, main/compile.C,
18454: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18455: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18456: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18457: main/pa_db_connection.C, main/pa_db_manager.C,
18458: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18459: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18460: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18461: main/pa_socks.C, main/pa_sql_driver_manager.C,
18462: main/pa_status_provider.C, main/pa_string.C,
18463: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18464: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18465: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18466: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18467: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18468: targets/isapi/pool_storage.h, types/pa_valiased.C,
18469: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18470: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18471: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18472: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18473: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18474: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18475: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18476: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18477: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18478: types/pa_vresponse.h, types/pa_vstateless_class.C,
18479: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18480: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18481: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18482: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18483: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18484: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18485:
18486: 2002-02-07 paf
18487:
18488: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18489:
1.116 moko 18490: * configure, configure.in, src/include/pa_config_auto.h.in,
18491: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18492: added yet another locking function: fcntl
1.95 moko 18493:
18494: * config.sub: on cygwin configure passes it with strange i1586
18495: const, hacked it to mean i586
18496:
18497: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18498: disabled $if reference due to conflicts with local variables
18499:
18500: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18501: xdoc::set obsolete now, now xdoc::create, with both sences
18502:
18503: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18504: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18505: table::create now // 'set' name obsolete now table clone.
18506:
18507: * operators.txt, src/classes/string.C,
18508: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18509: ^int/double/string.format now can be called with normal []
18510: brackets, not stupid {} as it were implemented for some strange
18511: reason. retaining backward compatibility due to some
18512: already-implemented servers
18513:
18514: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18515: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18516: operators now detected by check at name_without_curly_rdive_read
18517: rule whether diving code constists only of
18518: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18519: with OP_GET_ELEMENT_OR_OPERATOR to form
18520: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18521:
18522: 2002-02-06 paf
18523:
18524: * configure, configure.in: prefix expanded, grr
18525:
18526: * operators.txt, src/classes/mail.C: mail:send config changed
18527:
18528: 2002-02-05 paf
18529:
18530: * operators.txt: regex options commented
18531:
18532: * src/main/: pa_exec.C: argv0 now correct
18533:
18534: * src/types/pa_vstatus.C: status:rusage 3
18535:
18536: * src/types/pa_vstatus.C: status:rusage 2
18537:
18538: * operators.txt: status:rusage described int operators
18539:
18540: * src/types/pa_vstatus.C: status:rusage 1
18541:
18542: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18543: src/types/types.dsp: status:rusage
18544:
18545: * configure.in, operators.txt, src/classes/file.C,
18546: src/classes/op.C, src/include/pa_common.h,
18547: src/include/pa_config_includes.h, src/main/compile.tab.C,
18548: src/main/pa_common.C: rewritten ^cache to use
18549: non-blocking-exclusive-caches
18550:
18551: * src/main/pa_common.C: text file read mode on win32 adjusted
18552: [speed impact. was off for debugging purpose, but forgotten
18553: afterwards]
18554:
18555: 2002-02-01 paf
18556:
18557: * src/classes/op.C: file_write does EX lock after create, while
18558: file_read does SH after open, so there's a moment after create
18559: but before EX lock when read can sneak into, and read
18560: just-created-for-writing-and-not-yet-locked file, added a check
18561: for that in ^cache...read
18562:
18563: 2002-01-31 paf
18564:
18565: * src/main/: compile.y, compile.tab.C: disabled operator call after
18566: ^xxx:
18567:
18568: * src/main/: compile.tab.C, execute.C: made operators lookup first
18569: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18570:
18571: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18572: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18573: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18574: operators check 6.1 rewritten. now check is done at compile time
18575:
18576: * src/main/execute.C: operators check 5 floated up old error of
18577: staying in 'entered class/object' state after $a($a..) it
18578: prevented operators from being called thereafter
18579:
18580: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18581: main/execute.C: operators check 4 floated up old error of staying
18582: in 'entered object' state after ^a.a(a) it prevented operators
18583: from being called thereafter
18584:
18585: * src/main/execute.C: operators check 3 floated up old error of
18586: staying in 'entered class' state after $a:a(a) it prevented
18587: operators from being called thereafter
18588:
18589: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18590: floated up old error of staying in 'entered class' state after
18591: $a:a[a] it prevented operators from being called thereafter
18592:
18593: * src/main/execute.C: operators check, thay mistakenly seen in
18594: $class:operator $object.operators contexts
18595:
18596: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18597: win32
18598:
1.116 moko 18599: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18600: src/classes/Makefile.am, src/main/Makefile.am,
18601: src/targets/cgi/Makefile.am,
1.95 moko 18602: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18603: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18604:
1.116 moko 18605: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18606: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18607: configure, configure.in, form.txt, ident.awk, install-sh,
18608: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18609: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18610: etc/parser3.charsets/Makefile.am,
18611: etc/parser3.charsets/koi8-r.cfg,
18612: etc/parser3.charsets/windows-1250.cfg,
18613: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18614: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18615: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18616: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18617: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18618: straightened installation scripts procedure made
18619: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18620: change
18621:
18622: 2002-01-30 paf
18623:
18624: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18625: removed] those comments were a mistake, and prevented libltdl
18626: from function properly
18627:
18628: 2002-01-29 paf
18629:
1.116 moko 18630: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18631: creation [modified acinclude.m4 which were creating int into just
18632: assignment LIBTOOL=../libtool] added default system
18633: config&charsetts prepared 'make install', now it installs
18634: targets/cgi/parser3 into bin directory etc/parser3.conf &
18635: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18636: $sysconfdir/parser3.charsets respectively
18637:
18638: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18639: main/pa_globals.C: few forgotten ifdef XML added
18640:
18641: 2002-01-28 paf
18642:
1.116 moko 18643: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18644: removed
18645:
18646: * src/main/pa_exception.C: dom|generic error output fix
18647:
18648: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18649:
18650: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18651:
18652: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18653: [fixed as_node helper func to accept docs]
18654:
18655: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18656: xdoc.importNode 0
18657:
18658: * src/classes/xdoc.C: xdoc::set now untaints OK
18659:
18660: 2002-01-25 paf
18661:
18662: * src/main/: compile.tab.C, compile.y: #comment before @ after
18663: @SPECIAL now works OK
18664:
18665: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18666:
18667: * src/main/pa_exec.C: max arg count now 10, and proper message on
18668: violation that added
18669:
18670: * src/classes/hash.C: unified hash::sql, now
18671: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18672:
18673: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18674: ^file:lock[filename]{code}
18675:
18676: * src/: classes/file.C, classes/op.C, classes/string.C,
18677: classes/table.C, classes/xdoc.C, include/pa_common.h,
18678: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18679: to some pa_common funcs
18680:
18681: * src/: include/pa_charset.h, main/pa_globals.C:
18682: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18683:
18684: * src/: include/pa_charset.h, main/pa_charset.C,
18685: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18686: not stupid illegal define
18687:
18688: 2002-01-24 paf
18689:
18690: * src/include/pa_version.h: changed version number
18691:
18692: * src/: classes/hashfile.C, include/pa_db_table.h,
18693: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18694: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18695: main/pa_db_connection.C, main/pa_db_table.C,
18696: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18697: hashfile without logfiles
18698:
18699: * src/: classes/hashfile.C, include/pa_db_table.h,
18700: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18701: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18702: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18703: DB_INIT_TXN init bits, thus got rid of huge log files, which
18704: cluttered disk without huge need]
18705:
18706: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18707: handy macro, which is strangly abscent in dome lib
18708:
18709: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18710:
18711: * src/classes/xdoc.C: checked empty response
18712:
18713: * src/classes/xnode.C: xdoc.select fixed context node [were always
18714: /, not self node]
18715:
18716: * src/classes/xnode.C: xnode.select returns array always now, in
18717: case 'nothing found' returns empty array
18718:
18719: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18720: be more tender with ctrl/c/v
18721:
18722: 2002-01-23 paf
18723:
18724: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18725: substituted. // 2. when dom tree with entites goes under
18726: transform text nodes // got [erroreosly] cut on first
18727: entity occurance
18728:
18729: * src/types/pa_vdouble.h: double prec. todo: get rid of
18730: twice-converting
18731:
18732: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18733: 'e' in output this is for regretful twice-converting here:
18734: $a(double value) when they write double falue they convert it to
18735: string first, thus %g were losing precesion.
18736:
18737: todo: think up some way to remove double->string string->double
18738: twice-converting
18739:
18740: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18741: %.20E now default float format this is for regretful
18742: twice-converting here: $a(double value) when they write double
18743: falue they convert it to string first, thus %g were losing
18744: precesion.
18745:
18746: todo: think up some way to remove double->string string->double
18747: twice-converting
18748:
18749: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18750: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18751: reasons in comment inside
18752:
18753: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18754: statically linked]
18755:
18756: * src/: include/pa_exception.h, main/compile.tab.C,
18757: main/pa_exception.C: removed exception va_list constructor. 1.
18758: not needed anymore 2. there were a conflict[causing errors]
18759: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18760: never detected an ambiguilty here, compiling ctor(, "hello") into
18761: ctor(, va_list) which, of course, caused gpf
18762:
18763: * src/main/pa_globals.C: removed debug xslt messages
18764:
18765: 2002-01-22 paf
18766:
18767: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18768: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18769: helps compiling stylesheet properly. example: this refused to
18770: work, <b>«<xsl:value-of select="@title"
18771: />»</b> stranly worked only this way:
18772: <b>«<xsl:value-of select="@title" />»</b>
18773:
18774: docs says "set it to 1", never going into details, so I decided
18775: to try NOT to do that
18776:
18777: * src/classes/table.C: join behaived badly in case named tables
18778: structure mismatched: 0 strings sneaked into dest failing
18779: afterwards. replaced them with empty strings
18780:
18781: 2002-01-21 paf
18782:
18783: * src/main/pa_charset.C: checked empty transcoders in
18784: transcode_cstr|buf
18785:
18786: * src/classes/xdoc.C: xdoc::load error source = filespec
18787:
18788: * src/classes/xdoc.C: transform error source now
18789: stylesheet_filespec
18790:
1.116 moko 18791: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18792: include/pa_stylesheet_connection.h, main/pa_charset.C,
18793: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18794: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18795: gnome
1.95 moko 18796:
18797: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18798: include/pa_globals.h, include/pa_stylesheet_connection.h,
18799: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18800: xslt generic error 1
18801:
18802: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18803: xml generic message 1
18804:
18805: * src/classes/table.C: ^table::load empty lines or #comments before
18806: headline
18807:
18808: * src/: include/pa_array.h, include/pa_globals.h,
18809: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18810: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18811: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18812: errors 0
18813:
18814: 2002-01-16 paf
18815:
18816: * src/: classes/hash.C, classes/op.C, classes/string.C,
18817: classes/table.C, classes/void.C, classes/xdoc.C,
18818: include/pa_db_connection.h, include/pa_request.h,
18819: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18820: include/pa_stylesheet_connection.h,
18821: include/pa_stylesheet_manager.h, main/pa_request.C,
18822: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18823: targets/cgi/pool_storage.h: auto closers to sql_connection,
18824: stylesheet_connection auto destroyers to remaining gnome objects
18825:
18826: * src/classes/xdoc.C: few comments
18827:
18828: 2002-01-15 paf
18829:
18830: * src/classes/xdoc.C: xdoc file save string
18831:
18832: ready. todo: error handling
18833:
18834: * src/classes/xdoc.C: xdoc save rewritten using
18835: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18836: result
18837:
18838: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18839: started output options parsing
18840:
18841: 2002-01-14 paf
18842:
18843: * src/classes/xdoc.C: method
18844:
18845: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18846: include/pa_pool.h, include/pa_stylesheet_connection.h,
18847: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18848: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18849: xslt transform0. TODO: use output options handle errors
18850:
18851: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18852:
18853: 2002-01-11 paf
18854:
18855: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18856: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18857: partial logical && || evaluation
18858:
18859: * src/classes/xnode.C: xpath selectNodes
18860:
18861: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18862: string/number/bool
18863:
18864: * src/classes/xnode.C: xpath selectNode 2
18865:
18866: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18867: xpath selectNode 1
18868:
18869: 2002-01-10 paf
18870:
18871: * src/classes/xnode.C: xpath selectNode -100 [just written]
18872:
18873: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18874: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18875: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18876: refcounter]
18877:
18878: 2001-12-29 paf
18879:
18880: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18881: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18882: glib works 0
18883:
18884: 2001-12-28 paf
18885:
18886: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18887: main/pa_exception.C: started glib transcoders
18888:
18889: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18890:
18891: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18892: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18893: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18894: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18895: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18896: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18897: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18898: libs just compiled in. no refcounting no xpath no xslt yet
18899:
18900: 2001-12-27 paf
18901:
18902: * src/: include/pa_charset.h, include/pa_common.h,
18903: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18904: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18905: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18906: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18907: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18908: from xalan&xerces, started the process. globals [initialization
18909: pool [charset update charset [transcodings vxnode vxdoc [DOM
18910: calls
18911:
18912: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18913: anymore
18914:
18915: 2001-12-26 paf
18916:
18917: * src/: include/pa_charset.h, include/pa_charsets.h,
18918: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18919: key globalized [bug]
18920:
18921: 2001-12-25 paf
18922:
18923: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18924: main/pa_string.C: table set & append changed splitting languages,
18925: separators now can be clean AND as-is same to mail command line
18926: $MAIN:MAIL.progX arguments
18927:
18928: 2001-12-24 paf
18929:
18930: * src/classes/mail.C: one parted text messages - no multipart
18931: mime-type anymore. for convinient if $.attach-ments
18932:
18933: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18934: main/pa_string.C: read from cache size check updated
18935:
18936: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18937:
18938: 2001-12-21 paf
18939:
18940: * src/classes/date.C: date:sql-string now returns localtime
18941:
18942: * src/main/pa_request.C: $result in @main actually not working, to
18943: hell with it for now
18944:
18945: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18946: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18947: @postprocess @exception
18948:
18949: * src/main/execute.C: junction evaluation canceled - endless
18950: recursion detected
18951:
18952: 2001-12-19 paf
18953:
18954: * src/main/pa_charset.C: charset->charset transcoding via unicode
18955: intermediate
18956:
18957: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18958:
18959: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18960:
18961: * src/classes/op.C: ^cache keypath now relative
18962:
18963: * src/classes/mail.C: changed weighting prior to sort
18964:
18965: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18966: were missing
18967:
18968: 2001-12-17 paf
18969:
18970: * src/main/pa_charset.C: ifndef XML were bad type
18971:
18972: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18973: outdated unset services_pool
18974:
18975: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18976: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18977: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18978:
18979: * src/main/untaint.C: allowed space in filespec
18980:
18981: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18982:
18983: * src/classes/image.C: no govno
18984:
18985: * src/classes/image.C: govno
18986:
18987: 2001-12-16 paf
18988:
18989: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18990:
18991: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18992: charset_connection&manager replaced by charset&charsets
18993:
18994: * src/main/pa_charset.C: name_cstr 0
18995:
18996: * src/main/untaint.C: uri lang now knows about client/source
18997: charsets
18998:
18999: * src/: classes/file.C, classes/math.C, classes/op.C,
19000: classes/string.C, classes/table.C, classes/xdoc.C,
19001: include/pa_array.h, include/pa_cache_managers.h,
19002: include/pa_charset_connection.h, include/pa_charset_manager.h,
19003: include/pa_common.h, include/pa_db_connection.h,
19004: include/pa_db_manager.h, include/pa_db_table.h,
19005: include/pa_dictionary.h, include/pa_exception.h,
19006: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19007: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19008: include/pa_sapi.h, include/pa_socks.h,
19009: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19010: include/pa_string.h, include/pa_stylesheet_connection.h,
19011: include/pa_stylesheet_manager.h, include/pa_table.h,
19012: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19013: main/pa_charset.C, main/pa_charset_connection.C,
19014: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19015: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19016: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19017: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19018: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19019: types/types.dsp: introducing Charset
19020:
19021: 2001-12-14 paf
19022:
19023: * src/: include/pa_request.h, include/pa_transcoder.h,
19024: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19025: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19026: uri lang
19027:
19028: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19029:
19030: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19031:
19032: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19033: defalts_name global
19034:
19035: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19036: include/pa_request.h, main/main.dsp,
19037: main/pa_charset_connection.C, main/pa_charset_manager.C,
19038: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19039: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19040: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19041: changed charset model. now important: $request:charset
19042: $response:charset while $response:content-type.charset become
19043: unimportant [informational]
19044:
19045: 2001-12-13 paf
19046:
19047: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19048:
19049: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19050: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19051: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19052: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19053: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19054: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19055:
19056: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19057: auto_ptr part other way, because of stupid gcc 2.96
19058: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19059: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19060: FormatterListener] /usr/include/g++-3/memory:48:
19061: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19062: _Tp1 = FormatterListener, _Tp = FormatterListener]
19063:
19064: * src/classes/xdoc.C: removed extra inc
19065:
19066: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19067:
19068: * src/include/pa_types.h: msvc head debugging flag
19069:
19070: * src/classes/xdoc.C: freed up listener
19071:
19072: * src/classes/string.C: change msg '... code is not code'
19073:
19074: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19075: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19076: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19077: [past/future prob]
19078:
19079: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19080: include/pa_config_fixed.h, include/pa_db_manager.h,
19081: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19082: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19083:
19084: * src/: include/pa_config_fixed.h, main/pa_common.C,
19085: main/pa_string.C: removed signed mismatch warnings
19086:
19087: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19088: 'expires' from header outputs
19089:
19090: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19091: row ptr
19092:
19093: * src/classes/file.C: file::cgi bug, request_method were passed to
19094: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19095:
19096: * src/classes/xdoc.C: lang list updated
19097:
19098: 2001-12-10 paf
19099:
19100: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19101:
19102: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19103: erase files like that, knowing their full name introducing //
19104: theoretical problem with, for instance, "_2B" and "." fragments,
19105: // they would yield the same // because
19106: need_file_encode('_')=false // but we need to delete such files
19107: somehow, getting names from ^index
19108:
19109: * src/main/pa_string.C: ^string.replace bug fixed [bad
19110: string::join_chank break]
19111:
19112: 2001-12-07 paf
19113:
19114: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19115: include/pa_common.h, include/pa_config_auto.h.in,
19116: include/pa_config_fixed.h, include/pa_config_includes.h,
19117: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19118: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19119: types/pa_vhashfile.C: merged from r14_simple_cache
19120:
19121: * src/main/pa_string.C: stupid sparc architecture failed to access
19122: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19123: lduh [ %i2 + 1 ], %l0
19124:
19125: bus error, fixed that
19126:
19127: * src/main/pa_string.C: strange string deserialize bug on
19128: client[pmts], a bit shortened,
19129:
19130: * src/include/pa_config_auto.h.in: makes
19131:
19132: * src/: include/pa_common.h, include/pa_config_fixed.h,
19133: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19134: file write shared lock file read
19135:
19136: * src/: classes/op.C, include/pa_common.h,
19137: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19138:
19139: 2001-12-06 paf
19140:
19141: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19142: main/pa_request.C: #ifdef RESOURCES_DEBUG
19143:
19144: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19145: info
19146:
19147: * src/classes/hashfile.C: removed transaction from ^cache
19148:
19149: 2001-12-05 paf
19150:
19151: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19152: IIS5 there were a prob with illegal call check
19153:
19154: 2001-12-04 paf
19155:
19156: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19157: main/pa_request.C: measures to log
19158:
19159: 2001-11-23 paf
19160:
19161: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19162: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19163: types/pa_vhashfile.C: merged from _0014, 1
19164:
19165: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19166: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19167: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19168: ^cache(33) would change
19169:
19170: 0660 bits in file_write & hashfile create
19171:
19172: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19173: after pa_string optimization]
19174:
19175: 2001-11-22 paf
19176:
19177: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19178: table.offset[whence]
19179:
19180: * src/classes/op.C: process cstr(,connection)
19181:
19182: * src/classes/op.C: process now gets its body on current language,
19183: not as-is
19184:
19185: * src/main/untaint.C: ORIGINS mode removed UHTML
19186:
19187: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19188: bit
19189:
1.116 moko 19190: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19191:
19192: 2001-11-21 paf
19193:
19194: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19195: <xsl:output output options made identical to xsl:output
19196: attributes exclusion: cdata-section-elements what xalan can do
19197: but that not used now: it can escape and remove CDATA sections
19198:
19199: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19200: produced by xslt
19201:
19202: * src/targets/cgi/parser3.C: removed debug cgi||1
19203:
19204: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19205:
19206: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19207: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19208: default language for {code}, it happen to change it's language
19209: from CLEAN, so later refused to split by CLEAN \t
19210:
19211: 2001-11-20 paf
19212:
1.116 moko 19213: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19214: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19215: bottom of dependeces, so that errors would popup quicklier, fixed
19216: line numbering in table::sql
19217:
19218: 2001-11-19 paf
19219:
19220: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19221: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19222: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19223: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19224: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19225: at wcontext.write
19226:
1.116 moko 19227: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19228: _set_new_handler
19229:
1.116 moko 19230: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19231: set_new_handler in apache&isapi
1.95 moko 19232:
19233: 2001-11-16 paf
19234:
19235: * src/targets/cgi/parser3.C: pool debug @ die
19236:
19237: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19238: removed 8 bytes from String, 2 bytes from
19239: string::chunk::row::item
19240:
19241: * src/main/pa_string.C: removed 1+4 bytes from String
19242:
19243: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19244: types/pa_vstring.C: removed 1+4 bytes from String
19245:
19246: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19247: 0
19248:
19249: * src/: include/pa_globals.h, include/pa_string.h,
19250: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19251: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19252: targets/cgi/parser3.C: introducing estimating
19253: String::cstr_bufsize, 0
19254:
19255: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19256:
19257: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19258:
19259: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19260: include/pa_pool.h: die in pool::fail
19261:
19262: 2001-11-15 paf
19263:
19264: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19265: main/pa_exception.C, targets/cgi/parser3.C: exception with
19266: dynamic buffer re-back now with counter
19267:
19268: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19269: static buffer back
19270:
19271: * src/targets/cgi/parser3.C: std::
19272:
19273: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19274: include/pa_config_includes.h: setnewhandler check
19275:
1.116 moko 19276: * src/include/pa_config_auto.h.in: makes
1.95 moko 19277:
19278: * src/targets/cgi/parser3.C: set_new_handler started
19279:
19280: 2001-11-14 paf
19281:
19282: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19283: was wrong
19284:
19285: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19286: was wrong
19287:
19288: * src/main/pa_request.C: z
19289:
19290: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19291: full returns win32 -1 solaris >buffer_size
19292:
19293: checked all that
19294:
19295: * src/classes/op.C: ^untaint{body} as-is default now
19296:
19297: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19298: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19299: with no_bad_constructors_try
19300:
19301: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19302: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19303: this: $bred[^string::length[]] $bred[^response::clear[]]
19304: $bred[^int::int[]]
19305:
19306: now VObject creation moved into overriden
19307: VClass::create_new_value, thus 0 from create_new_value means that
19308: class has no ctors
19309:
19310: 2001-11-13 paf
19311:
19312: * src/classes/classes.C: returned accedently removed if in foreach
19313: callbacks [when hash no-0-restructure]
19314:
19315: 2001-11-12 paf
19316:
19317: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19318: passed as-is to method, xalan makes & into & itself
19319:
19320: * src/classes/date.C: date.roll parser2 alg used
19321:
19322: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19323: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19324: main/pa_dictionary.C, main/pa_hash.C,
19325: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19326: now does not containt 0 values. put 0 actullay removes. no check
19327: on 0 value in foreach now required
19328:
19329: 2001-11-11 paf
19330:
19331: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19332:
19333: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19334:
19335: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19336: driver initialize not const
19337:
19338: 2001-11-10 paf
19339:
19340: * src/main/pa_exec.C: doc
19341:
19342: 2001-11-09 paf
19343:
19344: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19345: param properly
19346:
19347: * src/classes/string.C: string.save now does untainting before
19348: saving
19349:
19350: * src/main/pa_common.C: line endings fixing fixed last piece[was
19351: still cstr oriented]
19352:
19353: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19354: line endings fixing got rid of cstr, now must work ok with post
19355: multipart
19356:
19357: * src/types/pa_vform.C: line endings fixed at post / multipart /
19358: not file also now
19359:
19360: 2001-11-08 paf
19361:
19362: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19363: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19364: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19365: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19366: main/pa_stylesheet_manager.C: restructured Cache manager to be
19367: simple parent, not second parent [gcc 2.96 strangly refused to
19368: call virtual from second parent]
19369:
1.116 moko 19370: * src/: include/pa_common.h, main/Makefile.am,
19371: targets/cgi/pa_pool.C: makes
1.95 moko 19372:
19373: * src/: include/pa_request.h, main/pa_request.C,
19374: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19375: 'status' class enabler
19376:
19377: <Location /parser-status.html> ParserStatusAllowed </Location>
19378:
19379: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19380: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19381: include/pa_stylesheet_manager.h, main/main.dsp,
19382: main/pa_cache_managers.C, main/pa_charset_manager.C,
19383: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19384: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19385: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19386: todo: apache 'status' class enabler
19387:
19388: 2001-11-05 paf
19389:
19390: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19391: debug to normal
19392:
19393: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19394: hence i removed skipping 0 values in hash::for_each-es we need to
19395: check cleaned cache items manually. few more checks.
19396:
19397: expiring to 0 time was wrong, changed to 'now' time
19398:
19399: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19400: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19401: on apache already done :)
19402:
19403: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19404: skipping 0 values in hash::for_each-es we need to check cleaned
19405: cache items manually
19406:
19407: * src/main/: pa_db_connection.C, pa_db_table.C:
19408: parser_multithreaded check was wrong
19409:
19410: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19411: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19412: classes/hashfile.C, classes/image.C, classes/int.C,
19413: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19414: classes/string.C, classes/table.C, classes/void.C,
19415: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19416: include/pa_array.h, include/pa_charset_connection.h,
19417: include/pa_charset_manager.h, include/pa_common.h,
19418: include/pa_config_fixed.h, include/pa_config_includes.h,
19419: include/pa_db_connection.h, include/pa_db_manager.h,
19420: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19421: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19422: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19423: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19424: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19425: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19426: include/pa_stack.h, include/pa_string.h,
19427: include/pa_stylesheet_connection.h,
19428: include/pa_stylesheet_manager.h, include/pa_table.h,
19429: include/pa_threads.h, include/pa_types.h, main/compile.C,
19430: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19431: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19432: main/pa_charset_manager.C, main/pa_common.C,
19433: main/pa_db_connection.C, main/pa_db_manager.C,
19434: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19435: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19436: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19437: main/pa_socks.C, main/pa_sql_driver_manager.C,
19438: main/pa_status_provider.C, main/pa_string.C,
19439: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19440: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19441: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19442: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19443: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19444: targets/isapi/pool_storage.h, types/pa_valiased.C,
19445: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19446: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19447: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19448: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19449: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19450: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19451: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19452: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19453: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19454: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19455: types/pa_vstateless_object.h, types/pa_vstatus.h,
19456: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19457: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19458: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19459: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19460: $status:db fixed used not initialized in db_connection & db_table
19461:
19462: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19463: $status:charset
19464:
19465: * src/: classes/xdoc.C, include/pa_db_connection.h,
19466: include/pa_stylesheet_connection.h,
19467: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19468: types/pa_vstatus.h: $status:stylesheet
19469:
19470: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19471: include/pa_request.h, include/pa_sql_connection.h,
19472: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19473: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19474: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19475: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19476: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19477: types/pa_vxnode.C, types/types.dsp: started status parser class
19478:
19479: 2001-11-01 paf
19480:
19481: * src/include/pa_config_auto.h.in: makes
19482:
19483: * src/main/pa_hash.C: removed old extra include
19484:
19485: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19486: checks [for hp, there are such in math.h]
19487:
19488: * src/classes/op.C: ^for endless loop check strightened
19489:
19490: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19491: behavior in native calls. it left unchanged, so ^for ^foreach &
19492: co can use r.root to write their i & key,value there
19493:
19494: * src/classes/op.C: detected for var storage bug, fixed.
19495: todo:foreach
19496:
19497: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19498: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19499: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19500: changing of hash inside of foreach
19501:
19502: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19503: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19504: were hash.foreach
19505:
19506: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19507: types/pa_vstring.C, types/pa_vstring.h:
19508: ^foreach[key|value]{body}[[separator]|{separator}]
19509:
19510: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19511: types/pa_vcookie.C: ^hash.delete[key]
19512:
19513: 2001-10-31 paf
19514:
19515: * src/main/: compile.C, pa_common.C: completely empty file now
19516: considered "read", not ignored [not perfect trick used]
19517:
19518: * src/main/pa_common.C: simplier common ifdefs
19519:
19520: * src/main/pa_common.C: typing bug in common - bad ifdeff
19521:
19522: * src/main/pa_db_connection.C: z
19523:
19524: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19525: lockdetector flags
19526: dbenv.lk_detect=DB_LOCK_RANDOM;
19527:
19528: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19529: from accidental show [imagine user forgot @exception]
19530:
19531: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19532:
19533: * src/: classes/file.C, classes/image.C, classes/mail.C,
19534: classes/string.C, classes/xnode.C, include/pa_common.h,
19535: main/pa_common.C: ^string.save[[append;]path]
19536:
19537: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19538: main/execute.C: \ in expression: int divide 10/3=3
19539:
19540: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19541: inside of ^cache
19542:
19543: * src/: include/pa_threads.h, main/pa_db_connection.C,
19544: main/pa_db_table.C, targets/cgi/pa_threads.C,
19545: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19546: needed
19547:
19548: 2001-10-30 paf
19549:
19550: * src/: classes/classes.dsp, main/main.dsp,
19551: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19552: types/types.dsp: enabled debug incremental compile
19553:
19554: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19555: form post data line endings not reformatted now.
19556:
19557: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19558: now required [had bug when file= has no value]
19559:
19560: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19561: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19562: cstr(asis) default param removed
19563:
19564: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19565:
19566: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19567:
19568: * src/include/pa_dir.h: LOAD_DIR fixed
19569:
19570: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19571: was broken} fix_line_breaks
19572:
19573: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19574: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19575: packed with #pragma pack
19576:
1.116 moko 19577: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19578:
19579: 2001-10-29 paf
19580:
19581: * src/types/pa_wcontext.h: bitfield syntax stricter
19582:
19583: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19584: string hash.puts
19585:
19586: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19587:
19588: * src/include/pa_sql_connection.h: there were one wrong
19589: SQL_CONNECTION_FUNC_GUARDED [failed]
19590:
19591: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19592: param.someday either ifdef or remove it
19593:
19594: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19595:
19596: * src/main/untaint.C: optimizing returned after debugging
19597:
19598: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19599: main/untaint.C: memory hunging #pragma pack(1)
19600:
19601: 16 419 844 13 169 394
19602:
19603: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19604: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19605: places [todo:Array]
19606:
19607: * src/: main/execute.C, targets/cgi/pa_pool.C,
19608: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19609: types/pa_wwrapper.h: debugging memory WContext flags to bits
19610:
19611: total 5 652 652/158731 total 5 469 332/158731
19612:
19613: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19614: Array:: without cache in get/put now
19615:
19616: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19617: 18:25:27 2001] total 5 652 652/158731
19618:
19619: * src/: include/pa_string.h, main/pa_string.C,
19620: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19621: now
19622:
19623: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19624: 18:11:53 2001] total 5796092/158731
19625:
19626: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19627: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19628: key ref now
19629:
19630: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19631: 17:11:17 2001] total 16867948/202658
19632:
19633: * src/: classes/file.C, classes/image.C, classes/string.C,
19634: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19635: main/execute.C, main/pa_array.C, main/pa_common.C,
19636: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19637: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19638: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19639: string::as_int/double now usually uses stack, not heap [200K out
19640: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19641:
19642: * src/main/pa_sql_driver_manager.C: ping to have services [old
19643: hiding bug]
19644:
19645: * src/Makefile.am: .am order
19646:
19647: * src/: include/pa_array.h, include/pa_charset_manager.h,
19648: include/pa_db_connection.h, include/pa_db_manager.h,
19649: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19650: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19651: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19652: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19653: required "friend class"
19654:
19655: ../include/pa_request.h:51: friend declaration requires
19656: class-key, i.e. `friend class Temp_lang'
19657:
19658: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19659: main/pa_exception.C, main/pa_sql_driver_manager.C,
19660: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19661:
19662: the idea is to #1 jump to C++ some function to main body, where
19663: every function stack frame has exception unwind information and
19664: from there... #2 propagate_exception()
19665:
19666: 2001-10-28 paf
19667:
19668: * src/main/pa_db_connection.C: removed old consts
19669:
19670: * src/main/pa_db_connection.C: expire table [was accidently pasted
19671: with wrong type/cast]
19672:
19673: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19674: translation
19675:
1.116 moko 19676: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19677: remember to build DB2 with -fexceptions!!!
19678:
19679: * src/main/pa_db_table.C: DB_RMW defed
19680:
19681: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19682: include/pa_db_connection.h, include/pa_db_manager.h,
19683: include/pa_db_table.h, main/pa_db_connection.C,
19684: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19685:
19686: 2001-10-27 paf
19687:
19688: * src/: classes/hashfile.C, include/pa_db_connection.h,
19689: include/pa_db_table.h, main/pa_db_connection.C,
19690: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19691: types/pa_vhashfile.C: DB2 ifdefs
19692:
1.116 moko 19693: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19694: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19695: makes with DB2
19696:
1.116 moko 19697: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19698: types/Makefile.am: makes db
1.95 moko 19699:
19700: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19701: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19702: globals.C
19703:
19704: * src/: classes/hashfile.C, include/pa_db_connection.h,
19705: include/pa_db_table.h, main/pa_db_connection.C,
19706: main/pa_db_table.C: ^hashfile.clear[]
19707:
19708: * src/classes/classes.awk: no $ in var names
19709:
19710: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19711: connection&table [forgotten calls]
19712:
19713: 2001-10-26 paf
19714:
19715: * src/main/pa_db_connection.C: db checkpoints
19716:
19717: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19718: checkpoints
19719:
19720: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19721: default. but entities still reparsed. todo: tothink
19722:
19723: * src/main/pa_db_connection.C: db recover mech 2
19724:
19725: * src/: classes/hashfile.C, include/pa_db_connection.h,
19726: include/pa_db_manager.h, include/pa_db_table.h,
19727: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19728: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19729: types/pa_vhashfile.h: db connections & tables now cached at
19730: create time & multithreaded
19731:
19732: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19733: parsed_source
19734:
19735: * src/main/pa_db_connection.C: about to remove connection from
19736: vhashfile
19737:
19738: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19739: transaction commit/rollback responsibility left to parent [as it
19740: sould - else there were a bug with double free]
19741:
19742: * src/include/pa_db_table.h: db: child transaction commit/rollback
19743: responsibility left to parent [as it sould - else there were a
19744: bug with double free]
19745:
19746: 2001-10-25 paf
19747:
19748: * src/: classes/hashfile.C, include/pa_common.h,
19749: include/pa_db_connection.h, include/pa_db_manager.h,
19750: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19751: types/pa_vhashfile.C, types/pa_vhashfile.h,
19752: include/pa_db_table.h, main/pa_db_table.C: started db_home
19753: [multiple, cached] todo: autorecover [tried, but not succeded,
19754: yet]
19755:
19756: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19757:
19758: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19759: transaction parent passed
19760:
19761: 2001-10-24 parser
19762:
1.116 moko 19763: * src/classes/Makefile.am: makes
1.95 moko 19764:
19765: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19766: isapi/pool_storage.h: pool_storage fixed
19767:
19768: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19769: types/pa_vform.h: form fix_line_breaks
19770:
1.116 moko 19771: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19772:
19773: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19774: targets/cgi/pool_storage.h: makes
19775:
19776: * src/sql/pa_sql_driver.h: version
19777:
19778: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19779: types/pa_vform.C, types/pa_vform.h: .am
19780:
19781: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19782: this: DB_RMW Acquire write locks instead of read locks when doing
19783: the retrieval. Setting this flag may decrease the likelihood of
19784: deadlock during a read-modify-write cycle by immediately
19785: acquiring the write lock during the read part of the cycle so
19786: that another thread of control acquiring a read lock for the same
19787: item, in its own read-modify-write cycle, will not result in
19788: deadlock
19789:
19790: * src/targets/isapi/parser3isapi.dsp: doc
19791:
19792: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19793:
19794: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19795:
19796: * src/: classes/hashfile.C, include/pa_db_connection.h,
19797: main/pa_db_connection.C: hashfile expired deleted from db when
19798: get & iterate
19799:
19800: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19801: expiring 1
19802:
19803: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19804:
19805: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19806: db_connection not bothers with key when not returning expired
19807: data
19808:
19809: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19810: types/pa_vhashfile.C: db_cursor constructor public now
19811:
19812: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19813: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19814: stamped, todo: put_element analize
19815:
19816: * src/: include/pa_db_connection.h, include/pa_string.h,
19817: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19818: serialize. todo stamp
19819:
19820: 2001-10-23 parser
19821:
19822: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19823: classes/image.C, classes/mail.C, classes/response.C,
19824: classes/string.C, classes/table.C, classes/xdoc.C,
19825: include/pa_config_fixed.h, include/pa_db_connection.h,
19826: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19827: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19828: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19829: types/pa_vtable.C: ^hashfile.hash[]
19830:
19831: * src/: classes/hashfile.C, classes/xdoc.C,
19832: include/pa_config_fixed.h, main/pa_db_manager.C,
19833: main/pa_globals.C: ifdefs so it compiled without db
19834:
19835: * src/: classes/hashfile.C, include/pa_db_connection.h,
19836: include/pa_db_manager.h, main/pa_db_connection.C,
19837: main/pa_db_manager.C, types/pa_vhashfile.h:
19838: ^hashfile.transaction{code} ^hashfile:clear[filename]
19839: ^hashfile.delete[key]
19840:
19841: 2001-10-22 parser
19842:
19843: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19844: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19845:
19846: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19847: classes/xnode.C, include/pa_charset_connection.h,
19848: include/pa_db_connection.h, include/pa_db_manager.h,
19849: include/pa_exception.h, include/pa_sapi.h,
19850: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19851: include/pa_stylesheet_connection.h,
19852: include/pa_stylesheet_manager.h,
19853: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19854: main/pa_db_connection.C, main/pa_db_manager.C,
19855: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19856: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19857: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19858: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19859: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19860: types/types.dsp: hashfile 0
19861:
19862: * src/types/pa_vhashfile.C: z
19863:
19864: * src/: classes/classes.dsp, classes/hashfile.C,
19865: include/pa_config_fixed.h, main/execute.C,
19866: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19867: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19868:
19869: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19870:
19871: * src/: include/pa_exception.h, include/pa_request.h,
19872: main/execute.C, main/pa_exception.C, main/pa_request.C,
19873: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19874: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19875:
19876: 2001-10-19 parser
19877:
19878: * src/include/pa_pool.h: header
19879:
19880: * src/main/pa_pool.C: auto compiled on gcc
19881:
19882: * src/classes/image.C: comment
19883:
1.116 moko 19884: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19885:
19886: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19887: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19888: types/pa_vxnode.h: xnode clone got freed
19889:
19890: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19891: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19892: can free up xalandomstring resulting from pool::transcode
19893:
19894: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19895: include/pa_config_fixed.h, include/pa_exception.h,
19896: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19897: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19898: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19899: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19900: from non-xml compile
19901:
19902: * src/main/pa_request.C: pool:: context - get_context
19903:
19904: * src/: classes/classes.h, classes/date.C, classes/double.C,
19905: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19906: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19907: classes/string.C, classes/table.C, classes/void.C,
19908: include/pa_config_fixed.h, include/pa_exception.h,
19909: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19910: main/compile.C, main/compile_tools.C, main/execute.C,
19911: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19912: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19913: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19914: main/pa_string.C, main/pa_table.C, main/untaint.C,
19915: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19916: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19917: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19918: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19919: types/pa_vstateless_class.h, types/pa_vtable.C,
19920: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19921: exceptions 0
19922:
19923: * src/classes/classes.awk: $ removed
19924:
19925: 2001-10-18 parser
19926:
19927: * src/types/pa_vcookie.C: cookie:CLASS
19928:
19929: * src/main/main.dsp: project
19930:
19931: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19932: set_document & ctor question "who owns document" solved
19933:
19934: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19935:
19936: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19937: main/pa_pool.C: encoding in dom creating funcs
19938:
19939: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19940: be transformed now
19941:
19942: * src/classes/xdoc.C: dom created by create can be transformed now
19943:
19944: * src/classes/xdoc.C: z
19945:
19946: * src/classes/xdoc.C: comment
19947:
19948: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19949: create now uses XercesDocumentBridge, appendChild&co now works
19950:
19951: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19952: @ recompile
19953:
19954: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19955: $origin @exception[
19956:
19957: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19958: tag names forced to XML lang
19959:
19960: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19961: leechy-found bugs in code&doc fixed
19962:
19963: 2001-10-17 parser
19964:
19965: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19966: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19967: n functionality preserved
19968:
19969: * src/types/pa_vimage.h: removed unused vimage::save
19970:
19971: 2001-10-16 parser
19972:
19973: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19974:
19975: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19976:
19977: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19978:
19979: * src/classes/image.C: image.copy tolerance
19980:
19981: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19982: ineffective, but works for small paleted image
19983:
19984: * src/types/pa_vimage.C: comment
19985:
19986: * src/classes/image.C: gd size/resize bugfix
19987:
19988: * src/: classes/classes.dsp, main/main.dsp,
19989: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19990: types/types.dsp: ident >nul 2>&1
19991:
19992: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19993: systems
19994:
19995: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19996: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19997:
19998: 2001-10-15 parser
19999:
20000: * src/main/execute.C: z
20001:
20002: * src/classes/: xdoc.C: !::create{qualifiedName}
20003:
20004: * src/types/pa_vxnode.C: document_type_node.
20005: !readonly attribute DOMString name
20006: !notation_node.
20007: !readonly attribute DOMString publicId
20008: !readonly attribute DOMString systemId
20009:
1.116 moko 20010: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20011: ::write badly passed string too transparently [failed to
20012: intercept it]
1.95 moko 20013:
20014: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20015: include/pa_request.h, main/pa_sql_driver_manager.C,
20016: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20017: types/pa_vxnode.h: DOM1 major addtion, only few
20018: attributes/methods left
20019:
20020: 2001-10-13 parser
20021:
20022: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20023: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20024: in main handler
20025:
20026: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20027: cleanups & frees order
20028:
20029: * src/types/pa_vcode_frame.h: couple comments
20030:
20031: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20032: transparent enough to handle hash if creation&passing
20033:
20034: * src/: include/pa_config_fixed.h, main/execute.C,
20035: main/pa_exception.C: noticed that vcodeframe not transparent
20036: enough, would change now
20037:
20038: 2001-10-12 parser
20039:
20040: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20041: fixed. initialization&free on each thread!
20042:
20043: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20044: handling changed: now type of default param analized always, not
20045: only at problem time, thus helping early problem spotting
20046:
20047: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20048: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20049: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20050: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20051: multithread bug fixed. initialization&free on each thread!
20052:
20053: 2001-10-11 parser
20054:
20055: * src/classes/xnode.C: xnode.selectSingle now
20056:
20057: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20058: include/pa_pool.h, include/pa_stylesheet_connection.h,
20059: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20060: convertors out of Pool into Exception
20061:
20062: * src/main/pa_string.C: const
20063:
20064: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20065: linked pieces of same language together prior to String::replace
20066:
20067: * src/classes/hash.C: !^hash.add[addme]
20068: !^hash.sub[subme]
20069: !^a.union[b] = new
20070: !^a.intersection[b] = new
20071: !^a.intersects[b] = bool
20072:
20073: * src/classes/hash.C: !^hash::append[append_from]
20074:
20075: * src/: classes/hash.C, types/pa_vhash.h:
20076: !^hash::create[[copy_from]]
20077:
20078: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20079: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20080: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20081: fixed. got rid of empty_string, which caused errors - it hasnt
20082: exception but somebody[value.bark] tried to throw it on it's pool
20083:
1.116 moko 20084: * src/include/pa_config_auto.h.in: makes
1.95 moko 20085:
20086: 2001-10-10 parser
20087:
20088: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20089:
20090: * src/main/: compile.tab.C, compile.y: ^a[
20091:
20092: @next_method << now unclosed ] would be reported here
20093:
20094: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20095: compile error
20096:
20097: 2001-10-09 parser
20098:
1.116 moko 20099: * src/: classes/Makefile.am, main/Makefile.am,
20100: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20101:
20102: * src/classes/Makefile.am: makes
20103:
20104: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20105: win32 errors intercepted [xalan transformer patched and
20106: incorporated]
20107:
20108: * src/: classes/classes.dsp, classes/xdoc.C,
20109: include/pa_stylesheet_connection.h, main/main.dsp,
20110: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20111: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20112: patches starting
20113:
20114: * src/classes/: string.C, table.C: ^string.save[file]
20115:
20116: * src/classes/: date.C, table.C: calendar moved to date
20117:
20118: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20119: string/table] now
20120:
20121: * src/classes/: op.C, table.C: z
20122:
20123: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20124: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20125: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20126: be code [be string..]
20127:
20128: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20129: table.C: lots of
20130: params->as_int/double/as_string/as_junction/as_no_junction
20131: messages added
20132:
20133: 2001-10-08 parser
20134:
20135: * src/: classes/date.C, classes/image.C, classes/string.C,
20136: classes/table.C, classes/void.C, include/pa_request.h:
20137: params->as_int/double message added
20138:
20139: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20140:
20141: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20142: image:sector removed image:html internal "line-*" attribs
20143:
20144: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20145: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20146:
20147: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20148: way
20149:
20150: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20151: main/untaint.C: header untainting to UL_HTTP_HEADER,
20152: UL_MAIL_HEADER made nonforced [only tainted pieces]
20153:
20154: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20155: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20156: @ SAPI::log
20157:
20158: * src/main/untaint.C: \r to ' ' in origins mode
20159:
20160: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20161: set]
20162:
20163: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20164: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20165: nonstandard liaison freed up
20166:
20167: 2001-10-07 parser
20168:
20169: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20170: project
20171:
20172: 2001-10-05 parser
20173:
20174: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20175: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20176: from outputing to cerr. lots of "todos"
20177:
20178: * src/main/untaint.C: http_header tainting more gentle with
20179: enquoting now
20180:
20181: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20182: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20183: xml errorhandler. fixed string.replace a little, read @test
20184:
20185: * src/main/pa_string.C: found replace bug - first_that_starts(char
20186: *) does not have limit, and looks further eos, fixing....
20187:
20188: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20189:
20190: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20191:
20192: * src/main/: pa_charset_connection.C: ctype another mem clear
20193: bugfix
20194:
1.116 moko 20195: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20196: $result[^[$p^]z] now works fine
1.95 moko 20197:
20198: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20199: wrong. fixed it
20200:
20201: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20202: of totable appered to be vital
20203:
20204: 2001-10-04 parser
20205:
20206: * src/classes/image.C: ^image.length[text]
20207:
20208: 2001-10-03 parser
20209:
20210: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20211:
20212: * src/main/pa_request.C: restored pcre defaulting in request
20213: [mindlessly "optimized" yesterday] comment left
20214:
20215: 2001-10-02 parser
20216:
20217: * src/: main/pa_charset_manager.C,
20218: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20219: needed
20220:
20221: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20222: forgot non-xml pool.*charset needed
20223:
20224: * src/classes/table.C: # config comments fixed
20225:
20226: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20227: charset_connection #comment now
20228:
20229: * src/: classes/classes.dsp, types/types.dsp: release projects
20230: options fixed to use release msvcrt lib
20231:
20232: * src/main/pa_charset_connection.C: pcre tables now const inside
20233: removed default - pcre handles that internally fixed bug on
20234: not-cleaning tables [previously was calloced, now member]
20235:
20236: * src/: include/pa_request.h, main/pa_charset_connection.C,
20237: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20238: inside removed default - pcre handles that internally fixed bug
20239: on not-cleaning tables [previously was calloced, now member]
20240:
20241: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20242: tested charset reload on file change @ apache version = OK tested
20243: freeing up prev encoding on adding new = OK
20244:
20245: 2001-10-01 parser
20246:
20247: * src/main/pa_charset_connection.C: removed entitify external hack
20248: [internal installed]
20249:
1.116 moko 20250: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20251:
20252: * src/: include/pa_charset_connection.h,
20253: include/pa_charset_manager.h,
20254: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20255: main/pa_charset_connection.C, main/pa_charset_manager.C,
20256: main/pa_request.C: charset loading & caching mech 0
20257:
20258: * src/: include/pa_stylesheet_connection.h,
20259: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20260: main/pa_globals.C, main/pa_request.C: would make charset loading
20261: & caching mech now
20262:
20263: 2001-09-30 parser
20264:
20265: * src/main/pa_request.C: forgot to fill toTable
20266:
20267: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20268: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20269: failed on win32 for now..
20270:
20271: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20272: now charsets table configuration variable is: CHARSETS
20273:
20274: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20275: ctype with unicode 1. todo: no П entities on output somehow
20276:
20277: * src/: classes/file.C, classes/op.C, classes/string.C,
20278: include/pa_request.h, main/pa_request.C: started ctype with
20279: unicode values
20280:
20281: 2001-09-28 parser
20282:
20283: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20284: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20285: string passed AS-IS now
20286:
20287: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20288: way of user-configuring... todo: implement
20289:
20290: 2001-09-27 parser
20291:
20292: * src/classes/table.C: table.sort changed to sort table itself
20293:
20294: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20295: X^.getElementsByTagName[tagname] = array of xnode
20296: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20297: nodes removed - regretfully not supported @ xalan. maybe someday
20298: would reimplement, if needed.
20299:
20300: win32build system: solved long waiting anti-non-started-apache
20301: problem
20302:
20303: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20304: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20305: types/types.dsp: win32 ident make system so not to rebuild
20306: library [ident.C.new]
20307:
20308: 2001-09-26 parser
20309:
20310: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20311: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20312: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20313: types/pa_vxnode.C, types/types.dsp: z
20314:
20315: * src/classes/classes.C: forgot one non-xml check
20316:
1.116 moko 20317: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20318: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20319:
20320: * src/targets/cgi/parser3.C: z
20321:
20322: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20323: targets/isapi/parser3isapi.C: #ifdef SMTP
20324:
20325: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20326: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20327: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20328: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20329: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20330: types/types.dsp: xdoc&xnode now
20331:
20332: * src/: classes/classes.C, classes/classes.awk,
20333: classes/classes.dsp, classes/classes.h, classes/date.C,
20334: classes/dnode.C, classes/dnode.h, classes/dom.C,
20335: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20336: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20337: classes/op.C, classes/response.C, classes/string.C,
20338: classes/table.C, classes/void.C, include/pa_array.h,
20339: include/pa_common.h, include/pa_config_fixed.h,
20340: include/pa_config_includes.h, include/pa_dictionary.h,
20341: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20342: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20343: include/pa_socks.h, include/pa_sql_connection.h,
20344: include/pa_sql_driver_manager.h, include/pa_stack.h,
20345: include/pa_string.h, include/pa_stylesheet_connection.h,
20346: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20347: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20348: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20349: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20350: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20351: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20352: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20353: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20354: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20355: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20356: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20357: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20358: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20359: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20360: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20361: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20362: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20363: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20364: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20365: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20366: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20367: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20368: types/pa_vmethod_frame.h, types/pa_vobject.h,
20369: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20370: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20371: types/pa_vstateless_object.h, types/pa_vstring.C,
20372: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20373: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20374: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20375: main.dsp splitted to main+classes+types along to .am
20376:
20377: * src/classes/Makefile.am: removed useless var
20378:
20379: * src/: classes/classes.cmd, main/main.dsp,
20380: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20381: main.dsp
20382:
20383: 2001-09-25 parser
20384:
20385: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20386: 1251 though, todo ICU
20387:
1.116 moko 20388: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20389: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20390: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20391: types/pa_vdom.h: xml configure makes
1.95 moko 20392:
20393: 2001-09-24 parser
20394:
1.116 moko 20395: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20396: types/Makefile.am: makes
1.95 moko 20397:
1.116 moko 20398: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20399:
20400: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20401: started unix makes update
20402:
20403: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20404: started unix makes update
20405:
20406: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20407:
20408: * src/types/pa_value.h: z
20409:
20410: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20411: bugs with usinge hash/table in expressions
20412:
20413: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20414: resolved conflicts fixed [const]
20415:
20416: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20417: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20418: main/compile.C, main/compile.tab.C, main/compile.y,
20419: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20420: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20421: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20422: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20423: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20424: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20425: with before_xml [merge2 actually didn't happen - i've created
20426: tags on wrong branch. so this merge is in fact re-merge]
20427:
20428: 2001-09-21 parser
20429:
20430: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20431: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20432: produced "" in make file and sadly wrong interpreted on load]
20433:
1.116 moko 20434: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20435: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20436: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20437: include/pa_sql_driver_manager.h, include/pa_string.h,
20438: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20439: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20440: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20441:
20442: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20443: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20444: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20445: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20446: main/pa_pool.C, main/pa_request.C,
20447: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20448: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20449: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20450: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20451: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20452: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20453: types/pa_vrequest.C, types/pa_vresponse.h,
20454: types/pa_vstateless_class.C, types/pa_vstring.C,
20455: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20456: created new projects for sql drivers [planning to remove sql
20457: drivers from main cvs project] first, will join latest changes
20458:
20459: * src/classes/: dom.C: defaulted dom writing methods encoding to
20460: pool.get_charset
20461:
20462: * src/classes/dom.C: defaulted dom writing methods encoding to
20463: pool.get_charset
20464:
20465: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20466: pool.get_charset
20467:
20468: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20469: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20470: methods encoding to pool.get_charset
20471:
20472: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20473: transcoder were created right "unsupported encoding" message.
20474: not @ set time, but @ use time, so until xml output functions
20475: .string, .file, .save used - no encoding name check occur
20476:
20477: reduced transcode buffer size to 60 fixed pool cleanup - no
20478: registration needed, pools are officially destructured
20479:
20480: 2001-09-20 parser
20481:
20482: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20483:
20484: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20485: $MAIN:DEFAULTS.content-type[$.charset[here]]
20486:
20487: * src/: classes/dnode.C, classes/dom.C,
20488: include/pa_config_includes.h, include/pa_globals.h,
20489: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20490: main/pa_pool.C, targets/cgi/parser3.dsp,
20491: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20492: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20493: Pool::transcode 0
20494:
20495: * src/classes/dom.C: dom. string save file moved output xml options
20496: to last param and made it optional
20497:
20498: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20499: dnodes
20500: !$attributenode.specified = boolean
20501: true if the attribute received its value explicitly
20502: in the XML document,
20503: or if a value was assigned programatically with the
20504: setValue function.
20505: false if the attribute value came from the default value
20506: declared in the document's DTD.
20507: !$pinode.target = target of this processing instruction
20508: XML defines this as being the first token following the
20509: markup
20510: that begins the processing instruction.
20511: XPath:
20512: !^node.select[xpath/query/expression] = hash of 0->node0
20513: 1->node1
20514: !^node.select-single[xpath/query/expression] = first node if
20515: any
20516:
20517: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20518: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20519: some 'const's added
20520:
20521: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20522: expression context now, there value = size and boolean value
20523: size!=0
20524:
20525: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20526: can be used in expression context now, there value = size and
20527: boolean value size!=0
20528:
20529: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20530: types/pa_vstring.h: dnode .file .string .save moved back to dom
20531: due to strange xalan bug
20532:
20533: 2001-09-18 parser
20534:
20535: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20536: classes/image.C, classes/op.C, classes/table.C,
20537: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20538: include/pa_sql_driver_manager.h, main/compile.C,
20539: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20540: main/execute.C, main/pa_common.C, main/pa_request.C,
20541: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20542: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20543: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20544: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20545: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20546: before_xml branch ^if(def $hash) now true only when
20547: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20548:
20549: * src/: classes/op.C, main/execute.C: operators self changed to
20550: root ^for variable context changed to self
20551:
20552: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20553: dnode 1
20554:
20555: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20556: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20557:
20558: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20559: poly* fixed
20560:
20561: 2001-09-17 parser
20562:
20563: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20564: types/pa_vdom.h: started dnode+dom
20565:
20566: dnode DOM methods: $node.name $node.value
20567: ...others...
20568:
20569: ^node.xpath[/rates/USD] = hash
20570: $hash[
20571: $.0[node0]
20572: $.1[node1]
20573: ]
20574:
20575: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20576: applies to all linear primitives
20577:
20578: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20579: include/pa_stylesheet_connection.h, main/main.dsp,
20580: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20581: types/pa_vimage.h: started dnode DOM: $node.name
20582: $node.value ...others... ^node.xpath[/rates/USD] = hash
20583: dom(dnode)
20584:
20585: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20586: main/compile.y, main/compile_tools.h, main/execute.C,
20587: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20588: in expression compound($aa.zz.xx) names now can have minus '-' in
20589: name after '.'
20590:
20591: 2001-09-15 parser
20592:
20593: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20594: image: $line-width ^line(...)[**** style]
20595:
20596: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20597: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20598: pool_storage - cleanups first, allocations second. apache wisely
20599: does just like that
20600:
20601: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20602: rewritten using template, no bugs now
20603:
20604: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20605: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20606: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20607: poorly started isapi pool_storage, would rewrite using template
20608: now
20609:
20610: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20611: include/pa_stylesheet_connection.h, main/main.dsp,
20612: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20613: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20614: xalan objects freed up [introducing Pool::register_cleanup]
20615:
20616: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20617: comments
20618:
20619: 2001-09-14 parser
20620:
20621: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20622: z
20623:
20624: * src/: classes/dom.C, classes/file.C, classes/image.C,
20625: classes/mail.C, include/pa_common.h,
20626: include/pa_sql_driver_manager.h, include/pa_string.h,
20627: include/pa_stylesheet_connection.h,
20628: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20629: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20630: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20631: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20632: compiled&cached
20633:
20634: 2001-09-13 parser
20635:
20636: * src/: classes/dom.C, classes/file.C, classes/image.C,
20637: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20638:
20639: * src/classes/dom.C: dom:file content-type(.method)
20640:
20641: * src/: include/pa_common.h, include/pa_globals.h,
20642: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20643: string now more informative error messages
20644:
20645: * src/: include/pa_globals.h, include/pa_request.h,
20646: main/pa_request.C, targets/cgi/parser3.C,
20647: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20648: ParserSiteConfig .../parser3.conf
20649:
20650: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20651:
20652: 2001-09-12 parser
20653:
20654: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20655: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20656: precise error reporting: "connection string must start with
20657: protocol://" now
20658:
20659: * src/main/compile.tab.C: fixed - subname code parts actually []
20660: braced
20661:
20662: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20663: lexer on LS_USER level did [] matching without setting nestage,
20664: introduced special LS_NAME_SQUARE_PART state
20665:
20666: 2001-09-11 parser
20667:
20668: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20669: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20670: languages+=xml
20671:
20672: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20673:
20674: * src/classes/dom.C: ^dom:save/string/file[output options] output
20675: options: $.method[xml|html|text] detection fixed
20676:
20677: * src/types/pa_vdom.h: messages
20678:
20679: * src/classes/dom.C: ^dom:save/string/file[output options] output
20680: options: $.method[xml|html|text] detection fixed
20681:
20682: 2001-09-10 parser
20683:
20684: * src/classes/dom.C: ^dom:save/string/file[output options] output
20685: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20686:
20687: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20688: added]
20689:
20690: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20691: ^dom.xslt[stylesheet filename] 0
20692:
20693: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20694: ^dom.xslt[stylesheet filename] -1 doc is lying
20695:
20696: * src/classes/dom.C: ^dom.file[encoding] = file
20697:
20698: * src/classes/: dom.C: ^dom.string[encoding] 1
20699: ^dom.save[encoding;filename]
20700:
20701: * src/classes/dom.C: ^dom.string[] 0
20702:
20703: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20704:
20705: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20706: types/pa_vform.h: ^dom.save[b.xml] 0
20707:
20708: 2001-09-08 parser
20709:
20710: * src/types/pa_vform.C: $form:tables.name.field
20711:
20712: 2001-09-07 parser
20713:
20714: * src/classes/table.C: table:empty removed, superceded by ^if(def
20715: $table)...
20716:
20717: * src/targets/cgi/parser3.C: z
20718:
20719: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20720: from '' to int/double is 0]
20721:
20722: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20723: $table) is false when table is empty
20724:
20725: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20726: !$form:tables $atable[$form:tables.a]
20727: ^atable.menu{a=$atable.element}[,]
20728:
20729: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20730: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20731:
1.116 moko 20732: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20733: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20734: of dom
20735:
20736: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20737: types/pa_vform.C, types/pa_vform.h: z
20738:
20739: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20740: element [not last]
20741:
1.116 moko 20742: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20743: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20744:
20745: 2001-09-06 parser
20746:
20747: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20748: table with one column 'element' and two rows: 1 and 2
20749:
20750: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20751: table with one column 'element' and two rows: 1 and 2
20752:
20753: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20754: bad int/double conversions, and now $form:nonexistent.int(88)
20755: would return 88
20756:
20757: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20758: types/pa_vhash.h: now there's special hash key '_default'
20759: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20760: $._default[xx] ] $hash.c
20761:
20762: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20763: fixed [thanks, fif], ^; were treated there non-literally
20764:
20765: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20766: doxygen
20767:
20768: * src/: classes/image.C, classes/op.C, classes/string.C,
20769: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20770: types/pa_vtable.C: few #ifndef DOXYGEN
20771:
20772: 2001-09-05 parser
20773:
20774: * src/classes/: string.C, table.C: sql options can be void [same as
20775: image:html the other day]
20776:
20777: * src/targets/cgi/Makefile.am: .am undo
20778:
20779: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20780: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20781: macro expantion on param, simply qoutes whatever passed, undone
20782:
20783: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20784: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20785: STRINGIZE(name) #name invented
20786:
20787: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20788: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20789: MAIN_SQL_DRIVERS_NAME "drivers"
20790:
20791: moved to be availible to all users
20792:
20793: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20794: SQL_DRIVER_CREATE_FUNC_NAME
20795:
20796: * src/classes/mail.C: MAIN:MAIL check fixed
20797:
20798: 2001-09-04 parser
20799:
20800: * src/classes/image.C: image.html now can accept void params
20801:
20802: * src/targets/isapi/parser3isapi.C: z
20803:
20804: * src/targets/cgi/parser3.C: full_file_spec bug
20805:
20806: * src/targets/cgi/parser3.C: getenvcheck
20807:
20808: * src/targets/cgi/parser3.C: zz
20809:
20810: * src/targets/cgi/parser3.C: zzz
20811:
20812: * src/classes/date.C: date
20813:
20814: * src/classes/date.C: date:sql-string is now without ''
20815:
1.116 moko 20816: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20817: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20818: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20819:
1.116 moko 20820: * src/include/pa_config_auto.h.in: makes
1.95 moko 20821:
20822: 2001-09-03 parser
20823:
20824: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20825:
20826: 2001-09-01 parser
20827:
20828: * src/classes/image.C: letter_spacing
20829:
20830: * src/classes/image.C: image: font params changed
20831:
20832: * src/classes/image.C: image: as_int as_string used
20833:
20834: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20835: analized
20836:
20837: 2001-08-31 parser
20838:
20839: * src/targets/cgi/parser3.C: z
20840:
1.116 moko 20841: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20842: cygwin
1.95 moko 20843:
20844: * src/classes/void.C: void:int/double += (default)
20845:
20846: * src/classes/image.C: image:font added space param image:font
20847: changed charwidth alg, added kerning const[for now]
20848:
20849: * src/classes/: string.C, table.C: string:int/double (defaults)
20850:
20851: 2001-08-29 parser
20852:
20853: * src/main/pa_exception.C: exception redundant debug info
20854:
20855: 2001-08-28 parser
20856:
20857: * src/classes/image.C: image error msgs
20858:
20859: * src/classes/image.C: image: gifsize little endian
20860:
20861: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20862: doxygeneration
20863:
20864: * src/: classes/Makefile.am, main/Makefile.am,
20865: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20866:
20867: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20868: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20869:
20870: * src/main/compile.C: NO_STRING_ORIGIN check2
20871:
20872: * src/classes/table.C: NO_STRING_ORIGIN check
20873:
20874: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20875: storage class specifiers invalid in friend function declarations
20876:
20877: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20878: main/untaint.C, targets/cgi/parser3.C,
20879: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20880: case of limit
20881:
20882: * src/: classes/file.C, main/pa_common.C: file:move
20883: autocreate/remove dest/src dir
20884:
20885: * src/: classes/string.C, include/pa_dictionary.h,
20886: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20887: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20888: to directory constructor. string:replace
20889:
20890: 2001-08-27 parser
20891:
20892: * src/classes/image.C: fixed jpgsize alg
20893:
20894: * src/classes/image.C: fixed jpgsize alg
20895:
20896: * src/main/pa_exception.C: z
20897:
20898: * src/main/pa_common.C: removed debug info from pa_common
20899:
20900: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20901: [auto.p from current dir loading]
20902:
1.116 moko 20903: * src/: main/pa_common.C, main/pa_exception.C,
20904: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20905: for solaris -lsocket
1.95 moko 20906:
20907: 2001-08-24 parser
20908:
20909: * src/targets/cgi/parser3.C: not cgi extra \n 3
20910:
20911: * src/targets/cgi/parser3.C: not cgi extra \n 2
20912:
20913: * src/targets/cgi/parser3.C: not cgi extra \n
20914:
20915: * src/main/pa_sql_driver_manager.C: z
20916:
20917: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20918: sql* removed services from disconnect - cross-request ideological
20919: probs.
20920:
20921: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20922: cross-request ideological probs. oracle - fixed bug: cs
20923: allocated on request.pool and got freed before disconnect
20924:
20925: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20926: mallocs fixed
20927:
20928: 2001-08-23 parser
20929:
20930: * src/classes/file.C: minor bug in file:save fixed
20931:
20932: * src/main/pa_sql_driver_manager.C: oracle: dlink
20933:
20934: 2001-08-22 parser
20935:
20936: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20937: types/pa_vfile.h: file:load|save[text|binary;
20938:
20939: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20940:
20941: 2001-08-21 parser
20942:
20943: * src/classes/: file.C, table.C: ^file:list
20944:
20945: 2001-08-20 parser
20946:
20947: * src/: main/compile.tab.C, main/compile.y,
20948: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20949: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20950: recousively caused problems: inc incremeted 123 literal!! fixed
20951:
20952: 2001-08-10 parser
20953:
20954: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20955:
20956: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20957: added
20958:
20959: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20960: added
20961:
20962: * src/classes/table.C: table:sort restored [it was bad test :(]
20963:
20964: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20965: ''
20966:
20967: * src/main/: pa_request.C: wanted to make const int
20968: MAX_EXECUTE_SECONDS=1;
20969:
20970: but couldnt, set_callback_and_alarm appeared to be not exported
20971: :(
20972:
20973: * src/main/pa_string.C: string.match hanged on. there were a hang
20974: check but it weren't wise enough
20975:
20976: @parse[dateString][tmp]
20977: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20978: #end
20979:
20980: @main[] ^parse[2001-02-03]
20981:
20982: * src/classes/: table.C: table:sort now default desc
20983:
20984: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20985: table.sort now creates new sorted table
20986:
20987: 2001-08-09 parser
20988:
20989: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20990:
20991: * src/classes/hash.C: hash:_default now [was hash:default]
20992:
20993: * src/classes/op.C: case without switch check added
20994:
20995: * src/types/pa_vcookie.C: cookie name&value origins added, more
20996: precise $ORIGINS(1)
20997:
20998: * src/main/Makefile.am: .am
20999:
21000: * src/classes/void.C: void: int double copy/paste from int: bug
21001: fixed
21002:
21003: * src/classes/void.C: void: int double copy/paste from int: bug
21004: fixed
21005:
21006: 2001-08-07 parser
21007:
21008: * src/: classes/double.C, classes/int.C, classes/string.C,
21009: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21010: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21011: string, table
21012:
21013: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21014: srand made working
21015:
21016: 2001-08-06 parser
21017:
21018: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21019: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21020: main/compile.tab.C, main/compile.y, main/pa_array.C,
21021: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21022: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21023:
21024: * src/main/pa_exec.C: exec win32 real filename
21025:
21026: * src/classes/file.C: exec stderr out
21027:
21028: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21029:
21030: 2001-08-03 parser
21031:
21032: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21033:
21034: 2001-08-02 parser
21035:
21036: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21037: main/execute.C, main/pa_exec.C: introducing Array_iter
21038:
21039: * src/main/execute.C: detected quick_get recursion bug. changed to
21040: get@execute, but needs array iterator, separate from array to
21041: avoid it & use caching
21042:
21043: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21044: bug fixed
21045:
21046: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21047: main/execute.C, main/pa_globals.C: found another multithread bug
21048: in op.C (last, last global var killed) :)
21049:
21050: 2001-08-01 parser
21051:
21052: * src/: include/pa_dictionary.h, include/pa_globals.h,
21053: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21054: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21055: main/untaint.C: speeded up typo-html replacements. introducing
21056: Dictionary with first-char caching
21057:
21058: 2001-07-31 parser
21059:
21060: * src/types/Makefile.am: pa_vtable.C added to .am
21061:
21062: * src/main/compile.tab.C: added, so that could be compiled even on
21063: non-bison-enabled platforms
21064:
21065: 2001-07-28 parser
21066:
21067: * src/classes/table.C: table:hash always produces hash, when can't
21068: - empty
21069:
21070: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21071: skipped \n
21072:
21073: 2001-07-27 parser
21074:
21075: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21076: on int/double/string :sql without result and default
21077:
21078: 2001-07-26 parser
21079:
21080: * src/classes/op.C: fixed bad multithread bug with strangly global
21081: OP
21082:
21083: * src/main/compile.y: $man[$.age[zzz]] 0
21084:
21085: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21086: creation syntax problem persists. restored $: for a while.
21087: thinking of $man[$.age[zzz]] syntax now
21088:
21089: * src/: classes/double.C, classes/int.C, classes/string.C,
21090: include/pa_opcode.h, main/compile.C, main/compile.y,
21091: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21092: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21093: types/pa_wwrapper.h: fixing :: realization #1
21094:
21095: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21096: main/compile_tools.h, main/execute.C, main/pa_request.C,
21097: types/pa_vmethod_frame.h: introducing :: this is constructor call
21098: prefix. ordinary : remains for static accesses
21099:
21100: 2001-07-25 parser
21101:
21102: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21103: fields 2. methods 3. columns
21104:
21105: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21106: quote. optimized double&int tostring-s
21107:
21108: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21109: whitespace before first method decl
21110:
21111: * src/classes/table.C: allowed nontable result in table:sql,
21112: results in empty table
21113:
21114: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21115: lines before first method decl
21116:
21117: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21118: types/pa_vtable.h: ^table.record[] now $table.fields
21119:
21120: * src/main/compile.y: $var[] is now empty string, not void
21121:
21122: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21123: void
21124:
21125: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21126: main/pa_globals.C: match replace code context moved to implicit
21127: $match context
21128:
21129: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21130: main/compile_tools.h, main/execute.C: with killed, code storage
21131: introduced with former 'with' syntax
21132:
21133: 2001-07-24 parser
21134:
21135: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21136: types/pa_value.h: first get_element, next get operator
21137:
21138: * src/main/compile.y: removed @end handling
21139:
21140: * src/main/: compile.C, compile.y: @end handling method2
21141:
21142: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21143: file:move
21144:
21145: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21146: fixed
21147:
21148: 2001-07-23 parser
21149:
21150: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21151: driver
21152:
21153: * src/classes/hash.C: changed sql driver query interface
21154:
21155: * src/: classes/hash.C, classes/string.C, classes/table.C,
21156: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21157: changed sql driver query interface
21158:
21159: 2001-07-20 parser
21160:
21161: * src/types/pa_vrequest.C: X!$browser:type
21162:
21163: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21164: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21165: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21166: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21167: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21168: types/pa_vobject.h, types/pa_vrequest.C,
21169: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21170: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21171: BASE element globally removed
21172:
21173: 2001-07-18 parser
21174:
21175: * src/classes/file.C: file:exec/cgi msg
21176:
21177: * src/classes/file.C: $file:exit-code renamed to 'status'
21178:
21179: * src/: classes/file.C, main/pa_exec.C: file:exec
21180:
1.116 moko 21181: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21182: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21183: removed $id from *.in *.am
1.95 moko 21184:
21185: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21186: abbrevations
21187:
21188: * src/: classes/date.C, classes/mail.C, classes/math.C,
21189: classes/string.C, classes/table.C, include/pa_globals.h,
21190: include/pa_string.h, main/execute.C, main/pa_globals.C,
21191: main/pa_request.C, main/pa_string.C, main/untaint.C,
21192: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21193: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21194: $ORIGINS(1) output tracing mode
21195:
21196: 2001-07-13 parser
21197:
21198: * src/: classes/double.C, classes/int.C, classes/string.C,
21199: include/pa_request.h, main/execute.C, main/pa_request.C:
21200: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21201: second would not call first @auto
21202:
21203: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21204: wrong, fixed
21205:
21206: 2001-07-12 parser
21207:
21208: * src/types/pa_value.h: pa_value.putelement modification of system
21209: classes prevented
21210:
21211: 2001-07-11 parser
21212:
21213: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21214: table $piece
21215:
21216: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21217: types/pa_vstateless_class.h: $file created by file:state +=
21218: .atime .mtime .ctime +found&fixed bug with exceptions on
21219: get_junction-created objects [they were on wrong pool]
21220:
21221: 2001-07-09 parser
21222:
21223: * src/main/untaint.C: qp wrong name
21224:
21225: * src/: classes/date.C, classes/string.C, classes/table.C,
21226: main/compile.y: date format 0
21227:
21228: 2001-07-07 parser
21229:
21230: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21231: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21232: roll table calendar
21233:
21234: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21235: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21236: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21237: include/pa_request.h, main/main.dsp, types/pa_value.h,
21238: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21239: string. todo: sql, calendar
21240:
21241: 2001-07-06 parser
21242:
21243: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21244: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21245:
21246: 2001-07-03 parser
21247:
21248: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21249: classes/random.C, main/main.dsp: class random renamed to math,
21250: operators became methods
21251:
21252: * src/classes/op.C: pow sqrt
21253:
21254: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21255:
21256: 2001-07-02 parser
21257:
21258: * src/classes/table.C: ^table.columns column renamed from 'name' to
21259: 'column'
21260:
21261: * src/classes/hash.C: ^hash.keys[]
21262:
21263: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21264:
21265: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21266: 'strings'
21267:
21268: 2001-06-29 parser
21269:
21270: * src/main/: execute.C: /0 %0 checkes ver 2
21271:
21272: * src/main/execute.C: /0 %0 checke
21273:
21274: * src/classes/Makefile.am: nothing - void
21275:
21276: * src/classes/table.C: empty strings @ sql
21277:
21278: 2001-06-28 parser
21279:
21280: * src/: classes/double.C, classes/file.C, classes/form.C,
21281: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21282: classes/op.C, classes/random.C, classes/response.C,
21283: classes/string.C, classes/table.C, classes/void.C,
21284: main/compile.C, main/compile_tools.C, main/execute.C,
21285: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21286: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21287: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21288: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21289: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21290: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21291: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21292: $";
21293:
21294: * src/: classes/double.C, classes/file.C, classes/form.C,
21295: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21296: classes/op.C, classes/random.C, classes/response.C,
21297: classes/string.C, classes/table.C, classes/void.C,
21298: main/compile.C, main/compile.y, main/compile_tools.C,
21299: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21300: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21301: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21302: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21303: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21304: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21305:
21306: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21307: $class:name: == ${class:name}:
21308:
21309: * src/classes/string.C: exactly one
21310:
21311: 2001-06-27 parser
21312:
21313: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21314: types/pa_vvoid.h: nothing renamed to void
21315:
21316: * src/classes/op.C: ^switch ^case
21317:
21318: * src/main/compile.y: nothing renamed to void
21319:
21320: * src/: classes/hash.C, classes/table.C, main/compile.y,
21321: main/execute.C, main/main.dsp, main/pa_request.C,
21322: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21323: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21324: void
21325:
21326: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21327:
21328: 2001-05-28 parser
21329:
21330: * src/doc/html2chm.cmd: removed >a
21331:
21332: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21333: project options [some bugs]
21334:
21335: * src/doc/sources2html.cmd: z
21336:
21337: * src/: classes/classes.C, main/compile.C, main/compile.y,
21338: main/execute.C: operators are not in root class again
21339:
21340: 2001-05-24 parser
21341:
21342: * src/targets/cgi/parser3.dsp: project file
21343:
21344: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21345: ^log ^exp
21346:
21347: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21348: conversions in @exception[params]
21349:
21350: * src/main/pa_request.C: // no _ conversions in @exception[params]
21351:
21352: 2001-05-23 parser
21353:
21354: * src/main/pa_string.C: string cmp bug
21355:
21356: * src/classes/: mail.C, op.C: rem max 1000
21357:
21358: * src/: classes/op.C, main/compile.y: allow one empty line before
21359: LS_DEF_NAME
21360:
21361: 2001-05-22 parser
21362:
21363: * src/classes/op.C: if params code-required
21364:
21365: 2001-05-21 parser
21366:
21367: * src/types/pa_vstring.C: eoleof
21368:
21369: * src/classes/Makefile.am: .AM
21370:
21371: * src/classes/nothing.C: resultless ^sql moved to nothing:
21372:
21373: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21374:
21375: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21376: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21377: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21378: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21379: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21380: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21381: 'nothing'
21382:
21383: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21384: vstring::set_string
21385:
21386: * src/classes/: double.C, int.C, string.C: int,double;sql
21387:
21388: * src/: classes/hash.C, classes/int.C, classes/string.C,
21389: classes/table.C, include/pa_string.h, main/pa_string.C,
21390: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21391:
21392: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21393: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21394: hash:sql moved to main trunc. operators.txt updated
21395:
21396: * src/classes/: hash.C, op.C, table.C: hash:sql
21397:
21398: * src/classes/op.C: z
21399:
21400: * src/: main/compile.C, classes/classes.C: 1
21401:
21402: * src/: classes/classes.C, main/compile.C, main/compile.y,
21403: main/execute.C: 0
21404:
21405: * src/main/execute.C: z
21406:
21407: * src/targets/cgi/parser3.C: z
21408:
21409: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21410: site_auto_path "." in that case
21411:
21412: * src/targets/cgi/: parser3.C: z
21413:
21414: * src/main/pa_request.C: .am
21415:
21416: * src/: main/pa_request.C, targets/cgi/parser3.C:
21417: pcre_tables=pcre_default_tables;
21418:
21419: 2001-05-19 parser
21420:
21421: * src/main/pa_string.C: z
21422:
21423: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21424: introducing String::cstr_bufsize, returns just size+1 for as_is
21425: target.
21426:
21427: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21428: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21429: used, 4* mem wasted
21430:
21431: * src/classes/string.C: root context in match replace body now
21432: unchanged
21433:
21434: * src/types/pa_value.h: parameter # 1 based
21435:
21436: * src/main/pa_common.C: common: actual filename '%s'
21437:
21438: * src/classes/string.C: z
21439:
21440: * src/classes/Makefile.am: classes/.am
21441:
21442: * src/classes/: Makefile.am: classes/.am
21443:
21444: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21445: targets/cgi/pa_pool.C: classes/.am
21446:
21447: 2001-05-18 parser
21448:
1.116 moko 21449: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21450: pa_threads.C ins
1.95 moko 21451:
21452: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21453:
21454: 2001-05-17 parser
21455:
21456: * src/: classes/string.C, include/pa_config_fixed.h,
21457: include/pa_config_includes.h, main/compile.y,
21458: main/compile_tools.h, main/execute.C, main/pa_array.C,
21459: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21460: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21461: types/pa_vform.C: #include "pa_config_includes.h" removed from
21462: most .C
21463:
21464: * src/doc/html2chm.cmd: z
21465:
21466: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21467: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21468:
21469: * src/main/pa_sql_driver_manager.C: moved expiration to
21470: get_connection_from_cache
21471:
21472: * src/main/pa_sql_driver_manager.C: cache expiration bf
21473:
21474: * src/: classes/classes.h, include/pa_sql_connection.h,
21475: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21476: cache expiration[use SQL_Driver::disconnect]
21477:
21478: * src/main/pa_table.C: table.locate current restored on "not found"
21479:
21480: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21481: line no
21482:
21483: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21484: ANTI_ENDLESS_EXECUTE_RECOURSION
21485:
21486: * src/: classes/op.C, include/pa_sql_connection.h,
21487: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21488: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21489: 1driver and set_services fight for driver::fservices. before fix
21490:
21491: * src/: classes/op.C, include/pa_config_fixed.h,
21492: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21493: main/pa_sql_driver_manager.C: found problem at last: 2connections
21494: own 1driver and set_services fight for driver::fservices. before
21495: fix
21496:
21497: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21498: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21499: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21500: pa_threads.C
21501:
21502: * src/include/pa_threads.h: removed targets/parser
21503:
21504: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21505: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21506: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21507: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21508: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21509: headers
21510:
21511: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21512: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21513: order prevented sqlmanager to see MULTYTHREAD define
21514:
21515: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21516: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21517: put/gets
21518:
21519: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21520: from hash.h
21521:
21522: * src/: classes/op.C, include/pa_sql_connection.h,
21523: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21524: from cache ->set_services(&services);
21525:
21526: 2001-05-16 parser
21527:
21528: * src/targets/cgi/parser3.C: z
21529:
21530: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21531: debug, #ifdefed some. would debug later, on more precise sample
21532: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21533: $name.$tail[$tail!] $name.$tail } ok3
21534:
21535: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21536: removed array debug. before vstring rebasing
21537:
21538: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21539: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21540: array debugged; adjusted
21541:
21542: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21543: SQL_Driver_manager line no for connect/charset errors
21544:
21545: 2001-05-15 parser
21546:
21547: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21548: main/pa_string.C: string+array made linear grows
21549:
21550: * src/: include/pa_string.h, main/pa_string.C,
21551: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21552: grow lineary, not exponentialy
21553:
21554: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21555: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21556: with fullchunk cmps
21557:
21558: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21559: 70041= 81
21560:
21561: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21562: targets/cgi/parser3.C: detected huge mem allocation: size/times
21563: malloc 27809390/368771, calloc 3232/83. would test now
21564:
21565: * src/: classes/random.C, main/compile.y, main/execute.C,
21566: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21567: numbered params had wrong name - for instance: bad error message
21568: in ^for[] bad body type. fixed
21569:
21570: 2001-05-14 parser
21571:
21572: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21573: main/untaint.C: ^string.upper|lower[]
21574:
21575: 2001-05-11 parser
21576:
21577: * src/: classes/double.C, classes/image.C, classes/op.C,
21578: classes/string.C, classes/table.C, classes/unknown.C,
21579: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21580: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21581: types/pa_vunknown.h: op: MAX_LOOPS as_int
21582:
21583: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21584: .dsp for win32tools
21585:
21586: 2001-05-11 paf
21587:
21588: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21589: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21590: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21591: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21592:
21593: 2001-05-10 paf
21594:
21595: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21596: for C++, that's all
21597:
1.116 moko 21598: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21599: pa_config_includes.h: inline wonders
1.95 moko 21600:
21601: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21602: doc/doxygen.cmd: hash.C added
21603:
21604: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21605:
21606: * src/main/compile.y: @end grammar: allowed zero strings in control
21607: menthod
21608:
21609: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21610: pa_vstateless_object.h: changed priority: field before method
21611: lookup in vclass & vobject
21612:
21613: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21614: grammar: priorities changes [lowerd && prior] vobject: now first
21615: fields, next methods
21616:
21617: 2001-05-08 paf
21618:
21619: * src/main/pa_table.C: table columnname2item on nameless ignored
21620: bark=false. fixed
21621:
21622: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21623: types/pa_vmethod_frame.h: hash:default works at last!
21624:
21625: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21626: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21627: hash:default
21628:
21629: * src/classes/table.C: z
21630:
21631: * src/classes/table.C: table:hash always hash of hash now
21632:
21633: * src/classes/table.C: table:empty return bool now
21634:
21635: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21636: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21637: types/pa_vtable.h: table:hash
21638:
21639: * src/classes/table.C: table:record have name
21640:
21641: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21642: returns vunknown
21643:
21644: * src/classes/: double.C, int.C, op.C, string.C:
21645: int,double,string:int[] double[] string:length[] results now have
21646: hames
21647:
21648: * src/: classes/op.C, classes/table.C, main/main.dsp,
21649: types/pa_vtable.h: removed table:find. table:locate and op:eval
21650: now return bool
21651:
21652: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21653: in method checkparams again. fixed
21654:
21655: 2001-05-07 paf
21656:
21657: * src/doc/chm.cmd: cmd
21658:
21659: * src/: classes/image.C, classes/mail.C, classes/string.C,
21660: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21661: types/pa_value.h: method reported errors on wrong pool
21662:
21663: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21664: now
21665:
21666: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21667: include/code.h, include/pa_opcode.h, main/compile.C,
21668: main/compile_tools.h, main/execute.C, types/pa_value.h,
21669: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21670: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21671: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21672: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21673: types/pa_vmethod_frame.h, types/pa_vobject.h,
21674: types/pa_vrequest.h, types/pa_vresponse.h,
21675: types/pa_vstateless_class.h, types/pa_vstring.h,
21676: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21677: types/pa_wwrapper.h: pa_code.h
21678:
21679: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21680:
21681: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21682: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21683: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21684: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21685: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21686: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21687: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21688: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21689: types/pa_vtable.h: dox, split by not clean parts also
21690:
21691: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21692: types/pa_vtable.h: table: fields, then methods. so to enable
21693: 'dir' fields & co. more
21694:
21695: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21696: so to enable 'dir' fields & co.
21697:
21698: * src/main/compile.y: grammar: @end
21699:
21700: 2001-05-04 paf
21701:
21702: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21703: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21704:
21705: * src/: classes/classes.h, classes/double.C, classes/file.C,
21706: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21707: classes/op.C, classes/random.C, classes/response.C,
21708: classes/string.C, classes/table.C, classes/unknown.C,
21709: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21710: method dox
21711:
21712: 2001-05-03 paf
21713:
21714: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21715: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21716: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21717: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21718: doc/string.dox, doc/targets.dox, doc/value.dox,
21719: main/pa_request.C: dox splitted .dox files and added some
21720:
21721: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21722:
21723: 2001-05-02 paf
21724:
21725: * src/classes/: image.C, table.C: table:dir result are not tainted
21726: by file_name language now
21727:
21728: 2001-04-28 paf
21729:
21730: * src/classes/classes.inc: removed classes.inc
21731:
21732: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21733: from .am
21734:
21735: * src/classes/classes.awk: skipped classes in .awk
21736:
21737: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21738: classes/classes.inc, classes/double.C, classes/file.C,
21739: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21740: classes/string.C, classes/table.C, classes/unknown.C,
21741: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21742: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21743: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21744: pa_methoded back to classes/classes.h
21745:
21746: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21747:
21748: * src/: classes/Makefile.am, classes/classes.awk,
21749: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21750: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21751:
21752: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21753: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21754: classes/response.C, classes/string.C, classes/table.C,
21755: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21756: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21757: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21758: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21759: include|main/pa_methoded
21760:
21761: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21762: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21763:
21764: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21765: moved some configured data to request::classes_conf moved some
21766: string crations from globals to M... [works]
21767:
21768: * src/: classes/form.C, classes/mail.C, classes/op.C,
21769: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21770: main/pa_request.C: moved some configured data to
21771: request::classes_conf moved some string crations from globals to
21772: M...
21773:
21774: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21775: about to move configured data to special request hash
21776:
21777: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21778: classes/form.C, classes/mail.C, include/pa_request.h,
21779: main/pa_request.C: configure started
21780:
21781: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21782: 2. todo: methoded-configure
21783:
21784: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21785: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21786: classes/_random.h, classes/_response.h, classes/_string.h,
21787: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21788: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21789: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21790: classes/random.C, classes/response.C, classes/string.C,
21791: classes/table.C, classes/unknown.C, include/pa_globals.h,
21792: include/pa_request.h, main/compile.y, main/execute.C,
21793: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21794: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21795: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21796: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21797: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21798: types/pa_vrequest.h, types/pa_vresponse.h,
21799: types/pa_vstateless_class.h, types/pa_vstring.h,
21800: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21801: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21802: methoded-configure
21803:
21804: * src/: classes/file.C, classes/table.C, main/compile.y,
21805: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21806: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21807: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21808:
21809: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21810: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21811: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21812: classes/random.C, classes/response.C, classes/string.C,
21813: classes/table.C, classes/unknown.C, include/pa_request.h,
21814: main/compile.y, main/execute.C, main/pa_globals.C,
21815: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21816: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21817: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21818: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21819: beautifying just compiled. todo: debug, configure
21820:
21821: 2001-04-27 paf
21822:
21823: * src/: classes/file.C, classes/image.C, classes/table.C,
21824: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21825: beautifying -99
21826:
21827: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21828: classes/_response.h, classes/_unknown.h, classes/classes.C,
21829: classes/classes.h, classes/double.C, classes/file.C,
21830: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21831: classes/op.C, classes/random.C, classes/response.C,
21832: classes/string.C, include/pa_globals.h, main/main.dsp,
21833: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21834: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21835: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21836: types/pa_vunknown.h: beautifying -100
21837:
21838: * src/main/compile.y: serge@ found @CLASS bug. fixed
21839:
21840: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21841: classes/_op.h, classes/_random.h, classes/_table.h,
21842: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21843: classes/op.C, classes/random.C, classes/response.C,
21844: classes/string.C, classes/table.C, classes/unknown.C,
21845: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21846: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21847: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21848: beautifying
21849:
21850: 2001-04-26 paf
21851:
21852: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21853:
21854: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21855: documentation ++
21856:
21857: * src/: classes/_exec.h, doc/doxygen.cfg,
21858: include/pa_config_fixed.h, include/pa_config_includes.h,
21859: targets/cgi/pa_pool.C: code documentation ++
21860:
21861: * src/: classes/_image.h, classes/op.C, classes/random.C,
21862: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21863: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21864: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21865: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21866: types/pa_vmethod_frame.h, types/pa_vobject.h,
21867: types/pa_vrequest.C, types/pa_vrequest.h,
21868: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21869: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21870: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21871: code documentation ++
21872:
21873: * src/: classes/image.C, classes/mail.C, classes/string.C,
21874: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21875: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21876: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21877: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21878: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21879: types/pa_vobject.h, types/pa_vstateless_class.h,
21880: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21881:
21882: * src/main/: pa_request.C, pa_string.C: z
21883:
21884: * src/: include/pa_common.h, include/pa_types.h,
21885: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21886: connection caching fixed. request-pooled-url were stored into
21887: global connectioncache
21888:
21889: 2001-04-25 paf
21890:
21891: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21892: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21893:
21894: * src/: include/code.h, include/pa_common.h, main/compile.y,
21895: main/execute.C, main/pa_common.C: -d
21896:
21897: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21898: illegal call check a bit improved, but still under iis no mapping
21899: of dir with parser allowed!
21900:
21901: 2001-04-24 paf
21902:
21903: * src/targets/Makefile.am: apache module lib .am
21904:
21905: * src/main/pa_exec.C: windows32 buildCommand
21906:
21907: 2001-04-23 paf
21908:
21909: * src/targets/cgi/Makefile.am: win32 conditional
21910:
21911: * src/targets/cgi/Makefile.am: win32 conditional
21912:
21913: * src/targets/cgi/Makefile.am: liblink
21914:
21915: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21916: vfile fields return type
21917:
21918: * src/types/pa_vfile.h: vfile fields return type
21919:
21920: * src/include/pa_config_auto.h.in: .h.in
21921:
21922: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21923: types/Makefile: makefiles removed
21924:
21925: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21926: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21927:
21928: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21929: [tested: i & g ]
21930:
21931: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21932: @test noticed series in isapi, check how initialize_random_class
21933: is called! [must be called only once]
21934:
21935: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21936: would not be 'unknown column'
21937:
21938: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21939: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21940:
21941: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21942: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21943: [now doesnt]
21944:
21945: * src/targets/cgi/parser3.C: cgi cmdline ver
21946:
21947: * src/targets/cgi/parser3.C: cgi /// @test disable
21948: /cgi-bin/parser3/auto.p
21949:
21950: * src/main/untaint.C: untaint without charset
21951:
21952: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21953: main/pa_common.C: common: file_write /// @test mkdirs
21954: file_delete rmdirs
21955:
21956: * src/main/untaint.C: mail header only once to =?
21957:
21958: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21959: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21960: main/untaint.C: untaint - @test optimize whitespaces for
21961: all but 'html'
21962:
21963: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21964: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21965: main/untaint.C: untaint - @test mail-header
21966:
21967: 2001-04-20 paf
21968:
21969: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21970: include/pa_request.h, include/pa_string.h, main/compile.y,
21971: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21972: targets/cgi/parser3.C: $MAIN:LOCALE
21973:
21974: * src/main/untaint.C: z
21975:
21976: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21977:
21978: 2001-04-19 paf
21979:
21980: * src/main/compile_tools.h: $a$b bugfix
21981:
21982: * src/targets/cgi/parser3.C: z
21983:
21984: * src/classes/file.C: z
21985:
21986: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21987: done: header to $fields. waits for header '\' tricks
21988:
21989: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21990: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21991: changed urlencode here and in untaint.C to HTTP standard's " and
21992: \" mech
21993:
21994: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21995: http://alx/~paf/ doesnt load /auto.p
21996:
21997: 2001-04-18 paf
21998:
21999: * src/main/pa_request.C: 1
22000:
22001: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22002: linux @alx
22003:
22004: 2001-04-17 paf
22005:
22006: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22007: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22008: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22009: enabled
22010:
22011: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22012: classes/_exec.h, classes/_file.h, classes/_form.h,
22013: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22014: classes/_random.h, classes/_response.h, classes/_string.h,
22015: classes/_table.h, classes/_unknown.h, classes/file.C,
22016: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22017: include/pa_config_fixed.h, include/pa_config_includes.h,
22018: include/pa_hash.h, include/pa_sql_driver_manager.h,
22019: include/pa_version.h, main/Makefile.am, main/compile.y,
22020: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22021: main/pa_sql_driver_manager.C, sql/Makefile.am,
22022: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22023: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22024: types/pa_vform.C, types/pa_vimage.h: exec @jav
22025:
22026: * src/: include/pa_sql_driver_manager.h,
22027: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22028: types/pa_vimage.h: sql driver interface now has initialize(client
22029: .so)
22030:
22031: 2001-04-16 paf
22032:
22033: * src/Makefile.am: compile2 cygwin
22034:
22035: * src/: include/pa_config_includes.h, main/pa_exec.C,
22036: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22037:
22038: * src/targets/cgi/Makefile.am: compile0 jav
22039:
22040: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22041: classes/_exec.h, classes/_file.h, classes/_form.h,
22042: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22043: classes/_random.h, classes/_response.h, classes/_string.h,
22044: classes/_table.h, classes/_unknown.h, classes/image.C,
22045: classes/mail.C, classes/op.C, classes/random.C,
22046: include/pa_config_fixed.h, include/pa_config_includes.h,
22047: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22048: main/compile.y, main/pa_common.C, main/pa_exec.C,
22049: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22050: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22051: compile-1
22052:
22053: 2001-04-15 paf
22054:
22055: * src/classes/op.C: z
22056:
22057: * src/classes/table.C: table:empty +=process
22058:
22059: * src/types/pa_value.h: MethodParams !junction
22060:
22061: * src/: classes/_string.h, classes/double.C, classes/file.C,
22062: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22063: classes/random.C, classes/response.C, classes/string.C,
22064: classes/table.C, classes/unknown.C, main/pa_request.C:
22065: MethodParams everywhere
22066:
22067: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22068: types/pa_vmethod_frame.h: MethodParams in op.C
22069:
22070: 2001-04-12 paf
22071:
22072: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22073:
22074: * src/: classes/_unknown.h, classes/unknown.C,
22075: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22076: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22077:
22078: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22079:
22080: * src/classes/image.C: image:gif now does not have params
22081:
22082: * src/classes/image.C:
22083: image:line/fill/rectangle/bar/replace/polygon/polybar
22084:
22085: * src/: classes/image.C, classes/op.C, main/execute.C,
22086: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22087: for var now written not to r.wcontext, but to r.root cleared
22088: "entered_object" state
22089:
22090: 2001-04-11 paf
22091:
22092: * src/classes/image.C: image:create image:load
22093:
22094: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22095: just compiled
22096:
22097: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22098: todo: gif without file
22099:
22100: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22101: started porting to Pooled descendant
22102:
22103: * src/: classes/image.C, main/execute.C, main/main.dsp,
22104: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22105: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22106: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22107:
22108: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22109: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22110: end. switching to python imaging lib
22111:
22112: * src/main/main.dsp: gd+smtp made separate libs
22113:
22114: * src/: include/pa_globals.h, include/pa_string.h,
22115: main/pa_common.C, main/pa_request.C, main/untaint.C,
22116: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22117: length
22118:
22119: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22120: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22121: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22122: UL_FILE_NAME of posted file name
22123:
22124: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22125: post [broke when moved post read to core]
22126:
22127: 2001-04-10 paf
22128:
22129: * src/classes/image.C: image:html done
22130:
22131: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22132:
22133: * src/classes/image.C: z
22134:
22135: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22136: forgotten!
22137:
22138: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22139: main/pa_request.C, main/pa_string.C, main/untaint.C,
22140: types/pa_vimage.h: image:measure -90
22141:
22142: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22143: classes/_int.h, classes/_mail.h, classes/_op.h,
22144: classes/_random.h, classes/_response.h, classes/_string.h,
22145: classes/_table.h, classes/file.C, classes/mail.C,
22146: include/pa_common.h, include/pa_globals.h, main/execute.C,
22147: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22148: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22149: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22150: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22151: compiled
22152:
22153: * src/classes/mail.C: minor bug with unclear from/to
22154:
22155: * src/classes/mail.C: sendmail unix skipping defaults
22156:
22157: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22158: sendmail unix added defaults
22159:
22160: * src/classes/mail.C: unix sendmail compiled. todo:testing
22161:
22162: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22163:
22164: 2001-04-09 paf
22165:
22166: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22167: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22168: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22169: targets/isapi/parser3isapi.dsp: all targets exec
22170:
22171: * src/: include/pa_sapi.h, include/pa_string.h,
22172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22173: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22174: args in apache:util.script
22175:
22176: * src/include/pa_string.h: written but not tested exec with env for
22177: unix
22178:
22179: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22180: targets/cgi/parser3.C: exec win32 env
22181:
22182: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22183: 0
22184:
22185: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22186: main/execute.C, main/main.dsp, main/pa_globals.C,
22187: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22188: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22189:
22190: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22191: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22192:
22193: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22194: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22195:
22196: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22197: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22198: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22199: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22200: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22201: exec class just compiled. moved post read to request core
22202:
22203: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22204: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22205: main/pa_globals.C, targets/cgi/parser3.C,
22206: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22207: are already read by vform
22208:
22209: 2001-04-08 paf
22210:
22211: * src/: classes/file.C, classes/mail.C, classes/string.C,
22212: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22213: uuencode. string<<
22214:
22215: 2001-04-07 paf
22216:
22217: * src/classes/mail.C: z
22218:
22219: * src/classes/mail.C: z
22220:
22221: * src/classes/mail.C: ^mail[$attach
22222:
22223: * src/classes/mail.C: ^attach dead end
22224:
22225: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22226: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22227: targets/isapi/parser3isapi.C: mail:send 1
22228:
22229: * src/: classes/mail.C, main/pa_request.C: z
22230:
22231: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22232: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22233: compiled
22234:
22235: * src/classes/mail.C: +=
22236:
22237: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22238: prepared
22239:
22240: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22241: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22242: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22243: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22244:
22245: 2001-04-06 paf
22246:
22247: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22248: main/pa_string.C: table:dir 1
22249:
22250: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22251: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22252:
22253: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22254: classes/root.C, include/pa_globals.h, include/pa_request.h,
22255: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22256: main/pa_request.C: renamed 'root' to 'op'
22257:
22258: * src/classes/: _op.h, op.C: renamed from 'root'
22259:
22260: * src/types/pa_valiased.C: another root inherititance skipped
22261:
22262: * src/main/: compile.C, compile.y, execute.C: operators are now not
22263: root methods of parent class. just 'ROOT' class
22264:
22265: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22266: @office
22267:
22268: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22269:
22270: 2001-04-05 paf
22271:
22272: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22273: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22274: constructor flag dropped at get_method_frame and remembered into
22275: method_frame
22276:
22277: * src/: classes/file.C, classes/root.C, classes/string.C,
22278: classes/table.C, main/pa_request.C: junction to code&expression
22279: in errors
22280:
22281: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22282: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22283: $LOCALE:ctype[Russian_Russia.1251]
22284:
22285: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22286: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22287: main/pa_table.C: hash now not thread-safe.
22288:
22289: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22290: main/untaint.C: z
22291:
22292: * src/: classes/random.C, classes/root.C, classes/table.C,
22293: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22294: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22295: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22296: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22297:
22298: * src/: classes/table.C, include/pa_sql_connection.h,
22299: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22300:
22301: * src/classes/table.C: select * from hren error contains statement
22302:
22303: * src/: classes/table.C, include/pa_sql_connection.h,
22304: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22305: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22306:
22307: * src/: classes/root.C, include/pa_sql_connection.h,
22308: include/pa_sql_driver.h, main/main.dsp,
22309: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22310: services for conv memory & error reporting
22311:
22312: 2001-04-04 paf
22313:
22314: * src/doc/doxygen.cfg: z
22315:
22316: * src/include/pa_sql_driver.h: mysql connect
22317:
22318: * src/include/pa_sql_driver.h: mysql info
22319:
22320: * src/: classes/root.C, include/pa_sql_driver.h,
22321: include/pa_sql_driver_manager.h, main/main.dsp,
22322: main/pa_sql_driver_manager.C: more manager&connection&driver
22323:
22324: * src/sql/Makefile.am: forgot to add mysql client
22325:
22326: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22327: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22328: [forgot to add libltdl, added]
22329:
22330: * src/: Makefile.am, classes/root.C, classes/string.C,
22331: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22332: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22333: include/pa_string.h, include/pa_table.h, main/main.dsp,
22334: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22335: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22336: -1000 just compiled
22337:
22338: * src/: classes/random.C, classes/root.C, classes/table.C,
22339: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22340: main/pa_request.C, types/pa_vclass.h: sql frame -10
22341:
22342: 2001-04-03 paf
22343:
22344: * src/types/pa_vform.C: z
22345:
22346: * src/: classes/string.C, types/pa_vform.C: string:match replace
22347: assigned lang
22348:
22349: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22350: {}[]< empty []
22351:
22352: * src/: classes/file.C, classes/string.C, classes/table.C,
22353: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22354: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22355:
22356: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22357: string:match replace strange matches
22358:
22359: * src/classes/string.C: string:match replace 0
22360:
22361: * src/: classes/string.C, main/pa_string.C: string:match replace
22362: prepared 2
22363:
22364: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22365: string:match replace prepared
22366:
22367: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22368: string:match replace -11
22369:
22370: * src/: classes/string.C, include/pa_globals.h,
22371: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22372: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22373:
22374: * src/: classes/string.C, include/pa_globals.h,
22375: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22376: main/pa_string.C: string:match [search] -1 just compiled
22377:
22378: * src/types/pa_vstring.C: z
22379:
22380: * src/: classes/double.C, classes/file.C, classes/form.C,
22381: classes/int.C, classes/response.C, classes/root.C,
22382: classes/string.C, classes/table.C, include/pa_string.h,
22383: main/pa_string.C: string:match -10 [frame]
22384:
22385: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22386: main/pa_request.C: z
22387:
22388: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22389: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22390: todo/tests
22391:
22392: * src/include/pa_common.h: z
22393:
22394: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22395: main/pa_request.C, targets/cgi/parser3.C,
22396: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22397: content-disposition
22398:
22399: * src/: include/pa_common.h, include/pa_globals.h,
22400: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22401: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22402:
22403: * src/: include/pa_common.h, include/pa_request.h,
22404: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22405: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22406: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22407: response:body
22408:
22409: * src/classes/table.C: table:append now uses string::split
22410:
22411: * src/classes/table.C: z
22412:
22413: * src/: classes/file.C, classes/root.C, classes/string.C,
22414: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22415: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22416: include/pa_string.h, main/execute.C, main/pa_string.C,
22417: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22418: string::pos & cmp & piece bugs fixed. string::split new
22419: table:load separated from set table:set implemented with clean \n
22420: \t searches
22421:
22422: 2001-04-02 paf
22423:
22424: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22425: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22426: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22427: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22428: it in table:set/load
22429:
22430: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22431: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22432:
22433: * src/classes/random.C: random:generate 1
22434:
22435: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22436: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22437: types/pa_value.h: random:generate
22438:
22439: 2001-03-30 paf
22440:
22441: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22442: todo: table flip and append. string::pos
22443:
22444: * src/: classes/double.C, classes/file.C, classes/int.C,
22445: classes/response.C, classes/root.C, classes/string.C,
22446: classes/table.C, main/compile.y, main/execute.C,
22447: types/pa_value.h, types/pa_vstateless_class.C,
22448: types/pa_vstateless_class.h: static|dynamic|any method
22449: registration
22450:
22451: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22452: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22453: table:flip
22454:
22455: 2001-03-29 paf
22456:
22457: * src/classes/string.C: string:xsplit forgot that they must result
22458: in 1 row N column [not vice versa]
22459:
22460: * src/classes/string.C: z
22461:
22462: * src/classes/string.C: string: rsplit
22463:
22464: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22465: string: lsplit
22466:
22467: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22468: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22469: lsplit -1
22470:
22471: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22472: string: pos
22473:
22474: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22475: string: pos -1
22476:
22477: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22478: main/compile.y, main/pa_request.C, main/pa_string.C,
22479: main/untaint.C: string: left right mid
22480:
22481: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22482: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22483: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22484: and [;] are different now.
22485:
22486: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22487: main/untaint.C: pool.request undone
22488:
22489: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22490: main/untaint.C: pool.request
22491:
22492: 2001-03-28 paf
22493:
22494: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22495: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22496: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22497: $request:browser [.type .version]; unknown.get_double now = 0.
22498:
22499: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22500: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22501: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22502: types/pa_vform.C: file:load autodetection of mime-type by
22503: user-file-name
22504:
22505: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22506: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22507: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22508:
22509: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22510: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22511: write. must be self.set
22512:
22513: * src/: classes/file.C, classes/root.C, classes/table.C,
22514: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22515:
22516: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22517: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22518: types/pa_vtable.h: table:locate just compiled
22519:
22520: 2001-03-27 paf
22521:
22522: * src/main/: execute.C, pa_common.C: fixed r/w context of
22523: code-params2, fixed ntfs hardlink slow dir update
22524:
22525: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22526: types/pa_wcontext.h: fixed r/w context of code-params
22527:
22528: * src/: classes/table.C, main/execute.C: about to change junction
22529: rcontext!!
22530:
22531: * src/: classes/double.C, classes/int.C, classes/root.C,
22532: classes/string.C, classes/table.C, main/compile_tools.C,
22533: main/execute.C, main/pa_request.C, main/untaint.C,
22534: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22535: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22536: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22537: types/pa_vunknown.h: sort 0
22538:
22539: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22540: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22541: renamed to are_static_calls_disabled
22542:
22543: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22544: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22545: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22546: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22547:
22548: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22549:
22550: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22551: started table:sort fixed minor bug in #...^{
22552:
22553: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22554: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22555: decided to have as it were. stepped back. grammar: added 'in'
22556: 'is' 'lt'&co follow-space check
22557:
22558: 2001-03-26 paf
22559:
22560: * src/: classes/file.C, classes/root.C, classes/table.C,
22561: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22562: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22563: main/pa_table.C: moved ::save to pa_table. disabled @auto
22564: invocation in ^process
22565:
22566: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22567:
22568: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22569: main/pa_array.C: table:record
22570:
22571: * src/: main/untaint.C, targets/cgi/parser3.C,
22572: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22573: targets/isapi/pool_storage.h, types/pa_valiased.h,
22574: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22575: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22576: types/pa_vtable.h: z
22577:
22578: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22579: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22580: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22581: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22582: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22583: method realisations on 'self' validity - they now can simply
22584: assume that 'self' is V{Proper} .
22585:
22586: 2001-03-25 paf
22587:
22588: * src/main/untaint.C: z
22589:
22590: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22591: lowlevel - it initialization could be skipped if failed in @auto.
22592: so that exception report would use some table
22593:
22594: * src/main/pa_request.C: table empty lines ignored. system-default
22595: content type assigned in output:result [can fail in main:auto and
22596: skipped normal defaults extraction]
22597:
22598: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22599: bug
22600:
22601: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22602: processing to table [except preliminary \r\n \r \n replacements
22603: to "\n"]
22604:
22605: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22606: move all the processing to table
22607:
22608: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22609: main/pa_table.C, main/untaint.C: returned table originating.
22610: useful for reporting typo table problems origin. think would be
22611: useful somewhere else
22612:
22613: * src/main/untaint.C: typo \r \r\n \n properly handled
22614:
22615: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22616: include/pa_table.h, main/compile.y, main/compile_tools.C,
22617: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22618: main/pa_string.C, main/pa_table.C, main/untaint.C,
22619: types/pa_vcookie.h: typo & typo-default
22620:
22621: 2001-03-24 paf
22622:
22623: * src/main/pa_common.C: z
22624:
22625: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22626: targets/cgi/parser3.C: html-typo 2
22627:
22628: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22629: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22630: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22631: main/execute.C, main/pa_array.C, main/pa_globals.C,
22632: main/pa_request.C, main/pa_string.C, main/untaint.C,
22633: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22634: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22635: noticed double default content-type prob. run cgi.cmd tomorrow
22636: first html-typo sample. detected << problem: they become ltlt too
22637: fast
22638:
22639: * src/main/compile.y: z
22640:
22641: * src/main/: compile.y, compile_tools.h: #comment
22642:
22643: * src/: classes/file.C, classes/root.C, classes/table.C,
22644: include/pa_common.h, include/pa_request.h, main/compile.y,
22645: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22646: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22647: stringified
22648:
22649: * src/types/pa_valiased.C: decided to String-ify file_read
22650:
22651: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22652: isapi/parser3isapi.dsp: cgi: sapi::log
22653:
22654: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22655: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22656: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22657: error log experiments failed - cgi under iis got no access to
22658: log. registereventsource simply failed with 5(illegal call) code,
22659: while worked OK as standalone executable. isapi: used
22660: HSE_APPEND_LOG_PARAMETER feature
22661:
22662: * src/: include/pa_common.h, include/pa_globals.h,
22663: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22664: targets/isapi/parser3isapi.C: fixed default content-type
22665: allocation storage
22666:
22667: * src/: include/pa_globals.h, include/pa_request.h,
22668: main/pa_globals.C, main/pa_request.C: z
22669:
22670: * src/: include/pa_array.h, include/pa_hash.h,
22671: include/pa_request.h, main/compile.y, main/pa_array.C,
22672: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22673: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22674: content-type
22675:
22676: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22677: sanity
22678:
22679: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22680: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22681: away freeze mech. no danger now for you can't do
22682: ^request:process[@new-method[] body] trick anymore. still
22683: remains $some_instance.process[@new-method[] possibility] but
22684: would leave it as a feature. see index for sample
22685:
22686: * src/: include/pa_common.h, main/pa_common.C,
22687: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22688: monkey every target
22689:
22690: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22691: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22692: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22693:
22694: 2001-03-23 paf
22695:
22696: * src/: include/pa_pool.h, main/pa_request.C,
22697: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22698: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22699: targets/isapi/pool_storage.h: isapi: dumb pool storage
22700:
22701: * src/targets/isapi/pa_pool.C: decided to continue with extension
22702:
22703: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22704: it would be better to rewrite as filter then to deal with pool
22705:
22706: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22707: now like in cgi, not from APPL_PHYSICAL_PATH
22708:
22709: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22710: include/pa_config_fixed.h, include/pa_config_includes.h,
22711: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22712: include/pa_version.h, main/compile.y, main/execute.C,
22713: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22714: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22715: main/untaint.C, targets/cgi/parser3.C,
22716: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22717: cgi: reinvent document_root and request_uri under iis. autoconf
22718: updated. introducing ap_config_includes
22719:
22720: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22721:
22722: * src/targets/cgi/parser3.C: cgi: only one pool now
22723:
22724: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22725: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22726: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22727: types/pa_venv.h, types/pa_vform.C: sapi made object
22728:
22729: * src/: include/pa_globals.h, main/pa_request.C,
22730: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22731: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22732: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22733:
22734: * src/: main/pa_request.C, targets/cgi/parser3.C,
22735: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22736: isapi minor env beauty
22737:
22738: * src/: main/pa_request.C, targets/cgi/parser3.C,
22739: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22740: isapi document_root 0
22741:
22742: 2001-03-22 paf
22743:
22744: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22745:
22746: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22747: isapi/parser3isapi.C: z
22748:
22749: * src/: include/pa_pool.h, main/pa_request.C,
22750: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22751:
22752: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22753: kill.pl: isapi added utils
22754:
22755: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22756: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22757: types/pa_vform.C: isapi 0
22758:
22759: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22760: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22761: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22762: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22763: started isapi
22764:
22765: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22766: some comments
22767:
22768: * src/: include/pa_globals.h, include/pa_request.h,
22769: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22770: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22771: parser_root_auto_path parser_site_auto_path
22772:
22773: * src/types/pa_vcookie.C: cookie attr decoded
22774:
22775: 2001-03-21 paf
22776:
22777: * src/targets/cgi/parser3.C: z
22778:
22779: * src/include/pa_globals.h: post. todo: config of auto.p path
22780:
22781: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22782: types/pa_venv.h: in cookie & env. todo:post
22783:
22784: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22785: classes/root.C, classes/table.C, include/pa_array.h,
22786: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22787: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22788: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22789: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22790: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22791: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22792: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22793: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22794: shifted apache branch on main trunc
22795:
22796: * src/: include/pa_common.h, include/pa_globals.h,
22797: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22798: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22799: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22800: starting mod_parser3
22801:
22802: * src/targets/cgi/parser3.C: starting mod_parser3
22803:
22804: 2001-03-20 paf
22805:
22806: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22807: targets/cgi/parser3.C: automake compiled and works. todo:make
22808: win32 ifdefs work and add ifdef unistd
22809:
22810: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22811: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22812: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22813: z
22814:
22815: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22816: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22817: locking
22818:
22819: * src/: classes/Makefile.am, types/Makefile.am: z
22820:
22821: * src/: Makefile.am, classes/file.C, classes/root.C,
22822: classes/table.C, include/pa_array.h, include/pa_request.h,
22823: include/pa_string.h, main/Makefile.am, main/execute.C,
22824: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22825: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22826: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22827: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22828:
22829: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22830: main/pa_request.C, types/pa_vfile.h: ^table:save
22831:
22832: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22833: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22834: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22835: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22836: types/pa_vform.h: z
22837:
22838: * src/include/pa_string.h: z
22839:
22840: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22841: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22842: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22843: :Value
22844:
22845: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22846: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22847: :VStateless_object
22848:
22849: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22850: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22851: :VStateless_object
22852:
22853: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22854: types/pa_valiased.C, types/pa_vform.h: commented VForm
22855:
22856: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22857: types/pa_valiased.h, types/pa_value.h,
22858: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22859: types/pa_vstateless_object.h: moved common get_element part from
22860: stateless object&class into VAliased
22861:
22862: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22863: classes/table.C, main/execute.C, main/main.dsp,
22864: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22865: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22866: now :Value
22867:
22868: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22869: main/execute.C, main/main.dsp, main/pa_globals.C,
22870: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22871:
22872: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22873: doxx
22874:
22875: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22876: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22877: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22878: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22879: and ^file:save
22880:
22881: 2001-03-19 paf
22882:
22883: * src/types/pa_vfile.C: z
22884:
22885: * src/: classes/file.C, classes/request.C, classes/table.C,
22886: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22887: main/pa_request.C, main/untaint.C, types/pa_value.h,
22888: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22889:
22890: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22891: include/pa_string.h, include/pa_table.h, main/main.dsp,
22892: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22893: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22894: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22895: classes/_file.h, classes/file.C, types/pa_vfile.C,
22896: types/pa_vfile.h: file class just compiled
22897:
22898: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22899: include/pa_table.h, include/pa_types.h, main/execute.C,
22900: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22901: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22902: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22903:
22904: * src/include/pa_pool.h: z
22905:
22906: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22907: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22908: Hash::Value to Val so to doxygen would finlly stop confusing
22909: those Value-s
22910:
22911: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22912: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22913: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22914: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22915: include/pa_types.h, main/compile.C, main/compile.y,
22916: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22917: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22918: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22919: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22920: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22921:
22922: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22923: derivates somehow unlinked. don't know why yet
22924:
22925: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22926: include/pa_string.h, include/pa_threads.h, main/compile.C,
22927: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22928: main/execute.C, main/pa_array.C, main/pa_common.C,
22929: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22930: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22931: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22932:
22933: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22934: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22935: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22936: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22937: types/pa_vrequest.h: doc: detected Value derivates prob
22938:
22939: * src/include/pa_globals.h: z
22940:
22941: * src/: classes/_request.h, classes/request.C, include/code.h,
22942: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22943: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22944: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22945: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22946: main/execute.C, main/pa_pool.C, main/pa_request.C,
22947: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22948: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22949:
22950: 2001-03-18 paf
22951:
22952: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22953: cookie: allowed access to hash-assigned
22954:
22955: * src/targets/cgi/parser3.C: z
22956:
22957: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22958: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22959: include/pa_types.h, main/main.dsp, main/pa_common.C,
22960: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22961: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22962: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22963: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22964: types/pa_vunknown.h: cookie class
22965:
22966: * src/main/pa_request.C: zero length output allowed
22967:
22968: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22969: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22970:
22971: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22972: lang switch
22973:
22974: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22975: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22976: types/pa_value.h, types/pa_vhash.h:
22977: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22978:
22979: * src/main/execute.C: z
22980:
22981: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22982: targets/cgi/parser3.C: taint[uri
22983:
22984: * src/: classes/request.C, classes/response.C, classes/root.C,
22985: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22986: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22987: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22988:
22989: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22990: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22991: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22992: types/pa_vstateless_class.C: convinient string(pool, char *src,
22993: bool tainted) ctor
22994:
22995: * src/: include/pa_hash.h, include/pa_request.h,
22996: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22997: main/pa_request.C, main/pa_string.C, main/untaint.C,
22998: targets/cgi/parser3.C: proper @exceptions params tainting
22999:
23000: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23001: response fields to header
23002:
23003: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23004: z
23005:
23006: * src/: classes/_response.h, classes/response.C,
23007: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23008: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23009: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23010: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23011: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23012: $response: 0 request::core exception rethrow
23013:
23014: 2001-03-16 paf
23015:
23016: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23017: types/pa_vrequest.h: native method' class call with less params
23018: then needed error reporting
23019:
23020: * src/: classes/_request.h, classes/request.C,
23021: include/pa_globals.h, include/pa_request.h, main/execute.C,
23022: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23023: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23024: types/pa_vrequest.h: $request : query :uri
23025:
23026: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23027: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23028: types/pa_wcontext.h: $result
23029:
23030: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23031:
23032: * src/: classes/double.C, include/code.h, main/compile.y,
23033: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23034: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23035:
23036: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23037: main/compile.y, main/execute.C, types/pa_value.h,
23038: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23039: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23040: wcontext conflict
23041:
23042: * src/: main/execute.C, types/pa_value.h,
23043: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23044: $string.field
23045:
23046: 2001-03-15 paf
23047:
23048: * src/main/pa_request.C: news sample
23049:
23050: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23051: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23052:
23053: * src/main/: compile.y, execute.C: z
23054:
23055: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23056: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23057: pre pre works
23058:
23059: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23060: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23061: fillfields just compiled
23062:
23063: 2001-03-14 paf
23064:
23065: * src/: include/pa_request.h, main/pa_request.C,
23066: targets/cgi/parser3.C: z
23067:
23068: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23069: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23070: types/pa_vstring.h: limits -1
23071:
23072: * src/: include/pa_globals.h, include/pa_request.h,
23073: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23074: main/pa_request.C, targets/cgi/parser3.C,
23075: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23076: request_info -1
23077:
23078: * src/: include/pa_globals.h, main/pa_globals.C,
23079: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23080: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23081: vform_fields_fill
23082:
23083: * src/targets/cgi/parser3.C: # if MSVC
23084:
23085: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23086: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23087:
23088: * src/targets/cgi/parser3.C: z
23089:
23090: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23091: include/pa_string.h, include/pa_types.h, main/compile.y,
23092: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23093: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23094: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23095: types/pa_vunknown.h: global handler, exceptions in parser3
23096:
23097: 2001-03-13 paf
23098:
23099: * src/: classes/form.C, main/compile.y, main/core.C,
23100: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23101: types/pa_vform.h, types/pa_vstateless_class.C,
23102: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23103: instead
23104:
23105: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23106: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23107: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23108: started cgi target
23109:
23110: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23111: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23112: before error show with parser
23113:
23114: * src/: classes/_form.h, classes/form.C, include/core.h,
23115: include/pa_request.h, main/core.C, main/pa_request.C,
23116: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23117:
23118: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23119:
23120: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23121: parser3.C: renamed targets/ parser to cgi
23122:
23123: * src/: classes/double.C, classes/env.C, classes/int.C,
23124: classes/root.C, classes/string.C, classes/table.C,
23125: include/pa_request.h, types/pa_vhash.h: z
23126:
23127: * src/: classes/_env.h, classes/env.C, classes/root.C,
23128: include/core.h, include/pa_pool.h, include/pa_request.h,
23129: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23130: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23131: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23132: [historical moment :)]
23133:
23134: * src/: include/code.h, include/pa_string.h, main/compile.y,
23135: main/execute.C, main/pa_string.C: 'value is type' expr operator
23136:
23137: * src/types/pa_venv.h: $ENV 1
23138:
23139: * src/main/execute.C: z
23140:
23141: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23142: future methods of ENV constructor if
23143:
23144: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23145: class
23146:
23147: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23148: classes/_root.h, classes/_string.h, classes/_table.h,
23149: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23150: classes/string.C, classes/table.C, include/pa_request.h,
23151: main/compile.C, main/compile_tools.h, main/core.C,
23152: main/execute.C, main/main.dsp, main/pa_request.C,
23153: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23154: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23155: types/pa_vobject.h, types/pa_vstateless_class.C,
23156: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23157: types/pa_wcontext.h: $ENV: re 0, stateless classes
23158:
23159: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23160: classes/_root.h, classes/_string.h, classes/_table.h,
23161: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23162: classes/string.C, classes/table.C, include/pa_request.h,
23163: main/compile.C, main/compile_tools.h, main/core.C,
23164: main/execute.C, main/main.dsp, main/pa_request.C,
23165: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23166: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23167: types/pa_vobject.h, types/pa_vstateless_class.C,
23168: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23169: types/pa_wcontext.h: $ENV: re 0, stateless classes
23170:
23171: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23172: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23173: yesterdays bad decision on execute_static_method
23174:
23175: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23176:
23177: * src/: classes/double.C, classes/int.C, classes/root.C,
23178: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23179:
23180: * src/main/pa_request.C: z
23181:
23182: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23183: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23184:
23185: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23186: include/pa_pool.h, main/pa_request.C:
23187: restructure_exceptions_dead_end
23188:
23189: * src/: classes/root.C, main/compile.y: ^if required junctions.
23190: allowed ; inside {} to break params
23191:
23192: * src/classes/root.C: ^eval
23193:
23194: * src/: classes/_string.h, classes/double.C, classes/int.C,
23195: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23196: string ^format
23197:
23198: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23199: 'bad' but not 'enough'
23200:
23201: * src/: classes/double.C, classes/root.C, classes/table.C,
23202: include/pa_common.h, include/pa_types.h, main/compile.y,
23203: main/pa_common.C, main/pa_request.C, main/untaint.C,
23204: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23205: types/pa_wwrapper.h: think constructing flag as is is bad
23206:
23207: * src/: classes/double.C, classes/int.C, classes/root.C,
23208: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23209: types/pa_vint.h: ^for
23210:
23211: 2001-03-12 paf
23212:
23213: * src/classes/table.C: table ^empty
23214:
23215: * src/: classes/table.C, include/pa_table.h: table ^menu
23216:
23217: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23218: ^offset ^line ^count
23219:
23220: * src/classes/root.C: ^round() ^floor() ^ceiling()
23221: ^abs() ^sign()
23222:
23223: * src/classes/: root.C, table.C: ^use
23224:
23225: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23226: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23227: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23228: ^while. switched off wcontext.constructing after write(value) or
23229: auto-vhash-constructing
23230:
23231: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23232: main/pa_request.C: fail_if_junction_ helper func
23233:
23234: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23235: include/pa_request.h, main/execute.C, main/main.dsp,
23236: main/pa_common.C, main/pa_request.C: ^process error point by
23237: actual method_name, not source. ^load
23238:
23239: * src/types/pa_vtable.h: table: no, better with string in cells...
23240:
23241: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23242: classes/_table.h, classes/table.C, main/untaint.C: z
23243:
23244: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23245: include/pa_table.h, main/core.C, main/execute.C,
23246: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23247: types/pa_value.h: table:set 0
23248:
23249: * src/: classes/root.C, include/core.h, include/pa_array.h,
23250: include/pa_request.h, include/pa_table.h, main/core.C,
23251: main/main.dsp, main/pa_request.C, main/pa_table.C,
23252: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23253: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23254: types/pa_vstring.h: freeze, ^table:create[] -1
23255:
23256: * src/: classes/root.C, types/pa_value.h: z
23257:
23258: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23259: get_method in couple places optimizing them
23260:
23261: * src/classes/root.C: z
23262:
23263: * src/: classes/root.C, types/pa_vclass.h: process temp main
23264: zeroing
23265:
23266: * src/: classes/double.C, classes/int.C, classes/root.C,
23267: classes/string.C, include/pa_common.h, include/pa_request.h,
23268: include/pa_string.h, include/pa_types.h, main/compile.C,
23269: main/compile.y, main/compile_tools.h, main/execute.C,
23270: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23271: types/pa_vmframe.h: ^process. actual names to store param and
23272: check_actual_numbered_params for better place diagnostics
23273:
23274: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23275: method-junctions bug fixed
23276:
23277: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23278: pa_vstateless_object.h, pa_vstring.h: stateless_object
23279:
23280: 2001-03-11 paf
23281:
23282: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23283: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23284: VDouble VInt base now VObject_base - without fields
23285:
23286: * src/: classes/root.C, include/core.h, main/core.C: z
23287:
23288: * src/: classes/double.C, classes/int.C, classes/root.C,
23289: classes/string.C, include/core.h, include/pa_hash.h,
23290: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23291: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23292:
23293: * src/: classes/double.C, classes/int.C, classes/root.C,
23294: include/pa_request.h, main/execute.C: intercept_string
23295:
23296: * src/: classes/double.C, classes/int.C, classes/root.C,
23297: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23298:
23299: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23300: ^inc-s(expr)
23301:
23302: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23303: classes/_root.h, classes/_string.h, classes/double.C,
23304: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23305: include/code.h, include/core.h, include/pa_array.h,
23306: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23307: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23308: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23309: include/pa_types.h, main/compile.C, main/compile.y,
23310: main/compile_tools.C, main/compile_tools.h, main/core.C,
23311: main/execute.C, main/pa_array.C, main/pa_common.C,
23312: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23313: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23314: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23315: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23316: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23317: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23318: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23319: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23320:
23321: * src/: main/pa_request.C, types/pa_vhash.h: z
23322:
23323: * src/: include/core.h, include/pa_request.h, main/core.C,
23324: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23325:
23326: * src/: include/pa_valiased.h, include/pa_value.h,
23327: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23328: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23329: include/pa_vjunction.h, include/pa_vmframe.h,
23330: include/pa_vobject.h, include/pa_vstring.h,
23331: include/pa_vunknown.h, include/pa_wcontext.h,
23332: include/pa_wwrapper.h, main/compile.y, main/core.C,
23333: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23334: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23335: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23336: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23337: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23338: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23339: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23340: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23341: include/
23342:
23343: 2001-03-10 paf
23344:
23345: * src/: include/core.h, include/pa_request.h, main/core.C,
23346: main/pa_request.C: run+auto=run
23347:
23348: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23349:
23350: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23351: classes/_root.h, classes/_string.h, classes/double.C,
23352: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23353: include/code.h, include/core.h, include/pa_array.h,
23354: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23355: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23356: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23357: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23358: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23359: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23360: include/pa_vjunction.h, include/pa_vmframe.h,
23361: include/pa_vobject.h, include/pa_vstring.h,
23362: include/pa_vunknown.h, include/pa_wcontext.h,
23363: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23364: main/compile_tools.C, main/compile_tools.h, main/core.C,
23365: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23366: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23367: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23368: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23369: main/pa_wcontext.C: sources header
23370:
23371: * src/main/pa_request.C: auto..
23372:
23373: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23374: main/pa_request.C: auto tree0
23375:
23376: * src/: include/core.h, include/pa_request.h, main/compile.y,
23377: main/core.C, main/pa_request.C: names to core.C
23378:
23379: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23380: include/pa_request.h, main/core.C, main/execute.C,
23381: main/pa_common.C, main/pa_request.C: root auto.p loaded
23382:
23383: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23384: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23385: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23386: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23387:
23388: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23389: @auto[] realised. auto.p scan togo
23390:
23391: * src/: include/pa_request.h, main/execute.C: autocalc
23392: code-junctions result now have names
23393:
23394: * src/: classes/double.C, classes/int.C, classes/root.C,
23395: classes/string.C, include/pa_request.h, include/pa_string.h,
23396: include/pa_wcontext.h, main/compile.y, main/execute.C,
23397: main/pa_string.C, main/pa_wcontext.C: tainting 0
23398:
23399: * src/classes/env.C: env:file/line
23400:
23401: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23402: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23403: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23404: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23405: main/compile_tools.C, main/compile_tools.h, main/core.C,
23406: main/execute.C, main/main.dsp, main/pa_cframe.C,
23407: main/pa_request.C, main/pa_wcontext.C: const fight finished
23408:
23409: * src/include/pa_vclass.h: const fight to go
23410:
23411: * src/: classes/_env.h, classes/env.C, classes/root.C,
23412: include/pa_request.h, include/pa_vclass.h, main/core.C,
23413: main/main.dsp: env0
23414:
23415: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23416: classes/_string.h, classes/double.C, classes/int.C,
23417: classes/root.C, classes/string.C, include/pa_request.h,
23418: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23419: include/pa_wcontext.h, main/core.C, main/main.dsp,
23420: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23421: main/pa_wcontext.C: ^lang prepare0
23422:
23423: 2001-03-09 paf
23424:
23425: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23426: construct proper naming
23427:
23428: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23429: classes/double.C, classes/int.C, classes/root.C,
23430: classes/string.C, include/code.h, include/pa_value.h,
23431: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23432: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23433: main/compile.y, main/compile_tools.C, main/core.C,
23434: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23435: and ^double[]. fixed expr type
23436:
23437: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23438: ^string.length[]
23439:
23440: 2001-03-08 paf
23441:
23442: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23443:
23444: * src/: include/pa_vclass.h, include/pa_vstring.h,
23445: include/pa_wcontext.h, main/compile.y, main/core.C,
23446: main/execute.C, main/main.dsp: dead end: vstring can't be
23447: derivated from vobject
23448:
23449: * src/: include/pa_vclass.h, include/pa_vhash.h,
23450: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23451:
23452: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23453: remained clone conseqs
23454:
23455: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23456:
23457: * src/main/pa_vclass.C: wow! vclass were out of vcs
23458:
23459: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23460: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23461: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23462: include/pa_vobject.h, include/pa_vstring.h,
23463: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23464: main/execute.C: withoud cloning. didn't need it actually, params
23465: got passed from out unnamed ewpool
23466:
23467: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23468: include/pa_vjunction.h, include/pa_vobject.h,
23469: include/pa_vunknown.h, main/compile.y: cloning dead end
23470:
23471: * src/: include/pa_bool.h, include/pa_double.h,
23472: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23473: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23474: include/pa_vjunction.h, include/pa_vmframe.h,
23475: include/pa_vobject.h, include/pa_vstring.h,
23476: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23477: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23478: to give params proper names
23479:
23480: * src/main/pa_wcontext.C: z
23481:
23482: * src/: include/pa_vmframe.h, main/execute.C: added names to
23483: unknown values in get_element and unfilled params. removed wrong
23484: name change in get_element
23485:
23486: * src/main/execute.C: z
23487:
23488: * src/main/execute.C: fixed problems calling operators in
23489: constructors
23490:
23491: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23492: detected problems calling operators in constructors
23493:
23494: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23495: autocalc def to string
23496:
23497: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23498: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23499:
23500: * src/classes/root.C: added root.c
23501:
23502: * src/: include/pa_request.h, include/pa_value.h,
23503: include/pa_vcframe.h, include/pa_vmframe.h,
23504: include/pa_wcontext.h, main/compile.C, main/compile.y,
23505: main/core.C, main/execute.C, main/pa_cframe.C,
23506: main/pa_wcontext.C: 'if' just compiled
23507:
23508: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23509: include/pa_vjunction.h, include/pa_vmframe.h,
23510: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23511: main/pa_wcontext.C: z
23512:
23513: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23514: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23515: with parameter names in operator methods
23516:
23517: * src/main/compile.y: minor renamings in .y
23518:
23519: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23520: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23521: @BASE. changed 'RUN' assignment mech
23522:
23523: * src/main/execute.C: z
23524:
23525: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23526: main/compile_tools.h, main/execute.C: made class: dynamic, not
23527: static. so to enable runtime ^use
23528:
23529: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23530:
23531: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23532: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23533:
23534: * src/main/execute.C: root root in code-junction
23535:
23536: 2001-03-07 paf
23537:
23538: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23539: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23540:
23541: * src/: include/pa_stack.h, include/pa_value.h,
23542: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23543: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23544: fixed rwcontext of {} params up
23545:
23546: * src/main/: compile.y, compile_tools.h: ^func(params)
23547:
23548: * src/main/compile.y: .y priorities syntax shaped up a bit
23549:
23550: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23551: include/pa_vunknown.h, main/compile.y, main/execute.C,
23552: main/pa_hash.C: expr def in -f
23553:
23554: * src/main/: compile.y, execute.C: expr calls
23555:
23556: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23557: fixed
23558:
23559: * src/main/compile.y: expr quoted code
23560:
23561: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23562: support0
23563:
23564: * src/main/compile.y: expr string comparisons 0
23565:
23566: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23567: main/pa_string.C: just compiled lt&co
23568:
23569: * src/main/execute.C: ^var.menu{$field} problem detected. that
23570: $field not a $var.field
23571:
23572: 2001-03-06 paf
23573:
23574: * src/main/compile.y: .y expr visible-shorter
23575:
23576: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23577: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23578: logical
23579:
23580: * src/: include/pa_vstring.h, main/compile.y: problems with
23581: skipping whitespace in yylex
23582:
23583: * src/include/pa_vbool.h: forgot this
23584:
23585: * src/: include/code.h, main/compile.y, main/execute.C: without
23586: string ops in expressions 0
23587:
23588: * src/: include/pa_value.h, include/pa_vdouble.h,
23589: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23590: main/execute.C, main/main.dsp: !~
23591:
23592: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23593: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23594: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23595: include/pa_vunknown.h, include/pa_wcontext.h,
23596: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23597: main/compile_tools.h, main/execute.C: +-*/
23598:
23599: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23600: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23601:
23602: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23603: main/execute.C: expr grammar-1 2*2=4.000000 :)
23604:
23605: * src/main/compile.y: expr grammar-1
23606:
23607: * src/main/compile.y: expr lexx1
23608:
23609: * src/main/: compile.y, execute.C, main.dsp: z
23610:
23611: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23612: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23613: main/execute.C: expr lex0 exec-1
23614:
23615: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23616:
23617: 2001-02-26 paf
23618:
23619: * src/main/compile.y: max_string in yyerror bug fix
23620:
23621: 2001-02-25 paf
23622:
23623: * src/: include/pa_value.h, include/pa_vmframe.h,
23624: include/pa_wcontext.h, main/execute.C: VAliased3
23625:
23626: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23627:
23628: * src/main/execute.C: VAliased1
23629:
23630: * src/: include/pa_request.h, include/pa_value.h,
23631: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23632: VAliased0
23633:
23634: * src/: include/pa_pool.h, include/pa_request.h,
23635: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23636: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23637: VAliased just compiled
23638:
23639: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23640: include/pa_vobject.h, main/execute.C: alias dead end
23641:
23642: * src/: include/pa_value.h, include/pa_vclass.h,
23643: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23644: main/main.dsp: no not get fields into interm VFielded class.
23645: fields & staticfields 1
23646:
23647: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23648: include/pa_vobject.h, include/pa_wcontext.h,
23649: include/pa_wwrapper.h, main/core.C, main/execute.C,
23650: main/main.dsp: would now get fields into interm VFielded class
23651:
23652: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23653: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23654: include/pa_wcontext.h, main/compile.y, main/core.C,
23655: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23656: main/pa_wcontext.C: virtuals2
23657:
23658: * src/main/compile.y: : 1
23659:
23660: * src/main/compile.y: rethought to $class:static.field.subfield
23661:
23662: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23663: $class:element
23664:
23665: * src/: include/pa_value.h, include/pa_vmframe.h,
23666: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23667: main/pa_wcontext.C: before execute class calls rewrite
23668:
23669: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23670: name RUN, also alias
23671:
23672: * src/main/compile.y: escaping bug
23673:
23674: * src/: include/pa_request.h, include/pa_value.h,
23675: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23676: main/core.C, main/execute.C, main/pa_common.C: vobject1
23677:
23678: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23679: include/pa_vmframe.h, include/pa_vobject.h,
23680: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23681: main/compile_tools.h, main/execute.C: ^class:method() just
23682: compiled
23683:
23684: 2001-02-24 paf
23685:
23686: * src/main/main.dsp: no bison -d
23687:
23688: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23689: class' err msg wrong
23690:
23691: * src/main/compile.y: z
23692:
23693: * src/main/: compile.y, core.C: yylex need some @special lines adj
23694:
23695: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23696: main/compile.y, main/compile_tools.h, main/core.C: modules0
23697:
23698: * src/: include/pa_vclass.h, main/core.C: z
23699:
23700: * src/: include/pa_value.h, include/pa_vclass.h,
23701: include/pa_vobject.h, main/main.dsp: vobject00
23702:
23703: * src/main/pa_array.C: minor bug in expanding very small arrays.
23704: 60% from 1 were 0
23705:
23706: * src/: include/pa_value.h, include/pa_wcontext.h,
23707: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23708: as bad as you've named it: wcontext.value() was not a perfect
23709: idea
23710:
23711: * src/main/execute.C: codeframe1
23712:
23713: * src/: include/pa_value.h, include/pa_vcframe.h,
23714: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23715: include/pa_vjunction.h, include/pa_vmframe.h,
23716: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23717: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23718: just compiled
23719:
23720: * src/: include/pa_vframe.h, main/compile.y: found junction
23721: ideology @: ^x{$a()) must construct current wcontext element, so
23722: smart wcontext handling needed
23723:
23724: * src/main/compile.y: fixed grammar bugs in constructor/params
23725: klinch
23726:
23727: * src/main/: compile.y, execute.C: fixed empty constructor
23728: optimized empty case. failed on calls - produced empty string
23729: param
23730:
23731: * src/main/compile.y: fixed last \n macrotemplate strip bug
23732:
23733: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23734: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23735: main/compile_tools.C, main/compile_tools.h, main/core.C,
23736: main/execute.C: code junctions0. something wrong with last \n
23737: macrotemplate strip
23738:
23739: * src/: include/pa_value.h, main/compile.C, main/core.C,
23740: main/pa_value.C: minor error reporting format beautifyings
23741:
23742: * src/: include/pa_value.h, include/pa_vclass.h,
23743: include/pa_vframe.h, main/core.C, main/execute.C,
23744: main/pa_value.C: get_method RIP. junctions everywhere. call with
23745: junctions0
23746:
23747: 2001-02-23 paf
23748:
23749: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23750: pa_wwrapper.h: lara came, can't work, sorry :(
23751:
23752: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23753: junction
23754:
23755: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23756: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23757: main/execute.C, main/main.dsp, main/pa_value.C: call0
23758:
23759: * src/: include/pa_hash.h, include/pa_value.h,
23760: include/pa_wcontext.h, main/core.C, main/execute.C,
23761: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23762: done
23763:
23764: * src/include/pa_wcontext.h: z
23765:
23766: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23767: wrong grammar in complex constructor case
23768:
23769: * src/main/: compile.y, execute.C: empty constructor bug fixed
23770:
23771: * src/main/execute.C: with result rwpool
23772:
23773: * src/: include/pa_value.h, main/core.C, main/execute.C,
23774: main/main.dsp: value named
23775:
23776: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23777: strign 2 value in 2 places in execute
23778:
23779: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23780: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23781: wcontext.put_element when wcontext fvalue==0
23782:
23783: 2001-02-22 paf
23784:
23785: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23786: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23787: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23788:
23789: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23790: erroreos checkout
23791:
23792: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23793:
23794: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23795: main/compile_tools.h, main/pa_array.C: $self.get
23796:
23797: * src/main/: compile.C, compile.y, compile_tools.C: z
23798:
23799: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23800: bit. finished now.
23801:
23802: * src/main/compile.y: $: finished
23803:
23804: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23805:
23806: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23807: main/execute.C: OP_STRING better then some xxx _VALUE
23808:
23809: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23810: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23811: string to vstring it .y all
23812:
23813: * src/: include/pa_request.h, include/pa_stack.h,
23814: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23815: all
23816:
23817: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23818: precise parse error line:col
23819:
23820: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23821: main/pa_hash.C, main/pa_pool.C: TRY...
23822:
23823: * src/: include/pa_exception.h, include/pa_pool.h,
23824: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23825: main/compile.C, main/compile.y, main/compile_tools.C,
23826: main/core.C, main/pa_array.C, main/pa_exception.C,
23827: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23828: main/pa_table.C: removed exception from request
23829:
23830: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23831: some forgotten
23832:
23833: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23834: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23835: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23836: get/put simple vars to VClass works0
23837:
23838: * src/: include/pa_array.h, include/pa_wcontext.h,
23839: main/pa_string.C: in process, but found that exceptions are too
23840: global
23841:
23842: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23843: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23844: main/execute.C, main/pa_string.C: write_value write_string 0 it
23845: seems wcontext must write strings regardles of fvalue!=0
23846:
23847: 2001-02-21 paf
23848:
23849: * src/main/execute.C: tired :)
23850:
23851: * src/main/: compile.C, compile.y, execute.C: store0
23852:
23853: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23854: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23855: include/pa_wcontext.h, main/compile.C, main/compile.y,
23856: main/execute.C, main/main.dsp, main/pa_array.C,
23857: main/pa_request.C: get put -1 [just compiled]
23858:
23859: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23860: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23861: main/main.dsp, main/pa_request.C: request core methods0
23862:
23863: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23864: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23865: execute
23866:
23867: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23868: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23869: methods and one_big_piece. now compile returns array<method*>
23870:
23871: * src/main/compile.y: more straightforward yylex[end]
23872:
23873: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23874: string.operator==(char*)
23875:
23876: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23877: main/execute.C, main/pa_array.C: after array.const get wonders
23878:
23879: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23880: pa_string.h, pa_value.h: struck with const array.gets
23881:
23882: * src/main/: execute.C: z
23883:
23884: * src/main/: compile.y, execute.C: z
23885:
23886: * src/main/: compile.C, compile.y, compile_tools.h: error
23887: processing in eval & yyerror so it wouldn't cause memleaks.
23888:
23889: * src/main/: compile.C, compile.y: failed to add absolute precies
23890: parse error positions. leaving RIGHTMOST position as
23891: @file[line:col]
23892:
23893: * src/: include/compile.h, main/compile.C, main/compile.y,
23894: main/compile_tools.h: line numbers needed. would add them to .y
23895: now internally. externally it's not as precise as needed
23896:
23897: * src/: include/code.h, include/pa_types.h, main/compile.C,
23898: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23899: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23900: compiler works ok
23901:
23902: 2001-02-20 paf
23903:
23904: * src/main/: compile.C, compile.y, compile_tools.C,
23905: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23906: not perfect
23907:
23908: * src/: include/code.h, include/compile.h, include/execute.h,
23909: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23910: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23911: main/compile.C, main/compile.y, main/compile_tools.C,
23912: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23913: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23914: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23915: compiled. execute=dump for now
23916:
23917: * src/main/core.C: core rewrite using yacc investigations now will
23918: be compile[yacc]/execute[opcodes]
23919:
23920: 2001-02-15 paf
23921:
23922: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23923: rewrite as turing machine? for it seems it would be it's too many
23924: ifs with this syntax now
23925:
23926: 2001-02-14 paf
23927:
23928: * src/main/core.C: get_params 1
23929:
23930: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23931: :( ]
23932:
23933: * src/main/core.C: varios breaks
23934:
23935: * src/main/core.C: get names 3
23936:
23937: * src/main/core.C: get names 2
23938:
23939: * src/main/core.C: get names 1
23940:
23941: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23942: names 0
23943:
23944: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23945: text repassing2 operator static vars
23946:
23947: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23948: main/pa_string.C: process text repassing
23949:
23950: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23951: module:calls changes
23952:
23953: 2001-02-13 paf
23954:
23955: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23956: ^class:calls[] started
23957:
23958: * src/: include/pa_value.h, main/core.C: z
23959:
23960: * src/main/core.C: operators : and self. prefixes
23961:
23962: * src/main/core.C: z
23963:
23964: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23965: tested
23966:
23967: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23968: optimized
23969:
23970: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23971: would change privates to better support optimization
23972:
23973: * src/: include/pa_string.h, main/pa_string.C:
23974: String_iterator::skip_to todo:optimize
23975:
23976: 2001-02-12 paf
23977:
23978: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23979: String_iterator
23980:
23981: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23982: comments
23983:
23984: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23985: self/methodref joined
23986:
23987: 2001-02-11 paf
23988:
23989: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23990: main/main.dsp: core started. core.C, context&value .h
23991:
23992: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23993: include/pa_string.h, main/main.dsp, main/pa_array.C,
23994: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23995:
23996: 2001-01-30 paf
23997:
23998: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23999: comments
24000:
24001: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24002: main/pa_pool.C: moved pa_pool.C to be target specific
24003:
24004: * src/: include/pa_exception.h, include/pa_pool.h,
24005: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24006: to & changes
24007:
24008: * src/: include/pa_exception.h, include/pa_pool.h,
24009: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24010: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24011: re-associated. that's much better even removed 'die' necessety
24012:
24013: * src/: include/pa_error.h, include/pa_exception.h,
24014: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24015: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24016: targets/Makefile.am: lowered targets/parser into subdir, added
24017: parser_Pool(Pool) failed to add. would think..
24018:
24019: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24020: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24021: main/pa_string.C, main/pa_table.C: Table more like C++ style
24022: hence lots of 'const'
24023:
24024: * src/: include/pa_error.h, include/pa_request.h,
24025: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24026: main/pa_table.C: Error fixed
24027:
24028: 2001-01-29 paf
24029:
24030: * src/: include/pa_array.h, include/pa_common.h,
24031: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24032: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24033: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24034: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24035:
24036: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24037: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24038: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24039: main/pa_string.C, main/pa_table.C: Request Error Table
24040:
24041: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24042: templates"
24043:
24044: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24045: main/main.dsp, main/pa_array.C: templates failed no template
24046: specializations [VC6], no library auto instantation [VC6, GNU c++
24047: 2.95.2-6 from latest cygwin]
24048:
24049: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24050: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24051: main/main.dsp, main/pa_array.C, main/pa_string.C,
24052: main/pa_table.C: Table started would test template Array now
24053:
24054: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24055: String originating
24056:
24057: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24058: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24059: SYNCHRONIZED(thread_safe)
24060:
24061: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24062: parts to top
24063:
24064: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24065: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24066: see: needed only in global Hash now, made Hash:: put/get
24067: SYNCHRONIZED
24068:
24069: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24070: main/pa_threads.C: added pa_threads
24071:
24072: Mutex
24073:
24074: * src/include/pa_hash.h: some comments
24075:
24076: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24077: Array& operator += (Array& src)
24078:
24079: * src/main/pa_array.C: expand not convinient, would rewrite
24080:
24081: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24082: (Array& src)
24083:
24084: rethought, would change now
24085:
24086: 2001-01-27 paf
24087:
24088: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24089: caching
24090:
24091: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24092: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24093: cache rethought to chunk caching
24094:
24095: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24096: include/pa_string.h, main/main.dsp, main/pa_array.C,
24097: main/pa_hash.C, main/pa_string.C: Array 0
24098:
24099: * src/main/pa_string.C: String::operator ==
24100:
24101: * src/main/pa_hash.C: String(&String)
24102:
24103: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24104:
24105: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24106: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24107: pa_hash[forgotten]
24108:
24109: 2001-01-26 paf
24110:
24111: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24112: removed templates [vc++ suxx]
24113:
24114: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24115: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24116:
24117: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24118:
1.119 moko 24119: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24120:
1.119 moko 24121: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24122: check
24123:
24124: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24125: dynamic row_count
24126:
24127: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24128: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24129: targets/Makefile.am: Initial revision
24130:
24131: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24132: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24133: targets/Makefile.am: creating parser3 module
24134:
E-mail: