Annotation of parser3/ChangeLog, revision 1.150
1.150 ! moko 1: 2020-12-11 moko
! 2:
! 3: * configure.ac: gettid() check added
! 4:
! 5: * src/main/pa_threads.C: HAVE_GETTID used
! 6:
! 7: * src/include/pa_config_auto.h.in: +HAVE_GETTID
! 8:
! 9: * src/: include/pa_threads.h, main/pa_threads.C: now unified
! 10: version for isapi/cgi/apache
! 11:
! 12: * buildall: threads are now required.
! 13:
! 14: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
! 15: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 16: main/main.vcproj: pa_threads.C moved to main
! 17:
! 18: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
! 19: isapi/pa_threads.C: pa_threads.C moved to main
! 20:
! 21: * src/: main/Makefile.am, targets/cgi/Makefile.am,
! 22: targets/apache/Makefile.am: pa_threads.C moved to main
! 23:
! 24: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
! 25:
! 26: * src/: include/pa_stylesheet_connection.h,
! 27: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
! 28: and weird GPF in multithreaded httpd is gone
! 29:
! 30: * src/include/: pa_stylesheet_connection.h,
! 31: pa_sql_driver_manager.h: whitespace
! 32:
! 33: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
! 34:
! 35: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 36: main/pa_stylesheet_manager.C: whitespace, warning war
! 37:
! 38: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
! 39: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
! 40: parser_multithreaded never used
! 41:
! 42: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
! 43:
! 44: 2020-12-10 moko
! 45:
! 46: * src/: include/pa_config_includes.h, include/pa_http.h,
! 47: main/pa_http.C, targets/cgi/parser3.C: initial support for
! 48: MULTITHREADED and PARALLEL httpd server modes
! 49:
! 50: * src/main/pa_globals.C: GC_java_finalization is depricated
! 51:
! 52: 2020-12-09 moko
! 53:
! 54: * etc/auto.p.in: + @httpd-main
! 55:
! 56: * src/: include/pa_common.h, main/pa_request.C,
! 57: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
! 58: work
! 59:
! 60: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
! 61: slow file_read_binary no longer used, send_range added
! 62:
! 63: 2020-12-08 moko
! 64:
! 65: * src/main/pa_request.C: >4Gb support
! 66:
! 67: * src/targets/cgi/parser3.C: msvc warning war
! 68:
! 69: * src/: include/pa_config_includes.h, main/pa_http.C,
! 70: main/pa_request.C: msvc warnings war
! 71:
! 72: * src/classes/image.C: warning war
! 73:
! 74: * src/classes/table.C: MSVC warning war
! 75:
! 76: * src/targets/cgi/parser3.C: msvc warnings war
! 77:
! 78: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
! 79: added
! 80:
1.149 moko 81: 2020-12-07 moko
82:
1.150 ! moko 83: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
! 84: avoid logging beside system-wide auto.p
! 85:
! 86: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
! 87:
! 88: * configure, configure.ac, src/include/pa_config_auto.h.in:
! 89: configure options added:
! 90:
! 91: --with-system-cfg=FILE to specify system-wide auto.p
! 92: --with-system-log=FILE to specify system-wide parser3.log
! 93:
! 94: * Makefile.am: bin no longer exists
! 95:
! 96: * configure, configure.ac: auto.p moved to etc to simplify debian
! 97: package
! 98:
! 99: * buildall: auto.p and parser3.charsets moved to their default
! 100: location after install
! 101:
! 102: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
! 103:
! 104: * aclocal.m4, configure: automake 1.15 -> 1.16.1
! 105:
1.149 moko 106: * src/targets/cgi/parser3.C: locate_config call returned to
107: original place as it requires pa_thread_request() under Windows
108:
109: * src/targets/cgi/parser3.C: renaming
110:
111: 2020-12-06 moko
112:
113: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
114: check added
115:
116: 2020-12-04 moko
117:
118: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
119: main/pa_request.C: unified uint64_t lseek implemented to support
120: >4Gb files under x86, including Windows
121:
122: 2020-12-02 moko
123:
124: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
125: with max_file_size
126:
127: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
128: support for processing files sized >4Gb on 32 bit planforms
129:
130: * tests/399.html: file moved
131:
132: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
133:
134: * src/targets/cgi/pa_sapi_info.h: warning war
135:
136: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
137: warning war
138:
139: 2020-12-01 moko
140:
141: * src/classes/image.C: mp4 extended size (>4Gb) support added
142:
143: * src/classes/image.C: for "size not found" exception to be shown
144: if size not found until eof
145:
146: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
147: bit linux)
148:
149: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
150: #1188)
151:
152: 2020-11-30 moko
153:
154: * src/classes/image.C: definitions moved closer to code
155:
156: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
157: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
158: 395_dir/3_VP8X.webp, results/395.processed,
159: results/396.processed: tests for ^image::measure[] .webp support
160: added, all image files moved into one directory (related to
161: feature #1188)
162:
163: * src/classes/image.C: ^image::measure[] now supports webp (feature
164: #1188)
165:
1.148 moko 166: 2020-11-29 moko
167:
168: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
169: processing, unnessesary defines removed
170:
171: 2020-11-24 moko
172:
173: * tests/results/: 099.processed, 100.processed, 205.processed,
174: 309.processed, 310.processed: Content-Disposition: inline
175: returned
176:
177: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
178: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
179: ] added (related to bug #1204)
180:
181: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
182: ] supported to avoid Content-Disposition: inline;
183: filename="<file>.ext" but still set Content-Type for ext (related
184: to bug #1204)
185:
1.147 moko 186: 2020-11-22 moko
187:
188: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
189: types/pa_vfile.C: pa_filename added to avoid useless rsplit
190:
191: * src/main/pa_request.C: content_disposition_inline returned.
192:
193: 2020-11-17 moko
194:
195: * src/main/pa_request.C: empty main method name support
196:
197: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
198: config_handler added, stdout flush added.
199:
200: 2020-11-16 moko
201:
202: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
203:
204: * tests/results/: 099.processed, 205.processed, 237.processed,
205: 309.processed, 310.processed: Content-Disposition: inline is not
206: required and should not contain filename="<name>"
207:
208: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
209: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
210: targets/isapi/parser3isapi.C: pa_strcat implemented and used
211:
1.146 moko 212: 2020-11-14 moko
213:
214: * src/targets/cgi/parser3.C: spelling
215:
216: * src/targets/cgi/parser3.C: renaming
217:
218: * src/targets/cgi/parser3.C: args_skip removed, locate_config
219: relocated
220:
221: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
222: before request processing, which is weired
223:
224: 2020-11-13 moko
225:
226: * src/main/pa_http.C: pa_recv added with timeout support, thus read
227: copied in httpd.
228:
229: 2020-11-12 moko
230:
231: * src/main/pa_http.C: ALARM code unified to be used in httpd
232:
233: * src/: include/pa_request.h, main/pa_request.C,
234: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
235:
236: * src/main/pa_http.C: URI validation added
237:
238: * src/targets/cgi/parser3.C: filespec_to_process now variable,
239: can't be empty but can be null. httpd-main is now main method
240: name for httpd mode
241:
242: 2020-11-11 moko
243:
244: * src/main/pa_request.C: path_translated can be null in httpd mode
245:
246: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
247: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
248: classes/xdoc.C, include/pa_request.h, main/execute.C,
249: main/pa_request.C: r.absolute -> r.full_disk_path
250:
251: * src/targets/cgi/parser3.C: if filename to process is not
252: specified, auto.p should be present.
253:
1.145 moko 254: 2020-11-03 moko
255:
256: * src/: classes/op.C, include/pa_request.h: unused argument removed
257:
258: * src/main/pa_request.C: content_disposition_inline is the default,
259: not required.
260:
1.144 moko 261: 2020-10-29 moko
262:
263: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
264: ^use[file; $.main(true) ] implemented for auto.p processing and
265: path_translated changing to correct relative files path
266: calculation in httpd mode
267:
268: * src/: include/pa_request.h, main/pa_request.C:
269: fail_on_read_problem removed, as it allways true, as if should
270: be.
271:
272: * src/: include/pa_request.h, main/pa_request.C,
273: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
274: targets/isapi/parser3isapi.C: clearing config_filespec when
275: config was not found, thus flag not required and removed.
276:
277: 2020-10-28 moko
278:
279: * tests/: 402.html, results/402.processed: error reporting test
280:
281: * src/main/execute.C: better error reporting when
282: $result[^hash::create[]] in @main.
283:
284: * src/main/: execute.C, pa_request.C: frame.result() should be used
285: + minor optimization
286:
287: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
288: main/pa_xml_io.C: execute_*_method simplified and unified
289:
290: 2020-10-27 moko
291:
292: * tests/: 306.html, results/306.processed: a bit more testing. :)
293:
294: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
295: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
296: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
297: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
298: types/pa_vmethod_frame.h, types/pa_vobject.C,
299: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
300: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
301: longer used in object-prototype mode
302:
303: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
304: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
305: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
306: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
307: $form:name[value] features
308:
1.143 moko 309: 2020-10-18 moko
310:
311: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
312:
313: 2020-10-15 moko
314:
315: * src/main/pa_http.C: url no longer needed as
316: ALTER_EXCEPTION_SOURCE is used
317:
318: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
319: main/pa_http.C: check_file_size filespec is now optional
320:
321: * src/: classes/curl.C, include/pa_exception.h,
322: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
323: ALTER_EXCEPTION_COMMENT added for better error reporting
324:
325: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
326: results/346-curl.processed, results/379-curl.processed,
327: results/379.processed: test results updated as load now provides
328: better error reporting + curl responses updated
329:
330: 2020-10-14 moko
331:
332: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
333: main/pa_string.C, targets/apache/mod_parser3_core.C,
334: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
335: checked. 10 is now default base, no hex autodetect by default
336:
337: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
338: connection socket closing in destructor + accept exception
339: handling
340:
341: * src/targets/cgi/parser3.C: warning war
342:
343: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
344: main/pa_request.C, targets/apache/mod_parser3_core.C,
345: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
346: exception handling unified
347:
348: 2020-10-13 moko
349:
350: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
351: autodetection
352:
353: * src/targets/apache/mod_parser3_core.C: reverted to atoi
354:
355: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
356:
357: * src/main/pa_http.C: warning war
358:
1.142 moko 359: 2020-10-12 moko
360:
1.143 moko 361: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
362: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
363: unhandled exception code optimization
364:
365: * src/targets/cgi/parser3.C: request_info now global variable
366:
367: * src/main/pa_http.C: http_read_response moved to HTTP_response
368: class
369:
370: * src/: include/pa_http.h, main/pa_http.C,
371: targets/cgi/pa_sapi_info.h: read_post implemented
372:
1.142 moko 373: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
374: [host:]port syntax support in httpd mode
375:
376: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
377: targets/cgi/parser3.C: populate_env added
378:
379: * src/include/pa_hash.h: to make get(char *) compiling in
380: HashStringString
381:
382: 2020-10-10 moko
383:
384: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
385: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
386:
387: * src/: include/pa_http.h, include/pa_request_info.h,
388: main/pa_http.C, main/pa_string.C,
389: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
390: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
391: types/pa_vrequest.C: initial httpd mode implementation
392:
1.141 moko 393: 2020-10-04 moko
394:
395: * src/targets/cgi/parser3.C: options together
396:
397: 2020-09-30 moko
398:
399: * src/main/pa_http.C: renamed
400:
1.140 moko 401: 2020-08-14 moko
402:
403: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
404: src/targets/cgi/Makefile.am: no httpd as separate library
405:
406: 2020-08-13 moko
407:
408: * src/targets/cgi/parser3.C: SAPI::die used in exception in
409: unhandled exception handler to report 500 instead of 200 it was
410: before.
411:
412: * src/targets/apache/mod_parser3_core.C: minor cleanup
413:
414: * src/: include/pa_sapi.h, main/untaint.C,
415: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
416: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
417: thus replaced with SAPI::die and removed
418:
419: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
420: cgi/parser3.C: whitespace
421:
422: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
423:
424: 2020-08-12 moko
425:
426: * src/targets/cgi/parser3.C: duplicate info in signal logging
427: removed, whitespace was: SIGPIPE received while executing code.
428: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
429: cl=0]
430:
431: * parser3.sln: + httpd.vcproj
432:
433: 2020-08-11 moko
434:
435: * src/targets/cgi/Makefile.am: +libhttpd
436:
437: * configure.ac, src/lib/Makefile.am: +libhttpd
438:
1.139 moko 439: 2020-07-13 moko
440:
441: * tests/: 401.html, results/401.processed: test for hash key does
442: not keep language, but tainted in foreach.
443:
1.138 moko 444: 2020-07-01 moko
445:
446: * tests/: 235.html, results/235.processed: test result updated as
447: messages before attachments implemented (feature #1176)
448:
1.137 moko 449: 2020-06-27 moko
450:
451: * tests/: 400.html, results/400.processed: test updated to check
452: ^return{code}
453:
454: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
455: fixed
456:
457: 2020-06-26 moko
458:
459: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
460: added (related to https://www.parser.ru/forum/?id=85319)
461:
462: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
463: when $result assignment was last statement in the method
464: (https://www.parser.ru/forum/?id=85319)
465:
1.136 moko 466: 2020-05-23 moko
467:
468: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
469: whitespace, unused level removed
470:
471: 2020-05-19 moko
472:
473: * src/types/pa_vmail.C: whitespace
474:
475: * src/types/pa_vmail.C: files should be processed last (related to
476: feature #1176)
477:
1.135 moko 478: 2020-05-12 moko
479:
480: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
481: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
482:
483: * configure.ac: FreeBSD1X.X check added to avoid
484: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
485:
1.134 moko 486: 2020-02-26 moko
487:
488: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
489: compilation issue (related to bug #1201)
490:
491: * src/main/pa_common.C: entry_readable -> entry_exists,
492: undocumented access(fname, R_OK) call removed (fixes bug #1201)
493: -f and -d now works under Windows in UTF-8 with Russian
494: filenames.
495:
496: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
497: advice (related to feature #1199)
498:
499: 2020-02-25 moko
500:
501: * buildall: --silent removed
502:
503: * configure.ac: gmime-3.0 support
504:
505: * buildall: --with-system-mailreceive option added to build with
506: system libgmime
507:
508: * src/types/pa_vmail.C: avoiding
509: https://github.com/jstedfast/gmime/issues/83 "feature" (related
510: to feature #1199)
511:
1.133 moko 512: 2020-02-18 moko
513:
514: * src/classes/op.C: windows x64 debug mode compile fix
515:
516: * src/main/pa_globals.C: no longer required due to -MD -> -MT
517: change (releated to feature #1200)
518:
519: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
520: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
521: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
522: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
523: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
524: targets/apache/ApacheModuleParser3.vcproj,
525: targets/apache/ApacheModuleParser3Core.vcproj,
526: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
527: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
528: dependency (related to feature #1200)
529:
1.132 moko 530: 2020-02-12 moko
531:
532: * src/types/pa_vmail.C: minimize diff
533:
534: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
535: #1199)
536:
1.131 moko 537: 2020-01-18 moko
538:
539: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
540:
1.130 moko 541: 2019-12-28 moko
542:
543: * src/targets/cgi/parser3.C: avoid empty ?
544:
545: 2019-12-27 moko
546:
547: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
548: DOCUMENT_ROOT (related to feature #1164)
549:
550: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
551: fcgiwrap setup (implements feature #1164)
552:
553: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
554: but no issues found (related to feature #1164)
555:
556: * src/targets/cgi/parser3.C: actualized
557:
558: 2019-12-26 moko
559:
560: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
561: removed
562:
563: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
564: removed
565:
566: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
567: allocation errors, we don't want default gc warnings (without
568: timestamp and URI).
569:
570: * src/: classes/memory.C, main/pa_globals.C,
571: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
572: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
573: pa_globals_init
574:
575: * src/main/pa_globals.C: setup_hex_value() removed, static array
576: initialization used (optimization)
577:
578: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
579: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
580: pa_socks_init/pa_socks_done moved inside pa_globals_init
581: (optimization)
582:
1.129 moko 583: 2019-12-09 moko
584:
585: * src/include/pa_config_fixed.h: warning war
586:
1.128 moko 587: 2019-12-08 moko
588:
589: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
590: process grammar under Unix.
591:
592: 2019-12-07 moko
593:
594: * tests/389.html: For Windows XP. :)
595:
596: * tests/388-sql.html: Windows compatibility added
597:
598: 2019-12-06 moko
599:
600: * src/targets/cgi/parser3.C: warning war
601:
602: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
603: == sizeof(CORD)) to avoid aligning bugs in future
604:
605: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
606: XML_STATIC
607:
608: * src/include/pa_request.h: StackItem() not required
609:
610: * src/include/pa_stack.h: warning war
611:
612: * src/include/pa_config_includes.h: GCC warning silenced
613:
614: * src/include/pa_memory.h: warning war: the program should also
615: define 'void operator delete [](void*, std::size_t)'
616: [-Wsized-deallocation]
617:
618: * src/types/: pa_vregex.h, pa_vtable.h: warning war
619:
620: * src/classes/string.C: not reqired cast removed
621:
622: * src/classes/string.C: not reqired cast removed
623:
624: 2019-12-05 moko
625:
626: * src/lib/sdbm/pa_file_io.C: warning war
627:
628: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
629: enum Language : size_t - required for VS2015+ to make
630: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
631: without it (related to feature #1198)
632:
633: 2019-12-04 moko
634:
635: * src/main/pa_base64.C: unsigned char -> uchar
636:
637: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
638: as other libs
639:
640: * src/include/pa_version.h: +amd64
641:
642: 2019-12-03 moko
643:
644: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
645: release
646:
647: * src/include/pa_config_includes.h: warning war
648:
649: * src/classes/image.C: warning war
650:
651: * src/main/pa_globals.C: x64 libs support
652:
653: * src/include/pa_config_includes.h: warning war
654:
655: * src/types/pa_method.h: warning war
656:
1.127 moko 657: 2019-11-28 moko
658:
659: * src/classes/math.C: vs2003 compatibility + warning war
660:
661: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
662: libxml2-2.9.9 (related to feature #1136)
663:
664: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
665: typecast for more compatibility (related to feature #1136)
666:
667: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
668: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
669: feature #1136)
670:
671: 2019-11-26 moko
672:
673: * src/main/: compile_tools.C, compile_tools.h: invalid assert
674: removed (it was failing in $$var case), condition added
675:
1.126 moko 676: 2019-11-25 moko
677:
678: * tests/: 397.html, 399.html, results/141.processed,
679: results/399.processed: base64 options tested
680:
681: * src/: classes/math.C, main/pa_http.C: base64 options used
682:
683: * src/main/pa_base64.C: base64 encode rewritten, base64 options
684: implemented (feature #986)
685:
686: * src/main/pa_cache_managers.C: whitespace
687:
688: * tests/: 397.html, 399.html, results/399.processed: tests for
689: ^base64 encode options added (related to feature #986)
690:
691: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
692: pa_base64_encode(file) removed - more memory, but faster and less
693: code (related fo feature #986)
694:
695: 2019-11-24 moko
696:
697: * tests/: 155.html, results/155.processed: limit and offset in
698: ^table::load[] now supported, thus test added
699:
700: * src/: classes/file.C, classes/table.C, include/pa_common.h,
701: main/pa_common.C: optimization: offset and limit options parsing
702: moved inside file_load.
703:
704: 2019-11-23 moko
705:
706: * src/: classes/file.C, classes/op.C, include/pa_common.h,
707: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
708: optimization: file_read replaced with simplified file_read_binary
709:
710: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
711: types/pa_vform.C: whitespace
712:
713: * src/: include/pa_common.h, main/pa_common.C: never used params
714: removed
715:
716: 2019-11-21 moko
717:
718: * tests/: 193.html, results/193.processed, results/389.processed:
719: test results updated as now base64 does not discard tail without
720: padding (related to feature #986)
721:
722: 2019-11-20 moko
723:
724: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
725: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
726: pa_base64_decode (related to feature #986)
727:
728: * tests/398.html: tests for base64 decode added (related to feature
729: #986)
730:
731: * src/main/pa_base64.C: base64_decode rewritten - padding option
732: support, padding inside base 64 supported (related to feature
733: #096)
734:
735: 2019-11-19 moko
736:
737: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
738: FreeBSD 12
739:
1.125 moko 740: 2019-11-16 moko
741:
742: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
743: support added, step support removed (related to #986)
744:
745: 2019-11-15 moko
746:
747: * src/classes/math.C: using log since log2 is not present on
748: FreeBSD < 8.4 (related to feature #1177)
749:
750: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
751: pa_base64_size extracted and used for files as well (related to
752: feature 986)
753:
754: 2019-11-14 moko
755:
756: * tests/: 397.html, results/397.processed: + content check
757:
758: * tests/: 141.html, results/141.processed: make test resuls more
759: readable
760:
761: * tests/: 397.html, results/193.processed, results/397.processed:
762: test results updated after \x00 character was disabled in
763: math:convert string mode (related to feature #1177)
764:
765: * src/classes/: math.C, string.C: \\x00 character disabled while
766: converting to string (as in base64, related to feature #1177)
767:
768: * src/classes/file.C: more correct arguments separation
769:
770: * src/: classes/file.C, classes/math.C, classes/string.C,
771: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
772: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
773: options added, but not yet implemented (related to feature #986)
774:
775: * src/classes/math.C: whitespace
776:
777: 2019-11-13 moko
778:
779: * tests/: 397.html, results/397.processed: +tainting test (related
780: to feature #1177)
781:
782: * src/classes/math.C: as we now produce not only digits, result
783: should be tainted (related to feature #1177)
784:
785: * src/main/pa_base64.C: whitespace
786:
787: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
788: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
789: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
790: implementation moved from pa_common.h and pa_common.C
791:
792: 2019-11-12 moko
793:
794: * tests/: 275.html, results/275.processed: out of range test fixed,
795: as ^math:convert now supports arbitrary precision
796:
797: 2019-11-11 moko
798:
799: * tests/results/389.processed: uctualized error message
800:
801: * tests/: 389.html, 397.html, results/397.processed: tests for
802: ^math:convert added (related to feature #1177)
803:
804: * src/classes/math.C: ^math:convert now supports arbitrary
805: precision, alphabet support added (implements feature #1177)
806:
1.124 moko 807: 2019-11-06 moko
808:
809: * tests/: 181.html, results/181.processed: entities usage added,
810: more entites load tests (related to bug #842 discussion)
811:
812: 2019-11-05 moko
813:
814: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
815: call from xmlFileOpen if http://localhost/<file> was not found
816: (related to bug #842)
817:
818: * src/main/pa_xml_io.C: rename
819:
820: * src/main/pa_xml_io.C: +MemoryStream constructor
821:
822: * src/main/pa_xml_io.C: whitespace
823:
1.123 moko 824: 2019-10-31 moko
825:
826: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
827: XML_PARSE_NOENT) added to fix entities load, (related to feature
828: #1181)
829:
1.122 moko 830: 2019-10-25 moko
831:
832: * tests/: 388-sql.html, results/388-sql.processed: more multiple
833: queries tests
834:
835: 2019-10-24 moko
836:
837: * tests/: 388-sql.html, results/388-sql.processed: support for
838: pgsql driver test
839:
840: * tests/: 388-sql.html, results/388-sql.processed:
841: multi_statements=1 now tested, mysql test now supported
842: (connection must be specified in [parser3] section in .my.cnf)
843: related to issues #1195 and #1194
844:
1.121 moko 845: 2019-09-11 moko
846:
847: * src/classes/int.C: whitespace
848:
849: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
850: exception test
851:
852: * tests/results/388-sql.processed: sql queries now shown (related
853: to feature #1196)
854:
855: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
856: with old parser versions.
857:
858: * src/: classes/file.C, classes/hash.C, classes/string.C,
859: classes/table.C, classes/void.C, include/pa_sql_connection.h,
860: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
861: instead of connect string in query_event_handlers exceptions
862: (implements feature #1196)
863:
1.120 moko 864: 2019-09-06 moko
865:
866: * tests/388-sql.html: mysql compat
867:
868: * src/: classes/hash.C, classes/string.C, classes/table.C,
869: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
870: sql_ variables declaration moved to pa_common.h
871:
1.116 moko 872: 2019-01-15 moko
873:
874: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
875: logically sorted
876:
877: 2018-12-27 moko
878:
879: * src/include/pa_config_includes.h: warning war:
880: -Wdeprecated-register added for C++ 17
881:
882: 2018-10-15 moko
883:
884: * configure.ac: FreeBSD 11.2 can be build with ./configure
885: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
886: --with-xml=/usr/local/
887:
888: 2018-09-24 moko
889:
890: * tests/: 396.html, 396.tiff, results/396.processed: test for
891: ^image::measure[] now supports tiff added (related to feature
892: #1188)
893:
894: * src/classes/image.C: ^image::measure[] now supports tiff
895: (implements feature #1188)
896:
897: 2018-09-20 moko
898:
899: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
900: files measure added (related to ticket #1188)
901:
902: * src/classes/image.C: measure of bmp files implemented (related to
903: ticket #1188)
904:
905: 2018-09-18 moko
906:
907: * tests/: 394-curl.html, results/394-curl.processed,
908: results/auto.p: test for bug #1187 (max_file_size check for head
909: requests) added
910:
911: 2018-08-24 moko
912:
913: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
914: response content-length check is required (fixes bug #1187)
915:
916: 2018-05-11 moko
917:
918: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
919: $.append(bool) ] option added (related to feature #919)
920:
921: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
922: from misha@ patch (implements feature #919)
923:
924: 2018-03-22 moko
925:
926: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
927: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
928: with 128kb buffer. Now works at least 12 times faster. :) May be
929: Windows-only problem.
930:
931: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
932: build fix)
933:
934: 2018-02-03 moko
935:
936: * src/main/execute.C: removes irrelevant lines from exception stack
937: trace when exceptions occurs in assigment (fixes bug #1165)
938:
939: * tests/: 393.html, results/393.processed: test for behavour after
940: "Property can not be created, already exists field with that
941: name" exception removed (related to feature #1183)
942:
943: * src/types/pa_vclass.C: "Property can not be created, already
944: exists field with that name" exception removed (implements
945: feature #1183)
946:
947: 2018-01-19 moko
948:
949: * src/classes/string.C: whitespace
950:
951: * src/classes/string.C: whitespace
952:
953: * tests/: 392.html, results/392.processed: test for
954: ^regex::create[$regex] added (related to feature #1135)
955:
956: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
957: ^regex::create[$regex] added (implements feature #1135)
958:
959: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
960: commented define added (related to feature #1157)
961:
962: 2018-01-17 moko
963:
964: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
965:
966: 2018-01-15 moko
967:
968: * tests/: 390.html, results/390.processed: real path replaced by
969: stub
970:
971: * tests/: 391.html, results/391.processed: test for feature #1181
972: (XML_PARSE_HUGE exception) added
973:
974: 2018-01-11 moko
975:
976: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
977: XML_PARSE_HUGE option passed by default (implements feature
978: #1181)
979:
980: * src/classes/string.C: whitespace
981:
982: 2017-12-10 moko
983:
984: * tests/: 389.html, 390.html, results/389.processed,
985: results/390.processed: image code coverage tests added (related
986: to feature #1125)
987:
988: 2017-12-08 moko
989:
990: * tests/: 346-curl.html, 388-sql.html, 389.html,
991: results/346-curl.processed, results/388-sql.processed,
992: results/389.processed: more code coverage tests
993:
994: * tests/: 264.html, results/264.processed: code coverage for
995: ^file::exec[]
996:
997: 2017-12-07 moko
998:
999: * tests/: 174.html, 388-sql.html, 389.html,
1000: results/388-sql.processed, results/389.processed,
1001: results/174.processed: more coverage tests
1002:
1003: * src/classes/math.C: exception text actualized
1004:
1005: 2017-12-06 moko
1006:
1007: * tests/388-sql.html: $SQL can be here
1008:
1009: * tests/results/auto.p: $SQL not required here
1010:
1011: * tests/: 388-sql.html, 389.html, Makefile,
1012: results/388-sql.processed, results/389.processed, results/auto.p:
1013: code coverage tests for sql (using sqlite) and int/double/bool
1014: added (related to feature #1125)
1015:
1016: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1017: lib/json/json.vcproj, lib/md5/md5.vcproj,
1018: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1019: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1020: targets/apache/ApacheModuleParser3Core.vcproj,
1021: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1022: types/types.vcproj: gc\include no longer required
1023:
1024: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1025: required
1026:
1027: * src/: classes/Makefile.am, classes/table.C,
1028: include/pa_config_includes.h, include/pa_string.h,
1029: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1030: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1031: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1032: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1033: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1034: used, we now include it directly
1035:
1036: 2017-12-04 moko
1037:
1038: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1039: memcached/memcached.vcproj, punycode/punycode.vcproj,
1040: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1041: where required
1042:
1043: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1044: now can be used to trace memory allocations
1045:
1046: * src/: classes/table.C, include/pa_config_includes.h,
1047: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1048: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1049: method removes, libcord also can work without libgc
1050:
1051: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1052:
1053: 2017-11-29 moko
1054:
1055: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1056: are not present (related to feature #1173)
1057:
1058: * tests/346-curl.html: test updated to test curl content-length bug
1059: (related to feature #1173)
1060:
1061: * tests/results/346-curl.processed: more test for content-length
1062: curl bug (related to feature #1173)
1063:
1064: * tests/results/346-curl.processed: test results updated after
1065: #1173 implemented
1066:
1067: 2017-11-28 moko
1068:
1069: * src/classes/curl.C: another libcurl Content-length bug walkaround
1070: (related to feature #1173)
1071:
1072: 2017-11-27 moko
1073:
1074: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1075: $.http_version[version string] added (implements feature #1173),
1076: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1077: where $post(true) bug existed.
1078:
1079: 2017-11-18 moko
1080:
1081: * src/include/pa_memory.h: warning war (related to feature #1170)
1082:
1083: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1084: feature #1170)
1085:
1086: 2017-11-17 moko
1087:
1088: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1089: std::basic_stringstream used in ^table.csv-string[] is compatible
1090: with delete usage check only under Debian 9 (related to feature
1091: #1170)
1092:
1093: 2017-11-16 moko
1094:
1095: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1096: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1097: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1098: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1099: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1100: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1101: stubs defend from accidental use (implements feature #1170)
1102:
1103: 2017-06-24 moko
1104:
1105: * configure.ac: minor fix: thanks to alx@
1106:
1.115 moko 1107: 2017-05-29 moko
1108:
1109: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1110: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1111: added to avoid cutting of UTF-8 chars (fixed bug #123)
1112:
1113: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1114: ignored, =?UTF-8?Q?= should start in case of leading space
1115: (related to bug #123)
1116:
1117: * buildall: echo -n -> printf for OS X. :)
1118:
1119: 2017-05-25 moko
1120:
1121: * tests/: 288.html, results/288.processed: test updated afted
1122: setting $o.prop without setter exception removed (related to
1123: feature #1157)
1124:
1125: * src/types/pa_vclass.C: no more "this property has no setter
1126: method" when setting $o.prop without setter (implements feature
1127: #1157)
1128:
1129: * buildall: echo \c -> echo -n for FreeBSD
1130:
1131: * configure, configure.ac, src/include/pa_config_auto.h.in,
1132: src/types/pa_vdouble.h: isfinite now checked in configure
1133:
1134: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1135: upgraded to automake 1.15
1136:
1137: 2017-05-23 moko
1138:
1139: * src/types/pa_vdouble.h: finite returned where isfinite not
1140: defined
1141:
1142: 2017-05-22 moko
1143:
1144: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1145:
1146: * buildall: extern CFLAGS setting support
1147:
1148: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1149:
1150: * buildall: http -> https
1151:
1152: * buildall: gc-7.2f -> gc-7.6.0
1153:
1154: 2017-05-20 moko
1155:
1156: * buildall: https, pcre, xml, xslt updated to current versions
1157: (related to feature #1136)
1158:
1159: 2017-05-19 moko
1160:
1161: * tests/097.html: after parser.ru moved to https
1162:
1163: 2017-05-17 moko
1164:
1165: * tests/results/: 175.processed, 372.processed: tests resuls
1166: updated after lintian spelling typos fixed (related to bug #1156)
1167:
1168: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1169: classes/string.C, classes/table.C, main/pa_charset.C,
1170: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1171: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1172: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1173:
1174: * tests/results/096.processed: +XMP
1175:
1176: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1177: $.xmp(true) options tested (test for feature #1154)
1178:
1179: * src/classes/image.C: ^image:measure[] options $.exif(false)
1180: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1181: fetched by default! (implements feature #1154)
1182:
1183: 2017-05-16 moko
1184:
1185: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1186: allowed (related to feature #1154)
1187:
1188: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1189: initial XMP implementation - without options and transcode
1190: (related to feature #1154)
1191:
1192: 2017-05-12 moko
1193:
1194: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1195: image: exif moved to ffields, skipped in ^image.html[] where
1196: iterators now used (preparation for feature #1154)
1197:
1198: 2017-05-05 moko
1199:
1200: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1201: results/387.processed: test for circular class inheritance check
1202: added (related to bug #1150)
1203:
1204: * src/types/pa_vstateless_class.C: circular class inheritance check
1205: added (fixes endless add_derived bug #1150)
1206:
1207: 2017-05-04 moko
1208:
1209: * tests/: 386.html, results/386.processed: test for
1210: $table.value(number) added (related to feature #1152)
1211:
1212: * src/types/pa_vtable.C: table put_element: column value must be
1213: string - > column value must be string compatible to allow
1214: $t.value(1) (implements feature #1152)
1215:
1216: 2017-05-03 moko
1217:
1218: * src/main/pa_request.C: $use[$method] is not possible, reverting
1219: (related to feature #1151)
1220:
1221: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1222: not possible, removing test (related to feature #1151)
1223:
1224: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1225: get_element_method added and used to allow $use[$method] and
1226: $autouse[$method] (implements feature 1151)
1227:
1228: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1229: variable added (related to feature #1151)
1230:
1231: * tests/results/226.processed: actualized after ^try-catch used
1232:
1233: * tests/: 226.html, 385.html, results/385.processed: test for
1234: @autouse in variable added
1235:
1236: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1237:
1.114 moko 1238: 2017-02-27 moko
1239:
1240: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1241:
1.113 moko 1242: 2017-02-20 moko
1243:
1244: * operators.txt: actualization + beauty
1245:
1246: 2017-02-16 moko
1247:
1248: * tests/: 384.html, results/384.processed: test for
1249: ^reflection:mixin[; $.name[] ] option added (related to feature
1250: #1089)
1251:
1252: * tests/: 384.html, results/384.processed: test for
1253: ^reflection:mixin[] added (related to feature #1089)
1254:
1255: * src/types/pa_value.h: warning war: virtual ~Value() added
1256:
1.112 moko 1257: 2017-02-15 moko
1258:
1259: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1260: fixed
1261:
1262: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1263: test added (related to feature #1069)
1264:
1265: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1266: compilation without HASH_ORDER fixed
1267:
1268: * src/: classes/reflection.C, include/pa_hash.h:
1269: $.reverse(true/false) added to ^reflection:methods[] (related to
1270: feature #1069)
1271:
1272: 2017-02-14 moko
1273:
1274: * tests/: 152.html, results/152.processed: test for $._default hash
1275: added (related to bug #1131)
1276:
1277: * tests/: 277.html, results/277.processed: test for hash with only
1278: $._default is now defined (related to bug #1131)
1279:
1280: * src/types/pa_vhash.h: hash with only $._default is now defined
1281: (fixed bug #1131)
1282:
1283: 2017-02-13 moko
1284:
1285: * tests/cat-windows.sh: cat-windows added (cygwin required)
1286:
1287: * tests/: 171.html, 264.html, 286.html, 370.html,
1288: results/320.processed, results/375.processed, results/auto.p:
1289: cat-windows.sh support added
1290:
1291: * tests/375.html: Windows support
1292:
1293: * tests/270.html: documented
1294:
1295: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1296: (not backslashes) even under Windows (broke test 270)
1297:
1298: 2017-02-12 moko
1299:
1300: * tests/: descript.ion, todo.txt: cleanup
1301:
1302: 2017-02-09 moko
1303:
1304: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1305: run_tests.cmd: Windows compatibility
1306:
1307: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1308: incorrectly (GMT) if parser is called from cygwin
1309:
1.111 moko 1310: 2017-02-08 moko
1311:
1.112 moko 1312: * operators.txt: actualization 15% completed
1313:
1314: * operators.txt: cp1251 -> utf-8
1315:
1316: * NEWS, README: minor update
1317:
1318: * src/include/pa_config_includes.h: warning war continues
1319:
1320: * src/: include/pa_config_includes.h, include/pa_memory.h,
1321: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1322: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1323: gcc 6.x issues fixed
1324:
1.111 moko 1325: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1326: classes/classes.h, classes/curl.C, classes/date.C,
1327: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1328: classes/hashfile.C, classes/image.C, classes/inet.C,
1329: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1330: classes/memcached.C, classes/memory.C, classes/op.C,
1331: classes/reflection.C, classes/regex.C, classes/response.C,
1332: classes/string.C, classes/table.C, classes/void.C,
1333: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1334: include/pa_array.h, include/pa_cache_managers.h,
1335: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1336: include/pa_config_fixed.h, include/pa_config_includes.h,
1337: include/pa_dictionary.h, include/pa_dir.h,
1338: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1339: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1340: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1341: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1342: include/pa_request_charsets.h, include/pa_request_info.h,
1343: include/pa_sapi.h, include/pa_socks.h,
1344: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1345: include/pa_stack.h, include/pa_string.h,
1346: include/pa_stylesheet_connection.h,
1347: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1348: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1349: include/pa_uue.h, include/pa_xml_exception.h,
1350: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1351: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1352: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1353: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1354: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1355: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1356: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1357: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1358: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1359: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1360: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1361: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1362: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1363: main/pa_string.C, main/pa_stylesheet_connection.C,
1364: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1365: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1366: main/untaint.C, sql/pa_sql_driver.h,
1367: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1368: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1369: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1370: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1371: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1372: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1373: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1374: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1375: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1376: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1377: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1378: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1379: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1380: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1381: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1382: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1383: types/pa_vmemcached.h, types/pa_vmemory.h,
1384: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1385: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1386: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1387: types/pa_vresponse.C, types/pa_vresponse.h,
1388: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1389: types/pa_vstateless_object.h, types/pa_vstatus.C,
1390: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1391: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1392: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1393: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1394: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1395: 2015->2017
1396:
1.110 moko 1397: 2017-02-07 moko
1398:
1399: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1400:
1401: 2017-02-06 moko
1402:
1403: * src/main/pa_common.C: minor fixes, whitespace
1404:
1405: * src/: classes/curl.C, classes/file.C, classes/image.C,
1406: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1407: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1408: now used (implements feature #1081)
1409:
1410: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1411:
1412: 2017-02-01 moko
1413:
1414: * src/include/pa_request.h: cleanup
1415:
1416: 2017-01-30 moko
1417:
1418: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1419:
1420: 2017-01-29 moko
1421:
1422: * tests/: 383.html, results/383.processed: test for
1423: ^reflection:stack[] added (related to feature #1052)
1424:
1425: * src/classes/reflection.C: else added
1426:
1427: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1428: $.max_file_lock_wait added (implements feature #1128)
1429:
1430: 2017-01-28 moko
1431:
1432: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1433: body and other cases tests added (related to featue #1014)
1434:
1435: * src/classes/curl.C: bug if response is empty fixed (related to
1436: feature #1014)
1437:
1438: 2017-01-27 moko
1439:
1440: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1441: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1442: added (implements feature #1052)
1443:
1444: 2017-01-25 moko
1445:
1446: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1447: method test added
1448:
1449: 2017-01-23 moko
1450:
1451: * src/classes/reflection.C: optimization: options->get replaced by
1452: hash iterator
1453:
1454: * tests/: 381.html, results/381.processed: now -> fixed date
1455:
1456: * src/main/pa_request.C: warning war
1457:
1458: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1459: 5Mb (fixes bug #1058)
1460:
1461: * src/classes/curl.C: warning war
1462:
1463: * tests/: 381.html, results/381.processed: tests for ^json:string
1464: $.one-line(true) option added (related to feature #1124)
1465:
1466: * src/: classes/json.C, types/pa_value.h: $json-string
1467: $.one-line(true|false) options is now supported (implements
1468: feature #1124)
1469:
1470: * tests/: 380.html, results/380.processed: test for modified
1471: $.max_file_size added (related to bug #1014)
1472:
1473: * tests/: 379.html, results/auto.p: tests for rewritten http file
1474: load added (related to bug #1014)
1475:
1476: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1477: main/pa_common.C, main/pa_http.C: check_file_size added and used
1478: in curl / file load from disk and http, http file load rewritten
1479: (related to bug #1014)
1480:
1481: 2017-01-18 moko
1482:
1483: * tests/: 378.html, results/378.processed: tests for ^result[]
1484: added (related to feature #66)
1485:
1486: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1487: Method::CO_WITHOUT_FRAME as frame still added in expression
1488: (related to feature #66)
1489:
1490: 2017-01-17 moko
1491:
1492: * tests/: 377.html, results/377.processed: test for different
1493: combinations of breaks in body and delimiter (related to bug
1494: #1077)
1495:
1496: * tests/: 376.html, results/376.processed: many ^break[] tests
1497: added (related to bug #1077)
1498:
1499: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1500: passed to native method" exception added to avoid bugs due to
1501: WRITE_EXPR_RESULT skipped and native methods execution continues
1502: after ^break[] (related to bug #1077)
1503:
1504: 2017-01-14 moko
1505:
1506: * tests/: 330.html, results/330.processed: test results updated
1507: after ^break[] bugs where fixed (related to bug #1077)
1508:
1509: * tests/: 329.html, results/329.processed: test results updated
1510: after ^break[] bugs where fixed (related to bug #1077)
1511:
1512: * tests/results/320.processed: ^return[] added
1513:
1514: 2017-01-13 moko
1515:
1516: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1517: classes/table.C, include/pa_request.h, main/execute.C,
1518: main/pa_request.C, targets/cgi/parser3.C,
1519: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1520: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1521: checked after each possible process/execute call (fixes bug
1522: #1077)
1523:
1524: 2016-12-29 moko
1525:
1526: * src/main/pa_common.C: warning war
1527:
1528: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1529: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1530: pa_file_size_limit added, ^math:random fixed for upper limit and
1531: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1532: (related to feature #1014)
1533:
1534: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1535: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1536: (related to feature #1014)
1537:
1538: 2016-12-28 moko
1539:
1540: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1541: warning war
1542:
1543: 2016-12-26 moko
1544:
1545: * tests/: 341.html, results/341.processed: test for
1546: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1547:
1548: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1549: (related to feature #1057)
1550:
1551: * src/types/pa_vdate.C: warning war continues...
1552:
1553: * src/: classes/date.C, classes/image.C, classes/table.C,
1554: include/pa_config_includes.h, types/pa_vfile.C: warning war
1555:
1556: * src/lib/gd/gifio.C: warning war / cleanup
1557:
1558: * src/lib/json/pa_json.C: warning war
1559:
1560: * src/classes/hash.C: warning war
1561:
1562: * src/types/pa_vfile.C: warning war
1563:
1564: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1565: -Wall warning war continues
1566:
1567: * configure.ac: --with-build-warnings actualized
1568:
1569: 2016-12-25 moko
1570:
1571: * src/main/pa_exec.C: -wAll warning war
1572:
1573: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1574: -wAll warning war
1575:
1576: * src/: include/pa_common.h, include/pa_sapi.h,
1577: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1578: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1579: -wAll warning war
1580:
1581: 2016-12-23 moko
1582:
1583: * src/lib/ltdl/Makefile.am: extra dist added
1584:
1585: * tests/results/344.processed: test result updated after $file.text
1586: prefetched in ^hash::create[$file] (related to feature #1075)
1587:
1588: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1589: ^hash::create[$file] (related to feature #1075)
1590:
1591: 2016-12-22 moko
1592:
1593: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1594: main/pa_request.C, main/pa_stylesheet_connection.C,
1595: types/pa_vfile.C: file_stat now return 64-bit size (implements
1596: #1014 under 32-bit unix versions)
1597:
1598: 2016-12-21 moko
1599:
1600: * tests/: 375.html, results/375.processed: test for exec returning
1601: stated file added (related to feature #1119)
1602:
1603: * src/classes/file.C: load should not return file with null body
1604: (fixes bug #1119)
1605:
1606: 2016-12-14 moko
1607:
1608: * tests/: 374.html, results/374.processed: test for $method.name
1609: added (related to feature #1117) plus method returning junction
1610: test
1611:
1612: 2016-12-13 moko
1613:
1614: * src/: include/pa_symbols.h, main/pa_symbols.C,
1615: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1616: (implements feature #1117)
1617:
1618: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1619: HEAD and TRACE can't have body (implements feature #1116)
1620:
1621: 2016-12-09 moko
1622:
1623: * tests/: 373.html, results/373.processed: tests for
1624: ^reflection:tainting added (related to feature #1098)
1625:
1626: * src/classes/reflection.C: ^reflection:tainting arguments order
1627: change (related to feature #1098)
1628:
1629: 2016-12-06 moko
1630:
1631: * src/: classes/reflection.C, include/pa_string.h,
1632: main/pa_string.C: ^reflection:tainting[$string] added (implements
1633: feature #1098)
1634:
1635: 2016-12-05 moko
1636:
1637: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1638: (fixes bug #1114)
1639:
1640: 2016-12-04 moko
1641:
1642: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1643: check added
1644:
1645: 2016-12-03 moko
1646:
1647: * tests/: 346-curl.html, results/346-curl.processed: test modified
1648: to test value.as_hash() usage
1649:
1650: * src/classes/curl.C: value.as_hash() used for correct hash
1651: processing
1652:
1653: * src/classes/reflection.C: exceptions texts fixes
1654:
1655: 2016-12-02 moko
1656:
1657: * tests/: 372.html, results/372.processed: tests for
1658: ^reflection:create[ $.class[name] $.constructor[name]
1659: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1660: feature #1094)
1661:
1662: * src/types/pa_vmethod_frame.h: comment added: params should be
1663: declared outside of *_FRAME_ACTION as MethodParams destructor
1664: will be called in ~VNativeMethodFrame
1665:
1666: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1667: ] minor fix
1668:
1669: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1670: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1671: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1672: now supported (implements feature #1094) value::as_hash added
1673: (and should be used everywhere)
1674:
1675: * src/classes/reflection.C: cleanup
1676:
1677: 2016-12-01 moko
1678:
1679: * tests/: 356.html, results/356.processed: test for method
1680: junctions class name added to the resulting hash added (related
1681: to feature #1068)
1682:
1683: * src/classes/reflection.C: for method junctions class name added
1684: to the resulting hash (related to feature #1068)
1685:
1686: 2016-11-30 moko
1687:
1688: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1689: exception (related to bug #1113)
1690:
1691: * src/types/pa_vhashfile.C: whitespace
1692:
1693: * src/main/pa_os.C: errno now returned as it should (fixes bug
1694: #1113)
1695:
1696: * tests/results/: 175.processed, 192.processed, 224.processed,
1697: 229.processed, 239.processed, 244.processed, 246.processed,
1698: 314.processed, 352.processed: tests results updated after method
1699: call exceptions improved as method now keeps its name
1700:
1701: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1702: types/pa_vmethod_frame.h: method call exceptions improved as
1703: method now keeps its name
1704:
1705: * tests/: 224.html, 239.html, results/224.processed,
1706: results/239.processed: tests and tests results updated after
1707: Request::construct exception changed
1708:
1709: * src/: classes/reflection.C, main/execute.C: Request::construct
1710: exception optimized
1711:
1712: * tests/: 371.html, results/371.processed: test for
1713: WWrapper.get_element call in $.name.key[value] code added
1714: (related to feature #1091)
1715:
1716: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1717: in $.name.key[value] code (related to feature #1091)
1718:
1719: 2016-11-29 moko
1720:
1721: * src/classes/op.C: VS warning war
1722:
1723: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1724: C4239: nonstandard extension used : 'return' : conversion from
1725: 'Value' to 'Value &' (related to feature #1020)
1726:
1727: * src/: main/execute.C, types/pa_vmethod_frame.h,
1728: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1729: used : 'return' : conversion from 'Value' to 'Value &' (related
1730: to feature #1020)
1731:
1732: * src/main/execute.C: VS warning war
1733:
1734: * src/targets/cgi/parser3.C: VS compatibility fix
1735:
1736: * src/include/pa_request.h: VS warning war
1737:
1738: * tests/: 370.html, results/370.processed: test for ^file::exec[
1739: ... $.stdin[$binary_file] ] added (related to bug #1044)
1740:
1741: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1742: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1743: $.stdin[$binary_file] (fixes bug #1044)
1744:
1745: 2016-11-28 moko
1746:
1747: * src/main/pa_exec.C: whitespace
1748:
1749: * src/main/pa_request.C: whitespace
1750:
1751: * tests/: 369.html, results/369.processed: test for
1752: $response:status usage added (related to feature #1099)
1753:
1754: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1755: if < 100 (implements feature #1099)
1756:
1757: * src/targets/cgi/parser3.C: whitespace
1758:
1759: * src/targets/cgi/parser3.C: whitespace
1760:
1761: * tests/: 368.html, results/368.processed: test updated after
1762: ^reflection:filename[$method] added (related to feature #1053)
1763:
1764: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1765: main/compile.y, main/execute.C, main/pa_request.C,
1766: types/pa_vclass.h: filename -> filespec,
1767: ^reflection:filename[$method] added (related to feature #1053)
1768:
1769: 2016-11-27 moko
1770:
1771: * tests/: 368.html, results/368.processed: test for
1772: reflection:filename[$class or object] added (related to feature
1773: #1053)
1774:
1775: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1776: types/pa_vstateless_class.h: ^reflection:filename[$class or
1777: object] added (implements feature #1053)
1778:
1779: 2016-11-26 moko
1780:
1781: * src/: include/pa_request_info.h,
1782: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1783: remove_absolute_uri -> strip_absolute_uri
1784:
1785: 2016-11-25 moko
1786:
1787: * src/: include/pa_request_info.h,
1788: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1789: request_info.remove_absolute_uri added to remove possible
1790: http://site.name/ from $request:uri (implements feature #1112)
1791:
1792: 2016-11-24 moko
1793:
1794: * tests/: 367-curl.html, results/367-curl.processed: test for
1795: previous request headers clearing after redirect added (related
1796: to bug #1109)
1797:
1798: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1799: response headers from previous requests are now cleared, only
1800: last request headers are collected (fixes bug #1109)
1801:
1802: * tests/results/: 266.processed, 321.processed, 356.processed:
1803: tests results updated as method name now added to the resulting
1804: hash for new syntax only (Imp1 compatimility fixed, related to
1805: feature #1068)
1806:
1807: * src/classes/reflection.C: method name now added to the resulting
1808: hash for new syntax only (Imp1 compatimility fixed, related to
1809: feature #1068)
1810:
1811: * tests/results/366.processed: test for native and parser
1812: implementation of ^use[] logic (related to feature #1074)
1813:
1814: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1815: for native and parser implementation of ^use[] logic (related to
1816: feature #1074)
1817:
1818: 2016-11-23 moko
1819:
1820: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1821: main/pa_request.C: @USE file now implemented as ^use[file;
1822: $.origin[origin_file] ] (implements feature #1074)
1823:
1.109 moko 1824: 2016-11-21 moko
1825:
1.110 moko 1826: * tests/: 365.html, results/365.processed: test for $caller bugs in
1827: 3.4.4 and $caller.method now tested (related to feature #1110)
1828:
1829: * tests/: 364.html, results/364.processed: $caller usage in
1830: different contexts now tested (related to feature #1110)
1831:
1832: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1833:
1834: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1835:
1.109 moko 1836: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1837: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1838: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1839: used (implements feature #1110)
1840:
1841: 2016-11-20 moko
1842:
1843: * src/types/pa_vdouble.h: whitespace
1844:
1845: 2016-11-11 moko
1846:
1847: * tests/: 363.html, results/363.processed: more tests for feature
1848: #1091 (how parser methods work in expression context)
1849:
1850: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1851: expressions strings are now written as strings, not values by
1852: write_as_string (related to feature #1091)
1853:
1854: * src/classes/op.C: to make more correct behavour in expression
1855: context
1856:
1857: 2016-11-07 moko
1858:
1859: * tests/: 362.html, results/362.processed: test for
1860: xsltParseStylesheetDoc caching as xsl modification after it added
1861: (related to bug #1108)
1862:
1863: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1864: result now cached as xdoc is modified after it (fixes bug #1108)
1865:
1866: 2016-11-06 moko
1867:
1868: * src/types/pa_vxdoc.h: whitespace
1869:
1870: 2016-11-05 moko
1871:
1872: * src/types/pa_vmethod_frame.h: cleanup
1873:
1874: 2016-11-03 moko
1875:
1876: * tests/results/244.processed: more correct exception after method
1877: frames separation
1878:
1879: * src/types/pa_vmethod_frame.h: minor optimizaion
1880:
1881: * src/types/pa_method.h: optimization: params_count added
1882:
1883: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1884: include/pa_request.h, main/execute.C, main/pa_request.C,
1885: types/pa_value.C, types/pa_vmethod_frame.C,
1886: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1887: VMethodFrame now divided into VNativeMethodFrame,
1888: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1889: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1890: and used (related to feature #1104)
1891:
1892: 2016-11-02 moko
1893:
1894: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1895: classes/double.C, classes/file.C, classes/hash.C,
1896: classes/hashfile.C, classes/image.C, classes/inet.C,
1897: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1898: classes/memcached.C, classes/op.C, classes/reflection.C,
1899: classes/regex.C, classes/string.C, classes/table.C,
1900: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1901: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1902: r.write (implements feature #1091)
1903:
1904: * src/main/execute.C: cleanup (related to feature #1104)
1905:
1906: * src/: include/pa_request.h, main/execute.C,
1907: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1908: added, in_expression removed (implements feature #1104)
1909:
1910: 2016-10-31 moko
1911:
1912: * src/types/pa_value.C: whitespace
1913:
1914: 2016-10-28 moko
1915:
1916: * tests/results/244.processed: updated after error reporting fixed
1917: in pa_wcontext.C
1918:
1919: * src/types/pa_wcontext.C: error reporting fixed
1920:
1921: * src/types/pa_wcontext.h: whitespace
1922:
1923: * src/classes/image.C: not fully readed entries are no longer
1924: processed (fixes bug #1106)
1925:
1926: 2016-10-26 moko
1927:
1928: * src/classes/image.C: whitespace
1929:
1930: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1931: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1932: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1933: longer required (related to feature #1091)
1934:
1935: * tests/results/: 264.processed, 350.processed: test results update
1936: reverted (whitespace optimization) after write_no_lang removed :)
1937: (related to feature #1091)
1938:
1939: * src/: classes/file.C, classes/hash.C, classes/op.C,
1940: classes/string.C, classes/table.C, classes/void.C,
1941: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1942: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1943: equal write_pass_lang (related to feature #1091)
1944:
1945: * tests/results/: 264.processed, 350.processed: test results
1946: updated (whitespace optimization) after write_assign_lang removed
1947: (related to feature #1091)
1948:
1949: * tests/: 361.html, results/361.processed: test for non-string
1950: ^untaint added (related to feature #1091)
1951:
1952: * src/: classes/curl.C, classes/date.C, classes/file.C,
1953: classes/hash.C, classes/op.C, classes/string.C,
1954: include/pa_request.h, main/execute.C: optimization:
1955: write_assign_lang removed as not required (first part of feature
1956: #1091 implementation)
1957:
1.108 moko 1958: 2016-10-12 moko
1959:
1960: * tests/: 360.html, results/360.processed: more test code (related
1961: to feature #1104)
1962:
1963: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1964: include/pa_request.h, main/compile.y, main/execute.C: opcode
1965: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1966: WContext is next task (implements feature #1104)
1967:
1968: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1969: / CO_WITHOUT_WCONTEXT
1970:
1971: * tests/: 360.html, results/360.processed: test for in expression
1972: state (related to feature #1104)
1973:
1974: 2016-10-11 moko
1975:
1976: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1977:
1978: * src/classes/op.C: default value removed from initializer
1979:
1980: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1981:
1982: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1983:
1984: 2016-10-10 moko
1985:
1986: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1987: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1988: to feature #42)
1989:
1990: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1991: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1992:
1993: 2016-10-08 moko
1994:
1995: * src/classes/double.C: whitespace
1996:
1997: 2016-10-07 moko
1998:
1999: * src/types/pa_vmethod_frame.h: reorder
2000:
2001: 2016-10-06 moko
2002:
2003: * src/classes/date.C: typo
2004:
2005: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2006:
2007: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2008: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2009: types/pa_vmethod_frame.h: params.get now returns Value&, not
2010: Value*
2011:
2012: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2013:
2014: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2015: removed; first as_* code rewrite
2016:
2017: 2016-10-05 moko
2018:
2019: * src/include/pa_request.h: whitespace
2020:
2021: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2022: intercept_string added (related to feature #1097)
2023:
2024: * src/: classes/image.C, classes/op.C, classes/table.C,
2025: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2026: optimization: intercept_string removed (implements feature #1097)
2027:
2028: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2029:
2030: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2031: from VCodeFrame and WWrapper as not required
2032:
2033: 2016-10-04 moko
2034:
2035: * src/: classes/curl.C, classes/date.C, classes/double.C,
2036: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2037: classes/int.C, classes/json.C, classes/op.C,
2038: classes/reflection.C, classes/string.C, classes/table.C,
2039: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2040: proces_to_value -> process after StringOrValue removed (related
2041: to feature #1020)
2042:
2043: * src/classes/form.C: whitespace
2044:
2045: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2046:
2047: * tests/: 357.html, 358.html, results/357.processed,
2048: results/358.processed, results/auto.p: test for @conf
2049: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2050:
2051: 2016-10-03 moko
2052:
2053: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2054: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2055: supported (implements feature #42)
2056:
2057: * src/types/pa_vregex.h: no reason for VRegex to be
2058: is_evaluated_expr
2059:
2060: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2061: (implements feature #1095)
2062:
2063: 2016-10-01 moko
2064:
2065: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2066: false by default (related to feature #1089)
2067:
2068: 2016-09-30 moko
2069:
2070: * src/types/pa_wcontext.h: cleanup
2071:
2072: 2016-09-29 moko
2073:
2074: * src/main/execute.C: whitespace
2075:
2076: * src/include/pa_request.h: whitespace
2077:
2078: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2079: classes/op.C, classes/table.C, include/pa_request.h,
2080: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2081: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2082: StringOrValue removed as it just slows down and adds complexity
2083: (implements feature #1020)
2084:
2085: 2016-09-28 moko
2086:
2087: * tests/: 356.html, results/266.processed, results/321.processed,
2088: results/356.processed: tests updated after name was added to
2089: method_info hash, test for ^reflection:method_info[junction]
2090: added (related to feature #1068)
2091:
2092: * src/classes/reflection.C: ^reflection:method_info[junction] now
2093: supported, method name added to the resulting hash (implements
2094: feature #1068)
2095:
2096: * tests/: 276.html, results/276.processed: more tests for
2097: ^reflection:delete[]
2098:
2099: * src/classes/reflection.C: fixed bug then ^reflection:delete
2100: didn't work on class and could damage native objects (like file)
2101:
2102: 2016-09-26 moko
2103:
2104: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2105: results/345.processed, results/346-curl.processed,
2106: results/347-curl.processed, results/348.processed: numbers added
2107: to simplify diff analysis
2108:
2109: * tests/: 352.html, results/352.processed: test result updated as
2110: method name used
2111:
2112: * src/classes/reflection.C: method name used
2113:
2114: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2115: its name
2116:
2117: * src/types/pa_method.h: whitespace
2118:
2119: * src/classes/reflection.C: both method and field with one name can
2120: exist.
2121:
2122: * src/classes/reflection.C: ^reflection:mixin added (implements
2123: feature #1089)
2124:
2125: * tests/: 355.html, results/355.processed: property appears in
2126: derived class if added in base test added
2127:
2128: * src/types/pa_vstateless_class.h: get_method declaration +
2129: whitespace
2130:
2131: * tests/: 354.html, results/354.processed: nice test from method
2132: and property with one name in class added
2133:
2134: 2016-09-23 moko
2135:
2136: * src/classes/reflection.C: ^reflection:method usage documented
2137:
2138: 2016-09-22 moko
2139:
2140: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2141: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2142: compile warning and GPF occures on VS2003 (related to feature
2143: #1087)
2144:
2145: * tests/: 350.html, results/350.processed: test added for
2146: $.encloser[] support in ^table::create (related to feature #11)
2147:
2148: * src/classes/table.C: another minor fix (related to feature #11)
2149:
1.107 moko 2150: 2016-09-21 moko
2151:
2152: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2153:
2154: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2155: classes/json.C, classes/string.C, classes/table.C,
2156: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2157: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2158: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2159: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2160: pa_charsets, vs2015 warning war
2161:
2162: * src/classes/table.C: vs2015 warning war
2163:
2164: * src/types/pa_vdate.C: vs2015 warning war
2165:
2166: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2167:
2168: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2169: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2170:
2171: * src/main/pa_common.C: vs2015 compilation fixes
2172:
2173: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2174: vs2015 compilation fixes
2175:
2176: * src/main/pa_charset.C: vs2015 warning war
2177:
2178: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2179:
2180: * src/main/pa_charset.C: vs2015 warning war
2181:
2182: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2183:
2184: * src/types/pa_vdate.C: vs2015 compilation fix
2185:
2186: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2187:
2188: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2189: VS2015 compilation fixes
2190:
2191: * src/classes/table.C: minor fix (related to feature #11)
2192:
2193: * tests/results/282.processed: no longer skipping extra enclosers
2194: (related to feature #11)
2195:
2196: * src/classes/table.C: minor fix + no longer skipping extra
2197: enclosers (related to feature #11)
2198:
2199: * src/classes/table.C: minor optimization (related to feature #11)
2200:
2201: * src/classes/table.C: minor fix and optimization (related to
2202: feature #11)
2203:
2204: 2016-09-20 moko
2205:
2206: * tests/: 353.html, results/353.processed: test for
2207: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2208: added (related to bug #1090)
2209:
2210: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2211: one_big_piece (fixes bug #1090)
2212:
2213: * tests/: 229.html, results/229.processed: code coverage tests
2214:
2215: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2216: body) was called
2217:
2218: * src/classes/op.C: whitespace
2219:
2220: * tests/: 323.html, results/323.processed: test for code junction
2221: should not be returned by ^reflection:class, ^reflection:base
2222:
2223: * src/classes/reflection.C: bugfix: code junction should not be
2224: returned by ^reflection:class, ^reflection:base
2225:
2226: * tests/: 323.html, 352.html, results/352.processed: no more
2227: exception for ^reflection:method[class;no-such-method] (related
2228: to feature #1087)
2229:
2230: * src/classes/reflection.C:
2231: ^reflection:method[class;no-such-method] : exception -> void
2232: (related to feature #1087)
2233:
2234: * src/include/pa_request.h: request::write_value added to allow
2235: write value without convertion (related to issue #1091)
2236:
2237: 2016-09-19 moko
2238:
2239: * src/main/pa_random.C: windows build fix
2240:
2241: * src/types/pa_vhash.h: warning war
2242:
2243: 2016-09-14 moko
2244:
2245: * tests/: 352.html, 552.html, results/352.processed,
2246: results/552.processed: test for ^reflection:method[] extension
2247: added (related to feature #1087)
2248:
2249: * tests/: 552.html, results/552.processed: test for
2250: ^reflection:method[] extension added (related to feature #1087)
2251:
2252: * src/classes/reflection.C: compatibility issue fixed, VClass
2253: dynamic_cast check added (related to feature #1087)
2254:
2255: * tests/: 351.html, results/351.processed: test for @auto[]
2256: inheritance bug diring ^process[] added (related to bug #1088)
2257:
2258: * src/: classes/op.C, main/pa_request.C,
2259: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2260: disable it inheritance during ^process (fixes bug #1088)
2261:
2262: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2263: added (implements feature #1087)
2264:
2265: 2016-09-13 moko
2266:
2267: * tests/: 349.html, results/auto.p: test for objects prototyping
2268: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2269: to feature #1086)
2270:
2271: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2272: types/pa_vobject.C: objects now are not class instances, but have
2273: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2274: in @conf (implements feature #1086)
2275:
2276: 2016-09-08 moko
2277:
2278: * src/: classes/file.C, classes/mail.C, classes/string.C,
2279: classes/table.C, main/pa_http.C, main/pa_string.C,
2280: include/pa_string.h: cleanup: string::split limit argument
2281: removed as no longer required, pos_after no longer reference
2282: (related to feature #11)
2283:
2284: * src/classes/table.C, tests/results/348.processed: now exception
2285: is rised when invalid option is passed to ^table::create[]
2286:
2287: * tests/: 282.cfg, 282.html, results/282.processed: more code
2288: coverage tests
2289:
2290: * tests/: 348.html, results/348.processed: code coverage tests
2291: added
2292:
2293: * tests/: 348.html, results/348.processed: generic ^table::create[]
2294: tests
2295:
2296: * tests/: 035.html, results/035.processed, results/272.processed:
2297: tests updated after $.encloser[] support for ^table::create
2298: implementation (related to feature #11)
2299:
2300: * src/classes/table.C: $.encloser[] support for ^table::create
2301: finally added (implements feature #11)
2302:
2303: 2016-09-07 moko
2304:
2305: * src/include/pa_string.h: added StringSplitHelper as friend
2306: (related to feature #11)
2307:
2308: * src/include/pa_string.h: body and langs now protected, not
2309: private to allow inheritance (related to feature #11)
2310:
2311: * src/classes/table.C: lsplit optimized before cloning for
2312: ^table::create with $.encloser[] (related to feature #11)
2313:
2314: * src/classes/table.C: optimizaion: TableControlChars.separators
2315: added and used (related to feature #11)
2316:
2317: * src/classes/table.C: spelling:
2318:
2319: TableSeparators -> TableControlChars column -> separator
2320: separators -> control_chars
2321:
2322: 2016-09-06 moko
2323:
2324: * src/main/pa_string.C: whitespace
2325:
2326: * src/main/pa_string.C: whitespace
2327:
2328: 2016-09-01 moko
2329:
2330: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2331: results OS-independent
2332:
2333: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2334: compiler (related to feature #1042)
2335:
2336: 2016-08-15 moko
2337:
2338: * src/include/pa_string.h: whitespace
2339:
2340: * src/classes/table.C: whitespace
2341:
1.106 moko 2342: 2016-08-05 moko
2343:
2344: * tests/: 344.html, results/344.processed: test for
2345: ^hash::create[$file] added (related to feature #1075)
2346:
2347: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2348: supported (implements feature #1075)
2349:
2350: 2016-08-04 moko
2351:
2352: * tests/: 341.html, results/341.processed: more code coverage tests
2353:
2354: * tests/: 346-curl.html, results/346-curl.processed: more code
2355: coverage tests for curl
2356:
2357: * tests/: 346-curl.html, results/346-curl.processed: more code
2358: coverage tests for curl
2359:
2360: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2361: results/223.processed: code coverage tests: $.form[ $.table[] ]
2362: test added
2363:
2364: * tests/: 223-curl.html, results/223-curl.processed: more code
2365: coverage tests for curl
2366:
2367: 2016-08-03 moko
2368:
2369: * src/classes/curl.C: dlink(curl_library) now called not once, but
2370: until it will be loaded, allowing to find existing library.
2371:
2372: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2373: results/347-curl.processed: more code coverage tests for curl
2374:
2375: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2376: results/339-curl.processed, results/346-curl.processed: curl
2377: functionality tests
2378:
2379: 2016-08-02 moko
2380:
2381: * tests/: 339.html, results/339.processed: test for tables in
2382: ^file:load[] and ^curl:load[] (commented) added (related to
2383: feature #1042)
2384:
2385: * tests/: 345.html, results/345.processed: code coverage tests for
2386: file class
2387:
2388: * tests/: 344.html, results/344.processed: code coverage tests
2389:
2390: * tests/: 344.html, results/344.processed: mdate removed from
2391: output
2392:
2393: * src/classes/file.C: minor bugfix: is_text should be taked from
2394: fcontent.is_text_mode() if not set (related to feature #1061)
2395:
2396: * tests/: 344.html, results/344.processed: more tests
2397:
2398: * tests/: 343.html, 344.html, results/343.processed,
2399: results/344.processed: tests for ^file::create[ $.from-charset
2400: and $.to-charset ] (related to feature #1061)
2401:
2402: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2403: aset_text_mode argument optimized
2404:
2405: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2406: checkBOM now used in detect_binary_content (related to feature
2407: #1061)
2408:
2409: * src/main/pa_request.C: load_charset no longer required to_upper
2410:
2411: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2412: preserves original file mode (if no $.mode specified)
2413:
2414: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2415: ^file::create now supports $.from-charset[] and $.to-charset
2416: options (implements feature #1061), automatic transcode is done
2417: if text file is created from binary file and charset is detected.
2418:
2419: 2016-07-30 moko
2420:
2421: * src/classes/table.C: ^t.hash[..;] now supported (related to
2422: feature #1057)
2423:
2424: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2425: added (related to feature #1057)
2426:
2427: * tests/: 286.html, results/286.processed: code tests coverage
2428:
2429: 2016-07-29 moko
2430:
2431: * src/classes/table.C: table size should be checked inside menu and
2432: foreach (related to feature #858)
2433:
2434: * src/: classes/curl.C, classes/file.C, classes/string.C,
2435: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2436: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2437: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2438: charsets.get now does str_upper inside (related to feature #1061)
2439:
2440: * tests/: 342.html, results/342.processed: more code coverage tests
2441:
2442: * tests/: 342.html, outputs/342.processed: table menu code coverage
2443: + foreach test added (related to feature #858)
2444:
2445: * tests/: 341.html, results/341.processed: tests for
2446: ^table.hash[]{code} added + code coverage tests (related to
2447: feature #1057)
2448:
2449: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2450: value} support (implements feature #1057)
2451:
2452: * src/classes/table.C: whitespace
2453:
2454: 2016-07-28 moko
2455:
2456: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2457: from URL, if not specified query string removed from url-based
2458: filenames in ^curl:load[] and ^file::load[] (related to feature
2459: #1042)
2460:
2461: 2016-07-27 moko
2462:
2463: * tests/: 340.html, results/340.processed: test for
2464: transcode_text_result=false added (related to issue #1042)
2465:
2466: 2016-07-26 moko
2467:
2468: * src/types/pa_vfile.C: file name should not be empty (if file path
2469: is folder and ends with /) (related to feature #1042)
2470:
2471: * src/main/pa_http.C: whitespace optimizaion
2472:
2473: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2474: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2475: multiple headers, ^file::load supports headers transcoding
2476: (implements feature #1042)
2477:
2478: 2016-07-25 moko
2479:
2480: * src/include/pa_common.h: PA_DEFAULT added
2481:
2482: 2016-07-22 moko
2483:
2484: * tests/: 338.html, results/338.processed: test for
2485: $date.field(value) added (related to feature #1066)
2486:
2487: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2488: $date.field(value) now supported for y/m/d/h/m/s (implements
2489: feature #1066)
2490:
1.105 moko 2491: 2016-07-21 moko
2492:
2493: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2494: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2495: arguments removed; image.C - absolute path shown in exception
2496: (implements feature #1071)
2497:
2498: * tests/: 235.html, results/235.processed: test and test result
2499: updated after static boundary in mail and Errors-To: mail header
2500: removed (related to feature #1047)
2501:
2502: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2503: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2504: used, static boundary in mail removed, Errors-To: mail header
2505: removed (implements feature #1047)
2506:
2507: 2016-07-20 moko
2508:
2509: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2510: equest.classes(): Value -> VStateless_class, part 3 (related to
2511: issue #1051)
2512:
2513: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2514: request.classes(): Value -> VStateless_class, part 2 (related to
2515: issue #1051)
2516:
2517: * tests/results/: 224.processed, 323.processed: classes without
2518: methods should not be methoded (related to issue #1051)
2519:
2520: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2521: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2522: -> VStateless_class, part 1 (related to issue #1051)
2523:
2524: * tests/: 337.html, results/337.processed: test for
2525: ^reflection:fields_reference[] and VHashReference class added
2526: (related to feature #1072)
2527:
2528: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2529: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2530: and VHashReference added, allowing ^reflection:fields_reference[]
2531: implementation (closes feature #1072)
2532:
2533: 2016-07-19 moko
2534:
2535: * tests/: 323.html, results/323.processed: we want to see
2536: "methoded"
2537:
2538: * tests/: 336.html, results/336.processed: test for $BASE:property
2539: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2540: #1059)
2541:
2542: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2543: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2544: somebody_entered_some_class, $BASE:property works again,
2545: ^BASE:method[] bugs fixed (fixes bug #1059)
2546:
2547: 2016-07-14 moko
2548:
2549: * tests/: 335.html, results/335.processed: test for feature #1055
2550: added
2551:
2552: * src/classes/hash.C: bugfix: $._default was not copied if empty
2553: feature: ^hash.contains[_default] added (implements feature
2554: #1055)
2555:
2556: 2016-07-13 moko
2557:
2558: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2559: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2560:
2561: 2016-07-05 moko
2562:
2563: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2564: in ^hash.foreach (related to feature #1073)
2565:
2566: 2016-07-04 moko
2567:
2568: * tests/: 134.html, 281.html, results/134.processed,
2569: results/281.processed: tests updated after hash blocking removed
2570: (related to feature #1073)
2571:
2572: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2573: no longer blocks on change during foreach (implements feature
2574: #1073)
2575:
2576: 2016-06-17 moko
2577:
2578: * tests/: 330.html, results/330.processed: try exception source
2579: test added (related to bug in #1062)
2580:
2581: * tests/: 334.html, results/334.processed: Exception stack trace
2582: test added (related to bug in $1062)
2583:
2584: * src/classes/op.C: Exception trace now correctly restored and
2585: errors reported (related to bug #1062)
2586:
1.104 moko 2587: 2016-05-25 moko
2588:
2589: * src/main/compile.y: minor cleanup + beauty
2590:
2591: 2016-05-24 moko
2592:
2593: * tests/: 333.html, results/333.processed: more exceptions testing
2594:
2595: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2596: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2597: features #1056, #1026)
2598:
2599: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2600: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2601: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2602: (implements feature #1056)
2603:
2604: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2605: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2606: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2607: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2608: feature #1026)
2609:
2610: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2611: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2612: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2613: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2614: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2615: feature #1026)
2616:
2617: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2618: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2619: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2620: SYMBOLS_CACHING define implemented (related to feature #1026)
2621:
2622: * src/main/main.vcproj: + ps_symbols
2623:
2624: * src/: include/Makefile.am, include/pa_string.h,
2625: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2626: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2627: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2628: types/pa_vstateless_class.C: initial implementation for symbols
2629: cache (related to feature #1026)
2630:
2631: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2632:
2633: * src/main/pa_globals.C: minor cleanup
2634:
2635: 2016-05-19 moko
2636:
2637: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2638: (related to feature #1046)
2639:
2640: * tests/: 331.html, results/331.processed: test for
2641: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2642: (related to feature #1051)
2643:
2644: * src/main/compile.y:
2645: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2646: (implements feature #1054)
2647:
2648: 2016-05-18 moko
2649:
2650: * src/types/pa_vtable.C, tests/results/324.processed: no more
2651: "column not found" exception for ^table.no-such-method[] (related
2652: to feature #1046)
2653:
2654: * tests/: 261.html, results/261.processed: test added and updated
2655: after feature #1046 implementation
2656:
2657: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2658: types/pa_vvoid.h: $string.anything works for whitespace strings,
2659: ^string.contains added for hash compatibility, $string.method no
2660: longer returns stting method (implements feature #1046)
2661:
2662: 2016-05-12 moko
2663:
2664: * src/classes/curl.C: content-type response header no longer
2665: ignored (fixes issue #1045)
2666:
2667: * tests/: 330.html, results/330.processed: test for incomplete
2668: finally execution when break occures added (related to issue
2669: #1077)
2670:
2671: * src/classes/op.C: bugfix: Request::skip reset is called before
2672: executing catch and finally code (fixes issue #1062)
2673:
2674: 2016-05-11 moko
2675:
2676: * tests/: 329.html, results/329.processed: test for invalid
2677: ^break[] behavour added (bug #1077)
2678:
2679: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2680:
2681: 2016-04-24 moko
2682:
2683: * src/types/pa_vstateless_class.h: warning war
2684:
2685: 2016-04-17 moko
2686:
2687: * tests/: 328.html, results/328.processed: test for
2688: ^break(condition) and ^continue(condition) (related to feature
2689: #1063)
2690:
2691: * src/classes/op.C: ^break(condition) and ^continue(condition)
2692: implemented (feature #1063)
2693:
2694: 2016-04-12 moko
2695:
2696: * tests/results/280.processed: ordered hash now used for class
2697: methods and properties (test results updated for feature #1069)
2698:
2699: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2700: to xdoc.C as under FreeBSD it was inited after and inheritance
2701: failed (related to issue #1051)
2702:
2703: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2704: are printed to check inheritance (related to feature #1051)
2705:
1.103 moko 2706: 2016-04-09 moko
2707:
2708: * tests/results/320.processed: ordered hash now used for class
2709: methods and properties (test results updated for feature #1069)
2710:
2711: * src/types/pa_vstateless_class.h: ordered hash now used for class
2712: methods and properties (implements feature #1069)
2713:
2714: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2715: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2716: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2717: feature #1051)
2718:
2719: 2016-04-07 moko
2720:
2721: * src/main/execute.C: returned Value in .CLASS case for VJunction
2722: (related to feature #1051)
2723:
2724: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2725: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2726: string constants deduplication (related to feature #1051)
2727:
2728: * tests/results/224.processed: test result updated (related to
2729: feature #1051)
2730:
2731: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2732: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2733: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2734: types/pa_vstatus.h: classes hash now contains only
2735: VStateless_class derived objects, .CLASS is also allways
2736: VStateless_class derived object (related to feature #1051).
2737:
2738: 2016-04-06 moko
2739:
2740: * tests/results/323.processed: test result updated after feature
2741: #1051 implementation
2742:
2743: * src/: classes/classes.h, classes/op.C, classes/response.C,
2744: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2745: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2746: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2747: types/pa_vresponse.C, types/pa_vresponse.h,
2748: types/pa_vstateless_class.h: base -> methoded_donor for static
2749: classes, type() moved from VStateless_class to VClass and
2750: Methoded (implements feature #1051)
2751:
2752: 2016-04-04 moko
2753:
2754: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2755: beauty: put_class added (related to feature #1051)
2756:
2757: 2016-04-01 moko
2758:
2759: * tests/results/: 175.processed, 192.processed, 224.processed,
2760: 229.processed, 244.processed, 246.processed, 316.processed: test
2761: results updated as class.type() removed from error messages, only
2762: type() left (related to feature #1051)
2763:
2764: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2765: classes/op.C, classes/reflection.C, main/compile.y,
2766: main/compile_tools.h, main/execute.C, main/pa_request.C,
2767: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2768: types/pa_vmethod_frame.h, types/pa_vobject.h,
2769: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2770: from VStateless_class, type() is used instead (related to feature
2771: #1051)
2772:
2773: * src/classes/mail.C: old logic restored.
2774:
2775: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2776: classes/classes.h, classes/curl.C, classes/date.C,
2777: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2778: classes/hashfile.C, classes/image.C, classes/inet.C,
2779: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2780: classes/memcached.C, classes/memory.C, classes/reflection.C,
2781: classes/regex.C, classes/response.C, classes/string.C,
2782: classes/table.C, classes/xdoc.C, classes/xnode.C,
2783: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2784: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2785: feature #1051)
2786:
2787: 2016-03-30 moko
2788:
2789: * tests/: 327.html, results/224.processed, results/327.processed:
2790: test for TZ specification in ^date::create[], TZ is kept during
2791: ^date::create[$dt] (related to feature #1048)
2792:
2793: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2794: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2795: feature #1048)
2796:
2797: 2016-03-29 moko
2798:
2799: * tests/: 315.html, results/315.processed: test for timezone format
2800: +HHmm added (related to feature #1065)
2801:
2802: * src/classes/date.C: timezone format +HHmm now supported
2803: (implements feature #1065)
2804:
2805: 2016-03-28 moko
2806:
2807: * tests/: 202.html, results/131.processed, results/202.processed,
2808: results/224.processed, results/256.processed,
2809: results/315.processed: test results updated after %.2d now
2810: default for hours offset in iso-string (was %2d), test for
2811: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2812: added (related to feature #1065)
2813:
2814: 2016-03-27 moko
2815:
2816: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2817: feature #1065)
2818:
2819: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2820: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2821: added (implements feature #1065)
2822:
2823: 2016-03-24 moko
2824:
2825: * tests/: 202.html, results/202.processed: test $date.week added
2826: (related to bug #1067)
2827:
2828: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2829: date (fix for bug #1067)
2830:
2831: 2016-03-10 moko
2832:
2833: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2834:
1.102 moko 2835: 2015-12-07 moko
2836:
2837: * tests/: 326.html, results/326.processed: test for .CLASS &
2838: .CLASS_NAME optimization added (related to feature #844)
2839:
2840: 2015-11-17 moko
2841:
2842: * tests/: 323.html, results/323.processed: order added
2843:
2844: * tests/: 325.html, results/325.processed: double range test added
2845: (related to bug #1049)
2846:
2847: 2015-11-16 moko
2848:
2849: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2850: added to disallow NaN and Infinity (fixes bug #1049)
2851:
2852: 2015-11-11 moko
2853:
2854: * tests/324.html: parser 3.4.3 execution support added (related to
2855: feature #1017)
2856:
2857: * tests/: 324.html, results/324.processed: test for
2858: GET_ELEMENT4CALL feature added (feature #1017)
2859:
1.101 moko 2860: 2015-10-29 moko
2861:
2862: * operators.txt: updated for 3.4.4
2863:
2864: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2865:
2866: * src/main/pa_exec.C: get_exit_status implemented for Windows
2867: (related to bug #1043)
2868:
2869: 2015-10-28 moko
2870:
2871: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2872: hangup during ^file::exec (fixes bug #1043)
2873:
1.100 moko 2874: 2015-10-27 moko
2875:
2876: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2877:
1.99 moko 2878: 2015-10-26 moko
2879:
1.100 moko 2880: * tests/322.html, src/classes/reflection.C: arguments reorder
2881: (related to issue #1041)
2882:
2883: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2884: Copyright year updated
2885:
1.99 moko 2886: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2887: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2888: classes/form.C, classes/hash.C, classes/hashfile.C,
2889: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2890: classes/mail.C, classes/math.C, classes/memcached.C,
2891: classes/memory.C, classes/op.C, classes/reflection.C,
2892: classes/regex.C, classes/response.C, classes/string.C,
2893: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2894: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2895: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2896: include/pa_config_fixed.h, include/pa_config_includes.h,
2897: include/pa_dictionary.h, include/pa_dir.h,
2898: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2899: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2900: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2901: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2902: include/pa_request_charsets.h, include/pa_request_info.h,
2903: include/pa_sapi.h, include/pa_socks.h,
2904: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2905: include/pa_stack.h, include/pa_string.h,
2906: include/pa_stylesheet_connection.h,
2907: include/pa_stylesheet_manager.h, include/pa_table.h,
2908: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2909: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2910: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2911: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2912: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2913: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2914: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2915: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2916: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2917: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2918: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2919: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2920: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2921: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2922: main/pa_string.C, main/pa_stylesheet_connection.C,
2923: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2924: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2925: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2926: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2927: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2928: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2929: targets/isapi/parser3isapi.C, types/pa_junction.h,
2930: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2931: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2932: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2933: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2934: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2935: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2936: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2937: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2938: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2939: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2940: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2941: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2942: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2943: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2944: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2945: types/pa_vresponse.C, types/pa_vresponse.h,
2946: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2947: types/pa_vstateless_object.h, types/pa_vstatus.C,
2948: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2949: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2950: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2951: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2952: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2953:
2954: * src/targets/cgi/parser3.C: year updated
2955:
2956: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2957: issue #1041)
2958:
2959: * tests/: 323.html, results/323.processed: test for base classes
2960: added
2961:
2962: * tests/: 261.html, results/261.processed: updated after better
2963: error reporting done for $string.key exception
2964:
2965: * src/types/pa_vstring.h: better error report for $string.key
2966: exception
2967:
2968: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2969: copied as VObject::get_element4call to remove extra virtual call
2970:
2971: * tests/: 322.html, results/322.processed: test for
2972: ^reflection:is[] added (related to feature #1041)
2973:
2974: * src/classes/reflection.C: ^reflection:is empty value is void
2975: (related to feature #1041)
2976:
2977: * src/classes/reflection.C:
2978: ^reflection:is[class_name|code|method;[context;]element_name]
2979: added (implements feature #1041)
2980:
2981: 2015-10-24 moko
2982:
2983: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2984:
1.98 moko 2985: 2015-10-22 moko
2986:
2987: * tests/: 321.html, results/321.processed: test for
2988: ^reflection:method_info[] file detection added
2989:
2990: * tests/: 320.html, results/320.processed: test for
2991: ^reflection:class_by_name[class_name] added (related to feature
2992: #993)
2993:
2994: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2995: added (implements feature #993)
2996:
2997: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2998: (related to feature #1017)
2999:
3000: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3001: added (related to issue #1039)
3002:
3003: * src/main/pa_request.C: ^throw origin fixed (related to feature
3004: #1039)
3005:
3006: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3007: for VDate
3008:
3009: * tests/results/182.processed: updated after feature #1038
3010: implemented
3011:
3012: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3013: compile-time exception origin added (test for feature #1039)
3014:
3015: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3016: main/pa_request.C: exception unification: compile-time exceptions
3017: now have origin, @USE origins also tracked (implements feature
3018: #1039)
3019:
3020: 2015-10-20 moko
3021:
3022: * src/main/pa_request.C: cleanup
3023:
3024: 2015-10-15 moko
3025:
3026: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3027:
3028: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3029: types/pa_vtable.C: new feature: no more $table.method and
3030: $hash.method, aliases for _at, _count, _key (related to feature
3031: #1017)
3032:
1.97 moko 3033: 2015-10-14 moko
3034:
1.98 moko 3035: * tests/: 317.html, results/317.processed: test for
3036: ^string.unescape[] added (related to feature #120)
3037:
1.97 moko 3038: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3039: defined" bug (described in issue #1036)
3040:
3041: * tests/: 247.html, results/247.processed: test for checkBOM added
3042: (test for bug #1037)
3043:
3044: * src/: include/pa_charsets.h, main/pa_charsets.C,
3045: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3046: it's not enforced, skips BOM signature if it complies charset
3047: (fixes bug #1037)
3048:
3049: 2015-10-13 moko
3050:
3051: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3052: linking
3053:
3054: * src/classes/inet.C: vs2003 compilation fix
3055:
3056: * src/classes/math.C: warning war
3057:
3058: * src/lib/punycode/pa_punycode.c: warning war
3059:
3060: 2015-10-12 moko
3061:
3062: * src/lib/punycode/pa_punycode.c: warning war
3063:
3064: * parser3.sln: moved parser3 first, to make it default startup
3065: project
3066:
3067: * buildall: parser "mirror" now used for external libs sources
3068: (implements feature #1036)
3069:
3070: * buildall: most external libs are updated to their current
3071: versions (related to feature #1036)
3072:
3073: * src/classes/image.C: more tags added
3074:
3075: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3076:
3077: 2015-10-11 moko
3078:
3079: * src/classes/curl.C: minor optimization (related to feature #1035)
3080:
3081: 2015-10-09 moko
3082:
3083: * src/classes/curl.C: pa_strdup added for strings from curl
3084: (related to feature #1035)
3085:
3086: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3087: ULLONG_MAX definition
3088:
3089: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3090: (implements feature #1035)
3091:
3092: * src/main/pa_charset.C: String::Body(String::C) used
3093:
3094: * src/main/pa_charset.C: exceptions unified
3095:
3096: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3097: unified
3098:
3099: * src/: classes/file.C, classes/image.C, classes/mail.C,
3100: classes/op.C, classes/xdoc.C, classes/xnode.C,
3101: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3102: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3103: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3104: String::Body(String::C) constructor added (related to bug #957)
3105:
3106: * src/classes/file.C: minor optimization
3107:
3108: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3109: Cord(char*) autocreation (related to bug #957)
3110:
3111: * src/: classes/string.C, main/untaint.C: minor optimizations
3112:
3113: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3114: String(char*, Lang, length) removed, String(C(), Lang) used
3115: instead (related to bug #957)
3116:
3117: 2015-10-08 moko
3118:
3119: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3120: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3121: main/untaint.C: Now char * is converted to CORD only using
3122: AS_CORD() to check for empty cord bug (fixes bug #957)
3123:
3124: * src/include/pa_hash.h: fixed compilation without
3125: HASH_CODE_CACHING
3126:
3127: * src/classes/string.C:
3128: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3129: feature #120)
3130:
3131: * src/main/pa_common.C: reduce js flags checks count (related to
3132: feature #120)
3133:
1.96 moko 3134: 2015-10-07 moko
3135:
3136: * tests/: 275.html, results/275.processed: test modified after
3137: unsigned long long int support implemented (feature #1034)
3138:
3139: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3140: pa_atoul added for unsigned long long int support
3141:
3142: 2015-10-06 moko
3143:
3144: * src/types/pa_vdate.C: INT_MAX used
3145:
3146: 2015-10-03 moko
3147:
3148: * tests/: 302.html, results/302.processed: test for bug #1023
3149: (\u2028, \u2029 escaping) added
3150:
3151: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3152: json:string[] (fixes bug #1023)
3153:
3154: 2015-09-29 moko
3155:
3156: * tests/305.html: try-catch added for OS without ipv6 support
3157:
3158: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3159: compilation
3160:
3161: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3162: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3163: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3164: implemented to distinguish ^hash.method from $hash.field
3165: (implements feature #1017)
3166:
3167: * src/lib/punycode/pa_punycode.c: warning war
3168:
3169: * src/include/pa_config_includes.h: warning war
3170:
3171: * src/include/pa_config_includes.h: pragma warning actualized a bit
3172:
3173: * src/include/pa_config_includes.h: warning war
3174:
3175: * src/include/pa_hash.h: clang compilation fix
3176:
3177: 2015-09-27 moko
3178:
3179: * src/main/compile.tab.C: Bison 3 is now default
3180:
3181: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3182:
3183: 2015-09-25 moko
3184:
3185: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3186: works with undefined HASH_ORDER (related to feature #196)
3187:
3188: 2015-09-24 moko
3189:
3190: * tests/: 027.html, results/027.processed: test modified to test
3191: ^hash.sort (feature #196)
3192:
3193: * src/: classes/hash.C, include/pa_hash.h:
3194: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3195: added (implements feature #196)
3196:
3197: * tests/: 316.html, results/316.processed: Added test for bug #1025
3198: (exception handling in non-cached ^cache), plus for "it does not
3199: have logical value" and "$exception.handled value must be either
3200: boolean or string 'cache'" exceptions.
3201:
3202: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3203: code (fixes bug #1025)
3204:
1.95 moko 3205: 2015-09-23 moko
3206:
3207: * src/classes/table.C: warning war
3208:
3209: * src/: classes/math.C, types/pa_vcookie.C: warning war
3210:
3211: * src/classes/file.C: warning war
3212:
3213: * src/: include/pa_table.h, main/pa_table.C: warning war
3214:
3215: * src/: main/pa_request.C, classes/date.C: warning war
3216:
3217: * src/: types/pa_vdate.C, classes/op.C: warning war
3218:
3219: * tests/: 122.html, results/122.processed: win sync: to remove
3220: differences with OS that doesn't keep timezone change history
3221:
3222: * src/types/pa_vdate.C: tzset() should be called in Windows after
3223: TZ change (related to feature #36)
3224:
3225: * tests/: 075.html, results/075.processed: win sync: to remove
3226: differences with OS that doesn't keep timezone change history
3227:
3228: * tests/: 315.html, results/315.processed: win sync: to remove
3229: differences with OS that doesn't keep timezone change history
3230:
3231: * tests/: 256.html, results/256.processed: win sync: to remove
3232: differences with OS that doesn't keep timezone change history
3233:
3234: * tests/: 124.html, results/124.processed: win results sync: to
3235: avoid hitting time change hole.
3236:
3237: * src/types/pa_vdate.C: static returned. :)
3238:
3239: 2015-09-22 moko
3240:
3241: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3242:
3243: * tests/results/131.processed: more tests for feature #1032
3244:
3245: * src/classes/date.C: minor fix related to feature #1032
3246:
3247: * operators.txt: ISO date creation documented (related to feature
3248: #1032)
3249:
3250: * operators.txt: iso-string documented (related to feature #1032)
3251:
3252: * tests/: 315.html, results/315.processed: more tests added
3253: (related to feature #1032)
3254:
3255: * tests/: 131.html, results/131.processed: date range checks
3256: updated (related to feature #36)
3257:
3258: * tests/: 315.html, results/057.processed, results/315.processed:
3259: test added for ISO date support (related to issue #315)
3260:
3261: * src/classes/date.C: more readable exceptions in date creation
3262: (related to ticket #1032)
3263:
3264: 2015-09-18 moko
3265:
3266: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3267: added (related to issue #1032)
3268:
3269: * tests/results/256.processed, src/classes/json.C: iso-string
3270: documented (related to issue #1032)
3271:
3272: * tests/: 256.html, results/256.processed: ISO date check added
3273: (related to issue #1032)
3274:
3275: * tests/: 057.html, results/057.processed, results/224.processed:
3276: tests results updated after ISO date support implemented (related
3277: to feature #1032)
3278:
3279: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3280: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3281: ^date::create[string] constructor formalized, ^date.iso-string[]
3282: added (implements feature #1032)
3283:
3284: 2015-09-05 moko
3285:
3286: * operators.txt: actualized
3287:
3288: * operators.txt: date changes documented (related to ticket #36)
3289:
3290: 2015-09-04 moko
3291:
3292: * src/types/pa_vdate.C: warning war
3293:
3294: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3295:
3296: 2015-09-03 moko
3297:
3298: * tests/results/096.processed: test result updated for 0..9999 year
3299: date range support (related to feature #36)
3300:
3301: * tests/: 314.html, results/314.processed: test for
3302: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3303: bug #1031)
3304:
3305: * src/classes/string.C: Static calls fixed for ^string:base64[],
3306: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3307:
1.116 moko 3308: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3309: configure.in -> configure.ac
1.95 moko 3310:
1.116 moko 3311: * configure, configure.in, src/include/pa_config_auto.h.in: more
3312: correct timezone check for FreeBSD Warning war: configure.in ->
3313: configure.ac
1.95 moko 3314:
3315: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3316: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3317: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3318: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3319: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3320: src/main/Makefile.am, src/targets/apache/Makefile.am,
3321: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3322: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3323: check added
3324:
3325: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3326:
3327: * tests/results/: 124.processed, 224.processed: test resuls updated
3328: for new date implementation (related to feature #36)
3329:
3330: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3331: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3332: types/pa_vdate.h: new double date implementation with internal
3333: support for extended 0..9999 year range, default timezone support
3334: (related to feature #36)
3335:
3336: 2015-08-28 moko
3337:
3338: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3339: (fixes bug #1030)
3340:
3341: 2015-08-21 moko
3342:
3343: * src/classes/inet.C: snprintf size "bug" commented
3344:
3345: * src/main/pa_common.C: snprintf comments updated
3346:
3347: 2015-08-16 moko
3348:
3349: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3350:
3351: 2015-08-11 moko
3352:
3353: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3354: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3355: can be null (fixes bug #1029)
3356:
3357: 2015-08-06 moko
3358:
1.116 moko 3359: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3360: pa_vdate.C added
1.95 moko 3361:
3362: 2015-08-05 moko
3363:
3364: * tests/: 313.html, results/313.processed: test for
3365: ^table.count[columns] and ^table.flip[] with nameless tables
3366: (feature #1003)
3367:
3368: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3369: max_cell added, now ^table.count[columns] and ^table.flip[] works
3370: correctly for nameless tables (implements feature #1003)
3371:
3372: 2015-08-03 moko
3373:
3374: * tests/312.html: test for ^table.append[$hash] and
3375: ^table.insert[$hash] added (related to feature #1028)
3376:
3377: * src/classes/table.C: ^table.append[$hash] and
3378: ^table.insert[$hash] now supported (implements feature #1028)
3379:
3380: * tests/: 312.html, results/312.processed: test row copy in
3381: ^table.hash[; $.type[table] ] added (related to feature #1016)
3382:
3383: * src/classes/table.C: row copy now created in ^table.hash[;
3384: $.type[table] ] (related to feature #1016)
3385:
3386: 2015-07-29 moko
3387:
3388: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3389: added (related to feature #1016)
3390:
3391: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3392: ^table.delete[] added to delete current row (related to feature
3393: 1016)
3394:
3395: 2015-07-28 moko
3396:
3397: * tests/: 312.html, results/312.processed: test for
3398: $table.column[value] and ^table.insert{row} (related to feature
3399: #1016)
3400:
3401: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3402: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3403: ^table.insert{row} are now implemented (feature #1016)
3404:
3405: * src/include/pa_array.h: Optimization: bool reverse removed from
3406: append(), insert() added, memmove arguments order in remove()
3407: fixed (related to feature #1016)
3408:
3409: 2015-07-23 moko
3410:
3411: * src/classes/json.C: tainted json and empty json exception added
3412: (implements feature #1015)
3413:
3414: * tests/: 311.html, results/311.processed: empty json and tainted
3415: json exception test added (related to issue #1015)
3416:
3417: 2015-07-22 moko
3418:
3419: * tests/: 311.html, results/311.processed: test for UTF-8
3420: processing added
3421:
3422: * tests/: 311.html, results/311.processed: test for
3423: json_exception_with_source added (related to issue #394)
3424:
3425: * src/classes/json.C: json_exception_with_source added (implements
3426: feature #394)
3427:
3428: 2015-06-29 moko
3429:
3430: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3431: directories are now correctly determined if _d_type == DT_UNKNOWN
3432: (closes bug #1027)
3433:
3434: 2015-06-10 moko
3435:
3436: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3437: error if libxml has LIBXML_ICU_ENABLED.
3438:
3439: 2015-06-04 moko
3440:
3441: * tests/099.html: ups, reverting
3442:
3443: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3444: results/310.processed: tests for $response:body[ $.file[] ] and
3445: $response:last-modified added
3446:
3447: * src/main/pa_request.C: last-modified check fixed
3448:
3449: 2015-06-03 moko
3450:
3451: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3452: results/205.processed, results/293.processed: $response:headers
3453: logging added (tests for feature #1007)
3454:
3455: * src/: include/pa_common.h, include/pa_request.h,
3456: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3457: $response:headers are now in uppercase (closes feature #1007)
3458:
3459: 2015-06-02 moko
3460:
3461: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3462: build errors reverted for clang compatibility
3463:
3464: 2015-06-01 moko
3465:
3466: * src/include/pa_memory.h: -pedantic build errors fixed
3467:
3468: * src/classes/math.C: -pedantic build error fixed
3469:
3470: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3471:
3472: 2015-05-31 moko
3473:
3474: * src/classes/table.C: USE_STRINGSTREAM optimized
3475:
3476: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3477: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3478: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3479: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3480: types/pa_vxnode.h: warning war (-pedantic flag)
3481:
3482: 2015-05-28 moko
3483:
3484: * tests/: 308.html, results/308.processed: test for
3485: ^table::create[$t;], etc work added (related to bug #975)
3486:
3487: * src/classes/table.C: check_option_param removed,
3488: ^table::create[$t;], etc now works (fixes bug #975)
3489:
3490: 2015-05-27 moko
3491:
3492: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3493: (Debian jessie) fixed (closes issue #1024)
3494:
3495: * tests/Makefile: sort added as in Debian jessie list become
3496: unsorted
3497:
3498: 2015-05-18 moko
3499:
3500: * tests/: 201.html, results/201.processed: test for
3501: ^string.trim[what] feature #1022
3502:
3503: * src/classes/string.C: ^string.trim[what] now supported,
3504: implements feature #1022
3505:
3506: 2015-05-17 moko
3507:
3508: * tests/results/185.processed: test result updated as feature #1021
3509: implemented (left/right accept negative parameter)
3510:
3511: * src/classes/string.C: left/right now accept negative parameter
3512: (implements feature #1021)
3513:
3514: 2015-05-08 moko
3515:
3516: * src/classes/math.C: isalnum -> pa_isalnum
3517:
3518: * src/main/execute.C: optimization in getter-junction processing
3519: (related to issue #997)
3520:
3521: 2015-05-07 moko
3522:
3523: * tests/: 307.html, results/307.processed: test for issue #997
3524: added
3525:
3526: * src/main/execute.C: process_getter result now checked if junction
3527: returned (closes issue #997)
3528:
3529: * tests/: 305.html, results/305.processed: sort added to ignore
3530: different order
3531:
3532: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3533: assignment (closes issue #994)
3534:
3535: * tests/: 306.html, results/306.processed: test for issue #994
3536: added
3537:
3538: * tests/: 303.html, results/303.processed: two more errors tested
3539:
3540: 2015-05-06 moko
3541:
3542: * tests/: 305.html, results/305.processed: test for name2ip &
3543: ip2name added (related to feature #992)
3544:
3545: * tests/: 303.html, 304.html, results/303.processed,
3546: results/304.processed: tests for idna conversion added (related
3547: to issue #849)
3548:
3549: 2015-05-02 moko
3550:
3551: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3552: implemented
3553:
3554: 2015-04-30 moko
3555:
3556: * src/main/pa_http.C: idna_host added, related to issue #849
3557:
3558: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3559: (related to issue #849)
3560:
3561: 2015-04-24 moko
3562:
3563: * src/types/pa_vjunction.C: warning war
3564:
3565: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3566: unification
3567:
3568: * src/lib/punycode/pa_idna.c: warning war
3569:
3570: 2015-04-22 moko
3571:
3572: * src/main/main.vcproj: punycode include path added
3573:
3574: * src/lib/punycode/pa_idna.c: windows compile error fixed
3575:
3576: * src/lib/punycode/pa_idna.c: warning war
3577:
3578: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3579: project file added
3580:
3581: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3582:
3583: * src/include/pa_memory.h: warning war
3584:
3585: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3586: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3587: implemented (related to feature #849)
3588:
3589: * configure.in, src/main/Makefile.am,
3590: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3591: libpunycode added in Unix
3592:
3593: 2015-04-21 moko
3594:
3595: * configure.in: large files support
3596:
3597: 2015-04-15 moko
3598:
3599: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3600: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3601: pa_punycode.h: initial version for punycode/idna support library
3602: (ticket #849)
3603:
3604: 2015-04-08 moko
3605:
3606: * src/: classes/curl.C, classes/date.C, classes/file.C,
3607: classes/image.C, classes/mail.C, classes/reflection.C,
3608: classes/string.C, classes/xnode.C, include/pa_request.h,
3609: include/pa_string.h, include/pa_stylesheet_connection.h,
3610: main/compile.y, main/compile_tools.h, main/execute.C,
3611: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3612: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3613: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3614: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3615: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3616: clang compiler warnings (closes issue #1018)
3617:
3618: * src/include/pa_string.h: String::Body comparation operators with
3619: char * added (related to issue #958)
3620:
3621: 2015-04-07 moko
3622:
3623: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3624: pa_malloc/pa_free to remove system malloc/free usage (related to
3625: issue #1018)
3626:
3627: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3628: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3629: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3630: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3631: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3632: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3633: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3634: malloc/strdup/free replaced with pa_ version and checks for
3635: accidental use of non-pa_ version added (related to issue #1018)
3636:
3637: 2015-04-03 moko
3638:
3639: * buildall: pcre-8.33 -> pcre-8.36
3640:
3641: * src/: main/compile.y, classes/form.C, classes/mail.C,
3642: classes/op.C, classes/string.C, main/compile.tab.C,
3643: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3644: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3645: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3646: ticket #958)
3647:
3648: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3649: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3650: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3651: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3652: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3653: $request:headers, $request:method added (implements feature
3654: #1007)
3655:
3656: 2015-03-17 misha
3657:
3658: * tests/302.html: - test for
3659: ^json:string[...;$._default[method-name]]
3660:
3661: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3662: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3663: option $._default[method-name] is specified in ^json:string[], a
3664: method with specified name will be called for classes/objects
3665: serialization ( new feature: #982 )
3666:
3667: 2015-03-16 misha
3668:
3669: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3670: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3671: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3672: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3673: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3674: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3675: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3676: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3677: types/pa_vrequest.h, types/pa_vstateless_class.C,
3678: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3679: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3680: $var.CLASS_NAME now have special opcodes. This can be switched
3681: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3682: on pa_opcode.h ( new feature: #844 )
3683:
3684: 2015-03-15 misha
3685:
3686: * tests/075.html: - test for $response:header[]
3687:
3688: * src/types/pa_vresponse.C: - $response:header[] deletes header
3689: that was set earlie ( new feature: #1001 )
3690:
3691: 2015-03-12 misha
3692:
3693: * tests/246.html: - more tests for ^hash._at[]
3694:
3695: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3696: accepts second param [key|value|hash] ( new feature: #1012 )
3697:
3698: 2015-03-09 moko
3699:
3700: * src/types/pa_vmail.C: exception for everything but
3701: $mail:received, closes issue #1011
3702:
3703: 2015-02-20 moko
3704:
3705: * tests/: 275.html, results/275.processed: hex detection in
3706: pa_atoui fix test (closes issue #1010)
3707:
3708: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3709: issue #1010)
3710:
3711: 2015-02-17 moko
3712:
3713: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3714: tainted.
3715:
3716: 2015-02-03 misha
3717:
3718: * tests/301.html: - test for ^json:string($double) causes
3719: exception. bugfix: #1008
3720:
3721: * src/classes/json.C: - ^json:string($double) causes exception.
3722: bugfix: #1008
3723:
3724: * tests/014.html: - updated for work with ^hash.delete[]
3725:
3726: 2015-01-12 misha
3727:
3728: * src/: classes/form.C, include/pa_common.h,
3729: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3730: types/pa_vform.h: - supports body with PUT method as well ( new
3731: feature: #1006 )
3732:
3733: * src/classes/file.C: - warnings war
3734:
3735: 2015-01-11 misha
3736:
3737: * tests/300.html: - test for ^hash.delete[] is added
3738:
3739: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3740: feature: #989 ) - tiny optimization in intersects
3741:
3742: 2015-01-06 moko
3743:
3744: * src/types/pa_vmail.C: file names transcode added, to and cc added
3745: with transcode, attachments detection fixed
3746:
3747: * src/main/pa_request.C: filling mail received after cgi/auto.p
3748: load to allow charset switch (related to issue #996)
3749:
3750: 2014-12-31 moko
3751:
3752: * src/types/pa_vmail.C: from and subject now transcoded if not
3753: UTF-8 source charset (fixes issue 996)
3754:
3755: * src/main/pa_exception.C: fixed string from stack bug (closes
3756: issue #1000)
3757:
3758: 2014-12-11 misha
3759:
3760: * src/types/pa_vhashfile.C: - check if key is not empty before
3761: access ( bug fix: #1005 )
3762:
3763: 2014-11-13 misha
3764:
3765: * src/main/compile.y: - PC.append does not reset to false while
3766: creating a new class. bugfix: #990
3767:
3768: * tests/299.html: - test for creation class after working with
3769: partial class (create+append)
3770:
3771: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3772: #995
3773:
3774: * tests/232.html: - test for @get[def] added
3775:
3776: 2014-10-12 moko
3777:
3778: * src/lib/pcre/pcre_internal.vcproj: correct path
3779:
3780: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3781: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3782: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3783: targets/apache/ApacheModuleParser3.vcproj,
3784: targets/apache/ApacheModuleParser3Core.vcproj,
3785: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3786: types/types.vcproj: project GUID inserted in *.vcproj for correct
3787: conversion in newer VS versions
3788:
3789: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3790: pcre_internal.vcproj added
3791:
3792: 2014-08-28 moko
3793:
3794: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3795: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3796: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3797:
3798: 2014-06-30 misha
3799:
3800: * tests/298.html: - tests for ^reflection:def[class;className]
3801: added
3802:
3803: * src/classes/reflection.C: - ^reflection:def[class;className]
3804: added ( new feature: #918 )
3805:
3806: 2014-06-29 misha
3807:
3808: * src/classes/table.C: - ^table::create[unsupported data] -
3809: exception comment changed to "body must be table or code" ( bug
3810: fix: #951 )
3811:
3812: * tests/: 261.html, results/261.processed: - tests for
3813: ^json:string[...;$.void[null|string]] added
3814:
3815: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3816: option $.void[string|null] added to ^json:string[...] ( new
3817: feature: #952 )
3818:
3819: 2014-06-28 moko
3820:
3821: * src/classes/curl.C: $.charset now processed before other curl
3822: options (closes issue #980)
3823:
3824: 2014-05-23 misha
3825:
3826: * src/classes/json.C: - bug fix: #987
3827:
3828: 2014-05-04 misha
3829:
3830: * tests/: 253.html, 253_json.txt: - test for
3831: ^json:parse[$.int(false)] is added
3832:
3833: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3834: default true). The option is similar to $.double(bool) but for
3835: integers.
3836:
3837: 2014-05-01 moko
3838:
3839: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3840: #12 )
3841:
3842: 2014-04-16 moko
3843:
3844: * src/main/pa_http.C: response-charset option should finally work
3845: now (fix for issue #867)
3846:
3847: * src/main/pa_http.C: response-charset option should work now (fix
3848: for issue #867)
3849:
3850: 2014-03-07 moko
3851:
3852: * buildall: libgc moved
3853:
3854: * buildall: libgc moved
3855:
3856: 2013-12-29 moko
3857:
3858: * src/classes/string.C: ^string:js-unescape result now tainted,
3859: closes issue #966
3860:
3861: * tests/: 186.html, results/186.processed: ^string:js-unescape
3862: result now tainted, issue #966
3863:
3864: 2013-12-03 moko
3865:
3866: * src/: classes/memcached.C, types/pa_vmemcached.C,
3867: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3868: option was added for http://www.parser.ru/forum/?id=79343
3869:
3870: * src/classes/file.C: bugfix for
3871: http://www.parser.ru/forum/?id=79337
3872:
3873: 2013-11-05 moko
3874:
3875: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3876:
3877: * src/main/pa_globals.C: spelling fixed
3878:
3879: 2013-10-29 moko
3880:
3881: * src/lib/json/json.vcproj: json.c -> pa_json.C
3882:
3883: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3884: #892
3885:
3886: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3887: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3888: exceptions to be thrown thougth json library), related to issue
3889: #892
3890:
3891: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3892: related to issue #896
3893:
3894: 2013-10-24 moko
3895:
3896: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3897:
3898: 2013-10-23 moko
3899:
3900: * README: actualization
3901:
3902: 2013-10-22 moko
3903:
3904: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3905: compatibility patch from Sergey Kirpichev
3906:
3907: * tests/: 297.html, results/297.processed: non-working getter fix
3908: test for issue #948
3909:
3910: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3911: called when saving value of $match variable in ^string.match[] to
3912: increase compatibility (related to issue #948).
3913:
3914: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3915: usage optimization
3916:
3917: 2013-10-21 moko
3918:
3919: * tests/: 182.html, results/182.processed: local path removed for
3920: compatibility
3921:
3922: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3923: results/244.processed, results/253.processed,
3924: results/254.processed, results/275.processed,
3925: results/281.processed: try_catch -> try-catch
3926:
3927: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3928: results/294.processed, results/296.processed: try_catch ->
3929: try-catch
3930:
3931: 2013-10-20 moko
3932:
3933: * tests/: 296.html, results/296.processed: test for xsl exception
3934: for issue #938 added.
3935:
3936: * src/: include/pa_xml_exception.h,
3937: main/pa_stylesheet_connection.C: forgotten to be replaced
3938: XmlException is now replaced (once again closes issue #938)
3939:
3940: 2013-10-18 moko
3941:
3942: * buildall: disable clock_gettime detection to avoid librt linking
3943: (which in turn depends on libpthread), related to issue #943
3944:
3945: 2013-10-18 misha
3946:
3947: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3948: lib/smtp/smtp.vcproj, main/main.vcproj,
3949: targets/apache/ApacheModuleParser3Core.vcproj,
3950: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3951: types/types.vcproj: - new locations for libxml2 includes where
3952: added to vcproj files
3953:
3954: 2013-10-18 moko
3955:
3956: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3957: fix
3958:
3959: * tests/: 295.html, results/295.processed: test for issue #948
3960: updated
3961:
3962: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3963: :)
3964:
3965: * tests/: 295.html, results/295.processed: test for issue #948
3966: added
3967:
3968: * src/: classes/hash.C, classes/string.C, classes/table.C,
3969: include/pa_request.h, types/pa_method.h: for getters and setters
3970: to be executed request.put_element should be called, not
3971: context.put_element (fixes issue #948)
3972:
3973: 2013-10-17 moko
3974:
3975: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3976: LIBXML2_NEW_BUFFER check (closes issue #943)
3977:
3978: * buildall: libxml 2.9.1 build is broken --without-reader.
3979:
3980: 2013-10-16 moko
3981:
3982: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3983:
3984: * tests/: 294.html, results/294.processed: test for issue #938
3985:
3986: * src/: classes/xdoc.C, classes/xnode.C,
3987: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3988: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3989:
3990: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3991: libxslt-1.1.26 -> libxslt-1.1.28
3992:
3993: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3994: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3995: to '?', related to issue #938
3996:
3997: 2013-10-15 moko
3998:
3999: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4000: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4001: minor optimizations (closes issue #896)
4002:
4003: * tests/results/: 292.processed, 293.processed: results updated to
4004: comply with issue #896
4005:
4006: * tests/: 292.html, 293.html, results/292.processed,
4007: results/293.processed: tests for json escaping
4008:
4009: 2013-10-14 moko
4010:
4011: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4012: and cleanup, code moved from .h to .C, no changes in code
4013:
4014: 2013-10-12 moko
4015:
4016: * tests/results/119.processed: updated test result commited
4017:
4018: * tests/: 291.html, results/291.processed: test for issue #894
4019: added
4020:
4021: * src/types/pa_wcontext.h: base methods call support function
4022: get_somebody_entered_some_class should not be true forever, as
4023: wcontext can have many get_elements calls (fixes issue #894)
4024:
4025: 2013-10-11 moko
4026:
4027: * tests/: 290.html, results/290.processed: test for junction GPF
4028: issue #942 added
4029:
4030: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4031: to native method fixed (closes issue #942)
4032:
4033: * tests/: 158.html, results/158.processed: test for csv-string[]
4034: added
4035:
4036: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4037: feature #907)
4038:
4039: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4040: feature #907)
4041:
4042: 2013-10-09 moko
4043:
4044: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4045: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4046: types/pa_vstateless_class.C: GET_default, SET_default now works
4047: properly not only in objects, but in classes as well (closes
4048: issue #903)
4049:
4050: * tests/: 289.html, results/289.processed: GET/SET_default now
4051: works in classes, not only objects, test case added, related to
4052: issue #903
4053:
4054: * tests/: 288.html, results/288.processed: test for endless
4055: recursion bug added (related to issue #903)
4056:
4057: 2013-10-05 moko
4058:
4059: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4060: classes/table.C, main/execute.C, types/pa_method.h,
4061: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4062: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4063: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4064: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4065: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4066: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4067: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4068: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4069: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4070: optimization: put_element no longer has "bool areplace" argument,
4071: related to issue #903
4072:
4073: 2013-10-03 moko
4074:
4075: * tests/results/182.processed: result for $.replace(false) test
4076: commited
4077:
4078: * src/classes/date.C: ^date::create(number) processed correctly
4079: (fixes issue #901)
4080:
4081: * src/classes/image.C: as_no_junction removed, as param can be
4082: expression (closes issue #931)
4083:
4084: * tests/233.html: test for issue #931 added
4085:
4086: 2013-10-02 moko
4087:
4088: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4089: modified, test for $.replace(false) added
4090:
4091: * src/main/compile_tools.h: forgotten class replace returned. :)
4092:
4093: 2013-09-30 moko
4094:
4095: * tests/: 141.html, results/141.processed: md5 tainting test added
4096:
4097: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4098: main/compile_tools.h, main/pa_request.C: allow_class_replace
4099: implemented; $.replace option added to ^process and ^use
4100:
4101: 2013-08-27 moko
4102:
4103: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4104: cstr_to_string_body_untaint should be called with charsets for
4105: possible uri language and connection for possible sql language.
4106: related to issue #857
4107:
4108: * buildall: and -> or fixed
4109:
4110: 2013-08-26 moko
4111:
4112: * buildall: prepare_ functions logic changed to support
4113: gc-7.2d.tar.gz extracting to gc-7.2 directory
4114:
4115: 2013-08-23 moko
4116:
4117: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4118: statically
4119:
4120: 2013-08-22 moko
4121:
4122: * src/classes/string.C: String::Empty used (related to issue #912)
4123: append_know_length removed (related to old GPF bug)
4124:
4125: 2013-08-21 moko
4126:
4127: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4128:
4129: * src/classes/math.C: ^math:digest[...;$file] support added
4130: (related to ticket #857
4131:
4132: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4133: implemented
4134:
4135: * src/types/pa_vhashfile.h: warning war
4136:
4137: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4138: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4139: anti_endless_json_string_recoursion removed from request;
4140: json_string_recoursion added to json_options; $.indent[indent
4141: value] now supported and passed within recoursion closes feature
4142: #937
4143:
4144: * tests/: 287.html, results/287.processed: test for feature #937
4145:
4146: 2013-07-31 moko
4147:
4148: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4149: compilation having #define _S
4150:
4151: * src/main/pa_globals.C: cleanup
4152:
4153: 2013-07-30 moko
4154:
4155: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4156: main/pa_common.C: vs2003 warning war
4157:
4158: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4159:
4160: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4161:
4162: * src/lib/md5/pa_sha2.c: warning war
4163:
4164: 2013-07-29 moko
4165:
4166: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4167: patches from github
4168:
4169: * src/: classes/bool.C, classes/double.C, classes/int.C,
4170: classes/memcached.C, include/pa_config_includes.h,
4171: types/pa_vfile.C, types/pa_vfile.h: warning war
4172:
4173: * src/lib/json/json.vcproj: C++ -> C
4174:
4175: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4176:
4177: * src/lib/json/: json.c, pa_json.C: windows compatibility
4178:
4179: * src/lib/json/: json.c, pa_json.C: windows compatibility
4180:
4181: * src/lib/json/: json.c, pa_json.C: warning war
4182:
4183: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4184:
4185: * src/include/pa_config_fixed.h: uint16_t added
4186:
4187: * configure.in: uint16_t check added
4188:
4189: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4190: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4191: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4192: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4193: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4194:
4195: 2013-07-25 moko
4196:
4197: * parser3.sln: dependencies added
4198:
4199: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4200: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4201: module support
4202:
4203: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4204:
4205: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4206:
4207: 2013-07-23 moko
4208:
4209: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4210: PA_DEBUG_GC_MEMORY removed
4211:
4212: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4213: PA_DEBUG_DISABLE_GC compilation fix
4214:
4215: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4216: main/pa_request.C: outdated RESOURCES_DEBUG removed
4217:
4218: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4219: garbage cleanup
4220:
4221: * src/main/pa_common.C: warning war
4222:
4223: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4224:
4225: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4226: minor cleanup
4227:
4228: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4229: uses cygwin, not WIN32 implementation
4230:
4231: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4232: able to exec shell scripts
4233:
4234: * src/classes/math.C: ifdef WIN32 cleanup
4235:
4236: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4237:
4238: * src/classes/curl.C: LT_MODULE_EXT used
4239:
4240: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4241:
4242: 2013-07-22 moko
4243:
4244: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4245: includes fix
4246:
4247: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4248:
4249: * configure.in, src/include/pa_config_includes.h,
4250: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4251: src/main/pa_exec.C: includes cleanup
4252:
4253: * src/targets/cgi/parser3.C: 2012->2013
4254:
4255: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4256:
4257: * configure.in, src/include/pa_config_includes.h,
4258: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4259: src/main/pa_random.C, src/main/pa_socks.C,
4260: src/types/pa_vstatus.C: cygwin support cleanup
4261:
4262: * configure.in: dirent.h check added
4263:
4264: * src/: include/pa_config_includes.h, include/pa_dir.h,
4265: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4266: not copied
4267:
4268: 2013-07-21 moko
4269:
4270: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4271:
4272: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4273: parser3.vcproj: unused getopt.h / getopt.c removed
4274:
4275: * operators.txt, src/classes/file.C, tests/022.html,
4276: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4277: $.stat(true)] usage commented
4278:
4279: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4280: src/main/pa_dir.C: ^file:list[] now has dir column and when
4281: $.stat(true) it has size/*date columns modified patch from misha@
4282: that closes issue #914.
4283:
4284: * src/: include/pa_config_includes.h, main/pa_globals.C:
4285: PA_RELEASE_ASSERTS removed
4286:
4287: * src/lib/md5/pa_md5c.c: minor cleanup
4288:
4289: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4290: localeconv()->decimal_point usage remoed (related to issue #934)
4291:
4292: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4293: cordprnt.c removed
4294:
4295: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4296: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4297: pa-include/pa_strings.h: includes cleanup
4298:
4299: * src/lib/md5/pa_md5c.c: headers cleanup
4300:
4301: 2013-07-20 moko
4302:
4303: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4304: cleanup
4305:
4306: 2013-07-19 moko
4307:
4308: * src/classes/math.C: extern "C" added for crypt
4309:
4310: 2013-07-18 moko
4311:
4312: * src/classes/math.C: fix redhat7.2 build
4313:
4314: 2013-07-17 moko
4315:
4316: * configure.in, src/include/pa_config_includes.h,
4317: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4318: added for uint8/32/64_t)
4319:
4320: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4321: pa_config_includes.h used for uint32/64_t
4322:
4323: 2013-07-16 moko
4324:
4325: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4326: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4327: war
4328:
4329: * src/main/compile.tab.C: compile.y was updated
4330:
4331: * src/main/compile.y: warning war
4332:
4333: * src/: include/pa_exception.h, main/pa_exception.C,
4334: main/pa_xml_exception.C: warning war
4335:
4336: * src/: include/pa_common.h, main/pa_common.C: warning war
4337:
4338: * configure.in: beauty :)
4339:
4340: * tests/: 141.html, results/141.processed: sha256/512 added
4341:
4342: 2013-07-13 moko
4343:
4344: * src/lib/md5/md5.vcproj: sha2 added
4345:
4346: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4347: classes/math.C: sha2 support (sha256/sha512 digest)
4348:
4349: 2013-07-08 moko
4350:
4351: * src/classes/image.C: directory read or other read problem message
4352: fixed (related to issue #933)
4353:
4354: 2013-07-07 moko
4355:
4356: * AUTHORS: + misha + moko. :)
4357:
4358: 2013-07-06 moko
4359:
4360: * src/: classes/curl.C, include/pa_globals.h,
4361: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4362: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4363: for lt_dlinit to be called once and lt_dlexit called at right
4364: place (related to issue #925)
4365:
4366: 2013-07-04 moko
4367:
4368: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4369: VString::as_vfile now uses vfile.set_binary_string to avoid
4370: content-type to be set, as it brokes badly designed logic in
4371: response output. This hopefully finishes issue #928.
4372:
4373: * tests/results/: 256.processed, 286.processed: file now displayed
4374: as name, size, mode, content-type
4375:
4376: * src/main/pa_common.C: read error now reported cottectly (fixes
4377: issue #933
4378:
4379: 2013-06-28 moko
4380:
4381: * tests/: 286.html, results/286.processed: test extended
4382:
4383: * tests/: 286.html, results/286.processed: Test for issue #928
4384: added. it tests default content-type change.
4385:
4386: * src/types/pa_vfile.C: closes issue #928 - default content-type
4387: now updated
4388:
4389: 2013-06-25 moko
4390:
4391: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4392: content-type for text/binary files without name added;
4393: ^file::create[$f;...] options now works properly and $f
4394: properties are default (fixes issue #928)
4395:
4396: 2013-05-16 misha
4397:
4398: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4399: added
4400:
4401: * src/main/pa_table.C: - a tiny memory optimisation while creating
4402: table if specified limit is bigger than source rows count
4403:
4404: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4405: added ( new feature: #858 )
4406:
4407: 2013-04-29 moko
4408:
4409: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4410: $.ipresolve(0|1|2) added (closes issue #891)
4411:
4412: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4413:
4414: 2013-04-24 moko
4415:
4416: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4417: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4418: types/pa_vmemcached.h: ^memcache.release[] added, calls
4419: memcached_quit (refs #893)
4420:
4421: 2013-04-22 moko
4422:
4423: * src/: include/pa_string.h, main/pa_common.C: no more double
4424: slashes in file path (fixes bug #872)
4425:
4426: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4427: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4428: #739)
4429:
4430: * tests/results/266.processed: $.max_params added (feature #915)
4431:
4432: * src/: include/pa_common.h, main/pa_http.C: response-charset
4433: option added to file::load (closes issue #867)
4434:
4435: 2013-04-20 misha
4436:
4437: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4438: commited
4439:
4440: 2013-03-15 misha
4441:
4442: * src/classes/: hash.C, table.C: - Optimisation: do not create
4443: multiple empty strings while ::sql. uae String::Empty instead
4444:
4445: 2013-03-14 misha
4446:
4447: * src/classes/reflection.C: - for user classes
4448: ^reflection:method_info[] returns $.max_params and $.extra_param
4449: with $.call_type if they available ( new feature: #915 )
4450:
4451: * src/classes/file.C: - ^file:delete[] now supports an option
4452: $.exception(false) that suppress any exception while deleting
4453: file ( new feature: #916 )
4454:
4455: * src/classes/curl.C: - parsing cookies after curl:load now should
4456: work :)
4457:
4458: 2013-03-12 misha
4459:
4460: * src/types/pa_vfile.C: - if specified file_name is empty string
4461: set default name for the file
4462:
4463: 2013-03-11 misha
4464:
4465: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4466: also available in $f.cookies
4467:
4468: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4469: moved to a separate method
4470:
4471: 2013-03-10 moko
4472:
4473: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4474: added
4475:
4476: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4477: removed (declared by autoconf)
4478:
4479: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4480: uint32_t define
4481:
4482: 2013-03-10 misha
4483:
4484: * src/classes/file.C: ^file:delete and ^file:move now support
4485: option $.keep-empty-dirs(true) ( new feature: #884 )
4486:
4487: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4488: empty dirs is added
4489:
4490: 2013-03-10 moko
4491:
4492: * src/classes/: bool.C, double.C, int.C: default can be present,
4493: but default check removed from ^int/double/bool.int/double/bool
4494: for string.int/double/bool compatibility (related to issue #913)
4495:
4496: * src/classes/string.C: ^string.int/dobule/bool no longer
4497: internally throws exception if default is present (closes issue
4498: #913)
4499:
4500: 2013-03-09 misha
4501:
4502: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4503: optimisations ( #845 )
4504:
4505: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4506:
4507: 2013-03-08 moko
4508:
4509: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4510: creates correct table (fixes issue #910)
4511:
4512: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4513: use outside of 'connect' operator (fixes issue #911)
4514:
4515: * tests/results/: 096.processed, 122.processed: test results
4516: updated as doubles now printed with 15 significant digits, not 5
4517: (fixes issue #882)
4518:
4519: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4520: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4521:
4522: 2013-02-21 moko
4523:
4524: * src/classes/table.C: _locate_name_value does not check arguments
4525: count, so we check it in advance (fixes issue #905)
4526:
4527: 2012-10-23 moko
4528:
4529: * buildall: old shell for and echo compatibility (for six)
4530:
4531: 2012-10-19 moko
4532:
4533: * buildall: --strip added --disable-safe-mode listed in usage
4534:
4535: 2012-10-17 misha
4536:
4537: * src/classes/op.C: - apply-taint should not throw "outside
4538: connect" exception with sql lang now
4539:
4540: 2012-10-17 moko
4541:
4542: * src/main/pa_request.C: bugfix: safe mode should be inited for
4543: each request (for apache module)
4544:
4545: 2012-09-26 moko
4546:
4547: * src/doc/doxygen.cfg: png -> svg
4548:
4549: 2012-09-25 moko
4550:
4551: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4552: test added
4553:
4554: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4555: double use when key is long
4556:
4557: 2012-09-16 moko
4558:
4559: * src/classes/math.C: Format -> Method Encode -> Format
4560:
4561: * tests/: 141.html, results/141.processed: math:digest hmac test
4562: added
4563:
4564: 2012-09-14 moko
4565:
4566: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4567: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4568: implementation added
4569:
4570: 2012-09-12 moko
4571:
4572: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4573: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4574: targets.dox and string.dox slightly actualized
4575:
4576: 2012-08-31 moko
4577:
4578: * ChangeLog: now generated with patched cvs2cl.pl
4579:
4580: 2012-07-29 moko
4581:
4582: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4583: result should be pushed after VMethodFrame destructor is called,
4584: as it deletes junctions from stack params (fixes issue #868)
4585:
4586: 2012-07-23 moko
4587:
4588: * INSTALL, README: buildall script usage documented, other outdated
4589: info updated.
4590:
4591: * buildall-with-xml, buildall-without-xml: replaced by buildall
4592:
4593: 2012-07-21 moko
4594:
4595: * buildall: glib does not compile when threads are disabled...
4596:
4597: * src/types/pa_vmail.C: g_assertion fixes for empty input
4598:
4599: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4600: unref, can't unref nested objects)
4601:
4602: * src/types/pa_vmail.C: another check added
4603:
4604: 2012-07-19 moko
4605:
4606: * buildall: usage added
4607:
4608: * buildall: new buildall script that unites buildall-with-xml,
4609: buildall-without-xml, --with-apache and --with-mailreceive
4610:
4611: * configure.in: support for static gmime and dynamic glib linking.
4612: fixes for FreeBSD
4613:
4614: 2012-07-17 moko
4615:
4616: * configure.in: --with-mailreceive replaced
4617: --with-static-mailreceive and --with-shared-mailreceive pathlink
4618: removed
4619:
4620: 2012-07-16 moko
4621:
4622: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4623: capitalized, content now decoded and text content converted to
4624: $request:charset. all properties are accessed by functions, this
4625: ready for dynamic load.
4626:
4627: 2012-06-28 moko
4628:
1.116 moko 4629: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4630: 32 bit
1.95 moko 4631:
4632: 2012-06-27 moko
4633:
4634: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4635: passive ftp
4636:
4637: * src/lib/ltdl/ltdl.vcproj: release build fixed
4638:
4639: * configure.in: 3.4.2 RC -> 3.4.2
4640:
4641: 2012-06-22 moko
4642:
4643: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4644: #815)
4645:
4646: * tests/: 284.html, results/284.processed: output options test
4647: (feature #265)
4648:
4649: 2012-06-22 misha
4650:
4651: * tests/215.html: - little changes
4652:
4653: 2012-06-21 moko
4654:
4655: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4656: types/pa_vxdoc.h: output_options returned and used (bugfix for
4657: feature #265)
4658:
4659: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4660: breaks long .*, default 10M restored. (issue #216)
4661:
4662: * tests/: 283.html, results/283.processed: test for issue #815
4663: added
4664:
4665: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4666: again, cstrm not required.
4667:
4668: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4669: Win32 and broken FreeBSD (issue #45)
4670:
4671: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4672:
4673: * src/main/pa_string.C: warnings war
4674:
4675: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4676: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4677: main/pa_socks.C, targets/apache/pa_threads.C,
4678: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4679: types/pa_vstatus.C: compilation under cygwin fixed
4680:
4681: 2012-06-19 moko
4682:
4683: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4684: Windows fixed
4685:
4686: * parser3.sln: removed antique pcre_ctype
4687:
4688: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4689:
4690: * src/include/pa_config_fixed.h: undefined reference to
4691: __imp__pcre_* fix for Windows
4692:
4693: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4694: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4695: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4696: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4697: define fixed
1.95 moko 4698:
4699: 2012-06-18 moko
4700:
4701: * src/classes/memcached.C: flush -> clear
4702:
4703: * src/classes/memcached.C: memcached does not support quotes even
4704: in server name
4705:
4706: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4707: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4708: called on open to check servers existance. $.key(true) syntax
4709: now supported
4710:
4711: 2012-06-17 moko
4712:
4713: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4714: cleanup
4715:
4716: * src/classes/table.C, tests/282.cfg, tests/282.html,
4717: tests/results/282.processed: encloser at the EOF bug fixed,
4718: incorrectly enclosed data now processed more logicaly (fixes
4719: #339)
4720:
4721: 2012-06-15 moko
4722:
4723: * buildall-without-xml: sync with buildall-with-xml
4724:
4725: * buildall-with-xml: download auto-detected between fetch and curl
4726:
4727: * configure.in: --with-gc and --with-pcre now also processed
4728: correctly
4729:
1.116 moko 4730: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4731: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4732: should be run on rol1 using automake / aclocal (GNU automake)
4733: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4734:
4735: * configure.in: new PARSER_VERSION logic
4736:
4737: * src/include/pa_version.h: new pa_version.h logic
4738:
4739: * src/: classes/curl.C, classes/file.C, classes/image.C,
4740: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4741: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4742: feols_normalized -> fis_text_content set_binary added
4743:
4744: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4745:
4746: 2012-06-15 misha
4747:
4748: * src/: classes/curl.C, classes/file.C, classes/image.C,
4749: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4750: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4751: ^file::create[text;content] EOLs in content now is normalized. (
4752: new feature: #815 )
4753:
4754: 2012-06-15 moko
4755:
4756: * configure.in: --disable-version-update added to disable version
4757: update with host information (for debian package) whitespace
4758: optimized
4759:
4760: * configure.in: version changed to 3.4.2 RC no-pic added for
4761: libtool
4762:
4763: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4764: it.
4765:
4766: 2012-06-14 moko
4767:
4768: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4769: tests/results/281.processed: "hash flocked" error removed for
4770: safe operations like ^h._count[] ( new feature: #335 )
4771:
1.116 moko 4772: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4773:
4774: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4775:
4776: * configure.in: --with-static/shared xml replaced with --with-xml,
4777: xml compilation check added
4778:
4779: * configure.in: --with-static/shared-gc, --with-static-pcre are
4780: replaced with --with-gc and --with-pcre test for pcre linking
4781: added
4782:
4783: 2012-06-13 moko
4784:
4785: * configure.in: apxs2 check optimized
4786:
4787: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4788: .la, includes optimized
4789:
4790: * buildall-with-xml: --with-pic looks better for -fPIC
4791:
4792: * configure.in: switched to convenience library in static linking
4793:
4794: * src/targets/apache/Makefile.am: switched to convenience library
4795: usage to avoid libtool warnings
4796:
4797: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4798: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4799: smtp/Makefile.am: switched to convenience library usage
4800:
4801: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4802:
4803: * src/targets/apache/Makefile.am: updated for libtool usage
4804:
4805: * buildall-without-xml: --with-included-ltdl added
4806:
4807: * buildall-without-xml: sync with buildall-with-xml
4808:
4809: * buildall-with-xml: --with-included-ltdl added $cflags added for
4810: -fPIC for x64 $download added for wget success check added
4811:
4812: * buildall-without-xml: --with-dynamic-stdcpp removed
4813:
4814: * configure.in: disable-static returned
4815:
4816: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4817: LIBTOOLFLAGS
4818:
4819: 2012-06-12 moko
4820:
4821: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4822: compatible with LIBTOOLFLAGS for unknown reasons
4823:
4824: * buildall-with-xml: --with-dynamic-stdcpp removed
4825:
4826: * configure.in: static/dynamic -lstdc++ linking option removed
4827: apxs2 check added
4828:
4829: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4830: option removed
4831:
4832: 2012-06-10 moko
4833:
4834: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4835: added
4836:
4837: * src/targets/cgi/pp3.cmd: old PAF stuff
4838:
1.116 moko 4839: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4840: beauty
1.95 moko 4841:
4842: * depcomp: from libtool 2.4.2
4843:
4844: * configure.in: ltdl directory removed, it has correct Makefile.in
4845:
4846: 2012-06-09 moko
4847:
1.116 moko 4848: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4849: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4850: autogenerated files updated after libtool update
4851:
1.116 moko 4852: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4853: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4854: config_auto.h.in, config_fixed.h, configure, configure.ac,
4855: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4856: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4857: config/compile, config/config.guess, config/config.sub,
4858: config/depcomp, config/install-sh, config/ltmain.sh,
4859: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4860: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4861: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4862: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4863: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4864: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4865: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4866: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4867:
4868: * configure.in: preparation for new libtool
4869:
4870: * configure.in: Some beauty added :)
4871:
4872: * src/targets/apache/Makefile.am: := -> =
4873:
4874: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4875: again. :)
4876:
4877: * src/include/pa_config_includes.h, configure.in: limits.h added,
4878: previously was taken from pcre_internal.h. :)
4879:
4880: * src/lib/pcre/Makefile.am: config.h returned
4881:
4882: * src/lib/pcre/config.h: still need this. :)
4883:
4884: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4885:
4886: * configure.in: --with-charsets removed; --with-mysql-client & co
4887: removed
4888:
4889: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4890: now in parser tree, no need to copy
4891:
4892: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4893: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4894: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4895: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4896: extracts now used old trash removed
4897:
4898: * etc/parser3.charsets/Makefile.am: charsets now in share
4899: (debian/patches/104_automake.patch) + all charsets are copied
4900:
4901: * buildall-with-xml, buildall-without-xml: curl option removed +
4902: extra arguments now supported
4903:
4904: 2012-06-08 misha
4905:
4906: * src/classes/table.C: - one params.as_hash usage was rolled back:
4907: the 2nd option in ^table.hash[] could be hash or table so
4908: .as_hash will throw an exception when table option is specified
4909:
4910: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4911: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4912: classes/table.C, classes/void.C, classes/xdoc.C,
4913: include/pa_exception.h, types/pa_vmethod_frame.C,
4914: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4915: and improved (whitespaces are allowed as empty options) -
4916: MethodParams::as_table is added - above methods are used for
4917: parsing methods' options ( new feature: #9 )
4918:
4919: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4920: to vclass. now class fields can be accessible as a hash:
4921: $h[^hash::create[$asd:CLASS]]
4922:
4923: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4924: have get_fields method so their fields can be accessed with
4925: ^reflection:fields[...] & ^reflection:field[...]
4926:
4927: 2012-06-06 misha
4928:
4929: * tests/280.html: - tests for
4930: ^reflection:method[obj-or-class;method],
4931: ^reflection:field[obj-or-class;field] and
4932: ^reflection:fields[obj-or-class] are added
4933:
4934: 2012-06-05 misha
4935:
4936: * src/classes/reflection.C: - ^reflection:method[class or
4937: object;method name] and ^reflection:field[class or object;field
4938: name] are added
4939:
4940: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4941: is used
4942:
4943: * src/types/pa_method.h: - Method::as_vjunction method is added
4944:
4945: 2012-06-05 moko
4946:
1.116 moko 4947: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4948:
4949: * src/classes/memcached.C: flish ttl fixed
4950:
4951: 2012-06-04 moko
4952:
4953: * src/classes/json.C, src/classes/op.C, tests/279.html,
4954: tests/results/279.processed: ^json:parse[] now supports $.taint
4955: option (new feature #833)
4956:
4957: 2012-06-04 misha
4958:
4959: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4960: - search_stop method was moved from pa_vcookie.C to pa_common.C
4961:
4962: 2012-06-03 misha
4963:
4964: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4965: cookies are parced and stored into $.cookies ( new feature: #31 )
4966:
4967: 2012-05-30 misha
4968:
4969: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4970: incomplete class into a scope while @USE is found
4971:
4972: * src/main/compile.y: - add incomplete class into a scope while
4973: @USE and @CLASS instructions are found ( bugfix: #838 )
4974:
4975: 2012-05-30 moko
4976:
4977: * src/types/pa_vclass.C, tests/278.html,
4978: tests/results/278.processed: removed "property has no getter
4979: method" exception when GET_DEFAULT present (fixes #269)
4980:
4981: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4982: $._default
4983:
4984: 2012-05-29 moko
4985:
4986: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4987: uninitialized values usage (new feature: #154)
4988:
4989: 2012-05-28 moko
4990:
4991: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4992: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4993: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4994: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4995: src/types/pa_vobject.C, src/types/pa_vobject.h,
4996: src/types/pa_vstring.h, src/types/pa_vtable.C,
4997: tests/results/277.processed, src/types/pa_vtable.h,
4998: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4999: ^json:string[$o; $.default[$method]] implemented for VObject (new
5000: feature #803)
5001:
5002: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5003: tests/results/277.processed: json numbers are now treated as
5004: double ( new feature: #834 )
5005:
5006: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5007: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5008: added for out of range checks, zero division in vint/vdouble
5009: check added ( fixes #832 )
5010:
5011: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5012: ( fixes #832 )
5013:
5014: 2012-05-28 misha
5015:
5016: * buildall-with-xml: - --without-lzma option is added to libxml2
5017: configure
5018:
5019: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5020: added - tests for unsupported values for options $.file, $.table
5021: and $.date are added
5022:
5023: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5024: accepts "stat" $.file[] option's value in addition to existed
5025: "text" and "base64" ( new feature: #835 )
5026:
5027: * tests/276.html: - test for
5028: ^reflection:delete[$object-or-class;field-name]
5029:
5030: * src/classes/reflection.C: -
5031: ^reflection:delete[$object-or-class;field-name] is added ( new
5032: feature: #268 )
5033:
5034: 2012-05-27 misha
5035:
5036: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5037:
5038: 2012-05-24 misha
5039:
5040: * src/include/pa_common.h: - method lastposafter was removed
5041:
5042: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5043: lastposafter - ^file:dirname[] & Co proper handle windows file
5044: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5045: work as *nix commands
5046:
5047: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5048:
5049: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5050: rskipchars were added
5051:
5052: * tests/270.html: - more tests for ^file:find[]
5053:
5054: * tests/065.html: - more tests for ^file:dirname[] & Co
5055:
5056: * src/include/pa_version.h: - must be "win32" here. it is
5057: auto-generated on *nix
5058:
5059: 2012-05-24 moko
5060:
5061: * src/classes/math.C: ^math:convert[] now supports uint32 and
5062: throws overflow exception ( new feature: #830 )
5063:
5064: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5065: uint32 support and overflow added ( new feature: #830 )
5066:
5067: 2012-05-23 moko
5068:
5069: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5070: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5071: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5072: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5073: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5074: types/pa_vregex.h, types/pa_vstateless_class.C,
5075: types/pa_vstateless_class.h, types/pa_vstring.h,
5076: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5077: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5078: "return string as-is" removed from as_expr_result. ( new feature:
5079: #831 )
5080:
5081: * tests/results/244.processed: test changed after bug #782 fix
5082: commited
5083:
5084: * tests/results/229.processed: test results for bug #782 commited
5085:
5086: * tests/: 254.html, results/254.processed: uid now just compared,
5087: not printed. :)
5088:
5089: 2012-05-20 moko
5090:
5091: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5092: feature: #341 )
5093:
5094: * tests/: 254.html, results/254.processed: test for
5095: ^reflection:uid[] added
5096:
5097: * tests/: 254.html, results/254.processed: test for
5098: ^reflection:uid[$obj] added
5099:
5100: 2012-05-17 misha
5101:
5102: * src/main/untaint.C: - do not replace ' char by _26 while
5103: exploding filespec-tainting ( new feature: #829 )
5104:
5105: 2012-05-12 moko
5106:
5107: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5108: not.
5109:
5110: 2012-05-08 moko
5111:
5112: * src/types/pa_vmethod_frame.h: bug #782 fixed
5113:
5114: * tests/229.html: test for bug #782
5115:
5116: * tests/results/259.processed, src/main/pa_request.C,
5117: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5118: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5119: src/types/pa_vvoid.h: feature #154 - first empty param now
5120: string; defined locals are empty strings; $STRICT-VARS(true)
5121: added
5122:
5123: 2012-04-27 moko
5124:
1.116 moko 5125: * src/targets/apache/Makefile.am:
1.95 moko 5126: ../../lib/memcached/libmemcached.a added
5127:
5128: 2012-04-27 misha
5129:
5130: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5131: ( #827 )
5132:
5133: 2012-04-25 moko
5134:
5135: * src/: classes/json.C, classes/memcached.C,
5136: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5137: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5138: implemented.
5139:
5140: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5141:
5142: 2012-04-23 moko
5143:
5144: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5145: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5146: types/pa_vmemcached.h: open allows options hash for new
5147: memcached(options) function
5148:
5149: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5150: not appended
5151:
5152: 2012-04-21 moko
5153:
5154: * src/classes/curl.C: '' added. :)
5155:
5156: * src/classes/classes.vcproj: new curl.h location
5157:
5158: * src/classes/curl.C: verbose output redirection from stderr to
5159: file curl option added
5160:
5161: 2012-04-20 moko
5162:
5163: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5164: contains what we need from curl, #ifdef HAVE_CURL removed
5165:
1.116 moko 5166: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5167: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5168: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5169: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5170: configure option
5171:
5172: 2012-04-19 moko
5173:
5174: * src/: classes/double.C, classes/inet.C, classes/int.C,
5175: classes/string.C, lib/gc/include/gc_allocator.h,
5176: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5177: options from sql_result_string removed. (closes issue #468)
5178:
5179: * src/types/pa_vmemcached.C: empty string fix
5180:
5181: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5182: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5183: pa_vmemcached.C
5184:
5185: 2012-04-18 moko
5186:
5187: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5188: apache2-mpm-prefork" error displayed in threaded mpm.
5189:
5190: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5191: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5192: installed (issue #354)
5193:
5194: 2012-04-16 moko
5195:
5196: * src/types/pa_vmemcached.C: call to memcached_result_create and
5197: memcached_result_free removed
5198:
5199: 2012-04-14 moko
5200:
5201: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5202:
5203: * src/types/pa_vmemcached.C: check_key added and used
5204:
5205: 2012-04-13 moko
5206:
5207: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5208: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5209: Serialization_data now added and used, VString now serialized
5210: with languages into memcached.
5211:
5212: 2012-03-28 moko
5213:
5214: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5215: lib/memcached/pa_memcached.h: result lengths added
5216:
5217: 2012-03-27 moko
5218:
5219: * src/types/pa_vmemcached.C: strdup added
5220:
5221: 2012-03-24 moko
5222:
5223: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5224: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5225: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5226:
5227: 2012-03-20 moko
5228:
1.116 moko 5229: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5230:
5231: * src/targets/cgi/Makefile.am: cleanup
5232:
5233: * src/: types/Makefile.am, types/pa_vmemcached.C,
5234: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5235:
5236: * src/: classes/Makefile.am, classes/memcached.C,
5237: lib/memcached/Makefile.am, lib/memcached/constants.h,
5238: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5239: lib/memcached/types.h, lib/Makefile.am: memcached initial
5240:
5241: 2012-03-16 moko
5242:
5243: * src/main/execute.C: ident now works under Linux + ident displays
5244: filenames (closes issue #818)
5245:
1.116 moko 5246: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5247: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5248: pa_vmethod_frame_local.h removed
5249:
5250: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5251: classes/classes.h, classes/curl.C, classes/date.C,
5252: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5253: classes/hashfile.C, classes/image.C, classes/inet.C,
5254: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5255: classes/memory.C, classes/op.C, classes/reflection.C,
5256: classes/regex.C, classes/response.C, classes/string.C,
5257: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5258: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5259: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5260: include/pa_config_fixed.h, include/pa_config_includes.h,
5261: include/pa_dictionary.h, include/pa_dir.h,
5262: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5263: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5264: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5265: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5266: include/pa_request_charsets.h, include/pa_request_info.h,
5267: include/pa_sapi.h, include/pa_socks.h,
5268: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5269: include/pa_stack.h, include/pa_string.h,
5270: include/pa_stylesheet_connection.h,
5271: include/pa_stylesheet_manager.h, include/pa_table.h,
5272: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5273: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5274: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5275: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5276: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5277: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5278: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5279: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5280: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5281: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5282: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5283: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5284: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5285: main/pa_string.C, main/pa_stylesheet_connection.C,
5286: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5287: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5288: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5289: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5290: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5291: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5292: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5293: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5294: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5295: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5296: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5297: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5298: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5299: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5300: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5301: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5302: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5303: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5304: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5305: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5306: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5307: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5308: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5309: types/pa_vresponse.h, types/pa_vstateless_class.C,
5310: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5311: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5312: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5313: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5314: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5315: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5316: ident now works under Linux + ident displays filenames (closes
5317: issue #818) Copyright updated
5318:
5319: 2012-03-13 moko
5320:
5321: * src/main/pa_string.C: compilation fix for feature #741
5322:
5323: 2012-03-09 misha
5324:
5325: * tests/193.html: - tests for ^string:base64[encoded] are updated
5326:
5327: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5328: now detects invalid base64 chars in the middle of encoded stricg
5329: ( new feature: #55 )
5330:
5331: * src/include/pa_exception.h: - new exception type for base64
5332: decoding is added
5333:
5334: 2012-03-06 misha
5335:
5336: * tests/274.html: - tests for ^date::today[] and
5337: ^date.sql-string[datetime|date|time] are added
5338:
5339: * src/classes/date.C: - constructor ^date::today[] is added ( new
5340: feature: #811 ) - ^date.sql-string[] now can accept one param --
5341: strings "datetime", "date" or "time" - comments tidying up
5342:
5343: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5344: date and time
5345:
5346: 2012-03-03 misha
5347:
5348: * tests/193.html: - tests for
5349: ^string:base64[encoded;$.strict(true)] are added
5350:
5351: * tests/results/auto.p: - try-catch operator is added
5352:
5353: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5354: main/pa_common.C: - $.strict(true|false) option is added to
5355: base64 decode methods ( new feature: #55 )
5356:
5357: * src/main/pa_common.C: - base64 decode memory usage was decreased
5358: ( new feature: #819 )
5359:
5360: 2012-02-28 moko
5361:
5362: * src/classes/hash.C: ident test
5363:
5364: 2012-02-27 misha
5365:
5366: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5367:
5368: 2012-01-08 misha
5369:
5370: * tests/273.html: - tests for ^string.replace[from;to] are added
5371:
5372: * src/: classes/string.C, include/pa_dictionary.h,
5373: main/pa_dictionary.C, main/pa_string.C: -
5374: ^string.replace[from;to] is added ( new feature: #741 ) -
5375: ^string.replace[one subst here] is slightly optimized
5376:
5377: 2011-12-07 misha
5378:
5379: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5380: named table with one empty column ( bugfix: #63 )
5381:
5382: 2011-11-30 misha
5383:
5384: * src/classes/json.C: - it's possible to set user's method for
5385: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5386: #763 )
5387:
5388: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5389:
5390: 2011-11-23 misha
5391:
5392: * src/: classes/curl.C, classes/file.C, classes/image.C,
5393: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5394: types/pa_vfile.h, types/pa_vform.C: - constructor
5395: ^file::create[mode;filename;content[;options]] now accepts binary
5396: mode and file-content - new constructor's format:
5397: ^file::create[string-or-file-content[;$.name[filename]
5398: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5399: feature: #65 )
5400:
5401: * src/: include/pa_request.h, main/pa_request.C: - new method
5402: mime_type_of(const String*) is added
5403:
5404: * src/include/pa_exception.h: - new exception constant
5405: FILE_NAME_MUST_BE_SPECIFIED is added
5406:
5407: * src/classes/table.C: - bug with negative offset transformed into
5408: a feature. it means pointing to a row from the end of the table (
5409: new feature: #810 )
5410:
5411: 2011-11-19 misha
5412:
5413: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5414: â ìåòîäå _select ( new feature: #810 )
5415:
5416: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5417: options were specified together is simplified
5418:
5419: 2011-11-12 misha
5420:
5421: * src/main/pa_request.C: - forgotten fix for escaping filename in
5422: HTTP content-disposition header (a part of bug #361 )
5423:
5424: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5425: checks for ancestors' classes as well ( new feature: #456 )
5426:
5427: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5428: "without cycle" now have types "parser.break" and
5429: "parser.continue" instead of "parser.runtime" ( new feature: #799
5430: )
5431:
5432: 2011-11-11 misha
5433:
5434: * tests/results/: 099.processed, 100.processed, 205.processed,
5435: 237.processed: - since bug #361 was fixed the content of filename
5436: in HTTP headers is quoted
5437:
5438: * tests/results/270.processed: - result for test 270
5439:
5440: * tests/: 065.html, results/065.processed: - more tests for
5441: ^file:basename[] & Co were added
5442:
5443: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5444:
5445: * tests/270.html: - tests for ^file:find[] are added
5446:
5447: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5448: using option $.charset. option $.engoding is still supported but
5449: these options can not be specified together
5450:
5451: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5452: comparation charset name with string "UTF-8" ( bugfix: #759 )
5453:
5454: 2011-10-11 misha
5455:
5456: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5457: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5458: #622)
5459:
5460: 2011-09-30 misha
5461:
5462: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5463: exception "saving stat-ed file" ( bugfix: #395 )
5464:
5465: 2011-05-30 misha
5466:
5467: * src/classes/string.C: - fixed bug which was added with
5468: params.as_hash into string:sql
5469:
5470: 2011-05-29 misha
5471:
5472: * src/types/pa_value.C: - filename in content-disposition header
5473: must be quoted ( bugfix: #361 )
5474:
5475: 2011-05-27 misha
5476:
5477: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5478: created file
5479:
5480: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5481: usage
5482:
5483: * src/include/pa_exception.h: - one more string for exception was
5484: added
5485:
5486: 2011-05-25 misha
5487:
5488: * tests/269.html: - tests for checking input params in some dom
5489: methods
5490:
5491: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5492: was added. it isn't possible not wo create xdoc with invalid
5493: tagName. ( bugfix: #160 )
5494:
5495: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5496: string "data must be string" was mover from pa_exception.h to
5497: pa_xml_exception.h
5498:
5499: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5500: as_xmlncname, as_xmlname and as_xmlnsuri were added
5501:
5502: * src/main/pa_xml_exception.C: - XmlException accepts more options
5503:
5504: * src/include/pa_xml_exception.h: - XmlException accepts more
5505: options - XML-related exception's strings were added
5506:
5507: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5508: output_options were removed)
5509:
5510: 2011-05-19 misha
5511:
5512: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5513: params.as_hash is used more while parsing methods hash-options
5514:
5515: 2011-05-18 misha
5516:
5517: * operators.txt: - info about json-serialization of xdoc was added
5518:
5519: * tests/256.html: - tests for json-serialization xdoc were added
5520:
5521: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5522:
5523: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5524: classes/json.C, classes/xdoc.C: - now json:string can serialize
5525: xdoc-objects. options (the same as ^xdoc.string[]) could be
5526: specified in $.xdoc[] ( new feature: #265 )
5527:
5528: 2011-05-15 misha
5529:
5530: * tests/268.html: - tests for ^table.count[with options] were added
5531:
5532: * src/classes/table.C: - method ^table.count[] now can accept
5533: options ( new feature: #93 ): ^table.count[column] returns number
5534: of columns for named table; ^table.count[cells] returns number of
5535: cells in the current row; ^table.count[] & ^table.count[rows]
5536: return number of rows in a table.
5537:
5538: * tests/267.html: - test for checking switch/case in boolean mode
5539: was added
5540:
5541: * src/classes/op.C: - if switch's or case's value is bool, they are
5542: compared as bool values, not as double values: new feature: #351
5543:
5544: 2011-05-06 misha
5545:
5546: * tests/242.html: - EOL before EOF was added
5547:
5548: * tests/169.html: - tests for splitting empty string and void were
5549: added
5550:
5551: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5552: returned table with one empty cell)
5553:
5554: 2011-04-03 misha
5555:
5556: * src/include/pa_version.h, configure.in: - version in head was
5557: changed to 3.4.2b
5558:
5559: 2011-03-30 misha
5560:
5561: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5562: as well ( new feature #294 )
5563:
5564: 2011-03-29 misha
5565:
5566: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5567: limited to approx. 6 MB. previous limits were too big for real
5568: life. bugfix: #216
5569:
5570: 2011-03-04 moko
5571:
5572: * etc/parser3.charsets/cp866.cfg: Conforms to
5573: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5574:
5575: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5576: vlalek@
5577:
5578: 2011-02-22 misha
5579:
5580: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5581: be under #ifdef XML or parser can't be compiled without xml
5582: support
5583:
5584: 2011-02-21 misha
5585:
1.116 moko 5586: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5587: ApacheModuleParser3.vcproj was removed
5588:
5589: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5590: removed)
5591:
5592: 2011-02-20 misha
5593:
5594: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5595: $.overridden in ^reflection:method_info[...] were added
5596:
5597: * src/classes/reflection.C: - beautifying result of
5598: ^reflection:method_info[] ($.overridden/inherited)
5599:
5600: 2011-02-18 misha
5601:
5602: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5603: and pa_isalnum instead of isalpha and isalnum - bug with
5604: redundand quoting lowercased latin chars while building email
5605: body was fixed
5606:
5607: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5608: added (they check for latin chars only)
5609:
5610: 2011-02-16 misha
5611:
5612: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5613: string size for transcoding gave too small value (should ever
5614: look for availability char in dest charset inspite of the char
5615: size)
5616:
5617: 2011-02-04 moko
5618:
5619: * tests/223.html: header values now not url-encoded (issue #195)
5620:
5621: 2011-02-01 misha
5622:
5623: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5624:
5625: 2011-01-31 misha
5626:
5627: * src/main/pa_request.C: - throw exception if param file_name in
5628: use_file is empty
5629:
5630: 2011-01-08 moko
5631:
5632: * src/classes/curl.C: compilations errors fixed
5633:
5634: 2010-12-29 moko
5635:
5636: * tests/: 265.html, results/265.processed: test for issue #200
5637: added
5638:
5639: * src/main/pa_string.C: empty regex result check added (fixes issue
5640: #200)
5641:
5642: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5643:
5644: * tests/results/223.processed: header values now not url-encoded
5645: (issue #195)
5646:
5647: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5648: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5649: pa_http_safe_header_name added for headers names (fixes bug #195)
5650:
5651: 2010-12-18 misha
5652:
5653: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5654: => pa-include
5655:
5656: 2010-11-28 moko
5657:
5658: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5659:
5660: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5661: -> pa
5662:
5663: * configure.in: apr -> pa
5664:
5665: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5666:
5667: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5668: classes/Makefile.am, types/Makefile.am: apr -> pa
5669:
5670: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5671: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5672: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5673: pa-include/pa_apr.h, pa-include/pa_errno.h,
5674: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5675: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5676: module apr name conflict resolved)
5677:
5678: 2010-11-27 misha
5679:
5680: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5681: libbz2
5682:
5683: 2010-11-26 misha
5684:
5685: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5686: warnings removed
5687:
5688: 2010-11-25 moko
5689:
5690: * operators.txt: $.indent(true)
5691:
5692: * operators.txt: another bugfix. :)
5693:
5694: * operators.txt: bugfix. :)
5695:
5696: * buildall-with-xml: libxml2-2.7.8 + with-apache
5697:
5698: 2010-11-24 moko
5699:
1.116 moko 5700: * configure: apxs support
1.95 moko 5701:
5702: * configure.in: apxs support -Bstatic gc removed for OS X
5703:
5704: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5705:
5706: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5707: THREAD_LOCAL usage
5708:
5709: * src/: classes/curl.C, include/pa_config_includes.h,
5710: main/pa_globals.C: THREAD_LOCAL defined and used
5711:
5712: 2010-11-23 moko
5713:
5714: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5715: should be passed to pa_sleep, and only fractional part (bugfix:
5716: #188)
5717:
5718: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5719:
5720: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5721: GC_dont_gc=1, as in cgi version
5722:
5723: * src/targets/apache/mod_parser3.c: warning war
5724:
5725: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5726: pa_httpd.h: version removed, some trash removed
5727:
5728: * src/targets/apache/mod_parser3.c: version removed (we don't want
5729: to show it), warning war
5730:
5731: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5732: pa_httpd.h: parser_status_allowed removed + merge config
5733: functions removed (override is the default) + beauty
5734:
5735: * src/: include/pa_request.h, main/pa_request.C,
5736: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5737: hide $status used in apache module removed
5738:
5739: 2010-11-18 moko
5740:
5741: * operators.txt: $.table[compact] added for ^json:string[]
5742:
5743: 2010-11-16 moko
5744:
5745: * src/targets/apache/mod_parser3.c: some cleanup done
5746:
5747: * src/main/untaint.C: bugfix: first, second String::Body argument
5748: is hashcode; second, info.fragment_begin is original, not
5749: resulting length
5750:
5751: * src/classes/file.C: new feature: $.stdin now untainted
5752:
5753: * tests/results/264.processed: new feature: $.stdin[] now untainted
5754:
5755: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5756:
5757: * src/classes/op.C: ^apply-taint[] method added
5758:
5759: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5760: added; $.stdin untaint test added
5761:
5762: 2010-11-15 moko
5763:
5764: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5765: removed
5766:
5767: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5768: pa_httpd.h: 2x2 calculated under apache2. :)
5769:
5770: 2010-11-13 moko
5771:
5772: * src/targets/apache/mod_parser3.c: initial changes to build module
5773: with apache 2.x includes
5774:
5775: * src/targets/apache/: Makefile.am, mod_parser3.c,
5776: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5777: united apache 1.3 / apache 2.x DSO module
5778:
5779: 2010-11-09 moko
5780:
5781: * src/types/pa_method.h: check added to dissallow @method[name;*]
5782: syntax
5783:
5784: * tests/: 263.html, results/263.processed: test from method[*args]
5785: added
5786:
5787: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5788: number of params can now be passed to a method declared with *arg
5789:
5790: 2010-11-06 moko
5791:
5792: * src/classes/table.C: formating fixed. :)
5793:
5794: * src/classes/table.C: closes #4: ^table.select now supports
5795: $.limit(), $.offset, $.reverse() options
5796:
5797: * tests/: 262.html, results/262.processed: test for ^table:select
5798: with options added (feature #4)
5799:
5800: * src/include/pa_array.h: remove function added
5801:
5802: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5803: object in get_element/put_element, using static one.
5804:
5805: 2010-11-04 moko
5806:
5807: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5808: options is passed
5809:
5810: * tests/: 256.html, results/256.processed: $.table[compact] feature
5811: now tested; k and p in handler now tested.
5812:
5813: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5814: $.table[compact] feature added
5815:
5816: * src/classes/json.C: key is now passed to handler in
5817: value_json_string; ^json:string result now process tainting
5818: inside and returns clean string, related to issue #153
5819:
5820: * src/main/untaint.C: bugfix: charset can be null (in
5821: ^string:save[] as example), thus check is added
5822:
5823: 2010-10-31 moko
5824:
5825: * src/classes/string.C: error message changed (fixes issue #149)
5826:
5827: 2010-10-29 moko
5828:
5829: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5830: port is not default (fixes issue #155); exception on invalid port
5831: added.
5832:
5833: * src/main/untaint.C: '*' is now not urlencoded to allow header
5834: "Accept: */*" to be passed
5835:
5836: 2010-10-28 moko
5837:
5838: * src/classes/curl.C: bugfix: detect_charset() was throwing
5839: exception on unknown charset even if response_charset was
5840: specified
5841:
5842: 2010-10-27 moko
5843:
5844: * src/classes/string.C: ^string.append removed for void
5845: compatibility
5846:
5847: 2010-10-26 moko
5848:
5849: * src/classes/json.C: libjson supports array at top level, we too
5850: (GPF fixed)
5851:
5852: 2010-10-25 moko
5853:
5854: * tests/: 253.html, results/253.processed: libjson supports array
5855: at top level, parser now supports it as well.
5856:
5857: * tests/261.html, tests/results/261.processed,
5858: src/types/pa_vstring.h: empty string is now void compatible
5859: (allows $empty.key)
5860:
5861: 2010-10-22 misha
5862:
5863: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5864: while adding additional expires checkout)
5865:
5866: * tests/030.html: - test for session cookie was added
5867:
5868: 2010-10-21 moko
5869:
5870: * src/: classes/string.C, classes/void.C, main/execute.C,
5871: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5872: string (feature #111)
5873:
5874: * tests/: 261.html, results/261.processed: checks void from string
5875: inheritance (feature #111)
5876:
5877: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5878: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5879: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5880: now true by default
5881:
5882: 2010-10-17 moko
5883:
5884: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5885: upload now uses binary blocks instead of L_FILE_POST tainting.
5886: (bugfix: #128)
5887:
5888: * tests/: 223.html, results/223.processed: binary file upload test
5889: added, GPF (issue #128) also checked in this test
5890:
5891: 2010-10-13 misha
5892:
5893: * tests/260.html: - test for math:convert
5894:
5895: * src/classes/math.C: - error in math:convert was fixed
5896:
5897: * operators.txt: - info about
5898: ^math:convert[number](from-base;to-base) was added
5899:
5900: * src/classes/math.C: - method
5901: ^math:convert[number](from-base;to-base) for converting number
5902: represention from one base to another was added ( new feature:
5903: #23 )
5904:
5905: 2010-10-13 moko
5906:
5907: * src/main/compile.tab.C: [] now is empty string, not void
5908:
5909: * src/main/compile.y: [] now is empty string, not void
5910:
5911: * src/types/pa_vvoid.h: void now passed as parameter
5912:
5913: * tests/: 259.html, results/259.processed: to test difference
5914: between void and empty string (see ticket #111)
5915:
5916: * tests/results/152.processed: $sEmpty[] is now empty string, not
5917: void
5918:
5919: * tests/256.html: $s[$void] is no longer empty string
5920:
5921: * tests/254.html: empty string is no longer void
5922:
5923: 2010-10-12 misha
5924:
5925: * src/types/pa_vcookie.C: - check if $.expires value can be
5926: converted to date during cookies set up ( bugfix: #104 )
5927:
5928: * tests/041.html: - more tests for ^table.locate were added
5929:
5930: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5931: work ( bugfix: #129 ) - exception comment for incorrect options
5932: ^table.locate[field;value;options] was fixed
5933:
5934: 2010-10-10 moko
5935:
5936: * src/: classes/reflection.C, main/execute.C: constructor returning
5937: another object feature returned
5938:
5939: * tests/results/258.processed: test result updated as constructor
5940: returning another object feature returned
5941:
5942: * tests/: 258.html, results/258.processed: test for constructor
5943: returning another object
5944:
5945: 2010-10-08 misha
5946:
5947: * tests/257.html: - whitespaces after @METACOMMANDS and their
5948: options shouldn't cause exceptions any longer
5949:
5950: 2010-10-06 moko
5951:
5952: * src/classes/: hash.C, table.C: length from sql server is now
5953: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5954:
5955: 2010-10-02 misha
5956:
5957: * operators.txt: - the X mark was removed from ^cache[file]. it is
5958: usable to delete cache file.
5959:
5960: 2010-10-02 moko
5961:
5962: * tests/: 253.html, results/253.processed: hook_key added for key
5963: checking
5964:
5965: * src/classes/json.C: null key bug fixed
5966:
5967: 2010-09-29 misha
5968:
5969: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5970:
5971: 2010-09-25 moko
5972:
5973: * src/classes/json.C: small fixed
5974:
5975: * tests/results/: 253.processed, 255.processed: just updated
5976:
5977: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5978: results/255.processed: charset transcode test added for
5979: json:parse
5980:
5981: 2010-09-24 moko
5982:
5983: * src/types/pa_value.h: warning war :)
5984:
5985: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5986: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5987: ^json:string
5988:
5989: 2010-09-22 moko
5990:
5991: * src/main/pa_charset.C: parser charset tables declare only
5992: white-space before 0x20, thus adding the missing chars
5993:
5994: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5995: to http://unicode.org/Public/MAPPINGS/VENDORS/
5996:
5997: 2010-09-21 misha
5998:
5999: * src/main/compile.y: - some semicolons were added (VS2010 don't
6000: want to compile grammar if they are absent)
6001:
6002: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6003:
6004: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6005:
6006: * src/main/main.vcproj: - path to bison is changed
6007:
6008: 2010-09-21 moko
6009:
1.116 moko 6010: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6011: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6012: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6013:
6014: 2010-09-20 misha
6015:
6016: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6017:
6018: * src/classes/json.C: - add EOL while json-serializing hash
6019:
6020: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6021: compilers don't like 'ES'.
6022:
6023: 2010-09-17 misha
6024:
6025: * operators.txt: - info about json class was added
6026:
6027: * src/classes/json.C: - ^json:string[object]
6028:
6029: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6030: preventing infinite recursion while executing json:string was
6031: added
6032:
6033: * src/include/pa_string.h: - method append_quoted was added
6034:
6035: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6036: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6037: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6038: was added to Value & Co
6039:
6040: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6041: were used
6042:
6043: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6044: were added
6045:
6046: 2010-09-10 moko
6047:
6048: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6049: die_or_abort (backport from 3.4.1)
6050:
6051: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6052: die_or_abort (bugfix: #106)
6053:
6054: 2010-09-09 moko
6055:
6056: * src/classes/json.C: warning war. :)
6057:
6058: 2010-09-08 misha
6059:
6060: * src/lib/json/Makefile.am: - additional include directories were
6061: added (for pa_memory.h and gc.h)
6062:
6063: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6064: compile as C++ instead default - additional include directory was
6065: added (for gc.h)
6066:
6067: * src/types/pa_vform.C: - little code reformating
6068:
6069: * src/classes/file.C: - $.content-type option now can be specified
6070: in ^file::create ( new feature: #102 )
6071:
6072: 2010-09-08 moko
6073:
6074: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6075: pa_malloc/pa_free
6076:
6077: 2010-09-07 moko
6078:
6079: * tests/results/254.processed: VStateless_class:put_element
6080: exception was fixed
6081:
6082: * src/types/: pa_value.h, pa_vstateless_class.h: now
6083: VStateless_class:put_element barks self.type, not this.type
6084: (bugfix: #105)
6085:
6086: 2010-09-06 moko
6087:
6088: * src/classes/reflection.C: bugfix: new String() is required for
6089: exception handling
6090:
6091: * tests/: 254.html, results/254.processed: test modified
6092:
6093: 2010-09-05 moko
6094:
6095: * tests/: 254.html, results/254.processed: ^reflection:copy test
6096: added
6097:
6098: * src/: classes/reflection.C, include/pa_request.h:
6099: ^reflection:copy implemented (new feature: #100)
6100:
6101: 2010-09-03 moko
6102:
6103: * src/lib/json/JSON_parser.C: c++ compatiblity
6104:
6105: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6106: option testing added
6107:
6108: 2010-09-02 moko
6109:
6110: * src/classes/json.C: $.distinct[first|last|all] added
6111:
6112: 2010-09-01 moko
6113:
6114: * tests/results/253.processed: json test result
6115:
6116: * tests/: 253.html, 253_json.txt: json test added
6117:
6118: * src/classes/json.C: json.C update to actual version + hash key
6119: creation bugfix
6120:
6121: 2010-08-31 misha
6122:
6123: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6124: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6125: src/lib/Makefile.am, src/classes/Makefile.am,
6126: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6127: json library was added
6128:
6129: 2010-08-30 moko
6130:
6131: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6132: types/pa_vobject.C: cosmetic optimization in
6133: request:execute_method usage
6134:
6135: * src/: include/pa_charset.h, main/pa_charset.C: small
6136: optimization, just to decrease number of lines. :)
6137:
6138: 2010-08-27 misha
6139:
6140: * src/classes/op.C: - taint[json] was added
6141:
6142: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6143: were added
6144:
6145: * src/main/pa_exec.C: - warning fix was rolled back.
6146:
6147: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6148: include/pa_string.h: - taint[json] was added - escaping was
6149: slightly modified
6150:
6151: 2010-08-25 misha
6152:
6153: * src/classes/file.C: - typo in file:sql exception was fixed
6154:
6155: * src/main/pa_exec.C: - warning about declared and not used
6156: variable forced_allow was removed
6157:
6158: 2010-08-14 misha
6159:
6160: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6161: were removed
6162:
6163: 2010-08-11 moko
6164:
6165: * tests/: 249.html, results/249.processed: default setter and
6166: anti-recursive default getter test added
6167:
6168: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6169: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6170: types/pa_vobject.h, types/pa_vstateless_class.C,
6171: types/pa_vstateless_class.h: default setter support +
6172: anti-recursive default getter support ( new feature: #13 )
6173:
6174: * src/include/pa_hash.h: optimization: threshold member removed
6175: from hash, reducing sizeof(hash)
6176:
6177: 2010-08-10 misha
6178:
6179: * tests/196.html: - junction-method was added to the test
6180:
6181: * tests/248.html: - ups. typo :)
6182:
6183: * tests/248.html: - test for checking .match with 4 params
6184:
6185: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6186: 247_windows1251.txt: - test for "transcode file from utf-8 to
6187: $request:charset during loading if the BOM code is detected"
6188:
6189: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6190: $request:charset during loading if the BOM code is detected ( new
6191: feature: #98 )
6192:
6193: 2010-08-05 misha
6194:
6195: * src/classes/image.C: - ^image.replace now can accept only 2
6196: params. in this case the whole image is affected ( new feature:
6197: #95 )
6198:
6199: 2010-08-04 misha
6200:
6201: * tests/246.html: - test tor ^hash._at[] was added
6202:
6203: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6204: #53 )
6205:
6206: * src/include/pa_hash.h: - methods for accessing the first and the
6207: last values of ordered hash were added (first_value and
6208: last_value)
6209:
6210: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6211: (similar to others file's methods):
6212: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6213: #68 )
6214:
6215: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6216:
6217: 2010-08-01 moko
6218:
6219: * src/classes/op.C: to correctly process $result[] in code, called
6220: from ^process
6221:
6222: * tests/245.html: $result in ^process[] test added
6223:
6224: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6225: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6226: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6227: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6228: caller, self) op_call(VMethodFrame &frame, bool constructing)
6229: removed, construct(class,method) added
6230:
6231: * tests/results/: 192.processed, 244.processed: request::construct
6232: added
6233:
6234: * tests/: 244.html, 245.html, results/244.processed,
6235: results/245.processed: object creation exceptions and ^process
6236: tests added
6237:
6238: 2010-07-28 misha
6239:
6240: * tests/make_tests.cmd: - win32 EOLs
6241:
6242: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6243: tests on Win32 were added (The system timezone should be GMT+3)
6244:
6245: 2010-07-26 misha
6246:
6247: * tests/: 212.html, results/212.processed: - sizes were removed
6248: mecause they could be different on different OSs
6249:
6250: * tests/065.html: - make it "win32 friendly"
6251:
6252: 2010-07-25 misha
6253:
6254: * src/main/compile.y: - all EOLs between methods are removed during
6255: compilation ( new feature: #47 )
6256:
6257: * tests/results/149.processed: - prepare tests to trim trailing
6258: methods' EOLs
6259:
6260: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6261:
6262: * tests/: results/006.processed, results/014.processed, 006.html,
6263: 014.html, 022.html: - prepare tests to trim trailing methods'
6264: EOLs
6265:
6266: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6267: results/071.processed, results/022.processed: - prepare tests to
6268: trim trailing methods' EOLs
6269:
6270: * tests/: results/073.processed, results/109.processed,
6271: results/142.processed, results/144.processed,
6272: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6273: 144.html: - prepare tests to trim trailing methods' EOLs
6274:
6275: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6276: 149.html, 152.html, results/096.processed, results/107.processed,
6277: results/109.processed, results/142.processed,
6278: results/144.processed: - prepare tests to trim trailing methods'
6279: EOLs
6280:
6281: 2010-07-24 moko
6282:
6283: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6284: the hash order in this test
6285:
6286: * tests/014.html: to check hash order, hash no is longer sorted
6287: before print
6288:
6289: * src/include/pa_hash.h: hash copy constructor now keeps order
6290: (bugfix: #54)
6291:
6292: 2010-07-23 moko
6293:
6294: * tests/results/224.processed: @auto[] is no longer inherited
6295:
6296: * src/types/pa_vstateless_class.C, tests/227.html,
6297: tests/results/227.processed: @auto[] is no longer inherited
6298: (bugfix: #57)
6299:
6300: 2010-07-22 misha
6301:
6302: * src/classes/table.C: - don't skip comment lines during
6303: table::load if encloser or separator is set as '#' ( new feature:
6304: #30 )
6305:
6306: * src/targets/cgi/parser3.C: - don't run as cgi if
6307: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6308: #12 )
6309:
6310: * src/classes/file.C: - set PARSER_VARSION env before external
6311: script executing
6312:
6313: 2010-07-13 misha
6314:
6315: * tests/058.html: - test for suppressing @border was added - test
6316: for user attribute was added
6317:
6318: * tests/results/186.processed: unescaping from \uXXXX
6319:
6320: * tests/186.html: unescaping from \uXXXX
6321:
6322: * tests/: 239.html, results/239.processed: method call type
6323:
6324: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6325: $junction_method.CLASS_NAME (+CLASS)
6326:
6327: 2010-07-07 misha
6328:
6329: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6330: *nix
6331:
6332: 2010-07-05 misha
6333:
6334: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6335: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6336: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6337: comment strings "options must be hash", "options must be hash,
6338: not code" and "called with invalid option" were replaced by
6339: constatns - exception comment string "invalid option passed" was
6340: replaced by "called with invalid option" (now in different
6341: methods are the same exception comment string)
6342:
6343: * src/include/pa_exception.h: - more exception strings were defined
6344:
6345: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6346: types/pa_vstateless_class.h: - now we can define possible
6347: method's call type ( new feature: #5 ) 1.
6348: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6349: methods 2. @static:method[params] (only static keyword could be
6350: used here) -- for specified methods
6351:
6352: * src/main/pa_common.C: - junction points should not be deleted on
6353: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6354: cleanup
6355:
6356: 2010-07-03 misha
6357:
6358: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6359: results/158.processed, results/160.processed,
6360: results/161.processed, results/162.processed,
6361: results/163.processed: - prepare tests to trim trailing methods'
6362: EOLs
6363:
6364: * tests/results/169.processed: - prepare tests to trim trailing
6365: methods' EOLs
6366:
6367: * tests/results/: 168.processed, 169.processed: - prepare tests to
6368: trim trailing methods' EOLs
6369:
6370: * tests/: results/170.processed, results/167.processed,
6371: results/168.processed, results/169.processed, 167.html, 168.html,
6372: 169.html: - prepare tests to trim trailing methods' EOLs
6373:
6374: * tests/: results/170.processed, results/171.processed,
6375: results/172.processed, results/173.processed,
6376: results/174.processed, results/175.processed, 170.html, 171.html,
6377: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6378: trailing methods' EOLs
6379:
6380: * tests/: results/176.processed, results/180.processed,
6381: results/184.processed, results/185.processed,
6382: results/191.processed, results/192.processed,
6383: results/196.processed, results/197.processed,
6384: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6385: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6386: to trim trailing methods' EOLs
6387:
6388: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6389: results/199.processed, results/208.processed,
6390: results/209.processed, results/213.processed,
6391: results/214.processed: - prepare tests to trim trailing methods'
6392: EOLs
6393:
6394: 2010-06-29 misha
6395:
6396: * tests/: 220.html, 218.html, results/218.processed,
6397: results/215.processed, results/217.processed, 215.html, 217.html:
6398: - prepare tests to trim trailing methods' EOLs
6399:
6400: * tests/: results/224.processed, 224.html, 223.html,
6401: results/223.processed, results/220.processed: - prepare tests to
6402: trim trailing methods' EOLs
6403:
6404: * tests/results/: 226.processed, 230.processed: - prepare tests to
6405: trim trailing methods' EOLs
6406:
6407: * tests/: 229.html, results/229.processed: - prepare tests to trim
6408: trailing methods' EOLs
6409:
6410: * tests/: 232.html, 235.html, results/232.processed,
6411: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6412: results/226.processed, results/227.processed,
6413: results/228.processed, results/230.processed: - prepare tests to
6414: trim trailing methods' EOLs
6415:
6416: 2010-06-16 moko
6417:
6418: * tests/: 229.html, results/229.processed: elseif now supported in
6419: ^if
6420:
6421: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6422:
6423: 2010-06-03 misha
6424:
6425: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6426: instead of memcopy for overlaped regions
6427:
6428: 2010-05-25 misha
6429:
6430: * src/main/pa_common.C: - wanring about unused vars was removed
6431:
6432: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6433: get_method_filename was moved to execute.C
6434:
6435: 2010-05-23 misha
6436:
6437: * src/main/pa_request.C: - more accurate detection of method's file
6438:
6439: 2010-05-22 misha
6440:
6441: * src/classes/reflection.C: - bugfix: core during detection of
6442: .file if filespec isn't detected successfully
6443:
6444: 2010-05-20 misha
6445:
6446: * src/main/pa_request.C: - fix in get_method_filename
6447:
6448: * src/include/pa_request.h: - new feature: #24 -- searching
6449: included file in @USE/^use is changed. if its filespec doesn't
6450: start from '/' it will be searched in caller file directory
6451:
6452: * src/classes/reflection.C: - ^reflection:method_info returns file
6453: where the method is defined
6454:
6455: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6456: classes/op.C: - new feature: #24 -- searching included file in
6457: @USE/^use is changed. if its filespec doesn't start from '/' it
6458: will be searched in caller file directory
6459:
6460: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6461: is moved to pa_common.h
6462:
6463: 2010-05-18 misha
6464:
6465: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6466: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6467: cookie parser decode \uXXXX as well as %uXXXX
6468:
6469: 2010-05-17 misha
6470:
6471: * src/classes/curl.C: beauty: - unused param is removed in method
6472: _curl_version_action - some spaces were removed or replaced by
6473: tabs
6474:
6475: * src/classes/table.C: - bugfix: #72 core with empty value during
6476: ^table.hash[...;name_of_the_last_column][$.type[string]]
6477:
6478: 2010-05-16 misha
6479:
6480: * src/classes/curl.C: new: #61 more curl options were added
6481: (contributed by Sumo)
6482:
6483: 2010-04-29 pretender
6484:
6485: * src/main/pa_string.C: fixes #63 Split result from empty string
6486: now empty string.
6487:
6488: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6489: string type.
6490:
6491: 2010-04-28 pretender
6492:
6493: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6494: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6495: macrodefinition removed
6496:
6497: 2010-04-19 pretender
6498:
6499: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6500: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6501:
6502: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6503: fixes #64 Now file.missing exception generates in unsafe mode to.
6504:
6505: * src/classes/file.C: fixes #48 Now not throw "not save environment
6506: variable" exception in grpunlim version.
6507:
6508: 2010-04-05 misha
6509:
6510: * src/classes/string.C: - new feature: 4th param was added to
6511: match. if specified its value is returned in case of nothing was
6512: found
6513:
6514: 2010-04-01 misha
6515:
6516: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6517: multiple execution of /a/b/auto.p
6518:
6519: 2010-03-19 misha
6520:
6521: * src/main/execute.C: - core in $table1.$table2 was fixed
6522:
6523: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6524:
6525: 2010-01-27 misha
6526:
6527: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6528: trying to open file by path /existing-file/non-exixting-file
6529:
6530: 2010-01-26 misha
6531:
6532: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6533: was added (returns file)
6534:
6535: 2009-12-22 misha
6536:
6537: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6538: now parser doesn't have class curl if it was built without it
6539:
6540: 2009-12-15 misha
6541:
6542: * configure.in: - little cheat with curl include dir was added
6543:
6544: 2009-12-05 misha
6545:
6546: * src/classes/curl.C: - some fixes
6547:
6548: 2009-12-04 misha
6549:
6550: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6551: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6552: buildall-with-xml, buildall-without-xml, configure.in: - curl
6553: class was added
6554:
6555: * src/include/pa_hash.h: - hash-iterator was added
6556:
6557: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6558: was added to pcre
6559:
6560: 2009-11-27 misha
6561:
6562: * src/classes/image.C: - don't add @border attribute to output of
6563: ^image.html[] if it was specified by user with empty value
6564:
6565: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6566: root element and we are trying to access .documentElement
6567:
6568: 2009-11-11 misha
6569:
6570: * src/classes/table.C: - in ^table.flip[] look at number of columns
6571: instead of number of items in first row for named tables
6572:
6573: 2009-11-10 misha
6574:
6575: * operators.txt: - info about hash-options in ^file::create was
6576: added
6577:
6578: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6579: added
6580:
6581: 2009-11-09 misha
6582:
6583: * buildall-with-xml: - moving to libxml 2.7.6
6584:
6585: * tests/236.html: - tests for comparations cords with functions
6586: were added
6587:
6588: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6589: added
6590:
6591: * src/main/pa_http.C: - little optimisation
6592:
6593: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6594: GPF mallocs + stringstream (table.save)
6595:
6596: * src/classes/file.C: - file::create now accepts 4th param: options
6597: with $.charset
6598:
6599: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6600: bug in cord (comparation cords with functions was buggy)
6601:
6602: 2009-11-06 misha
6603:
6604: * src/main/pa_string.C: - bugfix: calculation string.length
6605: sometimes was buggy
6606:
6607: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6608: destroyed if exception occured during match/replace
6609:
6610: * src/: main/pa_charset.C, include/pa_charset.h: - method
6611: lengthUTF8Char was added
6612:
6613: * src/classes/op.C: - clean tainting lang was added for user's
6614: usage
6615:
6616: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6617: fixed: checkouts are required after GC_MALLOC
6618:
6619: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6620:
6621: * operators.txt: - actually, there is no ^untaint[xml] in
6622: file::create
6623:
6624: 2009-10-15 misha
6625:
6626: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6627: were added
6628:
6629: * tests/234.html: - more tests for checking ^taint[uri] escaping
6630: were added
6631:
6632: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6633: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6634: hacking: for dealing with transcoding+^taint[uri]
6635: transcode_and_untaint was replaced by untaint_and_transcode
6636:
6637: 2009-10-13 misha
6638:
6639: * tests/: 121.html, results/121.processed: - test transcoding +
6640: url-escaping now
6641:
6642: * tests/results/auto.p: - more helpers' methods were added
6643:
6644: * src/main/pa_globals.C: - die instead of abort
6645:
6646: 2009-10-06 misha
6647:
6648: * src/main/pa_common.C: - don't allocate memory during
6649: capitalization if input string is already capitalized
6650:
6651: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6652:
6653: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6654: use format function because it calls malloc
6655:
6656: * src/include/pa_common.h: - more capitalized headers were added
6657:
6658: * src/main/pa_common.C: - in safe mode clear executable bits during
6659: file writing
6660:
6661: 2009-10-05 misha
6662:
6663: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6664:
6665: 2009-10-03 misha
6666:
6667: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6668: ^img.text[] & ^img.length[] can work in utf-8 now
6669:
6670: * src/: include/pa_charset.h, main/pa_charset.C: - class
6671: UTF8_string_iterator was added
6672:
6673: * src/classes/image.C: - respect utf-8 when calculate alphabet
6674: length
6675:
6676: * src/classes/mail.C: - check from before get message.cstr
6677:
6678: 2009-10-02 misha
6679:
6680: * tests/233.html: - test for image.font, image.length, image.text
6681: with text in utf-8 were added
6682:
6683: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6684:
6685: * buildall-with-xml, buildall-without-xml: - comment about gc
6686: version for freebsd 4 was added
6687:
6688: 2009-10-01 misha
6689:
6690: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6691: terminator) - read_pipe were slightly optimized
6692:
6693: 2009-09-28 misha
6694:
6695: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6696: removed
6697:
6698: * src/types/pa_vmail.C: - forgot about space after ':'
6699:
6700: * src/types/pa_vmail.C: - escape filenames while preparing mail
6701: body - small simplifications
6702:
6703: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6704: inout params like pa_base64
6705:
6706: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6707: option $.debug-print(1) was added to mail:send - changes for
6708: using uue_encode which uses less memory
6709:
6710: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6711:
6712: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6713: memory now
6714:
6715: 2009-09-26 misha
6716:
6717: * src/types/pa_vmail.C: - default encoding now is base64
6718:
6719: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6720:
6721: 2009-09-25 misha
6722:
6723: * src/types/pa_vmail.C: - capitalization of headers was added to
6724: sending mail as well
6725:
6726: * buildall-with-xml: - catalog package was removed from libxml
6727:
6728: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6729: win32 absolute path
6730:
6731: * src/include/pa_common.h: - one more capitalized header was added
6732:
6733: 2009-09-22 misha
6734:
6735: * INSTALL: - comment about building just httpd binary while
6736: building apache module was added
6737:
6738: 2009-09-21 misha
6739:
6740: * buildall-with-xml: - moving to the latest versions of xml libs:
6741: libxml 2.7.4 and libxslt 1.1.25
6742:
6743: 2009-09-19 misha
6744:
6745: * tests/231.html: - test for encoding cookie in win-1251
6746:
6747: 2009-09-18 misha
6748:
6749: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6750: object] were added
6751:
6752: * operators.txt: - info about method ^reflection:fields[class or
6753: object] was added
6754:
6755: * src/classes/reflection.C: - method ^reflection:fields[class or
6756: object] was added
6757:
6758: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6759: methods get_fields were added
6760:
6761: * tests/232.html: - tests for @GET[name]
6762:
6763: * src/classes/table.C: - some changes in handling hash-options for
6764: creare, join and locate
6765:
6766: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6767: defined with option: the type of requested value
6768:
6769: 2009-09-17 misha
6770:
6771: * tests/212.html: - tests for .pattern and .options were added
6772:
6773: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6774: $regex.options were added
6775:
6776: 2009-09-11 misha
6777:
6778: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6779: rewrited. it checks not just one case of sending cookies during
6780: file::load[http], but also sending headers and fields (including
6781: files)
6782:
6783: 2009-09-10 misha
6784:
6785: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6786: was removed => now parser can open files with Russian 'r' in
6787: filename
6788:
6789: * src/main/untaint.C: - bugfix: client charset whould be analized
6790: while escaping cookies but now source charset
6791:
6792: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6793: ^tainted[uri] so it was possible to make request with incorrect
6794: http header
6795:
6796: * src/main/pa_http.C: - capitalization of http headers during
6797: file::load[http was slightly changes - bugfix: all headers which
6798: parser sends during file::load[http should be transcoded and only
6799: then escaped
6800:
6801: * src/main/untaint.C: - a bit more comments were added
6802:
6803: * src/classes/: file.C, string.C: - types where changes (minus 2
6804: warnings)
6805:
6806: * src/include/pa_common.h: - 2 capitalized strings for making http
6807: headers during file::load[http were added
6808:
6809: 2009-09-08 misha
6810:
6811: * operators.txt: - changes in file.save and string.save were added
6812:
6813: * tests/: 230.html, 230.txt: - tests for checking options in
6814: file.save and string.save were added
6815:
6816: * src/main/pa_request.C: - http headers names, which are passed to
6817: SAPI::add_header_attribute are lowercased now (it'll be
6818: capitalized in that method)
6819:
6820: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6821: classes/string.C: - file_write accepts Request_charsets and asked
6822: charset and cound transcode content before writing - string.save
6823: and file.save have option $.charset now
6824:
6825: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6826: classes/xdoc.C: - file_write accepts Request_charsets and asked
6827: charset and cound transcode content before writing
6828:
6829: * src/include/pa_exception.h: - new exception comment string was
6830: defined
6831:
6832: 2009-09-07 misha
6833:
6834: * src/main/compile.y: - grammar $name\ name stops now for regex
6835: sub-pattern\s
6836:
6837: 2009-09-04 misha
6838:
6839: * src/main/pa_http.C: - capitalization of http headers during
6840: file::load[http was implemented
6841:
6842: 2009-09-03 misha
6843:
6844: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6845: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6846: types/pa_vmail.C, targets/cgi/parser3.C,
6847: targets/isapi/parser3isapi.C: - back to storing response http
6848: headers in lowercase - capitalize them during output
6849:
6850: 2009-08-31 misha
6851:
6852: * src/classes/table.C: - allow call with any brackets (it could be
6853: useful in methods with explict result declaration)
6854:
6855: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6856: correctly if $request:charset==koi8-r
6857:
6858: 2009-08-30 misha
6859:
6860: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6861: changed: content-type => Content-type and so on
6862:
6863: * src/classes/file.C, src/include/pa_common.h,
6864: src/include/pa_request.h, src/main/pa_http.C,
6865: src/main/pa_request.C, src/types/pa_vcookie.C,
6866: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6867: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6868: tests/results/002.processed, tests/results/003.processed,
6869: tests/results/004.processed, tests/results/005.processed,
6870: tests/results/006.processed, tests/results/007.processed,
6871: tests/results/008.processed, tests/results/009.processed,
6872: tests/results/010.processed, tests/results/011.processed,
6873: tests/results/012.processed, tests/results/013.processed,
6874: tests/results/014.processed, tests/results/015.processed,
6875: tests/results/016.processed, tests/results/017.processed,
6876: tests/results/018.processed, tests/results/019.processed,
6877: tests/results/020.processed, tests/results/021.processed,
6878: tests/results/022.processed, tests/results/023.processed,
6879: tests/results/024.processed, tests/results/025.processed,
6880: tests/results/026.processed, tests/results/027.processed,
6881: tests/results/028.processed, tests/results/029.processed,
6882: tests/results/030.processed, tests/results/031.processed,
6883: tests/results/032.processed, tests/results/033.processed,
6884: tests/results/034.processed, tests/results/035.processed,
6885: tests/results/036.processed, tests/results/037.processed,
6886: tests/results/038.processed, tests/results/039.processed,
6887: tests/results/040.processed, tests/results/041.processed,
6888: tests/results/042.processed, tests/results/043.processed,
6889: tests/results/044.processed, tests/results/045.processed,
6890: tests/results/046.processed, tests/results/047.processed,
6891: tests/results/048.processed, tests/results/049.processed,
6892: tests/results/050.processed, tests/results/051.processed,
6893: tests/results/052.processed, tests/results/053.processed,
6894: tests/results/054.processed, tests/results/055.processed,
6895: tests/results/056.processed, tests/results/057.processed,
6896: tests/results/058.processed, tests/results/059.processed,
6897: tests/results/060.processed, tests/results/061.processed,
6898: tests/results/062.processed, tests/results/063.processed,
6899: tests/results/064.processed, tests/results/065.processed,
6900: tests/results/066.processed, tests/results/067.processed,
6901: tests/results/068.processed, tests/results/069.processed,
6902: tests/results/070.processed, tests/results/071.processed,
6903: tests/results/072.processed, tests/results/073.processed,
6904: tests/results/074.processed, tests/results/075.processed,
6905: tests/results/076.processed, tests/results/077.processed,
6906: tests/results/078.processed, tests/results/079.processed,
6907: tests/results/080.processed, tests/results/081.processed,
6908: tests/results/082.processed, tests/results/083.processed,
6909: tests/results/084.processed, tests/results/085.processed,
6910: tests/results/086.processed, tests/results/087.processed,
6911: tests/results/088.processed, tests/results/089.processed,
6912: tests/results/090.processed, tests/results/091.processed,
6913: tests/results/092.processed, tests/results/093.processed,
6914: tests/results/094.processed, tests/results/095.processed,
6915: tests/results/096.processed, tests/results/097.processed,
6916: tests/results/098.processed, tests/results/099.processed,
6917: tests/results/100.processed, tests/results/101.processed,
6918: tests/results/102.processed, tests/results/103.processed,
6919: tests/results/104.processed, tests/results/105.processed,
6920: tests/results/106.processed, tests/results/107.processed,
6921: tests/results/108.processed, tests/results/109.processed,
6922: tests/results/110.processed, tests/results/111.processed,
6923: tests/results/112.processed, tests/results/113.processed,
6924: tests/results/114.processed, tests/results/115.processed,
6925: tests/results/116.processed, tests/results/117.processed,
6926: tests/results/118.processed, tests/results/119.processed,
6927: tests/results/120.processed, tests/results/121.processed,
6928: tests/results/122.processed, tests/results/123.processed,
6929: tests/results/124.processed, tests/results/125.processed,
6930: tests/results/126.processed, tests/results/127.processed,
6931: tests/results/128.processed, tests/results/129.processed,
6932: tests/results/130.processed, tests/results/131.processed,
6933: tests/results/132.processed, tests/results/133.processed,
6934: tests/results/134.processed, tests/results/135.processed,
6935: tests/results/136.processed, tests/results/138.processed,
6936: tests/results/139.processed, tests/results/140.processed,
6937: tests/results/141.processed, tests/results/142.processed,
6938: tests/results/143.processed, tests/results/144.processed,
6939: tests/results/145.processed, tests/results/146.processed,
6940: tests/results/147.processed, tests/results/148.processed,
6941: tests/results/149.processed, tests/results/150.processed,
6942: tests/results/151.processed, tests/results/152.processed,
6943: tests/results/153.processed, tests/results/154.processed,
6944: tests/results/155.processed, tests/results/156.processed,
6945: tests/results/157.processed, tests/results/158.processed,
6946: tests/results/159.processed, tests/results/160.processed,
6947: tests/results/161.processed, tests/results/162.processed,
6948: tests/results/163.processed, tests/results/164.processed,
6949: tests/results/165.processed, tests/results/166.processed,
6950: tests/results/167.processed, tests/results/168.processed,
6951: tests/results/169.processed, tests/results/170.processed,
6952: tests/results/171.processed, tests/results/172.processed,
6953: tests/results/173.processed, tests/results/174.processed,
6954: tests/results/175.processed, tests/results/176.processed,
6955: tests/results/177.processed, tests/results/178.processed,
6956: tests/results/179.processed, tests/results/180.processed,
6957: tests/results/181.processed, tests/results/182.processed,
6958: tests/results/183.processed, tests/results/184.processed,
6959: tests/results/185.processed, tests/results/186.processed,
6960: tests/results/187.processed, tests/results/188.processed,
6961: tests/results/189.processed, tests/results/190.processed,
6962: tests/results/191.processed, tests/results/192.processed,
6963: tests/results/193.processed, tests/results/194.processed,
6964: tests/results/195.processed, tests/results/196.processed,
6965: tests/results/197.processed, tests/results/198.processed,
6966: tests/results/199.processed, tests/results/200.processed,
6967: tests/results/201.processed, tests/results/202.processed,
6968: tests/results/203.processed, tests/results/204.processed,
6969: tests/results/205.processed, tests/results/206.processed,
6970: tests/results/207.processed, tests/results/208.processed,
6971: tests/results/209.processed, tests/results/210.processed,
6972: tests/results/211.processed, tests/results/212.processed,
6973: tests/results/213.processed, tests/results/214.processed,
6974: tests/results/215.processed, tests/results/216.processed,
6975: tests/results/217.processed, tests/results/218.processed,
6976: tests/results/219.processed, tests/results/220.processed,
6977: tests/results/221.processed, tests/results/222.processed,
6978: tests/results/223.processed, tests/results/224.processed,
6979: tests/results/225.processed, tests/results/226.processed,
6980: tests/results/227.processed, tests/results/228.processed,
6981: tests/results/229.processed: - http headers were changed:
6982: content-type => Content-type and so on
6983:
6984: 2009-08-27 misha
6985:
6986: * src/: main/pa_random.C, include/pa_random.h,
6987: targets/cgi/parser3.C: - year was updated :)
6988:
6989: 2009-08-26 misha
6990:
6991: * tests/: 224.html, 224.p: - test for creating of parser object
6992: using constructor without params - little bugfix in test
6993:
6994: * src/main/compile_tools.h: - bugfix: should't call autouse while
6995: checking existed class while processing partial option
6996:
6997: * src/classes/reflection.C: - bugfix: core when creating object
6998: with reflection and constructor doesn't have params
6999:
7000: 2009-08-24 misha
7001:
7002: * tests/229.html: - tests for checking the number of parameters
7003: were added
7004:
7005: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7006: number of method's parameters wasn't checked correctly (the bug
7007: was introduced in 3.4.0)
7008:
7009: 2009-08-22 misha
7010:
7011: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7012: transcoded, but tainted pieces are escaped only when
7013: content-type==url-encoding
7014:
7015: * tests/228.html: - test for checking
7016: ^file::load[http://...;$.body[]]
7017:
7018: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7019: post charset was too early (charsets is empty at this moment)
7020:
7021: 2009-08-21 misha
7022:
7023: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7024: main/untaint.C: - some fixes with transcode+untaint
7025:
7026: 2009-08-15 misha
7027:
7028: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7029: was increaced to 100 (was 50)
7030:
7031: * tests/227.html: - test for checking overriding properties in
7032: static classes was added
7033:
7034: * tests/: 226.html, 226.p: - test for @autoload[] was added
7035:
7036: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7037: main/execute.C, main/pa_request.C, classes/reflection.C: -
7038: autouse was implemented
7039:
7040: 2009-08-14 misha
7041:
7042: * src/classes/reflection.C: - outdated checkout was removed
7043:
7044: * src/classes/reflection.C: - optimization - method ^dynamical was
7045: added.
7046:
7047: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7048: types/pa_vstateless_class.h, main/execute.C: - optimization
7049:
7050: * src/types/pa_vclass.C: - exception if base on sytem class
7051:
7052: 2009-08-12 misha
7053:
7054: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7055: pa_vstateless_class.h: - little optimisation
7056:
7057: 2009-08-11 misha
7058:
7059: * tests/224.html: - method_params => method_info - checking for
7060: $.inherited
7061:
7062: * src/classes/reflection.C, operators.txt: - method method_params
7063: was renamed to method_info and now it returns class name, if
7064: method was defined in ancestor
7065:
7066: * tests/225.html: - tests for cheching properties in hierarhical
7067: classes were added
7068:
7069: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7070: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7071: main/compile.y, main/execute.C, classes/classes.C: - problems
7072: with properties in new classes implementation were fixed
7073:
7074: 2009-08-10 misha
7075:
7076: * src/main/execute.C: - now constructor shouldn't be defined in
7077: class. it could be defined in parent.
7078:
7079: 2009-08-09 misha
7080:
7081: * src/classes/reflection.C: - ^reflection:methods doesn't return
7082: base's methods
7083:
7084: 2009-08-08 misha
7085:
7086: * src/: classes/classes.h, classes/date.C, classes/file.C,
7087: classes/form.C, classes/hash.C, classes/hashfile.C,
7088: classes/image.C, classes/mail.C, classes/op.C,
7089: classes/reflection.C, classes/regex.C, classes/string.C,
7090: classes/table.C, classes/xdoc.C, classes/xnode.C,
7091: classes/xnode.h, include/pa_hash.h, main/execute.C,
7092: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7093: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7094: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7095: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7099: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7100: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7101: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7102: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7103: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7104: types/pa_vresponse.C, types/pa_vresponse.h,
7105: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7106: types/pa_vstateless_object.h, types/pa_vstatus.C,
7107: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7108: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7109: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7110: types/pa_wwrapper.h, types/types.vcproj: - new classes
7111: implementation
7112:
7113: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7114: USE_MUNMAP is used. so it is disabled as a workaround.
7115:
7116: 2009-08-05 misha
7117:
7118: * src/: main/pa_common.C, include/pa_common.h: - not needed
7119: parameter was removed
7120:
7121: * src/main/pa_http.C: - bugfix: error was during detecting
7122: content-type of file which was loaded by http
7123:
7124: 2009-08-01 misha
7125:
7126: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7127: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7128: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7129: can't be disabled with defines any longer
7130:
7131: 2009-07-29 misha
7132:
7133: * src/classes/reflection.C, tests/results/224.processed: - for
7134: native methods with any call type now returned empty call_type
7135: value
7136:
7137: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7138: classes/table.C, include/pa_hash.h, include/pa_request.h,
7139: main/pa_request.C: - break in cycles was optimized
7140:
7141: * INSTALL: - more defines were described
7142:
7143: 2009-07-28 misha
7144:
7145: * operators.txt: - some changes in information about reflection
7146: class
7147:
7148: * tests/: 224.html, 224.p: - tests for reflection class
7149:
7150: * src/classes/reflection.C: - some bugs were fixed, method classes
7151: was added, refactoring
7152:
7153: 2009-07-26 misha
7154:
7155: * src/classes/classes.vcproj: - reflection class wass added to
7156: project
7157:
7158: * operators.txt: - information about reflection class was added
7159:
7160: * src/classes/reflection.C: - class was redesigned
7161:
7162: 2009-07-24 misha
7163:
7164: * src/classes/: Makefile.am, reflection.C: - class reflection was
7165: added
7166:
7167: * src/types/pa_vstateless_class.h: - method for reflection method's
7168: in classes was added
7169:
7170: 2009-07-22 misha
7171:
7172: * src/main/compile_tools.h: - bugfix: $object.$var was
7173: over-optimized. it failed if $object1.$object2.field
7174:
7175: 2009-07-16 misha
7176:
7177: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7178: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7179: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7180: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7181: one more arg: length of cord
7182:
7183: 2009-07-15 misha
7184:
7185: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7186: tainted in ^file::load[http://...;$.cookies[]]
7187:
7188: * src/classes/: op.C, regex.C, string.C: - new string with
7189: exception was used
7190:
7191: * src/include/pa_exception.h: - new string with exception was added
7192:
7193: * tests/223.html: - test for checking cookie-encoding during
7194: ^file::load[http was added
7195:
7196: * tests/: 221.html, 222.html: - tests for checking type of
7197: $table.fields.field were added
7198:
7199: * src/types/pa_vtable.C: - not used var decl was removed
7200:
7201: * src/include/pa_string.h: - use cached string length in Body::mid.
7202: it improves speed of match with brackets in pattern
7203:
7204: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7205: outside
7206:
7207: 2009-07-14 misha
7208:
7209: * src/types/pa_vtable.C: - $table.fields.a return string even if
7210: column is empty (sometime returned void) - $table.fields was
7211: added for nameless tables
7212:
7213: * src/targets/cgi/getopt.c: - one warning resolved
7214:
7215: * src/main/pa_string.C: - potentian bug fixed
7216:
7217: * src/classes/op.C: - small optimization in taint/untaint
7218:
7219: 2009-07-13 misha
7220:
7221: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7222: added
7223:
7224: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7225: souldn't add the attribut to output
7226:
7227: 2009-07-11 misha
7228:
7229: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7230: stack size was increaced to 2MB (default=1MB)
7231:
7232: 2009-07-08 misha
7233:
7234: * src/main/pa_string.C: - link to UTF-8 description was added
7235:
7236: * src/include/pa_hash.h: - hash keeps element's order in more
7237: places (ex: ._keys[])
7238:
7239: * tests/220.html: - test for checking order of elements in hash in
7240: foreach was added
7241:
7242: * tests/172.html: - small changes in printing hash
7243:
7244: * tests/129.html: - small changes in printing hash
7245:
7246: * src/: include/pa_common.h, include/pa_hash.h,
7247: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7248: types/pa_vmethod_frame.h: - hash now keeps order of elements
7249:
7250: * tests/014.html: - small changes in printing hash
7251:
7252: 2009-07-07 misha
7253:
7254: * src/classes/op.C: - new taint language "parser-code" was added
7255:
7256: * tests/219.html: - test for auto untaint parser code in process
7257: was added
7258:
7259: * src/classes/op.C: - tainted pieces in body of process are
7260: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7261:
7262: * src/: include/pa_string.h, main/untaint.C: - new language
7263: L_PARSER_CODE for auto-untaint in process was added
7264:
7265: * src/: classes/file.C, classes/hash.C, classes/image.C,
7266: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7267: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7268: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7269: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7270: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7271: code cleanup
7272:
7273: 2009-07-06 misha
7274:
7275: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7276: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7277: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7278:
7279: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7280: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7281: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7282: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7283: should be used
7284:
7285: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7286: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7287: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7288: untaint_cstr[m] should be used
7289:
7290: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7291: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7292:
7293: * tests/218.html: - test for checking automatic file-spec-taint was
7294: added
7295:
7296: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7297: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7298: classes/file.C, classes/hash.C, classes/image.C,
7299: classes/string.C, classes/table.C, classes/void.C,
7300: classes/xdoc.C: - optimizations and simplification of
7301: string.cstr(...)
7302:
7303: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7304: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7305: - optimizations and simplification of string.cstr(...)
7306:
7307: 2009-07-04 misha
7308:
7309: * tests/217.html: - test for recursion detection was added
7310:
7311: * src/: types/types.vcproj, main/main.vcproj,
7312: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7313: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7314: from .vcproj
7315:
7316: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7317:
7318: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7319: uploading files and case-insensitive http-method were added
7320:
7321: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7322: tainted pattern in ^file:list[] was added
7323:
7324: 2009-07-03 misha
7325:
7326: * src/: classes/classes.vcproj, main/main.vcproj,
7327: types/types.vcproj, targets/cgi/parser3.vcproj,
7328: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7329: for dynamic_cast) - little options changes
7330:
7331: * src/main/pa_http.C: - file::load[http works now with uploading
7332: files _and_ changing $.charset
7333:
7334: 2009-06-29 misha
7335:
7336: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7337: while creating pattern
7338:
7339: 2009-06-25 misha
7340:
7341: * src/classes/image.C, operators.txt: - options' names for
7342: ^image.font were changed to $.space, $.width and $spacing -
7343: default space width now == gif's width
7344:
7345: 2009-06-24 misha
7346:
7347: * tests/215.html: - tests for $file.mode were added
7348:
7349: * operators.txt: - added info about $file.mode and changes in
7350: ^image.font[
7351:
7352: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7353: param now could be omited - third param now could be hash (with
7354: all widths options: $.space-width, $.letter-width) - it's
7355: possible to specify tracking ($.letter-space)
7356:
7357: * src/classes/file.C: - file objects now could have mode field
7358: (text|binary)
7359:
7360: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7361:
7362: 2009-06-23 misha
7363:
7364: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7365: trim can work with utf-8 chars now
7366:
7367: 2009-06-20 misha
7368:
7369: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7370: was implemented
7371:
7372: * src/classes/table.C: - string length cacheing was implemented
7373:
7374: * src/include/pa_string.h: - string length cacheing was implemented
7375:
7376: 2009-06-17 misha
7377:
7378: * src/main/execute.C: - value param was removed from
7379: WContext::WContext
7380:
7381: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7382: pa_wwrapper.h: - value param was removed from WContext::WContext
7383: - field wcontext was removed from VCodeFrame (using fparent
7384: instead)
7385:
7386: * tests/214.html: - test with hash copying
7387:
7388: 2009-06-16 misha
7389:
7390: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7391: strings doesn't work in expression anymore
7392:
7393: * src/main/execute.C: - less calls for get_constructing() - little
7394: refactoring
7395:
7396: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7397: include/pa_request.h: - less calls for get_constructing()
7398:
7399: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7400: introduced with OPTIMIZE_SINGLE_STRING optimization
7401:
7402: 2009-06-14 misha
7403:
7404: * src/: classes/date.C, classes/file.C, classes/hash.C,
7405: classes/hashfile.C, classes/image.C, classes/regex.C,
7406: classes/table.C, classes/xdoc.C, classes/xnode.h,
7407: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7408: types/pa_vstateless_class.h, main/execute.C: - create object for
7409: storing object's fields only for parser objects
7410:
7411: 2009-06-13 misha
7412:
7413: * buildall-with-xml, buildall-without-xml: - new option was added
7414: for building GC (it slightly reduces memory usage)
7415:
7416: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7417: single string write
7418:
7419: * src/main/execute.C: - bytecode optimization of ^class:constructor
7420: - optimization of single string write
7421:
7422: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7423: - bytecode optimization of ^class:constructor
7424:
7425: 2009-06-09 misha
7426:
7427: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7428: main (better compatibility)
7429:
7430: 2009-06-08 misha
7431:
7432: * src/main/compile.y: - I've forgot to commit it :(
7433:
7434: 2009-06-07 misha
7435:
7436: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7437: WITH_READ and WITH_ROOT
7438:
7439: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7440: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7441: WITH_ROOT - little refactoring
7442:
7443: 2009-06-06 misha
7444:
7445: * tests/213.html: - tests for 3rd match string-param were added
7446:
7447: * src/classes/string.C: - 3rd match param could be string now
7448:
7449: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7450: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7451: GET_OBJECT_ELEMENT
7452:
7453: 2009-06-05 misha
7454:
7455: * src/main/pa_http.C: - bugfix: content-length was not calculated
7456: if $.body was specified
7457:
7458: 2009-06-04 misha
7459:
7460: * src/classes/op.C: - optimizing write_assign_lang in connect
7461:
7462: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7463:
7464: * src/main/execute.C: - little refactoring - optimizing
7465: write_assign_lang in taint/untaint
7466:
7467: * src/include/pa_opcode.h: - little refactoring
7468:
7469: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7470: main/compile_tools.h, main/execute.C: - optimizations for
7471: $self.field, ^self.method, $self.field[...] and $self.field(...)
7472: were added
7473:
7474: 2009-06-03 misha
7475:
7476: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7477:
7478: 2009-06-02 misha
7479:
7480: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7481: include/pa_opcode.h: - refactoring in last optimizations
7482: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7483: now but code is much easy and it is ready for further
7484: improvements.
7485:
7486: 2009-05-27 misha
7487:
7488: * src/: types/pa_junction.h, types/pa_vjunction.C,
7489: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7490: changed in destructing junctions
7491:
7492: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7493: String:Body
7494:
7495: 2009-05-26 misha
7496:
7497: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7498: one method detect_charset was deleted - bug was fixed in this
7499: method (error while detecting charset in content_type withot last
7500: ';')
7501:
7502: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7503: once
7504:
7505: 2009-05-25 misha
7506:
7507: * src/classes/file.C: - bugfix: file::exec didn't work after
7508: optimizing of helper_length
7509:
7510: 2009-05-24 misha
7511:
7512: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7513: were added - little refactoring
7514:
7515: * src/main/execute.C: - core while printing in debug log
7516: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7517: optimisations were added
7518:
7519: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7520: were added
7521:
7522: 2009-05-23 misha
7523:
7524: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7525: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7526: CORD_cat optimization
7527:
7528: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7529: - call constr optimisation under separate define now
7530:
7531: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7532: in $b should be string, not void
7533:
7534: * src/main/compile.y: - little fix for rem-cut optimisation
7535:
7536: * src/: include/pa_opcode.h, main/compile_tools.C,
7537: main/compile_tools.h, main/execute.C: - optimisations for
7538: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7539:
7540: * INSTALL: - description of some #defined were added
7541:
7542: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7543: before 1st access (memory usage is reduced if don't access to
7544: .text field)
7545:
7546: * src/include/pa_array.h: - array grows step now not static (it
7547: reduces numbers of reallocs)
7548:
7549: 2009-05-20 misha
7550:
7551: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7552: $.b(2), $c[d] and $.e[f] was added
7553:
7554: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7555: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7556: $.e[f] was added
7557:
7558: * src/main/execute.C: - debug printing moved in defines
7559:
7560: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7561: and little refactoring for OP_GET_OBJECT_ELEMENT +
7562: OP_GET_OBJECT_VAR_ELEMENT optimisation
7563:
7564: 2009-05-19 misha
7565:
7566: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7567: execute.C: - $a.$b & ^a.$b bytecode optimisation
7568:
7569: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7570: ^a.$b optimisation)
7571:
7572: * src/main/compile.y: - compiler now generate new opcodes:
7573: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7574: ^a.b - compiler now cut off ^rem{ with all content ; any number
7575: of params }
7576:
7577: * src/main/execute.C: - code for handle new opcodes
7578: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7579:
7580: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7581: added for LA2V and LA2S
7582:
7583: * src/include/pa_opcode.h: - new defines which can be used for
7584: disable some bytecode optimisation and new opcodes were added
7585:
7586: 2009-05-17 misha
7587:
7588: * src/lib/cord/cordxtra.c: - bugfix.
7589:
7590: * tests/212.html: - .size[] and .study_size[] were added to tests
7591:
7592: * operators.txt: - info about regex class was added
7593:
7594: * tests/212.html: - tests for regex class were added
7595:
7596: 2009-05-16 misha
7597:
7598: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7599: gc7.1
7600:
7601: * tests/022.html: - test for ^file:list[path;] (empty second param)
7602: was added
7603:
7604: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7605: param) should work
7606:
7607: 2009-05-15 misha
7608:
7609: * src/classes/table.C: - automatically disable stringstream usage
7610: on freebsd4
7611:
7612: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7613: scope
7614:
7615: * tests/211.html: - test with different types of access to hash was
7616: added
7617:
7618: * tests/210.html: - test which checks for loosing tainting in
7619: hash's keys was added
7620:
7621: * tests/208.html: - some parser work added. or stime == 0 %-)
7622:
7623: * src/lib/cord/cordbscs.c: - little hack was added to cord
7624:
7625: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7626:
7627: * src/include/pa_version.h, configure.in: - moko have made a lot of
7628: optimisations for increacing version number more dramatically :)
7629:
7630: * src/classes/date.C: - little refactoring: use constructor which
7631: accepts formated string
7632:
7633: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7634: which can print formatted string was added
7635:
7636: 2009-05-14 misha
7637:
7638: * src/include/pa_string.h: - type was fixed
7639:
7640: * src/: classes/hashfile.C, classes/op.C,
7641: include/pa_cache_managers.h, include/pa_charset.h,
7642: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7643: include/pa_request.h, include/pa_sql_driver_manager.h,
7644: include/pa_string.h, include/pa_stylesheet_manager.h,
7645: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7646: main/pa_charsets.C, main/pa_string.C,
7647: main/pa_stylesheet_connection.C, types/pa_value.h,
7648: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7649: types/pa_vobject.C, types/pa_vstateless_class.C,
7650: types/pa_vstateless_class.h: - hash_code caching was implemented
7651: (seaches should be faster now)
7652:
7653: * src/: classes/file.C, classes/hash.C, classes/image.C,
7654: classes/string.C, classes/table.C, include/pa_string.h,
7655: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7656: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7657: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7658: types/pa_vrequest.C: - String constructors don't have that stupid
7659: true/false param which means 'tainted'. they accept lang instead.
7660:
7661: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7662: with OPTIMIZE_RESULT
7663:
7664: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7665: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7666:
7667: 2009-05-13 misha
7668:
7669: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7670: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7671: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7672: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7673: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7674: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7675: include/pa_string.h, classes/date.C, classes/file.C,
7676: classes/hash.C, classes/image.C, classes/string.C,
7677: classes/table.C, classes/xdoc.C: - result optimisation -
7678: helper_length parameter removed from string constructors
7679:
7680: 2009-05-11 misha
7681:
7682: * tests/209.html: - tests for ^hash::create[hash] were added
7683:
7684: * tests/208.html: - tests for $status:rusage, $status:memory,
7685: ^memory:compact[] were added
7686:
7687: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7688: log10 were added
7689:
7690: * tests/206.html: - test for try with finally was added
7691:
7692: 2009-05-10 misha
7693:
7694: * tests/205.html: - test for ^file::create[...] was added
7695:
7696: * tests/204.html: - test for ^response:clear[] was added
7697:
7698: * tests/038.html: - tests for trigonometric functions were added
7699:
7700: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7701: added - more tests for .add, .sub, .union, .intersects and
7702: .intersections
7703:
7704: * tests/065.html: - test for ^file:dirname was added
7705:
7706: * tests/030.html: - test for $cookie:fields was added
7707:
7708: * tests/203.html: - test for ^h._keys[column name] was added
7709:
7710: * tests/201.html: - tests for .trim were added
7711:
7712: * tests/202.html: - tests for last-day,
7713: date:calendar[type](YYYY;MM;DD) were added
7714:
7715: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7716: .offset[type](N) were added
7717:
7718: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7719: and .pos[c](N) were added
7720:
7721: * tests/141.html: - test for math:sha1 was added
7722:
7723: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7724:
7725: 2009-05-09 misha
7726:
7727: * src/main/compile.y: - rollback
7728:
7729: 2009-05-05 misha
7730:
7731: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7732: replaced by is_empty()
7733:
7734: * src/: include/pa_string.h, main/pa_charset.C: - little
7735: optimisation: somewhere length() was replaced by is_empty()
7736:
7737: * src/classes/table.C: - little optimisation: somewhere length()
7738: was replaced by is_empty()
7739:
7740: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7741: classes/op.C, classes/table.C, main/pa_exception.C: - little
7742: optimisation: somewhere length() was replaced by is_empty()
7743:
7744: 2009-05-04 misha
7745:
7746: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7747: types/pa_vstateless_class.h, main/execute.C,
7748: include/pa_request.h, classes/hash.C, classes/op.C,
7749: classes/table.C: - more optimisations were added: some operators
7750: don't switch write context anylonger
7751:
7752: 2009-05-01 misha
7753:
7754: * src/main/compile.y: - slightly more opcode optimisations for
7755: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7756:
7757: * src/main/execute.C: - simplifying process for getters
7758:
7759: 2009-04-30 misha
7760:
7761: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7762:
7763: * tests/results/199.processed: - test for checking $result into
7764: ^rem was added
7765:
7766: * tests/199.html: - test for checking $result into ^rem was added
7767:
7768: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7769: some OS it returns list in different order)
7770:
7771: * src/: include/pa_array.h, include/pa_request.h,
7772: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7773: changes in stack impl - get_element() optimisation: 3rd param
7774: removed - bugfix: problems with reading empty input param -
7775: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7776:
7777: * tests/results/198.processed: - test for reading empty local var
7778: was added
7779:
7780: * tests/198.html: - test for reading empty local var was added
7781:
7782: 2009-04-29 misha
7783:
7784: * src/main/compile.y: - bugfix: couldn't compile because
7785: OP_VALUE__GET_ELEMENT should be unde #ifdef
7786:
7787: * src/: include/pa_array.h, include/pa_opcode.h,
7788: include/pa_request.h, main/compile.y, main/execute.C,
7789: main/pa_request.C, types/pa_vmethod_frame.C,
7790: types/pa_vmethod_frame.h: - we can work without opcode
7791: OP_STORE_PARAM, so it was removed
7792:
7793: 2009-04-28 misha
7794:
7795: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7796: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7797: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7798: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7799: 4.
7800: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7801:
7802: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7803:
7804: * src/: main/pa_string.C, classes/string.C: - !length() =>
7805: is_empty()
7806:
7807: 2009-04-27 misha
7808:
7809: * src/types/pa_vregex.h: - back explicit vars initialisation
7810:
7811: 2009-04-24 misha
7812:
7813: * src/classes/string.C: - ups. typo fixed
7814:
7815: * src/main/execute.C: - more replacements '*new VBool' to
7816: 'VBool::get' - checks for ^break[], ^continue[] and
7817: parser.interrupted were optimised
7818:
7819: * src/classes/string.C: - number of params.count() calls was
7820: slightly reduced
7821:
7822: 2009-04-23 misha
7823:
7824: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7825: make it x64 friendly
7826:
7827: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7828: parser is x64 friendly now
7829:
7830: 2009-04-22 misha
7831:
7832: * src/types/pa_vhashfile.C: - coder friendly exception about
7833: exceeding record size was added
7834:
7835: * src/classes/file.C: - use vregex object instead of direct calls
7836: methods from pcre lib
7837:
7838: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7839: classes/string.C: - use vregex object instead of direct calls
7840: methods from pcre lib
7841:
7842: * src/: include/pa_common.h, main/pa_common.C: - method
7843: print_pcre_exec_error_text was moved to class vregex
7844:
7845: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7846: was added
7847:
7848: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7849: - class vregex was added
7850:
7851: 2009-04-21 misha
7852:
7853: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7854:
7855: * src/: types/pa_junction.h, types/pa_value.C,
7856: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7857: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7858: junction-optimisation (destructors)
7859:
7860: * src/include/pa_array.h: - free under if now
7861:
7862: 2009-04-19 misha
7863:
7864: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7865:
7866: 2009-04-18 misha
7867:
7868: * src/include/pa_version.h:
7869: :q :
7870:
7871: CV:
7872: ----------------------------------------------------------------------
7873:
7874: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7875: refactoring
7876:
7877: * src/: include/pa_array.h, include/pa_hash.h,
7878: types/pa_vmethod_frame.h: - destructors under #ifdef now
7879:
7880: * src/include/pa_memory.h: - define for using destructors was added
7881:
7882: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7883: main/execute.C: - some junctions will be cached now
7884:
7885: * src/include/pa_hash.h: - hash destructor frees pairs now
7886:
7887: * src/include/pa_array.h: - inline was added to destructor
7888:
7889: * src/types/pa_method.h: - comment was changed
7890:
7891: 2009-04-17 misha
7892:
7893: * src/: include/pa_array.h, include/pa_hash.h,
7894: types/pa_vmethod_frame.h: - destructors were added
7895:
7896: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7897: renamed to always_use_result
7898:
7899: * src/main/: compile.y, compile_tools.h: - rollback changes in
7900: compiler: full backward compatibility is better
7901:
7902: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7903: result in var's hash
7904:
7905: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7906: optimisation in method_frame
7907:
7908: * src/include/pa_array.h: - optimisation in array (allocate
7909: elements only when needed)
7910:
7911: * src/types/pa_vresponse.C: - check for $response:headers field
7912: before looking at custom fields
7913:
7914: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7915: not needed to check existance var with name 'result' in var's
7916: hash
7917:
7918: * src/main/compile.y: - compiler was changed: now it detects
7919: writings to $result and set flag writo_to_result in method
7920:
7921: * src/classes/string.C: - little optimisation: no needed to write
7922: number with lang
7923:
7924: * src/main/pa_charset.C: - methods readChar and skipChar which is
7925: used for read utf8-strings were renamed - is_escaped was renamed
7926: to isEscaped (to the same name convention)
7927:
7928: * src/: types/pa_method.h, main/compile_tools.h: - flag
7929: write_to_result added. compiler get this info from code.
7930:
7931: 2009-04-16 misha
7932:
7933: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7934: String only before 1st write
7935:
7936: * src/include/pa_string.h: - not needed template removed
7937:
7938: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7939: types/pa_vjunction.C, types/pa_vproperty.C,
7940: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7941: main/pa_request.C, classes/bool.C, classes/double.C,
7942: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7943: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7944: bool objects)
7945:
7946: 2009-04-15 misha
7947:
7948: * src/lib/cord/cordxtra.c: - more optimisation
7949:
7950: * src/: include/pa_string.h, main/untaint.C: - String::append
7951: optimisation
7952:
7953: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7954: then get and can sometime be used)
7955:
7956: * src/main/pa_string.C: - String::length optimisation
7957:
7958: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7959: these methods read different strings
7960:
7961: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7962: fresult_initial_void removed + some optimisation - if $result
7963: defined we don't write to context anymore
7964:
7965: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7966: need just skip char)
7967:
7968: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7969: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7970: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7971:
7972: * src/types/pa_vvoid.h: - added get() method for retreave one
7973: instance
7974:
7975: 2009-04-11 misha
7976:
7977: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7978:
7979: * tests/197.html: - test for parser://test in xml was added
7980:
7981: * src/classes/string.C: - small optimisation
7982:
7983: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7984: optimisation
7985:
7986: 2009-04-10 misha
7987:
7988: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7989: to pcre-7.8
7990:
7991: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7992:
7993: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7994: added
7995:
7996: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7997: $request:CLASS_NAME were added
7998:
7999: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8000: were added
8001:
8002: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8003: $env:CLASS_NAME were added
8004:
8005: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8006: '@todo' now
8007:
8008: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8009: compirer
8010:
8011: * src/main/pa_string.C: - little code cleanup
8012:
8013: * src/main/pa_common.C: - describe one more UTF-8 related error
8014: during PCRE compile/execute
8015:
8016: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8017: normalizing todo-comments: '@todo' now
8018:
8019: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8020:
8021: * src/main/pa_charset.C: - type changed for making compiler happy
8022:
8023: 2009-03-10 misha
8024:
8025: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8026: in main()
8027:
8028: 2009-02-01 misha
8029:
8030: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8031: boundary
8032:
8033: 2009-01-25 misha
8034:
8035: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8036:
8037: * src/classes/file.C: - more changes for parsing different number
8038: of params for file::load
8039:
8040: * tests/193.html: - tests for exception while base64-decode binary
8041: to string was added
8042:
8043: * tests/192.html: - tests for file::load with different number of
8044: options
8045:
8046: * src/classes/math.C: - ups. forgot '+1'
8047:
8048: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8049: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8050: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8051: (new option $.encode[multipart-form/data] should be specified) -
8052: $.method[] option for file::load now is not case-sensitive
8053:
8054: * src/: include/pa_string.h, main/untaint.C: - for file post the
8055: new taint language L_FILE_POST was added
8056:
8057: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8058: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8059: stuff was moved to separate files
8060:
8061: 2009-01-23 misha
8062:
8063: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8064: spaces to tabs were converted
8065:
8066: 2009-01-12 misha
8067:
8068: * src/main/pa_http.C: - value of $.method[] option force uppercased
8069: now
8070:
8071: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8072: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8073: their names
8074:
8075: * src/main/pa_common.C: - changes in formating
8076:
8077: * src/: classes/file.C, main/pa_http.C: - some constants changed
8078: their names
8079:
8080: * src/include/pa_http.h: - some spaces were converted to tabs
8081:
8082: * src/include/pa_common.h: - some constants changed their names
8083:
8084: * src/classes/file.C: - fixed 4-th paramether for file::load -
8085: little code rewriting
8086:
8087: * src/types/pa_vfile.C: - little code rewriting
8088:
8089: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8090: types/pa_value.h: - some formating changes
8091:
8092: * src/include/pa_common.h: - some formating spaces transformed to
8093: tabs
8094:
8095: * src/classes/string.C: - exception while base64-decode binary to a
8096: string
8097:
8098: 2009-01-11 misha
8099:
8100: * configure.in: - version changed to 3.3.1b
8101:
8102: 2008-09-05 misha
8103:
8104: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8105: release_3_3_0 on 2008-09-05 10:59:35 +0000
8106:
8107: 2008-09-04 misha
8108:
8109: * tests/: 130.html, 131.html: - these exceptions not typeless
8110: anymore
8111:
8112: * src/classes/op.C: - exception with 'invalid taint language' not
8113: typeless anylonger
8114:
8115: * src/classes/image.C: - some exceptions while operations with
8116: image not typeless anymore
8117:
8118: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8119: main/pa_exec.C, main/pa_http.C: - some exceptions while
8120: operations with files not typeless anymore
8121:
8122: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8123: types/pa_vdate.h: - exceptions while checking date range not
8124: typeless anymore
8125:
8126: * src/include/pa_exception.h: - exception type string for invalid
8127: date range was added
8128:
8129: 2008-09-03 misha
8130:
8131: * src/: classes/file.C, main/pa_string.C: - exception while pce
8132: operations not typeless anymore
8133:
8134: * src/include/pa_exception.h: - exception type for pce operations
8135: was added
8136:
8137: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8138: and .CLASS_NAME insite classes
8139:
8140: * src/classes/table.C: - don't save table header whiile
8141: ^table.save[append;filename] if file exists
8142:
8143: 2008-09-02 misha
8144:
8145: * src/main/compile.y, src/main/compile_tools.h,
8146: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8147: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8148: renamed to partial and it login changed: we must mark class as
8149: partial for allow their modifications in future.
8150:
8151: 2008-08-29 misha
8152:
8153: * tests/results/022.processed: - testing taint[regex] in mask for
8154: file:list
8155:
8156: * tests/022.html: - testing taint[regex] in mask for file:list
8157:
8158: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8159: for file:list was added
8160:
8161: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8162: file:list
8163:
8164: 2008-08-26 misha
8165:
8166: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8167: last derived object
8168:
8169: * src/classes/image.C: - many strings "image.format" replaced by
8170: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8171: understand some more exif tags
8172:
8173: * src/include/pa_exception.h: - string "image.format" was added
8174:
8175: 2008-08-21 misha
8176:
8177: * src/: main/pa_string.C, classes/file.C: - use method for print
8178: pcre_exec text error
8179:
8180: * src/main/pa_common.C: - method for print pcre_exec text error was
8181: added
8182:
8183: * src/include/pa_common.h: - method declaration for print pcre_exec
8184: text error was added
8185:
8186: 2008-08-19 misha
8187:
8188: * src/main/execute.C: - bugfix: opcodes must be in separate
8189: namespace while debug execution as well
8190:
8191: * tests/: 015.html, results/015.processed: - test for escaping some
8192: parser chars was added
8193:
8194: 2008-08-18 misha
8195:
8196: * tests/: 190.html, 190.p, results/190.processed: - test for
8197: $caller.self.field + default getter in one class was added
8198:
8199: * tests/: 189.html, results/189.processed: - test for
8200: ^date::create[date object]
8201:
8202: * tests/: 188.html, results/188.processed: - tests for match with
8203: UTF-8 strings
8204:
8205: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8206: ^string.match[]
8207:
8208: * ChangeLog: - parser 3.3.0 beta13
8209:
8210: 2008-08-15 misha
8211:
1.116 moko 8212: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8213: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8214: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8215: dftables.c: - old PCRE files removed
1.95 moko 8216:
8217: * src/lib/pcre/config.h: - configuration for PCRE library
8218:
8219: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8220: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8221:
8222: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8223: library and set flag UTF8 if $request:charset is UTF-8
8224:
8225: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8226: include/pa_config_fixed.h: - moved to new PCRE library
8227:
8228: * src/: main/main.vcproj, types/types.vcproj,
8229: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8230: win32\pcre instead of parser3\src\lib\pcre
8231:
8232: * src/: include/pa_opcode.h, include/pa_operation.h,
8233: main/compile.C, main/compile.y, main/compile_tools.C,
8234: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8235: opcodes were moved to separate namespace
8236:
8237: 2008-08-14 misha
8238:
8239: * src/types/pa_vstateless_class.C: - newline at the end missed
8240:
8241: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8242: tainting
8243:
8244: 2008-08-11 misha
8245:
8246: * tests/: 187.html, 187.p, results/187.processed: - tests for
8247: $caller.self, $caller.self.field and $caller.self.field[value]
8248: were added
8249:
8250: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8251: runtime as well (for $caller.self)
8252:
8253: 2008-07-25 misha
8254:
8255: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8256: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8257: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8258: tests with international characters
8259:
8260: 2008-07-23 misha
8261:
8262: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8263: file::load[...;http://
8264:
8265: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8266: now everywhere in separate namespace
8267:
8268: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8269: for vars
8270:
8271: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8272: can be escaped by '^'
8273:
8274: 2008-07-22 misha
8275:
8276: * src/classes/string.C, tests/186.html: - names changes:
8277: escape=>js-escape, unescape=>js-unescape
8278:
8279: 2008-07-21 misha
8280:
8281: * tests/results/186.processed: - test for string escape/unescape
8282:
8283: * tests/186.html: - test for string escape/unescape
8284:
8285: * src/classes/string.C: - string has escape and unescape methods
8286: now
8287:
8288: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8289: added
8290:
8291: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8292: method-layers added (with different params)
8293:
8294: 2008-07-18 misha
8295:
8296: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8297: was added
8298:
8299: * tests/185.html: - test for ^str.pos[sub](offset) added
8300:
8301: * src/classes/string.C, src/classes/void.C, operators.txt: -
8302: ^string.pos[substr](offset) -- 2nd param accepted now
8303:
8304: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8305: strings
8306:
8307: 2008-07-17 misha
8308:
8309: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8310: helper length added for mid for small optimisation
8311:
8312: 2008-07-16 misha
8313:
8314: * tests/: 185.html, results/185.processed: - tests for
8315: length/left/right/mid/pos with utf-8 strings
8316:
8317: * src/classes/string.C: - left/right/mid/length/pos works fine for
8318: utf-8 strings
8319:
8320: * src/main/untaint.C: - comments removed
8321:
8322: * src/: include/pa_string.h, main/pa_string.C,
8323: include/pa_charset.h, main/pa_charset.C: - methods for working
8324: with pos/mid for strings in utf-8 were added
8325:
8326: 2008-07-15 misha
8327:
8328: * tests/: 184.html, results/184.processed: - test for case body as
8329: expression: $var(^switch(1){^case(1)(true)..})
8330:
8331: * src/classes/op.C: - case body can be expression now:
8332: $var(^switch(1){^case(1)(true)..})
8333:
8334: * tests/: results/183.processed, 183.html: - added test for testing
8335: new cookie encoding (%uXXXX)
8336:
8337: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8338: decoding for backward compatibility they decoded from %XX in
8339: request:charset too
8340:
8341: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8342: - cookie class now decode cookies before first access after last
8343: request:charset changing (as form class).
8344:
8345: * src/main/pa_charset.C: - added method escape for escaping cookies
8346: as %uXXXX - before transcode calculate required space for dest
8347: string. it reduce mem usage for transcode
8348:
8349: * src/include/pa_charset.h: - added method escape for escaping
8350: cookies as %uXXXX
8351:
8352: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8353: was added. will used for escaping cookies as %uXXXX
8354:
8355: * src/include/pa_common.h: - escape method has new option for skip
8356: converting '+' to a space char
8357:
8358: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8359: transcode - escape method has new option for skip converting '+'
8360: to a space char
8361:
8362: 2008-07-08 misha
8363:
8364: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8365: (no UE if more then 1 case matches anylonger) - optimization:
8366: doing searching.as_string() || searching.as_double() only once
8367:
8368: 2008-07-04 misha
8369:
8370: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8371: now ^date::create[date object] works
8372:
8373: * src/classes/string.C: - left and right added as aliases for start
8374: and end in ^string.trim[]
8375:
8376: 2008-07-03 misha
8377:
8378: * src/classes/file.C: - allow $.limit for file::sql as well
8379:
8380: * src/classes/file.C: - allow $.offset option for file::sql - force
8381: send limit=1 to query for use sql specifics authomatically
8382:
8383: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8384: if $.limit value if empty. autoconvert it as everywere
8385:
8386: 2008-07-02 misha
8387:
8388: * configure.in: - time to change version number to 3.3.0 %-)
8389:
8390: * src/include/pa_version.h: - time to change version number to
8391: 3.3.0 %-)
8392:
8393: 2008-06-26 misha
8394:
8395: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8396: $.limit(0) fixes
8397:
8398: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8399: - $.limit(0) fixes
8400:
8401: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8402: new API)
8403:
8404: * src/: include/pa_sql_driver_manager.h,
8405: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8406: classes/op.C: - document_root added
8407:
8408: * src/main/compile.tab.C: - error message was changed
8409:
8410: 2008-06-25 misha
8411:
8412: * src/main/compile.y: - error message was changed
8413:
8414: 2008-06-24 misha
8415:
8416: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8417:
8418: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8419: tests for @OPTIONS\nappend
8420:
8421: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8422:
8423: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8424:
8425: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8426:
8427: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8428: compile.y
8429:
8430: 2008-06-17 misha
8431:
8432: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8433: compilation: ^if(default){true. it's incorrect. must be
8434: exception}
8435:
8436: 2008-06-16 misha
8437:
8438: * tests/: 181.ent, 181.html, results/181.processed: - test for
8439: checking external reference loading with 'http://localhost'
8440: prefix while creating xdoc
8441:
8442: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8443: ^math:long2ip[] and ^math:ip2long[]
8444:
8445: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8446: added which use scalar stateless class method when user object
8447: used in scalar context - use get_scalar_value when user object
8448: requested in scalar context
8449:
8450: * src/main/pa_common.C: - size must be int but not size_t or we
8451: can't compare with 0 sprintf result
8452:
8453: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8454: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8455: with internal switch between local/global vars
8456:
8457: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8458: specified
8459:
8460: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8461: pa_vstateless_object.h: - stateless class and object now has
8462: private scalar field and getter/setter for working with it
8463:
8464: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8465: moved to inet static class
8466:
8467: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8468: class added (^inet:aton[IP], ^inet:ntoa(number))
8469:
8470: * tests/: 180.html, results/180.processed: - tests for
8471: ^math:long2ip(long) and ^math:ip2long[IP]
8472:
8473: * src/classes/math.C: - ^math:ip2long[IP] added
8474:
8475: 2008-06-11 misha
8476:
8477: * src/main/pa_xml_io.C: - use file_read_text again because of we
8478: need cut BOM code and remove DOS newline chars. but don't
8479: transcode it anyway.
8480:
8481: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8482: main/pa_http.C: - option for disable transcoding while file_read
8483: and file_read_text added
8484:
8485: 2008-06-10 misha
8486:
8487: * tests/: 179.html, 179.p, results/179.processed: - test for many
8488: classes in 1 file
8489:
8490: * src/main/: compile.C, compile_tools.h: - compile return list of
8491: classes now.
8492:
8493: * src/main/: compile.y, compile.tab.C: - compile return list of
8494: classes now. internals.
8495:
8496: * src/main/pa_request.C: - compile return list of classes now. try
8497: call @conf and @auto for each returned class
8498:
8499: * src/include/pa_request.h: - compile return list of classes now
8500:
8501: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8502: return list of classes when compile buf)
8503:
8504: 2008-06-07 misha
8505:
8506: * src/main/pa_request.C: - constructing VRequest object with 3rd
8507: param -- form
8508:
8509: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8510: 3rd param: form. needed for get post_charset
8511:
8512: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8513: added
8514:
8515: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8516: types/pa_vform.C, types/pa_vform.h: - some polish
8517:
8518: 2008-06-06 misha
8519:
8520: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8521: charset and decode chars from it but not from response:charset
8522:
8523: * src/main/pa_http.C: - detect_charset moved out of here
8524:
8525: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8526: methods moved here - unescape_chars accepn one charset now
8527:
8528: * src/main/pa_http.C: - new constants used - don't allow
8529: $.content-type in ^file::load[;http://;$.method[POST]] - add
8530: charset info while ^file::load[;http://;$.method[POST]] - option
8531: $.omit-post-charset(true) added to ^file::load[;http://] for
8532: disabling charset during post
8533:
8534: * src/types/pa_vform.C: - new constants used
8535:
8536: * src/include/pa_common.h: - some constants were added
8537:
8538: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8539: instead of StrEqNc
8540:
8541: * src/main/pa_common.C: - new method for caseless search
8542: c-substring in c-string - use isxdigit instead of is_hex_digit
8543:
8544: * src/include/pa_common.h: - new method for caseless search
8545: c-substring in c-string
8546:
8547: 2008-06-05 misha
8548:
8549: * tests/results/178.processed: - test for testing default getter
8550:
8551: * tests/178.html: - test for testing default getter
8552:
8553: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8554: for test for testing default getter
8555:
8556: * src/main/execute.C: - default getter soul
8557:
8558: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8559: requested objects' field not found
8560:
8561: * src/types/pa_vclass.C: - register default getter if defined - get
8562: default getter if requested field not found
8563:
8564: * src/types/pa_vstateless_object.h: - method get_default_getter was
8565: added
8566:
8567: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8568: pointer to default getter and methods for get/set it were added
8569:
8570: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8571: auto_name field (for default getter)
8572:
8573: 2008-06-04 misha
8574:
8575: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8576: transcoding, no cutting BOM code, no fixing line breaks) and get
8577: it to libxml "as is"
8578:
8579: 2008-06-03 misha
8580:
8581: * src/main/pa_common.C: - use store_Char instead of
8582: transcodeCharFromUTF8
8583:
8584: * src/: include/pa_charset.h, main/pa_charset.C: - method
8585: store_Char added, transcodeCharFromUTF8 -- removed
8586:
8587: 2008-06-02 misha
8588:
8589: * tests/: results/177.processed, 177.html: - test for checking
8590: .[acm]date after local ^file::load[] was added
8591:
8592: * tests/: results/176.processed, 176.html: - test for checking
8593: @OPTION\locals + @method[vars][locals] added
8594:
8595: * tests/results/auto.p: - CLASS_PATH specified for checking use
8596:
8597: 2008-05-30 misha
8598:
8599: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8600: @OPTION\nlocals + @method[vars][;locals;] were added
8601:
8602: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8603: moved to separate method op_code - switch from VMethodFrame to
8604: VMethodFrameGlobal + VMethodFrameLocal
8605:
8606: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8607: was moved to separate method op_code
8608:
8609: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8610: VMethodFrame now
8611:
8612: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8613: all_vars_local as well
8614:
8615: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8616: pa_vmethod_frame_local.h, Makefile.am: - who children for
8617: VMethodFrame were added: one (global) works as VMethodFrame
8618: before and second (local) write all vars in self vars scope
8619:
8620: * src/types/pa_method.h: - method has bool flag all_vars_local now
8621:
8622: 2008-05-29 misha
8623:
8624: * tests/: 129.html, results/129.processed: - more tests for
8625: ^table.hash[]
8626:
8627: * src/classes/hash.C: - ^hash::sql has a new option:
8628: $.type[hash|string|table] as ^table.hash[] one.
8629:
8630: * src/classes/op.C: - ^try has 3rd param now: finally code which
8631: executed anyway after try or catch section
8632:
8633: 2008-05-27 misha
8634:
8635: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8636: must not fail if $.distinct(1) wasn't specified
8637:
8638: 2008-05-26 misha
8639:
8640: * src/classes/op.C: - allow ^throw[my type]
8641:
8642: 2008-05-22 misha
8643:
8644: * configure.in, configure: - version number updated to 3.2.4b
8645:
8646: * src/classes/: op.C, string.C: - trim format string before
8647: eval/format
8648:
8649: * tests/: results/175.processed, 175.html: - more tests for
8650: different format strings in .format[]
8651:
8652: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8653: as well (not only %XX)
8654:
8655: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8656: charset specified - checks for format before print number
8657: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8658: (instead of tabs) removed
8659:
8660: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8661: charset specified
8662:
8663: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8664: char in requested charset from utf code was added
8665:
8666: 2008-05-19 misha
8667:
8668: * tests/: 174.html, results/174.processed: - test for
8669: ^hashfile.cleanup[] added
8670:
8671: * src/classes/hashfile.C: - optimization: don't create any key or
8672: value variable if it's name weren't specified
8673: (^hf.foreach[;v]{...})
8674:
8675: 2008-05-16 misha
8676:
8677: * src/classes/hash.C: - optimization: don't create any key variable
8678: if variable name wasn't specified (^h.foreach[;v]{...})
8679:
8680: 2008-05-15 misha
8681:
8682: * src/classes/op.C: - small changes
8683:
8684: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8685:
8686: * src/classes/hash.C: - calculate var_context once before foreach
8687:
8688: 2008-05-14 misha
8689:
8690: * src/classes/hashfile.C: - incorrect vars context calculation for
8691: ^hashfile.foreach[;]{} fixed
8692:
8693: * src/classes/: hash.C, table.C: - little optimisation
8694:
8695: * src/classes/file.C: - bugfix: double absolute path while loading
8696: file
8697:
8698: * tests/: 174.html, results/174.processed: - tests for hashfile
8699: were added
8700:
8701: * buildall-with-xml: - moving to libxslt 1.1.24
8702:
8703: 2008-04-30 misha
8704:
8705: * src/classes/file.C: - stat file while loading (local only) so
8706: .adate, .mdate and .cdate available without additional ::stat
8707:
8708: 2008-04-28 misha
8709:
8710: * src/classes/file.C: - $.name and $.content-type available for
8711: stated file
8712:
8713: 2008-04-14 misha
8714:
8715: * src/targets/cgi/parser3.C: - new year in copyright %-)
8716:
8717: * src/include/pa_version.h: - new version number in head
8718:
8719: 2008-04-10 misha
8720:
8721: * tests/: 080.html, results/080.processed: - cut '0' from
8722: exponential part because of on diff OS it differ (20 or 020 for
8723: ex)
8724:
8725: * tests/: 119.html, results/119.processed: - check for encoding
8726: while creating xdoc
8727:
8728: 2008-04-09 misha
8729:
8730: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8731:
8732: * src/main/pa_common.C: - comment added
8733:
8734: * src/classes/date.C: - little refactoring
8735:
8736: 2008-04-07 misha
8737:
8738: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8739: style of ^table.save[]: prepare one big string and sabe it at
8740: once. it's safe on freebsd 4.x but use much more memory.
8741:
8742: * buildall-with-xml, buildall-without-xml: - option
8743: --disable-stringstream added (under comment. use it on freebsd
8744: 4.x)
8745:
8746: 2008-02-22 misha
8747:
8748: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8749: specified together in file::load[;http] - get back transcoding
8750: $.body[] in file::load[;http]
8751:
8752: 2008-02-21 misha
8753:
8754: * src/classes/date.C: - ^date.gmt-string[] was added
8755:
8756: * src/types/pa_value.C: - method for output date in RFC 822 format
8757: moved to pa_common.h
8758:
8759: * src/include/pa_common.h: - method for output date in RFC 822
8760: format moved here from pa_value.C
8761:
8762: * src/types/pa_vmail.C: - fixed core in sending mail with
8763: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8764:
8765: 2008-02-20 misha
8766:
8767: * src/main/pa_http.C: - transcode $.headers before escaping into
8768: specified charset while ^file::load[...;http://...] (L_URI
8769: instead of L_HTTP_HEADER) - $.cookies param available in
8770: ^file::load[;http://...] now (but we don't parse set-cookies from
8771: response yet) (cookies not transcoded as common $cookies)
8772:
8773: 2008-02-19 misha
8774:
8775: * src/main/pa_request.C: - rollback: we mustn't force taint
8776: $response:field values because in this case
8777: $response:locateion[http://...] don't works.
8778:
8779: 2008-02-15 misha
8780:
8781: * src/classes/op.C: - little refactoring
8782:
8783: * src/main/pa_http.C: - taint names of $.headers for load[;http
8784:
8785: * src/main/pa_request.C: - force taint values of $response:field
8786:
8787: 2008-02-14 misha
8788:
8789: * src/main/pa_request.C: - $response:field transcoded to
8790: $response:charset before escaping now
8791:
8792: * src/main/pa_http.C: - some outdated comments removed
8793:
8794: * src/classes/date.C: - lastdat -> last-day
8795:
8796: * src/classes/date.C: - ^date:lastday(year;month) and
8797: ^date.lastday[] were added - little code refactoring - comments
8798: changes
8799:
8800: * tests/: 159.html, results/159.processed: - test for number of
8801: days in February
8802:
8803: * src/types/pa_value.C: - fixes in code formatting
8804:
8805: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8806: and comments
8807:
8808: 2008-02-13 misha
8809:
8810: * src/main/pa_common.C: - bugfix for february at leap year
8811:
8812: 2008-01-28 misha
8813:
8814: * tests/: 160.html, results/160.processed: - more test for cache
8815: added
8816:
8817: * src/classes/op.C: - bugfix: cache body executed twice if contains
8818: unhandled exception
8819:
8820: 2008-01-25 misha
8821:
8822: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8823: bug when hashfile became inavailable after memory:compact)
8824:
8825: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8826:
8827: 2008-01-22 misha
8828:
8829: * src/classes/table.C: - little refactiring and exception texts
8830: changes in method ^table.hash[]
8831:
8832: * src/types/pa_vcookie.C: - link to cookie specification changed
8833:
8834: 2008-01-21 misha
8835:
8836: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8837: file::exec/cgi
8838:
8839: * src/classes/file.C: - bugfix: core while processing headers if
8840: executed cgi script don't return content
8841:
8842: 2008-01-18 misha
8843:
8844: * buildall-with-xml: - move to libxml2 version 2.6.31
8845:
8846: * src/include/pa_version.h, configure.in: - version number updated
8847: to '3.2.3b'
8848:
8849: 2007-12-28 misha
8850:
8851: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8852: hash.contains
8853:
8854: 2007-12-27 misha
8855:
8856: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8857: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8858: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8859: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8860: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8861: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8862: src/targets/cgi/parser3.vcproj,
8863: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8864: back to VS2003 because of Apache 1.3 module can't work if it was
8865: built in VS 2005. with cgi all file so VS2003 project files can
8866: be easy converted to the new format.
8867:
8868: 2007-12-04 misha
8869:
8870: * src/types/pa_vcode_frame.h: - changes in comment
8871:
8872: 2007-11-29 misha
8873:
8874: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8875: intercept strings any longer
8876:
8877: * tests/: 173.html, results/173.processed: - tests for
8878: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8879: but not in main code frame
8880:
8881: * tests/: 172.html, results/172.processed: - more tests for pass
8882: objects from code frames
8883:
8884: 2007-11-27 misha
8885:
8886: * tests/: 152.html, results/152.processed: - tests for converting
8887: strings 'true'/'false' to bool were added
8888:
8889: * tests/152.html: - added checks for converting strings
8890: 'true'/'false' to bool
8891:
8892: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8893: not only strings with numbers but with values 'true'/'false' as
8894: well
8895:
8896: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8897: for parser3.log increased
8898:
8899: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8900:
8901: * src/include/pa_common.h: - remove_crlf return cstring size now
8902:
8903: * src/include/pa_types.h: - constant with buffer size for
8904: parser3.log added
8905:
8906: 2007-11-16 misha
8907:
8908: * tests/cat.sh: - script for tests for file::exec/cgi
8909:
8910: * tests/171.html: - tests for file::exec/cgi
8911:
8912: * tests/results/171.processed: - tests results for file::exec/cgi
8913:
8914: 2007-11-15 misha
8915:
8916: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8917:
8918: * src/classes/file.C: - .body must be set before analyzing cgi
8919: headers
8920:
8921: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8922: only if exec/cgi return anything.
8923:
8924: 2007-11-14 misha
8925:
8926: * operators.txt: - info about new text|binary option for
8927: file::exec/cgi was added
8928:
8929: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8930: ^file:exec[[text|binary];script;...]
8931:
8932: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8933: classes/string.C, classes/table.C: - more text strings moved to
8934: the one place
8935:
8936: 2007-11-09 misha
8937:
8938: * src/types/pa_vrequest.C: - $request:argv must be taint
8939:
8940: * ChangeLog: - $request:argv [patch from Sumo]
8941:
8942: * operators.txt: - $request:argv
8943:
8944: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8945: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8946:
8947: 2007-10-25 misha
8948:
8949: * buildall-with-xml, buildall-without-xml: - options preparations
8950: for ./configure rewrited
8951:
8952: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8953: error occure in unhandled_exception finally fixed
8954:
8955: 2007-10-23 misha
8956:
8957: * tests/: 170.html, results/170.processed: - test for
8958: @method[][result]
8959:
8960: * operators.txt: - added info about node.prefix and
8961: node.namespaceURI
8962:
8963: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8964:
8965: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8966: added for node and attribute
8967:
8968: 2007-10-22 misha
8969:
8970: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8971:
8972: * src/main/pa_request.C: - added const content-transfer-encoding
8973:
8974: * src/include/pa_request.h: - added const content-transfer-encoding
8975: - ups. constants must be in lowercase (for search)
8976:
8977: * src/types/pa_vmail.C: - more constants used -
8978: content-transfer-encoding: 8bit added
8979:
8980: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8981:
8982: * src/include/pa_request.h: - more constants
8983:
8984: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8985: ommit anymore if $.content-disposition was specified - little
8986: refactoring
8987:
8988: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8989:
8990: 2007-10-17 misha
8991:
8992: * operators.txt: - info about
8993: table::create[nameless]{data}[>options<] was added
8994:
8995: * src/main/: compile.tab.C, compile.y: - if error occure while
8996: compile method don't put this method in methods table anymore.
8997: in other case the parser coredumped if @unhandled_exception
8998: method can't be compiled because of parser.compile error.
8999:
9000: * src/main/execute.C: - little code reformating
9001:
9002: * src/main/pa_request.C: - little code reformating - comment
9003: changed
9004:
9005: 2007-10-16 misha
9006:
9007: * tests/: 035.html, results/035.processed: - tests
9008: table::create[]{}[options] added
9009:
9010: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9011: options (only $.seperator[] yet)
9012:
9013: 2007-10-10 misha
9014:
9015: * src/classes/table.C: - some contstants moved to pa_common.h -
9016: some code changes
9017:
9018: 2007-10-02 misha
9019:
9020: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9021: then three time as much. but base64 encoding method still use
9022: less memory anyway.
9023:
9024: 2007-09-17 misha
9025:
9026: * operators.txt: - added info about $cookie:fields
9027:
9028: * src/types/pa_vcookie.C: - $cookie:fields available now
9029:
9030: * src/classes/hash.C: - some stuff for use with .for_each moved to
9031: common
9032:
9033: * src/include/pa_common.h: - some stuff for use with .for_each
9034: moved here
9035:
9036: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9037:
9038: 2007-09-14 misha
9039:
9040: * buildall-with-xml: - new xml libs again =)
9041:
9042: 2007-08-28 misha
9043:
9044: * operators.txt: - texts about ^table.columns[[column name]] and
9045: ^string.split[...][v][column name] were added
9046:
9047: * tests/: 168.html, 169.html, results/168.processed,
9048: results/169.processed: - tests for ^table.columns[[column name]]
9049: and ^string.split[...][v][column name] were added
9050:
9051: * src/classes/table.C: - new option ^table.columns[[column name]]
9052: was added
9053:
9054: * src/classes/string.C: - new option ^string.split[...;v;[column
9055: name]]
9056:
9057: * src/include/pa_exception.h: - error text message for
9058: ^hash._keys[], ^table.columns[] and ^string.split[]
9059:
9060: 2007-08-27 misha
9061:
9062: * src/main/untaint.C: - try to fix coredump on unix if print to
9063: body ^taint[sql][something] outside of connect
9064:
9065: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9066: outside of connect
9067:
9068: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9069: added (commented by default)
9070:
9071: 2007-08-20 misha
9072:
9073: * operators.txt: - comment about new method ^node.hasAttributes[]
9074: was added
9075:
9076: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9077: duplicated exception text strings were removed
9078:
9079: * src/include/pa_exception.h: - more exception text strings moved
9080: here
9081:
9082: * src/classes/table.C: - some duplicate exceptions' text strings
9083: removed
9084:
9085: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9086: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9087: removed
9088:
9089: * src/include/pa_exception.h: - some exception text strings movet
9090: to pa_exception
9091:
9092: * tests/: 149.html, results/149.processed: - test for
9093: ^xnode.hasAttributes[] was added - some code changes
9094:
9095: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9096: added
9097:
9098: 2007-08-17 misha
9099:
9100: * tests/: results/006.processed, results/059.processed, 006.html,
9101: 059.html: - more tests for match
9102:
9103: * tests/: 129.html, results/129.processed: - tests for
9104: ^table.hash[...][$.type[string|hash|table]] added
9105:
9106: * src/targets/cgi/parser3.C: - little syntax changes
9107:
9108: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9109: syntax changes
9110:
9111: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9112: messages in parser3.log switched off by default. If someone
9113: really still need it: use $SIGPIPE(1)
9114:
9115: 2007-08-08 misha
9116:
9117: * buildall-with-xml, buildall-without-xml: - remove libs source
9118: files by default since now
9119:
9120: 2007-08-07 misha
9121:
9122: * buildall-without-xml: - some option syntax changes
9123:
9124: * buildall-with-xml: - compile libxml2 without http support - some
9125: option syntax changes
9126:
9127: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9128:
9129: 2007-08-06 misha
9130:
9131: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9132:
9133: * tests/: 160.html, results/160.processed: - cache test was
9134: rewrited
9135:
9136: 2007-07-06 misha
9137:
9138: * tests/: 153.html, results/153.processed: - added test for
9139: ^math:sha1[string]
9140:
9141: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9142: transcoded
9143:
9144: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9145: were added
9146:
9147: 2007-06-28 misha
9148:
9149: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9150: some incorrect chars
9151:
9152: 2007-06-19 misha
9153:
9154: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9155: were moved on top because of gcc 4 had a problems during
9156: building.
9157:
9158: 2007-06-18 misha
9159:
9160: * tests/results/019.processed: - new image commited
9161:
9162: 2007-06-09 misha
9163:
9164: * src/classes/: op.C, table.C: - in while and table.select method
9165: as_expression used now
9166:
9167: * src/types/pa_vmethod_frame.h: - method as_expression was added
9168:
9169: 2007-06-08 misha
9170:
9171: * tests/: 166.html, results/166.processed: - test for
9172: ^match[...][n]
9173:
9174: * tests/: 165.html, results/165.processed: - tests for loops
9175:
9176: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9177: because of no speed/memory optimisation but some proglems with
9178: long cycles occure
9179:
9180: 2007-06-06 misha
9181:
9182: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9183: ^table.select(true) and ^table.select(1) didn't works because of
9184: awaiting junction-param only. fixed.
9185:
9186: 2007-05-24 misha
9187:
9188: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9189: with 0.5 secs interval
9190:
9191: * src/classes/op.C: - cache was rewrited. I hope it works with
9192: locking system now on unix
9193:
9194: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9195: system locks which wait till other threads release it but try get
9196: lock, if fail wait 1 sec and make 10 attempts.
9197:
9198: * src/include/pa_os.h: - consts for blocking locks + some comments
9199: were added
9200:
9201: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9202: opening files
9203:
9204: * src/classes/table.C: - changes in includes. if unclude <sstream>
9205: after our classes on unix it can't be build
9206:
9207: * src/types/pa_vhashfile.C: - not needed code removed
9208:
9209: 2007-05-23 misha
9210:
9211: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9212: include/pa_common.h: - cosmetic changes
9213:
9214: 2007-05-18 misha
9215:
9216: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9217: often. it's give some speed increasing
9218:
9219: * tests/results/160.processed: - returned time corrected
9220:
9221: * tests/160.html: - time increased because on unix 1 mean nothing
9222: :(
9223:
9224: * operators.txt: - added info about ^hash.contain[key]
9225:
9226: * src/classes/hash.C: - added ^hash.contain[key]
9227:
9228: * src/include/pa_hash.h: - added method for checking key exists in
9229: hash
9230:
9231: 2007-05-07 misha
9232:
9233: * src/include/pa_string.h: - was compilation error during build on
9234: freebsd4
9235:
9236: 2007-05-03 misha
9237:
9238: * src/classes/table.C: - option $.type[hash|string|table] was added
9239: for ^table.hash[]
9240:
9241: * src/classes/file.C: - comment removed
9242:
9243: 2007-04-26 misha
9244:
9245: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9246: real files doesn't opened in place anymore
9247:
9248: 2007-04-24 misha
9249:
9250: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9251:
9252: * src/include/pa_exception.h: "static" removed
9253:
9254: 2007-04-23 misha
9255:
9256: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9257:
9258: * src/classes/math.C: added: - ^math:ln(N) (the same as
9259: ^math:log(N)) - ^math:lg(N)
9260:
9261: * tests/: 097.html, results/097.processed: - charsets converstion
9262: during ^file::load[text;http://...] added
9263:
9264: * tests/: 164.html, results/164.processed: - check for set expires
9265: as a date
9266:
9267: * tests/: 164.html, results/164.processed: - test for hashfile
9268:
9269: * src/classes/hashfile.C: - little comment changes
9270:
9271: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9272: access
9273:
9274: * src/: classes/date.C, classes/double.C, classes/file.C,
9275: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9276: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9277: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9278: classes/xnode.h, include/pa_request.h, main/execute.C,
9279: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9280: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9281: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9282: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9283: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9284: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9285: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9286: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9287: "parser.runtime" strings were removed
9288:
9289: * src/classes/hashfile.C: - with .clear[] called files_delete()
9290: now.
9291:
9292: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9293:
9294: * src/include/pa_exception.h: - string constant with
9295: "parser.runtime" text was added
9296:
9297: 2007-04-20 misha
9298:
9299: * operators.txt: - some comments changing
9300:
9301: * operators.txt: - added info about .^hashfile.release[],
9302: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9303:
9304: * configure: =cheching for unsetenv
9305:
9306: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9307: ^hashfile.release[] were added
9308:
9309: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9310: ^string.match[][] understand new option now: return number of
9311: matches but not table wit results
9312:
9313: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9314: reopen now
9315:
9316: * src/classes/op.C: - bug. must be false
9317:
9318: * configure.in: - checking for unsetenv was added
9319:
9320: * src/types/pa_vform.C: - some comments
9321:
9322: 2007-04-18 misha
9323:
9324: * buildall-with-xml: moving to libxml2-2.6.28
9325:
9326: * buildall-with-xml, buildall-without-xml: added commented lines
9327: with --disable-safe-mode option
9328:
9329: * operators.txt: - info about $form:files
9330:
9331: 2007-04-17 misha
9332:
9333: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9334: $form:files was added
9335:
9336: * tests/: 163.html, results/163.processed: removing auto format
9337:
9338: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9339:
9340: 2007-04-16 misha
9341:
9342: * tests/: 163.html, results/163.processed: - test for .int[],
9343: floor, round, ceiling and .format[]
9344:
9345: * src/classes/file.C: - little optimization for getting args in
9346: exec/cgi
9347:
9348: 2007-04-13 misha
9349:
9350: * src/classes/file.C: - arguments for file::exec/cgi can be
9351: specified now as s table with one column
9352:
9353: 2007-03-27 misha
9354:
9355: * tests/: 162.html, results/162.processed: - test for
9356: ^table.select(^condition[$t])
9357:
9358: * tests/results/auto.p: - load windows-1251 charset for some tests
9359:
9360: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9361:
9362: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9363: 161_windows1251.txt: - added test for
9364: ^file::load[text;/local/file.txt;$.charset[...]]
9365:
9366: * tests/: results/013.processed, 013.html: - added test for
9367: checking $._default value while hash modifications
9368:
9369: * tests/: 160.html, results/160.processed: - add test for
9370: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9371:
9372: 2007-03-22 misha
9373:
9374: * src/include/pa_common.h: - "charset" string defined for
9375: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9376:
9377: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9378: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9379: added - not needed transcodes were removed from
9380: ^file::load[...;http://...]
9381:
9382: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9383: added
9384:
9385: * src/classes/date.C: - date.week was fixed
9386:
9387: * operators.txt: - added info about date.weekyear
9388:
9389: * tests/: 159.html, results/159.processed: - tests for date.week
9390: and date.weekyear added
9391:
9392: 2007-03-15 misha
9393:
9394: * src/classes/table.C: - enclose column numbers for nameless tables
9395: as well
9396:
9397: 2007-03-14 misha
9398:
9399: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9400:
9401: * src/classes/table.C: - table.save optimization: now required much
9402: less memory
9403:
9404: 2007-03-13 misha
9405:
9406: * tests/results/: 158.processed, 158.processes: - tests for
9407: table.save/table.load
9408:
9409: * tests/: 158.html, results/158.processes: - tests for
9410: table.save/table.load
9411:
9412: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9413:
9414: * buildall-with-xml: - pattern needed now for building
9415:
9416: * tests/results/097.processed: - added test results for xdoc::load
9417: & xdoc::load[http://...]
9418:
9419: * tests/097.html: - added test for xdoc::load
9420:
9421: 2007-03-12 misha
9422:
9423: * tests/: 107.html, results/107.processed: - added test for xpath
9424: '//man'
9425:
9426: 2007-03-01 misha
9427:
9428: * tests/: 097.html, results/097.processed: - added test for
9429: creating xdoc from file
9430:
9431: * tests/: results/157.processed, 157.html: - added test for
9432: file:move
9433:
9434: 2007-02-28 misha
9435:
9436: * src/classes/xdoc.C: - another attempt
9437:
9438: * src/classes/xdoc.C: - roll back last changes for a while
9439:
9440: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9441:
9442: * src/classes/file.C: - under lock we create non-exist dir anyway
9443:
9444: * tests/results/099.processed: - ever send content-disposition to
9445: client with file
9446:
9447: * tests/157.html: + test for file:copy
9448:
9449: 2007-02-26 misha
9450:
9451: * src/classes/file.C: - some similar strings moved to #define
9452: instead of to be copy/pasted many times
9453:
9454: * src/types/pa_vfile.h: - class name string ("file") moved to
9455: #define
9456:
9457: 2007-02-20 misha
9458:
9459: * configure.in: - added some strings for sqlite detection
9460:
9461: 2007-02-19 misha
9462:
9463: * operators.txt: - some comments changes
9464:
9465: * buildall-with-xml, buildall-without-xml: - some modifications
9466:
9467: 2007-02-17 misha
9468:
9469: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9470:
9471: * src/main/pa_request.C: - damn, i forgot to commit it while I
9472: change console behaviour
9473:
9474: 2007-02-12 misha
9475:
9476: * src/targets/cgi/parser3.C: - don't print headers if
9477: $console:line[data] was used during cgi execution.
9478:
9479: * src/types/pa_vconsole.h: - console class have bool flag now which
9480: marked as 'true' if class was used.
9481:
9482: * tests/: 152.html, results/152.processed: - more types was added
9483: to test 152
9484:
9485: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9486: adding 'bool' (^if($image){} caused exception)
9487:
9488: 2007-02-09 misha
9489:
9490: * tests/: 152.html, results/152.processed: - test alightly updated
9491:
9492: * tests/: 152.html, results/152.processed: - test rewrited
9493:
9494: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9495: bugfix. I broke xdoc & xnode in expression
9496:
9497: 2007-02-08 misha
9498:
9499: * tests/: 152.html, results/152.processed: - add test for checking
9500: 'def' for void, string, bool, int & double
9501:
9502: 2007-02-07 misha
9503:
9504: * operators.txt: - ^file:base64[filespec] was added
9505:
9506: * tests/results/153.processed: - result test for
9507: ^file:base64[filespec] was updated
9508:
9509: * tests/153.html: - test for ^file:base64[filespec] was added
9510:
9511: * src/types/pa_vconsole.h: - little optimization
9512:
9513: * src/classes/file.C: - ^file:base64[filespec]
9514:
9515: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9516:
9517: * src/include/pa_common.h: - declarations for
9518: ^file:base64[filespec]
9519:
9520: * src/types/pa_vcookie.C: - little optimization
9521:
9522: 2007-02-06 misha
9523:
9524: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9525: were temporary commented
9526:
9527: * src/types/pa_vbool.h: - bugfix
9528:
9529: * tests/156.html: - added test for bool cookie
9530:
9531: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9532:
9533: * tests/: 155.html, results/155.processed: - added test for check
9534: $.encloser[] option for table save/load
9535:
9536: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9537:
9538: 2007-02-05 misha
9539:
9540: * tests/results/152.processed: - newline at the end was missed
9541:
9542: * tests/results/141.processed: - math:md5 must be lowercased
9543:
9544: * src/targets/cgi/parser3.C: - 2007 in help ;)
9545:
9546: 2007-02-03 misha
9547:
9548: * tests/results/: 150.processed, 151.processed, 152.processed: -
9549: test for bool added and some content length fixes
9550:
9551: * tests/152.html: - test for bool added
9552:
9553: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9554:
9555: * operators.txt: - info bool class was added
9556:
1.116 moko 9557: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9558: classes/classes.vcproj, classes/double.C, classes/int.C,
9559: classes/string.C, classes/void.C, classes/xnode.C,
9560: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9561: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9562: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9563: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9564: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9565: types/types.vcproj: - bool class was added
9566:
9567: * src/main/pa_request.C: - fix
9568:
9569: 2007-01-18 misha
9570:
9571: * src/: main/pa_string.C, classes/string.C: - return table during
9572: ^string.match[][] even if no matched found.
9573:
9574: 2006-12-20 misha
9575:
9576: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9577: http://www.parser.ru/forum/?id=55598 ]
9578:
9579: 2006-12-19 misha
9580:
9581: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9582: details: http://www.parser.ru/forum/?id=52359
9583:
9584: * src/main/pa_request.C: - always set content-disposition for
9585: $response:body[hash here]. more details:
9586: http://www.parser.ru/forum/?id=52130
9587:
9588: 2006-12-07 misha
9589:
9590: * operators.txt: - added info about bool params in cookie set
9591:
9592: * src/types/pa_vcookie.C: - bool param in cookies available now
9593: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9594: ]
9595:
9596: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9597: was added
9598:
9599: 2006-12-02 misha
9600:
9601: * src/classes/file.C: - file_block_read used instead of native read
9602:
9603: * src/main/pa_common.C: - added file_block_read with read error
9604: detection - file_block_read used instead of native read
9605:
9606: * src/include/pa_common.h: - added file_block_read declaration
9607:
9608: 2006-12-01 misha
9609:
9610: * operators.txt: - info about $var.CLASS_NAME was added
9611:
9612: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9613: $var.CLASS_NAME added
9614:
9615: * operators.txt: - added info about ^file:copy[]
9616:
9617: * src/classes/file.C: - ^file:copy[from;fo] was added
9618:
9619: 2006-11-20 misha
9620:
9621: * src/classes/date.C: - bug fix :)
9622:
9623: 2006-11-17 misha
9624:
9625: * src/include/pa_common.h: - array in crc32 calculation was changed
9626: to static
9627:
9628: * src/main/pa_common.C: - little optimization in getMonthDays -
9629: small changes in crc32 calculation
9630:
9631: * src/classes/date.C: - not needed code was removed
9632:
9633: 2006-11-16 misha
9634:
9635: * src/types/pa_vmail.C: - fix missed brakes
9636:
9637: * src/types/pa_vmail.C: - mail:send now set content-type:
9638: multipart/related instead of multipart/mixed if file have
9639: $.content-id[]
9640:
9641: 2006-11-15 misha
9642:
9643: * src/types/pa_vdouble.h: abs -> fabs
9644:
9645: 2006-11-14 misha
9646:
9647: * operators.txt: - added info about ^file.md5[] and
9648: ^file:md5[file-name]
9649:
9650: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9651: added
9652:
9653: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9654: FILE_BUFFER_SIZE
9655:
9656: * src/classes/math.C: - hex_string was moved to pa_common.h
9657:
9658: * src/include/pa_common.h: - hex_string was moved from math.C -
9659: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9660:
9661: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9662: values was fixed
9663:
9664: 2006-11-13 misha
9665:
9666: * operators.txt: - added info about ^math:crc32[string],
9667: ^file:crc32[file-name] & ^file.crc32[]
9668:
9669: * src/classes/math.C: - added ^math:crc32[string]
9670:
9671: * src/classes/file.C: - some comments were changed - added
9672: ^file:crc32[file-name] and ^file.crc32[]
9673:
9674: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9675: crc32 calculation added
9676:
9677: 2006-11-03 misha
9678:
9679: * src/include/pa_array.h: - not needed variable removed
9680:
9681: * tests/: 150.html, 151.html, results/150.processed,
9682: results/151.processed: - 2 tests were added
9683:
9684: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9685: with $.reverse(1) were fixed
9686:
9687: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9688: query converted to $.charset during ^file::load[http://...]
9689:
9690: 2006-11-02 misha
9691:
9692: * src/include/pa_table.h: ups. forget '=' char
9693:
9694: * src/include/pa_table.h: - one more fix in
9695: .locate[...][$.reverse(1)]
9696:
9697: 2006-11-01 misha
9698:
9699: * src/classes/math.C: - bug fix, details:
9700: http://www.parser.ru/forum/?id=53360
9701:
9702: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9703: false for all records )[$.reverse(1)]
9704:
9705: * src/main/pa_http.C: - second param for this mid method is length
9706: but not end_index so this method has error and can't detect
9707: charsets in next content-types: Content-type: text/html;
9708: charset="windows-1251" Content-type: text/html;
9709: charset="windows-1251"; Content-type: text/html;
9710: charset=windows-1251;
9711:
9712: only Content-type: text/html; charset=windows-1251 was fine
9713:
9714: 2006-10-31 misha
9715:
9716: * src/classes/file.C: - empty args in file::exec removed now
9717:
9718: 2006-09-03 paf
9719:
9720: * src/classes/file.C: proper tainting of
9721: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9722:
9723: 2006-06-09 paf
9724:
9725: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9726:
9727: * src/classes/table.C: formatting
9728:
9729: * src/classes/table.C: incorporated patch from misha: Sent:
9730: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9731: ignoring string options for ^table.save[]
9732:
9733: * src/classes/hash.C: incorporated patch from misha Sent:
9734: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9735: $hash._default disappear while
9736:
9737: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9738: $.format[!uue|!base64] << new base64 option. default uue ] ]
9739:
9740: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9741: PM Subject: patch for base64 in ^mail:send[] %-)
9742:
9743: 2006-04-09 paf
9744:
9745: * src/main/compile.tab.C: ` change compiled
9746:
9747: * gnu.vcproj, operators.txt, parser3.sln,
9748: src/classes/classes.vcproj, src/classes/file.C,
9749: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9750: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9751: src/classes/xnode.C, src/include/pa_array.h,
9752: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9753: src/include/pa_memory.h, src/include/pa_request.h,
9754: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9755: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9756: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9757: src/lib/pcre/pcre_dftables.vcproj,
9758: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9759: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9760: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9761: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9762: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9763: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9764: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9765: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9766: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9767: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9768: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9769: src/types/pa_value.h, src/types/pa_vcookie.C,
9770: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9771: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9772: src/types/pa_vstatus.C, src/types/types.vcproj,
9773: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9774: ^menu, ^hash/hashfile.foreach
9775:
9776: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9777: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9778: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9779: src/classes/xnode.C, src/include/pa_array.h,
9780: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9781: src/include/pa_memory.h, src/include/pa_request.h,
9782: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9783: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9784: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9785: src/lib/pcre/pcre_dftables.vcproj,
9786: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9787: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9788: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9789: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9790: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9791: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9792: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9793: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9794: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9795: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9796: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9797: src/types/pa_value.h, src/types/pa_vcookie.C,
9798: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9799: src/types/pa_vstatus.C, src/types/types.vcproj,
9800: tests/descript.ion: ! switched to VS2005 (projects and
9801: object<info explicitly typed>.for_each(, info)) +
9802: $response:field[] setting void means removing + grammar $name`
9803: name stops now, for mysql `$field` + started ^break[]
9804: ^continue[], in ^for. TODO: to other iterators (while, menu,
9805: foreach) + all log messages += [uri=, method=, cl=]
9806:
9807: * buildall-with-xml: merged . ftp paths update
9808:
9809: * buildall-with-xml: . ftp paths update
9810:
9811: 2006-03-04 paf
9812:
9813: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9814: checks++ [thanks to Igor Zinkovsky for detailed report]
9815:
9816: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9817: Igor Zinkovsky for detailed report]
9818:
9819: 2006-03-01 paf
9820:
9821: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9822: \n to ' ' in
9823:
9824: 2006-02-18 paf
9825:
9826: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9827: \n to ' ' in
9828:
9829: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9830:
9831: 2006-02-03 paf
9832:
9833: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9834: base64
9835:
9836: * src/main/pa_common.C: ! bugfix: decoding from base64
9837:
9838: 2006-01-20 paf
9839:
9840: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9841: economy fix
9842:
9843: * src/classes/: table.C: merged from HEAD ! bugfix
9844: ^table.save[$.encloser-s now handled properly
9845:
9846: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9847: handled properly
9848:
9849: 2006-01-19 paf
9850:
9851: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9852: libgc:USE_MUNMAP activates merging of free memory blocks which
9853: helps a lot in our case: after transform we want
9854: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9855:
9856: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9857: economy fix
9858:
9859: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9860: activates merging of free memory blocks which helps a lot in our
9861: case: after transform we want CORD(main.result)->cstr[big
9862: malloc]->transcode[big malloc]
9863:
9864: 2006-01-17 paf
9865:
9866: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9867: before reading them. got rid of reallocs = became quicker and
9868: less fragmentated
9869:
9870: 2005-12-29 paf
9871:
1.116 moko 9872: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9873: configure, configure.in, src/include/pa_version.h,
9874: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9875: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9876: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9877: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9878: src/lib/ltdl/missing: . merged from 3.2.1
9879:
1.116 moko 9880: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9881: packaged when 'make dist', so do configure companion files in
9882: src/lib/ltdl
9883:
9884: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9885: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9886: missing: . now config_auto.h is created with configure [were
9887: constant]
1.95 moko 9888:
9889: * INSTALL: . references to documentation and some clarification
9890:
9891: * buildall-with-xml, buildall-without-xml: . farawell doc
9892: indication
9893:
1.116 moko 9894: * Makefile.am: . dist+=buildall*
1.95 moko 9895:
9896: 2005-12-28 paf
9897:
9898: * configure: . 3.2.1
9899:
9900: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9901: simplify build process, see INSTALL
9902:
9903: 2005-12-26 paf
9904:
9905: * configure: ver
9906:
9907: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9908: version
9909:
9910: 2005-12-21 paf
9911:
9912: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9913: compiled with bison 1.875b, it reports unexpected token names
9914:
9915: 2005-12-19 paf
9916:
9917: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9918: holds a link to xmlNode to prevent premature gc(xmlNode)
9919:
9920: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9921: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9922: src/main/main.vcproj, src/main/pa_globals.C,
9923: src/targets/cgi/parser3.vcproj,
9924: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9925: configure, configure.in, src/include/pa_version.h: . killing
9926: gdome [what a relief]
9927:
9928: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9929: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9930: run_parser.sh, results/001.processed, results/002.processed,
9931: results/003.processed, results/004.processed,
9932: results/005.processed, results/006.processed,
9933: results/008.processed, results/009.processed,
9934: results/010.processed, results/011.processed,
9935: results/012.processed, results/013.processed,
9936: results/014.processed, results/015.processed,
9937: results/016.processed, results/017.processed,
9938: results/018.processed, results/020.processed,
9939: results/021.processed, results/022.processed,
9940: results/023.processed, results/024.processed,
9941: results/025.processed, results/026.processed,
9942: results/027.processed, results/028.processed,
9943: results/029.processed, results/030.processed,
9944: results/031.processed, results/032.processed,
9945: results/033.processed, results/034.processed,
9946: results/035.processed, results/036.processed,
9947: results/037.processed, results/038.processed,
9948: results/039.processed, results/040.processed,
9949: results/041.processed, results/042.processed,
9950: results/043.processed, results/044.processed,
9951: results/045.processed, results/046.processed,
9952: results/047.processed, results/048.processed,
9953: results/049.processed, results/050.processed,
9954: results/051.processed, results/052.processed,
9955: results/053.processed, results/054.processed,
9956: results/055.processed, results/056.processed,
9957: results/057.processed, results/058.processed,
9958: results/059.processed, results/060.processed,
9959: results/061.processed, results/062.processed,
9960: results/063.processed, results/064.processed,
9961: results/065.processed, results/066.processed,
9962: results/067.processed, results/068.processed,
9963: results/069.processed, results/070.processed,
9964: results/071.processed, results/072.processed,
9965: results/073.processed, results/074.processed,
9966: results/075.processed, results/076.processed,
9967: results/077.processed, results/078.processed,
9968: results/079.processed, results/080.processed,
9969: results/081.processed, results/082.processed,
9970: results/083.processed, results/084.processed,
9971: results/085.processed, results/086.processed,
9972: results/087.processed, results/088.processed,
9973: results/089.processed, results/090.processed,
9974: results/091.processed, results/092.processed,
9975: results/093.processed, results/094.processed,
9976: results/095.processed, results/096.processed,
9977: results/097.processed, results/099.processed,
9978: results/100.processed, results/101.processed,
9979: results/102.processed, results/104.processed,
9980: results/105.processed, results/106.processed,
9981: results/107.processed, results/108.processed,
9982: results/109.processed, results/110.processed,
9983: results/111.processed, results/112.processed,
9984: results/113.processed, results/114.processed,
9985: results/115.processed, results/117.processed,
9986: results/119.processed, results/120.processed,
9987: results/121.processed, results/122.processed,
9988: results/123.processed, results/124.processed,
9989: results/125.processed, results/126.processed,
9990: results/127.processed, results/128.processed,
9991: results/129.processed, results/130.processed,
9992: results/131.processed, results/132.processed,
9993: results/133.processed, results/134.processed,
9994: results/135.processed, results/136.processed,
9995: results/138.processed, results/139.processed,
9996: results/140.processed, results/141.processed,
9997: results/142.processed, results/143.processed,
9998: results/144.processed, results/145.processed,
9999: results/146.processed, results/147.processed,
10000: results/148.processed, results/149.processed, results/auto.p: .
10001: now works if we turn off default auto.p
10002:
1.116 moko 10003: * configure: . makes
1.95 moko 10004:
10005: * src/types/pa_vxnode.C: . less warnings
10006:
10007: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10008: tests/145.html, tests/149.html, tests/descript.ion,
10009: tests/outputs/d.cmd, tests/results/142.processed,
10010: tests/results/143.processed, tests/results/144.processed,
10011: tests/results/145.processed, tests/results/146.processed,
10012: tests/results/147.processed, tests/results/148.processed,
10013: tests/results/149.processed: . removed .nodeValue from all node
10014: types other than 5 (grabbed piece from gdome)
10015:
10016: * tests/: 137.html, results/137.processed: . not handled this case
10017: yet. code does not hang from inserting parent into child,
10018: considering thing minor issue -- nodes are removed from source
10019: anyway, don't know why shold that be an error after all
10020:
10021: * src/targets/cgi/parser3.C: . style
10022:
10023: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10024: xdoc too [were barking "not element"]
10025:
10026: 2005-12-16 paf
10027:
10028: * tests/: 146.html, 147.html, 148.html: . more tests
10029:
10030: * src/classes/xnode.C: . also bark on possible errors
10031:
10032: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10033: props
10034:
10035: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10036: main/compile.y: merged from HEAD ! fixed overoptimized
10037: ^call(false) case. (confused it with ^call[] case)
10038:
10039: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10040: ^call(false) case. (confused it with ^call[] case)
10041:
10042: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10043:
10044: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10045: results/001.processed, results/002.processed,
10046: results/003.processed, results/004.processed,
10047: results/005.processed, results/006.processed,
10048: results/008.processed, results/009.processed,
10049: results/010.processed, results/011.processed,
10050: results/012.processed, results/013.processed,
10051: results/014.processed, results/015.processed,
10052: results/016.processed, results/017.processed,
10053: results/018.processed, results/019.processed,
10054: results/020.processed, results/021.processed,
10055: results/022.processed, results/023.processed,
10056: results/024.processed, results/025.processed,
10057: results/026.processed, results/027.processed,
10058: results/028.processed, results/029.processed,
10059: results/030.processed, results/031.processed,
10060: results/032.processed, results/033.processed,
10061: results/034.processed, results/035.processed,
10062: results/036.processed, results/037.processed,
10063: results/038.processed, results/039.processed,
10064: results/040.processed, results/041.processed,
10065: results/042.processed, results/043.processed,
10066: results/044.processed, results/045.processed,
10067: results/046.processed, results/047.processed,
10068: results/048.processed, results/049.processed,
10069: results/050.processed, results/051.processed,
10070: results/052.processed, results/053.processed,
10071: results/054.processed, results/055.processed,
10072: results/056.processed, results/057.processed,
10073: results/058.processed, results/059.processed,
10074: results/060.processed, results/061.processed,
10075: results/062.processed, results/063.processed,
10076: results/064.processed, results/065.processed,
10077: results/066.processed, results/067.processed,
10078: results/068.processed, results/069.processed,
10079: results/070.processed, results/071.processed,
10080: results/072.processed, results/073.processed,
10081: results/074.processed, results/075.processed,
10082: results/076.processed, results/077.processed,
10083: results/078.processed, results/079.processed,
10084: results/080.processed, results/081.processed,
10085: results/082.processed, results/083.processed,
10086: results/084.processed, results/085.processed,
10087: results/086.processed, results/087.processed,
10088: results/088.processed, results/089.processed,
10089: results/090.processed, results/091.processed,
10090: results/092.processed, results/093.processed,
10091: results/094.processed, results/095.processed,
10092: results/096.processed, results/097.processed,
10093: results/099.processed, results/101.processed,
10094: results/102.processed, results/104.processed,
10095: results/105.processed, results/106.processed,
10096: results/107.processed, results/108.processed,
10097: results/109.processed, results/110.processed,
10098: results/111.processed, results/112.processed,
10099: results/113.processed, results/114.processed,
10100: results/115.processed, results/116.processed,
10101: results/117.processed, results/118.processed,
10102: results/119.processed, results/120.processed,
10103: results/121.processed, results/122.processed,
10104: results/123.processed, results/124.processed,
10105: results/125.processed, results/126.processed,
10106: results/127.processed, results/128.processed,
10107: results/129.processed, results/130.processed,
10108: results/131.processed, results/132.processed,
10109: results/133.processed, results/134.processed,
10110: results/135.processed, results/136.processed,
10111: results/137.processed, results/138.processed,
10112: results/139.processed, results/140.processed,
10113: results/141.processed: . refreshed old tests, made them work
10114: without auto.p (in utf8) . things noted: . gif got encoded
10115: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10116: some strange year)
10117:
10118: * INSTALL: . revived linux libgc fix
10119:
10120: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10121: glib/gdome in INSTALL and patches]
10122:
10123: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10124: include/pa_charset.h, include/pa_config_includes.h,
10125: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10126: include/pa_xml_exception.h, lib/cord/Makefile.am,
10127: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10128: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10129: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10130: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10131: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10132: types/pa_vxnode.h: . started killing gdome
10133:
10134: 2005-12-13 paf
10135:
10136: * src/main/: pa_request.C: merged from HEAD ! when code in
10137: @unhandled_exception thrown another exception, print correct
10138: origin (earlier code in catch of exception inside of
10139: @unhandled_exception grabbed parent_frame(original_exception)
10140: origin and printed it, instead of true origin)
10141:
10142: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10143: another exception, print correct origin (earlier code in catch of
10144: exception inside of @unhandled_exception grabbed
10145: parent_frame(original_exception) origin and printed it, instead
10146: of true origin)
10147:
10148: 2005-12-09 paf
10149:
10150: * INSTALL: . updated INSTALL doc to work around linux stack base
10151: detection problem, due to change in gc6.4 code
10152:
10153: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10154: ignored in ^string.matched :(
10155:
10156: * src/main/pa_string.C: ! regex tainting were ignored in
10157: ^string.matched :(
10158:
10159: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10160: src/include/pa_config_fixed.h, src/include/pa_version.h,
10161: src/main/compile.y, src/main/compile_tools.h,
10162: src/main/pa_charset.C, src/main/pa_common.C,
10163: src/main/pa_globals.C, src/main/pa_string.C,
10164: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10165: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10166:
10167: 2005-12-08 paf
10168:
10169: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10170: 500 chars now handled OK [were wrapped on 500th char according to
10171: rfc, but sendmail failed to unwrap it properly]
10172:
10173: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10174: handled OK [were wrapped on 500th char according to rfc, but
10175: sendmail failed to unwrap it properly]
10176:
10177: * src/targets/isapi/parser3isapi.C: . less warnings
10178:
10179: * src/targets/isapi/parser3isapi.C: . undone some strange change
10180: since 3.1.5
10181:
10182: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10183: link fixes
10184:
10185: * src/: classes/date.C, include/pa_config_fixed.h,
10186: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10187: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10188: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10189:
10190: * src/include/pa_config_fixed.h: . removed outdated string origins
10191: [in current storage scheme there's no place for them. someday we
10192: can add third CORD to store origins and special version of parser
10193: which stores origins there [separate binary]]
10194:
10195: 2005-12-07 paf
10196:
10197: * src/targets/isapi/parser3isapi.C: . now links in release mode
10198:
10199: * src/include/pa_version.h: makefiles
10200:
10201: * src/include/pa_version.h: . not beta
10202:
10203: * configure, configure.in, src/include/pa_version.h: not beta
10204:
10205: 2005-12-06 paf
10206:
10207: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10208: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10209: decided to undo the change ^call[$void] passes void. now it will
10210: pass empty string again.
10211:
10212: * src/main/: compile.tab.C, compile.y: . version readded
10213:
10214: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10215: = ^switch[void] problem
10216:
10217: 2005-12-01 paf
10218:
10219: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10220: caused ^case[string] to be coerced to double since searching
10221: value were not string (it was vvoid)
10222:
10223: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10224: ^case[string] to be coerced to double since searching value were
10225: not string (it was vvoid)
10226:
10227: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10228: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10229:
10230: 2005-11-30 paf
10231:
10232: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10233: win32 must putenv("TZ="), on unix works only putenv("TZ")
10234:
10235: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10236: putenv("TZ="), on unix works only putenv("TZ")
10237:
10238: * INSTALL: . xml libs versions updated
10239:
10240: * src/main/pa_globals.C: //20051130 trying to remove this, author
10241: claims that fixed a lot there // 20040920 for now both
10242: workarounds needed. wait for new libxml/xsl versions
10243:
10244: 2005-11-28 paf
10245:
10246: * src/classes/table.C: merged from HEAD: ! nameless table has
10247: columns==0
10248:
10249: * src/classes/table.C: ! nameless table has columns==0
10250:
10251: * src/main/pa_http.C: merged from HEAD: ! status line check made
10252: earlier [was totally wrong]
10253:
10254: * src/main/pa_http.C: ! status line check made earlier [was totally
10255: wrong]
10256:
10257: 2005-11-25 paf
10258:
10259: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10260: undoing for now...
10261:
10262: * src/include/pa_version.h: -this reduces speed(table::load),
10263: strange. undoing
10264:
10265: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10266:
10267: * src/classes/op.C: + ^while(){}[SEPARATOR]
10268:
10269: * src/include/pa_array.h: + optimistics added: all arrays (table
10270: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10271: this speeds things up and saves memory a LOT! (not noticed
10272: negative effect on syntetic tests, future will tell...)
10273:
10274: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10275: changed gc_malloc implementation, which obscured profiling
10276:
10277: * src/classes/table.C: merged from HEAD: + optimized
10278: table::load/sql, now row ArrayString-s allocated with
10279: columns.count() elements and don't always grow from
10280: count=3[realloc,realloc]
10281:
10282: * src/classes/table.C: + optimized table::load/sql, now row
10283: ArrayString-s allocated with columns.count() elements and don't
10284: always grow from count=3[realloc,realloc]
10285:
10286: * src/classes/table.C: merged from HEAD: . ^table.save unused
10287: buffer after save
10288:
10289: * src/classes/table.C: . ^table.save unused buffer after save
10290:
10291: 2005-11-24 paf
10292:
10293: * configure.in: . merged glib2-config patch
10294:
10295: * configure.in: + trying to find glib2-config
10296:
10297: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10298: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10299: file/dir_readable to simple file/dir_exist, this would help in
10300: situations "class not found because .p file has bad rights" << in
10301: that case error would be explicit "access denied to 'this' file"
10302:
1.116 moko 10303: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10304:
10305: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10306: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10307: to simple file/dir_exist, this would help in situations "class
10308: not found because .p file has bad rights" << in that case error
10309: would be explicit "access denied to 'this' file"
10310:
10311: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10312: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10313: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10314: ^file::exec/cgi[script;$.charset[changed]
10315: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10316: encoded in $.charset charset
10317:
10318: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10319: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10320: encoded in $.charset charset
10321:
10322: * src/: include/Makefile.am, include/pa_common.h,
10323: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10324: main/pa_common.C, main/pa_http.C: . extracted http:// into
10325: separate file [preparation for
10326: ^file::cgi[script;$.form[$.field1[]
10327:
10328: 2005-11-22 paf
10329:
10330: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10331:
10332: * acinclude.m4, configure.in: . merged underquting fixes
10333:
1.116 moko 10334: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10335:
10336: * src/classes/op.C: . overmerged a little
10337:
10338: * src/main/compile.tab.C: Makefile
10339:
10340: * src/main/: pa_common.C: . less gcc warnings
10341:
10342: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10343: now reports original exception if we have no old cache
10344:
10345: * src/classes/op.C: + $exception.handled[cache] now reports
10346: original exception if we have no old cache
10347:
10348: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10349: from HEAD: + ^taint/untaint[regex] << escapes these:
10350: \^$.[]|()?*+{}
10351:
10352: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10353: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10354:
10355: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10356: getenv-ed variable, which does not work both on win32&unix.
10357: copied old TZ value now
10358:
10359: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10360: stored pointer to getenv-ed variable, which does not work both on
10361: win32&unix. copied old TZ value now
10362:
10363: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10364: getenv-ed variable, which does not work both on win32&unix.
10365: copied old TZ value now
10366:
10367: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10368: access to internal hash
10369:
10370: * src/types/pa_vresponse.C: + $response:headers access to internal
10371: hash
10372:
10373: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10374: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10375: isapi] this reduces number of "GC Warning: Repeated allocation of
10376: very large block" messages to only important onces
10377:
10378: * src/targets/isapi/parser3isapi.C: +
10379: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10380: isapi] this reduces number of "GC Warning: Repeated allocation of
10381: very large block" messages to only important onces
10382:
10383: * src/classes/string.C: merged from HEAD: + removed limitation on
10384: ^string/int/double:sql{}[$.default[({param style})] ]
10385:
10386: * src/classes/string.C: + removed limitation on
10387: ^string/int/double:sql{}[$.default[({param style})] ]
10388:
10389: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10390: with ?params or $.form option" limitation
10391:
10392: * src/main/pa_common.C: + removed "use either uri with ?params or
10393: $.form option" limitation
10394:
10395: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10396: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10397: ^file::base64[encoded] decode
10398:
10399: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10400: main/pa_common.C: + ^file.base64[] encode +
10401: ^file::base64[encoded] decode
10402:
10403: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10404: ^string:base64[encoded] decode
10405:
10406: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10407: ^string:base64[in] encode + ^string.base64[] decode
10408:
10409: 2005-11-21 paf
10410:
10411: * src/classes/file.C: + merged from HEAD:
10412: ^file::create[text;file.xml;^untaint[xml]{data}]
10413:
10414: * src/classes/file.C: +
10415: ^file::create[text;file.xml;^untaint[xml]{data}]
10416:
10417: * src/main/pa_request.C: ! merged: $response:body[file] now
10418: differes from :download, it does not return content-disposition
10419: at all now [previusely it returned valueless content-disposition]
10420:
10421: * src/main/pa_request.C: ! $response:body[file] now differes from
10422: :download, it does not return content-disposition at all now
10423: [previusely it returned valueless content-disposition]
10424:
10425: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10426: literals, reverted to just vvod, recreating empty array with each
10427: void_value token. that's absolutely needed, since that array
10428: grows
10429:
10430: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10431: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10432: types/pa_vmethod_frame.h: + merged: expression literals:
10433: true/false. ^format[$.indent(true)]
10434:
10435: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10436: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10437: types/pa_vmethod_frame.h: + expression literals: true/false.
10438: ^format[$.indent(true)]
10439:
10440: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10441: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10442: i386-pc-win32)"
10443:
10444: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10445: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10446: i386-pc-win32)"
10447:
10448: 2005-11-18 paf
10449:
10450: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10451: null}[$.default(123)] will now return default value
10452:
10453: * src/classes/op.C: + merged ^cache[] << returns current cache
10454: expiration time
10455:
10456: * src/classes/op.C: + ^cache[] << returns current cache expiration
10457: time
10458:
10459: * src/classes/table.C: ! merged ^table::create[not'nameless';
10460: failed << Exception.problem_source pointed to local var!
10461:
10462: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10463: Exception.problem_source pointed to local var!
10464:
10465: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10466: now loads VFile.ptr!=0, so such files can be saved now
10467:
10468: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10469: loads VFile.ptr!=0, so such files can be saved now
10470:
10471: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10472: only . and .. now removed from list [were removed all .*]
10473:
10474: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10475: .. now removed from list [were removed all .*]
10476:
10477: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10478: open error now checked, were not :( [stole that piece from apache
10479: 1.3 sources]
10480:
10481: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10482: checked, were not :( [stole that piece from apache 1.3 sources]
10483:
10484: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10485: untainting of @main result if returned by $result or
10486: $response:body
10487:
10488: * src/main/pa_request.C: ! ensured proper untainting of @main
10489: result if returned by $result or $response:body
10490:
10491: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10492: issue: now tries to guess content-length and allocates one big
10493: piece if possible [regretfully gc_realloc works as malloc+free,
10494: leaving lots of holes behind]
10495:
10496: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10497: fixed file load memory issue: now tries to guess content-length
10498: and allocates one big piece if possible [regretfully gc_realloc
10499: works as malloc+free, leaving lots of holes behind]
10500:
10501: 2005-11-16 paf
10502:
10503: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10504: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10505: table::save with enclosers now doubles them: "->"" !
10506: table::save/load do not remove elements from options hash
10507:
10508: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10509: [were overoptimized ^if(double_literal), compiler confused
10510: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10511:
10512: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10513: [were overoptimized ^if(double_literal), compiler confused
10514: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10515:
10516: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10517: main/pa_common.C: ! table::save with enclosers now doubles them:
10518: "->"" ! table::save/load do not remove elements from options hash
10519:
10520: 2005-11-03 paf
10521:
1.116 moko 10522: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10523: compilation, not all makefiles liked that
1.95 moko 10524:
10525: 2005-08-30 paf
10526:
10527: * src/classes/op.C: merge . speedup check of [DEFAULT]
10528:
10529: * src/classes/op.C: . speedup check of [DEFAULT]
10530:
10531: 2005-08-26 paf
10532:
10533: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10534:
10535: * src/: classes/date.C, types/pa_vdate.h: + date.week
10536:
10537: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10538: complains about bad!=nameless
10539:
10540: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10541: about bad!=nameless
10542:
10543: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10544: optional options were allowed to be empty. were checked
10545: if(is_string), changed to !defined||is_string to allow void
10546:
10547: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10548: classes/string.C, classes/table.C, classes/void.C: ! optional
10549: options were allowed to be empty. were checked if(is_string),
10550: changed to !defined||is_string to allow void
10551:
10552: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10553: as_junction where they needed as_int/double, so failed with
10554: recent "(const) now no junction" optimization
10555:
10556: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10557: merged ! many classes/* used as_junction where they needed
10558: as_int/double, so failed with recent "(const) now no junction"
10559: optimization
10560:
10561: * src/: classes/double.C, classes/int.C, classes/math.C,
10562: classes/op.C, classes/string.C, classes/table.C,
10563: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10564: used as_junction where they needed as_int/double, so failed with
10565: recent "(const) now no junction" optimization
10566:
10567: 2005-08-24 paf
10568:
10569: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10570: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10571: stripped it
10572:
10573: 2005-08-09 paf
10574:
10575: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10576: not cleared
10577:
10578: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10579: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10580: classes/hashfile.C, classes/image.C, classes/int.C,
10581: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10582: classes/response.C, classes/string.C, classes/table.C,
10583: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10584: include/pa_array.h, include/pa_cache_managers.h,
10585: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10586: include/pa_config_fixed.h, include/pa_config_includes.h,
10587: include/pa_dictionary.h, include/pa_dir.h,
10588: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10589: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10590: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10591: include/pa_request_charsets.h, include/pa_request_info.h,
10592: include/pa_sapi.h, include/pa_socks.h,
10593: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10594: include/pa_stack.h, include/pa_string.h,
10595: include/pa_stylesheet_connection.h,
10596: include/pa_stylesheet_manager.h, include/pa_table.h,
10597: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10598: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10599: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10600: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10601: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10602: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10603: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10604: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10605: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10606: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10607: main/pa_sql_driver_manager.C, main/pa_string.C,
10608: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10609: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10610: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10611: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10612: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10613: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10614: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10615: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10616: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10617: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10618: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10619: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10620: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10621: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10622: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10623: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10624: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10625: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10626: types/pa_vresponse.C, types/pa_vresponse.h,
10627: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10628: types/pa_vstateless_object.h, types/pa_vstatus.C,
10629: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10630: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10631: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10632: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10633: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10634:
10635: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10636: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10637: speedup consequent checks in vmethod_frame
10638:
10639: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10640: not cleared
10641:
10642: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10643: params: 50 max (were 10)
10644:
10645: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10646: params: 50 max (were 10)
10647:
10648: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10649: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10650: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10651: empty string) ! simplified (double) speedup consequent checks in
10652: vmethod_frame
10653:
10654: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10655: optimized constants in expressions vstring->vdouble + optimized
10656: ^call(vdouble), no junction creation, no calls later
10657:
10658: 2005-08-08 paf
10659:
10660: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10661: compile_tools.h: merged + optimized constants in expressions
10662: vstring->vdouble + optimized ^call(vdouble), no junction
10663: creation, no calls later
10664:
10665: * src/types/pa_vdouble.h: merged . double values without fractional
10666: part now default printed as %.0f instead of %g
10667:
10668: * src/types/pa_vdouble.h: . double values without fractional part
10669: now default printed as %.0f instead of %g
10670:
10671: * src/classes/hashfile.C: . merged ! second hashfile::open would
10672: cause an exception
10673:
10674: * src/classes/hashfile.C: ! second hashfile::open would cause an
10675: exception
10676:
10677: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10678: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10679: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10680: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10681: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10682: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10683: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10684: types/pa_vresponse.h, types/pa_vstateless_class.C,
10685: types/pa_vstateless_object.h, types/pa_vvoid.h,
10686: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10687: merged VJunction(new Junction) optimization from 3.1.4
10688:
10689: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10690: types/pa_vstateless_class.C: + optimized new VJunction(new
10691: Junction(params)) to new VJunction(params), thousands of mallocs
10692: removed
10693:
10694: 2005-08-05 paf
10695:
10696: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10697: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10698: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10699: creation, no calls later
10700:
10701: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10702: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10703: classes/hashfile.C, classes/image.C, classes/int.C,
10704: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10705: classes/response.C, classes/string.C, classes/table.C,
10706: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10707: include/pa_array.h, include/pa_cache_managers.h,
10708: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10709: include/pa_config_fixed.h, include/pa_config_includes.h,
10710: include/pa_dictionary.h, include/pa_dir.h,
10711: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10712: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10713: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10714: include/pa_request_charsets.h, include/pa_request_info.h,
10715: include/pa_sapi.h, include/pa_socks.h,
10716: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10717: include/pa_stack.h, include/pa_string.h,
10718: include/pa_stylesheet_connection.h,
10719: include/pa_stylesheet_manager.h, include/pa_table.h,
10720: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10721: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10722: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10723: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10724: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10725: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10726: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10727: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10728: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10729: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10730: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10731: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10732: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10733: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10734: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10735: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10736: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10737: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10738: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10739: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10740: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10741: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10742: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10743: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10744: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10745: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10746: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10747: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10748: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10749: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10750: types/pa_vstateless_object.h, types/pa_vstatus.C,
10751: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10752: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10753: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10754: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10755: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10756:
10757: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10758: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10759: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10760: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10761: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10762: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10763: optimized constants in expressions vstring->vdouble
10764:
10765: 2005-07-29 paf
10766:
10767: * src/types/pa_vclass.C: . shaped up error messages a bit
10768:
10769: * src/types/pa_vclass.C: + property getter can now be overridden
10770:
10771: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10772: bug fix: static parent fields were not replaced in case
10773: $derived:field[put] + property setter can now be overridden
10774:
10775: 2005-07-28 paf
10776:
10777: * configure, configure.in, src/classes/classes.h,
10778: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10779: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10780: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10781: src/classes/xnode.h, src/include/pa_hash.h,
10782: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10783: src/types/Makefile.am, src/types/pa_method.h,
10784: src/types/pa_value.h, src/types/pa_vclass.C,
10785: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10786: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10787: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10788: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10789: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10790: src/types/pa_vobject.C, src/types/pa_vobject.h,
10791: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10792: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10793: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10794: src/types/pa_vstateless_class.h,
1.95 moko 10795: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10796: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10797: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10798: dynamic_fields_join
10799:
10800: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10801: classes/xnode.C, include/pa_hash.h, main/execute.C,
10802: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10803: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10804: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10805: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10806: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10807: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10808: types/pa_vresponse.h, types/pa_vstateless_object.h,
10809: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10810: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10811: restored its checks in vobject.put_element->static fields |
10812: dynamic properties
10813:
10814: 2005-07-27 paf
10815:
10816: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10817: is some old code containing @set_name $name
10818:
10819: * src/types/pa_vobject.h: . fixed warning
10820:
10821: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10822: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10823:
10824: * src/: classes/xnode.C, include/pa_hash.h,
10825: types/pa_vstateless_class.C: ! new asserts were all false.
10826: regretfully reverted them all to checks
10827:
10828: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10829: classes/op.C, main/execute.C, types/pa_method.h,
10830: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10831: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10832: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10833: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10834: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10835: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10836: types/pa_vstateless_object.h, types/pa_vvoid.h,
10837: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10838: joined_dynamic_fields: removed unused param from put_method
10839: (returned to 3 params)
10840:
10841: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10842: joined_dynamic_fields: dynamic get/set works with overriding
10843: props [alpha2]
10844:
10845: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10846: works [alfa]
10847:
10848: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10849: classes/op.C, include/pa_hash.h, main/execute.C,
10850: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10851: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10852: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10853: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10854: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10855: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10856: types/pa_vresponse.h, types/pa_vstateless_class.C,
10857: types/pa_vstateless_object.h, types/pa_vvoid.h,
10858: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10859: joined_dynamic_fields: just compiled
10860:
10861: * src/: classes/date.C, classes/file.C, classes/hash.C,
10862: classes/hashfile.C, classes/image.C, classes/table.C,
10863: classes/xdoc.C, classes/xnode.h, main/execute.C,
10864: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10865: types/pa_vstateless_class.h: joined_dynamic_fields: started
10866:
10867: * src/types/pa_vobject.C: . object setters [only started, does not
10868: work yet]
10869:
10870: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10871: object setters [only started, does not work yet]
10872:
10873: 2005-07-26 paf
10874:
10875: * src/: include/pa_request.h, main/execute.C: . properties: set
10876: works [alpha2]. for classes. todo: for objects
10877:
10878: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10879: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10880: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10881: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10882: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10883: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10884: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10885: types/pa_vstateless_object.h, types/pa_vvoid.h,
10886: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10887: properties: set works [alpha1]
10888:
10889: 2005-07-25 paf
10890:
10891: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10892: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10893: properties: started, get works [alpha1, other approach]
10894:
10895: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10896: properties: started, get works [alpha2]
10897:
10898: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10899: pa_vstateless_class.h: . properties: started, get works [alpha]
10900:
10901: 2005-07-15 paf
10902:
10903: * src/: classes/classes.h, classes/op.C, main/execute.C,
10904: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10905: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10906: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10907: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10908: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10909: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10910: types/pa_vresponse.C, types/pa_vresponse.h,
10911: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10912: types/pa_vstateless_object.h, types/pa_vvoid.h,
10913: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10914: types/pa_wwrapper.h, types/types.vcproj: + started property
10915: [getters work but think of changing them too to precaching]
10916:
10917: 2005-07-08 paf
10918:
10919: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10920: gpf
10921:
10922: 2005-06-28 paf
10923:
10924: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10925: in passing empty strings to file::exec/cgi environment
10926:
10927: 2005-06-06 paf
10928:
10929: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10930: ^table:sql ^hash:sql now DO process $.bind option
10931:
10932: 2005-05-24 paf
10933:
10934: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10935: $.limit] now work again [support was broken in 3.1.4]
10936:
10937: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10938: ALL_INTERIOR_POINTERS
10939:
10940: 2005-05-12 paf
10941:
10942: * configure: 3.1.5beta
10943:
10944: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10945:
10946: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10947: $.limit] now work again [support was broken in 3.1.4]
10948:
10949: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10950: line-width [was refusing to fill if line-width >1, thanks to
10951: Seras <seras@pinxit.lt> for repro case
10952:
10953: 2005-04-25 paf
10954:
10955: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10956: correctly
10957:
10958: 2005-04-19 paf
10959:
10960: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10961: in VString violating invariant!!
10962:
10963: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10964: getenv("TZ")==null
10965:
10966: 2005-04-08 paf
10967:
10968: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10969: bugfix: when there is no char in charset one byte produces 6
10970: (ÿ <<max). increased buffer size!
10971:
10972: 2005-03-23 paf
10973:
10974: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10975: ^date.sql-string now takes TZ into account
10976:
10977: 2005-03-16 paf
10978:
10979: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10980: gcc 3.4
10981:
10982: * src/types/pa_vhash.C: . warning about eof eol
10983:
10984: 2005-02-17 paf
10985:
10986: * operators.txt, src/classes/op.C: + operator ^sleep(double
10987: seconds)
10988:
10989: 2005-02-02 paf
10990:
10991: * src/classes/xnode.C: beauty: removed needless includes
10992:
10993: 2005-01-31 paf
10994:
10995: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10996: $.partNoNumber now alias to $.part1
10997:
10998: * src/types/pa_vmail.C: change: incoming letter part contains
10999: "content-disposition" header with any value? now considering that
11000: part to be "file#" [for text/plain text/html were $.text#
11001: $.html#]
11002:
11003: * INSTALL: updatet to latest working versions available
11004:
11005: 2005-01-20 paf
11006:
11007: * configure.in, src/include/pa_version.h: version
11008:
11009: 2005-01-19 paf
11010:
1.116 moko 11011: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11012: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11013: couple warnings in parser3.C
1.95 moko 11014:
11015: 2004-12-23 paf
11016:
11017: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11018:
11019: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11020: dir to directory of script (when shbang used), not to directory
11021: of its interpreter
11022:
11023: * src/include/pa_version.h: compiled on win32...
11024:
11025: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11026: we need more hspace
11027:
11028: * configure, configure.in, src/include/pa_version.h: configured
11029: host to pa_version. will be displayed everywhere
11030:
11031: * src/main/pa_request.C: new: @unhandled_exception can prevent
11032: exception from being logged by setting $exception.handled(1)
11033:
11034: * operators.txt, src/classes/file.C: change:
11035: ^file::sql{query}[[options]] options: $.name[file name]
11036: $.content-type[application/what]
11037:
11038: * src/: include/pa_common.h, main/pa_common.C,
11039: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11040: new file
11041:
11042: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11043: bugfix: table->hash now regards _default
11044:
11045: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11046: created by accessing $name_of_method it acquired bad self=closest
11047: methodframe; instead of proper self (current class)
11048:
11049: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11050: hashfile produced bad cord
11051:
11052: 2004-12-10 paf
11053:
11054: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11055: subsequent failures though defined in .h
11056:
11057: * src/main/pa_common.C: comment on volatile
11058:
11059: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11060: alarm function were not used since the beginning due to stupid
11061: error [setsigjmp were not checked in configure.in]
11062:
11063: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11064: unix too
11065:
11066: * src/main/pa_common.C: http: exception status of send/recv errors
11067: change to most probable http.timeout
11068:
11069: * src/main/pa_common.C: win32: http connection $.timeout option now
11070: works [setsockopt on send/receive]
11071:
11072: 2004-12-08 paf
11073:
11074: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11075: cstr-ed knowing mail charset, and untainting uri lang now knows
11076: proper charset
11077:
11078: 2004-11-24 paf
11079:
11080: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11081:
11082: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11083: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11084:
11085: 2004-11-12 paf
11086:
11087: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11088: [since 3.0.4]
11089:
11090: 2004-11-09 paf
11091:
11092: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11093: writes basics to c:\parser3.log
11094:
11095: 2004-10-21 paf
11096:
11097: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11098: tainted strings [were returning clean onces]
11099:
11100: 2004-10-15 paf
11101:
11102: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11103: cycles(i=1; i=2), which was wrong, now does ONE
11104:
11105: 2004-10-12 paf
11106:
11107: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11108:
11109: 2004-10-07 paf
11110:
11111: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11112: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11113: release asserts
11114:
11115: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11116: String.dump() to stdout in detailed form [were String.v() in
11117: short form]
11118:
11119: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11120: \t\r\n as @#| and truncates long char sequences less
11121:
11122: 2004-10-06 paf
11123:
11124: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11125: win32 beauty: socket errors properly decoded
11126:
11127: 2004-10-05 paf
11128:
11129: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11130: request::configure_user/admin done always, even if no
11131: file-to-process useful in @unhandled_exception [say, if they
11132: would want to mail by SMTP something]
11133:
11134: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11135: now performed prior to file loading [and @auto executing] thus
11136: making $cookie:value available in @auto and in
11137: @unhandled_exception when IIS is configured to run interpreter
11138: even if no file exist
11139:
11140: 2004-09-20 paf
11141:
11142: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11143: somewhere where it should have called xmlMalloc and it calls
11144: xmlFree when it should have not called it. inserted two
11145: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11146: xmlFree just ignored. put away a testcase, maybe someday libxml
11147: author would fix all that. until that day: we have SLOW garbage
11148: collecting when many xml objects are alive hint: do
11149: ^memory:compact[] before xdoc::create
11150:
11151: 2004-09-17 paf
11152:
11153: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11154: error from 3.0.8 version]
11155:
11156: 2004-09-14 paf
11157:
11158: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11159: part bugfix: hashfile.foreach iterated only part if hashfile were
11160: modified inside
11161:
11162: 2004-09-13 paf
11163:
11164: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11165: [were as octal]
11166:
11167: * src/types/pa_vhashfile.C: beauty: not reproduced
11168: $hashfile.key[$novalue] bug [reported by motorin], inserted
11169: safety-check
11170:
11171: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11172: [not something obscure from sdbm lib]
11173:
11174: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11175: = strerror now returnes something and we can properly report that
11176: to client
11177:
11178: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11179: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11180:
11181: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11182: [tainted as-is] this helps //[space][newline] to remain as-is and
11183: not be unnecessary optimized away [ruining javascript]
11184:
11185: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11186: [tainted as-is]
11187:
11188: * src/classes/mail.C: bugfix: typo error
11189:
11190: 2004-09-09 paf
11191:
11192: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11193: separators bugfix: loads header with endings \r\n\r\n and \n\n
11194: (bloody yandex.server)
11195:
11196: 2004-09-06 paf
11197:
11198: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11199: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11200: encoded
11201:
11202: 2004-09-01 paf
11203:
11204: * src/types/pa_vmail.C: change: multipart/mixed changed to
11205: multipart/related outlook express have no problems showing
11206: unrelated attachments. todo: someday figure out a way of
11207: multipart/mixed multipart/related text/html
11208: image/xxx application/octet-stream << true attachments
11209:
11210: * src/types/pa_vmail.C: new:
11211: ^mail:send[$.file[$.content-disposition can be overriden new:
11212: empty mail header fields removed from letter
11213:
11214: * src/: classes/mail.C, include/pa_config_fixed.h,
11215: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11216: ^mail:send[ $.file[ $.any[header]
11217:
11218: 2004-08-30 paf
11219:
11220: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11221: warnings
11222:
11223: * src/main/pa_common.C: beauty: do not bother with charset
11224: detection when ^file::load[binary
11225:
11226: 2004-08-27 paf
11227:
11228: * src/main/pa_common.C: hack: for yandex.server http server
11229:
11230: 2004-08-18 paf
11231:
11232: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11233: possibly-chunked response
11234:
11235: 2004-08-17 paf
11236:
11237: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11238: $f.content-type now = that of http response
11239:
11240: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11241: $f.content-type now = that of http response
11242:
11243: 2004-07-30 paf
11244:
11245: * src/: include/pa_request.h, main/pa_request.C,
11246: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11247: win32: system&parser exceptions in release mode reported properly
11248: parser exception in exception handler WERE mistakenly reported as
11249: system exception, without details [in apache & isapi] +some
11250: beauty in exception text
11251:
11252: * src/: include/pa_exception.h, main/pa_request.C,
11253: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11254: release mode reported properly parser exception in exception
11255: handler WERE mistakenly reported as system exception, without
11256: details
11257:
11258: * src/main/execute.C: beauty: simplified system exception handling
11259:
11260: 2004-07-29 paf
11261:
11262: * src/classes/table.C: bugfix:
11263: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11264: were ignored, and \t used unconditionally]
11265:
11266: * src/types/Makefile.am: added vhash.c
11267:
11268: 2004-07-28 paf
11269:
11270: * src/: classes/date.C, classes/image.C, classes/math.C,
11271: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11272: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11273: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11274: failed on russian letters
11275:
11276: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11277: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11278: letters
11279:
11280: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11281: as 'currentDirectory' parameter to CreateProcess
11282:
11283: 2004-07-27 paf
11284:
11285: * src/targets/cgi/parser3.vcproj: beauty: win32:
11286: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11287: from release somewhere [to help searching for unhandled system
11288: exceptions]
11289:
11290: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11291: TZ shift
11292:
11293: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11294: but also in ctor
11295:
11296: 2004-07-26 paf
11297:
11298: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11299: src/main/pa_request.C, src/types/pa_vfile.h,
11300: src/types/pa_vhash.C, src/types/pa_vhash.h,
11301: src/types/types.vcproj: new: $response:body/download[
11302: $.file[name on disk] $.name[of file for user]
11303: $.mdate[date of last-modified. default from directory] ]
11304:
11305: * src/classes/file.C: moving file:send somewhere else..
11306:
11307: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11308: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11309: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11310: $response:download[ $.filename[filename] $.option[] ,, ]
11311:
11312: * src/classes/file.C: beauty: invalid mode thoroughly reported
11313:
11314: 2004-07-21 paf
11315:
11316: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11317: to several lines
11318:
11319: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11320:
11321: note: ms outlook[!express] shows only first 255 characters of
11322: subject
11323:
11324: 2004-07-15 paf
11325:
11326: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11327: off]
11328:
11329: 2004-07-14 paf
11330:
11331: * src/classes/table.C: bugfix: $.bind values now got untainted
11332: according to lang [were: as-is]
11333:
11334: 2004-07-07 paf
11335:
11336: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11337: checked that
11338:
11339: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11340: now untainted according to their languages. were: as-is.
11341: EVERYWHERE
11342:
11343: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11344: environment string now untainted according to their languages.
11345: were: as-is. EVERYWHERE
11346:
11347: * src/main/pa_exec.C: bufix: on unix environment string now
11348: untainted according to their languages. were: as-is. on win32:
11349: ok
11350:
11351: * parser3.vssscc: ...would not go unnoticed
11352:
11353: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11354: fails. in case on input appears nonutf, those bytes will be
11355: printed in %HH form. that can be easily decoded/recovered.
11356:
11357: this form is quite noticable, and hopefully would not go noticed
11358:
11359: 2004-07-06 paf
11360:
11361: * src/main/pa_exec.C: bufix: on unix environment string now
11362: untainted according to their languages. were: as-is. on win32:
11363: ok
11364:
11365: 2004-07-01 paf
11366:
11367: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11368: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11369: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11370: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11371: main/main.vcproj, targets/cgi/parser3.vcproj,
11372: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11373: option: global optimization ON
11374:
11375: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11376: to do xdoc::create{invalid chars} standard disables chars less
11377: then \x20, except tab, cr, lf.
11378:
11379: changed tainting so that those become '!'
11380:
11381: 2004-06-25 paf
11382:
11383: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11384: int on odd address [prev bugfix failed due to superwize
11385: optimizer, which turned memcpy into same 'ld' asm command]
11386:
11387: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11388: int on odd address
11389:
11390: 2004-06-22 paf
11391:
11392: * src/sql/pa_sql_driver.h: note: about possible optimization
11393:
11394: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11395: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11396: src/include/pa_config_includes.h: new: ^void:sql{call
11397: paf(:a)}[ $.bind[ $.a[2]
11398: ] ] output variables work. todo: check in out
11399: variables
11400:
11401: 2004-06-18 paf
11402:
11403: * src/: classes/file.C, classes/hash.C, classes/string.C,
11404: classes/table.C, classes/void.C, include/pa_globals.h,
11405: include/pa_sql_connection.h, main/compile.tab.C,
11406: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11407: $.bind[ $.a[2] ]
11408: ] input variables work. todo:output
11409:
11410: * src/targets/cgi/parser3.C: bugfix: iis specific
11411: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11412: /_bug.html?404;http://hpsv/test/
11413: --------------------------------------------------------------------------------
11414: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11415: --------------------------------------------------------------------------------
11416: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11417:
11418: 2004-06-16 paf
11419:
11420: * src/targets/cgi/parser3.C: new: iis specific
11421: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11422: $request:query
11423: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11424: $form:fields IIS-STATUS="404"
11425: IIS-DOCUMENT="http://server/_bug.html" f="v"
11426:
11427: todo: isapi too
11428:
11429: 2004-05-26 paf
11430:
11431: * src/include/pa_version.h: 3.1.3
11432:
11433: * operators.txt: beauty: removed outdated level 'table'
11434:
11435: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11436:
11437: * src/main/pa_string.C: beauty: removed 3 warnings
11438:
11439: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11440: classes/op.C: beauty: removed outdated level 'table'
11441:
11442: 2004-05-25 paf
11443:
11444: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11445: implementation. mistery: how anything worked
11446:
11447: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11448: changed, it is now safe to use url if pointers to it are stored
11449: to gc mem
11450:
11451: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11452: unknown errors reported and not cause SIGSEGV now
11453:
11454: 2004-05-24 paf
11455:
11456: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11457: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11458: less memory: CORD_chars_block originally intended to ... it was
11459: good that CORD_chars_block were not used: it consumes more memory
11460: [and, might be slow too] undoing that. [and removed that func so
11461: that it would not confuse parser developer in future]
11462:
11463: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11464: less memory: CORD_chars_block originally intended to
11465: speedup/reduce mem usage were forgotten, and were used stupid
11466: CORD_chars
11467:
11468: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11469:
11470: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11471: BIGENDIAN processors space-conserving mech failed, causing
11472: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11473: (1|2|3));
11474:
11475: 2004-05-14 paf
11476:
11477: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11478: bugfix: void now has vfile value, and $response:body[] works OK
11479:
11480: 2004-05-12 paf
11481:
11482: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11483: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11484: sources to use is_defined() {return as_bool();} along VBool
11485:
11486: 2004-05-11 paf
11487:
11488: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11489: referencing to local objects
11490:
11491: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11492: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11493: left intact
11494:
11495: 2004-04-15 paf
11496:
11497: * src/classes/date.C: merged: beauty: unused var removed
11498:
11499: * src/classes/date.C: beauty: unused var removed
11500:
11501: * src/include/: pa_exec.h: bugfix: interface without pointer
11502: provoked bug
11503:
11504: 2004-04-09 paf
11505:
11506: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11507:
11508: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11509:
11510: 2004-04-08 paf
11511:
11512: * src/classes/date.C: new: ^date::create[y-m-d
11513: h-M-s>>.milliseconds<<] now allowed, ignored so far
11514:
11515: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11516:
11517: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11518: to consult default catalog [usually, that file belongs to other
11519: user/group]
11520:
11521: 2004-04-06 paf
11522:
11523: * src/main/pa_common.C: beauty: gcc warning removed
11524:
11525: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11526: accept that trick, trying other
11527:
11528: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11529: explicit result problem
11530:
11531: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11532: explicit result problem
11533:
11534: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11535: explicit result problem
11536:
11537: * operators.txt, src/classes/string.C: new: ^string.append[string]
11538:
11539: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11540: main/execute.C: attempt_check_call_in_explicit_result_mode:
11541: failed
11542:
11543: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11544: http://i.p.a.ddress gethostbyaddr added [on some platforms
11545: gethostbyname failed with such 'domains'] now checked properly,
11546: were: needless reverse/forward dns lookup
11547:
11548: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11549: http://i.p.a.ddress gethostbyaddr added [on some platforms
11550: gethostbyname failed with such 'domains'] now checked properly,
11551: were: needless reverse/forward dns lookup
11552:
11553: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11554: @method[][result] means "no string output here" moved to lexical
11555: level [on grammar level it were too difficult]
11556:
11557: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11558: src/main/compile.y, src/main/compile_tools.h,
11559: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11560: @method[][result] means "no string output here", implemented part
11561: of that idea: compiler throws away string literal generation
11562: code. and barks nonwhitespace chars
11563:
11564: * operators.txt: truth: removed comment about $ORIGIN
11565:
11566: 2004-04-05 paf
11567:
11568: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11569: src/include/pa_version.h, src/main/pa_common.C,
11570: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11571:
11572: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11573: Konstantin Tomashevitch [mailto:konst@design.ru]
11574:
11575: * src/doc/html2chm.cmd: beauty: no need in bg here
11576:
11577: * src/doc/sources2html.cmd: beauty: same window, in bg it
11578: interfered with FAR console
11579:
11580: * configure, configure.in: 3.1.3
11581:
11582: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11583:
11584: * src/main/pa_common.C: removed warning
11585:
11586: * src/include/pa_version.h: 3.1.3
11587:
11588: 2004-04-02 paf
11589:
11590: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11591:
11592: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11593: allows to specify where to put parser log file
11594:
11595: 2004-04-01 paf
11596:
11597: * src/classes/table.C: bugfix: bugfix: table::load last line
11598: without tab and enter were ignored
11599:
11600: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11601: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11602: main/pa_socks.C, targets/cgi/parser3.C,
11603: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11604: bugfix: sql connections now are disconnected
11605:
11606: 2004-03-30 paf
11607:
11608: * src/classes/table.C: bugfix: table::load last line without tab
11609: and enter were ignored
11610:
11611: * src/classes/table.C: bufix: if last table lines were commented,
11612: gpfed
11613:
11614: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11615: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11616: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11617: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11618: doc/methoded.dox, doc/object.dox, doc/string.dox,
11619: doc/targets.dox, doc/value.dox, include/pa_version.h,
11620: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11621: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11622: bugfixes from 3.1.2, changed version to 3.1.3beta
11623:
11624: 2004-03-29 paf
11625:
11626: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11627: causes gpf
11628:
11629: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11630: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11631: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11632: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11633: value.dox: translated to english
11634:
11635: 2004-03-25 paf
11636:
11637: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11638: parser3project dependency removed
11639:
11640: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11641: bugfix: refused to compile without xml
11642:
11643: * src/types/pa_vform.C: beauty: removed warning
11644:
11645: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11646: any folder [removed last ;) folder dependency]
11647:
11648: * src/classes/classes.vcproj: bugfix: now all compiles in any
11649: folder [removed last ;) folder dependency]
11650:
11651: * src/include/pa_version.h: release
11652:
11653: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11654:
11655: * src/classes/table.C: beauty: comment& more meaningful error
11656: message
11657:
11658: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11659: $.hash[$.column_value1(true) ... ] [were producing some strang
11660: thing]
11661:
11662: 2004-03-23 paf
11663:
11664: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11665: and http status line parsing checked number of columns in table
11666: [user reported an assert]
11667:
11668: * operators.txt: example: on hashfile
11669:
11670: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11671: bugfix: junction reattach now actually reattaches a junction to
11672: new wcontext [were only assigning it to junction, which caused
11673: junction tracking to loose junction, and it's context were not
11674: killed, and it tried to process in invalid context, gpf]
11675:
11676: * src/targets/cgi/parser3.C: debug helper added
11677:
11678: 2004-03-19 paf
11679:
11680: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11681: "type(type)" in braces
11682:
11683: 2004-03-10 paf
11684:
11685: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11686: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11687: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11688: solution to search-in-namespaces problem:
11689: $xdoc.search-namespaces.x[http://pif.design.ru/]
11690: $nodes[^xdoc.select[//x:second]]
11691:
11692: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11693: expression][[NAMESPACES HASH]] allows to search for info in
11694: namespaces
11695:
11696: $nodes[^xdoc.select[//x:second][
11697: $.x[http://pif.design.ru/] ]]
11698:
11699: 2004-03-09 paf
11700:
11701: * operators.txt, src/main/pa_common.C: new:
11702: ^file::load[...][options] $.form[
11703: !$.field1[string]
11704: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11705: ] !$.body[string]
11706:
11707: GET ?here notGET(POST, HEAD, others) in content-type:
11708: application/x-www-form-urlencoded
11709:
11710: todo: upload files ability
11711:
11712: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11713: properly, done
11714:
11715: 2004-03-05 paf
11716:
11717: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11718: GET/POST $.form[$.fields started, not tested yet
11719: todo:$.field[table] for multiple values
11720:
11721: * operators.txt: new: http:// options $.user $.password basic
11722: authorization
11723:
11724: * src/main/pa_common.C: beauty: link to rtf added
11725:
11726: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11727: new: http:// options $.user $.password basic authorization
11728:
11729: * src/main/pa_common.C: beauty: removed needless vars
11730:
11731: * operators.txt: new: pgsql option [like that recently added to
11732: oracle driver] ClientCharset=parser-charset <<
11733: charset in which parser thinks client works
11734:
11735: * operators.txt: new: odbc option [like that recently added to
11736: oracle driver] ClientCharset=parser-charset <<
11737: charset in which parser thinks client works
11738:
11739: * src/sql/pa_sql_driver.h: beauty: important warning added
11740:
11741: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11742: char!
11743:
11744: * etc/parser3.charsets/windows-1251.cfg: typo
11745:
11746: 2004-03-04 paf
11747:
11748: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11749: cached, sql transcoding now goes faster
11750:
11751: * operators.txt: new: mysql option [like that recently added to
11752: oracle driver] ClientCharset=parser-charset <<
11753: charset in which parser thinks client works
11754:
11755: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11756: typo error
11757:
11758: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11759: chars commented
11760:
11761: 2004-03-03 paf
11762:
11763: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11764: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11765:
11766: 2004-03-02 paf
11767:
11768: * operators.txt: new[update typo]: !^void.left(n)
11769: nothing !^void.right(n) nothing !^void.mid(p[;n])
11770: nothing
11771:
11772: * operators.txt, src/classes/void.C: new: !^void.left(n)
11773: nothing !^void.right(n) nothing !^void.pos(p[;n])
11774: nothing
11775:
11776: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11777: ^file::sql[[name_to_become_$.name]]{} query result must be one
11778: row with columns: first: data second: file name third:
11779: content-type
11780:
11781: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11782: ^connect gets properly escaped string, which can be passed to
11783: request now this for mysql only. it's up to parser sql driver to
11784: fix zeros properly
11785:
11786: * INSTALL: note: added on building apache with this option:
11787: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11788:
11789: 2004-03-01 paf
11790:
11791: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11792: extension memory:compact befor processingrequest
11793:
11794: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11795: call sole column of result
11796:
11797: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11798: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11799: pixel color
11800:
11801: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11802: beauty: image -- less checks [were ugly impl]
11803:
11804: * src/classes/string.C: bugfix: ^string.left/right/mid with
11805: negative values now considered bad
11806:
11807: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11808:
11809: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11810: options now have unified defaults [after transform
11811: indent/omit-xml-declaration/standalone 'default' erroreously
11812: meant 'true']
11813:
11814: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11815: added [on some platforms gethostbyname failed with such
11816: 'domains']
11817:
11818: * src/include/pa_config_auto.h.in: no select check, no define
11819:
11820: * src/classes/string.C: feature: ^string.trim both parameters may
11821: be empty-strings, meaning kind=both chars=whitespaces
11822:
11823: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11824: exist
11825:
11826: * src/classes/string.C: check: trim 'chars' must not be empty,
11827: exception if it is
11828:
11829: * src/classes/string.C: changed: ^string.trim [] << both,
11830: whitespaces [start|both|end] << kind, whitespaces
11831: [start|both|end;chars] full
11832:
11833: 2004-02-27 paf
11834:
11835: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11836: method: ^string.trim[start|both|end[;chars]] default
11837: 'chars' -- whitespace chars finished
11838:
11839: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11840: src/main/pa_string.C: new method:
11841: ^string.trim[start|both|end[;chars]] default 'chars' --
11842: whitespace chars started, only start works
11843:
11844: * src/main/compile.C: bugfix: line numbers after
11845: ^process{}[$.line(-10]] can be negative, allowed to print they as
11846: signed
11847:
11848: * src/main/untaint.C: speed: there's no \n chars in output
11849: [normally], so no need to optimize them they could be retrived
11850: from databases, though. but 1. should be replaced 2. if not
11851: optimized, no harm done
11852:
11853: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11854: ^file::exec/cgi could return invalid status & zombie child can
11855: remain for short period until process exists [very bad in
11856: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11857:
11858: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11859: malicious SMTP server to attack as by returning too long status
11860: responses http://i2/tasks/edit/?id=4629448401140924947
11861:
11862: 2004-02-26 paf
11863:
11864: * operators.txt: feature: ^process...{CODE}[now has options] which
11865: are $.main[to what to rename @main] $.file[file,
11866: from which (user says) goes that CODE] $.lineno(line
11867: number in that file, where CODE starts. may be negative)
11868:
11869: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11870: src/main/compile.C, src/main/compile_tools.h,
11871: src/main/pa_request.C: feature: ^process...{CODE}[now has
11872: options] which are $.main[to what to rename @main]
11873: $.file[file, from which (user says) goes that CODE]
11874: $.lineno(line number in that file, where CODE starts. may be
11875: negative)
11876:
11877: 2004-02-25 paf
11878:
1.116 moko 11879: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11880: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11881:
11882: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11883: produces hash of column=>1
11884:
11885: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11886: with incomplete errno constants set
11887:
11888: 2004-02-24 paf
11889:
11890: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11891: "man select"
11892:
11893: * src/main/pa_os.C: beauty: <0 better then ==-1
11894:
11895: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11896:
11897: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11898:
1.116 moko 11899: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11900:
11901: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11902: unix: steps to work on unix [extracted 'to']
11903:
11904: * src/classes/mail.C: smtp on unix: steps to work on unix
11905:
11906: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11907:
1.116 moko 11908: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11909: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11910: unix [testing on solaris]
1.95 moko 11911:
11912: 2004-02-20 paf
11913:
11914: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11915: pointing that out
11916:
11917: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11918: fixed again [same solution, mistanenly removed one line]
11919:
11920: 2004-02-19 paf
11921:
11922: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11923: date::create from bad datetime in spring daylightsaving hole now
11924: OK for all platforms [on some platforms it failed]
11925:
11926: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11927: in daylightsaving hole] now throws error
11928:
11929: * src/classes/date.C: comment: mistake fixed
11930:
11931: 2004-02-18 paf
11932:
11933: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11934: now renderes in $request:charset, but in header puts
11935: $response:charset todo: make that default only so that coder
11936: could override that
11937:
11938: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11939: turns off omit-xml-declaration
11940:
11941: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11942: /.xsl for sample
11943:
11944: 2004-02-17 paf
11945:
11946: * src/classes/xdoc.C: beauty: needless helper class removed
11947:
11948: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11949: copied extra time
11950:
11951: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11952: part of libxml
11953:
11954: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11955: libxml to do the work] <xsl:output method="html"
11956: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11957: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11958: />
11959:
11960: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11961:
11962: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11963: caused assertion
11964:
11965: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11966: could hang. now such add does nothing, sub clears $hash
11967:
11968: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11969: not made quoted-printable
11970:
11971: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11972: string invariant
11973:
11974: 2004-02-16 paf
11975:
11976: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11977: cleared [were not cleared properly]
11978:
11979: 2004-02-13 paf
11980:
1.116 moko 11981: * src/include/pa_version.h: prerelease
1.95 moko 11982:
11983: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11984: used, introducing dependencies timestamp check
11985:
11986: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11987: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11988: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11989: .xsl.stamp now not used, introducing dependencies timestamp check
11990:
1.150 ! moko 11991: * configure.in: auto.p: @conf made relative
1.95 moko 11992:
11993: 2004-02-12 paf
11994:
11995: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11996: ruined empty <input type=file> submits. parser thought there were
11997: nameless empty file and $form:field got value of type 'file'
11998:
11999: * INSTALL: --without-threads
12000:
12001: * src/include/pa_sapi.h: 2004
12002:
12003: 2004-02-11 paf
12004:
12005: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12006: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12007: classes/hashfile.C, classes/image.C, classes/int.C,
12008: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12009: classes/response.C, classes/string.C, classes/table.C,
12010: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12011: include/pa_array.h, include/pa_cache_managers.h,
12012: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12013: include/pa_config_fixed.h, include/pa_config_includes.h,
12014: include/pa_dictionary.h, include/pa_dir.h,
12015: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12016: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12017: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12018: include/pa_request_charsets.h, include/pa_request_info.h,
12019: include/pa_socks.h, include/pa_sql_connection.h,
12020: include/pa_sql_driver_manager.h, include/pa_stack.h,
12021: include/pa_string.h, include/pa_stylesheet_connection.h,
12022: include/pa_stylesheet_manager.h, include/pa_table.h,
12023: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12024: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12025: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12026: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12027: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12028: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12029: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12030: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12031: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12032: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12033: main/pa_sql_driver_manager.C, main/pa_string.C,
12034: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12035: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12036: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12037: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12038: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12039: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12040: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12041: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12042: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12043: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12044: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12045: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12046: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12047: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12048: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12049: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12050: types/pa_vresponse.h, types/pa_vstateless_class.C,
12051: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12052: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12053: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12054: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12055: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12056: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12057:
12058: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12059: debug version of gc.dll
12060:
12061: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12062: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12063: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12064: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12065: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12066: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12067: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12068: processes
12069:
12070: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12071: main/pa_globals.C, targets/cgi/parser3.vcproj,
12072: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12073: changes to reflect libxml xsl new folders
12074:
12075: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12076: lib/smtp/smtp.vcproj, main/main.vcproj,
12077: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12078: to reflect libxml xsl new folders
12079:
12080: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12081: lib/smtp/smtp.vcproj, main/main.vcproj,
12082: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12083: types/types.vcproj: started changes to reflect libxml xsl new
12084: folders
12085:
12086: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12087: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12088: src/main/compile.tab.C, src/main/main.vcproj,
12089: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12090: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12091: started changes to reflect libxml xsl new folders
12092:
12093: 2004-02-10 paf
12094:
12095: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12096: compile. recommened latest libxml up to date
12097:
12098: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12099: pattern compilation errors", on which spent 4 hours worktime. use
12100: versions higher than that. recommended now latest up to date
12101:
12102: 2004-02-06 paf
12103:
12104: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12105: beauty: unified destructing style
12106:
12107: * src/main/untaint.C: beauty: removed old def/ifdef
12108:
12109: * src/main/untaint.C: beauty: coredump @unknown untaint language
12110: now
12111:
12112: 2004-02-03 paf
12113:
12114: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12115: targets/isapi/parser3isapi.C, types/pa_value.C,
12116: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12117: then %ld/%lu
12118:
12119: * src/main/pa_common.C: typo: %l -> %u
12120:
12121: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12122: in attributes or documents-results of transform now not xx;
12123:
12124: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12125:
12126: * src/main/pa_charset.C: bugfix: forgot to undo some
12127:
12128: * src/main/pa_charset.C: beauty: uncomment
12129: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12130: libraries
12131:
12132: 2004-02-02 paf
12133:
12134: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12135: $cookie:example[ $.value[value] $.path[/there/] ]
12136:
12137: $cookie:example[ $.value[] $.expires[session]
12138: $.path[/there/] $.domain[test.com] ]
12139:
12140: * src/types/pa_vform.C: bugfix: empty values with
12141: enctype=multipart/form-data now produce entries in $form:tables
12142: <form method=post enctype=multipart/form-data> <input type=hidden
12143: name=a> <input type=hidden name=b>
12144:
12145: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12146: <hr> <pre>$request:body
12147:
12148: 2004-01-30 paf
12149:
12150: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12151: or documents-results of transform now not xx;
12152:
12153: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12154: produce exception.
12155:
12156: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12157: bugfix: ^date::create[invalid fields now produce exception.
12158:
12159: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12160: year] now produces exception. todo: check other fields
12161:
12162: 2004-01-29 paf
12163:
12164: * src/include/pa_memory.h: typo error
12165:
12166: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12167: more byte then specified, then zeroed it << useless and
12168: potentially harmful(could gpf)
12169:
12170: 2004-01-22 paf
12171:
12172: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12173:
12174: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12175: optimization
12176:
12177: * src/main/untaint.C: bugfix: whitespace now optimized properly
12178: [were bug: ^taint[1 & 2]="1 &2"
12179:
12180: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12181: errors
12182:
12183: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12184: overflow
12185:
12186: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12187: error-reporting code * in parser-error reporting code [when no
12188: @unhandled_exception defined]
12189:
12190: fixed in one place: my *snprintf override
12191:
12192: 2004-01-13 paf
12193:
12194: * operators.txt: typo erro
12195:
12196: 2003-12-25 paf
12197:
12198: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12199: garbled [pieces after zero bytes were removed]
12200:
12201: 2003-12-22 paf
12202:
1.116 moko 12203: * src/include/Makefile.am: bugfix: removed from dist:
12204: src/include/pa_config_auto.h which were configured for
1.95 moko 12205: make-dist-platform and badly updated proper config file in target
12206: [when .tar used for updating existing source tree]
12207:
12208: * ChangeLog, operators.txt, src/classes/op.C,
12209: src/include/pa_sql_connection.h,
12210: src/include/pa_sql_driver_manager.h,
12211: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12212: feature: sql introducing ability to transcode charsets
12213:
12214: 2003-12-19 paf
12215:
12216: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12217: error message
12218:
12219: * src/main/pa_charset.C: bugfix: memory for charsethandler
12220: structure for libxml now allocated properly
12221:
12222: 2003-12-17 paf
12223:
12224: * src/types/pa_vfile.C: beauty: removed outdated cast
12225:
12226: * src/main/pa_common.C: bugfix: empty http response caused gpf
12227:
12228: * src/include/pa_string.h: bugfix: removed too strong a assert
12229:
12230: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12231: unreported xmlGenericErrors]
12232:
12233: 2003-12-15 paf
12234:
12235: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12236: works}
12237:
12238: 2003-12-11 paf
12239:
12240: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12241: id
12242: !$status:tid thread id
12243:
12244: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12245: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12246: bugfix(solaris): removed dependency on object initialization
12247: order [one more place]
12248:
12249: * src/: classes/file.C, classes/mail.C, classes/op.C,
12250: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12251: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12252: understand that
12253:
12254: * src/: classes/file.C, classes/mail.C, classes/op.C,
12255: classes/xdoc.C, include/pa_cache_managers.h,
12256: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12257: include/pa_stylesheet_manager.h, main/pa_request.C,
12258: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12259: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12260: ctor call [relying on implicit String::Body(cstr) call]
12261:
12262: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12263: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12264: object initialization order [two places]
12265:
12266: 2003-12-10 paf
12267:
12268: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12269: << time now ok
12270:
12271: * operators.txt, src/main/pa_sql_driver_manager.C,
12272: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12273: operational
12274:
12275: * ChangeLog, operators.txt, src/classes/xdoc.C,
12276: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12277: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12278: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12279: back operational
12280:
12281: 2003-12-02 paf
12282:
12283: * src/types/pa_vmail.C: bugfix:
12284: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12285: as-is forced]
12286:
12287: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12288: exceptions out of libxml callbacks: reimplemented error handling
12289: of http://localhost, parser://method and safemode check callbacks
12290:
12291: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12292: [merged from HEAD]
12293:
12294: * src/classes/image.C: nothing: comment removed
12295:
12296: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12297: addresses to int
12298:
12299: 2003-12-01 paf
12300:
12301: * src/main/pa_xml_io.C: bugfix: typo
12302:
12303: * src/main/pa_globals.C: bugfix: win32: compile prob
12304:
12305: * src/classes/xdoc.C: bugfix: typo
12306:
12307: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12308: exception
12309:
12310: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12311:
12312: 2003-11-28 paf
12313:
12314: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12315: all xml documents read
12316:
12317: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12318:
12319: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12320: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12321: replaced original open mech of xdoc::create & co to use libxml
12322: open, so that this would work for root document todo: safe mode
12323: checks to libxml: ideally to some 1 point
12324:
12325: * src/main/pa_xml_io.C: comment
12326:
12327: * operators.txt, src/main/pa_xml_io.C: leading / in
12328: http://parser[abscent params]
12329:
12330: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12331: works. todo: maybe replace original open mech of xdoc::create &
12332: co to use libxml open, so that this would work for root document
12333:
12334: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12335: "parser://method/params/here"> <test> &test^; </test> }]
12336:
12337: ^taint[^xdoc.string[]]
12338:
12339: @method[param] <!ENTITY test
12340: "test-entity-value+$form:user+$param!">
12341:
12342: 2003-11-27 paf
12343:
12344: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12345:
12346: * src/classes/date.C: bugfix: typo error
12347:
12348: 2003-11-26 paf
12349:
12350: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12351: src/main/Makefile.am, src/main/main.vcproj,
12352: src/main/pa_globals.C, src/main/pa_request.C,
12353: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12354: xml errors to hash<thread_id,error> reorganization: xml io moved
12355: to pa_xml_io.C/h
12356:
12357: * src/types/pa_value.h: warnings: --
12358:
12359: 2003-11-25 paf
12360:
12361: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12362: whatever)
12363:
12364: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12365: a, (c?x:y, z)
12366:
12367: * src/main/untaint.C: bugfix: consequences of not reading this
12368: comment: CORD_pos_chars_left /* Number of characters in cache.
12369: <= 0 ==> none */
12370:
12371: * src/include/pa_array.h: removed needless checks
12372:
12373: 2003-11-24 paf
12374:
12375: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12376: removed limit: now $form:xxx can be accessed anytime, even in
12377: @auto/conf [and request/response:charset still can be changed
12378: anytime]
12379:
12380: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12381: now not transcodes response body
12382:
12383: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12384: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12385: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12386: $xdoc.firstChild.firstChild.nodeValue[different]
12387: ^taint[^xdoc.string[]]
12388:
12389: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12390: workaround: static Hash::allocates -> static Hash_allocates
12391:
12392: 2003-11-21 paf
12393:
1.116 moko 12394: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12395: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12396: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12397:
12398: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12399:
12400: * src/classes/mail.C: bugfix: typo
12401:
12402: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12403: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12404: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12405: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12406: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12407: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12408:
12409: * src/main/pa_exec.C: bug in safe mode
12410:
12411: * src/include/Makefile.am: pa_xml_exception.h
12412:
12413: * src/targets/isapi/parser3isapi.C: more warnings --
12414:
12415: 2003-11-20 paf
12416:
12417: * src/: classes/math.C, classes/op.C, classes/string.C,
12418: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12419: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12420: --
12421:
12422: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12423: more warnings --
12424:
12425: * src/classes/xdoc.C: more warnings --
12426:
12427: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12428:
12429: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12430: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12431:
12432: * src/: classes/date.C, classes/file.C, classes/hash.C,
12433: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12434: classes/table.C, include/pa_cache_managers.h,
12435: include/pa_stylesheet_connection.h, main/pa_request.C,
12436: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12437: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12438: --
12439:
12440: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12441: can't report problem (undefined @unhandled_exception) problem
12442: source string were not reported
12443:
12444: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12445: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12446: classes/hashfile.C, classes/image.C, classes/int.C,
12447: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12448: classes/response.C, classes/string.C, classes/table.C,
12449: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12450: include/pa_array.h, include/pa_cache_managers.h,
12451: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12452: include/pa_config_fixed.h, include/pa_dictionary.h,
12453: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12454: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12455: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12456: include/pa_request.h, include/pa_request_charsets.h,
12457: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12458: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12459: include/pa_stack.h, include/pa_string.h,
12460: include/pa_stylesheet_connection.h,
12461: include/pa_stylesheet_manager.h, include/pa_table.h,
12462: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12463: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12464: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12465: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12466: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12467: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12468: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12469: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12470: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12471: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12472: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12473: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12474: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12475: targets/isapi/parser3isapi.C, types/pa_junction.h,
12476: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12477: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12478: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12479: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12480: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12481: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12482: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12483: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12484: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12485: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12486: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12487: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12488: types/pa_vresponse.h, types/pa_vstateless_class.C,
12489: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12490: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12491: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12492: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12493: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12494: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12495: const IDENT
12496:
12497: * src/: include/pa_array.h, include/pa_pool.h,
12498: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12499: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12500: types/pa_wcontext.h: more warnings --
12501:
12502: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12503: classes/file.C, classes/hash.C, classes/hashfile.C,
12504: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12505: classes/memory.C, classes/op.C, classes/string.C,
12506: classes/table.C, classes/xdoc.C, classes/xnode.C,
12507: include/pa_config_includes.h, include/pa_operation.h,
12508: include/pa_sql_connection.h, include/pa_table.h,
12509: include/pa_types.h, lib/ltdl/config_fixed.h,
12510: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12511: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12512: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12513: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12514: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12515: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12516: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12517: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12518: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12519: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12520: types/pa_vmail.C, types/pa_vobject.C,
12521: types/pa_vstateless_class.h, types/pa_vtable.C,
12522: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12523: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12524: on all projects (except libltdl=off & libsdbm=level3) found
12525: several unitialized vars
12526:
12527: 2003-11-19 paf
12528:
12529: * src/classes/op.C: more ansi C++ comp
12530:
12531: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12532: src/main/pa_request.C: ^cache[...]{body}{catch block with
12533: $exception.handled[cache] meaning "get expired cache, if any.
12534: else error"}
12535:
12536: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12537: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12538: ^cache[...]{body}{catch code with $exception.cache field}
12539:
12540: 2003-11-12 paf
12541:
12542: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12543: [copy/paste bug]
12544:
12545: 2003-11-11 paf
12546:
12547: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12548: failed]
12549:
12550: 2003-11-10 paf
12551:
12552: * src/types/pa_vconsole.h: flush
12553:
12554: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12555: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12556: read/write [for nntp]
12557:
12558: * operators.txt: mysql: transaction support: ?autocommit=0
12559:
12560: * operators.txt: comment: updated
12561:
12562: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12563: serialize version and exipire now removes entries
12564:
12565: * operators.txt: ^hashfile.delete[] removes files altogether [and
12566: dir, if could]
12567:
12568: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12569: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12570: removes files altogether [and dir, if could]
12571:
12572: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12573: nonexistent pair. .c coded that that was error. fixed
12574:
12575: * src/types/pa_vhashfile.C: sdbm: exception type change to
12576: file.access [regretfull can't split it to different exceptions
12577: without modifying sdbm source wich would prefer not to]
12578:
12579: 2003-11-07 paf
12580:
12581: * src/: classes/date.C, classes/file.C, classes/hash.C,
12582: classes/hashfile.C, classes/image.C, classes/table.C,
12583: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12584: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12585: main/execute.C, main/main.vcproj, main/pa_pool.C,
12586: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12587: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12588: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12589: destructing objects at request processing end
12590:
12591: 2003-11-06 paf
12592:
12593: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12594: updates
12595:
12596: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12597: to include sdbm
12598:
1.116 moko 12599: * src/include/: pa_config_includes.h, pa_version.h: our
12600: replacements of max& co only for cpp
1.95 moko 12601:
12602: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12603: upper dir, .am updated
12604:
12605: * tests/todo.txt: hashfile: done
12606:
12607: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12608: expiration [time in value. todo: move time to key]
12609:
12610: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12611:
12612: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12613: to do that in foreach, no errors, but surely wrong]
12614:
12615: * operators.txt, src/types/pa_vhashfile.C,
12616: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12617:
12618: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12619: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12620: foreach
12621:
12622: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12623: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12624:
12625: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12626: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12627:
12628: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12629: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12630: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12631: get/put [raw]
12632:
12633: * src/: classes/op.C, main/pa_os.C: just linked
12634:
12635: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12636: XmlException changes
12637:
12638: * src/: include/pa_charset.h, include/pa_globals.h,
12639: include/pa_stylesheet_connection.h, main/pa_exception.C:
12640: XmlException changes
12641:
12642: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12643:
12644: * src/: include/pa_common.h, include/pa_exception.h,
12645: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12646: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12647: main/pa_xml_exception.C: locking move to pa_os [along with
12648: pa_sleep] apr-impl locking done
12649:
12650: * configure, configure.in, operators.txt, parser3.sln,
12651: src/classes/classes.vcproj, src/classes/hashfile.C,
12652: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12653: src/include/pa_exception.h, src/include/pa_globals.h,
12654: src/include/pa_memory.h, src/include/pa_version.h,
12655: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12656: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12657: src/main/compile.tab.C, src/main/main.vcproj,
12658: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12659: src/types/Makefile.am, src/types/pa_vhash.C,
12660: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12661: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12662: again with sdbm from apache
12663:
12664: 2003-11-05 paf
12665:
12666: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12667: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12668: \parser3project dir anymore
12669:
12670: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12671: thoughtlessly from xalan]
12672:
12673: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12674: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12675: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12676:
12677: * src/main/helpers/CaseFolding.txt:
12678: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12679:
12680: 2003-11-04 paf
12681:
12682: * operators.txt: comment: ^mail:send[$.options[
12683:
12684: * src/classes/table.C: compiled on unix
12685:
1.116 moko 12686: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12687:
12688: * src/classes/mail.C: compiled on unix
12689:
12690: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12691: src/types/pa_vmail.h: !^mail:send[
12692: $.options[unix: string to append to sendmail command
12693: line]
12694:
12695: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12696: tests/todo.txt: ^table.save[... $.separator[^#09]
12697: $.encloser["] <nothing> by default
12698:
12699: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12700: !$.separator[^#09] !$.encloser["] <nothing> by
12701: default
12702:
12703: 2003-11-03 paf
12704:
12705: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12706: ^table::load[; options: !$.column-separator[^#09]
12707: !$.column-encloser["]
12708:
12709: * operators.txt, src/include/pa_config_fixed.h,
12710: src/types/pa_vrequest.C: $request:document-root
12711:
12712: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12713: [already included into uri=xxx]
12714:
12715: * operators.txt, src/classes/image.C, tests/todo.txt:
12716: ^image.gif[filename] for $response:download
12717:
12718: * src/classes/date.C: minor precaution
12719:
12720: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12721: !^date.unix-timestamp[]
12722:
12723: 2003-10-30 paf
12724:
12725: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12726: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12727:
12728: * src/classes/: date.C, image.C: improvement diagnostics:
12729: $now[^date::create[$undefined]] now is error
12730:
12731: * src/main/pa_common.C: read errors would now be reported 'actually
12732: read -1 bytes'
12733:
12734: 2003-10-24 paf
12735:
12736: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12737: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12738: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12739: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12740:
12741: 2003-10-22 paf
12742:
12743: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12744:
12745: 2003-10-21 paf
12746:
12747: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12748: fixed: string.match[g] without <'> option produced columns with
12749: NULL's, which gpf'ed at table.save time
12750:
12751: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12752: recoursion' message with intensive throw-catches fixed: incorrect
12753: name and line (one name upper then needed) in error message about
12754: problems inside try block
12755:
12756: 2003-10-10 paf
12757:
12758: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12759: check offset argument for validity did that in String::Body::pos
12760: myself http://i2/tasks/edit/?id=4577425257580789777
12761:
12762: 2003-10-07 paf
12763:
12764: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12765: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12766:
12767: 2003-10-03 paf
12768:
12769: * parser3.sln, src/include/pa_dictionary.h,
12770: src/main/pa_dictionary.C, src/main/pa_string.C,
12771: src/targets/cgi/parser3.vcproj: dictionary optimized by
12772: precalculating cstr&length
12773:
12774: 2003-10-02 paf
12775:
12776: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12777: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12778: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12779: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12780:
12781: 2003-09-30 paf
12782:
12783: * src/main/pa_string.C: string::replace bug fix [were ignoring
12784: occurrances after lang-mismatched
12785:
12786: 2003-09-29 paf
12787:
12788: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12789: helper
12790:
12791: * src/main/pa_string.C: string::serialize bug fix with
12792: zero-terminator
12793:
12794: * src/classes/table.C: ^nameless_table.save column row now has no
12795: \t at the end
12796:
12797: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12798: @postprocess now takes $response:body/download
12799:
12800: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12801: error message
12802:
12803: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12804:
12805: * src/classes/table.C: bugfix: flip: must produce nameless
12806: http://i2/tasks/edit/?id=4573405524674081244
12807:
12808: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12809: main/helpers/simple_folding.pl: utf-8 upper/lower
12810:
12811: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12812: to typo error http://i2/tasks/edit/?id=4573354650786434584
12813:
12814: 2003-09-26 paf
12815:
12816: * src/main/untaint.C: removed needless field
12817:
12818: * src/main/untaint.C: removed needless const
12819:
12820: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12821: String.for_each bug fixed [omited one-char cases]
12822:
12823: * src/include/pa_stack.h: bugfix: before collecting garbage,
12824: runtime-executor stack were cleared... BADLY
12825:
12826: * src/main/pa_string.C: ^stirng.replace code used old
12827: param-convention on langs.append, fixed that search fo the like,
12828: found none
12829:
12830: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12831: string::serialize/deserialize implemented Language enum assigned
12832: meaningful letters [more convinient for debugging. read warning
12833: before adding/changing anything]
12834:
12835: 2003-09-25 paf
12836:
12837: * src/: include/pa_string.h, include/pa_version.h,
12838: main/pa_string.C, main/untaint.C: templates and anonymous unions
12839: differences on unix
12840:
12841: * parser3.sln, src/classes/file.C, src/classes/image.C,
12842: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12843: src/classes/xdoc.C, src/classes/xnode.C,
12844: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12845: src/include/pa_charsets.h, src/include/pa_common.h,
12846: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12847: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12848: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12849: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12850: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12851: src/main/compile_tools.h, src/main/pa_charset.C,
12852: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12853: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12854: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12855: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12856: src/types/pa_vmail.C, src/types/pa_vmath.C,
12857: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12858: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12859:
12860: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12861: functions aligned to that of eeparser3 look
12862:
12863: * src/lib/cord/cordprnt.c: removed warnings
12864:
12865: 2003-09-24 paf
12866:
12867: * src/: classes/file.C, classes/image.C, classes/mail.C,
12868: classes/op.C, classes/xdoc.C, classes/xnode.C,
12869: include/pa_cache_managers.h, include/pa_charset.h,
12870: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12871: include/pa_sql_driver_manager.h, include/pa_string.h,
12872: include/pa_stylesheet_manager.h, include/pa_table.h,
12873: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12874: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12875: main/pa_sql_driver_manager.C, main/pa_string.C,
12876: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12877: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12878: types/pa_vstateless_class.h, types/pa_vstatus.C,
12879: types/pa_vxnode.C: v() functions of String::Body,
12880: String::Languages and String itself StringBody->String::Body
12881:
12882: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12883: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12884: never optimized anything. todo: somehow speed up harder cases:
12885: concatenationA+concatenationB when last block of A and first of B
12886: contain same letters
12887:
12888: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12889: lib/cord/include/cord.h: langs: speed up by joining adjucent
12890: blocks of same char [CORD_append_block]
12891:
12892: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12893: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12894: save space by extending blocks when appending block with c ==
12895: lastblock.c
12896:
12897: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12898: working yet :( but more working &understood :)
12899:
12900: * src/: classes/table.C, include/pa_string.h,
12901: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12902:
12903: 2003-09-23 paf
12904:
12905: * src/main/untaint.C: $a[ok!] $a works!
12906:
12907: * src/main/untaint.C: something even more works :)
12908:
12909: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12910: something more works :)
12911:
12912: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12913: lib/cord/cordxtra.c: something already works :)
12914:
12915: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12916: serialize&deserialize
12917:
12918: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12919: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12920: main/untaint.C: main idea implemented, details left
12921:
12922: 2003-09-22 paf
12923:
12924: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12925:
12926: * src/classes/xnode.C: copy/paste comment bugfix
12927:
12928: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12929: allocator returns 0, just die.
12930: http://i2/tasks/edit/?id=4570798492410259445
12931:
12932: * src/classes/xdoc.C: copy/paste comment bugfix
12933:
12934: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12935: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12936: xnode: getAttributeNS setAttributeNS removeAttributeNS
12937: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12938:
12939: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12940: chars due to bitwise operation signed-char error]
12941:
12942: 2003-09-19 paf
12943:
12944: * src/types/pa_wcontext.C: output message: more practical
12945: suggestion
12946:
12947: * src/main/pa_common.C, operators.txt: merged
12948: $f[^file::load[binary;http://...]] $f.tables
12949:
12950: 2003-09-02 paf
12951:
12952: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12953: flush stdout without referencing 'stdout' symbol. to hell with
12954: non-ansi libraries without 'stdout' symbol
12955:
12956: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12957: unix (users reported problems with some old libc)
12958:
12959: * src/types/pa_vdate.h: forgot initializer
12960:
12961: 2003-09-01 paf
12962:
12963: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12964: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12965: zone]
12966:
12967: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12968:
12969: 2003-08-19 paf
12970:
12971: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12972: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12973: simplified a little
12974:
12975: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12976: [lost fix from 3.0.8]
12977:
12978: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12979: visible here }
12980:
12981: bug fix
12982:
12983: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12984:
12985: * src/main/compile.tab.C: initialized couple of variables about
12986: which user reported runtime problems when parser were compiled
12987: with VC7, warning level4. study shows that later in bison
12988: they've fixed that. would migrate to latest bison someday
12989:
12990: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12991: recoding headers)
12992:
12993: * src/types/pa_vmail.C: works as before, same charset problems:
12994: gmime recodes to UTF-8 only headers, not body. so not recoding
12995: anything for now
12996:
12997: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12998: problems with body
12999:
13000: * src/types/pa_vmail.C: mail_receive just compiled
13001:
13002: 2003-08-18 paf
13003:
13004: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13005: main/main.vcproj, types/types.vcproj: win32: continued process
13006: detaching from \parser3project directory
13007:
13008: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13009: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13010: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13011: src/lib/pcre/pcre_dftables.dsp,
13012: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13013: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13014: src/types/types.dsp: moved to MSVC 7
13015:
13016: * gnu.vcproj.vspscc, parser3.vssscc,
13017: src/classes/classes.vcproj.vspscc,
13018: src/lib/cord/cord.vcproj.vspscc,
13019: src/lib/ltdl/libltdl.vcproj.vspscc,
13020: src/lib/md5/md5.vcproj.vspscc,
13021: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13022: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13023: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13024: src/targets/isapi/parser3isapi.vcproj.vspscc,
13025: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13026: moved to MSVC 7
13027:
13028: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13029: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13030: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13031: src/lib/pcre/pcre_dftables.vcproj,
13032: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13033: src/targets/cgi/parser3.vcproj,
13034: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13035: new VS project files
13036:
13037: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13038: .NET to detect Jalindi Igloo capabilities.
13039:
13040: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13041: src/classes/classes.awk, src/doc/footer.htm,
13042: src/include/pa_config_fixed.h, src/include/pa_version.h,
13043: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13044: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13045: src/types/pa_vmail.C: merged 3.1.0 latest changes
13046:
13047: 2003-08-15 paf
13048:
13049: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13050: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13051:
13052: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13053: non-ascii <yyy> now encoded correctly
13054:
13055: 2003-07-29 paf
13056:
1.116 moko 13057: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13058: dist
1.95 moko 13059:
13060: * src/types/pa_vmail.C: just started --with-mail-receive
13061:
13062: 2003-07-28 paf
13063:
1.116 moko 13064: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13065: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13066:
13067: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13068:
13069: 2003-07-25 paf
13070:
13071: * src/doc/footer.htm: year
13072:
13073: 2003-07-24 paf
13074:
13075: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13076: fix
13077:
13078: * src/include/pa_version.h: release
13079:
1.116 moko 13080: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13081:
13082: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13083: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13084: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13085: getting rid of win32xml pseudo project
13086:
13087: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13088:
1.116 moko 13089: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13090: configure.in, operators.txt, parser3.dsw,
1.95 moko 13091: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13092: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13093: src/classes/classes.C, src/classes/classes.awk,
13094: src/classes/classes.dsp, src/classes/classes.h,
13095: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13096: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13097: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13098: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13099: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13100: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13101: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13102: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13103: src/include/pa_array.h, src/include/pa_cache_managers.h,
13104: src/include/pa_charset.h, src/include/pa_charsets.h,
13105: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13106: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13107: src/include/pa_dictionary.h, src/include/pa_dir.h,
13108: src/include/pa_exception.h, src/include/pa_exec.h,
13109: src/include/pa_globals.h, src/include/pa_hash.h,
13110: src/include/pa_memory.h, src/include/pa_opcode.h,
13111: src/include/pa_operation.h, src/include/pa_pool.h,
13112: src/include/pa_pragma_pack_begin.h,
1.95 moko 13113: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13114: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13115: src/include/pa_sapi.h, src/include/pa_socks.h,
13116: src/include/pa_sql_connection.h,
13117: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13118: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13119: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13120: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13121: src/include/pa_uue.h, src/lib/Makefile.am,
13122: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13123: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13124: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13125: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13126: src/lib/cord/include/ec.h,
13127: src/lib/cord/include/private/Makefile.am,
13128: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13129: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13130: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13131: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13132: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13133: src/main/compile_tools.C, src/main/compile_tools.h,
13134: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13135: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13136: src/main/pa_charsets.C, src/main/pa_common.C,
13137: src/main/pa_dictionary.C, src/main/pa_dir.C,
13138: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13139: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13140: src/main/pa_request.C, src/main/pa_socks.C,
13141: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13142: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13143: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13144: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13145: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13146: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13147: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13148: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13149: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13150: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13151: src/targets/isapi/parser3isapi.dsp,
13152: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13153: src/types/pa_junction.h, src/types/pa_method.h,
13154: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13155: src/types/pa_vclass.C, src/types/pa_vclass.h,
13156: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13157: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13158: src/types/pa_vdouble.h, src/types/pa_venv.h,
13159: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13160: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13161: src/types/pa_vimage.C, src/types/pa_vimage.h,
13162: src/types/pa_vint.h, src/types/pa_vjunction.h,
13163: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13164: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13165: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13166: src/types/pa_vobject.C, src/types/pa_vobject.h,
13167: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13168: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13169: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13170: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13171: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13172: src/types/pa_vstring.h, src/types/pa_vtable.C,
13173: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13174: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13175: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13176: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13177: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13178: HEAD
13179:
13180: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13181: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13182: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13183: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13184: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13185: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13186: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13187: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13188: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13189: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13190: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13191: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13192: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13193: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13194: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13195: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13196: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13197: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13198: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13199: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13200: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13201: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13202: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13203: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13204: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13205: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13206: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13207: outputs/create-dir, results/001.processed, results/002.processed,
13208: results/003.processed, results/004.processed,
13209: results/005.processed, results/006.processed,
13210: results/007.processed, results/008.processed,
13211: results/009.processed, results/010.processed,
13212: results/011.processed, results/012.processed,
13213: results/013.processed, results/014.processed,
13214: results/015.processed, results/016.processed,
13215: results/017.processed, results/018.processed,
13216: results/019.processed, results/020.processed,
13217: results/021.processed, results/022.processed,
13218: results/023.processed, results/024.processed,
13219: results/025.processed, results/026.processed,
13220: results/027.processed, results/028.processed,
13221: results/029.processed, results/030.processed,
13222: results/031.processed, results/032.processed,
13223: results/033.processed, results/034.processed,
13224: results/035.processed, results/036.processed,
13225: results/037.processed, results/038.processed,
13226: results/039.processed, results/040.processed,
13227: results/041.processed, results/042.processed,
13228: results/043.processed, results/044.processed,
13229: results/045.processed, results/046.processed,
13230: results/047.processed, results/048.processed,
13231: results/049.processed, results/050.processed,
13232: results/051.processed, results/052.processed,
13233: results/053.processed, results/054.processed,
13234: results/055.processed, results/056.processed,
13235: results/057.processed, results/058.processed,
13236: results/059.processed, results/060.processed,
13237: results/061.processed, results/062.processed,
13238: results/063.processed, results/064.processed,
13239: results/065.processed, results/066.processed,
13240: results/067.processed, results/068.processed,
13241: results/069.processed, results/070.processed,
13242: results/071.processed, results/072.processed,
13243: results/073.processed, results/074.processed,
13244: results/075.processed, results/076.processed,
13245: results/077.processed, results/078.processed,
13246: results/079.processed, results/080.processed,
13247: results/081.processed, results/082.processed,
13248: results/083.processed, results/084.processed,
13249: results/085.processed, results/086.processed,
13250: results/087.processed, results/088.processed,
13251: results/089.processed, results/090.processed,
13252: results/091.processed, results/092.processed,
13253: results/093.processed, results/094.processed,
13254: results/095.processed, results/096.processed,
13255: results/097.processed, results/098.processed,
13256: results/099.processed, results/100.processed,
13257: results/101.processed, results/102.processed,
13258: results/103.processed, results/104.processed,
13259: results/105.processed, results/106.processed,
13260: results/107.processed, results/108.processed,
13261: results/109.processed, results/110.processed,
13262: results/111.processed, results/112.processed,
13263: results/113.processed, results/114.processed,
13264: results/115.processed, results/116.processed,
13265: results/117.processed, results/118.processed,
13266: results/119.processed, results/120.processed,
13267: results/121.processed, results/122.processed,
13268: results/123.processed, results/124.processed,
13269: results/125.processed, results/126.processed,
13270: results/127.processed, results/128.processed,
13271: results/129.processed, results/130.processed,
13272: results/131.processed, results/132.processed,
13273: results/133.processed, results/134.processed,
13274: results/135.processed, results/136.processed,
13275: results/137.processed, results/138.processed,
13276: results/139.processed, results/140.processed,
13277: results/141.processed: merged(copied) to HEAD from template_gc
13278:
13279: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13280: towards \parser3project not having to be in root
13281:
13282: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13283: module compiled [were minor unnecessary changes in lib/md5
13284: interface]
13285:
13286: * src/include/pa_version.h: release
13287:
13288: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13289:
13290: * src/classes/math.C: merged uuid bugfix
13291:
13292: * tests/: 141.html, results/141.processed: fixed bug with
13293: too-small-a-buffer
13294:
13295: * src/classes/math.C: uuid bugfix
13296:
13297: * tests/: 141.html, Makefile, results/005.processed,
13298: results/030.processed, results/075.processed,
13299: results/078.processed: to reflect date format change (were -
13300: become ' ')
13301:
13302: * src/classes/math.C: uuid bugfix
13303:
13304: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13305: debug/release changes
13306:
13307: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13308:
13309: 2003-07-23 paf
13310:
13311: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13312: renamed a little [to move to comman naming conv]
13313:
1.116 moko 13314: * src/targets/Makefile.am: apache13 splitted to simplify apache
13315: build
1.95 moko 13316:
13317: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13318: main/pa_request.C, main/pa_sql_driver_manager.C,
13319: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13320: stack top_index() fixed
13321:
13322: * src/main/pa_globals.C: minor style changes
13323:
13324: * src/: classes/op.C, include/pa_sql_connection.h: connection
13325: closing/caching fixed [connections were not closed/put to cache]
13326:
13327: 2003-07-22 paf
13328:
13329: * INSTALL: gc part updated stightly
13330:
13331: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13332: new sapi interface
13333:
13334: * src/classes/file.C: comment on OS
13335:
13336: * src/main/pa_string.C: removed reduntant invariant check [there is
13337: one deeper in cord lib]
13338:
13339: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13340:
13341: * src/main/pa_memory.C: out of memory is no longer coredump
13342:
13343: * INSTALL: disable-threads adviced
13344:
13345: 2003-07-21 paf
13346:
1.116 moko 13347: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13348:
13349: * src/classes/file.C: file::exec/cgi environment variables now must
13350: be UPPERCASE and A-Z 0-9 _-
13351:
13352: * src/classes/file.C: env passing fixed
13353:
13354: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13355:
13356: * src/main/pa_common.C: http:// CRLF now
13357:
13358: 2003-07-02 paf
13359:
13360: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13361: fields to reflect their real meaning
13362:
13363: 2003-06-27 paf
13364:
13365: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13366: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13367: file::exec/cgi .charset
13368:
13369: 2003-06-26 paf
13370:
13371: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13372: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13373: src/classes/table.C: fixed several uninitialized local
13374: structures. notably ^hash.foreach now inserts delimiters
13375: properly [were inserting it before first body]
13376:
13377: 2003-06-24 paf
13378:
13379: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13380:
13381: 2003-06-20 paf
13382:
13383: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13384: src/main/pa_globals.C: introducing
13385: $f[^file::load[binary;http://...]] $f.tables
13386:
13387: 2003-06-06 paf
13388:
13389: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13390: table. [were method lookup: inconsistent]
13391:
13392: 2003-06-02 paf
13393:
13394: * src/include/pa_memory.h: empty string clone fixed to return
13395: writable memory
13396:
13397: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13398: were not appended] which violated string invariant
13399:
13400: 2003-05-30 paf
13401:
13402: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13403: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13404:
13405: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13406: GMT ; RFC 822, updated by RFC 1123
13407:
13408: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13409: targets/isapi/parser3isapi.C: initialized request_info properly
13410:
13411: * src/classes/xnode.C: found minor bug, commended for future
13412:
13413: 2003-05-28 paf
13414:
13415: * src/classes/form.C: request_info.content_length can't be <0,
13416: size_t for some time
13417:
13418: 2003-05-26 paf
13419:
13420: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13421: forgotten <0 changed to !=STRING_NOT_FOUND
13422:
13423: * src/classes/math.C: merged ffffu from HEAD
13424:
13425: 2003-05-11 paf
13426:
13427: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13428:
13429: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13430: premature doc free. transformed document had xmlDoc reference
13431: stored to non-gc-memory (libgdome) added holding-reference
13432:
13433: 2003-04-29 paf
13434:
13435: * src/main/pa_globals.C: started digging on double free. on win32
13436: found that that's perfectly normal.
13437:
13438: 2003-04-25 paf
13439:
13440: * src/classes/table.C: table.join bug fix [bad limit check]
13441:
13442: * src/classes/math.C: merged from HEAD: simpiler hash_string
13443:
13444: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13445: print anything. changed to quicker and simplier code
13446:
13447: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13448: strict a check]
13449:
13450: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13451:
13452: 2003-04-24 paf
13453:
13454: * src/include/pa_table.h: too strict assert loosened
13455:
13456: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13457: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13458: report
13459:
13460: 2003-04-21 paf
13461:
1.116 moko 13462: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13463:
13464: * src/main/pa_globals.C: pcre memory management changed to use GC
13465: memory
13466:
13467: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13468: xmlMallocAtomic [author agreed to my suggestion], used that
13469:
13470: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13471:
13472: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13473: types/pa_vmail.C: attributed_meaning_to_string added
13474: L_UNSPECIFIED piece which was sortof OK, but violated string
13475: invariant [assertion barked on that] changed to L_PASS_APPEND,
13476: made that param obligatory
13477:
13478: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13479: fixed [assert helped]
13480:
13481: * src/include/pa_string.h: assert added [looking for bug]
13482:
13483: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13484: names on Win32 considered disk-global
13485:
13486: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13487: considered disk-global
13488:
13489: 2003-04-18 paf
13490:
13491: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13492: filenames
13493:
13494: * src/main/untaint.C: enabled '~' letter in filenames
13495:
13496: 2003-04-16 paf
13497:
13498: * src/classes/file.C: small bug introduced in autoptr times fixed
13499:
13500: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13501: HEAD
13502:
1.116 moko 13503: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13504:
13505: 2003-04-15 paf
13506:
13507: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13508: src/lib/md5/pa_md5c.c, tests/141.html,
13509: tests/results/141.processed: merged from head ^math:uuid[]
13510: ^math:uid64[] ^math:md5[string]
13511:
13512: test added: 141.html
13513:
13514: * operators.txt, src/classes/math.C: ^math:uid64[]
13515:
13516: * src/classes/math.C: ^math:uuid[]
13517:
13518: * operators.txt, src/classes/math.C: ^math:uuid[]
13519:
13520: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13521: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13522:
13523: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13524: src/include/pa_config_fixed.h, src/main/pa_common.C:
13525: ^file::load[mode;name; $.offset $.limit
13526:
13527: 2003-04-14 paf
13528:
13529: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13530: started ^math:md5
13531:
13532: * src/classes/table.C, src/include/pa_array.h,
13533: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13534: tests/results/140.processed: table $.reverse option works in
13535: create&co table $.distinct[tables] bug fix merged
13536:
13537: * src/: classes/table.C, include/pa_table.h: table
13538: $.distinct[tables] bug fixed
13539:
13540: * src/classes/table.C: more warnings
13541:
13542: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13543: removed checks in table::set_current, moved them back to
13544: table::locate implemented table::create/join ñ $.reverse
13545:
13546: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13547: removed checks in table::set_current, moved them back to
13548: table::locate
13549:
13550: 2003-04-11 paf
13551:
13552: * operators.txt, src/classes/date.C, src/classes/table.C,
13553: src/include/pa_array.h, src/include/pa_common.h,
13554: src/include/pa_config_includes.h, src/include/pa_string.h,
13555: src/include/pa_table.h, src/main/pa_request.C,
13556: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13557: src/main/pa_table.C: merged from HEAD from
13558: before_append_array_limit_sense_change to
13559: after_append_array_limit_sense_change
13560:
13561: * src/classes/table.C: typo
13562:
13563: * operators.txt, src/classes/date.C, src/classes/table.C,
13564: src/include/pa_array.h, src/include/pa_common.h,
13565: src/include/pa_config_includes.h, src/include/pa_globals.h,
13566: src/include/pa_table.h, src/main/pa_array.C,
13567: src/main/pa_globals.C, src/main/pa_request.C,
13568: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13569: src/main/pa_table.C: append_array_limit_sense_change locate
13570: accepts options same as create new option: $.reverse(1) [do not
13571: work in table::create]
13572:
13573: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13574: (stat xxx,
13575:
13576: * src/classes/: table.C: typo
13577:
13578: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13579: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13580: results/130.processed, results/131.processed,
13581: results/132.processed, results/133.processed,
13582: results/134.processed, results/135.processed,
13583: results/136.processed, results/137.processed,
13584: results/138.processed, results/139.processed: added few mustfail
13585: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13586: date/time 132.html mustfail: access to junction outside of
13587: context 133.html mustfail: access to junction outside of context,
13588: case version 134.html mustfail: hash: adding a key inside of
13589: foreach 135.html mustfail: modifying system class 136.html
13590: mustfail: $.name outside of $hash[here] 137.html mustfail:
13591: appendChild without import 138.html mustfail: invalid encoding
13592: inside of xml 139.html mustfail: bad XPath
13593:
13594: * operators.txt, src/classes/table.C, tests/084.html,
13595: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13596: tests/129.html, tests/results/125.processed,
13597: tests/results/126.processed, tests/results/127.processed,
13598: tests/results/128.processed, tests/results/129.processed: merged
13599: from HEAD ^table.hash[key][$.distinct[tables]]
13600:
13601: maked appropriate tests [changed one old nonconforming]
13602:
13603: * operators.txt, src/classes/table.C:
13604: ^table.hash[key][$.distinct[tables]]
13605:
13606: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13607: merged fix for found very old xml (dom) bug: were passing
13608: domString objects and later ERROREOUSLY freed them
13609:
13610: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13611: src/main/pa_charset.C: re-added libgdome patch. regretfully
13612: libgdome bug can not be worked around
13613:
13614: 2003-04-10 paf
13615:
13616: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13617: found very old xml (dom) bug: were passing domString objects and
13618: later ERROREOUSLY freed them
13619:
13620: * src/doc/string.dox, src/include/pa_memory.h,
13621: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13622: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13623: tests/123.html, tests/124.html, tests/results/001.processed,
13624: tests/results/002.processed, tests/results/003.processed,
13625: tests/results/004.processed, tests/results/005.processed,
13626: tests/results/006.processed, tests/results/008.processed,
13627: tests/results/009.processed, tests/results/010.processed,
13628: tests/results/011.processed, tests/results/012.processed,
13629: tests/results/013.processed, tests/results/014.processed,
13630: tests/results/015.processed, tests/results/016.processed,
13631: tests/results/017.processed, tests/results/018.processed,
13632: tests/results/020.processed, tests/results/021.processed,
13633: tests/results/022.processed, tests/results/023.processed,
13634: tests/results/024.processed, tests/results/025.processed,
13635: tests/results/026.processed, tests/results/027.processed,
13636: tests/results/028.processed, tests/results/029.processed,
13637: tests/results/030.processed, tests/results/031.processed,
13638: tests/results/032.processed, tests/results/033.processed,
13639: tests/results/034.processed, tests/results/035.processed,
13640: tests/results/036.processed, tests/results/037.processed,
13641: tests/results/038.processed, tests/results/039.processed,
13642: tests/results/040.processed, tests/results/041.processed,
13643: tests/results/042.processed, tests/results/043.processed,
13644: tests/results/044.processed, tests/results/045.processed,
13645: tests/results/046.processed, tests/results/047.processed,
13646: tests/results/048.processed, tests/results/049.processed,
13647: tests/results/050.processed, tests/results/051.processed,
13648: tests/results/052.processed, tests/results/053.processed,
13649: tests/results/054.processed, tests/results/055.processed,
13650: tests/results/056.processed, tests/results/057.processed,
13651: tests/results/058.processed, tests/results/059.processed,
13652: tests/results/060.processed, tests/results/061.processed,
13653: tests/results/062.processed, tests/results/063.processed,
13654: tests/results/064.processed, tests/results/065.processed,
13655: tests/results/066.processed, tests/results/067.processed,
13656: tests/results/068.processed, tests/results/069.processed,
13657: tests/results/070.processed, tests/results/071.processed,
13658: tests/results/072.processed, tests/results/073.processed,
13659: tests/results/074.processed, tests/results/075.processed,
13660: tests/results/076.processed, tests/results/077.processed,
13661: tests/results/078.processed, tests/results/079.processed,
13662: tests/results/080.processed, tests/results/081.processed,
13663: tests/results/082.processed, tests/results/083.processed,
13664: tests/results/084.processed, tests/results/085.processed,
13665: tests/results/086.processed, tests/results/087.processed,
13666: tests/results/088.processed, tests/results/089.processed,
13667: tests/results/090.processed, tests/results/091.processed,
13668: tests/results/092.processed, tests/results/093.processed,
13669: tests/results/094.processed, tests/results/095.processed,
13670: tests/results/096.processed, tests/results/097.processed,
13671: tests/results/101.processed, tests/results/102.processed,
13672: tests/results/104.processed, tests/results/105.processed,
13673: tests/results/106.processed, tests/results/107.processed,
13674: tests/results/108.processed, tests/results/109.processed,
13675: tests/results/110.processed, tests/results/111.processed,
13676: tests/results/112.processed, tests/results/113.processed,
13677: tests/results/114.processed, tests/results/115.processed,
13678: tests/results/116.processed, tests/results/117.processed,
13679: tests/results/118.processed, tests/results/119.processed,
13680: tests/results/120.processed, tests/results/121.processed,
13681: tests/results/122.processed, tests/results/123.processed,
13682: tests/results/124.processed: new convention: char* never 0.
13683: assert in cord on that
13684:
13685: * src/main/pa_charset.C: couple more asserts
13686:
13687: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13688: speedup
13689:
13690: * src/main/pa_charset.C: couple assertions on fantastic situations
13691: added [may be those is the case now?]
13692:
13693: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13694: that's memory from gc_malloc, not from g_malloc :(, but would
13695: hope]
13696:
13697: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13698: that's memory from gc_malloc, not from g_malloc :(, but would
13699: hope]
13700:
13701: * src/main/pa_charset.C: checked custom malloc for returning 0
13702:
13703: 2003-04-09 paf
13704:
13705: * src/classes/date.C: merged ^date.roll changes
13706:
13707: * src/classes/date.C: ^date.roll bug fix
13708:
13709: * src/classes/date.C: ^date.roll now throws less errors: month
13710: shifts handles end of month situation by reducing day number
13711: hour-hole shift reduces hour to recover
13712:
13713: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13714: Sort by function time
13715:
13716: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13717: http:// $.charset[] param done
13718:
13719: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13720: added [after volatile fix. passes on win&intel-solaris]
13721:
13722: 2003-04-08 paf
13723:
13724: * src/: classes/file.C, classes/op.C, classes/table.C,
13725: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13726: include/pa_common.h, include/pa_request_charsets.h,
13727: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13728: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13729: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13730: types/pa_vresponse.C: started http:// $.charset[] param and
13731: http response charset detection just compiled. todo:test
13732:
13733: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13734:
13735: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13736: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13737: types/pa_vmail.C: changed transcode param converntion along with
13738: string creating convention -- all strings are zero-terminated,
13739: this allowed to fix one remaining String("123", 2) case
13740:
13741: * src/: classes/date.C, classes/file.C, classes/hash.C,
13742: classes/op.C, classes/string.C, classes/table.C,
13743: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13744: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13745: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13746: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13747: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13748: violated String::invariant. started fixing [not compiled now]
13749:
13750: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13751: main/compile.tab.C, main/compile.y, main/pa_string.C,
13752: main/untaint.C, targets/cgi/parser3.C: number of string style
13753: improvements & optimizations
13754:
13755: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13756: :(]
13757:
13758: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13759: [for it's a pointer really]
13760:
13761: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13762: 'n' param. worked that around
13763:
13764: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13765: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13766: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13767: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13768: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13769:
13770: Thanks for the bug report and patch.
13771:
13772: I hadn't looked at this code in a while. Reading it now, it
13773: seems to me that the tests should also be ">= MAX_DEPTH" to
13774: comply with the invariant, though that may not matter a lot. I
13775: changed that, too.
13776:
13777: Hans
13778:
13779: 2003-04-07 paf
13780:
13781: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13782: merged from head:safe mode error message now includes numbers
13783:
13784: * src/main/execute.C: n-th attempt to make a=a work with double.
13785: problem: as_double returns it's result in fp-register compiler
13786: optimizes access to that register after b->as_double, and just
13787: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13788: from memory. _SAME_ double values do not match here. when
13789: forced to REload fp-register, values do match.
13790:
13791: tried to make them volatile.
13792:
13793: * src/main/execute.C: n-th attempt to make a=a work with double.
13794: problem: as_double returns it's result in fp-register compiler
13795: optimizes access to that register after b->as_double, and just
13796: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13797: from memory. _SAME_ double values do not match here. when
13798: forced to REload fp-register, values do match.
13799:
13800: tried to make them volatile.
13801:
13802: * src/types/pa_vobject.h: small style change
13803:
13804: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13805:
13806: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13807: mode error message now includes numbers
13808:
13809: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13810: now causes death
13811:
13812: 2003-04-04 paf
13813:
13814: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13815: incorportated pa_exec patch by From: "Victor Fedoseev"
13816: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13817: Sent: Thursday, January 23, 2003 9:14 AM
13818:
13819: huge speedup on ^file::cgi with big result
13820:
13821: * src/classes/table.C: sort table with 0 rows bug fixed
13822:
13823: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13824: fix http://i2/tasks/edit/?id=4493701604654042676
13825:
13826: @main[] $with_default[ $.a[1] $._default[default from
13827: with_default] ] ^show[$with_default]
13828:
13829: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13830: =$to_add_to.xxx=<br>
13831:
13832: ^show[$to_add_to]
13833:
13834: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13835: ^show[$cloned]
13836:
13837: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13838:
13839: } <hr>
13840:
13841: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13842: http://i2/tasks/edit/?id=4493701604654042676
13843:
13844: @main[] $with_default[ $.a[1] $._default[default from
13845: with_default] ] ^show[$with_default]
13846:
13847: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13848: =$to_add_to.xxx=<br>
13849:
13850: ^show[$to_add_to]
13851:
13852: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13853: ^show[$cloned]
13854:
13855: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13856:
13857: } <hr>
13858:
13859: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13860: http://i2/tasks/edit/?id=4507350336410850921
13861:
13862: * src/classes/xdoc.C: memory allocation func bugfix
13863: http://i2/tasks/edit/?id=4499303470368629745
13864:
13865: * src/classes/math.C: allowed random 1...
13866:
13867: * src/classes/math.C: allowed random 0..
13868:
13869: * src/main/pa_globals.C: exif mem leak
13870: http://i2/tasks/edit/?id=4480590323629807263
13871:
13872: * src/: classes/classes.dsp, main/main.dsp,
13873: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13874: fix http://i2/tasks/edit/?id=4493946731322521294
13875: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13876:
13877: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13878: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13879: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13880: links to xml libs made relative, no need to unpack parser3project
13881: to /parser3project.
13882:
13883: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13884: column more precise - tab handling bug fixed
13885:
13886: * src/main/: compile.tab.C, compile.y: more understandable error
13887: message in case @CLASS with more then one line inside
13888:
13889: * src/targets/cgi/parser3.C: more understandable error message in
13890: case of errors in @unhandled_exception
13891:
13892: 2003-04-03 paf
13893:
13894: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13895: src/main/compile.tab.C, src/main/compile.y,
13896: src/main/compile_tools.C, src/main/compile_tools.h,
13897: src/main/execute.C, src/main/pa_request.C: debug info format
13898: simplified, now it's: OP_VALUE Operation::Origin << here value*
13899:
13900: higher limits: file number (max: 255) line number (max:
13901: 64535) column number (max: 255)
13902:
13903: * src/classes/math.C: top limit
13904:
13905: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13906: precise parse error position in case of
13907:
13908: ^bug ]
13909:
13910: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13911: changed to realities, and passed [bug fixed]
13912:
13913: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13914: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13915: main/compile_tools.h, main/pa_request.C: introducing
13916: ^process...[main-method-alias]
13917:
13918: * src/: classes/date.C, classes/image.C, classes/op.C,
13919: classes/string.C, classes/table.C, classes/xdoc.C,
13920: types/pa_vmethod_frame.h: MethodParams& now [methods without
13921: params receive zero reference, but they are expected not to look
13922: there]
13923:
13924: * operators.txt, src/classes/date.C, src/classes/double.C,
13925: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13926: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13927: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13928: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13929: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13930: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13931: [methods without params receive zero reference, but they are
13932: expected not to look there]
13933:
13934: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13935: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13936: ^process...[filename] useful for better error reporting
13937: [file/line/col]
13938:
13939: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13940: types/pa_vstring.h: slightly improved error messages text: 1. is
13941: '%s', it 2. method undefined in case of ^void[]
13942:
13943: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13944: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13945: handling done. now we have error columns todo: test it
13946:
13947: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13948: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13949:
13950: this makes life easier: were: bad stack order -- were in
13951: exception catch unwind order, which didn't match execution order
13952:
13953: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13954:
13955: @first[] ^throw[a;1]
13956:
13957: showed throw a first throw b try
13958:
13959: which is no good
13960:
13961: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13962: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13963: trace reset after handled exception [old bug fixed]
13964:
13965: * src/main/: compile.tab.C, compile.y: parse position old bug
13966: fixed. position reporting made precise [both, in parse erros and
13967: runtime errors]
13968:
13969: 2003-04-02 paf
13970:
13971: * src/: include/pa_operation.h, include/pa_request.h,
13972: main/compile.C, main/compile.tab.C, main/compile.y,
13973: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13974: main/pa_exception.C, main/pa_request.C: debug info: started
13975: using. todo:complete
13976:
13977: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13978: main/compile.C, main/compile.tab.C, main/compile.y,
13979: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13980: main/pa_request.C: prepared debug info todo:use it
13981:
13982: * src/include/pa_operation.h: strange mistake fixed: forgot to
13983: return Operation class->union after switching from autoptrs.
13984:
13985: * tests/: Makefile, results/108.processed, results/117.processed:
13986: meta considered OK [it's up to coder now to remove it not needed]
13987:
13988: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13989: Dictionary constructor when moved to gc]
13990:
13991: * src/main/pa_common.C: uncommented http:// file loading
13992:
13993: * src/include/pa_array.h, src/main/execute.C,
13994: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13995: fix [gdGrowingBuf]
13996:
13997: * configure.in, src/lib/Makefile.am: removed patches
13998:
13999: * configure, src/include/pa_config_auto.h.in,
14000: src/main/pa_charset.C: --enable-assertions autoconf-ed
14001:
14002: * src/main/pa_common.C: uncommented http:// file loading
14003:
14004: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14005: xdoc::create/load
14006:
14007: * src/: classes/form.C, classes/hash.C, classes/image.C,
14008: classes/string.C, classes/table.C, classes/void.C,
14009: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14010: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14011: String::String(str,helper_length) are checked. found/fixed one
14012: place: $request:body now zero-terminated,
14013:
14014: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14015: main/compile_tools.C, main/execute.C, types/pa_value.h,
14016: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14017: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14018: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14019: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14020: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14021: types/pa_vxnode.h: more locally scoped vars in execute (more
14022: easily optimizable)
14023:
14024: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14025: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14026:
14027: * src/: include/pa_array.h, include/pa_stack.h,
14028: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14029: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14030: become assertion iterator in methodframe filler
14031:
14032: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14033: targets/cgi/parser3.C: array::get/put inlined
14034:
14035: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14036: gc_substitute_memory_management_functions +installed CORD_oom
14037: function
14038:
14039: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14040: src/include/pa_config_includes.h, src/include/pa_string.h,
14041: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14042: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14043: assertions started configure.in --enable-assertions
14044:
14045: 2003-04-01 paf
14046:
14047: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14048: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14049: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14050: gdome uses glib memory, and stores last pointer to xmlDoc there,
14051: gc misses that and collects valid memory fixed by remembering
14052: xmlDoc from dom object in xdoc. todo: do something with
14053: premature free of xdoc with xnodes/node values referring into it
14054:
14055: * src/classes/: mail.C: typo fix
14056:
14057: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14058: changes
14059:
14060: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14061: main/pa_memory.C: moved memory debugging to global level: to
14062: pa_gc_malloc
14063:
14064: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14065: debugging showed no errors. todo: debug parser memory
14066:
14067: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14068: configurations
14069:
14070: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14071: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14072: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14073: types/types.dsp: prepared xml-static configuration
14074:
14075: 2003-03-31 paf
14076:
14077: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14078: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14079: xml lib memory debugging, simple checks failed: it seems that
14080: library does realloc(bad ptr), and recording those ptrs in heap
14081: [for debugging] was bad: heap situation changes = everything
14082: works fine
14083:
14084: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14085: xmlRegisterCharEncodingHandler limitation [currently imposed
14086: limit of 10 user-defined charsets]
14087:
14088: 2003-03-28 paf
14089:
14090: * src/main/execute.C: execution stack copied to local register
14091: variable, removed lots [~2e7) of memory accesses
14092:
14093: 2003-03-27 paf
14094:
14095: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14096: works in debug, but fails in release todo: fix that
14097:
14098: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14099: targets/cgi/parser3.C: forgot to merge XML memory funcs
14100: replacement from gc branch
14101:
14102: * src/main/pa_exec.C: introducing append_help_length [radical
14103: improvement here]
14104:
14105: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14106: 'not recommened' in gc.h, on win32 noticed no difference]
14107:
14108: * src/include/pa_array.h: returned checked array get [were disabled
14109: for debugging] result:not slower [don't understand that, it were
14110: INLINED] todo: find out a way of inlining it!
14111:
14112: * src/: include/pa_string.h, lib/gc/include/gc.h,
14113: lib/gc/include/gc_fake.h, main/compile.tab.C,
14114: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14115: convention changed: all resulting strings are zero-terminated
14116:
14117: * src/: classes/date.C, classes/file.C, classes/hash.C,
14118: classes/string.C, classes/table.C, classes/void.C,
14119: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14120: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14121: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14122: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14123: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14124: types/pa_vfile.C, types/pa_vmail.C: introducing
14125: append_help_length [radical improvement here]
14126:
14127: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14128: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14129: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14130: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14131: even slower
14132:
14133: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14134: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14135: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14136: clients of &get(): most to use non-ref version, some[in tight
14137: places] to get_unchecked_ref
14138:
14139: * src/doc/memory.dox: forgot to add
14140:
14141: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14142: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14143: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14144: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14145: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14146: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14147: targets/cgi/parser3.dsp, types/pa_vmail.C,
14148: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14149: T>>&<< removed after Stack::pop wiping removed [moved to separate
14150: func] other Array & removed
14151:
14152: 2003-03-26 paf
14153:
14154: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14155: classes/table.C, include/pa_array.h, include/pa_charset.h,
14156: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14157: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14158: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14159: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14160: main/pa_exec.C, main/pa_sql_driver_manager.C,
14161: main/pa_stylesheet_manager.C, main/pa_table.C,
14162: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14163: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14164: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14165: pre-evaluated .count() in some places
14166:
14167: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14168: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14169: types/types.dsp: .dsp profiling updated
14170:
14171: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14172: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14173: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14174:
14175: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14176: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14177: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14178: use lib/gc,lib/cord
14179:
1.116 moko 14180: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14181: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14182: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14183: src/include/pa_config_includes.h, src/include/pa_request.h,
14184: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14185: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14186: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14187: src/lib/cord/include/Makefile.am,
1.116 moko 14188: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14189: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14190: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14191: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14192: src/types/pa_vform.h, src/types/pa_vhash.h,
14193: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14194: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14195: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14196: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14197: funcs ported pa_exec
1.95 moko 14198:
14199: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14200:
14201: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14202: bundled gc includes
14203:
14204: * src/: classes/op.C, include/pa_array.h,
14205: include/pa_sql_connection.h, include/pa_string.h,
14206: include/pa_version.h, main/compile.tab.C, main/compile.y,
14207: main/execute.C, main/pa_common.C, main/pa_exception.C,
14208: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14209: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14210: first real site (aval)]
14211:
14212: 2003-03-25 paf
14213:
14214: * operators.txt, src/main/pa_sql_driver_manager.C,
14215: src/types/pa_vstatus.C: $status.memory used free since_compact
14216: process
14217:
14218: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14219: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14220:
14221: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14222:
14223: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14224: src/types/pa_value.h, src/types/pa_vfile.h,
14225: src/types/pa_vobject.C, src/types/pa_vobject.h,
14226: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14227: tests/results/121.processed: untaint.C L_URI
14228:
14229: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14230: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14231: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14232: src/types/pa_vmemory.h: ^memory:compact[]
14233:
14234: * tests/results/109.processed: it was a bug in parser. updated 109
14235: test result
14236:
14237: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14238:
14239: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14240: tests/results/107.processed: fixed dom language [values are now
14241: considered tainted. it was a bug in parser. updated 107 test
14242: result
14243:
14244: * src/classes/xdoc.C: fixed transform params
14245:
14246: * src/: include/pa_stylesheet_manager.h,
14247: main/pa_stylesheet_manager.C: fixed stylesheet caching
14248:
14249: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14250: overloads for structure handling
14251:
14252: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14253: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14254: StringBody(0) ambiguilty, introducting static
14255: StringBody::Format(int)
14256:
14257: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14258: linked
14259:
14260: * src/types/pa_vxdoc.C: vxdoc compiled
14261:
14262: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14263: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14264: finalizers isntalled
14265:
14266: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14267: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14268: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14269: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14270: compiled todo: xnode.C / finalizers
14271:
14272: * src/doc/string.dox: updated: new string internals
14273:
14274: 2003-03-24 paf
14275:
14276: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14277: include/pa_charset.h, include/pa_config_fixed.h,
14278: include/pa_request.h, include/pa_stylesheet_connection.h,
14279: include/pa_stylesheet_manager.h, main/pa_charset.C,
14280: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14281: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14282: types/pa_vxnode.h: started XML
14283:
14284: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14285:
14286: * src/: classes/file.C, classes/image.C, classes/mail.C,
14287: include/pa_string.h, main/pa_common.C,
14288: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14289:
14290: * src/: classes/file.C, classes/image.C, classes/mail.C,
14291: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14292: main/pa_request.C, main/pa_sql_driver_manager.C,
14293: types/pa_vimage.h: size_t pos everywhere checks changed to check
14294: for eq STRING_NOT_FOUND
14295:
14296: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14297: optimize bit implemented
14298:
14299: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14300: String::ArrayFragment::append_positions fixed
14301:
14302: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14303: String::this_starts fixed
14304:
14305: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14306:
14307: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14308: hashcode implemented fully, including per-char callback [it can
14309: be - substr CORD node]
14310:
14311: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14312: rewritten to rewalloc with 100byte buf ahead
14313:
14314: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14315: src/include/pa_string.h, src/main/compile.tab.C,
14316: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14317: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14318: CORD_ec [bad] would rewrite as realloc now
14319:
14320: * src/: classes/date.C, classes/file.C, classes/form.C,
14321: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14322: include/pa_cache_managers.h, include/pa_charsets.h,
14323: include/pa_common.h, include/pa_request.h,
14324: include/pa_sql_driver_manager.h, include/pa_table.h,
14325: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14326: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14327: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14328: types/pa_vmail.C, types/pa_vmethod_frame.C,
14329: types/pa_vstateless_class.h: 2*2 worked :)
14330:
14331: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14332: src/include/pa_exec.h, src/include/pa_string.h,
14333: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14334: passed OK
14335:
14336: * src/: classes/hash.C, classes/string.C, classes/table.C,
14337: types/pa_value.C: all linked todo: debug
14338:
14339: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14340: types/pa_vstateless_class.C: all compiled. todo:link
14341:
14342: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14343:
14344: * src/types/pa_vtable.C: pa_vtable.C compiled
14345:
14346: * src/types/pa_vstring.C: pa_vstring.C compiled
14347:
14348: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14349:
14350: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14351: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14352: pa_vstateless_class.C, pa_vstateless_class.h:
14353: pa_vstateless_class.C compiled
14354:
14355: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14356: types/pa_vmath.C: pa_vmail.C compiled
14357:
14358: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14359:
14360: * src/types/pa_vform.C: pa_vform.C compiled
14361:
14362: * src/types/pa_vfile.C: pa_vfile.C compiled
14363:
14364: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14365: pa_vstateless_class.C: pa_vcookie.C compiled
14366:
14367: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14368: types/pa_vhash.h: pa_value.C compiled
14369:
14370: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14371: classes.lib main.lib compiled
14372:
14373: * src/classes/void.C: void.C compiled
14374:
14375: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14376: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14377: compiled
14378:
14379: * src/: classes/string.C, include/pa_request.h,
14380: include/pa_string.h, main/pa_string.C: string.C compiled
14381:
14382: * src/: classes/op.C, classes/string.C, classes/table.C,
14383: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14384: main/pa_request.C, main/pa_string.C: op.C compiled
14385:
14386: * src/classes/: math.C, op.C: math.C compiled
14387:
14388: * src/: classes/mail.C, classes/string.C, classes/table.C,
14389: types/pa_vmail.h: mail.C compiled
14390:
14391: * src/classes/: int.C, table.C: int.C compiled
14392:
14393: * src/: classes/hash.C, classes/image.C, classes/string.C,
14394: classes/table.C, include/pa_memory.h, include/pa_string.h,
14395: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14396: compiled
14397:
14398: * src/: classes/hash.C, classes/string.C, classes/table.C,
14399: classes/void.C, classes/xdoc.C, include/pa_request.h,
14400: include/pa_sql_connection.h: hash.C compiled
14401:
14402: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14403: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14404: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14405: classes/math.C, classes/op.C, classes/response.C,
14406: classes/string.C, classes/table.C, classes/void.C,
14407: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14408: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14409: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14410: file.C table.C compiled
14411:
14412: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14413: main/untaint.C: main.lib compiled
14414:
14415: 2003-03-21 paf
14416:
14417: * src/: classes/op.C, include/pa_cache_managers.h,
14418: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14419: include/pa_stylesheet_manager.h, main/pa_exception.C,
14420: main/pa_globals.C, main/pa_sql_driver_manager.C,
14421: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14422: compiled
14423:
14424: * src/: classes/hash.C, classes/image.C, classes/op.C,
14425: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14426: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14427: main/compile.C, main/pa_common.C, main/pa_request.C,
14428: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14429: pa_request.C compiled
14430:
14431: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14432: include/pa_request.h, main/execute.C, main/pa_request.C,
14433: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14434: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14435: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14436: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14437: compiled
14438:
14439: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14440: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14441: on unix
14442:
14443: * src/: include/pa_charset.h, include/pa_charsets.h,
14444: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14445: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14446: pa_charsets.C compiled
14447:
14448: * src/: classes/image.C, classes/mail.C, classes/op.C,
14449: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14450: main/compile.y, main/execute.C, main/pa_common.C,
14451: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14452: types/pa_vcode_frame.h, types/pa_vimage.h,
14453: types/pa_vmethod_frame.h: execute.C compiled
14454:
14455: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14456: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14457: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14458: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14459: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14460: include/pa_cache_managers.h, include/pa_charsets.h,
14461: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14462: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14463: include/pa_sql_driver_manager.h, include/pa_string.h,
14464: include/pa_stylesheet_connection.h,
14465: include/pa_stylesheet_manager.h, include/pa_table.h,
14466: main/compile.C, main/compile.tab.C, main/compile.y,
14467: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14468: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14469: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14470: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14471: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14472: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14473: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14474: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14475: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14476: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14477: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14478: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14479: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14480: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14481: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14482: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14483: types/pa_vresponse.h, types/pa_vstateless_class.C,
14484: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14485: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14486: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14487: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14488: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14489: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14490: [C++ CORD wrapper]
14491:
14492: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14493:
14494: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14495: $file::exec/cgi[script; $.charset[this is script's charset]
14496:
14497: command line, env values, input got transcoded before call
14498: stdout, stderr got transcoded after call
14499:
14500: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14501: by default. use: ^file::exec[...;$.stdin[$request.body]
14502:
14503: * src/main/pa_common.C: } typo bug fix
14504:
14505: * src/main/pa_common.C: } typo bug fix
14506:
14507: 2003-03-20 paf
14508:
14509: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14510: main/untaint.C: cord bug fix, but still errors todo: clear out
14511:
14512: * src/include/pa_string.h: more tests
14513:
14514: * src/main/pa_string.C: string.pos fixed
14515:
1.116 moko 14516: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14517: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14518: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14519: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14520: replaces
1.95 moko 14521:
14522: * src/: classes/image.C, include/pa_dictionary.h,
14523: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14524: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14525: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14526: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14527:
14528: * src/include/pa_string.h: warning
14529:
14530: * src/include/pa_string.h: this_starts fixed
14531:
14532: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14533: new String ctor & append params convention
14534:
14535: * src/: classes/file.C, classes/hash.C, classes/image.C,
14536: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14537: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14538: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14539: main/pa_exception.C, main/pa_exec.C,
14540: main/pa_sql_driver_manager.C, main/pa_string.C,
14541: main/pa_stylesheet_manager.C, main/untaint.C,
14542: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14543: types/pa_vmail.C: more tests OK
14544:
14545: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14546: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14547: gc/exit runned OK
14548:
14549: * src/types/pa_vmail.C: another naming problem: should not name
14550: vars like that: unpredictable close caused problems with later
14551: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14552: descriptors missing on startup: stdin; Bad file number
14553:
14554: todo: find out why so many filters(stream) here. probably wrong?
14555:
14556: * src/: include/pa_dictionary.h, include/pa_string.h,
14557: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14558: main/untaint.C: test compiled
14559:
14560: * src/: classes/image.C, classes/mail.C, classes/math.C,
14561: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14562: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14563: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14564: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14565: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14566: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14567: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14568: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14569: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14570:
14571: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14572: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14573: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14574: src/include/pa_memory.h, src/include/pa_request.h,
14575: src/include/pa_request_charsets.h,
14576: src/include/pa_sql_connection.h, src/include/pa_string.h,
14577: src/main/compile.tab.C, src/main/execute.C,
14578: src/main/pa_charset.C, src/main/pa_common.C,
14579: src/main/pa_exception.C, src/main/pa_exec.C,
14580: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14581: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14582: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14583: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14584: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14585: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14586: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14587: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14588: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14589: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14590: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14591: pa_common.C [done, without http for now]
14592:
14593: 2003-03-19 paf
14594:
14595: * src/: classes/date.C, classes/form.C, classes/hash.C,
14596: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14597: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14598: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14599: include/pa_string.h, include/pa_table.h, main/compile.C,
14600: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14601: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14602: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14603: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14604: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14605: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14606: types/pa_vstateless_class.h, types/pa_vtable.C,
14607: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14608: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14609: types/pa_wwrapper.h: started test
14610:
1.116 moko 14611: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14612: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14613:
14614: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14615: include/pa_string.h, main/pa_string.C: string compiled todo: test
14616: it
14617:
14618: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14619: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14620: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14621: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14622: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14623: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14624: types/pa_vmethod_frame.h, types/types.dsp: string
14625: reimplementation with cord+array<fragment>: 70%
14626:
14627: 2003-03-18 paf
14628:
14629: * src/: classes/date.C, classes/file.C, classes/form.C,
14630: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14631: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14632: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14633: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14634: can ignore lang in cmp and pos really, but would
14635: split properly!
14636:
14637: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14638: cord part made parser/src/lib: it's not compiled into libgc by
14639: default
14640:
14641: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14642: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14643: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14644: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14645: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14646: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14647: src/classes/xnode.C, src/classes/xnode.h,
14648: src/include/Makefile.am, src/include/pa_cache_managers.h,
14649: src/include/pa_charset.h, src/include/pa_charsets.h,
14650: src/include/pa_common.h, src/include/pa_dictionary.h,
14651: src/include/pa_exception.h, src/include/pa_exec.h,
14652: src/include/pa_globals.h, src/include/pa_hash.h,
14653: src/include/pa_memory.h, src/include/pa_pool.h,
14654: src/include/pa_request.h, src/include/pa_request_charsets.h,
14655: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14656: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14657: src/include/pa_stylesheet_connection.h,
14658: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14659: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14660: src/main/compile.C, src/main/compile.tab.C,
14661: src/main/compile_tools.C, src/main/compile_tools.h,
14662: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14663: src/main/pa_charsets.C, src/main/pa_common.C,
14664: src/main/pa_dictionary.C, src/main/pa_exception.C,
14665: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14666: src/main/pa_pool.C, src/main/pa_request.C,
14667: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14668: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14669: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14670: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14671: src/types/pa_junction.h, src/types/pa_method.h,
14672: src/types/pa_value.C, src/types/pa_value.h,
14673: src/types/pa_vclass.C, src/types/pa_vclass.h,
14674: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14675: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14676: src/types/pa_vdouble.h, src/types/pa_venv.h,
14677: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14678: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14679: src/types/pa_vimage.C, src/types/pa_vimage.h,
14680: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14681: src/types/pa_vmath.C, src/types/pa_vmath.h,
14682: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14683: src/types/pa_vobject.C, src/types/pa_vobject.h,
14684: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14685: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14686: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14687: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14688: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14689: src/types/pa_vstring.h, src/types/pa_vtable.C,
14690: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14691: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14692: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14693: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14694: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14695: gc: PA_Object done lots of replacements also
14696:
14697: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14698: gc logging
14699:
14700: 2003-03-17 paf
14701:
14702: * src/: classes/date.C, classes/file.C, classes/form.C,
14703: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14704: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14705: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14706: include/pa_string.h, include/pa_types.h, main/compile.C,
14707: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14708: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14709: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14710: main/pa_sql_driver_manager.C, main/pa_string.C,
14711: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14712: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14713: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14714: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14715: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14716: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14717: types/pa_vxnode.h: libgc attempt
14718:
14719: 2003-03-13 paf
14720:
14721: * src/: include/pa_sql_driver_manager.h,
14722: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14723: called
14724:
14725: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14726: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14727: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14728: types/pa_value.h, types/pa_vobject.h,
14729: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14730: set_base, set_derived simplified [counter leaks fixed]
14731:
14732: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14733: src/types/types.dsp: incorporated status class patch From:
14734: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14735: 2003 8:14 AM
14736:
14737: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14738: Win32 specific: QuotaPeakNonPagedPoolUsage
14739: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14740:
14741: 2003-03-12 paf
14742:
1.116 moko 14743: * configure, configure.in, src/lib/ltdl/configure,
14744: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14745: lib/ltdl/Makefile now created by /configure.in only [were by
14746: lib/ltdl/configure.in OVERWRITE]
14747:
1.116 moko 14748: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14749: linkage fixed for g++ 3.2.2
1.95 moko 14750:
14751: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14752: on using privately declared class [fixed]
14753:
14754: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14755: 3.2 rightliy complained on using privately declared class [fixed]
14756:
14757: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14758: sigpipe before request constructor now causes death
14759:
14760: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14761: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14762: not cause exception in exception handler
14763:
1.116 moko 14764: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14765: now default links libstdc++ statically. that can be overriden by
14766: --with-dynamic-stdcpp
1.95 moko 14767:
14768: 2003-03-11 paf
14769:
14770: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14771: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14772: necessity of libstdc++
14773:
14774: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14775:
14776: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14777:
14778: 2003-03-08 paf
14779:
14780: * tests/Makefile: make install & co
14781:
14782: * src/: include/pa_request.h, classes/op.C: removing
14783: vclass,object.h -> pa_request.h dependency
14784:
14785: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14786: main/pa_request.C: removing vform,response,cookie.h ->
14787: pa_request.h dependency
14788:
14789: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14790: dependency [testing...]
14791:
14792: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14793: return 0; fixed
14794:
14795: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14796: types/pa_vmail.h: vmail.C received just compiled [not tested]
14797:
14798: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14799:
14800: * src/main/pa_request.C: forgotten: ifdef XML
14801:
14802: * src/main/pa_request.C: forgotten: ifdef XML
14803:
14804: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14805: win32 and run memleak tests again
14806:
14807: * src/targets/cgi/parser3.C: charsets: see some strange things with
14808: old xml lib-- it's internal memory handling has faults
14809:
14810: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14811: problems when transcode from charset A to A.
14812:
14813: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14814: todo: still problems when transcode from charset A to A.
14815:
14816: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14817: classes/table.C, include/pa_array.h,
14818: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14819: started full-scale-site-test [~ http://parser.ru sources]
14820:
14821: some fixes
14822:
14823: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14824: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14825: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14826: results/110.processed, results/111.processed,
14827: results/112.processed, results/113.processed,
14828: results/114.processed, results/115.processed,
14829: results/116.processed, results/117.processed,
14830: results/118.processed, results/119.processed,
14831: results/120.processed: xml: tests 109 dom create/show 110 xpath
14832: selectSingle 111 xdoc.create from tainted & 112
14833: xdoc.create/output with russian attr value 113 xpath
14834: selectString/Number 114 dom attributes.count 115 xpath selectBool
14835: 116 output media-type change 117 transform by dom stylesheet 118
14836: empty transform result 119 dom setAttribute 120 nbsp letter
14837: output
14838:
14839: =END OF PREPARED XML TESTS=
14840:
14841: 2003-03-07 paf
14842:
14843: * src/classes/xdoc.C, src/include/pa_charset.h,
14844: src/include/pa_stylesheet_connection.h, tests/108.html,
14845: tests/108.xsl, tests/results/108.processed: xml: test 108
14846: transform with params [bugs fixed]
14847:
14848: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14849: from copy/paste bug
14850:
14851: * src/classes/xdoc.C, src/include/pa_charset.h,
14852: src/include/pa_request.h, src/main/execute.C,
14853: src/main/pa_charset.C, src/main/pa_exception.C,
14854: src/main/pa_globals.C, src/main/pa_request.C,
14855: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14856: src/types/pa_vxnode.C, tests/107.html,
14857: tests/results/107.processed: xml: test: 107 bug fixes
14858:
14859: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14860: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14861: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14862:
14863: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14864: string
14865:
14866: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14867: mem alloc functions used for different cases [libxml, libxsl]
14868:
14869: * src/classes/classes.C: fixed: prevent system classes from
14870: modification to lock ALL the classes, not only directly used
14871:
14872: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14873: linked
14874:
14875: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14876:
14877: 2003-03-06 paf
14878:
14879: * src/classes/xdoc.C: xdoc.C 50%
14880:
14881: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14882: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14883: main/pa_globals.C, main/pa_request.C,
14884: main/pa_stylesheet_manager.C: xnode.C compiled
14885:
14886: * src/: include/pa_stylesheet_connection.h,
14887: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14888: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14889:
14890: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14891: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14892: xml: stylesheet&manager STARTED
14893:
14894: * src/: include/pa_globals.h, main/pa_charset.C,
14895: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14896:
14897: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14898: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14899: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14900: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14901: charsets
14902:
14903: * tests/023.html: in some cases it rounded up badly. postponing
14904: solution of that problem, making more simple test
14905:
14906: * tests/: 058_paf2000.png, results/058.processed: .png added with
14907: -kb now
14908:
14909: * src/: include/pa_charset.h, include/pa_charsets.h,
14910: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14911: moved to charsets.C
14912:
14913: 2003-03-05 paf
14914:
14915: * src/classes/string.C, src/include/pa_string.h,
14916: src/main/pa_string.C, tests/105.html,
14917: tests/results/105.processed: String::match bug fixed
14918:
14919: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14920: tests/results/104.processed: ^bpt operator added [does int3 in
14921: debug build on win32]
14922:
14923: * tests/: 057.html, results/057.processed: test bug fixed
14924:
1.116 moko 14925: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14926:
14927: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14928: missing
14929:
1.116 moko 14930: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14931: forgotten files added to Makes
1.95 moko 14932:
14933: * ltmain.sh: ltmain.sh added
14934:
14935: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14936: change undone ;(
14937:
14938: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14939: made static
14940:
14941: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14942: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14943: todo:make linker happy
1.95 moko 14944:
14945: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14946: env param made optional
14947:
14948: 2003-03-04 paf
14949:
14950: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14951: types/pa_vimage.h: number of gcc compiler bugs fixed
14952:
14953: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14954: results/103.processed: tests: 103 image.copy transparence test
14955:
14956: * src/main/execute.C, tests/101.html, tests/102.html,
14957: tests/results/101.processed, tests/results/102.processed: tests:
14958: 101 method/variable name conflict test 102 form fields change
14959: should not not change anything [bug fix]
14960:
14961: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14962: results/099.processed, results/100.processed: tests: 57 date
14963: create 2002: added 99,100 response:body/download
14964:
14965: * src/classes/image.C, tests/098.html, tests/098font.gif,
14966: tests/results/098.processed: test: 98 image font text [bug fixed]
14967:
14968: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14969: tests/results/097.processed: test: 97 file::load http:// [bugs
14970: fixed]
14971:
14972: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14973: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14974: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14975: image EXIF [bug fixed]
14976:
14977: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14978: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14979: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14980: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14981: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14982: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14983: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14984: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14985: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14986: tests/094.html, tests/095.html, tests/results/061.processed,
14987: tests/results/062.processed, tests/results/063.processed,
14988: tests/results/064.processed, tests/results/065.processed,
14989: tests/results/066.processed, tests/results/067.processed,
14990: tests/results/068.processed, tests/results/069.processed,
14991: tests/results/070.processed, tests/results/071.processed,
14992: tests/results/072.processed, tests/results/073.processed,
14993: tests/results/074.processed, tests/results/075.processed,
14994: tests/results/076.processed, tests/results/077.processed,
14995: tests/results/078.processed, tests/results/080.processed,
14996: tests/results/081.processed, tests/results/082.processed,
14997: tests/results/083.processed, tests/results/084.processed,
14998: tests/results/085.processed, tests/results/086.processed,
14999: tests/results/087.processed, tests/results/088.processed,
15000: tests/results/089.processed, tests/results/090.processed,
15001: tests/results/091.processed, tests/results/092.processed,
15002: tests/results/093.processed, tests/results/094.processed,
15003: tests/results/095.processed, tests/079.html,
15004: tests/results/079.processed: tests: 61 file::stat size 62
15005: string->int autoconvert 63 double .int,dec,div,mul 64 date
15006: compare 65 file: basename,justname,justext 66 math:crypt 67
15007: string.match simple on long 68 string.match normalized simple on
15008: long 69 string.int 70 file::stat content-type 71 table.join 72
15009: hash parameter conditional pass 73 date daylightsaving,yearday 74
15010: date arithmetics 75 response date values/attributes 76 string.pos
15011: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15012: with local 80 scientific numeric literal in string autoconvert 81
15013: xor: logical and numerical 82 for delims 83 menu delims 84
15014: table.hash distinct 85 long string replace 86 throw+catch
15015: current language preserve 87 bit shifts 88 junction tests +
15016: $caller test 89 hash.foreach selfmodification 90 int/void to int
15017: 91 $caller test 92 junction is + def junction tests 93 $caller
15018: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15019:
15020: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15021: fixed] 60 string eq string [bug fixed]
15022:
15023: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15024: 058.html, 058_paf2000.png, 059.html, 060.html,
15025: results/053.processed, results/054.processed,
15026: results/055.processed, results/056.processed,
15027: results/057.processed, results/058.processed,
15028: results/059.processed, results/060.processed: test: 53
15029: string.replace 54 junctions 55 table.hash 56 call indirect 57
15030: date.create[string] 58 image.measure[png]
15031:
15032: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15033: outputs/051.processed, results/052.processed: test: 52
15034: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15035: task: fix that
15036:
15037: 2003-03-03 paf
15038:
15039: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15040: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15041: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15042: outputs/049.processed, outputs/050.processed,
15043: outputs/051.processed, results/001.processed,
15044: results/002.processed, results/003.processed,
15045: results/005.processed, results/006.processed,
15046: results/008.processed, results/009.processed,
15047: results/011.processed, results/012.processed,
15048: results/013.processed, results/014.processed,
15049: results/015.processed, results/016.processed,
15050: results/017.processed, results/020.processed,
15051: results/021.processed, results/022.processed,
15052: results/024.processed, results/025.processed,
15053: results/026.processed, results/027.processed,
15054: results/028.processed, results/029.processed,
15055: results/030.processed, results/031.processed,
15056: results/049.processed, results/050.processed,
15057: results/051.processed, results/043.processed,
15058: results/044.processed, results/045.processed,
15059: results/046.processed, results/047.processed,
15060: results/048.processed: tests: 43,44,45 date rolls 46
15061: autoevaluating junction 47 table.select 48 name with subvar 49
15062: hash-creating switch 50 process 51 started parent/child, works as
15063: it were but it were NOT GOOD, created separate task to fix that
15064:
15065: * tests/: 042.html, results/042.processed: test: 42
15066: exception.handled
15067:
15068: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15069: expression
15070:
15071: * tests/: 040.html, results/040.processed: test: 39 method result
15072: of type table 40 method param junction auto evaluate
15073:
15074: * tests/: 039.html, results/039.processed: test: 37 method result
15075: of type table
15076:
15077: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15078: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15079: tests/038.html, tests/results/033.processed,
15080: tests/results/034.processed, tests/results/035.processed,
15081: tests/results/036.processed, tests/results/037.processed,
15082: tests/results/038.processed: tests: 33 string.replace 34
15083: string.upper 35 table created 36 local/global vars with juntions
15084: 37 table clone 38 math PI & number formatting
15085:
15086: math class registring typo fixed
15087:
15088: * src/classes/op.C, src/include/pa_request.h,
15089: src/include/pa_string.h, src/main/execute.C,
15090: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15091: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15092: tests/032.html, tests/results/032.processed: uchar changed to
15093: String_UL in all places [was not everywhere] untaint test: 032
15094:
15095: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15096: tests/results/004.processed, tests/parser-cygwin.sh,
15097: tests/parser-unix.sh: removed -H command line key, now testing
15098: using .sh file with SERVER_SOFTWARE=xxx
15099:
15100: 2003-02-26 paf
15101:
15102: * src/main/execute.C, src/types/pa_vstateless_class.h,
15103: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15104: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15105: tests/results/024.processed, tests/results/025.processed,
15106: tests/results/026.processed, tests/results/027.processed,
15107: tests/results/028.processed, tests/results/029.processed,
15108: tests/results/030.processed, tests/results/031.processed: fixed
15109: bug with name_cstr mutable CharPtr more tests
15110:
15111: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15112: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15113: << abort. die now just exits
15114:
15115: * src/classes/classes.awk, src/classes/classes.h,
15116: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15117: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15118: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15119: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15120: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15121: src/classes/xnode.C, src/include/pa_memory.h,
15122: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15123: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15124: src/types/pa_vform.C, tests/015.html, tests/016.html,
15125: tests/017.html, tests/018.html, tests/019.html,
15126: tests/019paf2001.gif, tests/020.html, tests/021.html,
15127: tests/022.html, tests/023.html, tests/022_dir/a.html,
15128: tests/022_dir/b.txt, tests/022_dir/c.htm,
15129: tests/results/015.processed, tests/results/016.processed,
15130: tests/results/017.processed, tests/results/018.processed,
15131: tests/results/019.processed, tests/results/020.processed,
15132: tests/results/021.processed, tests/results/022.processed,
15133: tests/results/023.processed: methoded_array now contains all Mxxx
15134: classes SAPI::get_env now returns info on pool more tests
15135:
15136: * src/include/pa_array.h, src/include/pa_hash.h,
15137: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15138: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15139: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15140: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15141: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15142: tests/results/001.processed, tests/results/002.processed,
15143: tests/results/003.processed, tests/results/004.processed,
15144: tests/results/005.processed, tests/results/006.processed,
15145: tests/results/007.processed, tests/results/008.processed,
15146: tests/results/009.processed, tests/results/010.processed,
15147: tests/results/011.processed, tests/results/012.processed,
15148: tests/results/013.processed, tests/results/014.processed: hash
15149: cloning fixed
15150:
15151: 2003-02-25 paf
15152:
15153: * src/main/pa_common.C: typo fixed
15154:
15155: 2003-02-24 paf
15156:
15157: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15158: [one remained]
15159:
15160: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15161: [should have been get_string(&pool)] todo: check other such calls
15162:
15163: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15164: test10, bad lookups
15165:
15166: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15167: object got destructed, and xxx points to sky
15168:
15169: * ChangeLog, src/classes/string.C: match bug fixed
15170:
15171: * src/types/pa_vmail.C: body [text/html] transcoded to
15172: $.charset[specified] now
15173:
15174: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15175: which failed to handle sigsetjmp+throw: crashed inside of
15176: pre-throw code. rewritten simplier [though duplicating
15177: closesocket code]
15178:
15179: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15180: which failed to handle sigsetjmp+throw: crashed inside of
15181: pre-throw code. rewritten simplier [though duplicating
15182: closesocket code]
15183:
15184: 2003-02-21 paf
15185:
15186: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15187: $cookie:name[$.expires[date << can be now]]
15188:
15189: written makefile with regression tests [raw]
15190:
15191: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15192: tests' only [it's not forcing CGI mode now] now use -H to output
15193: CGI header when parser used in command line [useful for tests
15194: also]
15195:
15196: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15197: switches on CGI mode, and is used in regression tests
15198:
15199: * src/: include/pa_request.h, main/pa_request.C,
15200: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15201: fixed
15202:
15203: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15204: handling pa_*
15205:
15206: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15207: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15208: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15209: memory handling files
15210:
15211: * src/main/pa_array.C: pool::format_integer terminator fixed
15212:
15213: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15214: compiles OK test to show benefits of free
15215:
15216: * src/: classes/file.C, classes/image.C, classes/mail.C,
15217: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15218: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15219: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15220: use pool [as the one in ^process]
15221:
15222: * src/classes/op.C: fixed process. sould now check for all cstr's
15223: -- some must use pool [as the one in ^process]
15224:
15225: 2003-02-20 paf
15226:
15227: * src/: classes/date.C, classes/double.C, classes/file.C,
15228: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15229: classes/math.C, classes/op.C, classes/response.C,
15230: classes/string.C, classes/table.C, classes/void.C,
15231: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15232: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15233: string cmp fixed
15234:
15235: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15236: values passed OK now
15237:
15238: 2003-02-19 paf
15239:
15240: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15241: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15242: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15243: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15244: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15245: all remaning leaks resulted from pooled::malloc calls [excluding
15246: in gd -- planning complete rewrite extremely ugly code]
15247:
15248: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15249: files
15250:
15251: 2003-02-17 paf
15252:
15253: * src/: classes/date.C, classes/double.C, classes/file.C,
15254: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15255: classes/response.C, classes/string.C, classes/table.C,
15256: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15257: include/pa_stylesheet_connection.h,
15258: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15259: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15260: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15261: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15262: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15263: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15264: of unitialized simple-typed field
15265:
15266: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15267: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15268: simple-typed field fixed. todo: find&kill all like that one
15269:
15270: * src/: main/execute.C, targets/cgi/pa_pool.C,
15271: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15272: debug output fixed
15273:
15274: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15275: main/pa_request.C: stack-stored items need extra .ref to prevent
15276: object_ptr from delete[them]
15277:
15278: * src/: classes/date.C, classes/op.C, classes/table.C,
15279: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15280: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15281: main/pa_charset.C, main/pa_common.C,
15282: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15283: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15284: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15285: calls
15286:
15287: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15288: couple mem leaks rusulted from old pooled::malloc usage.
15289: todo:find more like those
15290:
15291: * src/main/: compile.C, compile_tools.C: 2*2!
15292:
15293: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15294: stackItem fixed [there were no string on stack before]
15295:
15296: * src/: main/execute.C, main/pa_request.C,
15297: types/pa_vmethod_frame.C: first letters out OK
15298:
15299: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15300: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15301: main/pa_string.C, main/untaint.C, types/pa_value.h,
15302: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15303: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15304: type not initialized with zeros :( while class fields of class
15305: types initialized with default constructors. learn C++
15306:
15307: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15308: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15309: classes/math.C, classes/xdoc.C, classes/xnode.C,
15310: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15311: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15312:
15313: 2003-02-14 paf
15314:
15315: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15316: 13 link errors
15317:
15318: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15319: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15320: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15321: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15322: errors :)
15323:
15324: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15325: classes/hash.C, classes/mail.C, classes/op.C,
15326: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15327: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15328: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15329: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15330:
15331: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15332: classes/table.C, include/pa_common.h, include/pa_globals.h,
15333: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15334: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15335: types/pa_vint.h, types/types.dsp: op compiled
15336:
15337: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15338: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15339: main/untaint.C, types/pa_vtable.h: string, response compiled
15340:
15341: 2003-02-07 paf
15342:
15343: * src/: classes/table.C, types/pa_vtable.h: table compiled
15344:
15345: 2003-02-06 paf
15346:
15347: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15348: mail compiled
15349:
15350: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15351: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15352: types/pa_vfile.h, types/pa_vimage.h: image compiled
15353:
15354: * src/classes/: file.C, form.C: form compiled
15355:
15356: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15357: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15358: types/pa_vfile.C, types/pa_vfile.h: file compiled
15359:
15360: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15361: types/pa_vmath.h: math compiled [win32]
15362:
15363: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15364: types/pa_vstring.h: hash compiled
15365:
15366: 2003-02-04 paf
15367:
15368: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15369: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15370: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15371: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15372: types/pa_vhash.h: hash 50% compiled
15373:
15374: * src/: classes/date.C, classes/file.C, classes/hash.C,
15375: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15376: classes/string.C, classes/table.C, classes/xdoc.C,
15377: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15378: main/pa_string.C: date compiled
15379:
15380: * src/classes/: classes.dsp, double.C: double compiled
15381:
15382: * src/: classes/date.C, classes/double.C, classes/file.C,
15383: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15384: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15385: classes/string.C, classes/table.C, classes/void.C,
15386: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15387: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15388: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15389: compiled
15390:
15391: * src/: classes/date.C, classes/double.C, classes/file.C,
15392: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15393: classes/math.C, classes/op.C, classes/response.C,
15394: classes/string.C, classes/table.C, classes/void.C,
15395: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15396: types/pa_vvoid.h: void compiled :)
15397:
15398: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15399: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15400: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15401: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15402: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15403: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15404: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15405: types/pa_vresponse.C, types/pa_vstateless_class.C,
15406: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15407: types/pa_wcontext.C, types/types.dsp: removed stupid
15408: value_includes.h
15409:
15410: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15411: trying to remove stupid value_includes.h
15412:
15413: * src/main/pa_exec.C: pa_exec compiled on win32
15414:
15415: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15416:
15417: * src/: include/pa_globals.h, include/pa_request.h,
15418: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15419: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15420: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15421: types/pa_vrequest.C, types/pa_vstateless_class.C,
15422: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15423:
15424: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15425: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15426: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15427:
15428: * src/: include/pa_array.h, include/pa_config_includes.h,
15429: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15430: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15431: compiled
15432:
15433: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15434: name conflicts)
15435:
15436: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15437: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15438: yelds "virtual memory exhausted" while trying to compile
15439: execute.C [eating up to 127MB]
15440:
15441: 2003-02-03 paf
15442:
15443: * src/: include/pa_config_includes.h, include/pa_hash.h,
15444: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15445: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15446: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15447: types/pa_vint.h, types/pa_vjunction.h,
15448: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15449: started gcc compiling pa_common compiled
15450:
15451: * src/: include/pa_exception.h, include/pa_pool.h,
15452: main/pa_exception.C: exception gcc change #1
15453:
1.116 moko 15454: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15455: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15456:
15457: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15458:
15459: * src/types/pa_vtable.C: vtable compiled
15460:
15461: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15462:
15463: * src/: include/pa_cache_managers.h, main/pa_request.C,
15464: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15465:
15466: * src/types/pa_vstateless_class.C: vstateless_class compiled
15467:
15468: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15469:
15470: * src/types/pa_vrequest.C: vrequest compiled
15471:
15472: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15473: pa_vobject.C, pa_vobject.h: vobject compiled
15474:
15475: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15476: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15477: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15478: compiled
15479:
15480: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15481:
15482: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15483: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15484: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15485: compiled
15486:
15487: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15488: main.lib - 0 error(s), 0 warning(s)
15489:
15490: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15491: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15492:
15493: 2003-01-31 paf
15494:
15495: * src/: include/pa_array.h, include/pa_operation.h,
15496: include/pa_request.h, main/execute.C, main/main.dsp,
15497: types/pa_vjunction.h: started last file from main library:
15498: execute
15499:
15500: * src/: include/pa_request.h, include/pa_sapi.h,
15501: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15502: main/pa_request.C, targets/cgi/parser3.C,
15503: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15504: types/pa_vhash.h: pa_request compiled
15505:
15506: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15507: include/pa_globals.h, include/pa_request.h,
15508: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15509: main/execute.C, main/main.dsp, main/pa_common.C,
15510: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15511: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15512: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15513: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15514: types/types.dsp: most pa_request compiled
15515:
15516: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15517: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15518: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15519: classes/op.C, classes/response.C, classes/string.C,
15520: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15521: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15522: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15523: include/pa_config_fixed.h, include/pa_config_includes.h,
15524: include/pa_dictionary.h, include/pa_dir.h,
15525: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15526: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15527: include/pa_pool.h, include/pa_request.h,
15528: include/pa_request_charsets.h, include/pa_request_info.h,
15529: include/pa_sapi.h, include/pa_socks.h,
15530: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15531: include/pa_stack.h, include/pa_string.h,
15532: include/pa_stylesheet_connection.h,
15533: include/pa_stylesheet_manager.h, include/pa_table.h,
15534: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15535: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15536: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15537: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15538: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15539: main/compile.C, main/compile.tab.C, main/compile.y,
15540: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15541: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15542: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15543: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15544: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15545: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15546: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15547: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15548: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15549: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15550: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15551: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15552: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15553: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15554: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15555: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15556: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15557: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15558: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15559: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15560: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15561: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15562: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15563: types/pa_vresponse.h, types/pa_vstateless_class.C,
15564: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15565: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15566: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15567: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15568: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15569: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15570:
15571: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15572: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15573: src/include/pa_charsets.h, src/include/pa_common.h,
15574: src/include/pa_dictionary.h, src/include/pa_exception.h,
15575: src/include/pa_exec.h, src/include/pa_pool.h,
15576: src/include/pa_request.h, src/include/pa_sapi.h,
15577: src/include/pa_sql_connection.h,
15578: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15579: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15580: src/main/compile.tab.C, src/main/compile_tools.C,
15581: src/main/compile_tools.h, src/main/main.dsp,
15582: src/main/pa_charset.C, src/main/pa_charsets.C,
15583: src/main/pa_common.C, src/main/pa_dictionary.C,
15584: src/main/pa_exception.C, src/main/pa_exec.C,
15585: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15586: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15587: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15588: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15589: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15590: src/types/pa_vdouble.h, src/types/pa_venv.h,
15591: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15592: src/types/pa_vhash.h, src/types/pa_vimage.C,
15593: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15594: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15595: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15596: src/types/pa_vobject.C, src/types/pa_vobject.h,
15597: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15598: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15599: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15600: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15601: src/types/pa_vstring.h, src/types/pa_vtable.h,
15602: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15603: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15604: died, long live StringPtr
15605:
15606: 2003-01-30 paf
15607:
15608: * src/: include/pa_charset.h, include/pa_request.h,
15609: include/pa_sql_driver_manager.h, main/compile.tab.C,
15610: main/compile.y, main/compile_tools.h, main/pa_request.C,
15611: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15612:
15613: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15614: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15615: types/pa_vhash.h, types/pa_vmethod_frame.h,
15616: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15617: types/types.dsp: vstateless_class compiled
15618:
15619: * src/main/compile.C: compile compiled
15620:
15621: * src/: include/pa_array.h, include/pa_operation.h,
15622: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15623: main/pa_table.C: compile_tools compiled
15624:
15625: * src/: include/pa_operation.h, main/compile.y,
15626: main/compile_tools.C, main/compile_tools.h: started
15627: compile_tools. vagues ideas of how to free compiled code
15628:
15629: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15630: main/main.dsp, types/pa_value.C, types/pa_value.h,
15631: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15632: compiled
15633:
15634: 2003-01-29 paf
15635:
15636: * src/: include/pa_globals.h, include/pa_request.h,
15637: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15638: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15639: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15640: compiled
15641:
15642: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15643: now
15644:
15645: * src/: include/pa_array.h, include/pa_exception.h,
15646: include/pa_pool.h, main/pa_exception.C: gd compiled
15647:
15648: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15649: compiled
15650:
15651: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15652: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15653: types/pa_vfile.h: vfile compiled
15654:
15655: * src/: include/pa_common.h, include/pa_globals.h,
15656: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15657: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15658: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15659:
15660: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15661: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15662: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15663: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15664: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15665:
15666: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15667: main/main.dsp, main/untaint.C: more compiled
15668:
15669: * src/: include/pa_charsets.h, include/pa_request.h,
15670: include/pa_request_info.h, include/pa_string.h,
15671: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15672: types/pa_vresponse.h: vrequest compiled
15673:
15674: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15675: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15676: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15677:
15678: * src/: classes/classes.h, include/pa_charset.h,
15679: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15680: include/pa_request.h, include/pa_string.h, main/main.dsp,
15681: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15682: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15683: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15684: types/pa_vrequest.C, types/pa_vrequest.h,
15685: types/pa_vstateless_class.h, types/pa_vstring.h,
15686: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15687:
15688: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15689: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15690: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15691: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15692: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15693: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15694: types/pa_vobject.h, types/pa_vstateless_class.h,
15695: types/pa_vstateless_object.h, types/pa_vstatus.h,
15696: types/pa_vstring.h, types/types.dsp: vmath compiled
15697:
15698: 2003-01-28 paf
15699:
15700: * src/: classes/classes.h, classes/date.C, classes/file.C,
15701: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15702: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15703: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15704: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15705: compile_tools
15706:
15707: * src/: include/pa_charset.h, include/pa_exception.h,
15708: include/pa_request.h, include/pa_string.h, main/untaint.C:
15709: untaint compiled
15710:
15711: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15712: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15713: more compiled. struck with string::store_to needing to know
15714: source/client charsets
15715:
15716: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15717: types/pa_vfile.h: uue compiled
15718:
15719: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15720: table compiled
15721:
15722: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15723: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15724:
15725: * src/: include/pa_charset.h, main/pa_charset.C,
15726: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15727: introduced]
15728:
15729: * src/: classes/date.C, include/pa_charset.h,
15730: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15731: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15732: pa_charsets compiled
15733:
15734: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15735: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15736:
15737: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15738: common compiled
15739:
15740: * src/: include/pa_charsets.h, main/pa_charsets.C,
15741: main/pa_sql_driver_manager.C: pa_charsets compiled
15742:
15743: * src/: include/pa_array.h, include/pa_charset.h,
15744: include/pa_charsets.h, include/pa_pool.h,
15745: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15746: include/pa_stack.h, include/pa_string.h,
15747: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15748: sql_driver_manager compiled
15749:
15750: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15751: letter i with two dots added to koi, all ukranian letters added
15752: to win1251.
15753:
15754: typographic simbol 0xb9 deleted from win1251 [strange one & were
15755: abscent from koi]
15756:
15757: 2003-01-27 paf
15758:
15759: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15760: include/pa_sql_driver_manager.h, include/pa_string.h,
15761: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15762: sql/pa_sql_driver.h: paused on sql_manager
15763:
15764: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15765: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15766: include/pa_stack.h, main/pa_sql_driver_manager.C,
15767: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15768:
15769: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15770: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15771: include/pa_table.h, main/pa_sql_driver_manager.C,
15772: main/pa_table.C: table compiled
15773:
15774: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15775: cache_managers compiled
15776:
15777: * src/: include/pa_array.h, include/pa_charset.h,
15778: include/pa_pool.h, main/pa_charset.C: charset compiled
15779:
15780: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15781:
15782: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15783: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15784: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15785: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15786: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15787:
15788: 2003-01-24 paf
15789:
15790: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15791: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15792: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15793: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15794: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15795: types/pa_vint.h, types/pa_vjunction.h,
15796: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15797: types/pa_vstatus.h, types/pa_vstring.h: more patched
15798:
15799: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15800: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15801: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15802: main/pa_string.C, main/pa_table.C: string compiled
15803:
15804: * src/: include/pa_array.h, include/pa_common.h,
15805: include/pa_dictionary.h, include/pa_exception.h,
15806: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15807: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15808: main/pa_string.C: dictionary compiled
15809:
15810: 2003-01-23 paf
15811:
15812: * src/: include/pa_array.h, include/pa_common.h,
15813: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15814: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15815: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15816: types/pa_value.h: resurrected pool in new sense: now it's
15817: factory, producing&accounting memory chunks for read[autofree]
15818: buffers
15819:
15820: * src/: include/pa_array.h, include/pa_exception.h,
15821: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15822: main/pa_exception.C, main/pa_table.C: table compiled
15823:
15824: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15825: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15826: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15827: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15828: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15829: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15830: main/pa_table.C: aint that easy
15831:
15832: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15833: main/main.dsp: continued with Hash
15834:
15835: * src/main/pa_common.C: connect_string allocated on heap[wes on
15836: stack] now. and exception can be reported OK now [can be reported
15837: outside of pro c with that stack]
15838:
15839: 2003-01-22 paf
15840:
15841: * src/: include/pa_array.h, include/pa_charset.h,
15842: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15843: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15844: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15845: base: contains references_count. auto_ptr template calls
15846: add_ref/release
15847:
15848: 2003-01-21 paf
15849:
15850: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15851: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15852: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15853: classes/op.C, classes/response.C, classes/string.C,
15854: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15855: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15856: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15857: include/pa_config_fixed.h, include/pa_config_includes.h,
15858: include/pa_dictionary.h, include/pa_dir.h,
15859: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15860: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15861: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15862: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15863: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15864: include/pa_stack.h, include/pa_string.h,
15865: include/pa_stylesheet_connection.h,
15866: include/pa_stylesheet_manager.h, include/pa_table.h,
15867: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15868: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15869: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15870: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15871: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15872: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15873: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15874: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15875: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15876: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15877: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15878: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15879: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15880: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15881: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15882: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15883: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15884: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15885: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15886: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15887: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15888: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15889: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15890: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15891: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15892: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15893: types/pa_vstateless_object.h, types/pa_vstatus.C,
15894: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15895: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15896: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15897: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15898: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15899: 2002->2003
15900:
15901: 2003-01-16 paf
15902:
15903: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15904: src/main/pa_globals.C: http:// introducing $.any-status(1)
15905:
15906: * operators.txt, src/include/pa_config_fixed.h,
15907: src/main/pa_common.C: http request now return status. and not
15908: fail on status!=200
15909:
15910: 2003-01-15 paf
15911:
15912: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15913:
15914: 2003-01-14 paf
15915:
15916: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15917: mkinstalldirs: removed some ancient files [they in / really]
15918:
15919: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15920: regretfully needed patch in two places. in config_fixed.h made
15921: stubs for lib to compile in MSVC
15922:
15923: 2003-01-13 paf
15924:
15925: * config.guess, config.sub, ltmain.sh: removed last piece of
15926: configure.in(libtool) hacks
15927:
1.116 moko 15928: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15929: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15930: ltdl.h: moved to latest libtool (1.4.3)
15931:
15932: 2003-01-10 paf
15933:
15934: * src/lib/ltdl/: configure, configure.in: PROG_NM
15935:
15936: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15937: patches. libxml2 >= 2.5.1
15938: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15939: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15940: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15941:
15942: * INSTALL: moved to latest versions of xml libs libxml2 >=
15943: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15944: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15945: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15946:
15947: 2003-01-09 paf
15948:
15949: * INSTALL: xml,xslt,gdome lib urls updated
15950:
15951: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15952: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15953: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15954: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15955: 1.7.2
1.95 moko 15956:
15957: * depcomp: moving to automake 1.7.2
15958:
15959: 2002-12-27 paf
15960:
15961: * src/include/pa_version.h: 0007
15962:
15963: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15964: outdated parts, made links to language docs
15965:
15966: * src/include/pa_config_auto.h.in: comment
15967:
15968: 2002-12-26 paf
15969:
15970: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15971: not contain trailing / fixed.
15972:
15973: * INSTALL: changing SAFE_MODE politics
15974:
15975: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15976:
15977: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15978:
15979: 2002-12-25 paf
15980:
15981: * src/main/pa_globals.C: optimized-xml
15982:
15983: * src/main/pa_globals.C: optimized-as-is
15984:
15985: 2002-12-24 paf
15986:
15987: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15988: fixed [were really called with zero size when .html?a=&b=]
15989:
15990: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15991: with --with-sendmail
15992:
15993: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15994: fixed]
15995:
15996: 2002-12-23 paf
15997:
15998: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15999: ignoring parameters & were storing only string with default
16000: expires
16001:
16002: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16003: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16004: December 23, 2002 4:22 AM Subject: bug â
16005: Charset::transcode_buf2xchar
16006:
16007: 2002-12-20 paf
16008:
16009: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16010: non-cgi [script] runs
16011:
16012: 2002-12-19 paf
16013:
16014: * INSTALL: --without-iconv recommended [it crashes on some systems
16015: [tested on elik]] moreover, it's not needed there [parser
16016: registers charsets itself]
16017:
16018: * INSTALL: --without-iconv recommended [it crashes on some systems
16019: [tested on elik]]
16020:
16021: * operators.txt, src/include/pa_globals.h,
16022: src/include/pa_request.h, src/main/pa_globals.C,
16023: src/main/pa_request.C: $response:download
16024:
16025: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16026: compiler [win32]].
16027:
16028: 2002-12-18 paf
16029:
16030: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16031:
16032: 2002-12-17 paf
16033:
16034: * src/targets/cgi/parser3.C: merged die&iis changes
16035:
16036: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16037: to exit(1) 2. more flexible iilegal call check
16038:
16039: 2002-12-16 paf
16040:
16041: * ltmain.sh: some automakes silly insist on having this handy
16042:
16043: * src/main/untaint.C: filespec russian small 'r' changed to latin
16044: 'p' bug fix
16045:
16046: 2002-12-15 paf
16047:
16048: * src/main/untaint.C: filespec russian small 'r' changed to latin
16049: 'p'
16050:
16051: * configure.in, src/include/pa_config_auto.h.in,
16052: src/main/compile.C, src/main/pa_common.C: merged small changes
16053: from branch 6 to HEAD
16054:
16055: * src/main/compile.C: removed warning
16056:
16057: * src/main/pa_common.C: ftruncate having checked
16058:
16059: * configure.in, src/include/pa_version.h: new version
16060:
16061: 2002-12-14 paf
16062:
16063: * src/classes/table.C: removed unnecessary code
16064:
16065: * src/sql/pa_sql_driver.h: exception type fixed
16066:
16067: 2002-12-09 paf
16068:
16069: * src/types/pa_vvoid.h: $void.store[now] error
16070:
16071: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16072:
16073: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16074: tries to write core dump
16075:
16076: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16077:
16078: * src/: classes/hash.C, classes/string.C, classes/table.C,
16079: classes/void.C, main/pa_sql_driver_manager.C,
16080: sql/pa_sql_driver.h: changed exception handling mech in sql
16081: handlers #2
16082:
16083: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16084: exception handling mech in sql handlers
16085:
16086: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16087: handlers
16088:
16089: * src/: classes/hash.C, classes/string.C, classes/table.C,
16090: classes/void.C, main/pa_sql_driver_manager.C,
16091: sql/pa_sql_driver.h: changed exception handling mech in sql
16092: handlers
16093:
1.116 moko 16094: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16095: to write makefile which used libtool to install things, which is
16096: not needed
1.95 moko 16097:
16098: 2002-12-06 paf
16099:
16100: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16101: $hash.fields -- pseudo field to make 'hash' more like 'table'
16102:
16103: 2002-12-05 paf
16104:
16105: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16106: cc/bcc OK now
16107:
16108: * src/main/untaint.C: mail header closed properly
16109:
16110: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16111: header ',' allowed. still bugs in smtp [only one receiptient
16112: works, cc, bcc ignored now, and MAILED ;)]
16113:
16114: [strncpy killed, memnchr used]
16115:
16116: * src/main/pa_table.C: table-copy now current=0
16117:
16118: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16119: lowlevel proc
16120:
16121: * src/targets/cgi/parser3.C: more checks on
16122: http://domain/parser.cgi start [maybe some getenv returns "",
16123: checked that now
16124:
16125: * src/targets/cgi/parser3.C: more checks on
16126: http://domain/parser.cgi start [maybe some getenv returns "",
16127: checked that now
16128:
16129: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16130: out-of-mem errors reached log]
16131:
16132: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16133: mail:send MIME-Version default
16134:
16135: * src/main/main.dsp: pa_version included into main.dsp
16136:
16137: 2002-12-04 paf
16138:
16139: * src/types/pa_vform.C: $form:field string value cut by premature 0
16140:
16141: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16142: lib/libltdl -> lib/ltdl Win32 changes. s
16143:
16144: * src/classes/classes.awk: more strict *.C$
16145:
16146: * gnu.dsp: restored
16147:
1.116 moko 16148: * configure.in, gnu.dsp, src/lib/Makefile.am,
16149: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16150: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16151: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16152: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16153: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16154: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16155: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16156: now created with /configure, not ltdl/configure, so it does have
16157: no problems with automake. ltdl/configure
16158: AC_OUTPUT(Makefile<<removed)
1.95 moko 16159:
16160: 2002-12-02 paf
16161:
16162: * operators.txt: removed outdated status:db
16163:
16164: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16165: src/main/pa_common.C, src/main/pa_request.C,
16166: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16167: tainted parts becomes http-header
16168:
16169: 2002-11-29 paf
16170:
16171: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16172: dates now objects of type date
16173:
16174: * src/classes/image.C: file.seek removed [it were used in image.C
16175: only, and for parser user this means that jpeg image has bad
16176: size in fragment's header] now used image.format
16177:
16178: * src/: include/pa_common.h, main/pa_common.C,
16179: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16180: now handled exactly like $response:header values. e.g. can be
16181: hash [can have subattributes] & contain date values.
16182:
16183: * src/main/pa_common.C: http:// param values lang forced URI
16184:
16185: * src/main/pa_common.C: http:// tainted partes now %xx
16186:
16187: 2002-11-28 paf
16188:
16189: * operators.txt: http.timeout
16190:
16191: * src/classes/image.C: ^image.length now counts interchar space.
16192: plus space after last char
16193:
16194: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16195:
16196: * src/classes/image.C: ^image.font width measurer now scans full
16197: height [were -1]
16198:
16199: * configure.in: stopped double libltdl/Makefile generation
16200:
16201: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16202: chars [one top horizontal line of 1pixel height were missing]
16203:
16204: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16205: 'false' to go into (Hash *) parameter
16206:
16207: 2002-11-27 paf
16208:
16209: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16210: types/pa_vmail.C: response:body[file] if file nows it's name now
16211: returns content-disposition: >>attachment<<
16212:
16213: * src/classes/image.C: ^image.font << bad font file-size now
16214: properly reported
16215:
16216: 2002-11-26 paf
16217:
16218: * src/main/pa_request.C: fixed lang in reponse header
16219:
16220: * src/main/pa_common.C: utf8 prefix ignored @read text
16221:
16222: * operators.txt, src/main/pa_common.C: http:// response status!=200
16223: made exception: http.status with source=bad status#
16224:
16225: 2002-11-25 paf
16226:
16227: * configure.in, src/classes/image.C,
16228: src/include/pa_config_auto.h.in,
16229: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16230: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16231: const void related probs fixed
1.95 moko 16232:
16233: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16234:
16235: $file[^file::load[http://there]] $file.SERVER
16236:
16237: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16238: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16239: http options [invalid onces now reported] made default
16240: user-agent: paf
16241:
16242: * operators.txt, src/classes/file.C, src/classes/table.C,
16243: src/classes/xdoc.C, src/include/pa_common.h,
16244: src/include/pa_globals.h, src/main/pa_common.C,
16245: src/main/pa_globals.C, src/main/pa_request.C,
16246: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16247: now understand http:// prefix and additional params, sample:
16248: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16249: $.USER-AGENT[parser3] ]]
16250:
16251: 2002-11-22 paf
16252:
16253: * src/classes/image.C, src/include/pa_globals.h,
16254: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16255: src/types/pa_vimage.h, operators.txt: $image.exif support
16256: $image.exif.DateTime & co
16257:
16258: 2002-11-21 paf
16259:
16260: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16261: _PASS_APPENDED)
16262:
16263: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16264: EXIF information [were big block and it's size were considered
16265: negative :(]
16266:
16267: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16268: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16269: internals rewritten. no there's reader.seek, and all's ready for
16270: EXIF extraction [now we fail to measure files with EXIF info]
16271:
16272: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16273: O_TRUNC truncates even exclusevely write-locked file [thanks to
16274: Igor Milyakov <virtan@rotabanner.com> for discovering]
16275:
16276: 2002-11-20 paf
16277:
16278: * src/targets/cgi/parser3.C: logging @signal += query_string
16279:
16280: * configure.in, src/include/pa_config_auto.h.in,
16281: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16282: comment
16283:
16284: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16285:
16286: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16287: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16288: currently processed document SIGPIPE >> interrupts request
16289: processing [exception = DB rollback]
16290:
16291: * src/main/pa_exec.C: comment
16292:
16293: * src/main/pa_exec.C: pa_exec: data written only if size>0
16294:
16295: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16296: << disable HTTP-POST repassing
16297:
16298: * src/: include/pa_config_fixed.h, main/pa_common.C,
16299: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16300: pipe read errors now checked
16301:
16302: 2002-11-19 paf
16303:
16304: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16305: CGI: Illegal call
16306:
16307: 2002-11-01 paf
16308:
16309: * src/main/execute.C: comment
16310:
16311: 2002-10-31 paf
16312:
16313: * src/main/execute.C: found out why, checked that for now. todo:
16314: find out a way for that user could do that
16315:
16316: * src/types/pa_vstateless_object.h: object put replaces static
16317: parent if any
16318:
16319: * src/types/pa_vobject.C: object put replaces static parent if any
16320:
16321: * src/: classes/form.C, classes/mail.C, classes/op.C,
16322: classes/xnode.h, main/compile.tab.C, main/execute.C,
16323: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16324: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16325: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16326: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16327: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16328: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16329: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16330: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16331: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16332: types/pa_vstateless_object.h, types/pa_vstatus.C,
16333: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16334: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16335: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16336: types/pa_wwrapper.h: static fix merged
16337:
16338: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16339: $virtual_fields in dynamic, but one can reach derived
16340: static[class] variable from base
16341:
16342: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16343: types/pa_vobject.C, types/pa_vobject.h,
16344: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16345: statics, left $virtual_fields in dynamic
16346:
16347: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16348: one can't remember derivates in base class: there's so many of
16349: them. also there can be no virtual method calls in static
16350: classes
16351:
16352: * src/: classes/form.C, classes/mail.C, classes/op.C,
16353: classes/xnode.h, main/execute.C, main/pa_request.C,
16354: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16355: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16356: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16357: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16358: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16359: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16360: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16361: types/pa_vresponse.C, types/pa_vresponse.h,
16362: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16363: types/pa_vstateless_object.h, types/pa_vstatus.C,
16364: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16365: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16366: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16367: types/pa_wwrapper.h: static call $self fixed
16368:
16369: * src/main/execute.C: comment
16370:
16371: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16372: ^process[$caller.self]{...} now compiles to last derived object
16373: part of that 'self'
16374:
16375: 2002-10-29 paf
16376:
16377: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16378: re-passing [iis to blame]
16379:
16380: * src/classes/string.C: changed string.save to pass current sql
16381: connection to cstr thus one can ^connect[some server]{
16382: $s[insert into table x (x) values (^taint[sql]{value})]
16383: ^s.save[some.sql] } and he'd get in some.sql file code with
16384: properly escaped. [tried in mssql->mysql export->import of
16385: binary data]
16386:
16387: 2002-10-25 paf
16388:
16389: * src/types/pa_vresponse.C: case insensitive response user fields
16390: get/put
16391:
16392: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16393: types/pa_vresponse.C: saving for maybe-future
16394:
16395: 2002-10-23 paf
16396:
16397: * operators.txt, src/classes/table.C: ^table.hash{code}...
16398: ^table.hash(expr)...
16399:
16400: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16401:
16402: 2002-10-22 paf
16403:
16404: * src/types/: pa_vform.C, pa_vform.h: removed needless
16405: VForm::Append...(...Value)
16406:
16407: * src/main/execute.C: $.name outside of $name[...] checked
16408:
16409: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16410: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16411:
16412: 2002-10-21 paf
16413:
16414: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16415: $form:qtail $form:imap.x/y
16416:
16417: * operators.txt, src/types/pa_vform.C: $form:nameless =
16418: "?value&...", "...&value&...", "...&value"
16419:
16420: * operators.txt, src/types/pa_vform.C: $form:image-map
16421:
16422: * operators.txt, src/classes/file.C: /some/page.html:
16423: ^file:fullpath[a.gif] => /some/a.gif
16424:
16425: 2002-10-17 paf
16426:
16427: * src/main/: compile.tab.C, compile.y: operators precedence changed
16428: a little: logical not and bitwise negation precedence made
16429: highest, << and >> bitshits precedence made equal [were << higher
16430: than >>]
16431:
16432: * src/classes/op.C: exception handling fixed [were bad with
16433: contexts]
16434:
16435: 2002-10-16 paf
16436:
16437: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16438: main/pa_request.C: Request::self considered equal to
16439: VMethodFrame::self, and removed, Request::get_self() mapped to
16440: VMethodFrame.self()
16441:
16442: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16443: $hash in open field now gives old good error meesage
16444:
16445: 2002-10-15 paf
16446:
16447: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16448: use ^if($junction is junction){was and now true}
16449:
16450: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16451: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16452: types/pa_vxnode.C: xml->parser strings now have origin, which
16453: points to place where value left xml library and came to parser:
16454: place of dom field extraction/call
16455:
16456: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16457: main/compile.tab.C, main/compile.y, main/execute.C,
16458: types/pa_vmethod_frame.h: removed last pieces of old code
16459: allowing $junction.xxx at compile time
16460:
16461: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16462: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16463: objects also considered [were only classes]
16464:
16465: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16466: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16467: with CLASS self. [ (request&method_frame).self temporarily
16468: changed ]
16469:
16470: * src/classes/: hash.C, op.C: method_frame now always changed, with
16471: no exception to native calls. for&foreach changed to use
16472: method_frame.caller for their var's name context
16473:
16474: * src/: main/execute.C, targets/cgi/parser3.C,
16475: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16476: compiling to system classes disabled
16477:
16478: * operators.txt, src/classes/op.C:
16479: ^process[$caller.CLASS]{code-string} added
16480:
16481: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16482: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16483: src/types/Makefile.am, src/types/pa_vjunction.C,
16484: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16485: src/types/types.dsp: removed $junction.get $junction.set[]
16486: introducing $caller
16487:
16488: * src/types/pa_value.h: removed outdated comments. doxygen would
16489: find them lower by inheritance tree
16490:
16491: * src/types/pa_vjunction.C: ident
16492:
16493: 2002-10-14 paf
16494:
16495: * src/classes/op.C: process compiles to code's class class
16496:
16497: * src/: classes/form.C, classes/mail.C, classes/op.C,
16498: include/pa_request.h, main/compile.C, main/compile.tab.C,
16499: main/compile.y, main/execute.C, main/pa_request.C,
16500: types/pa_vstateless_class.h: operators now main-class-methods
16501:
16502: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16503: better stack trace [has "call" & co there]
16504:
16505: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16506: operators @auto now executed in MAIN context
16507:
16508: * src/main/execute.C: operator execution context now = MAIN, not
16509: closest stack frame
16510:
16511: @touchit[] $i[after]
16512:
16513: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16514: were 'after'
16515:
16516: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16517: 'after'
16518:
16519: * src/main/execute.C: comment
16520:
16521: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16522: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16523: action]
16524:
16525: * src/types/pa_vxnode.C: misreplace fixed
16526:
16527: * configure, configure.in, src/include/pa_config_auto.h.in,
16528: src/types/pa_vstatus.C, operators.txt:
16529: $status:rusage.tv_secs/usecs introduced
16530:
16531: 2002-10-09 paf
16532:
16533: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16534: on empty string [or uses (default)]
16535:
16536: 2002-10-08 paf
16537:
16538: * src/main/untaint.C: mail header quoted printable changed after
16539: RFC reread
16540:
16541: * operators.txt: plan on ^if(method
16542:
16543: * src/types/pa_vxnode.C: misreplace
16544:
16545: 2002-09-24 paf
16546:
1.116 moko 16547: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16548:
16549: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16550: mailreceive would compile on freebsd now
16551:
16552: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16553: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16554: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16555: mailreceive would compile on freebsd now
1.95 moko 16556:
16557: * src/: classes/file.C, main/untaint.C: 1. file spec language
16558: changed: now there are only few chars are untainted: * ? ' " < >
16559: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16560: one should use ^untaint[uri]{...} now]
16561:
16562: 2. $list[^file:list[dir]] now returns simply tainted names in
16563: $list.name, not tainted as filespec
16564:
16565: @russianindex[] #dir with files with russian-lang names
16566: $where[dir]
16567:
16568: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16569: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16570:
16571: 2002-09-23 paf
16572:
16573: * src/types/pa_vdouble.h: double->int round added
16574:
16575: * src/classes/date.C: date bug fix, now
16576: round(floatDays*secondsPerDay)
16577:
16578: * src/classes/date.C: date bug fix, now
16579: round(floatDays*secondsPerDay)
16580:
16581: 2002-09-20 paf
16582:
16583: * src/main/execute.C: code junction calls disabled [before: code
16584: was compiled in such a way, that there were no code-junctions in
16585: OP_CALL]
16586:
16587: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16588:
16589: @badjunctioncallinside[code] ^code[]
16590:
16591: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16592: expanding to include ^junction.method
16593:
16594: * src/main/pa_common.C: -d "DIR/" now true
16595:
16596: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16597: as internal xdoc encoding, and after decoding attributes set by
16598: dom functions now encoded OK, not as digital entities
16599:
16600: * src/classes/xdoc.C: empty transform result, being taken as file
16601: now returns empty file, not raises stupid error about "stat-ed
16602: file"
16603:
16604: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16605: allowed
16606:
16607: * src/types/types.dsp: introducing $junction.get/put(1) one can
16608: write iterators now:
16609:
16610: ^user-foreach[key;value]{$key=$value<br>}
16611:
16612: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16613: $code.value($i*2) $code }
16614:
16615: * src/main/compile_tools.h: mistype
16616:
1.116 moko 16617: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16618: thus taking linking options configure changes into account [were:
16619: ignoring]
1.95 moko 16620:
16621: * src/types/: pa_vjunction.C, Makefile.am: introducing
16622: $junction.get/put(1) one can write iterators now:
16623:
16624: ^user-foreach[key;value]{$key=$value<br>}
16625:
16626: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16627: $code.value($i*2) $code }
16628:
16629: * src/: include/pa_opcode.h, include/pa_request.h,
16630: main/compile.tab.C, main/compile.y, main/execute.C,
16631: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16632: introducing $junction.get/put(1) one can write iterators now:
16633:
16634: ^user-foreach[key;value]{$key=$value<br>}
16635:
16636: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16637: $code.value($i*2) $code }
16638:
16639: 2002-09-19 paf
16640:
1.116 moko 16641: * Makefile.am: new: make commit
1.95 moko 16642:
16643: * aclocal.m4: forced to be older
16644:
16645: 2002-09-18 paf
16646:
16647: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16648: src/main/compile.y, src/main/execute.C: << >> int shifts
16649:
16650: * src/: include/pa_common.h, include/pa_request.h,
16651: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16652: - now this - fatal error
16653:
16654: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16655: that one can pass binary data there
16656:
16657: * src/: classes/date.C, classes/double.C, classes/file.C,
16658: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16659: classes/op.C, classes/response.C, classes/string.C,
16660: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16661: include/pa_request.h: pa_request contexts made privated, plus
16662: get_{self/method_frame} to read. Request_context_saver used in
16663: ^try to save flang too. [were not saved]
16664:
16665: * src/types/pa_vresponse.C: header value chains joined before
16666: output, this should help $.subject[$var $var] from being
16667: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16668:
16669: 2002-09-17 paf
16670:
16671: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16672: removed changes, operators executed with calling self. lots of
16673: code with ^include code relies on defined/defining self variables
16674:
16675: $a[1] ^include[print_a.p] print_a.p: $a
16676:
16677: ^include[set_a.p] a=$a set_a.p: $a[1]
16678:
16679: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16680: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16681: types/pa_vstateless_class.h: operators now executed with MAIN
16682: self. it's for ^include sake, too strong a change
16683:
16684: * src/classes/op.C: made place for ^process to compile it's code to
16685: in case of no self
16686:
16687: * src/main/execute.C: found ancient param to Junction, removed.
16688: allowed passing self to native_code_operators [for ^process to
16689: work, she needs self]
16690:
16691: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16692: types/pa_vstateless_class.h: found ancient param to Junction,
16693: removed. allowed passing self to native_code_operators [for
16694: ^process to work, she needs self]
16695:
16696: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16697: types/pa_value.h, types/pa_vmethod_frame.h,
16698: types/pa_vstateless_class.h: allowed Request.self to be 0,
16699: checked that in VMethodFrame get/put and $self.
16700:
16701: * src/classes/: table.C, xdoc.C: table::sql options table::create
16702: copy options options checked, wrong option now fatal error
16703:
16704: * src/main/pa_string.C: string.replace fixed [were missing words on
16705: pieces boundaries]
16706:
1.150 ! moko 16707: * configure, configure.in: .so now detected [can be .sl on hpux,
! 16708: .dll on cygwin, .so in other cases)
1.95 moko 16709:
16710: * configure, configure.in: .so now detected [can be .sl on hpux,
16711: .dll on cygwin, .so in other cases)
16712:
16713: * operators.txt, src/classes/hash.C, src/classes/table.C,
16714: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16715: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16716: record taken [were last]
16717:
16718: * src/: classes/hash.C, classes/table.C,
16719: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16720: now errors
16721:
16722: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16723:
16724: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16725: ,2,3]
16726:
16727: 2002-09-16 paf
16728:
16729: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16730: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16731: stdout to be binary. now detected closest header break.
16732:
16733: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16734: closed right
16735:
16736: 2002-09-13 paf
16737:
16738: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16739: src/main/compile_tools.h: (expression #comment)
16740:
16741: (multiline expression #comment line2 #comment )
16742:
16743: (expression #comment with (brackets) comment) << OK
16744:
16745: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16746: bitwise !|| numerical xor now [preparing for expression
16747: #comments]
16748:
16749: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16750: error
16751:
16752: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16753: cheched in pa_socks.C
16754:
1.116 moko 16755: * configure, configure.in, src/include/pa_config_auto.h.in:
16756: HAVE_WINSOCK_H created in configure.in
1.95 moko 16757:
16758: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16759: cookie date now clean [were mistakenly tainted & that worked bad
16760: with opera -- 'happily' that worked OK with msie]
16761:
16762: 2002-09-12 paf
16763:
16764: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16765: VClass get_element now first looks to fields, next to methods &
16766: co todo: the rest reason: more speed
16767:
16768: * src/main/untaint.C: quoted printable encoding stops before
16769: \s*<...>$
16770:
16771: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16772: stops before <...>$
16773:
16774: 2002-09-11 paf
16775:
16776: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16777: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16778: forgot to check users of those funcs. not all were using that
16779: return value convention
16780:
16781: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16782: windows-1254 added
16783:
16784: 2002-09-10 paf
16785:
16786: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16787: VCodeFrame parent param were specified badly
16788:
16789: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16790: WWrapper which used in constructing objects(second param to sql
16791: method) ^...sql{}[$.default{code}] now has parent, wich helps
16792: code in hash to survivi
16793:
16794: * src/: include/pa_request.h, main/execute.C: removed redundant
16795: param to execute [stack said 'thanks']
16796:
16797: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16798: types/pa_value.h, types/pa_vcode_frame.h,
16799: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16800: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16801: responsibility to wcontext
16802:
16803: * src/classes/file.C: decided not to log exec's with stderr, that
16804: could be warnings, and it's up to scritper to log/show them
16805:
16806: * src/: classes/double.C, main/execute.C: double:sql badly called
16807: write_assign_lang, not write_no_lang, thus doing unnecessary
16808: double/string converstion, which were loosing time&precesion
16809:
16810: * src/: main/pa_charset.C, types/pa_vmail.C:
16811: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16812: case of unfinished in buffer processing, causing accidental
16813: transcode stop [in case that source enc != utf-8 & there is
16814: incomplete utf-8 sequence at the end of 16000block iside of
16815: libxml lib] tfm readed & code updated
16816:
16817: 2002-09-04 paf
16818:
16819: * configure: makes with sjlj
16820:
16821: * INSTALL, src/include/pa_config_fixed.h,
16822: src/include/pa_sql_connection.h,
16823: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16824: checked. on win32 it made default
16825:
16826: * src/include/pa_config_auto.h.in: sjlj define
16827:
16828: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16829: can not work with longjump/throw pair, and one must switch that
16830: on there. todo: detect that automatically]
16831:
16832: * src/types/pa_vxnode.C: removed too strong checks of
16833: xnode.elements. now, for instance, if element does not have any
16834: attributes, $xnode.attributes is void, not error
16835:
16836: 2002-09-02 paf
16837:
16838: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16839: removed double_result, didn't help
16840:
16841: * src/main/execute.C: double_result made to move that var away from
16842: hungry g++ optimizer (-O2), before: it were optimized and
16843: comparison operators worked badly
16844:
16845: * src/types/pa_vdate.h: removed debug
16846:
1.116 moko 16847: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16848:
16849: * src/main/execute.C: fixed numeric < & co so that thay now use
16850: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16851: unknown reason.
16852:
16853: 2002-08-29 paf
16854:
16855: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16856: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16857: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16858: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16859: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16860: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16861: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16862: [called less frequent, allowed to remove ugly
16863: Junction.change_context-s from many places, switch,
16864: mail:send..html{}, ..] request.root renamed to method_frame [more
16865: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16866: [speed up]
16867:
16868: 2002-08-28 paf
16869:
16870: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16871: tainted
16872:
16873: * src/types/pa_vcookie.C: fixed cookie delete when
16874: $cookie:name[$.value[]]
16875:
16876: * operators.txt, src/classes/string.C:
16877: ^string.split[delim[;options]]
16878:
16879: 2002-08-27 paf
16880:
1.116 moko 16881: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16882:
16883: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16884: delimiter
16885:
16886: * INSTALL: recommended latest gmime 1.0.5
16887:
16888: 2002-08-26 paf
16889:
16890: * configure, configure.in: apache13/hook added to make dist.
16891:
16892: 2002-08-23 paf
16893:
16894: * src/: include/pa_common.h, main/pa_common.C,
16895: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16896: beside binary [cgi, isapi] not accessible [due to bad rights or
16897: whatever] it's error now
16898:
16899: 2002-08-21 paf
16900:
1.116 moko 16901: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16902:
16903: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16904: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16905: class". compiled as if here they named base class
16906:
16907: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16908: cloning constructor]
16909:
16910: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16911:
1.150 ! moko 16912: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 16913: $mail.received.file.value.content-type fixed
16914:
16915: 2002-08-20 paf
16916:
16917: * src/classes/file.C: fixed language of file:file result
16918:
16919: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16920: from 3.0.0005
16921:
16922: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16923:
16924: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16925: 3.0.0005
16926:
16927: * src/classes/void.C, operators.txt: ^void.length[] = 0
16928:
16929: 2002-08-19 paf
16930:
16931: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16932: work now
16933:
16934: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16935: error in xnode, which were not catched in xdoc]
16936:
16937: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16938: prepared: // validate each document after load/create (?)
16939: //xmlDoValidityCheckingDefaultValue = 1;
16940:
16941: 2002-08-15 paf
16942:
16943: * src/classes/classes.h: write to static var caused useless
16944: Exception, introduced Methoded::put_element wich consumes those
16945:
16946: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16947: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16948: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16949: $response:field[date] $response:field[$.xxx[date]]
16950:
16951: * src/: classes/hash.C, classes/string.C, classes/table.C,
16952: classes/void.C, include/pa_sql_connection.h: fixed source of
16953: ^hash::sql{bad}
16954:
16955: * operators.txt: $request:body unprecessed POST request body
16956:
16957: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16958:
16959: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16960: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16961:
16962: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16963: src/include/pa_request.h, src/main/pa_pool.C,
16964: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16965: $request:body r.post_data now const
16966:
16967: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16968: classes/xnode.C, main/execute.C, types/pa_value.h,
16969: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16970: types/pa_vtable.h: instead of type() checking everywhere used
16971: Value.as now user descendants can be used in params.
16972:
16973: VObject::as_*, is_defined now taken from bases. xtable(table)
16974: ^if($xtable) now OK
16975:
16976: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16977: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16978: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16979:
16980: 2002-08-14 paf
16981:
16982: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16983: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16984: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16985: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16986: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16987: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16988: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16989: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16990: types/pa_vresponse.C, types/pa_vresponse.h,
16991: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16992: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16993: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16994: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16995: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16996: & VClass
16997:
16998: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16999:
17000: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17001: removed fixopt stupidity. on stupid linux use cd /document/root
17002: ../cgi/parser3 script
17003:
17004: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17005: params, splitting them by space, excluding argv[0], argv[argc-1]
17006:
17007: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17008: fixopt.h: fixopt now preprocesses command line params, splitting
17009: them by space, excluding argv[0], argv[argc-1]
17010:
17011: * src/targets/cgi/parser3.C: -f config file
17012:
17013: * src/targets/cgi/parser3.C: fixed .log file dir
17014:
17015: 2002-08-13 paf
17016:
17017: * src/types/pa_vobject.C: allow override parent variables, useful
17018: for form descendants [in vobject too, were in vclass]
17019:
17020: * src/types/pa_vclass.C: allow override parent variables, useful
17021: for form descendants
17022:
17023: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17024: overwritten in derived(table)
17025:
17026: * src/: classes/form.C, classes/mail.C, classes/op.C,
17027: classes/xnode.h, include/pa_request.h, main/execute.C,
17028: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17029: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17030: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17031: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17032: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17033: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17034: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17035: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17036: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17037: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17038: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17039: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17040: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17041: Value::get_element(..., bool looking_down) [needed to exclude
17042: endless recoursion]
17043:
17044: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17045: fix bug with put endless recoursion todo: check 'as'
17046:
17047: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17048: reorganized modules todo: fix bug with put endless recoursion
17049: todo: check 'as'
17050:
17051: * src/types/pa_vobject.h: checked: table fields can be overwritten
17052: in derived(table)
17053:
17054: * src/types/pa_vobject.h: derived classes can have fields of their
17055: own now
17056:
17057: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17058: fixed error message on using non-created table
17059:
17060: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17061: classes/op.C, classes/xnode.h, include/pa_request.h,
17062: main/compile.C, main/compile.tab.C, main/execute.C,
17063: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17064: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17065: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17066: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17067: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17068: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17069: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17070: types/pa_vresponse.C, types/pa_vresponse.h,
17071: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17072: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17073: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17074: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17075: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17076: looking down/up tree todo: fix error message on non-constructed
17077: parents
17078:
17079: 2002-08-12 paf
17080:
17081: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17082: derived OK
17083:
17084: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17085: thorough testing
17086:
17087: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17088: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17089: types/pa_vobject.h, types/pa_vstateless_class.h,
17090: types/pa_vstateless_object.h, types/pa_wcontext.h,
17091: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17092: ^base:create[] dynamic call rewritten todo: thorough testing
17093:
17094: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17095: now instantates base class, remembers it and saves child in
17096: parent VObject.get_class now returns last child = downward
17097: virtual calls OK
17098:
17099: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17100: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17101: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17102: types/pa_vobject.h, types/pa_vresponse.h,
17103: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17104: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17105: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17106: VAliased [redundant], moved $CLASS to VObject only [parser class
17107: instance]
17108:
17109: * src/main/pa_request.C: $response:body[file] content-type check
17110: fixed [were bad when content-type is hash]
17111:
17112: 2002-08-09 paf
17113:
17114: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17115: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17116:
17117: 2002-08-08 paf
17118:
17119: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17120: src/main/pa_globals.C: year column in month calendar [week year]
17121:
17122: * src/main/execute.C: error reporting on object writes to MAIN
17123: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17124:
17125: * operators.txt, src/types/pa_vdate.h: $date.yearday
17126: $date.daylightsaving
17127:
17128: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17129: use tainted data now. only she must specify the language.
17130:
17131: ^mail:send[ $.from[paf@mail.design.ru]
17132: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17133: $.text[^taint[uri][ìîñêâà]=] ]
17134:
17135: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17136: now prints more precise origin
17137:
17138: * src/include/pa_string.h: String::first_char now not fails on
17139: empty strings ^if(-f '') now ok and in 3 other places.
17140:
17141: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17142: String::first_char now not fails on empty strings ^if(-f '') now
17143: ok and in 3 other places.
17144:
17145: 2002-08-07 paf
17146:
17147: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17148: fixed
17149:
17150: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17151:
17152: * src/: main/execute.C, types/pa_vcode_frame.h,
17153: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17154: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17155: mistakenly not completely transparent to object writes.
17156: $hash[^if(1){$hash}] now works
17157:
17158: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17159: now erasing cache file [there were bad check on that]
17160:
17161: * src/: classes/classes.dsp, classes/table.C,
17162: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17163: all Debug dirs in .dsp now named 'Debug'
17164:
1.116 moko 17165: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17166:
17167: * operators.txt, src/classes/mail.C: exception_type email.send
17168:
17169: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17170:
17171: * src/types/pa_vmail.C: mail:send empty email checked
17172:
17173: 2002-08-06 paf
17174:
17175: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17176: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17177: ^table::create[$source;$.options] ^table::join[$source;$.options]
17178:
17179: * operators.txt, src/classes/hash.C, src/classes/string.C,
17180: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17181: # $.default() }
17182:
17183: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17184:
17185: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17186: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17187: $file.content-type [instead of .mime-type] now works for
17188: file::stat also
17189:
17190: * src/main/pa_request.C: case insensitive mime_type_of
17191:
17192: 2002-08-05 paf
17193:
17194: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17195:
17196: * src/types/pa_vmail.C: file buffer relocated to parser heap
17197:
17198: * operators.txt: comment on date:calendar week column
17199:
17200: * src/main/pa_common.C: write checked
17201:
17202: * src/main/: pa_common.C: write checked
17203:
17204: * src/classes/date.C: +1 buf size for stupid snprintfs
17205:
17206: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17207: month calendar week column [ISO 8601 Week Numbers]
17208:
17209: 2002-08-02 paf
17210:
17211: * src/: include/pa_config_fixed.h, main/pa_string.C,
17212: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17213: DEBUG*
17214:
17215: * configure, configure.in, src/include/pa_version.h: release
17216: 3_0_0005
17217:
17218: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17219: multipart post fixed
17220:
17221: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17222: response transcoded source->client only when text/* or simple
17223: onoverridden $response:body
17224:
17225: 2002-08-01 paf
17226:
17227: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17228: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17229: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17230: classes/op.C, classes/response.C, classes/string.C,
17231: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17232: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17233: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17234: include/pa_config_fixed.h, include/pa_dictionary.h,
17235: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17236: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17237: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17238: include/pa_socks.h, include/pa_sql_connection.h,
17239: include/pa_sql_driver_manager.h, include/pa_stack.h,
17240: include/pa_string.h, include/pa_stylesheet_connection.h,
17241: include/pa_stylesheet_manager.h, include/pa_table.h,
17242: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17243: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17244: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17245: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17246: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17247: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17248: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17249: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17250: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17251: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17252: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17253: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17254: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17255: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17256: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17257: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17258: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17259: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17260: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17261: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17262: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17263: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17264: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17265: types/pa_vmethod_frame.h, types/pa_vobject.h,
17266: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17267: types/pa_vresponse.h, types/pa_vstateless_class.C,
17268: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17269: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17270: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17271: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17272: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17273: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17274:
17275: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17276: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17277: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17278: classes/math.C, classes/op.C, classes/response.C,
17279: classes/string.C, classes/table.C, classes/void.C,
17280: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17281: include/pa_array.h, include/pa_cache_managers.h,
17282: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17283: include/pa_config_fixed.h, include/pa_config_includes.h,
17284: include/pa_dictionary.h, include/pa_dir.h,
17285: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17286: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17287: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17288: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17289: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17290: include/pa_stack.h, include/pa_string.h,
17291: include/pa_stylesheet_connection.h,
17292: include/pa_stylesheet_manager.h, include/pa_table.h,
17293: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17294: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17295: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17296: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17297: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17298: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17299: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17300: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17301: main/pa_sql_driver_manager.C, main/pa_string.C,
17302: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17303: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17304: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17305: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17306: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17307: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17308: targets/isapi/pool_storage.h, types/pa_valiased.C,
17309: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17310: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17311: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17312: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17313: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17314: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17315: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17316: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17317: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17318: types/pa_vresponse.C, types/pa_vresponse.h,
17319: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17320: types/pa_vstateless_object.h, types/pa_vstatus.C,
17321: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17322: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17323: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17324: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17325: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17326: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17327: types/Makefile.am: ident.C* removed
17328:
17329: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17330: file:find[/can/do/this/now.txt]
17331:
17332: * src/targets/cgi/parser3.C: usage to stdout now
17333:
17334: 2002-07-31 paf
17335:
17336: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17337:
17338: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17339: default "postmaster"
17340:
17341: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17342: -f postmaster now default sendmail key word "postmaster"
17343: replaced to $.from
17344:
17345: 2002-07-30 paf
17346:
1.116 moko 17347: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17348: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17349:
17350: * src/main/pa_charset.C: comment
17351:
17352: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17353: table, &#decimal;
17354:
17355: * src/main/pa_request.C: comment
17356:
17357: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17358: paragraf]
17359:
17360: 2002-07-11 paf
17361:
17362: * src/main/pa_exec.C: build command line badly added params twice
17363: [and first time without ' ']. double wrong. fixed.
17364:
17365: * src/main/pa_exec.C: invalid .exe caused error message with params
17366: wich parser did not provide = reported badly. fixed that.
17367:
17368: * src/classes/mail.C: $MAIL[ # xxx ]
17369:
17370: now ok
17371:
17372: * operators.txt: plan: sql detailed exception
17373:
17374: 2002-07-01 paf
17375:
17376: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17377: [MForm.configure_admin were called when request.main_class ==0
17378:
17379: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17380:
17381: * src/classes/form.C: content_length type fix
17382:
17383: 2002-06-30 paf
17384:
17385: * src/classes/mail.C: merged from 4
17386:
17387: * src/classes/mail.C: restored $MAIL
17388:
17389: 2002-06-28 paf
17390:
17391: * configure, configure.in: removed paths.h
17392:
1.116 moko 17393: * configure, src/include/pa_version.h,
1.95 moko 17394: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17395: merged, makes updated
17396:
17397: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17398: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17399: src/include/pa_pool.h, src/include/pa_version.h,
17400: src/main/pa_charset.C, src/main/pa_pool.C,
17401: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17402: src/types/pa_vmail.C: merged latest updates to head
17403:
17404: 2002-06-27 paf
17405:
17406: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17407: not error now
17408:
17409: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17410: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17411: src/main/pa_charset.C, src/main/pa_pool.C:
17412: ^xdoc::create[[uri]]... base uri for document being created,
17413: imports and other relative file names would be relative to this
17414: uri default uri=path_translated
17415:
17416: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17417:
17418: 2002-06-26 paf
17419:
17420: * configure, configure.in, src/include/pa_version.h:
17421: release_3_0_0004
17422:
17423: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17424: 0 now
17425:
17426: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17427:
17428: 2002-06-25 paf
17429:
17430: * src/main/pa_string.C: emtpy string, or string of whitespaces
17431: considered bad number now
17432:
17433: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17434: now
17435:
17436: * operators.txt, src/classes/string.C: ^string.normalize [old
17437: name: optimize
17438:
17439: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17440: library configured
17441:
17442: * src/main/pa_request.C: configure_admin forced if no @conf
17443:
1.150 ! moko 17444: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
! 17445: ^math:crypt updated to generate random salt when needed and to
! 17446: call system crypt() if not $apr1$ prefix
1.95 moko 17447:
17448: 2002-06-24 paf
17449:
17450: * INSTALL: --with-static/shared-mailreceive described
17451:
17452: * src/include/pa_config_fixed.h: ssize_t fixed
17453:
1.116 moko 17454: * configure, configure.in, src/include/pa_config_auto.h.in,
17455: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17456: src/types/pa_vmail.C: $mail:received makes update
17457:
17458: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17459: WITH_MAILRECEIVE
17460:
17461: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17462:
17463: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17464: option, for $mail:receive
17465:
17466: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17467: introducting $message:received ^mail:send rewritten with backward
17468: comp
17469:
17470: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17471: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17472: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17473: now
17474:
17475: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17476: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17477: src/include/pa_request.h, src/include/pa_string.h,
17478: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17479: src/main/pa_globals.C, src/main/pa_request.C,
17480: src/main/pa_string.C, src/main/pa_uue.C,
17481: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17482: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17483: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17484: uue to separate file introducting $message:received ^mail:send
17485: rewritten with backward comp
17486:
17487: 2002-06-21 paf
17488:
1.116 moko 17489: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17490: co changes
1.95 moko 17491:
1.116 moko 17492: * configure, configure.in, src/lib/md5/Makefile.am,
17493: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17494: restructure .in and .am files appropriate changes
1.95 moko 17495:
17496: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17497: pcre to libs/ added libs/md5 which is linked to non-apache
17498: targets ^math:crypt[password;$apr1$salt]
17499:
17500: * INSTALL, configure.in, operators.txt, parser3.dsw,
17501: src/Makefile.am, src/classes/Makefile.am,
17502: src/classes/classes.dsp, src/classes/math.C,
17503: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17504: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17505: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17506: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17507: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17508: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17509: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17510: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17511: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17512: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17513: src/lib/pcre/pcre_parser_ctype.dsp,
17514: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17515: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17516: src/main/compile.tab.C, src/main/main.dsp,
17517: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17518: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17519: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17520: to libs/ added libs/md5 which is linked to non-apache targets
17521: ^math:crypt[password;$apr1$salt]
17522:
17523: 2002-06-20 paf
17524:
1.150 ! moko 17525: * INSTALL, configure, configure.in, operators.txt,
! 17526: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
! 17527: src/include/pa_globals.h, src/include/pa_request.h,
! 17528: src/main/execute.C, src/main/pa_request.C,
! 17529: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 17530: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
! 17531: file:justname&co & @auto/conf[filespec
1.95 moko 17532:
17533: * operators.txt, src/classes/file.C:
17534: !^file:dirname[/a/some.tar.gz]=/a
17535: !^file:dirname[/a/b/]=/a
17536: !^file:basename[/a/some.tar.gz]=some.tar.gz
17537: !^file:justname[/a/some.tar.gz]=some.tar
17538: !^file:justext[/a/some.tar.gz]=gz
17539:
17540: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17541: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17542: @conf/auto[filespec]
17543:
1.116 moko 17544: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17545:
1.150 ! moko 17546: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17547: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17548: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17549:
17550: 2002-06-18 paf
17551:
17552: * configure, configure.in, src/include/pa_version.h: version to
17553: configure.in
17554:
17555: * INSTALL: reflected .conf.dist dir change
17556:
1.150 ! moko 17557: * Makefile.am, configure, configure.in,
1.116 moko 17558: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17559: .in & *.am updated
17560:
17561: * src/classes/file.C: strncasecmp
17562:
17563: * src/classes/file.C: strcasecmp
17564:
1.150 ! moko 17565: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17566:
17567: * src/classes/file.C: ^file::exec[script;$.bad error case
17568: insensitive check now
17569:
17570: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17571:
17572: * configure, configure.in, src/include/pa_pool.h,
17573: src/include/pa_types.h: pack configure.in detection simplified.
17574: figured out that gcc on sparc not that stupid as thought
17575: previously: on sparc: when it sees packed class it modifies it's
17576: field-access-code to byte operations [stb, ldub] instead of 4byte
17577: operations [st, lduh] so packed must be all parts of packed
17578: class, i.e. it's parents&fields(classes). for now it's only
17579: String that packed and what was wrong is that it's parent -
17580: Pooled, were not packed. fixed that.
17581:
17582: 2002-06-14 paf
17583:
17584: * operators.txt: more precise xml-to-text options
17585:
17586: * operators.txt, src/types/pa_vxnode.C: xnode
17587: attribute_node.name/value xnode pi.node.data
17588:
17589: 2002-06-12 paf
17590:
1.116 moko 17591: * configure, configure.in, src/targets/cgi/Makefile.am,
17592: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17593:
17594: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17595: src/include/pa_globals.h, src/include/pa_request.h,
17596: src/main/compile.tab.C, src/main/pa_globals.C,
17597: src/main/pa_request.C, src/targets/cgi/parser3.C,
17598: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17599:
17600: * src/classes/mail.C: sendmail -ti [default now]
17601:
17602: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17603: to be strings. for convinient #ing
17604:
17605: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17606: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17607:
17608: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17609: main/pa_globals.C, main/pa_request.C: @conf
17610:
17611: 2002-06-11 paf
17612:
17613: * src/classes/file.C: check simplified
17614:
17615: * src/: classes/file.C, targets/cgi/parser3.dsp,
17616: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17617: valid prefix
17618:
17619: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17620: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17621: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17622:
17623: 2002-06-10 paf
17624:
17625: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17626: src/main/pa_common.C: lock failures reported now
17627:
17628: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17629: string->double @ compile time were not-enough-checking...
17630:
17631: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17632: autoconvert now ignored
17633:
17634: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17635: check
17636:
17637: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17638: $response:body content-type:name
17639:
17640: * configure, configure.in: hpux check, nsl link, no socket
17641:
17642: * operators.txt: old merge conflict removed
17643:
17644: * configure, configure.in: pack even address access on sparc&co
17645: arch checked in configure
17646:
17647: * configure, src/include/pa_version.h: makes
17648:
17649: * configure, configure.in, src/include/pa_version.h: makes
17650:
17651: * src/main/untaint.C: (bug#2) mail subject got always prepended
17652: with charset even when all letters were 7bit one
17653:
17654: * src/main/pa_common.C: merged fixed -d (bug)
17655:
17656: * src/main/pa_common.C: fixed -d (bug)
17657:
17658: 2002-06-03 paf
17659:
17660: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17661: src/classes/classes.dsp, src/main/compile.tab.C,
17662: src/main/main.dsp, src/main/pa_globals.C,
17663: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17664: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17665: .dsp-s along with reorganized cvs modules dirs structure
17666:
17667: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17668: main/pa_globals.C, targets/cgi/parser3.dsp,
17669: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17670: modules
17671:
17672: 2002-05-28 paf
17673:
17674: * src/targets/cgi/parser3.C: info.uri now ""
17675:
17676: 2002-05-17 paf
17677:
17678: * src/classes/: table.C: ^table.save << checked empty
17679: pre/match/post columns
17680:
17681: 2002-05-16 paf
17682:
17683: * src/classes/image.C: image::measure can png now
17684:
17685: 2002-05-15 paf
17686:
17687: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17688: added
17689:
17690: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17691:
17692: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17693: %H[:%M[:%S]]]]]] [-%m now
17694:
17695: 2002-05-14 paf
17696:
17697: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17698:
17699: 2002-05-07 paf
17700:
17701: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17702: src/include/pa_globals.h, src/include/pa_request.h,
17703: src/include/pa_table.h, src/main/compile.tab.C,
17704: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17705: src/main/pa_request.C, src/main/pa_table.C,
17706: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17707: src/targets/isapi/parser3isapi.dsp,
17708: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17709: name2number field now &. main_method_name now on Request pool
17710: rather on global_pool [Junction+VJunction created on same pool as
17711: name = were created on global pool, causing mem leaks]
17712:
17713: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17714: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17715: main/compile.y, main/main.dsp, main/pa_globals.C,
17716: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17717: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17718: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17719: field now &. main_method_name now on Request pool rather on
17720: global_pool [Junction+VJunction created on same pool as name =
17721: were created on global pool, causing mem leaks]
17722:
17723: 2002-05-06 paf
17724:
17725: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17726: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17727: 100*40 bytes per request memory leak [nonpool malloc in globals]
17728:
17729: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17730: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17731: 100*40 bytes per request memory leak [nonpool malloc in globals]
17732:
17733: 2002-04-30 paf
17734:
17735: * configure, src/include/pa_version.h: version now not b
17736:
17737: * src/targets/cgi/parser3.C: request.uri now never 0
17738:
17739: 2002-04-29 paf
17740:
17741: * configure.in: removed b
17742:
17743: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17744: Exception::comment/type checked in (), no there's no empty
17745: type/comment by default
17746:
17747: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17748: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17749: src/doc/value.dox, src/include/pa_exception.h,
17750: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17751: 0001
17752:
17753: 2002-04-26 paf
17754:
17755: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17756: size reduced
17757:
17758: 2002-04-25 paf
17759:
17760: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17761: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17762: now that took into account
17763:
17764: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17765: 01:03:04]
17766:
17767: * ChangeLog, operators.txt, src/classes/date.C:
17768: ^date::create[2002-12-33 01:03:04]
17769:
17770: * ChangeLog: updated changelog
17771:
17772: * src/classes/table.C: removed restriction on column count to
17773: ^table.hash to work, now must be >0 [were >1]
17774:
17775: 2002-04-24 paf
17776:
17777: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17778: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17779: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17780: targets
17781:
17782: 2002-04-23 paf
17783:
17784: * operators.txt, src/classes/string.C:
17785: int/double/string:sql{}[$.default{code}] fixed [were barking:
17786: "junction used outside of context"]
17787:
17788: 2002-04-22 paf
17789:
17790: * types.txt, src/classes/string.C, src/include/pa_string.h,
17791: src/main/pa_string.C, src/types/pa_vstring.C,
17792: src/types/pa_vstring.h: ^string.optimize[]
17793:
17794: * src/: include/pa_globals.h, include/pa_table.h,
17795: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17796: table template
17797:
17798: * src/classes/: string.C: optimize removed from string
17799: .left/right/pos
17800:
17801: * src/main/execute.C: rolled back to
17802: before_killing_userjunction_contexts
17803:
17804: * src/main/execute.C: user junctions context killed
17805:
17806: * src/main/execute.C: junctions to local contexts got
17807: cleanized&checked later
17808:
17809: 2002-04-19 paf
17810:
17811: * src/: classes/string.C, include/pa_request.h,
17812: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17813: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17814: prior to .left .right .mid .pos .match when that is profitable,
17815: and always before .replace when $ORIGINS(1) optimization disabled
17816: economy from not wasting mem on lots of strings which occur by
17817: lots of String:mid calls to get parts of source string between
17818: found_occurances
17819:
17820: * src/classes/file.C: ovector now local economy: 16 bytes per
17821: ^file:list
17822:
17823: * src/: include/pa_globals.h, include/pa_table.h,
17824: main/pa_globals.C, main/pa_string.C: String::match table columns
17825: globalized, not created @ each ^match anymore economy:
17826: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17827:
17828: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17829: removed from each String::match replace iteration, and made
17830: stacked sizeof(VTable)=12bytes economy on each replace code
17831:
17832: * src/doc/footer.htm: 2001,
17833:
17834: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17835: string.match[]['] option enables generation of $match.prematch
17836: .match .postmatch columns
17837:
17838: * src/main/pa_string.C: String::match options analized without
17839: cstr-ing them now
17840:
17841: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17842: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17843: config updated to doxygen 1.2.15, created helper which fixes
17844: minor bugs in chm project files & htm tree. changed extension to
17845: .htm
17846:
17847: 2002-04-18 paf
17848:
17849: * src/doc/doxygen.cfg: .chi generation disabled
17850:
17851: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17852: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17853: fields&methods
17854:
17855: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17856: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17857: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17858: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17859: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17860: types/pa_vresponse.h, types/pa_vstateless_class.h,
17861: types/pa_vstateless_object.h, types/pa_vstatus.h,
17862: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17863: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17864: VStateless_class to VObject
17865:
17866: * src/: main/pa_request.C, types/pa_valiased.h,
17867: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17868: types/pa_vstring.h: VStateless_string_object speicalized light
17869: version of VStateless_object
17870:
17871: * src/classes/op.C: ^throw comment param made optional
17872:
17873: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17874: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17875: and implemented down in VClass, fclass_alias removed,
17876:
17877: * src/types/pa_value.C: forced to cut that from .h because of
17878: VStateless_class usage [undefined in .h]
17879:
17880: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17881: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17882: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17883: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17884: on each CALL]
17885:
17886: * src/: classes/classes.h, classes/date.C, classes/double.C,
17887: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17888: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17889: classes/response.C, classes/string.C, classes/table.C,
17890: classes/void.C, classes/xnode.C, include/pa_globals.h,
17891: include/pa_request.h, main/execute.C, main/pa_globals.C,
17892: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17893: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17894: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17895: types/pa_vstateless_class.h, types/pa_wcontext.C,
17896: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17897: removed Value::fname
17898:
17899: 2002-04-17 paf
17900:
17901: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17902: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17903: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17904: include/pa_pool.h, include/pa_types.h: dox updated to current
17905: state, PTHROW freshen to throw & co
17906:
17907: * src/types/pa_vhash.h: vstring wrong parent fixed
17908:
17909: * src/classes/op.C: taint local result var bug fixed
17910:
17911: 2002-04-16 paf
17912:
17913: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17914: Attic asm.txt as most interesting
17915:
17916: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17917: check, preventing content-length: 0 from appearing
17918:
17919: * src/main/execute.C: $result in @main now taken into account as in
17920: usual functions
17921:
17922: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17923: & @unhandled_exception now taken into account as in usual
17924: functions
17925:
17926: * src/doc/postbuild.txt: instructions on post .html build
17927:
17928: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17929:
17930: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17931: tainted
17932:
17933: * src/main/pa_request.C: uri in error log
17934:
17935: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17936: cheched date:create(days) param for validity [later were assumed
17937: valid and crashed on invalid onces]
17938:
17939: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17940: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17941: and used that for removing VString wrapper
17942:
17943: * src/classes/op.C: exception2vhash file now tainted
17944:
17945: * src/classes/op.C: _process pseudo origin copied from local var to
17946: heap
17947:
17948: * src/classes/op.C: extra check on empty file in origin in _execute
17949:
17950: 2002-04-15 paf
17951:
17952: * src/: main/execute.C, types/pa_value.h: fixed name update
17953:
17954: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17955: functions
17956:
17957: * src/: classes/file.C, classes/hash.C, classes/op.C,
17958: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17959: started dual write_xxx_lang functions, if checked & works
17960:
17961: * src/: classes/date.C, classes/file.C, classes/mail.C,
17962: classes/string.C, classes/xnode.C, include/pa_request.h,
17963: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17964: unnecessary VString shells
17965:
17966: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17967: prev changes]
17968:
17969: * src/: classes/image.C, classes/op.C, classes/string.C,
17970: classes/table.C, include/pa_request.h, main/execute.C,
17971: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17972: StringOrValue wcontext result, now ready for dual writes
17973:
17974: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17975: checked that
17976:
17977: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17978: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17979: changed to OP_WRITE_VALUE in var get cases
17980:
17981: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17982: include/pa_request.h, main/compile.tab.C, main/compile.y,
17983: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17984: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17985: switch in hash constructor fixed [were problems with using of
17986: stacked wwrapper after it's death]
17987:
17988: 2002-04-12 paf
17989:
17990: * operators.txt, src/classes/table.C: table.select(expression) 0
17991:
17992: 2002-04-11 paf
17993:
17994: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17995: Request::process_internal codeFrame & wwrapper stacked [not
17996: wasting heap anymore]
17997:
17998: 2002-04-10 paf
17999:
18000: * src/: classes/double.C, classes/file.C, classes/hash.C,
18001: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18002: classes/string.C, classes/table.C, classes/void.C,
18003: classes/xdoc.C, include/pa_request.h, main/execute.C,
18004: main/pa_string.C: killed Request::process() wrapping
18005: VString(String) in case we need only String
18006:
18007: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18008: killed 8 bytes from String.head
18009:
18010: 2002-04-09 paf
18011:
18012: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18013: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18014: local*/char b[...]; a=b; situations
18015:
18016: * operators.txt, src/classes/xdoc.C: xslt params made literal
18017:
18018: * src/classes/xdoc.C: xslt params fixed
18019:
18020: * src/: main/pa_common.C, targets/cgi/parser3.C,
18021: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18022: not pool.malloc(MAX_NUMBER) but really neaded
18023:
18024: * operators.txt, src/classes/double.C, src/classes/int.C:
18025: int/double.int/double(default)
18026:
18027: 2002-04-04 paf
18028:
18029: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18030: [when reconstructing pieces were split by
18031: max_integral(piece.size), thus some strings to replace happen to
18032: be split into two = not replaced)
18033:
18034: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18035: standalone version = current dir
18036:
18037: * src/targets/cgi/parser3.C: document root in standalone version =
18038: current dir
18039:
18040: 2002-04-03 paf
18041:
18042: * configure, configure.in: more checks on nonexistent charset
18043:
1.116 moko 18044: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18045:
18046: 2002-04-02 paf
18047:
18048: * src/main/compile.C: parser.compile [exception name more like in
18049: doc]
18050:
18051: 2002-04-01 paf
18052:
18053: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18054: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18055: .content-type.charset, not .charset
18056:
18057: 2002-03-29 paf
18058:
18059: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18060:
18061: * operators.txt, src/classes/date.C: ^date::create now may not
18062: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18063: days' year. | 31.05->31.04 roll
18064:
18065: 2002-03-28 paf
18066:
18067: * operators.txt, src/classes/date.C, src/classes/op.C,
18068: src/include/pa_globals.h, src/include/pa_hash.h,
18069: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18070: ^cache(seconds) ^cache[date] }
18071:
18072: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18073: param
18074:
18075: 2002-03-27 paf
18076:
18077: * operators.txt, src/classes/date.C, src/classes/double.C,
18078: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18079: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18080: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18081: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18082: src/classes/xnode.C, src/include/pa_exception.h,
18083: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18084: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18085: src/main/pa_array.C, src/main/pa_charset.C,
18086: src/main/pa_charsets.C, src/main/pa_common.C,
18087: src/main/pa_dictionary.C, src/main/pa_exception.C,
18088: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18089: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18090: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18091: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18092: src/types/pa_value.h, src/types/pa_vcookie.C,
18093: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18094: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18095: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18096: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18097: src/types/pa_wwrapper.h: assigned exception types
18098:
18099: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18100: src/include/pa_request.h, src/main/execute.C,
18101: src/main/pa_request.C: decided agains resetting exception_trace,
18102: just changed name
18103:
18104: 2002-03-26 paf
18105:
18106: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18107: fixed
18108:
18109: * src/classes/op.C: forced language of $source field of exception
18110: to 'tainted', so that sql-langed-frags could be outputed outside
18111: of connect
18112:
18113: * operators.txt: removed date.roll limit of +-1 offset
18114:
18115: * src/classes/date.C: removed date.roll limit of +-1 offset
18116:
18117: * operators.txt, src/classes/date.C: fixed date roll on
18118: daylightsaving days mktime took into account tm_isdst flag, which
18119: remained from BEFORE roll, but should have been reset
18120:
18121: 2002-03-25 paf
18122:
18123: * operators.txt, src/targets/cgi/parser3.C:
18124: http_site_config_filespec
18125:
18126: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18127: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18128: with any/both --disable-foreign-group-files --disable-execs
18129:
18130: * INSTALL: "--with=sendmail=COMMAND" comment
18131:
18132: * INSTALL, configure, configure.in, src/classes/mail.C,
18133: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18134: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18135: disables execs also. introducing --sendmail
1.95 moko 18136:
18137: * operators.txt: pgsql options comment
18138:
18139: * INSTALL: comment on --disable-link-stdcpp
18140:
1.116 moko 18141: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18142: libstdc++ link skipping configure option
1.95 moko 18143:
18144: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18145: with error were put to cache with 'marked_to_rollback' flag, all
18146: consequent even OK requests rolled back
18147:
18148: 2002-03-22 paf
18149:
18150: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18151: false return
18152:
18153: * operators.txt: few comments on sets
18154:
18155: 2002-03-18 paf
18156:
18157: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18158: src/include/pa_globals.h, src/include/pa_request.h,
18159: src/include/pa_stack.h, src/main/pa_globals.C,
18160: src/main/pa_request.C: introducing ^try
18161:
18162: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18163: types/pa_vdouble.h: removed some tested @tests
18164:
18165: 2002-03-15 paf
18166:
18167: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18168:
18169: 2002-03-13 paf
18170:
18171: * src/main/pa_exception.C: checked not-pooled malloc
18172:
18173: 2002-03-11 paf
18174:
18175: * INSTALL, configure, configure.in,
18176: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18177:
18178: * src/main/pa_common.C: --disable-foreign-group-files
18179:
18180: * INSTALL: --disable-execs
18181:
18182: * src/main/pa_exec.C: --disable-execs
18183:
18184: * configure, configure.in, src/include/pa_config_auto.h.in:
18185: --disable-execs
18186:
18187: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18188:
18189: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18190: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18191:
18192: 2002-03-05 paf
18193:
18194: * operators.txt, src/classes/date.C: date week calendar columns
18195: named
18196:
18197: * operators.txt, src/classes/date.C: date week calendar columns
18198: named
18199:
18200: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18201: requires headers to be terminated with \r\n manually [refuses to
18202: separate header/body itself]
18203:
18204: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18205: targets/isapi/parser3isapi.C: isapi site config beside .dll
18206:
18207: 2002-03-04 paf
18208:
18209: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18210: in PASS language
18211:
18212: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18213: deserialize checks on broken file
18214:
18215: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18216: parser3isapi.dsp: isapi updated
18217:
18218: 2002-03-01 paf
18219:
18220: * src/main/pa_exec.C: execle -> execve, now argc OK
18221:
18222: 2002-02-28 paf
18223:
18224: * src/main/untaint.C: removed some debug comments
18225:
18226: * src/main/pa_charsets.C: when placing charset to cache using
18227: global name now [were request]
18228:
18229: * configure, configure.in: apache module updated
18230:
18231: * src/main/pa_string.C: origin by first piece preferred before last
18232: piece
18233:
18234: 2002-02-27 paf
18235:
18236: * src/main/pa_charset.C: size_t
18237:
18238: * INSTALL: shared/static-xml with-pathlink
18239:
18240: * operators.txt: SMTP comment
18241:
18242: 2002-02-26 paf
18243:
18244: * src/main/pa_exec.C: more precise names for vars, cosmetic
18245:
18246: * src/classes/xnode.C: in some situation, xpath query returned
18247: result with type NODESET, but empty nodeset member field, checked
18248: that
18249:
18250: 2002-02-22 paf
18251:
18252: * INSTALL: without-zlib comment
18253:
18254: * etc/parser3.charsets/windows-1251.cfg: °
18255:
18256: * configure, configure.in: glib###.a detection fixed
18257:
18258: * INSTALL: hashfile removed from INSTALL
18259:
1.116 moko 18260: * Makefile.am: make update
1.95 moko 18261:
18262: * src/main/pa_string.C: string iterators fixed again, so were
18263: String::join_chain
18264:
18265: * src/main/pa_string.C: string iterators fixed again, so were
18266: String::join_chain
18267:
18268: * src/: include/pa_string.h, main/pa_string.C: string iterators
18269: fixed again, so were String::join_chain
18270:
18271: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18272:
18273: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18274: "session"
18275:
1.116 moko 18276: * configure, configure.in, src/include/pa_config_auto.h.in:
18277: --with-shared-xml --with-static-xml
1.95 moko 18278:
18279: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18280: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18281: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18282: xalan&xml
18283:
18284: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18285:
18286: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18287: src/types/types.dsp: removed hashfile support from sources for
18288: now
18289:
1.116 moko 18290: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18291: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18292: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18293: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18294: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18295: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18296: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18297: src/types/Makefile.am, src/types/pa_vhashfile.C,
18298: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18299:
18300: 2002-02-21 paf
18301:
18302: * src/main/untaint.C: removed debug code, activated commented-for
18303: debug parts
18304:
1.116 moko 18305: * Makefile.am: make cvsupdate
1.95 moko 18306:
18307: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18308: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18309: append_row, not at link zero now string to string appending works
18310:
18311: 2002-02-20 paf
18312:
18313: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18314: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18315: DEBUG_STRING_APPENDS_VS_EXPANDS
18316:
18317: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18318: economy: 22%
18319:
18320: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18321: space uptimized: string::link_row removed
18322:
18323: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18324: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18325: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18326: types/pa_vstring.h: speed uptimized: string::is_empty
18327:
18328: * operators.txt, src/include/pa_common.h,
18329: src/include/pa_config_fixed.h, src/include/pa_string.h,
18330: src/include/pa_types.h, src/main/compile.tab.C,
18331: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18332: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18333: string append optimiziation idea and estimates
18334:
18335: 2002-02-19 paf
18336:
18337: * src/classes/math.C: not used directly [but erroreously reported
18338: that 'is', thus registering twice&other probs]
18339:
18340: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18341: to node [element]
18342:
18343: * src/main/compile.C: without string_origins parse error
18344: file+line+col possible
18345:
18346: * src/main/: compile.C: without string_origins not worked
18347:
18348: 2002-02-18 paf
18349:
18350: * src/types/pa_vdouble.h: since we have in_expression removed that
18351: trick i've installed into double::as_string
18352:
18353: * src/main/pa_globals.C: extern "C" was removed too fast
18354:
18355: * src/: include/pa_opcode.h, include/pa_request.h,
18356: main/compile.tab.C, main/compile.y, main/execute.C,
18357: types/pa_wcontext.h: in_expression aimed to solve old problem
18358: with string/nonstring values, now in expressions double/int
18359: values are passed as-is, without stupid tostring/fromstring
18360: conversions
18361:
18362: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18363: __cplusplus } #endif
18364:
18365: * src/main/compile.tab.C: bison env set so one could compile
18366: without cygwin installed
18367:
18368: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18369: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18370: gnome xml libs parser .dsp-s changed accordingly
18371:
18372: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18373:
18374: * operators.txt, src/classes/date.C: date::create [were date::set,
18375: with backward comp
18376:
18377: * src/classes/math.C: math:random range check fixed
18378:
18379: * src/main/: compile.tab.C, compile.y: integer division stops name
18380:
18381: * INSTALL: local install comment
18382:
1.116 moko 18383: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18384:
1.116 moko 18385: * acinclude.m4, aclocal.m4, configure, configure.in,
18386: src/include/pa_config_auto.h.in,
18387: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18388: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18389:
18390: * operators.txt: \ comment
18391:
18392: 2002-02-13 paf
18393:
18394: * src/include/pa_config_includes.h: sys/time time both included
18395: now. vaguely remember confilicts on this on some system [not on
18396: six|ablv] so when would see them again would think up proper
18397: check
18398:
1.116 moko 18399: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18400: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18401:
18402: * src/main/pa_common.C: truncation never occured when writing files
18403: on unix [since i've changed cache mech] fix
18404:
18405: * src/main/pa_common.C: strnchr: sanity check added
18406:
18407: * etc/parser3.charsets/windows-1257.cfg: id added
18408:
18409: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18410: baltic charset file generated, in generation script ispunct check
18411: added
18412:
18413: 2002-02-08 paf
18414:
1.116 moko 18415: * src/: include/Makefile.am, sql/Makefile.am,
18416: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18417:
18418: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18419: forgotten
18420:
18421: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18422:
18423: * INSTALL, README: install&others updated
18424:
18425: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18426:
1.116 moko 18427: * Makefile.am, configure, configure.in,
18428: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18429: src/classes/Makefile.am, src/main/Makefile.am,
18430: src/main/pa_status_provider.C, src/targets/Makefile.am,
18431: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18432: works
1.95 moko 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/int.C, classes/mail.C,
18437: 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_tools.C, main/compile_tools.h, main/execute.C,
18455: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18456: main/pa_db_connection.C, main/pa_db_manager.C,
18457: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18458: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18459: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18460: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18461: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18462: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18463: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18464: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18465: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18466: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18467: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18468: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18469: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18470: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18471: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18472: types/pa_vmethod_frame.h, types/pa_vobject.h,
18473: types/pa_vrequest.h, types/pa_vresponse.h,
18474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18475: types/pa_vstateless_object.h, types/pa_vstatus.C,
18476: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18477: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18478: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18479: classes/image.C, main/pa_common.C, main/pa_exec.C,
18480: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18481: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18482: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18483: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18484: types/pa_vxnode.C, main/pa_charset.C: name spelling
18485:
18486: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18487: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18488: classes/hashfile.C, classes/image.C, classes/int.C,
18489: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18490: classes/string.C, classes/table.C, classes/void.C,
18491: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18492: include/pa_array.h, include/pa_cache_managers.h,
18493: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18494: include/pa_config_fixed.h, include/pa_config_includes.h,
18495: include/pa_db_connection.h, include/pa_db_manager.h,
18496: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18497: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18498: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18499: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18500: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18501: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18502: include/pa_stack.h, include/pa_string.h,
18503: include/pa_stylesheet_connection.h,
18504: include/pa_stylesheet_manager.h, include/pa_table.h,
18505: include/pa_threads.h, include/pa_types.h, main/compile.C,
18506: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18507: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18508: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18509: main/pa_db_connection.C, main/pa_db_manager.C,
18510: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18511: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18512: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18513: main/pa_socks.C, main/pa_sql_driver_manager.C,
18514: main/pa_status_provider.C, main/pa_string.C,
18515: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18516: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18517: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18518: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18519: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18520: targets/isapi/pool_storage.h, types/pa_valiased.C,
18521: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18522: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18523: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18524: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18525: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18526: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18527: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18528: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18529: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18530: types/pa_vresponse.h, types/pa_vstateless_class.C,
18531: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18532: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18533: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18534: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18535: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18536: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18537:
18538: 2002-02-07 paf
18539:
18540: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18541:
1.116 moko 18542: * configure, configure.in, src/include/pa_config_auto.h.in,
18543: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18544: added yet another locking function: fcntl
1.95 moko 18545:
18546: * config.sub: on cygwin configure passes it with strange i1586
18547: const, hacked it to mean i586
18548:
18549: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18550: disabled $if reference due to conflicts with local variables
18551:
18552: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18553: xdoc::set obsolete now, now xdoc::create, with both sences
18554:
18555: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18556: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18557: table::create now // 'set' name obsolete now table clone.
18558:
18559: * operators.txt, src/classes/string.C,
18560: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18561: ^int/double/string.format now can be called with normal []
18562: brackets, not stupid {} as it were implemented for some strange
18563: reason. retaining backward compatibility due to some
18564: already-implemented servers
18565:
18566: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18567: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18568: operators now detected by check at name_without_curly_rdive_read
18569: rule whether diving code constists only of
18570: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18571: with OP_GET_ELEMENT_OR_OPERATOR to form
18572: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18573:
18574: 2002-02-06 paf
18575:
18576: * configure, configure.in: prefix expanded, grr
18577:
18578: * operators.txt, src/classes/mail.C: mail:send config changed
18579:
18580: 2002-02-05 paf
18581:
18582: * operators.txt: regex options commented
18583:
18584: * src/main/: pa_exec.C: argv0 now correct
18585:
18586: * src/types/pa_vstatus.C: status:rusage 3
18587:
18588: * src/types/pa_vstatus.C: status:rusage 2
18589:
18590: * operators.txt: status:rusage described int operators
18591:
18592: * src/types/pa_vstatus.C: status:rusage 1
18593:
18594: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18595: src/types/types.dsp: status:rusage
18596:
18597: * configure.in, operators.txt, src/classes/file.C,
18598: src/classes/op.C, src/include/pa_common.h,
18599: src/include/pa_config_includes.h, src/main/compile.tab.C,
18600: src/main/pa_common.C: rewritten ^cache to use
18601: non-blocking-exclusive-caches
18602:
18603: * src/main/pa_common.C: text file read mode on win32 adjusted
18604: [speed impact. was off for debugging purpose, but forgotten
18605: afterwards]
18606:
18607: 2002-02-01 paf
18608:
18609: * src/classes/op.C: file_write does EX lock after create, while
18610: file_read does SH after open, so there's a moment after create
18611: but before EX lock when read can sneak into, and read
18612: just-created-for-writing-and-not-yet-locked file, added a check
18613: for that in ^cache...read
18614:
18615: 2002-01-31 paf
18616:
18617: * src/main/: compile.y, compile.tab.C: disabled operator call after
18618: ^xxx:
18619:
18620: * src/main/: compile.tab.C, execute.C: made operators lookup first
18621: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18622:
18623: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18624: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18625: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18626: operators check 6.1 rewritten. now check is done at compile time
18627:
18628: * src/main/execute.C: operators check 5 floated up old error of
18629: staying in 'entered class/object' state after $a($a..) it
18630: prevented operators from being called thereafter
18631:
18632: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18633: main/execute.C: operators check 4 floated up old error of staying
18634: in 'entered object' state after ^a.a(a) it prevented operators
18635: from being called thereafter
18636:
18637: * src/main/execute.C: operators check 3 floated up old error of
18638: staying in 'entered class' state after $a:a(a) it prevented
18639: operators from being called thereafter
18640:
18641: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18642: floated up old error of staying in 'entered class' state after
18643: $a:a[a] it prevented operators from being called thereafter
18644:
18645: * src/main/execute.C: operators check, thay mistakenly seen in
18646: $class:operator $object.operators contexts
18647:
18648: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18649: win32
18650:
1.116 moko 18651: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18652: src/classes/Makefile.am, src/main/Makefile.am,
18653: src/targets/cgi/Makefile.am,
1.95 moko 18654: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18655: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18656:
1.116 moko 18657: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18658: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18659: configure, configure.in, form.txt, ident.awk, install-sh,
18660: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18661: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18662: etc/parser3.charsets/Makefile.am,
18663: etc/parser3.charsets/koi8-r.cfg,
18664: etc/parser3.charsets/windows-1250.cfg,
18665: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18666: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18667: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18668: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18669: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18670: straightened installation scripts procedure made
18671: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18672: change
18673:
18674: 2002-01-30 paf
18675:
18676: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18677: removed] those comments were a mistake, and prevented libltdl
18678: from function properly
18679:
18680: 2002-01-29 paf
18681:
1.116 moko 18682: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18683: creation [modified acinclude.m4 which were creating int into just
18684: assignment LIBTOOL=../libtool] added default system
18685: config&charsetts prepared 'make install', now it installs
18686: targets/cgi/parser3 into bin directory etc/parser3.conf &
18687: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18688: $sysconfdir/parser3.charsets respectively
18689:
18690: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18691: main/pa_globals.C: few forgotten ifdef XML added
18692:
18693: 2002-01-28 paf
18694:
1.116 moko 18695: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18696: removed
18697:
18698: * src/main/pa_exception.C: dom|generic error output fix
18699:
18700: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18701:
18702: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18703:
18704: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18705: [fixed as_node helper func to accept docs]
18706:
18707: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18708: xdoc.importNode 0
18709:
18710: * src/classes/xdoc.C: xdoc::set now untaints OK
18711:
18712: 2002-01-25 paf
18713:
18714: * src/main/: compile.tab.C, compile.y: #comment before @ after
18715: @SPECIAL now works OK
18716:
18717: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18718:
18719: * src/main/pa_exec.C: max arg count now 10, and proper message on
18720: violation that added
18721:
18722: * src/classes/hash.C: unified hash::sql, now
18723: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18724:
18725: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18726: ^file:lock[filename]{code}
18727:
18728: * src/: classes/file.C, classes/op.C, classes/string.C,
18729: classes/table.C, classes/xdoc.C, include/pa_common.h,
18730: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18731: to some pa_common funcs
18732:
18733: * src/: include/pa_charset.h, main/pa_globals.C:
18734: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18735:
18736: * src/: include/pa_charset.h, main/pa_charset.C,
18737: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18738: not stupid illegal define
18739:
18740: 2002-01-24 paf
18741:
18742: * src/include/pa_version.h: changed version number
18743:
18744: * src/: classes/hashfile.C, include/pa_db_table.h,
18745: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18747: main/pa_db_connection.C, main/pa_db_table.C,
18748: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18749: hashfile without logfiles
18750:
18751: * src/: classes/hashfile.C, include/pa_db_table.h,
18752: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18753: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18754: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18755: DB_INIT_TXN init bits, thus got rid of huge log files, which
18756: cluttered disk without huge need]
18757:
18758: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18759: handy macro, which is strangly abscent in dome lib
18760:
18761: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18762:
18763: * src/classes/xdoc.C: checked empty response
18764:
18765: * src/classes/xnode.C: xdoc.select fixed context node [were always
18766: /, not self node]
18767:
18768: * src/classes/xnode.C: xnode.select returns array always now, in
18769: case 'nothing found' returns empty array
18770:
18771: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18772: be more tender with ctrl/c/v
18773:
18774: 2002-01-23 paf
18775:
18776: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18777: substituted. // 2. when dom tree with entites goes under
18778: transform text nodes // got [erroreosly] cut on first
18779: entity occurance
18780:
18781: * src/types/pa_vdouble.h: double prec. todo: get rid of
18782: twice-converting
18783:
18784: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18785: 'e' in output this is for regretful twice-converting here:
18786: $a(double value) when they write double falue they convert it to
18787: string first, thus %g were losing precesion.
18788:
18789: todo: think up some way to remove double->string string->double
18790: twice-converting
18791:
18792: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18793: %.20E now default float format this is for regretful
18794: twice-converting here: $a(double value) when they write double
18795: falue they convert it to string first, thus %g were losing
18796: precesion.
18797:
18798: todo: think up some way to remove double->string string->double
18799: twice-converting
18800:
18801: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18802: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18803: reasons in comment inside
18804:
18805: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18806: statically linked]
18807:
18808: * src/: include/pa_exception.h, main/compile.tab.C,
18809: main/pa_exception.C: removed exception va_list constructor. 1.
18810: not needed anymore 2. there were a conflict[causing errors]
18811: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18812: never detected an ambiguilty here, compiling ctor(, "hello") into
18813: ctor(, va_list) which, of course, caused gpf
18814:
18815: * src/main/pa_globals.C: removed debug xslt messages
18816:
18817: 2002-01-22 paf
18818:
18819: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18820: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18821: helps compiling stylesheet properly. example: this refused to
18822: work, <b>«<xsl:value-of select="@title"
18823: />»</b> stranly worked only this way:
18824: <b>«<xsl:value-of select="@title" />»</b>
18825:
18826: docs says "set it to 1", never going into details, so I decided
18827: to try NOT to do that
18828:
18829: * src/classes/table.C: join behaived badly in case named tables
18830: structure mismatched: 0 strings sneaked into dest failing
18831: afterwards. replaced them with empty strings
18832:
18833: 2002-01-21 paf
18834:
18835: * src/main/pa_charset.C: checked empty transcoders in
18836: transcode_cstr|buf
18837:
18838: * src/classes/xdoc.C: xdoc::load error source = filespec
18839:
18840: * src/classes/xdoc.C: transform error source now
18841: stylesheet_filespec
18842:
1.116 moko 18843: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18844: include/pa_stylesheet_connection.h, main/pa_charset.C,
18845: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18846: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18847: gnome
1.95 moko 18848:
18849: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18850: include/pa_globals.h, include/pa_stylesheet_connection.h,
18851: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18852: xslt generic error 1
18853:
18854: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18855: xml generic message 1
18856:
18857: * src/classes/table.C: ^table::load empty lines or #comments before
18858: headline
18859:
18860: * src/: include/pa_array.h, include/pa_globals.h,
18861: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18862: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18863: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18864: errors 0
18865:
18866: 2002-01-16 paf
18867:
18868: * src/: classes/hash.C, classes/op.C, classes/string.C,
18869: classes/table.C, classes/void.C, classes/xdoc.C,
18870: include/pa_db_connection.h, include/pa_request.h,
18871: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18872: include/pa_stylesheet_connection.h,
18873: include/pa_stylesheet_manager.h, main/pa_request.C,
18874: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18875: targets/cgi/pool_storage.h: auto closers to sql_connection,
18876: stylesheet_connection auto destroyers to remaining gnome objects
18877:
18878: * src/classes/xdoc.C: few comments
18879:
18880: 2002-01-15 paf
18881:
18882: * src/classes/xdoc.C: xdoc file save string
18883:
18884: ready. todo: error handling
18885:
18886: * src/classes/xdoc.C: xdoc save rewritten using
18887: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18888: result
18889:
18890: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18891: started output options parsing
18892:
18893: 2002-01-14 paf
18894:
18895: * src/classes/xdoc.C: method
18896:
18897: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18898: include/pa_pool.h, include/pa_stylesheet_connection.h,
18899: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18900: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18901: xslt transform0. TODO: use output options handle errors
18902:
18903: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18904:
18905: 2002-01-11 paf
18906:
18907: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18908: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18909: partial logical && || evaluation
18910:
18911: * src/classes/xnode.C: xpath selectNodes
18912:
18913: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18914: string/number/bool
18915:
18916: * src/classes/xnode.C: xpath selectNode 2
18917:
18918: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18919: xpath selectNode 1
18920:
18921: 2002-01-10 paf
18922:
18923: * src/classes/xnode.C: xpath selectNode -100 [just written]
18924:
18925: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18926: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18927: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18928: refcounter]
18929:
18930: 2001-12-29 paf
18931:
18932: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18933: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18934: glib works 0
18935:
18936: 2001-12-28 paf
18937:
18938: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18939: main/pa_exception.C: started glib transcoders
18940:
18941: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18942:
18943: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18944: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18945: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18946: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18947: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18948: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18949: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18950: libs just compiled in. no refcounting no xpath no xslt yet
18951:
18952: 2001-12-27 paf
18953:
18954: * src/: include/pa_charset.h, include/pa_common.h,
18955: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18956: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18957: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18958: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18959: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18960: from xalan&xerces, started the process. globals [initialization
18961: pool [charset update charset [transcodings vxnode vxdoc [DOM
18962: calls
18963:
18964: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18965: anymore
18966:
18967: 2001-12-26 paf
18968:
18969: * src/: include/pa_charset.h, include/pa_charsets.h,
18970: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18971: key globalized [bug]
18972:
18973: 2001-12-25 paf
18974:
18975: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18976: main/pa_string.C: table set & append changed splitting languages,
18977: separators now can be clean AND as-is same to mail command line
18978: $MAIN:MAIL.progX arguments
18979:
18980: 2001-12-24 paf
18981:
18982: * src/classes/mail.C: one parted text messages - no multipart
18983: mime-type anymore. for convinient if $.attach-ments
18984:
18985: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18986: main/pa_string.C: read from cache size check updated
18987:
18988: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18989:
18990: 2001-12-21 paf
18991:
18992: * src/classes/date.C: date:sql-string now returns localtime
18993:
18994: * src/main/pa_request.C: $result in @main actually not working, to
18995: hell with it for now
18996:
18997: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18998: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18999: @postprocess @exception
19000:
19001: * src/main/execute.C: junction evaluation canceled - endless
19002: recursion detected
19003:
19004: 2001-12-19 paf
19005:
19006: * src/main/pa_charset.C: charset->charset transcoding via unicode
19007: intermediate
19008:
19009: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19010:
19011: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19012:
19013: * src/classes/op.C: ^cache keypath now relative
19014:
19015: * src/classes/mail.C: changed weighting prior to sort
19016:
19017: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19018: were missing
19019:
19020: 2001-12-17 paf
19021:
19022: * src/main/pa_charset.C: ifndef XML were bad type
19023:
19024: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19025: outdated unset services_pool
19026:
19027: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19028: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19029: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19030:
19031: * src/main/untaint.C: allowed space in filespec
19032:
19033: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19034:
19035: * src/classes/image.C: no govno
19036:
19037: * src/classes/image.C: govno
19038:
19039: 2001-12-16 paf
19040:
19041: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19042:
19043: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19044: charset_connection&manager replaced by charset&charsets
19045:
19046: * src/main/pa_charset.C: name_cstr 0
19047:
19048: * src/main/untaint.C: uri lang now knows about client/source
19049: charsets
19050:
19051: * src/: classes/file.C, classes/math.C, classes/op.C,
19052: classes/string.C, classes/table.C, classes/xdoc.C,
19053: include/pa_array.h, include/pa_cache_managers.h,
19054: include/pa_charset_connection.h, include/pa_charset_manager.h,
19055: include/pa_common.h, include/pa_db_connection.h,
19056: include/pa_db_manager.h, include/pa_db_table.h,
19057: include/pa_dictionary.h, include/pa_exception.h,
19058: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19059: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19060: include/pa_sapi.h, include/pa_socks.h,
19061: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19062: include/pa_string.h, include/pa_stylesheet_connection.h,
19063: include/pa_stylesheet_manager.h, include/pa_table.h,
19064: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19065: main/pa_charset.C, main/pa_charset_connection.C,
19066: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19067: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19068: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19069: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19070: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19071: types/types.dsp: introducing Charset
19072:
19073: 2001-12-14 paf
19074:
19075: * src/: include/pa_request.h, include/pa_transcoder.h,
19076: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19077: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19078: uri lang
19079:
19080: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19081:
19082: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19083:
19084: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19085: defalts_name global
19086:
19087: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19088: include/pa_request.h, main/main.dsp,
19089: main/pa_charset_connection.C, main/pa_charset_manager.C,
19090: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19091: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19092: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19093: changed charset model. now important: $request:charset
19094: $response:charset while $response:content-type.charset become
19095: unimportant [informational]
19096:
19097: 2001-12-13 paf
19098:
19099: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19100:
19101: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19102: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19103: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19104: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19105: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19106: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19107:
19108: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19109: auto_ptr part other way, because of stupid gcc 2.96
19110: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19111: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19112: FormatterListener] /usr/include/g++-3/memory:48:
19113: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19114: _Tp1 = FormatterListener, _Tp = FormatterListener]
19115:
19116: * src/classes/xdoc.C: removed extra inc
19117:
19118: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19119:
19120: * src/include/pa_types.h: msvc head debugging flag
19121:
19122: * src/classes/xdoc.C: freed up listener
19123:
19124: * src/classes/string.C: change msg '... code is not code'
19125:
19126: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19127: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19128: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19129: [past/future prob]
19130:
19131: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19132: include/pa_config_fixed.h, include/pa_db_manager.h,
19133: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19134: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19135:
19136: * src/: include/pa_config_fixed.h, main/pa_common.C,
19137: main/pa_string.C: removed signed mismatch warnings
19138:
19139: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19140: 'expires' from header outputs
19141:
19142: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19143: row ptr
19144:
19145: * src/classes/file.C: file::cgi bug, request_method were passed to
19146: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19147:
19148: * src/classes/xdoc.C: lang list updated
19149:
19150: 2001-12-10 paf
19151:
19152: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19153:
19154: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19155: erase files like that, knowing their full name introducing //
19156: theoretical problem with, for instance, "_2B" and "." fragments,
19157: // they would yield the same // because
19158: need_file_encode('_')=false // but we need to delete such files
19159: somehow, getting names from ^index
19160:
19161: * src/main/pa_string.C: ^string.replace bug fixed [bad
19162: string::join_chank break]
19163:
19164: 2001-12-07 paf
19165:
19166: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19167: include/pa_common.h, include/pa_config_auto.h.in,
19168: include/pa_config_fixed.h, include/pa_config_includes.h,
19169: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19170: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19171: types/pa_vhashfile.C: merged from r14_simple_cache
19172:
19173: * src/main/pa_string.C: stupid sparc architecture failed to access
19174: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19175: lduh [ %i2 + 1 ], %l0
19176:
19177: bus error, fixed that
19178:
19179: * src/main/pa_string.C: strange string deserialize bug on
19180: client[pmts], a bit shortened,
19181:
19182: * src/include/pa_config_auto.h.in: makes
19183:
19184: * src/: include/pa_common.h, include/pa_config_fixed.h,
19185: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19186: file write shared lock file read
19187:
19188: * src/: classes/op.C, include/pa_common.h,
19189: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19190:
19191: 2001-12-06 paf
19192:
19193: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19194: main/pa_request.C: #ifdef RESOURCES_DEBUG
19195:
19196: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19197: info
19198:
19199: * src/classes/hashfile.C: removed transaction from ^cache
19200:
19201: 2001-12-05 paf
19202:
19203: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19204: IIS5 there were a prob with illegal call check
19205:
19206: 2001-12-04 paf
19207:
19208: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19209: main/pa_request.C: measures to log
19210:
19211: 2001-11-23 paf
19212:
19213: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19214: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19215: types/pa_vhashfile.C: merged from _0014, 1
19216:
19217: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19218: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19219: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19220: ^cache(33) would change
19221:
19222: 0660 bits in file_write & hashfile create
19223:
19224: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19225: after pa_string optimization]
19226:
19227: 2001-11-22 paf
19228:
19229: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19230: table.offset[whence]
19231:
19232: * src/classes/op.C: process cstr(,connection)
19233:
19234: * src/classes/op.C: process now gets its body on current language,
19235: not as-is
19236:
19237: * src/main/untaint.C: ORIGINS mode removed UHTML
19238:
19239: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19240: bit
19241:
1.116 moko 19242: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19243:
19244: 2001-11-21 paf
19245:
19246: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19247: <xsl:output output options made identical to xsl:output
19248: attributes exclusion: cdata-section-elements what xalan can do
19249: but that not used now: it can escape and remove CDATA sections
19250:
19251: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19252: produced by xslt
19253:
19254: * src/targets/cgi/parser3.C: removed debug cgi||1
19255:
19256: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19257:
19258: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19259: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19260: default language for {code}, it happen to change it's language
19261: from CLEAN, so later refused to split by CLEAN \t
19262:
19263: 2001-11-20 paf
19264:
1.116 moko 19265: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19266: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19267: bottom of dependeces, so that errors would popup quicklier, fixed
19268: line numbering in table::sql
19269:
19270: 2001-11-19 paf
19271:
19272: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19273: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19274: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19275: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19276: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19277: at wcontext.write
19278:
1.116 moko 19279: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19280: _set_new_handler
19281:
1.116 moko 19282: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19283: set_new_handler in apache&isapi
1.95 moko 19284:
19285: 2001-11-16 paf
19286:
19287: * src/targets/cgi/parser3.C: pool debug @ die
19288:
19289: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19290: removed 8 bytes from String, 2 bytes from
19291: string::chunk::row::item
19292:
19293: * src/main/pa_string.C: removed 1+4 bytes from String
19294:
19295: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19296: types/pa_vstring.C: removed 1+4 bytes from String
19297:
19298: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19299: 0
19300:
19301: * src/: include/pa_globals.h, include/pa_string.h,
19302: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19303: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19304: targets/cgi/parser3.C: introducing estimating
19305: String::cstr_bufsize, 0
19306:
19307: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19308:
19309: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19310:
19311: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19312: include/pa_pool.h: die in pool::fail
19313:
19314: 2001-11-15 paf
19315:
19316: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19317: main/pa_exception.C, targets/cgi/parser3.C: exception with
19318: dynamic buffer re-back now with counter
19319:
19320: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19321: static buffer back
19322:
19323: * src/targets/cgi/parser3.C: std::
19324:
19325: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19326: include/pa_config_includes.h: setnewhandler check
19327:
1.116 moko 19328: * src/include/pa_config_auto.h.in: makes
1.95 moko 19329:
19330: * src/targets/cgi/parser3.C: set_new_handler started
19331:
19332: 2001-11-14 paf
19333:
19334: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19335: was wrong
19336:
19337: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19338: was wrong
19339:
19340: * src/main/pa_request.C: z
19341:
19342: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19343: full returns win32 -1 solaris >buffer_size
19344:
19345: checked all that
19346:
19347: * src/classes/op.C: ^untaint{body} as-is default now
19348:
19349: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19350: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19351: with no_bad_constructors_try
19352:
19353: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19354: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19355: this: $bred[^string::length[]] $bred[^response::clear[]]
19356: $bred[^int::int[]]
19357:
19358: now VObject creation moved into overriden
19359: VClass::create_new_value, thus 0 from create_new_value means that
19360: class has no ctors
19361:
19362: 2001-11-13 paf
19363:
19364: * src/classes/classes.C: returned accedently removed if in foreach
19365: callbacks [when hash no-0-restructure]
19366:
19367: 2001-11-12 paf
19368:
19369: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19370: passed as-is to method, xalan makes & into & itself
19371:
19372: * src/classes/date.C: date.roll parser2 alg used
19373:
19374: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19375: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19376: main/pa_dictionary.C, main/pa_hash.C,
19377: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19378: now does not containt 0 values. put 0 actullay removes. no check
19379: on 0 value in foreach now required
19380:
19381: 2001-11-11 paf
19382:
19383: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19384:
19385: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19386:
19387: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19388: driver initialize not const
19389:
19390: 2001-11-10 paf
19391:
19392: * src/main/pa_exec.C: doc
19393:
19394: 2001-11-09 paf
19395:
19396: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19397: param properly
19398:
19399: * src/classes/string.C: string.save now does untainting before
19400: saving
19401:
19402: * src/main/pa_common.C: line endings fixing fixed last piece[was
19403: still cstr oriented]
19404:
19405: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19406: line endings fixing got rid of cstr, now must work ok with post
19407: multipart
19408:
19409: * src/types/pa_vform.C: line endings fixed at post / multipart /
19410: not file also now
19411:
19412: 2001-11-08 paf
19413:
19414: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19415: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19416: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19417: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19418: main/pa_stylesheet_manager.C: restructured Cache manager to be
19419: simple parent, not second parent [gcc 2.96 strangly refused to
19420: call virtual from second parent]
19421:
1.116 moko 19422: * src/: include/pa_common.h, main/Makefile.am,
19423: targets/cgi/pa_pool.C: makes
1.95 moko 19424:
19425: * src/: include/pa_request.h, main/pa_request.C,
19426: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19427: 'status' class enabler
19428:
19429: <Location /parser-status.html> ParserStatusAllowed </Location>
19430:
19431: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19432: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19433: include/pa_stylesheet_manager.h, main/main.dsp,
19434: main/pa_cache_managers.C, main/pa_charset_manager.C,
19435: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19436: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19437: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19438: todo: apache 'status' class enabler
19439:
19440: 2001-11-05 paf
19441:
19442: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19443: debug to normal
19444:
19445: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19446: hence i removed skipping 0 values in hash::for_each-es we need to
19447: check cleaned cache items manually. few more checks.
19448:
19449: expiring to 0 time was wrong, changed to 'now' time
19450:
19451: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19452: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19453: on apache already done :)
19454:
19455: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19456: skipping 0 values in hash::for_each-es we need to check cleaned
19457: cache items manually
19458:
19459: * src/main/: pa_db_connection.C, pa_db_table.C:
19460: parser_multithreaded check was wrong
19461:
19462: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19463: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19464: classes/hashfile.C, classes/image.C, classes/int.C,
19465: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19466: classes/string.C, classes/table.C, classes/void.C,
19467: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19468: include/pa_array.h, include/pa_charset_connection.h,
19469: include/pa_charset_manager.h, include/pa_common.h,
19470: include/pa_config_fixed.h, include/pa_config_includes.h,
19471: include/pa_db_connection.h, include/pa_db_manager.h,
19472: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19473: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19474: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19475: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19476: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19477: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19478: include/pa_stack.h, include/pa_string.h,
19479: include/pa_stylesheet_connection.h,
19480: include/pa_stylesheet_manager.h, include/pa_table.h,
19481: include/pa_threads.h, include/pa_types.h, main/compile.C,
19482: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19483: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19484: main/pa_charset_manager.C, main/pa_common.C,
19485: main/pa_db_connection.C, main/pa_db_manager.C,
19486: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19487: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19488: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19489: main/pa_socks.C, main/pa_sql_driver_manager.C,
19490: main/pa_status_provider.C, main/pa_string.C,
19491: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19492: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19493: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19494: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19495: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19496: targets/isapi/pool_storage.h, types/pa_valiased.C,
19497: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19498: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19499: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19500: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19501: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19502: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19503: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19504: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19505: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19506: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19507: types/pa_vstateless_object.h, types/pa_vstatus.h,
19508: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19509: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19510: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19511: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19512: $status:db fixed used not initialized in db_connection & db_table
19513:
19514: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19515: $status:charset
19516:
19517: * src/: classes/xdoc.C, include/pa_db_connection.h,
19518: include/pa_stylesheet_connection.h,
19519: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19520: types/pa_vstatus.h: $status:stylesheet
19521:
19522: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19523: include/pa_request.h, include/pa_sql_connection.h,
19524: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19525: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19526: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19527: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19528: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19529: types/pa_vxnode.C, types/types.dsp: started status parser class
19530:
19531: 2001-11-01 paf
19532:
19533: * src/include/pa_config_auto.h.in: makes
19534:
19535: * src/main/pa_hash.C: removed old extra include
19536:
19537: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19538: checks [for hp, there are such in math.h]
19539:
19540: * src/classes/op.C: ^for endless loop check strightened
19541:
19542: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19543: behavior in native calls. it left unchanged, so ^for ^foreach &
19544: co can use r.root to write their i & key,value there
19545:
19546: * src/classes/op.C: detected for var storage bug, fixed.
19547: todo:foreach
19548:
19549: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19550: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19551: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19552: changing of hash inside of foreach
19553:
19554: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19555: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19556: were hash.foreach
19557:
19558: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19559: types/pa_vstring.C, types/pa_vstring.h:
19560: ^foreach[key|value]{body}[[separator]|{separator}]
19561:
19562: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19563: types/pa_vcookie.C: ^hash.delete[key]
19564:
19565: 2001-10-31 paf
19566:
19567: * src/main/: compile.C, pa_common.C: completely empty file now
19568: considered "read", not ignored [not perfect trick used]
19569:
19570: * src/main/pa_common.C: simplier common ifdefs
19571:
19572: * src/main/pa_common.C: typing bug in common - bad ifdeff
19573:
19574: * src/main/pa_db_connection.C: z
19575:
19576: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19577: lockdetector flags
19578: dbenv.lk_detect=DB_LOCK_RANDOM;
19579:
19580: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19581: from accidental show [imagine user forgot @exception]
19582:
19583: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19584:
19585: * src/: classes/file.C, classes/image.C, classes/mail.C,
19586: classes/string.C, classes/xnode.C, include/pa_common.h,
19587: main/pa_common.C: ^string.save[[append;]path]
19588:
19589: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19590: main/execute.C: \ in expression: int divide 10/3=3
19591:
19592: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19593: inside of ^cache
19594:
19595: * src/: include/pa_threads.h, main/pa_db_connection.C,
19596: main/pa_db_table.C, targets/cgi/pa_threads.C,
19597: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19598: needed
19599:
19600: 2001-10-30 paf
19601:
19602: * src/: classes/classes.dsp, main/main.dsp,
19603: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19604: types/types.dsp: enabled debug incremental compile
19605:
19606: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19607: form post data line endings not reformatted now.
19608:
19609: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19610: now required [had bug when file= has no value]
19611:
19612: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19613: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19614: cstr(asis) default param removed
19615:
19616: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19617:
19618: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19619:
19620: * src/include/pa_dir.h: LOAD_DIR fixed
19621:
19622: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19623: was broken} fix_line_breaks
19624:
19625: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19626: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19627: packed with #pragma pack
19628:
1.116 moko 19629: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19630:
19631: 2001-10-29 paf
19632:
19633: * src/types/pa_wcontext.h: bitfield syntax stricter
19634:
19635: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19636: string hash.puts
19637:
19638: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19639:
19640: * src/include/pa_sql_connection.h: there were one wrong
19641: SQL_CONNECTION_FUNC_GUARDED [failed]
19642:
19643: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19644: param.someday either ifdef or remove it
19645:
19646: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19647:
19648: * src/main/untaint.C: optimizing returned after debugging
19649:
19650: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19651: main/untaint.C: memory hunging #pragma pack(1)
19652:
19653: 16 419 844 13 169 394
19654:
19655: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19656: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19657: places [todo:Array]
19658:
19659: * src/: main/execute.C, targets/cgi/pa_pool.C,
19660: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19661: types/pa_wwrapper.h: debugging memory WContext flags to bits
19662:
19663: total 5 652 652/158731 total 5 469 332/158731
19664:
19665: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19666: Array:: without cache in get/put now
19667:
19668: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19669: 18:25:27 2001] total 5 652 652/158731
19670:
19671: * src/: include/pa_string.h, main/pa_string.C,
19672: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19673: now
19674:
19675: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19676: 18:11:53 2001] total 5796092/158731
19677:
19678: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19679: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19680: key ref now
19681:
19682: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19683: 17:11:17 2001] total 16867948/202658
19684:
19685: * src/: classes/file.C, classes/image.C, classes/string.C,
19686: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19687: main/execute.C, main/pa_array.C, main/pa_common.C,
19688: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19689: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19690: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19691: string::as_int/double now usually uses stack, not heap [200K out
19692: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19693:
19694: * src/main/pa_sql_driver_manager.C: ping to have services [old
19695: hiding bug]
19696:
19697: * src/Makefile.am: .am order
19698:
19699: * src/: include/pa_array.h, include/pa_charset_manager.h,
19700: include/pa_db_connection.h, include/pa_db_manager.h,
19701: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19702: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19703: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19704: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19705: required "friend class"
19706:
19707: ../include/pa_request.h:51: friend declaration requires
19708: class-key, i.e. `friend class Temp_lang'
19709:
19710: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19711: main/pa_exception.C, main/pa_sql_driver_manager.C,
19712: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19713:
19714: the idea is to #1 jump to C++ some function to main body, where
19715: every function stack frame has exception unwind information and
19716: from there... #2 propagate_exception()
19717:
19718: 2001-10-28 paf
19719:
19720: * src/main/pa_db_connection.C: removed old consts
19721:
19722: * src/main/pa_db_connection.C: expire table [was accidently pasted
19723: with wrong type/cast]
19724:
19725: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19726: translation
19727:
1.116 moko 19728: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19729: remember to build DB2 with -fexceptions!!!
19730:
19731: * src/main/pa_db_table.C: DB_RMW defed
19732:
19733: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19734: include/pa_db_connection.h, include/pa_db_manager.h,
19735: include/pa_db_table.h, main/pa_db_connection.C,
19736: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19737:
19738: 2001-10-27 paf
19739:
19740: * src/: classes/hashfile.C, include/pa_db_connection.h,
19741: include/pa_db_table.h, main/pa_db_connection.C,
19742: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19743: types/pa_vhashfile.C: DB2 ifdefs
19744:
1.116 moko 19745: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19746: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19747: makes with DB2
19748:
1.116 moko 19749: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19750: types/Makefile.am: makes db
1.95 moko 19751:
19752: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19753: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19754: globals.C
19755:
19756: * src/: classes/hashfile.C, include/pa_db_connection.h,
19757: include/pa_db_table.h, main/pa_db_connection.C,
19758: main/pa_db_table.C: ^hashfile.clear[]
19759:
19760: * src/classes/classes.awk: no $ in var names
19761:
19762: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19763: connection&table [forgotten calls]
19764:
19765: 2001-10-26 paf
19766:
19767: * src/main/pa_db_connection.C: db checkpoints
19768:
19769: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19770: checkpoints
19771:
19772: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19773: default. but entities still reparsed. todo: tothink
19774:
19775: * src/main/pa_db_connection.C: db recover mech 2
19776:
19777: * src/: classes/hashfile.C, include/pa_db_connection.h,
19778: include/pa_db_manager.h, include/pa_db_table.h,
19779: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19780: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19781: types/pa_vhashfile.h: db connections & tables now cached at
19782: create time & multithreaded
19783:
19784: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19785: parsed_source
19786:
19787: * src/main/pa_db_connection.C: about to remove connection from
19788: vhashfile
19789:
19790: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19791: transaction commit/rollback responsibility left to parent [as it
19792: sould - else there were a bug with double free]
19793:
19794: * src/include/pa_db_table.h: db: child transaction commit/rollback
19795: responsibility left to parent [as it sould - else there were a
19796: bug with double free]
19797:
19798: 2001-10-25 paf
19799:
19800: * src/: classes/hashfile.C, include/pa_common.h,
19801: include/pa_db_connection.h, include/pa_db_manager.h,
19802: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19803: types/pa_vhashfile.C, types/pa_vhashfile.h,
19804: include/pa_db_table.h, main/pa_db_table.C: started db_home
19805: [multiple, cached] todo: autorecover [tried, but not succeded,
19806: yet]
19807:
19808: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19809:
19810: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19811: transaction parent passed
19812:
19813: 2001-10-24 parser
19814:
1.116 moko 19815: * src/classes/Makefile.am: makes
1.95 moko 19816:
19817: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19818: isapi/pool_storage.h: pool_storage fixed
19819:
19820: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19821: types/pa_vform.h: form fix_line_breaks
19822:
1.116 moko 19823: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19824:
19825: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19826: targets/cgi/pool_storage.h: makes
19827:
19828: * src/sql/pa_sql_driver.h: version
19829:
19830: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19831: types/pa_vform.C, types/pa_vform.h: .am
19832:
19833: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19834: this: DB_RMW Acquire write locks instead of read locks when doing
19835: the retrieval. Setting this flag may decrease the likelihood of
19836: deadlock during a read-modify-write cycle by immediately
19837: acquiring the write lock during the read part of the cycle so
19838: that another thread of control acquiring a read lock for the same
19839: item, in its own read-modify-write cycle, will not result in
19840: deadlock
19841:
19842: * src/targets/isapi/parser3isapi.dsp: doc
19843:
19844: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19845:
19846: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19847:
19848: * src/: classes/hashfile.C, include/pa_db_connection.h,
19849: main/pa_db_connection.C: hashfile expired deleted from db when
19850: get & iterate
19851:
19852: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19853: expiring 1
19854:
19855: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19856:
19857: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19858: db_connection not bothers with key when not returning expired
19859: data
19860:
19861: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19862: types/pa_vhashfile.C: db_cursor constructor public now
19863:
19864: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19865: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19866: stamped, todo: put_element analize
19867:
19868: * src/: include/pa_db_connection.h, include/pa_string.h,
19869: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19870: serialize. todo stamp
19871:
19872: 2001-10-23 parser
19873:
19874: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19875: classes/image.C, classes/mail.C, classes/response.C,
19876: classes/string.C, classes/table.C, classes/xdoc.C,
19877: include/pa_config_fixed.h, include/pa_db_connection.h,
19878: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19879: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19880: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19881: types/pa_vtable.C: ^hashfile.hash[]
19882:
19883: * src/: classes/hashfile.C, classes/xdoc.C,
19884: include/pa_config_fixed.h, main/pa_db_manager.C,
19885: main/pa_globals.C: ifdefs so it compiled without db
19886:
19887: * src/: classes/hashfile.C, include/pa_db_connection.h,
19888: include/pa_db_manager.h, main/pa_db_connection.C,
19889: main/pa_db_manager.C, types/pa_vhashfile.h:
19890: ^hashfile.transaction{code} ^hashfile:clear[filename]
19891: ^hashfile.delete[key]
19892:
19893: 2001-10-22 parser
19894:
19895: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19896: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19897:
19898: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19899: classes/xnode.C, include/pa_charset_connection.h,
19900: include/pa_db_connection.h, include/pa_db_manager.h,
19901: include/pa_exception.h, include/pa_sapi.h,
19902: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19903: include/pa_stylesheet_connection.h,
19904: include/pa_stylesheet_manager.h,
19905: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19906: main/pa_db_connection.C, main/pa_db_manager.C,
19907: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19908: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19909: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19910: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19911: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19912: types/types.dsp: hashfile 0
19913:
19914: * src/types/pa_vhashfile.C: z
19915:
19916: * src/: classes/classes.dsp, classes/hashfile.C,
19917: include/pa_config_fixed.h, main/execute.C,
19918: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19919: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19920:
19921: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19922:
19923: * src/: include/pa_exception.h, include/pa_request.h,
19924: main/execute.C, main/pa_exception.C, main/pa_request.C,
19925: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19926: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19927:
19928: 2001-10-19 parser
19929:
19930: * src/include/pa_pool.h: header
19931:
19932: * src/main/pa_pool.C: auto compiled on gcc
19933:
19934: * src/classes/image.C: comment
19935:
1.116 moko 19936: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19937:
19938: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19939: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19940: types/pa_vxnode.h: xnode clone got freed
19941:
19942: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19943: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19944: can free up xalandomstring resulting from pool::transcode
19945:
19946: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19947: include/pa_config_fixed.h, include/pa_exception.h,
19948: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19949: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19950: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19951: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19952: from non-xml compile
19953:
19954: * src/main/pa_request.C: pool:: context - get_context
19955:
19956: * src/: classes/classes.h, classes/date.C, classes/double.C,
19957: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19958: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19959: classes/string.C, classes/table.C, classes/void.C,
19960: include/pa_config_fixed.h, include/pa_exception.h,
19961: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19962: main/compile.C, main/compile_tools.C, main/execute.C,
19963: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19964: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19965: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19966: main/pa_string.C, main/pa_table.C, main/untaint.C,
19967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19968: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19969: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19970: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19971: types/pa_vstateless_class.h, types/pa_vtable.C,
19972: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19973: exceptions 0
19974:
19975: * src/classes/classes.awk: $ removed
19976:
19977: 2001-10-18 parser
19978:
19979: * src/types/pa_vcookie.C: cookie:CLASS
19980:
19981: * src/main/main.dsp: project
19982:
19983: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19984: set_document & ctor question "who owns document" solved
19985:
19986: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19987:
19988: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19989: main/pa_pool.C: encoding in dom creating funcs
19990:
19991: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19992: be transformed now
19993:
19994: * src/classes/xdoc.C: dom created by create can be transformed now
19995:
19996: * src/classes/xdoc.C: z
19997:
19998: * src/classes/xdoc.C: comment
19999:
20000: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20001: create now uses XercesDocumentBridge, appendChild&co now works
20002:
20003: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20004: @ recompile
20005:
20006: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20007: $origin @exception[
20008:
20009: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20010: tag names forced to XML lang
20011:
20012: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20013: leechy-found bugs in code&doc fixed
20014:
20015: 2001-10-17 parser
20016:
20017: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20018: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20019: n functionality preserved
20020:
20021: * src/types/pa_vimage.h: removed unused vimage::save
20022:
20023: 2001-10-16 parser
20024:
20025: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20026:
20027: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20028:
20029: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20030:
20031: * src/classes/image.C: image.copy tolerance
20032:
20033: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20034: ineffective, but works for small paleted image
20035:
20036: * src/types/pa_vimage.C: comment
20037:
20038: * src/classes/image.C: gd size/resize bugfix
20039:
20040: * src/: classes/classes.dsp, main/main.dsp,
20041: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20042: types/types.dsp: ident >nul 2>&1
20043:
20044: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20045: systems
20046:
20047: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20048: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20049:
20050: 2001-10-15 parser
20051:
20052: * src/main/execute.C: z
20053:
20054: * src/classes/: xdoc.C: !::create{qualifiedName}
20055:
20056: * src/types/pa_vxnode.C: document_type_node.
20057: !readonly attribute DOMString name
20058: !notation_node.
20059: !readonly attribute DOMString publicId
20060: !readonly attribute DOMString systemId
20061:
1.116 moko 20062: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20063: ::write badly passed string too transparently [failed to
20064: intercept it]
1.95 moko 20065:
20066: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20067: include/pa_request.h, main/pa_sql_driver_manager.C,
20068: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20069: types/pa_vxnode.h: DOM1 major addtion, only few
20070: attributes/methods left
20071:
20072: 2001-10-13 parser
20073:
20074: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20075: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20076: in main handler
20077:
20078: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20079: cleanups & frees order
20080:
20081: * src/types/pa_vcode_frame.h: couple comments
20082:
20083: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20084: transparent enough to handle hash if creation&passing
20085:
20086: * src/: include/pa_config_fixed.h, main/execute.C,
20087: main/pa_exception.C: noticed that vcodeframe not transparent
20088: enough, would change now
20089:
20090: 2001-10-12 parser
20091:
20092: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20093: fixed. initialization&free on each thread!
20094:
20095: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20096: handling changed: now type of default param analized always, not
20097: only at problem time, thus helping early problem spotting
20098:
20099: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20100: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20101: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20102: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20103: multithread bug fixed. initialization&free on each thread!
20104:
20105: 2001-10-11 parser
20106:
20107: * src/classes/xnode.C: xnode.selectSingle now
20108:
20109: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20110: include/pa_pool.h, include/pa_stylesheet_connection.h,
20111: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20112: convertors out of Pool into Exception
20113:
20114: * src/main/pa_string.C: const
20115:
20116: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20117: linked pieces of same language together prior to String::replace
20118:
20119: * src/classes/hash.C: !^hash.add[addme]
20120: !^hash.sub[subme]
20121: !^a.union[b] = new
20122: !^a.intersection[b] = new
20123: !^a.intersects[b] = bool
20124:
20125: * src/classes/hash.C: !^hash::append[append_from]
20126:
20127: * src/: classes/hash.C, types/pa_vhash.h:
20128: !^hash::create[[copy_from]]
20129:
20130: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20131: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20132: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20133: fixed. got rid of empty_string, which caused errors - it hasnt
20134: exception but somebody[value.bark] tried to throw it on it's pool
20135:
1.116 moko 20136: * src/include/pa_config_auto.h.in: makes
1.95 moko 20137:
20138: 2001-10-10 parser
20139:
20140: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20141:
20142: * src/main/: compile.tab.C, compile.y: ^a[
20143:
20144: @next_method << now unclosed ] would be reported here
20145:
20146: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20147: compile error
20148:
20149: 2001-10-09 parser
20150:
1.116 moko 20151: * src/: classes/Makefile.am, main/Makefile.am,
20152: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20153:
20154: * src/classes/Makefile.am: makes
20155:
20156: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20157: win32 errors intercepted [xalan transformer patched and
20158: incorporated]
20159:
20160: * src/: classes/classes.dsp, classes/xdoc.C,
20161: include/pa_stylesheet_connection.h, main/main.dsp,
20162: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20163: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20164: patches starting
20165:
20166: * src/classes/: string.C, table.C: ^string.save[file]
20167:
20168: * src/classes/: date.C, table.C: calendar moved to date
20169:
20170: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20171: string/table] now
20172:
20173: * src/classes/: op.C, table.C: z
20174:
20175: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20176: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20177: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20178: be code [be string..]
20179:
20180: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20181: table.C: lots of
20182: params->as_int/double/as_string/as_junction/as_no_junction
20183: messages added
20184:
20185: 2001-10-08 parser
20186:
20187: * src/: classes/date.C, classes/image.C, classes/string.C,
20188: classes/table.C, classes/void.C, include/pa_request.h:
20189: params->as_int/double message added
20190:
20191: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20192:
20193: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20194: image:sector removed image:html internal "line-*" attribs
20195:
20196: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20197: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20198:
20199: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20200: way
20201:
20202: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20203: main/untaint.C: header untainting to UL_HTTP_HEADER,
20204: UL_MAIL_HEADER made nonforced [only tainted pieces]
20205:
20206: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20207: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20208: @ SAPI::log
20209:
20210: * src/main/untaint.C: \r to ' ' in origins mode
20211:
20212: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20213: set]
20214:
20215: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20216: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20217: nonstandard liaison freed up
20218:
20219: 2001-10-07 parser
20220:
20221: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20222: project
20223:
20224: 2001-10-05 parser
20225:
20226: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20227: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20228: from outputing to cerr. lots of "todos"
20229:
20230: * src/main/untaint.C: http_header tainting more gentle with
20231: enquoting now
20232:
20233: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20234: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20235: xml errorhandler. fixed string.replace a little, read @test
20236:
20237: * src/main/pa_string.C: found replace bug - first_that_starts(char
20238: *) does not have limit, and looks further eos, fixing....
20239:
20240: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20241:
20242: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20243:
20244: * src/main/: pa_charset_connection.C: ctype another mem clear
20245: bugfix
20246:
1.116 moko 20247: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20248: $result[^[$p^]z] now works fine
1.95 moko 20249:
20250: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20251: wrong. fixed it
20252:
20253: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20254: of totable appered to be vital
20255:
20256: 2001-10-04 parser
20257:
20258: * src/classes/image.C: ^image.length[text]
20259:
20260: 2001-10-03 parser
20261:
20262: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20263:
20264: * src/main/pa_request.C: restored pcre defaulting in request
20265: [mindlessly "optimized" yesterday] comment left
20266:
20267: 2001-10-02 parser
20268:
20269: * src/: main/pa_charset_manager.C,
20270: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20271: needed
20272:
20273: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20274: forgot non-xml pool.*charset needed
20275:
20276: * src/classes/table.C: # config comments fixed
20277:
20278: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20279: charset_connection #comment now
20280:
20281: * src/: classes/classes.dsp, types/types.dsp: release projects
20282: options fixed to use release msvcrt lib
20283:
20284: * src/main/pa_charset_connection.C: pcre tables now const inside
20285: removed default - pcre handles that internally fixed bug on
20286: not-cleaning tables [previously was calloced, now member]
20287:
20288: * src/: include/pa_request.h, main/pa_charset_connection.C,
20289: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20290: inside removed default - pcre handles that internally fixed bug
20291: on not-cleaning tables [previously was calloced, now member]
20292:
20293: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20294: tested charset reload on file change @ apache version = OK tested
20295: freeing up prev encoding on adding new = OK
20296:
20297: 2001-10-01 parser
20298:
20299: * src/main/pa_charset_connection.C: removed entitify external hack
20300: [internal installed]
20301:
1.116 moko 20302: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20303:
20304: * src/: include/pa_charset_connection.h,
20305: include/pa_charset_manager.h,
20306: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20307: main/pa_charset_connection.C, main/pa_charset_manager.C,
20308: main/pa_request.C: charset loading & caching mech 0
20309:
20310: * src/: include/pa_stylesheet_connection.h,
20311: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20312: main/pa_globals.C, main/pa_request.C: would make charset loading
20313: & caching mech now
20314:
20315: 2001-09-30 parser
20316:
20317: * src/main/pa_request.C: forgot to fill toTable
20318:
20319: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20320: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20321: failed on win32 for now..
20322:
20323: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20324: now charsets table configuration variable is: CHARSETS
20325:
20326: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20327: ctype with unicode 1. todo: no П entities on output somehow
20328:
20329: * src/: classes/file.C, classes/op.C, classes/string.C,
20330: include/pa_request.h, main/pa_request.C: started ctype with
20331: unicode values
20332:
20333: 2001-09-28 parser
20334:
20335: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20336: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20337: string passed AS-IS now
20338:
20339: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20340: way of user-configuring... todo: implement
20341:
20342: 2001-09-27 parser
20343:
20344: * src/classes/table.C: table.sort changed to sort table itself
20345:
20346: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20347: X^.getElementsByTagName[tagname] = array of xnode
20348: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20349: nodes removed - regretfully not supported @ xalan. maybe someday
20350: would reimplement, if needed.
20351:
20352: win32build system: solved long waiting anti-non-started-apache
20353: problem
20354:
20355: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20356: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20357: types/types.dsp: win32 ident make system so not to rebuild
20358: library [ident.C.new]
20359:
20360: 2001-09-26 parser
20361:
20362: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20363: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20364: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20365: types/pa_vxnode.C, types/types.dsp: z
20366:
20367: * src/classes/classes.C: forgot one non-xml check
20368:
1.116 moko 20369: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20370: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20371:
20372: * src/targets/cgi/parser3.C: z
20373:
20374: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20375: targets/isapi/parser3isapi.C: #ifdef SMTP
20376:
20377: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20378: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20379: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20380: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20381: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20382: types/types.dsp: xdoc&xnode now
20383:
20384: * src/: classes/classes.C, classes/classes.awk,
20385: classes/classes.dsp, classes/classes.h, classes/date.C,
20386: classes/dnode.C, classes/dnode.h, classes/dom.C,
20387: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20388: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20389: classes/op.C, classes/response.C, classes/string.C,
20390: classes/table.C, classes/void.C, include/pa_array.h,
20391: include/pa_common.h, include/pa_config_fixed.h,
20392: include/pa_config_includes.h, include/pa_dictionary.h,
20393: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20394: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20395: include/pa_socks.h, include/pa_sql_connection.h,
20396: include/pa_sql_driver_manager.h, include/pa_stack.h,
20397: include/pa_string.h, include/pa_stylesheet_connection.h,
20398: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20399: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20400: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20401: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20402: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20403: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20404: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20405: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20406: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20407: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20408: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20409: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20410: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20411: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20412: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20413: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20414: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20415: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20416: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20417: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20418: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20419: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20420: types/pa_vmethod_frame.h, types/pa_vobject.h,
20421: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20422: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20423: types/pa_vstateless_object.h, types/pa_vstring.C,
20424: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20425: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20426: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20427: main.dsp splitted to main+classes+types along to .am
20428:
20429: * src/classes/Makefile.am: removed useless var
20430:
20431: * src/: classes/classes.cmd, main/main.dsp,
20432: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20433: main.dsp
20434:
20435: 2001-09-25 parser
20436:
20437: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20438: 1251 though, todo ICU
20439:
1.116 moko 20440: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20441: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20442: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20443: types/pa_vdom.h: xml configure makes
1.95 moko 20444:
20445: 2001-09-24 parser
20446:
1.116 moko 20447: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20448: types/Makefile.am: makes
1.95 moko 20449:
1.116 moko 20450: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20451:
20452: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20453: started unix makes update
20454:
20455: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20456: started unix makes update
20457:
20458: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20459:
20460: * src/types/pa_value.h: z
20461:
20462: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20463: bugs with usinge hash/table in expressions
20464:
20465: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20466: resolved conflicts fixed [const]
20467:
20468: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20469: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20470: main/compile.C, main/compile.tab.C, main/compile.y,
20471: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20472: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20473: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20474: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20475: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20476: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20477: with before_xml [merge2 actually didn't happen - i've created
20478: tags on wrong branch. so this merge is in fact re-merge]
20479:
20480: 2001-09-21 parser
20481:
20482: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20483: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20484: produced "" in make file and sadly wrong interpreted on load]
20485:
1.116 moko 20486: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20487: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20488: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20489: include/pa_sql_driver_manager.h, include/pa_string.h,
20490: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20491: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20492: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20493:
20494: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20495: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20496: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20497: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20498: main/pa_pool.C, main/pa_request.C,
20499: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20500: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20501: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20502: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20503: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20504: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20505: types/pa_vrequest.C, types/pa_vresponse.h,
20506: types/pa_vstateless_class.C, types/pa_vstring.C,
20507: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20508: created new projects for sql drivers [planning to remove sql
20509: drivers from main cvs project] first, will join latest changes
20510:
20511: * src/classes/: dom.C: defaulted dom writing methods encoding to
20512: pool.get_charset
20513:
20514: * src/classes/dom.C: defaulted dom writing methods encoding to
20515: pool.get_charset
20516:
20517: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20518: pool.get_charset
20519:
20520: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20521: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20522: methods encoding to pool.get_charset
20523:
20524: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20525: transcoder were created right "unsupported encoding" message.
20526: not @ set time, but @ use time, so until xml output functions
20527: .string, .file, .save used - no encoding name check occur
20528:
20529: reduced transcode buffer size to 60 fixed pool cleanup - no
20530: registration needed, pools are officially destructured
20531:
20532: 2001-09-20 parser
20533:
20534: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20535:
20536: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20537: $MAIN:DEFAULTS.content-type[$.charset[here]]
20538:
20539: * src/: classes/dnode.C, classes/dom.C,
20540: include/pa_config_includes.h, include/pa_globals.h,
20541: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20542: main/pa_pool.C, targets/cgi/parser3.dsp,
20543: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20544: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20545: Pool::transcode 0
20546:
20547: * src/classes/dom.C: dom. string save file moved output xml options
20548: to last param and made it optional
20549:
20550: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20551: dnodes
20552: !$attributenode.specified = boolean
20553: true if the attribute received its value explicitly
20554: in the XML document,
20555: or if a value was assigned programatically with the
20556: setValue function.
20557: false if the attribute value came from the default value
20558: declared in the document's DTD.
20559: !$pinode.target = target of this processing instruction
20560: XML defines this as being the first token following the
20561: markup
20562: that begins the processing instruction.
20563: XPath:
20564: !^node.select[xpath/query/expression] = hash of 0->node0
20565: 1->node1
20566: !^node.select-single[xpath/query/expression] = first node if
20567: any
20568:
20569: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20570: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20571: some 'const's added
20572:
20573: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20574: expression context now, there value = size and boolean value
20575: size!=0
20576:
20577: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20578: can be used in expression context now, there value = size and
20579: boolean value size!=0
20580:
20581: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20582: types/pa_vstring.h: dnode .file .string .save moved back to dom
20583: due to strange xalan bug
20584:
20585: 2001-09-18 parser
20586:
20587: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20588: classes/image.C, classes/op.C, classes/table.C,
20589: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20590: include/pa_sql_driver_manager.h, main/compile.C,
20591: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20592: main/execute.C, main/pa_common.C, main/pa_request.C,
20593: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20594: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20595: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20596: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20597: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20598: before_xml branch ^if(def $hash) now true only when
20599: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20600:
20601: * src/: classes/op.C, main/execute.C: operators self changed to
20602: root ^for variable context changed to self
20603:
20604: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20605: dnode 1
20606:
20607: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20608: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20609:
20610: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20611: poly* fixed
20612:
20613: 2001-09-17 parser
20614:
20615: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20616: types/pa_vdom.h: started dnode+dom
20617:
20618: dnode DOM methods: $node.name $node.value
20619: ...others...
20620:
20621: ^node.xpath[/rates/USD] = hash
20622: $hash[
20623: $.0[node0]
20624: $.1[node1]
20625: ]
20626:
20627: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20628: applies to all linear primitives
20629:
20630: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20631: include/pa_stylesheet_connection.h, main/main.dsp,
20632: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20633: types/pa_vimage.h: started dnode DOM: $node.name
20634: $node.value ...others... ^node.xpath[/rates/USD] = hash
20635: dom(dnode)
20636:
20637: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20638: main/compile.y, main/compile_tools.h, main/execute.C,
20639: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20640: in expression compound($aa.zz.xx) names now can have minus '-' in
20641: name after '.'
20642:
20643: 2001-09-15 parser
20644:
20645: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20646: image: $line-width ^line(...)[**** style]
20647:
20648: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20649: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20650: pool_storage - cleanups first, allocations second. apache wisely
20651: does just like that
20652:
20653: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20654: rewritten using template, no bugs now
20655:
20656: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20657: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20658: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20659: poorly started isapi pool_storage, would rewrite using template
20660: now
20661:
20662: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20663: include/pa_stylesheet_connection.h, main/main.dsp,
20664: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20665: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20666: xalan objects freed up [introducing Pool::register_cleanup]
20667:
20668: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20669: comments
20670:
20671: 2001-09-14 parser
20672:
20673: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20674: z
20675:
20676: * src/: classes/dom.C, classes/file.C, classes/image.C,
20677: classes/mail.C, include/pa_common.h,
20678: include/pa_sql_driver_manager.h, include/pa_string.h,
20679: include/pa_stylesheet_connection.h,
20680: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20681: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20682: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20683: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20684: compiled&cached
20685:
20686: 2001-09-13 parser
20687:
20688: * src/: classes/dom.C, classes/file.C, classes/image.C,
20689: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20690:
20691: * src/classes/dom.C: dom:file content-type(.method)
20692:
20693: * src/: include/pa_common.h, include/pa_globals.h,
20694: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20695: string now more informative error messages
20696:
20697: * src/: include/pa_globals.h, include/pa_request.h,
20698: main/pa_request.C, targets/cgi/parser3.C,
20699: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20700: ParserSiteConfig .../parser3.conf
20701:
20702: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20703:
20704: 2001-09-12 parser
20705:
20706: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20707: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20708: precise error reporting: "connection string must start with
20709: protocol://" now
20710:
20711: * src/main/compile.tab.C: fixed - subname code parts actually []
20712: braced
20713:
20714: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20715: lexer on LS_USER level did [] matching without setting nestage,
20716: introduced special LS_NAME_SQUARE_PART state
20717:
20718: 2001-09-11 parser
20719:
20720: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20721: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20722: languages+=xml
20723:
20724: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20725:
20726: * src/classes/dom.C: ^dom:save/string/file[output options] output
20727: options: $.method[xml|html|text] detection fixed
20728:
20729: * src/types/pa_vdom.h: messages
20730:
20731: * src/classes/dom.C: ^dom:save/string/file[output options] output
20732: options: $.method[xml|html|text] detection fixed
20733:
20734: 2001-09-10 parser
20735:
20736: * src/classes/dom.C: ^dom:save/string/file[output options] output
20737: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20738:
20739: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20740: added]
20741:
20742: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20743: ^dom.xslt[stylesheet filename] 0
20744:
20745: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20746: ^dom.xslt[stylesheet filename] -1 doc is lying
20747:
20748: * src/classes/dom.C: ^dom.file[encoding] = file
20749:
20750: * src/classes/: dom.C: ^dom.string[encoding] 1
20751: ^dom.save[encoding;filename]
20752:
20753: * src/classes/dom.C: ^dom.string[] 0
20754:
20755: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20756:
20757: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20758: types/pa_vform.h: ^dom.save[b.xml] 0
20759:
20760: 2001-09-08 parser
20761:
20762: * src/types/pa_vform.C: $form:tables.name.field
20763:
20764: 2001-09-07 parser
20765:
20766: * src/classes/table.C: table:empty removed, superceded by ^if(def
20767: $table)...
20768:
20769: * src/targets/cgi/parser3.C: z
20770:
20771: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20772: from '' to int/double is 0]
20773:
20774: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20775: $table) is false when table is empty
20776:
20777: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20778: !$form:tables $atable[$form:tables.a]
20779: ^atable.menu{a=$atable.element}[,]
20780:
20781: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20782: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20783:
1.116 moko 20784: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20785: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20786: of dom
20787:
20788: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20789: types/pa_vform.C, types/pa_vform.h: z
20790:
20791: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20792: element [not last]
20793:
1.116 moko 20794: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20795: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20796:
20797: 2001-09-06 parser
20798:
20799: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20800: table with one column 'element' and two rows: 1 and 2
20801:
20802: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20803: table with one column 'element' and two rows: 1 and 2
20804:
20805: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20806: bad int/double conversions, and now $form:nonexistent.int(88)
20807: would return 88
20808:
20809: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20810: types/pa_vhash.h: now there's special hash key '_default'
20811: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20812: $._default[xx] ] $hash.c
20813:
20814: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20815: fixed [thanks, fif], ^; were treated there non-literally
20816:
20817: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20818: doxygen
20819:
20820: * src/: classes/image.C, classes/op.C, classes/string.C,
20821: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20822: types/pa_vtable.C: few #ifndef DOXYGEN
20823:
20824: 2001-09-05 parser
20825:
20826: * src/classes/: string.C, table.C: sql options can be void [same as
20827: image:html the other day]
20828:
20829: * src/targets/cgi/Makefile.am: .am undo
20830:
20831: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20832: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20833: macro expantion on param, simply qoutes whatever passed, undone
20834:
20835: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20836: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20837: STRINGIZE(name) #name invented
20838:
20839: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20840: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20841: MAIN_SQL_DRIVERS_NAME "drivers"
20842:
20843: moved to be availible to all users
20844:
20845: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20846: SQL_DRIVER_CREATE_FUNC_NAME
20847:
20848: * src/classes/mail.C: MAIN:MAIL check fixed
20849:
20850: 2001-09-04 parser
20851:
20852: * src/classes/image.C: image.html now can accept void params
20853:
20854: * src/targets/isapi/parser3isapi.C: z
20855:
20856: * src/targets/cgi/parser3.C: full_file_spec bug
20857:
20858: * src/targets/cgi/parser3.C: getenvcheck
20859:
20860: * src/targets/cgi/parser3.C: zz
20861:
20862: * src/targets/cgi/parser3.C: zzz
20863:
20864: * src/classes/date.C: date
20865:
20866: * src/classes/date.C: date:sql-string is now without ''
20867:
1.116 moko 20868: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20869: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20870: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20871:
1.116 moko 20872: * src/include/pa_config_auto.h.in: makes
1.95 moko 20873:
20874: 2001-09-03 parser
20875:
20876: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20877:
20878: 2001-09-01 parser
20879:
20880: * src/classes/image.C: letter_spacing
20881:
20882: * src/classes/image.C: image: font params changed
20883:
20884: * src/classes/image.C: image: as_int as_string used
20885:
20886: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20887: analized
20888:
20889: 2001-08-31 parser
20890:
20891: * src/targets/cgi/parser3.C: z
20892:
1.116 moko 20893: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20894: cygwin
1.95 moko 20895:
20896: * src/classes/void.C: void:int/double += (default)
20897:
20898: * src/classes/image.C: image:font added space param image:font
20899: changed charwidth alg, added kerning const[for now]
20900:
20901: * src/classes/: string.C, table.C: string:int/double (defaults)
20902:
20903: 2001-08-29 parser
20904:
20905: * src/main/pa_exception.C: exception redundant debug info
20906:
20907: 2001-08-28 parser
20908:
20909: * src/classes/image.C: image error msgs
20910:
20911: * src/classes/image.C: image: gifsize little endian
20912:
20913: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20914: doxygeneration
20915:
20916: * src/: classes/Makefile.am, main/Makefile.am,
20917: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20918:
20919: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20920: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20921:
20922: * src/main/compile.C: NO_STRING_ORIGIN check2
20923:
20924: * src/classes/table.C: NO_STRING_ORIGIN check
20925:
20926: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20927: storage class specifiers invalid in friend function declarations
20928:
20929: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20930: main/untaint.C, targets/cgi/parser3.C,
20931: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20932: case of limit
20933:
20934: * src/: classes/file.C, main/pa_common.C: file:move
20935: autocreate/remove dest/src dir
20936:
20937: * src/: classes/string.C, include/pa_dictionary.h,
20938: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20939: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20940: to directory constructor. string:replace
20941:
20942: 2001-08-27 parser
20943:
20944: * src/classes/image.C: fixed jpgsize alg
20945:
20946: * src/classes/image.C: fixed jpgsize alg
20947:
20948: * src/main/pa_exception.C: z
20949:
20950: * src/main/pa_common.C: removed debug info from pa_common
20951:
20952: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20953: [auto.p from current dir loading]
20954:
1.116 moko 20955: * src/: main/pa_common.C, main/pa_exception.C,
20956: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20957: for solaris -lsocket
1.95 moko 20958:
20959: 2001-08-24 parser
20960:
20961: * src/targets/cgi/parser3.C: not cgi extra \n 3
20962:
20963: * src/targets/cgi/parser3.C: not cgi extra \n 2
20964:
20965: * src/targets/cgi/parser3.C: not cgi extra \n
20966:
20967: * src/main/pa_sql_driver_manager.C: z
20968:
20969: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20970: sql* removed services from disconnect - cross-request ideological
20971: probs.
20972:
20973: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20974: cross-request ideological probs. oracle - fixed bug: cs
20975: allocated on request.pool and got freed before disconnect
20976:
20977: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20978: mallocs fixed
20979:
20980: 2001-08-23 parser
20981:
20982: * src/classes/file.C: minor bug in file:save fixed
20983:
20984: * src/main/pa_sql_driver_manager.C: oracle: dlink
20985:
20986: 2001-08-22 parser
20987:
20988: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20989: types/pa_vfile.h: file:load|save[text|binary;
20990:
20991: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20992:
20993: 2001-08-21 parser
20994:
20995: * src/classes/: file.C, table.C: ^file:list
20996:
20997: 2001-08-20 parser
20998:
20999: * src/: main/compile.tab.C, main/compile.y,
21000: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21001: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21002: recousively caused problems: inc incremeted 123 literal!! fixed
21003:
21004: 2001-08-10 parser
21005:
21006: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21007:
21008: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21009: added
21010:
21011: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21012: added
21013:
21014: * src/classes/table.C: table:sort restored [it was bad test :(]
21015:
21016: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21017: ''
21018:
21019: * src/main/: pa_request.C: wanted to make const int
21020: MAX_EXECUTE_SECONDS=1;
21021:
21022: but couldnt, set_callback_and_alarm appeared to be not exported
21023: :(
21024:
21025: * src/main/pa_string.C: string.match hanged on. there were a hang
21026: check but it weren't wise enough
21027:
21028: @parse[dateString][tmp]
21029: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21030: #end
21031:
21032: @main[] ^parse[2001-02-03]
21033:
21034: * src/classes/: table.C: table:sort now default desc
21035:
21036: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21037: table.sort now creates new sorted table
21038:
21039: 2001-08-09 parser
21040:
21041: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21042:
21043: * src/classes/hash.C: hash:_default now [was hash:default]
21044:
21045: * src/classes/op.C: case without switch check added
21046:
21047: * src/types/pa_vcookie.C: cookie name&value origins added, more
21048: precise $ORIGINS(1)
21049:
21050: * src/main/Makefile.am: .am
21051:
21052: * src/classes/void.C: void: int double copy/paste from int: bug
21053: fixed
21054:
21055: * src/classes/void.C: void: int double copy/paste from int: bug
21056: fixed
21057:
21058: 2001-08-07 parser
21059:
21060: * src/: classes/double.C, classes/int.C, classes/string.C,
21061: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21062: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21063: string, table
21064:
21065: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21066: srand made working
21067:
21068: 2001-08-06 parser
21069:
21070: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21071: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21072: main/compile.tab.C, main/compile.y, main/pa_array.C,
21073: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21074: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21075:
21076: * src/main/pa_exec.C: exec win32 real filename
21077:
21078: * src/classes/file.C: exec stderr out
21079:
21080: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21081:
21082: 2001-08-03 parser
21083:
21084: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21085:
21086: 2001-08-02 parser
21087:
21088: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21089: main/execute.C, main/pa_exec.C: introducing Array_iter
21090:
21091: * src/main/execute.C: detected quick_get recursion bug. changed to
21092: get@execute, but needs array iterator, separate from array to
21093: avoid it & use caching
21094:
21095: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21096: bug fixed
21097:
21098: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21099: main/execute.C, main/pa_globals.C: found another multithread bug
21100: in op.C (last, last global var killed) :)
21101:
21102: 2001-08-01 parser
21103:
21104: * src/: include/pa_dictionary.h, include/pa_globals.h,
21105: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21106: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21107: main/untaint.C: speeded up typo-html replacements. introducing
21108: Dictionary with first-char caching
21109:
21110: 2001-07-31 parser
21111:
21112: * src/types/Makefile.am: pa_vtable.C added to .am
21113:
21114: * src/main/compile.tab.C: added, so that could be compiled even on
21115: non-bison-enabled platforms
21116:
21117: 2001-07-28 parser
21118:
21119: * src/classes/table.C: table:hash always produces hash, when can't
21120: - empty
21121:
21122: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21123: skipped \n
21124:
21125: 2001-07-27 parser
21126:
21127: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21128: on int/double/string :sql without result and default
21129:
21130: 2001-07-26 parser
21131:
21132: * src/classes/op.C: fixed bad multithread bug with strangly global
21133: OP
21134:
21135: * src/main/compile.y: $man[$.age[zzz]] 0
21136:
21137: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21138: creation syntax problem persists. restored $: for a while.
21139: thinking of $man[$.age[zzz]] syntax now
21140:
21141: * src/: classes/double.C, classes/int.C, classes/string.C,
21142: include/pa_opcode.h, main/compile.C, main/compile.y,
21143: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21144: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21145: types/pa_wwrapper.h: fixing :: realization #1
21146:
21147: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21148: main/compile_tools.h, main/execute.C, main/pa_request.C,
21149: types/pa_vmethod_frame.h: introducing :: this is constructor call
21150: prefix. ordinary : remains for static accesses
21151:
21152: 2001-07-25 parser
21153:
21154: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21155: fields 2. methods 3. columns
21156:
21157: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21158: quote. optimized double&int tostring-s
21159:
21160: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21161: whitespace before first method decl
21162:
21163: * src/classes/table.C: allowed nontable result in table:sql,
21164: results in empty table
21165:
21166: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21167: lines before first method decl
21168:
21169: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21170: types/pa_vtable.h: ^table.record[] now $table.fields
21171:
21172: * src/main/compile.y: $var[] is now empty string, not void
21173:
21174: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21175: void
21176:
21177: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21178: main/pa_globals.C: match replace code context moved to implicit
21179: $match context
21180:
21181: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21182: main/compile_tools.h, main/execute.C: with killed, code storage
21183: introduced with former 'with' syntax
21184:
21185: 2001-07-24 parser
21186:
21187: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21188: types/pa_value.h: first get_element, next get operator
21189:
21190: * src/main/compile.y: removed @end handling
21191:
21192: * src/main/: compile.C, compile.y: @end handling method2
21193:
21194: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21195: file:move
21196:
21197: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21198: fixed
21199:
21200: 2001-07-23 parser
21201:
21202: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21203: driver
21204:
21205: * src/classes/hash.C: changed sql driver query interface
21206:
21207: * src/: classes/hash.C, classes/string.C, classes/table.C,
21208: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21209: changed sql driver query interface
21210:
21211: 2001-07-20 parser
21212:
21213: * src/types/pa_vrequest.C: X!$browser:type
21214:
21215: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21216: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21217: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21218: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21219: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21220: types/pa_vobject.h, types/pa_vrequest.C,
21221: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21222: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21223: BASE element globally removed
21224:
21225: 2001-07-18 parser
21226:
21227: * src/classes/file.C: file:exec/cgi msg
21228:
21229: * src/classes/file.C: $file:exit-code renamed to 'status'
21230:
21231: * src/: classes/file.C, main/pa_exec.C: file:exec
21232:
1.116 moko 21233: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21234: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21235: removed $id from *.in *.am
1.95 moko 21236:
21237: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21238: abbrevations
21239:
21240: * src/: classes/date.C, classes/mail.C, classes/math.C,
21241: classes/string.C, classes/table.C, include/pa_globals.h,
21242: include/pa_string.h, main/execute.C, main/pa_globals.C,
21243: main/pa_request.C, main/pa_string.C, main/untaint.C,
21244: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21245: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21246: $ORIGINS(1) output tracing mode
21247:
21248: 2001-07-13 parser
21249:
21250: * src/: classes/double.C, classes/int.C, classes/string.C,
21251: include/pa_request.h, main/execute.C, main/pa_request.C:
21252: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21253: second would not call first @auto
21254:
21255: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21256: wrong, fixed
21257:
21258: 2001-07-12 parser
21259:
21260: * src/types/pa_value.h: pa_value.putelement modification of system
21261: classes prevented
21262:
21263: 2001-07-11 parser
21264:
21265: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21266: table $piece
21267:
21268: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21269: types/pa_vstateless_class.h: $file created by file:state +=
21270: .atime .mtime .ctime +found&fixed bug with exceptions on
21271: get_junction-created objects [they were on wrong pool]
21272:
21273: 2001-07-09 parser
21274:
21275: * src/main/untaint.C: qp wrong name
21276:
21277: * src/: classes/date.C, classes/string.C, classes/table.C,
21278: main/compile.y: date format 0
21279:
21280: 2001-07-07 parser
21281:
21282: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21283: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21284: roll table calendar
21285:
21286: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21287: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21288: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21289: include/pa_request.h, main/main.dsp, types/pa_value.h,
21290: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21291: string. todo: sql, calendar
21292:
21293: 2001-07-06 parser
21294:
21295: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21296: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21297:
21298: 2001-07-03 parser
21299:
21300: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21301: classes/random.C, main/main.dsp: class random renamed to math,
21302: operators became methods
21303:
21304: * src/classes/op.C: pow sqrt
21305:
21306: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21307:
21308: 2001-07-02 parser
21309:
21310: * src/classes/table.C: ^table.columns column renamed from 'name' to
21311: 'column'
21312:
21313: * src/classes/hash.C: ^hash.keys[]
21314:
21315: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21316:
21317: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21318: 'strings'
21319:
21320: 2001-06-29 parser
21321:
21322: * src/main/: execute.C: /0 %0 checkes ver 2
21323:
21324: * src/main/execute.C: /0 %0 checke
21325:
21326: * src/classes/Makefile.am: nothing - void
21327:
21328: * src/classes/table.C: empty strings @ sql
21329:
21330: 2001-06-28 parser
21331:
21332: * src/: classes/double.C, classes/file.C, classes/form.C,
21333: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21334: classes/op.C, classes/random.C, classes/response.C,
21335: classes/string.C, classes/table.C, classes/void.C,
21336: main/compile.C, main/compile_tools.C, main/execute.C,
21337: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21338: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21339: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21340: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21341: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21342: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21343: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21344: $";
21345:
21346: * src/: classes/double.C, classes/file.C, classes/form.C,
21347: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21348: classes/op.C, classes/random.C, classes/response.C,
21349: classes/string.C, classes/table.C, classes/void.C,
21350: main/compile.C, main/compile.y, main/compile_tools.C,
21351: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21352: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21353: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21354: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21355: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21356: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21357:
21358: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21359: $class:name: == ${class:name}:
21360:
21361: * src/classes/string.C: exactly one
21362:
21363: 2001-06-27 parser
21364:
21365: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21366: types/pa_vvoid.h: nothing renamed to void
21367:
21368: * src/classes/op.C: ^switch ^case
21369:
21370: * src/main/compile.y: nothing renamed to void
21371:
21372: * src/: classes/hash.C, classes/table.C, main/compile.y,
21373: main/execute.C, main/main.dsp, main/pa_request.C,
21374: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21375: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21376: void
21377:
21378: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21379:
21380: 2001-05-28 parser
21381:
21382: * src/doc/html2chm.cmd: removed >a
21383:
21384: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21385: project options [some bugs]
21386:
21387: * src/doc/sources2html.cmd: z
21388:
21389: * src/: classes/classes.C, main/compile.C, main/compile.y,
21390: main/execute.C: operators are not in root class again
21391:
21392: 2001-05-24 parser
21393:
21394: * src/targets/cgi/parser3.dsp: project file
21395:
21396: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21397: ^log ^exp
21398:
21399: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21400: conversions in @exception[params]
21401:
21402: * src/main/pa_request.C: // no _ conversions in @exception[params]
21403:
21404: 2001-05-23 parser
21405:
21406: * src/main/pa_string.C: string cmp bug
21407:
21408: * src/classes/: mail.C, op.C: rem max 1000
21409:
21410: * src/: classes/op.C, main/compile.y: allow one empty line before
21411: LS_DEF_NAME
21412:
21413: 2001-05-22 parser
21414:
21415: * src/classes/op.C: if params code-required
21416:
21417: 2001-05-21 parser
21418:
21419: * src/types/pa_vstring.C: eoleof
21420:
21421: * src/classes/Makefile.am: .AM
21422:
21423: * src/classes/nothing.C: resultless ^sql moved to nothing:
21424:
21425: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21426:
21427: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21428: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21429: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21430: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21431: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21432: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21433: 'nothing'
21434:
21435: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21436: vstring::set_string
21437:
21438: * src/classes/: double.C, int.C, string.C: int,double;sql
21439:
21440: * src/: classes/hash.C, classes/int.C, classes/string.C,
21441: classes/table.C, include/pa_string.h, main/pa_string.C,
21442: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21443:
21444: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21445: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21446: hash:sql moved to main trunc. operators.txt updated
21447:
21448: * src/classes/: hash.C, op.C, table.C: hash:sql
21449:
21450: * src/classes/op.C: z
21451:
21452: * src/: main/compile.C, classes/classes.C: 1
21453:
21454: * src/: classes/classes.C, main/compile.C, main/compile.y,
21455: main/execute.C: 0
21456:
21457: * src/main/execute.C: z
21458:
21459: * src/targets/cgi/parser3.C: z
21460:
21461: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21462: site_auto_path "." in that case
21463:
21464: * src/targets/cgi/: parser3.C: z
21465:
21466: * src/main/pa_request.C: .am
21467:
21468: * src/: main/pa_request.C, targets/cgi/parser3.C:
21469: pcre_tables=pcre_default_tables;
21470:
21471: 2001-05-19 parser
21472:
21473: * src/main/pa_string.C: z
21474:
21475: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21476: introducing String::cstr_bufsize, returns just size+1 for as_is
21477: target.
21478:
21479: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21480: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21481: used, 4* mem wasted
21482:
21483: * src/classes/string.C: root context in match replace body now
21484: unchanged
21485:
21486: * src/types/pa_value.h: parameter # 1 based
21487:
21488: * src/main/pa_common.C: common: actual filename '%s'
21489:
21490: * src/classes/string.C: z
21491:
21492: * src/classes/Makefile.am: classes/.am
21493:
21494: * src/classes/: Makefile.am: classes/.am
21495:
21496: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21497: targets/cgi/pa_pool.C: classes/.am
21498:
21499: 2001-05-18 parser
21500:
1.116 moko 21501: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21502: pa_threads.C ins
1.95 moko 21503:
21504: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21505:
21506: 2001-05-17 parser
21507:
21508: * src/: classes/string.C, include/pa_config_fixed.h,
21509: include/pa_config_includes.h, main/compile.y,
21510: main/compile_tools.h, main/execute.C, main/pa_array.C,
21511: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21512: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21513: types/pa_vform.C: #include "pa_config_includes.h" removed from
21514: most .C
21515:
21516: * src/doc/html2chm.cmd: z
21517:
21518: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21519: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21520:
21521: * src/main/pa_sql_driver_manager.C: moved expiration to
21522: get_connection_from_cache
21523:
21524: * src/main/pa_sql_driver_manager.C: cache expiration bf
21525:
21526: * src/: classes/classes.h, include/pa_sql_connection.h,
21527: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21528: cache expiration[use SQL_Driver::disconnect]
21529:
21530: * src/main/pa_table.C: table.locate current restored on "not found"
21531:
21532: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21533: line no
21534:
21535: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21536: ANTI_ENDLESS_EXECUTE_RECOURSION
21537:
21538: * src/: classes/op.C, include/pa_sql_connection.h,
21539: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21540: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21541: 1driver and set_services fight for driver::fservices. before fix
21542:
21543: * src/: classes/op.C, include/pa_config_fixed.h,
21544: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21545: main/pa_sql_driver_manager.C: found problem at last: 2connections
21546: own 1driver and set_services fight for driver::fservices. before
21547: fix
21548:
21549: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21550: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21551: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21552: pa_threads.C
21553:
21554: * src/include/pa_threads.h: removed targets/parser
21555:
21556: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21557: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21558: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21559: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21560: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21561: headers
21562:
21563: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21564: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21565: order prevented sqlmanager to see MULTYTHREAD define
21566:
21567: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21568: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21569: put/gets
21570:
21571: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21572: from hash.h
21573:
21574: * src/: classes/op.C, include/pa_sql_connection.h,
21575: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21576: from cache ->set_services(&services);
21577:
21578: 2001-05-16 parser
21579:
21580: * src/targets/cgi/parser3.C: z
21581:
21582: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21583: debug, #ifdefed some. would debug later, on more precise sample
21584: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21585: $name.$tail[$tail!] $name.$tail } ok3
21586:
21587: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21588: removed array debug. before vstring rebasing
21589:
21590: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21591: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21592: array debugged; adjusted
21593:
21594: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21595: SQL_Driver_manager line no for connect/charset errors
21596:
21597: 2001-05-15 parser
21598:
21599: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21600: main/pa_string.C: string+array made linear grows
21601:
21602: * src/: include/pa_string.h, main/pa_string.C,
21603: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21604: grow lineary, not exponentialy
21605:
21606: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21607: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21608: with fullchunk cmps
21609:
21610: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21611: 70041= 81
21612:
21613: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21614: targets/cgi/parser3.C: detected huge mem allocation: size/times
21615: malloc 27809390/368771, calloc 3232/83. would test now
21616:
21617: * src/: classes/random.C, main/compile.y, main/execute.C,
21618: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21619: numbered params had wrong name - for instance: bad error message
21620: in ^for[] bad body type. fixed
21621:
21622: 2001-05-14 parser
21623:
21624: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21625: main/untaint.C: ^string.upper|lower[]
21626:
21627: 2001-05-11 parser
21628:
21629: * src/: classes/double.C, classes/image.C, classes/op.C,
21630: classes/string.C, classes/table.C, classes/unknown.C,
21631: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21632: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21633: types/pa_vunknown.h: op: MAX_LOOPS as_int
21634:
21635: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21636: .dsp for win32tools
21637:
21638: 2001-05-11 paf
21639:
21640: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21641: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21642: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21643: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21644:
21645: 2001-05-10 paf
21646:
21647: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21648: for C++, that's all
21649:
1.116 moko 21650: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21651: pa_config_includes.h: inline wonders
1.95 moko 21652:
21653: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21654: doc/doxygen.cmd: hash.C added
21655:
21656: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21657:
21658: * src/main/compile.y: @end grammar: allowed zero strings in control
21659: menthod
21660:
21661: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21662: pa_vstateless_object.h: changed priority: field before method
21663: lookup in vclass & vobject
21664:
21665: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21666: grammar: priorities changes [lowerd && prior] vobject: now first
21667: fields, next methods
21668:
21669: 2001-05-08 paf
21670:
21671: * src/main/pa_table.C: table columnname2item on nameless ignored
21672: bark=false. fixed
21673:
21674: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21675: types/pa_vmethod_frame.h: hash:default works at last!
21676:
21677: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21678: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21679: hash:default
21680:
21681: * src/classes/table.C: z
21682:
21683: * src/classes/table.C: table:hash always hash of hash now
21684:
21685: * src/classes/table.C: table:empty return bool now
21686:
21687: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21688: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21689: types/pa_vtable.h: table:hash
21690:
21691: * src/classes/table.C: table:record have name
21692:
21693: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21694: returns vunknown
21695:
21696: * src/classes/: double.C, int.C, op.C, string.C:
21697: int,double,string:int[] double[] string:length[] results now have
21698: hames
21699:
21700: * src/: classes/op.C, classes/table.C, main/main.dsp,
21701: types/pa_vtable.h: removed table:find. table:locate and op:eval
21702: now return bool
21703:
21704: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21705: in method checkparams again. fixed
21706:
21707: 2001-05-07 paf
21708:
21709: * src/doc/chm.cmd: cmd
21710:
21711: * src/: classes/image.C, classes/mail.C, classes/string.C,
21712: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21713: types/pa_value.h: method reported errors on wrong pool
21714:
21715: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21716: now
21717:
21718: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21719: include/code.h, include/pa_opcode.h, main/compile.C,
21720: main/compile_tools.h, main/execute.C, types/pa_value.h,
21721: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21722: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21723: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21724: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21725: types/pa_vmethod_frame.h, types/pa_vobject.h,
21726: types/pa_vrequest.h, types/pa_vresponse.h,
21727: types/pa_vstateless_class.h, types/pa_vstring.h,
21728: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21729: types/pa_wwrapper.h: pa_code.h
21730:
21731: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21732:
21733: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21734: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21735: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21736: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21737: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21738: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21739: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21740: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21741: types/pa_vtable.h: dox, split by not clean parts also
21742:
21743: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21744: types/pa_vtable.h: table: fields, then methods. so to enable
21745: 'dir' fields & co. more
21746:
21747: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21748: so to enable 'dir' fields & co.
21749:
21750: * src/main/compile.y: grammar: @end
21751:
21752: 2001-05-04 paf
21753:
21754: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21755: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21756:
21757: * src/: classes/classes.h, classes/double.C, classes/file.C,
21758: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21759: classes/op.C, classes/random.C, classes/response.C,
21760: classes/string.C, classes/table.C, classes/unknown.C,
21761: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21762: method dox
21763:
21764: 2001-05-03 paf
21765:
21766: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21767: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21768: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21769: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21770: doc/string.dox, doc/targets.dox, doc/value.dox,
21771: main/pa_request.C: dox splitted .dox files and added some
21772:
21773: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21774:
21775: 2001-05-02 paf
21776:
21777: * src/classes/: image.C, table.C: table:dir result are not tainted
21778: by file_name language now
21779:
21780: 2001-04-28 paf
21781:
21782: * src/classes/classes.inc: removed classes.inc
21783:
21784: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21785: from .am
21786:
21787: * src/classes/classes.awk: skipped classes in .awk
21788:
21789: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21790: classes/classes.inc, classes/double.C, classes/file.C,
21791: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21792: classes/string.C, classes/table.C, classes/unknown.C,
21793: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21794: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21795: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21796: pa_methoded back to classes/classes.h
21797:
21798: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21799:
21800: * src/: classes/Makefile.am, classes/classes.awk,
21801: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21802: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21803:
21804: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21805: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21806: classes/response.C, classes/string.C, classes/table.C,
21807: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21808: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21809: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21810: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21811: include|main/pa_methoded
21812:
21813: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21814: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21815:
21816: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21817: moved some configured data to request::classes_conf moved some
21818: string crations from globals to M... [works]
21819:
21820: * src/: classes/form.C, classes/mail.C, classes/op.C,
21821: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21822: main/pa_request.C: moved some configured data to
21823: request::classes_conf moved some string crations from globals to
21824: M...
21825:
21826: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21827: about to move configured data to special request hash
21828:
21829: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21830: classes/form.C, classes/mail.C, include/pa_request.h,
21831: main/pa_request.C: configure started
21832:
21833: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21834: 2. todo: methoded-configure
21835:
21836: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21837: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21838: classes/_random.h, classes/_response.h, classes/_string.h,
21839: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21840: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21841: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21842: classes/random.C, classes/response.C, classes/string.C,
21843: classes/table.C, classes/unknown.C, include/pa_globals.h,
21844: include/pa_request.h, main/compile.y, main/execute.C,
21845: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21846: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21847: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21848: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21849: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21850: types/pa_vrequest.h, types/pa_vresponse.h,
21851: types/pa_vstateless_class.h, types/pa_vstring.h,
21852: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21853: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21854: methoded-configure
21855:
21856: * src/: classes/file.C, classes/table.C, main/compile.y,
21857: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21858: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21859: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21860:
21861: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21862: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21863: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21864: classes/random.C, classes/response.C, classes/string.C,
21865: classes/table.C, classes/unknown.C, include/pa_request.h,
21866: main/compile.y, main/execute.C, main/pa_globals.C,
21867: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21868: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21869: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21870: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21871: beautifying just compiled. todo: debug, configure
21872:
21873: 2001-04-27 paf
21874:
21875: * src/: classes/file.C, classes/image.C, classes/table.C,
21876: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21877: beautifying -99
21878:
21879: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21880: classes/_response.h, classes/_unknown.h, classes/classes.C,
21881: classes/classes.h, classes/double.C, classes/file.C,
21882: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21883: classes/op.C, classes/random.C, classes/response.C,
21884: classes/string.C, include/pa_globals.h, main/main.dsp,
21885: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21886: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21887: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21888: types/pa_vunknown.h: beautifying -100
21889:
21890: * src/main/compile.y: serge@ found @CLASS bug. fixed
21891:
21892: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21893: classes/_op.h, classes/_random.h, classes/_table.h,
21894: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21895: classes/op.C, classes/random.C, classes/response.C,
21896: classes/string.C, classes/table.C, classes/unknown.C,
21897: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21898: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21899: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21900: beautifying
21901:
21902: 2001-04-26 paf
21903:
21904: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21905:
21906: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21907: documentation ++
21908:
21909: * src/: classes/_exec.h, doc/doxygen.cfg,
21910: include/pa_config_fixed.h, include/pa_config_includes.h,
21911: targets/cgi/pa_pool.C: code documentation ++
21912:
21913: * src/: classes/_image.h, classes/op.C, classes/random.C,
21914: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21915: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21916: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21917: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21918: types/pa_vmethod_frame.h, types/pa_vobject.h,
21919: types/pa_vrequest.C, types/pa_vrequest.h,
21920: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21921: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21922: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21923: code documentation ++
21924:
21925: * src/: classes/image.C, classes/mail.C, classes/string.C,
21926: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21927: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21928: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21929: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21930: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21931: types/pa_vobject.h, types/pa_vstateless_class.h,
21932: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21933:
21934: * src/main/: pa_request.C, pa_string.C: z
21935:
21936: * src/: include/pa_common.h, include/pa_types.h,
21937: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21938: connection caching fixed. request-pooled-url were stored into
21939: global connectioncache
21940:
21941: 2001-04-25 paf
21942:
21943: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21944: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21945:
21946: * src/: include/code.h, include/pa_common.h, main/compile.y,
21947: main/execute.C, main/pa_common.C: -d
21948:
21949: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21950: illegal call check a bit improved, but still under iis no mapping
21951: of dir with parser allowed!
21952:
21953: 2001-04-24 paf
21954:
21955: * src/targets/Makefile.am: apache module lib .am
21956:
21957: * src/main/pa_exec.C: windows32 buildCommand
21958:
21959: 2001-04-23 paf
21960:
21961: * src/targets/cgi/Makefile.am: win32 conditional
21962:
21963: * src/targets/cgi/Makefile.am: win32 conditional
21964:
21965: * src/targets/cgi/Makefile.am: liblink
21966:
21967: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21968: vfile fields return type
21969:
21970: * src/types/pa_vfile.h: vfile fields return type
21971:
21972: * src/include/pa_config_auto.h.in: .h.in
21973:
21974: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21975: types/Makefile: makefiles removed
21976:
21977: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21978: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21979:
21980: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21981: [tested: i & g ]
21982:
21983: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21984: @test noticed series in isapi, check how initialize_random_class
21985: is called! [must be called only once]
21986:
21987: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21988: would not be 'unknown column'
21989:
21990: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21991: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21992:
21993: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21994: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21995: [now doesnt]
21996:
21997: * src/targets/cgi/parser3.C: cgi cmdline ver
21998:
21999: * src/targets/cgi/parser3.C: cgi /// @test disable
22000: /cgi-bin/parser3/auto.p
22001:
22002: * src/main/untaint.C: untaint without charset
22003:
22004: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22005: main/pa_common.C: common: file_write /// @test mkdirs
22006: file_delete rmdirs
22007:
22008: * src/main/untaint.C: mail header only once to =?
22009:
22010: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22011: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22012: main/untaint.C: untaint - @test optimize whitespaces for
22013: all but 'html'
22014:
22015: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22016: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22017: main/untaint.C: untaint - @test mail-header
22018:
22019: 2001-04-20 paf
22020:
22021: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22022: include/pa_request.h, include/pa_string.h, main/compile.y,
22023: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22024: targets/cgi/parser3.C: $MAIN:LOCALE
22025:
22026: * src/main/untaint.C: z
22027:
22028: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22029:
22030: 2001-04-19 paf
22031:
22032: * src/main/compile_tools.h: $a$b bugfix
22033:
22034: * src/targets/cgi/parser3.C: z
22035:
22036: * src/classes/file.C: z
22037:
22038: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22039: done: header to $fields. waits for header '\' tricks
22040:
22041: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22042: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22043: changed urlencode here and in untaint.C to HTTP standard's " and
22044: \" mech
22045:
22046: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22047: http://alx/~paf/ doesnt load /auto.p
22048:
22049: 2001-04-18 paf
22050:
22051: * src/main/pa_request.C: 1
22052:
22053: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22054: linux @alx
22055:
22056: 2001-04-17 paf
22057:
22058: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22059: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22060: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22061: enabled
22062:
22063: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22064: classes/_exec.h, classes/_file.h, classes/_form.h,
22065: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22066: classes/_random.h, classes/_response.h, classes/_string.h,
22067: classes/_table.h, classes/_unknown.h, classes/file.C,
22068: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22069: include/pa_config_fixed.h, include/pa_config_includes.h,
22070: include/pa_hash.h, include/pa_sql_driver_manager.h,
22071: include/pa_version.h, main/Makefile.am, main/compile.y,
22072: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22073: main/pa_sql_driver_manager.C, sql/Makefile.am,
22074: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22075: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22076: types/pa_vform.C, types/pa_vimage.h: exec @jav
22077:
22078: * src/: include/pa_sql_driver_manager.h,
22079: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22080: types/pa_vimage.h: sql driver interface now has initialize(client
22081: .so)
22082:
22083: 2001-04-16 paf
22084:
22085: * src/Makefile.am: compile2 cygwin
22086:
22087: * src/: include/pa_config_includes.h, main/pa_exec.C,
22088: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22089:
22090: * src/targets/cgi/Makefile.am: compile0 jav
22091:
22092: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22093: classes/_exec.h, classes/_file.h, classes/_form.h,
22094: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22095: classes/_random.h, classes/_response.h, classes/_string.h,
22096: classes/_table.h, classes/_unknown.h, classes/image.C,
22097: classes/mail.C, classes/op.C, classes/random.C,
22098: include/pa_config_fixed.h, include/pa_config_includes.h,
22099: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22100: main/compile.y, main/pa_common.C, main/pa_exec.C,
22101: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22102: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22103: compile-1
22104:
22105: 2001-04-15 paf
22106:
22107: * src/classes/op.C: z
22108:
22109: * src/classes/table.C: table:empty +=process
22110:
22111: * src/types/pa_value.h: MethodParams !junction
22112:
22113: * src/: classes/_string.h, classes/double.C, classes/file.C,
22114: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22115: classes/random.C, classes/response.C, classes/string.C,
22116: classes/table.C, classes/unknown.C, main/pa_request.C:
22117: MethodParams everywhere
22118:
22119: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22120: types/pa_vmethod_frame.h: MethodParams in op.C
22121:
22122: 2001-04-12 paf
22123:
22124: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22125:
22126: * src/: classes/_unknown.h, classes/unknown.C,
22127: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22128: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22129:
22130: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22131:
22132: * src/classes/image.C: image:gif now does not have params
22133:
22134: * src/classes/image.C:
22135: image:line/fill/rectangle/bar/replace/polygon/polybar
22136:
22137: * src/: classes/image.C, classes/op.C, main/execute.C,
22138: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22139: for var now written not to r.wcontext, but to r.root cleared
22140: "entered_object" state
22141:
22142: 2001-04-11 paf
22143:
22144: * src/classes/image.C: image:create image:load
22145:
22146: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22147: just compiled
22148:
22149: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22150: todo: gif without file
22151:
22152: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22153: started porting to Pooled descendant
22154:
22155: * src/: classes/image.C, main/execute.C, main/main.dsp,
22156: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22157: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22158: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22159:
22160: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22161: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22162: end. switching to python imaging lib
22163:
22164: * src/main/main.dsp: gd+smtp made separate libs
22165:
22166: * src/: include/pa_globals.h, include/pa_string.h,
22167: main/pa_common.C, main/pa_request.C, main/untaint.C,
22168: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22169: length
22170:
22171: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22172: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22173: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22174: UL_FILE_NAME of posted file name
22175:
22176: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22177: post [broke when moved post read to core]
22178:
22179: 2001-04-10 paf
22180:
22181: * src/classes/image.C: image:html done
22182:
22183: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22184:
22185: * src/classes/image.C: z
22186:
22187: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22188: forgotten!
22189:
22190: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22191: main/pa_request.C, main/pa_string.C, main/untaint.C,
22192: types/pa_vimage.h: image:measure -90
22193:
22194: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22195: classes/_int.h, classes/_mail.h, classes/_op.h,
22196: classes/_random.h, classes/_response.h, classes/_string.h,
22197: classes/_table.h, classes/file.C, classes/mail.C,
22198: include/pa_common.h, include/pa_globals.h, main/execute.C,
22199: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22200: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22201: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22202: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22203: compiled
22204:
22205: * src/classes/mail.C: minor bug with unclear from/to
22206:
22207: * src/classes/mail.C: sendmail unix skipping defaults
22208:
22209: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22210: sendmail unix added defaults
22211:
22212: * src/classes/mail.C: unix sendmail compiled. todo:testing
22213:
22214: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22215:
22216: 2001-04-09 paf
22217:
22218: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22219: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22220: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22221: targets/isapi/parser3isapi.dsp: all targets exec
22222:
22223: * src/: include/pa_sapi.h, include/pa_string.h,
22224: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22225: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22226: args in apache:util.script
22227:
22228: * src/include/pa_string.h: written but not tested exec with env for
22229: unix
22230:
22231: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22232: targets/cgi/parser3.C: exec win32 env
22233:
22234: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22235: 0
22236:
22237: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22238: main/execute.C, main/main.dsp, main/pa_globals.C,
22239: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22240: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22241:
22242: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22243: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22244:
22245: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22246: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22247:
22248: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22249: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22250: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22251: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22252: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22253: exec class just compiled. moved post read to request core
22254:
22255: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22256: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22257: main/pa_globals.C, targets/cgi/parser3.C,
22258: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22259: are already read by vform
22260:
22261: 2001-04-08 paf
22262:
22263: * src/: classes/file.C, classes/mail.C, classes/string.C,
22264: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22265: uuencode. string<<
22266:
22267: 2001-04-07 paf
22268:
22269: * src/classes/mail.C: z
22270:
22271: * src/classes/mail.C: z
22272:
22273: * src/classes/mail.C: ^mail[$attach
22274:
22275: * src/classes/mail.C: ^attach dead end
22276:
22277: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22278: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22279: targets/isapi/parser3isapi.C: mail:send 1
22280:
22281: * src/: classes/mail.C, main/pa_request.C: z
22282:
22283: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22284: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22285: compiled
22286:
22287: * src/classes/mail.C: +=
22288:
22289: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22290: prepared
22291:
22292: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22293: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22294: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22295: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22296:
22297: 2001-04-06 paf
22298:
22299: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22300: main/pa_string.C: table:dir 1
22301:
22302: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22303: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22304:
22305: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22306: classes/root.C, include/pa_globals.h, include/pa_request.h,
22307: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22308: main/pa_request.C: renamed 'root' to 'op'
22309:
22310: * src/classes/: _op.h, op.C: renamed from 'root'
22311:
22312: * src/types/pa_valiased.C: another root inherititance skipped
22313:
22314: * src/main/: compile.C, compile.y, execute.C: operators are now not
22315: root methods of parent class. just 'ROOT' class
22316:
22317: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22318: @office
22319:
22320: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22321:
22322: 2001-04-05 paf
22323:
22324: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22325: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22326: constructor flag dropped at get_method_frame and remembered into
22327: method_frame
22328:
22329: * src/: classes/file.C, classes/root.C, classes/string.C,
22330: classes/table.C, main/pa_request.C: junction to code&expression
22331: in errors
22332:
22333: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22334: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22335: $LOCALE:ctype[Russian_Russia.1251]
22336:
22337: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22338: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22339: main/pa_table.C: hash now not thread-safe.
22340:
22341: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22342: main/untaint.C: z
22343:
22344: * src/: classes/random.C, classes/root.C, classes/table.C,
22345: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22346: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22347: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22348: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22349:
22350: * src/: classes/table.C, include/pa_sql_connection.h,
22351: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22352:
22353: * src/classes/table.C: select * from hren error contains statement
22354:
22355: * src/: classes/table.C, include/pa_sql_connection.h,
22356: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22357: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22358:
22359: * src/: classes/root.C, include/pa_sql_connection.h,
22360: include/pa_sql_driver.h, main/main.dsp,
22361: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22362: services for conv memory & error reporting
22363:
22364: 2001-04-04 paf
22365:
22366: * src/doc/doxygen.cfg: z
22367:
22368: * src/include/pa_sql_driver.h: mysql connect
22369:
22370: * src/include/pa_sql_driver.h: mysql info
22371:
22372: * src/: classes/root.C, include/pa_sql_driver.h,
22373: include/pa_sql_driver_manager.h, main/main.dsp,
22374: main/pa_sql_driver_manager.C: more manager&connection&driver
22375:
22376: * src/sql/Makefile.am: forgot to add mysql client
22377:
22378: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22379: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22380: [forgot to add libltdl, added]
22381:
22382: * src/: Makefile.am, classes/root.C, classes/string.C,
22383: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22384: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22385: include/pa_string.h, include/pa_table.h, main/main.dsp,
22386: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22387: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22388: -1000 just compiled
22389:
22390: * src/: classes/random.C, classes/root.C, classes/table.C,
22391: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22392: main/pa_request.C, types/pa_vclass.h: sql frame -10
22393:
22394: 2001-04-03 paf
22395:
22396: * src/types/pa_vform.C: z
22397:
22398: * src/: classes/string.C, types/pa_vform.C: string:match replace
22399: assigned lang
22400:
22401: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22402: {}[]< empty []
22403:
22404: * src/: classes/file.C, classes/string.C, classes/table.C,
22405: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22406: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22407:
22408: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22409: string:match replace strange matches
22410:
22411: * src/classes/string.C: string:match replace 0
22412:
22413: * src/: classes/string.C, main/pa_string.C: string:match replace
22414: prepared 2
22415:
22416: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22417: string:match replace prepared
22418:
22419: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22420: string:match replace -11
22421:
22422: * src/: classes/string.C, include/pa_globals.h,
22423: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22424: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22425:
22426: * src/: classes/string.C, include/pa_globals.h,
22427: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22428: main/pa_string.C: string:match [search] -1 just compiled
22429:
22430: * src/types/pa_vstring.C: z
22431:
22432: * src/: classes/double.C, classes/file.C, classes/form.C,
22433: classes/int.C, classes/response.C, classes/root.C,
22434: classes/string.C, classes/table.C, include/pa_string.h,
22435: main/pa_string.C: string:match -10 [frame]
22436:
22437: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22438: main/pa_request.C: z
22439:
22440: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22441: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22442: todo/tests
22443:
22444: * src/include/pa_common.h: z
22445:
22446: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22447: main/pa_request.C, targets/cgi/parser3.C,
22448: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22449: content-disposition
22450:
22451: * src/: include/pa_common.h, include/pa_globals.h,
22452: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22453: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22454:
22455: * src/: include/pa_common.h, include/pa_request.h,
22456: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22457: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22458: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22459: response:body
22460:
22461: * src/classes/table.C: table:append now uses string::split
22462:
22463: * src/classes/table.C: z
22464:
22465: * src/: classes/file.C, classes/root.C, classes/string.C,
22466: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22467: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22468: include/pa_string.h, main/execute.C, main/pa_string.C,
22469: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22470: string::pos & cmp & piece bugs fixed. string::split new
22471: table:load separated from set table:set implemented with clean \n
22472: \t searches
22473:
22474: 2001-04-02 paf
22475:
22476: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22477: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22478: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22479: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22480: it in table:set/load
22481:
22482: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22483: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22484:
22485: * src/classes/random.C: random:generate 1
22486:
22487: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22488: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22489: types/pa_value.h: random:generate
22490:
22491: 2001-03-30 paf
22492:
22493: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22494: todo: table flip and append. string::pos
22495:
22496: * src/: classes/double.C, classes/file.C, classes/int.C,
22497: classes/response.C, classes/root.C, classes/string.C,
22498: classes/table.C, main/compile.y, main/execute.C,
22499: types/pa_value.h, types/pa_vstateless_class.C,
22500: types/pa_vstateless_class.h: static|dynamic|any method
22501: registration
22502:
22503: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22504: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22505: table:flip
22506:
22507: 2001-03-29 paf
22508:
22509: * src/classes/string.C: string:xsplit forgot that they must result
22510: in 1 row N column [not vice versa]
22511:
22512: * src/classes/string.C: z
22513:
22514: * src/classes/string.C: string: rsplit
22515:
22516: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22517: string: lsplit
22518:
22519: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22520: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22521: lsplit -1
22522:
22523: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22524: string: pos
22525:
22526: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22527: string: pos -1
22528:
22529: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22530: main/compile.y, main/pa_request.C, main/pa_string.C,
22531: main/untaint.C: string: left right mid
22532:
22533: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22534: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22535: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22536: and [;] are different now.
22537:
22538: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22539: main/untaint.C: pool.request undone
22540:
22541: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22542: main/untaint.C: pool.request
22543:
22544: 2001-03-28 paf
22545:
22546: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22547: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22548: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22549: $request:browser [.type .version]; unknown.get_double now = 0.
22550:
22551: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22552: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22553: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22554: types/pa_vform.C: file:load autodetection of mime-type by
22555: user-file-name
22556:
22557: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22558: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22559: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22560:
22561: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22562: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22563: write. must be self.set
22564:
22565: * src/: classes/file.C, classes/root.C, classes/table.C,
22566: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22567:
22568: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22569: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22570: types/pa_vtable.h: table:locate just compiled
22571:
22572: 2001-03-27 paf
22573:
22574: * src/main/: execute.C, pa_common.C: fixed r/w context of
22575: code-params2, fixed ntfs hardlink slow dir update
22576:
22577: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22578: types/pa_wcontext.h: fixed r/w context of code-params
22579:
22580: * src/: classes/table.C, main/execute.C: about to change junction
22581: rcontext!!
22582:
22583: * src/: classes/double.C, classes/int.C, classes/root.C,
22584: classes/string.C, classes/table.C, main/compile_tools.C,
22585: main/execute.C, main/pa_request.C, main/untaint.C,
22586: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22587: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22588: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22589: types/pa_vunknown.h: sort 0
22590:
22591: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22592: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22593: renamed to are_static_calls_disabled
22594:
22595: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22596: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22597: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22598: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22599:
22600: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22601:
22602: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22603: started table:sort fixed minor bug in #...^{
22604:
22605: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22606: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22607: decided to have as it were. stepped back. grammar: added 'in'
22608: 'is' 'lt'&co follow-space check
22609:
22610: 2001-03-26 paf
22611:
22612: * src/: classes/file.C, classes/root.C, classes/table.C,
22613: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22614: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22615: main/pa_table.C: moved ::save to pa_table. disabled @auto
22616: invocation in ^process
22617:
22618: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22619:
22620: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22621: main/pa_array.C: table:record
22622:
22623: * src/: main/untaint.C, targets/cgi/parser3.C,
22624: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22625: targets/isapi/pool_storage.h, types/pa_valiased.h,
22626: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22627: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22628: types/pa_vtable.h: z
22629:
22630: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22631: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22632: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22633: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22634: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22635: method realisations on 'self' validity - they now can simply
22636: assume that 'self' is V{Proper} .
22637:
22638: 2001-03-25 paf
22639:
22640: * src/main/untaint.C: z
22641:
22642: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22643: lowlevel - it initialization could be skipped if failed in @auto.
22644: so that exception report would use some table
22645:
22646: * src/main/pa_request.C: table empty lines ignored. system-default
22647: content type assigned in output:result [can fail in main:auto and
22648: skipped normal defaults extraction]
22649:
22650: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22651: bug
22652:
22653: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22654: processing to table [except preliminary \r\n \r \n replacements
22655: to "\n"]
22656:
22657: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22658: move all the processing to table
22659:
22660: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22661: main/pa_table.C, main/untaint.C: returned table originating.
22662: useful for reporting typo table problems origin. think would be
22663: useful somewhere else
22664:
22665: * src/main/untaint.C: typo \r \r\n \n properly handled
22666:
22667: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22668: include/pa_table.h, main/compile.y, main/compile_tools.C,
22669: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22670: main/pa_string.C, main/pa_table.C, main/untaint.C,
22671: types/pa_vcookie.h: typo & typo-default
22672:
22673: 2001-03-24 paf
22674:
22675: * src/main/pa_common.C: z
22676:
22677: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22678: targets/cgi/parser3.C: html-typo 2
22679:
22680: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22681: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22682: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22683: main/execute.C, main/pa_array.C, main/pa_globals.C,
22684: main/pa_request.C, main/pa_string.C, main/untaint.C,
22685: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22686: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22687: noticed double default content-type prob. run cgi.cmd tomorrow
22688: first html-typo sample. detected << problem: they become ltlt too
22689: fast
22690:
22691: * src/main/compile.y: z
22692:
22693: * src/main/: compile.y, compile_tools.h: #comment
22694:
22695: * src/: classes/file.C, classes/root.C, classes/table.C,
22696: include/pa_common.h, include/pa_request.h, main/compile.y,
22697: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22698: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22699: stringified
22700:
22701: * src/types/pa_valiased.C: decided to String-ify file_read
22702:
22703: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22704: isapi/parser3isapi.dsp: cgi: sapi::log
22705:
22706: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22707: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22708: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22709: error log experiments failed - cgi under iis got no access to
22710: log. registereventsource simply failed with 5(illegal call) code,
22711: while worked OK as standalone executable. isapi: used
22712: HSE_APPEND_LOG_PARAMETER feature
22713:
22714: * src/: include/pa_common.h, include/pa_globals.h,
22715: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22716: targets/isapi/parser3isapi.C: fixed default content-type
22717: allocation storage
22718:
22719: * src/: include/pa_globals.h, include/pa_request.h,
22720: main/pa_globals.C, main/pa_request.C: z
22721:
22722: * src/: include/pa_array.h, include/pa_hash.h,
22723: include/pa_request.h, main/compile.y, main/pa_array.C,
22724: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22725: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22726: content-type
22727:
22728: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22729: sanity
22730:
22731: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22732: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22733: away freeze mech. no danger now for you can't do
22734: ^request:process[@new-method[] body] trick anymore. still
22735: remains $some_instance.process[@new-method[] possibility] but
22736: would leave it as a feature. see index for sample
22737:
22738: * src/: include/pa_common.h, main/pa_common.C,
22739: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22740: monkey every target
22741:
22742: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22743: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22744: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22745:
22746: 2001-03-23 paf
22747:
22748: * src/: include/pa_pool.h, main/pa_request.C,
22749: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22750: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22751: targets/isapi/pool_storage.h: isapi: dumb pool storage
22752:
22753: * src/targets/isapi/pa_pool.C: decided to continue with extension
22754:
22755: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22756: it would be better to rewrite as filter then to deal with pool
22757:
22758: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22759: now like in cgi, not from APPL_PHYSICAL_PATH
22760:
22761: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22762: include/pa_config_fixed.h, include/pa_config_includes.h,
22763: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22764: include/pa_version.h, main/compile.y, main/execute.C,
22765: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22766: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22767: main/untaint.C, targets/cgi/parser3.C,
22768: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22769: cgi: reinvent document_root and request_uri under iis. autoconf
22770: updated. introducing ap_config_includes
22771:
22772: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22773:
22774: * src/targets/cgi/parser3.C: cgi: only one pool now
22775:
22776: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22777: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22778: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22779: types/pa_venv.h, types/pa_vform.C: sapi made object
22780:
22781: * src/: include/pa_globals.h, main/pa_request.C,
22782: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22783: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22784: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22785:
22786: * src/: main/pa_request.C, targets/cgi/parser3.C,
22787: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22788: isapi minor env beauty
22789:
22790: * src/: main/pa_request.C, targets/cgi/parser3.C,
22791: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22792: isapi document_root 0
22793:
22794: 2001-03-22 paf
22795:
22796: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22797:
22798: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22799: isapi/parser3isapi.C: z
22800:
22801: * src/: include/pa_pool.h, main/pa_request.C,
22802: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22803:
22804: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22805: kill.pl: isapi added utils
22806:
22807: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22808: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22809: types/pa_vform.C: isapi 0
22810:
22811: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22812: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22813: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22814: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22815: started isapi
22816:
22817: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22818: some comments
22819:
22820: * src/: include/pa_globals.h, include/pa_request.h,
22821: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22822: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22823: parser_root_auto_path parser_site_auto_path
22824:
22825: * src/types/pa_vcookie.C: cookie attr decoded
22826:
22827: 2001-03-21 paf
22828:
22829: * src/targets/cgi/parser3.C: z
22830:
22831: * src/include/pa_globals.h: post. todo: config of auto.p path
22832:
22833: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22834: types/pa_venv.h: in cookie & env. todo:post
22835:
22836: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22837: classes/root.C, classes/table.C, include/pa_array.h,
22838: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22839: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22840: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22841: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22842: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22843: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22844: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22845: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22846: shifted apache branch on main trunc
22847:
22848: * src/: include/pa_common.h, include/pa_globals.h,
22849: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22850: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22851: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22852: starting mod_parser3
22853:
22854: * src/targets/cgi/parser3.C: starting mod_parser3
22855:
22856: 2001-03-20 paf
22857:
22858: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22859: targets/cgi/parser3.C: automake compiled and works. todo:make
22860: win32 ifdefs work and add ifdef unistd
22861:
22862: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22863: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22864: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22865: z
22866:
22867: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22868: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22869: locking
22870:
22871: * src/: classes/Makefile.am, types/Makefile.am: z
22872:
22873: * src/: Makefile.am, classes/file.C, classes/root.C,
22874: classes/table.C, include/pa_array.h, include/pa_request.h,
22875: include/pa_string.h, main/Makefile.am, main/execute.C,
22876: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22877: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22878: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22879: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22880:
22881: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22882: main/pa_request.C, types/pa_vfile.h: ^table:save
22883:
22884: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22885: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22886: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22887: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22888: types/pa_vform.h: z
22889:
22890: * src/include/pa_string.h: z
22891:
22892: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22893: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22894: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22895: :Value
22896:
22897: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22898: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22899: :VStateless_object
22900:
22901: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22902: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22903: :VStateless_object
22904:
22905: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22906: types/pa_valiased.C, types/pa_vform.h: commented VForm
22907:
22908: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22909: types/pa_valiased.h, types/pa_value.h,
22910: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22911: types/pa_vstateless_object.h: moved common get_element part from
22912: stateless object&class into VAliased
22913:
22914: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22915: classes/table.C, main/execute.C, main/main.dsp,
22916: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22917: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22918: now :Value
22919:
22920: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22921: main/execute.C, main/main.dsp, main/pa_globals.C,
22922: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22923:
22924: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22925: doxx
22926:
22927: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22928: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22929: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22930: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22931: and ^file:save
22932:
22933: 2001-03-19 paf
22934:
22935: * src/types/pa_vfile.C: z
22936:
22937: * src/: classes/file.C, classes/request.C, classes/table.C,
22938: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22939: main/pa_request.C, main/untaint.C, types/pa_value.h,
22940: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22941:
22942: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22943: include/pa_string.h, include/pa_table.h, main/main.dsp,
22944: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22945: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22946: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22947: classes/_file.h, classes/file.C, types/pa_vfile.C,
22948: types/pa_vfile.h: file class just compiled
22949:
22950: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22951: include/pa_table.h, include/pa_types.h, main/execute.C,
22952: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22953: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22954: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22955:
22956: * src/include/pa_pool.h: z
22957:
22958: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22959: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22960: Hash::Value to Val so to doxygen would finlly stop confusing
22961: those Value-s
22962:
22963: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22964: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22965: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22966: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22967: include/pa_types.h, main/compile.C, main/compile.y,
22968: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22969: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22970: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22971: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22972: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22973:
22974: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22975: derivates somehow unlinked. don't know why yet
22976:
22977: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22978: include/pa_string.h, include/pa_threads.h, main/compile.C,
22979: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22980: main/execute.C, main/pa_array.C, main/pa_common.C,
22981: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22982: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22983: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22984:
22985: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22986: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22987: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22988: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22989: types/pa_vrequest.h: doc: detected Value derivates prob
22990:
22991: * src/include/pa_globals.h: z
22992:
22993: * src/: classes/_request.h, classes/request.C, include/code.h,
22994: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22995: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22996: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22997: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22998: main/execute.C, main/pa_pool.C, main/pa_request.C,
22999: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23000: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23001:
23002: 2001-03-18 paf
23003:
23004: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23005: cookie: allowed access to hash-assigned
23006:
23007: * src/targets/cgi/parser3.C: z
23008:
23009: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23010: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23011: include/pa_types.h, main/main.dsp, main/pa_common.C,
23012: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23013: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23014: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23015: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23016: types/pa_vunknown.h: cookie class
23017:
23018: * src/main/pa_request.C: zero length output allowed
23019:
23020: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23021: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23022:
23023: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23024: lang switch
23025:
23026: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23027: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23028: types/pa_value.h, types/pa_vhash.h:
23029: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23030:
23031: * src/main/execute.C: z
23032:
23033: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23034: targets/cgi/parser3.C: taint[uri
23035:
23036: * src/: classes/request.C, classes/response.C, classes/root.C,
23037: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23038: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23039: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23040:
23041: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23042: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23043: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23044: types/pa_vstateless_class.C: convinient string(pool, char *src,
23045: bool tainted) ctor
23046:
23047: * src/: include/pa_hash.h, include/pa_request.h,
23048: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23049: main/pa_request.C, main/pa_string.C, main/untaint.C,
23050: targets/cgi/parser3.C: proper @exceptions params tainting
23051:
23052: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23053: response fields to header
23054:
23055: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23056: z
23057:
23058: * src/: classes/_response.h, classes/response.C,
23059: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23060: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23061: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23062: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23063: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23064: $response: 0 request::core exception rethrow
23065:
23066: 2001-03-16 paf
23067:
23068: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23069: types/pa_vrequest.h: native method' class call with less params
23070: then needed error reporting
23071:
23072: * src/: classes/_request.h, classes/request.C,
23073: include/pa_globals.h, include/pa_request.h, main/execute.C,
23074: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23075: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23076: types/pa_vrequest.h: $request : query :uri
23077:
23078: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23079: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23080: types/pa_wcontext.h: $result
23081:
23082: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23083:
23084: * src/: classes/double.C, include/code.h, main/compile.y,
23085: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23086: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23087:
23088: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23089: main/compile.y, main/execute.C, types/pa_value.h,
23090: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23091: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23092: wcontext conflict
23093:
23094: * src/: main/execute.C, types/pa_value.h,
23095: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23096: $string.field
23097:
23098: 2001-03-15 paf
23099:
23100: * src/main/pa_request.C: news sample
23101:
23102: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23103: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23104:
23105: * src/main/: compile.y, execute.C: z
23106:
23107: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23108: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23109: pre pre works
23110:
23111: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23112: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23113: fillfields just compiled
23114:
23115: 2001-03-14 paf
23116:
23117: * src/: include/pa_request.h, main/pa_request.C,
23118: targets/cgi/parser3.C: z
23119:
23120: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23121: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23122: types/pa_vstring.h: limits -1
23123:
23124: * src/: include/pa_globals.h, include/pa_request.h,
23125: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23126: main/pa_request.C, targets/cgi/parser3.C,
23127: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23128: request_info -1
23129:
23130: * src/: include/pa_globals.h, main/pa_globals.C,
23131: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23132: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23133: vform_fields_fill
23134:
23135: * src/targets/cgi/parser3.C: # if MSVC
23136:
23137: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23138: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23139:
23140: * src/targets/cgi/parser3.C: z
23141:
23142: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23143: include/pa_string.h, include/pa_types.h, main/compile.y,
23144: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23145: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23146: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23147: types/pa_vunknown.h: global handler, exceptions in parser3
23148:
23149: 2001-03-13 paf
23150:
23151: * src/: classes/form.C, main/compile.y, main/core.C,
23152: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23153: types/pa_vform.h, types/pa_vstateless_class.C,
23154: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23155: instead
23156:
23157: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23158: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23159: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23160: started cgi target
23161:
23162: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23163: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23164: before error show with parser
23165:
23166: * src/: classes/_form.h, classes/form.C, include/core.h,
23167: include/pa_request.h, main/core.C, main/pa_request.C,
23168: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23169:
23170: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23171:
23172: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23173: parser3.C: renamed targets/ parser to cgi
23174:
23175: * src/: classes/double.C, classes/env.C, classes/int.C,
23176: classes/root.C, classes/string.C, classes/table.C,
23177: include/pa_request.h, types/pa_vhash.h: z
23178:
23179: * src/: classes/_env.h, classes/env.C, classes/root.C,
23180: include/core.h, include/pa_pool.h, include/pa_request.h,
23181: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23182: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23183: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23184: [historical moment :)]
23185:
23186: * src/: include/code.h, include/pa_string.h, main/compile.y,
23187: main/execute.C, main/pa_string.C: 'value is type' expr operator
23188:
23189: * src/types/pa_venv.h: $ENV 1
23190:
23191: * src/main/execute.C: z
23192:
23193: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23194: future methods of ENV constructor if
23195:
23196: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23197: class
23198:
23199: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23200: classes/_root.h, classes/_string.h, classes/_table.h,
23201: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23202: classes/string.C, classes/table.C, include/pa_request.h,
23203: main/compile.C, main/compile_tools.h, main/core.C,
23204: main/execute.C, main/main.dsp, main/pa_request.C,
23205: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23206: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23207: types/pa_vobject.h, types/pa_vstateless_class.C,
23208: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23209: types/pa_wcontext.h: $ENV: re 0, stateless classes
23210:
23211: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23212: classes/_root.h, classes/_string.h, classes/_table.h,
23213: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23214: classes/string.C, classes/table.C, include/pa_request.h,
23215: main/compile.C, main/compile_tools.h, main/core.C,
23216: main/execute.C, main/main.dsp, main/pa_request.C,
23217: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23218: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23219: types/pa_vobject.h, types/pa_vstateless_class.C,
23220: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23221: types/pa_wcontext.h: $ENV: re 0, stateless classes
23222:
23223: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23224: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23225: yesterdays bad decision on execute_static_method
23226:
23227: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23228:
23229: * src/: classes/double.C, classes/int.C, classes/root.C,
23230: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23231:
23232: * src/main/pa_request.C: z
23233:
23234: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23235: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23236:
23237: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23238: include/pa_pool.h, main/pa_request.C:
23239: restructure_exceptions_dead_end
23240:
23241: * src/: classes/root.C, main/compile.y: ^if required junctions.
23242: allowed ; inside {} to break params
23243:
23244: * src/classes/root.C: ^eval
23245:
23246: * src/: classes/_string.h, classes/double.C, classes/int.C,
23247: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23248: string ^format
23249:
23250: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23251: 'bad' but not 'enough'
23252:
23253: * src/: classes/double.C, classes/root.C, classes/table.C,
23254: include/pa_common.h, include/pa_types.h, main/compile.y,
23255: main/pa_common.C, main/pa_request.C, main/untaint.C,
23256: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23257: types/pa_wwrapper.h: think constructing flag as is is bad
23258:
23259: * src/: classes/double.C, classes/int.C, classes/root.C,
23260: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23261: types/pa_vint.h: ^for
23262:
23263: 2001-03-12 paf
23264:
23265: * src/classes/table.C: table ^empty
23266:
23267: * src/: classes/table.C, include/pa_table.h: table ^menu
23268:
23269: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23270: ^offset ^line ^count
23271:
23272: * src/classes/root.C: ^round() ^floor() ^ceiling()
23273: ^abs() ^sign()
23274:
23275: * src/classes/: root.C, table.C: ^use
23276:
23277: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23278: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23279: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23280: ^while. switched off wcontext.constructing after write(value) or
23281: auto-vhash-constructing
23282:
23283: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23284: main/pa_request.C: fail_if_junction_ helper func
23285:
23286: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23287: include/pa_request.h, main/execute.C, main/main.dsp,
23288: main/pa_common.C, main/pa_request.C: ^process error point by
23289: actual method_name, not source. ^load
23290:
23291: * src/types/pa_vtable.h: table: no, better with string in cells...
23292:
23293: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23294: classes/_table.h, classes/table.C, main/untaint.C: z
23295:
23296: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23297: include/pa_table.h, main/core.C, main/execute.C,
23298: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23299: types/pa_value.h: table:set 0
23300:
23301: * src/: classes/root.C, include/core.h, include/pa_array.h,
23302: include/pa_request.h, include/pa_table.h, main/core.C,
23303: main/main.dsp, main/pa_request.C, main/pa_table.C,
23304: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23305: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23306: types/pa_vstring.h: freeze, ^table:create[] -1
23307:
23308: * src/: classes/root.C, types/pa_value.h: z
23309:
23310: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23311: get_method in couple places optimizing them
23312:
23313: * src/classes/root.C: z
23314:
23315: * src/: classes/root.C, types/pa_vclass.h: process temp main
23316: zeroing
23317:
23318: * src/: classes/double.C, classes/int.C, classes/root.C,
23319: classes/string.C, include/pa_common.h, include/pa_request.h,
23320: include/pa_string.h, include/pa_types.h, main/compile.C,
23321: main/compile.y, main/compile_tools.h, main/execute.C,
23322: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23323: types/pa_vmframe.h: ^process. actual names to store param and
23324: check_actual_numbered_params for better place diagnostics
23325:
23326: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23327: method-junctions bug fixed
23328:
23329: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23330: pa_vstateless_object.h, pa_vstring.h: stateless_object
23331:
23332: 2001-03-11 paf
23333:
23334: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23335: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23336: VDouble VInt base now VObject_base - without fields
23337:
23338: * src/: classes/root.C, include/core.h, main/core.C: z
23339:
23340: * src/: classes/double.C, classes/int.C, classes/root.C,
23341: classes/string.C, include/core.h, include/pa_hash.h,
23342: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23343: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23344:
23345: * src/: classes/double.C, classes/int.C, classes/root.C,
23346: include/pa_request.h, main/execute.C: intercept_string
23347:
23348: * src/: classes/double.C, classes/int.C, classes/root.C,
23349: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23350:
23351: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23352: ^inc-s(expr)
23353:
23354: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23355: classes/_root.h, classes/_string.h, classes/double.C,
23356: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23357: include/code.h, include/core.h, include/pa_array.h,
23358: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23359: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23360: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23361: include/pa_types.h, main/compile.C, main/compile.y,
23362: main/compile_tools.C, main/compile_tools.h, main/core.C,
23363: main/execute.C, main/pa_array.C, main/pa_common.C,
23364: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23365: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23366: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23367: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23368: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23369: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23370: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23371: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23372:
23373: * src/: main/pa_request.C, types/pa_vhash.h: z
23374:
23375: * src/: include/core.h, include/pa_request.h, main/core.C,
23376: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23377:
23378: * src/: include/pa_valiased.h, include/pa_value.h,
23379: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23380: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23381: include/pa_vjunction.h, include/pa_vmframe.h,
23382: include/pa_vobject.h, include/pa_vstring.h,
23383: include/pa_vunknown.h, include/pa_wcontext.h,
23384: include/pa_wwrapper.h, main/compile.y, main/core.C,
23385: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23386: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23387: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23388: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23389: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23390: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23391: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23392: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23393: include/
23394:
23395: 2001-03-10 paf
23396:
23397: * src/: include/core.h, include/pa_request.h, main/core.C,
23398: main/pa_request.C: run+auto=run
23399:
23400: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23401:
23402: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23403: classes/_root.h, classes/_string.h, classes/double.C,
23404: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23405: include/code.h, include/core.h, include/pa_array.h,
23406: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23407: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23408: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23409: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23410: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23411: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23412: include/pa_vjunction.h, include/pa_vmframe.h,
23413: include/pa_vobject.h, include/pa_vstring.h,
23414: include/pa_vunknown.h, include/pa_wcontext.h,
23415: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23416: main/compile_tools.C, main/compile_tools.h, main/core.C,
23417: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23418: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23419: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23420: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23421: main/pa_wcontext.C: sources header
23422:
23423: * src/main/pa_request.C: auto..
23424:
23425: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23426: main/pa_request.C: auto tree0
23427:
23428: * src/: include/core.h, include/pa_request.h, main/compile.y,
23429: main/core.C, main/pa_request.C: names to core.C
23430:
23431: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23432: include/pa_request.h, main/core.C, main/execute.C,
23433: main/pa_common.C, main/pa_request.C: root auto.p loaded
23434:
23435: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23436: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23437: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23438: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23439:
23440: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23441: @auto[] realised. auto.p scan togo
23442:
23443: * src/: include/pa_request.h, main/execute.C: autocalc
23444: code-junctions result now have names
23445:
23446: * src/: classes/double.C, classes/int.C, classes/root.C,
23447: classes/string.C, include/pa_request.h, include/pa_string.h,
23448: include/pa_wcontext.h, main/compile.y, main/execute.C,
23449: main/pa_string.C, main/pa_wcontext.C: tainting 0
23450:
23451: * src/classes/env.C: env:file/line
23452:
23453: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23454: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23455: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23456: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23457: main/compile_tools.C, main/compile_tools.h, main/core.C,
23458: main/execute.C, main/main.dsp, main/pa_cframe.C,
23459: main/pa_request.C, main/pa_wcontext.C: const fight finished
23460:
23461: * src/include/pa_vclass.h: const fight to go
23462:
23463: * src/: classes/_env.h, classes/env.C, classes/root.C,
23464: include/pa_request.h, include/pa_vclass.h, main/core.C,
23465: main/main.dsp: env0
23466:
23467: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23468: classes/_string.h, classes/double.C, classes/int.C,
23469: classes/root.C, classes/string.C, include/pa_request.h,
23470: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23471: include/pa_wcontext.h, main/core.C, main/main.dsp,
23472: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23473: main/pa_wcontext.C: ^lang prepare0
23474:
23475: 2001-03-09 paf
23476:
23477: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23478: construct proper naming
23479:
23480: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23481: classes/double.C, classes/int.C, classes/root.C,
23482: classes/string.C, include/code.h, include/pa_value.h,
23483: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23484: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23485: main/compile.y, main/compile_tools.C, main/core.C,
23486: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23487: and ^double[]. fixed expr type
23488:
23489: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23490: ^string.length[]
23491:
23492: 2001-03-08 paf
23493:
23494: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23495:
23496: * src/: include/pa_vclass.h, include/pa_vstring.h,
23497: include/pa_wcontext.h, main/compile.y, main/core.C,
23498: main/execute.C, main/main.dsp: dead end: vstring can't be
23499: derivated from vobject
23500:
23501: * src/: include/pa_vclass.h, include/pa_vhash.h,
23502: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23503:
23504: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23505: remained clone conseqs
23506:
23507: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23508:
23509: * src/main/pa_vclass.C: wow! vclass were out of vcs
23510:
23511: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23512: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23513: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23514: include/pa_vobject.h, include/pa_vstring.h,
23515: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23516: main/execute.C: withoud cloning. didn't need it actually, params
23517: got passed from out unnamed ewpool
23518:
23519: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23520: include/pa_vjunction.h, include/pa_vobject.h,
23521: include/pa_vunknown.h, main/compile.y: cloning dead end
23522:
23523: * src/: include/pa_bool.h, include/pa_double.h,
23524: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23525: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23526: include/pa_vjunction.h, include/pa_vmframe.h,
23527: include/pa_vobject.h, include/pa_vstring.h,
23528: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23529: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23530: to give params proper names
23531:
23532: * src/main/pa_wcontext.C: z
23533:
23534: * src/: include/pa_vmframe.h, main/execute.C: added names to
23535: unknown values in get_element and unfilled params. removed wrong
23536: name change in get_element
23537:
23538: * src/main/execute.C: z
23539:
23540: * src/main/execute.C: fixed problems calling operators in
23541: constructors
23542:
23543: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23544: detected problems calling operators in constructors
23545:
23546: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23547: autocalc def to string
23548:
23549: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23550: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23551:
23552: * src/classes/root.C: added root.c
23553:
23554: * src/: include/pa_request.h, include/pa_value.h,
23555: include/pa_vcframe.h, include/pa_vmframe.h,
23556: include/pa_wcontext.h, main/compile.C, main/compile.y,
23557: main/core.C, main/execute.C, main/pa_cframe.C,
23558: main/pa_wcontext.C: 'if' just compiled
23559:
23560: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23561: include/pa_vjunction.h, include/pa_vmframe.h,
23562: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23563: main/pa_wcontext.C: z
23564:
23565: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23566: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23567: with parameter names in operator methods
23568:
23569: * src/main/compile.y: minor renamings in .y
23570:
23571: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23572: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23573: @BASE. changed 'RUN' assignment mech
23574:
23575: * src/main/execute.C: z
23576:
23577: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23578: main/compile_tools.h, main/execute.C: made class: dynamic, not
23579: static. so to enable runtime ^use
23580:
23581: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23582:
23583: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23584: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23585:
23586: * src/main/execute.C: root root in code-junction
23587:
23588: 2001-03-07 paf
23589:
23590: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23591: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23592:
23593: * src/: include/pa_stack.h, include/pa_value.h,
23594: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23595: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23596: fixed rwcontext of {} params up
23597:
23598: * src/main/: compile.y, compile_tools.h: ^func(params)
23599:
23600: * src/main/compile.y: .y priorities syntax shaped up a bit
23601:
23602: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23603: include/pa_vunknown.h, main/compile.y, main/execute.C,
23604: main/pa_hash.C: expr def in -f
23605:
23606: * src/main/: compile.y, execute.C: expr calls
23607:
23608: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23609: fixed
23610:
23611: * src/main/compile.y: expr quoted code
23612:
23613: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23614: support0
23615:
23616: * src/main/compile.y: expr string comparisons 0
23617:
23618: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23619: main/pa_string.C: just compiled lt&co
23620:
23621: * src/main/execute.C: ^var.menu{$field} problem detected. that
23622: $field not a $var.field
23623:
23624: 2001-03-06 paf
23625:
23626: * src/main/compile.y: .y expr visible-shorter
23627:
23628: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23629: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23630: logical
23631:
23632: * src/: include/pa_vstring.h, main/compile.y: problems with
23633: skipping whitespace in yylex
23634:
23635: * src/include/pa_vbool.h: forgot this
23636:
23637: * src/: include/code.h, main/compile.y, main/execute.C: without
23638: string ops in expressions 0
23639:
23640: * src/: include/pa_value.h, include/pa_vdouble.h,
23641: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23642: main/execute.C, main/main.dsp: !~
23643:
23644: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23645: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23646: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23647: include/pa_vunknown.h, include/pa_wcontext.h,
23648: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23649: main/compile_tools.h, main/execute.C: +-*/
23650:
23651: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23652: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23653:
23654: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23655: main/execute.C: expr grammar-1 2*2=4.000000 :)
23656:
23657: * src/main/compile.y: expr grammar-1
23658:
23659: * src/main/compile.y: expr lexx1
23660:
23661: * src/main/: compile.y, execute.C, main.dsp: z
23662:
23663: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23664: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23665: main/execute.C: expr lex0 exec-1
23666:
23667: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23668:
23669: 2001-02-26 paf
23670:
23671: * src/main/compile.y: max_string in yyerror bug fix
23672:
23673: 2001-02-25 paf
23674:
23675: * src/: include/pa_value.h, include/pa_vmframe.h,
23676: include/pa_wcontext.h, main/execute.C: VAliased3
23677:
23678: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23679:
23680: * src/main/execute.C: VAliased1
23681:
23682: * src/: include/pa_request.h, include/pa_value.h,
23683: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23684: VAliased0
23685:
23686: * src/: include/pa_pool.h, include/pa_request.h,
23687: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23688: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23689: VAliased just compiled
23690:
23691: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23692: include/pa_vobject.h, main/execute.C: alias dead end
23693:
23694: * src/: include/pa_value.h, include/pa_vclass.h,
23695: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23696: main/main.dsp: no not get fields into interm VFielded class.
23697: fields & staticfields 1
23698:
23699: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23700: include/pa_vobject.h, include/pa_wcontext.h,
23701: include/pa_wwrapper.h, main/core.C, main/execute.C,
23702: main/main.dsp: would now get fields into interm VFielded class
23703:
23704: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23705: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23706: include/pa_wcontext.h, main/compile.y, main/core.C,
23707: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23708: main/pa_wcontext.C: virtuals2
23709:
23710: * src/main/compile.y: : 1
23711:
23712: * src/main/compile.y: rethought to $class:static.field.subfield
23713:
23714: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23715: $class:element
23716:
23717: * src/: include/pa_value.h, include/pa_vmframe.h,
23718: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23719: main/pa_wcontext.C: before execute class calls rewrite
23720:
23721: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23722: name RUN, also alias
23723:
23724: * src/main/compile.y: escaping bug
23725:
23726: * src/: include/pa_request.h, include/pa_value.h,
23727: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23728: main/core.C, main/execute.C, main/pa_common.C: vobject1
23729:
23730: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23731: include/pa_vmframe.h, include/pa_vobject.h,
23732: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23733: main/compile_tools.h, main/execute.C: ^class:method() just
23734: compiled
23735:
23736: 2001-02-24 paf
23737:
23738: * src/main/main.dsp: no bison -d
23739:
23740: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23741: class' err msg wrong
23742:
23743: * src/main/compile.y: z
23744:
23745: * src/main/: compile.y, core.C: yylex need some @special lines adj
23746:
23747: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23748: main/compile.y, main/compile_tools.h, main/core.C: modules0
23749:
23750: * src/: include/pa_vclass.h, main/core.C: z
23751:
23752: * src/: include/pa_value.h, include/pa_vclass.h,
23753: include/pa_vobject.h, main/main.dsp: vobject00
23754:
23755: * src/main/pa_array.C: minor bug in expanding very small arrays.
23756: 60% from 1 were 0
23757:
23758: * src/: include/pa_value.h, include/pa_wcontext.h,
23759: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23760: as bad as you've named it: wcontext.value() was not a perfect
23761: idea
23762:
23763: * src/main/execute.C: codeframe1
23764:
23765: * src/: include/pa_value.h, include/pa_vcframe.h,
23766: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23767: include/pa_vjunction.h, include/pa_vmframe.h,
23768: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23769: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23770: just compiled
23771:
23772: * src/: include/pa_vframe.h, main/compile.y: found junction
23773: ideology @: ^x{$a()) must construct current wcontext element, so
23774: smart wcontext handling needed
23775:
23776: * src/main/compile.y: fixed grammar bugs in constructor/params
23777: klinch
23778:
23779: * src/main/: compile.y, execute.C: fixed empty constructor
23780: optimized empty case. failed on calls - produced empty string
23781: param
23782:
23783: * src/main/compile.y: fixed last \n macrotemplate strip bug
23784:
23785: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23786: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23787: main/compile_tools.C, main/compile_tools.h, main/core.C,
23788: main/execute.C: code junctions0. something wrong with last \n
23789: macrotemplate strip
23790:
23791: * src/: include/pa_value.h, main/compile.C, main/core.C,
23792: main/pa_value.C: minor error reporting format beautifyings
23793:
23794: * src/: include/pa_value.h, include/pa_vclass.h,
23795: include/pa_vframe.h, main/core.C, main/execute.C,
23796: main/pa_value.C: get_method RIP. junctions everywhere. call with
23797: junctions0
23798:
23799: 2001-02-23 paf
23800:
23801: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23802: pa_wwrapper.h: lara came, can't work, sorry :(
23803:
23804: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23805: junction
23806:
23807: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23808: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23809: main/execute.C, main/main.dsp, main/pa_value.C: call0
23810:
23811: * src/: include/pa_hash.h, include/pa_value.h,
23812: include/pa_wcontext.h, main/core.C, main/execute.C,
23813: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23814: done
23815:
23816: * src/include/pa_wcontext.h: z
23817:
23818: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23819: wrong grammar in complex constructor case
23820:
23821: * src/main/: compile.y, execute.C: empty constructor bug fixed
23822:
23823: * src/main/execute.C: with result rwpool
23824:
23825: * src/: include/pa_value.h, main/core.C, main/execute.C,
23826: main/main.dsp: value named
23827:
23828: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23829: strign 2 value in 2 places in execute
23830:
23831: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23832: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23833: wcontext.put_element when wcontext fvalue==0
23834:
23835: 2001-02-22 paf
23836:
23837: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23838: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23839: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23840:
23841: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23842: erroreos checkout
23843:
23844: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23845:
23846: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23847: main/compile_tools.h, main/pa_array.C: $self.get
23848:
23849: * src/main/: compile.C, compile.y, compile_tools.C: z
23850:
23851: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23852: bit. finished now.
23853:
23854: * src/main/compile.y: $: finished
23855:
23856: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23857:
23858: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23859: main/execute.C: OP_STRING better then some xxx _VALUE
23860:
23861: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23862: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23863: string to vstring it .y all
23864:
23865: * src/: include/pa_request.h, include/pa_stack.h,
23866: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23867: all
23868:
23869: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23870: precise parse error line:col
23871:
23872: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23873: main/pa_hash.C, main/pa_pool.C: TRY...
23874:
23875: * src/: include/pa_exception.h, include/pa_pool.h,
23876: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23877: main/compile.C, main/compile.y, main/compile_tools.C,
23878: main/core.C, main/pa_array.C, main/pa_exception.C,
23879: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23880: main/pa_table.C: removed exception from request
23881:
23882: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23883: some forgotten
23884:
23885: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23886: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23887: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23888: get/put simple vars to VClass works0
23889:
23890: * src/: include/pa_array.h, include/pa_wcontext.h,
23891: main/pa_string.C: in process, but found that exceptions are too
23892: global
23893:
23894: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23895: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23896: main/execute.C, main/pa_string.C: write_value write_string 0 it
23897: seems wcontext must write strings regardles of fvalue!=0
23898:
23899: 2001-02-21 paf
23900:
23901: * src/main/execute.C: tired :)
23902:
23903: * src/main/: compile.C, compile.y, execute.C: store0
23904:
23905: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23906: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23907: include/pa_wcontext.h, main/compile.C, main/compile.y,
23908: main/execute.C, main/main.dsp, main/pa_array.C,
23909: main/pa_request.C: get put -1 [just compiled]
23910:
23911: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23912: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23913: main/main.dsp, main/pa_request.C: request core methods0
23914:
23915: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23916: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23917: execute
23918:
23919: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23920: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23921: methods and one_big_piece. now compile returns array<method*>
23922:
23923: * src/main/compile.y: more straightforward yylex[end]
23924:
23925: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23926: string.operator==(char*)
23927:
23928: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23929: main/execute.C, main/pa_array.C: after array.const get wonders
23930:
23931: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23932: pa_string.h, pa_value.h: struck with const array.gets
23933:
23934: * src/main/: execute.C: z
23935:
23936: * src/main/: compile.y, execute.C: z
23937:
23938: * src/main/: compile.C, compile.y, compile_tools.h: error
23939: processing in eval & yyerror so it wouldn't cause memleaks.
23940:
23941: * src/main/: compile.C, compile.y: failed to add absolute precies
23942: parse error positions. leaving RIGHTMOST position as
23943: @file[line:col]
23944:
23945: * src/: include/compile.h, main/compile.C, main/compile.y,
23946: main/compile_tools.h: line numbers needed. would add them to .y
23947: now internally. externally it's not as precise as needed
23948:
23949: * src/: include/code.h, include/pa_types.h, main/compile.C,
23950: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23951: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23952: compiler works ok
23953:
23954: 2001-02-20 paf
23955:
23956: * src/main/: compile.C, compile.y, compile_tools.C,
23957: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23958: not perfect
23959:
23960: * src/: include/code.h, include/compile.h, include/execute.h,
23961: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23962: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23963: main/compile.C, main/compile.y, main/compile_tools.C,
23964: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23965: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23966: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23967: compiled. execute=dump for now
23968:
23969: * src/main/core.C: core rewrite using yacc investigations now will
23970: be compile[yacc]/execute[opcodes]
23971:
23972: 2001-02-15 paf
23973:
23974: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23975: rewrite as turing machine? for it seems it would be it's too many
23976: ifs with this syntax now
23977:
23978: 2001-02-14 paf
23979:
23980: * src/main/core.C: get_params 1
23981:
23982: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23983: :( ]
23984:
23985: * src/main/core.C: varios breaks
23986:
23987: * src/main/core.C: get names 3
23988:
23989: * src/main/core.C: get names 2
23990:
23991: * src/main/core.C: get names 1
23992:
23993: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23994: names 0
23995:
23996: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23997: text repassing2 operator static vars
23998:
23999: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24000: main/pa_string.C: process text repassing
24001:
24002: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24003: module:calls changes
24004:
24005: 2001-02-13 paf
24006:
24007: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24008: ^class:calls[] started
24009:
24010: * src/: include/pa_value.h, main/core.C: z
24011:
24012: * src/main/core.C: operators : and self. prefixes
24013:
24014: * src/main/core.C: z
24015:
24016: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24017: tested
24018:
24019: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24020: optimized
24021:
24022: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24023: would change privates to better support optimization
24024:
24025: * src/: include/pa_string.h, main/pa_string.C:
24026: String_iterator::skip_to todo:optimize
24027:
24028: 2001-02-12 paf
24029:
24030: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24031: String_iterator
24032:
24033: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24034: comments
24035:
24036: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24037: self/methodref joined
24038:
24039: 2001-02-11 paf
24040:
24041: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24042: main/main.dsp: core started. core.C, context&value .h
24043:
24044: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24045: include/pa_string.h, main/main.dsp, main/pa_array.C,
24046: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24047:
24048: 2001-01-30 paf
24049:
24050: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24051: comments
24052:
24053: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24054: main/pa_pool.C: moved pa_pool.C to be target specific
24055:
24056: * src/: include/pa_exception.h, include/pa_pool.h,
24057: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24058: to & changes
24059:
24060: * src/: include/pa_exception.h, include/pa_pool.h,
24061: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24062: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24063: re-associated. that's much better even removed 'die' necessety
24064:
24065: * src/: include/pa_error.h, include/pa_exception.h,
24066: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24067: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24068: targets/Makefile.am: lowered targets/parser into subdir, added
24069: parser_Pool(Pool) failed to add. would think..
24070:
24071: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24072: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24073: main/pa_string.C, main/pa_table.C: Table more like C++ style
24074: hence lots of 'const'
24075:
24076: * src/: include/pa_error.h, include/pa_request.h,
24077: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24078: main/pa_table.C: Error fixed
24079:
24080: 2001-01-29 paf
24081:
24082: * src/: include/pa_array.h, include/pa_common.h,
24083: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24084: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24085: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24086: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24087:
24088: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24089: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24090: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24091: main/pa_string.C, main/pa_table.C: Request Error Table
24092:
24093: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24094: templates"
24095:
24096: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24097: main/main.dsp, main/pa_array.C: templates failed no template
24098: specializations [VC6], no library auto instantation [VC6, GNU c++
24099: 2.95.2-6 from latest cygwin]
24100:
24101: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24102: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24103: main/main.dsp, main/pa_array.C, main/pa_string.C,
24104: main/pa_table.C: Table started would test template Array now
24105:
24106: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24107: String originating
24108:
24109: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24110: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24111: SYNCHRONIZED(thread_safe)
24112:
24113: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24114: parts to top
24115:
24116: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24117: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24118: see: needed only in global Hash now, made Hash:: put/get
24119: SYNCHRONIZED
24120:
24121: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24122: main/pa_threads.C: added pa_threads
24123:
24124: Mutex
24125:
24126: * src/include/pa_hash.h: some comments
24127:
24128: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24129: Array& operator += (Array& src)
24130:
24131: * src/main/pa_array.C: expand not convinient, would rewrite
24132:
24133: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24134: (Array& src)
24135:
24136: rethought, would change now
24137:
24138: 2001-01-27 paf
24139:
24140: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24141: caching
24142:
24143: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24144: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24145: cache rethought to chunk caching
24146:
24147: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24148: include/pa_string.h, main/main.dsp, main/pa_array.C,
24149: main/pa_hash.C, main/pa_string.C: Array 0
24150:
24151: * src/main/pa_string.C: String::operator ==
24152:
24153: * src/main/pa_hash.C: String(&String)
24154:
24155: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24156:
24157: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24158: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24159: pa_hash[forgotten]
24160:
24161: 2001-01-26 paf
24162:
24163: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24164: removed templates [vc++ suxx]
24165:
24166: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24167: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24168:
24169: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24170:
1.119 moko 24171: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24172:
1.119 moko 24173: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24174: check
24175:
24176: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24177: dynamic row_count
24178:
24179: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24180: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24181: targets/Makefile.am: Initial revision
24182:
24183: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24184: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24185: targets/Makefile.am: creating parser3 module
24186:
E-mail: